diff --git a/Cargo.lock b/Cargo.lock index 3dc4442a5..5f6ed8f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "tree-sitter-mozcpp" -version = "0.19.0" +version = "0.19.3" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index b95ab13f1..746683aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,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.19.0" } +tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "0.19.3" } tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "0.19.0" } [dev-dependencies] diff --git a/enums/Cargo.lock b/enums/Cargo.lock index 147465bda..6dc80ce6d 100644 --- a/enums/Cargo.lock +++ b/enums/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.15" @@ -513,7 +515,7 @@ dependencies = [ [[package]] name = "tree-sitter-mozcpp" -version = "0.19.0" +version = "0.19.3" dependencies = [ "cc", "tree-sitter", diff --git a/src/languages/language_cpp.rs b/src/languages/language_cpp.rs index 638f7513c..77b3843cc 100644 --- a/src/languages/language_cpp.rs +++ b/src/languages/language_cpp.rs @@ -160,928 +160,971 @@ pub enum Cpp { Nullptr = 155, AloneMacro = 156, AloneMacroCallToken1 = 157, - MOZDECLUSEGUARDOBJECTNOTIFIER = 158, - MOZALLOCATOR = 159, - MOZALLOWTEMPORARY = 160, - MOZALWAYSINLINE = 161, - MOZALWAYSINLINEEVENDEBUG = 162, - MOZASANBLACKLIST = 163, - MOZCANRUNSCRIPT = 164, - MOZCANRUNSCRIPTBOUNDARY = 165, - MOZCANRUNSCRIPTFORDEFINITION = 166, - MOZCOLD = 167, - MOZFALLTHROUGH = 168, - MOZFORMATPRINTF = 169, - MOZHAVEANALYZERNORETURN = 170, - MOZHAVEASANBLACKLIST = 171, - MOZHAVENEVERINLINE = 172, - MOZHAVENORETURN = 173, - MOZHAVENORETURNPTR = 174, - MOZHAVENOSANITIZEATTR = 175, - MOZHAVESIGNEDOVERFLOWSANITIZEATTR = 176, - MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR = 177, - MOZHEAPALLOCATOR = 178, - MOZHEAPCLASS = 179, - MOZIMPLICIT = 180, - MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS = 181, - MOZINITOUTSIDECTOR = 182, - MOZISCLASSINIT = 183, - MOZISREFPTR = 184, - MOZISSMARTPTRTOREFCOUNTED = 185, - MOZMAYBEUNUSED = 186, - MOZMAYCALLAFTERMUSTRETURN = 187, - MOZMUSTOVERRIDE = 188, - MOZMUSTRETURNFROMCALLERIFTHISISARG = 189, - MOZMUSTUSE = 190, - MOZMUSTUSETYPE = 191, - MOZNEEDSMEMMOVABLEMEMBERS = 192, - MOZNEEDSMEMMOVABLETYPE = 193, - MOZNEEDSNOVTABLETYPE = 194, - MOZNEVERINLINE = 195, - MOZNEVERINLINEDEBUG = 196, - MOZNONHEAPCLASS = 197, - MOZNONNULL = 198, - MOZNONNULLRETURN = 199, - MOZNONAUTOABLE = 200, - MOZNONMEMMOVABLE = 201, - MOZNONOWNINGREF = 202, - MOZNONPARAM = 203, - MOZNONTEMPORARYCLASS = 204, - MOZNORETURN = 205, - MOZNORETURNPTR = 206, - MOZNOADDREFRELEASEONRETURN = 207, - MOZNOARITHMETICEXPRINARGUMENT = 208, - MOZNODANGLINGONTEMPORARIES = 209, - MOZNOSANITIZESIGNEDOVERFLOW = 210, - MOZNOSANITIZEUNSIGNEDOVERFLOW = 211, - MOZONLYUSEDTOAVOIDSTATICCONSTRUCTORS = 212, - MOZOWNINGREF = 213, - MOZPOPDISABLENONTRIVIALUNIONWARNINGS = 214, - MOZPRETENDNORETURNFORSTATICANALYSIS = 215, - MOZPUSHDISABLENONTRIVIALUNIONWARNINGS = 216, - MOZRAII = 217, - MOZREQUIREDBASEMETHOD = 218, - MOZSTACKCLASS = 219, - MOZSTATICCLASS = 220, - MOZSTATICLOCALCLASS = 221, - MOZTEMPORARYCLASS = 222, - MOZTRIVIALCTORDTOR = 223, - MOZTSANBLACKLIST = 224, - MOZUNSAFEREF = 225, - MOZXPCOMABI = 226, - RawStringLiteral = 227, - TranslationUnit = 228, - PreprocInclude = 229, - PreprocDef = 230, - PreprocFunctionDef = 231, - PreprocParams = 232, - PreprocCall = 233, - PreprocIf = 234, - PreprocIfdef = 235, - PreprocElse = 236, - PreprocElif = 237, - PreprocIf2 = 238, - PreprocIfdef2 = 239, - PreprocElse2 = 240, - PreprocElif2 = 241, - PreprocExpression = 242, - ParenthesizedExpression = 243, - PreprocDefined = 244, - UnaryExpression = 245, - CallExpression = 246, - ArgumentList = 247, - BinaryExpression = 248, - FunctionDefinition = 249, - Declaration = 250, - TypeDefinition = 251, - DeclarationSpecifiers = 252, - LinkageSpecification = 253, - AttributeSpecifier = 254, - MsDeclspecModifier = 255, - MsBasedModifier = 256, - MsCallModifier = 257, - MsUnalignedPtrModifier = 258, - MsPointerModifier = 259, - DeclarationList = 260, - Declarator = 261, - FieldDeclarator = 262, - TypeDeclarator = 263, - AbstractDeclarator = 264, - ParenthesizedDeclarator = 265, - ParenthesizedDeclarator2 = 266, - ParenthesizedDeclarator3 = 267, - AbstractParenthesizedDeclarator = 268, - PointerDeclarator = 269, - PointerDeclarator2 = 270, - PointerDeclarator3 = 271, - AbstractPointerDeclarator = 272, - FunctionDeclarator = 273, - FunctionDeclarator2 = 274, - FunctionDeclarator3 = 275, - AbstractFunctionDeclarator = 276, - ArrayDeclarator = 277, - ArrayDeclarator2 = 278, - ArrayDeclarator3 = 279, - AbstractArrayDeclarator = 280, - InitDeclarator = 281, - CompoundStatement = 282, - StorageClassSpecifier = 283, - TypeQualifier = 284, - TypeSpecifier = 285, - SizedTypeSpecifier = 286, - EnumSpecifier = 287, - EnumeratorList = 288, - StructSpecifier = 289, - UnionSpecifier = 290, - FieldDeclarationList = 291, - FieldDeclarationListItem = 292, - FieldDeclaration = 293, - BitfieldClause = 294, - Enumerator = 295, - ParameterList = 296, - ParameterDeclaration = 297, - LabeledStatement = 298, - ExpressionStatement = 299, - IfStatement = 300, - SwitchStatement = 301, - CaseStatement = 302, - WhileStatement = 303, - DoStatement = 304, - ForStatement = 305, - ReturnStatement = 306, - BreakStatement = 307, - ContinueStatement = 308, - GotoStatement = 309, - Expression = 310, - CommaExpression = 311, - ConditionalExpression = 312, - AssignmentExpression = 313, - PointerExpression = 314, - UnaryExpression2 = 315, - BinaryExpression2 = 316, - UpdateExpression = 317, - CastExpression = 318, - TypeDescriptor = 319, - SizeofExpression = 320, - SubscriptExpression = 321, - CallExpression2 = 322, - ArgumentList2 = 323, - FieldExpression = 324, - CompoundLiteralExpression = 325, - ParenthesizedExpression2 = 326, - InitializerList = 327, - InitializerPair = 328, - SubscriptDesignator = 329, - FieldDesignator = 330, - CharLiteral = 331, - ConcatenatedString = 332, - StringLiteral = 333, - EmptyDeclaration = 334, - Decltype = 335, - ClassSpecifier = 336, - ClassName = 337, - VirtualSpecifier = 338, - VirtualFunctionSpecifier = 339, - ExplicitFunctionSpecifier = 340, - BaseClassClause = 341, - EnumBaseClause = 342, - DependentType = 343, - TemplateDeclaration = 344, - TemplateInstantiation = 345, - TemplateParameterList = 346, - TypeParameterDeclaration = 347, - VariadicTypeParameterDeclaration = 348, - OptionalTypeParameterDeclaration = 349, - TemplateTemplateParameterDeclaration = 350, - OptionalParameterDeclaration = 351, - VariadicParameterDeclaration = 352, - VariadicDeclarator = 353, - ReferenceDeclarator = 354, - OperatorCast = 355, - FieldInitializerList = 356, - FieldInitializer = 357, - FunctionDefinition2 = 358, - ConstructorSpecifiers = 359, - FunctionDefinition3 = 360, - Declaration2 = 361, - FunctionDefinition4 = 362, - Declaration3 = 363, - DefaultMethodClause = 364, - DeleteMethodClause = 365, - FriendDeclaration = 366, - AccessSpecifier = 367, - ReferenceDeclarator2 = 368, - ReferenceDeclarator3 = 369, - AbstractReferenceDeclarator = 370, - StructuredBindingDeclarator = 371, - TrailingReturnType = 372, - Noexcept = 373, - ThrowSpecifier = 374, - TemplateType = 375, - TemplateMethod = 376, - TemplateFunction = 377, - TemplateArgumentList = 378, - NamespaceDefinition = 379, - UsingDeclaration = 380, - AliasDeclaration = 381, - StaticAssertDeclaration = 382, - ConditionClause = 383, - Declaration4 = 384, - ForRangeLoop = 385, - ThrowStatement = 386, - TryStatement = 387, - CatchClause = 388, - Attribute = 389, - NewExpression = 390, - NewDeclarator = 391, - DeleteExpression = 392, - LambdaExpression = 393, - LambdaCaptureSpecifier = 394, - LambdaDefaultCapture = 395, - ParameterPackExpansion = 396, - ParameterPackExpansion2 = 397, - DestructorName = 398, - ScopedFieldIdentifier = 399, - ScopedIdentifier = 400, - ScopedTypeIdentifier = 401, - ScopedNamespaceIdentifier = 402, - AloneMacroCall = 403, - MacroStatement = 404, - MacroAnnotation = 405, - TranslationUnitRepeat1 = 406, - PreprocParamsRepeat1 = 407, - PreprocIfInFieldDeclarationListRepeat1 = 408, - PreprocArgumentListRepeat1 = 409, - FunctionDefinitionRepeat1 = 410, - DeclarationRepeat1 = 411, - TypeDefinitionRepeat1 = 412, - TypeDefinitionRepeat2 = 413, - DeclarationSpecifiersRepeat1 = 414, - PointerDeclaratorRepeat1 = 415, - FunctionDeclaratorRepeat1 = 416, - FunctionDeclaratorRepeat2 = 417, - AbstractFunctionDeclaratorRepeat1 = 418, - SizedTypeSpecifierRepeat1 = 419, - EnumeratorListRepeat1 = 420, - FieldDeclarationRepeat1 = 421, - ParameterListRepeat1 = 422, - CaseStatementRepeat1 = 423, - ArgumentListRepeat1 = 424, - InitializerListRepeat1 = 425, - InitializerPairRepeat1 = 426, - ConcatenatedStringRepeat1 = 427, - StringLiteralRepeat1 = 428, - BaseClassClauseRepeat1 = 429, - TemplateParameterListRepeat1 = 430, - FieldInitializerListRepeat1 = 431, - StructuredBindingDeclaratorRepeat1 = 432, - ThrowSpecifierRepeat1 = 433, - TemplateArgumentListRepeat1 = 434, - TryStatementRepeat1 = 435, - AttributeRepeat1 = 436, - AloneMacroCallRepeat1 = 437, - FieldIdentifier = 438, - NamespaceIdentifier = 439, - StatementIdentifier = 440, - TypeIdentifier = 441, - Error = 442, + CACHETRYINSPECT = 158, + CACHETRYUNWRAP = 159, + FORWARD = 160, + FORWARDSETATTRIBUTE = 161, + IDBTRYINSPECT = 162, + IDBTRYUNWRAP = 163, + LSTRYINSPECT = 164, + LSTRYUNWRAP = 165, + SDBTRYINSPECT = 166, + SDBTRYUNWRAP = 167, + PSGET = 168, + PSGETANDSET = 169, + PSGETLOCKLESS = 170, + QMTRYINSPECT = 171, + QMNOTEONLYTRYUNWRAP = 172, + QMTRYUNWRAP = 173, + QMWARNONLYTRYUNWRAP = 174, + MOZDECLUSEGUARDOBJECTNOTIFIER = 175, + MOZALLOCATOR = 176, + MOZALLOWTEMPORARY = 177, + MOZALWAYSINLINE = 178, + MOZALWAYSINLINEEVENDEBUG = 179, + MOZASANBLACKLIST = 180, + MOZCANRUNSCRIPT = 181, + MOZCANRUNSCRIPTBOUNDARY = 182, + MOZCANRUNSCRIPTFORDEFINITION = 183, + MOZCOLD = 184, + MOZFALLTHROUGH = 185, + MOZFORMATPRINTF = 186, + MOZHAVEANALYZERNORETURN = 187, + MOZHAVEASANBLACKLIST = 188, + MOZHAVENEVERINLINE = 189, + MOZHAVENORETURN = 190, + MOZHAVENORETURNPTR = 191, + MOZHAVENOSANITIZEATTR = 192, + MOZHAVESIGNEDOVERFLOWSANITIZEATTR = 193, + MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR = 194, + MOZHEAPALLOCATOR = 195, + MOZHEAPCLASS = 196, + MOZIMPLICIT = 197, + MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS = 198, + MOZINITOUTSIDECTOR = 199, + MOZISCLASSINIT = 200, + MOZISREFPTR = 201, + MOZISSMARTPTRTOREFCOUNTED = 202, + MOZMAYBEUNUSED = 203, + MOZMAYCALLAFTERMUSTRETURN = 204, + MOZMUSTOVERRIDE = 205, + MOZMUSTRETURNFROMCALLERIFTHISISARG = 206, + MOZMUSTUSE = 207, + MOZMUSTUSETYPE = 208, + MOZNEEDSMEMMOVABLEMEMBERS = 209, + MOZNEEDSMEMMOVABLETYPE = 210, + MOZNEEDSNOVTABLETYPE = 211, + MOZNEVERINLINE = 212, + MOZNEVERINLINEDEBUG = 213, + MOZNONHEAPCLASS = 214, + MOZNONNULL = 215, + MOZNONNULLRETURN = 216, + MOZNONAUTOABLE = 217, + MOZNONMEMMOVABLE = 218, + MOZNONOWNINGREF = 219, + MOZNONPARAM = 220, + MOZNONTEMPORARYCLASS = 221, + MOZNORETURN = 222, + MOZNORETURNPTR = 223, + MOZNOADDREFRELEASEONRETURN = 224, + MOZNOARITHMETICEXPRINARGUMENT = 225, + MOZNODANGLINGONTEMPORARIES = 226, + MOZNOSANITIZESIGNEDOVERFLOW = 227, + MOZNOSANITIZEUNSIGNEDOVERFLOW = 228, + MOZONLYUSEDTOAVOIDSTATICCONSTRUCTORS = 229, + MOZOWNINGREF = 230, + MOZPOPDISABLENONTRIVIALUNIONWARNINGS = 231, + MOZPRETENDNORETURNFORSTATICANALYSIS = 232, + MOZPUSHDISABLENONTRIVIALUNIONWARNINGS = 233, + MOZRAII = 234, + MOZREQUIREDBASEMETHOD = 235, + MOZSTACKCLASS = 236, + MOZSTATICCLASS = 237, + MOZSTATICLOCALCLASS = 238, + MOZTEMPORARYCLASS = 239, + MOZTRIVIALCTORDTOR = 240, + MOZTSANBLACKLIST = 241, + MOZUNSAFEREF = 242, + MOZXPCOMABI = 243, + RawStringLiteral = 244, + TranslationUnit = 245, + PreprocInclude = 246, + PreprocDef = 247, + PreprocFunctionDef = 248, + PreprocParams = 249, + PreprocCall = 250, + PreprocIf = 251, + PreprocIfdef = 252, + PreprocElse = 253, + PreprocElif = 254, + PreprocIf2 = 255, + PreprocIfdef2 = 256, + PreprocElse2 = 257, + PreprocElif2 = 258, + PreprocExpression = 259, + ParenthesizedExpression = 260, + PreprocDefined = 261, + UnaryExpression = 262, + CallExpression = 263, + ArgumentList = 264, + BinaryExpression = 265, + FunctionDefinition = 266, + Declaration = 267, + TypeDefinition = 268, + DeclarationSpecifiers = 269, + LinkageSpecification = 270, + AttributeSpecifier = 271, + MsDeclspecModifier = 272, + MsBasedModifier = 273, + MsCallModifier = 274, + MsUnalignedPtrModifier = 275, + MsPointerModifier = 276, + DeclarationList = 277, + Declarator = 278, + FieldDeclarator = 279, + TypeDeclarator = 280, + AbstractDeclarator = 281, + ParenthesizedDeclarator = 282, + ParenthesizedDeclarator2 = 283, + ParenthesizedDeclarator3 = 284, + AbstractParenthesizedDeclarator = 285, + PointerDeclarator = 286, + PointerDeclarator2 = 287, + PointerDeclarator3 = 288, + AbstractPointerDeclarator = 289, + FunctionDeclarator = 290, + FunctionDeclarator2 = 291, + FunctionDeclarator3 = 292, + AbstractFunctionDeclarator = 293, + ArrayDeclarator = 294, + ArrayDeclarator2 = 295, + ArrayDeclarator3 = 296, + AbstractArrayDeclarator = 297, + InitDeclarator = 298, + CompoundStatement = 299, + StorageClassSpecifier = 300, + TypeQualifier = 301, + TypeSpecifier = 302, + SizedTypeSpecifier = 303, + EnumSpecifier = 304, + EnumeratorList = 305, + StructSpecifier = 306, + UnionSpecifier = 307, + FieldDeclarationList = 308, + FieldDeclarationListItem = 309, + FieldDeclaration = 310, + BitfieldClause = 311, + Enumerator = 312, + ParameterList = 313, + ParameterDeclaration = 314, + LabeledStatement = 315, + ExpressionStatement = 316, + IfStatement = 317, + SwitchStatement = 318, + CaseStatement = 319, + WhileStatement = 320, + DoStatement = 321, + ForStatement = 322, + ReturnStatement = 323, + BreakStatement = 324, + ContinueStatement = 325, + GotoStatement = 326, + Expression = 327, + CommaExpression = 328, + ConditionalExpression = 329, + AssignmentExpression = 330, + PointerExpression = 331, + UnaryExpression2 = 332, + BinaryExpression2 = 333, + UpdateExpression = 334, + CastExpression = 335, + TypeDescriptor = 336, + SizeofExpression = 337, + SubscriptExpression = 338, + CallExpression2 = 339, + ArgumentList2 = 340, + FieldExpression = 341, + CompoundLiteralExpression = 342, + ParenthesizedExpression2 = 343, + InitializerList = 344, + InitializerPair = 345, + SubscriptDesignator = 346, + FieldDesignator = 347, + CharLiteral = 348, + ConcatenatedString = 349, + StringLiteral = 350, + EmptyDeclaration = 351, + Decltype = 352, + ClassSpecifier = 353, + ClassName = 354, + VirtualSpecifier = 355, + VirtualFunctionSpecifier = 356, + ExplicitFunctionSpecifier = 357, + BaseClassClause = 358, + EnumBaseClause = 359, + DependentType = 360, + TemplateDeclaration = 361, + TemplateInstantiation = 362, + TemplateParameterList = 363, + TypeParameterDeclaration = 364, + VariadicTypeParameterDeclaration = 365, + OptionalTypeParameterDeclaration = 366, + TemplateTemplateParameterDeclaration = 367, + OptionalParameterDeclaration = 368, + VariadicParameterDeclaration = 369, + VariadicDeclarator = 370, + ReferenceDeclarator = 371, + OperatorCast = 372, + FieldInitializerList = 373, + FieldInitializer = 374, + FunctionDefinition2 = 375, + ConstructorSpecifiers = 376, + FunctionDefinition3 = 377, + Declaration2 = 378, + FunctionDefinition4 = 379, + Declaration3 = 380, + DefaultMethodClause = 381, + DeleteMethodClause = 382, + FriendDeclaration = 383, + AccessSpecifier = 384, + ReferenceDeclarator2 = 385, + ReferenceDeclarator3 = 386, + AbstractReferenceDeclarator = 387, + StructuredBindingDeclarator = 388, + TrailingReturnType = 389, + Noexcept = 390, + ThrowSpecifier = 391, + TemplateType = 392, + TemplateMethod = 393, + TemplateFunction = 394, + TemplateArgumentList = 395, + NamespaceDefinition = 396, + UsingDeclaration = 397, + AliasDeclaration = 398, + StaticAssertDeclaration = 399, + ConditionClause = 400, + Declaration4 = 401, + ForRangeLoop = 402, + ThrowStatement = 403, + TryStatement = 404, + CatchClause = 405, + Attribute = 406, + NewExpression = 407, + NewDeclarator = 408, + DeleteExpression = 409, + LambdaExpression = 410, + LambdaCaptureSpecifier = 411, + LambdaDefaultCapture = 412, + ParameterPackExpansion = 413, + ParameterPackExpansion2 = 414, + DestructorName = 415, + ScopedFieldIdentifier = 416, + ScopedIdentifier = 417, + ScopedTypeIdentifier = 418, + ScopedNamespaceIdentifier = 419, + AloneMacroCall = 420, + CallMacroWithDeclFirstArg = 421, + MacroStatement = 422, + MacroAnnotation = 423, + TranslationUnitRepeat1 = 424, + PreprocParamsRepeat1 = 425, + PreprocIfInFieldDeclarationListRepeat1 = 426, + PreprocArgumentListRepeat1 = 427, + FunctionDefinitionRepeat1 = 428, + DeclarationRepeat1 = 429, + TypeDefinitionRepeat1 = 430, + TypeDefinitionRepeat2 = 431, + DeclarationSpecifiersRepeat1 = 432, + PointerDeclaratorRepeat1 = 433, + FunctionDeclaratorRepeat1 = 434, + FunctionDeclaratorRepeat2 = 435, + AbstractFunctionDeclaratorRepeat1 = 436, + SizedTypeSpecifierRepeat1 = 437, + EnumeratorListRepeat1 = 438, + FieldDeclarationRepeat1 = 439, + ParameterListRepeat1 = 440, + CaseStatementRepeat1 = 441, + ArgumentListRepeat1 = 442, + InitializerListRepeat1 = 443, + InitializerPairRepeat1 = 444, + ConcatenatedStringRepeat1 = 445, + StringLiteralRepeat1 = 446, + BaseClassClauseRepeat1 = 447, + TemplateParameterListRepeat1 = 448, + FieldInitializerListRepeat1 = 449, + StructuredBindingDeclaratorRepeat1 = 450, + ThrowSpecifierRepeat1 = 451, + TemplateArgumentListRepeat1 = 452, + TryStatementRepeat1 = 453, + AttributeRepeat1 = 454, + AloneMacroCallRepeat1 = 455, + FieldIdentifier = 456, + NamespaceIdentifier = 457, + StatementIdentifier = 458, + TypeIdentifier = 459, + Error = 460, } #[allow(clippy::unreadable_literal)] static KEYS: phf::Map<&'static str, Cpp> = ::phf::Map { key: 3213172566270843353, disps: ::phf::Slice::Static(&[ - (0, 277), (0, 2), - (0, 36), + (0, 4), + (0, 4), + (0, 51), + (0, 32), + (1, 127), + (0, 22), + (0, 42), (0, 1), - (0, 176), - (0, 0), - (0, 277), - (0, 2), - (0, 18), - (0, 40), + (6, 326), (0, 5), - (3, 211), - (0, 245), - (0, 216), - (0, 192), - (0, 36), - (0, 15), - (0, 69), - (0, 165), - (0, 216), - (1, 206), - (0, 172), - (1, 232), - (2, 174), - (0, 231), - (0, 379), - (0, 8), - (0, 18), - (1, 395), - (1, 334), - (0, 135), - (0, 11), - (0, 10), - (3, 216), + (0, 1), (0, 18), + (0, 349), + (0, 47), + (0, 278), (0, 0), - (0, 78), + (0, 144), (0, 0), - (0, 4), - (0, 303), - (1, 38), + (4, 264), (0, 0), - (0, 74), - (0, 310), - (1, 197), - (0, 378), - (2, 324), - (0, 127), - (0, 6), - (0, 150), + (0, 157), + (0, 2), + (0, 0), + (0, 65), + (0, 49), + (0, 208), + (1, 106), + (1, 237), (0, 1), - (0, 21), + (0, 2), + (0, 4), + (0, 36), + (1, 4), + (11, 10), + (0, 3), + (0, 421), (0, 8), - (2, 3), - (0, 171), - (0, 7), - (0, 1), - (0, 19), + (0, 201), + (3, 229), + (2, 341), + (0, 6), + (0, 374), + (0, 80), (0, 1), - (0, 348), - (0, 338), - (2, 121), - (0, 169), - (4, 297), - (0, 137), - (4, 180), - (0, 84), - (5, 217), - (17, 235), - (0, 11), - (4, 387), - (9, 162), - (11, 94), - (3, 84), - (0, 11), - (2, 368), - (2, 2), - (0, 16), - (0, 239), - (8, 74), - (14, 297), - (2, 161), + (2, 60), + (1, 190), + (0, 0), + (0, 0), + (0, 61), + (0, 48), + (0, 292), + (15, 274), + (0, 240), + (0, 3), + (0, 39), + (0, 135), + (0, 45), + (0, 5), + (1, 65), + (0, 65), + (0, 191), + (4, 373), + (5, 224), + (2, 391), + (0, 14), + (3, 294), + (4, 363), + (0, 74), + (0, 3), + (9, 421), + (0, 99), + (14, 317), + (0, 144), + (20, 266), + (24, 14), + (0, 155), + (0, 57), + (9, 124), + (12, 422), + (0, 133), + (30, 126), + (11, 47), + (0, 174), + (1, 37), + (0, 67), ]), entries: ::phf::Slice::Static(&[ - ("MOZ_FALLTHROUGH", Cpp::MOZFALLTHROUGH), - ("MOZ_IS_REFPTR", Cpp::MOZISREFPTR), - ("#elif", Cpp::HASHelif), + ("\'", Cpp::SQUOTE), + ("MOZ_NONNULL", Cpp::MOZNONNULL), + ("type_qualifier", Cpp::TypeQualifier), ( - "abstract_reference_declarator", - Cpp::AbstractReferenceDeclarator, + "MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS", + Cpp::MOZPUSHDISABLENONTRIVIALUNIONWARNINGS, ), - ("continue_statement", Cpp::ContinueStatement), - ("MOZ_NORETURN_PTR", Cpp::MOZNORETURNPTR), - ("__cdecl", Cpp::Cdecl), - ("call_expression", Cpp::CallExpression), - ("MOZ_CAN_RUN_SCRIPT_BOUNDARY", Cpp::MOZCANRUNSCRIPTBOUNDARY), - ("parenthesized_expression", Cpp::ParenthesizedExpression), - ("[", Cpp::LBRACK), - ("preproc_def", Cpp::PreprocDef), - ("ms_based_modifier", Cpp::MsBasedModifier), + ("condition_clause", Cpp::ConditionClause), + ("_type_specifier", Cpp::TypeSpecifier), + ("MOZ_ALLOCATOR", Cpp::MOZALLOCATOR), ( - "compound_literal_expression", - Cpp::CompoundLiteralExpression, + "optional_type_parameter_declaration", + Cpp::OptionalTypeParameterDeclaration, ), - ("preproc_elif", Cpp::PreprocElif), - ("long", Cpp::Long), - ("-=", Cpp::DASHEQ), - ("\\n", Cpp::LF), + ("subscript_expression", Cpp::SubscriptExpression), + ("trailing_return_type", Cpp::TrailingReturnType), + ("lambda_default_capture", Cpp::LambdaDefaultCapture), + ("labeled_statement", Cpp::LabeledStatement), + ("register", Cpp::Register), + ("QM_TRY_INSPECT", Cpp::QMTRYINSPECT), + ("MOZ_NON_TEMPORARY_CLASS", Cpp::MOZNONTEMPORARYCLASS), + ("^=", Cpp::CARETEQ), + ("MOZ_TEMPORARY_CLASS", Cpp::MOZTEMPORARYCLASS), + ("MOZ_ALLOW_TEMPORARY", Cpp::MOZALLOWTEMPORARY), ( - "explicit_function_specifier", - Cpp::ExplicitFunctionSpecifier, + "MOZ_IS_SMARTPTR_TO_REFCOUNTED", + Cpp::MOZISSMARTPTRTOREFCOUNTED, ), + ("_type_declarator", Cpp::TypeDeclarator), + ("storage_class_specifier", Cpp::StorageClassSpecifier), + ("{", Cpp::LBRACE), + ("default_method_clause", Cpp::DefaultMethodClause), + ("__clrcall", Cpp::Clrcall), + ("_abstract_declarator", Cpp::AbstractDeclarator), + ("sizeof", Cpp::Sizeof), + ("_expression", Cpp::Expression), + ("preproc_params", Cpp::PreprocParams), + ("decltype", Cpp::Decltype), + ("MOZ_FALLTHROUGH", Cpp::MOZFALLTHROUGH), + ("pointer_declarator_repeat1", Cpp::PointerDeclaratorRepeat1), + ("MOZ_STATIC_LOCAL_CLASS", Cpp::MOZSTATICLOCALCLASS), + ("MOZ_NONNULL_RETURN", Cpp::MOZNONNULLRETURN), + ("else", Cpp::Else), + ("MOZ_NORETURN", Cpp::MOZNORETURN), ( - "scoped_namespace_identifier", - Cpp::ScopedNamespaceIdentifier, + "MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW", + Cpp::MOZNOSANITIZEUNSIGNEDOVERFLOW, ), - ("end", Cpp::End), - ("reference_declarator", Cpp::ReferenceDeclarator), - ("register", Cpp::Register), - ("struct_specifier", Cpp::StructSpecifier), + ("type_definition", Cpp::TypeDefinition), + ("&&", Cpp::AMPAMP), + ("MOZ_OWNING_REF", Cpp::MOZOWNINGREF), + ("class_specifier", Cpp::ClassSpecifier), + ("preproc_function_def", Cpp::PreprocFunctionDef), + ("pointer_expression", Cpp::PointerExpression), ( "_declaration_specifiers_repeat1", Cpp::DeclarationSpecifiersRepeat1, ), - ("_preproc_expression", Cpp::PreprocExpression), - (">>", Cpp::GTGT), + ("false", Cpp::False), ( - "variadic_type_parameter_declaration", - Cpp::VariadicTypeParameterDeclaration, + "preproc_argument_list_repeat1", + Cpp::PreprocArgumentListRepeat1, ), - ("preproc_directive", Cpp::PreprocDirective), - ("char_literal_token1", Cpp::CharLiteralToken1), - ("_type_declarator", Cpp::TypeDeclarator), - ("template_instantiation", Cpp::TemplateInstantiation), - ("case_statement", Cpp::CaseStatement), - ("type_descriptor", Cpp::TypeDescriptor), - ("L\'", Cpp::LSQUOTE), - ("type_definition_repeat2", Cpp::TypeDefinitionRepeat2), - ("MOZ_HEAP_CLASS", Cpp::MOZHEAPCLASS), + ("goto", Cpp::Goto), + ("assignment_expression", Cpp::AssignmentExpression), + ("MOZ_MUST_USE", Cpp::MOZMUSTUSE), + ("throw", Cpp::Throw), + ("MOZ_HAVE_ANALYZER_NORETURN", Cpp::MOZHAVEANALYZERNORETURN), + ("throw_statement", Cpp::ThrowStatement), + ("template", Cpp::Template), + ("conditional_expression", Cpp::ConditionalExpression), + ("string_literal_repeat1", Cpp::StringLiteralRepeat1), + ("reference_declarator", Cpp::ReferenceDeclarator), + ("try_statement_repeat1", Cpp::TryStatementRepeat1), + ("parenthesized_expression", Cpp::ParenthesizedExpression), + ("comment", Cpp::Comment), + ("IDB_TRY_UNWRAP", Cpp::IDBTRYUNWRAP), ( - "MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS", - Cpp::MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS, + "MOZ_NO_SANITIZE_SIGNED_OVERFLOW", + Cpp::MOZNOSANITIZESIGNEDOVERFLOW, + ), + ("using", Cpp::Using), + ( + "MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS", + Cpp::MOZPRETENDNORETURNFORSTATICANALYSIS, + ), + ("char_literal", Cpp::CharLiteral), + ("template_function", Cpp::TemplateFunction), + ("u\\\"", Cpp::UDQUOTE), + ( + "MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT", + Cpp::MOZNOARITHMETICEXPRINARGUMENT, ), + ("parameter_declaration", Cpp::ParameterDeclaration), + ("continue", Cpp::Continue), + ("<=", Cpp::LTEQ), + ("MOZ_HAVE_NO_SANITIZE_ATTR", Cpp::MOZHAVENOSANITIZEATTR), + ("lambda_capture_specifier", Cpp::LambdaCaptureSpecifier), ("namespace_definition", Cpp::NamespaceDefinition), - ("_type_specifier", Cpp::TypeSpecifier), + ("FORWARD_SET_ATTRIBUTE", Cpp::FORWARDSETATTRIBUTE), ( - "MOZ_NO_DANGLING_ON_TEMPORARIES", - Cpp::MOZNODANGLINGONTEMPORARIES, + "template_argument_list_repeat1", + Cpp::TemplateArgumentListRepeat1, ), - ("comment", Cpp::Comment), - ("switch_statement", Cpp::SwitchStatement), - ("MOZ_NEVER_INLINE", Cpp::MOZNEVERINLINE), ( - "MOZ_ALWAYS_INLINE_EVEN_DEBUG", - Cpp::MOZALWAYSINLINEEVENDEBUG, + "MOZ_NO_ADDREF_RELEASE_ON_RETURN", + Cpp::MOZNOADDREFRELEASEONRETURN, ), - ("ms_unsigned_ptr_modifier", Cpp::MsUnsignedPtrModifier), - ("do", Cpp::Do), - ("parenthesized_declarator", Cpp::ParenthesizedDeclarator), + ("scoped_field_identifier", Cpp::ScopedFieldIdentifier), + ("ERROR", Cpp::Error), + ("primitive_type", Cpp::PrimitiveType), + ("escape_sequence", Cpp::EscapeSequence), + ("sizeof_expression", Cpp::SizeofExpression), + ("catch", Cpp::Catch), + ("new_expression", Cpp::NewExpression), ("__fastcall", Cpp::Fastcall), - ("::", Cpp::COLONCOLON), - ("%=", Cpp::PERCENTEQ), - ("MOZ_NEEDS_MEMMOVABLE_TYPE", Cpp::MOZNEEDSMEMMOVABLETYPE), - ("MOZ_NON_AUTOABLE", Cpp::MOZNONAUTOABLE), + ("signed", Cpp::Signed), + ("initializer_list_repeat1", Cpp::InitializerListRepeat1), + ("MOZ_NON_MEMMOVABLE", Cpp::MOZNONMEMMOVABLE), + ("MOZ_NEVER_INLINE_DEBUG", Cpp::MOZNEVERINLINEDEBUG), + ("union_specifier", Cpp::UnionSpecifier), + ("QM_NOTEONLY_TRY_UNWRAP", Cpp::QMNOTEONLYTRYUNWRAP), ( - "variadic_parameter_declaration", - Cpp::VariadicParameterDeclaration, + "function_declarator_repeat1", + Cpp::FunctionDeclaratorRepeat1, ), - ("MOZ_FORMAT_PRINTF", Cpp::MOZFORMATPRINTF), - ("using", Cpp::Using), - ("MOZ_REQUIRED_BASE_METHOD", Cpp::MOZREQUIREDBASEMETHOD), - ("type_identifier", Cpp::TypeIdentifier), - ("cast_expression", Cpp::CastExpression), + ("preproc_ifdef", Cpp::PreprocIfdef), ("^", Cpp::CARET), - ("null", Cpp::Null), - ("MOZ_NEVER_INLINE_DEBUG", Cpp::MOZNEVERINLINEDEBUG), - ("MOZ_COLD", Cpp::MOZCOLD), - ("+=", Cpp::PLUSEQ), - ("sizeof_expression", Cpp::SizeofExpression), ( - "function_definition_repeat1", - Cpp::FunctionDefinitionRepeat1, + "abstract_reference_declarator", + Cpp::AbstractReferenceDeclarator, ), - ("storage_class_specifier", Cpp::StorageClassSpecifier), - ("function_definition", Cpp::FunctionDefinition), - ("continue", Cpp::Continue), + ("for", Cpp::For), + ("MOZ_NEEDS_MEMMOVABLE_TYPE", Cpp::MOZNEEDSMEMMOVABLETYPE), + ("-=", Cpp::DASHEQ), + ("template_argument_list", Cpp::TemplateArgumentList), + ("namespace_identifier", Cpp::NamespaceIdentifier), + ("MOZ_IS_REFPTR", Cpp::MOZISREFPTR), + ("attribute", Cpp::Attribute), + ("ms_unaligned_ptr_modifier", Cpp::MsUnalignedPtrModifier), ( - "MOZ_NO_SANITIZE_SIGNED_OVERFLOW", - Cpp::MOZNOSANITIZESIGNEDOVERFLOW, + "MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG", + Cpp::MOZMUSTRETURNFROMCALLERIFTHISISARG, ), - ("virtual_function_specifier", Cpp::VirtualFunctionSpecifier), - ("preproc_ifdef", Cpp::PreprocIfdef), - ("volatile", Cpp::Volatile), - ("unary_expression", Cpp::UnaryExpression), - ("sizeof", Cpp::Sizeof), - ("public", Cpp::Public), - ("attribute", Cpp::Attribute), - ("<", Cpp::LT), - ("for", Cpp::For), - ("char_literal", Cpp::CharLiteral), - ("final", Cpp::Final), - ("preproc_arg", Cpp::PreprocArg), + ("operator_cast", Cpp::OperatorCast), + ("operator_name", Cpp::OperatorName), + ("argument_list", Cpp::ArgumentList), + ("string_literal_token1", Cpp::StringLiteralToken1), + ("}", Cpp::RBRACE), ( - "field_initializer_list_repeat1", - Cpp::FieldInitializerListRepeat1, + "MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR", + Cpp::MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR, + ), + ("system_lib_string", Cpp::SystemLibString), + ( + "structured_binding_declarator_repeat1", + Cpp::StructuredBindingDeclaratorRepeat1, ), + ("#define", Cpp::HASHdefine), + ("scoped_identifier", Cpp::ScopedIdentifier), + ("MOZ_HEAP_ALLOCATOR", Cpp::MOZHEAPALLOCATOR), + ("_constructor_specifiers", Cpp::ConstructorSpecifiers), ("binary_expression", Cpp::BinaryExpression), - ("#if", Cpp::HASHif), - ("string_literal_repeat1", Cpp::StringLiteralRepeat1), - ("union", Cpp::Union), - ("MOZ_HAVE_ANALYZER_NORETURN", Cpp::MOZHAVEANALYZERNORETURN), - ("labeled_statement", Cpp::LabeledStatement), - ("enum", Cpp::Enum), - ("base_class_clause", Cpp::BaseClassClause), - ("parameter_pack_expansion", Cpp::ParameterPackExpansion), - ("delete_method_clause", Cpp::DeleteMethodClause), - ("delete_expression", Cpp::DeleteExpression), - ("mutable", Cpp::Mutable), - ("initializer_pair", Cpp::InitializerPair), - ("field_designator", Cpp::FieldDesignator), - ("false", Cpp::False), - ("function_declarator", Cpp::FunctionDeclarator), - ("MOZ_MUST_USE", Cpp::MOZMUSTUSE), - ("preproc_defined", Cpp::PreprocDefined), - ("template", Cpp::Template), - ("preproc_include", Cpp::PreprocInclude), - ("switch", Cpp::Switch), - ("-", Cpp::DASH), + ("&", Cpp::AMP), + ("return_statement", Cpp::ReturnStatement), + ("initializer_pair_repeat1", Cpp::InitializerPairRepeat1), + ("==", Cpp::EQEQ), + ("alone_macro_call", Cpp::AloneMacroCall), ( - "MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW", - Cpp::MOZNOSANITIZEUNSIGNEDOVERFLOW, + "abstract_function_declarator_repeat1", + Cpp::AbstractFunctionDeclaratorRepeat1, ), - ("signed", Cpp::Signed), - ("do_statement", Cpp::DoStatement), - ("MOZ_HAVE_NORETURN_PTR", Cpp::MOZHAVENORETURNPTR), - ("field_identifier", Cpp::FieldIdentifier), - ("ms_unaligned_ptr_modifier", Cpp::MsUnalignedPtrModifier), - ("break", Cpp::Break), + ("type_identifier", Cpp::TypeIdentifier), + ("#include", Cpp::HASHinclude), + ("<<=", Cpp::LTLTEQ), ( - "MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR", - Cpp::MOZHAVESIGNEDOVERFLOWSANITIZEATTR, + "function_declarator_repeat2", + Cpp::FunctionDeclaratorRepeat2, ), - ("constexpr", Cpp::Constexpr), - ("case_statement_repeat1", Cpp::CaseStatementRepeat1), - ("MOZ_NONNULL_RETURN", Cpp::MOZNONNULLRETURN), + ("compound_statement", Cpp::CompoundStatement), + ("%", Cpp::PERCENT), + ("MOZ_MUST_USE_TYPE", Cpp::MOZMUSTUSETYPE), + ("function_definition", Cpp::FunctionDefinition), + ("MOZ_XPCOM_ABI", Cpp::MOZXPCOMABI), + ("MOZ_UNSAFE_REF", Cpp::MOZUNSAFEREF), + ("parameter_pack_expansion", Cpp::ParameterPackExpansion), + ("auto", Cpp::Auto), + ("protected", Cpp::Protected), + ("using_declaration", Cpp::UsingDeclaration), + ("dependent_type", Cpp::DependentType), + ("parameter_list_repeat1", Cpp::ParameterListRepeat1), + ("SDB_TRY_UNWRAP", Cpp::SDBTRYUNWRAP), + ("__stdcall", Cpp::Stdcall), + ("#else", Cpp::HASHelse), + ("IDB_TRY_INSPECT", Cpp::IDBTRYINSPECT), + ("override", Cpp::Override), + ("+", Cpp::PLUS), + ("u\'", Cpp::USQUOTE), + ("while_statement", Cpp::WhileStatement), + ("sized_type_specifier", Cpp::SizedTypeSpecifier), + ("MOZ_HAVE_ASAN_BLACKLIST", Cpp::MOZHAVEASANBLACKLIST), + ("preproc_arg", Cpp::PreprocArg), + ("PS_GET", Cpp::PSGET), ( - "MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR", - Cpp::MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR, + "_call_macro_with_decl_first_arg", + Cpp::CallMacroWithDeclFirstArg, ), - (".", Cpp::DOT), - ("assignment_expression", Cpp::AssignmentExpression), - ("pointer_expression", Cpp::PointerExpression), - ("MOZ_NEEDS_NO_VTABLE_TYPE", Cpp::MOZNEEDSNOVTABLETYPE), - ("|", Cpp::PIPE), - ("_constructor_specifiers", Cpp::ConstructorSpecifiers), - ("type_qualifier", Cpp::TypeQualifier), - ("friend", Cpp::Friend), - ("sized_type_specifier", Cpp::SizedTypeSpecifier), - ("template_method", Cpp::TemplateMethod), - ("string_literal", Cpp::StringLiteral), - ("defined", Cpp::Defined), - ("update_expression", Cpp::UpdateExpression), - ("u\'", Cpp::USQUOTE), - ("]]", Cpp::RBRACKRBRACK), + ("if", Cpp::If), + ("/=", Cpp::SLASHEQ), + ("__thiscall", Cpp::Thiscall), + ("SDB_TRY_INSPECT", Cpp::SDBTRYINSPECT), + ("long", Cpp::Long), + ("subscript_designator", Cpp::SubscriptDesignator), + ("switch", Cpp::Switch), ("_enum_base_clause", Cpp::EnumBaseClause), - ("operator_cast", Cpp::OperatorCast), + ("field_declaration_repeat1", Cpp::FieldDeclarationRepeat1), + ("QM_WARNONLY_TRY_UNWRAP", Cpp::QMWARNONLYTRYUNWRAP), + ("catch_clause", Cpp::CatchClause), + ("MOZ_STACK_CLASS", Cpp::MOZSTACKCLASS), + ("char_literal_token1", Cpp::CharLiteralToken1), + ("MOZ_HEAP_CLASS", Cpp::MOZHEAPCLASS), + ("field_initializer", Cpp::FieldInitializer), + ("virtual", Cpp::Virtual), + ("parenthesized_declarator", Cpp::ParenthesizedDeclarator), + ("*", Cpp::STAR), + ("MOZ_NEEDS_NO_VTABLE_TYPE", Cpp::MOZNEEDSNOVTABLETYPE), ( - "MOZ_NEEDS_MEMMOVABLE_MEMBERS", - Cpp::MOZNEEDSMEMMOVABLEMEMBERS, + "compound_literal_expression", + Cpp::CompoundLiteralExpression, ), + ("||", Cpp::PIPEPIPE), + ("MOZ_HAVE_NORETURN", Cpp::MOZHAVENORETURN), + ("static", Cpp::Static), + ("|=", Cpp::PIPEEQ), + ("MOZ_MUST_OVERRIDE", Cpp::MOZMUSTOVERRIDE), + ("!=", Cpp::BANGEQ), + ("FORWARD", Cpp::FORWARD), + ("[", Cpp::LBRACK), + ("throw_specifier_repeat1", Cpp::ThrowSpecifierRepeat1), + ("MOZ_FORMAT_PRINTF", Cpp::MOZFORMATPRINTF), + ("__cdecl", Cpp::Cdecl), + ("do_statement", Cpp::DoStatement), + ("class", Cpp::Class), + ("final", Cpp::Final), + ("MOZ_NON_AUTOABLE", Cpp::MOZNONAUTOABLE), + ("template_type", Cpp::TemplateType), + (",", Cpp::COMMA), + ("template_method", Cpp::TemplateMethod), + ("argument_list_repeat1", Cpp::ArgumentListRepeat1), + ("base_class_clause", Cpp::BaseClassClause), + ("pointer_declarator", Cpp::PointerDeclarator), + ("nullptr", Cpp::Nullptr), + ("preproc_else", Cpp::PreprocElse), + ("comma_expression", Cpp::CommaExpression), + ("MOZ_NON_PARAM", Cpp::MOZNONPARAM), ( - "abstract_pointer_declarator", - Cpp::AbstractPointerDeclarator, + "MOZ_NO_DANGLING_ON_TEMPORARIES", + Cpp::MOZNODANGLINGONTEMPORARIES, ), - ("auto", Cpp::Auto), - ("typename", Cpp::Typename), - ("L\\\"", Cpp::LDQUOTE), - ("type_parameter_declaration", Cpp::TypeParameterDeclaration), - ("==", Cpp::EQEQ), - ("return_statement", Cpp::ReturnStatement), - ("field_initializer", Cpp::FieldInitializer), - ("#ifdef", Cpp::HASHifdef), ("base_class_clause_repeat1", Cpp::BaseClassClauseRepeat1), - ("this", Cpp::This), - ("_expression", Cpp::Expression), - ("extern", Cpp::Extern), - ("template_function", Cpp::TemplateFunction), - ("+", Cpp::PLUS), - ("linkage_specification", Cpp::LinkageSpecification), - ("declaration", Cpp::Declaration), - ("template_type", Cpp::TemplateType), + ("PS_GET_AND_SET", Cpp::PSGETANDSET), + ("raw_string_literal", Cpp::RawStringLiteral), + ("CACHE_TRY_UNWRAP", Cpp::CACHETRYUNWRAP), + ("template_declaration", Cpp::TemplateDeclaration), + ("preproc_if", Cpp::PreprocIf), + ("--", Cpp::DASHDASH), + (">>", Cpp::GTGT), ("MOZ_TSAN_BLACKLIST", Cpp::MOZTSANBLACKLIST), - ("macro_statement", Cpp::MacroStatement), - ("MOZ_NONHEAP_CLASS", Cpp::MOZNONHEAPCLASS), - ("&&", Cpp::AMPAMP), ("try_statement", Cpp::TryStatement), - ("trailing_return_type", Cpp::TrailingReturnType), - ("string_literal_token1", Cpp::StringLiteralToken1), - ("\'", Cpp::SQUOTE), - ("MOZ_MUST_USE_TYPE", Cpp::MOZMUSTUSETYPE), - ("return", Cpp::Return), - ("%", Cpp::PERCENT), - ("MOZ_XPCOM_ABI", Cpp::MOZXPCOMABI), - ("namespace", Cpp::Namespace), - ("MOZ_NON_OWNING_REF", Cpp::MOZNONOWNINGREF), - ("primitive_type", Cpp::PrimitiveType), - ("type_definition_repeat1", Cpp::TypeDefinitionRepeat1), - ("protected", Cpp::Protected), + ("#endif", Cpp::HASHendif), + ("unary_expression", Cpp::UnaryExpression), ( - "preproc_argument_list_repeat1", - Cpp::PreprocArgumentListRepeat1, + "MOZ_MAY_CALL_AFTER_MUST_RETURN", + Cpp::MOZMAYCALLAFTERMUSTRETURN, ), - ("\\\"", Cpp::DQUOTE), - ("identifier", Cpp::Identifier), + ("MOZ_ALWAYS_INLINE", Cpp::MOZALWAYSINLINE), + ("cast_expression", Cpp::CastExpression), + ("translation_unit", Cpp::TranslationUnit), + ("_empty_declaration", Cpp::EmptyDeclaration), + ("alias_declaration", Cpp::AliasDeclaration), + ("/", Cpp::SLASH), ( - "structured_binding_declarator", - Cpp::StructuredBindingDeclarator, + "MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION", + Cpp::MOZCANRUNSCRIPTFORDEFINITION, ), - ("unsigned", Cpp::Unsigned), - ("namespace_identifier", Cpp::NamespaceIdentifier), - ("field_declaration_repeat1", Cpp::FieldDeclarationRepeat1), - ("enumerator_list", Cpp::EnumeratorList), - ("while", Cpp::While), - ("MOZ_IS_CLASS_INIT", Cpp::MOZISCLASSINIT), - ("const", Cpp::Const), - ("*", Cpp::STAR), - ("MOZ_HEAP_ALLOCATOR", Cpp::MOZHEAPALLOCATOR), - (";", Cpp::SEMI), - (":", Cpp::COLON), + ("function_declarator", Cpp::FunctionDeclarator), + ("throw_specifier", Cpp::ThrowSpecifier), + ("static_assert_declaration", Cpp::StaticAssertDeclaration), + ("template_parameter_list", Cpp::TemplateParameterList), + ("volatile", Cpp::Volatile), + ("(", Cpp::LPAREN), + ("++", Cpp::PLUSPLUS), + ("friend", Cpp::Friend), + ("if_statement", Cpp::IfStatement), + ("MOZ_NORETURN_PTR", Cpp::MOZNORETURNPTR), + ("try", Cpp::Try), + ("for_statement", Cpp::ForStatement), + ("attribute_repeat1", Cpp::AttributeRepeat1), + ("type_parameter_declaration", Cpp::TypeParameterDeclaration), + ("switch_statement", Cpp::SwitchStatement), + (")", Cpp::RPAREN), + ("short", Cpp::Short), + ("MOZ_NEVER_INLINE", Cpp::MOZNEVERINLINE), + ("virtual_function_specifier", Cpp::VirtualFunctionSpecifier), + ("preproc_defined", Cpp::PreprocDefined), + ("lambda_expression", Cpp::LambdaExpression), + ("...", Cpp::DOTDOTDOT), + ("ms_declspec_modifier", Cpp::MsDeclspecModifier), ( - "abstract_function_declarator_repeat1", - Cpp::AbstractFunctionDeclaratorRepeat1, + "sized_type_specifier_repeat1", + Cpp::SizedTypeSpecifierRepeat1, + ), + ( + "preproc_if_in_field_declaration_list_repeat1", + Cpp::PreprocIfInFieldDeclarationListRepeat1, + ), + ("call_expression", Cpp::CallExpression), + ("_declarator", Cpp::Declarator), + (">>=", Cpp::GTGTEQ), + ( + "MOZ_ALWAYS_INLINE_EVEN_DEBUG", + Cpp::MOZALWAYSINLINEEVENDEBUG, + ), + ("identifier", Cpp::Identifier), + ("struct_specifier", Cpp::StructSpecifier), + ("#ifndef", Cpp::HASHifndef), + ("default", Cpp::Default), + ("MOZ_STATIC_CLASS", Cpp::MOZSTATICCLASS), + ("case_statement", Cpp::CaseStatement), + ("null", Cpp::Null), + ("L\'", Cpp::LSQUOTE), + ("delete_method_clause", Cpp::DeleteMethodClause), + ("abstract_array_declarator", Cpp::AbstractArrayDeclarator), + ( + "MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER", + Cpp::MOZDECLUSEGUARDOBJECTNOTIFIER, ), - ("preproc_params_repeat1", Cpp::PreprocParamsRepeat1), - ("MOZ_STATIC_LOCAL_CLASS", Cpp::MOZSTATICLOCALCLASS), ( "_field_declaration_list_item", Cpp::FieldDeclarationListItem, ), - ("union_specifier", Cpp::UnionSpecifier), - ("_field_declarator", Cpp::FieldDeclarator), + ("QM_TRY_UNWRAP", Cpp::QMTRYUNWRAP), + ("public", Cpp::Public), + ("ms_unsigned_ptr_modifier", Cpp::MsUnsignedPtrModifier), + ("ms_call_modifier", Cpp::MsCallModifier), ( - "abstract_function_declarator", - Cpp::AbstractFunctionDeclarator, + "MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR", + Cpp::MOZHAVESIGNEDOVERFLOWSANITIZEATTR, ), - ("__declspec", Cpp::Declspec), - ("class", Cpp::Class), + ("friend_declaration", Cpp::FriendDeclaration), + ("::", Cpp::COLONCOLON), + ("init_declarator", Cpp::InitDeclarator), + ("macro_statement", Cpp::MacroStatement), + ("<<", Cpp::LTLT), + ("%=", Cpp::PERCENTEQ), + ("preproc_elif", Cpp::PreprocElif), + ("struct", Cpp::Struct), + ("do", Cpp::Do), + ("_declaration_specifiers", Cpp::DeclarationSpecifiers), ( - "preproc_if_in_field_declaration_list_repeat1", - Cpp::PreprocIfInFieldDeclarationListRepeat1, + "function_definition_repeat1", + Cpp::FunctionDefinitionRepeat1, ), - ("#else", Cpp::HASHelse), - ("initializer_pair_repeat1", Cpp::InitializerPairRepeat1), + ("translation_unit_repeat1", Cpp::TranslationUnitRepeat1), + ("enumerator_list", Cpp::EnumeratorList), + ("field_identifier", Cpp::FieldIdentifier), + ("MOZ_INIT_OUTSIDE_CTOR", Cpp::MOZINITOUTSIDECTOR), + ("constexpr", Cpp::Constexpr), + ("bitfield_clause", Cpp::BitfieldClause), + ("_class_name", Cpp::ClassName), + ("PS_GET_LOCKLESS", Cpp::PSGETLOCKLESS), ( - "MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS", - Cpp::MOZPRETENDNORETURNFORSTATICANALYSIS, + "structured_binding_declarator", + Cpp::StructuredBindingDeclarator, ), - ("pointer_declarator_repeat1", Cpp::PointerDeclaratorRepeat1), + ("case_statement_repeat1", Cpp::CaseStatementRepeat1), + ("type_definition_repeat1", Cpp::TypeDefinitionRepeat1), ( - "MOZ_MAY_CALL_AFTER_MUST_RETURN", - Cpp::MOZMAYCALLAFTERMUSTRETURN, + "field_initializer_list_repeat1", + Cpp::FieldInitializerListRepeat1, ), - ("]", Cpp::RBRACK), - ("initializer_list", Cpp::InitializerList), - ("virtual", Cpp::Virtual), - ("system_lib_string", Cpp::SystemLibString), - ("field_declaration_list", Cpp::FieldDeclarationList), - ("<<", Cpp::LTLT), - (",", Cpp::COMMA), - ("__thiscall", Cpp::Thiscall), - ("noexcept", Cpp::Noexcept), - ("/", Cpp::SLASH), - ("ms_declspec_modifier", Cpp::MsDeclspecModifier), + ("break_statement", Cpp::BreakStatement), + ("variadic_declarator", Cpp::VariadicDeclarator), + ("preproc_directive", Cpp::PreprocDirective), + ("declaration", Cpp::Declaration), + ("<", Cpp::LT), + ("initializer_pair", Cpp::InitializerPair), + ("L\\\"", Cpp::LDQUOTE), + ("MOZ_HAVE_NORETURN_PTR", Cpp::MOZHAVENORETURNPTR), + ("explicit", Cpp::Explicit), + ("mutable", Cpp::Mutable), + ("MOZ_REQUIRED_BASE_METHOD", Cpp::MOZREQUIREDBASEMETHOD), + ("field_initializer_list", Cpp::FieldInitializerList), + ("type_definition_repeat2", Cpp::TypeDefinitionRepeat2), + ("]]", Cpp::RBRACKRBRACK), + ("ms_based_modifier", Cpp::MsBasedModifier), + ("preproc_def", Cpp::PreprocDef), + ("enum", Cpp::Enum), ("_unaligned", Cpp::Unaligned), + ("__vectorcall", Cpp::Vectorcall), + ("MOZ_CAN_RUN_SCRIPT_BOUNDARY", Cpp::MOZCANRUNSCRIPTBOUNDARY), + ("MOZ_MAYBE_UNUSED", Cpp::MOZMAYBEUNUSED), + ("alone_macro_call_repeat1", Cpp::AloneMacroCallRepeat1), + ("this", Cpp::This), + ("linkage_specification", Cpp::LinkageSpecification), + ("!", Cpp::BANG), + ("static_assert", Cpp::StaticAssert), + ("macro_annotation", Cpp::MacroAnnotation), + ("parameter_list", Cpp::ParameterList), + ( + "MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS", + Cpp::MOZPOPDISABLENONTRIVIALUNIONWARNINGS, + ), + ("type_descriptor", Cpp::TypeDescriptor), + ("enumerator", Cpp::Enumerator), + ("expression_statement", Cpp::ExpressionStatement), + ("u8\\\"", Cpp::U8DQUOTE), + ("LS_TRY_INSPECT", Cpp::LSTRYINSPECT), + (".", Cpp::DOT), + ("alone_macro_call_token1", Cpp::AloneMacroCallToken1), + ("preproc_include", Cpp::PreprocInclude), + ("concatenated_string", Cpp::ConcatenatedString), + ("delete", Cpp::Delete), + ("array_declarator", Cpp::ArrayDeclarator), + ("ms_pointer_modifier", Cpp::MsPointerModifier), + ("unsigned", Cpp::Unsigned), ("declaration_repeat1", Cpp::DeclarationRepeat1), - ("for_statement", Cpp::ForStatement), - ("static_assert_declaration", Cpp::StaticAssertDeclaration), + ("[[", Cpp::LBRACKLBRACK), + (">=", Cpp::GTEQ), + ("u8\'", Cpp::U8SQUOTE), + ("update_expression", Cpp::UpdateExpression), + ("virtual_specifier", Cpp::VirtualSpecifier), + ("#ifdef", Cpp::HASHifdef), ( - "template_argument_list_repeat1", - Cpp::TemplateArgumentListRepeat1, + "template_parameter_list_repeat1", + Cpp::TemplateParameterListRepeat1, ), - ("translation_unit", Cpp::TranslationUnit), - ("catch", Cpp::Catch), - ("ms_call_modifier", Cpp::MsCallModifier), - ("MOZ_STATIC_CLASS", Cpp::MOZSTATICCLASS), - ("operator_name", Cpp::OperatorName), - ("parameter_declaration", Cpp::ParameterDeclaration), - ("throw_specifier", Cpp::ThrowSpecifier), - ("MOZ_TRIVIAL_CTOR_DTOR", Cpp::MOZTRIVIALCTORDTOR), + ("_preproc_expression", Cpp::PreprocExpression), + ("MOZ_CAN_RUN_SCRIPT", Cpp::MOZCANRUNSCRIPT), + ("#if", Cpp::HASHif), + ("typedef", Cpp::Typedef), + ("preproc_params_repeat1", Cpp::PreprocParamsRepeat1), + ("continue_statement", Cpp::ContinueStatement), + ("typename", Cpp::Typename), ( - "structured_binding_declarator_repeat1", - Cpp::StructuredBindingDeclaratorRepeat1, + "explicit_function_specifier", + Cpp::ExplicitFunctionSpecifier, ), - ("->", Cpp::DASHGT), - ("preproc_function_def", Cpp::PreprocFunctionDef), - ("{", Cpp::LBRACE), - ("enum_specifier", Cpp::EnumSpecifier), - ("throw_statement", Cpp::ThrowStatement), - ("MOZ_RAII", Cpp::MOZRAII), - ("raw_string_literal", Cpp::RawStringLiteral), - ("else", Cpp::Else), - ("expression_statement", Cpp::ExpressionStatement), - ("preproc_call", Cpp::PreprocCall), - ("/=", Cpp::SLASHEQ), - ("private", Cpp::Private), - ("init_declarator", Cpp::InitDeclarator), - ("field_expression", Cpp::FieldExpression), ( "MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS", Cpp::MOZONLYUSEDTOAVOIDSTATICCONSTRUCTORS, ), - ("--", Cpp::DASHDASH), - ("try_statement_repeat1", Cpp::TryStatementRepeat1), ( - "MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG", - Cpp::MOZMUSTRETURNFROMCALLERIFTHISISARG, - ), - ("scoped_type_identifier", Cpp::ScopedTypeIdentifier), - (">=", Cpp::GTEQ), - ("lambda_capture_specifier", Cpp::LambdaCaptureSpecifier), - ("pointer_declarator", Cpp::PointerDeclarator), - ("nullptr", Cpp::Nullptr), - ("variadic_declarator", Cpp::VariadicDeclarator), - ("u\\\"", Cpp::UDQUOTE), - ("||", Cpp::PIPEPIPE), - ("MOZ_HAVE_ASAN_BLACKLIST", Cpp::MOZHAVEASANBLACKLIST), - ("override", Cpp::Override), - ("__clrcall", Cpp::Clrcall), - ("throw", Cpp::Throw), + "scoped_namespace_identifier", + Cpp::ScopedNamespaceIdentifier, + ), + ("ms_signed_ptr_modifier", Cpp::MsSignedPtrModifier), + ("string_literal", Cpp::StringLiteral), + ("while", Cpp::While), ( "optional_parameter_declaration", Cpp::OptionalParameterDeclaration, ), - ("dependent_type", Cpp::DependentType), - ("escape_sequence", Cpp::EscapeSequence), ( - "function_declarator_repeat2", - Cpp::FunctionDeclaratorRepeat2, + "abstract_pointer_declarator", + Cpp::AbstractPointerDeclarator, ), - ("_class_name", Cpp::ClassName), - ("MOZ_NON_PARAM", Cpp::MOZNONPARAM), - ("short", Cpp::Short), - ("static", Cpp::Static), - ("<<=", Cpp::LTLTEQ), - ("alone_macro", Cpp::AloneMacro), - ("<=", Cpp::LTEQ), - ("#include", Cpp::HASHinclude), - ("MOZ_MUST_OVERRIDE", Cpp::MOZMUSTOVERRIDE), - ("!=", Cpp::BANGEQ), + ("template_instantiation", Cpp::TemplateInstantiation), + ("restrict", Cpp::Restrict), + ("~", Cpp::TILDE), + ("namespace", Cpp::Namespace), + ("break", Cpp::Break), + ("LS_TRY_UNWRAP", Cpp::LSTRYUNWRAP), + ("MOZ_NONHEAP_CLASS", Cpp::MOZNONHEAPCLASS), + ("initializer_list", Cpp::InitializerList), + ("scoped_type_identifier", Cpp::ScopedTypeIdentifier), + ("MOZ_IS_CLASS_INIT", Cpp::MOZISCLASSINIT), + ("+=", Cpp::PLUSEQ), + ("_field_declarator", Cpp::FieldDeclarator), + ("CACHE_TRY_INSPECT", Cpp::CACHETRYINSPECT), + ("extern", Cpp::Extern), ( "template_template_parameter_declaration", Cpp::TemplateTemplateParameterDeclaration, ), - ("delete", Cpp::Delete), - ("using_declaration", Cpp::UsingDeclaration), - ("struct", Cpp::Struct), ( - "abstract_parenthesized_declarator", - Cpp::AbstractParenthesizedDeclarator, + "variadic_parameter_declaration", + Cpp::VariadicParameterDeclaration, ), - ("ERROR", Cpp::Error), - ("lambda_expression", Cpp::LambdaExpression), - ("new", Cpp::New), - ("attribute_repeat1", Cpp::AttributeRepeat1), - ("subscript_expression", Cpp::SubscriptExpression), - ("declaration_list", Cpp::DeclarationList), - ("inline", Cpp::Inline), - ("MOZ_STACK_CLASS", Cpp::MOZSTACKCLASS), - ("subscript_designator", Cpp::SubscriptDesignator), - ("ms_signed_ptr_modifier", Cpp::MsSignedPtrModifier), - ("MOZ_ALLOCATOR", Cpp::MOZALLOCATOR), - ("enumerator", Cpp::Enumerator), - ("field_declaration", Cpp::FieldDeclaration), - ("goto", Cpp::Goto), - ("lambda_default_capture", Cpp::LambdaDefaultCapture), - ("#ifndef", Cpp::HASHifndef), - ("macro_annotation", Cpp::MacroAnnotation), - ("concatenated_string", Cpp::ConcatenatedString), - ("_declarator", Cpp::Declarator), + ("MOZ_TRIVIAL_CTOR_DTOR", Cpp::MOZTRIVIALCTORDTOR), ("&=", Cpp::AMPEQ), - ("scoped_identifier", Cpp::ScopedIdentifier), - ("_Atomic", Cpp::Atomic), - ("__vectorcall", Cpp::Vectorcall), - ( - "MOZ_NO_ADDREF_RELEASE_ON_RETURN", - Cpp::MOZNOADDREFRELEASEONRETURN, - ), - ("array_declarator", Cpp::ArrayDeclarator), - ("enumerator_list_repeat1", Cpp::EnumeratorListRepeat1), - ("}", Cpp::RBRACE), - ("condition_clause", Cpp::ConditionClause), - ("abstract_array_declarator", Cpp::AbstractArrayDeclarator), - ("default", Cpp::Default), - ( - "sized_type_specifier_repeat1", - Cpp::SizedTypeSpecifierRepeat1, - ), - ( - "template_parameter_list_repeat1", - Cpp::TemplateParameterListRepeat1, - ), - ("for_range_loop", Cpp::ForRangeLoop), - ("alias_declaration", Cpp::AliasDeclaration), - ("compound_statement", Cpp::CompoundStatement), - ("virtual_specifier", Cpp::VirtualSpecifier), + ("?", Cpp::QMARK), + ("__based", Cpp::Based), + ("-", Cpp::DASH), + ("union", Cpp::Union), + ("delete_expression", Cpp::DeleteExpression), + ("statement_identifier", Cpp::StatementIdentifier), ( - "MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION", - Cpp::MOZCANRUNSCRIPTFORDEFINITION, + "variadic_type_parameter_declaration", + Cpp::VariadicTypeParameterDeclaration, ), - ("|=", Cpp::PIPEEQ), - ("_abstract_declarator", Cpp::AbstractDeclarator), - ("MOZ_HAVE_NO_SANITIZE_ATTR", Cpp::MOZHAVENOSANITIZEATTR), - ("static_assert", Cpp::StaticAssert), - ("goto_statement", Cpp::GotoStatement), - ("MOZ_INIT_OUTSIDE_CTOR", Cpp::MOZINITOUTSIDECTOR), - ("u8\'", Cpp::U8SQUOTE), - ("MOZ_TEMPORARY_CLASS", Cpp::MOZTEMPORARYCLASS), - ("parameter_list_repeat1", Cpp::ParameterListRepeat1), - ("attribute_specifier", Cpp::AttributeSpecifier), - ("MOZ_MAYBE_UNUSED", Cpp::MOZMAYBEUNUSED), - ("alone_macro_call_repeat1", Cpp::AloneMacroCallRepeat1), - ("preproc_if", Cpp::PreprocIf), - ("...", Cpp::DOTDOTDOT), - ("__stdcall", Cpp::Stdcall), - ("break_statement", Cpp::BreakStatement), - ("MOZ_CAN_RUN_SCRIPT", Cpp::MOZCANRUNSCRIPT), - ("!", Cpp::BANG), - ("_empty_declaration", Cpp::EmptyDeclaration), - ("if_statement", Cpp::IfStatement), - ("field_initializer_list", Cpp::FieldInitializerList), - ("alone_macro_call_token1", Cpp::AloneMacroCallToken1), - ("MOZ_HAVE_NEVER_INLINE", Cpp::MOZHAVENEVERINLINE), - ("conditional_expression", Cpp::ConditionalExpression), - ("explicit", Cpp::Explicit), - ("ms_pointer_modifier", Cpp::MsPointerModifier), - ("throw_specifier_repeat1", Cpp::ThrowSpecifierRepeat1), - ("alone_macro_call", Cpp::AloneMacroCall), - ("#define", Cpp::HASHdefine), - ("catch_clause", Cpp::CatchClause), - ("ms_restrict_modifier", Cpp::MsRestrictModifier), + ("number_literal", Cpp::NumberLiteral), + ("inline", Cpp::Inline), ("=", Cpp::EQ), - ("MOZ_HAVE_NORETURN", Cpp::MOZHAVENORETURN), - ("statement_identifier", Cpp::StatementIdentifier), - ("new_expression", Cpp::NewExpression), - ("while_statement", Cpp::WhileStatement), - ("new_declarator", Cpp::NewDeclarator), - ("MOZ_NON_MEMMOVABLE", Cpp::MOZNONMEMMOVABLE), + ("new", Cpp::New), + ("->", Cpp::DASHGT), + ("preproc_call", Cpp::PreprocCall), + ("enum_specifier", Cpp::EnumSpecifier), + ("true", Cpp::True), + ("access_specifier", Cpp::AccessSpecifier), + ("for_range_loop", Cpp::ForRangeLoop), ("operator", Cpp::Operator), - ("#endif", Cpp::HASHendif), - ("template_argument_list", Cpp::TemplateArgumentList), - ("~", Cpp::TILDE), - ("template_parameter_list", Cpp::TemplateParameterList), - ("bitfield_clause", Cpp::BitfieldClause), - ("MOZ_ASAN_BLACKLIST", Cpp::MOZASANBLACKLIST), - ("comma_expression", Cpp::CommaExpression), - ("friend_declaration", Cpp::FriendDeclaration), - ("*=", Cpp::STAREQ), - ("if", Cpp::If), - ("argument_list", Cpp::ArgumentList), - ("parameter_list", Cpp::ParameterList), - ("u8\\\"", Cpp::U8DQUOTE), - ("?", Cpp::QMARK), - ("number_literal", Cpp::NumberLiteral), - ("class_specifier", Cpp::ClassSpecifier), + ("alone_macro", Cpp::AloneMacro), + (":", Cpp::COLON), + ("destructor_name", Cpp::DestructorName), ( - "concatenated_string_repeat1", - Cpp::ConcatenatedStringRepeat1, + "MOZ_NEEDS_MEMMOVABLE_MEMBERS", + Cpp::MOZNEEDSMEMMOVABLEMEMBERS, ), - ("try", Cpp::Try), + ("*=", Cpp::STAREQ), + ("|", Cpp::PIPE), + ("]", Cpp::RBRACK), + ("MOZ_RAII", Cpp::MOZRAII), (">", Cpp::GT), - ("&", Cpp::AMP), - ("MOZ_NORETURN", Cpp::MOZNORETURN), - ( - "MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT", - Cpp::MOZNOARITHMETICEXPRINARGUMENT, - ), - ("[[", Cpp::LBRACKLBRACK), - ("^=", Cpp::CARETEQ), - ("template_declaration", Cpp::TemplateDeclaration), - ("initializer_list_repeat1", Cpp::InitializerListRepeat1), - ("type_definition", Cpp::TypeDefinition), - ("restrict", Cpp::Restrict), - (">>=", Cpp::GTGTEQ), - ("MOZ_NON_TEMPORARY_CLASS", Cpp::MOZNONTEMPORARYCLASS), - ( - "MOZ_IS_SMARTPTR_TO_REFCOUNTED", - Cpp::MOZISSMARTPTRTOREFCOUNTED, - ), - ("MOZ_IMPLICIT", Cpp::MOZIMPLICIT), - ("argument_list_repeat1", Cpp::ArgumentListRepeat1), + ("\\n", Cpp::LF), ( - "MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER", - Cpp::MOZDECLUSEGUARDOBJECTNOTIFIER, + "abstract_function_declarator", + Cpp::AbstractFunctionDeclarator, ), - ("MOZ_ALLOW_TEMPORARY", Cpp::MOZALLOWTEMPORARY), - ("typedef", Cpp::Typedef), - ("access_specifier", Cpp::AccessSpecifier), - ("translation_unit_repeat1", Cpp::TranslationUnitRepeat1), + ("field_expression", Cpp::FieldExpression), + ("__declspec", Cpp::Declspec), + ("declaration_list", Cpp::DeclarationList), + ("end", Cpp::End), ("case", Cpp::Case), - ("default_method_clause", Cpp::DefaultMethodClause), - ( - "optional_type_parameter_declaration", - Cpp::OptionalTypeParameterDeclaration, - ), - ("MOZ_UNSAFE_REF", Cpp::MOZUNSAFEREF), - ("__based", Cpp::Based), + ("MOZ_COLD", Cpp::MOZCOLD), + ("noexcept", Cpp::Noexcept), + (";", Cpp::SEMI), ( - "MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS", - Cpp::MOZPUSHDISABLENONTRIVIALUNIONWARNINGS, + "MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS", + Cpp::MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS, ), - ("MOZ_OWNING_REF", Cpp::MOZOWNINGREF), - ("preproc_else", Cpp::PreprocElse), - ("true", Cpp::True), - ("MOZ_NONNULL", Cpp::MOZNONNULL), - (")", Cpp::RPAREN), - ("MOZ_ALWAYS_INLINE", Cpp::MOZALWAYSINLINE), + ("MOZ_HAVE_NEVER_INLINE", Cpp::MOZHAVENEVERINLINE), + ("field_declaration", Cpp::FieldDeclaration), + ("field_designator", Cpp::FieldDesignator), + ("MOZ_IMPLICIT", Cpp::MOZIMPLICIT), ( - "function_declarator_repeat1", - Cpp::FunctionDeclaratorRepeat1, + "abstract_parenthesized_declarator", + Cpp::AbstractParenthesizedDeclarator, ), - ("preproc_params", Cpp::PreprocParams), + ("attribute_specifier", Cpp::AttributeSpecifier), + ("return", Cpp::Return), + ("MOZ_ASAN_BLACKLIST", Cpp::MOZASANBLACKLIST), + ("new_declarator", Cpp::NewDeclarator), + ("\\\"", Cpp::DQUOTE), + ("const", Cpp::Const), + ("_Atomic", Cpp::Atomic), + ("goto_statement", Cpp::GotoStatement), + ("enumerator_list_repeat1", Cpp::EnumeratorListRepeat1), + ("MOZ_NON_OWNING_REF", Cpp::MOZNONOWNINGREF), + ("field_declaration_list", Cpp::FieldDeclarationList), + ("#elif", Cpp::HASHelif), + ("ms_restrict_modifier", Cpp::MsRestrictModifier), + ("defined", Cpp::Defined), + ("private", Cpp::Private), ( - "MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS", - Cpp::MOZPOPDISABLENONTRIVIALUNIONWARNINGS, + "concatenated_string_repeat1", + Cpp::ConcatenatedStringRepeat1, ), - ("_declaration_specifiers", Cpp::DeclarationSpecifiers), - ("destructor_name", Cpp::DestructorName), - ("(", Cpp::LPAREN), - ("scoped_field_identifier", Cpp::ScopedFieldIdentifier), - ("decltype", Cpp::Decltype), - ("++", Cpp::PLUSPLUS), ]), }; diff --git a/tests/test_c.rs b/tests/test_c.rs index 2614c208c..946d9943a 100644 --- a/tests/test_c.rs +++ b/tests/test_c.rs @@ -38,3 +38,9 @@ fn test_fn_id_strings() { let samples = vec!["nsPrintfCString(\"%\" PRIi32, lifetime.mTag);"]; parse(&samples, false); } + +#[test] +fn test_fn_qm_try_inspect_cpp() { + let samples = vec!["QM_TRY_INSPECT(const int32_t& storageVersion, MOZ_TO_RESULT_INVOKE(aConnection, GetSchemaVersion));"]; + parse(&samples, false); +} diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 8c293ece5..bd02191b6 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.19.0" +version = "0.19.3" authors = ["Calixte Denizet "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/tree-sitter-mozcpp/grammar.js b/tree-sitter-mozcpp/grammar.js index b918464ab..347d177b9 100644 --- a/tree-sitter-mozcpp/grammar.js +++ b/tree-sitter-mozcpp/grammar.js @@ -84,6 +84,40 @@ module.exports = grammar(CPP, { $.macro_annotation, ), + call_expression: ($, original) => choice( + original, + $._call_macro_with_decl_first_arg, + ), + + _call_macro_with_decl_first_arg: $ => seq( + field('function', choice( + 'CACHE_TRY_INSPECT', + 'CACHE_TRY_UNWRAP', + 'FORWARD', + 'FORWARD_SET_ATTRIBUTE', + 'IDB_TRY_INSPECT', + 'IDB_TRY_UNWRAP', + 'LS_TRY_INSPECT', + 'LS_TRY_UNWRAP', + 'SDB_TRY_INSPECT', + 'SDB_TRY_UNWRAP', + 'PS_GET', + 'PS_GET_AND_SET', + 'PS_GET_LOCKLESS', + 'QM_TRY_INSPECT', + 'QM_NOTEONLY_TRY_UNWRAP', + 'QM_TRY_UNWRAP', + 'QM_WARNONLY_TRY_UNWRAP', + )), + field('arguments', seq( + '(', + $.parameter_declaration, + ',', + commaSep(choice($._expression, $.initializer_list)), + ')', + )), + ), + macro_statement: $ => choice( 'MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER' ), @@ -156,7 +190,7 @@ module.exports = grammar(CPP, { 'MOZ_TRIVIAL_CTOR_DTOR', 'MOZ_TSAN_BLACKLIST', 'MOZ_UNSAFE_REF', - 'MOZ_XPCOM_ABI' + 'MOZ_XPCOM_ABI', ), primitive_type: $ => token(choice( @@ -361,3 +395,11 @@ module.exports = grammar(CPP, { ), } }); + +function commaSep(rule) { + return optional(commaSep1(rule)); +} + +function commaSep1(rule) { + return seq(rule, repeat(seq(',', rule))); +} diff --git a/tree-sitter-mozcpp/src/grammar.json b/tree-sitter-mozcpp/src/grammar.json index 58b30538f..c32d850c9 100644 --- a/tree-sitter-mozcpp/src/grammar.json +++ b/tree-sitter-mozcpp/src/grammar.json @@ -2608,127 +2608,135 @@ } }, "function_declarator": { - "type": "SEQ", - "members": [ - { - "type": "PREC", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "declarator", - "content": { - "type": "SYMBOL", - "name": "_declarator" + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "PREC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "declarator", + "content": { + "type": "SYMBOL", + "name": "_declarator" + } + }, + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "parameter_list" + } + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute_specifier" + } } - }, - { - "type": "FIELD", - "name": "parameters", - "content": { + ] + } + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { "type": "SYMBOL", - "name": "parameter_list" - } - }, - { - "type": "REPEAT", - "content": { + "name": "type_qualifier" + }, + { + "type": "SYMBOL", + "name": "virtual_specifier" + }, + { "type": "SYMBOL", - "name": "attribute_specifier" + "name": "noexcept" + }, + { + "type": "SYMBOL", + "name": "throw_specifier" + }, + { + "type": "SYMBOL", + "name": "trailing_return_type" } - } - ] - } - }, - { - "type": "REPEAT", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "type_qualifier" - }, - { - "type": "SYMBOL", - "name": "virtual_specifier" - }, - { - "type": "SYMBOL", - "name": "noexcept" - }, - { - "type": "SYMBOL", - "name": "throw_specifier" - }, - { - "type": "SYMBOL", - "name": "trailing_return_type" - } - ] + ] + } } - } - ] + ] + } }, "function_field_declarator": { - "type": "SEQ", - "members": [ - { - "type": "PREC", - "value": 1, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "declarator", - "content": { - "type": "SYMBOL", - "name": "_field_declarator" + "type": "PREC_DYNAMIC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "PREC", + "value": 1, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "declarator", + "content": { + "type": "SYMBOL", + "name": "_field_declarator" + } + }, + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "parameter_list" + } } - }, - { - "type": "FIELD", - "name": "parameters", - "content": { + ] + } + }, + { + "type": "REPEAT", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_qualifier" + }, + { + "type": "SYMBOL", + "name": "virtual_specifier" + }, + { + "type": "SYMBOL", + "name": "noexcept" + }, + { + "type": "SYMBOL", + "name": "throw_specifier" + }, + { "type": "SYMBOL", - "name": "parameter_list" + "name": "trailing_return_type" } - } - ] - } - }, - { - "type": "REPEAT", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "type_qualifier" - }, - { - "type": "SYMBOL", - "name": "virtual_specifier" - }, - { - "type": "SYMBOL", - "name": "noexcept" - }, - { - "type": "SYMBOL", - "name": "throw_specifier" - }, - { - "type": "SYMBOL", - "name": "trailing_return_type" - } - ] + ] + } } - } - ] + ] + } }, "function_type_declarator": { "type": "PREC", @@ -6811,50 +6819,59 @@ "type": "CHOICE", "members": [ { - "type": "PREC", - "value": 14, - "content": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "function", - "content": { - "type": "SYMBOL", - "name": "_expression" - } - }, - { - "type": "FIELD", - "name": "arguments", - "content": { - "type": "SYMBOL", - "name": "argument_list" - } - } - ] - } - }, - { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "FIELD", - "name": "function", + "type": "PREC", + "value": 14, "content": { - "type": "SYMBOL", - "name": "primitive_type" + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "function", + "content": { + "type": "SYMBOL", + "name": "_expression" + } + }, + { + "type": "FIELD", + "name": "arguments", + "content": { + "type": "SYMBOL", + "name": "argument_list" + } + } + ] } }, { - "type": "FIELD", - "name": "arguments", - "content": { - "type": "SYMBOL", - "name": "argument_list" - } + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "function", + "content": { + "type": "SYMBOL", + "name": "primitive_type" + } + }, + { + "type": "FIELD", + "name": "arguments", + "content": { + "type": "SYMBOL", + "name": "argument_list" + } + } + ] } ] + }, + { + "type": "SYMBOL", + "name": "_call_macro_with_decl_first_arg" } ] }, @@ -11234,6 +11251,164 @@ } ] }, + "_call_macro_with_decl_first_arg": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "function", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "CACHE_TRY_INSPECT" + }, + { + "type": "STRING", + "value": "CACHE_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "FORWARD" + }, + { + "type": "STRING", + "value": "FORWARD_SET_ATTRIBUTE" + }, + { + "type": "STRING", + "value": "IDB_TRY_INSPECT" + }, + { + "type": "STRING", + "value": "IDB_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "LS_TRY_INSPECT" + }, + { + "type": "STRING", + "value": "LS_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "SDB_TRY_INSPECT" + }, + { + "type": "STRING", + "value": "SDB_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "PS_GET" + }, + { + "type": "STRING", + "value": "PS_GET_AND_SET" + }, + { + "type": "STRING", + "value": "PS_GET_LOCKLESS" + }, + { + "type": "STRING", + "value": "QM_TRY_INSPECT" + }, + { + "type": "STRING", + "value": "QM_NOTEONLY_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "QM_TRY_UNWRAP" + }, + { + "type": "STRING", + "value": "QM_WARNONLY_TRY_UNWRAP" + } + ] + } + }, + { + "type": "FIELD", + "name": "arguments", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "(" + }, + { + "type": "SYMBOL", + "name": "parameter_declaration" + }, + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression" + }, + { + "type": "SYMBOL", + "name": "initializer_list" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_expression" + }, + { + "type": "SYMBOL", + "name": "initializer_list" + } + ] + } + ] + } + } + ] + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": ")" + } + ] + } + } + ] + }, "macro_statement": { "type": "CHOICE", "members": [ diff --git a/tree-sitter-mozcpp/src/node-types.json b/tree-sitter-mozcpp/src/node-types.json index a3432c146..e6a056e13 100644 --- a/tree-sitter-mozcpp/src/node-types.json +++ b/tree-sitter-mozcpp/src/node-types.json @@ -880,12 +880,36 @@ "named": true, "fields": { "arguments": { - "multiple": false, + "multiple": true, "required": true, "types": [ + { + "type": "(", + "named": false + }, + { + "type": ")", + "named": false + }, + { + "type": ",", + "named": false + }, + { + "type": "_expression", + "named": true + }, { "type": "argument_list", "named": true + }, + { + "type": "initializer_list", + "named": true + }, + { + "type": "parameter_declaration", + "named": true } ] }, @@ -893,6 +917,74 @@ "multiple": false, "required": true, "types": [ + { + "type": "CACHE_TRY_INSPECT", + "named": false + }, + { + "type": "CACHE_TRY_UNWRAP", + "named": false + }, + { + "type": "FORWARD", + "named": false + }, + { + "type": "FORWARD_SET_ATTRIBUTE", + "named": false + }, + { + "type": "IDB_TRY_INSPECT", + "named": false + }, + { + "type": "IDB_TRY_UNWRAP", + "named": false + }, + { + "type": "LS_TRY_INSPECT", + "named": false + }, + { + "type": "LS_TRY_UNWRAP", + "named": false + }, + { + "type": "PS_GET", + "named": false + }, + { + "type": "PS_GET_AND_SET", + "named": false + }, + { + "type": "PS_GET_LOCKLESS", + "named": false + }, + { + "type": "QM_NOTEONLY_TRY_UNWRAP", + "named": false + }, + { + "type": "QM_TRY_INSPECT", + "named": false + }, + { + "type": "QM_TRY_UNWRAP", + "named": false + }, + { + "type": "QM_WARNONLY_TRY_UNWRAP", + "named": false + }, + { + "type": "SDB_TRY_INSPECT", + "named": false + }, + { + "type": "SDB_TRY_UNWRAP", + "named": false + }, { "type": "_expression", "named": true @@ -5290,6 +5382,30 @@ "type": "?", "named": false }, + { + "type": "CACHE_TRY_INSPECT", + "named": false + }, + { + "type": "CACHE_TRY_UNWRAP", + "named": false + }, + { + "type": "FORWARD", + "named": false + }, + { + "type": "FORWARD_SET_ATTRIBUTE", + "named": false + }, + { + "type": "IDB_TRY_INSPECT", + "named": false + }, + { + "type": "IDB_TRY_UNWRAP", + "named": false + }, { "type": "L\"", "named": false @@ -5298,6 +5414,14 @@ "type": "L'", "named": false }, + { + "type": "LS_TRY_INSPECT", + "named": false + }, + { + "type": "LS_TRY_UNWRAP", + "named": false + }, { "type": "MOZ_ALLOCATOR", "named": false @@ -5574,6 +5698,42 @@ "type": "MOZ_XPCOM_ABI", "named": false }, + { + "type": "PS_GET", + "named": false + }, + { + "type": "PS_GET_AND_SET", + "named": false + }, + { + "type": "PS_GET_LOCKLESS", + "named": false + }, + { + "type": "QM_NOTEONLY_TRY_UNWRAP", + "named": false + }, + { + "type": "QM_TRY_INSPECT", + "named": false + }, + { + "type": "QM_TRY_UNWRAP", + "named": false + }, + { + "type": "QM_WARNONLY_TRY_UNWRAP", + "named": false + }, + { + "type": "SDB_TRY_INSPECT", + "named": false + }, + { + "type": "SDB_TRY_UNWRAP", + "named": false + }, { "type": "U\"", "named": false diff --git a/tree-sitter-mozcpp/src/parser.c b/tree-sitter-mozcpp/src/parser.c index 67a8a67d5..3ff055670 100644 --- a/tree-sitter-mozcpp/src/parser.c +++ b/tree-sitter-mozcpp/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 5604 -#define LARGE_STATE_COUNT 1781 -#define SYMBOL_COUNT 438 +#define STATE_COUNT 5639 +#define LARGE_STATE_COUNT 2194 +#define SYMBOL_COUNT 456 #define ALIAS_COUNT 4 -#define TOKEN_COUNT 228 +#define TOKEN_COUNT 245 #define EXTERNAL_TOKEN_COUNT 1 #define FIELD_COUNT 33 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 175 +#define PRODUCTION_ID_COUNT 179 enum { sym_identifier = 1, @@ -182,290 +182,308 @@ enum { sym_nullptr = 155, sym_alone_macro = 156, aux_sym_alone_macro_call_token1 = 157, - anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER = 158, - anon_sym_MOZ_ALLOCATOR = 159, - anon_sym_MOZ_ALLOW_TEMPORARY = 160, - anon_sym_MOZ_ALWAYS_INLINE = 161, - anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG = 162, - anon_sym_MOZ_ASAN_BLACKLIST = 163, - anon_sym_MOZ_CAN_RUN_SCRIPT = 164, - anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY = 165, - anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION = 166, - anon_sym_MOZ_COLD = 167, - anon_sym_MOZ_FALLTHROUGH = 168, - anon_sym_MOZ_FORMAT_PRINTF = 169, - anon_sym_MOZ_HAVE_ANALYZER_NORETURN = 170, - anon_sym_MOZ_HAVE_ASAN_BLACKLIST = 171, - anon_sym_MOZ_HAVE_NEVER_INLINE = 172, - anon_sym_MOZ_HAVE_NORETURN = 173, - anon_sym_MOZ_HAVE_NORETURN_PTR = 174, - anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR = 175, - anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR = 176, - anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR = 177, - anon_sym_MOZ_HEAP_ALLOCATOR = 178, - anon_sym_MOZ_HEAP_CLASS = 179, - anon_sym_MOZ_IMPLICIT = 180, - anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS = 181, - anon_sym_MOZ_INIT_OUTSIDE_CTOR = 182, - anon_sym_MOZ_IS_CLASS_INIT = 183, - anon_sym_MOZ_IS_REFPTR = 184, - anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED = 185, - anon_sym_MOZ_MAYBE_UNUSED = 186, - anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN = 187, - anon_sym_MOZ_MUST_OVERRIDE = 188, - anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG = 189, - anon_sym_MOZ_MUST_USE = 190, - anon_sym_MOZ_MUST_USE_TYPE = 191, - anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS = 192, - anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE = 193, - anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE = 194, - anon_sym_MOZ_NEVER_INLINE = 195, - anon_sym_MOZ_NEVER_INLINE_DEBUG = 196, - anon_sym_MOZ_NONHEAP_CLASS = 197, - anon_sym_MOZ_NONNULL = 198, - anon_sym_MOZ_NONNULL_RETURN = 199, - anon_sym_MOZ_NON_AUTOABLE = 200, - anon_sym_MOZ_NON_MEMMOVABLE = 201, - anon_sym_MOZ_NON_OWNING_REF = 202, - anon_sym_MOZ_NON_PARAM = 203, - anon_sym_MOZ_NON_TEMPORARY_CLASS = 204, - anon_sym_MOZ_NORETURN = 205, - anon_sym_MOZ_NORETURN_PTR = 206, - anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN = 207, - anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT = 208, - anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES = 209, - anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW = 210, - anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW = 211, - anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS = 212, - anon_sym_MOZ_OWNING_REF = 213, - anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS = 214, - anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS = 215, - anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS = 216, - anon_sym_MOZ_RAII = 217, - anon_sym_MOZ_REQUIRED_BASE_METHOD = 218, - anon_sym_MOZ_STACK_CLASS = 219, - anon_sym_MOZ_STATIC_CLASS = 220, - anon_sym_MOZ_STATIC_LOCAL_CLASS = 221, - anon_sym_MOZ_TEMPORARY_CLASS = 222, - anon_sym_MOZ_TRIVIAL_CTOR_DTOR = 223, - anon_sym_MOZ_TSAN_BLACKLIST = 224, - anon_sym_MOZ_UNSAFE_REF = 225, - anon_sym_MOZ_XPCOM_ABI = 226, - sym_raw_string_literal = 227, - sym_translation_unit = 228, - sym_preproc_include = 229, - sym_preproc_def = 230, - sym_preproc_function_def = 231, - sym_preproc_params = 232, - sym_preproc_call = 233, - sym_preproc_if = 234, - sym_preproc_ifdef = 235, - sym_preproc_else = 236, - sym_preproc_elif = 237, - sym_preproc_if_in_field_declaration_list = 238, - sym_preproc_ifdef_in_field_declaration_list = 239, - sym_preproc_else_in_field_declaration_list = 240, - sym_preproc_elif_in_field_declaration_list = 241, - sym__preproc_expression = 242, - sym_preproc_parenthesized_expression = 243, - sym_preproc_defined = 244, - sym_preproc_unary_expression = 245, - sym_preproc_call_expression = 246, - sym_preproc_argument_list = 247, - sym_preproc_binary_expression = 248, - sym_function_definition = 249, - sym_declaration = 250, - sym_type_definition = 251, - sym__declaration_specifiers = 252, - sym_linkage_specification = 253, - sym_attribute_specifier = 254, - sym_ms_declspec_modifier = 255, - sym_ms_based_modifier = 256, - sym_ms_call_modifier = 257, - sym_ms_unaligned_ptr_modifier = 258, - sym_ms_pointer_modifier = 259, - sym_declaration_list = 260, - sym__declarator = 261, - sym__field_declarator = 262, - sym__type_declarator = 263, - sym__abstract_declarator = 264, - sym_parenthesized_declarator = 265, - sym_parenthesized_field_declarator = 266, - sym_parenthesized_type_declarator = 267, - sym_abstract_parenthesized_declarator = 268, - sym_pointer_declarator = 269, - sym_pointer_field_declarator = 270, - sym_pointer_type_declarator = 271, - sym_abstract_pointer_declarator = 272, - sym_function_declarator = 273, - sym_function_field_declarator = 274, - sym_function_type_declarator = 275, - sym_abstract_function_declarator = 276, - sym_array_declarator = 277, - sym_array_field_declarator = 278, - sym_array_type_declarator = 279, - sym_abstract_array_declarator = 280, - sym_init_declarator = 281, - sym_compound_statement = 282, - sym_storage_class_specifier = 283, - sym_type_qualifier = 284, - sym__type_specifier = 285, - sym_sized_type_specifier = 286, - sym_enum_specifier = 287, - sym_enumerator_list = 288, - sym_struct_specifier = 289, - sym_union_specifier = 290, - sym_field_declaration_list = 291, - sym__field_declaration_list_item = 292, - sym_field_declaration = 293, - sym_bitfield_clause = 294, - sym_enumerator = 295, - sym_parameter_list = 296, - sym_parameter_declaration = 297, - sym_labeled_statement = 298, - sym_expression_statement = 299, - sym_if_statement = 300, - sym_switch_statement = 301, - sym_case_statement = 302, - sym_while_statement = 303, - sym_do_statement = 304, - sym_for_statement = 305, - sym_return_statement = 306, - sym_break_statement = 307, - sym_continue_statement = 308, - sym_goto_statement = 309, - sym__expression = 310, - sym_comma_expression = 311, - sym_conditional_expression = 312, - sym_assignment_expression = 313, - sym_pointer_expression = 314, - sym_unary_expression = 315, - sym_binary_expression = 316, - sym_update_expression = 317, - sym_cast_expression = 318, - sym_type_descriptor = 319, - sym_sizeof_expression = 320, - sym_subscript_expression = 321, - sym_call_expression = 322, - sym_argument_list = 323, - sym_field_expression = 324, - sym_compound_literal_expression = 325, - sym_parenthesized_expression = 326, - sym_initializer_list = 327, - sym_initializer_pair = 328, - sym_subscript_designator = 329, - sym_field_designator = 330, - sym_char_literal = 331, - sym_concatenated_string = 332, - sym_string_literal = 333, - sym__empty_declaration = 334, - sym_decltype = 335, - sym_class_specifier = 336, - sym__class_name = 337, - sym_virtual_specifier = 338, - sym_virtual_function_specifier = 339, - sym_explicit_function_specifier = 340, - sym_base_class_clause = 341, - sym__enum_base_clause = 342, - sym_dependent_type = 343, - sym_template_declaration = 344, - sym_template_instantiation = 345, - sym_template_parameter_list = 346, - sym_type_parameter_declaration = 347, - sym_variadic_type_parameter_declaration = 348, - sym_optional_type_parameter_declaration = 349, - sym_template_template_parameter_declaration = 350, - sym_optional_parameter_declaration = 351, - sym_variadic_parameter_declaration = 352, - sym_variadic_declarator = 353, - sym_variadic_reference_declarator = 354, - sym_operator_cast = 355, - sym_field_initializer_list = 356, - sym_field_initializer = 357, - sym_inline_method_definition = 358, - aux_sym__constructor_specifiers = 359, - sym_operator_cast_definition = 360, - sym_operator_cast_declaration = 361, - sym_constructor_or_destructor_definition = 362, - sym_constructor_or_destructor_declaration = 363, - sym_default_method_clause = 364, - sym_delete_method_clause = 365, - sym_friend_declaration = 366, - sym_access_specifier = 367, - sym_reference_declarator = 368, - sym_reference_field_declarator = 369, - sym_abstract_reference_declarator = 370, - sym_structured_binding_declarator = 371, - sym_trailing_return_type = 372, - sym_noexcept = 373, - sym_throw_specifier = 374, - sym_template_type = 375, - sym_template_method = 376, - sym_template_function = 377, - sym_template_argument_list = 378, - sym_namespace_definition = 379, - sym_using_declaration = 380, - sym_alias_declaration = 381, - sym_static_assert_declaration = 382, - sym_condition_clause = 383, - sym_condition_declaration = 384, - sym_for_range_loop = 385, - sym_throw_statement = 386, - sym_try_statement = 387, - sym_catch_clause = 388, - sym_attribute = 389, - sym_new_expression = 390, - sym_new_declarator = 391, - sym_delete_expression = 392, - sym_lambda_expression = 393, - sym_lambda_capture_specifier = 394, - sym_lambda_default_capture = 395, - sym_parameter_pack_expansion = 396, - sym_type_parameter_pack_expansion = 397, - sym_destructor_name = 398, - sym_scoped_field_identifier = 399, - sym_scoped_identifier = 400, - sym_scoped_type_identifier = 401, - sym_scoped_namespace_identifier = 402, - sym_alone_macro_call = 403, - sym_macro_statement = 404, - sym_macro_annotation = 405, - aux_sym_translation_unit_repeat1 = 406, - aux_sym_preproc_params_repeat1 = 407, - aux_sym_preproc_if_in_field_declaration_list_repeat1 = 408, - aux_sym_preproc_argument_list_repeat1 = 409, - aux_sym_function_definition_repeat1 = 410, - aux_sym_declaration_repeat1 = 411, - aux_sym_type_definition_repeat1 = 412, - aux_sym_type_definition_repeat2 = 413, - aux_sym__declaration_specifiers_repeat1 = 414, - aux_sym_pointer_declarator_repeat1 = 415, - aux_sym_function_declarator_repeat1 = 416, - aux_sym_function_declarator_repeat2 = 417, - aux_sym_abstract_function_declarator_repeat1 = 418, - aux_sym_sized_type_specifier_repeat1 = 419, - aux_sym_enumerator_list_repeat1 = 420, - aux_sym_field_declaration_repeat1 = 421, - aux_sym_parameter_list_repeat1 = 422, - aux_sym_case_statement_repeat1 = 423, - aux_sym_argument_list_repeat1 = 424, - aux_sym_initializer_list_repeat1 = 425, - aux_sym_initializer_pair_repeat1 = 426, - aux_sym_concatenated_string_repeat1 = 427, - aux_sym_string_literal_repeat1 = 428, - aux_sym_base_class_clause_repeat1 = 429, - aux_sym_template_parameter_list_repeat1 = 430, - aux_sym_field_initializer_list_repeat1 = 431, - aux_sym_structured_binding_declarator_repeat1 = 432, - aux_sym_throw_specifier_repeat1 = 433, - aux_sym_template_argument_list_repeat1 = 434, - aux_sym_try_statement_repeat1 = 435, - aux_sym_attribute_repeat1 = 436, - aux_sym_alone_macro_call_repeat1 = 437, - alias_sym_field_identifier = 438, - alias_sym_namespace_identifier = 439, - alias_sym_statement_identifier = 440, - alias_sym_type_identifier = 441, + anon_sym_CACHE_TRY_INSPECT = 158, + anon_sym_CACHE_TRY_UNWRAP = 159, + anon_sym_FORWARD = 160, + anon_sym_FORWARD_SET_ATTRIBUTE = 161, + anon_sym_IDB_TRY_INSPECT = 162, + anon_sym_IDB_TRY_UNWRAP = 163, + anon_sym_LS_TRY_INSPECT = 164, + anon_sym_LS_TRY_UNWRAP = 165, + anon_sym_SDB_TRY_INSPECT = 166, + anon_sym_SDB_TRY_UNWRAP = 167, + anon_sym_PS_GET = 168, + anon_sym_PS_GET_AND_SET = 169, + anon_sym_PS_GET_LOCKLESS = 170, + anon_sym_QM_TRY_INSPECT = 171, + anon_sym_QM_NOTEONLY_TRY_UNWRAP = 172, + anon_sym_QM_TRY_UNWRAP = 173, + anon_sym_QM_WARNONLY_TRY_UNWRAP = 174, + anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER = 175, + anon_sym_MOZ_ALLOCATOR = 176, + anon_sym_MOZ_ALLOW_TEMPORARY = 177, + anon_sym_MOZ_ALWAYS_INLINE = 178, + anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG = 179, + anon_sym_MOZ_ASAN_BLACKLIST = 180, + anon_sym_MOZ_CAN_RUN_SCRIPT = 181, + anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY = 182, + anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION = 183, + anon_sym_MOZ_COLD = 184, + anon_sym_MOZ_FALLTHROUGH = 185, + anon_sym_MOZ_FORMAT_PRINTF = 186, + anon_sym_MOZ_HAVE_ANALYZER_NORETURN = 187, + anon_sym_MOZ_HAVE_ASAN_BLACKLIST = 188, + anon_sym_MOZ_HAVE_NEVER_INLINE = 189, + anon_sym_MOZ_HAVE_NORETURN = 190, + anon_sym_MOZ_HAVE_NORETURN_PTR = 191, + anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR = 192, + anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR = 193, + anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR = 194, + anon_sym_MOZ_HEAP_ALLOCATOR = 195, + anon_sym_MOZ_HEAP_CLASS = 196, + anon_sym_MOZ_IMPLICIT = 197, + anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS = 198, + anon_sym_MOZ_INIT_OUTSIDE_CTOR = 199, + anon_sym_MOZ_IS_CLASS_INIT = 200, + anon_sym_MOZ_IS_REFPTR = 201, + anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED = 202, + anon_sym_MOZ_MAYBE_UNUSED = 203, + anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN = 204, + anon_sym_MOZ_MUST_OVERRIDE = 205, + anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG = 206, + anon_sym_MOZ_MUST_USE = 207, + anon_sym_MOZ_MUST_USE_TYPE = 208, + anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS = 209, + anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE = 210, + anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE = 211, + anon_sym_MOZ_NEVER_INLINE = 212, + anon_sym_MOZ_NEVER_INLINE_DEBUG = 213, + anon_sym_MOZ_NONHEAP_CLASS = 214, + anon_sym_MOZ_NONNULL = 215, + anon_sym_MOZ_NONNULL_RETURN = 216, + anon_sym_MOZ_NON_AUTOABLE = 217, + anon_sym_MOZ_NON_MEMMOVABLE = 218, + anon_sym_MOZ_NON_OWNING_REF = 219, + anon_sym_MOZ_NON_PARAM = 220, + anon_sym_MOZ_NON_TEMPORARY_CLASS = 221, + anon_sym_MOZ_NORETURN = 222, + anon_sym_MOZ_NORETURN_PTR = 223, + anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN = 224, + anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT = 225, + anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES = 226, + anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW = 227, + anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW = 228, + anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS = 229, + anon_sym_MOZ_OWNING_REF = 230, + anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS = 231, + anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS = 232, + anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS = 233, + anon_sym_MOZ_RAII = 234, + anon_sym_MOZ_REQUIRED_BASE_METHOD = 235, + anon_sym_MOZ_STACK_CLASS = 236, + anon_sym_MOZ_STATIC_CLASS = 237, + anon_sym_MOZ_STATIC_LOCAL_CLASS = 238, + anon_sym_MOZ_TEMPORARY_CLASS = 239, + anon_sym_MOZ_TRIVIAL_CTOR_DTOR = 240, + anon_sym_MOZ_TSAN_BLACKLIST = 241, + anon_sym_MOZ_UNSAFE_REF = 242, + anon_sym_MOZ_XPCOM_ABI = 243, + sym_raw_string_literal = 244, + sym_translation_unit = 245, + sym_preproc_include = 246, + sym_preproc_def = 247, + sym_preproc_function_def = 248, + sym_preproc_params = 249, + sym_preproc_call = 250, + sym_preproc_if = 251, + sym_preproc_ifdef = 252, + sym_preproc_else = 253, + sym_preproc_elif = 254, + sym_preproc_if_in_field_declaration_list = 255, + sym_preproc_ifdef_in_field_declaration_list = 256, + sym_preproc_else_in_field_declaration_list = 257, + sym_preproc_elif_in_field_declaration_list = 258, + sym__preproc_expression = 259, + sym_preproc_parenthesized_expression = 260, + sym_preproc_defined = 261, + sym_preproc_unary_expression = 262, + sym_preproc_call_expression = 263, + sym_preproc_argument_list = 264, + sym_preproc_binary_expression = 265, + sym_function_definition = 266, + sym_declaration = 267, + sym_type_definition = 268, + sym__declaration_specifiers = 269, + sym_linkage_specification = 270, + sym_attribute_specifier = 271, + sym_ms_declspec_modifier = 272, + sym_ms_based_modifier = 273, + sym_ms_call_modifier = 274, + sym_ms_unaligned_ptr_modifier = 275, + sym_ms_pointer_modifier = 276, + sym_declaration_list = 277, + sym__declarator = 278, + sym__field_declarator = 279, + sym__type_declarator = 280, + sym__abstract_declarator = 281, + sym_parenthesized_declarator = 282, + sym_parenthesized_field_declarator = 283, + sym_parenthesized_type_declarator = 284, + sym_abstract_parenthesized_declarator = 285, + sym_pointer_declarator = 286, + sym_pointer_field_declarator = 287, + sym_pointer_type_declarator = 288, + sym_abstract_pointer_declarator = 289, + sym_function_declarator = 290, + sym_function_field_declarator = 291, + sym_function_type_declarator = 292, + sym_abstract_function_declarator = 293, + sym_array_declarator = 294, + sym_array_field_declarator = 295, + sym_array_type_declarator = 296, + sym_abstract_array_declarator = 297, + sym_init_declarator = 298, + sym_compound_statement = 299, + sym_storage_class_specifier = 300, + sym_type_qualifier = 301, + sym__type_specifier = 302, + sym_sized_type_specifier = 303, + sym_enum_specifier = 304, + sym_enumerator_list = 305, + sym_struct_specifier = 306, + sym_union_specifier = 307, + sym_field_declaration_list = 308, + sym__field_declaration_list_item = 309, + sym_field_declaration = 310, + sym_bitfield_clause = 311, + sym_enumerator = 312, + sym_parameter_list = 313, + sym_parameter_declaration = 314, + sym_labeled_statement = 315, + sym_expression_statement = 316, + sym_if_statement = 317, + sym_switch_statement = 318, + sym_case_statement = 319, + sym_while_statement = 320, + sym_do_statement = 321, + sym_for_statement = 322, + sym_return_statement = 323, + sym_break_statement = 324, + sym_continue_statement = 325, + sym_goto_statement = 326, + sym__expression = 327, + sym_comma_expression = 328, + sym_conditional_expression = 329, + sym_assignment_expression = 330, + sym_pointer_expression = 331, + sym_unary_expression = 332, + sym_binary_expression = 333, + sym_update_expression = 334, + sym_cast_expression = 335, + sym_type_descriptor = 336, + sym_sizeof_expression = 337, + sym_subscript_expression = 338, + sym_call_expression = 339, + sym_argument_list = 340, + sym_field_expression = 341, + sym_compound_literal_expression = 342, + sym_parenthesized_expression = 343, + sym_initializer_list = 344, + sym_initializer_pair = 345, + sym_subscript_designator = 346, + sym_field_designator = 347, + sym_char_literal = 348, + sym_concatenated_string = 349, + sym_string_literal = 350, + sym__empty_declaration = 351, + sym_decltype = 352, + sym_class_specifier = 353, + sym__class_name = 354, + sym_virtual_specifier = 355, + sym_virtual_function_specifier = 356, + sym_explicit_function_specifier = 357, + sym_base_class_clause = 358, + sym__enum_base_clause = 359, + sym_dependent_type = 360, + sym_template_declaration = 361, + sym_template_instantiation = 362, + sym_template_parameter_list = 363, + sym_type_parameter_declaration = 364, + sym_variadic_type_parameter_declaration = 365, + sym_optional_type_parameter_declaration = 366, + sym_template_template_parameter_declaration = 367, + sym_optional_parameter_declaration = 368, + sym_variadic_parameter_declaration = 369, + sym_variadic_declarator = 370, + sym_variadic_reference_declarator = 371, + sym_operator_cast = 372, + sym_field_initializer_list = 373, + sym_field_initializer = 374, + sym_inline_method_definition = 375, + aux_sym__constructor_specifiers = 376, + sym_operator_cast_definition = 377, + sym_operator_cast_declaration = 378, + sym_constructor_or_destructor_definition = 379, + sym_constructor_or_destructor_declaration = 380, + sym_default_method_clause = 381, + sym_delete_method_clause = 382, + sym_friend_declaration = 383, + sym_access_specifier = 384, + sym_reference_declarator = 385, + sym_reference_field_declarator = 386, + sym_abstract_reference_declarator = 387, + sym_structured_binding_declarator = 388, + sym_trailing_return_type = 389, + sym_noexcept = 390, + sym_throw_specifier = 391, + sym_template_type = 392, + sym_template_method = 393, + sym_template_function = 394, + sym_template_argument_list = 395, + sym_namespace_definition = 396, + sym_using_declaration = 397, + sym_alias_declaration = 398, + sym_static_assert_declaration = 399, + sym_condition_clause = 400, + sym_condition_declaration = 401, + sym_for_range_loop = 402, + sym_throw_statement = 403, + sym_try_statement = 404, + sym_catch_clause = 405, + sym_attribute = 406, + sym_new_expression = 407, + sym_new_declarator = 408, + sym_delete_expression = 409, + sym_lambda_expression = 410, + sym_lambda_capture_specifier = 411, + sym_lambda_default_capture = 412, + sym_parameter_pack_expansion = 413, + sym_type_parameter_pack_expansion = 414, + sym_destructor_name = 415, + sym_scoped_field_identifier = 416, + sym_scoped_identifier = 417, + sym_scoped_type_identifier = 418, + sym_scoped_namespace_identifier = 419, + sym_alone_macro_call = 420, + sym__call_macro_with_decl_first_arg = 421, + sym_macro_statement = 422, + sym_macro_annotation = 423, + aux_sym_translation_unit_repeat1 = 424, + aux_sym_preproc_params_repeat1 = 425, + aux_sym_preproc_if_in_field_declaration_list_repeat1 = 426, + aux_sym_preproc_argument_list_repeat1 = 427, + aux_sym_function_definition_repeat1 = 428, + aux_sym_declaration_repeat1 = 429, + aux_sym_type_definition_repeat1 = 430, + aux_sym_type_definition_repeat2 = 431, + aux_sym__declaration_specifiers_repeat1 = 432, + aux_sym_pointer_declarator_repeat1 = 433, + aux_sym_function_declarator_repeat1 = 434, + aux_sym_function_declarator_repeat2 = 435, + aux_sym_abstract_function_declarator_repeat1 = 436, + aux_sym_sized_type_specifier_repeat1 = 437, + aux_sym_enumerator_list_repeat1 = 438, + aux_sym_field_declaration_repeat1 = 439, + aux_sym_parameter_list_repeat1 = 440, + aux_sym_case_statement_repeat1 = 441, + aux_sym_argument_list_repeat1 = 442, + aux_sym_initializer_list_repeat1 = 443, + aux_sym_initializer_pair_repeat1 = 444, + aux_sym_concatenated_string_repeat1 = 445, + aux_sym_string_literal_repeat1 = 446, + aux_sym_base_class_clause_repeat1 = 447, + aux_sym_template_parameter_list_repeat1 = 448, + aux_sym_field_initializer_list_repeat1 = 449, + aux_sym_structured_binding_declarator_repeat1 = 450, + aux_sym_throw_specifier_repeat1 = 451, + aux_sym_template_argument_list_repeat1 = 452, + aux_sym_try_statement_repeat1 = 453, + aux_sym_attribute_repeat1 = 454, + aux_sym_alone_macro_call_repeat1 = 455, + alias_sym_field_identifier = 456, + alias_sym_namespace_identifier = 457, + alias_sym_statement_identifier = 458, + alias_sym_type_identifier = 459, }; static const char *ts_symbol_names[] = { @@ -627,6 +645,23 @@ static const char *ts_symbol_names[] = { [sym_nullptr] = "nullptr", [sym_alone_macro] = "alone_macro", [aux_sym_alone_macro_call_token1] = "alone_macro_call_token1", + [anon_sym_CACHE_TRY_INSPECT] = "CACHE_TRY_INSPECT", + [anon_sym_CACHE_TRY_UNWRAP] = "CACHE_TRY_UNWRAP", + [anon_sym_FORWARD] = "FORWARD", + [anon_sym_FORWARD_SET_ATTRIBUTE] = "FORWARD_SET_ATTRIBUTE", + [anon_sym_IDB_TRY_INSPECT] = "IDB_TRY_INSPECT", + [anon_sym_IDB_TRY_UNWRAP] = "IDB_TRY_UNWRAP", + [anon_sym_LS_TRY_INSPECT] = "LS_TRY_INSPECT", + [anon_sym_LS_TRY_UNWRAP] = "LS_TRY_UNWRAP", + [anon_sym_SDB_TRY_INSPECT] = "SDB_TRY_INSPECT", + [anon_sym_SDB_TRY_UNWRAP] = "SDB_TRY_UNWRAP", + [anon_sym_PS_GET] = "PS_GET", + [anon_sym_PS_GET_AND_SET] = "PS_GET_AND_SET", + [anon_sym_PS_GET_LOCKLESS] = "PS_GET_LOCKLESS", + [anon_sym_QM_TRY_INSPECT] = "QM_TRY_INSPECT", + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = "QM_NOTEONLY_TRY_UNWRAP", + [anon_sym_QM_TRY_UNWRAP] = "QM_TRY_UNWRAP", + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = "QM_WARNONLY_TRY_UNWRAP", [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = "MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER", [anon_sym_MOZ_ALLOCATOR] = "MOZ_ALLOCATOR", [anon_sym_MOZ_ALLOW_TEMPORARY] = "MOZ_ALLOW_TEMPORARY", @@ -873,6 +908,7 @@ static const char *ts_symbol_names[] = { [sym_scoped_type_identifier] = "scoped_type_identifier", [sym_scoped_namespace_identifier] = "scoped_namespace_identifier", [sym_alone_macro_call] = "alone_macro_call", + [sym__call_macro_with_decl_first_arg] = "_call_macro_with_decl_first_arg", [sym_macro_statement] = "macro_statement", [sym_macro_annotation] = "macro_annotation", [aux_sym_translation_unit_repeat1] = "translation_unit_repeat1", @@ -1072,6 +1108,23 @@ static TSSymbol ts_symbol_map[] = { [sym_nullptr] = sym_nullptr, [sym_alone_macro] = sym_alone_macro, [aux_sym_alone_macro_call_token1] = aux_sym_alone_macro_call_token1, + [anon_sym_CACHE_TRY_INSPECT] = anon_sym_CACHE_TRY_INSPECT, + [anon_sym_CACHE_TRY_UNWRAP] = anon_sym_CACHE_TRY_UNWRAP, + [anon_sym_FORWARD] = anon_sym_FORWARD, + [anon_sym_FORWARD_SET_ATTRIBUTE] = anon_sym_FORWARD_SET_ATTRIBUTE, + [anon_sym_IDB_TRY_INSPECT] = anon_sym_IDB_TRY_INSPECT, + [anon_sym_IDB_TRY_UNWRAP] = anon_sym_IDB_TRY_UNWRAP, + [anon_sym_LS_TRY_INSPECT] = anon_sym_LS_TRY_INSPECT, + [anon_sym_LS_TRY_UNWRAP] = anon_sym_LS_TRY_UNWRAP, + [anon_sym_SDB_TRY_INSPECT] = anon_sym_SDB_TRY_INSPECT, + [anon_sym_SDB_TRY_UNWRAP] = anon_sym_SDB_TRY_UNWRAP, + [anon_sym_PS_GET] = anon_sym_PS_GET, + [anon_sym_PS_GET_AND_SET] = anon_sym_PS_GET_AND_SET, + [anon_sym_PS_GET_LOCKLESS] = anon_sym_PS_GET_LOCKLESS, + [anon_sym_QM_TRY_INSPECT] = anon_sym_QM_TRY_INSPECT, + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = anon_sym_QM_NOTEONLY_TRY_UNWRAP, + [anon_sym_QM_TRY_UNWRAP] = anon_sym_QM_TRY_UNWRAP, + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = anon_sym_QM_WARNONLY_TRY_UNWRAP, [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER, [anon_sym_MOZ_ALLOCATOR] = anon_sym_MOZ_ALLOCATOR, [anon_sym_MOZ_ALLOW_TEMPORARY] = anon_sym_MOZ_ALLOW_TEMPORARY, @@ -1318,6 +1371,7 @@ static TSSymbol ts_symbol_map[] = { [sym_scoped_type_identifier] = sym_scoped_type_identifier, [sym_scoped_namespace_identifier] = sym_scoped_namespace_identifier, [sym_alone_macro_call] = sym_alone_macro_call, + [sym__call_macro_with_decl_first_arg] = sym__call_macro_with_decl_first_arg, [sym_macro_statement] = sym_macro_statement, [sym_macro_annotation] = sym_macro_annotation, [aux_sym_translation_unit_repeat1] = aux_sym_translation_unit_repeat1, @@ -1991,6 +2045,74 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [anon_sym_CACHE_TRY_INSPECT] = { + .visible = true, + .named = false, + }, + [anon_sym_CACHE_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_FORWARD] = { + .visible = true, + .named = false, + }, + [anon_sym_FORWARD_SET_ATTRIBUTE] = { + .visible = true, + .named = false, + }, + [anon_sym_IDB_TRY_INSPECT] = { + .visible = true, + .named = false, + }, + [anon_sym_IDB_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_LS_TRY_INSPECT] = { + .visible = true, + .named = false, + }, + [anon_sym_LS_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_SDB_TRY_INSPECT] = { + .visible = true, + .named = false, + }, + [anon_sym_SDB_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_PS_GET] = { + .visible = true, + .named = false, + }, + [anon_sym_PS_GET_AND_SET] = { + .visible = true, + .named = false, + }, + [anon_sym_PS_GET_LOCKLESS] = { + .visible = true, + .named = false, + }, + [anon_sym_QM_TRY_INSPECT] = { + .visible = true, + .named = false, + }, + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_QM_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = { + .visible = true, + .named = false, + }, [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = { .visible = true, .named = false, @@ -2981,6 +3103,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__call_macro_with_decl_first_arg] = { + .visible = false, + .named = true, + }, [sym_macro_statement] = { .visible = true, .named = true, @@ -3210,643 +3336,671 @@ static const char *ts_field_names[] = { static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 1}, - [3] = {.index = 1, .length = 1}, - [4] = {.index = 2, .length = 2}, - [5] = {.index = 4, .length = 1}, - [6] = {.index = 5, .length = 2}, - [7] = {.index = 7, .length = 1}, - [8] = {.index = 8, .length = 1}, - [9] = {.index = 9, .length = 1}, - [10] = {.index = 10, .length = 2}, + [3] = {.index = 1, .length = 2}, + [4] = {.index = 3, .length = 1}, + [5] = {.index = 4, .length = 2}, + [6] = {.index = 6, .length = 1}, + [7] = {.index = 7, .length = 2}, + [8] = {.index = 9, .length = 1}, + [9] = {.index = 10, .length = 1}, + [10] = {.index = 11, .length = 1}, [11] = {.index = 12, .length = 2}, - [12] = {.index = 12, .length = 2}, - [13] = {.index = 8, .length = 1}, - [14] = {.index = 8, .length = 1}, - [15] = {.index = 14, .length = 1}, - [16] = {.index = 15, .length = 2}, + [12] = {.index = 14, .length = 2}, + [13] = {.index = 14, .length = 2}, + [14] = {.index = 10, .length = 1}, + [15] = {.index = 10, .length = 1}, + [16] = {.index = 16, .length = 1}, [17] = {.index = 17, .length = 2}, - [18] = {.index = 19, .length = 1}, - [19] = {.index = 20, .length = 1}, - [20] = {.index = 21, .length = 2}, - [21] = {.index = 10, .length = 2}, - [22] = {.index = 23, .length = 2}, - [23] = {.index = 25, .length = 1}, - [24] = {.index = 14, .length = 1}, - [25] = {.index = 26, .length = 1}, - [26] = {.index = 27, .length = 2}, + [18] = {.index = 19, .length = 2}, + [19] = {.index = 21, .length = 1}, + [20] = {.index = 22, .length = 1}, + [21] = {.index = 23, .length = 2}, + [22] = {.index = 12, .length = 2}, + [23] = {.index = 25, .length = 2}, + [24] = {.index = 27, .length = 1}, + [25] = {.index = 16, .length = 1}, + [26] = {.index = 28, .length = 1}, [27] = {.index = 29, .length = 2}, - [28] = {.index = 31, .length = 1}, - [29] = {.index = 32, .length = 2}, - [30] = {.index = 34, .length = 1}, - [31] = {.index = 35, .length = 1}, - [32] = {.index = 36, .length = 1}, - [33] = {.index = 37, .length = 2}, + [28] = {.index = 31, .length = 2}, + [29] = {.index = 33, .length = 1}, + [30] = {.index = 34, .length = 2}, + [31] = {.index = 36, .length = 1}, + [32] = {.index = 37, .length = 1}, + [33] = {.index = 38, .length = 1}, [34] = {.index = 39, .length = 2}, [35] = {.index = 41, .length = 2}, [36] = {.index = 43, .length = 2}, - [37] = {.index = 45, .length = 1}, - [38] = {.index = 46, .length = 2}, - [39] = {.index = 48, .length = 1}, - [40] = {.index = 49, .length = 2}, - [41] = {.index = 49, .length = 2}, - [42] = {.index = 49, .length = 2}, - [43] = {.index = 51, .length = 1}, - [44] = {.index = 52, .length = 1}, - [45] = {.index = 53, .length = 1}, - [46] = {.index = 54, .length = 2}, + [37] = {.index = 45, .length = 2}, + [38] = {.index = 47, .length = 1}, + [39] = {.index = 48, .length = 2}, + [40] = {.index = 50, .length = 1}, + [41] = {.index = 51, .length = 2}, + [42] = {.index = 51, .length = 2}, + [43] = {.index = 51, .length = 2}, + [44] = {.index = 53, .length = 1}, + [45] = {.index = 54, .length = 1}, + [46] = {.index = 55, .length = 1}, [47] = {.index = 56, .length = 2}, [48] = {.index = 58, .length = 2}, [49] = {.index = 60, .length = 2}, [50] = {.index = 62, .length = 2}, - [51] = {.index = 64, .length = 3}, - [52] = {.index = 67, .length = 2}, + [51] = {.index = 64, .length = 2}, + [52] = {.index = 66, .length = 3}, [53] = {.index = 69, .length = 2}, - [54] = {.index = 71, .length = 3}, - [55] = {.index = 74, .length = 2}, - [56] = {.index = 74, .length = 2}, + [54] = {.index = 71, .length = 2}, + [55] = {.index = 73, .length = 3}, + [56] = {.index = 76, .length = 2}, [57] = {.index = 76, .length = 2}, - [58] = {.index = 49, .length = 2}, - [59] = {.index = 49, .length = 2}, - [60] = {.index = 49, .length = 2}, - [61] = {.index = 78, .length = 3}, - [62] = {.index = 81, .length = 2}, + [58] = {.index = 78, .length = 2}, + [59] = {.index = 51, .length = 2}, + [60] = {.index = 51, .length = 2}, + [61] = {.index = 51, .length = 2}, + [62] = {.index = 80, .length = 3}, [63] = {.index = 83, .length = 2}, - [64] = {.index = 85, .length = 1}, - [65] = {.index = 86, .length = 2}, + [64] = {.index = 85, .length = 2}, + [65] = {.index = 87, .length = 1}, [66] = {.index = 88, .length = 2}, [67] = {.index = 90, .length = 2}, - [68] = {.index = 92, .length = 1}, - [69] = {.index = 93, .length = 2}, + [68] = {.index = 92, .length = 2}, + [69] = {.index = 94, .length = 1}, [70] = {.index = 95, .length = 2}, - [71] = {.index = 97, .length = 1}, - [72] = {.index = 97, .length = 1}, - [73] = {.index = 98, .length = 3}, - [75] = {.index = 101, .length = 2}, - [76] = {.index = 103, .length = 1}, - [77] = {.index = 104, .length = 2}, - [80] = {.index = 106, .length = 1}, - [81] = {.index = 107, .length = 2}, + [71] = {.index = 97, .length = 2}, + [72] = {.index = 99, .length = 1}, + [73] = {.index = 99, .length = 1}, + [74] = {.index = 100, .length = 3}, + [76] = {.index = 103, .length = 2}, + [77] = {.index = 105, .length = 1}, + [78] = {.index = 106, .length = 2}, + [81] = {.index = 108, .length = 1}, [82] = {.index = 109, .length = 2}, [83] = {.index = 111, .length = 2}, [84] = {.index = 113, .length = 2}, - [85] = {.index = 115, .length = 3}, - [86] = {.index = 118, .length = 3}, - [87] = {.index = 121, .length = 3}, - [88] = {.index = 124, .length = 2}, - [89] = {.index = 126, .length = 3}, - [90] = {.index = 129, .length = 2}, - [91] = {.index = 131, .length = 3}, - [92] = {.index = 134, .length = 2}, - [93] = {.index = 8, .length = 1}, - [94] = {.index = 136, .length = 2}, - [95] = {.index = 12, .length = 2}, - [96] = {.index = 138, .length = 2}, + [85] = {.index = 115, .length = 2}, + [86] = {.index = 117, .length = 3}, + [87] = {.index = 120, .length = 3}, + [88] = {.index = 123, .length = 3}, + [89] = {.index = 126, .length = 2}, + [90] = {.index = 128, .length = 3}, + [91] = {.index = 131, .length = 2}, + [92] = {.index = 133, .length = 3}, + [93] = {.index = 136, .length = 2}, + [94] = {.index = 10, .length = 1}, + [95] = {.index = 138, .length = 2}, + [96] = {.index = 14, .length = 2}, [97] = {.index = 140, .length = 2}, - [98] = {.index = 142, .length = 1}, - [99] = {.index = 143, .length = 3}, - [100] = {.index = 146, .length = 2}, + [98] = {.index = 142, .length = 2}, + [99] = {.index = 144, .length = 1}, + [100] = {.index = 145, .length = 3}, [101] = {.index = 148, .length = 2}, [102] = {.index = 150, .length = 2}, - [103] = {.index = 152, .length = 3}, - [104] = {.index = 155, .length = 2}, - [105] = {.index = 157, .length = 3}, - [106] = {.index = 160, .length = 2}, + [103] = {.index = 152, .length = 2}, + [104] = {.index = 154, .length = 3}, + [105] = {.index = 157, .length = 2}, + [106] = {.index = 159, .length = 3}, [107] = {.index = 162, .length = 2}, [108] = {.index = 164, .length = 2}, - [109] = {.index = 166, .length = 1}, - [110] = {.index = 167, .length = 2}, - [111] = {.index = 169, .length = 3}, - [112] = {.index = 172, .length = 3}, - [113] = {.index = 175, .length = 2}, + [109] = {.index = 166, .length = 2}, + [110] = {.index = 168, .length = 1}, + [111] = {.index = 169, .length = 2}, + [112] = {.index = 171, .length = 3}, + [113] = {.index = 174, .length = 3}, [114] = {.index = 177, .length = 2}, - [115] = {.index = 179, .length = 1}, - [116] = {.index = 180, .length = 3}, - [118] = {.index = 183, .length = 1}, - [119] = {.index = 184, .length = 2}, - [120] = {.index = 186, .length = 3}, - [121] = {.index = 189, .length = 3}, - [122] = {.index = 192, .length = 3}, - [123] = {.index = 195, .length = 2}, - [124] = {.index = 197, .length = 1}, - [125] = {.index = 198, .length = 2}, - [126] = {.index = 200, .length = 1}, - [127] = {.index = 201, .length = 4}, - [128] = {.index = 205, .length = 1}, - [129] = {.index = 206, .length = 2}, - [130] = {.index = 49, .length = 2}, - [131] = {.index = 49, .length = 2}, - [132] = {.index = 208, .length = 3}, - [133] = {.index = 211, .length = 2}, - [134] = {.index = 180, .length = 3}, - [135] = {.index = 213, .length = 1}, - [136] = {.index = 214, .length = 3}, - [137] = {.index = 217, .length = 3}, - [138] = {.index = 220, .length = 2}, - [139] = {.index = 222, .length = 3}, - [140] = {.index = 225, .length = 3}, - [141] = {.index = 228, .length = 2}, - [142] = {.index = 230, .length = 1}, - [143] = {.index = 231, .length = 2}, - [144] = {.index = 233, .length = 3}, - [145] = {.index = 236, .length = 3}, - [146] = {.index = 239, .length = 1}, - [147] = {.index = 240, .length = 2}, - [148] = {.index = 242, .length = 3}, - [149] = {.index = 245, .length = 4}, - [150] = {.index = 249, .length = 4}, - [151] = {.index = 253, .length = 2}, - [152] = {.index = 255, .length = 3}, - [153] = {.index = 258, .length = 2}, - [154] = {.index = 260, .length = 1}, - [155] = {.index = 261, .length = 1}, - [156] = {.index = 262, .length = 2}, - [157] = {.index = 264, .length = 2}, - [158] = {.index = 266, .length = 2}, - [159] = {.index = 268, .length = 4}, - [160] = {.index = 272, .length = 3}, - [161] = {.index = 275, .length = 4}, - [162] = {.index = 279, .length = 2}, - [163] = {.index = 281, .length = 3}, - [164] = {.index = 284, .length = 3}, - [165] = {.index = 287, .length = 2}, - [166] = {.index = 289, .length = 3}, - [167] = {.index = 292, .length = 4}, - [168] = {.index = 296, .length = 2}, - [169] = {.index = 298, .length = 2}, - [170] = {.index = 300, .length = 4}, - [171] = {.index = 304, .length = 3}, - [172] = {.index = 307, .length = 4}, - [173] = {.index = 311, .length = 3}, - [174] = {.index = 314, .length = 4}, + [115] = {.index = 179, .length = 2}, + [116] = {.index = 181, .length = 1}, + [117] = {.index = 182, .length = 3}, + [119] = {.index = 185, .length = 1}, + [120] = {.index = 186, .length = 2}, + [121] = {.index = 188, .length = 3}, + [122] = {.index = 191, .length = 3}, + [123] = {.index = 194, .length = 3}, + [124] = {.index = 197, .length = 2}, + [125] = {.index = 199, .length = 1}, + [126] = {.index = 200, .length = 2}, + [127] = {.index = 202, .length = 1}, + [128] = {.index = 203, .length = 4}, + [129] = {.index = 207, .length = 5}, + [130] = {.index = 212, .length = 1}, + [131] = {.index = 213, .length = 2}, + [132] = {.index = 51, .length = 2}, + [133] = {.index = 51, .length = 2}, + [134] = {.index = 215, .length = 3}, + [135] = {.index = 218, .length = 2}, + [136] = {.index = 182, .length = 3}, + [137] = {.index = 220, .length = 1}, + [138] = {.index = 221, .length = 3}, + [139] = {.index = 224, .length = 3}, + [140] = {.index = 227, .length = 2}, + [141] = {.index = 229, .length = 3}, + [142] = {.index = 232, .length = 3}, + [143] = {.index = 235, .length = 2}, + [144] = {.index = 237, .length = 1}, + [145] = {.index = 238, .length = 2}, + [146] = {.index = 240, .length = 3}, + [147] = {.index = 243, .length = 3}, + [148] = {.index = 246, .length = 1}, + [149] = {.index = 247, .length = 2}, + [150] = {.index = 249, .length = 3}, + [151] = {.index = 252, .length = 4}, + [152] = {.index = 256, .length = 6}, + [153] = {.index = 262, .length = 4}, + [154] = {.index = 266, .length = 2}, + [155] = {.index = 268, .length = 3}, + [156] = {.index = 271, .length = 2}, + [157] = {.index = 273, .length = 1}, + [158] = {.index = 274, .length = 1}, + [159] = {.index = 275, .length = 2}, + [160] = {.index = 277, .length = 2}, + [161] = {.index = 279, .length = 2}, + [162] = {.index = 281, .length = 7}, + [163] = {.index = 288, .length = 4}, + [164] = {.index = 292, .length = 3}, + [165] = {.index = 295, .length = 4}, + [166] = {.index = 299, .length = 2}, + [167] = {.index = 301, .length = 3}, + [168] = {.index = 304, .length = 3}, + [169] = {.index = 307, .length = 2}, + [170] = {.index = 309, .length = 3}, + [171] = {.index = 312, .length = 4}, + [172] = {.index = 316, .length = 2}, + [173] = {.index = 318, .length = 2}, + [174] = {.index = 320, .length = 4}, + [175] = {.index = 324, .length = 3}, + [176] = {.index = 327, .length = 4}, + [177] = {.index = 331, .length = 3}, + [178] = {.index = 334, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_type, 0}, [1] = + {field_arguments, 0, .inherited = true}, + {field_function, 0, .inherited = true}, + [3] = {field_directive, 0}, - [2] = + [4] = {field_argument, 1}, {field_operator, 0}, - [4] = + [6] = {field_declarator, 1}, - [5] = + [7] = {field_arguments, 1}, {field_function, 0}, - [7] = + [9] = {field_body, 1}, - [8] = + [10] = {field_name, 1}, - [9] = + [11] = {field_value, 1}, - [10] = + [12] = {field_type, 0}, {field_value, 1}, - [12] = + [14] = {field_arguments, 1}, {field_name, 0}, - [14] = + [16] = {field_type, 1}, - [15] = + [17] = {field_declarator, 0}, {field_parameters, 1}, - [17] = + [19] = {field_body, 1}, {field_declarator, 0}, - [19] = + [21] = {field_declarator, 0}, - [20] = + [22] = {field_pattern, 0}, - [21] = + [23] = {field_argument, 0}, {field_operator, 1}, - [23] = + [25] = {field_body, 1}, {field_captures, 0}, - [25] = + [27] = {field_parameters, 0}, - [26] = + [28] = {field_path, 1}, - [27] = + [29] = {field_argument, 1}, {field_directive, 0}, - [29] = + [31] = {field_declarator, 1}, {field_type, 0}, - [31] = + [33] = {field_declarator, 2}, - [32] = + [34] = {field_body, 2}, {field_value, 1}, - [34] = + [36] = {field_name, 0}, - [35] = + [37] = {field_body, 2}, - [36] = + [38] = {field_name, 2}, - [37] = + [39] = {field_body, 2}, {field_name, 1}, - [39] = + [41] = {field_base, 2, .inherited = true}, {field_name, 1}, - [41] = + [43] = {field_condition, 1}, {field_consequence, 2}, - [43] = + [45] = {field_body, 2}, {field_condition, 1}, - [45] = + [47] = {field_label, 1}, - [46] = + [48] = {field_left, 0}, {field_right, 2}, - [48] = + [50] = {field_label, 0}, - [49] = + [51] = {field_name, 2}, {field_namespace, 0}, - [51] = + [53] = {field_type, 0, .inherited = true}, - [52] = + [54] = {field_parameters, 1}, - [53] = + [55] = {field_type, 2}, - [54] = + [56] = {field_declarator, 2}, {field_type, 1, .inherited = true}, - [56] = + [58] = {field_arguments, 2}, {field_type, 1}, - [58] = + [60] = {field_declarator, 2}, {field_type, 1}, - [60] = + [62] = {field_placement, 1}, {field_type, 2}, - [62] = + [64] = {field_declarator, 1}, {field_type, 0, .inherited = true}, - [64] = + [66] = {field_body, 2}, {field_declarator, 1}, {field_type, 0, .inherited = true}, - [67] = + [69] = {field_declarator, 0}, {field_value, 1}, - [69] = + [71] = {field_body, 2}, {field_declarator, 0}, - [71] = + [73] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [74] = + [76] = {field_argument, 0}, {field_field, 2}, - [76] = + [78] = {field_body, 2}, {field_declarator, 1}, - [78] = + [80] = {field_body, 2}, {field_captures, 0}, {field_declarator, 1}, - [81] = + [83] = {field_name, 1}, {field_value, 2}, - [83] = + [85] = {field_name, 1}, {field_parameters, 2}, - [85] = + [87] = {field_condition, 1}, - [86] = + [88] = {field_alternative, 2}, {field_name, 1}, - [88] = + [90] = {field_declarator, 2}, {field_type, 0}, - [90] = + [92] = {field_type, 1}, {field_value, 3}, - [92] = + [94] = {field_declarator, 3}, - [93] = + [95] = {field_body, 3}, {field_name, 2}, - [95] = + [97] = {field_base, 3, .inherited = true}, {field_name, 2}, - [97] = + [99] = {field_base, 1}, - [98] = + [100] = {field_base, 2, .inherited = true}, {field_body, 3}, {field_name, 1}, - [101] = + [103] = {field_body, 3}, {field_name, 1}, - [103] = + [105] = {field_body, 3}, - [104] = + [106] = {field_condition, 2}, {field_consequence, 3}, - [106] = + [108] = {field_type, 1, .inherited = true}, - [107] = + [109] = {field_declarator, 3}, {field_type, 2, .inherited = true}, - [109] = + [111] = {field_arguments, 3}, {field_type, 2}, - [111] = + [113] = {field_declarator, 3}, {field_type, 2}, - [113] = + [115] = {field_placement, 2}, {field_type, 3}, - [115] = + [117] = {field_arguments, 3}, {field_declarator, 2}, {field_type, 1}, - [118] = + [120] = {field_arguments, 3}, {field_placement, 1}, {field_type, 2}, - [121] = + [123] = {field_declarator, 3}, {field_placement, 1}, {field_type, 2}, - [124] = + [126] = {field_declarator, 0}, {field_value, 2}, - [126] = + [128] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_type, 0, .inherited = true}, - [129] = + [131] = {field_declarator, 0, .inherited = true}, {field_declarator, 1, .inherited = true}, - [131] = + [133] = {field_body, 3}, {field_declarator, 2}, {field_type, 1, .inherited = true}, - [134] = + [136] = {field_declarator, 0}, {field_size, 2}, - [136] = + [138] = {field_argument, 0}, {field_index, 2}, - [138] = + [140] = {field_declarator, 0}, {field_default_value, 2}, - [140] = + [142] = {field_body, 3}, {field_declarator, 1}, - [142] = + [144] = {field_size, 1}, - [143] = + [145] = {field_name, 1}, {field_parameters, 2}, {field_value, 3}, - [146] = + [148] = {field_alternative, 3}, {field_condition, 1}, - [148] = + [150] = {field_alternative, 3}, {field_name, 1}, - [150] = + [152] = {field_declarator, 3}, {field_type, 1}, - [152] = + [154] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_type, 1}, - [155] = + [157] = {field_name, 0}, {field_value, 2}, - [157] = + [159] = {field_base, 3, .inherited = true}, {field_body, 4}, {field_name, 2}, - [160] = + [162] = {field_default_value, 1}, {field_type, 0, .inherited = true}, - [162] = + [164] = {field_body, 4}, {field_name, 1}, - [164] = + [166] = {field_body, 4}, {field_name, 2}, - [166] = + [168] = {field_body, 4}, - [167] = + [169] = {field_initializer, 1}, {field_value, 2}, - [169] = + [171] = {field_declarator, 1}, {field_type, 0, .inherited = true}, {field_value, 2}, - [172] = + [174] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, - [175] = + [177] = {field_body, 1}, {field_condition, 3}, - [177] = + [179] = {field_designator, 0}, {field_value, 2}, - [179] = + [181] = {field_value, 3}, - [180] = + [182] = {field_declarator, 4}, {field_namespace, 0}, {field_type, 3, .inherited = true}, - [183] = + [185] = {field_default_type, 2}, - [184] = + [186] = {field_default_value, 2}, {field_type, 0, .inherited = true}, - [186] = + [188] = {field_arguments, 4}, {field_declarator, 3}, {field_type, 2}, - [189] = + [191] = {field_arguments, 4}, {field_placement, 2}, {field_type, 3}, - [192] = + [194] = {field_declarator, 4}, {field_placement, 2}, {field_type, 3}, - [195] = + [197] = {field_name, 1}, {field_type, 3}, - [197] = + [199] = {field_condition, 2}, - [198] = + [200] = {field_body, 2}, {field_parameters, 1}, - [200] = + [202] = {field_length, 1}, - [201] = + [203] = {field_arguments, 4}, {field_declarator, 3}, {field_placement, 1}, {field_type, 2}, - [205] = + [207] = + {field_arguments, 1}, + {field_arguments, 2}, + {field_arguments, 3}, + {field_arguments, 4}, + {field_function, 0}, + [212] = {field_declarator, 4}, - [206] = + [213] = {field_declarator, 0}, {field_size, 3}, - [208] = + [215] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, - [211] = + [218] = {field_declarator, 1}, {field_default_value, 3}, - [213] = + [220] = {field_size, 2}, - [214] = + [221] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_type, 1, .inherited = true}, - [217] = + [224] = {field_body, 4}, {field_declarator, 3}, {field_type, 2, .inherited = true}, - [220] = + [227] = {field_alternative, 4}, {field_condition, 1}, - [222] = + [229] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 2}, - [225] = + [232] = {field_declarator, 1}, {field_default_value, 2}, {field_type, 0, .inherited = true}, - [228] = + [235] = {field_default_value, 2}, {field_type, 1, .inherited = true}, - [230] = + [237] = {field_type, 2, .inherited = true}, - [231] = + [238] = {field_body, 5}, {field_name, 2}, - [233] = + [240] = {field_declarator, 1}, {field_type, 0, .inherited = true}, {field_value, 3}, - [236] = + [243] = {field_alternative, 5}, {field_condition, 2}, {field_consequence, 3}, - [239] = + [246] = {field_initializer, 2}, - [240] = + [247] = {field_default_type, 3}, {field_name, 1}, - [242] = + [249] = {field_declarator, 1}, {field_default_value, 3}, {field_type, 0, .inherited = true}, - [245] = + [252] = {field_arguments, 5}, {field_declarator, 4}, {field_placement, 2}, {field_type, 3}, - [249] = + [256] = + {field_arguments, 1}, + {field_arguments, 2}, + {field_arguments, 3}, + {field_arguments, 4}, + {field_arguments, 5}, + {field_function, 0}, + [262] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 3}, {field_type, 0, .inherited = true}, - [253] = + [266] = {field_default_value, 3}, {field_type, 1, .inherited = true}, - [255] = + [268] = {field_declarator, 2}, {field_default_value, 3}, {field_type, 1, .inherited = true}, - [258] = + [271] = {field_default_value, 3}, {field_type, 2, .inherited = true}, - [260] = + [273] = {field_update, 4}, - [261] = + [274] = {field_condition, 3}, - [262] = + [275] = {field_initializer, 2}, {field_update, 4}, - [264] = + [277] = {field_condition, 3}, {field_initializer, 2}, - [266] = + [279] = {field_condition, 2}, {field_message, 4}, - [268] = + [281] = + {field_arguments, 1}, + {field_arguments, 2}, + {field_arguments, 3}, + {field_arguments, 4}, + {field_arguments, 5}, + {field_arguments, 6}, + {field_function, 0}, + [288] = {field_declarator, 1}, {field_declarator, 2, .inherited = true}, {field_default_value, 4}, {field_type, 0, .inherited = true}, - [272] = + [292] = {field_declarator, 2}, {field_default_value, 4}, {field_type, 1, .inherited = true}, - [275] = + [295] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_default_value, 4}, {field_type, 1, .inherited = true}, - [279] = + [299] = {field_default_value, 4}, {field_type, 2, .inherited = true}, - [281] = + [301] = {field_declarator, 3}, {field_default_value, 4}, {field_type, 2, .inherited = true}, - [284] = + [304] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_type, 2, .inherited = true}, - [287] = + [307] = {field_condition, 3}, {field_update, 5}, - [289] = + [309] = {field_condition, 3}, {field_initializer, 2}, {field_update, 5}, - [292] = + [312] = {field_body, 7}, {field_declarator, 3}, {field_right, 5}, {field_type, 2, .inherited = true}, - [296] = + [316] = {field_initializer, 2}, {field_update, 5}, - [298] = + [318] = {field_condition, 4}, {field_initializer, 2}, - [300] = + [320] = {field_declarator, 2}, {field_declarator, 3, .inherited = true}, {field_default_value, 5}, {field_type, 1, .inherited = true}, - [304] = + [324] = {field_declarator, 3}, {field_default_value, 5}, {field_type, 2, .inherited = true}, - [307] = + [327] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_default_value, 5}, {field_type, 2, .inherited = true}, - [311] = + [331] = {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, - [314] = + [334] = {field_declarator, 3}, {field_declarator, 4, .inherited = true}, {field_default_value, 6}, @@ -3858,82 +4012,82 @@ static TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGT [1] = { [0] = alias_sym_type_identifier, }, - [10] = { + [11] = { [0] = alias_sym_type_identifier, }, - [11] = { + [12] = { [0] = alias_sym_type_identifier, }, - [13] = { + [14] = { [1] = alias_sym_type_identifier, }, - [14] = { + [15] = { [1] = alias_sym_namespace_identifier, }, - [24] = { + [25] = { [1] = alias_sym_type_identifier, }, - [37] = { + [38] = { [1] = alias_sym_statement_identifier, }, - [39] = { + [40] = { [0] = alias_sym_statement_identifier, }, - [40] = { + [41] = { [0] = alias_sym_namespace_identifier, }, - [41] = { + [42] = { [0] = alias_sym_namespace_identifier, [2] = alias_sym_type_identifier, }, - [42] = { + [43] = { [0] = alias_sym_namespace_identifier, [2] = alias_sym_namespace_identifier, }, - [55] = { + [56] = { [2] = alias_sym_field_identifier, }, - [59] = { + [60] = { [2] = alias_sym_type_identifier, }, - [60] = { + [61] = { [2] = alias_sym_namespace_identifier, }, - [71] = { + [72] = { [1] = alias_sym_type_identifier, }, - [74] = { + [75] = { [0] = alias_sym_field_identifier, }, - [78] = { + [79] = { [1] = alias_sym_field_identifier, }, - [79] = { + [80] = { [1] = alias_sym_type_identifier, }, - [93] = { + [94] = { [1] = alias_sym_field_identifier, }, - [95] = { + [96] = { [0] = alias_sym_field_identifier, }, - [116] = { + [117] = { [0] = alias_sym_namespace_identifier, }, - [117] = { + [118] = { [2] = alias_sym_type_identifier, }, - [123] = { + [124] = { [1] = alias_sym_type_identifier, }, - [130] = { + [132] = { [0] = alias_sym_namespace_identifier, [2] = alias_sym_field_identifier, }, - [131] = { + [133] = { [2] = alias_sym_field_identifier, }, - [147] = { + [149] = { [1] = alias_sym_type_identifier, }, }; @@ -4017,17 +4171,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(6) END_STATE(); case 8: - if (lookahead == '\n') SKIP(128) + if (lookahead == '\n') SKIP(129) END_STATE(); case 9: - if (lookahead == '\n') SKIP(128) + if (lookahead == '\n') SKIP(129) if (lookahead == '\r') SKIP(8) END_STATE(); case 10: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(128) END_STATE(); case 11: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(128) if (lookahead == '\r') SKIP(10) END_STATE(); case 12: @@ -4059,31 +4213,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(18) END_STATE(); case 20: - if (lookahead == '\n') SKIP(107) + if (lookahead == '\n') SKIP(100) END_STATE(); case 21: - if (lookahead == '\n') SKIP(107) + if (lookahead == '\n') SKIP(100) if (lookahead == '\r') SKIP(20) END_STATE(); case 22: - if (lookahead == '\n') SKIP(100) + if (lookahead == '\n') SKIP(90) END_STATE(); case 23: - if (lookahead == '\n') SKIP(100) + if (lookahead == '\n') SKIP(90) if (lookahead == '\r') SKIP(22) END_STATE(); case 24: - if (lookahead == '\n') SKIP(90) + if (lookahead == '\n') SKIP(91) END_STATE(); case 25: - if (lookahead == '\n') SKIP(90) + if (lookahead == '\n') SKIP(91) if (lookahead == '\r') SKIP(24) END_STATE(); case 26: - if (lookahead == '\n') SKIP(91) + if (lookahead == '\n') SKIP(107) END_STATE(); case 27: - if (lookahead == '\n') SKIP(91) + if (lookahead == '\n') SKIP(107) if (lookahead == '\r') SKIP(26) END_STATE(); case 28: @@ -4115,17 +4269,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(34) END_STATE(); case 36: - if (lookahead == '\n') SKIP(103) + if (lookahead == '\n') SKIP(105) END_STATE(); case 37: - if (lookahead == '\n') SKIP(103) + if (lookahead == '\n') SKIP(105) if (lookahead == '\r') SKIP(36) END_STATE(); case 38: - if (lookahead == '\n') SKIP(105) + if (lookahead == '\n') SKIP(103) END_STATE(); case 39: - if (lookahead == '\n') SKIP(105) + if (lookahead == '\n') SKIP(103) if (lookahead == '\r') SKIP(38) END_STATE(); case 40: @@ -4136,17 +4290,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(40) END_STATE(); case 42: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) END_STATE(); case 43: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) if (lookahead == '\r') SKIP(42) END_STATE(); case 44: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(125) END_STATE(); case 45: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(125) if (lookahead == '\r') SKIP(44) END_STATE(); case 46: @@ -4157,34 +4311,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(46) END_STATE(); case 48: - if (lookahead == '\n') SKIP(109) + if (lookahead == '\n') SKIP(108) END_STATE(); case 49: - if (lookahead == '\n') SKIP(109) + if (lookahead == '\n') SKIP(108) if (lookahead == '\r') SKIP(48) END_STATE(); case 50: - if (lookahead == '\n') SKIP(108) + if (lookahead == '\n') SKIP(109) END_STATE(); case 51: - if (lookahead == '\n') SKIP(108) + if (lookahead == '\n') SKIP(109) if (lookahead == '\r') SKIP(50) END_STATE(); case 52: - if (lookahead == '\n') SKIP(102) + if (lookahead == '\n') SKIP(54) END_STATE(); case 53: - if (lookahead == '\n') SKIP(102) + if (lookahead == '\n') SKIP(54) if (lookahead == '\r') SKIP(52) END_STATE(); case 54: - if (lookahead == '\n') SKIP(56) - END_STATE(); - case 55: - if (lookahead == '\n') SKIP(56) - if (lookahead == '\r') SKIP(54) - END_STATE(); - case 56: if (lookahead == '\n') ADVANCE(191); if (lookahead == '!') ADVANCE(143); if (lookahead == '%') ADVANCE(264); @@ -4197,12 +4344,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(144); if (lookahead == '>') ADVANCE(277); - if (lookahead == '\\') SKIP(55) + if (lookahead == '\\') SKIP(53) if (lookahead == '^') ADVANCE(270); if (lookahead == '|') ADVANCE(269); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(56) + lookahead == ' ') SKIP(54) + END_STATE(); + case 55: + if (lookahead == '\n') SKIP(102) + END_STATE(); + case 56: + if (lookahead == '\n') SKIP(102) + if (lookahead == '\r') SKIP(55) END_STATE(); case 57: if (lookahead == '\n') SKIP(126) @@ -4374,7 +4528,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(358); if (lookahead == 'U') ADVANCE(361); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(25) + if (lookahead == '\\') SKIP(23) if (lookahead == ']') ADVANCE(293); if (lookahead == '^') ADVANCE(271); if (lookahead == 'u') ADVANCE(363); @@ -4412,7 +4566,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(358); if (lookahead == 'U') ADVANCE(361); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(27) + if (lookahead == '\\') SKIP(25) if (lookahead == '^') ADVANCE(271); if (lookahead == 'u') ADVANCE(363); if (lookahead == '{') ADVANCE(289); @@ -4716,7 +4870,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(358); if (lookahead == 'U') ADVANCE(361); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(23) + if (lookahead == '\\') SKIP(21) if (lookahead == 'o') ADVANCE(380); if (lookahead == 'u') ADVANCE(363); if (lookahead == '~') ADVANCE(246); @@ -4777,7 +4931,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '0') ADVANCE(319); if (lookahead == 'L') ADVANCE(367); if (lookahead == 'U') ADVANCE(368); - if (lookahead == '\\') SKIP(53) + if (lookahead == '\\') SKIP(56) if (lookahead == 'u') ADVANCE(369); if (lookahead == '~') ADVANCE(246); if (lookahead == '\t' || @@ -4811,7 +4965,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(359); if (lookahead == 'U') ADVANCE(362); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(37) + if (lookahead == '\\') SKIP(39) if (lookahead == '^') ADVANCE(271); if (lookahead == 'u') ADVANCE(364); if (lookahead == '{') ADVANCE(289); @@ -4872,7 +5026,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(251); if (lookahead == '.') ADVANCE(311); if (lookahead == '/') ADVANCE(263); - if (lookahead == ':') ADVANCE(142); + if (lookahead == ':') ADVANCE(296); if (lookahead == '<') ADVANCE(282); if (lookahead == '=') ADVANCE(295); if (lookahead == '>') ADVANCE(278); @@ -4880,7 +5034,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(359); if (lookahead == 'U') ADVANCE(362); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(39) + if (lookahead == '\\') SKIP(37) if (lookahead == ']') ADVANCE(148); if (lookahead == '^') ADVANCE(271); if (lookahead == 'u') ADVANCE(364); @@ -4948,7 +5102,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(359); if (lookahead == 'U') ADVANCE(362); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(21) + if (lookahead == '\\') SKIP(27) if (lookahead == ']') ADVANCE(148); if (lookahead == '^') ADVANCE(270); if (lookahead == 'o') ADVANCE(380); @@ -4982,7 +5136,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(359); if (lookahead == 'U') ADVANCE(362); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(51) + if (lookahead == '\\') SKIP(49) if (lookahead == '^') ADVANCE(270); if (lookahead == 'u') ADVANCE(364); if (lookahead == '|') ADVANCE(269); @@ -5013,7 +5167,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(359); if (lookahead == 'U') ADVANCE(362); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(49) + if (lookahead == '\\') SKIP(51) if (lookahead == ']') ADVANCE(148); if (lookahead == '^') ADVANCE(270); if (lookahead == 'u') ADVANCE(364); @@ -5485,7 +5639,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(277); if (lookahead == '?') ADVANCE(298); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(45) + if (lookahead == '\\') SKIP(43) if (lookahead == ']') ADVANCE(148); if (lookahead == '^') ADVANCE(270); if (lookahead == '{') ADVANCE(289); @@ -5514,7 +5668,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '>') ADVANCE(394); if (lookahead == '?') ADVANCE(298); if (lookahead == '[') ADVANCE(291); - if (lookahead == '\\') SKIP(43) + if (lookahead == '\\') SKIP(45) if (lookahead == '^') ADVANCE(270); if (lookahead == '{') ADVANCE(289); if (lookahead == '|') ADVANCE(269); @@ -5561,7 +5715,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(142); if (lookahead == ';') ADVANCE(288); if (lookahead == '[') ADVANCE(292); - if (lookahead == '\\') SKIP(9) + if (lookahead == '\\') SKIP(11) if (lookahead == 'o') ADVANCE(380); if (lookahead == '}') ADVANCE(290); if (lookahead == '~') ADVANCE(246); @@ -5583,7 +5737,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(142); if (lookahead == ';') ADVANCE(288); if (lookahead == '[') ADVANCE(292); - if (lookahead == '\\') SKIP(11) + if (lookahead == '\\') SKIP(9) if (lookahead == 'o') ADVANCE(380); if (lookahead == '~') ADVANCE(246); if (lookahead == '\t' || @@ -7475,6706 +7629,7257 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'Y') ADVANCE(42); END_STATE(); case 3: - if (lookahead == 'C') ADVANCE(43); - if (lookahead == 'H') ADVANCE(44); - if (lookahead == 'O') ADVANCE(45); + if (lookahead == 'A') ADVANCE(43); + if (lookahead == 'C') ADVANCE(44); + if (lookahead == 'H') ADVANCE(45); + if (lookahead == 'O') ADVANCE(46); END_STATE(); case 4: - if (lookahead == 'W') ADVANCE(46); + if (lookahead == 'W') ADVANCE(47); END_STATE(); case 5: - if (lookahead == 'A') ADVANCE(47); - if (lookahead == 'L') ADVANCE(48); + if (lookahead == 'A') ADVANCE(48); + if (lookahead == 'L') ADVANCE(49); + if (lookahead == 'O') ADVANCE(50); END_STATE(); case 6: - if (lookahead == 'A') ADVANCE(49); - if (lookahead == 'B') ADVANCE(50); - if (lookahead == 'C') ADVANCE(51); - if (lookahead == 'D') ADVANCE(52); - if (lookahead == 'E') ADVANCE(53); - if (lookahead == 'F') ADVANCE(54); - if (lookahead == 'G') ADVANCE(55); - if (lookahead == 'H') ADVANCE(56); - if (lookahead == 'I') ADVANCE(57); - if (lookahead == 'K') ADVANCE(58); - if (lookahead == 'L') ADVANCE(59); - if (lookahead == 'M') ADVANCE(60); - if (lookahead == 'P') ADVANCE(61); - if (lookahead == 'R') ADVANCE(62); - if (lookahead == 'S') ADVANCE(63); - if (lookahead == 'W') ADVANCE(64); + if (lookahead == 'A') ADVANCE(51); + if (lookahead == 'B') ADVANCE(52); + if (lookahead == 'C') ADVANCE(53); + if (lookahead == 'D') ADVANCE(54); + if (lookahead == 'E') ADVANCE(55); + if (lookahead == 'F') ADVANCE(56); + if (lookahead == 'G') ADVANCE(57); + if (lookahead == 'H') ADVANCE(58); + if (lookahead == 'I') ADVANCE(59); + if (lookahead == 'K') ADVANCE(60); + if (lookahead == 'L') ADVANCE(61); + if (lookahead == 'M') ADVANCE(62); + if (lookahead == 'P') ADVANCE(63); + if (lookahead == 'R') ADVANCE(64); + if (lookahead == 'S') ADVANCE(65); + if (lookahead == 'W') ADVANCE(66); END_STATE(); case 7: - if (lookahead == 'N') ADVANCE(65); + if (lookahead == 'D') ADVANCE(67); + if (lookahead == 'N') ADVANCE(68); END_STATE(); case 8: - if (lookahead == 'A') ADVANCE(66); - if (lookahead == 'C') ADVANCE(67); - if (lookahead == 'G') ADVANCE(68); - if (lookahead == 'O') ADVANCE(69); - if (lookahead == 'P') ADVANCE(70); - if (lookahead == 'R') ADVANCE(71); + if (lookahead == 'A') ADVANCE(69); + if (lookahead == 'C') ADVANCE(70); + if (lookahead == 'G') ADVANCE(71); + if (lookahead == 'O') ADVANCE(72); + if (lookahead == 'P') ADVANCE(73); + if (lookahead == 'R') ADVANCE(74); + if (lookahead == 'S') ADVANCE(75); END_STATE(); case 9: - if (lookahead == 'O') ADVANCE(72); + if (lookahead == 'O') ADVANCE(76); END_STATE(); case 10: - if (lookahead == 'U') ADVANCE(73); + if (lookahead == 'U') ADVANCE(77); END_STATE(); case 11: - if (lookahead == 'B') ADVANCE(74); - if (lookahead == 'C') ADVANCE(75); - if (lookahead == 'D') ADVANCE(76); - if (lookahead == 'F') ADVANCE(77); - if (lookahead == 'H') ADVANCE(78); - if (lookahead == 'I') ADVANCE(79); - if (lookahead == 'L') ADVANCE(80); - if (lookahead == 'O') ADVANCE(81); - if (lookahead == 'S') ADVANCE(82); - if (lookahead == 'T') ADVANCE(83); - if (lookahead == 'U') ADVANCE(84); - if (lookahead == 'V') ADVANCE(85); - if (lookahead == 'W') ADVANCE(86); + if (lookahead == 'B') ADVANCE(78); + if (lookahead == 'C') ADVANCE(79); + if (lookahead == 'D') ADVANCE(80); + if (lookahead == 'F') ADVANCE(81); + if (lookahead == 'H') ADVANCE(82); + if (lookahead == 'I') ADVANCE(83); + if (lookahead == 'L') ADVANCE(84); + if (lookahead == 'O') ADVANCE(85); + if (lookahead == 'S') ADVANCE(86); + if (lookahead == 'T') ADVANCE(87); + if (lookahead == 'U') ADVANCE(88); + if (lookahead == 'V') ADVANCE(89); + if (lookahead == 'W') ADVANCE(90); END_STATE(); case 12: - if (lookahead == 'W') ADVANCE(87); + if (lookahead == 'M') ADVANCE(91); + if (lookahead == 'W') ADVANCE(92); END_STATE(); case 13: - if (lookahead == 'C') ADVANCE(88); - if (lookahead == 'E') ADVANCE(89); - if (lookahead == 'H') ADVANCE(90); - if (lookahead == 'I') ADVANCE(91); - if (lookahead == 'S') ADVANCE(92); + if (lookahead == 'C') ADVANCE(93); + if (lookahead == 'D') ADVANCE(94); + if (lookahead == 'E') ADVANCE(95); + if (lookahead == 'H') ADVANCE(96); + if (lookahead == 'I') ADVANCE(97); + if (lookahead == 'S') ADVANCE(98); END_STATE(); case 14: - if (lookahead == 'B') ADVANCE(93); - if (lookahead == 'C') ADVANCE(94); - if (lookahead == 'R') ADVANCE(95); + if (lookahead == 'B') ADVANCE(99); + if (lookahead == 'C') ADVANCE(100); + if (lookahead == 'R') ADVANCE(101); END_STATE(); case 15: - if (lookahead == 'C') ADVANCE(96); - if (lookahead == 'H') ADVANCE(97); - if (lookahead == 'I') ADVANCE(98); - if (lookahead == 'L') ADVANCE(99); - if (lookahead == 'N') ADVANCE(100); - if (lookahead == 'S') ADVANCE(101); + if (lookahead == 'C') ADVANCE(102); + if (lookahead == 'H') ADVANCE(103); + if (lookahead == 'I') ADVANCE(104); + if (lookahead == 'L') ADVANCE(105); + if (lookahead == 'N') ADVANCE(106); + if (lookahead == 'S') ADVANCE(107); END_STATE(); case 16: - if (lookahead == 'O') ADVANCE(102); + if (lookahead == 'O') ADVANCE(108); END_STATE(); case 17: - if (lookahead == 'C') ADVANCE(103); - if (lookahead == 'O') ADVANCE(104); - if (lookahead == 'P') ADVANCE(105); + if (lookahead == 'C') ADVANCE(109); + if (lookahead == 'O') ADVANCE(110); + if (lookahead == 'P') ADVANCE(111); END_STATE(); case 18: if (lookahead == '\n') SKIP(0) - if (lookahead == '\r') SKIP(106) + if (lookahead == '\r') SKIP(112) END_STATE(); case 19: - if (lookahead == 'A') ADVANCE(107); - if (lookahead == '_') ADVANCE(108); - if (lookahead == 'u') ADVANCE(109); + if (lookahead == 'A') ADVANCE(113); + if (lookahead == '_') ADVANCE(114); + if (lookahead == 'u') ADVANCE(115); END_STATE(); case 20: - if (lookahead == 'u') ADVANCE(110); + if (lookahead == 'u') ADVANCE(116); END_STATE(); case 21: - if (lookahead == 'o') ADVANCE(111); - if (lookahead == 'r') ADVANCE(112); + if (lookahead == 'o') ADVANCE(117); + if (lookahead == 'r') ADVANCE(118); END_STATE(); case 22: - if (lookahead == 'a') ADVANCE(113); - if (lookahead == 'h') ADVANCE(114); - if (lookahead == 'l') ADVANCE(115); - if (lookahead == 'o') ADVANCE(116); + if (lookahead == 'a') ADVANCE(119); + if (lookahead == 'h') ADVANCE(120); + if (lookahead == 'l') ADVANCE(121); + if (lookahead == 'o') ADVANCE(122); END_STATE(); case 23: - if (lookahead == 'e') ADVANCE(117); - if (lookahead == 'o') ADVANCE(118); + if (lookahead == 'e') ADVANCE(123); + if (lookahead == 'o') ADVANCE(124); END_STATE(); case 24: - if (lookahead == 'l') ADVANCE(119); - if (lookahead == 'n') ADVANCE(120); - if (lookahead == 'x') ADVANCE(121); + if (lookahead == 'l') ADVANCE(125); + if (lookahead == 'n') ADVANCE(126); + if (lookahead == 'x') ADVANCE(127); END_STATE(); case 25: - if (lookahead == 'a') ADVANCE(122); - if (lookahead == 'i') ADVANCE(123); - if (lookahead == 'l') ADVANCE(124); - if (lookahead == 'o') ADVANCE(125); - if (lookahead == 'r') ADVANCE(126); + if (lookahead == 'a') ADVANCE(128); + if (lookahead == 'i') ADVANCE(129); + if (lookahead == 'l') ADVANCE(130); + if (lookahead == 'o') ADVANCE(131); + if (lookahead == 'r') ADVANCE(132); END_STATE(); case 26: - if (lookahead == 'o') ADVANCE(127); + if (lookahead == 'o') ADVANCE(133); END_STATE(); case 27: - if (lookahead == 'f') ADVANCE(128); - if (lookahead == 'n') ADVANCE(129); + if (lookahead == 'f') ADVANCE(134); + if (lookahead == 'n') ADVANCE(135); END_STATE(); case 28: - if (lookahead == 'o') ADVANCE(130); + if (lookahead == 'o') ADVANCE(136); END_STATE(); case 29: - if (lookahead == 'a') ADVANCE(131); - if (lookahead == 'u') ADVANCE(132); + if (lookahead == 'a') ADVANCE(137); + if (lookahead == 'u') ADVANCE(138); END_STATE(); case 30: - if (lookahead == 'a') ADVANCE(133); - if (lookahead == 'e') ADVANCE(134); - if (lookahead == 'o') ADVANCE(135); - if (lookahead == 'u') ADVANCE(136); + if (lookahead == 'a') ADVANCE(139); + if (lookahead == 'e') ADVANCE(140); + if (lookahead == 'o') ADVANCE(141); + if (lookahead == 'u') ADVANCE(142); END_STATE(); case 31: - if (lookahead == 'p') ADVANCE(137); - if (lookahead == 'v') ADVANCE(138); + if (lookahead == 'p') ADVANCE(143); + if (lookahead == 'v') ADVANCE(144); END_STATE(); case 32: - if (lookahead == 'r') ADVANCE(139); - if (lookahead == 't') ADVANCE(140); - if (lookahead == 'u') ADVANCE(141); + if (lookahead == 'r') ADVANCE(145); + if (lookahead == 't') ADVANCE(146); + if (lookahead == 'u') ADVANCE(147); END_STATE(); case 33: - if (lookahead == 'e') ADVANCE(142); + if (lookahead == 'e') ADVANCE(148); END_STATE(); case 34: - if (lookahead == 'h') ADVANCE(143); - if (lookahead == 'i') ADVANCE(144); - if (lookahead == 's') ADVANCE(145); - if (lookahead == 't') ADVANCE(146); - if (lookahead == 'w') ADVANCE(147); + if (lookahead == 'h') ADVANCE(149); + if (lookahead == 'i') ADVANCE(150); + if (lookahead == 's') ADVANCE(151); + if (lookahead == 't') ADVANCE(152); + if (lookahead == 'w') ADVANCE(153); END_STATE(); case 35: - if (lookahead == 'e') ADVANCE(148); - if (lookahead == 'h') ADVANCE(149); - if (lookahead == 'r') ADVANCE(150); - if (lookahead == 'y') ADVANCE(151); + if (lookahead == 'e') ADVANCE(154); + if (lookahead == 'h') ADVANCE(155); + if (lookahead == 'r') ADVANCE(156); + if (lookahead == 'y') ADVANCE(157); END_STATE(); case 36: - if (lookahead == 'i') ADVANCE(152); - if (lookahead == 'n') ADVANCE(153); - if (lookahead == 's') ADVANCE(154); + if (lookahead == 'i') ADVANCE(158); + if (lookahead == 'n') ADVANCE(159); + if (lookahead == 's') ADVANCE(160); END_STATE(); case 37: - if (lookahead == 'i') ADVANCE(155); - if (lookahead == 'o') ADVANCE(156); + if (lookahead == 'i') ADVANCE(161); + if (lookahead == 'o') ADVANCE(162); END_STATE(); case 38: - if (lookahead == 'c') ADVANCE(157); - if (lookahead == 'h') ADVANCE(158); + if (lookahead == 'c') ADVANCE(163); + if (lookahead == 'h') ADVANCE(164); END_STATE(); case 39: - if (lookahead == 'I') ADVANCE(159); + if (lookahead == 'I') ADVANCE(165); END_STATE(); case 40: - if (lookahead == 'O') ADVANCE(160); + if (lookahead == 'O') ADVANCE(166); END_STATE(); case 41: - if (lookahead == 'O') ADVANCE(161); + if (lookahead == 'O') ADVANCE(167); END_STATE(); case 42: - if (lookahead == 'T') ADVANCE(162); + if (lookahead == 'T') ADVANCE(168); END_STATE(); case 43: - if (lookahead == 'H') ADVANCE(163); + if (lookahead == 'C') ADVANCE(169); END_STATE(); case 44: - if (lookahead == 'A') ADVANCE(164); + if (lookahead == 'H') ADVANCE(170); END_STATE(); case 45: - if (lookahead == 'L') ADVANCE(165); + if (lookahead == 'A') ADVANCE(171); END_STATE(); case 46: - if (lookahead == 'O') ADVANCE(166); + if (lookahead == 'L') ADVANCE(172); END_STATE(); case 47: - if (lookahead == 'L') ADVANCE(167); + if (lookahead == 'O') ADVANCE(173); END_STATE(); case 48: - if (lookahead == 'O') ADVANCE(168); + if (lookahead == 'L') ADVANCE(174); END_STATE(); case 49: - if (lookahead == 'C') ADVANCE(169); - if (lookahead == 'L') ADVANCE(170); - if (lookahead == 'N') ADVANCE(171); + if (lookahead == 'O') ADVANCE(175); END_STATE(); case 50: - if (lookahead == 'I') ADVANCE(172); - if (lookahead == 'R') ADVANCE(173); + if (lookahead == 'R') ADVANCE(176); END_STATE(); case 51: - if (lookahead == 'O') ADVANCE(174); - if (lookahead == 'U') ADVANCE(175); + if (lookahead == 'C') ADVANCE(177); + if (lookahead == 'L') ADVANCE(178); + if (lookahead == 'N') ADVANCE(179); END_STATE(); case 52: - if (lookahead == 'C') ADVANCE(176); - if (lookahead == 'D') ADVANCE(177); - if (lookahead == 'E') ADVANCE(178); - if (lookahead == 'R') ADVANCE(179); - if (lookahead == 'W') ADVANCE(180); + if (lookahead == 'I') ADVANCE(180); + if (lookahead == 'R') ADVANCE(181); END_STATE(); case 53: - if (lookahead == 'N') ADVANCE(181); + if (lookahead == 'O') ADVANCE(182); + if (lookahead == 'U') ADVANCE(183); END_STATE(); case 54: - if (lookahead == 'I') ADVANCE(182); - if (lookahead == 'O') ADVANCE(183); + if (lookahead == 'C') ADVANCE(184); + if (lookahead == 'D') ADVANCE(185); + if (lookahead == 'E') ADVANCE(186); + if (lookahead == 'R') ADVANCE(187); + if (lookahead == 'W') ADVANCE(188); END_STATE(); case 55: - if (lookahead == 'D') ADVANCE(184); - if (lookahead == 'L') ADVANCE(185); + if (lookahead == 'N') ADVANCE(189); END_STATE(); case 56: - if (lookahead == 'O') ADVANCE(186); + if (lookahead == 'I') ADVANCE(190); + if (lookahead == 'O') ADVANCE(191); END_STATE(); case 57: - if (lookahead == 'C') ADVANCE(187); - if (lookahead == 'N') ADVANCE(188); + if (lookahead == 'D') ADVANCE(192); + if (lookahead == 'L') ADVANCE(193); END_STATE(); case 58: - if (lookahead == 'E') ADVANCE(189); - if (lookahead == 'L') ADVANCE(176); + if (lookahead == 'O') ADVANCE(194); END_STATE(); case 59: - if (lookahead == 'O') ADVANCE(190); + if (lookahead == 'C') ADVANCE(195); + if (lookahead == 'N') ADVANCE(196); END_STATE(); case 60: - if (lookahead == 'E') ADVANCE(191); - if (lookahead == 'O') ADVANCE(192); + if (lookahead == 'E') ADVANCE(197); + if (lookahead == 'L') ADVANCE(184); END_STATE(); case 61: - if (lookahead == 'A') ADVANCE(193); - if (lookahead == 'E') ADVANCE(194); + if (lookahead == 'O') ADVANCE(198); END_STATE(); case 62: - if (lookahead == 'E') ADVANCE(195); - if (lookahead == 'G') ADVANCE(196); - if (lookahead == 'S') ADVANCE(197); + if (lookahead == 'E') ADVANCE(199); + if (lookahead == 'O') ADVANCE(200); END_STATE(); case 63: - if (lookahead == 'Z') ADVANCE(176); + if (lookahead == 'A') ADVANCE(201); + if (lookahead == 'E') ADVANCE(202); END_STATE(); case 64: - if (lookahead == 'I') ADVANCE(198); - if (lookahead == 'N') ADVANCE(199); + if (lookahead == 'E') ADVANCE(203); + if (lookahead == 'G') ADVANCE(204); + if (lookahead == 'S') ADVANCE(205); END_STATE(); case 65: - if (lookahead == 'T') ADVANCE(200); + if (lookahead == 'Z') ADVANCE(184); END_STATE(); case 66: - if (lookahead == 'N') ADVANCE(201); + if (lookahead == 'I') ADVANCE(206); + if (lookahead == 'N') ADVANCE(207); END_STATE(); case 67: - if (lookahead == 'I') ADVANCE(202); - if (lookahead == 'T') ADVANCE(203); + if (lookahead == 'B') ADVANCE(208); END_STATE(); case 68: - if (lookahead == 'R') ADVANCE(204); + if (lookahead == 'T') ADVANCE(209); END_STATE(); case 69: - if (lookahead == 'N') ADVANCE(205); + if (lookahead == 'N') ADVANCE(210); END_STATE(); case 70: - if (lookahead == 'A') ADVANCE(206); - if (lookahead == 'B') ADVANCE(207); - if (lookahead == 'C') ADVANCE(208); - if (lookahead == 'D') ADVANCE(209); - if (lookahead == 'H') ADVANCE(210); if (lookahead == 'I') ADVANCE(211); - if (lookahead == 'L') ADVANCE(212); - if (lookahead == 'S') ADVANCE(213); - if (lookahead == 'T') ADVANCE(214); - if (lookahead == 'W') ADVANCE(215); + if (lookahead == 'T') ADVANCE(212); END_STATE(); case 71: - if (lookahead == 'E') ADVANCE(216); + if (lookahead == 'R') ADVANCE(213); END_STATE(); case 72: - if (lookahead == 'Z') ADVANCE(217); + if (lookahead == 'N') ADVANCE(214); END_STATE(); case 73: - if (lookahead == 'L') ADVANCE(218); + if (lookahead == 'A') ADVANCE(215); + if (lookahead == 'B') ADVANCE(216); + if (lookahead == 'C') ADVANCE(217); + if (lookahead == 'D') ADVANCE(218); + if (lookahead == 'H') ADVANCE(219); + if (lookahead == 'I') ADVANCE(220); + if (lookahead == 'L') ADVANCE(221); + if (lookahead == 'S') ADVANCE(222); + if (lookahead == 'T') ADVANCE(223); + if (lookahead == 'W') ADVANCE(224); END_STATE(); case 74: - if (lookahead == 'O') ADVANCE(219); - if (lookahead == 'Y') ADVANCE(220); + if (lookahead == 'E') ADVANCE(225); END_STATE(); case 75: - if (lookahead == 'H') ADVANCE(221); - if (lookahead == 'S') ADVANCE(222); - if (lookahead == 'T') ADVANCE(223); - if (lookahead == 'W') ADVANCE(224); + if (lookahead == '_') ADVANCE(226); END_STATE(); case 76: - if (lookahead == 'W') ADVANCE(225); + if (lookahead == 'Z') ADVANCE(227); END_STATE(); case 77: - if (lookahead == 'L') ADVANCE(226); + if (lookahead == 'L') ADVANCE(228); END_STATE(); case 78: - if (lookahead == 'A') ADVANCE(227); - if (lookahead == 'K') ADVANCE(228); + if (lookahead == 'O') ADVANCE(229); + if (lookahead == 'Y') ADVANCE(230); END_STATE(); case 79: - if (lookahead == 'N') ADVANCE(229); + if (lookahead == 'H') ADVANCE(231); + if (lookahead == 'S') ADVANCE(232); + if (lookahead == 'T') ADVANCE(233); + if (lookahead == 'W') ADVANCE(234); END_STATE(); case 80: - if (lookahead == 'C') ADVANCE(230); - if (lookahead == 'O') ADVANCE(231); + if (lookahead == 'W') ADVANCE(235); END_STATE(); case 81: - if (lookahead == 'I') ADVANCE(232); + if (lookahead == 'L') ADVANCE(236); END_STATE(); case 82: - if (lookahead == 'H') ADVANCE(233); - if (lookahead == 'I') ADVANCE(234); - if (lookahead == 'S') ADVANCE(235); - if (lookahead == 'T') ADVANCE(236); + if (lookahead == 'A') ADVANCE(237); + if (lookahead == 'K') ADVANCE(238); END_STATE(); case 83: - if (lookahead == 'B') ADVANCE(237); - if (lookahead == 'C') ADVANCE(238); - if (lookahead == 'S') ADVANCE(239); + if (lookahead == 'N') ADVANCE(239); END_STATE(); case 84: if (lookahead == 'C') ADVANCE(240); - if (lookahead == 'H') ADVANCE(241); - if (lookahead == 'I') ADVANCE(242); - if (lookahead == 'L') ADVANCE(243); - if (lookahead == 'S') ADVANCE(244); + if (lookahead == 'O') ADVANCE(241); END_STATE(); case 85: - if (lookahead == 'O') ADVANCE(245); + if (lookahead == 'I') ADVANCE(242); END_STATE(); case 86: - if (lookahead == 'C') ADVANCE(246); - if (lookahead == 'O') ADVANCE(247); - if (lookahead == 'S') ADVANCE(248); + if (lookahead == 'H') ADVANCE(243); + if (lookahead == 'I') ADVANCE(244); + if (lookahead == 'S') ADVANCE(245); + if (lookahead == 'T') ADVANCE(246); + if (lookahead == '_') ADVANCE(247); END_STATE(); case 87: - if (lookahead == 'O') ADVANCE(249); + if (lookahead == 'B') ADVANCE(248); + if (lookahead == 'C') ADVANCE(249); + if (lookahead == 'S') ADVANCE(250); END_STATE(); case 88: - if (lookahead == '_') ADVANCE(250); + if (lookahead == 'C') ADVANCE(251); + if (lookahead == 'H') ADVANCE(252); + if (lookahead == 'I') ADVANCE(253); + if (lookahead == 'L') ADVANCE(254); + if (lookahead == 'S') ADVANCE(255); END_STATE(); case 89: - if (lookahead == 'R') ADVANCE(251); + if (lookahead == 'O') ADVANCE(256); END_STATE(); case 90: - if (lookahead == 'O') ADVANCE(252); + if (lookahead == 'C') ADVANCE(257); + if (lookahead == 'O') ADVANCE(258); + if (lookahead == 'S') ADVANCE(259); END_STATE(); case 91: - if (lookahead == 'Z') ADVANCE(253); + if (lookahead == '_') ADVANCE(260); END_STATE(); case 92: - if (lookahead == 'I') ADVANCE(254); + if (lookahead == 'O') ADVANCE(261); END_STATE(); case 93: - if (lookahead == 'Y') ADVANCE(255); + if (lookahead == '_') ADVANCE(262); END_STATE(); case 94: - if (lookahead == 'H') ADVANCE(256); + if (lookahead == 'B') ADVANCE(263); END_STATE(); case 95: - if (lookahead == 'U') ADVANCE(257); + if (lookahead == 'R') ADVANCE(264); END_STATE(); case 96: - if (lookahead == 'H') ADVANCE(258); + if (lookahead == 'O') ADVANCE(265); END_STATE(); case 97: - if (lookahead == 'A') ADVANCE(259); + if (lookahead == 'Z') ADVANCE(266); END_STATE(); case 98: - if (lookahead == 'N') ADVANCE(260); + if (lookahead == 'I') ADVANCE(267); END_STATE(); case 99: - if (lookahead == 'O') ADVANCE(261); + if (lookahead == 'Y') ADVANCE(268); END_STATE(); case 100: - if (lookahead == 'I') ADVANCE(262); + if (lookahead == 'H') ADVANCE(269); END_STATE(); case 101: - if (lookahead == 'H') ADVANCE(263); - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 'U') ADVANCE(270); END_STATE(); case 102: - if (lookahead == 'I') ADVANCE(264); + if (lookahead == 'H') ADVANCE(271); END_STATE(); case 103: - if (lookahead == 'H') ADVANCE(265); + if (lookahead == 'A') ADVANCE(272); END_STATE(); case 104: - if (lookahead == 'R') ADVANCE(266); + if (lookahead == 'N') ADVANCE(273); END_STATE(); case 105: - if (lookahead == 'A') ADVANCE(267); + if (lookahead == 'O') ADVANCE(274); END_STATE(); case 106: - if (lookahead == '\n') SKIP(0) + if (lookahead == 'I') ADVANCE(275); END_STATE(); case 107: - if (lookahead == 't') ADVANCE(268); + if (lookahead == 'H') ADVANCE(276); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 108: - if (lookahead == 'a') ADVANCE(269); - if (lookahead == 'b') ADVANCE(270); - if (lookahead == 'c') ADVANCE(271); - if (lookahead == 'd') ADVANCE(272); - if (lookahead == 'f') ADVANCE(273); - if (lookahead == 'r') ADVANCE(274); - if (lookahead == 's') ADVANCE(275); - if (lookahead == 't') ADVANCE(276); - if (lookahead == 'u') ADVANCE(277); - if (lookahead == 'v') ADVANCE(278); + if (lookahead == 'I') ADVANCE(277); END_STATE(); case 109: - if (lookahead == 'n') ADVANCE(279); + if (lookahead == 'H') ADVANCE(278); END_STATE(); case 110: - if (lookahead == 't') ADVANCE(280); + if (lookahead == 'R') ADVANCE(279); END_STATE(); case 111: - if (lookahead == 'o') ADVANCE(281); + if (lookahead == 'A') ADVANCE(280); END_STATE(); case 112: - if (lookahead == 'e') ADVANCE(282); + if (lookahead == '\n') SKIP(0) END_STATE(); case 113: - if (lookahead == 's') ADVANCE(283); - if (lookahead == 't') ADVANCE(284); + if (lookahead == 't') ADVANCE(281); END_STATE(); case 114: - if (lookahead == 'a') ADVANCE(285); + if (lookahead == 'a') ADVANCE(282); + if (lookahead == 'b') ADVANCE(283); + if (lookahead == 'c') ADVANCE(284); + if (lookahead == 'd') ADVANCE(285); + if (lookahead == 'f') ADVANCE(286); + if (lookahead == 'r') ADVANCE(287); + if (lookahead == 's') ADVANCE(288); + if (lookahead == 't') ADVANCE(289); + if (lookahead == 'u') ADVANCE(290); + if (lookahead == 'v') ADVANCE(291); END_STATE(); case 115: - if (lookahead == 'a') ADVANCE(286); + if (lookahead == 'n') ADVANCE(292); END_STATE(); case 116: - if (lookahead == 'n') ADVANCE(287); + if (lookahead == 't') ADVANCE(293); END_STATE(); case 117: - if (lookahead == 'c') ADVANCE(288); - if (lookahead == 'f') ADVANCE(289); - if (lookahead == 'l') ADVANCE(290); + if (lookahead == 'o') ADVANCE(294); END_STATE(); case 118: - ACCEPT_TOKEN(anon_sym_do); - if (lookahead == 'u') ADVANCE(291); + if (lookahead == 'e') ADVANCE(295); END_STATE(); case 119: - if (lookahead == 's') ADVANCE(292); + if (lookahead == 's') ADVANCE(296); + if (lookahead == 't') ADVANCE(297); END_STATE(); case 120: - if (lookahead == 'u') ADVANCE(293); + if (lookahead == 'a') ADVANCE(298); END_STATE(); case 121: - if (lookahead == 'p') ADVANCE(294); - if (lookahead == 't') ADVANCE(295); + if (lookahead == 'a') ADVANCE(299); END_STATE(); case 122: - if (lookahead == 'l') ADVANCE(296); + if (lookahead == 'n') ADVANCE(300); END_STATE(); case 123: - if (lookahead == 'n') ADVANCE(297); + if (lookahead == 'c') ADVANCE(301); + if (lookahead == 'f') ADVANCE(302); + if (lookahead == 'l') ADVANCE(303); END_STATE(); case 124: - if (lookahead == 'o') ADVANCE(298); + ACCEPT_TOKEN(anon_sym_do); + if (lookahead == 'u') ADVANCE(304); END_STATE(); case 125: - if (lookahead == 'r') ADVANCE(299); + if (lookahead == 's') ADVANCE(305); END_STATE(); case 126: - if (lookahead == 'i') ADVANCE(300); + if (lookahead == 'u') ADVANCE(306); END_STATE(); case 127: - if (lookahead == 't') ADVANCE(301); + if (lookahead == 'p') ADVANCE(307); + if (lookahead == 't') ADVANCE(308); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_if); + if (lookahead == 'l') ADVANCE(309); END_STATE(); case 129: - if (lookahead == 'l') ADVANCE(302); - if (lookahead == 't') ADVANCE(303); + if (lookahead == 'n') ADVANCE(310); END_STATE(); case 130: - if (lookahead == 'n') ADVANCE(304); + if (lookahead == 'o') ADVANCE(311); END_STATE(); case 131: - if (lookahead == 'x') ADVANCE(305); + if (lookahead == 'r') ADVANCE(312); END_STATE(); case 132: - if (lookahead == 't') ADVANCE(306); + if (lookahead == 'i') ADVANCE(313); END_STATE(); case 133: - if (lookahead == 'm') ADVANCE(307); + if (lookahead == 't') ADVANCE(314); END_STATE(); case 134: - if (lookahead == 'w') ADVANCE(308); + ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 135: - if (lookahead == 'e') ADVANCE(309); + if (lookahead == 'l') ADVANCE(315); + if (lookahead == 't') ADVANCE(316); END_STATE(); case 136: - if (lookahead == 'l') ADVANCE(310); + if (lookahead == 'n') ADVANCE(317); END_STATE(); case 137: - if (lookahead == 'e') ADVANCE(311); + if (lookahead == 'x') ADVANCE(318); END_STATE(); case 138: - if (lookahead == 'e') ADVANCE(312); + if (lookahead == 't') ADVANCE(319); END_STATE(); case 139: - if (lookahead == 'i') ADVANCE(313); - if (lookahead == 'o') ADVANCE(314); + if (lookahead == 'm') ADVANCE(320); END_STATE(); case 140: - if (lookahead == 'r') ADVANCE(315); + if (lookahead == 'w') ADVANCE(321); END_STATE(); case 141: - if (lookahead == 'b') ADVANCE(316); + if (lookahead == 'e') ADVANCE(322); END_STATE(); case 142: - if (lookahead == 'g') ADVANCE(317); - if (lookahead == 's') ADVANCE(318); - if (lookahead == 't') ADVANCE(319); + if (lookahead == 'l') ADVANCE(323); END_STATE(); case 143: - if (lookahead == 'o') ADVANCE(320); + if (lookahead == 'e') ADVANCE(324); END_STATE(); case 144: - if (lookahead == 'g') ADVANCE(321); - if (lookahead == 'z') ADVANCE(322); + if (lookahead == 'e') ADVANCE(325); END_STATE(); case 145: - if (lookahead == 'i') ADVANCE(323); + if (lookahead == 'i') ADVANCE(326); + if (lookahead == 'o') ADVANCE(327); END_STATE(); case 146: - if (lookahead == 'a') ADVANCE(324); - if (lookahead == 'r') ADVANCE(325); + if (lookahead == 'r') ADVANCE(328); END_STATE(); case 147: - if (lookahead == 'i') ADVANCE(326); + if (lookahead == 'b') ADVANCE(329); END_STATE(); case 148: - if (lookahead == 'm') ADVANCE(327); + if (lookahead == 'g') ADVANCE(330); + if (lookahead == 's') ADVANCE(331); + if (lookahead == 't') ADVANCE(332); END_STATE(); case 149: - if (lookahead == 'i') ADVANCE(328); - if (lookahead == 'r') ADVANCE(329); + if (lookahead == 'o') ADVANCE(333); END_STATE(); case 150: - if (lookahead == 'u') ADVANCE(330); - if (lookahead == 'y') ADVANCE(331); + if (lookahead == 'g') ADVANCE(334); + if (lookahead == 'z') ADVANCE(335); END_STATE(); case 151: - if (lookahead == 'p') ADVANCE(332); + if (lookahead == 'i') ADVANCE(336); END_STATE(); case 152: - if (lookahead == 'n') ADVANCE(333); + if (lookahead == 'a') ADVANCE(337); + if (lookahead == 'r') ADVANCE(338); END_STATE(); case 153: - if (lookahead == 'i') ADVANCE(334); - if (lookahead == 's') ADVANCE(335); + if (lookahead == 'i') ADVANCE(339); END_STATE(); case 154: - if (lookahead == 'i') ADVANCE(336); + if (lookahead == 'm') ADVANCE(340); END_STATE(); case 155: - if (lookahead == 'r') ADVANCE(337); + if (lookahead == 'i') ADVANCE(341); + if (lookahead == 'r') ADVANCE(342); END_STATE(); case 156: - if (lookahead == 'i') ADVANCE(338); - if (lookahead == 'l') ADVANCE(339); + if (lookahead == 'u') ADVANCE(343); + if (lookahead == 'y') ADVANCE(344); END_STATE(); case 157: - if (lookahead == 'h') ADVANCE(340); + if (lookahead == 'p') ADVANCE(345); END_STATE(); case 158: - if (lookahead == 'i') ADVANCE(341); + if (lookahead == 'n') ADVANCE(346); END_STATE(); case 159: - if (lookahead == 'E') ADVANCE(342); + if (lookahead == 'i') ADVANCE(347); + if (lookahead == 's') ADVANCE(348); END_STATE(); case 160: - if (lookahead == 'M') ADVANCE(176); + if (lookahead == 'i') ADVANCE(349); END_STATE(); case 161: - if (lookahead == 'L') ADVANCE(343); + if (lookahead == 'r') ADVANCE(350); END_STATE(); case 162: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'i') ADVANCE(351); + if (lookahead == 'l') ADVANCE(352); END_STATE(); case 163: - if (lookahead == 'A') ADVANCE(344); + if (lookahead == 'h') ADVANCE(353); END_STATE(); case 164: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'i') ADVANCE(354); END_STATE(); case 165: - if (lookahead == 'O') ADVANCE(345); + if (lookahead == 'E') ADVANCE(355); END_STATE(); case 166: - if (lookahead == 'R') ADVANCE(346); + if (lookahead == 'M') ADVANCE(184); END_STATE(); case 167: - if (lookahead == 'S') ADVANCE(347); + if (lookahead == 'L') ADVANCE(356); END_STATE(); case 168: - if (lookahead == 'A') ADVANCE(348); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 169: - if (lookahead == 'C') ADVANCE(349); + if (lookahead == 'H') ADVANCE(357); END_STATE(); case 170: - if (lookahead == 'F') ADVANCE(350); + if (lookahead == 'A') ADVANCE(358); END_STATE(); case 171: - if (lookahead == 'D') ADVANCE(351); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 172: - if (lookahead == 'T') ADVANCE(352); + if (lookahead == 'O') ADVANCE(359); END_STATE(); case 173: - if (lookahead == 'U') ADVANCE(353); + if (lookahead == 'R') ADVANCE(360); END_STATE(); case 174: - if (lookahead == 'L') ADVANCE(354); - if (lookahead == 'N') ADVANCE(355); + if (lookahead == 'S') ADVANCE(361); END_STATE(); case 175: - if (lookahead == 'R') ADVANCE(356); + if (lookahead == 'A') ADVANCE(362); END_STATE(); case 176: - ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == 'W') ADVANCE(363); END_STATE(); case 177: - if (lookahead == 'E') ADVANCE(357); + if (lookahead == 'C') ADVANCE(364); END_STATE(); case 178: - if (lookahead == 'S') ADVANCE(358); + if (lookahead == 'F') ADVANCE(365); END_STATE(); case 179: - if (lookahead == 'O') ADVANCE(359); + if (lookahead == 'D') ADVANCE(366); END_STATE(); case 180: - if (lookahead == 'P') ADVANCE(176); + if (lookahead == 'T') ADVANCE(367); END_STATE(); case 181: - if (lookahead == 'H') ADVANCE(360); + if (lookahead == 'U') ADVANCE(368); END_STATE(); case 182: - if (lookahead == 'L') ADVANCE(361); + if (lookahead == 'L') ADVANCE(369); + if (lookahead == 'N') ADVANCE(370); END_STATE(); case 183: - if (lookahead == 'N') ADVANCE(362); + if (lookahead == 'R') ADVANCE(371); END_STATE(); case 184: - if (lookahead == 'I') ADVANCE(363); + ACCEPT_TOKEN(sym_primitive_type); END_STATE(); case 185: - if (lookahead == 'O') ADVANCE(364); + if (lookahead == 'E') ADVANCE(372); END_STATE(); case 186: - if (lookahead == 'O') ADVANCE(365); + if (lookahead == 'S') ADVANCE(373); END_STATE(); case 187: - if (lookahead == 'O') ADVANCE(366); + if (lookahead == 'O') ADVANCE(374); END_STATE(); case 188: - if (lookahead == 'S') ADVANCE(367); + if (lookahead == 'P') ADVANCE(184); END_STATE(); case 189: - if (lookahead == 'Y') ADVANCE(176); + if (lookahead == 'H') ADVANCE(375); END_STATE(); case 190: - if (lookahead == 'C') ADVANCE(368); + if (lookahead == 'L') ADVANCE(376); END_STATE(); case 191: - if (lookahead == 'N') ADVANCE(369); - if (lookahead == 'T') ADVANCE(370); + if (lookahead == 'N') ADVANCE(377); END_STATE(); case 192: - if (lookahead == 'D') ADVANCE(371); - if (lookahead == 'N') ADVANCE(372); + if (lookahead == 'I') ADVANCE(378); END_STATE(); case 193: - if (lookahead == 'L') ADVANCE(373); + if (lookahead == 'O') ADVANCE(379); END_STATE(); case 194: - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 'O') ADVANCE(380); END_STATE(); case 195: - if (lookahead == 'S') ADVANCE(374); + if (lookahead == 'O') ADVANCE(381); END_STATE(); case 196: - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 'S') ADVANCE(382); END_STATE(); case 197: - if (lookahead == 'R') ADVANCE(375); + if (lookahead == 'Y') ADVANCE(184); END_STATE(); case 198: - if (lookahead == 'N') ADVANCE(376); + if (lookahead == 'C') ADVANCE(383); END_STATE(); case 199: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'N') ADVANCE(384); + if (lookahead == 'T') ADVANCE(385); END_STATE(); case 200: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(377); - if (lookahead == '3') ADVANCE(378); - if (lookahead == '6') ADVANCE(379); - if (lookahead == '8') ADVANCE(176); - if (lookahead == '_') ADVANCE(380); + if (lookahead == 'D') ADVANCE(386); + if (lookahead == 'N') ADVANCE(387); END_STATE(); case 201: - if (lookahead == 'G') ADVANCE(381); + if (lookahead == 'L') ADVANCE(388); END_STATE(); case 202: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 203: - if (lookahead == 'Y') ADVANCE(382); + if (lookahead == 'S') ADVANCE(389); END_STATE(); case 204: - if (lookahead == 'P') ADVANCE(383); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 205: - if (lookahead == 'G') ADVANCE(384); + if (lookahead == 'R') ADVANCE(390); END_STATE(); case 206: - if (lookahead == 'R') ADVANCE(385); + if (lookahead == 'N') ADVANCE(391); END_STATE(); case 207: - if (lookahead == 'O') ADVANCE(386); - if (lookahead == 'Y') ADVANCE(387); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 208: - if (lookahead == 'O') ADVANCE(388); - if (lookahead == 'S') ADVANCE(389); - if (lookahead == 'V') ADVANCE(390); - if (lookahead == 'W') ADVANCE(391); + if (lookahead == '_') ADVANCE(392); END_STATE(); case 209: - if (lookahead == 'W') ADVANCE(392); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(393); + if (lookahead == '3') ADVANCE(394); + if (lookahead == '6') ADVANCE(395); + if (lookahead == '8') ADVANCE(184); + if (lookahead == '_') ADVANCE(396); END_STATE(); case 210: - if (lookahead == 'A') ADVANCE(393); + if (lookahead == 'G') ADVANCE(397); END_STATE(); case 211: - if (lookahead == 'N') ADVANCE(394); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 212: - if (lookahead == 'O') ADVANCE(395); + if (lookahead == 'Y') ADVANCE(398); END_STATE(); case 213: - if (lookahead == 'T') ADVANCE(396); + if (lookahead == 'P') ADVANCE(399); END_STATE(); case 214: - if (lookahead == 'S') ADVANCE(397); + if (lookahead == 'G') ADVANCE(400); END_STATE(); case 215: - if (lookahead == 'O') ADVANCE(398); - if (lookahead == 'S') ADVANCE(399); + if (lookahead == 'R') ADVANCE(401); END_STATE(); case 216: - if (lookahead == 'S') ADVANCE(400); + if (lookahead == 'O') ADVANCE(402); + if (lookahead == 'Y') ADVANCE(403); END_STATE(); case 217: - if (lookahead == '_') ADVANCE(401); + if (lookahead == 'O') ADVANCE(404); + if (lookahead == 'S') ADVANCE(405); + if (lookahead == 'V') ADVANCE(406); + if (lookahead == 'W') ADVANCE(407); END_STATE(); case 218: - if (lookahead == 'L') ADVANCE(402); + if (lookahead == 'W') ADVANCE(408); END_STATE(); case 219: - if (lookahead == 'O') ADVANCE(403); + if (lookahead == 'A') ADVANCE(409); END_STATE(); case 220: - if (lookahead == 'T') ADVANCE(404); + if (lookahead == 'N') ADVANCE(410); END_STATE(); case 221: - if (lookahead == 'A') ADVANCE(405); + if (lookahead == 'O') ADVANCE(411); END_STATE(); case 222: - if (lookahead == 'T') ADVANCE(406); + if (lookahead == 'T') ADVANCE(412); END_STATE(); case 223: - if (lookahead == 'S') ADVANCE(407); + if (lookahead == 'S') ADVANCE(413); END_STATE(); case 224: - if (lookahead == 'S') ADVANCE(408); + if (lookahead == 'O') ADVANCE(414); + if (lookahead == 'S') ADVANCE(415); END_STATE(); case 225: - if (lookahead == 'O') ADVANCE(409); + if (lookahead == 'S') ADVANCE(416); END_STATE(); case 226: - if (lookahead == 'O') ADVANCE(410); + if (lookahead == 'T') ADVANCE(417); END_STATE(); case 227: - if (lookahead == 'L') ADVANCE(411); - if (lookahead == 'N') ADVANCE(412); + if (lookahead == '_') ADVANCE(418); END_STATE(); case 228: - if (lookahead == 'E') ADVANCE(413); + if (lookahead == 'L') ADVANCE(419); END_STATE(); case 229: - if (lookahead == 'T') ADVANCE(414); + if (lookahead == 'O') ADVANCE(420); END_STATE(); case 230: - if (lookahead == 'I') ADVANCE(415); + if (lookahead == 'T') ADVANCE(421); END_STATE(); case 231: - if (lookahead == 'N') ADVANCE(416); + if (lookahead == 'A') ADVANCE(422); END_STATE(); case 232: - if (lookahead == 'N') ADVANCE(417); + if (lookahead == 'T') ADVANCE(423); END_STATE(); case 233: - if (lookahead == 'O') ADVANCE(418); + if (lookahead == 'S') ADVANCE(424); END_STATE(); case 234: - if (lookahead == 'Z') ADVANCE(419); + if (lookahead == 'S') ADVANCE(425); END_STATE(); case 235: - if (lookahead == 'I') ADVANCE(420); + if (lookahead == 'O') ADVANCE(426); END_STATE(); case 236: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'O') ADVANCE(427); END_STATE(); case 237: - if (lookahead == 'Y') ADVANCE(421); + if (lookahead == 'L') ADVANCE(428); + if (lookahead == 'N') ADVANCE(429); END_STATE(); case 238: - if (lookahead == 'H') ADVANCE(422); + if (lookahead == 'E') ADVANCE(430); END_STATE(); case 239: - if (lookahead == 'T') ADVANCE(423); + if (lookahead == 'T') ADVANCE(431); END_STATE(); case 240: - if (lookahead == 'H') ADVANCE(424); + if (lookahead == 'I') ADVANCE(432); END_STATE(); case 241: - if (lookahead == 'A') ADVANCE(425); + if (lookahead == 'N') ADVANCE(433); END_STATE(); case 242: - if (lookahead == 'N') ADVANCE(426); + if (lookahead == 'N') ADVANCE(434); END_STATE(); case 243: - if (lookahead == 'O') ADVANCE(427); + if (lookahead == 'O') ADVANCE(435); END_STATE(); case 244: - if (lookahead == 'H') ADVANCE(428); + if (lookahead == 'Z') ADVANCE(436); END_STATE(); case 245: - if (lookahead == 'I') ADVANCE(429); + if (lookahead == 'I') ADVANCE(437); END_STATE(); case 246: - if (lookahead == 'H') ADVANCE(430); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 247: - if (lookahead == 'R') ADVANCE(431); + if (lookahead == 'G') ADVANCE(438); END_STATE(); case 248: - if (lookahead == 'T') ADVANCE(432); + if (lookahead == 'Y') ADVANCE(439); END_STATE(); case 249: - if (lookahead == 'R') ADVANCE(433); + if (lookahead == 'H') ADVANCE(440); END_STATE(); case 250: - if (lookahead == 'H') ADVANCE(434); - if (lookahead == 'L') ADVANCE(435); + if (lookahead == 'T') ADVANCE(441); END_STATE(); case 251: - if (lookahead == 'V') ADVANCE(436); + if (lookahead == 'H') ADVANCE(442); END_STATE(); case 252: - if (lookahead == 'R') ADVANCE(437); + if (lookahead == 'A') ADVANCE(443); END_STATE(); case 253: - if (lookahead == 'E') ADVANCE(438); + if (lookahead == 'N') ADVANCE(444); END_STATE(); case 254: - if (lookahead == 'Z') ADVANCE(439); + if (lookahead == 'O') ADVANCE(445); END_STATE(); case 255: - if (lookahead == 'T') ADVANCE(440); + if (lookahead == 'H') ADVANCE(446); END_STATE(); case 256: - if (lookahead == 'A') ADVANCE(441); + if (lookahead == 'I') ADVANCE(447); END_STATE(); case 257: - if (lookahead == 'E') ADVANCE(442); + if (lookahead == 'H') ADVANCE(448); END_STATE(); case 258: - if (lookahead == 'A') ADVANCE(443); + if (lookahead == 'R') ADVANCE(449); END_STATE(); case 259: - if (lookahead == 'L') ADVANCE(444); + if (lookahead == 'T') ADVANCE(450); END_STATE(); case 260: - if (lookahead == 'T') ADVANCE(445); + if (lookahead == 'N') ADVANCE(451); + if (lookahead == 'T') ADVANCE(452); + if (lookahead == 'W') ADVANCE(453); END_STATE(); case 261: - if (lookahead == 'N') ADVANCE(446); + if (lookahead == 'R') ADVANCE(454); END_STATE(); case 262: - if (lookahead == 'C') ADVANCE(447); + if (lookahead == 'H') ADVANCE(455); + if (lookahead == 'L') ADVANCE(456); END_STATE(); case 263: - if (lookahead == 'O') ADVANCE(448); + if (lookahead == '_') ADVANCE(457); END_STATE(); case 264: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'V') ADVANCE(458); END_STATE(); case 265: - if (lookahead == 'A') ADVANCE(449); + if (lookahead == 'R') ADVANCE(459); END_STATE(); case 266: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'E') ADVANCE(460); END_STATE(); case 267: - if (lookahead == 'R') ADVANCE(450); + if (lookahead == 'Z') ADVANCE(461); END_STATE(); case 268: - if (lookahead == 'o') ADVANCE(451); + if (lookahead == 'T') ADVANCE(462); END_STATE(); case 269: - if (lookahead == 't') ADVANCE(452); + if (lookahead == 'A') ADVANCE(463); END_STATE(); case 270: - if (lookahead == 'a') ADVANCE(453); + if (lookahead == 'E') ADVANCE(464); END_STATE(); case 271: - if (lookahead == 'd') ADVANCE(454); - if (lookahead == 'l') ADVANCE(455); + if (lookahead == 'A') ADVANCE(465); END_STATE(); case 272: - if (lookahead == 'e') ADVANCE(456); + if (lookahead == 'L') ADVANCE(466); END_STATE(); case 273: - if (lookahead == 'a') ADVANCE(457); + if (lookahead == 'T') ADVANCE(467); END_STATE(); case 274: - if (lookahead == 'e') ADVANCE(458); + if (lookahead == 'N') ADVANCE(468); END_STATE(); case 275: - if (lookahead == 'p') ADVANCE(459); - if (lookahead == 't') ADVANCE(460); + if (lookahead == 'C') ADVANCE(469); END_STATE(); case 276: - if (lookahead == 'h') ADVANCE(461); + if (lookahead == 'O') ADVANCE(470); END_STATE(); case 277: - if (lookahead == 'n') ADVANCE(462); - if (lookahead == 'p') ADVANCE(463); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 278: - if (lookahead == 'e') ADVANCE(464); + if (lookahead == 'A') ADVANCE(471); END_STATE(); case 279: - if (lookahead == 'a') ADVANCE(465); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 280: - if (lookahead == 'o') ADVANCE(466); + if (lookahead == 'R') ADVANCE(472); END_STATE(); case 281: - if (lookahead == 'l') ADVANCE(176); + if (lookahead == 'o') ADVANCE(473); END_STATE(); case 282: - if (lookahead == 'a') ADVANCE(467); + if (lookahead == 't') ADVANCE(474); END_STATE(); case 283: - if (lookahead == 'e') ADVANCE(468); + if (lookahead == 'a') ADVANCE(475); END_STATE(); case 284: - if (lookahead == 'c') ADVANCE(469); + if (lookahead == 'd') ADVANCE(476); + if (lookahead == 'l') ADVANCE(477); END_STATE(); case 285: - if (lookahead == 'r') ADVANCE(470); + if (lookahead == 'e') ADVANCE(478); END_STATE(); case 286: - if (lookahead == 's') ADVANCE(471); + if (lookahead == 'a') ADVANCE(479); END_STATE(); case 287: - if (lookahead == 's') ADVANCE(472); - if (lookahead == 't') ADVANCE(473); + if (lookahead == 'e') ADVANCE(480); END_STATE(); case 288: - if (lookahead == 'l') ADVANCE(474); + if (lookahead == 'p') ADVANCE(481); + if (lookahead == 't') ADVANCE(482); END_STATE(); case 289: - if (lookahead == 'a') ADVANCE(475); - if (lookahead == 'i') ADVANCE(476); + if (lookahead == 'h') ADVANCE(483); END_STATE(); case 290: - if (lookahead == 'e') ADVANCE(477); + if (lookahead == 'n') ADVANCE(484); + if (lookahead == 'p') ADVANCE(485); END_STATE(); case 291: - if (lookahead == 'b') ADVANCE(478); + if (lookahead == 'e') ADVANCE(486); END_STATE(); case 292: - if (lookahead == 'e') ADVANCE(479); + if (lookahead == 'a') ADVANCE(487); END_STATE(); case 293: - if (lookahead == 'm') ADVANCE(480); + if (lookahead == 'o') ADVANCE(488); END_STATE(); case 294: - if (lookahead == 'l') ADVANCE(481); + if (lookahead == 'l') ADVANCE(184); END_STATE(); case 295: - if (lookahead == 'e') ADVANCE(482); + if (lookahead == 'a') ADVANCE(489); END_STATE(); case 296: - if (lookahead == 's') ADVANCE(483); + if (lookahead == 'e') ADVANCE(490); END_STATE(); case 297: - if (lookahead == 'a') ADVANCE(484); + if (lookahead == 'c') ADVANCE(491); END_STATE(); case 298: - if (lookahead == 'a') ADVANCE(485); + if (lookahead == 'r') ADVANCE(492); END_STATE(); case 299: - ACCEPT_TOKEN(anon_sym_for); + if (lookahead == 's') ADVANCE(493); END_STATE(); case 300: - if (lookahead == 'e') ADVANCE(486); + if (lookahead == 's') ADVANCE(494); + if (lookahead == 't') ADVANCE(495); END_STATE(); case 301: - if (lookahead == 'o') ADVANCE(487); + if (lookahead == 'l') ADVANCE(496); END_STATE(); case 302: - if (lookahead == 'i') ADVANCE(488); + if (lookahead == 'a') ADVANCE(497); + if (lookahead == 'i') ADVANCE(498); END_STATE(); case 303: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(489); - if (lookahead == '3') ADVANCE(490); - if (lookahead == '6') ADVANCE(491); - if (lookahead == '8') ADVANCE(492); - if (lookahead == '_') ADVANCE(493); - if (lookahead == 'm') ADVANCE(494); - if (lookahead == 'p') ADVANCE(495); + if (lookahead == 'e') ADVANCE(499); END_STATE(); case 304: - if (lookahead == 'g') ADVANCE(496); + if (lookahead == 'b') ADVANCE(500); END_STATE(); case 305: - if (lookahead == '_') ADVANCE(497); + if (lookahead == 'e') ADVANCE(501); END_STATE(); case 306: - if (lookahead == 'a') ADVANCE(498); + if (lookahead == 'm') ADVANCE(502); END_STATE(); case 307: - if (lookahead == 'e') ADVANCE(499); + if (lookahead == 'l') ADVANCE(503); END_STATE(); case 308: - ACCEPT_TOKEN(anon_sym_new); + if (lookahead == 'e') ADVANCE(504); END_STATE(); case 309: - if (lookahead == 'x') ADVANCE(500); + if (lookahead == 's') ADVANCE(505); END_STATE(); case 310: - if (lookahead == 'l') ADVANCE(501); + if (lookahead == 'a') ADVANCE(506); END_STATE(); case 311: - if (lookahead == 'r') ADVANCE(502); + if (lookahead == 'a') ADVANCE(507); END_STATE(); case 312: - if (lookahead == 'r') ADVANCE(503); + ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 313: - if (lookahead == 'v') ADVANCE(504); + if (lookahead == 'e') ADVANCE(508); END_STATE(); case 314: - if (lookahead == 't') ADVANCE(505); + if (lookahead == 'o') ADVANCE(509); END_STATE(); case 315: - if (lookahead == 'd') ADVANCE(506); + if (lookahead == 'i') ADVANCE(510); END_STATE(); case 316: - if (lookahead == 'l') ADVANCE(507); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(511); + if (lookahead == '3') ADVANCE(512); + if (lookahead == '6') ADVANCE(513); + if (lookahead == '8') ADVANCE(514); + if (lookahead == '_') ADVANCE(515); + if (lookahead == 'm') ADVANCE(516); + if (lookahead == 'p') ADVANCE(517); END_STATE(); case 317: - if (lookahead == 'i') ADVANCE(508); + if (lookahead == 'g') ADVANCE(518); END_STATE(); case 318: - if (lookahead == 't') ADVANCE(509); + if (lookahead == '_') ADVANCE(519); END_STATE(); case 319: - if (lookahead == 'u') ADVANCE(510); + if (lookahead == 'a') ADVANCE(520); END_STATE(); case 320: - if (lookahead == 'r') ADVANCE(511); + if (lookahead == 'e') ADVANCE(521); END_STATE(); case 321: - if (lookahead == '_') ADVANCE(512); - if (lookahead == 'n') ADVANCE(513); + ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 322: - if (lookahead == 'e') ADVANCE(514); + if (lookahead == 'x') ADVANCE(522); END_STATE(); case 323: - if (lookahead == 'z') ADVANCE(515); + if (lookahead == 'l') ADVANCE(523); END_STATE(); case 324: - if (lookahead == 't') ADVANCE(516); + if (lookahead == 'r') ADVANCE(524); END_STATE(); case 325: - if (lookahead == 'u') ADVANCE(517); + if (lookahead == 'r') ADVANCE(525); END_STATE(); case 326: - if (lookahead == 't') ADVANCE(518); + if (lookahead == 'v') ADVANCE(526); END_STATE(); case 327: - if (lookahead == 'p') ADVANCE(519); + if (lookahead == 't') ADVANCE(527); END_STATE(); case 328: - if (lookahead == 's') ADVANCE(520); + if (lookahead == 'd') ADVANCE(528); END_STATE(); case 329: - if (lookahead == 'o') ADVANCE(521); + if (lookahead == 'l') ADVANCE(529); END_STATE(); case 330: - if (lookahead == 'e') ADVANCE(442); + if (lookahead == 'i') ADVANCE(530); END_STATE(); case 331: - ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 't') ADVANCE(531); END_STATE(); case 332: - if (lookahead == 'e') ADVANCE(522); + if (lookahead == 'u') ADVANCE(532); END_STATE(); case 333: - if (lookahead == 't') ADVANCE(523); + if (lookahead == 'r') ADVANCE(533); END_STATE(); case 334: - if (lookahead == 'o') ADVANCE(524); + if (lookahead == '_') ADVANCE(534); + if (lookahead == 'n') ADVANCE(535); END_STATE(); case 335: - if (lookahead == 'i') ADVANCE(525); + if (lookahead == 'e') ADVANCE(536); END_STATE(); case 336: - if (lookahead == 'n') ADVANCE(526); + if (lookahead == 'z') ADVANCE(537); END_STATE(); case 337: - if (lookahead == 't') ADVANCE(527); + if (lookahead == 't') ADVANCE(538); END_STATE(); case 338: - if (lookahead == 'd') ADVANCE(176); + if (lookahead == 'u') ADVANCE(539); END_STATE(); case 339: - if (lookahead == 'a') ADVANCE(528); + if (lookahead == 't') ADVANCE(540); END_STATE(); case 340: - if (lookahead == 'a') ADVANCE(529); + if (lookahead == 'p') ADVANCE(541); END_STATE(); case 341: - if (lookahead == 'l') ADVANCE(530); + if (lookahead == 's') ADVANCE(542); END_STATE(); case 342: - if (lookahead == 'N') ADVANCE(531); + if (lookahead == 'o') ADVANCE(543); END_STATE(); case 343: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == 'E') ADVANCE(532); + if (lookahead == 'e') ADVANCE(464); END_STATE(); case 344: - if (lookahead == 'R') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 345: - if (lookahead == 'R') ADVANCE(533); + if (lookahead == 'e') ADVANCE(544); END_STATE(); case 346: - if (lookahead == 'D') ADVANCE(534); + if (lookahead == 't') ADVANCE(545); END_STATE(); case 347: - if (lookahead == 'E') ADVANCE(535); + if (lookahead == 'o') ADVANCE(546); END_STATE(); case 348: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'i') ADVANCE(547); END_STATE(); case 349: - if (lookahead == 'E') ADVANCE(536); + if (lookahead == 'n') ADVANCE(548); END_STATE(); case 350: - if (lookahead == '_') ADVANCE(537); + if (lookahead == 't') ADVANCE(549); END_STATE(); case 351: - if (lookahead == 'L') ADVANCE(538); + if (lookahead == 'd') ADVANCE(184); END_STATE(); case 352: - if (lookahead == 'M') ADVANCE(539); + if (lookahead == 'a') ADVANCE(550); END_STATE(); case 353: - if (lookahead == 'S') ADVANCE(540); + if (lookahead == 'a') ADVANCE(551); END_STATE(); case 354: - if (lookahead == 'O') ADVANCE(541); + if (lookahead == 'l') ADVANCE(552); END_STATE(); case 355: - if (lookahead == 'V') ADVANCE(542); + if (lookahead == 'N') ADVANCE(553); END_STATE(); case 356: - if (lookahead == 'S') ADVANCE(543); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == 'E') ADVANCE(554); END_STATE(); case 357: - if (lookahead == 'D') ADVANCE(544); + if (lookahead == 'E') ADVANCE(555); END_STATE(); case 358: - if (lookahead == 'K') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 359: - if (lookahead == 'P') ADVANCE(176); + if (lookahead == 'R') ADVANCE(556); END_STATE(); case 360: - if (lookahead == 'M') ADVANCE(545); + if (lookahead == 'D') ADVANCE(557); END_STATE(); case 361: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'E') ADVANCE(558); END_STATE(); case 362: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 363: - if (lookahead == 'O') ADVANCE(546); + if (lookahead == 'A') ADVANCE(559); END_STATE(); case 364: - if (lookahead == 'B') ADVANCE(547); + if (lookahead == 'E') ADVANCE(560); END_STATE(); case 365: - if (lookahead == 'K') ADVANCE(176); + if (lookahead == '_') ADVANCE(561); END_STATE(); case 366: - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 'L') ADVANCE(562); END_STATE(); case 367: - if (lookahead == 'T') ADVANCE(548); + if (lookahead == 'M') ADVANCE(563); END_STATE(); case 368: - if (lookahead == 'A') ADVANCE(549); + if (lookahead == 'S') ADVANCE(564); END_STATE(); case 369: - if (lookahead == 'U') ADVANCE(176); + if (lookahead == 'O') ADVANCE(565); END_STATE(); case 370: - if (lookahead == 'A') ADVANCE(550); + if (lookahead == 'V') ADVANCE(566); END_STATE(); case 371: - if (lookahead == 'U') ADVANCE(551); + if (lookahead == 'S') ADVANCE(567); END_STATE(); case 372: - if (lookahead == 'I') ADVANCE(552); + if (lookahead == 'D') ADVANCE(568); END_STATE(); case 373: - if (lookahead == 'E') ADVANCE(553); + if (lookahead == 'K') ADVANCE(184); END_STATE(); case 374: - if (lookahead == 'U') ADVANCE(554); + if (lookahead == 'P') ADVANCE(184); END_STATE(); case 375: - if (lookahead == 'C') ADVANCE(176); + if (lookahead == 'M') ADVANCE(569); END_STATE(); case 376: - if (lookahead == 'S') ADVANCE(555); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 377: - if (lookahead == '6') ADVANCE(176); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 378: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'O') ADVANCE(570); END_STATE(); case 379: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'B') ADVANCE(571); END_STATE(); case 380: - if (lookahead == 'P') ADVANCE(556); + if (lookahead == 'K') ADVANCE(184); END_STATE(); case 381: - if (lookahead == 'I') ADVANCE(557); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 382: - if (lookahead == 'P') ADVANCE(558); + if (lookahead == 'T') ADVANCE(572); END_STATE(); case 383: - if (lookahead == 'I') ADVANCE(559); + if (lookahead == 'A') ADVANCE(573); END_STATE(); case 384: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(560); - if (lookahead == '6') ADVANCE(561); - if (lookahead == 'L') ADVANCE(562); - if (lookahead == '_') ADVANCE(563); + if (lookahead == 'U') ADVANCE(184); END_STATE(); case 385: - if (lookahead == 'A') ADVANCE(564); + if (lookahead == 'A') ADVANCE(574); END_STATE(); case 386: - if (lookahead == 'O') ADVANCE(565); + if (lookahead == 'U') ADVANCE(575); END_STATE(); case 387: - if (lookahead == 'T') ADVANCE(566); + if (lookahead == 'I') ADVANCE(576); END_STATE(); case 388: - if (lookahead == 'L') ADVANCE(567); + if (lookahead == 'E') ADVANCE(577); END_STATE(); case 389: - if (lookahead == 'T') ADVANCE(568); + if (lookahead == 'U') ADVANCE(578); END_STATE(); case 390: - if (lookahead == 'O') ADVANCE(569); + if (lookahead == 'C') ADVANCE(184); END_STATE(); case 391: - if (lookahead == 'S') ADVANCE(570); + if (lookahead == 'S') ADVANCE(579); END_STATE(); case 392: - if (lookahead == 'O') ADVANCE(571); + if (lookahead == 'T') ADVANCE(580); END_STATE(); case 393: - if (lookahead == 'N') ADVANCE(572); + if (lookahead == '6') ADVANCE(184); END_STATE(); case 394: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 395: - if (lookahead == 'N') ADVANCE(573); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 396: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'P') ADVANCE(581); END_STATE(); case 397: - if (lookahead == 'T') ADVANCE(574); + if (lookahead == 'I') ADVANCE(582); END_STATE(); case 398: - if (lookahead == 'I') ADVANCE(575); - if (lookahead == 'R') ADVANCE(576); + if (lookahead == 'P') ADVANCE(583); END_STATE(); case 399: - if (lookahead == 'T') ADVANCE(577); + if (lookahead == 'I') ADVANCE(584); END_STATE(); case 400: - if (lookahead == 'U') ADVANCE(578); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(585); + if (lookahead == '6') ADVANCE(586); + if (lookahead == 'L') ADVANCE(587); + if (lookahead == '_') ADVANCE(588); END_STATE(); case 401: - if (lookahead == 'A') ADVANCE(579); - if (lookahead == 'C') ADVANCE(580); - if (lookahead == 'D') ADVANCE(581); - if (lookahead == 'F') ADVANCE(582); - if (lookahead == 'H') ADVANCE(583); - if (lookahead == 'I') ADVANCE(584); - if (lookahead == 'M') ADVANCE(585); - if (lookahead == 'N') ADVANCE(586); - if (lookahead == 'O') ADVANCE(587); - if (lookahead == 'P') ADVANCE(588); - if (lookahead == 'R') ADVANCE(589); - if (lookahead == 'S') ADVANCE(590); - if (lookahead == 'T') ADVANCE(591); - if (lookahead == 'U') ADVANCE(592); - if (lookahead == 'X') ADVANCE(593); + if (lookahead == 'A') ADVANCE(589); END_STATE(); case 402: - ACCEPT_TOKEN(sym_null); + if (lookahead == 'O') ADVANCE(590); END_STATE(); case 403: - if (lookahead == 'L') ADVANCE(594); + if (lookahead == 'T') ADVANCE(591); END_STATE(); case 404: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'L') ADVANCE(592); END_STATE(); case 405: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'T') ADVANCE(593); END_STATE(); case 406: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'O') ADVANCE(594); END_STATE(); case 407: - if (lookahead == 'T') ADVANCE(595); + if (lookahead == 'S') ADVANCE(595); END_STATE(); case 408: - if (lookahead == 'T') ADVANCE(596); + if (lookahead == 'O') ADVANCE(596); END_STATE(); case 409: - if (lookahead == 'R') ADVANCE(597); + if (lookahead == 'N') ADVANCE(597); END_STATE(); case 410: - if (lookahead == 'A') ADVANCE(598); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 411: - if (lookahead == 'F') ADVANCE(599); + if (lookahead == 'N') ADVANCE(598); END_STATE(); case 412: - if (lookahead == 'D') ADVANCE(600); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 413: - if (lookahead == 'Y') ADVANCE(176); + if (lookahead == 'T') ADVANCE(599); END_STATE(); case 414: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(601); - if (lookahead == '3') ADVANCE(602); - if (lookahead == '6') ADVANCE(603); - if (lookahead == '8') ADVANCE(176); - if (lookahead == '_') ADVANCE(604); + if (lookahead == 'I') ADVANCE(600); + if (lookahead == 'R') ADVANCE(601); END_STATE(); case 415: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'T') ADVANCE(602); END_STATE(); case 416: - if (lookahead == 'G') ADVANCE(605); + if (lookahead == 'U') ADVANCE(603); END_STATE(); case 417: - if (lookahead == 'T') ADVANCE(606); + if (lookahead == 'R') ADVANCE(604); END_STATE(); case 418: - if (lookahead == 'R') ADVANCE(607); + if (lookahead == 'A') ADVANCE(605); + if (lookahead == 'C') ADVANCE(606); + if (lookahead == 'D') ADVANCE(607); + if (lookahead == 'F') ADVANCE(608); + if (lookahead == 'H') ADVANCE(609); + if (lookahead == 'I') ADVANCE(610); + if (lookahead == 'M') ADVANCE(611); + if (lookahead == 'N') ADVANCE(612); + if (lookahead == 'O') ADVANCE(613); + if (lookahead == 'P') ADVANCE(614); + if (lookahead == 'R') ADVANCE(615); + if (lookahead == 'S') ADVANCE(616); + if (lookahead == 'T') ADVANCE(617); + if (lookahead == 'U') ADVANCE(618); + if (lookahead == 'X') ADVANCE(619); END_STATE(); case 419: - if (lookahead == 'E') ADVANCE(608); + ACCEPT_TOKEN(sym_null); END_STATE(); case 420: - if (lookahead == 'Z') ADVANCE(609); + if (lookahead == 'L') ADVANCE(620); END_STATE(); case 421: - if (lookahead == 'T') ADVANCE(610); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 422: - if (lookahead == 'A') ADVANCE(611); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 423: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 424: - if (lookahead == 'A') ADVANCE(612); + if (lookahead == 'T') ADVANCE(621); END_STATE(); case 425: - if (lookahead == 'L') ADVANCE(613); + if (lookahead == 'T') ADVANCE(622); END_STATE(); case 426: - if (lookahead == 'T') ADVANCE(614); + if (lookahead == 'R') ADVANCE(623); END_STATE(); case 427: - if (lookahead == 'N') ADVANCE(615); + if (lookahead == 'A') ADVANCE(624); END_STATE(); case 428: - if (lookahead == 'O') ADVANCE(616); + if (lookahead == 'F') ADVANCE(625); END_STATE(); case 429: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'D') ADVANCE(626); END_STATE(); case 430: - if (lookahead == 'A') ADVANCE(617); + if (lookahead == 'Y') ADVANCE(184); END_STATE(); case 431: - if (lookahead == 'D') ADVANCE(176); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(627); + if (lookahead == '3') ADVANCE(628); + if (lookahead == '6') ADVANCE(629); + if (lookahead == '8') ADVANCE(184); + if (lookahead == '_') ADVANCE(630); END_STATE(); case 432: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 433: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'G') ADVANCE(631); END_STATE(); case 434: - if (lookahead == 'A') ADVANCE(618); + if (lookahead == 'T') ADVANCE(632); END_STATE(); case 435: - if (lookahead == 'O') ADVANCE(619); + if (lookahead == 'R') ADVANCE(633); END_STATE(); case 436: - if (lookahead == 'I') ADVANCE(620); + if (lookahead == 'E') ADVANCE(634); END_STATE(); case 437: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'Z') ADVANCE(635); END_STATE(); case 438: - if (lookahead == '_') ADVANCE(621); + if (lookahead == 'E') ADVANCE(636); END_STATE(); case 439: - if (lookahead == 'E') ADVANCE(622); + if (lookahead == 'T') ADVANCE(637); END_STATE(); case 440: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'A') ADVANCE(638); END_STATE(); case 441: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 442: - ACCEPT_TOKEN(sym_true); + if (lookahead == 'A') ADVANCE(639); END_STATE(); case 443: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'L') ADVANCE(640); END_STATE(); case 444: - if (lookahead == 'F') ADVANCE(623); + if (lookahead == 'T') ADVANCE(641); END_STATE(); case 445: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(624); - if (lookahead == '3') ADVANCE(625); - if (lookahead == '6') ADVANCE(626); - if (lookahead == '8') ADVANCE(176); - if (lookahead == '_') ADVANCE(627); + if (lookahead == 'N') ADVANCE(642); END_STATE(); case 446: - if (lookahead == 'G') ADVANCE(628); + if (lookahead == 'O') ADVANCE(643); END_STATE(); case 447: - if (lookahead == 'O') ADVANCE(629); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 448: - if (lookahead == 'R') ADVANCE(630); + if (lookahead == 'A') ADVANCE(644); END_STATE(); case 449: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 450: - if (lookahead == 'A') ADVANCE(631); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 451: - if (lookahead == 'm') ADVANCE(632); + if (lookahead == 'O') ADVANCE(645); END_STATE(); case 452: - if (lookahead == 't') ADVANCE(633); + if (lookahead == 'R') ADVANCE(646); END_STATE(); case 453: - if (lookahead == 's') ADVANCE(634); + if (lookahead == 'A') ADVANCE(647); END_STATE(); case 454: - if (lookahead == 'e') ADVANCE(635); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 455: - if (lookahead == 'r') ADVANCE(636); + if (lookahead == 'A') ADVANCE(648); END_STATE(); case 456: - if (lookahead == 'c') ADVANCE(637); + if (lookahead == 'O') ADVANCE(649); END_STATE(); case 457: - if (lookahead == 's') ADVANCE(638); + if (lookahead == 'T') ADVANCE(650); END_STATE(); case 458: - if (lookahead == 's') ADVANCE(639); + if (lookahead == 'I') ADVANCE(651); END_STATE(); case 459: - if (lookahead == 't') ADVANCE(640); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 460: - if (lookahead == 'd') ADVANCE(641); + if (lookahead == '_') ADVANCE(652); END_STATE(); case 461: - if (lookahead == 'i') ADVANCE(642); + if (lookahead == 'E') ADVANCE(653); END_STATE(); case 462: - if (lookahead == 'a') ADVANCE(643); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 463: - if (lookahead == 't') ADVANCE(644); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 464: - if (lookahead == 'c') ADVANCE(645); + ACCEPT_TOKEN(sym_true); END_STATE(); case 465: - if (lookahead == 'l') ADVANCE(646); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 466: - ACCEPT_TOKEN(sym_auto); + if (lookahead == 'F') ADVANCE(654); END_STATE(); case 467: - if (lookahead == 'k') ADVANCE(647); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(655); + if (lookahead == '3') ADVANCE(656); + if (lookahead == '6') ADVANCE(657); + if (lookahead == '8') ADVANCE(184); + if (lookahead == '_') ADVANCE(658); END_STATE(); case 468: - ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 'G') ADVANCE(659); END_STATE(); case 469: - if (lookahead == 'h') ADVANCE(648); + if (lookahead == 'O') ADVANCE(660); END_STATE(); case 470: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(649); - if (lookahead == '3') ADVANCE(650); - if (lookahead == '6') ADVANCE(651); - if (lookahead == '8') ADVANCE(652); - if (lookahead == 'p') ADVANCE(653); + if (lookahead == 'R') ADVANCE(661); END_STATE(); case 471: - if (lookahead == 's') ADVANCE(654); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 472: - if (lookahead == 't') ADVANCE(655); + if (lookahead == 'A') ADVANCE(662); END_STATE(); case 473: - if (lookahead == 'i') ADVANCE(656); + if (lookahead == 'm') ADVANCE(663); END_STATE(); case 474: - if (lookahead == 't') ADVANCE(657); + if (lookahead == 't') ADVANCE(664); END_STATE(); case 475: - if (lookahead == 'u') ADVANCE(658); + if (lookahead == 's') ADVANCE(665); END_STATE(); case 476: - if (lookahead == 'n') ADVANCE(659); + if (lookahead == 'e') ADVANCE(666); END_STATE(); case 477: - if (lookahead == 't') ADVANCE(660); + if (lookahead == 'r') ADVANCE(667); END_STATE(); case 478: - if (lookahead == 'l') ADVANCE(661); + if (lookahead == 'c') ADVANCE(668); END_STATE(); case 479: - ACCEPT_TOKEN(anon_sym_else); + if (lookahead == 's') ADVANCE(669); END_STATE(); case 480: - ACCEPT_TOKEN(anon_sym_enum); + if (lookahead == 's') ADVANCE(670); END_STATE(); case 481: - if (lookahead == 'i') ADVANCE(662); + if (lookahead == 't') ADVANCE(671); END_STATE(); case 482: - if (lookahead == 'r') ADVANCE(663); + if (lookahead == 'd') ADVANCE(672); END_STATE(); case 483: - if (lookahead == 'e') ADVANCE(535); + if (lookahead == 'i') ADVANCE(673); END_STATE(); case 484: - if (lookahead == 'l') ADVANCE(664); + if (lookahead == 'a') ADVANCE(674); END_STATE(); case 485: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 't') ADVANCE(675); END_STATE(); case 486: - if (lookahead == 'n') ADVANCE(665); + if (lookahead == 'c') ADVANCE(676); END_STATE(); case 487: - ACCEPT_TOKEN(anon_sym_goto); + if (lookahead == 'l') ADVANCE(677); END_STATE(); case 488: - if (lookahead == 'n') ADVANCE(666); + ACCEPT_TOKEN(sym_auto); END_STATE(); case 489: - if (lookahead == '6') ADVANCE(667); + if (lookahead == 'k') ADVANCE(678); END_STATE(); case 490: - if (lookahead == '2') ADVANCE(668); + ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 491: - if (lookahead == '4') ADVANCE(669); + if (lookahead == 'h') ADVANCE(679); END_STATE(); case 492: - if (lookahead == '_') ADVANCE(670); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(680); + if (lookahead == '3') ADVANCE(681); + if (lookahead == '6') ADVANCE(682); + if (lookahead == '8') ADVANCE(683); + if (lookahead == 'p') ADVANCE(684); END_STATE(); case 493: - if (lookahead == 'f') ADVANCE(671); - if (lookahead == 'l') ADVANCE(672); + if (lookahead == 's') ADVANCE(685); END_STATE(); case 494: - if (lookahead == 'a') ADVANCE(673); + if (lookahead == 't') ADVANCE(686); END_STATE(); case 495: - if (lookahead == 't') ADVANCE(674); + if (lookahead == 'i') ADVANCE(687); END_STATE(); case 496: - ACCEPT_TOKEN(anon_sym_long); + if (lookahead == 't') ADVANCE(688); END_STATE(); case 497: - if (lookahead == 'a') ADVANCE(675); + if (lookahead == 'u') ADVANCE(689); END_STATE(); case 498: - if (lookahead == 'b') ADVANCE(676); + if (lookahead == 'n') ADVANCE(690); END_STATE(); case 499: - if (lookahead == 's') ADVANCE(677); + if (lookahead == 't') ADVANCE(691); END_STATE(); case 500: - if (lookahead == 'c') ADVANCE(678); + if (lookahead == 'l') ADVANCE(692); END_STATE(); case 501: - if (lookahead == 'p') ADVANCE(679); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 502: - if (lookahead == 'a') ADVANCE(680); + ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 503: - if (lookahead == 'r') ADVANCE(681); + if (lookahead == 'i') ADVANCE(693); END_STATE(); case 504: - if (lookahead == 'a') ADVANCE(682); + if (lookahead == 'r') ADVANCE(694); END_STATE(); case 505: - if (lookahead == 'e') ADVANCE(683); + if (lookahead == 'e') ADVANCE(558); END_STATE(); case 506: - if (lookahead == 'i') ADVANCE(684); + if (lookahead == 'l') ADVANCE(695); END_STATE(); case 507: - if (lookahead == 'i') ADVANCE(685); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 508: - if (lookahead == 's') ADVANCE(686); + if (lookahead == 'n') ADVANCE(696); END_STATE(); case 509: - if (lookahead == 'r') ADVANCE(687); + ACCEPT_TOKEN(anon_sym_goto); END_STATE(); case 510: - if (lookahead == 'r') ADVANCE(688); + if (lookahead == 'n') ADVANCE(697); END_STATE(); case 511: - if (lookahead == 't') ADVANCE(689); + if (lookahead == '6') ADVANCE(698); END_STATE(); case 512: - if (lookahead == 'a') ADVANCE(690); + if (lookahead == '2') ADVANCE(699); END_STATE(); case 513: - if (lookahead == 'e') ADVANCE(691); + if (lookahead == '4') ADVANCE(700); END_STATE(); case 514: - if (lookahead == '_') ADVANCE(692); - if (lookahead == 'o') ADVANCE(693); + if (lookahead == '_') ADVANCE(701); END_STATE(); case 515: - if (lookahead == 'e') ADVANCE(694); + if (lookahead == 'f') ADVANCE(702); + if (lookahead == 'l') ADVANCE(703); END_STATE(); case 516: - if (lookahead == 'i') ADVANCE(695); + if (lookahead == 'a') ADVANCE(704); END_STATE(); case 517: - if (lookahead == 'c') ADVANCE(696); + if (lookahead == 't') ADVANCE(705); END_STATE(); case 518: - if (lookahead == 'c') ADVANCE(697); + ACCEPT_TOKEN(anon_sym_long); END_STATE(); case 519: - if (lookahead == 'l') ADVANCE(698); + if (lookahead == 'a') ADVANCE(706); END_STATE(); case 520: - ACCEPT_TOKEN(sym_this); + if (lookahead == 'b') ADVANCE(707); END_STATE(); case 521: - if (lookahead == 'w') ADVANCE(699); + if (lookahead == 's') ADVANCE(708); END_STATE(); case 522: - if (lookahead == 'd') ADVANCE(700); - if (lookahead == 'n') ADVANCE(701); + if (lookahead == 'c') ADVANCE(709); END_STATE(); case 523: - if (lookahead == '1') ADVANCE(702); - if (lookahead == '3') ADVANCE(703); - if (lookahead == '6') ADVANCE(704); - if (lookahead == '8') ADVANCE(705); - if (lookahead == '_') ADVANCE(706); - if (lookahead == 'm') ADVANCE(707); - if (lookahead == 'p') ADVANCE(708); + if (lookahead == 'p') ADVANCE(710); END_STATE(); case 524: - if (lookahead == 'n') ADVANCE(709); + if (lookahead == 'a') ADVANCE(711); END_STATE(); case 525: - if (lookahead == 'g') ADVANCE(710); + if (lookahead == 'r') ADVANCE(712); END_STATE(); case 526: - if (lookahead == 'g') ADVANCE(711); + if (lookahead == 'a') ADVANCE(713); END_STATE(); case 527: - if (lookahead == 'u') ADVANCE(712); + if (lookahead == 'e') ADVANCE(714); END_STATE(); case 528: - if (lookahead == 't') ADVANCE(713); + if (lookahead == 'i') ADVANCE(715); END_STATE(); case 529: - if (lookahead == 'r') ADVANCE(714); + if (lookahead == 'i') ADVANCE(716); END_STATE(); case 530: - if (lookahead == 'e') ADVANCE(715); + if (lookahead == 's') ADVANCE(717); END_STATE(); case 531: - if (lookahead == 'T') ADVANCE(716); + if (lookahead == 'r') ADVANCE(718); END_STATE(); case 532: - if (lookahead == 'A') ADVANCE(717); + if (lookahead == 'r') ADVANCE(719); END_STATE(); case 533: - if (lookahead == 'R') ADVANCE(718); + if (lookahead == 't') ADVANCE(720); END_STATE(); case 534: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(719); - if (lookahead == '6') ADVANCE(720); - if (lookahead == 'L') ADVANCE(721); - if (lookahead == '_') ADVANCE(722); + if (lookahead == 'a') ADVANCE(721); END_STATE(); case 535: - ACCEPT_TOKEN(sym_false); + if (lookahead == 'e') ADVANCE(722); END_STATE(); case 536: - if (lookahead == 'L') ADVANCE(176); + if (lookahead == '_') ADVANCE(723); + if (lookahead == 'o') ADVANCE(724); END_STATE(); case 537: - if (lookahead == 'P') ADVANCE(723); + if (lookahead == 'e') ADVANCE(725); END_STATE(); case 538: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'i') ADVANCE(726); END_STATE(); case 539: - if (lookahead == 'A') ADVANCE(724); + if (lookahead == 'c') ADVANCE(727); END_STATE(); case 540: - if (lookahead == 'H') ADVANCE(176); + if (lookahead == 'c') ADVANCE(728); END_STATE(); case 541: - if (lookahead == 'R') ADVANCE(725); + if (lookahead == 'l') ADVANCE(729); END_STATE(); case 542: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == 'L') ADVANCE(726); + ACCEPT_TOKEN(sym_this); END_STATE(); case 543: - if (lookahead == 'O') ADVANCE(727); + if (lookahead == 'w') ADVANCE(730); END_STATE(); case 544: - if (lookahead == 'A') ADVANCE(728); + if (lookahead == 'd') ADVANCE(731); + if (lookahead == 'n') ADVANCE(732); END_STATE(); case 545: - if (lookahead == 'E') ADVANCE(729); + if (lookahead == '1') ADVANCE(733); + if (lookahead == '3') ADVANCE(734); + if (lookahead == '6') ADVANCE(735); + if (lookahead == '8') ADVANCE(736); + if (lookahead == '_') ADVANCE(737); + if (lookahead == 'm') ADVANCE(738); + if (lookahead == 'p') ADVANCE(739); END_STATE(); case 546: - if (lookahead == 'B') ADVANCE(730); + if (lookahead == 'n') ADVANCE(740); END_STATE(); case 547: - if (lookahead == 'A') ADVANCE(731); + if (lookahead == 'g') ADVANCE(741); END_STATE(); case 548: - if (lookahead == 'A') ADVANCE(732); + if (lookahead == 'g') ADVANCE(742); END_STATE(); case 549: - if (lookahead == 'L') ADVANCE(176); + if (lookahead == 'u') ADVANCE(743); END_STATE(); case 550: - if (lookahead == 'F') ADVANCE(733); + if (lookahead == 't') ADVANCE(744); END_STATE(); case 551: - if (lookahead == 'L') ADVANCE(734); + if (lookahead == 'r') ADVANCE(745); END_STATE(); case 552: - if (lookahead == 'T') ADVANCE(735); + if (lookahead == 'e') ADVANCE(746); END_STATE(); case 553: - if (lookahead == 'T') ADVANCE(736); + if (lookahead == 'T') ADVANCE(747); END_STATE(); case 554: - if (lookahead == 'L') ADVANCE(737); + if (lookahead == 'A') ADVANCE(748); END_STATE(); case 555: - if (lookahead == 'T') ADVANCE(738); + if (lookahead == '_') ADVANCE(749); END_STATE(); case 556: - if (lookahead == 'T') ADVANCE(739); + if (lookahead == 'R') ADVANCE(750); END_STATE(); case 557: - if (lookahead == 'D') ADVANCE(176); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(751); + if (lookahead == '6') ADVANCE(752); + if (lookahead == 'L') ADVANCE(753); + if (lookahead == '_') ADVANCE(754); END_STATE(); case 558: - if (lookahead == 'E') ADVANCE(176); + ACCEPT_TOKEN(sym_false); END_STATE(); case 559: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'R') ADVANCE(755); END_STATE(); case 560: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'L') ADVANCE(184); END_STATE(); case 561: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'P') ADVANCE(756); END_STATE(); case 562: - if (lookahead == 'O') ADVANCE(740); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 563: - if (lookahead == 'P') ADVANCE(741); + if (lookahead == 'A') ADVANCE(757); END_STATE(); case 564: - if (lookahead == 'M') ADVANCE(176); + if (lookahead == 'H') ADVANCE(184); END_STATE(); case 565: - if (lookahead == 'L') ADVANCE(176); + if (lookahead == 'R') ADVANCE(758); END_STATE(); case 566: - if (lookahead == 'E') ADVANCE(176); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == 'L') ADVANCE(759); END_STATE(); case 567: - if (lookahead == 'O') ADVANCE(742); + if (lookahead == 'O') ADVANCE(760); END_STATE(); case 568: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'A') ADVANCE(761); END_STATE(); case 569: - if (lookahead == 'I') ADVANCE(743); + if (lookahead == 'E') ADVANCE(762); END_STATE(); case 570: - if (lookahead == 'T') ADVANCE(744); + if (lookahead == 'B') ADVANCE(763); END_STATE(); case 571: - if (lookahead == 'R') ADVANCE(745); + if (lookahead == 'A') ADVANCE(764); END_STATE(); case 572: - if (lookahead == 'D') ADVANCE(746); + if (lookahead == 'A') ADVANCE(765); END_STATE(); case 573: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'L') ADVANCE(184); END_STATE(); case 574: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'F') ADVANCE(766); END_STATE(); case 575: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'L') ADVANCE(767); END_STATE(); case 576: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'T') ADVANCE(768); END_STATE(); case 577: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'T') ADVANCE(769); END_STATE(); case 578: - if (lookahead == 'L') ADVANCE(747); + if (lookahead == 'L') ADVANCE(770); END_STATE(); case 579: - if (lookahead == 'L') ADVANCE(748); - if (lookahead == 'S') ADVANCE(749); + if (lookahead == 'T') ADVANCE(771); END_STATE(); case 580: - if (lookahead == 'A') ADVANCE(750); - if (lookahead == 'O') ADVANCE(751); + if (lookahead == 'R') ADVANCE(772); END_STATE(); case 581: - if (lookahead == 'E') ADVANCE(752); + if (lookahead == 'T') ADVANCE(773); END_STATE(); case 582: - if (lookahead == 'A') ADVANCE(753); - if (lookahead == 'O') ADVANCE(754); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 583: - if (lookahead == 'A') ADVANCE(755); - if (lookahead == 'E') ADVANCE(756); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 584: - if (lookahead == 'M') ADVANCE(757); - if (lookahead == 'N') ADVANCE(758); - if (lookahead == 'S') ADVANCE(759); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 585: - if (lookahead == 'A') ADVANCE(760); - if (lookahead == 'U') ADVANCE(761); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 586: - if (lookahead == 'E') ADVANCE(762); - if (lookahead == 'O') ADVANCE(763); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 587: - if (lookahead == 'N') ADVANCE(764); - if (lookahead == 'W') ADVANCE(765); + if (lookahead == 'O') ADVANCE(774); END_STATE(); case 588: - if (lookahead == 'O') ADVANCE(766); - if (lookahead == 'R') ADVANCE(767); - if (lookahead == 'U') ADVANCE(768); + if (lookahead == 'P') ADVANCE(775); END_STATE(); case 589: - if (lookahead == 'A') ADVANCE(769); - if (lookahead == 'E') ADVANCE(770); + if (lookahead == 'M') ADVANCE(184); END_STATE(); case 590: - if (lookahead == 'T') ADVANCE(771); + if (lookahead == 'L') ADVANCE(184); END_STATE(); case 591: - if (lookahead == 'E') ADVANCE(772); - if (lookahead == 'R') ADVANCE(773); - if (lookahead == 'S') ADVANCE(774); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 592: - if (lookahead == 'N') ADVANCE(775); + if (lookahead == 'O') ADVANCE(776); END_STATE(); case 593: - if (lookahead == 'P') ADVANCE(776); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 594: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == 'E') ADVANCE(777); + if (lookahead == 'I') ADVANCE(777); END_STATE(); case 595: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'T') ADVANCE(778); END_STATE(); case 596: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'R') ADVANCE(779); END_STATE(); case 597: - if (lookahead == 'D') ADVANCE(778); + if (lookahead == 'D') ADVANCE(780); END_STATE(); case 598: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 599: - if (lookahead == '_') ADVANCE(779); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 600: - if (lookahead == 'L') ADVANCE(780); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 601: - if (lookahead == '6') ADVANCE(176); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 602: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 603: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'L') ADVANCE(781); END_STATE(); case 604: - if (lookahead == 'P') ADVANCE(781); + if (lookahead == 'Y') ADVANCE(782); END_STATE(); case 605: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(782); - if (lookahead == '6') ADVANCE(783); - if (lookahead == 'L') ADVANCE(784); + if (lookahead == 'L') ADVANCE(783); + if (lookahead == 'S') ADVANCE(784); END_STATE(); case 606: - if (lookahead == 'E') ADVANCE(785); + if (lookahead == 'A') ADVANCE(785); + if (lookahead == 'O') ADVANCE(786); END_STATE(); case 607: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'E') ADVANCE(787); END_STATE(); case 608: - if (lookahead == '_') ADVANCE(786); + if (lookahead == 'A') ADVANCE(788); + if (lookahead == 'O') ADVANCE(789); END_STATE(); case 609: - if (lookahead == 'E') ADVANCE(787); + if (lookahead == 'A') ADVANCE(790); + if (lookahead == 'E') ADVANCE(791); END_STATE(); case 610: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'M') ADVANCE(792); + if (lookahead == 'N') ADVANCE(793); + if (lookahead == 'S') ADVANCE(794); END_STATE(); case 611: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'A') ADVANCE(795); + if (lookahead == 'U') ADVANCE(796); END_STATE(); case 612: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'E') ADVANCE(797); + if (lookahead == 'O') ADVANCE(798); END_STATE(); case 613: - if (lookahead == 'F') ADVANCE(788); + if (lookahead == 'N') ADVANCE(799); + if (lookahead == 'W') ADVANCE(800); END_STATE(); case 614: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(789); - if (lookahead == '3') ADVANCE(790); - if (lookahead == '6') ADVANCE(791); - if (lookahead == '8') ADVANCE(176); - if (lookahead == '_') ADVANCE(792); + if (lookahead == 'O') ADVANCE(801); + if (lookahead == 'R') ADVANCE(802); + if (lookahead == 'U') ADVANCE(803); END_STATE(); case 615: - if (lookahead == 'G') ADVANCE(793); + if (lookahead == 'A') ADVANCE(804); + if (lookahead == 'E') ADVANCE(805); END_STATE(); case 616: - if (lookahead == 'R') ADVANCE(794); + if (lookahead == 'T') ADVANCE(806); END_STATE(); case 617: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'E') ADVANCE(807); + if (lookahead == 'R') ADVANCE(808); + if (lookahead == 'S') ADVANCE(809); END_STATE(); case 618: - if (lookahead == 'N') ADVANCE(795); + if (lookahead == 'N') ADVANCE(810); END_STATE(); case 619: - if (lookahead == 'C') ADVANCE(796); + if (lookahead == 'P') ADVANCE(811); END_STATE(); case 620: - if (lookahead == 'C') ADVANCE(797); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == 'E') ADVANCE(812); END_STATE(); case 621: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 622: - if (lookahead == '_') ADVANCE(798); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 623: - if (lookahead == '_') ADVANCE(799); + if (lookahead == 'D') ADVANCE(813); END_STATE(); case 624: - if (lookahead == '6') ADVANCE(176); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 625: - if (lookahead == '2') ADVANCE(176); + if (lookahead == '_') ADVANCE(814); END_STATE(); case 626: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'L') ADVANCE(815); END_STATE(); case 627: - if (lookahead == 'P') ADVANCE(800); + if (lookahead == '6') ADVANCE(184); END_STATE(); case 628: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(801); - if (lookahead == '6') ADVANCE(802); - if (lookahead == 'L') ADVANCE(803); - if (lookahead == '_') ADVANCE(804); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 629: - if (lookahead == 'D') ADVANCE(805); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 630: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'P') ADVANCE(816); END_STATE(); case 631: - if (lookahead == 'M') ADVANCE(176); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(817); + if (lookahead == '6') ADVANCE(818); + if (lookahead == 'L') ADVANCE(819); END_STATE(); case 632: - if (lookahead == 'i') ADVANCE(806); + if (lookahead == 'E') ADVANCE(820); END_STATE(); case 633: - if (lookahead == 'r') ADVANCE(807); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 634: - if (lookahead == 'e') ADVANCE(808); + if (lookahead == '_') ADVANCE(821); END_STATE(); case 635: - if (lookahead == 'c') ADVANCE(809); + if (lookahead == 'E') ADVANCE(822); END_STATE(); case 636: - if (lookahead == 'c') ADVANCE(810); + if (lookahead == 'T') ADVANCE(823); END_STATE(); case 637: - if (lookahead == 'l') ADVANCE(811); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 638: - if (lookahead == 't') ADVANCE(812); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 639: - if (lookahead == 't') ADVANCE(813); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 640: - if (lookahead == 'r') ADVANCE(814); + if (lookahead == 'F') ADVANCE(824); END_STATE(); case 641: - if (lookahead == 'c') ADVANCE(815); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(825); + if (lookahead == '3') ADVANCE(826); + if (lookahead == '6') ADVANCE(827); + if (lookahead == '8') ADVANCE(184); + if (lookahead == '_') ADVANCE(828); END_STATE(); case 642: - if (lookahead == 's') ADVANCE(816); + if (lookahead == 'G') ADVANCE(829); END_STATE(); case 643: - if (lookahead == 'l') ADVANCE(817); + if (lookahead == 'R') ADVANCE(830); END_STATE(); case 644: - if (lookahead == 'r') ADVANCE(818); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 645: - if (lookahead == 't') ADVANCE(819); + if (lookahead == 'T') ADVANCE(831); END_STATE(); case 646: - if (lookahead == 'i') ADVANCE(820); + if (lookahead == 'Y') ADVANCE(832); END_STATE(); case 647: - ACCEPT_TOKEN(anon_sym_break); + if (lookahead == 'R') ADVANCE(833); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_catch); + if (lookahead == 'N') ADVANCE(834); END_STATE(); case 649: - if (lookahead == '6') ADVANCE(821); + if (lookahead == 'C') ADVANCE(835); END_STATE(); case 650: - if (lookahead == '2') ADVANCE(822); + if (lookahead == 'R') ADVANCE(836); END_STATE(); case 651: - if (lookahead == '4') ADVANCE(823); + if (lookahead == 'C') ADVANCE(837); END_STATE(); case 652: - if (lookahead == '_') ADVANCE(824); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 653: - if (lookahead == 't') ADVANCE(825); + if (lookahead == '_') ADVANCE(838); END_STATE(); case 654: - ACCEPT_TOKEN(anon_sym_class); + if (lookahead == '_') ADVANCE(839); END_STATE(); case 655: - ACCEPT_TOKEN(anon_sym_const); - if (lookahead == 'e') ADVANCE(826); + if (lookahead == '6') ADVANCE(184); END_STATE(); case 656: - if (lookahead == 'n') ADVANCE(827); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 657: - if (lookahead == 'y') ADVANCE(828); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 658: - if (lookahead == 'l') ADVANCE(829); + if (lookahead == 'P') ADVANCE(840); END_STATE(); case 659: - if (lookahead == 'e') ADVANCE(830); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(841); + if (lookahead == '6') ADVANCE(842); + if (lookahead == 'L') ADVANCE(843); + if (lookahead == '_') ADVANCE(844); END_STATE(); case 660: - if (lookahead == 'e') ADVANCE(831); + if (lookahead == 'D') ADVANCE(845); END_STATE(); case 661: - if (lookahead == 'e') ADVANCE(176); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 662: - if (lookahead == 'c') ADVANCE(832); + if (lookahead == 'M') ADVANCE(184); END_STATE(); case 663: - if (lookahead == 'n') ADVANCE(833); + if (lookahead == 'i') ADVANCE(846); END_STATE(); case 664: - ACCEPT_TOKEN(anon_sym_final); + if (lookahead == 'r') ADVANCE(847); END_STATE(); case 665: - if (lookahead == 'd') ADVANCE(834); + if (lookahead == 'e') ADVANCE(848); END_STATE(); case 666: - if (lookahead == 'e') ADVANCE(835); + if (lookahead == 'c') ADVANCE(849); END_STATE(); case 667: - if (lookahead == '_') ADVANCE(836); + if (lookahead == 'c') ADVANCE(850); END_STATE(); case 668: - if (lookahead == '_') ADVANCE(837); + if (lookahead == 'l') ADVANCE(851); END_STATE(); case 669: - if (lookahead == '_') ADVANCE(838); + if (lookahead == 't') ADVANCE(852); END_STATE(); case 670: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 't') ADVANCE(853); END_STATE(); case 671: - if (lookahead == 'a') ADVANCE(839); + if (lookahead == 'r') ADVANCE(854); END_STATE(); case 672: - if (lookahead == 'e') ADVANCE(840); + if (lookahead == 'c') ADVANCE(855); END_STATE(); case 673: - if (lookahead == 'x') ADVANCE(841); + if (lookahead == 's') ADVANCE(856); END_STATE(); case 674: - if (lookahead == 'r') ADVANCE(842); + if (lookahead == 'l') ADVANCE(857); END_STATE(); case 675: - if (lookahead == 'l') ADVANCE(843); + if (lookahead == 'r') ADVANCE(858); END_STATE(); case 676: - if (lookahead == 'l') ADVANCE(844); + if (lookahead == 't') ADVANCE(859); END_STATE(); case 677: - if (lookahead == 'p') ADVANCE(845); + if (lookahead == 'i') ADVANCE(860); END_STATE(); case 678: - if (lookahead == 'e') ADVANCE(846); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 679: - if (lookahead == 't') ADVANCE(847); + ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 680: - if (lookahead == 't') ADVANCE(848); + if (lookahead == '6') ADVANCE(861); END_STATE(); case 681: - if (lookahead == 'i') ADVANCE(849); + if (lookahead == '2') ADVANCE(862); END_STATE(); case 682: - if (lookahead == 't') ADVANCE(850); + if (lookahead == '4') ADVANCE(863); END_STATE(); case 683: - if (lookahead == 'c') ADVANCE(851); + if (lookahead == '_') ADVANCE(864); END_STATE(); case 684: - if (lookahead == 'f') ADVANCE(852); + if (lookahead == 't') ADVANCE(865); END_STATE(); case 685: - if (lookahead == 'c') ADVANCE(853); + ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 686: - if (lookahead == 't') ADVANCE(854); + ACCEPT_TOKEN(anon_sym_const); + if (lookahead == 'e') ADVANCE(866); END_STATE(); case 687: - if (lookahead == 'i') ADVANCE(855); + if (lookahead == 'n') ADVANCE(867); END_STATE(); case 688: - if (lookahead == 'n') ADVANCE(856); + if (lookahead == 'y') ADVANCE(868); END_STATE(); case 689: - ACCEPT_TOKEN(anon_sym_short); + if (lookahead == 'l') ADVANCE(869); END_STATE(); case 690: - if (lookahead == 't') ADVANCE(857); + if (lookahead == 'e') ADVANCE(870); END_STATE(); case 691: - if (lookahead == 'd') ADVANCE(858); + if (lookahead == 'e') ADVANCE(871); END_STATE(); case 692: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'e') ADVANCE(184); END_STATE(); case 693: - if (lookahead == 'f') ADVANCE(859); + if (lookahead == 'c') ADVANCE(872); END_STATE(); case 694: - if (lookahead == '_') ADVANCE(860); + if (lookahead == 'n') ADVANCE(873); END_STATE(); case 695: - if (lookahead == 'c') ADVANCE(861); + ACCEPT_TOKEN(anon_sym_final); END_STATE(); case 696: - if (lookahead == 't') ADVANCE(862); + if (lookahead == 'd') ADVANCE(874); END_STATE(); case 697: - if (lookahead == 'h') ADVANCE(863); + if (lookahead == 'e') ADVANCE(875); END_STATE(); case 698: - if (lookahead == 'a') ADVANCE(864); + if (lookahead == '_') ADVANCE(876); END_STATE(); case 699: - ACCEPT_TOKEN(anon_sym_throw); + if (lookahead == '_') ADVANCE(877); END_STATE(); case 700: - if (lookahead == 'e') ADVANCE(865); + if (lookahead == '_') ADVANCE(878); END_STATE(); case 701: - if (lookahead == 'a') ADVANCE(866); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 702: - if (lookahead == '6') ADVANCE(867); + if (lookahead == 'a') ADVANCE(879); END_STATE(); case 703: - if (lookahead == '2') ADVANCE(868); + if (lookahead == 'e') ADVANCE(880); END_STATE(); case 704: - if (lookahead == '4') ADVANCE(869); + if (lookahead == 'x') ADVANCE(881); END_STATE(); case 705: - if (lookahead == '_') ADVANCE(870); + if (lookahead == 'r') ADVANCE(882); END_STATE(); case 706: - if (lookahead == 'f') ADVANCE(871); - if (lookahead == 'l') ADVANCE(872); + if (lookahead == 'l') ADVANCE(883); END_STATE(); case 707: - if (lookahead == 'a') ADVANCE(873); + if (lookahead == 'l') ADVANCE(884); END_STATE(); case 708: - if (lookahead == 't') ADVANCE(874); + if (lookahead == 'p') ADVANCE(885); END_STATE(); case 709: - ACCEPT_TOKEN(anon_sym_union); + if (lookahead == 'e') ADVANCE(886); END_STATE(); case 710: - if (lookahead == 'n') ADVANCE(875); + if (lookahead == 't') ADVANCE(887); END_STATE(); case 711: - ACCEPT_TOKEN(anon_sym_using); + if (lookahead == 't') ADVANCE(888); END_STATE(); case 712: - if (lookahead == 'a') ADVANCE(876); + if (lookahead == 'i') ADVANCE(889); END_STATE(); case 713: - if (lookahead == 'i') ADVANCE(877); + if (lookahead == 't') ADVANCE(890); END_STATE(); case 714: - if (lookahead == '_') ADVANCE(878); + if (lookahead == 'c') ADVANCE(891); END_STATE(); case 715: - ACCEPT_TOKEN(anon_sym_while); + if (lookahead == 'f') ADVANCE(892); END_STATE(); case 716: - if (lookahead == 'R') ADVANCE(879); + if (lookahead == 'c') ADVANCE(893); END_STATE(); case 717: - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 't') ADVANCE(894); END_STATE(); case 718: - if (lookahead == 'E') ADVANCE(880); + if (lookahead == 'i') ADVANCE(895); END_STATE(); case 719: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'n') ADVANCE(896); END_STATE(); case 720: - if (lookahead == '4') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_short); END_STATE(); case 721: - if (lookahead == 'O') ADVANCE(881); + if (lookahead == 't') ADVANCE(897); END_STATE(); case 722: - if (lookahead == 'P') ADVANCE(882); + if (lookahead == 'd') ADVANCE(898); END_STATE(); case 723: - if (lookahead == 'T') ADVANCE(883); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 724: - if (lookahead == 'P') ADVANCE(176); + if (lookahead == 'f') ADVANCE(899); END_STATE(); case 725: - if (lookahead == 'S') ADVANCE(884); + if (lookahead == '_') ADVANCE(900); END_STATE(); case 726: - if (lookahead == 'I') ADVANCE(885); + if (lookahead == 'c') ADVANCE(901); END_STATE(); case 727: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 't') ADVANCE(902); END_STATE(); case 728: - if (lookahead == 'T') ADVANCE(886); + if (lookahead == 'h') ADVANCE(903); END_STATE(); case 729: - if (lookahead == 'T') ADVANCE(887); + if (lookahead == 'a') ADVANCE(904); END_STATE(); case 730: - if (lookahead == 'J') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 731: - if (lookahead == 'L') ADVANCE(176); + if (lookahead == 'e') ADVANCE(905); END_STATE(); case 732: - if (lookahead == 'N') ADVANCE(888); + if (lookahead == 'a') ADVANCE(906); END_STATE(); case 733: - if (lookahead == 'I') ADVANCE(889); + if (lookahead == '6') ADVANCE(907); END_STATE(); case 734: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == '2') ADVANCE(908); END_STATE(); case 735: - if (lookahead == 'O') ADVANCE(890); + if (lookahead == '4') ADVANCE(909); END_STATE(); case 736: - if (lookahead == 'T') ADVANCE(891); + if (lookahead == '_') ADVANCE(910); END_STATE(); case 737: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'f') ADVANCE(911); + if (lookahead == 'l') ADVANCE(912); END_STATE(); case 738: - if (lookahead == 'A') ADVANCE(176); + if (lookahead == 'a') ADVANCE(913); END_STATE(); case 739: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 't') ADVANCE(914); END_STATE(); case 740: - if (lookahead == 'N') ADVANCE(892); + ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 741: - if (lookahead == 'T') ADVANCE(893); + if (lookahead == 'n') ADVANCE(915); END_STATE(); case 742: - if (lookahead == 'R') ADVANCE(894); + ACCEPT_TOKEN(anon_sym_using); END_STATE(); case 743: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'a') ADVANCE(916); END_STATE(); case 744: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'i') ADVANCE(917); END_STATE(); case 745: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == '_') ADVANCE(918); END_STATE(); case 746: - if (lookahead == 'L') ADVANCE(895); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 747: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'R') ADVANCE(919); END_STATE(); case 748: - if (lookahead == 'L') ADVANCE(896); - if (lookahead == 'W') ADVANCE(897); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 749: - if (lookahead == 'A') ADVANCE(898); + if (lookahead == 'T') ADVANCE(920); END_STATE(); case 750: - if (lookahead == 'N') ADVANCE(899); + if (lookahead == 'E') ADVANCE(921); END_STATE(); case 751: - if (lookahead == 'L') ADVANCE(900); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 752: - if (lookahead == 'C') ADVANCE(901); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 753: - if (lookahead == 'L') ADVANCE(902); + if (lookahead == 'O') ADVANCE(922); END_STATE(); case 754: - if (lookahead == 'R') ADVANCE(903); + if (lookahead == 'P') ADVANCE(923); END_STATE(); case 755: - if (lookahead == 'V') ADVANCE(904); + if (lookahead == 'D') ADVANCE(924); END_STATE(); case 756: - if (lookahead == 'A') ADVANCE(905); + if (lookahead == 'T') ADVANCE(925); END_STATE(); case 757: - if (lookahead == 'P') ADVANCE(906); + if (lookahead == 'P') ADVANCE(184); END_STATE(); case 758: - if (lookahead == 'H') ADVANCE(907); - if (lookahead == 'I') ADVANCE(908); + if (lookahead == 'S') ADVANCE(926); END_STATE(); case 759: - if (lookahead == '_') ADVANCE(909); + if (lookahead == 'I') ADVANCE(927); END_STATE(); case 760: - if (lookahead == 'Y') ADVANCE(910); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 761: - if (lookahead == 'S') ADVANCE(911); + if (lookahead == 'T') ADVANCE(928); END_STATE(); case 762: - if (lookahead == 'E') ADVANCE(912); - if (lookahead == 'V') ADVANCE(913); + if (lookahead == 'T') ADVANCE(929); END_STATE(); case 763: - if (lookahead == 'N') ADVANCE(914); - if (lookahead == 'R') ADVANCE(915); - if (lookahead == '_') ADVANCE(916); + if (lookahead == 'J') ADVANCE(184); END_STATE(); case 764: - if (lookahead == 'L') ADVANCE(917); + if (lookahead == 'L') ADVANCE(184); END_STATE(); case 765: - if (lookahead == 'N') ADVANCE(918); + if (lookahead == 'N') ADVANCE(930); END_STATE(); case 766: - if (lookahead == 'P') ADVANCE(919); + if (lookahead == 'I') ADVANCE(931); END_STATE(); case 767: - if (lookahead == 'E') ADVANCE(920); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 768: - if (lookahead == 'S') ADVANCE(921); + if (lookahead == 'O') ADVANCE(932); END_STATE(); case 769: - if (lookahead == 'I') ADVANCE(922); + if (lookahead == 'T') ADVANCE(933); END_STATE(); case 770: - if (lookahead == 'Q') ADVANCE(923); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 771: - if (lookahead == 'A') ADVANCE(924); + if (lookahead == 'A') ADVANCE(184); END_STATE(); case 772: - if (lookahead == 'M') ADVANCE(925); + if (lookahead == 'Y') ADVANCE(934); END_STATE(); case 773: - if (lookahead == 'I') ADVANCE(926); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 774: - if (lookahead == 'A') ADVANCE(927); + if (lookahead == 'N') ADVANCE(935); END_STATE(); case 775: - if (lookahead == 'S') ADVANCE(928); + if (lookahead == 'T') ADVANCE(936); END_STATE(); case 776: - if (lookahead == 'C') ADVANCE(929); + if (lookahead == 'R') ADVANCE(937); END_STATE(); case 777: - if (lookahead == 'A') ADVANCE(930); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 778: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(931); - if (lookahead == '6') ADVANCE(932); - if (lookahead == 'L') ADVANCE(933); - if (lookahead == '_') ADVANCE(934); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 779: - if (lookahead == 'P') ADVANCE(935); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 780: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'L') ADVANCE(938); END_STATE(); case 781: - if (lookahead == 'T') ADVANCE(936); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 782: - if (lookahead == '2') ADVANCE(176); + if (lookahead == '_') ADVANCE(939); END_STATE(); case 783: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'L') ADVANCE(940); + if (lookahead == 'W') ADVANCE(941); END_STATE(); case 784: - if (lookahead == 'O') ADVANCE(937); + if (lookahead == 'A') ADVANCE(942); END_STATE(); case 785: - if (lookahead == 'R') ADVANCE(938); + if (lookahead == 'N') ADVANCE(943); END_STATE(); case 786: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'L') ADVANCE(944); END_STATE(); case 787: - if (lookahead == '_') ADVANCE(939); + if (lookahead == 'C') ADVANCE(945); END_STATE(); case 788: - if (lookahead == '_') ADVANCE(940); + if (lookahead == 'L') ADVANCE(946); END_STATE(); case 789: - if (lookahead == '6') ADVANCE(176); + if (lookahead == 'R') ADVANCE(947); END_STATE(); case 790: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'V') ADVANCE(948); END_STATE(); case 791: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'A') ADVANCE(949); END_STATE(); case 792: - if (lookahead == 'P') ADVANCE(941); + if (lookahead == 'P') ADVANCE(950); END_STATE(); case 793: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(942); - if (lookahead == '6') ADVANCE(943); - if (lookahead == 'L') ADVANCE(944); + if (lookahead == 'H') ADVANCE(951); + if (lookahead == 'I') ADVANCE(952); END_STATE(); case 794: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == '_') ADVANCE(953); END_STATE(); case 795: - if (lookahead == 'D') ADVANCE(945); + if (lookahead == 'Y') ADVANCE(954); END_STATE(); case 796: - if (lookahead == 'K') ADVANCE(176); + if (lookahead == 'S') ADVANCE(955); END_STATE(); case 797: - if (lookahead == 'E') ADVANCE(946); + if (lookahead == 'E') ADVANCE(956); + if (lookahead == 'V') ADVANCE(957); END_STATE(); case 798: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'N') ADVANCE(958); + if (lookahead == 'R') ADVANCE(959); + if (lookahead == '_') ADVANCE(960); END_STATE(); case 799: - if (lookahead == 'P') ADVANCE(947); + if (lookahead == 'L') ADVANCE(961); END_STATE(); case 800: - if (lookahead == 'T') ADVANCE(948); + if (lookahead == 'N') ADVANCE(962); END_STATE(); case 801: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'P') ADVANCE(963); END_STATE(); case 802: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'E') ADVANCE(964); END_STATE(); case 803: - if (lookahead == 'O') ADVANCE(949); + if (lookahead == 'S') ADVANCE(965); END_STATE(); case 804: - if (lookahead == 'P') ADVANCE(950); + if (lookahead == 'I') ADVANCE(966); END_STATE(); case 805: - if (lookahead == 'E') ADVANCE(951); + if (lookahead == 'Q') ADVANCE(967); END_STATE(); case 806: - if (lookahead == 'c') ADVANCE(952); + if (lookahead == 'A') ADVANCE(968); END_STATE(); case 807: - if (lookahead == 'i') ADVANCE(953); + if (lookahead == 'M') ADVANCE(969); END_STATE(); case 808: - if (lookahead == 'd') ADVANCE(954); + if (lookahead == 'I') ADVANCE(970); END_STATE(); case 809: - if (lookahead == 'l') ADVANCE(955); + if (lookahead == 'A') ADVANCE(971); END_STATE(); case 810: - if (lookahead == 'a') ADVANCE(956); + if (lookahead == 'S') ADVANCE(972); END_STATE(); case 811: - if (lookahead == 's') ADVANCE(957); + if (lookahead == 'C') ADVANCE(973); END_STATE(); case 812: - if (lookahead == 'c') ADVANCE(958); + if (lookahead == 'A') ADVANCE(974); END_STATE(); case 813: - if (lookahead == 'r') ADVANCE(959); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(975); + if (lookahead == '6') ADVANCE(976); + if (lookahead == 'L') ADVANCE(977); + if (lookahead == '_') ADVANCE(978); END_STATE(); case 814: - ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); + if (lookahead == 'P') ADVANCE(979); END_STATE(); case 815: - if (lookahead == 'a') ADVANCE(960); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 816: - if (lookahead == 'c') ADVANCE(961); + if (lookahead == 'T') ADVANCE(980); END_STATE(); case 817: - if (lookahead == 'i') ADVANCE(962); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 818: - ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 819: - if (lookahead == 'o') ADVANCE(963); + if (lookahead == 'O') ADVANCE(981); END_STATE(); case 820: - if (lookahead == 'g') ADVANCE(964); + if (lookahead == 'R') ADVANCE(982); END_STATE(); case 821: - if (lookahead == '_') ADVANCE(965); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 822: - if (lookahead == '_') ADVANCE(966); + if (lookahead == '_') ADVANCE(983); END_STATE(); case 823: - if (lookahead == '_') ADVANCE(967); + ACCEPT_TOKEN(anon_sym_PS_GET); + if (lookahead == '_') ADVANCE(984); END_STATE(); case 824: - if (lookahead == 't') ADVANCE(176); + if (lookahead == '_') ADVANCE(985); END_STATE(); case 825: - if (lookahead == 'r') ADVANCE(968); + if (lookahead == '6') ADVANCE(184); END_STATE(); case 826: - if (lookahead == 'x') ADVANCE(969); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 827: - if (lookahead == 'u') ADVANCE(970); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 828: - if (lookahead == 'p') ADVANCE(971); + if (lookahead == 'P') ADVANCE(986); END_STATE(); case 829: - if (lookahead == 't') ADVANCE(972); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '3') ADVANCE(987); + if (lookahead == '6') ADVANCE(988); + if (lookahead == 'L') ADVANCE(989); END_STATE(); case 830: - if (lookahead == 'd') ADVANCE(973); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 831: - ACCEPT_TOKEN(anon_sym_delete); + if (lookahead == 'E') ADVANCE(990); END_STATE(); case 832: - if (lookahead == 'i') ADVANCE(974); + if (lookahead == '_') ADVANCE(991); END_STATE(); case 833: - ACCEPT_TOKEN(anon_sym_extern); + if (lookahead == 'N') ADVANCE(992); END_STATE(); case 834: - ACCEPT_TOKEN(anon_sym_friend); + if (lookahead == 'D') ADVANCE(993); END_STATE(); case 835: - ACCEPT_TOKEN(anon_sym_inline); + if (lookahead == 'K') ADVANCE(184); END_STATE(); case 836: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'Y') ADVANCE(994); END_STATE(); case 837: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'E') ADVANCE(995); END_STATE(); case 838: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 839: - if (lookahead == 's') ADVANCE(975); + if (lookahead == 'P') ADVANCE(996); END_STATE(); case 840: - if (lookahead == 'a') ADVANCE(976); + if (lookahead == 'T') ADVANCE(997); END_STATE(); case 841: - if (lookahead == '_') ADVANCE(977); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 842: - if (lookahead == '_') ADVANCE(978); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 843: - if (lookahead == 'i') ADVANCE(979); + if (lookahead == 'O') ADVANCE(998); END_STATE(); case 844: - if (lookahead == 'e') ADVANCE(980); + if (lookahead == 'P') ADVANCE(999); END_STATE(); case 845: - if (lookahead == 'a') ADVANCE(981); + if (lookahead == 'E') ADVANCE(1000); END_STATE(); case 846: - if (lookahead == 'p') ADVANCE(982); + if (lookahead == 'c') ADVANCE(1001); END_STATE(); case 847: - if (lookahead == 'r') ADVANCE(983); + if (lookahead == 'i') ADVANCE(1002); END_STATE(); case 848: - if (lookahead == 'o') ADVANCE(984); + if (lookahead == 'd') ADVANCE(1003); END_STATE(); case 849: - if (lookahead == 'd') ADVANCE(985); + if (lookahead == 'l') ADVANCE(1004); END_STATE(); case 850: - if (lookahead == 'e') ADVANCE(986); + if (lookahead == 'a') ADVANCE(1005); END_STATE(); case 851: - if (lookahead == 't') ADVANCE(987); + if (lookahead == 's') ADVANCE(1006); END_STATE(); case 852: - if (lookahead == 'f') ADVANCE(988); + if (lookahead == 'c') ADVANCE(1007); END_STATE(); case 853: - ACCEPT_TOKEN(anon_sym_public); + if (lookahead == 'r') ADVANCE(1008); END_STATE(); case 854: - if (lookahead == 'e') ADVANCE(989); + ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); END_STATE(); case 855: - if (lookahead == 'c') ADVANCE(990); + if (lookahead == 'a') ADVANCE(1009); END_STATE(); case 856: - ACCEPT_TOKEN(anon_sym_return); + if (lookahead == 'c') ADVANCE(1010); END_STATE(); case 857: - if (lookahead == 'o') ADVANCE(991); + if (lookahead == 'i') ADVANCE(1011); END_STATE(); case 858: - ACCEPT_TOKEN(anon_sym_signed); + ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); END_STATE(); case 859: - ACCEPT_TOKEN(anon_sym_sizeof); + if (lookahead == 'o') ADVANCE(1012); END_STATE(); case 860: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'g') ADVANCE(1013); END_STATE(); case 861: - ACCEPT_TOKEN(anon_sym_static); - if (lookahead == '_') ADVANCE(992); + if (lookahead == '_') ADVANCE(1014); END_STATE(); case 862: - ACCEPT_TOKEN(anon_sym_struct); + if (lookahead == '_') ADVANCE(1015); END_STATE(); case 863: - ACCEPT_TOKEN(anon_sym_switch); + if (lookahead == '_') ADVANCE(1016); END_STATE(); case 864: - if (lookahead == 't') ADVANCE(993); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 865: - if (lookahead == 'f') ADVANCE(994); + if (lookahead == 'r') ADVANCE(1017); END_STATE(); case 866: - if (lookahead == 'm') ADVANCE(995); + if (lookahead == 'x') ADVANCE(1018); END_STATE(); case 867: - if (lookahead == '_') ADVANCE(996); + if (lookahead == 'u') ADVANCE(1019); END_STATE(); case 868: - if (lookahead == '_') ADVANCE(997); + if (lookahead == 'p') ADVANCE(1020); END_STATE(); case 869: - if (lookahead == '_') ADVANCE(998); + if (lookahead == 't') ADVANCE(1021); END_STATE(); case 870: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'd') ADVANCE(1022); END_STATE(); case 871: - if (lookahead == 'a') ADVANCE(999); + ACCEPT_TOKEN(anon_sym_delete); END_STATE(); case 872: - if (lookahead == 'e') ADVANCE(1000); + if (lookahead == 'i') ADVANCE(1023); END_STATE(); case 873: - if (lookahead == 'x') ADVANCE(1001); + ACCEPT_TOKEN(anon_sym_extern); END_STATE(); case 874: - if (lookahead == 'r') ADVANCE(1002); + ACCEPT_TOKEN(anon_sym_friend); END_STATE(); case 875: - if (lookahead == 'e') ADVANCE(1003); + ACCEPT_TOKEN(anon_sym_inline); END_STATE(); case 876: - if (lookahead == 'l') ADVANCE(1004); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 877: - if (lookahead == 'l') ADVANCE(1005); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 878: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 879: - if (lookahead == 'Y') ADVANCE(176); + if (lookahead == 's') ADVANCE(1024); END_STATE(); case 880: - if (lookahead == 'F') ADVANCE(176); + if (lookahead == 'a') ADVANCE(1025); END_STATE(); case 881: - if (lookahead == 'N') ADVANCE(1006); + if (lookahead == '_') ADVANCE(1026); END_STATE(); case 882: - if (lookahead == 'T') ADVANCE(1007); + if (lookahead == '_') ADVANCE(1027); END_STATE(); case 883: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'i') ADVANCE(1028); END_STATE(); case 884: - if (lookahead == 'P') ADVANCE(1008); + if (lookahead == 'e') ADVANCE(1029); END_STATE(); case 885: - if (lookahead == 'S') ADVANCE(1009); + if (lookahead == 'a') ADVANCE(1030); END_STATE(); case 886: - if (lookahead == 'A') ADVANCE(176); + if (lookahead == 'p') ADVANCE(1031); END_STATE(); case 887: - if (lookahead == 'A') ADVANCE(1010); + if (lookahead == 'r') ADVANCE(1032); END_STATE(); case 888: - if (lookahead == 'C') ADVANCE(1011); + if (lookahead == 'o') ADVANCE(1033); END_STATE(); case 889: - if (lookahead == 'L') ADVANCE(1012); + if (lookahead == 'd') ADVANCE(1034); END_STATE(); case 890: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'e') ADVANCE(1035); END_STATE(); case 891: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 't') ADVANCE(1036); END_STATE(); case 892: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'f') ADVANCE(1037); END_STATE(); case 893: - if (lookahead == 'R') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_public); END_STATE(); case 894: - if (lookahead == 'R') ADVANCE(1013); + if (lookahead == 'e') ADVANCE(1038); END_STATE(); case 895: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'c') ADVANCE(1039); END_STATE(); case 896: - if (lookahead == 'O') ADVANCE(1014); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 897: - if (lookahead == 'A') ADVANCE(1015); + if (lookahead == 'o') ADVANCE(1040); END_STATE(); case 898: - if (lookahead == 'N') ADVANCE(1016); + ACCEPT_TOKEN(anon_sym_signed); END_STATE(); case 899: - if (lookahead == '_') ADVANCE(1017); + ACCEPT_TOKEN(anon_sym_sizeof); END_STATE(); case 900: - if (lookahead == 'D') ADVANCE(1018); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 901: - if (lookahead == 'L') ADVANCE(1019); + ACCEPT_TOKEN(anon_sym_static); + if (lookahead == '_') ADVANCE(1041); END_STATE(); case 902: - if (lookahead == 'L') ADVANCE(1020); + ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 903: - if (lookahead == 'M') ADVANCE(1021); + ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 904: - if (lookahead == 'E') ADVANCE(1022); + if (lookahead == 't') ADVANCE(1042); END_STATE(); case 905: - if (lookahead == 'P') ADVANCE(1023); + if (lookahead == 'f') ADVANCE(1043); END_STATE(); case 906: - if (lookahead == 'L') ADVANCE(1024); + if (lookahead == 'm') ADVANCE(1044); END_STATE(); case 907: - if (lookahead == 'E') ADVANCE(1025); + if (lookahead == '_') ADVANCE(1045); END_STATE(); case 908: - if (lookahead == 'T') ADVANCE(1026); + if (lookahead == '_') ADVANCE(1046); END_STATE(); case 909: - if (lookahead == 'C') ADVANCE(1027); - if (lookahead == 'R') ADVANCE(1028); - if (lookahead == 'S') ADVANCE(1029); + if (lookahead == '_') ADVANCE(1047); END_STATE(); case 910: - if (lookahead == 'B') ADVANCE(1030); - if (lookahead == '_') ADVANCE(1031); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 911: - if (lookahead == 'T') ADVANCE(1032); + if (lookahead == 'a') ADVANCE(1048); END_STATE(); case 912: - if (lookahead == 'D') ADVANCE(1033); + if (lookahead == 'e') ADVANCE(1049); END_STATE(); case 913: - if (lookahead == 'E') ADVANCE(1034); + if (lookahead == 'x') ADVANCE(1050); END_STATE(); case 914: - if (lookahead == 'H') ADVANCE(1035); - if (lookahead == 'N') ADVANCE(1036); - if (lookahead == '_') ADVANCE(1037); + if (lookahead == 'r') ADVANCE(1051); END_STATE(); case 915: - if (lookahead == 'E') ADVANCE(1038); + if (lookahead == 'e') ADVANCE(1052); END_STATE(); case 916: - if (lookahead == 'A') ADVANCE(1039); - if (lookahead == 'D') ADVANCE(1040); - if (lookahead == 'S') ADVANCE(1041); + if (lookahead == 'l') ADVANCE(1053); END_STATE(); case 917: - if (lookahead == 'Y') ADVANCE(1042); + if (lookahead == 'l') ADVANCE(1054); END_STATE(); case 918: - if (lookahead == 'I') ADVANCE(1043); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 919: - if (lookahead == '_') ADVANCE(1044); + if (lookahead == 'Y') ADVANCE(184); END_STATE(); case 920: - if (lookahead == 'T') ADVANCE(1045); + if (lookahead == 'R') ADVANCE(1055); END_STATE(); case 921: - if (lookahead == 'H') ADVANCE(1046); + if (lookahead == 'F') ADVANCE(184); END_STATE(); case 922: - if (lookahead == 'I') ADVANCE(1047); + if (lookahead == 'N') ADVANCE(1056); END_STATE(); case 923: - if (lookahead == 'U') ADVANCE(1048); + if (lookahead == 'T') ADVANCE(1057); END_STATE(); case 924: - if (lookahead == 'C') ADVANCE(1049); - if (lookahead == 'T') ADVANCE(1050); + ACCEPT_TOKEN(anon_sym_FORWARD); + if (lookahead == '_') ADVANCE(1058); END_STATE(); case 925: - if (lookahead == 'P') ADVANCE(1051); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 926: - if (lookahead == 'V') ADVANCE(1052); + if (lookahead == 'P') ADVANCE(1059); END_STATE(); case 927: - if (lookahead == 'N') ADVANCE(1053); + if (lookahead == 'S') ADVANCE(1060); END_STATE(); case 928: - if (lookahead == 'A') ADVANCE(1054); + if (lookahead == 'A') ADVANCE(184); END_STATE(); case 929: - if (lookahead == 'O') ADVANCE(1055); + if (lookahead == 'A') ADVANCE(1061); END_STATE(); case 930: - if (lookahead == 'N') ADVANCE(176); + if (lookahead == 'C') ADVANCE(1062); END_STATE(); case 931: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'L') ADVANCE(1063); END_STATE(); case 932: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 933: - if (lookahead == 'O') ADVANCE(1056); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 934: - if (lookahead == 'P') ADVANCE(1057); + if (lookahead == '_') ADVANCE(1064); END_STATE(); case 935: - if (lookahead == 'T') ADVANCE(1058); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 936: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 937: - if (lookahead == 'N') ADVANCE(1059); + if (lookahead == 'R') ADVANCE(1065); END_STATE(); case 938: - if (lookahead == '_') ADVANCE(1060); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 939: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'I') ADVANCE(1066); + if (lookahead == 'U') ADVANCE(1067); END_STATE(); case 940: - if (lookahead == 'P') ADVANCE(1061); + if (lookahead == 'O') ADVANCE(1068); END_STATE(); case 941: - if (lookahead == 'T') ADVANCE(1062); + if (lookahead == 'A') ADVANCE(1069); END_STATE(); case 942: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'N') ADVANCE(1070); END_STATE(); case 943: - if (lookahead == '4') ADVANCE(176); + if (lookahead == '_') ADVANCE(1071); END_STATE(); case 944: - if (lookahead == 'O') ADVANCE(1063); + if (lookahead == 'D') ADVANCE(1072); END_STATE(); case 945: - if (lookahead == 'L') ADVANCE(1064); + if (lookahead == 'L') ADVANCE(1073); END_STATE(); case 946: - if (lookahead == '_') ADVANCE(1065); + if (lookahead == 'L') ADVANCE(1074); END_STATE(); case 947: - if (lookahead == 'T') ADVANCE(1066); + if (lookahead == 'M') ADVANCE(1075); END_STATE(); case 948: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'E') ADVANCE(1076); END_STATE(); case 949: - if (lookahead == 'N') ADVANCE(1067); + if (lookahead == 'P') ADVANCE(1077); END_STATE(); case 950: - if (lookahead == 'T') ADVANCE(1068); + if (lookahead == 'L') ADVANCE(1078); END_STATE(); case 951: - if (lookahead == '_') ADVANCE(1069); + if (lookahead == 'E') ADVANCE(1079); END_STATE(); case 952: - ACCEPT_TOKEN(anon_sym__Atomic); + if (lookahead == 'T') ADVANCE(1080); END_STATE(); case 953: - if (lookahead == 'b') ADVANCE(1070); + if (lookahead == 'C') ADVANCE(1081); + if (lookahead == 'R') ADVANCE(1082); + if (lookahead == 'S') ADVANCE(1083); END_STATE(); case 954: - ACCEPT_TOKEN(anon_sym___based); + if (lookahead == 'B') ADVANCE(1084); + if (lookahead == '_') ADVANCE(1085); END_STATE(); case 955: - ACCEPT_TOKEN(anon_sym___cdecl); + if (lookahead == 'T') ADVANCE(1086); END_STATE(); case 956: - if (lookahead == 'l') ADVANCE(1071); + if (lookahead == 'D') ADVANCE(1087); END_STATE(); case 957: - if (lookahead == 'p') ADVANCE(1072); + if (lookahead == 'E') ADVANCE(1088); END_STATE(); case 958: - if (lookahead == 'a') ADVANCE(1073); + if (lookahead == 'H') ADVANCE(1089); + if (lookahead == 'N') ADVANCE(1090); + if (lookahead == '_') ADVANCE(1091); END_STATE(); case 959: - if (lookahead == 'i') ADVANCE(1074); + if (lookahead == 'E') ADVANCE(1092); END_STATE(); case 960: - if (lookahead == 'l') ADVANCE(1075); + if (lookahead == 'A') ADVANCE(1093); + if (lookahead == 'D') ADVANCE(1094); + if (lookahead == 'S') ADVANCE(1095); END_STATE(); case 961: - if (lookahead == 'a') ADVANCE(1076); + if (lookahead == 'Y') ADVANCE(1096); END_STATE(); case 962: - if (lookahead == 'g') ADVANCE(1077); + if (lookahead == 'I') ADVANCE(1097); END_STATE(); case 963: - if (lookahead == 'r') ADVANCE(1078); + if (lookahead == '_') ADVANCE(1098); END_STATE(); case 964: - if (lookahead == 'n') ADVANCE(1079); + if (lookahead == 'T') ADVANCE(1099); END_STATE(); case 965: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'H') ADVANCE(1100); END_STATE(); case 966: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'I') ADVANCE(1101); END_STATE(); case 967: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'U') ADVANCE(1102); END_STATE(); case 968: - if (lookahead == '_') ADVANCE(1080); + if (lookahead == 'C') ADVANCE(1103); + if (lookahead == 'T') ADVANCE(1104); END_STATE(); case 969: - if (lookahead == 'p') ADVANCE(1081); + if (lookahead == 'P') ADVANCE(1105); END_STATE(); case 970: - if (lookahead == 'e') ADVANCE(1082); + if (lookahead == 'V') ADVANCE(1106); END_STATE(); case 971: - if (lookahead == 'e') ADVANCE(1083); + if (lookahead == 'N') ADVANCE(1107); END_STATE(); case 972: - ACCEPT_TOKEN(anon_sym_default); + if (lookahead == 'A') ADVANCE(1108); END_STATE(); case 973: - ACCEPT_TOKEN(anon_sym_defined); + if (lookahead == 'O') ADVANCE(1109); END_STATE(); case 974: - if (lookahead == 't') ADVANCE(1084); + if (lookahead == 'N') ADVANCE(184); END_STATE(); case 975: - if (lookahead == 't') ADVANCE(1085); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 976: - if (lookahead == 's') ADVANCE(1086); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 977: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'O') ADVANCE(1110); END_STATE(); case 978: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'P') ADVANCE(1111); END_STATE(); case 979: - if (lookahead == 'g') ADVANCE(1087); + if (lookahead == 'T') ADVANCE(1112); END_STATE(); case 980: - ACCEPT_TOKEN(anon_sym_mutable); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 981: - if (lookahead == 'c') ADVANCE(1088); + if (lookahead == 'N') ADVANCE(1113); END_STATE(); case 982: - if (lookahead == 't') ADVANCE(1089); + if (lookahead == '_') ADVANCE(1114); END_STATE(); case 983: - ACCEPT_TOKEN(sym_nullptr); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 984: - if (lookahead == 'r') ADVANCE(1090); + if (lookahead == 'A') ADVANCE(1115); + if (lookahead == 'L') ADVANCE(1116); END_STATE(); case 985: - if (lookahead == 'e') ADVANCE(1091); + if (lookahead == 'P') ADVANCE(1117); END_STATE(); case 986: - ACCEPT_TOKEN(anon_sym_private); + if (lookahead == 'T') ADVANCE(1118); END_STATE(); case 987: - if (lookahead == 'e') ADVANCE(1092); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 988: - if (lookahead == '_') ADVANCE(1093); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 989: - if (lookahead == 'r') ADVANCE(1094); + if (lookahead == 'O') ADVANCE(1119); END_STATE(); case 990: - if (lookahead == 't') ADVANCE(1095); + if (lookahead == 'O') ADVANCE(1120); END_STATE(); case 991: - if (lookahead == 'm') ADVANCE(1096); + if (lookahead == 'I') ADVANCE(1121); + if (lookahead == 'U') ADVANCE(1122); END_STATE(); case 992: - if (lookahead == 'a') ADVANCE(1097); + if (lookahead == 'O') ADVANCE(1123); END_STATE(); case 993: - if (lookahead == 'e') ADVANCE(1098); + if (lookahead == 'L') ADVANCE(1124); END_STATE(); case 994: - ACCEPT_TOKEN(anon_sym_typedef); + if (lookahead == '_') ADVANCE(1125); END_STATE(); case 995: - if (lookahead == 'e') ADVANCE(1099); + if (lookahead == '_') ADVANCE(1126); END_STATE(); case 996: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'T') ADVANCE(1127); END_STATE(); case 997: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 998: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'N') ADVANCE(1128); END_STATE(); case 999: - if (lookahead == 's') ADVANCE(1100); + if (lookahead == 'T') ADVANCE(1129); END_STATE(); case 1000: - if (lookahead == 'a') ADVANCE(1101); + if (lookahead == '_') ADVANCE(1130); END_STATE(); case 1001: - if (lookahead == '_') ADVANCE(1102); + ACCEPT_TOKEN(anon_sym__Atomic); END_STATE(); case 1002: - if (lookahead == '_') ADVANCE(1103); + if (lookahead == 'b') ADVANCE(1131); END_STATE(); case 1003: - if (lookahead == 'd') ADVANCE(1104); + ACCEPT_TOKEN(anon_sym___based); END_STATE(); case 1004: - ACCEPT_TOKEN(anon_sym_virtual); + ACCEPT_TOKEN(anon_sym___cdecl); END_STATE(); case 1005: - if (lookahead == 'e') ADVANCE(1105); + if (lookahead == 'l') ADVANCE(1132); END_STATE(); case 1006: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'p') ADVANCE(1133); END_STATE(); case 1007: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'a') ADVANCE(1134); END_STATE(); case 1008: - if (lookahead == 'A') ADVANCE(1106); + if (lookahead == 'i') ADVANCE(1135); END_STATE(); case 1009: - if (lookahead == 'T') ADVANCE(176); + if (lookahead == 'l') ADVANCE(1136); END_STATE(); case 1010: - if (lookahead == 'F') ADVANCE(1107); + if (lookahead == 'a') ADVANCE(1137); END_STATE(); case 1011: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'g') ADVANCE(1138); END_STATE(); case 1012: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'r') ADVANCE(1139); END_STATE(); case 1013: - if (lookahead == 'E') ADVANCE(1108); + if (lookahead == 'n') ADVANCE(1140); END_STATE(); case 1014: - if (lookahead == 'C') ADVANCE(1109); - if (lookahead == 'W') ADVANCE(1110); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1015: - if (lookahead == 'Y') ADVANCE(1111); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1016: - if (lookahead == '_') ADVANCE(1112); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1017: - if (lookahead == 'R') ADVANCE(1113); + if (lookahead == '_') ADVANCE(1141); END_STATE(); case 1018: - ACCEPT_TOKEN(anon_sym_MOZ_COLD); + if (lookahead == 'p') ADVANCE(1142); END_STATE(); case 1019: - if (lookahead == '_') ADVANCE(1114); + if (lookahead == 'e') ADVANCE(1143); END_STATE(); case 1020: - if (lookahead == 'T') ADVANCE(1115); + if (lookahead == 'e') ADVANCE(1144); END_STATE(); case 1021: - if (lookahead == 'A') ADVANCE(1116); + ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 1022: - if (lookahead == '_') ADVANCE(1117); + ACCEPT_TOKEN(anon_sym_defined); END_STATE(); case 1023: - if (lookahead == '_') ADVANCE(1118); + if (lookahead == 't') ADVANCE(1145); END_STATE(); case 1024: - if (lookahead == 'I') ADVANCE(1119); + if (lookahead == 't') ADVANCE(1146); END_STATE(); case 1025: - if (lookahead == 'R') ADVANCE(1120); + if (lookahead == 's') ADVANCE(1147); END_STATE(); case 1026: - if (lookahead == '_') ADVANCE(1121); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1027: - if (lookahead == 'L') ADVANCE(1122); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1028: - if (lookahead == 'E') ADVANCE(1123); + if (lookahead == 'g') ADVANCE(1148); END_STATE(); case 1029: - if (lookahead == 'M') ADVANCE(1124); + ACCEPT_TOKEN(anon_sym_mutable); END_STATE(); case 1030: - if (lookahead == 'E') ADVANCE(1125); + if (lookahead == 'c') ADVANCE(1149); END_STATE(); case 1031: - if (lookahead == 'C') ADVANCE(1126); + if (lookahead == 't') ADVANCE(1150); END_STATE(); case 1032: - if (lookahead == '_') ADVANCE(1127); + ACCEPT_TOKEN(sym_nullptr); END_STATE(); case 1033: - if (lookahead == 'S') ADVANCE(1128); + if (lookahead == 'r') ADVANCE(1151); END_STATE(); case 1034: - if (lookahead == 'R') ADVANCE(1129); + if (lookahead == 'e') ADVANCE(1152); END_STATE(); case 1035: - if (lookahead == 'E') ADVANCE(1130); + ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 1036: - if (lookahead == 'U') ADVANCE(1131); + if (lookahead == 'e') ADVANCE(1153); END_STATE(); case 1037: - if (lookahead == 'A') ADVANCE(1132); - if (lookahead == 'M') ADVANCE(1133); - if (lookahead == 'O') ADVANCE(1134); - if (lookahead == 'P') ADVANCE(1135); - if (lookahead == 'T') ADVANCE(1136); + if (lookahead == '_') ADVANCE(1154); END_STATE(); case 1038: - if (lookahead == 'T') ADVANCE(1137); + if (lookahead == 'r') ADVANCE(1155); END_STATE(); case 1039: - if (lookahead == 'D') ADVANCE(1138); - if (lookahead == 'R') ADVANCE(1139); + if (lookahead == 't') ADVANCE(1156); END_STATE(); case 1040: - if (lookahead == 'A') ADVANCE(1140); + if (lookahead == 'm') ADVANCE(1157); END_STATE(); case 1041: - if (lookahead == 'A') ADVANCE(1141); + if (lookahead == 'a') ADVANCE(1158); END_STATE(); case 1042: - if (lookahead == '_') ADVANCE(1142); + if (lookahead == 'e') ADVANCE(1159); END_STATE(); case 1043: - if (lookahead == 'N') ADVANCE(1143); + ACCEPT_TOKEN(anon_sym_typedef); END_STATE(); case 1044: - if (lookahead == 'D') ADVANCE(1144); + if (lookahead == 'e') ADVANCE(1160); END_STATE(); case 1045: - if (lookahead == 'E') ADVANCE(1145); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1046: - if (lookahead == '_') ADVANCE(1146); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1047: - ACCEPT_TOKEN(anon_sym_MOZ_RAII); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1048: - if (lookahead == 'I') ADVANCE(1147); + if (lookahead == 's') ADVANCE(1161); END_STATE(); case 1049: - if (lookahead == 'K') ADVANCE(1148); + if (lookahead == 'a') ADVANCE(1162); END_STATE(); case 1050: - if (lookahead == 'I') ADVANCE(1149); + if (lookahead == '_') ADVANCE(1163); END_STATE(); case 1051: - if (lookahead == 'O') ADVANCE(1150); + if (lookahead == '_') ADVANCE(1164); END_STATE(); case 1052: - if (lookahead == 'I') ADVANCE(1151); + if (lookahead == 'd') ADVANCE(1165); END_STATE(); case 1053: - if (lookahead == '_') ADVANCE(1152); + ACCEPT_TOKEN(anon_sym_virtual); END_STATE(); case 1054: - if (lookahead == 'F') ADVANCE(1153); + if (lookahead == 'e') ADVANCE(1166); END_STATE(); case 1055: - if (lookahead == 'M') ADVANCE(1154); + if (lookahead == 'Y') ADVANCE(1167); END_STATE(); case 1056: - if (lookahead == 'N') ADVANCE(1155); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1057: - if (lookahead == 'T') ADVANCE(1156); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1058: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'S') ADVANCE(1168); END_STATE(); case 1059: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'A') ADVANCE(1169); END_STATE(); case 1060: - if (lookahead == '3') ADVANCE(1157); - if (lookahead == '6') ADVANCE(1158); - if (lookahead == 'S') ADVANCE(1159); - if (lookahead == 'U') ADVANCE(1160); + if (lookahead == 'T') ADVANCE(184); END_STATE(); case 1061: - if (lookahead == 'T') ADVANCE(1161); + if (lookahead == 'F') ADVANCE(1170); END_STATE(); case 1062: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1063: - if (lookahead == 'N') ADVANCE(1162); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1064: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'I') ADVANCE(1171); + if (lookahead == 'U') ADVANCE(1172); END_STATE(); case 1065: - if (lookahead == 'S') ADVANCE(1163); + if (lookahead == 'E') ADVANCE(1173); END_STATE(); case 1066: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'N') ADVANCE(1174); END_STATE(); case 1067: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'N') ADVANCE(1175); END_STATE(); case 1068: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 'C') ADVANCE(1176); + if (lookahead == 'W') ADVANCE(1177); END_STATE(); case 1069: - if (lookahead == 'S') ADVANCE(1164); + if (lookahead == 'Y') ADVANCE(1178); END_STATE(); case 1070: - if (lookahead == 'u') ADVANCE(1165); + if (lookahead == '_') ADVANCE(1179); END_STATE(); case 1071: - if (lookahead == 'l') ADVANCE(1166); + if (lookahead == 'R') ADVANCE(1180); END_STATE(); case 1072: - if (lookahead == 'e') ADVANCE(1167); + ACCEPT_TOKEN(anon_sym_MOZ_COLD); END_STATE(); case 1073: - if (lookahead == 'l') ADVANCE(1168); + if (lookahead == '_') ADVANCE(1181); END_STATE(); case 1074: - if (lookahead == 'c') ADVANCE(1169); + if (lookahead == 'T') ADVANCE(1182); END_STATE(); case 1075: - if (lookahead == 'l') ADVANCE(1170); + if (lookahead == 'A') ADVANCE(1183); END_STATE(); case 1076: - if (lookahead == 'l') ADVANCE(1171); + if (lookahead == '_') ADVANCE(1184); END_STATE(); case 1077: - if (lookahead == 'n') ADVANCE(1172); + if (lookahead == '_') ADVANCE(1185); END_STATE(); case 1078: - if (lookahead == 'c') ADVANCE(1173); + if (lookahead == 'I') ADVANCE(1186); END_STATE(); case 1079: - if (lookahead == 'e') ADVANCE(1174); + if (lookahead == 'R') ADVANCE(1187); END_STATE(); case 1080: - if (lookahead == 't') ADVANCE(176); + if (lookahead == '_') ADVANCE(1188); END_STATE(); case 1081: - if (lookahead == 'r') ADVANCE(1175); + if (lookahead == 'L') ADVANCE(1189); END_STATE(); case 1082: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == 'E') ADVANCE(1190); END_STATE(); case 1083: - ACCEPT_TOKEN(anon_sym_decltype); + if (lookahead == 'M') ADVANCE(1191); END_STATE(); case 1084: - ACCEPT_TOKEN(anon_sym_explicit); + if (lookahead == 'E') ADVANCE(1192); END_STATE(); case 1085: - if (lookahead == '1') ADVANCE(1176); - if (lookahead == '3') ADVANCE(1177); - if (lookahead == '6') ADVANCE(1178); - if (lookahead == '8') ADVANCE(1179); + if (lookahead == 'C') ADVANCE(1193); END_STATE(); case 1086: - if (lookahead == 't') ADVANCE(1180); + if (lookahead == '_') ADVANCE(1194); END_STATE(); case 1087: - if (lookahead == 'n') ADVANCE(1181); + if (lookahead == 'S') ADVANCE(1195); END_STATE(); case 1088: - if (lookahead == 'e') ADVANCE(1182); + if (lookahead == 'R') ADVANCE(1196); END_STATE(); case 1089: - ACCEPT_TOKEN(anon_sym_noexcept); + if (lookahead == 'E') ADVANCE(1197); END_STATE(); case 1090: - ACCEPT_TOKEN(anon_sym_operator); + if (lookahead == 'U') ADVANCE(1198); END_STATE(); case 1091: - ACCEPT_TOKEN(anon_sym_override); + if (lookahead == 'A') ADVANCE(1199); + if (lookahead == 'M') ADVANCE(1200); + if (lookahead == 'O') ADVANCE(1201); + if (lookahead == 'P') ADVANCE(1202); + if (lookahead == 'T') ADVANCE(1203); END_STATE(); case 1092: - if (lookahead == 'd') ADVANCE(1183); + if (lookahead == 'T') ADVANCE(1204); END_STATE(); case 1093: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'D') ADVANCE(1205); + if (lookahead == 'R') ADVANCE(1206); END_STATE(); case 1094: - ACCEPT_TOKEN(anon_sym_register); + if (lookahead == 'A') ADVANCE(1207); END_STATE(); case 1095: - ACCEPT_TOKEN(anon_sym_restrict); + if (lookahead == 'A') ADVANCE(1208); END_STATE(); case 1096: - if (lookahead == 'i') ADVANCE(1184); + if (lookahead == '_') ADVANCE(1209); END_STATE(); case 1097: - if (lookahead == 's') ADVANCE(1185); + if (lookahead == 'N') ADVANCE(1210); END_STATE(); case 1098: - ACCEPT_TOKEN(anon_sym_template); + if (lookahead == 'D') ADVANCE(1211); END_STATE(); case 1099: - ACCEPT_TOKEN(anon_sym_typename); + if (lookahead == 'E') ADVANCE(1212); END_STATE(); case 1100: - if (lookahead == 't') ADVANCE(1186); + if (lookahead == '_') ADVANCE(1213); END_STATE(); case 1101: - if (lookahead == 's') ADVANCE(1187); + ACCEPT_TOKEN(anon_sym_MOZ_RAII); END_STATE(); case 1102: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'I') ADVANCE(1214); END_STATE(); case 1103: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'K') ADVANCE(1215); END_STATE(); case 1104: - ACCEPT_TOKEN(anon_sym_unsigned); + if (lookahead == 'I') ADVANCE(1216); END_STATE(); case 1105: - ACCEPT_TOKEN(anon_sym_volatile); + if (lookahead == 'O') ADVANCE(1217); END_STATE(); case 1106: - if (lookahead == 'C') ADVANCE(1188); + if (lookahead == 'I') ADVANCE(1218); END_STATE(); case 1107: - if (lookahead == 'I') ADVANCE(1189); + if (lookahead == '_') ADVANCE(1219); END_STATE(); case 1108: - if (lookahead == 'F') ADVANCE(176); + if (lookahead == 'F') ADVANCE(1220); END_STATE(); case 1109: - if (lookahead == 'A') ADVANCE(1190); + if (lookahead == 'M') ADVANCE(1221); END_STATE(); case 1110: - if (lookahead == '_') ADVANCE(1191); + if (lookahead == 'N') ADVANCE(1222); END_STATE(); case 1111: - if (lookahead == 'S') ADVANCE(1192); + if (lookahead == 'T') ADVANCE(1223); END_STATE(); case 1112: - if (lookahead == 'B') ADVANCE(1193); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1113: - if (lookahead == 'U') ADVANCE(1194); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1114: - if (lookahead == 'U') ADVANCE(1195); + if (lookahead == '3') ADVANCE(1224); + if (lookahead == '6') ADVANCE(1225); + if (lookahead == 'S') ADVANCE(1226); + if (lookahead == 'U') ADVANCE(1227); END_STATE(); case 1115: - if (lookahead == 'H') ADVANCE(1196); + if (lookahead == 'N') ADVANCE(1228); END_STATE(); case 1116: - if (lookahead == 'T') ADVANCE(1197); + if (lookahead == 'O') ADVANCE(1229); END_STATE(); case 1117: - if (lookahead == 'A') ADVANCE(1198); - if (lookahead == 'N') ADVANCE(1199); - if (lookahead == 'S') ADVANCE(1200); - if (lookahead == 'U') ADVANCE(1201); + if (lookahead == 'T') ADVANCE(1230); END_STATE(); case 1118: - if (lookahead == 'A') ADVANCE(1202); - if (lookahead == 'C') ADVANCE(1203); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1119: - if (lookahead == 'C') ADVANCE(1204); + if (lookahead == 'N') ADVANCE(1231); END_STATE(); case 1120: - if (lookahead == 'I') ADVANCE(1205); + if (lookahead == 'N') ADVANCE(1232); END_STATE(); case 1121: - if (lookahead == 'O') ADVANCE(1206); + if (lookahead == 'N') ADVANCE(1233); END_STATE(); case 1122: - if (lookahead == 'A') ADVANCE(1207); + if (lookahead == 'N') ADVANCE(1234); END_STATE(); case 1123: - if (lookahead == 'F') ADVANCE(1208); + if (lookahead == 'N') ADVANCE(1235); END_STATE(); case 1124: - if (lookahead == 'A') ADVANCE(1209); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1125: - if (lookahead == '_') ADVANCE(1210); + if (lookahead == 'I') ADVANCE(1236); + if (lookahead == 'U') ADVANCE(1237); END_STATE(); case 1126: - if (lookahead == 'A') ADVANCE(1211); + if (lookahead == 'S') ADVANCE(1238); END_STATE(); case 1127: - if (lookahead == 'O') ADVANCE(1212); - if (lookahead == 'R') ADVANCE(1213); - if (lookahead == 'U') ADVANCE(1214); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1128: - if (lookahead == '_') ADVANCE(1215); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1129: - if (lookahead == '_') ADVANCE(1216); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1130: - if (lookahead == 'A') ADVANCE(1217); + if (lookahead == 'S') ADVANCE(1239); END_STATE(); case 1131: - if (lookahead == 'L') ADVANCE(1218); + if (lookahead == 'u') ADVANCE(1240); END_STATE(); case 1132: - if (lookahead == 'U') ADVANCE(1219); + if (lookahead == 'l') ADVANCE(1241); END_STATE(); case 1133: - if (lookahead == 'E') ADVANCE(1220); + if (lookahead == 'e') ADVANCE(1242); END_STATE(); case 1134: - if (lookahead == 'W') ADVANCE(1221); + if (lookahead == 'l') ADVANCE(1243); END_STATE(); case 1135: - if (lookahead == 'A') ADVANCE(1222); + if (lookahead == 'c') ADVANCE(1244); END_STATE(); case 1136: - if (lookahead == 'E') ADVANCE(1223); + if (lookahead == 'l') ADVANCE(1245); END_STATE(); case 1137: - if (lookahead == 'U') ADVANCE(1224); + if (lookahead == 'l') ADVANCE(1246); END_STATE(); case 1138: - if (lookahead == 'D') ADVANCE(1225); + if (lookahead == 'n') ADVANCE(1247); END_STATE(); case 1139: - if (lookahead == 'I') ADVANCE(1226); + if (lookahead == 'c') ADVANCE(1248); END_STATE(); case 1140: - if (lookahead == 'N') ADVANCE(1227); + if (lookahead == 'e') ADVANCE(1249); END_STATE(); case 1141: - if (lookahead == 'N') ADVANCE(1228); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1142: - if (lookahead == 'U') ADVANCE(1229); + if (lookahead == 'r') ADVANCE(1250); END_STATE(); case 1143: - if (lookahead == 'G') ADVANCE(1230); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 1144: - if (lookahead == 'I') ADVANCE(1231); + ACCEPT_TOKEN(anon_sym_decltype); END_STATE(); case 1145: - if (lookahead == 'N') ADVANCE(1232); + ACCEPT_TOKEN(anon_sym_explicit); END_STATE(); case 1146: - if (lookahead == 'D') ADVANCE(1233); + if (lookahead == '1') ADVANCE(1251); + if (lookahead == '3') ADVANCE(1252); + if (lookahead == '6') ADVANCE(1253); + if (lookahead == '8') ADVANCE(1254); END_STATE(); case 1147: - if (lookahead == 'R') ADVANCE(1234); + if (lookahead == 't') ADVANCE(1255); END_STATE(); case 1148: - if (lookahead == '_') ADVANCE(1235); + if (lookahead == 'n') ADVANCE(1256); END_STATE(); case 1149: - if (lookahead == 'C') ADVANCE(1236); + if (lookahead == 'e') ADVANCE(1257); END_STATE(); case 1150: - if (lookahead == 'R') ADVANCE(1237); + ACCEPT_TOKEN(anon_sym_noexcept); END_STATE(); case 1151: - if (lookahead == 'A') ADVANCE(1238); + ACCEPT_TOKEN(anon_sym_operator); END_STATE(); case 1152: - if (lookahead == 'B') ADVANCE(1239); + ACCEPT_TOKEN(anon_sym_override); END_STATE(); case 1153: - if (lookahead == 'E') ADVANCE(1240); + if (lookahead == 'd') ADVANCE(1258); END_STATE(); case 1154: - if (lookahead == '_') ADVANCE(1241); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1155: - if (lookahead == 'G') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_register); END_STATE(); case 1156: - if (lookahead == 'R') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_restrict); END_STATE(); case 1157: - if (lookahead == '2') ADVANCE(176); + if (lookahead == 'i') ADVANCE(1259); END_STATE(); case 1158: - if (lookahead == '4') ADVANCE(176); + if (lookahead == 's') ADVANCE(1260); END_STATE(); case 1159: - if (lookahead == 'I') ADVANCE(1242); + ACCEPT_TOKEN(anon_sym_template); END_STATE(); case 1160: - if (lookahead == 'N') ADVANCE(1243); + ACCEPT_TOKEN(anon_sym_typename); END_STATE(); case 1161: - if (lookahead == 'R') ADVANCE(176); + if (lookahead == 't') ADVANCE(1261); END_STATE(); case 1162: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 's') ADVANCE(1262); END_STATE(); case 1163: - if (lookahead == 'T') ADVANCE(1244); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1164: - if (lookahead == 'T') ADVANCE(1245); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1165: - if (lookahead == 't') ADVANCE(1246); + ACCEPT_TOKEN(anon_sym_unsigned); END_STATE(); case 1166: - ACCEPT_TOKEN(anon_sym___clrcall); + ACCEPT_TOKEN(anon_sym_volatile); END_STATE(); case 1167: - if (lookahead == 'c') ADVANCE(1247); + if (lookahead == '_') ADVANCE(1263); END_STATE(); case 1168: - if (lookahead == 'l') ADVANCE(1248); + if (lookahead == 'E') ADVANCE(1264); END_STATE(); case 1169: - if (lookahead == 't') ADVANCE(1249); + if (lookahead == 'C') ADVANCE(1265); END_STATE(); case 1170: - ACCEPT_TOKEN(anon_sym___stdcall); + if (lookahead == 'I') ADVANCE(1266); END_STATE(); case 1171: - if (lookahead == 'l') ADVANCE(1250); + if (lookahead == 'N') ADVANCE(1267); END_STATE(); case 1172: - if (lookahead == 'e') ADVANCE(1251); + if (lookahead == 'N') ADVANCE(1268); END_STATE(); case 1173: - if (lookahead == 'a') ADVANCE(1252); + if (lookahead == 'F') ADVANCE(184); END_STATE(); case 1174: - if (lookahead == 'd') ADVANCE(1253); + if (lookahead == 'S') ADVANCE(1269); END_STATE(); case 1175: - ACCEPT_TOKEN(anon_sym_constexpr); + if (lookahead == 'W') ADVANCE(1270); END_STATE(); case 1176: - if (lookahead == '6') ADVANCE(1254); + if (lookahead == 'A') ADVANCE(1271); END_STATE(); case 1177: - if (lookahead == '2') ADVANCE(1255); + if (lookahead == '_') ADVANCE(1272); END_STATE(); case 1178: - if (lookahead == '4') ADVANCE(1256); + if (lookahead == 'S') ADVANCE(1273); END_STATE(); case 1179: - if (lookahead == '_') ADVANCE(1257); + if (lookahead == 'B') ADVANCE(1274); END_STATE(); case 1180: - if (lookahead == '1') ADVANCE(1258); - if (lookahead == '3') ADVANCE(1259); - if (lookahead == '6') ADVANCE(1260); - if (lookahead == '8') ADVANCE(1261); + if (lookahead == 'U') ADVANCE(1275); END_STATE(); case 1181: - if (lookahead == '_') ADVANCE(1262); + if (lookahead == 'U') ADVANCE(1276); END_STATE(); case 1182: - ACCEPT_TOKEN(anon_sym_namespace); + if (lookahead == 'H') ADVANCE(1277); END_STATE(); case 1183: - ACCEPT_TOKEN(anon_sym_protected); + if (lookahead == 'T') ADVANCE(1278); END_STATE(); case 1184: - if (lookahead == 'c') ADVANCE(1263); + if (lookahead == 'A') ADVANCE(1279); + if (lookahead == 'N') ADVANCE(1280); + if (lookahead == 'S') ADVANCE(1281); + if (lookahead == 'U') ADVANCE(1282); END_STATE(); case 1185: - if (lookahead == 's') ADVANCE(1264); + if (lookahead == 'A') ADVANCE(1283); + if (lookahead == 'C') ADVANCE(1284); END_STATE(); case 1186: - if (lookahead == '1') ADVANCE(1265); - if (lookahead == '3') ADVANCE(1266); - if (lookahead == '6') ADVANCE(1267); - if (lookahead == '8') ADVANCE(1268); + if (lookahead == 'C') ADVANCE(1285); END_STATE(); case 1187: - if (lookahead == 't') ADVANCE(1269); + if (lookahead == 'I') ADVANCE(1286); END_STATE(); case 1188: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'O') ADVANCE(1287); END_STATE(); case 1189: - if (lookahead == 'L') ADVANCE(1270); + if (lookahead == 'A') ADVANCE(1288); END_STATE(); case 1190: - if (lookahead == 'T') ADVANCE(1271); + if (lookahead == 'F') ADVANCE(1289); END_STATE(); case 1191: - if (lookahead == 'T') ADVANCE(1272); + if (lookahead == 'A') ADVANCE(1290); END_STATE(); case 1192: - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '_') ADVANCE(1291); END_STATE(); case 1193: - if (lookahead == 'L') ADVANCE(1274); + if (lookahead == 'A') ADVANCE(1292); END_STATE(); case 1194: - if (lookahead == 'N') ADVANCE(1275); + if (lookahead == 'O') ADVANCE(1293); + if (lookahead == 'R') ADVANCE(1294); + if (lookahead == 'U') ADVANCE(1295); END_STATE(); case 1195: - if (lookahead == 'S') ADVANCE(1276); + if (lookahead == '_') ADVANCE(1296); END_STATE(); case 1196: - if (lookahead == 'R') ADVANCE(1277); + if (lookahead == '_') ADVANCE(1297); END_STATE(); case 1197: - if (lookahead == '_') ADVANCE(1278); + if (lookahead == 'A') ADVANCE(1298); END_STATE(); case 1198: - if (lookahead == 'N') ADVANCE(1279); - if (lookahead == 'S') ADVANCE(1280); + if (lookahead == 'L') ADVANCE(1299); END_STATE(); case 1199: - if (lookahead == 'E') ADVANCE(1281); - if (lookahead == 'O') ADVANCE(1282); + if (lookahead == 'U') ADVANCE(1300); END_STATE(); case 1200: - if (lookahead == 'I') ADVANCE(1283); + if (lookahead == 'E') ADVANCE(1301); END_STATE(); case 1201: - if (lookahead == 'N') ADVANCE(1284); + if (lookahead == 'W') ADVANCE(1302); END_STATE(); case 1202: - if (lookahead == 'L') ADVANCE(1285); + if (lookahead == 'A') ADVANCE(1303); END_STATE(); case 1203: - if (lookahead == 'L') ADVANCE(1286); + if (lookahead == 'E') ADVANCE(1304); END_STATE(); case 1204: - if (lookahead == 'I') ADVANCE(1287); + if (lookahead == 'U') ADVANCE(1305); END_STATE(); case 1205: - if (lookahead == 'T') ADVANCE(1288); + if (lookahead == 'D') ADVANCE(1306); END_STATE(); case 1206: - if (lookahead == 'U') ADVANCE(1289); + if (lookahead == 'I') ADVANCE(1307); END_STATE(); case 1207: - if (lookahead == 'S') ADVANCE(1290); + if (lookahead == 'N') ADVANCE(1308); END_STATE(); case 1208: - if (lookahead == 'P') ADVANCE(1291); + if (lookahead == 'N') ADVANCE(1309); END_STATE(); case 1209: - if (lookahead == 'R') ADVANCE(1292); + if (lookahead == 'U') ADVANCE(1310); END_STATE(); case 1210: - if (lookahead == 'U') ADVANCE(1293); + if (lookahead == 'G') ADVANCE(1311); END_STATE(); case 1211: - if (lookahead == 'L') ADVANCE(1294); + if (lookahead == 'I') ADVANCE(1312); END_STATE(); case 1212: - if (lookahead == 'V') ADVANCE(1295); + if (lookahead == 'N') ADVANCE(1313); END_STATE(); case 1213: - if (lookahead == 'E') ADVANCE(1296); + if (lookahead == 'D') ADVANCE(1314); END_STATE(); case 1214: - if (lookahead == 'S') ADVANCE(1297); + if (lookahead == 'R') ADVANCE(1315); END_STATE(); case 1215: - if (lookahead == 'M') ADVANCE(1298); - if (lookahead == 'N') ADVANCE(1299); + if (lookahead == '_') ADVANCE(1316); END_STATE(); case 1216: - if (lookahead == 'I') ADVANCE(1300); + if (lookahead == 'C') ADVANCE(1317); END_STATE(); case 1217: - if (lookahead == 'P') ADVANCE(1301); + if (lookahead == 'R') ADVANCE(1318); END_STATE(); case 1218: - if (lookahead == 'L') ADVANCE(1302); + if (lookahead == 'A') ADVANCE(1319); END_STATE(); case 1219: - if (lookahead == 'T') ADVANCE(1303); + if (lookahead == 'B') ADVANCE(1320); END_STATE(); case 1220: - if (lookahead == 'M') ADVANCE(1304); + if (lookahead == 'E') ADVANCE(1321); END_STATE(); case 1221: - if (lookahead == 'N') ADVANCE(1305); + if (lookahead == '_') ADVANCE(1322); END_STATE(); case 1222: - if (lookahead == 'R') ADVANCE(1306); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1223: - if (lookahead == 'M') ADVANCE(1307); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1224: - if (lookahead == 'R') ADVANCE(1308); + if (lookahead == '2') ADVANCE(184); END_STATE(); case 1225: - if (lookahead == 'R') ADVANCE(1309); + if (lookahead == '4') ADVANCE(184); END_STATE(); case 1226: - if (lookahead == 'T') ADVANCE(1310); + if (lookahead == 'I') ADVANCE(1323); END_STATE(); case 1227: - if (lookahead == 'G') ADVANCE(1311); + if (lookahead == 'N') ADVANCE(1324); END_STATE(); case 1228: - if (lookahead == 'I') ADVANCE(1312); + if (lookahead == 'D') ADVANCE(1325); END_STATE(); case 1229: - if (lookahead == 'S') ADVANCE(1313); + if (lookahead == 'C') ADVANCE(1326); END_STATE(); case 1230: - if (lookahead == '_') ADVANCE(1314); + if (lookahead == 'R') ADVANCE(184); END_STATE(); case 1231: - if (lookahead == 'S') ADVANCE(1315); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1232: - if (lookahead == 'D') ADVANCE(1316); + if (lookahead == 'L') ADVANCE(1327); END_STATE(); case 1233: - if (lookahead == 'I') ADVANCE(1317); + if (lookahead == 'S') ADVANCE(1328); END_STATE(); case 1234: - if (lookahead == 'E') ADVANCE(1318); + if (lookahead == 'W') ADVANCE(1329); END_STATE(); case 1235: - if (lookahead == 'C') ADVANCE(1319); + if (lookahead == 'L') ADVANCE(1330); END_STATE(); case 1236: - if (lookahead == '_') ADVANCE(1320); + if (lookahead == 'N') ADVANCE(1331); END_STATE(); case 1237: - if (lookahead == 'A') ADVANCE(1321); + if (lookahead == 'N') ADVANCE(1332); END_STATE(); case 1238: - if (lookahead == 'L') ADVANCE(1322); + if (lookahead == 'T') ADVANCE(1333); END_STATE(); case 1239: - if (lookahead == 'L') ADVANCE(1323); + if (lookahead == 'T') ADVANCE(1334); END_STATE(); case 1240: - if (lookahead == '_') ADVANCE(1324); + if (lookahead == 't') ADVANCE(1335); END_STATE(); case 1241: - if (lookahead == 'A') ADVANCE(1325); + ACCEPT_TOKEN(anon_sym___clrcall); END_STATE(); case 1242: - if (lookahead == 'G') ADVANCE(1326); + if (lookahead == 'c') ADVANCE(1336); END_STATE(); case 1243: - if (lookahead == 'S') ADVANCE(1327); + if (lookahead == 'l') ADVANCE(1337); END_STATE(); case 1244: - if (lookahead == 'A') ADVANCE(1328); + if (lookahead == 't') ADVANCE(1338); END_STATE(); case 1245: - if (lookahead == 'R') ADVANCE(1329); + ACCEPT_TOKEN(anon_sym___stdcall); END_STATE(); case 1246: - if (lookahead == 'e') ADVANCE(1330); + if (lookahead == 'l') ADVANCE(1339); END_STATE(); case 1247: - ACCEPT_TOKEN(anon_sym___declspec); + if (lookahead == 'e') ADVANCE(1340); END_STATE(); case 1248: - ACCEPT_TOKEN(anon_sym___fastcall); + if (lookahead == 'a') ADVANCE(1341); END_STATE(); case 1249: - ACCEPT_TOKEN(sym_ms_restrict_modifier); + if (lookahead == 'd') ADVANCE(1342); END_STATE(); case 1250: - ACCEPT_TOKEN(anon_sym___thiscall); + ACCEPT_TOKEN(anon_sym_constexpr); END_STATE(); case 1251: - if (lookahead == 'd') ADVANCE(1331); + if (lookahead == '6') ADVANCE(1343); END_STATE(); case 1252: - if (lookahead == 'l') ADVANCE(1332); + if (lookahead == '2') ADVANCE(1344); END_STATE(); case 1253: - ACCEPT_TOKEN(anon_sym__unaligned); + if (lookahead == '4') ADVANCE(1345); END_STATE(); case 1254: - if (lookahead == '_') ADVANCE(1333); + if (lookahead == '_') ADVANCE(1346); END_STATE(); case 1255: - if (lookahead == '_') ADVANCE(1334); + if (lookahead == '1') ADVANCE(1347); + if (lookahead == '3') ADVANCE(1348); + if (lookahead == '6') ADVANCE(1349); + if (lookahead == '8') ADVANCE(1350); END_STATE(); case 1256: - if (lookahead == '_') ADVANCE(1335); + if (lookahead == '_') ADVANCE(1351); END_STATE(); case 1257: - if (lookahead == 't') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_namespace); END_STATE(); case 1258: - if (lookahead == '6') ADVANCE(1336); + ACCEPT_TOKEN(anon_sym_protected); END_STATE(); case 1259: - if (lookahead == '2') ADVANCE(1337); + if (lookahead == 'c') ADVANCE(1352); END_STATE(); case 1260: - if (lookahead == '4') ADVANCE(1338); + if (lookahead == 's') ADVANCE(1353); END_STATE(); case 1261: - if (lookahead == '_') ADVANCE(1339); + if (lookahead == '1') ADVANCE(1354); + if (lookahead == '3') ADVANCE(1355); + if (lookahead == '6') ADVANCE(1356); + if (lookahead == '8') ADVANCE(1357); END_STATE(); case 1262: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 't') ADVANCE(1358); END_STATE(); case 1263: - if (lookahead == '_') ADVANCE(1340); + if (lookahead == 'I') ADVANCE(1359); + if (lookahead == 'U') ADVANCE(1360); END_STATE(); case 1264: - if (lookahead == 'e') ADVANCE(1341); + if (lookahead == 'T') ADVANCE(1361); END_STATE(); case 1265: - if (lookahead == '6') ADVANCE(1342); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1266: - if (lookahead == '2') ADVANCE(1343); + if (lookahead == 'L') ADVANCE(1362); END_STATE(); case 1267: - if (lookahead == '4') ADVANCE(1344); + if (lookahead == 'S') ADVANCE(1363); END_STATE(); case 1268: - if (lookahead == '_') ADVANCE(1345); + if (lookahead == 'W') ADVANCE(1364); END_STATE(); case 1269: - if (lookahead == '1') ADVANCE(1346); - if (lookahead == '3') ADVANCE(1347); - if (lookahead == '6') ADVANCE(1348); - if (lookahead == '8') ADVANCE(1349); + if (lookahead == 'P') ADVANCE(1365); END_STATE(); case 1270: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'R') ADVANCE(1366); END_STATE(); case 1271: - if (lookahead == 'O') ADVANCE(1350); + if (lookahead == 'T') ADVANCE(1367); END_STATE(); case 1272: - if (lookahead == 'E') ADVANCE(1351); + if (lookahead == 'T') ADVANCE(1368); END_STATE(); case 1273: - if (lookahead == 'I') ADVANCE(1352); + if (lookahead == '_') ADVANCE(1369); END_STATE(); case 1274: - if (lookahead == 'A') ADVANCE(1353); + if (lookahead == 'L') ADVANCE(1370); END_STATE(); case 1275: - if (lookahead == '_') ADVANCE(1354); + if (lookahead == 'N') ADVANCE(1371); END_STATE(); case 1276: - if (lookahead == 'E') ADVANCE(1355); + if (lookahead == 'S') ADVANCE(1372); END_STATE(); case 1277: - if (lookahead == 'O') ADVANCE(1356); + if (lookahead == 'R') ADVANCE(1373); END_STATE(); case 1278: - if (lookahead == 'P') ADVANCE(1357); + if (lookahead == '_') ADVANCE(1374); END_STATE(); case 1279: - if (lookahead == 'A') ADVANCE(1358); + if (lookahead == 'N') ADVANCE(1375); + if (lookahead == 'S') ADVANCE(1376); END_STATE(); case 1280: - if (lookahead == 'A') ADVANCE(1359); + if (lookahead == 'E') ADVANCE(1377); + if (lookahead == 'O') ADVANCE(1378); END_STATE(); case 1281: - if (lookahead == 'V') ADVANCE(1360); + if (lookahead == 'I') ADVANCE(1379); END_STATE(); case 1282: - if (lookahead == 'R') ADVANCE(1361); - if (lookahead == '_') ADVANCE(1362); + if (lookahead == 'N') ADVANCE(1380); END_STATE(); case 1283: - if (lookahead == 'G') ADVANCE(1363); + if (lookahead == 'L') ADVANCE(1381); END_STATE(); case 1284: - if (lookahead == 'S') ADVANCE(1364); + if (lookahead == 'L') ADVANCE(1382); END_STATE(); case 1285: - if (lookahead == 'L') ADVANCE(1365); + if (lookahead == 'I') ADVANCE(1383); END_STATE(); case 1286: - if (lookahead == 'A') ADVANCE(1366); + if (lookahead == 'T') ADVANCE(1384); END_STATE(); case 1287: - if (lookahead == 'T') ADVANCE(1367); + if (lookahead == 'U') ADVANCE(1385); END_STATE(); case 1288: - if (lookahead == '_') ADVANCE(1368); + if (lookahead == 'S') ADVANCE(1386); END_STATE(); case 1289: - if (lookahead == 'T') ADVANCE(1369); + if (lookahead == 'P') ADVANCE(1387); END_STATE(); case 1290: - if (lookahead == 'S') ADVANCE(1370); + if (lookahead == 'R') ADVANCE(1388); END_STATE(); case 1291: - if (lookahead == 'T') ADVANCE(1371); + if (lookahead == 'U') ADVANCE(1389); END_STATE(); case 1292: - if (lookahead == 'T') ADVANCE(1372); + if (lookahead == 'L') ADVANCE(1390); END_STATE(); case 1293: - if (lookahead == 'N') ADVANCE(1373); + if (lookahead == 'V') ADVANCE(1391); END_STATE(); case 1294: - if (lookahead == 'L') ADVANCE(1374); + if (lookahead == 'E') ADVANCE(1392); END_STATE(); case 1295: - if (lookahead == 'E') ADVANCE(1375); + if (lookahead == 'S') ADVANCE(1393); END_STATE(); case 1296: - if (lookahead == 'T') ADVANCE(1376); + if (lookahead == 'M') ADVANCE(1394); + if (lookahead == 'N') ADVANCE(1395); END_STATE(); case 1297: - if (lookahead == 'E') ADVANCE(1377); + if (lookahead == 'I') ADVANCE(1396); END_STATE(); case 1298: - if (lookahead == 'E') ADVANCE(1378); + if (lookahead == 'P') ADVANCE(1397); END_STATE(); case 1299: - if (lookahead == 'O') ADVANCE(1379); + if (lookahead == 'L') ADVANCE(1398); END_STATE(); case 1300: - if (lookahead == 'N') ADVANCE(1380); + if (lookahead == 'T') ADVANCE(1399); END_STATE(); case 1301: - if (lookahead == '_') ADVANCE(1381); + if (lookahead == 'M') ADVANCE(1400); END_STATE(); case 1302: - ACCEPT_TOKEN(anon_sym_MOZ_NONNULL); - if (lookahead == '_') ADVANCE(1382); + if (lookahead == 'N') ADVANCE(1401); END_STATE(); case 1303: - if (lookahead == 'O') ADVANCE(1383); + if (lookahead == 'R') ADVANCE(1402); END_STATE(); case 1304: - if (lookahead == 'M') ADVANCE(1384); + if (lookahead == 'M') ADVANCE(1403); END_STATE(); case 1305: - if (lookahead == 'I') ADVANCE(1385); + if (lookahead == 'R') ADVANCE(1404); END_STATE(); case 1306: - if (lookahead == 'A') ADVANCE(1386); + if (lookahead == 'R') ADVANCE(1405); END_STATE(); case 1307: - if (lookahead == 'P') ADVANCE(1387); + if (lookahead == 'T') ADVANCE(1406); END_STATE(); case 1308: - if (lookahead == 'N') ADVANCE(1388); + if (lookahead == 'G') ADVANCE(1407); END_STATE(); case 1309: - if (lookahead == 'E') ADVANCE(1389); + if (lookahead == 'I') ADVANCE(1408); END_STATE(); case 1310: - if (lookahead == 'H') ADVANCE(1390); + if (lookahead == 'S') ADVANCE(1409); END_STATE(); case 1311: - if (lookahead == 'L') ADVANCE(1391); + if (lookahead == '_') ADVANCE(1410); END_STATE(); case 1312: - if (lookahead == 'T') ADVANCE(1392); + if (lookahead == 'S') ADVANCE(1411); END_STATE(); case 1313: - if (lookahead == 'E') ADVANCE(1393); + if (lookahead == 'D') ADVANCE(1412); END_STATE(); case 1314: - if (lookahead == 'R') ADVANCE(1394); + if (lookahead == 'I') ADVANCE(1413); END_STATE(); case 1315: - if (lookahead == 'A') ADVANCE(1395); + if (lookahead == 'E') ADVANCE(1414); END_STATE(); case 1316: - if (lookahead == '_') ADVANCE(1396); + if (lookahead == 'C') ADVANCE(1415); END_STATE(); case 1317: - if (lookahead == 'S') ADVANCE(1397); + if (lookahead == '_') ADVANCE(1416); END_STATE(); case 1318: - if (lookahead == 'D') ADVANCE(1398); + if (lookahead == 'A') ADVANCE(1417); END_STATE(); case 1319: - if (lookahead == 'L') ADVANCE(1399); + if (lookahead == 'L') ADVANCE(1418); END_STATE(); case 1320: - if (lookahead == 'C') ADVANCE(1400); - if (lookahead == 'L') ADVANCE(1401); + if (lookahead == 'L') ADVANCE(1419); END_STATE(); case 1321: - if (lookahead == 'R') ADVANCE(1402); + if (lookahead == '_') ADVANCE(1420); END_STATE(); case 1322: - if (lookahead == '_') ADVANCE(1403); + if (lookahead == 'A') ADVANCE(1421); END_STATE(); case 1323: - if (lookahead == 'A') ADVANCE(1404); + if (lookahead == 'G') ADVANCE(1422); END_STATE(); case 1324: - if (lookahead == 'R') ADVANCE(1405); + if (lookahead == 'S') ADVANCE(1423); END_STATE(); case 1325: - if (lookahead == 'B') ADVANCE(1406); + if (lookahead == '_') ADVANCE(1424); END_STATE(); case 1326: - if (lookahead == 'N') ADVANCE(1407); + if (lookahead == 'K') ADVANCE(1425); END_STATE(); case 1327: - if (lookahead == 'I') ADVANCE(1408); + if (lookahead == 'Y') ADVANCE(1426); END_STATE(); case 1328: - if (lookahead == 'T') ADVANCE(1409); + if (lookahead == 'P') ADVANCE(1427); END_STATE(); case 1329: - if (lookahead == 'I') ADVANCE(1410); + if (lookahead == 'R') ADVANCE(1428); END_STATE(); case 1330: - if (lookahead == '_') ADVANCE(1411); + if (lookahead == 'Y') ADVANCE(1429); END_STATE(); case 1331: - ACCEPT_TOKEN(anon_sym___unaligned); + if (lookahead == 'S') ADVANCE(1430); END_STATE(); case 1332: - if (lookahead == 'l') ADVANCE(1412); + if (lookahead == 'W') ADVANCE(1431); END_STATE(); case 1333: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'A') ADVANCE(1432); END_STATE(); case 1334: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'R') ADVANCE(1433); END_STATE(); case 1335: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'e') ADVANCE(1434); END_STATE(); case 1336: - if (lookahead == '_') ADVANCE(1413); + ACCEPT_TOKEN(anon_sym___declspec); END_STATE(); case 1337: - if (lookahead == '_') ADVANCE(1414); + ACCEPT_TOKEN(anon_sym___fastcall); END_STATE(); case 1338: - if (lookahead == '_') ADVANCE(1415); + ACCEPT_TOKEN(sym_ms_restrict_modifier); END_STATE(); case 1339: - if (lookahead == 't') ADVANCE(176); + ACCEPT_TOKEN(anon_sym___thiscall); END_STATE(); case 1340: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'd') ADVANCE(1435); END_STATE(); case 1341: - if (lookahead == 'r') ADVANCE(1416); + if (lookahead == 'l') ADVANCE(1436); END_STATE(); case 1342: - if (lookahead == '_') ADVANCE(1417); + ACCEPT_TOKEN(anon_sym__unaligned); END_STATE(); case 1343: - if (lookahead == '_') ADVANCE(1418); + if (lookahead == '_') ADVANCE(1437); END_STATE(); case 1344: - if (lookahead == '_') ADVANCE(1419); + if (lookahead == '_') ADVANCE(1438); END_STATE(); case 1345: - if (lookahead == 't') ADVANCE(176); + if (lookahead == '_') ADVANCE(1439); END_STATE(); case 1346: - if (lookahead == '6') ADVANCE(1420); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1347: - if (lookahead == '2') ADVANCE(1421); + if (lookahead == '6') ADVANCE(1440); END_STATE(); case 1348: - if (lookahead == '4') ADVANCE(1422); + if (lookahead == '2') ADVANCE(1441); END_STATE(); case 1349: - if (lookahead == '_') ADVANCE(1423); + if (lookahead == '4') ADVANCE(1442); END_STATE(); case 1350: - if (lookahead == 'R') ADVANCE(1424); + if (lookahead == '_') ADVANCE(1443); END_STATE(); case 1351: - if (lookahead == 'M') ADVANCE(1425); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1352: - if (lookahead == 'N') ADVANCE(1426); + if (lookahead == '_') ADVANCE(1444); END_STATE(); case 1353: - if (lookahead == 'C') ADVANCE(1427); + if (lookahead == 'e') ADVANCE(1445); END_STATE(); case 1354: - if (lookahead == 'S') ADVANCE(1428); + if (lookahead == '6') ADVANCE(1446); END_STATE(); case 1355: - if (lookahead == '_') ADVANCE(1429); + if (lookahead == '2') ADVANCE(1447); END_STATE(); case 1356: - if (lookahead == 'U') ADVANCE(1430); + if (lookahead == '4') ADVANCE(1448); END_STATE(); case 1357: - if (lookahead == 'R') ADVANCE(1431); + if (lookahead == '_') ADVANCE(1449); END_STATE(); case 1358: - if (lookahead == 'L') ADVANCE(1432); + if (lookahead == '1') ADVANCE(1450); + if (lookahead == '3') ADVANCE(1451); + if (lookahead == '6') ADVANCE(1452); + if (lookahead == '8') ADVANCE(1453); END_STATE(); case 1359: - if (lookahead == 'N') ADVANCE(1433); + if (lookahead == 'N') ADVANCE(1454); END_STATE(); case 1360: - if (lookahead == 'E') ADVANCE(1434); + if (lookahead == 'N') ADVANCE(1455); END_STATE(); case 1361: - if (lookahead == 'E') ADVANCE(1435); + if (lookahead == '_') ADVANCE(1456); END_STATE(); case 1362: - if (lookahead == 'S') ADVANCE(1436); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1363: - if (lookahead == 'N') ADVANCE(1437); + if (lookahead == 'P') ADVANCE(1457); END_STATE(); case 1364: - if (lookahead == 'I') ADVANCE(1438); + if (lookahead == 'R') ADVANCE(1458); END_STATE(); case 1365: - if (lookahead == 'O') ADVANCE(1439); + if (lookahead == 'E') ADVANCE(1459); END_STATE(); case 1366: - if (lookahead == 'S') ADVANCE(1440); + if (lookahead == 'A') ADVANCE(1460); END_STATE(); case 1367: - ACCEPT_TOKEN(anon_sym_MOZ_IMPLICIT); + if (lookahead == 'O') ADVANCE(1461); END_STATE(); case 1368: - if (lookahead == 'T') ADVANCE(1441); + if (lookahead == 'E') ADVANCE(1462); END_STATE(); case 1369: - if (lookahead == 'S') ADVANCE(1442); + if (lookahead == 'I') ADVANCE(1463); END_STATE(); case 1370: - if (lookahead == '_') ADVANCE(1443); + if (lookahead == 'A') ADVANCE(1464); END_STATE(); case 1371: - if (lookahead == 'R') ADVANCE(1444); + if (lookahead == '_') ADVANCE(1465); END_STATE(); case 1372: - if (lookahead == 'P') ADVANCE(1445); + if (lookahead == 'E') ADVANCE(1466); END_STATE(); case 1373: - if (lookahead == 'U') ADVANCE(1446); + if (lookahead == 'O') ADVANCE(1467); END_STATE(); case 1374: - if (lookahead == '_') ADVANCE(1447); + if (lookahead == 'P') ADVANCE(1468); END_STATE(); case 1375: - if (lookahead == 'R') ADVANCE(1448); + if (lookahead == 'A') ADVANCE(1469); END_STATE(); case 1376: - if (lookahead == 'U') ADVANCE(1449); + if (lookahead == 'A') ADVANCE(1470); END_STATE(); case 1377: - ACCEPT_TOKEN(anon_sym_MOZ_MUST_USE); - if (lookahead == '_') ADVANCE(1450); + if (lookahead == 'V') ADVANCE(1471); END_STATE(); case 1378: - if (lookahead == 'M') ADVANCE(1451); + if (lookahead == 'R') ADVANCE(1472); + if (lookahead == '_') ADVANCE(1473); END_STATE(); case 1379: - if (lookahead == '_') ADVANCE(1452); + if (lookahead == 'G') ADVANCE(1474); END_STATE(); case 1380: - if (lookahead == 'L') ADVANCE(1453); + if (lookahead == 'S') ADVANCE(1475); END_STATE(); case 1381: - if (lookahead == 'C') ADVANCE(1454); + if (lookahead == 'L') ADVANCE(1476); END_STATE(); case 1382: - if (lookahead == 'R') ADVANCE(1455); + if (lookahead == 'A') ADVANCE(1477); END_STATE(); case 1383: - if (lookahead == 'A') ADVANCE(1456); + if (lookahead == 'T') ADVANCE(1478); END_STATE(); case 1384: - if (lookahead == 'O') ADVANCE(1457); + if (lookahead == '_') ADVANCE(1479); END_STATE(); case 1385: - if (lookahead == 'N') ADVANCE(1458); + if (lookahead == 'T') ADVANCE(1480); END_STATE(); case 1386: - if (lookahead == 'M') ADVANCE(1459); + if (lookahead == 'S') ADVANCE(1481); END_STATE(); case 1387: - if (lookahead == 'O') ADVANCE(1460); + if (lookahead == 'T') ADVANCE(1482); END_STATE(); case 1388: - ACCEPT_TOKEN(anon_sym_MOZ_NORETURN); - if (lookahead == '_') ADVANCE(1461); + if (lookahead == 'T') ADVANCE(1483); END_STATE(); case 1389: - if (lookahead == 'F') ADVANCE(1462); + if (lookahead == 'N') ADVANCE(1484); END_STATE(); case 1390: - if (lookahead == 'M') ADVANCE(1463); + if (lookahead == 'L') ADVANCE(1485); END_STATE(); case 1391: - if (lookahead == 'I') ADVANCE(1464); + if (lookahead == 'E') ADVANCE(1486); END_STATE(); case 1392: - if (lookahead == 'I') ADVANCE(1465); + if (lookahead == 'T') ADVANCE(1487); END_STATE(); case 1393: - if (lookahead == 'D') ADVANCE(1466); + if (lookahead == 'E') ADVANCE(1488); END_STATE(); case 1394: - if (lookahead == 'E') ADVANCE(1467); + if (lookahead == 'E') ADVANCE(1489); END_STATE(); case 1395: - if (lookahead == 'B') ADVANCE(1468); + if (lookahead == 'O') ADVANCE(1490); END_STATE(); case 1396: - if (lookahead == 'N') ADVANCE(1469); + if (lookahead == 'N') ADVANCE(1491); END_STATE(); case 1397: - if (lookahead == 'A') ADVANCE(1470); + if (lookahead == '_') ADVANCE(1492); END_STATE(); case 1398: - if (lookahead == '_') ADVANCE(1471); + ACCEPT_TOKEN(anon_sym_MOZ_NONNULL); + if (lookahead == '_') ADVANCE(1493); END_STATE(); case 1399: - if (lookahead == 'A') ADVANCE(1472); + if (lookahead == 'O') ADVANCE(1494); END_STATE(); case 1400: - if (lookahead == 'L') ADVANCE(1473); + if (lookahead == 'M') ADVANCE(1495); END_STATE(); case 1401: - if (lookahead == 'O') ADVANCE(1474); + if (lookahead == 'I') ADVANCE(1496); END_STATE(); case 1402: - if (lookahead == 'Y') ADVANCE(1475); + if (lookahead == 'A') ADVANCE(1497); END_STATE(); case 1403: - if (lookahead == 'C') ADVANCE(1476); + if (lookahead == 'P') ADVANCE(1498); END_STATE(); case 1404: - if (lookahead == 'C') ADVANCE(1477); + if (lookahead == 'N') ADVANCE(1499); END_STATE(); case 1405: - if (lookahead == 'E') ADVANCE(1478); + if (lookahead == 'E') ADVANCE(1500); END_STATE(); case 1406: - if (lookahead == 'I') ADVANCE(1479); + if (lookahead == 'H') ADVANCE(1501); END_STATE(); case 1407: - if (lookahead == 'E') ADVANCE(1480); + if (lookahead == 'L') ADVANCE(1502); END_STATE(); case 1408: - if (lookahead == 'G') ADVANCE(1481); + if (lookahead == 'T') ADVANCE(1503); END_STATE(); case 1409: - if (lookahead == 'U') ADVANCE(1482); + if (lookahead == 'E') ADVANCE(1504); END_STATE(); case 1410: - if (lookahead == 'N') ADVANCE(1483); + if (lookahead == 'R') ADVANCE(1505); END_STATE(); case 1411: - if (lookahead == '_') ADVANCE(1484); + if (lookahead == 'A') ADVANCE(1506); END_STATE(); case 1412: - ACCEPT_TOKEN(anon_sym___vectorcall); + if (lookahead == '_') ADVANCE(1507); END_STATE(); case 1413: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'S') ADVANCE(1508); END_STATE(); case 1414: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'D') ADVANCE(1509); END_STATE(); case 1415: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'L') ADVANCE(1510); END_STATE(); case 1416: - if (lookahead == 't') ADVANCE(1485); + if (lookahead == 'C') ADVANCE(1511); + if (lookahead == 'L') ADVANCE(1512); END_STATE(); case 1417: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'R') ADVANCE(1513); END_STATE(); case 1418: - if (lookahead == 't') ADVANCE(176); + if (lookahead == '_') ADVANCE(1514); END_STATE(); case 1419: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'A') ADVANCE(1515); END_STATE(); case 1420: - if (lookahead == '_') ADVANCE(1486); + if (lookahead == 'R') ADVANCE(1516); END_STATE(); case 1421: - if (lookahead == '_') ADVANCE(1487); + if (lookahead == 'B') ADVANCE(1517); END_STATE(); case 1422: - if (lookahead == '_') ADVANCE(1488); + if (lookahead == 'N') ADVANCE(1518); END_STATE(); case 1423: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'I') ADVANCE(1519); END_STATE(); case 1424: - ACCEPT_TOKEN(anon_sym_MOZ_ALLOCATOR); + if (lookahead == 'S') ADVANCE(1520); END_STATE(); case 1425: - if (lookahead == 'P') ADVANCE(1489); + if (lookahead == 'L') ADVANCE(1521); END_STATE(); case 1426: - if (lookahead == 'L') ADVANCE(1490); + if (lookahead == '_') ADVANCE(1522); END_STATE(); case 1427: - if (lookahead == 'K') ADVANCE(1491); + if (lookahead == 'E') ADVANCE(1523); END_STATE(); case 1428: - if (lookahead == 'C') ADVANCE(1492); + if (lookahead == 'A') ADVANCE(1524); END_STATE(); case 1429: - if (lookahead == 'G') ADVANCE(1493); + if (lookahead == '_') ADVANCE(1525); END_STATE(); case 1430: - if (lookahead == 'G') ADVANCE(1494); + if (lookahead == 'P') ADVANCE(1526); END_STATE(); case 1431: - if (lookahead == 'I') ADVANCE(1495); + if (lookahead == 'R') ADVANCE(1527); END_STATE(); case 1432: - if (lookahead == 'Y') ADVANCE(1496); + if (lookahead == 'T') ADVANCE(1528); END_STATE(); case 1433: - if (lookahead == '_') ADVANCE(1497); + if (lookahead == 'I') ADVANCE(1529); END_STATE(); case 1434: - if (lookahead == 'R') ADVANCE(1498); + if (lookahead == '_') ADVANCE(1530); END_STATE(); case 1435: - if (lookahead == 'T') ADVANCE(1499); + ACCEPT_TOKEN(anon_sym___unaligned); END_STATE(); case 1436: - if (lookahead == 'A') ADVANCE(1500); + if (lookahead == 'l') ADVANCE(1531); END_STATE(); case 1437: - if (lookahead == 'E') ADVANCE(1501); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1438: - if (lookahead == 'G') ADVANCE(1502); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1439: - if (lookahead == 'C') ADVANCE(1503); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1440: - if (lookahead == 'S') ADVANCE(1504); + if (lookahead == '_') ADVANCE(1532); END_STATE(); case 1441: - if (lookahead == 'Y') ADVANCE(1505); + if (lookahead == '_') ADVANCE(1533); END_STATE(); case 1442: - if (lookahead == 'I') ADVANCE(1506); + if (lookahead == '_') ADVANCE(1534); END_STATE(); case 1443: - if (lookahead == 'I') ADVANCE(1507); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1444: - ACCEPT_TOKEN(anon_sym_MOZ_IS_REFPTR); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1445: - if (lookahead == 'T') ADVANCE(1508); + if (lookahead == 'r') ADVANCE(1535); END_STATE(); case 1446: - if (lookahead == 'S') ADVANCE(1509); + if (lookahead == '_') ADVANCE(1536); END_STATE(); case 1447: - if (lookahead == 'A') ADVANCE(1510); + if (lookahead == '_') ADVANCE(1537); END_STATE(); case 1448: - if (lookahead == 'R') ADVANCE(1511); + if (lookahead == '_') ADVANCE(1538); END_STATE(); case 1449: - if (lookahead == 'R') ADVANCE(1512); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1450: - if (lookahead == 'T') ADVANCE(1513); + if (lookahead == '6') ADVANCE(1539); END_STATE(); case 1451: - if (lookahead == 'M') ADVANCE(1514); + if (lookahead == '2') ADVANCE(1540); END_STATE(); case 1452: - if (lookahead == 'V') ADVANCE(1515); + if (lookahead == '4') ADVANCE(1541); END_STATE(); case 1453: - if (lookahead == 'I') ADVANCE(1516); + if (lookahead == '_') ADVANCE(1542); END_STATE(); case 1454: - if (lookahead == 'L') ADVANCE(1517); + if (lookahead == 'S') ADVANCE(1543); END_STATE(); case 1455: - if (lookahead == 'E') ADVANCE(1518); + if (lookahead == 'W') ADVANCE(1544); END_STATE(); case 1456: - if (lookahead == 'B') ADVANCE(1519); + if (lookahead == 'A') ADVANCE(1545); END_STATE(); case 1457: - if (lookahead == 'V') ADVANCE(1520); + if (lookahead == 'E') ADVANCE(1546); END_STATE(); case 1458: - if (lookahead == 'G') ADVANCE(1521); + if (lookahead == 'A') ADVANCE(1547); END_STATE(); case 1459: - ACCEPT_TOKEN(anon_sym_MOZ_NON_PARAM); + if (lookahead == 'C') ADVANCE(1548); END_STATE(); case 1460: - if (lookahead == 'R') ADVANCE(1522); + if (lookahead == 'P') ADVANCE(1549); END_STATE(); case 1461: - if (lookahead == 'P') ADVANCE(1523); + if (lookahead == 'R') ADVANCE(1550); END_STATE(); case 1462: - if (lookahead == '_') ADVANCE(1524); + if (lookahead == 'M') ADVANCE(1551); END_STATE(); case 1463: - if (lookahead == 'E') ADVANCE(1525); + if (lookahead == 'N') ADVANCE(1552); END_STATE(); case 1464: - if (lookahead == 'N') ADVANCE(1526); + if (lookahead == 'C') ADVANCE(1553); END_STATE(); case 1465: - if (lookahead == 'Z') ADVANCE(1527); + if (lookahead == 'S') ADVANCE(1554); END_STATE(); case 1466: - if (lookahead == '_') ADVANCE(1528); + if (lookahead == '_') ADVANCE(1555); END_STATE(); case 1467: - if (lookahead == 'F') ADVANCE(1529); + if (lookahead == 'U') ADVANCE(1556); END_STATE(); case 1468: - if (lookahead == 'L') ADVANCE(1530); + if (lookahead == 'R') ADVANCE(1557); END_STATE(); case 1469: - if (lookahead == 'O') ADVANCE(1531); + if (lookahead == 'L') ADVANCE(1558); END_STATE(); case 1470: - if (lookahead == 'B') ADVANCE(1532); + if (lookahead == 'N') ADVANCE(1559); END_STATE(); case 1471: - if (lookahead == 'B') ADVANCE(1533); + if (lookahead == 'E') ADVANCE(1560); END_STATE(); case 1472: - if (lookahead == 'S') ADVANCE(1534); + if (lookahead == 'E') ADVANCE(1561); END_STATE(); case 1473: - if (lookahead == 'A') ADVANCE(1535); + if (lookahead == 'S') ADVANCE(1562); END_STATE(); case 1474: - if (lookahead == 'C') ADVANCE(1536); + if (lookahead == 'N') ADVANCE(1563); END_STATE(); case 1475: - if (lookahead == '_') ADVANCE(1537); + if (lookahead == 'I') ADVANCE(1564); END_STATE(); case 1476: - if (lookahead == 'T') ADVANCE(1538); + if (lookahead == 'O') ADVANCE(1565); END_STATE(); case 1477: - if (lookahead == 'K') ADVANCE(1539); + if (lookahead == 'S') ADVANCE(1566); END_STATE(); case 1478: - if (lookahead == 'F') ADVANCE(1540); + ACCEPT_TOKEN(anon_sym_MOZ_IMPLICIT); END_STATE(); case 1479: - ACCEPT_TOKEN(anon_sym_MOZ_XPCOM_ABI); + if (lookahead == 'T') ADVANCE(1567); END_STATE(); case 1480: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == 'S') ADVANCE(1568); END_STATE(); case 1481: - if (lookahead == 'N') ADVANCE(1541); + if (lookahead == '_') ADVANCE(1569); END_STATE(); case 1482: - if (lookahead == 'S') ADVANCE(1542); + if (lookahead == 'R') ADVANCE(1570); END_STATE(); case 1483: - if (lookahead == 'G') ADVANCE(176); + if (lookahead == 'P') ADVANCE(1571); END_STATE(); case 1484: - ACCEPT_TOKEN(anon_sym___attribute__); + if (lookahead == 'U') ADVANCE(1572); END_STATE(); case 1485: - ACCEPT_TOKEN(anon_sym_static_assert); + if (lookahead == '_') ADVANCE(1573); END_STATE(); case 1486: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'R') ADVANCE(1574); END_STATE(); case 1487: - if (lookahead == 't') ADVANCE(176); + if (lookahead == 'U') ADVANCE(1575); END_STATE(); case 1488: - if (lookahead == 't') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_MOZ_MUST_USE); + if (lookahead == '_') ADVANCE(1576); END_STATE(); case 1489: - if (lookahead == 'O') ADVANCE(1543); + if (lookahead == 'M') ADVANCE(1577); END_STATE(); case 1490: - if (lookahead == 'I') ADVANCE(1544); + if (lookahead == '_') ADVANCE(1578); END_STATE(); case 1491: - if (lookahead == 'L') ADVANCE(1545); + if (lookahead == 'L') ADVANCE(1579); END_STATE(); case 1492: - if (lookahead == 'R') ADVANCE(1546); + if (lookahead == 'C') ADVANCE(1580); END_STATE(); case 1493: - if (lookahead == 'U') ADVANCE(1547); + if (lookahead == 'R') ADVANCE(1581); END_STATE(); case 1494: - if (lookahead == 'H') ADVANCE(1548); + if (lookahead == 'A') ADVANCE(1582); END_STATE(); case 1495: - if (lookahead == 'N') ADVANCE(1549); + if (lookahead == 'O') ADVANCE(1583); END_STATE(); case 1496: - if (lookahead == 'Z') ADVANCE(1550); + if (lookahead == 'N') ADVANCE(1584); END_STATE(); case 1497: - if (lookahead == 'B') ADVANCE(1551); + if (lookahead == 'M') ADVANCE(1585); END_STATE(); case 1498: - if (lookahead == '_') ADVANCE(1552); + if (lookahead == 'O') ADVANCE(1586); END_STATE(); case 1499: - if (lookahead == 'U') ADVANCE(1553); + ACCEPT_TOKEN(anon_sym_MOZ_NORETURN); + if (lookahead == '_') ADVANCE(1587); END_STATE(); case 1500: - if (lookahead == 'N') ADVANCE(1554); + if (lookahead == 'F') ADVANCE(1588); END_STATE(); case 1501: - if (lookahead == 'D') ADVANCE(1555); + if (lookahead == 'M') ADVANCE(1589); END_STATE(); case 1502: - if (lookahead == 'N') ADVANCE(1556); + if (lookahead == 'I') ADVANCE(1590); END_STATE(); case 1503: - if (lookahead == 'A') ADVANCE(1557); + if (lookahead == 'I') ADVANCE(1591); END_STATE(); case 1504: - ACCEPT_TOKEN(anon_sym_MOZ_HEAP_CLASS); + if (lookahead == 'D') ADVANCE(1592); END_STATE(); case 1505: - if (lookahead == 'P') ADVANCE(1558); + if (lookahead == 'E') ADVANCE(1593); END_STATE(); case 1506: - if (lookahead == 'D') ADVANCE(1559); + if (lookahead == 'B') ADVANCE(1594); END_STATE(); case 1507: - if (lookahead == 'N') ADVANCE(1560); + if (lookahead == 'N') ADVANCE(1595); END_STATE(); case 1508: - if (lookahead == 'R') ADVANCE(1561); + if (lookahead == 'A') ADVANCE(1596); END_STATE(); case 1509: - if (lookahead == 'E') ADVANCE(1562); + if (lookahead == '_') ADVANCE(1597); END_STATE(); case 1510: - if (lookahead == 'F') ADVANCE(1563); + if (lookahead == 'A') ADVANCE(1598); END_STATE(); case 1511: - if (lookahead == 'I') ADVANCE(1564); + if (lookahead == 'L') ADVANCE(1599); END_STATE(); case 1512: - if (lookahead == 'N') ADVANCE(1565); + if (lookahead == 'O') ADVANCE(1600); END_STATE(); case 1513: - if (lookahead == 'Y') ADVANCE(1566); + if (lookahead == 'Y') ADVANCE(1601); END_STATE(); case 1514: - if (lookahead == 'O') ADVANCE(1567); + if (lookahead == 'C') ADVANCE(1602); END_STATE(); case 1515: - if (lookahead == 'T') ADVANCE(1568); + if (lookahead == 'C') ADVANCE(1603); END_STATE(); case 1516: - if (lookahead == 'N') ADVANCE(1569); + if (lookahead == 'E') ADVANCE(1604); END_STATE(); case 1517: - if (lookahead == 'A') ADVANCE(1570); + if (lookahead == 'I') ADVANCE(1605); END_STATE(); case 1518: - if (lookahead == 'T') ADVANCE(1571); + if (lookahead == 'E') ADVANCE(1606); END_STATE(); case 1519: - if (lookahead == 'L') ADVANCE(1572); + if (lookahead == 'G') ADVANCE(1607); END_STATE(); case 1520: - if (lookahead == 'A') ADVANCE(1573); + if (lookahead == 'E') ADVANCE(1608); END_STATE(); case 1521: - if (lookahead == '_') ADVANCE(1574); + if (lookahead == 'E') ADVANCE(1609); END_STATE(); case 1522: - if (lookahead == 'A') ADVANCE(1575); + if (lookahead == 'T') ADVANCE(1610); END_STATE(); case 1523: - if (lookahead == 'T') ADVANCE(1576); + if (lookahead == 'C') ADVANCE(1611); END_STATE(); case 1524: - if (lookahead == 'R') ADVANCE(1577); + if (lookahead == 'P') ADVANCE(1612); END_STATE(); case 1525: - if (lookahead == 'T') ADVANCE(1578); + if (lookahead == 'T') ADVANCE(1613); END_STATE(); case 1526: - if (lookahead == 'G') ADVANCE(1579); + if (lookahead == 'E') ADVANCE(1614); END_STATE(); case 1527: - if (lookahead == 'E') ADVANCE(1580); + if (lookahead == 'A') ADVANCE(1615); END_STATE(); case 1528: - if (lookahead == 'T') ADVANCE(1581); + if (lookahead == 'U') ADVANCE(1616); END_STATE(); case 1529: - ACCEPT_TOKEN(anon_sym_MOZ_OWNING_REF); + if (lookahead == 'N') ADVANCE(1617); END_STATE(); case 1530: - if (lookahead == 'E') ADVANCE(1582); + if (lookahead == '_') ADVANCE(1618); END_STATE(); case 1531: - if (lookahead == 'R') ADVANCE(1583); + ACCEPT_TOKEN(anon_sym___vectorcall); END_STATE(); case 1532: - if (lookahead == 'L') ADVANCE(1584); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1533: - if (lookahead == 'A') ADVANCE(1585); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1534: - if (lookahead == 'S') ADVANCE(1586); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1535: - if (lookahead == 'S') ADVANCE(1587); + if (lookahead == 't') ADVANCE(1619); END_STATE(); case 1536: - if (lookahead == 'A') ADVANCE(1588); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1537: - if (lookahead == 'C') ADVANCE(1589); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1538: - if (lookahead == 'O') ADVANCE(1590); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1539: - if (lookahead == 'L') ADVANCE(1591); + if (lookahead == '_') ADVANCE(1620); END_STATE(); case 1540: - ACCEPT_TOKEN(anon_sym_MOZ_UNSAFE_REF); + if (lookahead == '_') ADVANCE(1621); END_STATE(); case 1541: - if (lookahead == 'E') ADVANCE(1592); + if (lookahead == '_') ADVANCE(1622); END_STATE(); case 1542: - if (lookahead == '_') ADVANCE(1593); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1543: - if (lookahead == 'R') ADVANCE(1594); + if (lookahead == 'P') ADVANCE(1623); END_STATE(); case 1544: - if (lookahead == 'N') ADVANCE(1595); + if (lookahead == 'R') ADVANCE(1624); END_STATE(); case 1545: - if (lookahead == 'I') ADVANCE(1596); + if (lookahead == 'T') ADVANCE(1625); END_STATE(); case 1546: - if (lookahead == 'I') ADVANCE(1597); + if (lookahead == 'C') ADVANCE(1626); END_STATE(); case 1547: - if (lookahead == 'A') ADVANCE(1598); + if (lookahead == 'P') ADVANCE(1627); END_STATE(); case 1548: - ACCEPT_TOKEN(anon_sym_MOZ_FALLTHROUGH); + if (lookahead == 'T') ADVANCE(1628); END_STATE(); case 1549: - if (lookahead == 'T') ADVANCE(1599); + ACCEPT_TOKEN(anon_sym_LS_TRY_UNWRAP); END_STATE(); case 1550: - if (lookahead == 'E') ADVANCE(1600); + ACCEPT_TOKEN(anon_sym_MOZ_ALLOCATOR); END_STATE(); case 1551: - if (lookahead == 'L') ADVANCE(1601); + if (lookahead == 'P') ADVANCE(1629); END_STATE(); case 1552: - if (lookahead == 'I') ADVANCE(1602); + if (lookahead == 'L') ADVANCE(1630); END_STATE(); case 1553: - if (lookahead == 'R') ADVANCE(1603); + if (lookahead == 'K') ADVANCE(1631); END_STATE(); case 1554: - if (lookahead == 'I') ADVANCE(1604); + if (lookahead == 'C') ADVANCE(1632); END_STATE(); case 1555: - if (lookahead == '_') ADVANCE(1605); + if (lookahead == 'G') ADVANCE(1633); END_STATE(); case 1556: - if (lookahead == 'E') ADVANCE(1606); + if (lookahead == 'G') ADVANCE(1634); END_STATE(); case 1557: - if (lookahead == 'T') ADVANCE(1607); + if (lookahead == 'I') ADVANCE(1635); END_STATE(); case 1558: - if (lookahead == 'E') ADVANCE(1608); + if (lookahead == 'Y') ADVANCE(1636); END_STATE(); case 1559: - if (lookahead == 'E') ADVANCE(1609); + if (lookahead == '_') ADVANCE(1637); END_STATE(); case 1560: - if (lookahead == 'I') ADVANCE(1610); + if (lookahead == 'R') ADVANCE(1638); END_STATE(); case 1561: - if (lookahead == '_') ADVANCE(1611); + if (lookahead == 'T') ADVANCE(1639); END_STATE(); case 1562: - if (lookahead == 'D') ADVANCE(1612); + if (lookahead == 'A') ADVANCE(1640); END_STATE(); case 1563: - if (lookahead == 'T') ADVANCE(1613); + if (lookahead == 'E') ADVANCE(1641); END_STATE(); case 1564: - if (lookahead == 'D') ADVANCE(1614); + if (lookahead == 'G') ADVANCE(1642); END_STATE(); case 1565: - if (lookahead == '_') ADVANCE(1615); + if (lookahead == 'C') ADVANCE(1643); END_STATE(); case 1566: - if (lookahead == 'P') ADVANCE(1616); + if (lookahead == 'S') ADVANCE(1644); END_STATE(); case 1567: - if (lookahead == 'V') ADVANCE(1617); + if (lookahead == 'Y') ADVANCE(1645); END_STATE(); case 1568: - if (lookahead == 'A') ADVANCE(1618); + if (lookahead == 'I') ADVANCE(1646); END_STATE(); case 1569: - if (lookahead == 'E') ADVANCE(1619); + if (lookahead == 'I') ADVANCE(1647); END_STATE(); case 1570: - if (lookahead == 'S') ADVANCE(1620); + ACCEPT_TOKEN(anon_sym_MOZ_IS_REFPTR); END_STATE(); case 1571: - if (lookahead == 'U') ADVANCE(1621); + if (lookahead == 'T') ADVANCE(1648); END_STATE(); case 1572: - if (lookahead == 'E') ADVANCE(1622); + if (lookahead == 'S') ADVANCE(1649); END_STATE(); case 1573: - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'A') ADVANCE(1650); END_STATE(); case 1574: - if (lookahead == 'R') ADVANCE(1624); + if (lookahead == 'R') ADVANCE(1651); END_STATE(); case 1575: - if (lookahead == 'R') ADVANCE(1625); + if (lookahead == 'R') ADVANCE(1652); END_STATE(); case 1576: - if (lookahead == 'R') ADVANCE(1626); + if (lookahead == 'T') ADVANCE(1653); END_STATE(); case 1577: - if (lookahead == 'E') ADVANCE(1627); + if (lookahead == 'M') ADVANCE(1654); END_STATE(); case 1578: - if (lookahead == 'I') ADVANCE(1628); + if (lookahead == 'V') ADVANCE(1655); END_STATE(); case 1579: - if (lookahead == '_') ADVANCE(1629); + if (lookahead == 'I') ADVANCE(1656); END_STATE(); case 1580: - if (lookahead == '_') ADVANCE(1630); + if (lookahead == 'L') ADVANCE(1657); END_STATE(); case 1581: - if (lookahead == 'O') ADVANCE(1631); + if (lookahead == 'E') ADVANCE(1658); END_STATE(); case 1582: - if (lookahead == '_') ADVANCE(1632); + if (lookahead == 'B') ADVANCE(1659); END_STATE(); case 1583: - if (lookahead == 'E') ADVANCE(1633); + if (lookahead == 'V') ADVANCE(1660); END_STATE(); case 1584: - if (lookahead == 'E') ADVANCE(1634); + if (lookahead == 'G') ADVANCE(1661); END_STATE(); case 1585: - if (lookahead == 'S') ADVANCE(1635); + ACCEPT_TOKEN(anon_sym_MOZ_NON_PARAM); END_STATE(); case 1586: - ACCEPT_TOKEN(anon_sym_MOZ_STACK_CLASS); + if (lookahead == 'R') ADVANCE(1662); END_STATE(); case 1587: - if (lookahead == 'S') ADVANCE(1636); + if (lookahead == 'P') ADVANCE(1663); END_STATE(); case 1588: - if (lookahead == 'L') ADVANCE(1637); + if (lookahead == '_') ADVANCE(1664); END_STATE(); case 1589: - if (lookahead == 'L') ADVANCE(1638); + if (lookahead == 'E') ADVANCE(1665); END_STATE(); case 1590: - if (lookahead == 'R') ADVANCE(1639); + if (lookahead == 'N') ADVANCE(1666); END_STATE(); case 1591: - if (lookahead == 'I') ADVANCE(1640); + if (lookahead == 'Z') ADVANCE(1667); END_STATE(); case 1592: - if (lookahead == 'D') ADVANCE(176); + if (lookahead == '_') ADVANCE(1668); END_STATE(); case 1593: - if (lookahead == 'H') ADVANCE(1641); + if (lookahead == 'F') ADVANCE(1669); END_STATE(); case 1594: - if (lookahead == 'A') ADVANCE(1642); + if (lookahead == 'L') ADVANCE(1670); END_STATE(); case 1595: - if (lookahead == 'E') ADVANCE(1643); + if (lookahead == 'O') ADVANCE(1671); END_STATE(); case 1596: - if (lookahead == 'S') ADVANCE(1644); + if (lookahead == 'B') ADVANCE(1672); END_STATE(); case 1597: - if (lookahead == 'P') ADVANCE(1645); + if (lookahead == 'B') ADVANCE(1673); END_STATE(); case 1598: - if (lookahead == 'R') ADVANCE(1646); + if (lookahead == 'S') ADVANCE(1674); END_STATE(); case 1599: - if (lookahead == 'F') ADVANCE(1647); + if (lookahead == 'A') ADVANCE(1675); END_STATE(); case 1600: - if (lookahead == 'R') ADVANCE(1648); + if (lookahead == 'C') ADVANCE(1676); END_STATE(); case 1601: - if (lookahead == 'A') ADVANCE(1649); + if (lookahead == '_') ADVANCE(1677); END_STATE(); case 1602: - if (lookahead == 'N') ADVANCE(1650); + if (lookahead == 'T') ADVANCE(1678); END_STATE(); case 1603: - if (lookahead == 'N') ADVANCE(1651); + if (lookahead == 'K') ADVANCE(1679); END_STATE(); case 1604: - if (lookahead == 'T') ADVANCE(1652); + if (lookahead == 'F') ADVANCE(1680); END_STATE(); case 1605: - if (lookahead == 'O') ADVANCE(1653); + ACCEPT_TOKEN(anon_sym_MOZ_XPCOM_ABI); END_STATE(); case 1606: - if (lookahead == 'D') ADVANCE(1654); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 1607: - if (lookahead == 'O') ADVANCE(1655); + if (lookahead == 'N') ADVANCE(1681); END_STATE(); case 1608: - if (lookahead == '_') ADVANCE(1656); + if (lookahead == 'T') ADVANCE(1682); END_STATE(); case 1609: - if (lookahead == '_') ADVANCE(1657); + if (lookahead == 'S') ADVANCE(1683); END_STATE(); case 1610: - if (lookahead == 'T') ADVANCE(1658); + if (lookahead == 'R') ADVANCE(1684); END_STATE(); case 1611: - if (lookahead == 'T') ADVANCE(1659); + if (lookahead == 'T') ADVANCE(1685); END_STATE(); case 1612: - ACCEPT_TOKEN(anon_sym_MOZ_MAYBE_UNUSED); + ACCEPT_TOKEN(anon_sym_QM_TRY_UNWRAP); END_STATE(); case 1613: - if (lookahead == 'E') ADVANCE(1660); + if (lookahead == 'R') ADVANCE(1686); END_STATE(); case 1614: - if (lookahead == 'E') ADVANCE(1661); + if (lookahead == 'C') ADVANCE(1687); END_STATE(); case 1615: - if (lookahead == 'F') ADVANCE(1662); + if (lookahead == 'P') ADVANCE(1688); END_STATE(); case 1616: - if (lookahead == 'E') ADVANCE(1663); + if (lookahead == 'S') ADVANCE(1689); END_STATE(); case 1617: - if (lookahead == 'A') ADVANCE(1664); + if (lookahead == 'G') ADVANCE(184); END_STATE(); case 1618: - if (lookahead == 'B') ADVANCE(1665); + ACCEPT_TOKEN(anon_sym___attribute__); END_STATE(); case 1619: - ACCEPT_TOKEN(anon_sym_MOZ_NEVER_INLINE); - if (lookahead == '_') ADVANCE(1666); + ACCEPT_TOKEN(anon_sym_static_assert); END_STATE(); case 1620: - if (lookahead == 'S') ADVANCE(1667); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1621: - if (lookahead == 'R') ADVANCE(1668); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1622: - ACCEPT_TOKEN(anon_sym_MOZ_NON_AUTOABLE); + if (lookahead == 't') ADVANCE(184); END_STATE(); case 1623: - if (lookahead == 'L') ADVANCE(1669); + if (lookahead == 'E') ADVANCE(1690); END_STATE(); case 1624: - if (lookahead == 'E') ADVANCE(1670); + if (lookahead == 'A') ADVANCE(1691); END_STATE(); case 1625: - if (lookahead == 'Y') ADVANCE(1671); + if (lookahead == 'T') ADVANCE(1692); END_STATE(); case 1626: - ACCEPT_TOKEN(anon_sym_MOZ_NORETURN_PTR); + if (lookahead == 'T') ADVANCE(1693); END_STATE(); case 1627: - if (lookahead == 'L') ADVANCE(1672); + ACCEPT_TOKEN(anon_sym_IDB_TRY_UNWRAP); END_STATE(); case 1628: - if (lookahead == 'C') ADVANCE(1673); + ACCEPT_TOKEN(anon_sym_LS_TRY_INSPECT); END_STATE(); case 1629: - if (lookahead == 'O') ADVANCE(1674); + if (lookahead == 'O') ADVANCE(1694); END_STATE(); case 1630: - if (lookahead == 'S') ADVANCE(1675); - if (lookahead == 'U') ADVANCE(1676); + if (lookahead == 'I') ADVANCE(1695); END_STATE(); case 1631: - if (lookahead == '_') ADVANCE(1677); + if (lookahead == 'L') ADVANCE(1696); END_STATE(); case 1632: - if (lookahead == 'N') ADVANCE(1678); + if (lookahead == 'R') ADVANCE(1697); END_STATE(); case 1633: - if (lookahead == 'T') ADVANCE(1679); + if (lookahead == 'U') ADVANCE(1698); END_STATE(); case 1634: - if (lookahead == '_') ADVANCE(1680); + if (lookahead == 'H') ADVANCE(1699); END_STATE(); case 1635: - if (lookahead == 'E') ADVANCE(1681); + if (lookahead == 'N') ADVANCE(1700); END_STATE(); case 1636: - ACCEPT_TOKEN(anon_sym_MOZ_STATIC_CLASS); + if (lookahead == 'Z') ADVANCE(1701); END_STATE(); case 1637: - if (lookahead == '_') ADVANCE(1682); + if (lookahead == 'B') ADVANCE(1702); END_STATE(); case 1638: - if (lookahead == 'A') ADVANCE(1683); + if (lookahead == '_') ADVANCE(1703); END_STATE(); case 1639: - if (lookahead == '_') ADVANCE(1684); + if (lookahead == 'U') ADVANCE(1704); END_STATE(); case 1640: - if (lookahead == 'S') ADVANCE(1685); + if (lookahead == 'N') ADVANCE(1705); END_STATE(); case 1641: - if (lookahead == 'A') ADVANCE(1686); + if (lookahead == 'D') ADVANCE(1706); END_STATE(); case 1642: - if (lookahead == 'R') ADVANCE(1687); + if (lookahead == 'N') ADVANCE(1707); END_STATE(); case 1643: - ACCEPT_TOKEN(anon_sym_MOZ_ALWAYS_INLINE); - if (lookahead == '_') ADVANCE(1688); + if (lookahead == 'A') ADVANCE(1708); END_STATE(); case 1644: - if (lookahead == 'T') ADVANCE(1689); + ACCEPT_TOKEN(anon_sym_MOZ_HEAP_CLASS); END_STATE(); case 1645: - if (lookahead == 'T') ADVANCE(1690); + if (lookahead == 'P') ADVANCE(1709); END_STATE(); case 1646: - if (lookahead == 'D') ADVANCE(1691); + if (lookahead == 'D') ADVANCE(1710); END_STATE(); case 1647: - ACCEPT_TOKEN(anon_sym_MOZ_FORMAT_PRINTF); + if (lookahead == 'N') ADVANCE(1711); END_STATE(); case 1648: - if (lookahead == '_') ADVANCE(1692); + if (lookahead == 'R') ADVANCE(1712); END_STATE(); case 1649: - if (lookahead == 'C') ADVANCE(1693); + if (lookahead == 'E') ADVANCE(1713); END_STATE(); case 1650: - if (lookahead == 'L') ADVANCE(1694); + if (lookahead == 'F') ADVANCE(1714); END_STATE(); case 1651: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NORETURN); - if (lookahead == '_') ADVANCE(1695); + if (lookahead == 'I') ADVANCE(1715); END_STATE(); case 1652: - if (lookahead == 'I') ADVANCE(1696); + if (lookahead == 'N') ADVANCE(1716); END_STATE(); case 1653: - if (lookahead == 'V') ADVANCE(1697); + if (lookahead == 'Y') ADVANCE(1717); END_STATE(); case 1654: - if (lookahead == '_') ADVANCE(1698); + if (lookahead == 'O') ADVANCE(1718); END_STATE(); case 1655: - if (lookahead == 'R') ADVANCE(1699); + if (lookahead == 'T') ADVANCE(1719); END_STATE(); case 1656: - if (lookahead == 'A') ADVANCE(1700); + if (lookahead == 'N') ADVANCE(1720); END_STATE(); case 1657: - if (lookahead == 'C') ADVANCE(1701); + if (lookahead == 'A') ADVANCE(1721); END_STATE(); case 1658: - ACCEPT_TOKEN(anon_sym_MOZ_IS_CLASS_INIT); + if (lookahead == 'T') ADVANCE(1722); END_STATE(); case 1659: - if (lookahead == 'O') ADVANCE(1702); + if (lookahead == 'L') ADVANCE(1723); END_STATE(); case 1660: - if (lookahead == 'R') ADVANCE(1703); + if (lookahead == 'A') ADVANCE(1724); END_STATE(); case 1661: - ACCEPT_TOKEN(anon_sym_MOZ_MUST_OVERRIDE); + if (lookahead == '_') ADVANCE(1725); END_STATE(); case 1662: - if (lookahead == 'R') ADVANCE(1704); + if (lookahead == 'A') ADVANCE(1726); END_STATE(); case 1663: - ACCEPT_TOKEN(anon_sym_MOZ_MUST_USE_TYPE); + if (lookahead == 'T') ADVANCE(1727); END_STATE(); case 1664: - if (lookahead == 'B') ADVANCE(1705); + if (lookahead == 'R') ADVANCE(1728); END_STATE(); case 1665: - if (lookahead == 'L') ADVANCE(1706); + if (lookahead == 'T') ADVANCE(1729); END_STATE(); case 1666: - if (lookahead == 'D') ADVANCE(1707); + if (lookahead == 'G') ADVANCE(1730); END_STATE(); case 1667: - ACCEPT_TOKEN(anon_sym_MOZ_NONHEAP_CLASS); + if (lookahead == 'E') ADVANCE(1731); END_STATE(); case 1668: - if (lookahead == 'N') ADVANCE(1708); + if (lookahead == 'T') ADVANCE(1732); END_STATE(); case 1669: - if (lookahead == 'E') ADVANCE(1709); + ACCEPT_TOKEN(anon_sym_MOZ_OWNING_REF); END_STATE(); case 1670: - if (lookahead == 'F') ADVANCE(1710); + if (lookahead == 'E') ADVANCE(1733); END_STATE(); case 1671: - if (lookahead == '_') ADVANCE(1711); + if (lookahead == 'R') ADVANCE(1734); END_STATE(); case 1672: - if (lookahead == 'E') ADVANCE(1712); + if (lookahead == 'L') ADVANCE(1735); END_STATE(); case 1673: - if (lookahead == '_') ADVANCE(1713); + if (lookahead == 'A') ADVANCE(1736); END_STATE(); case 1674: - if (lookahead == 'N') ADVANCE(1714); + if (lookahead == 'S') ADVANCE(1737); END_STATE(); case 1675: - if (lookahead == 'I') ADVANCE(1715); + if (lookahead == 'S') ADVANCE(1738); END_STATE(); case 1676: - if (lookahead == 'N') ADVANCE(1716); + if (lookahead == 'A') ADVANCE(1739); END_STATE(); case 1677: - if (lookahead == 'A') ADVANCE(1717); + if (lookahead == 'C') ADVANCE(1740); END_STATE(); case 1678: - if (lookahead == 'O') ADVANCE(1718); + if (lookahead == 'O') ADVANCE(1741); END_STATE(); case 1679: - if (lookahead == 'U') ADVANCE(1719); + if (lookahead == 'L') ADVANCE(1742); END_STATE(); case 1680: - if (lookahead == 'N') ADVANCE(1720); + ACCEPT_TOKEN(anon_sym_MOZ_UNSAFE_REF); END_STATE(); case 1681: - if (lookahead == '_') ADVANCE(1721); + if (lookahead == 'E') ADVANCE(1743); END_STATE(); case 1682: - if (lookahead == 'C') ADVANCE(1722); + ACCEPT_TOKEN(anon_sym_PS_GET_AND_SET); END_STATE(); case 1683: - if (lookahead == 'S') ADVANCE(1723); + if (lookahead == 'S') ADVANCE(1744); END_STATE(); case 1684: - if (lookahead == 'D') ADVANCE(1724); + if (lookahead == 'Y') ADVANCE(1745); END_STATE(); case 1685: - if (lookahead == 'T') ADVANCE(1725); + ACCEPT_TOKEN(anon_sym_QM_TRY_INSPECT); END_STATE(); case 1686: - if (lookahead == 'N') ADVANCE(1726); + if (lookahead == 'Y') ADVANCE(1746); END_STATE(); case 1687: - if (lookahead == 'Y') ADVANCE(1727); + if (lookahead == 'T') ADVANCE(1747); END_STATE(); case 1688: - if (lookahead == 'E') ADVANCE(1728); + ACCEPT_TOKEN(anon_sym_SDB_TRY_UNWRAP); END_STATE(); case 1689: - ACCEPT_TOKEN(anon_sym_MOZ_ASAN_BLACKLIST); + if (lookahead == '_') ADVANCE(1748); END_STATE(); case 1690: - ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT); - if (lookahead == '_') ADVANCE(1729); + if (lookahead == 'C') ADVANCE(1749); END_STATE(); case 1691: - if (lookahead == '_') ADVANCE(1730); + if (lookahead == 'P') ADVANCE(1750); END_STATE(); case 1692: - if (lookahead == 'N') ADVANCE(1731); + if (lookahead == 'R') ADVANCE(1751); END_STATE(); case 1693: - if (lookahead == 'K') ADVANCE(1732); + ACCEPT_TOKEN(anon_sym_IDB_TRY_INSPECT); END_STATE(); case 1694: - if (lookahead == 'I') ADVANCE(1733); + if (lookahead == 'R') ADVANCE(1752); END_STATE(); case 1695: - if (lookahead == 'P') ADVANCE(1734); + if (lookahead == 'N') ADVANCE(1753); END_STATE(); case 1696: - if (lookahead == 'Z') ADVANCE(1735); + if (lookahead == 'I') ADVANCE(1754); END_STATE(); case 1697: - if (lookahead == 'E') ADVANCE(1736); + if (lookahead == 'I') ADVANCE(1755); END_STATE(); case 1698: - if (lookahead == 'O') ADVANCE(1737); + if (lookahead == 'A') ADVANCE(1756); END_STATE(); case 1699: - ACCEPT_TOKEN(anon_sym_MOZ_HEAP_ALLOCATOR); + ACCEPT_TOKEN(anon_sym_MOZ_FALLTHROUGH); END_STATE(); case 1700: - if (lookahead == 'N') ADVANCE(1738); + if (lookahead == 'T') ADVANCE(1757); END_STATE(); case 1701: - if (lookahead == 'T') ADVANCE(1739); + if (lookahead == 'E') ADVANCE(1758); END_STATE(); case 1702: - if (lookahead == '_') ADVANCE(1740); + if (lookahead == 'L') ADVANCE(1759); END_STATE(); case 1703: - if (lookahead == '_') ADVANCE(1741); + if (lookahead == 'I') ADVANCE(1760); END_STATE(); case 1704: - if (lookahead == 'O') ADVANCE(1742); + if (lookahead == 'R') ADVANCE(1761); END_STATE(); case 1705: - if (lookahead == 'L') ADVANCE(1743); + if (lookahead == 'I') ADVANCE(1762); END_STATE(); case 1706: - if (lookahead == 'E') ADVANCE(1744); + if (lookahead == '_') ADVANCE(1763); END_STATE(); case 1707: - if (lookahead == 'E') ADVANCE(1745); + if (lookahead == 'E') ADVANCE(1764); END_STATE(); case 1708: - ACCEPT_TOKEN(anon_sym_MOZ_NONNULL_RETURN); + if (lookahead == 'T') ADVANCE(1765); END_STATE(); case 1709: - ACCEPT_TOKEN(anon_sym_MOZ_NON_MEMMOVABLE); + if (lookahead == 'E') ADVANCE(1766); END_STATE(); case 1710: - ACCEPT_TOKEN(anon_sym_MOZ_NON_OWNING_REF); + if (lookahead == 'E') ADVANCE(1767); END_STATE(); case 1711: - if (lookahead == 'C') ADVANCE(1746); + if (lookahead == 'I') ADVANCE(1768); END_STATE(); case 1712: - if (lookahead == 'A') ADVANCE(1747); + if (lookahead == '_') ADVANCE(1769); END_STATE(); case 1713: - if (lookahead == 'E') ADVANCE(1748); + if (lookahead == 'D') ADVANCE(1770); END_STATE(); case 1714: - if (lookahead == '_') ADVANCE(1749); + if (lookahead == 'T') ADVANCE(1771); END_STATE(); case 1715: - if (lookahead == 'G') ADVANCE(1750); + if (lookahead == 'D') ADVANCE(1772); END_STATE(); case 1716: - if (lookahead == 'S') ADVANCE(1751); + if (lookahead == '_') ADVANCE(1773); END_STATE(); case 1717: - if (lookahead == 'V') ADVANCE(1752); + if (lookahead == 'P') ADVANCE(1774); END_STATE(); case 1718: - if (lookahead == 'N') ADVANCE(1753); + if (lookahead == 'V') ADVANCE(1775); END_STATE(); case 1719: - if (lookahead == 'R') ADVANCE(1754); + if (lookahead == 'A') ADVANCE(1776); END_STATE(); case 1720: - if (lookahead == 'O') ADVANCE(1755); + if (lookahead == 'E') ADVANCE(1777); END_STATE(); case 1721: - if (lookahead == 'M') ADVANCE(1756); + if (lookahead == 'S') ADVANCE(1778); END_STATE(); case 1722: - if (lookahead == 'L') ADVANCE(1757); + if (lookahead == 'U') ADVANCE(1779); END_STATE(); case 1723: - if (lookahead == 'S') ADVANCE(1758); + if (lookahead == 'E') ADVANCE(1780); END_STATE(); case 1724: - if (lookahead == 'T') ADVANCE(1759); + if (lookahead == 'B') ADVANCE(1781); END_STATE(); case 1725: - ACCEPT_TOKEN(anon_sym_MOZ_TSAN_BLACKLIST); + if (lookahead == 'R') ADVANCE(1782); END_STATE(); case 1726: - if (lookahead == 'D') ADVANCE(1760); + if (lookahead == 'R') ADVANCE(1783); END_STATE(); case 1727: - ACCEPT_TOKEN(anon_sym_MOZ_ALLOW_TEMPORARY); + if (lookahead == 'R') ADVANCE(1784); END_STATE(); case 1728: - if (lookahead == 'V') ADVANCE(1761); + if (lookahead == 'E') ADVANCE(1785); END_STATE(); case 1729: - if (lookahead == 'B') ADVANCE(1762); - if (lookahead == 'F') ADVANCE(1763); + if (lookahead == 'I') ADVANCE(1786); END_STATE(); case 1730: - if (lookahead == 'O') ADVANCE(1764); + if (lookahead == '_') ADVANCE(1787); END_STATE(); case 1731: - if (lookahead == 'O') ADVANCE(1765); + if (lookahead == '_') ADVANCE(1788); END_STATE(); case 1732: - if (lookahead == 'L') ADVANCE(1766); + if (lookahead == 'O') ADVANCE(1789); END_STATE(); case 1733: - if (lookahead == 'N') ADVANCE(1767); + if (lookahead == '_') ADVANCE(1790); END_STATE(); case 1734: - if (lookahead == 'T') ADVANCE(1768); + if (lookahead == 'E') ADVANCE(1791); END_STATE(); case 1735: - if (lookahead == 'E') ADVANCE(1769); + if (lookahead == 'E') ADVANCE(1792); END_STATE(); case 1736: - if (lookahead == 'R') ADVANCE(1770); + if (lookahead == 'S') ADVANCE(1793); END_STATE(); case 1737: - if (lookahead == 'V') ADVANCE(1771); + ACCEPT_TOKEN(anon_sym_MOZ_STACK_CLASS); END_STATE(); case 1738: - if (lookahead == 'N') ADVANCE(1772); + if (lookahead == 'S') ADVANCE(1794); END_STATE(); case 1739: - if (lookahead == 'O') ADVANCE(1773); + if (lookahead == 'L') ADVANCE(1795); END_STATE(); case 1740: - if (lookahead == 'R') ADVANCE(1774); + if (lookahead == 'L') ADVANCE(1796); END_STATE(); case 1741: - if (lookahead == 'M') ADVANCE(1775); + if (lookahead == 'R') ADVANCE(1797); END_STATE(); case 1742: - if (lookahead == 'M') ADVANCE(1776); + if (lookahead == 'I') ADVANCE(1798); END_STATE(); case 1743: - if (lookahead == 'E') ADVANCE(1777); + if (lookahead == 'D') ADVANCE(184); END_STATE(); case 1744: - if (lookahead == '_') ADVANCE(1778); + ACCEPT_TOKEN(anon_sym_PS_GET_LOCKLESS); END_STATE(); case 1745: - if (lookahead == 'B') ADVANCE(1779); + if (lookahead == '_') ADVANCE(1799); END_STATE(); case 1746: - if (lookahead == 'L') ADVANCE(1780); + if (lookahead == '_') ADVANCE(1800); END_STATE(); case 1747: - if (lookahead == 'S') ADVANCE(1781); + ACCEPT_TOKEN(anon_sym_SDB_TRY_INSPECT); END_STATE(); case 1748: - if (lookahead == 'X') ADVANCE(1782); + if (lookahead == 'H') ADVANCE(1801); END_STATE(); case 1749: - if (lookahead == 'T') ADVANCE(1783); + if (lookahead == 'T') ADVANCE(1802); END_STATE(); case 1750: - if (lookahead == 'N') ADVANCE(1784); + ACCEPT_TOKEN(anon_sym_CACHE_TRY_UNWRAP); END_STATE(); case 1751: - if (lookahead == 'I') ADVANCE(1785); + if (lookahead == 'I') ADVANCE(1803); END_STATE(); case 1752: - if (lookahead == 'O') ADVANCE(1786); + if (lookahead == 'A') ADVANCE(1804); END_STATE(); case 1753: - if (lookahead == 'T') ADVANCE(1787); + if (lookahead == 'E') ADVANCE(1805); END_STATE(); case 1754: - if (lookahead == 'N') ADVANCE(1788); + if (lookahead == 'S') ADVANCE(1806); END_STATE(); case 1755: - if (lookahead == 'N') ADVANCE(1789); + if (lookahead == 'P') ADVANCE(1807); END_STATE(); case 1756: - if (lookahead == 'E') ADVANCE(1790); + if (lookahead == 'R') ADVANCE(1808); END_STATE(); case 1757: - if (lookahead == 'A') ADVANCE(1791); + if (lookahead == 'F') ADVANCE(1809); END_STATE(); case 1758: - ACCEPT_TOKEN(anon_sym_MOZ_TEMPORARY_CLASS); + if (lookahead == 'R') ADVANCE(1810); END_STATE(); case 1759: - if (lookahead == 'O') ADVANCE(1792); + if (lookahead == 'A') ADVANCE(1811); END_STATE(); case 1760: - if (lookahead == 'L') ADVANCE(1793); + if (lookahead == 'N') ADVANCE(1812); END_STATE(); case 1761: - if (lookahead == 'E') ADVANCE(1794); + if (lookahead == 'N') ADVANCE(1813); END_STATE(); case 1762: - if (lookahead == 'O') ADVANCE(1795); + if (lookahead == 'T') ADVANCE(1814); END_STATE(); case 1763: - if (lookahead == 'O') ADVANCE(1796); + if (lookahead == 'O') ADVANCE(1815); END_STATE(); case 1764: - if (lookahead == 'B') ADVANCE(1797); + if (lookahead == 'D') ADVANCE(1816); END_STATE(); case 1765: - if (lookahead == 'R') ADVANCE(1798); + if (lookahead == 'O') ADVANCE(1817); END_STATE(); case 1766: - if (lookahead == 'I') ADVANCE(1799); + if (lookahead == '_') ADVANCE(1818); END_STATE(); case 1767: - if (lookahead == 'E') ADVANCE(1800); + if (lookahead == '_') ADVANCE(1819); END_STATE(); case 1768: - if (lookahead == 'R') ADVANCE(1801); + if (lookahead == 'T') ADVANCE(1820); END_STATE(); case 1769: - if (lookahead == '_') ADVANCE(1802); + if (lookahead == 'T') ADVANCE(1821); END_STATE(); case 1770: - if (lookahead == 'F') ADVANCE(1803); + ACCEPT_TOKEN(anon_sym_MOZ_MAYBE_UNUSED); END_STATE(); case 1771: - if (lookahead == 'E') ADVANCE(1804); + if (lookahead == 'E') ADVANCE(1822); END_STATE(); case 1772: - if (lookahead == 'O') ADVANCE(1805); + if (lookahead == 'E') ADVANCE(1823); END_STATE(); case 1773: - if (lookahead == 'R') ADVANCE(1806); + if (lookahead == 'F') ADVANCE(1824); END_STATE(); case 1774: - if (lookahead == 'E') ADVANCE(1807); + if (lookahead == 'E') ADVANCE(1825); END_STATE(); case 1775: - if (lookahead == 'U') ADVANCE(1808); + if (lookahead == 'A') ADVANCE(1826); END_STATE(); case 1776: - if (lookahead == '_') ADVANCE(1809); + if (lookahead == 'B') ADVANCE(1827); END_STATE(); case 1777: - if (lookahead == '_') ADVANCE(1810); + ACCEPT_TOKEN(anon_sym_MOZ_NEVER_INLINE); + if (lookahead == '_') ADVANCE(1828); END_STATE(); case 1778: - if (lookahead == 'T') ADVANCE(1811); + if (lookahead == 'S') ADVANCE(1829); END_STATE(); case 1779: - if (lookahead == 'U') ADVANCE(1812); + if (lookahead == 'R') ADVANCE(1830); END_STATE(); case 1780: - if (lookahead == 'A') ADVANCE(1813); + ACCEPT_TOKEN(anon_sym_MOZ_NON_AUTOABLE); END_STATE(); case 1781: - if (lookahead == 'E') ADVANCE(1814); + if (lookahead == 'L') ADVANCE(1831); END_STATE(); case 1782: - if (lookahead == 'P') ADVANCE(1815); + if (lookahead == 'E') ADVANCE(1832); END_STATE(); case 1783: - if (lookahead == 'E') ADVANCE(1816); + if (lookahead == 'Y') ADVANCE(1833); END_STATE(); case 1784: - if (lookahead == 'E') ADVANCE(1817); + ACCEPT_TOKEN(anon_sym_MOZ_NORETURN_PTR); END_STATE(); case 1785: - if (lookahead == 'G') ADVANCE(1818); + if (lookahead == 'L') ADVANCE(1834); END_STATE(); case 1786: - if (lookahead == 'I') ADVANCE(1819); + if (lookahead == 'C') ADVANCE(1835); END_STATE(); case 1787: - if (lookahead == 'R') ADVANCE(1820); + if (lookahead == 'O') ADVANCE(1836); END_STATE(); case 1788: - if (lookahead == '_') ADVANCE(1821); + if (lookahead == 'S') ADVANCE(1837); + if (lookahead == 'U') ADVANCE(1838); END_STATE(); case 1789: - if (lookahead == 'T') ADVANCE(1822); + if (lookahead == '_') ADVANCE(1839); END_STATE(); case 1790: - if (lookahead == 'T') ADVANCE(1823); + if (lookahead == 'N') ADVANCE(1840); END_STATE(); case 1791: - if (lookahead == 'S') ADVANCE(1824); + if (lookahead == 'T') ADVANCE(1841); END_STATE(); case 1792: - if (lookahead == 'R') ADVANCE(1825); + if (lookahead == '_') ADVANCE(1842); END_STATE(); case 1793: - if (lookahead == 'E') ADVANCE(176); + if (lookahead == 'E') ADVANCE(1843); END_STATE(); case 1794: - if (lookahead == 'N') ADVANCE(1826); + ACCEPT_TOKEN(anon_sym_MOZ_STATIC_CLASS); END_STATE(); case 1795: - if (lookahead == 'U') ADVANCE(1827); + if (lookahead == '_') ADVANCE(1844); END_STATE(); case 1796: - if (lookahead == 'R') ADVANCE(1828); + if (lookahead == 'A') ADVANCE(1845); END_STATE(); case 1797: - if (lookahead == 'J') ADVANCE(1829); + if (lookahead == '_') ADVANCE(1846); END_STATE(); case 1798: - if (lookahead == 'E') ADVANCE(1830); + if (lookahead == 'S') ADVANCE(1847); END_STATE(); case 1799: - if (lookahead == 'S') ADVANCE(1831); + if (lookahead == 'U') ADVANCE(1848); END_STATE(); case 1800: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NEVER_INLINE); + if (lookahead == 'U') ADVANCE(1849); END_STATE(); case 1801: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NORETURN_PTR); + if (lookahead == 'A') ADVANCE(1850); END_STATE(); case 1802: - if (lookahead == 'A') ADVANCE(1832); + ACCEPT_TOKEN(anon_sym_CACHE_TRY_INSPECT); END_STATE(); case 1803: - if (lookahead == 'L') ADVANCE(1833); + if (lookahead == 'B') ADVANCE(1851); END_STATE(); case 1804: - if (lookahead == 'R') ADVANCE(1834); + if (lookahead == 'R') ADVANCE(1852); END_STATE(); case 1805: - if (lookahead == 'T') ADVANCE(1835); + ACCEPT_TOKEN(anon_sym_MOZ_ALWAYS_INLINE); + if (lookahead == '_') ADVANCE(1853); END_STATE(); case 1806: - ACCEPT_TOKEN(anon_sym_MOZ_INIT_OUTSIDE_CTOR); + if (lookahead == 'T') ADVANCE(1854); END_STATE(); case 1807: - if (lookahead == 'F') ADVANCE(1836); + if (lookahead == 'T') ADVANCE(1855); END_STATE(); case 1808: - if (lookahead == 'S') ADVANCE(1837); + if (lookahead == 'D') ADVANCE(1856); END_STATE(); case 1809: - if (lookahead == 'C') ADVANCE(1838); + ACCEPT_TOKEN(anon_sym_MOZ_FORMAT_PRINTF); END_STATE(); case 1810: - if (lookahead == 'M') ADVANCE(1839); - if (lookahead == 'T') ADVANCE(1840); + if (lookahead == '_') ADVANCE(1857); END_STATE(); case 1811: - if (lookahead == 'Y') ADVANCE(1841); + if (lookahead == 'C') ADVANCE(1858); END_STATE(); case 1812: - if (lookahead == 'G') ADVANCE(1842); + if (lookahead == 'L') ADVANCE(1859); END_STATE(); case 1813: - if (lookahead == 'S') ADVANCE(1843); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NORETURN); + if (lookahead == '_') ADVANCE(1860); END_STATE(); case 1814: - if (lookahead == '_') ADVANCE(1844); + if (lookahead == 'I') ADVANCE(1861); END_STATE(); case 1815: - if (lookahead == 'R') ADVANCE(1845); + if (lookahead == 'V') ADVANCE(1862); END_STATE(); case 1816: - if (lookahead == 'M') ADVANCE(1846); + if (lookahead == '_') ADVANCE(1863); END_STATE(); case 1817: - if (lookahead == 'D') ADVANCE(1847); + if (lookahead == 'R') ADVANCE(1864); END_STATE(); case 1818: - if (lookahead == 'N') ADVANCE(1848); + if (lookahead == 'A') ADVANCE(1865); END_STATE(); case 1819: - if (lookahead == 'D') ADVANCE(1849); + if (lookahead == 'C') ADVANCE(1866); END_STATE(); case 1820: - if (lookahead == 'I') ADVANCE(1850); + ACCEPT_TOKEN(anon_sym_MOZ_IS_CLASS_INIT); END_STATE(); case 1821: - if (lookahead == 'F') ADVANCE(1851); + if (lookahead == 'O') ADVANCE(1867); END_STATE(); case 1822: - if (lookahead == 'R') ADVANCE(1852); + if (lookahead == 'R') ADVANCE(1868); END_STATE(); case 1823: - if (lookahead == 'H') ADVANCE(1853); + ACCEPT_TOKEN(anon_sym_MOZ_MUST_OVERRIDE); END_STATE(); case 1824: - if (lookahead == 'S') ADVANCE(1854); + if (lookahead == 'R') ADVANCE(1869); END_STATE(); case 1825: - ACCEPT_TOKEN(anon_sym_MOZ_TRIVIAL_CTOR_DTOR); + ACCEPT_TOKEN(anon_sym_MOZ_MUST_USE_TYPE); END_STATE(); case 1826: - if (lookahead == '_') ADVANCE(1855); + if (lookahead == 'B') ADVANCE(1870); END_STATE(); case 1827: - if (lookahead == 'N') ADVANCE(1856); + if (lookahead == 'L') ADVANCE(1871); END_STATE(); case 1828: - if (lookahead == '_') ADVANCE(1857); + if (lookahead == 'D') ADVANCE(1872); END_STATE(); case 1829: - if (lookahead == 'E') ADVANCE(1858); + ACCEPT_TOKEN(anon_sym_MOZ_NONHEAP_CLASS); END_STATE(); case 1830: - if (lookahead == 'T') ADVANCE(1859); + if (lookahead == 'N') ADVANCE(1873); END_STATE(); case 1831: - if (lookahead == 'T') ADVANCE(1860); + if (lookahead == 'E') ADVANCE(1874); END_STATE(); case 1832: - if (lookahead == 'T') ADVANCE(1861); + if (lookahead == 'F') ADVANCE(1875); END_STATE(); case 1833: - if (lookahead == 'O') ADVANCE(1862); + if (lookahead == '_') ADVANCE(1876); END_STATE(); case 1834: - if (lookahead == 'F') ADVANCE(1863); + if (lookahead == 'E') ADVANCE(1877); END_STATE(); case 1835: - if (lookahead == 'A') ADVANCE(1864); + if (lookahead == '_') ADVANCE(1878); END_STATE(); case 1836: - if (lookahead == 'C') ADVANCE(1865); + if (lookahead == 'N') ADVANCE(1879); END_STATE(); case 1837: - if (lookahead == 'T') ADVANCE(1866); + if (lookahead == 'I') ADVANCE(1880); END_STATE(); case 1838: - if (lookahead == 'A') ADVANCE(1867); + if (lookahead == 'N') ADVANCE(1881); END_STATE(); case 1839: - if (lookahead == 'E') ADVANCE(1868); + if (lookahead == 'A') ADVANCE(1882); END_STATE(); case 1840: - if (lookahead == 'Y') ADVANCE(1869); + if (lookahead == 'O') ADVANCE(1883); END_STATE(); case 1841: - if (lookahead == 'P') ADVANCE(1870); + if (lookahead == 'U') ADVANCE(1884); END_STATE(); case 1842: - ACCEPT_TOKEN(anon_sym_MOZ_NEVER_INLINE_DEBUG); + if (lookahead == 'N') ADVANCE(1885); END_STATE(); case 1843: - if (lookahead == 'S') ADVANCE(1871); + if (lookahead == '_') ADVANCE(1886); END_STATE(); case 1844: - if (lookahead == 'O') ADVANCE(1872); + if (lookahead == 'C') ADVANCE(1887); END_STATE(); case 1845: - if (lookahead == '_') ADVANCE(1873); + if (lookahead == 'S') ADVANCE(1888); END_STATE(); case 1846: - if (lookahead == 'P') ADVANCE(1874); + if (lookahead == 'D') ADVANCE(1889); END_STATE(); case 1847: - if (lookahead == '_') ADVANCE(1875); + if (lookahead == 'T') ADVANCE(1890); END_STATE(); case 1848: - if (lookahead == 'E') ADVANCE(1876); + if (lookahead == 'N') ADVANCE(1891); END_STATE(); case 1849: - if (lookahead == '_') ADVANCE(1877); + if (lookahead == 'N') ADVANCE(1892); END_STATE(); case 1850: - if (lookahead == 'V') ADVANCE(1878); + if (lookahead == 'N') ADVANCE(1893); END_STATE(); case 1851: - if (lookahead == 'O') ADVANCE(1879); + if (lookahead == 'U') ADVANCE(1894); END_STATE(); case 1852: - if (lookahead == 'I') ADVANCE(1880); + if (lookahead == 'Y') ADVANCE(1895); END_STATE(); case 1853: - if (lookahead == 'O') ADVANCE(1881); + if (lookahead == 'E') ADVANCE(1896); END_STATE(); case 1854: - ACCEPT_TOKEN(anon_sym_MOZ_STATIC_LOCAL_CLASS); + ACCEPT_TOKEN(anon_sym_MOZ_ASAN_BLACKLIST); END_STATE(); case 1855: - if (lookahead == 'D') ADVANCE(1882); + ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT); + if (lookahead == '_') ADVANCE(1897); END_STATE(); case 1856: - if (lookahead == 'D') ADVANCE(1883); + if (lookahead == '_') ADVANCE(1898); END_STATE(); case 1857: - if (lookahead == 'D') ADVANCE(1884); + if (lookahead == 'N') ADVANCE(1899); END_STATE(); case 1858: - if (lookahead == 'C') ADVANCE(1885); + if (lookahead == 'K') ADVANCE(1900); END_STATE(); case 1859: - if (lookahead == 'U') ADVANCE(1886); + if (lookahead == 'I') ADVANCE(1901); END_STATE(); case 1860: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_ASAN_BLACKLIST); + if (lookahead == 'P') ADVANCE(1902); END_STATE(); case 1861: - if (lookahead == 'T') ADVANCE(1887); + if (lookahead == 'Z') ADVANCE(1903); END_STATE(); case 1862: - if (lookahead == 'W') ADVANCE(1888); + if (lookahead == 'E') ADVANCE(1904); END_STATE(); case 1863: - if (lookahead == 'L') ADVANCE(1889); + if (lookahead == 'O') ADVANCE(1905); END_STATE(); case 1864: - if (lookahead == 'T') ADVANCE(1890); + ACCEPT_TOKEN(anon_sym_MOZ_HEAP_ALLOCATOR); END_STATE(); case 1865: - if (lookahead == 'O') ADVANCE(1891); + if (lookahead == 'N') ADVANCE(1906); END_STATE(); case 1866: - if (lookahead == '_') ADVANCE(1892); + if (lookahead == 'T') ADVANCE(1907); END_STATE(); case 1867: - if (lookahead == 'L') ADVANCE(1893); + if (lookahead == '_') ADVANCE(1908); END_STATE(); case 1868: - if (lookahead == 'M') ADVANCE(1894); + if (lookahead == '_') ADVANCE(1909); END_STATE(); case 1869: - if (lookahead == 'P') ADVANCE(1895); + if (lookahead == 'O') ADVANCE(1910); END_STATE(); case 1870: - if (lookahead == 'E') ADVANCE(1896); + if (lookahead == 'L') ADVANCE(1911); END_STATE(); case 1871: - ACCEPT_TOKEN(anon_sym_MOZ_NON_TEMPORARY_CLASS); + if (lookahead == 'E') ADVANCE(1912); END_STATE(); case 1872: - if (lookahead == 'N') ADVANCE(1897); + if (lookahead == 'E') ADVANCE(1913); END_STATE(); case 1873: - if (lookahead == 'I') ADVANCE(1898); + ACCEPT_TOKEN(anon_sym_MOZ_NONNULL_RETURN); END_STATE(); case 1874: - if (lookahead == 'O') ADVANCE(1899); + ACCEPT_TOKEN(anon_sym_MOZ_NON_MEMMOVABLE); END_STATE(); case 1875: - if (lookahead == 'O') ADVANCE(1900); + ACCEPT_TOKEN(anon_sym_MOZ_NON_OWNING_REF); END_STATE(); case 1876: - if (lookahead == 'D') ADVANCE(1901); + if (lookahead == 'C') ADVANCE(1914); END_STATE(); case 1877: - if (lookahead == 'S') ADVANCE(1902); + if (lookahead == 'A') ADVANCE(1915); END_STATE(); case 1878: - if (lookahead == 'I') ADVANCE(1903); + if (lookahead == 'E') ADVANCE(1916); END_STATE(); case 1879: - if (lookahead == 'R') ADVANCE(1904); + if (lookahead == '_') ADVANCE(1917); END_STATE(); case 1880: - if (lookahead == 'V') ADVANCE(1905); + if (lookahead == 'G') ADVANCE(1918); END_STATE(); case 1881: - if (lookahead == 'D') ADVANCE(1906); + if (lookahead == 'S') ADVANCE(1919); END_STATE(); case 1882: - if (lookahead == 'E') ADVANCE(1907); + if (lookahead == 'V') ADVANCE(1920); END_STATE(); case 1883: - if (lookahead == 'A') ADVANCE(1908); + if (lookahead == 'N') ADVANCE(1921); END_STATE(); case 1884: - if (lookahead == 'E') ADVANCE(1909); + if (lookahead == 'R') ADVANCE(1922); END_STATE(); case 1885: - if (lookahead == 'T') ADVANCE(1910); + if (lookahead == 'O') ADVANCE(1923); END_STATE(); case 1886: - if (lookahead == 'R') ADVANCE(1911); + if (lookahead == 'M') ADVANCE(1924); END_STATE(); case 1887: - if (lookahead == 'R') ADVANCE(1912); + if (lookahead == 'L') ADVANCE(1925); END_STATE(); case 1888: - if (lookahead == '_') ADVANCE(1913); + if (lookahead == 'S') ADVANCE(1926); END_STATE(); case 1889: - if (lookahead == 'O') ADVANCE(1914); + if (lookahead == 'T') ADVANCE(1927); END_STATE(); case 1890: - if (lookahead == 'I') ADVANCE(1915); + ACCEPT_TOKEN(anon_sym_MOZ_TSAN_BLACKLIST); END_STATE(); case 1891: - if (lookahead == 'U') ADVANCE(1916); + if (lookahead == 'W') ADVANCE(1928); END_STATE(); case 1892: - if (lookahead == 'R') ADVANCE(1917); + if (lookahead == 'W') ADVANCE(1929); END_STATE(); case 1893: - if (lookahead == 'L') ADVANCE(1918); + if (lookahead == 'D') ADVANCE(1930); END_STATE(); case 1894: - if (lookahead == 'B') ADVANCE(1919); + if (lookahead == 'T') ADVANCE(1931); END_STATE(); case 1895: - if (lookahead == 'E') ADVANCE(1920); + ACCEPT_TOKEN(anon_sym_MOZ_ALLOW_TEMPORARY); END_STATE(); case 1896: - ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE); + if (lookahead == 'V') ADVANCE(1932); END_STATE(); case 1897: - if (lookahead == '_') ADVANCE(1921); + if (lookahead == 'B') ADVANCE(1933); + if (lookahead == 'F') ADVANCE(1934); END_STATE(); case 1898: - if (lookahead == 'N') ADVANCE(1922); + if (lookahead == 'O') ADVANCE(1935); END_STATE(); case 1899: - if (lookahead == 'R') ADVANCE(1923); + if (lookahead == 'O') ADVANCE(1936); END_STATE(); case 1900: - if (lookahead == 'V') ADVANCE(1924); + if (lookahead == 'L') ADVANCE(1937); END_STATE(); case 1901: - if (lookahead == '_') ADVANCE(1925); + if (lookahead == 'N') ADVANCE(1938); END_STATE(); case 1902: - if (lookahead == 'T') ADVANCE(1926); + if (lookahead == 'T') ADVANCE(1939); END_STATE(); case 1903: - if (lookahead == 'A') ADVANCE(1927); + if (lookahead == 'E') ADVANCE(1940); END_STATE(); case 1904: - if (lookahead == '_') ADVANCE(1928); + if (lookahead == 'R') ADVANCE(1941); END_STATE(); case 1905: - if (lookahead == 'I') ADVANCE(1929); + if (lookahead == 'V') ADVANCE(1942); END_STATE(); case 1906: - ACCEPT_TOKEN(anon_sym_MOZ_REQUIRED_BASE_METHOD); + if (lookahead == 'N') ADVANCE(1943); END_STATE(); case 1907: - if (lookahead == 'B') ADVANCE(1930); + if (lookahead == 'O') ADVANCE(1944); END_STATE(); case 1908: - if (lookahead == 'R') ADVANCE(1931); + if (lookahead == 'R') ADVANCE(1945); END_STATE(); case 1909: - if (lookahead == 'F') ADVANCE(1932); + if (lookahead == 'M') ADVANCE(1946); END_STATE(); case 1910: - if (lookahead == '_') ADVANCE(1933); + if (lookahead == 'M') ADVANCE(1947); END_STATE(); case 1911: - if (lookahead == 'N') ADVANCE(1934); + if (lookahead == 'E') ADVANCE(1948); END_STATE(); case 1912: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR); + if (lookahead == '_') ADVANCE(1949); END_STATE(); case 1913: - if (lookahead == 'S') ADVANCE(1935); + if (lookahead == 'B') ADVANCE(1950); END_STATE(); case 1914: - if (lookahead == 'W') ADVANCE(1936); + if (lookahead == 'L') ADVANCE(1951); END_STATE(); case 1915: - if (lookahead == 'O') ADVANCE(1937); + if (lookahead == 'S') ADVANCE(1952); END_STATE(); case 1916: - if (lookahead == 'N') ADVANCE(1938); + if (lookahead == 'X') ADVANCE(1953); END_STATE(); case 1917: - if (lookahead == 'E') ADVANCE(1939); + if (lookahead == 'T') ADVANCE(1954); END_STATE(); case 1918: - if (lookahead == 'E') ADVANCE(1940); + if (lookahead == 'N') ADVANCE(1955); END_STATE(); case 1919: - if (lookahead == 'E') ADVANCE(1941); + if (lookahead == 'I') ADVANCE(1956); END_STATE(); case 1920: - ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE); + if (lookahead == 'O') ADVANCE(1957); END_STATE(); case 1921: - if (lookahead == 'R') ADVANCE(1942); + if (lookahead == 'T') ADVANCE(1958); END_STATE(); case 1922: - if (lookahead == '_') ADVANCE(1943); + if (lookahead == 'N') ADVANCE(1959); END_STATE(); case 1923: - if (lookahead == 'A') ADVANCE(1944); + if (lookahead == 'N') ADVANCE(1960); END_STATE(); case 1924: - if (lookahead == 'E') ADVANCE(1945); + if (lookahead == 'E') ADVANCE(1961); END_STATE(); case 1925: - if (lookahead == 'O') ADVANCE(1946); + if (lookahead == 'A') ADVANCE(1962); END_STATE(); case 1926: - if (lookahead == 'A') ADVANCE(1947); + ACCEPT_TOKEN(anon_sym_MOZ_TEMPORARY_CLASS); END_STATE(); case 1927: - if (lookahead == 'L') ADVANCE(1948); + if (lookahead == 'O') ADVANCE(1963); END_STATE(); case 1928: - if (lookahead == 'S') ADVANCE(1949); + if (lookahead == 'R') ADVANCE(1964); END_STATE(); case 1929: - if (lookahead == 'A') ADVANCE(1950); + if (lookahead == 'R') ADVANCE(1965); END_STATE(); case 1930: - if (lookahead == 'U') ADVANCE(1951); + if (lookahead == 'L') ADVANCE(1966); END_STATE(); case 1931: - if (lookahead == 'Y') ADVANCE(1952); + if (lookahead == 'E') ADVANCE(1967); END_STATE(); case 1932: - if (lookahead == 'I') ADVANCE(1953); + if (lookahead == 'E') ADVANCE(1968); END_STATE(); case 1933: - if (lookahead == 'N') ADVANCE(1954); + if (lookahead == 'O') ADVANCE(1969); END_STATE(); case 1934: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_ANALYZER_NORETURN); + if (lookahead == 'O') ADVANCE(1970); END_STATE(); case 1935: - if (lookahead == 'A') ADVANCE(1955); + if (lookahead == 'B') ADVANCE(1971); END_STATE(); case 1936: - if (lookahead == '_') ADVANCE(1956); + if (lookahead == 'R') ADVANCE(1972); END_STATE(); case 1937: - if (lookahead == 'N') ADVANCE(1957); + if (lookahead == 'I') ADVANCE(1973); END_STATE(); case 1938: - if (lookahead == 'T') ADVANCE(1958); + if (lookahead == 'E') ADVANCE(1974); END_STATE(); case 1939: - if (lookahead == 'T') ADVANCE(1959); + if (lookahead == 'R') ADVANCE(1975); END_STATE(); case 1940: - if (lookahead == 'R') ADVANCE(1960); + if (lookahead == '_') ADVANCE(1976); END_STATE(); case 1941: - if (lookahead == 'R') ADVANCE(1961); + if (lookahead == 'F') ADVANCE(1977); END_STATE(); case 1942: - if (lookahead == 'E') ADVANCE(1962); + if (lookahead == 'E') ADVANCE(1978); END_STATE(); case 1943: - if (lookahead == 'A') ADVANCE(1963); + if (lookahead == 'O') ADVANCE(1979); END_STATE(); case 1944: - if (lookahead == 'R') ADVANCE(1964); + if (lookahead == 'R') ADVANCE(1980); END_STATE(); case 1945: - if (lookahead == 'R') ADVANCE(1965); + if (lookahead == 'E') ADVANCE(1981); END_STATE(); case 1946: - if (lookahead == 'V') ADVANCE(1966); + if (lookahead == 'U') ADVANCE(1982); END_STATE(); case 1947: - if (lookahead == 'T') ADVANCE(1967); + if (lookahead == '_') ADVANCE(1983); END_STATE(); case 1948: - if (lookahead == '_') ADVANCE(1968); + if (lookahead == '_') ADVANCE(1984); END_STATE(); case 1949: - if (lookahead == 'T') ADVANCE(1969); + if (lookahead == 'T') ADVANCE(1985); END_STATE(); case 1950: - if (lookahead == 'L') ADVANCE(1970); + if (lookahead == 'U') ADVANCE(1986); END_STATE(); case 1951: - if (lookahead == 'G') ADVANCE(1971); + if (lookahead == 'A') ADVANCE(1987); END_STATE(); case 1952: - ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY); + if (lookahead == 'E') ADVANCE(1988); END_STATE(); case 1953: - if (lookahead == 'N') ADVANCE(1972); + if (lookahead == 'P') ADVANCE(1989); END_STATE(); case 1954: - if (lookahead == 'O') ADVANCE(1973); + if (lookahead == 'E') ADVANCE(1990); END_STATE(); case 1955: - if (lookahead == 'N') ADVANCE(1974); + if (lookahead == 'E') ADVANCE(1991); END_STATE(); case 1956: - if (lookahead == 'S') ADVANCE(1975); + if (lookahead == 'G') ADVANCE(1992); END_STATE(); case 1957: - if (lookahead == 'S') ADVANCE(1976); + if (lookahead == 'I') ADVANCE(1993); END_STATE(); case 1958: - if (lookahead == 'E') ADVANCE(1977); + if (lookahead == 'R') ADVANCE(1994); END_STATE(); case 1959: - if (lookahead == 'U') ADVANCE(1978); + if (lookahead == '_') ADVANCE(1995); END_STATE(); case 1960: - if (lookahead == '_') ADVANCE(1979); + if (lookahead == 'T') ADVANCE(1996); END_STATE(); case 1961: - if (lookahead == 'S') ADVANCE(1980); + if (lookahead == 'T') ADVANCE(1997); END_STATE(); case 1962: - if (lookahead == 'T') ADVANCE(1981); + if (lookahead == 'S') ADVANCE(1998); END_STATE(); case 1963: - if (lookahead == 'R') ADVANCE(1982); + if (lookahead == 'R') ADVANCE(1999); END_STATE(); case 1964: - if (lookahead == 'I') ADVANCE(1983); + if (lookahead == 'A') ADVANCE(2000); END_STATE(); case 1965: - if (lookahead == 'F') ADVANCE(1984); + if (lookahead == 'A') ADVANCE(2001); END_STATE(); case 1966: - if (lookahead == 'E') ADVANCE(1985); + if (lookahead == 'E') ADVANCE(184); END_STATE(); case 1967: - if (lookahead == 'I') ADVANCE(1986); + ACCEPT_TOKEN(anon_sym_FORWARD_SET_ATTRIBUTE); END_STATE(); case 1968: - if (lookahead == 'U') ADVANCE(1987); + if (lookahead == 'N') ADVANCE(2002); END_STATE(); case 1969: - if (lookahead == 'A') ADVANCE(1988); + if (lookahead == 'U') ADVANCE(2003); END_STATE(); case 1970: - if (lookahead == '_') ADVANCE(1989); + if (lookahead == 'R') ADVANCE(2004); END_STATE(); case 1971: - ACCEPT_TOKEN(anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG); + if (lookahead == 'J') ADVANCE(2005); END_STATE(); case 1972: - if (lookahead == 'I') ADVANCE(1990); + if (lookahead == 'E') ADVANCE(2006); END_STATE(); case 1973: - if (lookahead == 'T') ADVANCE(1991); + if (lookahead == 'S') ADVANCE(2007); END_STATE(); case 1974: - if (lookahead == 'I') ADVANCE(1992); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NEVER_INLINE); END_STATE(); case 1975: - if (lookahead == 'A') ADVANCE(1993); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NORETURN_PTR); END_STATE(); case 1976: - if (lookahead == '_') ADVANCE(1994); + if (lookahead == 'A') ADVANCE(2008); END_STATE(); case 1977: - if (lookahead == 'D') ADVANCE(1995); + if (lookahead == 'L') ADVANCE(2009); END_STATE(); case 1978: - if (lookahead == 'R') ADVANCE(1996); + if (lookahead == 'R') ADVANCE(2010); END_STATE(); case 1979: - if (lookahead == 'I') ADVANCE(1997); + if (lookahead == 'T') ADVANCE(2011); END_STATE(); case 1980: - ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS); + ACCEPT_TOKEN(anon_sym_MOZ_INIT_OUTSIDE_CTOR); END_STATE(); case 1981: - if (lookahead == 'U') ADVANCE(1998); + if (lookahead == 'F') ADVANCE(2012); END_STATE(); case 1982: - if (lookahead == 'G') ADVANCE(1999); + if (lookahead == 'S') ADVANCE(2013); END_STATE(); case 1983: - if (lookahead == 'E') ADVANCE(2000); + if (lookahead == 'C') ADVANCE(2014); END_STATE(); case 1984: - if (lookahead == 'L') ADVANCE(2001); + if (lookahead == 'M') ADVANCE(2015); + if (lookahead == 'T') ADVANCE(2016); END_STATE(); case 1985: - if (lookahead == 'R') ADVANCE(2002); + if (lookahead == 'Y') ADVANCE(2017); END_STATE(); case 1986: - if (lookahead == 'C') ADVANCE(2003); + if (lookahead == 'G') ADVANCE(2018); END_STATE(); case 1987: - if (lookahead == 'N') ADVANCE(2004); + if (lookahead == 'S') ADVANCE(2019); END_STATE(); case 1988: - if (lookahead == 'T') ADVANCE(2005); + if (lookahead == '_') ADVANCE(2020); END_STATE(); case 1989: - if (lookahead == 'U') ADVANCE(2006); + if (lookahead == 'R') ADVANCE(2021); END_STATE(); case 1990: - if (lookahead == 'T') ADVANCE(2007); + if (lookahead == 'M') ADVANCE(2022); END_STATE(); case 1991: - if (lookahead == 'I') ADVANCE(2008); + if (lookahead == 'D') ADVANCE(2023); END_STATE(); case 1992: - if (lookahead == 'T') ADVANCE(2009); + if (lookahead == 'N') ADVANCE(2024); END_STATE(); case 1993: - if (lookahead == 'N') ADVANCE(2010); + if (lookahead == 'D') ADVANCE(2025); END_STATE(); case 1994: - if (lookahead == 'F') ADVANCE(2011); + if (lookahead == 'I') ADVANCE(2026); END_STATE(); case 1995: - ACCEPT_TOKEN(anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED); + if (lookahead == 'F') ADVANCE(2027); END_STATE(); case 1996: - if (lookahead == 'N') ADVANCE(2012); + if (lookahead == 'R') ADVANCE(2028); END_STATE(); case 1997: - if (lookahead == 'F') ADVANCE(2013); + if (lookahead == 'H') ADVANCE(2029); END_STATE(); case 1998: - if (lookahead == 'R') ADVANCE(2014); + if (lookahead == 'S') ADVANCE(2030); END_STATE(); case 1999: - if (lookahead == 'U') ADVANCE(2015); + ACCEPT_TOKEN(anon_sym_MOZ_TRIVIAL_CTOR_DTOR); END_STATE(); case 2000: - if (lookahead == 'S') ADVANCE(2016); + if (lookahead == 'P') ADVANCE(2031); END_STATE(); case 2001: - if (lookahead == 'O') ADVANCE(2017); + if (lookahead == 'P') ADVANCE(2032); END_STATE(); case 2002: - if (lookahead == 'F') ADVANCE(2018); + if (lookahead == '_') ADVANCE(2033); END_STATE(); case 2003: - if (lookahead == '_') ADVANCE(2019); + if (lookahead == 'N') ADVANCE(2034); END_STATE(); case 2004: - if (lookahead == 'I') ADVANCE(2020); + if (lookahead == '_') ADVANCE(2035); END_STATE(); case 2005: - if (lookahead == 'I') ADVANCE(2021); + if (lookahead == 'E') ADVANCE(2036); END_STATE(); case 2006: - if (lookahead == 'N') ADVANCE(2022); + if (lookahead == 'T') ADVANCE(2037); END_STATE(); case 2007: - if (lookahead == 'I') ADVANCE(2023); + if (lookahead == 'T') ADVANCE(2038); END_STATE(); case 2008: - if (lookahead == 'F') ADVANCE(2024); + if (lookahead == 'T') ADVANCE(2039); END_STATE(); case 2009: - if (lookahead == 'I') ADVANCE(2025); + if (lookahead == 'O') ADVANCE(2040); END_STATE(); case 2010: - if (lookahead == 'I') ADVANCE(2026); + if (lookahead == 'F') ADVANCE(2041); END_STATE(); case 2011: - if (lookahead == 'R') ADVANCE(2027); + if (lookahead == 'A') ADVANCE(2042); END_STATE(); case 2012: - ACCEPT_TOKEN(anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN); + if (lookahead == 'C') ADVANCE(2043); END_STATE(); case 2013: - if (lookahead == '_') ADVANCE(2028); + if (lookahead == 'T') ADVANCE(2044); END_STATE(); case 2014: - if (lookahead == 'N') ADVANCE(2029); + if (lookahead == 'A') ADVANCE(2045); END_STATE(); case 2015: - if (lookahead == 'M') ADVANCE(2030); + if (lookahead == 'E') ADVANCE(2046); END_STATE(); case 2016: - ACCEPT_TOKEN(anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES); + if (lookahead == 'Y') ADVANCE(2047); END_STATE(); case 2017: - if (lookahead == 'W') ADVANCE(2031); + if (lookahead == 'P') ADVANCE(2048); END_STATE(); case 2018: - if (lookahead == 'L') ADVANCE(2032); + ACCEPT_TOKEN(anon_sym_MOZ_NEVER_INLINE_DEBUG); END_STATE(); case 2019: - if (lookahead == 'C') ADVANCE(2033); + if (lookahead == 'S') ADVANCE(2049); END_STATE(); case 2020: - if (lookahead == 'O') ADVANCE(2034); + if (lookahead == 'O') ADVANCE(2050); END_STATE(); case 2021: - if (lookahead == 'C') ADVANCE(2035); + if (lookahead == '_') ADVANCE(2051); END_STATE(); case 2022: - if (lookahead == 'I') ADVANCE(2036); + if (lookahead == 'P') ADVANCE(2052); END_STATE(); case 2023: - if (lookahead == 'O') ADVANCE(2037); + if (lookahead == '_') ADVANCE(2053); END_STATE(); case 2024: - if (lookahead == 'I') ADVANCE(2038); + if (lookahead == 'E') ADVANCE(2054); END_STATE(); case 2025: - if (lookahead == 'Z') ADVANCE(2039); + if (lookahead == '_') ADVANCE(2055); END_STATE(); case 2026: - if (lookahead == 'T') ADVANCE(2040); + if (lookahead == 'V') ADVANCE(2056); END_STATE(); case 2027: - if (lookahead == 'O') ADVANCE(2041); + if (lookahead == 'O') ADVANCE(2057); END_STATE(); case 2028: - if (lookahead == 'T') ADVANCE(2042); + if (lookahead == 'I') ADVANCE(2058); END_STATE(); case 2029: - ACCEPT_TOKEN(anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN); + if (lookahead == 'O') ADVANCE(2059); END_STATE(); case 2030: - if (lookahead == 'E') ADVANCE(2043); + ACCEPT_TOKEN(anon_sym_MOZ_STATIC_LOCAL_CLASS); END_STATE(); case 2031: - ACCEPT_TOKEN(anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW); + ACCEPT_TOKEN(anon_sym_QM_NOTEONLY_TRY_UNWRAP); END_STATE(); case 2032: - if (lookahead == 'O') ADVANCE(2044); + ACCEPT_TOKEN(anon_sym_QM_WARNONLY_TRY_UNWRAP); END_STATE(); case 2033: - if (lookahead == 'O') ADVANCE(2045); + if (lookahead == 'D') ADVANCE(2060); END_STATE(); case 2034: - if (lookahead == 'N') ADVANCE(2046); + if (lookahead == 'D') ADVANCE(2061); END_STATE(); case 2035: - if (lookahead == '_') ADVANCE(2047); + if (lookahead == 'D') ADVANCE(2062); END_STATE(); case 2036: - if (lookahead == 'O') ADVANCE(2048); + if (lookahead == 'C') ADVANCE(2063); END_STATE(); case 2037: - if (lookahead == 'N') ADVANCE(2049); + if (lookahead == 'U') ADVANCE(2064); END_STATE(); case 2038: - if (lookahead == 'E') ADVANCE(2050); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_ASAN_BLACKLIST); END_STATE(); case 2039: - if (lookahead == 'E') ADVANCE(2051); + if (lookahead == 'T') ADVANCE(2065); END_STATE(); case 2040: - if (lookahead == 'I') ADVANCE(2052); + if (lookahead == 'W') ADVANCE(2066); END_STATE(); case 2041: - if (lookahead == 'M') ADVANCE(2053); + if (lookahead == 'L') ADVANCE(2067); END_STATE(); case 2042: - if (lookahead == 'H') ADVANCE(2054); + if (lookahead == 'T') ADVANCE(2068); END_STATE(); case 2043: - if (lookahead == 'N') ADVANCE(2055); + if (lookahead == 'O') ADVANCE(2069); END_STATE(); case 2044: - if (lookahead == 'W') ADVANCE(2056); + if (lookahead == '_') ADVANCE(2070); END_STATE(); case 2045: - if (lookahead == 'N') ADVANCE(2057); + if (lookahead == 'L') ADVANCE(2071); END_STATE(); case 2046: - if (lookahead == '_') ADVANCE(2058); + if (lookahead == 'M') ADVANCE(2072); END_STATE(); case 2047: - if (lookahead == 'A') ADVANCE(2059); + if (lookahead == 'P') ADVANCE(2073); END_STATE(); case 2048: - if (lookahead == 'N') ADVANCE(2060); + if (lookahead == 'E') ADVANCE(2074); END_STATE(); case 2049: - ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION); + ACCEPT_TOKEN(anon_sym_MOZ_NON_TEMPORARY_CLASS); END_STATE(); case 2050: - if (lookahead == 'R') ADVANCE(2061); + if (lookahead == 'N') ADVANCE(2075); END_STATE(); case 2051: - if (lookahead == '_') ADVANCE(2062); + if (lookahead == 'I') ADVANCE(2076); END_STATE(); case 2052: - if (lookahead == 'Z') ADVANCE(2063); + if (lookahead == 'O') ADVANCE(2077); END_STATE(); case 2053: - if (lookahead == '_') ADVANCE(2064); + if (lookahead == 'O') ADVANCE(2078); END_STATE(); case 2054: - if (lookahead == 'I') ADVANCE(2065); + if (lookahead == 'D') ADVANCE(2079); END_STATE(); case 2055: - if (lookahead == 'T') ADVANCE(2066); + if (lookahead == 'S') ADVANCE(2080); END_STATE(); case 2056: - ACCEPT_TOKEN(anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW); + if (lookahead == 'I') ADVANCE(2081); END_STATE(); case 2057: - if (lookahead == 'S') ADVANCE(2067); + if (lookahead == 'R') ADVANCE(2082); END_STATE(); case 2058: - if (lookahead == 'W') ADVANCE(2068); + if (lookahead == 'V') ADVANCE(2083); END_STATE(); case 2059: - if (lookahead == 'N') ADVANCE(2069); + if (lookahead == 'D') ADVANCE(2084); END_STATE(); case 2060: - if (lookahead == '_') ADVANCE(2070); + if (lookahead == 'E') ADVANCE(2085); END_STATE(); case 2061: - ACCEPT_TOKEN(anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER); + if (lookahead == 'A') ADVANCE(2086); END_STATE(); case 2062: - if (lookahead == 'A') ADVANCE(2071); + if (lookahead == 'E') ADVANCE(2087); END_STATE(); case 2063: - if (lookahead == 'E') ADVANCE(2072); + if (lookahead == 'T') ADVANCE(2088); END_STATE(); case 2064: - if (lookahead == 'T') ADVANCE(2073); + if (lookahead == 'R') ADVANCE(2089); END_STATE(); case 2065: - if (lookahead == 'S') ADVANCE(2074); + if (lookahead == 'R') ADVANCE(2090); END_STATE(); case 2066: - ACCEPT_TOKEN(anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT); + if (lookahead == '_') ADVANCE(2091); END_STATE(); case 2067: - if (lookahead == 'T') ADVANCE(2075); + if (lookahead == 'O') ADVANCE(2092); END_STATE(); case 2068: - if (lookahead == 'A') ADVANCE(2076); + if (lookahead == 'I') ADVANCE(2093); END_STATE(); case 2069: - if (lookahead == 'A') ADVANCE(2077); + if (lookahead == 'U') ADVANCE(2094); END_STATE(); case 2070: - if (lookahead == 'W') ADVANCE(2078); + if (lookahead == 'R') ADVANCE(2095); END_STATE(); case 2071: - if (lookahead == 'T') ADVANCE(2079); + if (lookahead == 'L') ADVANCE(2096); END_STATE(); case 2072: - if (lookahead == '_') ADVANCE(2080); + if (lookahead == 'B') ADVANCE(2097); END_STATE(); case 2073: - if (lookahead == 'E') ADVANCE(2081); + if (lookahead == 'E') ADVANCE(2098); END_STATE(); case 2074: - if (lookahead == '_') ADVANCE(2082); + ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE); END_STATE(); case 2075: - if (lookahead == 'R') ADVANCE(2083); + if (lookahead == '_') ADVANCE(2099); END_STATE(); case 2076: - if (lookahead == 'R') ADVANCE(2084); + if (lookahead == 'N') ADVANCE(2100); END_STATE(); case 2077: - if (lookahead == 'L') ADVANCE(2085); + if (lookahead == 'R') ADVANCE(2101); END_STATE(); case 2078: - if (lookahead == 'A') ADVANCE(2086); + if (lookahead == 'V') ADVANCE(2102); END_STATE(); case 2079: - if (lookahead == 'T') ADVANCE(2087); + if (lookahead == '_') ADVANCE(2103); END_STATE(); case 2080: - if (lookahead == 'A') ADVANCE(2088); + if (lookahead == 'T') ADVANCE(2104); END_STATE(); case 2081: - if (lookahead == 'M') ADVANCE(2089); + if (lookahead == 'A') ADVANCE(2105); END_STATE(); case 2082: - if (lookahead == 'I') ADVANCE(2090); + if (lookahead == '_') ADVANCE(2106); END_STATE(); case 2083: - if (lookahead == 'U') ADVANCE(2091); + if (lookahead == 'I') ADVANCE(2107); END_STATE(); case 2084: - if (lookahead == 'N') ADVANCE(2092); + ACCEPT_TOKEN(anon_sym_MOZ_REQUIRED_BASE_METHOD); END_STATE(); case 2085: - if (lookahead == 'Y') ADVANCE(2093); + if (lookahead == 'B') ADVANCE(2108); END_STATE(); case 2086: - if (lookahead == 'R') ADVANCE(2094); + if (lookahead == 'R') ADVANCE(2109); END_STATE(); case 2087: - if (lookahead == 'R') ADVANCE(2095); + if (lookahead == 'F') ADVANCE(2110); END_STATE(); case 2088: - if (lookahead == 'T') ADVANCE(2096); + if (lookahead == '_') ADVANCE(2111); END_STATE(); case 2089: - if (lookahead == 'P') ADVANCE(2097); + if (lookahead == 'N') ADVANCE(2112); END_STATE(); case 2090: - if (lookahead == 'S') ADVANCE(2098); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR); END_STATE(); case 2091: - if (lookahead == 'C') ADVANCE(2099); + if (lookahead == 'S') ADVANCE(2113); END_STATE(); case 2092: - if (lookahead == 'I') ADVANCE(2100); + if (lookahead == 'W') ADVANCE(2114); END_STATE(); case 2093: - if (lookahead == 'S') ADVANCE(2101); + if (lookahead == 'O') ADVANCE(2115); END_STATE(); case 2094: - if (lookahead == 'N') ADVANCE(2102); + if (lookahead == 'N') ADVANCE(2116); END_STATE(); case 2095: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR); + if (lookahead == 'E') ADVANCE(2117); END_STATE(); case 2096: - if (lookahead == 'T') ADVANCE(2103); + if (lookahead == 'E') ADVANCE(2118); END_STATE(); case 2097: - if (lookahead == 'L') ADVANCE(2104); + if (lookahead == 'E') ADVANCE(2119); END_STATE(); case 2098: - if (lookahead == '_') ADVANCE(2105); + ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE); END_STATE(); case 2099: - if (lookahead == 'T') ADVANCE(2106); + if (lookahead == 'R') ADVANCE(2120); END_STATE(); case 2100: - if (lookahead == 'N') ADVANCE(2107); + if (lookahead == '_') ADVANCE(2121); END_STATE(); case 2101: - if (lookahead == 'I') ADVANCE(2108); + if (lookahead == 'A') ADVANCE(2122); END_STATE(); case 2102: - if (lookahead == 'I') ADVANCE(2109); + if (lookahead == 'E') ADVANCE(2123); END_STATE(); case 2103: - if (lookahead == 'R') ADVANCE(2110); + if (lookahead == 'O') ADVANCE(2124); END_STATE(); case 2104: - if (lookahead == 'A') ADVANCE(2111); + if (lookahead == 'A') ADVANCE(2125); END_STATE(); case 2105: - if (lookahead == 'A') ADVANCE(2112); + if (lookahead == 'L') ADVANCE(2126); END_STATE(); case 2106: - if (lookahead == 'O') ADVANCE(2113); + if (lookahead == 'S') ADVANCE(2127); END_STATE(); case 2107: - if (lookahead == 'G') ADVANCE(2114); + if (lookahead == 'A') ADVANCE(2128); END_STATE(); case 2108: - if (lookahead == 'S') ADVANCE(2115); + if (lookahead == 'U') ADVANCE(2129); END_STATE(); case 2109: - if (lookahead == 'N') ADVANCE(2116); + if (lookahead == 'Y') ADVANCE(2130); END_STATE(); case 2110: - ACCEPT_TOKEN(anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR); + if (lookahead == 'I') ADVANCE(2131); END_STATE(); case 2111: - if (lookahead == 'T') ADVANCE(2117); + if (lookahead == 'N') ADVANCE(2132); END_STATE(); case 2112: - if (lookahead == 'R') ADVANCE(2118); + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_ANALYZER_NORETURN); END_STATE(); case 2113: - if (lookahead == 'R') ADVANCE(2119); + if (lookahead == 'A') ADVANCE(2133); END_STATE(); case 2114: - if (lookahead == 'S') ADVANCE(2120); + if (lookahead == '_') ADVANCE(2134); END_STATE(); case 2115: - ACCEPT_TOKEN(anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS); + if (lookahead == 'N') ADVANCE(2135); END_STATE(); case 2116: - if (lookahead == 'G') ADVANCE(2121); + if (lookahead == 'T') ADVANCE(2136); END_STATE(); case 2117: - if (lookahead == 'E') ADVANCE(2122); + if (lookahead == 'T') ADVANCE(2137); END_STATE(); case 2118: - if (lookahead == 'G') ADVANCE(2123); + if (lookahead == 'R') ADVANCE(2138); END_STATE(); case 2119: - if (lookahead == 'S') ADVANCE(2124); + if (lookahead == 'R') ADVANCE(2139); END_STATE(); case 2120: - ACCEPT_TOKEN(anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS); + if (lookahead == 'E') ADVANCE(2140); END_STATE(); case 2121: - if (lookahead == 'S') ADVANCE(2125); + if (lookahead == 'A') ADVANCE(2141); END_STATE(); case 2122: - if (lookahead == '_') ADVANCE(2126); + if (lookahead == 'R') ADVANCE(2142); END_STATE(); case 2123: - ACCEPT_TOKEN(anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG); + if (lookahead == 'R') ADVANCE(2143); END_STATE(); case 2124: - ACCEPT_TOKEN(anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS); + if (lookahead == 'V') ADVANCE(2144); END_STATE(); case 2125: - ACCEPT_TOKEN(anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS); + if (lookahead == 'T') ADVANCE(2145); END_STATE(); case 2126: - if (lookahead == 'A') ADVANCE(2127); + if (lookahead == '_') ADVANCE(2146); END_STATE(); case 2127: - if (lookahead == 'R') ADVANCE(2128); + if (lookahead == 'T') ADVANCE(2147); END_STATE(); case 2128: - if (lookahead == 'G') ADVANCE(2129); + if (lookahead == 'L') ADVANCE(2148); END_STATE(); case 2129: - if (lookahead == 'S') ADVANCE(2130); + if (lookahead == 'G') ADVANCE(2149); END_STATE(); case 2130: + ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY); + END_STATE(); + case 2131: + if (lookahead == 'N') ADVANCE(2150); + END_STATE(); + case 2132: + if (lookahead == 'O') ADVANCE(2151); + END_STATE(); + case 2133: + if (lookahead == 'N') ADVANCE(2152); + END_STATE(); + case 2134: + if (lookahead == 'S') ADVANCE(2153); + END_STATE(); + case 2135: + if (lookahead == 'S') ADVANCE(2154); + END_STATE(); + case 2136: + if (lookahead == 'E') ADVANCE(2155); + END_STATE(); + case 2137: + if (lookahead == 'U') ADVANCE(2156); + END_STATE(); + case 2138: + if (lookahead == '_') ADVANCE(2157); + END_STATE(); + case 2139: + if (lookahead == 'S') ADVANCE(2158); + END_STATE(); + case 2140: + if (lookahead == 'T') ADVANCE(2159); + END_STATE(); + case 2141: + if (lookahead == 'R') ADVANCE(2160); + END_STATE(); + case 2142: + if (lookahead == 'I') ADVANCE(2161); + END_STATE(); + case 2143: + if (lookahead == 'F') ADVANCE(2162); + END_STATE(); + case 2144: + if (lookahead == 'E') ADVANCE(2163); + END_STATE(); + case 2145: + if (lookahead == 'I') ADVANCE(2164); + END_STATE(); + case 2146: + if (lookahead == 'U') ADVANCE(2165); + END_STATE(); + case 2147: + if (lookahead == 'A') ADVANCE(2166); + END_STATE(); + case 2148: + if (lookahead == '_') ADVANCE(2167); + END_STATE(); + case 2149: + ACCEPT_TOKEN(anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG); + END_STATE(); + case 2150: + if (lookahead == 'I') ADVANCE(2168); + END_STATE(); + case 2151: + if (lookahead == 'T') ADVANCE(2169); + END_STATE(); + case 2152: + if (lookahead == 'I') ADVANCE(2170); + END_STATE(); + case 2153: + if (lookahead == 'A') ADVANCE(2171); + END_STATE(); + case 2154: + if (lookahead == '_') ADVANCE(2172); + END_STATE(); + case 2155: + if (lookahead == 'D') ADVANCE(2173); + END_STATE(); + case 2156: + if (lookahead == 'R') ADVANCE(2174); + END_STATE(); + case 2157: + if (lookahead == 'I') ADVANCE(2175); + END_STATE(); + case 2158: + ACCEPT_TOKEN(anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS); + END_STATE(); + case 2159: + if (lookahead == 'U') ADVANCE(2176); + END_STATE(); + case 2160: + if (lookahead == 'G') ADVANCE(2177); + END_STATE(); + case 2161: + if (lookahead == 'E') ADVANCE(2178); + END_STATE(); + case 2162: + if (lookahead == 'L') ADVANCE(2179); + END_STATE(); + case 2163: + if (lookahead == 'R') ADVANCE(2180); + END_STATE(); + case 2164: + if (lookahead == 'C') ADVANCE(2181); + END_STATE(); + case 2165: + if (lookahead == 'N') ADVANCE(2182); + END_STATE(); + case 2166: + if (lookahead == 'T') ADVANCE(2183); + END_STATE(); + case 2167: + if (lookahead == 'U') ADVANCE(2184); + END_STATE(); + case 2168: + if (lookahead == 'T') ADVANCE(2185); + END_STATE(); + case 2169: + if (lookahead == 'I') ADVANCE(2186); + END_STATE(); + case 2170: + if (lookahead == 'T') ADVANCE(2187); + END_STATE(); + case 2171: + if (lookahead == 'N') ADVANCE(2188); + END_STATE(); + case 2172: + if (lookahead == 'F') ADVANCE(2189); + END_STATE(); + case 2173: + ACCEPT_TOKEN(anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED); + END_STATE(); + case 2174: + if (lookahead == 'N') ADVANCE(2190); + END_STATE(); + case 2175: + if (lookahead == 'F') ADVANCE(2191); + END_STATE(); + case 2176: + if (lookahead == 'R') ADVANCE(2192); + END_STATE(); + case 2177: + if (lookahead == 'U') ADVANCE(2193); + END_STATE(); + case 2178: + if (lookahead == 'S') ADVANCE(2194); + END_STATE(); + case 2179: + if (lookahead == 'O') ADVANCE(2195); + END_STATE(); + case 2180: + if (lookahead == 'F') ADVANCE(2196); + END_STATE(); + case 2181: + if (lookahead == '_') ADVANCE(2197); + END_STATE(); + case 2182: + if (lookahead == 'I') ADVANCE(2198); + END_STATE(); + case 2183: + if (lookahead == 'I') ADVANCE(2199); + END_STATE(); + case 2184: + if (lookahead == 'N') ADVANCE(2200); + END_STATE(); + case 2185: + if (lookahead == 'I') ADVANCE(2201); + END_STATE(); + case 2186: + if (lookahead == 'F') ADVANCE(2202); + END_STATE(); + case 2187: + if (lookahead == 'I') ADVANCE(2203); + END_STATE(); + case 2188: + if (lookahead == 'I') ADVANCE(2204); + END_STATE(); + case 2189: + if (lookahead == 'R') ADVANCE(2205); + END_STATE(); + case 2190: + ACCEPT_TOKEN(anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN); + END_STATE(); + case 2191: + if (lookahead == '_') ADVANCE(2206); + END_STATE(); + case 2192: + if (lookahead == 'N') ADVANCE(2207); + END_STATE(); + case 2193: + if (lookahead == 'M') ADVANCE(2208); + END_STATE(); + case 2194: + ACCEPT_TOKEN(anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES); + END_STATE(); + case 2195: + if (lookahead == 'W') ADVANCE(2209); + END_STATE(); + case 2196: + if (lookahead == 'L') ADVANCE(2210); + END_STATE(); + case 2197: + if (lookahead == 'C') ADVANCE(2211); + END_STATE(); + case 2198: + if (lookahead == 'O') ADVANCE(2212); + END_STATE(); + case 2199: + if (lookahead == 'C') ADVANCE(2213); + END_STATE(); + case 2200: + if (lookahead == 'I') ADVANCE(2214); + END_STATE(); + case 2201: + if (lookahead == 'O') ADVANCE(2215); + END_STATE(); + case 2202: + if (lookahead == 'I') ADVANCE(2216); + END_STATE(); + case 2203: + if (lookahead == 'Z') ADVANCE(2217); + END_STATE(); + case 2204: + if (lookahead == 'T') ADVANCE(2218); + END_STATE(); + case 2205: + if (lookahead == 'O') ADVANCE(2219); + END_STATE(); + case 2206: + if (lookahead == 'T') ADVANCE(2220); + END_STATE(); + case 2207: + ACCEPT_TOKEN(anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN); + END_STATE(); + case 2208: + if (lookahead == 'E') ADVANCE(2221); + END_STATE(); + case 2209: + ACCEPT_TOKEN(anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW); + END_STATE(); + case 2210: + if (lookahead == 'O') ADVANCE(2222); + END_STATE(); + case 2211: + if (lookahead == 'O') ADVANCE(2223); + END_STATE(); + case 2212: + if (lookahead == 'N') ADVANCE(2224); + END_STATE(); + case 2213: + if (lookahead == '_') ADVANCE(2225); + END_STATE(); + case 2214: + if (lookahead == 'O') ADVANCE(2226); + END_STATE(); + case 2215: + if (lookahead == 'N') ADVANCE(2227); + END_STATE(); + case 2216: + if (lookahead == 'E') ADVANCE(2228); + END_STATE(); + case 2217: + if (lookahead == 'E') ADVANCE(2229); + END_STATE(); + case 2218: + if (lookahead == 'I') ADVANCE(2230); + END_STATE(); + case 2219: + if (lookahead == 'M') ADVANCE(2231); + END_STATE(); + case 2220: + if (lookahead == 'H') ADVANCE(2232); + END_STATE(); + case 2221: + if (lookahead == 'N') ADVANCE(2233); + END_STATE(); + case 2222: + if (lookahead == 'W') ADVANCE(2234); + END_STATE(); + case 2223: + if (lookahead == 'N') ADVANCE(2235); + END_STATE(); + case 2224: + if (lookahead == '_') ADVANCE(2236); + END_STATE(); + case 2225: + if (lookahead == 'A') ADVANCE(2237); + END_STATE(); + case 2226: + if (lookahead == 'N') ADVANCE(2238); + END_STATE(); + case 2227: + ACCEPT_TOKEN(anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION); + END_STATE(); + case 2228: + if (lookahead == 'R') ADVANCE(2239); + END_STATE(); + case 2229: + if (lookahead == '_') ADVANCE(2240); + END_STATE(); + case 2230: + if (lookahead == 'Z') ADVANCE(2241); + END_STATE(); + case 2231: + if (lookahead == '_') ADVANCE(2242); + END_STATE(); + case 2232: + if (lookahead == 'I') ADVANCE(2243); + END_STATE(); + case 2233: + if (lookahead == 'T') ADVANCE(2244); + END_STATE(); + case 2234: + ACCEPT_TOKEN(anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW); + END_STATE(); + case 2235: + if (lookahead == 'S') ADVANCE(2245); + END_STATE(); + case 2236: + if (lookahead == 'W') ADVANCE(2246); + END_STATE(); + case 2237: + if (lookahead == 'N') ADVANCE(2247); + END_STATE(); + case 2238: + if (lookahead == '_') ADVANCE(2248); + END_STATE(); + case 2239: + ACCEPT_TOKEN(anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER); + END_STATE(); + case 2240: + if (lookahead == 'A') ADVANCE(2249); + END_STATE(); + case 2241: + if (lookahead == 'E') ADVANCE(2250); + END_STATE(); + case 2242: + if (lookahead == 'T') ADVANCE(2251); + END_STATE(); + case 2243: + if (lookahead == 'S') ADVANCE(2252); + END_STATE(); + case 2244: + ACCEPT_TOKEN(anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT); + END_STATE(); + case 2245: + if (lookahead == 'T') ADVANCE(2253); + END_STATE(); + case 2246: + if (lookahead == 'A') ADVANCE(2254); + END_STATE(); + case 2247: + if (lookahead == 'A') ADVANCE(2255); + END_STATE(); + case 2248: + if (lookahead == 'W') ADVANCE(2256); + END_STATE(); + case 2249: + if (lookahead == 'T') ADVANCE(2257); + END_STATE(); + case 2250: + if (lookahead == '_') ADVANCE(2258); + END_STATE(); + case 2251: + if (lookahead == 'E') ADVANCE(2259); + END_STATE(); + case 2252: + if (lookahead == '_') ADVANCE(2260); + END_STATE(); + case 2253: + if (lookahead == 'R') ADVANCE(2261); + END_STATE(); + case 2254: + if (lookahead == 'R') ADVANCE(2262); + END_STATE(); + case 2255: + if (lookahead == 'L') ADVANCE(2263); + END_STATE(); + case 2256: + if (lookahead == 'A') ADVANCE(2264); + END_STATE(); + case 2257: + if (lookahead == 'T') ADVANCE(2265); + END_STATE(); + case 2258: + if (lookahead == 'A') ADVANCE(2266); + END_STATE(); + case 2259: + if (lookahead == 'M') ADVANCE(2267); + END_STATE(); + case 2260: + if (lookahead == 'I') ADVANCE(2268); + END_STATE(); + case 2261: + if (lookahead == 'U') ADVANCE(2269); + END_STATE(); + case 2262: + if (lookahead == 'N') ADVANCE(2270); + END_STATE(); + case 2263: + if (lookahead == 'Y') ADVANCE(2271); + END_STATE(); + case 2264: + if (lookahead == 'R') ADVANCE(2272); + END_STATE(); + case 2265: + if (lookahead == 'R') ADVANCE(2273); + END_STATE(); + case 2266: + if (lookahead == 'T') ADVANCE(2274); + END_STATE(); + case 2267: + if (lookahead == 'P') ADVANCE(2275); + END_STATE(); + case 2268: + if (lookahead == 'S') ADVANCE(2276); + END_STATE(); + case 2269: + if (lookahead == 'C') ADVANCE(2277); + END_STATE(); + case 2270: + if (lookahead == 'I') ADVANCE(2278); + END_STATE(); + case 2271: + if (lookahead == 'S') ADVANCE(2279); + END_STATE(); + case 2272: + if (lookahead == 'N') ADVANCE(2280); + END_STATE(); + case 2273: + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR); + END_STATE(); + case 2274: + if (lookahead == 'T') ADVANCE(2281); + END_STATE(); + case 2275: + if (lookahead == 'L') ADVANCE(2282); + END_STATE(); + case 2276: + if (lookahead == '_') ADVANCE(2283); + END_STATE(); + case 2277: + if (lookahead == 'T') ADVANCE(2284); + END_STATE(); + case 2278: + if (lookahead == 'N') ADVANCE(2285); + END_STATE(); + case 2279: + if (lookahead == 'I') ADVANCE(2286); + END_STATE(); + case 2280: + if (lookahead == 'I') ADVANCE(2287); + END_STATE(); + case 2281: + if (lookahead == 'R') ADVANCE(2288); + END_STATE(); + case 2282: + if (lookahead == 'A') ADVANCE(2289); + END_STATE(); + case 2283: + if (lookahead == 'A') ADVANCE(2290); + END_STATE(); + case 2284: + if (lookahead == 'O') ADVANCE(2291); + END_STATE(); + case 2285: + if (lookahead == 'G') ADVANCE(2292); + END_STATE(); + case 2286: + if (lookahead == 'S') ADVANCE(2293); + END_STATE(); + case 2287: + if (lookahead == 'N') ADVANCE(2294); + END_STATE(); + case 2288: + ACCEPT_TOKEN(anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR); + END_STATE(); + case 2289: + if (lookahead == 'T') ADVANCE(2295); + END_STATE(); + case 2290: + if (lookahead == 'R') ADVANCE(2296); + END_STATE(); + case 2291: + if (lookahead == 'R') ADVANCE(2297); + END_STATE(); + case 2292: + if (lookahead == 'S') ADVANCE(2298); + END_STATE(); + case 2293: + ACCEPT_TOKEN(anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS); + END_STATE(); + case 2294: + if (lookahead == 'G') ADVANCE(2299); + END_STATE(); + case 2295: + if (lookahead == 'E') ADVANCE(2300); + END_STATE(); + case 2296: + if (lookahead == 'G') ADVANCE(2301); + END_STATE(); + case 2297: + if (lookahead == 'S') ADVANCE(2302); + END_STATE(); + case 2298: + ACCEPT_TOKEN(anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS); + END_STATE(); + case 2299: + if (lookahead == 'S') ADVANCE(2303); + END_STATE(); + case 2300: + if (lookahead == '_') ADVANCE(2304); + END_STATE(); + case 2301: + ACCEPT_TOKEN(anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG); + END_STATE(); + case 2302: + ACCEPT_TOKEN(anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS); + END_STATE(); + case 2303: + ACCEPT_TOKEN(anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS); + END_STATE(); + case 2304: + if (lookahead == 'A') ADVANCE(2305); + END_STATE(); + case 2305: + if (lookahead == 'R') ADVANCE(2306); + END_STATE(); + case 2306: + if (lookahead == 'G') ADVANCE(2307); + END_STATE(); + case 2307: + if (lookahead == 'S') ADVANCE(2308); + END_STATE(); + case 2308: ACCEPT_TOKEN(anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS); END_STATE(); default: @@ -14215,7 +14920,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [29] = {.lex_state = 188, .external_lex_state = 1}, [30] = {.lex_state = 188, .external_lex_state = 1}, [31] = {.lex_state = 188, .external_lex_state = 1}, - [32] = {.lex_state = 188, .external_lex_state = 1}, + [32] = {.lex_state = 99, .external_lex_state = 1}, [33] = {.lex_state = 188, .external_lex_state = 1}, [34] = {.lex_state = 188, .external_lex_state = 1}, [35] = {.lex_state = 188, .external_lex_state = 1}, @@ -14227,7 +14932,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [41] = {.lex_state = 188, .external_lex_state = 1}, [42] = {.lex_state = 188, .external_lex_state = 1}, [43] = {.lex_state = 188, .external_lex_state = 1}, - [44] = {.lex_state = 99, .external_lex_state = 1}, + [44] = {.lex_state = 188, .external_lex_state = 1}, [45] = {.lex_state = 188, .external_lex_state = 1}, [46] = {.lex_state = 188, .external_lex_state = 1}, [47] = {.lex_state = 188, .external_lex_state = 1}, @@ -14245,13 +14950,13 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [59] = {.lex_state = 188, .external_lex_state = 1}, [60] = {.lex_state = 188, .external_lex_state = 1}, [61] = {.lex_state = 188, .external_lex_state = 1}, - [62] = {.lex_state = 188, .external_lex_state = 1}, + [62] = {.lex_state = 99, .external_lex_state = 1}, [63] = {.lex_state = 99, .external_lex_state = 1}, [64] = {.lex_state = 188, .external_lex_state = 1}, [65] = {.lex_state = 188, .external_lex_state = 1}, [66] = {.lex_state = 188, .external_lex_state = 1}, [67] = {.lex_state = 188, .external_lex_state = 1}, - [68] = {.lex_state = 99, .external_lex_state = 1}, + [68] = {.lex_state = 188, .external_lex_state = 1}, [69] = {.lex_state = 188, .external_lex_state = 1}, [70] = {.lex_state = 188, .external_lex_state = 1}, [71] = {.lex_state = 97, .external_lex_state = 1}, @@ -14260,81 +14965,81 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [74] = {.lex_state = 97, .external_lex_state = 1}, [75] = {.lex_state = 97, .external_lex_state = 1}, [76] = {.lex_state = 188, .external_lex_state = 1}, - [77] = {.lex_state = 188, .external_lex_state = 1}, + [77] = {.lex_state = 99, .external_lex_state = 1}, [78] = {.lex_state = 188, .external_lex_state = 1}, - [79] = {.lex_state = 188, .external_lex_state = 1}, - [80] = {.lex_state = 99, .external_lex_state = 1}, - [81] = {.lex_state = 99, .external_lex_state = 1}, + [79] = {.lex_state = 99, .external_lex_state = 1}, + [80] = {.lex_state = 188, .external_lex_state = 1}, + [81] = {.lex_state = 188, .external_lex_state = 1}, [82] = {.lex_state = 188, .external_lex_state = 1}, [83] = {.lex_state = 188, .external_lex_state = 1}, [84] = {.lex_state = 188, .external_lex_state = 1}, - [85] = {.lex_state = 99, .external_lex_state = 1}, - [86] = {.lex_state = 188, .external_lex_state = 1}, + [85] = {.lex_state = 188, .external_lex_state = 1}, + [86] = {.lex_state = 99, .external_lex_state = 1}, [87] = {.lex_state = 188, .external_lex_state = 1}, [88] = {.lex_state = 99, .external_lex_state = 1}, - [89] = {.lex_state = 99, .external_lex_state = 1}, - [90] = {.lex_state = 188, .external_lex_state = 1}, + [89] = {.lex_state = 188, .external_lex_state = 1}, + [90] = {.lex_state = 99, .external_lex_state = 1}, [91] = {.lex_state = 98, .external_lex_state = 1}, [92] = {.lex_state = 98, .external_lex_state = 1}, [93] = {.lex_state = 98, .external_lex_state = 1}, [94] = {.lex_state = 98, .external_lex_state = 1}, [95] = {.lex_state = 98, .external_lex_state = 1}, - [96] = {.lex_state = 110}, - [97] = {.lex_state = 110}, - [98] = {.lex_state = 110}, - [99] = {.lex_state = 110}, - [100] = {.lex_state = 110}, - [101] = {.lex_state = 110}, - [102] = {.lex_state = 110}, - [103] = {.lex_state = 110}, - [104] = {.lex_state = 110}, - [105] = {.lex_state = 110}, - [106] = {.lex_state = 110}, - [107] = {.lex_state = 110}, - [108] = {.lex_state = 110}, - [109] = {.lex_state = 110}, - [110] = {.lex_state = 110}, - [111] = {.lex_state = 128}, - [112] = {.lex_state = 129}, - [113] = {.lex_state = 129}, - [114] = {.lex_state = 128}, - [115] = {.lex_state = 128}, - [116] = {.lex_state = 128}, - [117] = {.lex_state = 128}, - [118] = {.lex_state = 128}, - [119] = {.lex_state = 128}, - [120] = {.lex_state = 128}, - [121] = {.lex_state = 128}, - [122] = {.lex_state = 129}, - [123] = {.lex_state = 128}, - [124] = {.lex_state = 128}, - [125] = {.lex_state = 128}, - [126] = {.lex_state = 128}, - [127] = {.lex_state = 98, .external_lex_state = 1}, - [128] = {.lex_state = 98, .external_lex_state = 1}, - [129] = {.lex_state = 98, .external_lex_state = 1}, - [130] = {.lex_state = 98, .external_lex_state = 1}, - [131] = {.lex_state = 98, .external_lex_state = 1}, - [132] = {.lex_state = 98, .external_lex_state = 1}, - [133] = {.lex_state = 98, .external_lex_state = 1}, - [134] = {.lex_state = 98, .external_lex_state = 1}, - [135] = {.lex_state = 98, .external_lex_state = 1}, - [136] = {.lex_state = 98, .external_lex_state = 1}, - [137] = {.lex_state = 98, .external_lex_state = 1}, - [138] = {.lex_state = 98, .external_lex_state = 1}, - [139] = {.lex_state = 98, .external_lex_state = 1}, - [140] = {.lex_state = 98, .external_lex_state = 1}, - [141] = {.lex_state = 98, .external_lex_state = 1}, + [96] = {.lex_state = 98, .external_lex_state = 1}, + [97] = {.lex_state = 98, .external_lex_state = 1}, + [98] = {.lex_state = 98, .external_lex_state = 1}, + [99] = {.lex_state = 98, .external_lex_state = 1}, + [100] = {.lex_state = 98, .external_lex_state = 1}, + [101] = {.lex_state = 98, .external_lex_state = 1}, + [102] = {.lex_state = 98, .external_lex_state = 1}, + [103] = {.lex_state = 98, .external_lex_state = 1}, + [104] = {.lex_state = 98, .external_lex_state = 1}, + [105] = {.lex_state = 98, .external_lex_state = 1}, + [106] = {.lex_state = 98, .external_lex_state = 1}, + [107] = {.lex_state = 98, .external_lex_state = 1}, + [108] = {.lex_state = 98, .external_lex_state = 1}, + [109] = {.lex_state = 98, .external_lex_state = 1}, + [110] = {.lex_state = 98, .external_lex_state = 1}, + [111] = {.lex_state = 97, .external_lex_state = 1}, + [112] = {.lex_state = 97, .external_lex_state = 1}, + [113] = {.lex_state = 188, .external_lex_state = 1}, + [114] = {.lex_state = 99, .external_lex_state = 1}, + [115] = {.lex_state = 97, .external_lex_state = 1}, + [116] = {.lex_state = 97, .external_lex_state = 1}, + [117] = {.lex_state = 188, .external_lex_state = 1}, + [118] = {.lex_state = 97, .external_lex_state = 1}, + [119] = {.lex_state = 188, .external_lex_state = 1}, + [120] = {.lex_state = 188, .external_lex_state = 1}, + [121] = {.lex_state = 99, .external_lex_state = 1}, + [122] = {.lex_state = 97, .external_lex_state = 1}, + [123] = {.lex_state = 97, .external_lex_state = 1}, + [124] = {.lex_state = 97, .external_lex_state = 1}, + [125] = {.lex_state = 97, .external_lex_state = 1}, + [126] = {.lex_state = 97, .external_lex_state = 1}, + [127] = {.lex_state = 97, .external_lex_state = 1}, + [128] = {.lex_state = 97, .external_lex_state = 1}, + [129] = {.lex_state = 97, .external_lex_state = 1}, + [130] = {.lex_state = 97, .external_lex_state = 1}, + [131] = {.lex_state = 97, .external_lex_state = 1}, + [132] = {.lex_state = 97, .external_lex_state = 1}, + [133] = {.lex_state = 97, .external_lex_state = 1}, + [134] = {.lex_state = 97, .external_lex_state = 1}, + [135] = {.lex_state = 97, .external_lex_state = 1}, + [136] = {.lex_state = 97, .external_lex_state = 1}, + [137] = {.lex_state = 97, .external_lex_state = 1}, + [138] = {.lex_state = 97, .external_lex_state = 1}, + [139] = {.lex_state = 97, .external_lex_state = 1}, + [140] = {.lex_state = 97, .external_lex_state = 1}, + [141] = {.lex_state = 97, .external_lex_state = 1}, [142] = {.lex_state = 97, .external_lex_state = 1}, [143] = {.lex_state = 97, .external_lex_state = 1}, - [144] = {.lex_state = 99, .external_lex_state = 1}, - [145] = {.lex_state = 188, .external_lex_state = 1}, - [146] = {.lex_state = 188, .external_lex_state = 1}, + [144] = {.lex_state = 97, .external_lex_state = 1}, + [145] = {.lex_state = 97, .external_lex_state = 1}, + [146] = {.lex_state = 97, .external_lex_state = 1}, [147] = {.lex_state = 97, .external_lex_state = 1}, - [148] = {.lex_state = 188, .external_lex_state = 1}, + [148] = {.lex_state = 97, .external_lex_state = 1}, [149] = {.lex_state = 97, .external_lex_state = 1}, - [150] = {.lex_state = 188, .external_lex_state = 1}, - [151] = {.lex_state = 99, .external_lex_state = 1}, + [150] = {.lex_state = 97, .external_lex_state = 1}, + [151] = {.lex_state = 97, .external_lex_state = 1}, [152] = {.lex_state = 97, .external_lex_state = 1}, [153] = {.lex_state = 97, .external_lex_state = 1}, [154] = {.lex_state = 97, .external_lex_state = 1}, @@ -14387,7 +15092,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [201] = {.lex_state = 97, .external_lex_state = 1}, [202] = {.lex_state = 97, .external_lex_state = 1}, [203] = {.lex_state = 97, .external_lex_state = 1}, - [204] = {.lex_state = 97, .external_lex_state = 1}, + [204] = {.lex_state = 188, .external_lex_state = 1}, [205] = {.lex_state = 97, .external_lex_state = 1}, [206] = {.lex_state = 97, .external_lex_state = 1}, [207] = {.lex_state = 97, .external_lex_state = 1}, @@ -14396,12 +15101,12 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [210] = {.lex_state = 97, .external_lex_state = 1}, [211] = {.lex_state = 97, .external_lex_state = 1}, [212] = {.lex_state = 97, .external_lex_state = 1}, - [213] = {.lex_state = 97, .external_lex_state = 1}, + [213] = {.lex_state = 99, .external_lex_state = 1}, [214] = {.lex_state = 97, .external_lex_state = 1}, [215] = {.lex_state = 97, .external_lex_state = 1}, [216] = {.lex_state = 97, .external_lex_state = 1}, [217] = {.lex_state = 97, .external_lex_state = 1}, - [218] = {.lex_state = 97, .external_lex_state = 1}, + [218] = {.lex_state = 188, .external_lex_state = 1}, [219] = {.lex_state = 97, .external_lex_state = 1}, [220] = {.lex_state = 97, .external_lex_state = 1}, [221] = {.lex_state = 97, .external_lex_state = 1}, @@ -14410,7 +15115,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [224] = {.lex_state = 97, .external_lex_state = 1}, [225] = {.lex_state = 97, .external_lex_state = 1}, [226] = {.lex_state = 97, .external_lex_state = 1}, - [227] = {.lex_state = 188, .external_lex_state = 1}, + [227] = {.lex_state = 97, .external_lex_state = 1}, [228] = {.lex_state = 97, .external_lex_state = 1}, [229] = {.lex_state = 97, .external_lex_state = 1}, [230] = {.lex_state = 97, .external_lex_state = 1}, @@ -14418,63 +15123,63 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [232] = {.lex_state = 97, .external_lex_state = 1}, [233] = {.lex_state = 97, .external_lex_state = 1}, [234] = {.lex_state = 97, .external_lex_state = 1}, - [235] = {.lex_state = 99, .external_lex_state = 1}, - [236] = {.lex_state = 99, .external_lex_state = 1}, + [235] = {.lex_state = 97, .external_lex_state = 1}, + [236] = {.lex_state = 97, .external_lex_state = 1}, [237] = {.lex_state = 188, .external_lex_state = 1}, [238] = {.lex_state = 97, .external_lex_state = 1}, - [239] = {.lex_state = 97, .external_lex_state = 1}, + [239] = {.lex_state = 188, .external_lex_state = 1}, [240] = {.lex_state = 97, .external_lex_state = 1}, [241] = {.lex_state = 97, .external_lex_state = 1}, - [242] = {.lex_state = 97, .external_lex_state = 1}, + [242] = {.lex_state = 99, .external_lex_state = 1}, [243] = {.lex_state = 97, .external_lex_state = 1}, [244] = {.lex_state = 97, .external_lex_state = 1}, [245] = {.lex_state = 97, .external_lex_state = 1}, [246] = {.lex_state = 97, .external_lex_state = 1}, [247] = {.lex_state = 97, .external_lex_state = 1}, - [248] = {.lex_state = 97, .external_lex_state = 1}, - [249] = {.lex_state = 97, .external_lex_state = 1}, + [248] = {.lex_state = 99, .external_lex_state = 1}, + [249] = {.lex_state = 188, .external_lex_state = 1}, [250] = {.lex_state = 97, .external_lex_state = 1}, [251] = {.lex_state = 97, .external_lex_state = 1}, [252] = {.lex_state = 97, .external_lex_state = 1}, [253] = {.lex_state = 97, .external_lex_state = 1}, [254] = {.lex_state = 97, .external_lex_state = 1}, [255] = {.lex_state = 97, .external_lex_state = 1}, - [256] = {.lex_state = 99, .external_lex_state = 1}, + [256] = {.lex_state = 97, .external_lex_state = 1}, [257] = {.lex_state = 97, .external_lex_state = 1}, [258] = {.lex_state = 97, .external_lex_state = 1}, - [259] = {.lex_state = 97, .external_lex_state = 1}, + [259] = {.lex_state = 188, .external_lex_state = 1}, [260] = {.lex_state = 97, .external_lex_state = 1}, [261] = {.lex_state = 188, .external_lex_state = 1}, - [262] = {.lex_state = 97, .external_lex_state = 1}, - [263] = {.lex_state = 97, .external_lex_state = 1}, - [264] = {.lex_state = 97, .external_lex_state = 1}, + [262] = {.lex_state = 99, .external_lex_state = 1}, + [263] = {.lex_state = 188, .external_lex_state = 1}, + [264] = {.lex_state = 188, .external_lex_state = 1}, [265] = {.lex_state = 188, .external_lex_state = 1}, [266] = {.lex_state = 188, .external_lex_state = 1}, - [267] = {.lex_state = 97, .external_lex_state = 1}, - [268] = {.lex_state = 97, .external_lex_state = 1}, - [269] = {.lex_state = 97, .external_lex_state = 1}, - [270] = {.lex_state = 97, .external_lex_state = 1}, - [271] = {.lex_state = 97, .external_lex_state = 1}, - [272] = {.lex_state = 97, .external_lex_state = 1}, - [273] = {.lex_state = 97, .external_lex_state = 1}, - [274] = {.lex_state = 97, .external_lex_state = 1}, - [275] = {.lex_state = 97, .external_lex_state = 1}, - [276] = {.lex_state = 97, .external_lex_state = 1}, - [277] = {.lex_state = 97, .external_lex_state = 1}, - [278] = {.lex_state = 97, .external_lex_state = 1}, - [279] = {.lex_state = 97, .external_lex_state = 1}, - [280] = {.lex_state = 97, .external_lex_state = 1}, - [281] = {.lex_state = 97, .external_lex_state = 1}, - [282] = {.lex_state = 97, .external_lex_state = 1}, - [283] = {.lex_state = 97, .external_lex_state = 1}, - [284] = {.lex_state = 97, .external_lex_state = 1}, - [285] = {.lex_state = 97, .external_lex_state = 1}, - [286] = {.lex_state = 97, .external_lex_state = 1}, - [287] = {.lex_state = 97, .external_lex_state = 1}, - [288] = {.lex_state = 97, .external_lex_state = 1}, - [289] = {.lex_state = 97, .external_lex_state = 1}, + [267] = {.lex_state = 188, .external_lex_state = 1}, + [268] = {.lex_state = 99, .external_lex_state = 1}, + [269] = {.lex_state = 99, .external_lex_state = 1}, + [270] = {.lex_state = 188, .external_lex_state = 1}, + [271] = {.lex_state = 188, .external_lex_state = 1}, + [272] = {.lex_state = 188, .external_lex_state = 1}, + [273] = {.lex_state = 188, .external_lex_state = 1}, + [274] = {.lex_state = 188, .external_lex_state = 1}, + [275] = {.lex_state = 188, .external_lex_state = 1}, + [276] = {.lex_state = 188, .external_lex_state = 1}, + [277] = {.lex_state = 188, .external_lex_state = 1}, + [278] = {.lex_state = 188, .external_lex_state = 1}, + [279] = {.lex_state = 188, .external_lex_state = 1}, + [280] = {.lex_state = 188, .external_lex_state = 1}, + [281] = {.lex_state = 188, .external_lex_state = 1}, + [282] = {.lex_state = 99, .external_lex_state = 1}, + [283] = {.lex_state = 188, .external_lex_state = 1}, + [284] = {.lex_state = 188, .external_lex_state = 1}, + [285] = {.lex_state = 188, .external_lex_state = 1}, + [286] = {.lex_state = 188, .external_lex_state = 1}, + [287] = {.lex_state = 188, .external_lex_state = 1}, + [288] = {.lex_state = 188, .external_lex_state = 1}, + [289] = {.lex_state = 188, .external_lex_state = 1}, [290] = {.lex_state = 188, .external_lex_state = 1}, - [291] = {.lex_state = 97, .external_lex_state = 1}, + [291] = {.lex_state = 188, .external_lex_state = 1}, [292] = {.lex_state = 188, .external_lex_state = 1}, [293] = {.lex_state = 188, .external_lex_state = 1}, [294] = {.lex_state = 188, .external_lex_state = 1}, @@ -14482,271 +15187,271 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [296] = {.lex_state = 188, .external_lex_state = 1}, [297] = {.lex_state = 188, .external_lex_state = 1}, [298] = {.lex_state = 188, .external_lex_state = 1}, - [299] = {.lex_state = 99, .external_lex_state = 1}, + [299] = {.lex_state = 188, .external_lex_state = 1}, [300] = {.lex_state = 188, .external_lex_state = 1}, - [301] = {.lex_state = 99, .external_lex_state = 1}, + [301] = {.lex_state = 188, .external_lex_state = 1}, [302] = {.lex_state = 188, .external_lex_state = 1}, [303] = {.lex_state = 188, .external_lex_state = 1}, [304] = {.lex_state = 188, .external_lex_state = 1}, [305] = {.lex_state = 188, .external_lex_state = 1}, [306] = {.lex_state = 188, .external_lex_state = 1}, [307] = {.lex_state = 188, .external_lex_state = 1}, - [308] = {.lex_state = 99, .external_lex_state = 1}, + [308] = {.lex_state = 188, .external_lex_state = 1}, [309] = {.lex_state = 188, .external_lex_state = 1}, [310] = {.lex_state = 188, .external_lex_state = 1}, [311] = {.lex_state = 188, .external_lex_state = 1}, [312] = {.lex_state = 188, .external_lex_state = 1}, - [313] = {.lex_state = 99, .external_lex_state = 1}, + [313] = {.lex_state = 188, .external_lex_state = 1}, [314] = {.lex_state = 188, .external_lex_state = 1}, - [315] = {.lex_state = 99, .external_lex_state = 1}, + [315] = {.lex_state = 188, .external_lex_state = 1}, [316] = {.lex_state = 99, .external_lex_state = 1}, [317] = {.lex_state = 188, .external_lex_state = 1}, - [318] = {.lex_state = 188, .external_lex_state = 1}, - [319] = {.lex_state = 99, .external_lex_state = 1}, + [318] = {.lex_state = 99, .external_lex_state = 1}, + [319] = {.lex_state = 188, .external_lex_state = 1}, [320] = {.lex_state = 188, .external_lex_state = 1}, [321] = {.lex_state = 188, .external_lex_state = 1}, [322] = {.lex_state = 188, .external_lex_state = 1}, - [323] = {.lex_state = 99, .external_lex_state = 1}, - [324] = {.lex_state = 99, .external_lex_state = 1}, + [323] = {.lex_state = 188, .external_lex_state = 1}, + [324] = {.lex_state = 188, .external_lex_state = 1}, [325] = {.lex_state = 188, .external_lex_state = 1}, [326] = {.lex_state = 188, .external_lex_state = 1}, [327] = {.lex_state = 99, .external_lex_state = 1}, - [328] = {.lex_state = 188, .external_lex_state = 1}, + [328] = {.lex_state = 99, .external_lex_state = 1}, [329] = {.lex_state = 188, .external_lex_state = 1}, [330] = {.lex_state = 188, .external_lex_state = 1}, [331] = {.lex_state = 188, .external_lex_state = 1}, [332] = {.lex_state = 188, .external_lex_state = 1}, [333] = {.lex_state = 188, .external_lex_state = 1}, [334] = {.lex_state = 188, .external_lex_state = 1}, - [335] = {.lex_state = 99, .external_lex_state = 1}, - [336] = {.lex_state = 99, .external_lex_state = 1}, - [337] = {.lex_state = 188, .external_lex_state = 1}, + [335] = {.lex_state = 188, .external_lex_state = 1}, + [336] = {.lex_state = 188, .external_lex_state = 1}, + [337] = {.lex_state = 99, .external_lex_state = 1}, [338] = {.lex_state = 188, .external_lex_state = 1}, [339] = {.lex_state = 188, .external_lex_state = 1}, - [340] = {.lex_state = 99, .external_lex_state = 1}, + [340] = {.lex_state = 188, .external_lex_state = 1}, [341] = {.lex_state = 188, .external_lex_state = 1}, [342] = {.lex_state = 188, .external_lex_state = 1}, - [343] = {.lex_state = 99, .external_lex_state = 1}, + [343] = {.lex_state = 188, .external_lex_state = 1}, [344] = {.lex_state = 188, .external_lex_state = 1}, - [345] = {.lex_state = 99, .external_lex_state = 1}, - [346] = {.lex_state = 99, .external_lex_state = 1}, - [347] = {.lex_state = 99, .external_lex_state = 1}, + [345] = {.lex_state = 188, .external_lex_state = 1}, + [346] = {.lex_state = 188, .external_lex_state = 1}, + [347] = {.lex_state = 188, .external_lex_state = 1}, [348] = {.lex_state = 188, .external_lex_state = 1}, - [349] = {.lex_state = 99, .external_lex_state = 1}, - [350] = {.lex_state = 99, .external_lex_state = 1}, + [349] = {.lex_state = 188, .external_lex_state = 1}, + [350] = {.lex_state = 188, .external_lex_state = 1}, [351] = {.lex_state = 99, .external_lex_state = 1}, - [352] = {.lex_state = 99, .external_lex_state = 1}, + [352] = {.lex_state = 188, .external_lex_state = 1}, [353] = {.lex_state = 99, .external_lex_state = 1}, - [354] = {.lex_state = 99, .external_lex_state = 1}, + [354] = {.lex_state = 188, .external_lex_state = 1}, [355] = {.lex_state = 188, .external_lex_state = 1}, - [356] = {.lex_state = 188, .external_lex_state = 1}, - [357] = {.lex_state = 99, .external_lex_state = 1}, - [358] = {.lex_state = 99, .external_lex_state = 1}, - [359] = {.lex_state = 99, .external_lex_state = 1}, - [360] = {.lex_state = 188, .external_lex_state = 1}, - [361] = {.lex_state = 99, .external_lex_state = 1}, - [362] = {.lex_state = 99, .external_lex_state = 1}, - [363] = {.lex_state = 188, .external_lex_state = 1}, - [364] = {.lex_state = 188, .external_lex_state = 1}, - [365] = {.lex_state = 188, .external_lex_state = 1}, - [366] = {.lex_state = 188, .external_lex_state = 1}, + [356] = {.lex_state = 99, .external_lex_state = 1}, + [357] = {.lex_state = 188, .external_lex_state = 1}, + [358] = {.lex_state = 188, .external_lex_state = 1}, + [359] = {.lex_state = 188, .external_lex_state = 1}, + [360] = {.lex_state = 99, .external_lex_state = 1}, + [361] = {.lex_state = 188, .external_lex_state = 1}, + [362] = {.lex_state = 188, .external_lex_state = 1}, + [363] = {.lex_state = 99, .external_lex_state = 1}, + [364] = {.lex_state = 99, .external_lex_state = 1}, + [365] = {.lex_state = 99, .external_lex_state = 1}, + [366] = {.lex_state = 99, .external_lex_state = 1}, [367] = {.lex_state = 188, .external_lex_state = 1}, [368] = {.lex_state = 188, .external_lex_state = 1}, [369] = {.lex_state = 99, .external_lex_state = 1}, - [370] = {.lex_state = 188, .external_lex_state = 1}, + [370] = {.lex_state = 99, .external_lex_state = 1}, [371] = {.lex_state = 188, .external_lex_state = 1}, [372] = {.lex_state = 188, .external_lex_state = 1}, [373] = {.lex_state = 188, .external_lex_state = 1}, - [374] = {.lex_state = 188, .external_lex_state = 1}, - [375] = {.lex_state = 188, .external_lex_state = 1}, + [374] = {.lex_state = 99, .external_lex_state = 1}, + [375] = {.lex_state = 99, .external_lex_state = 1}, [376] = {.lex_state = 188, .external_lex_state = 1}, [377] = {.lex_state = 188, .external_lex_state = 1}, [378] = {.lex_state = 99, .external_lex_state = 1}, - [379] = {.lex_state = 188, .external_lex_state = 1}, - [380] = {.lex_state = 188, .external_lex_state = 1}, + [379] = {.lex_state = 99, .external_lex_state = 1}, + [380] = {.lex_state = 99, .external_lex_state = 1}, [381] = {.lex_state = 188, .external_lex_state = 1}, [382] = {.lex_state = 188, .external_lex_state = 1}, [383] = {.lex_state = 188, .external_lex_state = 1}, - [384] = {.lex_state = 99, .external_lex_state = 1}, + [384] = {.lex_state = 188, .external_lex_state = 1}, [385] = {.lex_state = 99, .external_lex_state = 1}, [386] = {.lex_state = 188, .external_lex_state = 1}, - [387] = {.lex_state = 188, .external_lex_state = 1}, - [388] = {.lex_state = 188, .external_lex_state = 1}, + [387] = {.lex_state = 99, .external_lex_state = 1}, + [388] = {.lex_state = 99, .external_lex_state = 1}, [389] = {.lex_state = 188, .external_lex_state = 1}, - [390] = {.lex_state = 188, .external_lex_state = 1}, - [391] = {.lex_state = 188, .external_lex_state = 1}, - [392] = {.lex_state = 99, .external_lex_state = 1}, - [393] = {.lex_state = 188, .external_lex_state = 1}, + [390] = {.lex_state = 99, .external_lex_state = 1}, + [391] = {.lex_state = 99, .external_lex_state = 1}, + [392] = {.lex_state = 188, .external_lex_state = 1}, + [393] = {.lex_state = 99, .external_lex_state = 1}, [394] = {.lex_state = 188, .external_lex_state = 1}, - [395] = {.lex_state = 188, .external_lex_state = 1}, + [395] = {.lex_state = 99, .external_lex_state = 1}, [396] = {.lex_state = 188, .external_lex_state = 1}, - [397] = {.lex_state = 188, .external_lex_state = 1}, - [398] = {.lex_state = 188, .external_lex_state = 1}, + [397] = {.lex_state = 99, .external_lex_state = 1}, + [398] = {.lex_state = 99, .external_lex_state = 1}, [399] = {.lex_state = 188, .external_lex_state = 1}, [400] = {.lex_state = 188, .external_lex_state = 1}, - [401] = {.lex_state = 188, .external_lex_state = 1}, + [401] = {.lex_state = 99, .external_lex_state = 1}, [402] = {.lex_state = 188, .external_lex_state = 1}, [403] = {.lex_state = 188, .external_lex_state = 1}, [404] = {.lex_state = 188, .external_lex_state = 1}, [405] = {.lex_state = 188, .external_lex_state = 1}, [406] = {.lex_state = 188, .external_lex_state = 1}, [407] = {.lex_state = 188, .external_lex_state = 1}, - [408] = {.lex_state = 188, .external_lex_state = 1}, - [409] = {.lex_state = 188, .external_lex_state = 1}, + [408] = {.lex_state = 99, .external_lex_state = 1}, + [409] = {.lex_state = 99, .external_lex_state = 1}, [410] = {.lex_state = 99, .external_lex_state = 1}, - [411] = {.lex_state = 188, .external_lex_state = 1}, - [412] = {.lex_state = 188, .external_lex_state = 1}, + [411] = {.lex_state = 99, .external_lex_state = 1}, + [412] = {.lex_state = 99, .external_lex_state = 1}, [413] = {.lex_state = 99, .external_lex_state = 1}, - [414] = {.lex_state = 188, .external_lex_state = 1}, - [415] = {.lex_state = 188, .external_lex_state = 1}, + [414] = {.lex_state = 99, .external_lex_state = 1}, + [415] = {.lex_state = 99, .external_lex_state = 1}, [416] = {.lex_state = 99, .external_lex_state = 1}, [417] = {.lex_state = 188, .external_lex_state = 1}, - [418] = {.lex_state = 188, .external_lex_state = 1}, - [419] = {.lex_state = 188, .external_lex_state = 1}, - [420] = {.lex_state = 188, .external_lex_state = 1}, - [421] = {.lex_state = 188, .external_lex_state = 1}, - [422] = {.lex_state = 99, .external_lex_state = 1}, + [418] = {.lex_state = 99, .external_lex_state = 1}, + [419] = {.lex_state = 99, .external_lex_state = 1}, + [420] = {.lex_state = 99, .external_lex_state = 1}, + [421] = {.lex_state = 99, .external_lex_state = 1}, + [422] = {.lex_state = 188, .external_lex_state = 1}, [423] = {.lex_state = 188, .external_lex_state = 1}, - [424] = {.lex_state = 99, .external_lex_state = 1}, + [424] = {.lex_state = 188, .external_lex_state = 1}, [425] = {.lex_state = 99, .external_lex_state = 1}, [426] = {.lex_state = 99, .external_lex_state = 1}, - [427] = {.lex_state = 188, .external_lex_state = 1}, + [427] = {.lex_state = 99, .external_lex_state = 1}, [428] = {.lex_state = 99, .external_lex_state = 1}, - [429] = {.lex_state = 188, .external_lex_state = 1}, - [430] = {.lex_state = 188, .external_lex_state = 1}, + [429] = {.lex_state = 99, .external_lex_state = 1}, + [430] = {.lex_state = 99, .external_lex_state = 1}, [431] = {.lex_state = 99, .external_lex_state = 1}, - [432] = {.lex_state = 188, .external_lex_state = 1}, + [432] = {.lex_state = 99, .external_lex_state = 1}, [433] = {.lex_state = 188, .external_lex_state = 1}, - [434] = {.lex_state = 188, .external_lex_state = 1}, + [434] = {.lex_state = 99, .external_lex_state = 1}, [435] = {.lex_state = 188, .external_lex_state = 1}, [436] = {.lex_state = 188, .external_lex_state = 1}, [437] = {.lex_state = 188, .external_lex_state = 1}, [438] = {.lex_state = 188, .external_lex_state = 1}, - [439] = {.lex_state = 188, .external_lex_state = 1}, - [440] = {.lex_state = 188, .external_lex_state = 1}, - [441] = {.lex_state = 188, .external_lex_state = 1}, + [439] = {.lex_state = 99, .external_lex_state = 1}, + [440] = {.lex_state = 99, .external_lex_state = 1}, + [441] = {.lex_state = 99, .external_lex_state = 1}, [442] = {.lex_state = 188, .external_lex_state = 1}, [443] = {.lex_state = 188, .external_lex_state = 1}, [444] = {.lex_state = 188, .external_lex_state = 1}, - [445] = {.lex_state = 99, .external_lex_state = 1}, + [445] = {.lex_state = 188, .external_lex_state = 1}, [446] = {.lex_state = 188, .external_lex_state = 1}, [447] = {.lex_state = 188, .external_lex_state = 1}, [448] = {.lex_state = 99, .external_lex_state = 1}, [449] = {.lex_state = 188, .external_lex_state = 1}, - [450] = {.lex_state = 99, .external_lex_state = 1}, + [450] = {.lex_state = 188, .external_lex_state = 1}, [451] = {.lex_state = 99, .external_lex_state = 1}, - [452] = {.lex_state = 188, .external_lex_state = 1}, - [453] = {.lex_state = 188, .external_lex_state = 1}, + [452] = {.lex_state = 99, .external_lex_state = 1}, + [453] = {.lex_state = 99, .external_lex_state = 1}, [454] = {.lex_state = 188, .external_lex_state = 1}, - [455] = {.lex_state = 188, .external_lex_state = 1}, + [455] = {.lex_state = 99, .external_lex_state = 1}, [456] = {.lex_state = 188, .external_lex_state = 1}, [457] = {.lex_state = 188, .external_lex_state = 1}, - [458] = {.lex_state = 99, .external_lex_state = 1}, - [459] = {.lex_state = 99, .external_lex_state = 1}, + [458] = {.lex_state = 188, .external_lex_state = 1}, + [459] = {.lex_state = 188, .external_lex_state = 1}, [460] = {.lex_state = 188, .external_lex_state = 1}, - [461] = {.lex_state = 99, .external_lex_state = 1}, + [461] = {.lex_state = 188, .external_lex_state = 1}, [462] = {.lex_state = 99, .external_lex_state = 1}, [463] = {.lex_state = 99, .external_lex_state = 1}, - [464] = {.lex_state = 99, .external_lex_state = 1}, + [464] = {.lex_state = 188, .external_lex_state = 1}, [465] = {.lex_state = 99, .external_lex_state = 1}, [466] = {.lex_state = 188, .external_lex_state = 1}, - [467] = {.lex_state = 188, .external_lex_state = 1}, + [467] = {.lex_state = 99, .external_lex_state = 1}, [468] = {.lex_state = 188, .external_lex_state = 1}, - [469] = {.lex_state = 99, .external_lex_state = 1}, + [469] = {.lex_state = 188, .external_lex_state = 1}, [470] = {.lex_state = 99, .external_lex_state = 1}, - [471] = {.lex_state = 99, .external_lex_state = 1}, + [471] = {.lex_state = 188, .external_lex_state = 1}, [472] = {.lex_state = 99, .external_lex_state = 1}, [473] = {.lex_state = 188, .external_lex_state = 1}, [474] = {.lex_state = 188, .external_lex_state = 1}, [475] = {.lex_state = 188, .external_lex_state = 1}, - [476] = {.lex_state = 188, .external_lex_state = 1}, - [477] = {.lex_state = 188, .external_lex_state = 1}, + [476] = {.lex_state = 99, .external_lex_state = 1}, + [477] = {.lex_state = 99, .external_lex_state = 1}, [478] = {.lex_state = 99, .external_lex_state = 1}, - [479] = {.lex_state = 99, .external_lex_state = 1}, + [479] = {.lex_state = 188, .external_lex_state = 1}, [480] = {.lex_state = 99, .external_lex_state = 1}, [481] = {.lex_state = 188, .external_lex_state = 1}, - [482] = {.lex_state = 99, .external_lex_state = 1}, + [482] = {.lex_state = 188, .external_lex_state = 1}, [483] = {.lex_state = 188, .external_lex_state = 1}, - [484] = {.lex_state = 99, .external_lex_state = 1}, + [484] = {.lex_state = 188, .external_lex_state = 1}, [485] = {.lex_state = 188, .external_lex_state = 1}, [486] = {.lex_state = 99, .external_lex_state = 1}, [487] = {.lex_state = 188, .external_lex_state = 1}, - [488] = {.lex_state = 99, .external_lex_state = 1}, + [488] = {.lex_state = 188, .external_lex_state = 1}, [489] = {.lex_state = 99, .external_lex_state = 1}, [490] = {.lex_state = 188, .external_lex_state = 1}, [491] = {.lex_state = 188, .external_lex_state = 1}, - [492] = {.lex_state = 188, .external_lex_state = 1}, - [493] = {.lex_state = 188, .external_lex_state = 1}, + [492] = {.lex_state = 99, .external_lex_state = 1}, + [493] = {.lex_state = 99, .external_lex_state = 1}, [494] = {.lex_state = 188, .external_lex_state = 1}, [495] = {.lex_state = 99, .external_lex_state = 1}, [496] = {.lex_state = 188, .external_lex_state = 1}, [497] = {.lex_state = 188, .external_lex_state = 1}, [498] = {.lex_state = 188, .external_lex_state = 1}, [499] = {.lex_state = 188, .external_lex_state = 1}, - [500] = {.lex_state = 99, .external_lex_state = 1}, - [501] = {.lex_state = 99, .external_lex_state = 1}, + [500] = {.lex_state = 188, .external_lex_state = 1}, + [501] = {.lex_state = 188, .external_lex_state = 1}, [502] = {.lex_state = 188, .external_lex_state = 1}, [503] = {.lex_state = 188, .external_lex_state = 1}, [504] = {.lex_state = 188, .external_lex_state = 1}, [505] = {.lex_state = 99, .external_lex_state = 1}, - [506] = {.lex_state = 99, .external_lex_state = 1}, - [507] = {.lex_state = 99, .external_lex_state = 1}, + [506] = {.lex_state = 188, .external_lex_state = 1}, + [507] = {.lex_state = 188, .external_lex_state = 1}, [508] = {.lex_state = 99, .external_lex_state = 1}, [509] = {.lex_state = 188, .external_lex_state = 1}, - [510] = {.lex_state = 188, .external_lex_state = 1}, + [510] = {.lex_state = 99, .external_lex_state = 1}, [511] = {.lex_state = 188, .external_lex_state = 1}, - [512] = {.lex_state = 99, .external_lex_state = 1}, - [513] = {.lex_state = 188, .external_lex_state = 1}, - [514] = {.lex_state = 99, .external_lex_state = 1}, - [515] = {.lex_state = 188, .external_lex_state = 1}, + [512] = {.lex_state = 188, .external_lex_state = 1}, + [513] = {.lex_state = 99, .external_lex_state = 1}, + [514] = {.lex_state = 188, .external_lex_state = 1}, + [515] = {.lex_state = 99, .external_lex_state = 1}, [516] = {.lex_state = 188, .external_lex_state = 1}, [517] = {.lex_state = 188, .external_lex_state = 1}, - [518] = {.lex_state = 188, .external_lex_state = 1}, - [519] = {.lex_state = 99, .external_lex_state = 1}, - [520] = {.lex_state = 99, .external_lex_state = 1}, - [521] = {.lex_state = 188, .external_lex_state = 1}, + [518] = {.lex_state = 99, .external_lex_state = 1}, + [519] = {.lex_state = 188, .external_lex_state = 1}, + [520] = {.lex_state = 188, .external_lex_state = 1}, + [521] = {.lex_state = 99, .external_lex_state = 1}, [522] = {.lex_state = 188, .external_lex_state = 1}, [523] = {.lex_state = 99, .external_lex_state = 1}, - [524] = {.lex_state = 188, .external_lex_state = 1}, + [524] = {.lex_state = 99, .external_lex_state = 1}, [525] = {.lex_state = 99, .external_lex_state = 1}, [526] = {.lex_state = 188, .external_lex_state = 1}, - [527] = {.lex_state = 188, .external_lex_state = 1}, - [528] = {.lex_state = 188, .external_lex_state = 1}, + [527] = {.lex_state = 99, .external_lex_state = 1}, + [528] = {.lex_state = 99, .external_lex_state = 1}, [529] = {.lex_state = 188, .external_lex_state = 1}, [530] = {.lex_state = 188, .external_lex_state = 1}, [531] = {.lex_state = 188, .external_lex_state = 1}, - [532] = {.lex_state = 99, .external_lex_state = 1}, + [532] = {.lex_state = 188, .external_lex_state = 1}, [533] = {.lex_state = 99, .external_lex_state = 1}, [534] = {.lex_state = 188, .external_lex_state = 1}, [535] = {.lex_state = 188, .external_lex_state = 1}, - [536] = {.lex_state = 188, .external_lex_state = 1}, + [536] = {.lex_state = 99, .external_lex_state = 1}, [537] = {.lex_state = 188, .external_lex_state = 1}, [538] = {.lex_state = 188, .external_lex_state = 1}, - [539] = {.lex_state = 188, .external_lex_state = 1}, + [539] = {.lex_state = 99, .external_lex_state = 1}, [540] = {.lex_state = 188, .external_lex_state = 1}, - [541] = {.lex_state = 99, .external_lex_state = 1}, - [542] = {.lex_state = 188, .external_lex_state = 1}, - [543] = {.lex_state = 188, .external_lex_state = 1}, + [541] = {.lex_state = 188, .external_lex_state = 1}, + [542] = {.lex_state = 99, .external_lex_state = 1}, + [543] = {.lex_state = 99, .external_lex_state = 1}, [544] = {.lex_state = 188, .external_lex_state = 1}, [545] = {.lex_state = 188, .external_lex_state = 1}, [546] = {.lex_state = 99, .external_lex_state = 1}, - [547] = {.lex_state = 188, .external_lex_state = 1}, - [548] = {.lex_state = 99, .external_lex_state = 1}, + [547] = {.lex_state = 99, .external_lex_state = 1}, + [548] = {.lex_state = 188, .external_lex_state = 1}, [549] = {.lex_state = 188, .external_lex_state = 1}, [550] = {.lex_state = 99, .external_lex_state = 1}, - [551] = {.lex_state = 99, .external_lex_state = 1}, + [551] = {.lex_state = 188, .external_lex_state = 1}, [552] = {.lex_state = 99, .external_lex_state = 1}, [553] = {.lex_state = 99, .external_lex_state = 1}, - [554] = {.lex_state = 99, .external_lex_state = 1}, + [554] = {.lex_state = 188, .external_lex_state = 1}, [555] = {.lex_state = 188, .external_lex_state = 1}, - [556] = {.lex_state = 99, .external_lex_state = 1}, + [556] = {.lex_state = 188, .external_lex_state = 1}, [557] = {.lex_state = 188, .external_lex_state = 1}, - [558] = {.lex_state = 99, .external_lex_state = 1}, + [558] = {.lex_state = 188, .external_lex_state = 1}, [559] = {.lex_state = 188, .external_lex_state = 1}, [560] = {.lex_state = 188, .external_lex_state = 1}, [561] = {.lex_state = 188, .external_lex_state = 1}, [562] = {.lex_state = 188, .external_lex_state = 1}, - [563] = {.lex_state = 188, .external_lex_state = 1}, + [563] = {.lex_state = 99, .external_lex_state = 1}, [564] = {.lex_state = 99, .external_lex_state = 1}, [565] = {.lex_state = 188, .external_lex_state = 1}, [566] = {.lex_state = 188, .external_lex_state = 1}, @@ -14754,62 +15459,62 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [568] = {.lex_state = 188, .external_lex_state = 1}, [569] = {.lex_state = 188, .external_lex_state = 1}, [570] = {.lex_state = 188, .external_lex_state = 1}, - [571] = {.lex_state = 99, .external_lex_state = 1}, - [572] = {.lex_state = 99, .external_lex_state = 1}, + [571] = {.lex_state = 188, .external_lex_state = 1}, + [572] = {.lex_state = 188, .external_lex_state = 1}, [573] = {.lex_state = 188, .external_lex_state = 1}, - [574] = {.lex_state = 99, .external_lex_state = 1}, + [574] = {.lex_state = 188, .external_lex_state = 1}, [575] = {.lex_state = 188, .external_lex_state = 1}, [576] = {.lex_state = 188, .external_lex_state = 1}, - [577] = {.lex_state = 99, .external_lex_state = 1}, - [578] = {.lex_state = 188, .external_lex_state = 1}, + [577] = {.lex_state = 188, .external_lex_state = 1}, + [578] = {.lex_state = 99, .external_lex_state = 1}, [579] = {.lex_state = 188, .external_lex_state = 1}, - [580] = {.lex_state = 188, .external_lex_state = 1}, - [581] = {.lex_state = 99, .external_lex_state = 1}, - [582] = {.lex_state = 99, .external_lex_state = 1}, + [580] = {.lex_state = 99, .external_lex_state = 1}, + [581] = {.lex_state = 188, .external_lex_state = 1}, + [582] = {.lex_state = 188, .external_lex_state = 1}, [583] = {.lex_state = 99, .external_lex_state = 1}, [584] = {.lex_state = 99, .external_lex_state = 1}, - [585] = {.lex_state = 99, .external_lex_state = 1}, + [585] = {.lex_state = 188, .external_lex_state = 1}, [586] = {.lex_state = 188, .external_lex_state = 1}, - [587] = {.lex_state = 188, .external_lex_state = 1}, + [587] = {.lex_state = 99, .external_lex_state = 1}, [588] = {.lex_state = 188, .external_lex_state = 1}, [589] = {.lex_state = 99, .external_lex_state = 1}, - [590] = {.lex_state = 99, .external_lex_state = 1}, + [590] = {.lex_state = 188, .external_lex_state = 1}, [591] = {.lex_state = 188, .external_lex_state = 1}, [592] = {.lex_state = 188, .external_lex_state = 1}, [593] = {.lex_state = 99, .external_lex_state = 1}, [594] = {.lex_state = 188, .external_lex_state = 1}, - [595] = {.lex_state = 99, .external_lex_state = 1}, + [595] = {.lex_state = 188, .external_lex_state = 1}, [596] = {.lex_state = 188, .external_lex_state = 1}, [597] = {.lex_state = 188, .external_lex_state = 1}, [598] = {.lex_state = 188, .external_lex_state = 1}, - [599] = {.lex_state = 99, .external_lex_state = 1}, + [599] = {.lex_state = 188, .external_lex_state = 1}, [600] = {.lex_state = 188, .external_lex_state = 1}, [601] = {.lex_state = 188, .external_lex_state = 1}, [602] = {.lex_state = 188, .external_lex_state = 1}, [603] = {.lex_state = 188, .external_lex_state = 1}, - [604] = {.lex_state = 188, .external_lex_state = 1}, - [605] = {.lex_state = 188, .external_lex_state = 1}, + [604] = {.lex_state = 99, .external_lex_state = 1}, + [605] = {.lex_state = 99, .external_lex_state = 1}, [606] = {.lex_state = 188, .external_lex_state = 1}, [607] = {.lex_state = 99, .external_lex_state = 1}, [608] = {.lex_state = 188, .external_lex_state = 1}, [609] = {.lex_state = 99, .external_lex_state = 1}, - [610] = {.lex_state = 188, .external_lex_state = 1}, + [610] = {.lex_state = 99, .external_lex_state = 1}, [611] = {.lex_state = 188, .external_lex_state = 1}, - [612] = {.lex_state = 188, .external_lex_state = 1}, + [612] = {.lex_state = 99, .external_lex_state = 1}, [613] = {.lex_state = 188, .external_lex_state = 1}, [614] = {.lex_state = 99, .external_lex_state = 1}, - [615] = {.lex_state = 99, .external_lex_state = 1}, + [615] = {.lex_state = 188, .external_lex_state = 1}, [616] = {.lex_state = 188, .external_lex_state = 1}, [617] = {.lex_state = 188, .external_lex_state = 1}, - [618] = {.lex_state = 188, .external_lex_state = 1}, - [619] = {.lex_state = 99, .external_lex_state = 1}, - [620] = {.lex_state = 99, .external_lex_state = 1}, + [618] = {.lex_state = 99, .external_lex_state = 1}, + [619] = {.lex_state = 188, .external_lex_state = 1}, + [620] = {.lex_state = 188, .external_lex_state = 1}, [621] = {.lex_state = 99, .external_lex_state = 1}, - [622] = {.lex_state = 99, .external_lex_state = 1}, + [622] = {.lex_state = 188, .external_lex_state = 1}, [623] = {.lex_state = 188, .external_lex_state = 1}, - [624] = {.lex_state = 188, .external_lex_state = 1}, + [624] = {.lex_state = 99, .external_lex_state = 1}, [625] = {.lex_state = 188, .external_lex_state = 1}, - [626] = {.lex_state = 188, .external_lex_state = 1}, + [626] = {.lex_state = 99, .external_lex_state = 1}, [627] = {.lex_state = 188, .external_lex_state = 1}, [628] = {.lex_state = 99, .external_lex_state = 1}, [629] = {.lex_state = 188, .external_lex_state = 1}, @@ -14817,55 +15522,55 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [631] = {.lex_state = 188, .external_lex_state = 1}, [632] = {.lex_state = 188, .external_lex_state = 1}, [633] = {.lex_state = 188, .external_lex_state = 1}, - [634] = {.lex_state = 188, .external_lex_state = 1}, - [635] = {.lex_state = 188, .external_lex_state = 1}, - [636] = {.lex_state = 99, .external_lex_state = 1}, - [637] = {.lex_state = 99, .external_lex_state = 1}, + [634] = {.lex_state = 99, .external_lex_state = 1}, + [635] = {.lex_state = 99, .external_lex_state = 1}, + [636] = {.lex_state = 188, .external_lex_state = 1}, + [637] = {.lex_state = 188, .external_lex_state = 1}, [638] = {.lex_state = 188, .external_lex_state = 1}, [639] = {.lex_state = 188, .external_lex_state = 1}, - [640] = {.lex_state = 188, .external_lex_state = 1}, + [640] = {.lex_state = 99, .external_lex_state = 1}, [641] = {.lex_state = 99, .external_lex_state = 1}, [642] = {.lex_state = 188, .external_lex_state = 1}, - [643] = {.lex_state = 188, .external_lex_state = 1}, - [644] = {.lex_state = 99, .external_lex_state = 1}, + [643] = {.lex_state = 99, .external_lex_state = 1}, + [644] = {.lex_state = 188, .external_lex_state = 1}, [645] = {.lex_state = 99, .external_lex_state = 1}, [646] = {.lex_state = 188, .external_lex_state = 1}, [647] = {.lex_state = 188, .external_lex_state = 1}, [648] = {.lex_state = 188, .external_lex_state = 1}, - [649] = {.lex_state = 99, .external_lex_state = 1}, + [649] = {.lex_state = 188, .external_lex_state = 1}, [650] = {.lex_state = 188, .external_lex_state = 1}, [651] = {.lex_state = 99, .external_lex_state = 1}, - [652] = {.lex_state = 99, .external_lex_state = 1}, - [653] = {.lex_state = 188, .external_lex_state = 1}, - [654] = {.lex_state = 188, .external_lex_state = 1}, - [655] = {.lex_state = 188, .external_lex_state = 1}, - [656] = {.lex_state = 188, .external_lex_state = 1}, - [657] = {.lex_state = 188, .external_lex_state = 1}, - [658] = {.lex_state = 188, .external_lex_state = 1}, - [659] = {.lex_state = 188, .external_lex_state = 1}, - [660] = {.lex_state = 188, .external_lex_state = 1}, - [661] = {.lex_state = 99, .external_lex_state = 1}, - [662] = {.lex_state = 188, .external_lex_state = 1}, - [663] = {.lex_state = 188, .external_lex_state = 1}, - [664] = {.lex_state = 99, .external_lex_state = 1}, - [665] = {.lex_state = 99, .external_lex_state = 1}, - [666] = {.lex_state = 99, .external_lex_state = 1}, - [667] = {.lex_state = 99, .external_lex_state = 1}, - [668] = {.lex_state = 99, .external_lex_state = 1}, - [669] = {.lex_state = 188, .external_lex_state = 1}, - [670] = {.lex_state = 188, .external_lex_state = 1}, - [671] = {.lex_state = 188, .external_lex_state = 1}, - [672] = {.lex_state = 188, .external_lex_state = 1}, - [673] = {.lex_state = 188, .external_lex_state = 1}, - [674] = {.lex_state = 188, .external_lex_state = 1}, - [675] = {.lex_state = 188, .external_lex_state = 1}, - [676] = {.lex_state = 188, .external_lex_state = 1}, - [677] = {.lex_state = 188, .external_lex_state = 1}, - [678] = {.lex_state = 188, .external_lex_state = 1}, - [679] = {.lex_state = 188, .external_lex_state = 1}, - [680] = {.lex_state = 188, .external_lex_state = 1}, - [681] = {.lex_state = 99, .external_lex_state = 1}, - [682] = {.lex_state = 188, .external_lex_state = 1}, + [652] = {.lex_state = 110}, + [653] = {.lex_state = 110}, + [654] = {.lex_state = 110}, + [655] = {.lex_state = 110}, + [656] = {.lex_state = 110}, + [657] = {.lex_state = 110}, + [658] = {.lex_state = 110}, + [659] = {.lex_state = 110}, + [660] = {.lex_state = 110}, + [661] = {.lex_state = 110}, + [662] = {.lex_state = 110}, + [663] = {.lex_state = 110}, + [664] = {.lex_state = 110}, + [665] = {.lex_state = 110}, + [666] = {.lex_state = 110}, + [667] = {.lex_state = 129}, + [668] = {.lex_state = 128}, + [669] = {.lex_state = 128}, + [670] = {.lex_state = 128}, + [671] = {.lex_state = 128}, + [672] = {.lex_state = 128}, + [673] = {.lex_state = 129}, + [674] = {.lex_state = 128}, + [675] = {.lex_state = 128}, + [676] = {.lex_state = 129}, + [677] = {.lex_state = 128}, + [678] = {.lex_state = 128}, + [679] = {.lex_state = 128}, + [680] = {.lex_state = 128}, + [681] = {.lex_state = 128}, + [682] = {.lex_state = 128}, [683] = {.lex_state = 110}, [684] = {.lex_state = 110}, [685] = {.lex_state = 110}, @@ -14873,7 +15578,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [687] = {.lex_state = 110}, [688] = {.lex_state = 110}, [689] = {.lex_state = 110}, - [690] = {.lex_state = 110}, + [690] = {.lex_state = 98, .external_lex_state = 1}, [691] = {.lex_state = 98, .external_lex_state = 1}, [692] = {.lex_state = 98, .external_lex_state = 1}, [693] = {.lex_state = 98, .external_lex_state = 1}, @@ -14951,7 +15656,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [765] = {.lex_state = 98, .external_lex_state = 1}, [766] = {.lex_state = 98, .external_lex_state = 1}, [767] = {.lex_state = 98, .external_lex_state = 1}, - [768] = {.lex_state = 98, .external_lex_state = 1}, + [768] = {.lex_state = 110}, [769] = {.lex_state = 120}, [770] = {.lex_state = 120}, [771] = {.lex_state = 120}, @@ -14968,50 +15673,50 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [782] = {.lex_state = 112}, [783] = {.lex_state = 112}, [784] = {.lex_state = 112}, - [785] = {.lex_state = 112}, - [786] = {.lex_state = 112}, + [785] = {.lex_state = 130}, + [786] = {.lex_state = 130}, [787] = {.lex_state = 130}, - [788] = {.lex_state = 130}, - [789] = {.lex_state = 130}, + [788] = {.lex_state = 112}, + [789] = {.lex_state = 112}, [790] = {.lex_state = 112}, [791] = {.lex_state = 112}, [792] = {.lex_state = 130}, [793] = {.lex_state = 112}, - [794] = {.lex_state = 130}, - [795] = {.lex_state = 112}, - [796] = {.lex_state = 122}, - [797] = {.lex_state = 130}, + [794] = {.lex_state = 112}, + [795] = {.lex_state = 130}, + [796] = {.lex_state = 112}, + [797] = {.lex_state = 122}, [798] = {.lex_state = 130}, [799] = {.lex_state = 112}, - [800] = {.lex_state = 112}, - [801] = {.lex_state = 110}, + [800] = {.lex_state = 130}, + [801] = {.lex_state = 130}, [802] = {.lex_state = 112}, - [803] = {.lex_state = 112}, - [804] = {.lex_state = 130}, + [803] = {.lex_state = 110}, + [804] = {.lex_state = 112}, [805] = {.lex_state = 112}, - [806] = {.lex_state = 130}, - [807] = {.lex_state = 120}, - [808] = {.lex_state = 122}, + [806] = {.lex_state = 120}, + [807] = {.lex_state = 122}, + [808] = {.lex_state = 120}, [809] = {.lex_state = 120}, - [810] = {.lex_state = 120}, - [811] = {.lex_state = 129}, + [810] = {.lex_state = 130}, + [811] = {.lex_state = 110}, [812] = {.lex_state = 110}, - [813] = {.lex_state = 110}, + [813] = {.lex_state = 120}, [814] = {.lex_state = 110}, [815] = {.lex_state = 110}, - [816] = {.lex_state = 120}, - [817] = {.lex_state = 110}, - [818] = {.lex_state = 120}, - [819] = {.lex_state = 120}, + [816] = {.lex_state = 110}, + [817] = {.lex_state = 120}, + [818] = {.lex_state = 110}, + [819] = {.lex_state = 110}, [820] = {.lex_state = 110}, [821] = {.lex_state = 110}, [822] = {.lex_state = 120}, [823] = {.lex_state = 110}, - [824] = {.lex_state = 120}, + [824] = {.lex_state = 110}, [825] = {.lex_state = 110}, - [826] = {.lex_state = 110}, - [827] = {.lex_state = 110}, - [828] = {.lex_state = 110}, + [826] = {.lex_state = 120}, + [827] = {.lex_state = 120}, + [828] = {.lex_state = 130}, [829] = {.lex_state = 110}, [830] = {.lex_state = 110}, [831] = {.lex_state = 110}, @@ -15024,167 +15729,167 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [838] = {.lex_state = 110}, [839] = {.lex_state = 120}, [840] = {.lex_state = 120}, - [841] = {.lex_state = 110}, + [841] = {.lex_state = 120}, [842] = {.lex_state = 110}, - [843] = {.lex_state = 110}, - [844] = {.lex_state = 110}, - [845] = {.lex_state = 110}, - [846] = {.lex_state = 120}, - [847] = {.lex_state = 110}, + [843] = {.lex_state = 120}, + [844] = {.lex_state = 120}, + [845] = {.lex_state = 120}, + [846] = {.lex_state = 110}, + [847] = {.lex_state = 120}, [848] = {.lex_state = 120}, - [849] = {.lex_state = 120}, - [850] = {.lex_state = 110}, - [851] = {.lex_state = 110}, - [852] = {.lex_state = 110}, + [849] = {.lex_state = 110}, + [850] = {.lex_state = 120}, + [851] = {.lex_state = 120}, + [852] = {.lex_state = 120}, [853] = {.lex_state = 120}, - [854] = {.lex_state = 120}, + [854] = {.lex_state = 110}, [855] = {.lex_state = 110}, - [856] = {.lex_state = 120}, + [856] = {.lex_state = 110}, [857] = {.lex_state = 110}, - [858] = {.lex_state = 120}, - [859] = {.lex_state = 110}, - [860] = {.lex_state = 120}, + [858] = {.lex_state = 110}, + [859] = {.lex_state = 120}, + [860] = {.lex_state = 110}, [861] = {.lex_state = 110}, - [862] = {.lex_state = 110}, - [863] = {.lex_state = 120}, - [864] = {.lex_state = 120}, - [865] = {.lex_state = 110}, - [866] = {.lex_state = 120}, - [867] = {.lex_state = 120}, + [862] = {.lex_state = 120}, + [863] = {.lex_state = 110}, + [864] = {.lex_state = 110}, + [865] = {.lex_state = 120}, + [866] = {.lex_state = 110}, + [867] = {.lex_state = 110}, [868] = {.lex_state = 110}, [869] = {.lex_state = 110}, [870] = {.lex_state = 110}, [871] = {.lex_state = 110}, - [872] = {.lex_state = 130}, + [872] = {.lex_state = 110}, [873] = {.lex_state = 110}, - [874] = {.lex_state = 110}, + [874] = {.lex_state = 120}, [875] = {.lex_state = 120}, - [876] = {.lex_state = 110}, - [877] = {.lex_state = 110}, + [876] = {.lex_state = 130}, + [877] = {.lex_state = 120}, [878] = {.lex_state = 110}, [879] = {.lex_state = 110}, - [880] = {.lex_state = 110}, + [880] = {.lex_state = 120}, [881] = {.lex_state = 110}, - [882] = {.lex_state = 110}, + [882] = {.lex_state = 120}, [883] = {.lex_state = 110}, [884] = {.lex_state = 110}, - [885] = {.lex_state = 110}, - [886] = {.lex_state = 120}, + [885] = {.lex_state = 120}, + [886] = {.lex_state = 110}, [887] = {.lex_state = 110}, - [888] = {.lex_state = 110}, + [888] = {.lex_state = 120}, [889] = {.lex_state = 110}, [890] = {.lex_state = 110}, - [891] = {.lex_state = 120}, + [891] = {.lex_state = 110}, [892] = {.lex_state = 110}, - [893] = {.lex_state = 110}, + [893] = {.lex_state = 130}, [894] = {.lex_state = 120}, [895] = {.lex_state = 110}, [896] = {.lex_state = 110}, [897] = {.lex_state = 110}, [898] = {.lex_state = 120}, [899] = {.lex_state = 110}, - [900] = {.lex_state = 110}, - [901] = {.lex_state = 130}, - [902] = {.lex_state = 110}, + [900] = {.lex_state = 129}, + [901] = {.lex_state = 120}, + [902] = {.lex_state = 120}, [903] = {.lex_state = 110}, - [904] = {.lex_state = 130}, + [904] = {.lex_state = 110}, [905] = {.lex_state = 110}, - [906] = {.lex_state = 110}, + [906] = {.lex_state = 120}, [907] = {.lex_state = 110}, [908] = {.lex_state = 110}, [909] = {.lex_state = 110}, [910] = {.lex_state = 110}, [911] = {.lex_state = 110}, [912] = {.lex_state = 110}, - [913] = {.lex_state = 110}, + [913] = {.lex_state = 130}, [914] = {.lex_state = 110}, [915] = {.lex_state = 110}, [916] = {.lex_state = 110}, [917] = {.lex_state = 110}, [918] = {.lex_state = 110}, - [919] = {.lex_state = 130}, + [919] = {.lex_state = 110}, [920] = {.lex_state = 110}, [921] = {.lex_state = 110}, [922] = {.lex_state = 110}, [923] = {.lex_state = 110}, - [924] = {.lex_state = 110}, - [925] = {.lex_state = 128}, + [924] = {.lex_state = 120}, + [925] = {.lex_state = 120}, [926] = {.lex_state = 110}, - [927] = {.lex_state = 110}, - [928] = {.lex_state = 110}, - [929] = {.lex_state = 110}, - [930] = {.lex_state = 120}, + [927] = {.lex_state = 120}, + [928] = {.lex_state = 120}, + [929] = {.lex_state = 120}, + [930] = {.lex_state = 110}, [931] = {.lex_state = 110}, [932] = {.lex_state = 110}, - [933] = {.lex_state = 120}, + [933] = {.lex_state = 110}, [934] = {.lex_state = 110}, - [935] = {.lex_state = 130}, + [935] = {.lex_state = 110}, [936] = {.lex_state = 110}, [937] = {.lex_state = 110}, - [938] = {.lex_state = 120}, + [938] = {.lex_state = 110}, [939] = {.lex_state = 120}, - [940] = {.lex_state = 120}, + [940] = {.lex_state = 110}, [941] = {.lex_state = 110}, - [942] = {.lex_state = 110}, - [943] = {.lex_state = 120}, + [942] = {.lex_state = 130}, + [943] = {.lex_state = 110}, [944] = {.lex_state = 110}, [945] = {.lex_state = 110}, [946] = {.lex_state = 110}, - [947] = {.lex_state = 110}, - [948] = {.lex_state = 120}, - [949] = {.lex_state = 120}, - [950] = {.lex_state = 120}, - [951] = {.lex_state = 120}, + [947] = {.lex_state = 120}, + [948] = {.lex_state = 110}, + [949] = {.lex_state = 110}, + [950] = {.lex_state = 110}, + [951] = {.lex_state = 110}, [952] = {.lex_state = 120}, [953] = {.lex_state = 120}, - [954] = {.lex_state = 120}, - [955] = {.lex_state = 120}, + [954] = {.lex_state = 110}, + [955] = {.lex_state = 110}, [956] = {.lex_state = 120}, - [957] = {.lex_state = 110}, - [958] = {.lex_state = 120}, + [957] = {.lex_state = 120}, + [958] = {.lex_state = 110}, [959] = {.lex_state = 120}, [960] = {.lex_state = 120}, [961] = {.lex_state = 120}, [962] = {.lex_state = 110}, - [963] = {.lex_state = 110}, + [963] = {.lex_state = 120}, [964] = {.lex_state = 120}, - [965] = {.lex_state = 110}, - [966] = {.lex_state = 110}, + [965] = {.lex_state = 128}, + [966] = {.lex_state = 120}, [967] = {.lex_state = 120}, - [968] = {.lex_state = 110}, + [968] = {.lex_state = 130}, [969] = {.lex_state = 110}, [970] = {.lex_state = 120}, [971] = {.lex_state = 110}, [972] = {.lex_state = 110}, [973] = {.lex_state = 110}, [974] = {.lex_state = 110}, - [975] = {.lex_state = 120}, - [976] = {.lex_state = 120}, + [975] = {.lex_state = 110}, + [976] = {.lex_state = 110}, [977] = {.lex_state = 110}, [978] = {.lex_state = 110}, - [979] = {.lex_state = 130}, - [980] = {.lex_state = 120}, + [979] = {.lex_state = 110}, + [980] = {.lex_state = 130}, [981] = {.lex_state = 110}, [982] = {.lex_state = 110}, - [983] = {.lex_state = 120}, + [983] = {.lex_state = 110}, [984] = {.lex_state = 110}, [985] = {.lex_state = 110}, [986] = {.lex_state = 110}, [987] = {.lex_state = 110}, - [988] = {.lex_state = 120}, + [988] = {.lex_state = 110}, [989] = {.lex_state = 110}, [990] = {.lex_state = 110}, - [991] = {.lex_state = 120}, + [991] = {.lex_state = 110}, [992] = {.lex_state = 110}, [993] = {.lex_state = 120}, - [994] = {.lex_state = 120}, - [995] = {.lex_state = 120}, + [994] = {.lex_state = 110}, + [995] = {.lex_state = 110}, [996] = {.lex_state = 110}, [997] = {.lex_state = 110}, - [998] = {.lex_state = 130}, - [999] = {.lex_state = 110}, + [998] = {.lex_state = 120}, + [999] = {.lex_state = 120}, [1000] = {.lex_state = 110}, - [1001] = {.lex_state = 110}, + [1001] = {.lex_state = 120}, [1002] = {.lex_state = 120}, [1003] = {.lex_state = 110}, [1004] = {.lex_state = 110}, @@ -15195,15 +15900,15 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1009] = {.lex_state = 110}, [1010] = {.lex_state = 110}, [1011] = {.lex_state = 110}, - [1012] = {.lex_state = 120}, - [1013] = {.lex_state = 110}, + [1012] = {.lex_state = 110}, + [1013] = {.lex_state = 120}, [1014] = {.lex_state = 118}, [1015] = {.lex_state = 118}, [1016] = {.lex_state = 118}, [1017] = {.lex_state = 118}, [1018] = {.lex_state = 118}, - [1019] = {.lex_state = 129}, - [1020] = {.lex_state = 129}, + [1019] = {.lex_state = 128}, + [1020] = {.lex_state = 128}, [1021] = {.lex_state = 129}, [1022] = {.lex_state = 129}, [1023] = {.lex_state = 129}, @@ -15217,7 +15922,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1031] = {.lex_state = 129}, [1032] = {.lex_state = 129}, [1033] = {.lex_state = 129}, - [1034] = {.lex_state = 128}, + [1034] = {.lex_state = 129}, [1035] = {.lex_state = 129}, [1036] = {.lex_state = 129}, [1037] = {.lex_state = 129}, @@ -15233,193 +15938,193 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1047] = {.lex_state = 129}, [1048] = {.lex_state = 129}, [1049] = {.lex_state = 129}, - [1050] = {.lex_state = 129}, + [1050] = {.lex_state = 122}, [1051] = {.lex_state = 129}, [1052] = {.lex_state = 129}, [1053] = {.lex_state = 129}, [1054] = {.lex_state = 129}, - [1055] = {.lex_state = 130}, + [1055] = {.lex_state = 122}, [1056] = {.lex_state = 129}, [1057] = {.lex_state = 129}, [1058] = {.lex_state = 129}, [1059] = {.lex_state = 129}, [1060] = {.lex_state = 129}, - [1061] = {.lex_state = 129}, - [1062] = {.lex_state = 129}, + [1061] = {.lex_state = 128}, + [1062] = {.lex_state = 128}, [1063] = {.lex_state = 129}, - [1064] = {.lex_state = 129}, - [1065] = {.lex_state = 129}, - [1066] = {.lex_state = 129}, - [1067] = {.lex_state = 129}, - [1068] = {.lex_state = 129}, - [1069] = {.lex_state = 129}, - [1070] = {.lex_state = 129}, + [1064] = {.lex_state = 122}, + [1065] = {.lex_state = 128}, + [1066] = {.lex_state = 128}, + [1067] = {.lex_state = 122}, + [1068] = {.lex_state = 128}, + [1069] = {.lex_state = 128}, + [1070] = {.lex_state = 130}, [1071] = {.lex_state = 129}, [1072] = {.lex_state = 129}, - [1073] = {.lex_state = 129}, + [1073] = {.lex_state = 128}, [1074] = {.lex_state = 129}, - [1075] = {.lex_state = 129}, - [1076] = {.lex_state = 129}, - [1077] = {.lex_state = 129}, - [1078] = {.lex_state = 129}, + [1075] = {.lex_state = 128}, + [1076] = {.lex_state = 128}, + [1077] = {.lex_state = 122}, + [1078] = {.lex_state = 122}, [1079] = {.lex_state = 128}, - [1080] = {.lex_state = 129}, - [1081] = {.lex_state = 129}, + [1080] = {.lex_state = 130}, + [1081] = {.lex_state = 128}, [1082] = {.lex_state = 129}, - [1083] = {.lex_state = 128}, - [1084] = {.lex_state = 128}, + [1083] = {.lex_state = 121}, + [1084] = {.lex_state = 129}, [1085] = {.lex_state = 129}, - [1086] = {.lex_state = 128}, - [1087] = {.lex_state = 129}, - [1088] = {.lex_state = 128}, - [1089] = {.lex_state = 129}, - [1090] = {.lex_state = 128}, - [1091] = {.lex_state = 128}, + [1086] = {.lex_state = 121}, + [1087] = {.lex_state = 128}, + [1088] = {.lex_state = 129}, + [1089] = {.lex_state = 128}, + [1090] = {.lex_state = 129}, + [1091] = {.lex_state = 129}, [1092] = {.lex_state = 129}, [1093] = {.lex_state = 129}, - [1094] = {.lex_state = 129}, - [1095] = {.lex_state = 129}, - [1096] = {.lex_state = 129}, - [1097] = {.lex_state = 129}, - [1098] = {.lex_state = 129}, + [1094] = {.lex_state = 128}, + [1095] = {.lex_state = 128}, + [1096] = {.lex_state = 128}, + [1097] = {.lex_state = 128}, + [1098] = {.lex_state = 128}, [1099] = {.lex_state = 129}, - [1100] = {.lex_state = 128}, - [1101] = {.lex_state = 129}, + [1100] = {.lex_state = 129}, + [1101] = {.lex_state = 128}, [1102] = {.lex_state = 128}, - [1103] = {.lex_state = 128}, - [1104] = {.lex_state = 128}, - [1105] = {.lex_state = 129}, + [1103] = {.lex_state = 129}, + [1104] = {.lex_state = 129}, + [1105] = {.lex_state = 128}, [1106] = {.lex_state = 129}, [1107] = {.lex_state = 129}, [1108] = {.lex_state = 129}, [1109] = {.lex_state = 129}, - [1110] = {.lex_state = 128}, - [1111] = {.lex_state = 129}, - [1112] = {.lex_state = 128}, - [1113] = {.lex_state = 129}, - [1114] = {.lex_state = 129}, - [1115] = {.lex_state = 128}, - [1116] = {.lex_state = 128}, + [1110] = {.lex_state = 129}, + [1111] = {.lex_state = 128}, + [1112] = {.lex_state = 129}, + [1113] = {.lex_state = 128}, + [1114] = {.lex_state = 128}, + [1115] = {.lex_state = 129}, + [1116] = {.lex_state = 129}, [1117] = {.lex_state = 129}, - [1118] = {.lex_state = 128}, + [1118] = {.lex_state = 129}, [1119] = {.lex_state = 128}, [1120] = {.lex_state = 129}, - [1121] = {.lex_state = 129}, - [1122] = {.lex_state = 128}, - [1123] = {.lex_state = 129}, - [1124] = {.lex_state = 128}, + [1121] = {.lex_state = 128}, + [1122] = {.lex_state = 129}, + [1123] = {.lex_state = 128}, + [1124] = {.lex_state = 129}, [1125] = {.lex_state = 129}, - [1126] = {.lex_state = 129}, + [1126] = {.lex_state = 128}, [1127] = {.lex_state = 128}, - [1128] = {.lex_state = 128}, - [1129] = {.lex_state = 129}, + [1128] = {.lex_state = 129}, + [1129] = {.lex_state = 128}, [1130] = {.lex_state = 128}, - [1131] = {.lex_state = 128}, - [1132] = {.lex_state = 128}, - [1133] = {.lex_state = 129}, - [1134] = {.lex_state = 121}, - [1135] = {.lex_state = 129}, + [1131] = {.lex_state = 129}, + [1132] = {.lex_state = 129}, + [1133] = {.lex_state = 128}, + [1134] = {.lex_state = 129}, + [1135] = {.lex_state = 128}, [1136] = {.lex_state = 129}, [1137] = {.lex_state = 129}, - [1138] = {.lex_state = 129}, - [1139] = {.lex_state = 129}, - [1140] = {.lex_state = 128}, - [1141] = {.lex_state = 129}, - [1142] = {.lex_state = 129}, - [1143] = {.lex_state = 129}, - [1144] = {.lex_state = 128}, - [1145] = {.lex_state = 128}, + [1138] = {.lex_state = 128}, + [1139] = {.lex_state = 128}, + [1140] = {.lex_state = 129}, + [1141] = {.lex_state = 128}, + [1142] = {.lex_state = 128}, + [1143] = {.lex_state = 128}, + [1144] = {.lex_state = 129}, + [1145] = {.lex_state = 129}, [1146] = {.lex_state = 129}, - [1147] = {.lex_state = 128}, - [1148] = {.lex_state = 128}, + [1147] = {.lex_state = 129}, + [1148] = {.lex_state = 129}, [1149] = {.lex_state = 129}, [1150] = {.lex_state = 129}, [1151] = {.lex_state = 129}, - [1152] = {.lex_state = 128}, - [1153] = {.lex_state = 128}, - [1154] = {.lex_state = 128}, - [1155] = {.lex_state = 128}, + [1152] = {.lex_state = 129}, + [1153] = {.lex_state = 129}, + [1154] = {.lex_state = 129}, + [1155] = {.lex_state = 129}, [1156] = {.lex_state = 129}, [1157] = {.lex_state = 129}, [1158] = {.lex_state = 128}, - [1159] = {.lex_state = 128}, + [1159] = {.lex_state = 129}, [1160] = {.lex_state = 129}, [1161] = {.lex_state = 129}, - [1162] = {.lex_state = 128}, + [1162] = {.lex_state = 129}, [1163] = {.lex_state = 129}, - [1164] = {.lex_state = 128}, - [1165] = {.lex_state = 128}, - [1166] = {.lex_state = 128}, - [1167] = {.lex_state = 128}, + [1164] = {.lex_state = 129}, + [1165] = {.lex_state = 129}, + [1166] = {.lex_state = 129}, + [1167] = {.lex_state = 129}, [1168] = {.lex_state = 128}, - [1169] = {.lex_state = 128}, + [1169] = {.lex_state = 129}, [1170] = {.lex_state = 129}, [1171] = {.lex_state = 129}, - [1172] = {.lex_state = 128}, + [1172] = {.lex_state = 129}, [1173] = {.lex_state = 128}, [1174] = {.lex_state = 128}, - [1175] = {.lex_state = 129}, - [1176] = {.lex_state = 128}, - [1177] = {.lex_state = 130}, - [1178] = {.lex_state = 121}, - [1179] = {.lex_state = 121}, + [1175] = {.lex_state = 128}, + [1176] = {.lex_state = 129}, + [1177] = {.lex_state = 128}, + [1178] = {.lex_state = 128}, + [1179] = {.lex_state = 128}, [1180] = {.lex_state = 128}, [1181] = {.lex_state = 128}, [1182] = {.lex_state = 128}, - [1183] = {.lex_state = 128}, - [1184] = {.lex_state = 129}, + [1183] = {.lex_state = 129}, + [1184] = {.lex_state = 128}, [1185] = {.lex_state = 128}, [1186] = {.lex_state = 128}, - [1187] = {.lex_state = 129}, - [1188] = {.lex_state = 129}, + [1187] = {.lex_state = 128}, + [1188] = {.lex_state = 128}, [1189] = {.lex_state = 128}, - [1190] = {.lex_state = 129}, + [1190] = {.lex_state = 128}, [1191] = {.lex_state = 129}, [1192] = {.lex_state = 128}, - [1193] = {.lex_state = 128}, + [1193] = {.lex_state = 129}, [1194] = {.lex_state = 129}, - [1195] = {.lex_state = 129}, + [1195] = {.lex_state = 128}, [1196] = {.lex_state = 128}, - [1197] = {.lex_state = 128}, + [1197] = {.lex_state = 129}, [1198] = {.lex_state = 128}, [1199] = {.lex_state = 128}, [1200] = {.lex_state = 129}, - [1201] = {.lex_state = 128}, - [1202] = {.lex_state = 128}, - [1203] = {.lex_state = 128}, - [1204] = {.lex_state = 128}, - [1205] = {.lex_state = 128}, + [1201] = {.lex_state = 129}, + [1202] = {.lex_state = 129}, + [1203] = {.lex_state = 129}, + [1204] = {.lex_state = 129}, + [1205] = {.lex_state = 129}, [1206] = {.lex_state = 128}, [1207] = {.lex_state = 128}, - [1208] = {.lex_state = 128}, - [1209] = {.lex_state = 128}, - [1210] = {.lex_state = 129}, - [1211] = {.lex_state = 129}, + [1208] = {.lex_state = 129}, + [1209] = {.lex_state = 129}, + [1210] = {.lex_state = 128}, + [1211] = {.lex_state = 128}, [1212] = {.lex_state = 128}, [1213] = {.lex_state = 128}, - [1214] = {.lex_state = 128}, - [1215] = {.lex_state = 128}, - [1216] = {.lex_state = 129}, + [1214] = {.lex_state = 129}, + [1215] = {.lex_state = 129}, + [1216] = {.lex_state = 128}, [1217] = {.lex_state = 128}, [1218] = {.lex_state = 128}, [1219] = {.lex_state = 129}, - [1220] = {.lex_state = 128}, - [1221] = {.lex_state = 128}, + [1220] = {.lex_state = 129}, + [1221] = {.lex_state = 129}, [1222] = {.lex_state = 128}, [1223] = {.lex_state = 128}, - [1224] = {.lex_state = 128}, - [1225] = {.lex_state = 128}, + [1224] = {.lex_state = 129}, + [1225] = {.lex_state = 129}, [1226] = {.lex_state = 128}, - [1227] = {.lex_state = 129}, + [1227] = {.lex_state = 128}, [1228] = {.lex_state = 128}, [1229] = {.lex_state = 128}, - [1230] = {.lex_state = 128}, + [1230] = {.lex_state = 129}, [1231] = {.lex_state = 129}, - [1232] = {.lex_state = 129}, - [1233] = {.lex_state = 129}, - [1234] = {.lex_state = 129}, - [1235] = {.lex_state = 129}, - [1236] = {.lex_state = 129}, + [1232] = {.lex_state = 128}, + [1233] = {.lex_state = 128}, + [1234] = {.lex_state = 128}, + [1235] = {.lex_state = 128}, + [1236] = {.lex_state = 128}, [1237] = {.lex_state = 128}, [1238] = {.lex_state = 128}, [1239] = {.lex_state = 128}, @@ -15427,78 +16132,78 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1241] = {.lex_state = 128}, [1242] = {.lex_state = 128}, [1243] = {.lex_state = 128}, - [1244] = {.lex_state = 128}, + [1244] = {.lex_state = 129}, [1245] = {.lex_state = 128}, [1246] = {.lex_state = 128}, - [1247] = {.lex_state = 128}, - [1248] = {.lex_state = 128}, - [1249] = {.lex_state = 129}, + [1247] = {.lex_state = 129}, + [1248] = {.lex_state = 121}, + [1249] = {.lex_state = 128}, [1250] = {.lex_state = 128}, - [1251] = {.lex_state = 129}, + [1251] = {.lex_state = 128}, [1252] = {.lex_state = 129}, [1253] = {.lex_state = 128}, [1254] = {.lex_state = 128}, - [1255] = {.lex_state = 128}, - [1256] = {.lex_state = 128}, - [1257] = {.lex_state = 129}, + [1255] = {.lex_state = 121}, + [1256] = {.lex_state = 129}, + [1257] = {.lex_state = 128}, [1258] = {.lex_state = 128}, [1259] = {.lex_state = 128}, - [1260] = {.lex_state = 128}, - [1261] = {.lex_state = 128}, - [1262] = {.lex_state = 128}, + [1260] = {.lex_state = 129}, + [1261] = {.lex_state = 121}, + [1262] = {.lex_state = 129}, [1263] = {.lex_state = 128}, - [1264] = {.lex_state = 129}, + [1264] = {.lex_state = 128}, [1265] = {.lex_state = 128}, - [1266] = {.lex_state = 128}, - [1267] = {.lex_state = 128}, + [1266] = {.lex_state = 129}, + [1267] = {.lex_state = 129}, [1268] = {.lex_state = 128}, - [1269] = {.lex_state = 121}, - [1270] = {.lex_state = 129}, + [1269] = {.lex_state = 128}, + [1270] = {.lex_state = 128}, [1271] = {.lex_state = 128}, - [1272] = {.lex_state = 128}, + [1272] = {.lex_state = 129}, [1273] = {.lex_state = 128}, - [1274] = {.lex_state = 129}, + [1274] = {.lex_state = 128}, [1275] = {.lex_state = 128}, [1276] = {.lex_state = 128}, - [1277] = {.lex_state = 121}, + [1277] = {.lex_state = 128}, [1278] = {.lex_state = 128}, [1279] = {.lex_state = 128}, [1280] = {.lex_state = 128}, [1281] = {.lex_state = 128}, [1282] = {.lex_state = 128}, - [1283] = {.lex_state = 122}, - [1284] = {.lex_state = 122}, - [1285] = {.lex_state = 122}, + [1283] = {.lex_state = 128}, + [1284] = {.lex_state = 128}, + [1285] = {.lex_state = 128}, [1286] = {.lex_state = 128}, [1287] = {.lex_state = 128}, [1288] = {.lex_state = 128}, - [1289] = {.lex_state = 122}, + [1289] = {.lex_state = 129}, [1290] = {.lex_state = 128}, [1291] = {.lex_state = 128}, - [1292] = {.lex_state = 122}, + [1292] = {.lex_state = 128}, [1293] = {.lex_state = 128}, - [1294] = {.lex_state = 122}, - [1295] = {.lex_state = 129}, + [1294] = {.lex_state = 128}, + [1295] = {.lex_state = 128}, [1296] = {.lex_state = 128}, [1297] = {.lex_state = 128}, [1298] = {.lex_state = 128}, [1299] = {.lex_state = 128}, [1300] = {.lex_state = 128}, - [1301] = {.lex_state = 128}, + [1301] = {.lex_state = 129}, [1302] = {.lex_state = 128}, [1303] = {.lex_state = 128}, - [1304] = {.lex_state = 121}, - [1305] = {.lex_state = 121}, - [1306] = {.lex_state = 130}, - [1307] = {.lex_state = 118}, - [1308] = {.lex_state = 118}, + [1304] = {.lex_state = 100, .external_lex_state = 1}, + [1305] = {.lex_state = 100, .external_lex_state = 1}, + [1306] = {.lex_state = 121}, + [1307] = {.lex_state = 121}, + [1308] = {.lex_state = 130}, [1309] = {.lex_state = 118}, [1310] = {.lex_state = 118}, [1311] = {.lex_state = 118}, - [1312] = {.lex_state = 121}, + [1312] = {.lex_state = 118}, [1313] = {.lex_state = 118}, [1314] = {.lex_state = 118}, - [1315] = {.lex_state = 122}, + [1315] = {.lex_state = 118}, [1316] = {.lex_state = 118}, [1317] = {.lex_state = 118}, [1318] = {.lex_state = 118}, @@ -15518,7 +16223,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1332] = {.lex_state = 118}, [1333] = {.lex_state = 118}, [1334] = {.lex_state = 118}, - [1335] = {.lex_state = 118}, + [1335] = {.lex_state = 122}, [1336] = {.lex_state = 118}, [1337] = {.lex_state = 118}, [1338] = {.lex_state = 118}, @@ -15528,65 +16233,65 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1342] = {.lex_state = 118}, [1343] = {.lex_state = 118}, [1344] = {.lex_state = 118}, - [1345] = {.lex_state = 122}, + [1345] = {.lex_state = 118}, [1346] = {.lex_state = 118}, [1347] = {.lex_state = 118}, [1348] = {.lex_state = 118}, - [1349] = {.lex_state = 118}, + [1349] = {.lex_state = 121}, [1350] = {.lex_state = 118}, [1351] = {.lex_state = 118}, [1352] = {.lex_state = 118}, [1353] = {.lex_state = 118}, - [1354] = {.lex_state = 118}, + [1354] = {.lex_state = 122}, [1355] = {.lex_state = 118}, [1356] = {.lex_state = 118}, [1357] = {.lex_state = 118}, [1358] = {.lex_state = 118}, - [1359] = {.lex_state = 130}, + [1359] = {.lex_state = 118}, [1360] = {.lex_state = 130}, - [1361] = {.lex_state = 118}, + [1361] = {.lex_state = 130}, [1362] = {.lex_state = 118}, - [1363] = {.lex_state = 130}, + [1363] = {.lex_state = 118}, [1364] = {.lex_state = 130}, - [1365] = {.lex_state = 130}, + [1365] = {.lex_state = 118}, [1366] = {.lex_state = 130}, [1367] = {.lex_state = 130}, [1368] = {.lex_state = 130}, [1369] = {.lex_state = 130}, - [1370] = {.lex_state = 120}, + [1370] = {.lex_state = 130}, [1371] = {.lex_state = 130}, [1372] = {.lex_state = 130}, - [1373] = {.lex_state = 120}, + [1373] = {.lex_state = 130}, [1374] = {.lex_state = 120}, - [1375] = {.lex_state = 110}, - [1376] = {.lex_state = 120}, - [1377] = {.lex_state = 120}, - [1378] = {.lex_state = 110}, + [1375] = {.lex_state = 130}, + [1376] = {.lex_state = 130}, + [1377] = {.lex_state = 130}, + [1378] = {.lex_state = 120}, [1379] = {.lex_state = 120}, - [1380] = {.lex_state = 120}, + [1380] = {.lex_state = 110}, [1381] = {.lex_state = 120}, - [1382] = {.lex_state = 110}, + [1382] = {.lex_state = 120}, [1383] = {.lex_state = 120}, [1384] = {.lex_state = 120}, [1385] = {.lex_state = 120}, [1386] = {.lex_state = 120}, [1387] = {.lex_state = 120}, - [1388] = {.lex_state = 120}, - [1389] = {.lex_state = 130}, - [1390] = {.lex_state = 130}, - [1391] = {.lex_state = 130}, - [1392] = {.lex_state = 130}, - [1393] = {.lex_state = 130}, - [1394] = {.lex_state = 130}, + [1388] = {.lex_state = 110}, + [1389] = {.lex_state = 120}, + [1390] = {.lex_state = 120}, + [1391] = {.lex_state = 120}, + [1392] = {.lex_state = 120}, + [1393] = {.lex_state = 90, .external_lex_state = 1}, + [1394] = {.lex_state = 110}, [1395] = {.lex_state = 130}, - [1396] = {.lex_state = 130}, + [1396] = {.lex_state = 118}, [1397] = {.lex_state = 130}, [1398] = {.lex_state = 130}, [1399] = {.lex_state = 130}, [1400] = {.lex_state = 130}, [1401] = {.lex_state = 130}, [1402] = {.lex_state = 130}, - [1403] = {.lex_state = 118}, + [1403] = {.lex_state = 130}, [1404] = {.lex_state = 130}, [1405] = {.lex_state = 130}, [1406] = {.lex_state = 130}, @@ -15598,121 +16303,121 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1412] = {.lex_state = 130}, [1413] = {.lex_state = 130}, [1414] = {.lex_state = 130}, - [1415] = {.lex_state = 107}, - [1416] = {.lex_state = 107}, - [1417] = {.lex_state = 107}, - [1418] = {.lex_state = 107}, - [1419] = {.lex_state = 120}, - [1420] = {.lex_state = 118}, - [1421] = {.lex_state = 118}, - [1422] = {.lex_state = 120}, - [1423] = {.lex_state = 118}, - [1424] = {.lex_state = 118}, - [1425] = {.lex_state = 130}, - [1426] = {.lex_state = 118}, - [1427] = {.lex_state = 118}, - [1428] = {.lex_state = 118}, - [1429] = {.lex_state = 118}, - [1430] = {.lex_state = 120}, - [1431] = {.lex_state = 121}, - [1432] = {.lex_state = 120}, - [1433] = {.lex_state = 120}, - [1434] = {.lex_state = 100, .external_lex_state = 1}, - [1435] = {.lex_state = 130}, - [1436] = {.lex_state = 120}, - [1437] = {.lex_state = 130}, - [1438] = {.lex_state = 120}, - [1439] = {.lex_state = 120}, - [1440] = {.lex_state = 120}, - [1441] = {.lex_state = 130}, - [1442] = {.lex_state = 130}, - [1443] = {.lex_state = 120}, - [1444] = {.lex_state = 100, .external_lex_state = 1}, - [1445] = {.lex_state = 120}, - [1446] = {.lex_state = 118}, - [1447] = {.lex_state = 120}, - [1448] = {.lex_state = 118}, - [1449] = {.lex_state = 118}, - [1450] = {.lex_state = 118}, - [1451] = {.lex_state = 118}, - [1452] = {.lex_state = 118}, - [1453] = {.lex_state = 118}, - [1454] = {.lex_state = 118}, - [1455] = {.lex_state = 120}, - [1456] = {.lex_state = 118}, - [1457] = {.lex_state = 118}, - [1458] = {.lex_state = 118}, - [1459] = {.lex_state = 130}, - [1460] = {.lex_state = 118}, - [1461] = {.lex_state = 120}, - [1462] = {.lex_state = 120}, - [1463] = {.lex_state = 121}, - [1464] = {.lex_state = 120}, - [1465] = {.lex_state = 120}, - [1466] = {.lex_state = 120}, - [1467] = {.lex_state = 120}, - [1468] = {.lex_state = 120}, - [1469] = {.lex_state = 120}, - [1470] = {.lex_state = 120}, - [1471] = {.lex_state = 118}, - [1472] = {.lex_state = 118}, - [1473] = {.lex_state = 120}, - [1474] = {.lex_state = 120}, - [1475] = {.lex_state = 130}, - [1476] = {.lex_state = 118}, - [1477] = {.lex_state = 118}, - [1478] = {.lex_state = 122}, - [1479] = {.lex_state = 118}, - [1480] = {.lex_state = 120}, - [1481] = {.lex_state = 118}, - [1482] = {.lex_state = 118}, - [1483] = {.lex_state = 120}, - [1484] = {.lex_state = 118}, - [1485] = {.lex_state = 122}, - [1486] = {.lex_state = 118}, - [1487] = {.lex_state = 118}, - [1488] = {.lex_state = 120}, - [1489] = {.lex_state = 120}, - [1490] = {.lex_state = 118}, - [1491] = {.lex_state = 120}, - [1492] = {.lex_state = 118}, - [1493] = {.lex_state = 120}, - [1494] = {.lex_state = 120}, - [1495] = {.lex_state = 120}, - [1496] = {.lex_state = 120}, - [1497] = {.lex_state = 120}, - [1498] = {.lex_state = 120}, - [1499] = {.lex_state = 120}, - [1500] = {.lex_state = 130}, - [1501] = {.lex_state = 120}, - [1502] = {.lex_state = 118}, - [1503] = {.lex_state = 118}, - [1504] = {.lex_state = 118}, - [1505] = {.lex_state = 120}, - [1506] = {.lex_state = 90, .external_lex_state = 1}, - [1507] = {.lex_state = 120}, - [1508] = {.lex_state = 120}, - [1509] = {.lex_state = 120}, - [1510] = {.lex_state = 120}, - [1511] = {.lex_state = 120}, - [1512] = {.lex_state = 120}, - [1513] = {.lex_state = 130}, - [1514] = {.lex_state = 130}, - [1515] = {.lex_state = 110}, - [1516] = {.lex_state = 130}, - [1517] = {.lex_state = 110}, - [1518] = {.lex_state = 120}, - [1519] = {.lex_state = 120}, - [1520] = {.lex_state = 120}, - [1521] = {.lex_state = 120}, - [1522] = {.lex_state = 130}, - [1523] = {.lex_state = 120}, - [1524] = {.lex_state = 91, .external_lex_state = 1}, - [1525] = {.lex_state = 120}, - [1526] = {.lex_state = 120}, - [1527] = {.lex_state = 92, .external_lex_state = 1}, - [1528] = {.lex_state = 120}, - [1529] = {.lex_state = 120}, + [1415] = {.lex_state = 130}, + [1416] = {.lex_state = 130}, + [1417] = {.lex_state = 130}, + [1418] = {.lex_state = 130}, + [1419] = {.lex_state = 130}, + [1420] = {.lex_state = 130}, + [1421] = {.lex_state = 91, .external_lex_state = 1}, + [1422] = {.lex_state = 107}, + [1423] = {.lex_state = 107}, + [1424] = {.lex_state = 107}, + [1425] = {.lex_state = 107}, + [1426] = {.lex_state = 92, .external_lex_state = 1}, + [1427] = {.lex_state = 101, .external_lex_state = 1}, + [1428] = {.lex_state = 101, .external_lex_state = 1}, + [1429] = {.lex_state = 101, .external_lex_state = 1}, + [1430] = {.lex_state = 101, .external_lex_state = 1}, + [1431] = {.lex_state = 101, .external_lex_state = 1}, + [1432] = {.lex_state = 101, .external_lex_state = 1}, + [1433] = {.lex_state = 101, .external_lex_state = 1}, + [1434] = {.lex_state = 101, .external_lex_state = 1}, + [1435] = {.lex_state = 101, .external_lex_state = 1}, + [1436] = {.lex_state = 101, .external_lex_state = 1}, + [1437] = {.lex_state = 101, .external_lex_state = 1}, + [1438] = {.lex_state = 101, .external_lex_state = 1}, + [1439] = {.lex_state = 101, .external_lex_state = 1}, + [1440] = {.lex_state = 101, .external_lex_state = 1}, + [1441] = {.lex_state = 101, .external_lex_state = 1}, + [1442] = {.lex_state = 101, .external_lex_state = 1}, + [1443] = {.lex_state = 101, .external_lex_state = 1}, + [1444] = {.lex_state = 101, .external_lex_state = 1}, + [1445] = {.lex_state = 101, .external_lex_state = 1}, + [1446] = {.lex_state = 101, .external_lex_state = 1}, + [1447] = {.lex_state = 101, .external_lex_state = 1}, + [1448] = {.lex_state = 101, .external_lex_state = 1}, + [1449] = {.lex_state = 101, .external_lex_state = 1}, + [1450] = {.lex_state = 90, .external_lex_state = 1}, + [1451] = {.lex_state = 101, .external_lex_state = 1}, + [1452] = {.lex_state = 101, .external_lex_state = 1}, + [1453] = {.lex_state = 101, .external_lex_state = 1}, + [1454] = {.lex_state = 101, .external_lex_state = 1}, + [1455] = {.lex_state = 101, .external_lex_state = 1}, + [1456] = {.lex_state = 101, .external_lex_state = 1}, + [1457] = {.lex_state = 101, .external_lex_state = 1}, + [1458] = {.lex_state = 101, .external_lex_state = 1}, + [1459] = {.lex_state = 101, .external_lex_state = 1}, + [1460] = {.lex_state = 101, .external_lex_state = 1}, + [1461] = {.lex_state = 101, .external_lex_state = 1}, + [1462] = {.lex_state = 101, .external_lex_state = 1}, + [1463] = {.lex_state = 101, .external_lex_state = 1}, + [1464] = {.lex_state = 101, .external_lex_state = 1}, + [1465] = {.lex_state = 101, .external_lex_state = 1}, + [1466] = {.lex_state = 101, .external_lex_state = 1}, + [1467] = {.lex_state = 101, .external_lex_state = 1}, + [1468] = {.lex_state = 101, .external_lex_state = 1}, + [1469] = {.lex_state = 101, .external_lex_state = 1}, + [1470] = {.lex_state = 101, .external_lex_state = 1}, + [1471] = {.lex_state = 101, .external_lex_state = 1}, + [1472] = {.lex_state = 101, .external_lex_state = 1}, + [1473] = {.lex_state = 101, .external_lex_state = 1}, + [1474] = {.lex_state = 101, .external_lex_state = 1}, + [1475] = {.lex_state = 101, .external_lex_state = 1}, + [1476] = {.lex_state = 101, .external_lex_state = 1}, + [1477] = {.lex_state = 101, .external_lex_state = 1}, + [1478] = {.lex_state = 101, .external_lex_state = 1}, + [1479] = {.lex_state = 101, .external_lex_state = 1}, + [1480] = {.lex_state = 101, .external_lex_state = 1}, + [1481] = {.lex_state = 101, .external_lex_state = 1}, + [1482] = {.lex_state = 101, .external_lex_state = 1}, + [1483] = {.lex_state = 101, .external_lex_state = 1}, + [1484] = {.lex_state = 101, .external_lex_state = 1}, + [1485] = {.lex_state = 101, .external_lex_state = 1}, + [1486] = {.lex_state = 101, .external_lex_state = 1}, + [1487] = {.lex_state = 101, .external_lex_state = 1}, + [1488] = {.lex_state = 101, .external_lex_state = 1}, + [1489] = {.lex_state = 101, .external_lex_state = 1}, + [1490] = {.lex_state = 101, .external_lex_state = 1}, + [1491] = {.lex_state = 101, .external_lex_state = 1}, + [1492] = {.lex_state = 101, .external_lex_state = 1}, + [1493] = {.lex_state = 101, .external_lex_state = 1}, + [1494] = {.lex_state = 101, .external_lex_state = 1}, + [1495] = {.lex_state = 101, .external_lex_state = 1}, + [1496] = {.lex_state = 101, .external_lex_state = 1}, + [1497] = {.lex_state = 101, .external_lex_state = 1}, + [1498] = {.lex_state = 101, .external_lex_state = 1}, + [1499] = {.lex_state = 101, .external_lex_state = 1}, + [1500] = {.lex_state = 101, .external_lex_state = 1}, + [1501] = {.lex_state = 101, .external_lex_state = 1}, + [1502] = {.lex_state = 101, .external_lex_state = 1}, + [1503] = {.lex_state = 101, .external_lex_state = 1}, + [1504] = {.lex_state = 101, .external_lex_state = 1}, + [1505] = {.lex_state = 101, .external_lex_state = 1}, + [1506] = {.lex_state = 101, .external_lex_state = 1}, + [1507] = {.lex_state = 101, .external_lex_state = 1}, + [1508] = {.lex_state = 101, .external_lex_state = 1}, + [1509] = {.lex_state = 101, .external_lex_state = 1}, + [1510] = {.lex_state = 101, .external_lex_state = 1}, + [1511] = {.lex_state = 101, .external_lex_state = 1}, + [1512] = {.lex_state = 101, .external_lex_state = 1}, + [1513] = {.lex_state = 101, .external_lex_state = 1}, + [1514] = {.lex_state = 101, .external_lex_state = 1}, + [1515] = {.lex_state = 101, .external_lex_state = 1}, + [1516] = {.lex_state = 101, .external_lex_state = 1}, + [1517] = {.lex_state = 101, .external_lex_state = 1}, + [1518] = {.lex_state = 101, .external_lex_state = 1}, + [1519] = {.lex_state = 101, .external_lex_state = 1}, + [1520] = {.lex_state = 101, .external_lex_state = 1}, + [1521] = {.lex_state = 101, .external_lex_state = 1}, + [1522] = {.lex_state = 101, .external_lex_state = 1}, + [1523] = {.lex_state = 101, .external_lex_state = 1}, + [1524] = {.lex_state = 101, .external_lex_state = 1}, + [1525] = {.lex_state = 101, .external_lex_state = 1}, + [1526] = {.lex_state = 101, .external_lex_state = 1}, + [1527] = {.lex_state = 101, .external_lex_state = 1}, + [1528] = {.lex_state = 101, .external_lex_state = 1}, + [1529] = {.lex_state = 101, .external_lex_state = 1}, [1530] = {.lex_state = 101, .external_lex_state = 1}, [1531] = {.lex_state = 101, .external_lex_state = 1}, [1532] = {.lex_state = 101, .external_lex_state = 1}, @@ -15732,7 +16437,7 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1546] = {.lex_state = 101, .external_lex_state = 1}, [1547] = {.lex_state = 101, .external_lex_state = 1}, [1548] = {.lex_state = 101, .external_lex_state = 1}, - [1549] = {.lex_state = 110}, + [1549] = {.lex_state = 101, .external_lex_state = 1}, [1550] = {.lex_state = 101, .external_lex_state = 1}, [1551] = {.lex_state = 101, .external_lex_state = 1}, [1552] = {.lex_state = 101, .external_lex_state = 1}, @@ -15765,208 +16470,208 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1579] = {.lex_state = 101, .external_lex_state = 1}, [1580] = {.lex_state = 101, .external_lex_state = 1}, [1581] = {.lex_state = 101, .external_lex_state = 1}, - [1582] = {.lex_state = 101, .external_lex_state = 1}, - [1583] = {.lex_state = 101, .external_lex_state = 1}, - [1584] = {.lex_state = 101, .external_lex_state = 1}, - [1585] = {.lex_state = 101, .external_lex_state = 1}, - [1586] = {.lex_state = 101, .external_lex_state = 1}, - [1587] = {.lex_state = 101, .external_lex_state = 1}, - [1588] = {.lex_state = 101, .external_lex_state = 1}, - [1589] = {.lex_state = 120}, - [1590] = {.lex_state = 101, .external_lex_state = 1}, - [1591] = {.lex_state = 101, .external_lex_state = 1}, - [1592] = {.lex_state = 101, .external_lex_state = 1}, - [1593] = {.lex_state = 101, .external_lex_state = 1}, - [1594] = {.lex_state = 101, .external_lex_state = 1}, - [1595] = {.lex_state = 101, .external_lex_state = 1}, - [1596] = {.lex_state = 101, .external_lex_state = 1}, - [1597] = {.lex_state = 101, .external_lex_state = 1}, - [1598] = {.lex_state = 101, .external_lex_state = 1}, - [1599] = {.lex_state = 101, .external_lex_state = 1}, - [1600] = {.lex_state = 101, .external_lex_state = 1}, - [1601] = {.lex_state = 120}, - [1602] = {.lex_state = 101, .external_lex_state = 1}, - [1603] = {.lex_state = 120}, - [1604] = {.lex_state = 101, .external_lex_state = 1}, - [1605] = {.lex_state = 101, .external_lex_state = 1}, - [1606] = {.lex_state = 101, .external_lex_state = 1}, - [1607] = {.lex_state = 101, .external_lex_state = 1}, - [1608] = {.lex_state = 101, .external_lex_state = 1}, - [1609] = {.lex_state = 101, .external_lex_state = 1}, - [1610] = {.lex_state = 101, .external_lex_state = 1}, - [1611] = {.lex_state = 101, .external_lex_state = 1}, - [1612] = {.lex_state = 90, .external_lex_state = 1}, - [1613] = {.lex_state = 120}, - [1614] = {.lex_state = 101, .external_lex_state = 1}, - [1615] = {.lex_state = 101, .external_lex_state = 1}, - [1616] = {.lex_state = 101, .external_lex_state = 1}, - [1617] = {.lex_state = 101, .external_lex_state = 1}, - [1618] = {.lex_state = 101, .external_lex_state = 1}, - [1619] = {.lex_state = 101, .external_lex_state = 1}, - [1620] = {.lex_state = 101, .external_lex_state = 1}, - [1621] = {.lex_state = 101, .external_lex_state = 1}, - [1622] = {.lex_state = 101, .external_lex_state = 1}, - [1623] = {.lex_state = 101, .external_lex_state = 1}, - [1624] = {.lex_state = 101, .external_lex_state = 1}, - [1625] = {.lex_state = 120}, - [1626] = {.lex_state = 101, .external_lex_state = 1}, + [1582] = {.lex_state = 100, .external_lex_state = 1}, + [1583] = {.lex_state = 120}, + [1584] = {.lex_state = 120}, + [1585] = {.lex_state = 118}, + [1586] = {.lex_state = 118}, + [1587] = {.lex_state = 130}, + [1588] = {.lex_state = 118}, + [1589] = {.lex_state = 118}, + [1590] = {.lex_state = 118}, + [1591] = {.lex_state = 118}, + [1592] = {.lex_state = 118}, + [1593] = {.lex_state = 118}, + [1594] = {.lex_state = 120}, + [1595] = {.lex_state = 121}, + [1596] = {.lex_state = 130}, + [1597] = {.lex_state = 120}, + [1598] = {.lex_state = 130}, + [1599] = {.lex_state = 93, .external_lex_state = 1}, + [1600] = {.lex_state = 120}, + [1601] = {.lex_state = 130}, + [1602] = {.lex_state = 120}, + [1603] = {.lex_state = 130}, + [1604] = {.lex_state = 120}, + [1605] = {.lex_state = 120}, + [1606] = {.lex_state = 120}, + [1607] = {.lex_state = 120}, + [1608] = {.lex_state = 120}, + [1609] = {.lex_state = 118}, + [1610] = {.lex_state = 118}, + [1611] = {.lex_state = 118}, + [1612] = {.lex_state = 118}, + [1613] = {.lex_state = 118}, + [1614] = {.lex_state = 120}, + [1615] = {.lex_state = 120}, + [1616] = {.lex_state = 118}, + [1617] = {.lex_state = 118}, + [1618] = {.lex_state = 118}, + [1619] = {.lex_state = 118}, + [1620] = {.lex_state = 93, .external_lex_state = 1}, + [1621] = {.lex_state = 130}, + [1622] = {.lex_state = 118}, + [1623] = {.lex_state = 118}, + [1624] = {.lex_state = 94, .external_lex_state = 1}, + [1625] = {.lex_state = 118}, + [1626] = {.lex_state = 95, .external_lex_state = 1}, [1627] = {.lex_state = 120}, - [1628] = {.lex_state = 101, .external_lex_state = 1}, - [1629] = {.lex_state = 101, .external_lex_state = 1}, - [1630] = {.lex_state = 101, .external_lex_state = 1}, - [1631] = {.lex_state = 101, .external_lex_state = 1}, - [1632] = {.lex_state = 101, .external_lex_state = 1}, - [1633] = {.lex_state = 101, .external_lex_state = 1}, - [1634] = {.lex_state = 101, .external_lex_state = 1}, - [1635] = {.lex_state = 101, .external_lex_state = 1}, - [1636] = {.lex_state = 101, .external_lex_state = 1}, - [1637] = {.lex_state = 101, .external_lex_state = 1}, - [1638] = {.lex_state = 101, .external_lex_state = 1}, - [1639] = {.lex_state = 101, .external_lex_state = 1}, - [1640] = {.lex_state = 101, .external_lex_state = 1}, - [1641] = {.lex_state = 101, .external_lex_state = 1}, - [1642] = {.lex_state = 101, .external_lex_state = 1}, - [1643] = {.lex_state = 101, .external_lex_state = 1}, - [1644] = {.lex_state = 101, .external_lex_state = 1}, - [1645] = {.lex_state = 101, .external_lex_state = 1}, - [1646] = {.lex_state = 101, .external_lex_state = 1}, - [1647] = {.lex_state = 101, .external_lex_state = 1}, - [1648] = {.lex_state = 101, .external_lex_state = 1}, - [1649] = {.lex_state = 101, .external_lex_state = 1}, - [1650] = {.lex_state = 101, .external_lex_state = 1}, - [1651] = {.lex_state = 101, .external_lex_state = 1}, - [1652] = {.lex_state = 101, .external_lex_state = 1}, - [1653] = {.lex_state = 101, .external_lex_state = 1}, - [1654] = {.lex_state = 101, .external_lex_state = 1}, - [1655] = {.lex_state = 101, .external_lex_state = 1}, - [1656] = {.lex_state = 101, .external_lex_state = 1}, - [1657] = {.lex_state = 101, .external_lex_state = 1}, - [1658] = {.lex_state = 101, .external_lex_state = 1}, - [1659] = {.lex_state = 101, .external_lex_state = 1}, - [1660] = {.lex_state = 101, .external_lex_state = 1}, - [1661] = {.lex_state = 101, .external_lex_state = 1}, - [1662] = {.lex_state = 101, .external_lex_state = 1}, - [1663] = {.lex_state = 101, .external_lex_state = 1}, - [1664] = {.lex_state = 122}, - [1665] = {.lex_state = 101, .external_lex_state = 1}, - [1666] = {.lex_state = 101, .external_lex_state = 1}, - [1667] = {.lex_state = 101, .external_lex_state = 1}, - [1668] = {.lex_state = 122}, - [1669] = {.lex_state = 101, .external_lex_state = 1}, - [1670] = {.lex_state = 101, .external_lex_state = 1}, - [1671] = {.lex_state = 101, .external_lex_state = 1}, + [1628] = {.lex_state = 120}, + [1629] = {.lex_state = 120}, + [1630] = {.lex_state = 93, .external_lex_state = 1}, + [1631] = {.lex_state = 120}, + [1632] = {.lex_state = 120}, + [1633] = {.lex_state = 120}, + [1634] = {.lex_state = 121}, + [1635] = {.lex_state = 120}, + [1636] = {.lex_state = 120}, + [1637] = {.lex_state = 120}, + [1638] = {.lex_state = 118}, + [1639] = {.lex_state = 118}, + [1640] = {.lex_state = 118}, + [1641] = {.lex_state = 120}, + [1642] = {.lex_state = 118}, + [1643] = {.lex_state = 118}, + [1644] = {.lex_state = 120}, + [1645] = {.lex_state = 120}, + [1646] = {.lex_state = 118}, + [1647] = {.lex_state = 118}, + [1648] = {.lex_state = 120}, + [1649] = {.lex_state = 118}, + [1650] = {.lex_state = 122}, + [1651] = {.lex_state = 130}, + [1652] = {.lex_state = 120}, + [1653] = {.lex_state = 118}, + [1654] = {.lex_state = 118}, + [1655] = {.lex_state = 118}, + [1656] = {.lex_state = 118}, + [1657] = {.lex_state = 120}, + [1658] = {.lex_state = 122}, + [1659] = {.lex_state = 120}, + [1660] = {.lex_state = 120}, + [1661] = {.lex_state = 120}, + [1662] = {.lex_state = 130}, + [1663] = {.lex_state = 120}, + [1664] = {.lex_state = 120}, + [1665] = {.lex_state = 120}, + [1666] = {.lex_state = 120}, + [1667] = {.lex_state = 120}, + [1668] = {.lex_state = 120}, + [1669] = {.lex_state = 120}, + [1670] = {.lex_state = 118}, + [1671] = {.lex_state = 118}, [1672] = {.lex_state = 120}, - [1673] = {.lex_state = 122}, - [1674] = {.lex_state = 101, .external_lex_state = 1}, - [1675] = {.lex_state = 101, .external_lex_state = 1}, - [1676] = {.lex_state = 122}, - [1677] = {.lex_state = 101, .external_lex_state = 1}, - [1678] = {.lex_state = 122}, - [1679] = {.lex_state = 120}, - [1680] = {.lex_state = 120}, - [1681] = {.lex_state = 101, .external_lex_state = 1}, - [1682] = {.lex_state = 101, .external_lex_state = 1}, - [1683] = {.lex_state = 101, .external_lex_state = 1}, - [1684] = {.lex_state = 101, .external_lex_state = 1}, - [1685] = {.lex_state = 101, .external_lex_state = 1}, - [1686] = {.lex_state = 101, .external_lex_state = 1}, - [1687] = {.lex_state = 101, .external_lex_state = 1}, - [1688] = {.lex_state = 111}, - [1689] = {.lex_state = 101, .external_lex_state = 1}, - [1690] = {.lex_state = 101, .external_lex_state = 1}, - [1691] = {.lex_state = 111}, - [1692] = {.lex_state = 101, .external_lex_state = 1}, - [1693] = {.lex_state = 101, .external_lex_state = 1}, - [1694] = {.lex_state = 101, .external_lex_state = 1}, - [1695] = {.lex_state = 101, .external_lex_state = 1}, - [1696] = {.lex_state = 101, .external_lex_state = 1}, - [1697] = {.lex_state = 111}, - [1698] = {.lex_state = 101, .external_lex_state = 1}, - [1699] = {.lex_state = 101, .external_lex_state = 1}, - [1700] = {.lex_state = 101, .external_lex_state = 1}, - [1701] = {.lex_state = 101, .external_lex_state = 1}, - [1702] = {.lex_state = 101, .external_lex_state = 1}, + [1673] = {.lex_state = 120}, + [1674] = {.lex_state = 120}, + [1675] = {.lex_state = 120}, + [1676] = {.lex_state = 118}, + [1677] = {.lex_state = 120}, + [1678] = {.lex_state = 120}, + [1679] = {.lex_state = 130}, + [1680] = {.lex_state = 130}, + [1681] = {.lex_state = 120}, + [1682] = {.lex_state = 110}, + [1683] = {.lex_state = 120}, + [1684] = {.lex_state = 110}, + [1685] = {.lex_state = 120}, + [1686] = {.lex_state = 120}, + [1687] = {.lex_state = 130}, + [1688] = {.lex_state = 130}, + [1689] = {.lex_state = 120}, + [1690] = {.lex_state = 120}, + [1691] = {.lex_state = 120}, + [1692] = {.lex_state = 120}, + [1693] = {.lex_state = 120}, + [1694] = {.lex_state = 120}, + [1695] = {.lex_state = 120}, + [1696] = {.lex_state = 120}, + [1697] = {.lex_state = 120}, + [1698] = {.lex_state = 120}, + [1699] = {.lex_state = 120}, + [1700] = {.lex_state = 110}, + [1701] = {.lex_state = 120}, + [1702] = {.lex_state = 122}, [1703] = {.lex_state = 122}, [1704] = {.lex_state = 122}, - [1705] = {.lex_state = 100, .external_lex_state = 1}, - [1706] = {.lex_state = 122}, - [1707] = {.lex_state = 122}, + [1705] = {.lex_state = 122}, + [1706] = {.lex_state = 120}, + [1707] = {.lex_state = 120}, [1708] = {.lex_state = 122}, - [1709] = {.lex_state = 130}, - [1710] = {.lex_state = 93, .external_lex_state = 1}, - [1711] = {.lex_state = 130}, - [1712] = {.lex_state = 130}, - [1713] = {.lex_state = 130}, - [1714] = {.lex_state = 130}, - [1715] = {.lex_state = 94, .external_lex_state = 1}, - [1716] = {.lex_state = 130}, - [1717] = {.lex_state = 130}, - [1718] = {.lex_state = 130}, - [1719] = {.lex_state = 130}, - [1720] = {.lex_state = 130}, - [1721] = {.lex_state = 130}, - [1722] = {.lex_state = 130}, - [1723] = {.lex_state = 130}, - [1724] = {.lex_state = 130}, - [1725] = {.lex_state = 130}, - [1726] = {.lex_state = 130}, - [1727] = {.lex_state = 130}, - [1728] = {.lex_state = 130}, - [1729] = {.lex_state = 130}, - [1730] = {.lex_state = 130}, - [1731] = {.lex_state = 130}, - [1732] = {.lex_state = 130}, - [1733] = {.lex_state = 130}, - [1734] = {.lex_state = 93, .external_lex_state = 1}, - [1735] = {.lex_state = 95, .external_lex_state = 1}, - [1736] = {.lex_state = 130}, - [1737] = {.lex_state = 130}, + [1709] = {.lex_state = 111}, + [1710] = {.lex_state = 111}, + [1711] = {.lex_state = 111}, + [1712] = {.lex_state = 100, .external_lex_state = 1}, + [1713] = {.lex_state = 122}, + [1714] = {.lex_state = 122}, + [1715] = {.lex_state = 122}, + [1716] = {.lex_state = 122}, + [1717] = {.lex_state = 101, .external_lex_state = 1}, + [1718] = {.lex_state = 101, .external_lex_state = 1}, + [1719] = {.lex_state = 101, .external_lex_state = 1}, + [1720] = {.lex_state = 101, .external_lex_state = 1}, + [1721] = {.lex_state = 101, .external_lex_state = 1}, + [1722] = {.lex_state = 101, .external_lex_state = 1}, + [1723] = {.lex_state = 122}, + [1724] = {.lex_state = 101, .external_lex_state = 1}, + [1725] = {.lex_state = 101, .external_lex_state = 1}, + [1726] = {.lex_state = 101, .external_lex_state = 1}, + [1727] = {.lex_state = 101, .external_lex_state = 1}, + [1728] = {.lex_state = 101, .external_lex_state = 1}, + [1729] = {.lex_state = 101, .external_lex_state = 1}, + [1730] = {.lex_state = 101, .external_lex_state = 1}, + [1731] = {.lex_state = 101, .external_lex_state = 1}, + [1732] = {.lex_state = 101, .external_lex_state = 1}, + [1733] = {.lex_state = 101, .external_lex_state = 1}, + [1734] = {.lex_state = 101, .external_lex_state = 1}, + [1735] = {.lex_state = 101, .external_lex_state = 1}, + [1736] = {.lex_state = 101, .external_lex_state = 1}, + [1737] = {.lex_state = 101, .external_lex_state = 1}, [1738] = {.lex_state = 130}, - [1739] = {.lex_state = 130}, - [1740] = {.lex_state = 130}, - [1741] = {.lex_state = 130}, - [1742] = {.lex_state = 93, .external_lex_state = 1}, - [1743] = {.lex_state = 100, .external_lex_state = 1}, + [1739] = {.lex_state = 101, .external_lex_state = 1}, + [1740] = {.lex_state = 101, .external_lex_state = 1}, + [1741] = {.lex_state = 101, .external_lex_state = 1}, + [1742] = {.lex_state = 101, .external_lex_state = 1}, + [1743] = {.lex_state = 101, .external_lex_state = 1}, [1744] = {.lex_state = 101, .external_lex_state = 1}, [1745] = {.lex_state = 101, .external_lex_state = 1}, [1746] = {.lex_state = 101, .external_lex_state = 1}, [1747] = {.lex_state = 101, .external_lex_state = 1}, [1748] = {.lex_state = 101, .external_lex_state = 1}, [1749] = {.lex_state = 101, .external_lex_state = 1}, - [1750] = {.lex_state = 101, .external_lex_state = 1}, - [1751] = {.lex_state = 101, .external_lex_state = 1}, + [1750] = {.lex_state = 130}, + [1751] = {.lex_state = 130}, [1752] = {.lex_state = 101, .external_lex_state = 1}, [1753] = {.lex_state = 101, .external_lex_state = 1}, - [1754] = {.lex_state = 101, .external_lex_state = 1}, + [1754] = {.lex_state = 130}, [1755] = {.lex_state = 101, .external_lex_state = 1}, - [1756] = {.lex_state = 101, .external_lex_state = 1}, - [1757] = {.lex_state = 101, .external_lex_state = 1}, - [1758] = {.lex_state = 101, .external_lex_state = 1}, - [1759] = {.lex_state = 101, .external_lex_state = 1}, - [1760] = {.lex_state = 101, .external_lex_state = 1}, - [1761] = {.lex_state = 101, .external_lex_state = 1}, + [1756] = {.lex_state = 130}, + [1757] = {.lex_state = 130}, + [1758] = {.lex_state = 130}, + [1759] = {.lex_state = 130}, + [1760] = {.lex_state = 130}, + [1761] = {.lex_state = 130}, [1762] = {.lex_state = 101, .external_lex_state = 1}, - [1763] = {.lex_state = 101, .external_lex_state = 1}, - [1764] = {.lex_state = 101, .external_lex_state = 1}, + [1763] = {.lex_state = 130}, + [1764] = {.lex_state = 130}, [1765] = {.lex_state = 101, .external_lex_state = 1}, - [1766] = {.lex_state = 101, .external_lex_state = 1}, - [1767] = {.lex_state = 101, .external_lex_state = 1}, - [1768] = {.lex_state = 101, .external_lex_state = 1}, - [1769] = {.lex_state = 101, .external_lex_state = 1}, - [1770] = {.lex_state = 101, .external_lex_state = 1}, - [1771] = {.lex_state = 101, .external_lex_state = 1}, - [1772] = {.lex_state = 101, .external_lex_state = 1}, - [1773] = {.lex_state = 101, .external_lex_state = 1}, - [1774] = {.lex_state = 101, .external_lex_state = 1}, - [1775] = {.lex_state = 101, .external_lex_state = 1}, - [1776] = {.lex_state = 101, .external_lex_state = 1}, - [1777] = {.lex_state = 101, .external_lex_state = 1}, - [1778] = {.lex_state = 101, .external_lex_state = 1}, + [1766] = {.lex_state = 130}, + [1767] = {.lex_state = 130}, + [1768] = {.lex_state = 130}, + [1769] = {.lex_state = 130}, + [1770] = {.lex_state = 130}, + [1771] = {.lex_state = 130}, + [1772] = {.lex_state = 130}, + [1773] = {.lex_state = 130}, + [1774] = {.lex_state = 130}, + [1775] = {.lex_state = 130}, + [1776] = {.lex_state = 130}, + [1777] = {.lex_state = 130}, + [1778] = {.lex_state = 130}, [1779] = {.lex_state = 101, .external_lex_state = 1}, - [1780] = {.lex_state = 101, .external_lex_state = 1}, - [1781] = {.lex_state = 101, .external_lex_state = 1}, - [1782] = {.lex_state = 101, .external_lex_state = 1}, - [1783] = {.lex_state = 101, .external_lex_state = 1}, + [1780] = {.lex_state = 130}, + [1781] = {.lex_state = 130}, + [1782] = {.lex_state = 130}, + [1783] = {.lex_state = 130}, [1784] = {.lex_state = 101, .external_lex_state = 1}, [1785] = {.lex_state = 101, .external_lex_state = 1}, [1786] = {.lex_state = 101, .external_lex_state = 1}, @@ -16006,17 +16711,17 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1820] = {.lex_state = 101, .external_lex_state = 1}, [1821] = {.lex_state = 101, .external_lex_state = 1}, [1822] = {.lex_state = 101, .external_lex_state = 1}, - [1823] = {.lex_state = 93, .external_lex_state = 1}, + [1823] = {.lex_state = 101, .external_lex_state = 1}, [1824] = {.lex_state = 101, .external_lex_state = 1}, [1825] = {.lex_state = 101, .external_lex_state = 1}, [1826] = {.lex_state = 101, .external_lex_state = 1}, [1827] = {.lex_state = 101, .external_lex_state = 1}, [1828] = {.lex_state = 101, .external_lex_state = 1}, - [1829] = {.lex_state = 101, .external_lex_state = 1}, - [1830] = {.lex_state = 93, .external_lex_state = 1}, - [1831] = {.lex_state = 93, .external_lex_state = 1}, + [1829] = {.lex_state = 93, .external_lex_state = 1}, + [1830] = {.lex_state = 101, .external_lex_state = 1}, + [1831] = {.lex_state = 101, .external_lex_state = 1}, [1832] = {.lex_state = 101, .external_lex_state = 1}, - [1833] = {.lex_state = 101, .external_lex_state = 1}, + [1833] = {.lex_state = 93, .external_lex_state = 1}, [1834] = {.lex_state = 101, .external_lex_state = 1}, [1835] = {.lex_state = 101, .external_lex_state = 1}, [1836] = {.lex_state = 101, .external_lex_state = 1}, @@ -16024,15 +16729,15 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1838] = {.lex_state = 101, .external_lex_state = 1}, [1839] = {.lex_state = 101, .external_lex_state = 1}, [1840] = {.lex_state = 101, .external_lex_state = 1}, - [1841] = {.lex_state = 101, .external_lex_state = 1}, + [1841] = {.lex_state = 93, .external_lex_state = 1}, [1842] = {.lex_state = 101, .external_lex_state = 1}, [1843] = {.lex_state = 101, .external_lex_state = 1}, [1844] = {.lex_state = 101, .external_lex_state = 1}, [1845] = {.lex_state = 101, .external_lex_state = 1}, - [1846] = {.lex_state = 93, .external_lex_state = 1}, + [1846] = {.lex_state = 101, .external_lex_state = 1}, [1847] = {.lex_state = 101, .external_lex_state = 1}, [1848] = {.lex_state = 101, .external_lex_state = 1}, - [1849] = {.lex_state = 93, .external_lex_state = 1}, + [1849] = {.lex_state = 101, .external_lex_state = 1}, [1850] = {.lex_state = 93, .external_lex_state = 1}, [1851] = {.lex_state = 101, .external_lex_state = 1}, [1852] = {.lex_state = 101, .external_lex_state = 1}, @@ -16050,23 +16755,23 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1864] = {.lex_state = 101, .external_lex_state = 1}, [1865] = {.lex_state = 93, .external_lex_state = 1}, [1866] = {.lex_state = 93, .external_lex_state = 1}, - [1867] = {.lex_state = 101, .external_lex_state = 1}, - [1868] = {.lex_state = 93, .external_lex_state = 1}, + [1867] = {.lex_state = 93, .external_lex_state = 1}, + [1868] = {.lex_state = 101, .external_lex_state = 1}, [1869] = {.lex_state = 101, .external_lex_state = 1}, - [1870] = {.lex_state = 101, .external_lex_state = 1}, + [1870] = {.lex_state = 93, .external_lex_state = 1}, [1871] = {.lex_state = 101, .external_lex_state = 1}, [1872] = {.lex_state = 101, .external_lex_state = 1}, [1873] = {.lex_state = 101, .external_lex_state = 1}, - [1874] = {.lex_state = 101, .external_lex_state = 1}, + [1874] = {.lex_state = 93, .external_lex_state = 1}, [1875] = {.lex_state = 101, .external_lex_state = 1}, - [1876] = {.lex_state = 101, .external_lex_state = 1}, + [1876] = {.lex_state = 93, .external_lex_state = 1}, [1877] = {.lex_state = 101, .external_lex_state = 1}, - [1878] = {.lex_state = 101, .external_lex_state = 1}, - [1879] = {.lex_state = 101, .external_lex_state = 1}, - [1880] = {.lex_state = 93, .external_lex_state = 1}, + [1878] = {.lex_state = 93, .external_lex_state = 1}, + [1879] = {.lex_state = 93, .external_lex_state = 1}, + [1880] = {.lex_state = 101, .external_lex_state = 1}, [1881] = {.lex_state = 101, .external_lex_state = 1}, - [1882] = {.lex_state = 93, .external_lex_state = 1}, - [1883] = {.lex_state = 93, .external_lex_state = 1}, + [1882] = {.lex_state = 101, .external_lex_state = 1}, + [1883] = {.lex_state = 101, .external_lex_state = 1}, [1884] = {.lex_state = 101, .external_lex_state = 1}, [1885] = {.lex_state = 101, .external_lex_state = 1}, [1886] = {.lex_state = 101, .external_lex_state = 1}, @@ -16079,14 +16784,14 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1893] = {.lex_state = 101, .external_lex_state = 1}, [1894] = {.lex_state = 101, .external_lex_state = 1}, [1895] = {.lex_state = 101, .external_lex_state = 1}, - [1896] = {.lex_state = 93, .external_lex_state = 1}, + [1896] = {.lex_state = 101, .external_lex_state = 1}, [1897] = {.lex_state = 101, .external_lex_state = 1}, - [1898] = {.lex_state = 93, .external_lex_state = 1}, + [1898] = {.lex_state = 101, .external_lex_state = 1}, [1899] = {.lex_state = 101, .external_lex_state = 1}, [1900] = {.lex_state = 101, .external_lex_state = 1}, [1901] = {.lex_state = 101, .external_lex_state = 1}, [1902] = {.lex_state = 101, .external_lex_state = 1}, - [1903] = {.lex_state = 101, .external_lex_state = 1}, + [1903] = {.lex_state = 93, .external_lex_state = 1}, [1904] = {.lex_state = 101, .external_lex_state = 1}, [1905] = {.lex_state = 101, .external_lex_state = 1}, [1906] = {.lex_state = 101, .external_lex_state = 1}, @@ -16095,11 +16800,11 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [1909] = {.lex_state = 101, .external_lex_state = 1}, [1910] = {.lex_state = 101, .external_lex_state = 1}, [1911] = {.lex_state = 101, .external_lex_state = 1}, - [1912] = {.lex_state = 101, .external_lex_state = 1}, + [1912] = {.lex_state = 93, .external_lex_state = 1}, [1913] = {.lex_state = 93, .external_lex_state = 1}, [1914] = {.lex_state = 101, .external_lex_state = 1}, - [1915] = {.lex_state = 93, .external_lex_state = 1}, - [1916] = {.lex_state = 101, .external_lex_state = 1}, + [1915] = {.lex_state = 101, .external_lex_state = 1}, + [1916] = {.lex_state = 93, .external_lex_state = 1}, [1917] = {.lex_state = 101, .external_lex_state = 1}, [1918] = {.lex_state = 101, .external_lex_state = 1}, [1919] = {.lex_state = 101, .external_lex_state = 1}, @@ -16369,976 +17074,976 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [2183] = {.lex_state = 101, .external_lex_state = 1}, [2184] = {.lex_state = 101, .external_lex_state = 1}, [2185] = {.lex_state = 101, .external_lex_state = 1}, - [2186] = {.lex_state = 104, .external_lex_state = 1}, - [2187] = {.lex_state = 104, .external_lex_state = 1}, - [2188] = {.lex_state = 104, .external_lex_state = 1}, - [2189] = {.lex_state = 115}, - [2190] = {.lex_state = 115}, - [2191] = {.lex_state = 104, .external_lex_state = 1}, - [2192] = {.lex_state = 104, .external_lex_state = 1}, - [2193] = {.lex_state = 113}, - [2194] = {.lex_state = 115}, - [2195] = {.lex_state = 115}, - [2196] = {.lex_state = 115}, - [2197] = {.lex_state = 120}, - [2198] = {.lex_state = 111}, + [2186] = {.lex_state = 101, .external_lex_state = 1}, + [2187] = {.lex_state = 101, .external_lex_state = 1}, + [2188] = {.lex_state = 101, .external_lex_state = 1}, + [2189] = {.lex_state = 101, .external_lex_state = 1}, + [2190] = {.lex_state = 101, .external_lex_state = 1}, + [2191] = {.lex_state = 101, .external_lex_state = 1}, + [2192] = {.lex_state = 101, .external_lex_state = 1}, + [2193] = {.lex_state = 101, .external_lex_state = 1}, + [2194] = {.lex_state = 101, .external_lex_state = 1}, + [2195] = {.lex_state = 101, .external_lex_state = 1}, + [2196] = {.lex_state = 104, .external_lex_state = 1}, + [2197] = {.lex_state = 104, .external_lex_state = 1}, + [2198] = {.lex_state = 104, .external_lex_state = 1}, [2199] = {.lex_state = 115}, - [2200] = {.lex_state = 115}, - [2201] = {.lex_state = 115}, - [2202] = {.lex_state = 118}, - [2203] = {.lex_state = 113}, - [2204] = {.lex_state = 120}, - [2205] = {.lex_state = 103, .external_lex_state = 1}, - [2206] = {.lex_state = 105, .external_lex_state = 1}, + [2200] = {.lex_state = 101, .external_lex_state = 1}, + [2201] = {.lex_state = 101, .external_lex_state = 1}, + [2202] = {.lex_state = 101, .external_lex_state = 1}, + [2203] = {.lex_state = 101, .external_lex_state = 1}, + [2204] = {.lex_state = 101, .external_lex_state = 1}, + [2205] = {.lex_state = 101, .external_lex_state = 1}, + [2206] = {.lex_state = 101, .external_lex_state = 1}, [2207] = {.lex_state = 101, .external_lex_state = 1}, - [2208] = {.lex_state = 101, .external_lex_state = 1}, - [2209] = {.lex_state = 105, .external_lex_state = 1}, - [2210] = {.lex_state = 105, .external_lex_state = 1}, - [2211] = {.lex_state = 122}, - [2212] = {.lex_state = 103, .external_lex_state = 1}, - [2213] = {.lex_state = 113}, - [2214] = {.lex_state = 103, .external_lex_state = 1}, - [2215] = {.lex_state = 111}, - [2216] = {.lex_state = 104}, - [2217] = {.lex_state = 121}, + [2208] = {.lex_state = 115}, + [2209] = {.lex_state = 101, .external_lex_state = 1}, + [2210] = {.lex_state = 104, .external_lex_state = 1}, + [2211] = {.lex_state = 101, .external_lex_state = 1}, + [2212] = {.lex_state = 104, .external_lex_state = 1}, + [2213] = {.lex_state = 115}, + [2214] = {.lex_state = 120}, + [2215] = {.lex_state = 115}, + [2216] = {.lex_state = 115}, + [2217] = {.lex_state = 113}, [2218] = {.lex_state = 113}, - [2219] = {.lex_state = 117}, - [2220] = {.lex_state = 113}, - [2221] = {.lex_state = 111}, - [2222] = {.lex_state = 119}, - [2223] = {.lex_state = 113}, - [2224] = {.lex_state = 104}, - [2225] = {.lex_state = 113}, - [2226] = {.lex_state = 121}, - [2227] = {.lex_state = 115}, - [2228] = {.lex_state = 113}, - [2229] = {.lex_state = 111}, - [2230] = {.lex_state = 113}, - [2231] = {.lex_state = 113}, + [2219] = {.lex_state = 111}, + [2220] = {.lex_state = 115}, + [2221] = {.lex_state = 120}, + [2222] = {.lex_state = 115}, + [2223] = {.lex_state = 115}, + [2224] = {.lex_state = 118}, + [2225] = {.lex_state = 105, .external_lex_state = 1}, + [2226] = {.lex_state = 105, .external_lex_state = 1}, + [2227] = {.lex_state = 103, .external_lex_state = 1}, + [2228] = {.lex_state = 105, .external_lex_state = 1}, + [2229] = {.lex_state = 122}, + [2230] = {.lex_state = 103, .external_lex_state = 1}, + [2231] = {.lex_state = 103, .external_lex_state = 1}, [2232] = {.lex_state = 113}, - [2233] = {.lex_state = 119}, - [2234] = {.lex_state = 111}, - [2235] = {.lex_state = 112}, + [2233] = {.lex_state = 113}, + [2234] = {.lex_state = 113}, + [2235] = {.lex_state = 113}, [2236] = {.lex_state = 113}, [2237] = {.lex_state = 113}, - [2238] = {.lex_state = 111}, - [2239] = {.lex_state = 113}, - [2240] = {.lex_state = 113}, - [2241] = {.lex_state = 113}, - [2242] = {.lex_state = 121}, - [2243] = {.lex_state = 104}, - [2244] = {.lex_state = 117}, - [2245] = {.lex_state = 104}, - [2246] = {.lex_state = 105, .external_lex_state = 1}, + [2238] = {.lex_state = 115}, + [2239] = {.lex_state = 111}, + [2240] = {.lex_state = 121}, + [2241] = {.lex_state = 111}, + [2242] = {.lex_state = 119}, + [2243] = {.lex_state = 117}, + [2244] = {.lex_state = 121}, + [2245] = {.lex_state = 119}, + [2246] = {.lex_state = 113}, [2247] = {.lex_state = 104}, - [2248] = {.lex_state = 103, .external_lex_state = 1}, - [2249] = {.lex_state = 112}, - [2250] = {.lex_state = 112}, - [2251] = {.lex_state = 122}, - [2252] = {.lex_state = 117}, - [2253] = {.lex_state = 104}, - [2254] = {.lex_state = 114}, - [2255] = {.lex_state = 117}, - [2256] = {.lex_state = 117}, - [2257] = {.lex_state = 122}, - [2258] = {.lex_state = 114}, - [2259] = {.lex_state = 114}, - [2260] = {.lex_state = 104}, - [2261] = {.lex_state = 114}, - [2262] = {.lex_state = 122}, - [2263] = {.lex_state = 117}, + [2248] = {.lex_state = 113}, + [2249] = {.lex_state = 111}, + [2250] = {.lex_state = 113}, + [2251] = {.lex_state = 111}, + [2252] = {.lex_state = 113}, + [2253] = {.lex_state = 113}, + [2254] = {.lex_state = 104}, + [2255] = {.lex_state = 113}, + [2256] = {.lex_state = 112}, + [2257] = {.lex_state = 111}, + [2258] = {.lex_state = 121}, + [2259] = {.lex_state = 113}, + [2260] = {.lex_state = 113}, + [2261] = {.lex_state = 104}, + [2262] = {.lex_state = 117}, + [2263] = {.lex_state = 104}, [2264] = {.lex_state = 117}, [2265] = {.lex_state = 117}, - [2266] = {.lex_state = 122}, - [2267] = {.lex_state = 103, .external_lex_state = 1}, - [2268] = {.lex_state = 104}, - [2269] = {.lex_state = 122}, + [2266] = {.lex_state = 104}, + [2267] = {.lex_state = 105, .external_lex_state = 1}, + [2268] = {.lex_state = 114}, + [2269] = {.lex_state = 104}, [2270] = {.lex_state = 114}, - [2271] = {.lex_state = 104}, - [2272] = {.lex_state = 122}, - [2273] = {.lex_state = 104}, - [2274] = {.lex_state = 114}, - [2275] = {.lex_state = 105, .external_lex_state = 1}, - [2276] = {.lex_state = 112}, - [2277] = {.lex_state = 112}, + [2271] = {.lex_state = 105, .external_lex_state = 1}, + [2272] = {.lex_state = 117}, + [2273] = {.lex_state = 103, .external_lex_state = 1}, + [2274] = {.lex_state = 104}, + [2275] = {.lex_state = 104}, + [2276] = {.lex_state = 114}, + [2277] = {.lex_state = 104}, [2278] = {.lex_state = 112}, - [2279] = {.lex_state = 112}, - [2280] = {.lex_state = 104}, - [2281] = {.lex_state = 112}, - [2282] = {.lex_state = 112}, - [2283] = {.lex_state = 104}, - [2284] = {.lex_state = 112}, - [2285] = {.lex_state = 112}, - [2286] = {.lex_state = 116}, - [2287] = {.lex_state = 112}, - [2288] = {.lex_state = 111}, - [2289] = {.lex_state = 104}, - [2290] = {.lex_state = 112}, - [2291] = {.lex_state = 104}, - [2292] = {.lex_state = 104}, - [2293] = {.lex_state = 112}, - [2294] = {.lex_state = 112}, - [2295] = {.lex_state = 104}, + [2279] = {.lex_state = 122}, + [2280] = {.lex_state = 112}, + [2281] = {.lex_state = 104}, + [2282] = {.lex_state = 122}, + [2283] = {.lex_state = 122}, + [2284] = {.lex_state = 114}, + [2285] = {.lex_state = 103, .external_lex_state = 1}, + [2286] = {.lex_state = 117}, + [2287] = {.lex_state = 117}, + [2288] = {.lex_state = 122}, + [2289] = {.lex_state = 117}, + [2290] = {.lex_state = 114}, + [2291] = {.lex_state = 114}, + [2292] = {.lex_state = 122}, + [2293] = {.lex_state = 122}, + [2294] = {.lex_state = 104}, + [2295] = {.lex_state = 112}, [2296] = {.lex_state = 112}, - [2297] = {.lex_state = 116}, - [2298] = {.lex_state = 116}, + [2297] = {.lex_state = 104}, + [2298] = {.lex_state = 112}, [2299] = {.lex_state = 112}, - [2300] = {.lex_state = 104}, - [2301] = {.lex_state = 119}, - [2302] = {.lex_state = 119}, - [2303] = {.lex_state = 119}, + [2300] = {.lex_state = 112}, + [2301] = {.lex_state = 104}, + [2302] = {.lex_state = 112}, + [2303] = {.lex_state = 112}, [2304] = {.lex_state = 104}, - [2305] = {.lex_state = 104}, + [2305] = {.lex_state = 112}, [2306] = {.lex_state = 104}, - [2307] = {.lex_state = 104}, - [2308] = {.lex_state = 104}, + [2307] = {.lex_state = 111}, + [2308] = {.lex_state = 112}, [2309] = {.lex_state = 112}, - [2310] = {.lex_state = 104}, - [2311] = {.lex_state = 104}, - [2312] = {.lex_state = 104}, - [2313] = {.lex_state = 104}, - [2314] = {.lex_state = 104}, - [2315] = {.lex_state = 104}, - [2316] = {.lex_state = 104}, - [2317] = {.lex_state = 104}, - [2318] = {.lex_state = 104}, + [2310] = {.lex_state = 112}, + [2311] = {.lex_state = 116}, + [2312] = {.lex_state = 119}, + [2313] = {.lex_state = 124}, + [2314] = {.lex_state = 116}, + [2315] = {.lex_state = 116}, + [2316] = {.lex_state = 124}, + [2317] = {.lex_state = 124}, + [2318] = {.lex_state = 124}, [2319] = {.lex_state = 112}, - [2320] = {.lex_state = 104}, + [2320] = {.lex_state = 116}, [2321] = {.lex_state = 116}, - [2322] = {.lex_state = 125}, - [2323] = {.lex_state = 112}, - [2324] = {.lex_state = 125}, - [2325] = {.lex_state = 125}, - [2326] = {.lex_state = 116}, - [2327] = {.lex_state = 116}, - [2328] = {.lex_state = 116}, - [2329] = {.lex_state = 116}, - [2330] = {.lex_state = 116}, - [2331] = {.lex_state = 124}, - [2332] = {.lex_state = 125}, - [2333] = {.lex_state = 112}, - [2334] = {.lex_state = 125}, - [2335] = {.lex_state = 111}, - [2336] = {.lex_state = 114}, + [2322] = {.lex_state = 104}, + [2323] = {.lex_state = 124}, + [2324] = {.lex_state = 116}, + [2325] = {.lex_state = 104}, + [2326] = {.lex_state = 119}, + [2327] = {.lex_state = 119}, + [2328] = {.lex_state = 104}, + [2329] = {.lex_state = 104}, + [2330] = {.lex_state = 104}, + [2331] = {.lex_state = 104}, + [2332] = {.lex_state = 104}, + [2333] = {.lex_state = 104}, + [2334] = {.lex_state = 112}, + [2335] = {.lex_state = 124}, + [2336] = {.lex_state = 104}, [2337] = {.lex_state = 124}, - [2338] = {.lex_state = 125}, - [2339] = {.lex_state = 124}, + [2338] = {.lex_state = 116}, + [2339] = {.lex_state = 116}, [2340] = {.lex_state = 124}, - [2341] = {.lex_state = 124}, + [2341] = {.lex_state = 104}, [2342] = {.lex_state = 124}, - [2343] = {.lex_state = 104}, - [2344] = {.lex_state = 104}, - [2345] = {.lex_state = 116}, - [2346] = {.lex_state = 119}, - [2347] = {.lex_state = 111}, - [2348] = {.lex_state = 124}, - [2349] = {.lex_state = 119}, + [2343] = {.lex_state = 124}, + [2344] = {.lex_state = 124}, + [2345] = {.lex_state = 104}, + [2346] = {.lex_state = 124}, + [2347] = {.lex_state = 104}, + [2348] = {.lex_state = 104}, + [2349] = {.lex_state = 124}, [2350] = {.lex_state = 124}, - [2351] = {.lex_state = 116}, + [2351] = {.lex_state = 104}, [2352] = {.lex_state = 104}, - [2353] = {.lex_state = 124}, - [2354] = {.lex_state = 104}, - [2355] = {.lex_state = 124}, - [2356] = {.lex_state = 104}, + [2353] = {.lex_state = 104}, + [2354] = {.lex_state = 124}, + [2355] = {.lex_state = 111}, + [2356] = {.lex_state = 114}, [2357] = {.lex_state = 124}, - [2358] = {.lex_state = 124}, - [2359] = {.lex_state = 104}, + [2358] = {.lex_state = 104}, + [2359] = {.lex_state = 111}, [2360] = {.lex_state = 104}, - [2361] = {.lex_state = 124}, - [2362] = {.lex_state = 124}, + [2361] = {.lex_state = 104}, + [2362] = {.lex_state = 104}, [2363] = {.lex_state = 104}, [2364] = {.lex_state = 104}, - [2365] = {.lex_state = 124}, + [2365] = {.lex_state = 104}, [2366] = {.lex_state = 104}, - [2367] = {.lex_state = 112}, + [2367] = {.lex_state = 104}, [2368] = {.lex_state = 124}, [2369] = {.lex_state = 104}, - [2370] = {.lex_state = 124}, + [2370] = {.lex_state = 104}, [2371] = {.lex_state = 104}, - [2372] = {.lex_state = 124}, - [2373] = {.lex_state = 104}, - [2374] = {.lex_state = 104}, - [2375] = {.lex_state = 104}, - [2376] = {.lex_state = 124}, - [2377] = {.lex_state = 104}, - [2378] = {.lex_state = 104}, + [2372] = {.lex_state = 125}, + [2373] = {.lex_state = 125}, + [2374] = {.lex_state = 125}, + [2375] = {.lex_state = 111}, + [2376] = {.lex_state = 111}, + [2377] = {.lex_state = 124}, + [2378] = {.lex_state = 124}, [2379] = {.lex_state = 124}, [2380] = {.lex_state = 124}, - [2381] = {.lex_state = 111}, + [2381] = {.lex_state = 124}, [2382] = {.lex_state = 124}, [2383] = {.lex_state = 124}, [2384] = {.lex_state = 124}, [2385] = {.lex_state = 124}, - [2386] = {.lex_state = 124}, + [2386] = {.lex_state = 112}, [2387] = {.lex_state = 124}, [2388] = {.lex_state = 124}, - [2389] = {.lex_state = 111}, + [2389] = {.lex_state = 124}, [2390] = {.lex_state = 124}, [2391] = {.lex_state = 124}, [2392] = {.lex_state = 124}, [2393] = {.lex_state = 124}, - [2394] = {.lex_state = 111}, - [2395] = {.lex_state = 111}, - [2396] = {.lex_state = 124}, - [2397] = {.lex_state = 104}, - [2398] = {.lex_state = 104}, - [2399] = {.lex_state = 104}, - [2400] = {.lex_state = 104}, - [2401] = {.lex_state = 104}, - [2402] = {.lex_state = 104}, - [2403] = {.lex_state = 111}, - [2404] = {.lex_state = 111}, - [2405] = {.lex_state = 124}, + [2394] = {.lex_state = 124}, + [2395] = {.lex_state = 124}, + [2396] = {.lex_state = 112}, + [2397] = {.lex_state = 116}, + [2398] = {.lex_state = 124}, + [2399] = {.lex_state = 119}, + [2400] = {.lex_state = 111}, + [2401] = {.lex_state = 119}, + [2402] = {.lex_state = 119}, + [2403] = {.lex_state = 112}, + [2404] = {.lex_state = 119}, + [2405] = {.lex_state = 112}, [2406] = {.lex_state = 104}, - [2407] = {.lex_state = 124}, - [2408] = {.lex_state = 124}, - [2409] = {.lex_state = 124}, - [2410] = {.lex_state = 104}, + [2407] = {.lex_state = 111}, + [2408] = {.lex_state = 117}, + [2409] = {.lex_state = 111}, + [2410] = {.lex_state = 111}, [2411] = {.lex_state = 104}, - [2412] = {.lex_state = 111}, - [2413] = {.lex_state = 104}, - [2414] = {.lex_state = 124}, + [2412] = {.lex_state = 104}, + [2413] = {.lex_state = 116}, + [2414] = {.lex_state = 116}, [2415] = {.lex_state = 104}, [2416] = {.lex_state = 104}, - [2417] = {.lex_state = 119}, - [2418] = {.lex_state = 124}, - [2419] = {.lex_state = 119}, - [2420] = {.lex_state = 119}, + [2417] = {.lex_state = 104}, + [2418] = {.lex_state = 112}, + [2419] = {.lex_state = 104}, + [2420] = {.lex_state = 104}, [2421] = {.lex_state = 124}, - [2422] = {.lex_state = 117}, - [2423] = {.lex_state = 116}, - [2424] = {.lex_state = 116}, + [2422] = {.lex_state = 125}, + [2423] = {.lex_state = 124}, + [2424] = {.lex_state = 111}, [2425] = {.lex_state = 111}, - [2426] = {.lex_state = 116}, - [2427] = {.lex_state = 104}, - [2428] = {.lex_state = 104}, - [2429] = {.lex_state = 124}, - [2430] = {.lex_state = 124}, - [2431] = {.lex_state = 111}, + [2426] = {.lex_state = 104}, + [2427] = {.lex_state = 124}, + [2428] = {.lex_state = 124}, + [2429] = {.lex_state = 116}, + [2430] = {.lex_state = 104}, + [2431] = {.lex_state = 125}, [2432] = {.lex_state = 124}, - [2433] = {.lex_state = 124}, - [2434] = {.lex_state = 104}, - [2435] = {.lex_state = 124}, + [2433] = {.lex_state = 111}, + [2434] = {.lex_state = 111}, + [2435] = {.lex_state = 111}, [2436] = {.lex_state = 124}, [2437] = {.lex_state = 124}, [2438] = {.lex_state = 104}, [2439] = {.lex_state = 124}, - [2440] = {.lex_state = 111}, - [2441] = {.lex_state = 111}, - [2442] = {.lex_state = 112}, - [2443] = {.lex_state = 112}, - [2444] = {.lex_state = 105}, - [2445] = {.lex_state = 105}, + [2440] = {.lex_state = 125}, + [2441] = {.lex_state = 104}, + [2442] = {.lex_state = 119}, + [2443] = {.lex_state = 104}, + [2444] = {.lex_state = 104}, + [2445] = {.lex_state = 104}, [2446] = {.lex_state = 104}, - [2447] = {.lex_state = 112}, - [2448] = {.lex_state = 104}, - [2449] = {.lex_state = 105}, - [2450] = {.lex_state = 105}, - [2451] = {.lex_state = 104}, - [2452] = {.lex_state = 104}, - [2453] = {.lex_state = 104}, + [2447] = {.lex_state = 104}, + [2448] = {.lex_state = 124}, + [2449] = {.lex_state = 104}, + [2450] = {.lex_state = 124}, + [2451] = {.lex_state = 116}, + [2452] = {.lex_state = 124}, + [2453] = {.lex_state = 124}, [2454] = {.lex_state = 104}, - [2455] = {.lex_state = 105}, + [2455] = {.lex_state = 112}, [2456] = {.lex_state = 104}, - [2457] = {.lex_state = 119}, - [2458] = {.lex_state = 105}, - [2459] = {.lex_state = 111}, - [2460] = {.lex_state = 117}, - [2461] = {.lex_state = 117}, - [2462] = {.lex_state = 103}, - [2463] = {.lex_state = 103}, + [2457] = {.lex_state = 104}, + [2458] = {.lex_state = 104}, + [2459] = {.lex_state = 116}, + [2460] = {.lex_state = 112}, + [2461] = {.lex_state = 104}, + [2462] = {.lex_state = 105}, + [2463] = {.lex_state = 104}, [2464] = {.lex_state = 111}, - [2465] = {.lex_state = 111}, - [2466] = {.lex_state = 104}, + [2465] = {.lex_state = 104}, + [2466] = {.lex_state = 105}, [2467] = {.lex_state = 104}, [2468] = {.lex_state = 104}, - [2469] = {.lex_state = 104}, - [2470] = {.lex_state = 112}, - [2471] = {.lex_state = 112}, - [2472] = {.lex_state = 111}, - [2473] = {.lex_state = 112}, - [2474] = {.lex_state = 112}, - [2475] = {.lex_state = 112}, - [2476] = {.lex_state = 104}, + [2469] = {.lex_state = 105}, + [2470] = {.lex_state = 104}, + [2471] = {.lex_state = 104}, + [2472] = {.lex_state = 104}, + [2473] = {.lex_state = 104}, + [2474] = {.lex_state = 111}, + [2475] = {.lex_state = 104}, + [2476] = {.lex_state = 112}, [2477] = {.lex_state = 104}, - [2478] = {.lex_state = 104}, - [2479] = {.lex_state = 112}, + [2478] = {.lex_state = 105}, + [2479] = {.lex_state = 104}, [2480] = {.lex_state = 104}, - [2481] = {.lex_state = 104}, + [2481] = {.lex_state = 119}, [2482] = {.lex_state = 104}, - [2483] = {.lex_state = 112}, + [2483] = {.lex_state = 104}, [2484] = {.lex_state = 104}, [2485] = {.lex_state = 104}, - [2486] = {.lex_state = 104}, - [2487] = {.lex_state = 104}, + [2486] = {.lex_state = 105}, + [2487] = {.lex_state = 112}, [2488] = {.lex_state = 104}, - [2489] = {.lex_state = 104}, + [2489] = {.lex_state = 116}, [2490] = {.lex_state = 104}, [2491] = {.lex_state = 104}, - [2492] = {.lex_state = 111}, - [2493] = {.lex_state = 104}, - [2494] = {.lex_state = 112}, + [2492] = {.lex_state = 104}, + [2493] = {.lex_state = 112}, + [2494] = {.lex_state = 104}, [2495] = {.lex_state = 104}, [2496] = {.lex_state = 112}, [2497] = {.lex_state = 104}, - [2498] = {.lex_state = 112}, - [2499] = {.lex_state = 112}, - [2500] = {.lex_state = 112}, - [2501] = {.lex_state = 112}, + [2498] = {.lex_state = 104}, + [2499] = {.lex_state = 104}, + [2500] = {.lex_state = 103}, + [2501] = {.lex_state = 111}, [2502] = {.lex_state = 112}, [2503] = {.lex_state = 112}, - [2504] = {.lex_state = 112}, + [2504] = {.lex_state = 103}, [2505] = {.lex_state = 112}, [2506] = {.lex_state = 112}, - [2507] = {.lex_state = 104}, - [2508] = {.lex_state = 112}, + [2507] = {.lex_state = 112}, + [2508] = {.lex_state = 104}, [2509] = {.lex_state = 104}, [2510] = {.lex_state = 104}, [2511] = {.lex_state = 112}, - [2512] = {.lex_state = 104}, + [2512] = {.lex_state = 112}, [2513] = {.lex_state = 104}, - [2514] = {.lex_state = 104}, - [2515] = {.lex_state = 111}, - [2516] = {.lex_state = 104}, - [2517] = {.lex_state = 104}, + [2514] = {.lex_state = 112}, + [2515] = {.lex_state = 112}, + [2516] = {.lex_state = 112}, + [2517] = {.lex_state = 112}, [2518] = {.lex_state = 104}, [2519] = {.lex_state = 104}, - [2520] = {.lex_state = 105}, - [2521] = {.lex_state = 105}, - [2522] = {.lex_state = 111}, - [2523] = {.lex_state = 111}, + [2520] = {.lex_state = 112}, + [2521] = {.lex_state = 104}, + [2522] = {.lex_state = 104}, + [2523] = {.lex_state = 104}, [2524] = {.lex_state = 111}, - [2525] = {.lex_state = 105}, - [2526] = {.lex_state = 111}, - [2527] = {.lex_state = 125}, - [2528] = {.lex_state = 119}, - [2529] = {.lex_state = 111}, - [2530] = {.lex_state = 101, .external_lex_state = 1}, - [2531] = {.lex_state = 119}, - [2532] = {.lex_state = 111}, - [2533] = {.lex_state = 112}, - [2534] = {.lex_state = 105}, - [2535] = {.lex_state = 105}, - [2536] = {.lex_state = 105}, - [2537] = {.lex_state = 112}, - [2538] = {.lex_state = 118}, - [2539] = {.lex_state = 105}, - [2540] = {.lex_state = 105}, - [2541] = {.lex_state = 105}, + [2525] = {.lex_state = 104}, + [2526] = {.lex_state = 112}, + [2527] = {.lex_state = 105}, + [2528] = {.lex_state = 104}, + [2529] = {.lex_state = 112}, + [2530] = {.lex_state = 104}, + [2531] = {.lex_state = 104}, + [2532] = {.lex_state = 112}, + [2533] = {.lex_state = 104}, + [2534] = {.lex_state = 111}, + [2535] = {.lex_state = 104}, + [2536] = {.lex_state = 112}, + [2537] = {.lex_state = 116}, + [2538] = {.lex_state = 112}, + [2539] = {.lex_state = 104}, + [2540] = {.lex_state = 112}, + [2541] = {.lex_state = 111}, [2542] = {.lex_state = 105}, - [2543] = {.lex_state = 106, .external_lex_state = 1}, - [2544] = {.lex_state = 105}, + [2543] = {.lex_state = 111}, + [2544] = {.lex_state = 119}, [2545] = {.lex_state = 105}, [2546] = {.lex_state = 111}, - [2547] = {.lex_state = 111}, - [2548] = {.lex_state = 111}, - [2549] = {.lex_state = 105}, - [2550] = {.lex_state = 111}, - [2551] = {.lex_state = 104}, + [2547] = {.lex_state = 105}, + [2548] = {.lex_state = 125}, + [2549] = {.lex_state = 112}, + [2550] = {.lex_state = 105}, + [2551] = {.lex_state = 116}, [2552] = {.lex_state = 111}, - [2553] = {.lex_state = 104}, - [2554] = {.lex_state = 105}, - [2555] = {.lex_state = 112}, - [2556] = {.lex_state = 120}, - [2557] = {.lex_state = 105}, - [2558] = {.lex_state = 106, .external_lex_state = 1}, - [2559] = {.lex_state = 111}, - [2560] = {.lex_state = 105}, - [2561] = {.lex_state = 111}, + [2553] = {.lex_state = 111}, + [2554] = {.lex_state = 112}, + [2555] = {.lex_state = 111}, + [2556] = {.lex_state = 119}, + [2557] = {.lex_state = 116}, + [2558] = {.lex_state = 111}, + [2559] = {.lex_state = 105}, + [2560] = {.lex_state = 106, .external_lex_state = 1}, + [2561] = {.lex_state = 104}, [2562] = {.lex_state = 111}, - [2563] = {.lex_state = 120}, + [2563] = {.lex_state = 111}, [2564] = {.lex_state = 111}, - [2565] = {.lex_state = 105}, - [2566] = {.lex_state = 106, .external_lex_state = 1}, - [2567] = {.lex_state = 119}, + [2565] = {.lex_state = 120}, + [2566] = {.lex_state = 111}, + [2567] = {.lex_state = 116}, [2568] = {.lex_state = 111}, - [2569] = {.lex_state = 112}, - [2570] = {.lex_state = 111}, + [2569] = {.lex_state = 119}, + [2570] = {.lex_state = 116}, [2571] = {.lex_state = 105}, [2572] = {.lex_state = 111}, - [2573] = {.lex_state = 105}, - [2574] = {.lex_state = 105}, - [2575] = {.lex_state = 105}, - [2576] = {.lex_state = 117}, + [2573] = {.lex_state = 104}, + [2574] = {.lex_state = 111}, + [2575] = {.lex_state = 111}, + [2576] = {.lex_state = 112}, [2577] = {.lex_state = 111}, - [2578] = {.lex_state = 117}, - [2579] = {.lex_state = 105}, - [2580] = {.lex_state = 117}, - [2581] = {.lex_state = 111}, - [2582] = {.lex_state = 105}, - [2583] = {.lex_state = 105}, - [2584] = {.lex_state = 105}, - [2585] = {.lex_state = 120}, + [2578] = {.lex_state = 111}, + [2579] = {.lex_state = 116}, + [2580] = {.lex_state = 106, .external_lex_state = 1}, + [2581] = {.lex_state = 112}, + [2582] = {.lex_state = 116}, + [2583] = {.lex_state = 120}, + [2584] = {.lex_state = 118}, + [2585] = {.lex_state = 116}, [2586] = {.lex_state = 105}, - [2587] = {.lex_state = 120}, + [2587] = {.lex_state = 106, .external_lex_state = 1}, [2588] = {.lex_state = 111}, [2589] = {.lex_state = 105}, - [2590] = {.lex_state = 111}, - [2591] = {.lex_state = 120}, - [2592] = {.lex_state = 120}, + [2590] = {.lex_state = 105}, + [2591] = {.lex_state = 116}, + [2592] = {.lex_state = 111}, [2593] = {.lex_state = 111}, - [2594] = {.lex_state = 111}, - [2595] = {.lex_state = 111}, + [2594] = {.lex_state = 105}, + [2595] = {.lex_state = 105}, [2596] = {.lex_state = 111}, - [2597] = {.lex_state = 105}, - [2598] = {.lex_state = 120}, + [2597] = {.lex_state = 111}, + [2598] = {.lex_state = 111}, [2599] = {.lex_state = 105}, - [2600] = {.lex_state = 120}, - [2601] = {.lex_state = 105}, + [2600] = {.lex_state = 111}, + [2601] = {.lex_state = 111}, [2602] = {.lex_state = 111}, - [2603] = {.lex_state = 120}, - [2604] = {.lex_state = 105}, + [2603] = {.lex_state = 111}, + [2604] = {.lex_state = 111}, [2605] = {.lex_state = 111}, [2606] = {.lex_state = 105}, [2607] = {.lex_state = 111}, - [2608] = {.lex_state = 111}, - [2609] = {.lex_state = 111}, + [2608] = {.lex_state = 105}, + [2609] = {.lex_state = 120}, [2610] = {.lex_state = 111}, [2611] = {.lex_state = 111}, [2612] = {.lex_state = 111}, [2613] = {.lex_state = 111}, - [2614] = {.lex_state = 105}, + [2614] = {.lex_state = 120}, [2615] = {.lex_state = 111}, - [2616] = {.lex_state = 111}, - [2617] = {.lex_state = 111}, + [2616] = {.lex_state = 105}, + [2617] = {.lex_state = 116}, [2618] = {.lex_state = 111}, - [2619] = {.lex_state = 111}, - [2620] = {.lex_state = 111}, + [2619] = {.lex_state = 105}, + [2620] = {.lex_state = 105}, [2621] = {.lex_state = 105}, - [2622] = {.lex_state = 120}, - [2623] = {.lex_state = 117}, - [2624] = {.lex_state = 117}, - [2625] = {.lex_state = 111}, + [2622] = {.lex_state = 105}, + [2623] = {.lex_state = 105}, + [2624] = {.lex_state = 111}, + [2625] = {.lex_state = 105}, [2626] = {.lex_state = 111}, - [2627] = {.lex_state = 117}, - [2628] = {.lex_state = 105}, + [2627] = {.lex_state = 105}, + [2628] = {.lex_state = 111}, [2629] = {.lex_state = 111}, [2630] = {.lex_state = 105}, - [2631] = {.lex_state = 111}, - [2632] = {.lex_state = 105}, - [2633] = {.lex_state = 120}, + [2631] = {.lex_state = 105}, + [2632] = {.lex_state = 120}, + [2633] = {.lex_state = 111}, [2634] = {.lex_state = 120}, - [2635] = {.lex_state = 120}, - [2636] = {.lex_state = 105}, - [2637] = {.lex_state = 120}, + [2635] = {.lex_state = 111}, + [2636] = {.lex_state = 111}, + [2637] = {.lex_state = 111}, [2638] = {.lex_state = 111}, [2639] = {.lex_state = 111}, - [2640] = {.lex_state = 111}, - [2641] = {.lex_state = 111}, + [2640] = {.lex_state = 105}, + [2641] = {.lex_state = 105}, [2642] = {.lex_state = 105}, - [2643] = {.lex_state = 105}, + [2643] = {.lex_state = 120}, [2644] = {.lex_state = 105}, - [2645] = {.lex_state = 111}, - [2646] = {.lex_state = 111}, + [2645] = {.lex_state = 105}, + [2646] = {.lex_state = 105}, [2647] = {.lex_state = 105}, - [2648] = {.lex_state = 120}, - [2649] = {.lex_state = 120}, + [2648] = {.lex_state = 105}, + [2649] = {.lex_state = 105}, [2650] = {.lex_state = 105}, - [2651] = {.lex_state = 111}, + [2651] = {.lex_state = 105}, [2652] = {.lex_state = 111}, [2653] = {.lex_state = 105}, - [2654] = {.lex_state = 105}, + [2654] = {.lex_state = 111}, [2655] = {.lex_state = 105}, [2656] = {.lex_state = 111}, [2657] = {.lex_state = 105}, - [2658] = {.lex_state = 111}, + [2658] = {.lex_state = 105}, [2659] = {.lex_state = 105}, - [2660] = {.lex_state = 105}, - [2661] = {.lex_state = 105}, - [2662] = {.lex_state = 105}, + [2660] = {.lex_state = 111}, + [2661] = {.lex_state = 120}, + [2662] = {.lex_state = 120}, [2663] = {.lex_state = 111}, - [2664] = {.lex_state = 105}, + [2664] = {.lex_state = 111}, [2665] = {.lex_state = 105}, [2666] = {.lex_state = 105}, - [2667] = {.lex_state = 111}, - [2668] = {.lex_state = 105}, + [2667] = {.lex_state = 105}, + [2668] = {.lex_state = 111}, [2669] = {.lex_state = 105}, [2670] = {.lex_state = 105}, [2671] = {.lex_state = 105}, - [2672] = {.lex_state = 105}, - [2673] = {.lex_state = 105}, + [2672] = {.lex_state = 120}, + [2673] = {.lex_state = 120}, [2674] = {.lex_state = 111}, [2675] = {.lex_state = 111}, - [2676] = {.lex_state = 105}, + [2676] = {.lex_state = 120}, [2677] = {.lex_state = 111}, - [2678] = {.lex_state = 105}, - [2679] = {.lex_state = 105}, - [2680] = {.lex_state = 111}, - [2681] = {.lex_state = 111}, - [2682] = {.lex_state = 105}, + [2678] = {.lex_state = 111}, + [2679] = {.lex_state = 120}, + [2680] = {.lex_state = 120}, + [2681] = {.lex_state = 105}, + [2682] = {.lex_state = 111}, [2683] = {.lex_state = 105}, - [2684] = {.lex_state = 111}, - [2685] = {.lex_state = 105}, - [2686] = {.lex_state = 111}, + [2684] = {.lex_state = 105}, + [2685] = {.lex_state = 120}, + [2686] = {.lex_state = 105}, [2687] = {.lex_state = 111}, [2688] = {.lex_state = 105}, - [2689] = {.lex_state = 111}, + [2689] = {.lex_state = 105}, [2690] = {.lex_state = 111}, [2691] = {.lex_state = 105}, [2692] = {.lex_state = 111}, [2693] = {.lex_state = 105}, - [2694] = {.lex_state = 111}, - [2695] = {.lex_state = 111}, - [2696] = {.lex_state = 111}, - [2697] = {.lex_state = 105}, - [2698] = {.lex_state = 105}, - [2699] = {.lex_state = 111}, - [2700] = {.lex_state = 111}, + [2694] = {.lex_state = 105}, + [2695] = {.lex_state = 105}, + [2696] = {.lex_state = 105}, + [2697] = {.lex_state = 111}, + [2698] = {.lex_state = 120}, + [2699] = {.lex_state = 105}, + [2700] = {.lex_state = 105}, [2701] = {.lex_state = 105}, - [2702] = {.lex_state = 111}, - [2703] = {.lex_state = 111}, - [2704] = {.lex_state = 105}, + [2702] = {.lex_state = 120}, + [2703] = {.lex_state = 105}, + [2704] = {.lex_state = 120}, [2705] = {.lex_state = 111}, - [2706] = {.lex_state = 101, .external_lex_state = 1}, - [2707] = {.lex_state = 111}, + [2706] = {.lex_state = 105}, + [2707] = {.lex_state = 105}, [2708] = {.lex_state = 105}, [2709] = {.lex_state = 105}, - [2710] = {.lex_state = 111}, + [2710] = {.lex_state = 105}, [2711] = {.lex_state = 111}, - [2712] = {.lex_state = 111}, + [2712] = {.lex_state = 105}, [2713] = {.lex_state = 105}, - [2714] = {.lex_state = 105}, - [2715] = {.lex_state = 105}, + [2714] = {.lex_state = 111}, + [2715] = {.lex_state = 111}, [2716] = {.lex_state = 105}, [2717] = {.lex_state = 105}, [2718] = {.lex_state = 120}, - [2719] = {.lex_state = 105}, + [2719] = {.lex_state = 111}, [2720] = {.lex_state = 105}, - [2721] = {.lex_state = 120}, + [2721] = {.lex_state = 105}, [2722] = {.lex_state = 111}, - [2723] = {.lex_state = 111}, - [2724] = {.lex_state = 111}, - [2725] = {.lex_state = 117}, - [2726] = {.lex_state = 120}, + [2723] = {.lex_state = 105}, + [2724] = {.lex_state = 105}, + [2725] = {.lex_state = 105}, + [2726] = {.lex_state = 105}, [2727] = {.lex_state = 105}, [2728] = {.lex_state = 111}, - [2729] = {.lex_state = 105}, - [2730] = {.lex_state = 105}, + [2729] = {.lex_state = 111}, + [2730] = {.lex_state = 120}, [2731] = {.lex_state = 111}, - [2732] = {.lex_state = 120}, - [2733] = {.lex_state = 105}, + [2732] = {.lex_state = 111}, + [2733] = {.lex_state = 111}, [2734] = {.lex_state = 111}, [2735] = {.lex_state = 111}, [2736] = {.lex_state = 111}, - [2737] = {.lex_state = 105}, + [2737] = {.lex_state = 111}, [2738] = {.lex_state = 111}, - [2739] = {.lex_state = 105}, - [2740] = {.lex_state = 120}, - [2741] = {.lex_state = 105}, - [2742] = {.lex_state = 120}, - [2743] = {.lex_state = 105}, - [2744] = {.lex_state = 105}, + [2739] = {.lex_state = 111}, + [2740] = {.lex_state = 105}, + [2741] = {.lex_state = 111}, + [2742] = {.lex_state = 111}, + [2743] = {.lex_state = 111}, + [2744] = {.lex_state = 111}, [2745] = {.lex_state = 105}, - [2746] = {.lex_state = 105}, + [2746] = {.lex_state = 111}, [2747] = {.lex_state = 111}, - [2748] = {.lex_state = 111}, - [2749] = {.lex_state = 111}, - [2750] = {.lex_state = 111}, - [2751] = {.lex_state = 105}, + [2748] = {.lex_state = 105}, + [2749] = {.lex_state = 120}, + [2750] = {.lex_state = 120}, + [2751] = {.lex_state = 111}, [2752] = {.lex_state = 105}, - [2753] = {.lex_state = 105}, - [2754] = {.lex_state = 105}, + [2753] = {.lex_state = 111}, + [2754] = {.lex_state = 111}, [2755] = {.lex_state = 105}, [2756] = {.lex_state = 111}, [2757] = {.lex_state = 105}, - [2758] = {.lex_state = 111}, + [2758] = {.lex_state = 105}, [2759] = {.lex_state = 111}, [2760] = {.lex_state = 105}, - [2761] = {.lex_state = 112}, - [2762] = {.lex_state = 111}, - [2763] = {.lex_state = 111}, - [2764] = {.lex_state = 111}, - [2765] = {.lex_state = 105}, - [2766] = {.lex_state = 111}, - [2767] = {.lex_state = 105}, + [2761] = {.lex_state = 105}, + [2762] = {.lex_state = 105}, + [2763] = {.lex_state = 105}, + [2764] = {.lex_state = 105}, + [2765] = {.lex_state = 104}, + [2766] = {.lex_state = 105}, + [2767] = {.lex_state = 111}, [2768] = {.lex_state = 111}, - [2769] = {.lex_state = 105}, - [2770] = {.lex_state = 104}, - [2771] = {.lex_state = 105}, - [2772] = {.lex_state = 104}, - [2773] = {.lex_state = 111}, - [2774] = {.lex_state = 106, .external_lex_state = 1}, - [2775] = {.lex_state = 105}, + [2769] = {.lex_state = 111}, + [2770] = {.lex_state = 105}, + [2771] = {.lex_state = 104}, + [2772] = {.lex_state = 105}, + [2773] = {.lex_state = 104}, + [2774] = {.lex_state = 111}, + [2775] = {.lex_state = 111}, [2776] = {.lex_state = 105}, [2777] = {.lex_state = 105}, - [2778] = {.lex_state = 111}, + [2778] = {.lex_state = 105}, [2779] = {.lex_state = 111}, - [2780] = {.lex_state = 105}, + [2780] = {.lex_state = 111}, [2781] = {.lex_state = 111}, - [2782] = {.lex_state = 111}, - [2783] = {.lex_state = 105}, + [2782] = {.lex_state = 105}, + [2783] = {.lex_state = 111}, [2784] = {.lex_state = 111}, [2785] = {.lex_state = 105}, - [2786] = {.lex_state = 111}, + [2786] = {.lex_state = 105}, [2787] = {.lex_state = 104}, - [2788] = {.lex_state = 111}, - [2789] = {.lex_state = 105}, - [2790] = {.lex_state = 106, .external_lex_state = 1}, - [2791] = {.lex_state = 104}, + [2788] = {.lex_state = 105}, + [2789] = {.lex_state = 104}, + [2790] = {.lex_state = 105}, + [2791] = {.lex_state = 105}, [2792] = {.lex_state = 104}, - [2793] = {.lex_state = 105}, - [2794] = {.lex_state = 111}, - [2795] = {.lex_state = 104}, + [2793] = {.lex_state = 104}, + [2794] = {.lex_state = 104}, + [2795] = {.lex_state = 111}, [2796] = {.lex_state = 104}, - [2797] = {.lex_state = 111}, - [2798] = {.lex_state = 105}, + [2797] = {.lex_state = 105}, + [2798] = {.lex_state = 111}, [2799] = {.lex_state = 111}, - [2800] = {.lex_state = 105}, - [2801] = {.lex_state = 111}, - [2802] = {.lex_state = 105}, - [2803] = {.lex_state = 105}, - [2804] = {.lex_state = 105}, - [2805] = {.lex_state = 104}, + [2800] = {.lex_state = 104}, + [2801] = {.lex_state = 105}, + [2802] = {.lex_state = 111}, + [2803] = {.lex_state = 104}, + [2804] = {.lex_state = 104}, + [2805] = {.lex_state = 111}, [2806] = {.lex_state = 104}, - [2807] = {.lex_state = 104}, - [2808] = {.lex_state = 104}, + [2807] = {.lex_state = 111}, + [2808] = {.lex_state = 111}, [2809] = {.lex_state = 104}, - [2810] = {.lex_state = 104}, - [2811] = {.lex_state = 105}, - [2812] = {.lex_state = 104}, + [2810] = {.lex_state = 111}, + [2811] = {.lex_state = 104}, + [2812] = {.lex_state = 105}, [2813] = {.lex_state = 104}, - [2814] = {.lex_state = 105}, - [2815] = {.lex_state = 105}, + [2814] = {.lex_state = 104}, + [2815] = {.lex_state = 111}, [2816] = {.lex_state = 111}, - [2817] = {.lex_state = 105}, - [2818] = {.lex_state = 111}, - [2819] = {.lex_state = 111}, - [2820] = {.lex_state = 111}, - [2821] = {.lex_state = 111}, - [2822] = {.lex_state = 104}, + [2817] = {.lex_state = 111}, + [2818] = {.lex_state = 104}, + [2819] = {.lex_state = 104}, + [2820] = {.lex_state = 104}, + [2821] = {.lex_state = 105}, + [2822] = {.lex_state = 111}, [2823] = {.lex_state = 105}, - [2824] = {.lex_state = 111}, - [2825] = {.lex_state = 105}, - [2826] = {.lex_state = 105}, - [2827] = {.lex_state = 105}, - [2828] = {.lex_state = 111}, + [2824] = {.lex_state = 105}, + [2825] = {.lex_state = 104}, + [2826] = {.lex_state = 104}, + [2827] = {.lex_state = 106, .external_lex_state = 1}, + [2828] = {.lex_state = 105}, [2829] = {.lex_state = 105}, - [2830] = {.lex_state = 104}, - [2831] = {.lex_state = 104}, + [2830] = {.lex_state = 111}, + [2831] = {.lex_state = 111}, [2832] = {.lex_state = 111}, - [2833] = {.lex_state = 111}, - [2834] = {.lex_state = 111}, + [2833] = {.lex_state = 105}, + [2834] = {.lex_state = 105}, [2835] = {.lex_state = 111}, [2836] = {.lex_state = 111}, [2837] = {.lex_state = 105}, - [2838] = {.lex_state = 104}, - [2839] = {.lex_state = 105}, + [2838] = {.lex_state = 111}, + [2839] = {.lex_state = 111}, [2840] = {.lex_state = 105}, - [2841] = {.lex_state = 104}, - [2842] = {.lex_state = 111}, - [2843] = {.lex_state = 104}, + [2841] = {.lex_state = 111}, + [2842] = {.lex_state = 105}, + [2843] = {.lex_state = 111}, [2844] = {.lex_state = 111}, - [2845] = {.lex_state = 111}, + [2845] = {.lex_state = 105}, [2846] = {.lex_state = 111}, - [2847] = {.lex_state = 104}, - [2848] = {.lex_state = 104}, - [2849] = {.lex_state = 120}, - [2850] = {.lex_state = 109, .external_lex_state = 1}, - [2851] = {.lex_state = 108, .external_lex_state = 1}, - [2852] = {.lex_state = 108, .external_lex_state = 1}, - [2853] = {.lex_state = 118}, - [2854] = {.lex_state = 108, .external_lex_state = 1}, - [2855] = {.lex_state = 109, .external_lex_state = 1}, - [2856] = {.lex_state = 109, .external_lex_state = 1}, - [2857] = {.lex_state = 130}, - [2858] = {.lex_state = 110}, - [2859] = {.lex_state = 124}, - [2860] = {.lex_state = 110}, - [2861] = {.lex_state = 119}, - [2862] = {.lex_state = 110}, - [2863] = {.lex_state = 110}, - [2864] = {.lex_state = 110}, - [2865] = {.lex_state = 124}, - [2866] = {.lex_state = 110}, - [2867] = {.lex_state = 110}, - [2868] = {.lex_state = 110}, - [2869] = {.lex_state = 124}, - [2870] = {.lex_state = 124}, - [2871] = {.lex_state = 118}, - [2872] = {.lex_state = 124}, - [2873] = {.lex_state = 124}, - [2874] = {.lex_state = 124}, - [2875] = {.lex_state = 122}, - [2876] = {.lex_state = 122}, - [2877] = {.lex_state = 120}, + [2847] = {.lex_state = 105}, + [2848] = {.lex_state = 106, .external_lex_state = 1}, + [2849] = {.lex_state = 105}, + [2850] = {.lex_state = 105}, + [2851] = {.lex_state = 111}, + [2852] = {.lex_state = 105}, + [2853] = {.lex_state = 111}, + [2854] = {.lex_state = 111}, + [2855] = {.lex_state = 105}, + [2856] = {.lex_state = 105}, + [2857] = {.lex_state = 105}, + [2858] = {.lex_state = 105}, + [2859] = {.lex_state = 105}, + [2860] = {.lex_state = 105}, + [2861] = {.lex_state = 105}, + [2862] = {.lex_state = 105}, + [2863] = {.lex_state = 111}, + [2864] = {.lex_state = 111}, + [2865] = {.lex_state = 111}, + [2866] = {.lex_state = 105}, + [2867] = {.lex_state = 105}, + [2868] = {.lex_state = 111}, + [2869] = {.lex_state = 111}, + [2870] = {.lex_state = 111}, + [2871] = {.lex_state = 112}, + [2872] = {.lex_state = 111}, + [2873] = {.lex_state = 111}, + [2874] = {.lex_state = 105}, + [2875] = {.lex_state = 105}, + [2876] = {.lex_state = 104}, + [2877] = {.lex_state = 108, .external_lex_state = 1}, [2878] = {.lex_state = 108, .external_lex_state = 1}, - [2879] = {.lex_state = 130}, - [2880] = {.lex_state = 120}, - [2881] = {.lex_state = 120}, + [2879] = {.lex_state = 120}, + [2880] = {.lex_state = 108, .external_lex_state = 1}, + [2881] = {.lex_state = 109, .external_lex_state = 1}, [2882] = {.lex_state = 109, .external_lex_state = 1}, - [2883] = {.lex_state = 124}, - [2884] = {.lex_state = 120}, - [2885] = {.lex_state = 130}, - [2886] = {.lex_state = 108, .external_lex_state = 1}, - [2887] = {.lex_state = 120}, - [2888] = {.lex_state = 122}, - [2889] = {.lex_state = 130}, - [2890] = {.lex_state = 130}, - [2891] = {.lex_state = 120}, - [2892] = {.lex_state = 109, .external_lex_state = 1}, - [2893] = {.lex_state = 130}, + [2883] = {.lex_state = 118}, + [2884] = {.lex_state = 109, .external_lex_state = 1}, + [2885] = {.lex_state = 110}, + [2886] = {.lex_state = 110}, + [2887] = {.lex_state = 110}, + [2888] = {.lex_state = 110}, + [2889] = {.lex_state = 110}, + [2890] = {.lex_state = 110}, + [2891] = {.lex_state = 119}, + [2892] = {.lex_state = 110}, + [2893] = {.lex_state = 124}, [2894] = {.lex_state = 130}, - [2895] = {.lex_state = 130}, - [2896] = {.lex_state = 130}, - [2897] = {.lex_state = 120}, - [2898] = {.lex_state = 122}, - [2899] = {.lex_state = 122}, + [2895] = {.lex_state = 124}, + [2896] = {.lex_state = 110}, + [2897] = {.lex_state = 109, .external_lex_state = 1}, + [2898] = {.lex_state = 130}, + [2899] = {.lex_state = 120}, [2900] = {.lex_state = 122}, - [2901] = {.lex_state = 101, .external_lex_state = 1}, - [2902] = {.lex_state = 101, .external_lex_state = 1}, - [2903] = {.lex_state = 101, .external_lex_state = 1}, - [2904] = {.lex_state = 130}, - [2905] = {.lex_state = 130}, - [2906] = {.lex_state = 130}, - [2907] = {.lex_state = 130}, - [2908] = {.lex_state = 130}, + [2901] = {.lex_state = 130}, + [2902] = {.lex_state = 108, .external_lex_state = 1}, + [2903] = {.lex_state = 130}, + [2904] = {.lex_state = 122}, + [2905] = {.lex_state = 109, .external_lex_state = 1}, + [2906] = {.lex_state = 118}, + [2907] = {.lex_state = 122}, + [2908] = {.lex_state = 122}, [2909] = {.lex_state = 130}, - [2910] = {.lex_state = 130}, - [2911] = {.lex_state = 122}, - [2912] = {.lex_state = 130}, - [2913] = {.lex_state = 130}, - [2914] = {.lex_state = 101, .external_lex_state = 1}, - [2915] = {.lex_state = 122}, - [2916] = {.lex_state = 130}, - [2917] = {.lex_state = 130}, - [2918] = {.lex_state = 101, .external_lex_state = 1}, + [2910] = {.lex_state = 120}, + [2911] = {.lex_state = 130}, + [2912] = {.lex_state = 124}, + [2913] = {.lex_state = 124}, + [2914] = {.lex_state = 124}, + [2915] = {.lex_state = 108, .external_lex_state = 1}, + [2916] = {.lex_state = 124}, + [2917] = {.lex_state = 124}, + [2918] = {.lex_state = 124}, [2919] = {.lex_state = 130}, - [2920] = {.lex_state = 130}, - [2921] = {.lex_state = 101, .external_lex_state = 1}, - [2922] = {.lex_state = 123}, - [2923] = {.lex_state = 101, .external_lex_state = 1}, - [2924] = {.lex_state = 101, .external_lex_state = 1}, - [2925] = {.lex_state = 130}, + [2920] = {.lex_state = 120}, + [2921] = {.lex_state = 120}, + [2922] = {.lex_state = 130}, + [2923] = {.lex_state = 130}, + [2924] = {.lex_state = 120}, + [2925] = {.lex_state = 120}, [2926] = {.lex_state = 120}, - [2927] = {.lex_state = 120}, + [2927] = {.lex_state = 122}, [2928] = {.lex_state = 122}, - [2929] = {.lex_state = 122}, - [2930] = {.lex_state = 122}, - [2931] = {.lex_state = 120}, - [2932] = {.lex_state = 122}, - [2933] = {.lex_state = 120}, + [2929] = {.lex_state = 130}, + [2930] = {.lex_state = 130}, + [2931] = {.lex_state = 130}, + [2932] = {.lex_state = 130}, + [2933] = {.lex_state = 130}, [2934] = {.lex_state = 130}, - [2935] = {.lex_state = 130}, + [2935] = {.lex_state = 120}, [2936] = {.lex_state = 130}, - [2937] = {.lex_state = 122}, + [2937] = {.lex_state = 130}, [2938] = {.lex_state = 122}, [2939] = {.lex_state = 122}, - [2940] = {.lex_state = 130}, - [2941] = {.lex_state = 123}, - [2942] = {.lex_state = 123}, - [2943] = {.lex_state = 122}, - [2944] = {.lex_state = 123}, - [2945] = {.lex_state = 101, .external_lex_state = 1}, - [2946] = {.lex_state = 123}, - [2947] = {.lex_state = 130}, - [2948] = {.lex_state = 123}, - [2949] = {.lex_state = 120}, - [2950] = {.lex_state = 123}, + [2940] = {.lex_state = 120}, + [2941] = {.lex_state = 120}, + [2942] = {.lex_state = 130}, + [2943] = {.lex_state = 130}, + [2944] = {.lex_state = 122}, + [2945] = {.lex_state = 130}, + [2946] = {.lex_state = 130}, + [2947] = {.lex_state = 122}, + [2948] = {.lex_state = 130}, + [2949] = {.lex_state = 130}, + [2950] = {.lex_state = 122}, [2951] = {.lex_state = 123}, - [2952] = {.lex_state = 130}, - [2953] = {.lex_state = 101, .external_lex_state = 1}, - [2954] = {.lex_state = 118}, - [2955] = {.lex_state = 123}, - [2956] = {.lex_state = 130}, - [2957] = {.lex_state = 123}, - [2958] = {.lex_state = 123}, - [2959] = {.lex_state = 120}, - [2960] = {.lex_state = 123}, - [2961] = {.lex_state = 124}, - [2962] = {.lex_state = 123}, - [2963] = {.lex_state = 130}, - [2964] = {.lex_state = 120}, - [2965] = {.lex_state = 118}, - [2966] = {.lex_state = 123}, - [2967] = {.lex_state = 107}, - [2968] = {.lex_state = 122}, - [2969] = {.lex_state = 118}, - [2970] = {.lex_state = 122}, - [2971] = {.lex_state = 122}, - [2972] = {.lex_state = 124}, - [2973] = {.lex_state = 120}, - [2974] = {.lex_state = 107}, - [2975] = {.lex_state = 120}, - [2976] = {.lex_state = 120}, - [2977] = {.lex_state = 120}, - [2978] = {.lex_state = 122}, - [2979] = {.lex_state = 107}, - [2980] = {.lex_state = 122}, - [2981] = {.lex_state = 120}, - [2982] = {.lex_state = 120}, - [2983] = {.lex_state = 122}, - [2984] = {.lex_state = 120}, - [2985] = {.lex_state = 120}, - [2986] = {.lex_state = 122}, - [2987] = {.lex_state = 122}, - [2988] = {.lex_state = 120}, - [2989] = {.lex_state = 122}, + [2952] = {.lex_state = 122}, + [2953] = {.lex_state = 130}, + [2954] = {.lex_state = 130}, + [2955] = {.lex_state = 122}, + [2956] = {.lex_state = 122}, + [2957] = {.lex_state = 130}, + [2958] = {.lex_state = 120}, + [2959] = {.lex_state = 130}, + [2960] = {.lex_state = 122}, + [2961] = {.lex_state = 123}, + [2962] = {.lex_state = 120}, + [2963] = {.lex_state = 124}, + [2964] = {.lex_state = 123}, + [2965] = {.lex_state = 123}, + [2966] = {.lex_state = 130}, + [2967] = {.lex_state = 123}, + [2968] = {.lex_state = 123}, + [2969] = {.lex_state = 130}, + [2970] = {.lex_state = 120}, + [2971] = {.lex_state = 123}, + [2972] = {.lex_state = 118}, + [2973] = {.lex_state = 123}, + [2974] = {.lex_state = 130}, + [2975] = {.lex_state = 122}, + [2976] = {.lex_state = 123}, + [2977] = {.lex_state = 123}, + [2978] = {.lex_state = 120}, + [2979] = {.lex_state = 118}, + [2980] = {.lex_state = 123}, + [2981] = {.lex_state = 123}, + [2982] = {.lex_state = 123}, + [2983] = {.lex_state = 130}, + [2984] = {.lex_state = 123}, + [2985] = {.lex_state = 107}, + [2986] = {.lex_state = 124}, + [2987] = {.lex_state = 124}, + [2988] = {.lex_state = 124}, + [2989] = {.lex_state = 107}, [2990] = {.lex_state = 120}, - [2991] = {.lex_state = 124}, - [2992] = {.lex_state = 122}, - [2993] = {.lex_state = 118}, - [2994] = {.lex_state = 122}, - [2995] = {.lex_state = 122}, - [2996] = {.lex_state = 120}, - [2997] = {.lex_state = 118}, + [2991] = {.lex_state = 122}, + [2992] = {.lex_state = 120}, + [2993] = {.lex_state = 120}, + [2994] = {.lex_state = 125}, + [2995] = {.lex_state = 120}, + [2996] = {.lex_state = 122}, + [2997] = {.lex_state = 120}, [2998] = {.lex_state = 120}, - [2999] = {.lex_state = 122}, - [3000] = {.lex_state = 124}, - [3001] = {.lex_state = 120}, - [3002] = {.lex_state = 125}, - [3003] = {.lex_state = 125}, - [3004] = {.lex_state = 124}, - [3005] = {.lex_state = 120}, - [3006] = {.lex_state = 124}, - [3007] = {.lex_state = 120}, - [3008] = {.lex_state = 120}, - [3009] = {.lex_state = 122}, - [3010] = {.lex_state = 120}, + [2999] = {.lex_state = 120}, + [3000] = {.lex_state = 120}, + [3001] = {.lex_state = 122}, + [3002] = {.lex_state = 120}, + [3003] = {.lex_state = 120}, + [3004] = {.lex_state = 122}, + [3005] = {.lex_state = 122}, + [3006] = {.lex_state = 120}, + [3007] = {.lex_state = 118}, + [3008] = {.lex_state = 122}, + [3009] = {.lex_state = 120}, + [3010] = {.lex_state = 118}, [3011] = {.lex_state = 122}, [3012] = {.lex_state = 122}, - [3013] = {.lex_state = 107}, + [3013] = {.lex_state = 122}, [3014] = {.lex_state = 122}, - [3015] = {.lex_state = 124}, - [3016] = {.lex_state = 120}, + [3015] = {.lex_state = 120}, + [3016] = {.lex_state = 122}, [3017] = {.lex_state = 124}, - [3018] = {.lex_state = 124}, - [3019] = {.lex_state = 124}, - [3020] = {.lex_state = 120}, - [3021] = {.lex_state = 120}, - [3022] = {.lex_state = 118}, + [3018] = {.lex_state = 118}, + [3019] = {.lex_state = 107}, + [3020] = {.lex_state = 122}, + [3021] = {.lex_state = 125}, + [3022] = {.lex_state = 122}, [3023] = {.lex_state = 122}, - [3024] = {.lex_state = 118}, - [3025] = {.lex_state = 122}, - [3026] = {.lex_state = 120}, + [3024] = {.lex_state = 120}, + [3025] = {.lex_state = 124}, + [3026] = {.lex_state = 122}, [3027] = {.lex_state = 120}, - [3028] = {.lex_state = 122}, - [3029] = {.lex_state = 120}, + [3028] = {.lex_state = 120}, + [3029] = {.lex_state = 118}, [3030] = {.lex_state = 120}, [3031] = {.lex_state = 120}, - [3032] = {.lex_state = 120}, - [3033] = {.lex_state = 118}, - [3034] = {.lex_state = 120}, - [3035] = {.lex_state = 122}, - [3036] = {.lex_state = 120}, - [3037] = {.lex_state = 120}, - [3038] = {.lex_state = 120}, - [3039] = {.lex_state = 107}, - [3040] = {.lex_state = 120}, + [3032] = {.lex_state = 107}, + [3033] = {.lex_state = 122}, + [3034] = {.lex_state = 124}, + [3035] = {.lex_state = 124}, + [3036] = {.lex_state = 122}, + [3037] = {.lex_state = 122}, + [3038] = {.lex_state = 124}, + [3039] = {.lex_state = 120}, + [3040] = {.lex_state = 124}, [3041] = {.lex_state = 120}, [3042] = {.lex_state = 120}, [3043] = {.lex_state = 120}, [3044] = {.lex_state = 120}, - [3045] = {.lex_state = 122}, + [3045] = {.lex_state = 120}, [3046] = {.lex_state = 120}, - [3047] = {.lex_state = 118}, - [3048] = {.lex_state = 124}, + [3047] = {.lex_state = 120}, + [3048] = {.lex_state = 120}, [3049] = {.lex_state = 120}, - [3050] = {.lex_state = 118}, - [3051] = {.lex_state = 107}, - [3052] = {.lex_state = 107}, - [3053] = {.lex_state = 107}, - [3054] = {.lex_state = 107}, - [3055] = {.lex_state = 124}, + [3050] = {.lex_state = 107}, + [3051] = {.lex_state = 118}, + [3052] = {.lex_state = 124}, + [3053] = {.lex_state = 122}, + [3054] = {.lex_state = 120}, + [3055] = {.lex_state = 120}, [3056] = {.lex_state = 107}, - [3057] = {.lex_state = 118}, - [3058] = {.lex_state = 120}, - [3059] = {.lex_state = 122}, - [3060] = {.lex_state = 120}, - [3061] = {.lex_state = 122}, - [3062] = {.lex_state = 118}, - [3063] = {.lex_state = 118}, - [3064] = {.lex_state = 120}, + [3057] = {.lex_state = 120}, + [3058] = {.lex_state = 118}, + [3059] = {.lex_state = 120}, + [3060] = {.lex_state = 118}, + [3061] = {.lex_state = 124}, + [3062] = {.lex_state = 120}, + [3063] = {.lex_state = 120}, + [3064] = {.lex_state = 118}, [3065] = {.lex_state = 118}, - [3066] = {.lex_state = 130}, + [3066] = {.lex_state = 122}, [3067] = {.lex_state = 120}, - [3068] = {.lex_state = 107}, + [3068] = {.lex_state = 120}, [3069] = {.lex_state = 107}, [3070] = {.lex_state = 107}, - [3071] = {.lex_state = 118}, - [3072] = {.lex_state = 120}, + [3071] = {.lex_state = 107}, + [3072] = {.lex_state = 122}, [3073] = {.lex_state = 120}, - [3074] = {.lex_state = 118}, - [3075] = {.lex_state = 122}, - [3076] = {.lex_state = 118}, - [3077] = {.lex_state = 122}, + [3074] = {.lex_state = 122}, + [3075] = {.lex_state = 107}, + [3076] = {.lex_state = 120}, + [3077] = {.lex_state = 120}, [3078] = {.lex_state = 122}, [3079] = {.lex_state = 120}, [3080] = {.lex_state = 120}, [3081] = {.lex_state = 118}, - [3082] = {.lex_state = 107}, - [3083] = {.lex_state = 118}, + [3082] = {.lex_state = 122}, + [3083] = {.lex_state = 107}, [3084] = {.lex_state = 120}, [3085] = {.lex_state = 120}, [3086] = {.lex_state = 120}, - [3087] = {.lex_state = 120}, - [3088] = {.lex_state = 120}, - [3089] = {.lex_state = 120}, - [3090] = {.lex_state = 118}, - [3091] = {.lex_state = 120}, + [3087] = {.lex_state = 118}, + [3088] = {.lex_state = 118}, + [3089] = {.lex_state = 118}, + [3090] = {.lex_state = 120}, + [3091] = {.lex_state = 118}, [3092] = {.lex_state = 120}, [3093] = {.lex_state = 118}, [3094] = {.lex_state = 120}, - [3095] = {.lex_state = 122}, - [3096] = {.lex_state = 122}, - [3097] = {.lex_state = 118}, - [3098] = {.lex_state = 122}, - [3099] = {.lex_state = 107}, - [3100] = {.lex_state = 120}, + [3095] = {.lex_state = 120}, + [3096] = {.lex_state = 120}, + [3097] = {.lex_state = 107}, + [3098] = {.lex_state = 107}, + [3099] = {.lex_state = 130}, + [3100] = {.lex_state = 107}, [3101] = {.lex_state = 118}, - [3102] = {.lex_state = 120}, - [3103] = {.lex_state = 120}, - [3104] = {.lex_state = 118}, - [3105] = {.lex_state = 107}, - [3106] = {.lex_state = 118}, - [3107] = {.lex_state = 120}, - [3108] = {.lex_state = 120}, - [3109] = {.lex_state = 107}, - [3110] = {.lex_state = 120}, - [3111] = {.lex_state = 118}, - [3112] = {.lex_state = 118}, + [3102] = {.lex_state = 118}, + [3103] = {.lex_state = 118}, + [3104] = {.lex_state = 120}, + [3105] = {.lex_state = 120}, + [3106] = {.lex_state = 120}, + [3107] = {.lex_state = 122}, + [3108] = {.lex_state = 118}, + [3109] = {.lex_state = 120}, + [3110] = {.lex_state = 122}, + [3111] = {.lex_state = 120}, + [3112] = {.lex_state = 107}, [3113] = {.lex_state = 118}, [3114] = {.lex_state = 122}, - [3115] = {.lex_state = 118}, - [3116] = {.lex_state = 118}, - [3117] = {.lex_state = 118}, - [3118] = {.lex_state = 118}, - [3119] = {.lex_state = 118}, - [3120] = {.lex_state = 118}, - [3121] = {.lex_state = 118}, + [3115] = {.lex_state = 120}, + [3116] = {.lex_state = 120}, + [3117] = {.lex_state = 120}, + [3118] = {.lex_state = 120}, + [3119] = {.lex_state = 107}, + [3120] = {.lex_state = 120}, + [3121] = {.lex_state = 120}, [3122] = {.lex_state = 118}, - [3123] = {.lex_state = 120}, - [3124] = {.lex_state = 107}, - [3125] = {.lex_state = 119}, + [3123] = {.lex_state = 122}, + [3124] = {.lex_state = 120}, + [3125] = {.lex_state = 120}, [3126] = {.lex_state = 120}, - [3127] = {.lex_state = 107}, - [3128] = {.lex_state = 120}, - [3129] = {.lex_state = 120}, - [3130] = {.lex_state = 120}, + [3127] = {.lex_state = 122}, + [3128] = {.lex_state = 122}, + [3129] = {.lex_state = 118}, + [3130] = {.lex_state = 118}, [3131] = {.lex_state = 107}, [3132] = {.lex_state = 120}, - [3133] = {.lex_state = 120}, - [3134] = {.lex_state = 122}, + [3133] = {.lex_state = 118}, + [3134] = {.lex_state = 118}, [3135] = {.lex_state = 120}, - [3136] = {.lex_state = 120}, - [3137] = {.lex_state = 107}, - [3138] = {.lex_state = 120}, - [3139] = {.lex_state = 120}, - [3140] = {.lex_state = 120}, - [3141] = {.lex_state = 120}, - [3142] = {.lex_state = 120}, - [3143] = {.lex_state = 120}, - [3144] = {.lex_state = 120}, - [3145] = {.lex_state = 107}, + [3136] = {.lex_state = 118}, + [3137] = {.lex_state = 118}, + [3138] = {.lex_state = 118}, + [3139] = {.lex_state = 118}, + [3140] = {.lex_state = 118}, + [3141] = {.lex_state = 118}, + [3142] = {.lex_state = 118}, + [3143] = {.lex_state = 118}, + [3144] = {.lex_state = 107}, + [3145] = {.lex_state = 120}, [3146] = {.lex_state = 107}, - [3147] = {.lex_state = 107}, - [3148] = {.lex_state = 107}, + [3147] = {.lex_state = 119}, + [3148] = {.lex_state = 120}, [3149] = {.lex_state = 107}, - [3150] = {.lex_state = 107}, - [3151] = {.lex_state = 107}, - [3152] = {.lex_state = 107}, - [3153] = {.lex_state = 118}, - [3154] = {.lex_state = 120}, - [3155] = {.lex_state = 107}, + [3150] = {.lex_state = 120}, + [3151] = {.lex_state = 119}, + [3152] = {.lex_state = 120}, + [3153] = {.lex_state = 107}, + [3154] = {.lex_state = 122}, + [3155] = {.lex_state = 118}, [3156] = {.lex_state = 120}, [3157] = {.lex_state = 120}, [3158] = {.lex_state = 118}, @@ -17350,449 +18055,449 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [3164] = {.lex_state = 120}, [3165] = {.lex_state = 120}, [3166] = {.lex_state = 120}, - [3167] = {.lex_state = 120}, + [3167] = {.lex_state = 107}, [3168] = {.lex_state = 107}, - [3169] = {.lex_state = 120}, - [3170] = {.lex_state = 120}, + [3169] = {.lex_state = 107}, + [3170] = {.lex_state = 107}, [3171] = {.lex_state = 107}, [3172] = {.lex_state = 120}, - [3173] = {.lex_state = 120}, - [3174] = {.lex_state = 120}, + [3173] = {.lex_state = 107}, + [3174] = {.lex_state = 107}, [3175] = {.lex_state = 120}, [3176] = {.lex_state = 120}, [3177] = {.lex_state = 107}, [3178] = {.lex_state = 120}, - [3179] = {.lex_state = 120}, + [3179] = {.lex_state = 118}, [3180] = {.lex_state = 120}, - [3181] = {.lex_state = 118}, - [3182] = {.lex_state = 107}, - [3183] = {.lex_state = 107}, + [3181] = {.lex_state = 107}, + [3182] = {.lex_state = 120}, + [3183] = {.lex_state = 120}, [3184] = {.lex_state = 120}, [3185] = {.lex_state = 120}, - [3186] = {.lex_state = 119}, + [3186] = {.lex_state = 122}, [3187] = {.lex_state = 120}, - [3188] = {.lex_state = 124}, + [3188] = {.lex_state = 120}, [3189] = {.lex_state = 120}, [3190] = {.lex_state = 120}, - [3191] = {.lex_state = 124}, - [3192] = {.lex_state = 118}, - [3193] = {.lex_state = 120}, - [3194] = {.lex_state = 122}, + [3191] = {.lex_state = 120}, + [3192] = {.lex_state = 120}, + [3193] = {.lex_state = 107}, + [3194] = {.lex_state = 120}, [3195] = {.lex_state = 120}, [3196] = {.lex_state = 120}, [3197] = {.lex_state = 120}, [3198] = {.lex_state = 120}, - [3199] = {.lex_state = 120}, - [3200] = {.lex_state = 118}, + [3199] = {.lex_state = 107}, + [3200] = {.lex_state = 107}, [3201] = {.lex_state = 120}, [3202] = {.lex_state = 120}, - [3203] = {.lex_state = 118}, - [3204] = {.lex_state = 120}, + [3203] = {.lex_state = 107}, + [3204] = {.lex_state = 124}, [3205] = {.lex_state = 107}, [3206] = {.lex_state = 120}, - [3207] = {.lex_state = 120}, + [3207] = {.lex_state = 118}, [3208] = {.lex_state = 120}, - [3209] = {.lex_state = 118}, + [3209] = {.lex_state = 120}, [3210] = {.lex_state = 120}, [3211] = {.lex_state = 120}, - [3212] = {.lex_state = 124}, - [3213] = {.lex_state = 120}, - [3214] = {.lex_state = 120}, + [3212] = {.lex_state = 120}, + [3213] = {.lex_state = 124}, + [3214] = {.lex_state = 118}, [3215] = {.lex_state = 120}, - [3216] = {.lex_state = 118}, - [3217] = {.lex_state = 118}, + [3216] = {.lex_state = 120}, + [3217] = {.lex_state = 120}, [3218] = {.lex_state = 120}, [3219] = {.lex_state = 120}, - [3220] = {.lex_state = 118}, + [3220] = {.lex_state = 120}, [3221] = {.lex_state = 118}, - [3222] = {.lex_state = 118}, - [3223] = {.lex_state = 118}, + [3222] = {.lex_state = 120}, + [3223] = {.lex_state = 120}, [3224] = {.lex_state = 120}, [3225] = {.lex_state = 118}, - [3226] = {.lex_state = 118}, + [3226] = {.lex_state = 120}, [3227] = {.lex_state = 120}, [3228] = {.lex_state = 120}, - [3229] = {.lex_state = 118}, - [3230] = {.lex_state = 120}, - [3231] = {.lex_state = 122}, - [3232] = {.lex_state = 118}, + [3229] = {.lex_state = 120}, + [3230] = {.lex_state = 118}, + [3231] = {.lex_state = 120}, + [3232] = {.lex_state = 107}, [3233] = {.lex_state = 120}, - [3234] = {.lex_state = 120}, + [3234] = {.lex_state = 124}, [3235] = {.lex_state = 120}, - [3236] = {.lex_state = 107}, + [3236] = {.lex_state = 122}, [3237] = {.lex_state = 120}, [3238] = {.lex_state = 120}, [3239] = {.lex_state = 120}, [3240] = {.lex_state = 120}, [3241] = {.lex_state = 120}, [3242] = {.lex_state = 120}, - [3243] = {.lex_state = 120}, - [3244] = {.lex_state = 120}, + [3243] = {.lex_state = 118}, + [3244] = {.lex_state = 118}, [3245] = {.lex_state = 120}, [3246] = {.lex_state = 120}, - [3247] = {.lex_state = 118}, - [3248] = {.lex_state = 107}, - [3249] = {.lex_state = 120}, - [3250] = {.lex_state = 120}, - [3251] = {.lex_state = 120}, - [3252] = {.lex_state = 120}, - [3253] = {.lex_state = 120}, - [3254] = {.lex_state = 120}, + [3247] = {.lex_state = 120}, + [3248] = {.lex_state = 118}, + [3249] = {.lex_state = 118}, + [3250] = {.lex_state = 118}, + [3251] = {.lex_state = 118}, + [3252] = {.lex_state = 118}, + [3253] = {.lex_state = 122}, + [3254] = {.lex_state = 118}, [3255] = {.lex_state = 120}, - [3256] = {.lex_state = 118}, + [3256] = {.lex_state = 120}, [3257] = {.lex_state = 120}, - [3258] = {.lex_state = 120}, + [3258] = {.lex_state = 118}, [3259] = {.lex_state = 120}, [3260] = {.lex_state = 120}, - [3261] = {.lex_state = 120}, - [3262] = {.lex_state = 122}, + [3261] = {.lex_state = 107}, + [3262] = {.lex_state = 120}, [3263] = {.lex_state = 120}, [3264] = {.lex_state = 120}, - [3265] = {.lex_state = 122}, - [3266] = {.lex_state = 118}, - [3267] = {.lex_state = 118}, - [3268] = {.lex_state = 118}, + [3265] = {.lex_state = 120}, + [3266] = {.lex_state = 120}, + [3267] = {.lex_state = 120}, + [3268] = {.lex_state = 120}, [3269] = {.lex_state = 120}, - [3270] = {.lex_state = 107}, + [3270] = {.lex_state = 120}, [3271] = {.lex_state = 120}, - [3272] = {.lex_state = 122}, - [3273] = {.lex_state = 118}, - [3274] = {.lex_state = 122}, + [3272] = {.lex_state = 107}, + [3273] = {.lex_state = 120}, + [3274] = {.lex_state = 120}, [3275] = {.lex_state = 118}, - [3276] = {.lex_state = 118}, - [3277] = {.lex_state = 130}, + [3276] = {.lex_state = 120}, + [3277] = {.lex_state = 120}, [3278] = {.lex_state = 118}, - [3279] = {.lex_state = 118}, - [3280] = {.lex_state = 107}, - [3281] = {.lex_state = 107}, - [3282] = {.lex_state = 107}, + [3279] = {.lex_state = 120}, + [3280] = {.lex_state = 120}, + [3281] = {.lex_state = 118}, + [3282] = {.lex_state = 120}, [3283] = {.lex_state = 120}, [3284] = {.lex_state = 120}, - [3285] = {.lex_state = 118}, - [3286] = {.lex_state = 118}, - [3287] = {.lex_state = 120}, + [3285] = {.lex_state = 122}, + [3286] = {.lex_state = 120}, + [3287] = {.lex_state = 122}, [3288] = {.lex_state = 120}, [3289] = {.lex_state = 118}, [3290] = {.lex_state = 118}, [3291] = {.lex_state = 120}, - [3292] = {.lex_state = 118}, + [3292] = {.lex_state = 120}, [3293] = {.lex_state = 120}, - [3294] = {.lex_state = 118}, - [3295] = {.lex_state = 120}, - [3296] = {.lex_state = 107}, - [3297] = {.lex_state = 120}, - [3298] = {.lex_state = 120}, + [3294] = {.lex_state = 122}, + [3295] = {.lex_state = 130}, + [3296] = {.lex_state = 122}, + [3297] = {.lex_state = 118}, + [3298] = {.lex_state = 118}, [3299] = {.lex_state = 120}, - [3300] = {.lex_state = 122}, - [3301] = {.lex_state = 107}, - [3302] = {.lex_state = 120}, - [3303] = {.lex_state = 107}, - [3304] = {.lex_state = 122}, - [3305] = {.lex_state = 120}, - [3306] = {.lex_state = 120}, - [3307] = {.lex_state = 122}, + [3300] = {.lex_state = 118}, + [3301] = {.lex_state = 118}, + [3302] = {.lex_state = 122}, + [3303] = {.lex_state = 120}, + [3304] = {.lex_state = 130}, + [3305] = {.lex_state = 107}, + [3306] = {.lex_state = 107}, + [3307] = {.lex_state = 118}, [3308] = {.lex_state = 118}, [3309] = {.lex_state = 120}, [3310] = {.lex_state = 120}, [3311] = {.lex_state = 118}, - [3312] = {.lex_state = 120}, - [3313] = {.lex_state = 122}, - [3314] = {.lex_state = 107}, - [3315] = {.lex_state = 130}, - [3316] = {.lex_state = 120}, - [3317] = {.lex_state = 107}, - [3318] = {.lex_state = 107}, - [3319] = {.lex_state = 122}, + [3312] = {.lex_state = 118}, + [3313] = {.lex_state = 120}, + [3314] = {.lex_state = 122}, + [3315] = {.lex_state = 120}, + [3316] = {.lex_state = 118}, + [3317] = {.lex_state = 122}, + [3318] = {.lex_state = 118}, + [3319] = {.lex_state = 120}, [3320] = {.lex_state = 130}, - [3321] = {.lex_state = 122}, - [3322] = {.lex_state = 118}, + [3321] = {.lex_state = 107}, + [3322] = {.lex_state = 130}, [3323] = {.lex_state = 107}, - [3324] = {.lex_state = 120}, - [3325] = {.lex_state = 120}, - [3326] = {.lex_state = 107}, - [3327] = {.lex_state = 120}, - [3328] = {.lex_state = 122}, - [3329] = {.lex_state = 118}, - [3330] = {.lex_state = 118}, + [3324] = {.lex_state = 130}, + [3325] = {.lex_state = 107}, + [3326] = {.lex_state = 120}, + [3327] = {.lex_state = 130}, + [3328] = {.lex_state = 120}, + [3329] = {.lex_state = 120}, + [3330] = {.lex_state = 120}, [3331] = {.lex_state = 118}, - [3332] = {.lex_state = 122}, + [3332] = {.lex_state = 107}, [3333] = {.lex_state = 118}, [3334] = {.lex_state = 107}, - [3335] = {.lex_state = 120}, - [3336] = {.lex_state = 122}, - [3337] = {.lex_state = 107}, - [3338] = {.lex_state = 130}, - [3339] = {.lex_state = 118}, - [3340] = {.lex_state = 120}, - [3341] = {.lex_state = 120}, - [3342] = {.lex_state = 130}, - [3343] = {.lex_state = 122}, - [3344] = {.lex_state = 120}, + [3335] = {.lex_state = 107}, + [3336] = {.lex_state = 120}, + [3337] = {.lex_state = 120}, + [3338] = {.lex_state = 122}, + [3339] = {.lex_state = 122}, + [3340] = {.lex_state = 107}, + [3341] = {.lex_state = 118}, + [3342] = {.lex_state = 122}, + [3343] = {.lex_state = 107}, + [3344] = {.lex_state = 118}, [3345] = {.lex_state = 120}, - [3346] = {.lex_state = 107}, + [3346] = {.lex_state = 120}, [3347] = {.lex_state = 120}, - [3348] = {.lex_state = 107}, - [3349] = {.lex_state = 120}, - [3350] = {.lex_state = 120}, - [3351] = {.lex_state = 120}, - [3352] = {.lex_state = 130}, - [3353] = {.lex_state = 122}, - [3354] = {.lex_state = 118}, - [3355] = {.lex_state = 130}, - [3356] = {.lex_state = 107}, - [3357] = {.lex_state = 120}, - [3358] = {.lex_state = 107}, + [3348] = {.lex_state = 120}, + [3349] = {.lex_state = 118}, + [3350] = {.lex_state = 122}, + [3351] = {.lex_state = 118}, + [3352] = {.lex_state = 118}, + [3353] = {.lex_state = 118}, + [3354] = {.lex_state = 120}, + [3355] = {.lex_state = 118}, + [3356] = {.lex_state = 120}, + [3357] = {.lex_state = 122}, + [3358] = {.lex_state = 130}, [3359] = {.lex_state = 120}, - [3360] = {.lex_state = 122}, - [3361] = {.lex_state = 107}, + [3360] = {.lex_state = 130}, + [3361] = {.lex_state = 120}, [3362] = {.lex_state = 120}, [3363] = {.lex_state = 120}, [3364] = {.lex_state = 120}, [3365] = {.lex_state = 120}, [3366] = {.lex_state = 120}, [3367] = {.lex_state = 120}, - [3368] = {.lex_state = 122}, - [3369] = {.lex_state = 130}, - [3370] = {.lex_state = 120}, + [3368] = {.lex_state = 120}, + [3369] = {.lex_state = 120}, + [3370] = {.lex_state = 107}, [3371] = {.lex_state = 120}, - [3372] = {.lex_state = 120}, - [3373] = {.lex_state = 120}, - [3374] = {.lex_state = 120}, - [3375] = {.lex_state = 120}, - [3376] = {.lex_state = 122}, - [3377] = {.lex_state = 107}, - [3378] = {.lex_state = 122}, + [3372] = {.lex_state = 107}, + [3373] = {.lex_state = 130}, + [3374] = {.lex_state = 130}, + [3375] = {.lex_state = 107}, + [3376] = {.lex_state = 118}, + [3377] = {.lex_state = 120}, + [3378] = {.lex_state = 120}, [3379] = {.lex_state = 120}, - [3380] = {.lex_state = 110}, + [3380] = {.lex_state = 120}, [3381] = {.lex_state = 122}, - [3382] = {.lex_state = 110}, + [3382] = {.lex_state = 107}, [3383] = {.lex_state = 120}, - [3384] = {.lex_state = 122}, - [3385] = {.lex_state = 120}, - [3386] = {.lex_state = 130}, + [3384] = {.lex_state = 118}, + [3385] = {.lex_state = 130}, + [3386] = {.lex_state = 107}, [3387] = {.lex_state = 120}, - [3388] = {.lex_state = 120}, + [3388] = {.lex_state = 107}, [3389] = {.lex_state = 120}, - [3390] = {.lex_state = 130}, - [3391] = {.lex_state = 122}, - [3392] = {.lex_state = 122}, - [3393] = {.lex_state = 122}, + [3390] = {.lex_state = 122}, + [3391] = {.lex_state = 110}, + [3392] = {.lex_state = 130}, + [3393] = {.lex_state = 120}, [3394] = {.lex_state = 120}, - [3395] = {.lex_state = 130}, - [3396] = {.lex_state = 122}, - [3397] = {.lex_state = 120}, - [3398] = {.lex_state = 120}, + [3395] = {.lex_state = 120}, + [3396] = {.lex_state = 107}, + [3397] = {.lex_state = 130}, + [3398] = {.lex_state = 122}, [3399] = {.lex_state = 107}, [3400] = {.lex_state = 120}, - [3401] = {.lex_state = 120}, - [3402] = {.lex_state = 122}, + [3401] = {.lex_state = 107}, + [3402] = {.lex_state = 107}, [3403] = {.lex_state = 120}, - [3404] = {.lex_state = 122}, - [3405] = {.lex_state = 118}, - [3406] = {.lex_state = 120}, - [3407] = {.lex_state = 107}, - [3408] = {.lex_state = 122}, - [3409] = {.lex_state = 110}, + [3404] = {.lex_state = 120}, + [3405] = {.lex_state = 122}, + [3406] = {.lex_state = 122}, + [3407] = {.lex_state = 120}, + [3408] = {.lex_state = 110}, + [3409] = {.lex_state = 120}, [3410] = {.lex_state = 120}, - [3411] = {.lex_state = 107}, - [3412] = {.lex_state = 120}, + [3411] = {.lex_state = 120}, + [3412] = {.lex_state = 110}, [3413] = {.lex_state = 120}, - [3414] = {.lex_state = 107}, - [3415] = {.lex_state = 130}, - [3416] = {.lex_state = 120}, - [3417] = {.lex_state = 107}, - [3418] = {.lex_state = 107}, - [3419] = {.lex_state = 107}, + [3414] = {.lex_state = 120}, + [3415] = {.lex_state = 120}, + [3416] = {.lex_state = 122}, + [3417] = {.lex_state = 120}, + [3418] = {.lex_state = 130}, + [3419] = {.lex_state = 120}, [3420] = {.lex_state = 120}, - [3421] = {.lex_state = 130}, - [3422] = {.lex_state = 107}, - [3423] = {.lex_state = 122}, - [3424] = {.lex_state = 122}, + [3421] = {.lex_state = 120}, + [3422] = {.lex_state = 122}, + [3423] = {.lex_state = 120}, + [3424] = {.lex_state = 120}, [3425] = {.lex_state = 122}, - [3426] = {.lex_state = 110}, - [3427] = {.lex_state = 120}, - [3428] = {.lex_state = 120}, + [3426] = {.lex_state = 122}, + [3427] = {.lex_state = 122}, + [3428] = {.lex_state = 122}, [3429] = {.lex_state = 120}, - [3430] = {.lex_state = 130}, - [3431] = {.lex_state = 120}, + [3430] = {.lex_state = 118}, + [3431] = {.lex_state = 122}, [3432] = {.lex_state = 120}, [3433] = {.lex_state = 120}, - [3434] = {.lex_state = 130}, - [3435] = {.lex_state = 120}, - [3436] = {.lex_state = 120}, - [3437] = {.lex_state = 120}, + [3434] = {.lex_state = 122}, + [3435] = {.lex_state = 107}, + [3436] = {.lex_state = 122}, + [3437] = {.lex_state = 122}, [3438] = {.lex_state = 122}, [3439] = {.lex_state = 120}, - [3440] = {.lex_state = 120}, - [3441] = {.lex_state = 130}, + [3440] = {.lex_state = 122}, + [3441] = {.lex_state = 120}, [3442] = {.lex_state = 120}, - [3443] = {.lex_state = 120}, + [3443] = {.lex_state = 122}, [3444] = {.lex_state = 120}, - [3445] = {.lex_state = 120}, + [3445] = {.lex_state = 118}, [3446] = {.lex_state = 120}, [3447] = {.lex_state = 120}, - [3448] = {.lex_state = 120}, + [3448] = {.lex_state = 107}, [3449] = {.lex_state = 120}, - [3450] = {.lex_state = 120}, - [3451] = {.lex_state = 120}, - [3452] = {.lex_state = 118}, + [3450] = {.lex_state = 122}, + [3451] = {.lex_state = 122}, + [3452] = {.lex_state = 122}, [3453] = {.lex_state = 120}, [3454] = {.lex_state = 120}, - [3455] = {.lex_state = 118}, - [3456] = {.lex_state = 120}, - [3457] = {.lex_state = 120}, - [3458] = {.lex_state = 118}, + [3455] = {.lex_state = 107}, + [3456] = {.lex_state = 130}, + [3457] = {.lex_state = 110}, + [3458] = {.lex_state = 122}, [3459] = {.lex_state = 120}, [3460] = {.lex_state = 120}, [3461] = {.lex_state = 120}, - [3462] = {.lex_state = 122}, + [3462] = {.lex_state = 120}, [3463] = {.lex_state = 120}, [3464] = {.lex_state = 122}, [3465] = {.lex_state = 120}, [3466] = {.lex_state = 120}, [3467] = {.lex_state = 120}, [3468] = {.lex_state = 120}, - [3469] = {.lex_state = 120}, - [3470] = {.lex_state = 110}, + [3469] = {.lex_state = 107}, + [3470] = {.lex_state = 120}, [3471] = {.lex_state = 120}, - [3472] = {.lex_state = 120}, - [3473] = {.lex_state = 122}, + [3472] = {.lex_state = 107}, + [3473] = {.lex_state = 120}, [3474] = {.lex_state = 120}, - [3475] = {.lex_state = 107}, - [3476] = {.lex_state = 120}, - [3477] = {.lex_state = 110}, + [3475] = {.lex_state = 110}, + [3476] = {.lex_state = 122}, + [3477] = {.lex_state = 107}, [3478] = {.lex_state = 120}, - [3479] = {.lex_state = 122}, - [3480] = {.lex_state = 120}, + [3479] = {.lex_state = 118}, + [3480] = {.lex_state = 107}, [3481] = {.lex_state = 120}, [3482] = {.lex_state = 122}, - [3483] = {.lex_state = 120}, + [3483] = {.lex_state = 118}, [3484] = {.lex_state = 120}, - [3485] = {.lex_state = 122}, - [3486] = {.lex_state = 119}, - [3487] = {.lex_state = 119}, - [3488] = {.lex_state = 119}, - [3489] = {.lex_state = 122}, - [3490] = {.lex_state = 122}, - [3491] = {.lex_state = 122}, - [3492] = {.lex_state = 122}, - [3493] = {.lex_state = 122}, - [3494] = {.lex_state = 122}, - [3495] = {.lex_state = 122}, - [3496] = {.lex_state = 122}, + [3485] = {.lex_state = 120}, + [3486] = {.lex_state = 122}, + [3487] = {.lex_state = 120}, + [3488] = {.lex_state = 120}, + [3489] = {.lex_state = 120}, + [3490] = {.lex_state = 120}, + [3491] = {.lex_state = 107}, + [3492] = {.lex_state = 120}, + [3493] = {.lex_state = 107}, + [3494] = {.lex_state = 120}, + [3495] = {.lex_state = 120}, + [3496] = {.lex_state = 120}, [3497] = {.lex_state = 130}, - [3498] = {.lex_state = 130}, - [3499] = {.lex_state = 130}, - [3500] = {.lex_state = 130}, - [3501] = {.lex_state = 130}, - [3502] = {.lex_state = 130}, - [3503] = {.lex_state = 130}, - [3504] = {.lex_state = 130}, - [3505] = {.lex_state = 130}, - [3506] = {.lex_state = 130}, - [3507] = {.lex_state = 130}, - [3508] = {.lex_state = 110}, - [3509] = {.lex_state = 130}, - [3510] = {.lex_state = 130}, - [3511] = {.lex_state = 130}, - [3512] = {.lex_state = 110}, - [3513] = {.lex_state = 130}, - [3514] = {.lex_state = 110}, - [3515] = {.lex_state = 130}, - [3516] = {.lex_state = 130}, - [3517] = {.lex_state = 122}, - [3518] = {.lex_state = 130}, - [3519] = {.lex_state = 130}, - [3520] = {.lex_state = 130}, + [3498] = {.lex_state = 120}, + [3499] = {.lex_state = 120}, + [3500] = {.lex_state = 120}, + [3501] = {.lex_state = 120}, + [3502] = {.lex_state = 110}, + [3503] = {.lex_state = 120}, + [3504] = {.lex_state = 120}, + [3505] = {.lex_state = 120}, + [3506] = {.lex_state = 120}, + [3507] = {.lex_state = 120}, + [3508] = {.lex_state = 119}, + [3509] = {.lex_state = 119}, + [3510] = {.lex_state = 122}, + [3511] = {.lex_state = 122}, + [3512] = {.lex_state = 122}, + [3513] = {.lex_state = 122}, + [3514] = {.lex_state = 122}, + [3515] = {.lex_state = 122}, + [3516] = {.lex_state = 122}, + [3517] = {.lex_state = 119}, + [3518] = {.lex_state = 122}, + [3519] = {.lex_state = 110}, + [3520] = {.lex_state = 110}, [3521] = {.lex_state = 130}, [3522] = {.lex_state = 130}, - [3523] = {.lex_state = 110}, + [3523] = {.lex_state = 130}, [3524] = {.lex_state = 130}, - [3525] = {.lex_state = 122}, - [3526] = {.lex_state = 110}, + [3525] = {.lex_state = 110}, + [3526] = {.lex_state = 130}, [3527] = {.lex_state = 130}, [3528] = {.lex_state = 130}, - [3529] = {.lex_state = 130}, + [3529] = {.lex_state = 122}, [3530] = {.lex_state = 130}, [3531] = {.lex_state = 130}, [3532] = {.lex_state = 130}, - [3533] = {.lex_state = 130}, - [3534] = {.lex_state = 110}, + [3533] = {.lex_state = 110}, + [3534] = {.lex_state = 130}, [3535] = {.lex_state = 130}, [3536] = {.lex_state = 130}, [3537] = {.lex_state = 130}, - [3538] = {.lex_state = 130}, + [3538] = {.lex_state = 110}, [3539] = {.lex_state = 130}, - [3540] = {.lex_state = 110}, - [3541] = {.lex_state = 110}, - [3542] = {.lex_state = 130}, - [3543] = {.lex_state = 130}, - [3544] = {.lex_state = 122}, - [3545] = {.lex_state = 122}, - [3546] = {.lex_state = 130}, + [3540] = {.lex_state = 130}, + [3541] = {.lex_state = 130}, + [3542] = {.lex_state = 110}, + [3543] = {.lex_state = 110}, + [3544] = {.lex_state = 130}, + [3545] = {.lex_state = 110}, + [3546] = {.lex_state = 110}, [3547] = {.lex_state = 130}, - [3548] = {.lex_state = 110}, - [3549] = {.lex_state = 110}, - [3550] = {.lex_state = 130}, - [3551] = {.lex_state = 110}, + [3548] = {.lex_state = 130}, + [3549] = {.lex_state = 130}, + [3550] = {.lex_state = 122}, + [3551] = {.lex_state = 130}, [3552] = {.lex_state = 130}, [3553] = {.lex_state = 130}, - [3554] = {.lex_state = 110}, + [3554] = {.lex_state = 130}, [3555] = {.lex_state = 130}, - [3556] = {.lex_state = 120}, - [3557] = {.lex_state = 120}, - [3558] = {.lex_state = 111}, - [3559] = {.lex_state = 120}, - [3560] = {.lex_state = 120}, - [3561] = {.lex_state = 120}, - [3562] = {.lex_state = 120}, - [3563] = {.lex_state = 120}, - [3564] = {.lex_state = 120}, - [3565] = {.lex_state = 120}, - [3566] = {.lex_state = 120}, - [3567] = {.lex_state = 111}, - [3568] = {.lex_state = 120}, - [3569] = {.lex_state = 130}, - [3570] = {.lex_state = 120}, - [3571] = {.lex_state = 120}, - [3572] = {.lex_state = 120}, - [3573] = {.lex_state = 120}, - [3574] = {.lex_state = 120}, - [3575] = {.lex_state = 120}, - [3576] = {.lex_state = 120}, - [3577] = {.lex_state = 120}, + [3556] = {.lex_state = 130}, + [3557] = {.lex_state = 130}, + [3558] = {.lex_state = 130}, + [3559] = {.lex_state = 130}, + [3560] = {.lex_state = 130}, + [3561] = {.lex_state = 130}, + [3562] = {.lex_state = 130}, + [3563] = {.lex_state = 130}, + [3564] = {.lex_state = 110}, + [3565] = {.lex_state = 130}, + [3566] = {.lex_state = 110}, + [3567] = {.lex_state = 130}, + [3568] = {.lex_state = 110}, + [3569] = {.lex_state = 122}, + [3570] = {.lex_state = 130}, + [3571] = {.lex_state = 130}, + [3572] = {.lex_state = 130}, + [3573] = {.lex_state = 130}, + [3574] = {.lex_state = 130}, + [3575] = {.lex_state = 130}, + [3576] = {.lex_state = 122}, + [3577] = {.lex_state = 130}, [3578] = {.lex_state = 120}, [3579] = {.lex_state = 120}, - [3580] = {.lex_state = 120}, + [3580] = {.lex_state = 130}, [3581] = {.lex_state = 120}, [3582] = {.lex_state = 120}, - [3583] = {.lex_state = 120}, - [3584] = {.lex_state = 120}, - [3585] = {.lex_state = 122}, + [3583] = {.lex_state = 119}, + [3584] = {.lex_state = 111}, + [3585] = {.lex_state = 120}, [3586] = {.lex_state = 120}, [3587] = {.lex_state = 120}, [3588] = {.lex_state = 120}, [3589] = {.lex_state = 120}, [3590] = {.lex_state = 120}, [3591] = {.lex_state = 120}, - [3592] = {.lex_state = 119}, + [3592] = {.lex_state = 120}, [3593] = {.lex_state = 120}, [3594] = {.lex_state = 120}, [3595] = {.lex_state = 120}, [3596] = {.lex_state = 120}, - [3597] = {.lex_state = 122}, + [3597] = {.lex_state = 120}, [3598] = {.lex_state = 120}, [3599] = {.lex_state = 120}, - [3600] = {.lex_state = 120}, + [3600] = {.lex_state = 111}, [3601] = {.lex_state = 120}, [3602] = {.lex_state = 120}, [3603] = {.lex_state = 120}, - [3604] = {.lex_state = 122}, + [3604] = {.lex_state = 120}, [3605] = {.lex_state = 120}, [3606] = {.lex_state = 120}, - [3607] = {.lex_state = 111}, + [3607] = {.lex_state = 120}, [3608] = {.lex_state = 120}, - [3609] = {.lex_state = 125}, + [3609] = {.lex_state = 122}, [3610] = {.lex_state = 120}, [3611] = {.lex_state = 120}, [3612] = {.lex_state = 120}, @@ -17800,270 +18505,270 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [3614] = {.lex_state = 120}, [3615] = {.lex_state = 120}, [3616] = {.lex_state = 120}, - [3617] = {.lex_state = 120}, - [3618] = {.lex_state = 122}, - [3619] = {.lex_state = 122}, - [3620] = {.lex_state = 122}, + [3617] = {.lex_state = 122}, + [3618] = {.lex_state = 120}, + [3619] = {.lex_state = 120}, + [3620] = {.lex_state = 120}, [3621] = {.lex_state = 120}, [3622] = {.lex_state = 120}, - [3623] = {.lex_state = 120}, - [3624] = {.lex_state = 125}, - [3625] = {.lex_state = 120}, + [3623] = {.lex_state = 122}, + [3624] = {.lex_state = 120}, + [3625] = {.lex_state = 122}, [3626] = {.lex_state = 120}, [3627] = {.lex_state = 120}, - [3628] = {.lex_state = 122}, - [3629] = {.lex_state = 122}, - [3630] = {.lex_state = 122}, - [3631] = {.lex_state = 119}, - [3632] = {.lex_state = 122}, - [3633] = {.lex_state = 122}, - [3634] = {.lex_state = 122}, + [3628] = {.lex_state = 120}, + [3629] = {.lex_state = 120}, + [3630] = {.lex_state = 120}, + [3631] = {.lex_state = 120}, + [3632] = {.lex_state = 125}, + [3633] = {.lex_state = 120}, + [3634] = {.lex_state = 120}, [3635] = {.lex_state = 122}, - [3636] = {.lex_state = 122}, - [3637] = {.lex_state = 122}, - [3638] = {.lex_state = 122}, - [3639] = {.lex_state = 122}, - [3640] = {.lex_state = 122}, - [3641] = {.lex_state = 122}, - [3642] = {.lex_state = 122}, - [3643] = {.lex_state = 122}, - [3644] = {.lex_state = 122}, - [3645] = {.lex_state = 119}, - [3646] = {.lex_state = 122}, - [3647] = {.lex_state = 119}, - [3648] = {.lex_state = 119}, - [3649] = {.lex_state = 122}, + [3636] = {.lex_state = 120}, + [3637] = {.lex_state = 120}, + [3638] = {.lex_state = 125}, + [3639] = {.lex_state = 120}, + [3640] = {.lex_state = 120}, + [3641] = {.lex_state = 111}, + [3642] = {.lex_state = 120}, + [3643] = {.lex_state = 120}, + [3644] = {.lex_state = 120}, + [3645] = {.lex_state = 120}, + [3646] = {.lex_state = 120}, + [3647] = {.lex_state = 120}, + [3648] = {.lex_state = 122}, + [3649] = {.lex_state = 120}, [3650] = {.lex_state = 122}, - [3651] = {.lex_state = 111}, + [3651] = {.lex_state = 122}, [3652] = {.lex_state = 122}, - [3653] = {.lex_state = 114}, + [3653] = {.lex_state = 122}, [3654] = {.lex_state = 122}, - [3655] = {.lex_state = 111}, + [3655] = {.lex_state = 122}, [3656] = {.lex_state = 122}, [3657] = {.lex_state = 122}, - [3658] = {.lex_state = 114}, - [3659] = {.lex_state = 111}, - [3660] = {.lex_state = 111}, - [3661] = {.lex_state = 122}, + [3658] = {.lex_state = 122}, + [3659] = {.lex_state = 122}, + [3660] = {.lex_state = 122}, + [3661] = {.lex_state = 119}, [3662] = {.lex_state = 122}, - [3663] = {.lex_state = 111}, - [3664] = {.lex_state = 111}, - [3665] = {.lex_state = 114}, - [3666] = {.lex_state = 111}, - [3667] = {.lex_state = 122}, - [3668] = {.lex_state = 122}, + [3663] = {.lex_state = 122}, + [3664] = {.lex_state = 122}, + [3665] = {.lex_state = 122}, + [3666] = {.lex_state = 119}, + [3667] = {.lex_state = 119}, + [3668] = {.lex_state = 119}, [3669] = {.lex_state = 122}, - [3670] = {.lex_state = 111}, + [3670] = {.lex_state = 122}, [3671] = {.lex_state = 122}, - [3672] = {.lex_state = 110}, + [3672] = {.lex_state = 122}, [3673] = {.lex_state = 122}, - [3674] = {.lex_state = 114}, + [3674] = {.lex_state = 111}, [3675] = {.lex_state = 114}, - [3676] = {.lex_state = 114}, - [3677] = {.lex_state = 114}, - [3678] = {.lex_state = 114}, + [3676] = {.lex_state = 122}, + [3677] = {.lex_state = 111}, + [3678] = {.lex_state = 111}, [3679] = {.lex_state = 110}, - [3680] = {.lex_state = 120}, - [3681] = {.lex_state = 120}, - [3682] = {.lex_state = 114}, - [3683] = {.lex_state = 114}, + [3680] = {.lex_state = 114}, + [3681] = {.lex_state = 122}, + [3682] = {.lex_state = 122}, + [3683] = {.lex_state = 122}, [3684] = {.lex_state = 114}, - [3685] = {.lex_state = 114}, - [3686] = {.lex_state = 110}, - [3687] = {.lex_state = 118}, - [3688] = {.lex_state = 114}, - [3689] = {.lex_state = 102}, - [3690] = {.lex_state = 114}, + [3685] = {.lex_state = 122}, + [3686] = {.lex_state = 122}, + [3687] = {.lex_state = 122}, + [3688] = {.lex_state = 111}, + [3689] = {.lex_state = 122}, + [3690] = {.lex_state = 111}, [3691] = {.lex_state = 122}, - [3692] = {.lex_state = 56}, - [3693] = {.lex_state = 114}, - [3694] = {.lex_state = 102}, - [3695] = {.lex_state = 114}, + [3692] = {.lex_state = 111}, + [3693] = {.lex_state = 122}, + [3694] = {.lex_state = 111}, + [3695] = {.lex_state = 111}, [3696] = {.lex_state = 114}, - [3697] = {.lex_state = 114}, + [3697] = {.lex_state = 110}, [3698] = {.lex_state = 114}, [3699] = {.lex_state = 114}, [3700] = {.lex_state = 114}, [3701] = {.lex_state = 114}, - [3702] = {.lex_state = 114}, - [3703] = {.lex_state = 122}, - [3704] = {.lex_state = 110}, - [3705] = {.lex_state = 102}, + [3702] = {.lex_state = 54}, + [3703] = {.lex_state = 114}, + [3704] = {.lex_state = 114}, + [3705] = {.lex_state = 114}, [3706] = {.lex_state = 114}, - [3707] = {.lex_state = 102}, - [3708] = {.lex_state = 110}, - [3709] = {.lex_state = 102}, - [3710] = {.lex_state = 102}, - [3711] = {.lex_state = 102}, - [3712] = {.lex_state = 102}, - [3713] = {.lex_state = 102}, - [3714] = {.lex_state = 102}, - [3715] = {.lex_state = 110}, - [3716] = {.lex_state = 110}, - [3717] = {.lex_state = 110}, - [3718] = {.lex_state = 110}, - [3719] = {.lex_state = 102}, - [3720] = {.lex_state = 102}, + [3707] = {.lex_state = 110}, + [3708] = {.lex_state = 114}, + [3709] = {.lex_state = 120}, + [3710] = {.lex_state = 114}, + [3711] = {.lex_state = 114}, + [3712] = {.lex_state = 120}, + [3713] = {.lex_state = 114}, + [3714] = {.lex_state = 114}, + [3715] = {.lex_state = 114}, + [3716] = {.lex_state = 114}, + [3717] = {.lex_state = 114}, + [3718] = {.lex_state = 118}, + [3719] = {.lex_state = 114}, + [3720] = {.lex_state = 122}, [3721] = {.lex_state = 102}, - [3722] = {.lex_state = 102}, - [3723] = {.lex_state = 102}, + [3722] = {.lex_state = 114}, + [3723] = {.lex_state = 114}, [3724] = {.lex_state = 102}, - [3725] = {.lex_state = 102}, + [3725] = {.lex_state = 122}, [3726] = {.lex_state = 110}, [3727] = {.lex_state = 110}, - [3728] = {.lex_state = 102}, - [3729] = {.lex_state = 102}, - [3730] = {.lex_state = 102}, - [3731] = {.lex_state = 102}, - [3732] = {.lex_state = 102}, - [3733] = {.lex_state = 102}, + [3728] = {.lex_state = 110}, + [3729] = {.lex_state = 110}, + [3730] = {.lex_state = 110}, + [3731] = {.lex_state = 110}, + [3732] = {.lex_state = 110}, + [3733] = {.lex_state = 110}, [3734] = {.lex_state = 102}, [3735] = {.lex_state = 110}, [3736] = {.lex_state = 110}, [3737] = {.lex_state = 110}, - [3738] = {.lex_state = 102}, - [3739] = {.lex_state = 110}, - [3740] = {.lex_state = 110}, - [3741] = {.lex_state = 122}, + [3738] = {.lex_state = 110}, + [3739] = {.lex_state = 102}, + [3740] = {.lex_state = 102}, + [3741] = {.lex_state = 102}, [3742] = {.lex_state = 102}, - [3743] = {.lex_state = 110}, + [3743] = {.lex_state = 102}, [3744] = {.lex_state = 102}, [3745] = {.lex_state = 110}, [3746] = {.lex_state = 102}, - [3747] = {.lex_state = 102}, - [3748] = {.lex_state = 122}, - [3749] = {.lex_state = 110}, - [3750] = {.lex_state = 102}, + [3747] = {.lex_state = 110}, + [3748] = {.lex_state = 102}, + [3749] = {.lex_state = 102}, + [3750] = {.lex_state = 110}, [3751] = {.lex_state = 102}, - [3752] = {.lex_state = 110}, + [3752] = {.lex_state = 102}, [3753] = {.lex_state = 110}, [3754] = {.lex_state = 110}, - [3755] = {.lex_state = 102}, - [3756] = {.lex_state = 110}, - [3757] = {.lex_state = 110}, - [3758] = {.lex_state = 110}, + [3755] = {.lex_state = 110}, + [3756] = {.lex_state = 122}, + [3757] = {.lex_state = 102}, + [3758] = {.lex_state = 122}, [3759] = {.lex_state = 110}, - [3760] = {.lex_state = 102}, - [3761] = {.lex_state = 102}, + [3760] = {.lex_state = 110}, + [3761] = {.lex_state = 110}, [3762] = {.lex_state = 102}, [3763] = {.lex_state = 102}, - [3764] = {.lex_state = 110}, - [3765] = {.lex_state = 122}, - [3766] = {.lex_state = 122}, - [3767] = {.lex_state = 56}, - [3768] = {.lex_state = 56}, - [3769] = {.lex_state = 56}, - [3770] = {.lex_state = 56}, - [3771] = {.lex_state = 56}, - [3772] = {.lex_state = 56}, - [3773] = {.lex_state = 56}, - [3774] = {.lex_state = 56}, - [3775] = {.lex_state = 110}, - [3776] = {.lex_state = 56}, - [3777] = {.lex_state = 56}, - [3778] = {.lex_state = 56}, - [3779] = {.lex_state = 56}, - [3780] = {.lex_state = 56}, - [3781] = {.lex_state = 122}, - [3782] = {.lex_state = 122}, - [3783] = {.lex_state = 56}, - [3784] = {.lex_state = 56}, - [3785] = {.lex_state = 56}, - [3786] = {.lex_state = 56}, - [3787] = {.lex_state = 122}, - [3788] = {.lex_state = 56}, - [3789] = {.lex_state = 122}, - [3790] = {.lex_state = 56}, - [3791] = {.lex_state = 56}, - [3792] = {.lex_state = 56}, - [3793] = {.lex_state = 56}, - [3794] = {.lex_state = 56}, - [3795] = {.lex_state = 56}, - [3796] = {.lex_state = 56}, - [3797] = {.lex_state = 122}, - [3798] = {.lex_state = 56}, + [3764] = {.lex_state = 102}, + [3765] = {.lex_state = 102}, + [3766] = {.lex_state = 102}, + [3767] = {.lex_state = 102}, + [3768] = {.lex_state = 102}, + [3769] = {.lex_state = 102}, + [3770] = {.lex_state = 102}, + [3771] = {.lex_state = 102}, + [3772] = {.lex_state = 102}, + [3773] = {.lex_state = 110}, + [3774] = {.lex_state = 102}, + [3775] = {.lex_state = 102}, + [3776] = {.lex_state = 102}, + [3777] = {.lex_state = 102}, + [3778] = {.lex_state = 102}, + [3779] = {.lex_state = 102}, + [3780] = {.lex_state = 102}, + [3781] = {.lex_state = 102}, + [3782] = {.lex_state = 102}, + [3783] = {.lex_state = 114}, + [3784] = {.lex_state = 110}, + [3785] = {.lex_state = 110}, + [3786] = {.lex_state = 102}, + [3787] = {.lex_state = 54}, + [3788] = {.lex_state = 54}, + [3789] = {.lex_state = 54}, + [3790] = {.lex_state = 54}, + [3791] = {.lex_state = 54}, + [3792] = {.lex_state = 54}, + [3793] = {.lex_state = 110}, + [3794] = {.lex_state = 54}, + [3795] = {.lex_state = 54}, + [3796] = {.lex_state = 54}, + [3797] = {.lex_state = 54}, + [3798] = {.lex_state = 122}, [3799] = {.lex_state = 110}, - [3800] = {.lex_state = 56}, - [3801] = {.lex_state = 56}, - [3802] = {.lex_state = 111}, - [3803] = {.lex_state = 122}, - [3804] = {.lex_state = 130}, - [3805] = {.lex_state = 111}, - [3806] = {.lex_state = 119}, - [3807] = {.lex_state = 122}, - [3808] = {.lex_state = 111}, - [3809] = {.lex_state = 111}, - [3810] = {.lex_state = 122}, - [3811] = {.lex_state = 122}, - [3812] = {.lex_state = 130}, - [3813] = {.lex_state = 122}, + [3800] = {.lex_state = 54}, + [3801] = {.lex_state = 54}, + [3802] = {.lex_state = 122}, + [3803] = {.lex_state = 54}, + [3804] = {.lex_state = 54}, + [3805] = {.lex_state = 54}, + [3806] = {.lex_state = 122}, + [3807] = {.lex_state = 54}, + [3808] = {.lex_state = 54}, + [3809] = {.lex_state = 54}, + [3810] = {.lex_state = 54}, + [3811] = {.lex_state = 54}, + [3812] = {.lex_state = 54}, + [3813] = {.lex_state = 54}, [3814] = {.lex_state = 122}, [3815] = {.lex_state = 122}, - [3816] = {.lex_state = 130}, - [3817] = {.lex_state = 130}, - [3818] = {.lex_state = 122}, - [3819] = {.lex_state = 111}, + [3816] = {.lex_state = 54}, + [3817] = {.lex_state = 54}, + [3818] = {.lex_state = 54}, + [3819] = {.lex_state = 122}, [3820] = {.lex_state = 122}, - [3821] = {.lex_state = 122}, - [3822] = {.lex_state = 119}, - [3823] = {.lex_state = 130}, - [3824] = {.lex_state = 130}, + [3821] = {.lex_state = 54}, + [3822] = {.lex_state = 54}, + [3823] = {.lex_state = 54}, + [3824] = {.lex_state = 111}, [3825] = {.lex_state = 130}, - [3826] = {.lex_state = 130}, - [3827] = {.lex_state = 130}, - [3828] = {.lex_state = 119}, - [3829] = {.lex_state = 130}, + [3826] = {.lex_state = 119}, + [3827] = {.lex_state = 122}, + [3828] = {.lex_state = 122}, + [3829] = {.lex_state = 111}, [3830] = {.lex_state = 130}, - [3831] = {.lex_state = 130}, - [3832] = {.lex_state = 130}, - [3833] = {.lex_state = 130}, + [3831] = {.lex_state = 122}, + [3832] = {.lex_state = 122}, + [3833] = {.lex_state = 122}, [3834] = {.lex_state = 130}, - [3835] = {.lex_state = 130}, - [3836] = {.lex_state = 130}, - [3837] = {.lex_state = 130}, - [3838] = {.lex_state = 130}, + [3835] = {.lex_state = 122}, + [3836] = {.lex_state = 122}, + [3837] = {.lex_state = 122}, + [3838] = {.lex_state = 111}, [3839] = {.lex_state = 130}, - [3840] = {.lex_state = 121}, - [3841] = {.lex_state = 122}, - [3842] = {.lex_state = 122}, + [3840] = {.lex_state = 122}, + [3841] = {.lex_state = 111}, + [3842] = {.lex_state = 111}, [3843] = {.lex_state = 122}, - [3844] = {.lex_state = 122}, - [3845] = {.lex_state = 122}, - [3846] = {.lex_state = 122}, - [3847] = {.lex_state = 120}, - [3848] = {.lex_state = 122}, - [3849] = {.lex_state = 122}, - [3850] = {.lex_state = 120}, - [3851] = {.lex_state = 120}, - [3852] = {.lex_state = 122}, - [3853] = {.lex_state = 122}, - [3854] = {.lex_state = 120}, - [3855] = {.lex_state = 120}, - [3856] = {.lex_state = 122}, - [3857] = {.lex_state = 120}, - [3858] = {.lex_state = 122}, + [3844] = {.lex_state = 119}, + [3845] = {.lex_state = 130}, + [3846] = {.lex_state = 130}, + [3847] = {.lex_state = 130}, + [3848] = {.lex_state = 130}, + [3849] = {.lex_state = 130}, + [3850] = {.lex_state = 130}, + [3851] = {.lex_state = 130}, + [3852] = {.lex_state = 130}, + [3853] = {.lex_state = 119}, + [3854] = {.lex_state = 130}, + [3855] = {.lex_state = 130}, + [3856] = {.lex_state = 121}, + [3857] = {.lex_state = 130}, + [3858] = {.lex_state = 130}, [3859] = {.lex_state = 130}, [3860] = {.lex_state = 130}, [3861] = {.lex_state = 130}, [3862] = {.lex_state = 130}, - [3863] = {.lex_state = 130}, - [3864] = {.lex_state = 130}, - [3865] = {.lex_state = 130}, - [3866] = {.lex_state = 130}, - [3867] = {.lex_state = 130}, - [3868] = {.lex_state = 130}, - [3869] = {.lex_state = 130}, - [3870] = {.lex_state = 130}, - [3871] = {.lex_state = 130}, - [3872] = {.lex_state = 130}, - [3873] = {.lex_state = 130}, - [3874] = {.lex_state = 130}, - [3875] = {.lex_state = 130}, - [3876] = {.lex_state = 130}, - [3877] = {.lex_state = 130}, - [3878] = {.lex_state = 130}, - [3879] = {.lex_state = 130}, - [3880] = {.lex_state = 130}, + [3863] = {.lex_state = 122}, + [3864] = {.lex_state = 122}, + [3865] = {.lex_state = 122}, + [3866] = {.lex_state = 120}, + [3867] = {.lex_state = 122}, + [3868] = {.lex_state = 122}, + [3869] = {.lex_state = 120}, + [3870] = {.lex_state = 120}, + [3871] = {.lex_state = 120}, + [3872] = {.lex_state = 120}, + [3873] = {.lex_state = 122}, + [3874] = {.lex_state = 120}, + [3875] = {.lex_state = 122}, + [3876] = {.lex_state = 122}, + [3877] = {.lex_state = 122}, + [3878] = {.lex_state = 122}, + [3879] = {.lex_state = 122}, + [3880] = {.lex_state = 122}, [3881] = {.lex_state = 130}, [3882] = {.lex_state = 130}, [3883] = {.lex_state = 130}, @@ -18075,689 +18780,689 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [3889] = {.lex_state = 130}, [3890] = {.lex_state = 130}, [3891] = {.lex_state = 130}, - [3892] = {.lex_state = 112}, - [3893] = {.lex_state = 112}, - [3894] = {.lex_state = 120}, - [3895] = {.lex_state = 112}, - [3896] = {.lex_state = 120}, - [3897] = {.lex_state = 112}, - [3898] = {.lex_state = 112}, - [3899] = {.lex_state = 120}, - [3900] = {.lex_state = 112}, - [3901] = {.lex_state = 112}, - [3902] = {.lex_state = 112}, - [3903] = {.lex_state = 112}, - [3904] = {.lex_state = 112}, - [3905] = {.lex_state = 112}, - [3906] = {.lex_state = 112}, - [3907] = {.lex_state = 120}, - [3908] = {.lex_state = 112}, - [3909] = {.lex_state = 112}, - [3910] = {.lex_state = 122}, - [3911] = {.lex_state = 122}, - [3912] = {.lex_state = 122}, - [3913] = {.lex_state = 122}, - [3914] = {.lex_state = 122}, - [3915] = {.lex_state = 120}, - [3916] = {.lex_state = 120}, - [3917] = {.lex_state = 130}, - [3918] = {.lex_state = 130}, - [3919] = {.lex_state = 130}, - [3920] = {.lex_state = 130}, - [3921] = {.lex_state = 122}, - [3922] = {.lex_state = 120}, - [3923] = {.lex_state = 130}, - [3924] = {.lex_state = 130}, - [3925] = {.lex_state = 120}, - [3926] = {.lex_state = 120}, - [3927] = {.lex_state = 120}, - [3928] = {.lex_state = 130}, - [3929] = {.lex_state = 120}, - [3930] = {.lex_state = 130}, - [3931] = {.lex_state = 130}, - [3932] = {.lex_state = 130}, - [3933] = {.lex_state = 120}, - [3934] = {.lex_state = 120}, + [3892] = {.lex_state = 130}, + [3893] = {.lex_state = 130}, + [3894] = {.lex_state = 130}, + [3895] = {.lex_state = 130}, + [3896] = {.lex_state = 130}, + [3897] = {.lex_state = 130}, + [3898] = {.lex_state = 130}, + [3899] = {.lex_state = 130}, + [3900] = {.lex_state = 130}, + [3901] = {.lex_state = 130}, + [3902] = {.lex_state = 130}, + [3903] = {.lex_state = 130}, + [3904] = {.lex_state = 130}, + [3905] = {.lex_state = 130}, + [3906] = {.lex_state = 130}, + [3907] = {.lex_state = 130}, + [3908] = {.lex_state = 130}, + [3909] = {.lex_state = 130}, + [3910] = {.lex_state = 130}, + [3911] = {.lex_state = 130}, + [3912] = {.lex_state = 130}, + [3913] = {.lex_state = 130}, + [3914] = {.lex_state = 112}, + [3915] = {.lex_state = 112}, + [3916] = {.lex_state = 112}, + [3917] = {.lex_state = 112}, + [3918] = {.lex_state = 112}, + [3919] = {.lex_state = 120}, + [3920] = {.lex_state = 120}, + [3921] = {.lex_state = 112}, + [3922] = {.lex_state = 112}, + [3923] = {.lex_state = 120}, + [3924] = {.lex_state = 112}, + [3925] = {.lex_state = 112}, + [3926] = {.lex_state = 112}, + [3927] = {.lex_state = 112}, + [3928] = {.lex_state = 120}, + [3929] = {.lex_state = 112}, + [3930] = {.lex_state = 112}, + [3931] = {.lex_state = 112}, + [3932] = {.lex_state = 120}, + [3933] = {.lex_state = 122}, + [3934] = {.lex_state = 130}, [3935] = {.lex_state = 120}, - [3936] = {.lex_state = 120}, + [3936] = {.lex_state = 122}, [3937] = {.lex_state = 130}, [3938] = {.lex_state = 120}, - [3939] = {.lex_state = 120}, - [3940] = {.lex_state = 130}, - [3941] = {.lex_state = 118}, - [3942] = {.lex_state = 118}, + [3939] = {.lex_state = 122}, + [3940] = {.lex_state = 122}, + [3941] = {.lex_state = 130}, + [3942] = {.lex_state = 120}, [3943] = {.lex_state = 130}, - [3944] = {.lex_state = 118}, + [3944] = {.lex_state = 120}, [3945] = {.lex_state = 120}, - [3946] = {.lex_state = 130}, - [3947] = {.lex_state = 120}, - [3948] = {.lex_state = 130}, - [3949] = {.lex_state = 130}, + [3946] = {.lex_state = 120}, + [3947] = {.lex_state = 130}, + [3948] = {.lex_state = 122}, + [3949] = {.lex_state = 120}, [3950] = {.lex_state = 130}, - [3951] = {.lex_state = 122}, + [3951] = {.lex_state = 120}, [3952] = {.lex_state = 120}, - [3953] = {.lex_state = 122}, - [3954] = {.lex_state = 122}, - [3955] = {.lex_state = 122}, - [3956] = {.lex_state = 120}, - [3957] = {.lex_state = 120}, - [3958] = {.lex_state = 104, .external_lex_state = 1}, - [3959] = {.lex_state = 122}, - [3960] = {.lex_state = 120}, - [3961] = {.lex_state = 130}, - [3962] = {.lex_state = 122}, - [3963] = {.lex_state = 104, .external_lex_state = 1}, + [3953] = {.lex_state = 130}, + [3954] = {.lex_state = 120}, + [3955] = {.lex_state = 120}, + [3956] = {.lex_state = 130}, + [3957] = {.lex_state = 122}, + [3958] = {.lex_state = 130}, + [3959] = {.lex_state = 130}, + [3960] = {.lex_state = 130}, + [3961] = {.lex_state = 118}, + [3962] = {.lex_state = 130}, + [3963] = {.lex_state = 120}, [3964] = {.lex_state = 120}, - [3965] = {.lex_state = 122}, - [3966] = {.lex_state = 130}, - [3967] = {.lex_state = 104, .external_lex_state = 1}, - [3968] = {.lex_state = 130}, - [3969] = {.lex_state = 122}, + [3965] = {.lex_state = 130}, + [3966] = {.lex_state = 118}, + [3967] = {.lex_state = 118}, + [3968] = {.lex_state = 120}, + [3969] = {.lex_state = 130}, [3970] = {.lex_state = 130}, - [3971] = {.lex_state = 120}, - [3972] = {.lex_state = 130}, + [3971] = {.lex_state = 130}, + [3972] = {.lex_state = 122}, [3973] = {.lex_state = 130}, - [3974] = {.lex_state = 130}, + [3974] = {.lex_state = 120}, [3975] = {.lex_state = 130}, [3976] = {.lex_state = 130}, - [3977] = {.lex_state = 130}, - [3978] = {.lex_state = 120}, + [3977] = {.lex_state = 122}, + [3978] = {.lex_state = 104, .external_lex_state = 1}, [3979] = {.lex_state = 130}, - [3980] = {.lex_state = 122}, + [3980] = {.lex_state = 130}, [3981] = {.lex_state = 122}, - [3982] = {.lex_state = 130}, - [3983] = {.lex_state = 120}, - [3984] = {.lex_state = 130}, - [3985] = {.lex_state = 104, .external_lex_state = 1}, - [3986] = {.lex_state = 120}, - [3987] = {.lex_state = 122}, - [3988] = {.lex_state = 130}, - [3989] = {.lex_state = 130}, - [3990] = {.lex_state = 130}, - [3991] = {.lex_state = 130}, + [3982] = {.lex_state = 122}, + [3983] = {.lex_state = 130}, + [3984] = {.lex_state = 120}, + [3985] = {.lex_state = 122}, + [3986] = {.lex_state = 130}, + [3987] = {.lex_state = 120}, + [3988] = {.lex_state = 120}, + [3989] = {.lex_state = 104, .external_lex_state = 1}, + [3990] = {.lex_state = 120}, + [3991] = {.lex_state = 120}, [3992] = {.lex_state = 130}, - [3993] = {.lex_state = 104, .external_lex_state = 1}, - [3994] = {.lex_state = 130}, + [3993] = {.lex_state = 130}, + [3994] = {.lex_state = 122}, [3995] = {.lex_state = 130}, [3996] = {.lex_state = 122}, - [3997] = {.lex_state = 120}, + [3997] = {.lex_state = 130}, [3998] = {.lex_state = 120}, [3999] = {.lex_state = 130}, - [4000] = {.lex_state = 104, .external_lex_state = 1}, - [4001] = {.lex_state = 130}, + [4000] = {.lex_state = 120}, + [4001] = {.lex_state = 120}, [4002] = {.lex_state = 130}, [4003] = {.lex_state = 130}, - [4004] = {.lex_state = 120}, + [4004] = {.lex_state = 130}, [4005] = {.lex_state = 120}, [4006] = {.lex_state = 130}, [4007] = {.lex_state = 130}, - [4008] = {.lex_state = 120}, - [4009] = {.lex_state = 130}, - [4010] = {.lex_state = 122}, - [4011] = {.lex_state = 122}, - [4012] = {.lex_state = 130}, + [4008] = {.lex_state = 122}, + [4009] = {.lex_state = 122}, + [4010] = {.lex_state = 130}, + [4011] = {.lex_state = 120}, + [4012] = {.lex_state = 122}, [4013] = {.lex_state = 130}, [4014] = {.lex_state = 122}, [4015] = {.lex_state = 130}, [4016] = {.lex_state = 130}, - [4017] = {.lex_state = 130}, + [4017] = {.lex_state = 104, .external_lex_state = 1}, [4018] = {.lex_state = 104, .external_lex_state = 1}, - [4019] = {.lex_state = 122}, - [4020] = {.lex_state = 103}, - [4021] = {.lex_state = 103}, - [4022] = {.lex_state = 118}, + [4019] = {.lex_state = 130}, + [4020] = {.lex_state = 130}, + [4021] = {.lex_state = 122}, + [4022] = {.lex_state = 120}, [4023] = {.lex_state = 130}, - [4024] = {.lex_state = 122}, - [4025] = {.lex_state = 120}, - [4026] = {.lex_state = 126}, - [4027] = {.lex_state = 126}, - [4028] = {.lex_state = 122}, - [4029] = {.lex_state = 122}, - [4030] = {.lex_state = 126}, - [4031] = {.lex_state = 103}, - [4032] = {.lex_state = 130}, - [4033] = {.lex_state = 122}, - [4034] = {.lex_state = 103}, - [4035] = {.lex_state = 103}, + [4024] = {.lex_state = 120}, + [4025] = {.lex_state = 130}, + [4026] = {.lex_state = 104, .external_lex_state = 1}, + [4027] = {.lex_state = 130}, + [4028] = {.lex_state = 104, .external_lex_state = 1}, + [4029] = {.lex_state = 130}, + [4030] = {.lex_state = 104, .external_lex_state = 1}, + [4031] = {.lex_state = 120}, + [4032] = {.lex_state = 122}, + [4033] = {.lex_state = 130}, + [4034] = {.lex_state = 122}, + [4035] = {.lex_state = 122}, [4036] = {.lex_state = 130}, - [4037] = {.lex_state = 103}, + [4037] = {.lex_state = 130}, [4038] = {.lex_state = 130}, - [4039] = {.lex_state = 122}, - [4040] = {.lex_state = 122}, + [4039] = {.lex_state = 130}, + [4040] = {.lex_state = 130}, [4041] = {.lex_state = 103}, - [4042] = {.lex_state = 126}, - [4043] = {.lex_state = 130}, - [4044] = {.lex_state = 130}, - [4045] = {.lex_state = 120}, + [4042] = {.lex_state = 122}, + [4043] = {.lex_state = 103}, + [4044] = {.lex_state = 122}, + [4045] = {.lex_state = 130}, [4046] = {.lex_state = 103}, - [4047] = {.lex_state = 130}, - [4048] = {.lex_state = 122}, - [4049] = {.lex_state = 122}, - [4050] = {.lex_state = 130}, - [4051] = {.lex_state = 120}, - [4052] = {.lex_state = 122}, + [4047] = {.lex_state = 103}, + [4048] = {.lex_state = 126}, + [4049] = {.lex_state = 130}, + [4050] = {.lex_state = 126}, + [4051] = {.lex_state = 122}, + [4052] = {.lex_state = 118}, [4053] = {.lex_state = 130}, - [4054] = {.lex_state = 122}, - [4055] = {.lex_state = 122}, + [4054] = {.lex_state = 103}, + [4055] = {.lex_state = 103}, [4056] = {.lex_state = 122}, - [4057] = {.lex_state = 122}, - [4058] = {.lex_state = 122}, - [4059] = {.lex_state = 130}, - [4060] = {.lex_state = 122}, - [4061] = {.lex_state = 122}, + [4057] = {.lex_state = 130}, + [4058] = {.lex_state = 126}, + [4059] = {.lex_state = 126}, + [4060] = {.lex_state = 130}, + [4061] = {.lex_state = 103}, [4062] = {.lex_state = 122}, - [4063] = {.lex_state = 122}, - [4064] = {.lex_state = 130}, - [4065] = {.lex_state = 122}, - [4066] = {.lex_state = 122}, + [4063] = {.lex_state = 103}, + [4064] = {.lex_state = 122}, + [4065] = {.lex_state = 120}, + [4066] = {.lex_state = 120}, [4067] = {.lex_state = 122}, - [4068] = {.lex_state = 130}, - [4069] = {.lex_state = 0, .external_lex_state = 1}, + [4068] = {.lex_state = 122}, + [4069] = {.lex_state = 130}, [4070] = {.lex_state = 122}, [4071] = {.lex_state = 130}, - [4072] = {.lex_state = 114}, - [4073] = {.lex_state = 122}, - [4074] = {.lex_state = 0, .external_lex_state = 1}, + [4072] = {.lex_state = 122}, + [4073] = {.lex_state = 130}, + [4074] = {.lex_state = 122}, [4075] = {.lex_state = 122}, - [4076] = {.lex_state = 122}, + [4076] = {.lex_state = 114}, [4077] = {.lex_state = 130}, - [4078] = {.lex_state = 122}, + [4078] = {.lex_state = 130}, [4079] = {.lex_state = 122}, - [4080] = {.lex_state = 122}, - [4081] = {.lex_state = 122}, - [4082] = {.lex_state = 0, .external_lex_state = 1}, + [4080] = {.lex_state = 130}, + [4081] = {.lex_state = 0, .external_lex_state = 1}, + [4082] = {.lex_state = 120}, [4083] = {.lex_state = 122}, - [4084] = {.lex_state = 122}, - [4085] = {.lex_state = 0, .external_lex_state = 1}, + [4084] = {.lex_state = 0, .external_lex_state = 1}, + [4085] = {.lex_state = 122}, [4086] = {.lex_state = 122}, - [4087] = {.lex_state = 130}, - [4088] = {.lex_state = 120}, - [4089] = {.lex_state = 130}, - [4090] = {.lex_state = 130}, - [4091] = {.lex_state = 130}, - [4092] = {.lex_state = 0, .external_lex_state = 1}, - [4093] = {.lex_state = 0, .external_lex_state = 1}, + [4087] = {.lex_state = 122}, + [4088] = {.lex_state = 122}, + [4089] = {.lex_state = 122}, + [4090] = {.lex_state = 122}, + [4091] = {.lex_state = 0, .external_lex_state = 1}, + [4092] = {.lex_state = 122}, + [4093] = {.lex_state = 122}, [4094] = {.lex_state = 122}, [4095] = {.lex_state = 130}, [4096] = {.lex_state = 122}, [4097] = {.lex_state = 122}, - [4098] = {.lex_state = 122}, + [4098] = {.lex_state = 120}, [4099] = {.lex_state = 130}, [4100] = {.lex_state = 130}, - [4101] = {.lex_state = 0, .external_lex_state = 1}, - [4102] = {.lex_state = 122}, - [4103] = {.lex_state = 130}, + [4101] = {.lex_state = 130}, + [4102] = {.lex_state = 130}, + [4103] = {.lex_state = 122}, [4104] = {.lex_state = 122}, - [4105] = {.lex_state = 130}, - [4106] = {.lex_state = 120}, - [4107] = {.lex_state = 118}, - [4108] = {.lex_state = 130}, + [4105] = {.lex_state = 118}, + [4106] = {.lex_state = 122}, + [4107] = {.lex_state = 122}, + [4108] = {.lex_state = 0, .external_lex_state = 1}, [4109] = {.lex_state = 122}, [4110] = {.lex_state = 130}, - [4111] = {.lex_state = 120}, + [4111] = {.lex_state = 0, .external_lex_state = 1}, [4112] = {.lex_state = 130}, - [4113] = {.lex_state = 130}, - [4114] = {.lex_state = 120}, - [4115] = {.lex_state = 130}, - [4116] = {.lex_state = 120}, - [4117] = {.lex_state = 120}, - [4118] = {.lex_state = 120}, - [4119] = {.lex_state = 120}, - [4120] = {.lex_state = 120}, - [4121] = {.lex_state = 120}, - [4122] = {.lex_state = 118}, + [4113] = {.lex_state = 122}, + [4114] = {.lex_state = 0, .external_lex_state = 1}, + [4115] = {.lex_state = 122}, + [4116] = {.lex_state = 122}, + [4117] = {.lex_state = 130}, + [4118] = {.lex_state = 122}, + [4119] = {.lex_state = 122}, + [4120] = {.lex_state = 122}, + [4121] = {.lex_state = 130}, + [4122] = {.lex_state = 130}, [4123] = {.lex_state = 130}, - [4124] = {.lex_state = 130}, - [4125] = {.lex_state = 110}, + [4124] = {.lex_state = 122}, + [4125] = {.lex_state = 120}, [4126] = {.lex_state = 130}, [4127] = {.lex_state = 130}, - [4128] = {.lex_state = 188}, - [4129] = {.lex_state = 130}, - [4130] = {.lex_state = 120}, + [4128] = {.lex_state = 0, .external_lex_state = 1}, + [4129] = {.lex_state = 122}, + [4130] = {.lex_state = 122}, [4131] = {.lex_state = 130}, - [4132] = {.lex_state = 120}, - [4133] = {.lex_state = 130}, - [4134] = {.lex_state = 120}, + [4132] = {.lex_state = 122}, + [4133] = {.lex_state = 120}, + [4134] = {.lex_state = 130}, [4135] = {.lex_state = 120}, - [4136] = {.lex_state = 0}, - [4137] = {.lex_state = 110}, - [4138] = {.lex_state = 103}, - [4139] = {.lex_state = 103}, - [4140] = {.lex_state = 110}, - [4141] = {.lex_state = 120}, + [4136] = {.lex_state = 120}, + [4137] = {.lex_state = 120}, + [4138] = {.lex_state = 120}, + [4139] = {.lex_state = 130}, + [4140] = {.lex_state = 120}, + [4141] = {.lex_state = 130}, [4142] = {.lex_state = 120}, - [4143] = {.lex_state = 120}, - [4144] = {.lex_state = 118}, - [4145] = {.lex_state = 120}, - [4146] = {.lex_state = 110}, - [4147] = {.lex_state = 120}, + [4143] = {.lex_state = 130}, + [4144] = {.lex_state = 120}, + [4145] = {.lex_state = 130}, + [4146] = {.lex_state = 120}, + [4147] = {.lex_state = 130}, [4148] = {.lex_state = 130}, [4149] = {.lex_state = 130}, - [4150] = {.lex_state = 118}, - [4151] = {.lex_state = 120}, + [4150] = {.lex_state = 130}, + [4151] = {.lex_state = 188}, [4152] = {.lex_state = 130}, - [4153] = {.lex_state = 130}, - [4154] = {.lex_state = 120}, - [4155] = {.lex_state = 0}, - [4156] = {.lex_state = 120}, - [4157] = {.lex_state = 130}, - [4158] = {.lex_state = 110}, - [4159] = {.lex_state = 120}, - [4160] = {.lex_state = 0}, - [4161] = {.lex_state = 118}, - [4162] = {.lex_state = 122}, - [4163] = {.lex_state = 0}, - [4164] = {.lex_state = 118}, - [4165] = {.lex_state = 118}, - [4166] = {.lex_state = 110}, - [4167] = {.lex_state = 130}, + [4153] = {.lex_state = 120}, + [4154] = {.lex_state = 110}, + [4155] = {.lex_state = 118}, + [4156] = {.lex_state = 110}, + [4157] = {.lex_state = 110}, + [4158] = {.lex_state = 120}, + [4159] = {.lex_state = 130}, + [4160] = {.lex_state = 120}, + [4161] = {.lex_state = 0}, + [4162] = {.lex_state = 120}, + [4163] = {.lex_state = 120}, + [4164] = {.lex_state = 0}, + [4165] = {.lex_state = 120}, + [4166] = {.lex_state = 120}, + [4167] = {.lex_state = 118}, [4168] = {.lex_state = 110}, - [4169] = {.lex_state = 130}, - [4170] = {.lex_state = 120}, - [4171] = {.lex_state = 120}, - [4172] = {.lex_state = 0}, + [4169] = {.lex_state = 103}, + [4170] = {.lex_state = 118}, + [4171] = {.lex_state = 103}, + [4172] = {.lex_state = 118}, [4173] = {.lex_state = 120}, - [4174] = {.lex_state = 0}, - [4175] = {.lex_state = 0}, - [4176] = {.lex_state = 110}, - [4177] = {.lex_state = 120}, - [4178] = {.lex_state = 0}, + [4174] = {.lex_state = 118}, + [4175] = {.lex_state = 110}, + [4176] = {.lex_state = 0}, + [4177] = {.lex_state = 110}, + [4178] = {.lex_state = 120}, [4179] = {.lex_state = 0}, - [4180] = {.lex_state = 120}, + [4180] = {.lex_state = 0}, [4181] = {.lex_state = 120}, - [4182] = {.lex_state = 120}, + [4182] = {.lex_state = 0}, [4183] = {.lex_state = 120}, [4184] = {.lex_state = 130}, - [4185] = {.lex_state = 120}, - [4186] = {.lex_state = 118}, - [4187] = {.lex_state = 118}, - [4188] = {.lex_state = 120}, + [4185] = {.lex_state = 110}, + [4186] = {.lex_state = 130}, + [4187] = {.lex_state = 120}, + [4188] = {.lex_state = 110}, [4189] = {.lex_state = 120}, - [4190] = {.lex_state = 130}, - [4191] = {.lex_state = 0}, + [4190] = {.lex_state = 0}, + [4191] = {.lex_state = 120}, [4192] = {.lex_state = 120}, - [4193] = {.lex_state = 110}, - [4194] = {.lex_state = 130}, - [4195] = {.lex_state = 118}, - [4196] = {.lex_state = 0}, - [4197] = {.lex_state = 110}, + [4193] = {.lex_state = 120}, + [4194] = {.lex_state = 0}, + [4195] = {.lex_state = 120}, + [4196] = {.lex_state = 120}, + [4197] = {.lex_state = 130}, [4198] = {.lex_state = 118}, - [4199] = {.lex_state = 120}, - [4200] = {.lex_state = 120}, - [4201] = {.lex_state = 130}, + [4199] = {.lex_state = 118}, + [4200] = {.lex_state = 130}, + [4201] = {.lex_state = 110}, [4202] = {.lex_state = 120}, - [4203] = {.lex_state = 120}, - [4204] = {.lex_state = 118}, + [4203] = {.lex_state = 130}, + [4204] = {.lex_state = 120}, [4205] = {.lex_state = 120}, [4206] = {.lex_state = 120}, - [4207] = {.lex_state = 0}, - [4208] = {.lex_state = 110}, - [4209] = {.lex_state = 120}, - [4210] = {.lex_state = 120}, - [4211] = {.lex_state = 110}, - [4212] = {.lex_state = 120}, + [4207] = {.lex_state = 120}, + [4208] = {.lex_state = 120}, + [4209] = {.lex_state = 110}, + [4210] = {.lex_state = 118}, + [4211] = {.lex_state = 0}, + [4212] = {.lex_state = 122}, [4213] = {.lex_state = 120}, - [4214] = {.lex_state = 120}, - [4215] = {.lex_state = 110}, + [4214] = {.lex_state = 110}, + [4215] = {.lex_state = 0}, [4216] = {.lex_state = 0}, - [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 110}, + [4217] = {.lex_state = 130}, + [4218] = {.lex_state = 120}, [4219] = {.lex_state = 120}, - [4220] = {.lex_state = 120}, - [4221] = {.lex_state = 130}, - [4222] = {.lex_state = 120}, - [4223] = {.lex_state = 0}, + [4220] = {.lex_state = 110}, + [4221] = {.lex_state = 118}, + [4222] = {.lex_state = 118}, + [4223] = {.lex_state = 120}, [4224] = {.lex_state = 0}, - [4225] = {.lex_state = 0}, - [4226] = {.lex_state = 110}, - [4227] = {.lex_state = 110}, - [4228] = {.lex_state = 0}, + [4225] = {.lex_state = 110}, + [4226] = {.lex_state = 118}, + [4227] = {.lex_state = 0}, + [4228] = {.lex_state = 130}, [4229] = {.lex_state = 120}, - [4230] = {.lex_state = 120}, - [4231] = {.lex_state = 110}, + [4230] = {.lex_state = 110}, + [4231] = {.lex_state = 130}, [4232] = {.lex_state = 120}, - [4233] = {.lex_state = 0}, - [4234] = {.lex_state = 120}, - [4235] = {.lex_state = 120}, + [4233] = {.lex_state = 120}, + [4234] = {.lex_state = 130}, + [4235] = {.lex_state = 130}, [4236] = {.lex_state = 0}, - [4237] = {.lex_state = 110}, + [4237] = {.lex_state = 120}, [4238] = {.lex_state = 120}, [4239] = {.lex_state = 120}, - [4240] = {.lex_state = 110}, + [4240] = {.lex_state = 120}, [4241] = {.lex_state = 120}, [4242] = {.lex_state = 120}, [4243] = {.lex_state = 130}, - [4244] = {.lex_state = 120}, - [4245] = {.lex_state = 0}, - [4246] = {.lex_state = 110}, - [4247] = {.lex_state = 118}, - [4248] = {.lex_state = 118}, - [4249] = {.lex_state = 110}, - [4250] = {.lex_state = 120}, - [4251] = {.lex_state = 0}, - [4252] = {.lex_state = 118}, + [4244] = {.lex_state = 110}, + [4245] = {.lex_state = 120}, + [4246] = {.lex_state = 120}, + [4247] = {.lex_state = 0}, + [4248] = {.lex_state = 0}, + [4249] = {.lex_state = 130}, + [4250] = {.lex_state = 130}, + [4251] = {.lex_state = 110}, + [4252] = {.lex_state = 110}, [4253] = {.lex_state = 0}, - [4254] = {.lex_state = 110}, - [4255] = {.lex_state = 110}, + [4254] = {.lex_state = 120}, + [4255] = {.lex_state = 0}, [4256] = {.lex_state = 110}, - [4257] = {.lex_state = 0}, - [4258] = {.lex_state = 120}, + [4257] = {.lex_state = 120}, + [4258] = {.lex_state = 0}, [4259] = {.lex_state = 0}, - [4260] = {.lex_state = 110}, + [4260] = {.lex_state = 120}, [4261] = {.lex_state = 120}, [4262] = {.lex_state = 120}, [4263] = {.lex_state = 120}, - [4264] = {.lex_state = 0}, - [4265] = {.lex_state = 0}, - [4266] = {.lex_state = 0}, - [4267] = {.lex_state = 0}, - [4268] = {.lex_state = 0}, - [4269] = {.lex_state = 0}, + [4264] = {.lex_state = 110}, + [4265] = {.lex_state = 120}, + [4266] = {.lex_state = 120}, + [4267] = {.lex_state = 120}, + [4268] = {.lex_state = 120}, + [4269] = {.lex_state = 120}, [4270] = {.lex_state = 0}, - [4271] = {.lex_state = 0}, - [4272] = {.lex_state = 120}, - [4273] = {.lex_state = 120}, - [4274] = {.lex_state = 120}, - [4275] = {.lex_state = 120}, - [4276] = {.lex_state = 0}, - [4277] = {.lex_state = 120}, - [4278] = {.lex_state = 130}, - [4279] = {.lex_state = 120}, - [4280] = {.lex_state = 130}, - [4281] = {.lex_state = 120}, - [4282] = {.lex_state = 120}, - [4283] = {.lex_state = 120}, + [4271] = {.lex_state = 120}, + [4272] = {.lex_state = 0}, + [4273] = {.lex_state = 110}, + [4274] = {.lex_state = 0}, + [4275] = {.lex_state = 0}, + [4276] = {.lex_state = 120}, + [4277] = {.lex_state = 110}, + [4278] = {.lex_state = 0}, + [4279] = {.lex_state = 110}, + [4280] = {.lex_state = 110}, + [4281] = {.lex_state = 110}, + [4282] = {.lex_state = 0}, + [4283] = {.lex_state = 110}, [4284] = {.lex_state = 120}, - [4285] = {.lex_state = 120}, - [4286] = {.lex_state = 130}, + [4285] = {.lex_state = 0}, + [4286] = {.lex_state = 0}, [4287] = {.lex_state = 0}, - [4288] = {.lex_state = 110}, - [4289] = {.lex_state = 110}, - [4290] = {.lex_state = 120}, - [4291] = {.lex_state = 120}, - [4292] = {.lex_state = 122}, - [4293] = {.lex_state = 59}, - [4294] = {.lex_state = 120}, - [4295] = {.lex_state = 122}, - [4296] = {.lex_state = 110}, - [4297] = {.lex_state = 110}, - [4298] = {.lex_state = 122}, - [4299] = {.lex_state = 110}, - [4300] = {.lex_state = 122}, - [4301] = {.lex_state = 59}, - [4302] = {.lex_state = 122}, - [4303] = {.lex_state = 122}, + [4288] = {.lex_state = 120}, + [4289] = {.lex_state = 0}, + [4290] = {.lex_state = 0}, + [4291] = {.lex_state = 0}, + [4292] = {.lex_state = 0}, + [4293] = {.lex_state = 120}, + [4294] = {.lex_state = 118}, + [4295] = {.lex_state = 120}, + [4296] = {.lex_state = 130}, + [4297] = {.lex_state = 118}, + [4298] = {.lex_state = 120}, + [4299] = {.lex_state = 118}, + [4300] = {.lex_state = 130}, + [4301] = {.lex_state = 120}, + [4302] = {.lex_state = 120}, + [4303] = {.lex_state = 120}, [4304] = {.lex_state = 120}, - [4305] = {.lex_state = 122}, - [4306] = {.lex_state = 130}, - [4307] = {.lex_state = 110}, + [4305] = {.lex_state = 120}, + [4306] = {.lex_state = 120}, + [4307] = {.lex_state = 0}, [4308] = {.lex_state = 0}, - [4309] = {.lex_state = 59}, + [4309] = {.lex_state = 120}, [4310] = {.lex_state = 0}, [4311] = {.lex_state = 122}, - [4312] = {.lex_state = 61}, + [4312] = {.lex_state = 122}, [4313] = {.lex_state = 122}, - [4314] = {.lex_state = 122}, - [4315] = {.lex_state = 122}, - [4316] = {.lex_state = 110}, + [4314] = {.lex_state = 110}, + [4315] = {.lex_state = 0}, + [4316] = {.lex_state = 120}, [4317] = {.lex_state = 110}, - [4318] = {.lex_state = 122}, - [4319] = {.lex_state = 120}, - [4320] = {.lex_state = 110}, - [4321] = {.lex_state = 61}, - [4322] = {.lex_state = 0}, - [4323] = {.lex_state = 59}, - [4324] = {.lex_state = 120}, - [4325] = {.lex_state = 120}, + [4318] = {.lex_state = 0}, + [4319] = {.lex_state = 110}, + [4320] = {.lex_state = 0}, + [4321] = {.lex_state = 122}, + [4322] = {.lex_state = 122}, + [4323] = {.lex_state = 122}, + [4324] = {.lex_state = 122}, + [4325] = {.lex_state = 122}, [4326] = {.lex_state = 122}, [4327] = {.lex_state = 122}, - [4328] = {.lex_state = 120}, - [4329] = {.lex_state = 0}, - [4330] = {.lex_state = 122}, - [4331] = {.lex_state = 110}, - [4332] = {.lex_state = 122}, - [4333] = {.lex_state = 110}, - [4334] = {.lex_state = 122}, - [4335] = {.lex_state = 130}, - [4336] = {.lex_state = 130}, + [4328] = {.lex_state = 122}, + [4329] = {.lex_state = 122}, + [4330] = {.lex_state = 110}, + [4331] = {.lex_state = 59}, + [4332] = {.lex_state = 0}, + [4333] = {.lex_state = 120}, + [4334] = {.lex_state = 110}, + [4335] = {.lex_state = 122}, + [4336] = {.lex_state = 110}, [4337] = {.lex_state = 110}, - [4338] = {.lex_state = 122}, - [4339] = {.lex_state = 122}, + [4338] = {.lex_state = 110}, + [4339] = {.lex_state = 0}, [4340] = {.lex_state = 110}, - [4341] = {.lex_state = 122}, - [4342] = {.lex_state = 120}, - [4343] = {.lex_state = 122}, - [4344] = {.lex_state = 0}, - [4345] = {.lex_state = 110}, - [4346] = {.lex_state = 59}, - [4347] = {.lex_state = 0}, - [4348] = {.lex_state = 120}, - [4349] = {.lex_state = 0}, - [4350] = {.lex_state = 0}, + [4341] = {.lex_state = 110}, + [4342] = {.lex_state = 110}, + [4343] = {.lex_state = 110}, + [4344] = {.lex_state = 59}, + [4345] = {.lex_state = 122}, + [4346] = {.lex_state = 120}, + [4347] = {.lex_state = 120}, + [4348] = {.lex_state = 110}, + [4349] = {.lex_state = 110}, + [4350] = {.lex_state = 110}, [4351] = {.lex_state = 110}, - [4352] = {.lex_state = 120}, - [4353] = {.lex_state = 122}, - [4354] = {.lex_state = 59}, - [4355] = {.lex_state = 122}, - [4356] = {.lex_state = 0}, - [4357] = {.lex_state = 120}, - [4358] = {.lex_state = 61}, - [4359] = {.lex_state = 122}, - [4360] = {.lex_state = 0}, - [4361] = {.lex_state = 122}, - [4362] = {.lex_state = 122}, - [4363] = {.lex_state = 110}, + [4352] = {.lex_state = 122}, + [4353] = {.lex_state = 0}, + [4354] = {.lex_state = 110}, + [4355] = {.lex_state = 61}, + [4356] = {.lex_state = 110}, + [4357] = {.lex_state = 0}, + [4358] = {.lex_state = 120}, + [4359] = {.lex_state = 110}, + [4360] = {.lex_state = 110}, + [4361] = {.lex_state = 110}, + [4362] = {.lex_state = 0}, + [4363] = {.lex_state = 0}, [4364] = {.lex_state = 110}, - [4365] = {.lex_state = 188}, + [4365] = {.lex_state = 59}, [4366] = {.lex_state = 0}, - [4367] = {.lex_state = 122}, - [4368] = {.lex_state = 0}, - [4369] = {.lex_state = 122}, - [4370] = {.lex_state = 0}, - [4371] = {.lex_state = 122}, - [4372] = {.lex_state = 110}, - [4373] = {.lex_state = 120}, + [4367] = {.lex_state = 130}, + [4368] = {.lex_state = 130}, + [4369] = {.lex_state = 59}, + [4370] = {.lex_state = 122}, + [4371] = {.lex_state = 188}, + [4372] = {.lex_state = 122}, + [4373] = {.lex_state = 122}, [4374] = {.lex_state = 188}, - [4375] = {.lex_state = 122}, - [4376] = {.lex_state = 122}, - [4377] = {.lex_state = 122}, - [4378] = {.lex_state = 130}, - [4379] = {.lex_state = 110}, - [4380] = {.lex_state = 110}, - [4381] = {.lex_state = 122}, - [4382] = {.lex_state = 122}, - [4383] = {.lex_state = 110}, - [4384] = {.lex_state = 120}, + [4375] = {.lex_state = 0}, + [4376] = {.lex_state = 59}, + [4377] = {.lex_state = 0}, + [4378] = {.lex_state = 59}, + [4379] = {.lex_state = 0}, + [4380] = {.lex_state = 120}, + [4381] = {.lex_state = 110}, + [4382] = {.lex_state = 110}, + [4383] = {.lex_state = 59}, + [4384] = {.lex_state = 122}, [4385] = {.lex_state = 122}, - [4386] = {.lex_state = 110}, - [4387] = {.lex_state = 122}, - [4388] = {.lex_state = 110}, - [4389] = {.lex_state = 0}, - [4390] = {.lex_state = 120}, - [4391] = {.lex_state = 122}, - [4392] = {.lex_state = 59}, - [4393] = {.lex_state = 120}, + [4386] = {.lex_state = 120}, + [4387] = {.lex_state = 120}, + [4388] = {.lex_state = 59}, + [4389] = {.lex_state = 61}, + [4390] = {.lex_state = 59}, + [4391] = {.lex_state = 120}, + [4392] = {.lex_state = 122}, + [4393] = {.lex_state = 0}, [4394] = {.lex_state = 122}, [4395] = {.lex_state = 122}, - [4396] = {.lex_state = 110}, - [4397] = {.lex_state = 0}, - [4398] = {.lex_state = 122}, - [4399] = {.lex_state = 122}, + [4396] = {.lex_state = 122}, + [4397] = {.lex_state = 188}, + [4398] = {.lex_state = 130}, + [4399] = {.lex_state = 188}, [4400] = {.lex_state = 110}, - [4401] = {.lex_state = 122}, - [4402] = {.lex_state = 0}, - [4403] = {.lex_state = 120}, - [4404] = {.lex_state = 110}, - [4405] = {.lex_state = 110}, - [4406] = {.lex_state = 59}, + [4401] = {.lex_state = 110}, + [4402] = {.lex_state = 120}, + [4403] = {.lex_state = 0}, + [4404] = {.lex_state = 120}, + [4405] = {.lex_state = 0}, + [4406] = {.lex_state = 122}, [4407] = {.lex_state = 122}, - [4408] = {.lex_state = 0}, - [4409] = {.lex_state = 0}, + [4408] = {.lex_state = 110}, + [4409] = {.lex_state = 110}, [4410] = {.lex_state = 122}, - [4411] = {.lex_state = 0}, - [4412] = {.lex_state = 120}, + [4411] = {.lex_state = 122}, + [4412] = {.lex_state = 122}, [4413] = {.lex_state = 122}, - [4414] = {.lex_state = 120}, - [4415] = {.lex_state = 0}, - [4416] = {.lex_state = 122}, - [4417] = {.lex_state = 122}, - [4418] = {.lex_state = 59}, - [4419] = {.lex_state = 122}, - [4420] = {.lex_state = 59}, - [4421] = {.lex_state = 122}, - [4422] = {.lex_state = 110}, + [4414] = {.lex_state = 110}, + [4415] = {.lex_state = 110}, + [4416] = {.lex_state = 120}, + [4417] = {.lex_state = 120}, + [4418] = {.lex_state = 120}, + [4419] = {.lex_state = 120}, + [4420] = {.lex_state = 122}, + [4421] = {.lex_state = 59}, + [4422] = {.lex_state = 59}, [4423] = {.lex_state = 122}, [4424] = {.lex_state = 122}, - [4425] = {.lex_state = 122}, - [4426] = {.lex_state = 61}, - [4427] = {.lex_state = 110}, + [4425] = {.lex_state = 59}, + [4426] = {.lex_state = 122}, + [4427] = {.lex_state = 122}, [4428] = {.lex_state = 122}, - [4429] = {.lex_state = 110}, + [4429] = {.lex_state = 122}, [4430] = {.lex_state = 122}, - [4431] = {.lex_state = 110}, - [4432] = {.lex_state = 110}, - [4433] = {.lex_state = 120}, - [4434] = {.lex_state = 122}, - [4435] = {.lex_state = 122}, - [4436] = {.lex_state = 122}, - [4437] = {.lex_state = 130}, - [4438] = {.lex_state = 59}, - [4439] = {.lex_state = 0}, - [4440] = {.lex_state = 110}, - [4441] = {.lex_state = 0}, - [4442] = {.lex_state = 122}, - [4443] = {.lex_state = 122}, - [4444] = {.lex_state = 122}, - [4445] = {.lex_state = 59}, - [4446] = {.lex_state = 188}, - [4447] = {.lex_state = 122}, + [4431] = {.lex_state = 122}, + [4432] = {.lex_state = 122}, + [4433] = {.lex_state = 130}, + [4434] = {.lex_state = 0}, + [4435] = {.lex_state = 61}, + [4436] = {.lex_state = 61}, + [4437] = {.lex_state = 122}, + [4438] = {.lex_state = 0}, + [4439] = {.lex_state = 59}, + [4440] = {.lex_state = 120}, + [4441] = {.lex_state = 120}, + [4442] = {.lex_state = 120}, + [4443] = {.lex_state = 0}, + [4444] = {.lex_state = 0}, + [4445] = {.lex_state = 0}, + [4446] = {.lex_state = 110}, + [4447] = {.lex_state = 130}, [4448] = {.lex_state = 122}, - [4449] = {.lex_state = 61}, + [4449] = {.lex_state = 122}, [4450] = {.lex_state = 122}, - [4451] = {.lex_state = 122}, - [4452] = {.lex_state = 122}, + [4451] = {.lex_state = 59}, + [4452] = {.lex_state = 110}, [4453] = {.lex_state = 122}, - [4454] = {.lex_state = 188}, - [4455] = {.lex_state = 130}, - [4456] = {.lex_state = 59}, - [4457] = {.lex_state = 130}, - [4458] = {.lex_state = 122}, - [4459] = {.lex_state = 110}, + [4454] = {.lex_state = 110}, + [4455] = {.lex_state = 0}, + [4456] = {.lex_state = 122}, + [4457] = {.lex_state = 122}, + [4458] = {.lex_state = 61}, + [4459] = {.lex_state = 122}, [4460] = {.lex_state = 0}, - [4461] = {.lex_state = 59}, - [4462] = {.lex_state = 122}, + [4461] = {.lex_state = 122}, + [4462] = {.lex_state = 59}, [4463] = {.lex_state = 122}, - [4464] = {.lex_state = 61}, - [4465] = {.lex_state = 110}, - [4466] = {.lex_state = 110}, - [4467] = {.lex_state = 122}, + [4464] = {.lex_state = 59}, + [4465] = {.lex_state = 0}, + [4466] = {.lex_state = 120}, + [4467] = {.lex_state = 0}, [4468] = {.lex_state = 0}, - [4469] = {.lex_state = 0}, - [4470] = {.lex_state = 110}, - [4471] = {.lex_state = 59}, - [4472] = {.lex_state = 0}, - [4473] = {.lex_state = 120}, - [4474] = {.lex_state = 110}, - [4475] = {.lex_state = 0}, - [4476] = {.lex_state = 0}, + [4469] = {.lex_state = 122}, + [4470] = {.lex_state = 122}, + [4471] = {.lex_state = 120}, + [4472] = {.lex_state = 122}, + [4473] = {.lex_state = 122}, + [4474] = {.lex_state = 122}, + [4475] = {.lex_state = 122}, + [4476] = {.lex_state = 122}, [4477] = {.lex_state = 122}, - [4478] = {.lex_state = 59}, - [4479] = {.lex_state = 120}, - [4480] = {.lex_state = 120}, - [4481] = {.lex_state = 110}, - [4482] = {.lex_state = 0}, - [4483] = {.lex_state = 61}, - [4484] = {.lex_state = 0}, - [4485] = {.lex_state = 59}, - [4486] = {.lex_state = 122}, - [4487] = {.lex_state = 0}, - [4488] = {.lex_state = 0}, - [4489] = {.lex_state = 130}, - [4490] = {.lex_state = 0}, - [4491] = {.lex_state = 0}, - [4492] = {.lex_state = 0}, - [4493] = {.lex_state = 0}, - [4494] = {.lex_state = 0}, - [4495] = {.lex_state = 0}, - [4496] = {.lex_state = 0}, + [4478] = {.lex_state = 110}, + [4479] = {.lex_state = 110}, + [4480] = {.lex_state = 122}, + [4481] = {.lex_state = 120}, + [4482] = {.lex_state = 122}, + [4483] = {.lex_state = 130}, + [4484] = {.lex_state = 110}, + [4485] = {.lex_state = 0}, + [4486] = {.lex_state = 120}, + [4487] = {.lex_state = 122}, + [4488] = {.lex_state = 120}, + [4489] = {.lex_state = 59}, + [4490] = {.lex_state = 110}, + [4491] = {.lex_state = 122}, + [4492] = {.lex_state = 122}, + [4493] = {.lex_state = 122}, + [4494] = {.lex_state = 110}, + [4495] = {.lex_state = 130}, + [4496] = {.lex_state = 110}, [4497] = {.lex_state = 0}, - [4498] = {.lex_state = 0}, - [4499] = {.lex_state = 0}, + [4498] = {.lex_state = 61}, + [4499] = {.lex_state = 61}, [4500] = {.lex_state = 0}, [4501] = {.lex_state = 0}, - [4502] = {.lex_state = 0}, - [4503] = {.lex_state = 130}, - [4504] = {.lex_state = 0}, - [4505] = {.lex_state = 0}, - [4506] = {.lex_state = 0}, - [4507] = {.lex_state = 0}, - [4508] = {.lex_state = 0}, - [4509] = {.lex_state = 0}, - [4510] = {.lex_state = 0}, - [4511] = {.lex_state = 130}, - [4512] = {.lex_state = 130}, + [4502] = {.lex_state = 120}, + [4503] = {.lex_state = 122}, + [4504] = {.lex_state = 122}, + [4505] = {.lex_state = 122}, + [4506] = {.lex_state = 122}, + [4507] = {.lex_state = 122}, + [4508] = {.lex_state = 122}, + [4509] = {.lex_state = 122}, + [4510] = {.lex_state = 122}, + [4511] = {.lex_state = 0}, + [4512] = {.lex_state = 188}, [4513] = {.lex_state = 0}, [4514] = {.lex_state = 0}, - [4515] = {.lex_state = 0}, + [4515] = {.lex_state = 130}, [4516] = {.lex_state = 130}, - [4517] = {.lex_state = 0}, - [4518] = {.lex_state = 0}, + [4517] = {.lex_state = 120}, + [4518] = {.lex_state = 54}, [4519] = {.lex_state = 0}, [4520] = {.lex_state = 0}, - [4521] = {.lex_state = 0}, - [4522] = {.lex_state = 130}, + [4521] = {.lex_state = 130}, + [4522] = {.lex_state = 0}, [4523] = {.lex_state = 130}, [4524] = {.lex_state = 0}, - [4525] = {.lex_state = 0}, + [4525] = {.lex_state = 188}, [4526] = {.lex_state = 0}, - [4527] = {.lex_state = 56}, + [4527] = {.lex_state = 0}, [4528] = {.lex_state = 0}, [4529] = {.lex_state = 0}, [4530] = {.lex_state = 0}, [4531] = {.lex_state = 0}, - [4532] = {.lex_state = 0}, + [4532] = {.lex_state = 120}, [4533] = {.lex_state = 0}, [4534] = {.lex_state = 0}, [4535] = {.lex_state = 0}, - [4536] = {.lex_state = 0}, - [4537] = {.lex_state = 0}, - [4538] = {.lex_state = 130}, - [4539] = {.lex_state = 188}, - [4540] = {.lex_state = 0}, + [4536] = {.lex_state = 130}, + [4537] = {.lex_state = 130}, + [4538] = {.lex_state = 0}, + [4539] = {.lex_state = 54}, + [4540] = {.lex_state = 130}, [4541] = {.lex_state = 0}, [4542] = {.lex_state = 0}, [4543] = {.lex_state = 0}, - [4544] = {.lex_state = 0}, + [4544] = {.lex_state = 130}, [4545] = {.lex_state = 0}, [4546] = {.lex_state = 0}, [4547] = {.lex_state = 0}, [4548] = {.lex_state = 0}, - [4549] = {.lex_state = 0}, + [4549] = {.lex_state = 130}, [4550] = {.lex_state = 0}, [4551] = {.lex_state = 0}, [4552] = {.lex_state = 0}, [4553] = {.lex_state = 0}, [4554] = {.lex_state = 0}, [4555] = {.lex_state = 0}, - [4556] = {.lex_state = 0}, + [4556] = {.lex_state = 120}, [4557] = {.lex_state = 0}, [4558] = {.lex_state = 0}, [4559] = {.lex_state = 0}, - [4560] = {.lex_state = 130}, - [4561] = {.lex_state = 130}, - [4562] = {.lex_state = 130}, + [4560] = {.lex_state = 0}, + [4561] = {.lex_state = 0}, + [4562] = {.lex_state = 188}, [4563] = {.lex_state = 0}, [4564] = {.lex_state = 0}, [4565] = {.lex_state = 0}, [4566] = {.lex_state = 0}, - [4567] = {.lex_state = 0}, + [4567] = {.lex_state = 188}, [4568] = {.lex_state = 0}, [4569] = {.lex_state = 0}, - [4570] = {.lex_state = 0}, + [4570] = {.lex_state = 130}, [4571] = {.lex_state = 0}, [4572] = {.lex_state = 0}, [4573] = {.lex_state = 0}, - [4574] = {.lex_state = 130}, + [4574] = {.lex_state = 0}, [4575] = {.lex_state = 0}, [4576] = {.lex_state = 0}, [4577] = {.lex_state = 0}, @@ -18774,21 +19479,21 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [4588] = {.lex_state = 0}, [4589] = {.lex_state = 0}, [4590] = {.lex_state = 0}, - [4591] = {.lex_state = 0}, - [4592] = {.lex_state = 0}, + [4591] = {.lex_state = 130}, + [4592] = {.lex_state = 130}, [4593] = {.lex_state = 0}, [4594] = {.lex_state = 0}, [4595] = {.lex_state = 0}, [4596] = {.lex_state = 0}, [4597] = {.lex_state = 0}, [4598] = {.lex_state = 0}, - [4599] = {.lex_state = 120}, - [4600] = {.lex_state = 0}, + [4599] = {.lex_state = 0}, + [4600] = {.lex_state = 130}, [4601] = {.lex_state = 0}, [4602] = {.lex_state = 0}, [4603] = {.lex_state = 0}, [4604] = {.lex_state = 130}, - [4605] = {.lex_state = 130}, + [4605] = {.lex_state = 0}, [4606] = {.lex_state = 0}, [4607] = {.lex_state = 0}, [4608] = {.lex_state = 0}, @@ -18796,53 +19501,53 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [4610] = {.lex_state = 0}, [4611] = {.lex_state = 0}, [4612] = {.lex_state = 0}, - [4613] = {.lex_state = 130}, + [4613] = {.lex_state = 0}, [4614] = {.lex_state = 0}, [4615] = {.lex_state = 0}, [4616] = {.lex_state = 0}, [4617] = {.lex_state = 0}, [4618] = {.lex_state = 0}, - [4619] = {.lex_state = 120}, + [4619] = {.lex_state = 0}, [4620] = {.lex_state = 0}, [4621] = {.lex_state = 0}, [4622] = {.lex_state = 0}, [4623] = {.lex_state = 0}, - [4624] = {.lex_state = 0}, - [4625] = {.lex_state = 130}, + [4624] = {.lex_state = 130}, + [4625] = {.lex_state = 0}, [4626] = {.lex_state = 0}, - [4627] = {.lex_state = 188}, + [4627] = {.lex_state = 0}, [4628] = {.lex_state = 0}, [4629] = {.lex_state = 0}, - [4630] = {.lex_state = 0}, + [4630] = {.lex_state = 130}, [4631] = {.lex_state = 0}, [4632] = {.lex_state = 0}, - [4633] = {.lex_state = 0}, + [4633] = {.lex_state = 130}, [4634] = {.lex_state = 0}, [4635] = {.lex_state = 0}, - [4636] = {.lex_state = 130}, + [4636] = {.lex_state = 0}, [4637] = {.lex_state = 0}, [4638] = {.lex_state = 0}, - [4639] = {.lex_state = 0}, - [4640] = {.lex_state = 56}, - [4641] = {.lex_state = 0}, + [4639] = {.lex_state = 130}, + [4640] = {.lex_state = 0}, + [4641] = {.lex_state = 130}, [4642] = {.lex_state = 0}, [4643] = {.lex_state = 0}, - [4644] = {.lex_state = 0}, - [4645] = {.lex_state = 0}, + [4644] = {.lex_state = 130}, + [4645] = {.lex_state = 188}, [4646] = {.lex_state = 0}, [4647] = {.lex_state = 0}, [4648] = {.lex_state = 0}, - [4649] = {.lex_state = 130}, - [4650] = {.lex_state = 120}, + [4649] = {.lex_state = 0}, + [4650] = {.lex_state = 0}, [4651] = {.lex_state = 0}, [4652] = {.lex_state = 0}, [4653] = {.lex_state = 0}, - [4654] = {.lex_state = 0}, + [4654] = {.lex_state = 130}, [4655] = {.lex_state = 0}, [4656] = {.lex_state = 0}, - [4657] = {.lex_state = 130}, + [4657] = {.lex_state = 0}, [4658] = {.lex_state = 0}, - [4659] = {.lex_state = 130}, + [4659] = {.lex_state = 0}, [4660] = {.lex_state = 0}, [4661] = {.lex_state = 0}, [4662] = {.lex_state = 0}, @@ -18851,169 +19556,169 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [4665] = {.lex_state = 0}, [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, - [4668] = {.lex_state = 0}, + [4668] = {.lex_state = 54}, [4669] = {.lex_state = 0}, [4670] = {.lex_state = 0}, [4671] = {.lex_state = 0}, [4672] = {.lex_state = 0}, [4673] = {.lex_state = 0}, [4674] = {.lex_state = 0}, - [4675] = {.lex_state = 130}, - [4676] = {.lex_state = 130}, + [4675] = {.lex_state = 0}, + [4676] = {.lex_state = 0}, [4677] = {.lex_state = 0}, [4678] = {.lex_state = 0}, [4679] = {.lex_state = 0}, [4680] = {.lex_state = 0}, [4681] = {.lex_state = 0}, - [4682] = {.lex_state = 188}, - [4683] = {.lex_state = 130}, + [4682] = {.lex_state = 0}, + [4683] = {.lex_state = 0}, [4684] = {.lex_state = 0}, [4685] = {.lex_state = 0}, [4686] = {.lex_state = 0}, - [4687] = {.lex_state = 130}, - [4688] = {.lex_state = 0}, + [4687] = {.lex_state = 0}, + [4688] = {.lex_state = 130}, [4689] = {.lex_state = 0}, - [4690] = {.lex_state = 130}, + [4690] = {.lex_state = 0}, [4691] = {.lex_state = 0}, [4692] = {.lex_state = 0}, [4693] = {.lex_state = 0}, [4694] = {.lex_state = 0}, [4695] = {.lex_state = 0}, - [4696] = {.lex_state = 188}, + [4696] = {.lex_state = 0}, [4697] = {.lex_state = 0}, - [4698] = {.lex_state = 56}, + [4698] = {.lex_state = 0}, [4699] = {.lex_state = 0}, [4700] = {.lex_state = 0}, [4701] = {.lex_state = 0}, [4702] = {.lex_state = 0}, [4703] = {.lex_state = 0}, - [4704] = {.lex_state = 130}, + [4704] = {.lex_state = 0}, [4705] = {.lex_state = 0}, [4706] = {.lex_state = 0}, [4707] = {.lex_state = 0}, [4708] = {.lex_state = 0}, - [4709] = {.lex_state = 188}, - [4710] = {.lex_state = 0}, + [4709] = {.lex_state = 0}, + [4710] = {.lex_state = 130}, [4711] = {.lex_state = 0}, [4712] = {.lex_state = 0}, [4713] = {.lex_state = 0}, - [4714] = {.lex_state = 0}, - [4715] = {.lex_state = 130}, - [4716] = {.lex_state = 120}, + [4714] = {.lex_state = 130}, + [4715] = {.lex_state = 0}, + [4716] = {.lex_state = 0}, [4717] = {.lex_state = 0}, - [4718] = {.lex_state = 130}, - [4719] = {.lex_state = 0}, + [4718] = {.lex_state = 0}, + [4719] = {.lex_state = 130}, [4720] = {.lex_state = 0}, - [4721] = {.lex_state = 130}, + [4721] = {.lex_state = 0}, [4722] = {.lex_state = 0}, [4723] = {.lex_state = 0}, [4724] = {.lex_state = 0}, [4725] = {.lex_state = 0}, [4726] = {.lex_state = 0}, - [4727] = {.lex_state = 0}, + [4727] = {.lex_state = 130}, [4728] = {.lex_state = 0}, [4729] = {.lex_state = 0}, - [4730] = {.lex_state = 0}, + [4730] = {.lex_state = 130}, [4731] = {.lex_state = 0}, [4732] = {.lex_state = 0}, - [4733] = {.lex_state = 0}, + [4733] = {.lex_state = 54}, [4734] = {.lex_state = 0}, - [4735] = {.lex_state = 130}, + [4735] = {.lex_state = 0}, [4736] = {.lex_state = 0}, - [4737] = {.lex_state = 130}, - [4738] = {.lex_state = 56}, + [4737] = {.lex_state = 0}, + [4738] = {.lex_state = 0}, [4739] = {.lex_state = 0}, [4740] = {.lex_state = 0}, - [4741] = {.lex_state = 130}, - [4742] = {.lex_state = 188}, + [4741] = {.lex_state = 0}, + [4742] = {.lex_state = 0}, [4743] = {.lex_state = 0}, [4744] = {.lex_state = 0}, - [4745] = {.lex_state = 62}, - [4746] = {.lex_state = 188}, - [4747] = {.lex_state = 130}, - [4748] = {.lex_state = 130}, - [4749] = {.lex_state = 188}, + [4745] = {.lex_state = 130}, + [4746] = {.lex_state = 0}, + [4747] = {.lex_state = 0}, + [4748] = {.lex_state = 0}, + [4749] = {.lex_state = 0}, [4750] = {.lex_state = 0}, [4751] = {.lex_state = 0}, [4752] = {.lex_state = 0}, - [4753] = {.lex_state = 188}, + [4753] = {.lex_state = 0}, [4754] = {.lex_state = 130}, - [4755] = {.lex_state = 188}, - [4756] = {.lex_state = 130}, + [4755] = {.lex_state = 0}, + [4756] = {.lex_state = 0}, [4757] = {.lex_state = 0}, - [4758] = {.lex_state = 0}, + [4758] = {.lex_state = 120}, [4759] = {.lex_state = 0}, [4760] = {.lex_state = 0}, [4761] = {.lex_state = 0}, [4762] = {.lex_state = 0}, - [4763] = {.lex_state = 130}, - [4764] = {.lex_state = 63}, + [4763] = {.lex_state = 0}, + [4764] = {.lex_state = 0}, [4765] = {.lex_state = 0}, - [4766] = {.lex_state = 0}, - [4767] = {.lex_state = 0}, - [4768] = {.lex_state = 188}, + [4766] = {.lex_state = 130}, + [4767] = {.lex_state = 130}, + [4768] = {.lex_state = 0}, [4769] = {.lex_state = 0}, [4770] = {.lex_state = 0}, - [4771] = {.lex_state = 62}, - [4772] = {.lex_state = 188}, - [4773] = {.lex_state = 0}, - [4774] = {.lex_state = 0}, - [4775] = {.lex_state = 188}, - [4776] = {.lex_state = 188}, + [4771] = {.lex_state = 130}, + [4772] = {.lex_state = 130}, + [4773] = {.lex_state = 62}, + [4774] = {.lex_state = 130}, + [4775] = {.lex_state = 62}, + [4776] = {.lex_state = 130}, [4777] = {.lex_state = 0}, - [4778] = {.lex_state = 188}, + [4778] = {.lex_state = 130}, [4779] = {.lex_state = 0}, [4780] = {.lex_state = 188}, - [4781] = {.lex_state = 188}, - [4782] = {.lex_state = 0}, + [4781] = {.lex_state = 130}, + [4782] = {.lex_state = 130}, [4783] = {.lex_state = 62}, - [4784] = {.lex_state = 62}, - [4785] = {.lex_state = 188}, + [4784] = {.lex_state = 130}, + [4785] = {.lex_state = 0}, [4786] = {.lex_state = 0}, [4787] = {.lex_state = 0}, - [4788] = {.lex_state = 0}, + [4788] = {.lex_state = 130}, [4789] = {.lex_state = 130}, [4790] = {.lex_state = 0}, - [4791] = {.lex_state = 131}, - [4792] = {.lex_state = 0}, - [4793] = {.lex_state = 188}, + [4791] = {.lex_state = 0}, + [4792] = {.lex_state = 130}, + [4793] = {.lex_state = 130}, [4794] = {.lex_state = 0}, - [4795] = {.lex_state = 0}, + [4795] = {.lex_state = 130}, [4796] = {.lex_state = 0}, [4797] = {.lex_state = 0}, - [4798] = {.lex_state = 188}, - [4799] = {.lex_state = 62}, + [4798] = {.lex_state = 130}, + [4799] = {.lex_state = 130}, [4800] = {.lex_state = 0}, - [4801] = {.lex_state = 63}, + [4801] = {.lex_state = 130}, [4802] = {.lex_state = 0}, - [4803] = {.lex_state = 0}, + [4803] = {.lex_state = 188}, [4804] = {.lex_state = 0}, - [4805] = {.lex_state = 0}, - [4806] = {.lex_state = 0}, - [4807] = {.lex_state = 0}, - [4808] = {.lex_state = 0}, + [4805] = {.lex_state = 130}, + [4806] = {.lex_state = 130}, + [4807] = {.lex_state = 62}, + [4808] = {.lex_state = 130}, [4809] = {.lex_state = 0}, - [4810] = {.lex_state = 0}, + [4810] = {.lex_state = 188}, [4811] = {.lex_state = 0}, - [4812] = {.lex_state = 130}, - [4813] = {.lex_state = 0}, - [4814] = {.lex_state = 62}, - [4815] = {.lex_state = 63}, - [4816] = {.lex_state = 0}, + [4812] = {.lex_state = 188}, + [4813] = {.lex_state = 188}, + [4814] = {.lex_state = 130}, + [4815] = {.lex_state = 130}, + [4816] = {.lex_state = 130}, [4817] = {.lex_state = 63}, - [4818] = {.lex_state = 0}, - [4819] = {.lex_state = 0}, + [4818] = {.lex_state = 188}, + [4819] = {.lex_state = 130}, [4820] = {.lex_state = 130}, - [4821] = {.lex_state = 188}, - [4822] = {.lex_state = 188}, + [4821] = {.lex_state = 0}, + [4822] = {.lex_state = 130}, [4823] = {.lex_state = 0}, - [4824] = {.lex_state = 0}, + [4824] = {.lex_state = 130}, [4825] = {.lex_state = 0}, [4826] = {.lex_state = 0}, [4827] = {.lex_state = 0}, - [4828] = {.lex_state = 0}, - [4829] = {.lex_state = 188}, - [4830] = {.lex_state = 130}, + [4828] = {.lex_state = 130}, + [4829] = {.lex_state = 0}, + [4830] = {.lex_state = 0}, [4831] = {.lex_state = 0}, [4832] = {.lex_state = 0}, [4833] = {.lex_state = 0}, @@ -19024,769 +19729,804 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [4838] = {.lex_state = 0}, [4839] = {.lex_state = 0}, [4840] = {.lex_state = 0}, - [4841] = {.lex_state = 0}, - [4842] = {.lex_state = 62}, - [4843] = {.lex_state = 130}, - [4844] = {.lex_state = 131}, - [4845] = {.lex_state = 0}, - [4846] = {.lex_state = 0}, - [4847] = {.lex_state = 0}, + [4841] = {.lex_state = 130}, + [4842] = {.lex_state = 130}, + [4843] = {.lex_state = 62}, + [4844] = {.lex_state = 130}, + [4845] = {.lex_state = 130}, + [4846] = {.lex_state = 130}, + [4847] = {.lex_state = 130}, [4848] = {.lex_state = 130}, - [4849] = {.lex_state = 0}, - [4850] = {.lex_state = 0}, + [4849] = {.lex_state = 130}, + [4850] = {.lex_state = 130}, [4851] = {.lex_state = 130}, - [4852] = {.lex_state = 130}, - [4853] = {.lex_state = 0}, - [4854] = {.lex_state = 62}, - [4855] = {.lex_state = 0}, - [4856] = {.lex_state = 0}, + [4852] = {.lex_state = 0}, + [4853] = {.lex_state = 130}, + [4854] = {.lex_state = 130}, + [4855] = {.lex_state = 130}, + [4856] = {.lex_state = 130}, [4857] = {.lex_state = 130}, [4858] = {.lex_state = 130}, [4859] = {.lex_state = 0}, - [4860] = {.lex_state = 130}, - [4861] = {.lex_state = 130}, - [4862] = {.lex_state = 130}, - [4863] = {.lex_state = 0}, + [4860] = {.lex_state = 0}, + [4861] = {.lex_state = 0}, + [4862] = {.lex_state = 0}, + [4863] = {.lex_state = 130}, [4864] = {.lex_state = 130}, - [4865] = {.lex_state = 0}, - [4866] = {.lex_state = 0}, - [4867] = {.lex_state = 0}, - [4868] = {.lex_state = 130}, - [4869] = {.lex_state = 0}, - [4870] = {.lex_state = 0}, - [4871] = {.lex_state = 130}, - [4872] = {.lex_state = 0}, + [4865] = {.lex_state = 130}, + [4866] = {.lex_state = 130}, + [4867] = {.lex_state = 130}, + [4868] = {.lex_state = 0}, + [4869] = {.lex_state = 130}, + [4870] = {.lex_state = 130}, + [4871] = {.lex_state = 0}, + [4872] = {.lex_state = 130}, [4873] = {.lex_state = 0}, - [4874] = {.lex_state = 188}, - [4875] = {.lex_state = 0}, - [4876] = {.lex_state = 0}, - [4877] = {.lex_state = 0}, - [4878] = {.lex_state = 0}, - [4879] = {.lex_state = 0}, - [4880] = {.lex_state = 0}, - [4881] = {.lex_state = 188}, - [4882] = {.lex_state = 62}, - [4883] = {.lex_state = 0}, + [4874] = {.lex_state = 130}, + [4875] = {.lex_state = 130}, + [4876] = {.lex_state = 130}, + [4877] = {.lex_state = 130}, + [4878] = {.lex_state = 130}, + [4879] = {.lex_state = 130}, + [4880] = {.lex_state = 130}, + [4881] = {.lex_state = 130}, + [4882] = {.lex_state = 130}, + [4883] = {.lex_state = 62}, [4884] = {.lex_state = 0}, [4885] = {.lex_state = 0}, [4886] = {.lex_state = 0}, - [4887] = {.lex_state = 130}, + [4887] = {.lex_state = 188}, [4888] = {.lex_state = 0}, [4889] = {.lex_state = 0}, [4890] = {.lex_state = 130}, - [4891] = {.lex_state = 130}, + [4891] = {.lex_state = 0}, [4892] = {.lex_state = 0}, - [4893] = {.lex_state = 0}, - [4894] = {.lex_state = 62}, + [4893] = {.lex_state = 63}, + [4894] = {.lex_state = 0}, [4895] = {.lex_state = 0}, - [4896] = {.lex_state = 0}, - [4897] = {.lex_state = 0}, + [4896] = {.lex_state = 130}, + [4897] = {.lex_state = 63}, [4898] = {.lex_state = 0}, - [4899] = {.lex_state = 130}, - [4900] = {.lex_state = 130}, - [4901] = {.lex_state = 0}, + [4899] = {.lex_state = 0}, + [4900] = {.lex_state = 0}, + [4901] = {.lex_state = 188}, [4902] = {.lex_state = 0}, - [4903] = {.lex_state = 130}, - [4904] = {.lex_state = 131}, - [4905] = {.lex_state = 63}, - [4906] = {.lex_state = 0}, + [4903] = {.lex_state = 0}, + [4904] = {.lex_state = 188}, + [4905] = {.lex_state = 188}, + [4906] = {.lex_state = 188}, [4907] = {.lex_state = 188}, [4908] = {.lex_state = 0}, [4909] = {.lex_state = 0}, - [4910] = {.lex_state = 0}, - [4911] = {.lex_state = 130}, - [4912] = {.lex_state = 130}, - [4913] = {.lex_state = 130}, - [4914] = {.lex_state = 130}, + [4910] = {.lex_state = 130}, + [4911] = {.lex_state = 62}, + [4912] = {.lex_state = 0}, + [4913] = {.lex_state = 62}, + [4914] = {.lex_state = 0}, [4915] = {.lex_state = 0}, - [4916] = {.lex_state = 0}, - [4917] = {.lex_state = 130}, - [4918] = {.lex_state = 130}, + [4916] = {.lex_state = 62}, + [4917] = {.lex_state = 63}, + [4918] = {.lex_state = 188}, [4919] = {.lex_state = 0}, - [4920] = {.lex_state = 0}, + [4920] = {.lex_state = 62}, [4921] = {.lex_state = 0}, - [4922] = {.lex_state = 130}, - [4923] = {.lex_state = 0}, - [4924] = {.lex_state = 0}, + [4922] = {.lex_state = 188}, + [4923] = {.lex_state = 188}, + [4924] = {.lex_state = 188}, [4925] = {.lex_state = 0}, - [4926] = {.lex_state = 130}, + [4926] = {.lex_state = 0}, [4927] = {.lex_state = 0}, - [4928] = {.lex_state = 130}, - [4929] = {.lex_state = 0}, - [4930] = {.lex_state = 130}, - [4931] = {.lex_state = 63}, + [4928] = {.lex_state = 0}, + [4929] = {.lex_state = 130}, + [4930] = {.lex_state = 0}, + [4931] = {.lex_state = 0}, [4932] = {.lex_state = 0}, [4933] = {.lex_state = 0}, - [4934] = {.lex_state = 188}, + [4934] = {.lex_state = 63}, [4935] = {.lex_state = 0}, - [4936] = {.lex_state = 0}, - [4937] = {.lex_state = 0}, - [4938] = {.lex_state = 0}, - [4939] = {.lex_state = 0}, - [4940] = {.lex_state = 0}, + [4936] = {.lex_state = 188}, + [4937] = {.lex_state = 130}, + [4938] = {.lex_state = 188}, + [4939] = {.lex_state = 188}, + [4940] = {.lex_state = 62}, [4941] = {.lex_state = 0}, [4942] = {.lex_state = 0}, - [4943] = {.lex_state = 0}, - [4944] = {.lex_state = 130}, - [4945] = {.lex_state = 0}, - [4946] = {.lex_state = 0}, + [4943] = {.lex_state = 188}, + [4944] = {.lex_state = 188}, + [4945] = {.lex_state = 188}, + [4946] = {.lex_state = 130}, [4947] = {.lex_state = 0}, [4948] = {.lex_state = 0}, - [4949] = {.lex_state = 130}, - [4950] = {.lex_state = 0}, - [4951] = {.lex_state = 0}, + [4949] = {.lex_state = 0}, + [4950] = {.lex_state = 130}, + [4951] = {.lex_state = 131}, [4952] = {.lex_state = 0}, - [4953] = {.lex_state = 130}, - [4954] = {.lex_state = 188}, + [4953] = {.lex_state = 0}, + [4954] = {.lex_state = 0}, [4955] = {.lex_state = 0}, - [4956] = {.lex_state = 130}, - [4957] = {.lex_state = 0}, - [4958] = {.lex_state = 130}, - [4959] = {.lex_state = 130}, + [4956] = {.lex_state = 0}, + [4957] = {.lex_state = 130}, + [4958] = {.lex_state = 0}, + [4959] = {.lex_state = 0}, [4960] = {.lex_state = 0}, [4961] = {.lex_state = 0}, - [4962] = {.lex_state = 0}, - [4963] = {.lex_state = 0}, - [4964] = {.lex_state = 0}, - [4965] = {.lex_state = 62}, - [4966] = {.lex_state = 62}, - [4967] = {.lex_state = 130}, - [4968] = {.lex_state = 130}, - [4969] = {.lex_state = 0}, + [4962] = {.lex_state = 63}, + [4963] = {.lex_state = 188}, + [4964] = {.lex_state = 188}, + [4965] = {.lex_state = 0}, + [4966] = {.lex_state = 0}, + [4967] = {.lex_state = 0}, + [4968] = {.lex_state = 0}, + [4969] = {.lex_state = 131}, [4970] = {.lex_state = 130}, - [4971] = {.lex_state = 130}, - [4972] = {.lex_state = 0}, + [4971] = {.lex_state = 0}, + [4972] = {.lex_state = 62}, [4973] = {.lex_state = 0}, [4974] = {.lex_state = 0}, - [4975] = {.lex_state = 63}, + [4975] = {.lex_state = 0}, [4976] = {.lex_state = 0}, - [4977] = {.lex_state = 130}, - [4978] = {.lex_state = 130}, - [4979] = {.lex_state = 130}, - [4980] = {.lex_state = 0}, - [4981] = {.lex_state = 0}, - [4982] = {.lex_state = 188}, + [4977] = {.lex_state = 0}, + [4978] = {.lex_state = 0}, + [4979] = {.lex_state = 0}, + [4980] = {.lex_state = 188}, + [4981] = {.lex_state = 188}, + [4982] = {.lex_state = 0}, [4983] = {.lex_state = 0}, - [4984] = {.lex_state = 0}, + [4984] = {.lex_state = 188}, [4985] = {.lex_state = 0}, - [4986] = {.lex_state = 0}, - [4987] = {.lex_state = 188}, - [4988] = {.lex_state = 0}, - [4989] = {.lex_state = 0}, - [4990] = {.lex_state = 188}, + [4986] = {.lex_state = 62}, + [4987] = {.lex_state = 0}, + [4988] = {.lex_state = 130}, + [4989] = {.lex_state = 131}, + [4990] = {.lex_state = 0}, [4991] = {.lex_state = 0}, - [4992] = {.lex_state = 0}, - [4993] = {.lex_state = 0}, + [4992] = {.lex_state = 188}, + [4993] = {.lex_state = 62}, [4994] = {.lex_state = 0}, [4995] = {.lex_state = 0}, - [4996] = {.lex_state = 130}, + [4996] = {.lex_state = 0}, [4997] = {.lex_state = 0}, - [4998] = {.lex_state = 0}, - [4999] = {.lex_state = 62}, + [4998] = {.lex_state = 63}, + [4999] = {.lex_state = 188}, [5000] = {.lex_state = 0}, [5001] = {.lex_state = 0}, [5002] = {.lex_state = 0}, - [5003] = {.lex_state = 188}, - [5004] = {.lex_state = 188}, - [5005] = {.lex_state = 188}, - [5006] = {.lex_state = 130}, + [5003] = {.lex_state = 0}, + [5004] = {.lex_state = 0}, + [5005] = {.lex_state = 0}, + [5006] = {.lex_state = 0}, [5007] = {.lex_state = 0}, - [5008] = {.lex_state = 130}, - [5009] = {.lex_state = 130}, - [5010] = {.lex_state = 188}, - [5011] = {.lex_state = 130}, - [5012] = {.lex_state = 130}, - [5013] = {.lex_state = 130}, - [5014] = {.lex_state = 130}, + [5008] = {.lex_state = 0}, + [5009] = {.lex_state = 0}, + [5010] = {.lex_state = 0}, + [5011] = {.lex_state = 0}, + [5012] = {.lex_state = 0}, + [5013] = {.lex_state = 0}, + [5014] = {.lex_state = 0}, [5015] = {.lex_state = 0}, - [5016] = {.lex_state = 130}, - [5017] = {.lex_state = 130}, - [5018] = {.lex_state = 188}, + [5016] = {.lex_state = 0}, + [5017] = {.lex_state = 0}, + [5018] = {.lex_state = 0}, [5019] = {.lex_state = 0}, [5020] = {.lex_state = 0}, - [5021] = {.lex_state = 130}, + [5021] = {.lex_state = 0}, [5022] = {.lex_state = 0}, - [5023] = {.lex_state = 130}, - [5024] = {.lex_state = 62}, - [5025] = {.lex_state = 130}, - [5026] = {.lex_state = 0}, - [5027] = {.lex_state = 188}, - [5028] = {.lex_state = 130}, + [5023] = {.lex_state = 0}, + [5024] = {.lex_state = 0}, + [5025] = {.lex_state = 0}, + [5026] = {.lex_state = 188}, + [5027] = {.lex_state = 0}, + [5028] = {.lex_state = 0}, [5029] = {.lex_state = 0}, [5030] = {.lex_state = 0}, [5031] = {.lex_state = 0}, [5032] = {.lex_state = 0}, - [5033] = {.lex_state = 188}, + [5033] = {.lex_state = 0}, [5034] = {.lex_state = 62}, - [5035] = {.lex_state = 62}, - [5036] = {.lex_state = 63}, + [5035] = {.lex_state = 0}, + [5036] = {.lex_state = 0}, [5037] = {.lex_state = 0}, - [5038] = {.lex_state = 0}, + [5038] = {.lex_state = 188}, [5039] = {.lex_state = 0}, [5040] = {.lex_state = 0}, - [5041] = {.lex_state = 130}, + [5041] = {.lex_state = 0}, [5042] = {.lex_state = 0}, - [5043] = {.lex_state = 0}, + [5043] = {.lex_state = 62}, [5044] = {.lex_state = 0}, [5045] = {.lex_state = 0}, - [5046] = {.lex_state = 0}, - [5047] = {.lex_state = 130}, - [5048] = {.lex_state = 130}, - [5049] = {.lex_state = 62}, + [5046] = {.lex_state = 188}, + [5047] = {.lex_state = 0}, + [5048] = {.lex_state = 0}, + [5049] = {.lex_state = 0}, [5050] = {.lex_state = 0}, [5051] = {.lex_state = 0}, - [5052] = {.lex_state = 130}, - [5053] = {.lex_state = 130}, + [5052] = {.lex_state = 0}, + [5053] = {.lex_state = 0}, [5054] = {.lex_state = 0}, [5055] = {.lex_state = 0}, [5056] = {.lex_state = 0}, [5057] = {.lex_state = 0}, - [5058] = {.lex_state = 130}, + [5058] = {.lex_state = 0}, [5059] = {.lex_state = 0}, [5060] = {.lex_state = 188}, - [5061] = {.lex_state = 188}, - [5062] = {.lex_state = 0}, + [5061] = {.lex_state = 0}, + [5062] = {.lex_state = 188}, [5063] = {.lex_state = 0}, [5064] = {.lex_state = 0}, - [5065] = {.lex_state = 188}, - [5066] = {.lex_state = 0}, - [5067] = {.lex_state = 188}, - [5068] = {.lex_state = 131}, + [5065] = {.lex_state = 63}, + [5066] = {.lex_state = 188}, + [5067] = {.lex_state = 0}, + [5068] = {.lex_state = 0}, [5069] = {.lex_state = 0}, - [5070] = {.lex_state = 0}, - [5071] = {.lex_state = 130}, + [5070] = {.lex_state = 188}, + [5071] = {.lex_state = 0}, [5072] = {.lex_state = 0}, [5073] = {.lex_state = 0}, [5074] = {.lex_state = 0}, [5075] = {.lex_state = 0}, - [5076] = {.lex_state = 130}, - [5077] = {.lex_state = 0}, + [5076] = {.lex_state = 0}, + [5077] = {.lex_state = 62}, [5078] = {.lex_state = 0}, [5079] = {.lex_state = 0}, [5080] = {.lex_state = 0}, [5081] = {.lex_state = 0}, - [5082] = {.lex_state = 130}, + [5082] = {.lex_state = 0}, [5083] = {.lex_state = 0}, [5084] = {.lex_state = 0}, [5085] = {.lex_state = 0}, - [5086] = {.lex_state = 130}, + [5086] = {.lex_state = 0}, [5087] = {.lex_state = 0}, - [5088] = {.lex_state = 98}, - [5089] = {.lex_state = 0}, - [5090] = {.lex_state = 188}, + [5088] = {.lex_state = 0}, + [5089] = {.lex_state = 188}, + [5090] = {.lex_state = 0}, [5091] = {.lex_state = 0}, - [5092] = {.lex_state = 98}, - [5093] = {.lex_state = 130}, + [5092] = {.lex_state = 0}, + [5093] = {.lex_state = 0}, [5094] = {.lex_state = 0}, [5095] = {.lex_state = 0}, [5096] = {.lex_state = 0}, - [5097] = {.lex_state = 130}, - [5098] = {.lex_state = 0}, - [5099] = {.lex_state = 0}, - [5100] = {.lex_state = 0}, - [5101] = {.lex_state = 0}, - [5102] = {.lex_state = 0}, + [5097] = {.lex_state = 131}, + [5098] = {.lex_state = 130}, + [5099] = {.lex_state = 54}, + [5100] = {.lex_state = 98}, + [5101] = {.lex_state = 130}, + [5102] = {.lex_state = 130}, [5103] = {.lex_state = 0}, [5104] = {.lex_state = 0}, - [5105] = {.lex_state = 0}, + [5105] = {.lex_state = 130}, [5106] = {.lex_state = 0}, - [5107] = {.lex_state = 0}, + [5107] = {.lex_state = 130}, [5108] = {.lex_state = 0}, [5109] = {.lex_state = 0}, - [5110] = {.lex_state = 188}, - [5111] = {.lex_state = 0}, + [5110] = {.lex_state = 0}, + [5111] = {.lex_state = 130}, [5112] = {.lex_state = 0}, [5113] = {.lex_state = 0}, [5114] = {.lex_state = 0}, [5115] = {.lex_state = 0}, - [5116] = {.lex_state = 0}, - [5117] = {.lex_state = 0}, - [5118] = {.lex_state = 0}, - [5119] = {.lex_state = 0}, - [5120] = {.lex_state = 0}, + [5116] = {.lex_state = 98}, + [5117] = {.lex_state = 188}, + [5118] = {.lex_state = 54}, + [5119] = {.lex_state = 130}, + [5120] = {.lex_state = 188}, [5121] = {.lex_state = 0}, - [5122] = {.lex_state = 0}, - [5123] = {.lex_state = 98}, + [5122] = {.lex_state = 130}, + [5123] = {.lex_state = 130}, [5124] = {.lex_state = 0}, - [5125] = {.lex_state = 98}, - [5126] = {.lex_state = 0}, - [5127] = {.lex_state = 56}, + [5125] = {.lex_state = 0}, + [5126] = {.lex_state = 54}, + [5127] = {.lex_state = 130}, [5128] = {.lex_state = 0}, [5129] = {.lex_state = 0}, - [5130] = {.lex_state = 0}, + [5130] = {.lex_state = 130}, [5131] = {.lex_state = 0}, [5132] = {.lex_state = 0}, - [5133] = {.lex_state = 188}, - [5134] = {.lex_state = 122}, - [5135] = {.lex_state = 130}, + [5133] = {.lex_state = 130}, + [5134] = {.lex_state = 0}, + [5135] = {.lex_state = 0}, [5136] = {.lex_state = 0}, [5137] = {.lex_state = 0}, [5138] = {.lex_state = 0}, - [5139] = {.lex_state = 98}, - [5140] = {.lex_state = 130}, - [5141] = {.lex_state = 0}, + [5139] = {.lex_state = 0}, + [5140] = {.lex_state = 188}, + [5141] = {.lex_state = 130}, [5142] = {.lex_state = 0}, - [5143] = {.lex_state = 130}, - [5144] = {.lex_state = 0}, + [5143] = {.lex_state = 0}, + [5144] = {.lex_state = 130}, [5145] = {.lex_state = 0}, - [5146] = {.lex_state = 0}, + [5146] = {.lex_state = 98}, [5147] = {.lex_state = 0}, - [5148] = {.lex_state = 0}, - [5149] = {.lex_state = 130}, - [5150] = {.lex_state = 130}, - [5151] = {.lex_state = 0}, + [5148] = {.lex_state = 98}, + [5149] = {.lex_state = 122}, + [5150] = {.lex_state = 0}, + [5151] = {.lex_state = 54}, [5152] = {.lex_state = 0}, [5153] = {.lex_state = 0}, - [5154] = {.lex_state = 130}, - [5155] = {.lex_state = 0}, + [5154] = {.lex_state = 0}, + [5155] = {.lex_state = 54}, [5156] = {.lex_state = 0}, - [5157] = {.lex_state = 130}, - [5158] = {.lex_state = 188}, - [5159] = {.lex_state = 122}, - [5160] = {.lex_state = 98}, - [5161] = {.lex_state = 0}, + [5157] = {.lex_state = 98}, + [5158] = {.lex_state = 0}, + [5159] = {.lex_state = 98}, + [5160] = {.lex_state = 0}, + [5161] = {.lex_state = 98}, [5162] = {.lex_state = 0}, - [5163] = {.lex_state = 98}, - [5164] = {.lex_state = 130}, - [5165] = {.lex_state = 0}, - [5166] = {.lex_state = 56}, + [5163] = {.lex_state = 54}, + [5164] = {.lex_state = 98}, + [5165] = {.lex_state = 122}, + [5166] = {.lex_state = 0}, [5167] = {.lex_state = 0}, - [5168] = {.lex_state = 56}, + [5168] = {.lex_state = 130}, [5169] = {.lex_state = 0}, - [5170] = {.lex_state = 56}, - [5171] = {.lex_state = 0}, + [5170] = {.lex_state = 0}, + [5171] = {.lex_state = 54}, [5172] = {.lex_state = 0}, [5173] = {.lex_state = 0}, [5174] = {.lex_state = 0}, - [5175] = {.lex_state = 130}, - [5176] = {.lex_state = 56}, - [5177] = {.lex_state = 130}, - [5178] = {.lex_state = 98}, + [5175] = {.lex_state = 0}, + [5176] = {.lex_state = 0}, + [5177] = {.lex_state = 0}, + [5178] = {.lex_state = 54}, [5179] = {.lex_state = 0}, - [5180] = {.lex_state = 0}, - [5181] = {.lex_state = 0}, + [5180] = {.lex_state = 130}, + [5181] = {.lex_state = 54}, [5182] = {.lex_state = 0}, [5183] = {.lex_state = 0}, [5184] = {.lex_state = 0}, - [5185] = {.lex_state = 56}, - [5186] = {.lex_state = 98}, + [5185] = {.lex_state = 130}, + [5186] = {.lex_state = 188}, [5187] = {.lex_state = 0}, [5188] = {.lex_state = 0}, [5189] = {.lex_state = 0}, - [5190] = {.lex_state = 130}, - [5191] = {.lex_state = 98}, - [5192] = {.lex_state = 188}, - [5193] = {.lex_state = 0}, - [5194] = {.lex_state = 0}, + [5190] = {.lex_state = 0}, + [5191] = {.lex_state = 188}, + [5192] = {.lex_state = 0}, + [5193] = {.lex_state = 98}, + [5194] = {.lex_state = 54}, [5195] = {.lex_state = 0}, [5196] = {.lex_state = 0}, - [5197] = {.lex_state = 122}, - [5198] = {.lex_state = 130}, - [5199] = {.lex_state = 130}, - [5200] = {.lex_state = 130}, + [5197] = {.lex_state = 54}, + [5198] = {.lex_state = 0}, + [5199] = {.lex_state = 0}, + [5200] = {.lex_state = 0}, [5201] = {.lex_state = 0}, [5202] = {.lex_state = 0}, [5203] = {.lex_state = 0}, [5204] = {.lex_state = 0}, - [5205] = {.lex_state = 130}, + [5205] = {.lex_state = 0}, [5206] = {.lex_state = 0}, [5207] = {.lex_state = 0}, [5208] = {.lex_state = 0}, - [5209] = {.lex_state = 0}, + [5209] = {.lex_state = 98}, [5210] = {.lex_state = 0}, - [5211] = {.lex_state = 188}, - [5212] = {.lex_state = 130}, + [5211] = {.lex_state = 0}, + [5212] = {.lex_state = 0}, [5213] = {.lex_state = 0}, - [5214] = {.lex_state = 56}, + [5214] = {.lex_state = 0}, [5215] = {.lex_state = 0}, [5216] = {.lex_state = 0}, - [5217] = {.lex_state = 56}, + [5217] = {.lex_state = 0}, [5218] = {.lex_state = 0}, [5219] = {.lex_state = 0}, [5220] = {.lex_state = 0}, - [5221] = {.lex_state = 0}, - [5222] = {.lex_state = 0}, - [5223] = {.lex_state = 56}, - [5224] = {.lex_state = 98}, + [5221] = {.lex_state = 98}, + [5222] = {.lex_state = 130}, + [5223] = {.lex_state = 54}, + [5224] = {.lex_state = 0}, [5225] = {.lex_state = 0}, - [5226] = {.lex_state = 56}, - [5227] = {.lex_state = 56}, - [5228] = {.lex_state = 98}, - [5229] = {.lex_state = 98}, - [5230] = {.lex_state = 0}, + [5226] = {.lex_state = 0}, + [5227] = {.lex_state = 0}, + [5228] = {.lex_state = 54}, + [5229] = {.lex_state = 130}, + [5230] = {.lex_state = 130}, [5231] = {.lex_state = 0}, [5232] = {.lex_state = 0}, [5233] = {.lex_state = 0}, - [5234] = {.lex_state = 0}, - [5235] = {.lex_state = 0}, - [5236] = {.lex_state = 130}, - [5237] = {.lex_state = 0}, + [5234] = {.lex_state = 130}, + [5235] = {.lex_state = 130}, + [5236] = {.lex_state = 54}, + [5237] = {.lex_state = 130}, [5238] = {.lex_state = 0}, [5239] = {.lex_state = 0}, [5240] = {.lex_state = 0}, - [5241] = {.lex_state = 0}, - [5242] = {.lex_state = 56}, - [5243] = {.lex_state = 56}, + [5241] = {.lex_state = 188}, + [5242] = {.lex_state = 122}, + [5243] = {.lex_state = 0}, [5244] = {.lex_state = 130}, - [5245] = {.lex_state = 0}, - [5246] = {.lex_state = 56}, - [5247] = {.lex_state = 131}, - [5248] = {.lex_state = 98}, + [5245] = {.lex_state = 130}, + [5246] = {.lex_state = 54}, + [5247] = {.lex_state = 0}, + [5248] = {.lex_state = 54}, [5249] = {.lex_state = 0}, [5250] = {.lex_state = 0}, [5251] = {.lex_state = 0}, [5252] = {.lex_state = 0}, [5253] = {.lex_state = 0}, - [5254] = {.lex_state = 0}, + [5254] = {.lex_state = 188}, [5255] = {.lex_state = 0}, [5256] = {.lex_state = 0}, - [5257] = {.lex_state = 56}, + [5257] = {.lex_state = 54}, [5258] = {.lex_state = 0}, [5259] = {.lex_state = 0}, - [5260] = {.lex_state = 56}, - [5261] = {.lex_state = 98}, - [5262] = {.lex_state = 98}, + [5260] = {.lex_state = 130}, + [5261] = {.lex_state = 130}, + [5262] = {.lex_state = 0}, [5263] = {.lex_state = 0}, [5264] = {.lex_state = 0}, - [5265] = {.lex_state = 0}, - [5266] = {.lex_state = 0}, + [5265] = {.lex_state = 98}, + [5266] = {.lex_state = 130}, [5267] = {.lex_state = 0}, - [5268] = {.lex_state = 0}, + [5268] = {.lex_state = 98}, [5269] = {.lex_state = 0}, [5270] = {.lex_state = 0}, - [5271] = {.lex_state = 0}, - [5272] = {.lex_state = 0}, + [5271] = {.lex_state = 98}, + [5272] = {.lex_state = 54}, [5273] = {.lex_state = 0}, - [5274] = {.lex_state = 0}, + [5274] = {.lex_state = 130}, [5275] = {.lex_state = 0}, [5276] = {.lex_state = 0}, - [5277] = {.lex_state = 0}, + [5277] = {.lex_state = 98}, [5278] = {.lex_state = 0}, [5279] = {.lex_state = 0}, - [5280] = {.lex_state = 122}, + [5280] = {.lex_state = 0}, [5281] = {.lex_state = 0}, - [5282] = {.lex_state = 130}, - [5283] = {.lex_state = 130}, - [5284] = {.lex_state = 0}, + [5282] = {.lex_state = 131}, + [5283] = {.lex_state = 0}, + [5284] = {.lex_state = 54}, [5285] = {.lex_state = 0}, [5286] = {.lex_state = 0}, [5287] = {.lex_state = 0}, - [5288] = {.lex_state = 130}, + [5288] = {.lex_state = 0}, [5289] = {.lex_state = 0}, [5290] = {.lex_state = 0}, [5291] = {.lex_state = 0}, [5292] = {.lex_state = 0}, - [5293] = {.lex_state = 130}, - [5294] = {.lex_state = 188}, - [5295] = {.lex_state = 130}, - [5296] = {.lex_state = 56}, + [5293] = {.lex_state = 0}, + [5294] = {.lex_state = 0}, + [5295] = {.lex_state = 122}, + [5296] = {.lex_state = 98}, [5297] = {.lex_state = 0}, [5298] = {.lex_state = 98}, - [5299] = {.lex_state = 56}, + [5299] = {.lex_state = 0}, [5300] = {.lex_state = 0}, - [5301] = {.lex_state = 56}, + [5301] = {.lex_state = 0}, [5302] = {.lex_state = 0}, - [5303] = {.lex_state = 98}, + [5303] = {.lex_state = 0}, [5304] = {.lex_state = 0}, - [5305] = {.lex_state = 56}, + [5305] = {.lex_state = 0}, [5306] = {.lex_state = 0}, - [5307] = {.lex_state = 56}, - [5308] = {.lex_state = 98}, + [5307] = {.lex_state = 0}, + [5308] = {.lex_state = 0}, [5309] = {.lex_state = 0}, - [5310] = {.lex_state = 188}, + [5310] = {.lex_state = 0}, [5311] = {.lex_state = 0}, [5312] = {.lex_state = 0}, - [5313] = {.lex_state = 0}, - [5314] = {.lex_state = 0}, + [5313] = {.lex_state = 130}, + [5314] = {.lex_state = 130}, [5315] = {.lex_state = 0}, - [5316] = {.lex_state = 0}, - [5317] = {.lex_state = 0}, - [5318] = {.lex_state = 130}, + [5316] = {.lex_state = 130}, + [5317] = {.lex_state = 130}, + [5318] = {.lex_state = 0}, [5319] = {.lex_state = 130}, [5320] = {.lex_state = 0}, - [5321] = {.lex_state = 98}, + [5321] = {.lex_state = 0}, [5322] = {.lex_state = 0}, - [5323] = {.lex_state = 98}, + [5323] = {.lex_state = 0}, [5324] = {.lex_state = 0}, - [5325] = {.lex_state = 0}, - [5326] = {.lex_state = 0}, + [5325] = {.lex_state = 188}, + [5326] = {.lex_state = 98}, [5327] = {.lex_state = 0}, [5328] = {.lex_state = 0}, [5329] = {.lex_state = 0}, [5330] = {.lex_state = 0}, [5331] = {.lex_state = 0}, - [5332] = {.lex_state = 0}, + [5332] = {.lex_state = 98}, [5333] = {.lex_state = 0}, [5334] = {.lex_state = 0}, [5335] = {.lex_state = 0}, - [5336] = {.lex_state = 130}, + [5336] = {.lex_state = 98}, [5337] = {.lex_state = 0}, [5338] = {.lex_state = 0}, - [5339] = {.lex_state = 0}, - [5340] = {.lex_state = 130}, - [5341] = {.lex_state = 56}, - [5342] = {.lex_state = 0}, + [5339] = {.lex_state = 130}, + [5340] = {.lex_state = 0}, + [5341] = {.lex_state = 0}, + [5342] = {.lex_state = 188}, [5343] = {.lex_state = 0}, - [5344] = {.lex_state = 98}, - [5345] = {.lex_state = 188}, - [5346] = {.lex_state = 130}, - [5347] = {.lex_state = 98}, + [5344] = {.lex_state = 130}, + [5345] = {.lex_state = 0}, + [5346] = {.lex_state = 0}, + [5347] = {.lex_state = 0}, [5348] = {.lex_state = 0}, - [5349] = {.lex_state = 130}, - [5350] = {.lex_state = 0}, + [5349] = {.lex_state = 0}, + [5350] = {.lex_state = 130}, [5351] = {.lex_state = 130}, - [5352] = {.lex_state = 130}, + [5352] = {.lex_state = 0}, [5353] = {.lex_state = 0}, - [5354] = {.lex_state = 98}, + [5354] = {.lex_state = 0}, [5355] = {.lex_state = 0}, [5356] = {.lex_state = 0}, [5357] = {.lex_state = 0}, [5358] = {.lex_state = 0}, [5359] = {.lex_state = 0}, [5360] = {.lex_state = 0}, - [5361] = {.lex_state = 56}, + [5361] = {.lex_state = 0}, [5362] = {.lex_state = 0}, - [5363] = {.lex_state = 130}, - [5364] = {.lex_state = 0}, - [5365] = {.lex_state = 130}, - [5366] = {.lex_state = 56}, + [5363] = {.lex_state = 0}, + [5364] = {.lex_state = 54}, + [5365] = {.lex_state = 0}, + [5366] = {.lex_state = 0}, [5367] = {.lex_state = 0}, - [5368] = {.lex_state = 130}, - [5369] = {.lex_state = 0}, - [5370] = {.lex_state = 0}, - [5371] = {.lex_state = 0}, + [5368] = {.lex_state = 0}, + [5369] = {.lex_state = 130}, + [5370] = {.lex_state = 130}, + [5371] = {.lex_state = 130}, [5372] = {.lex_state = 0}, [5373] = {.lex_state = 0}, [5374] = {.lex_state = 0}, - [5375] = {.lex_state = 0}, - [5376] = {.lex_state = 56}, + [5375] = {.lex_state = 122}, + [5376] = {.lex_state = 188}, [5377] = {.lex_state = 0}, - [5378] = {.lex_state = 0}, + [5378] = {.lex_state = 54}, [5379] = {.lex_state = 0}, - [5380] = {.lex_state = 130}, + [5380] = {.lex_state = 0}, [5381] = {.lex_state = 0}, [5382] = {.lex_state = 130}, [5383] = {.lex_state = 0}, - [5384] = {.lex_state = 0}, + [5384] = {.lex_state = 98}, [5385] = {.lex_state = 0}, [5386] = {.lex_state = 0}, [5387] = {.lex_state = 0}, [5388] = {.lex_state = 0}, - [5389] = {.lex_state = 122}, + [5389] = {.lex_state = 0}, [5390] = {.lex_state = 0}, [5391] = {.lex_state = 0}, [5392] = {.lex_state = 0}, - [5393] = {.lex_state = 188}, - [5394] = {.lex_state = 130}, + [5393] = {.lex_state = 0}, + [5394] = {.lex_state = 0}, [5395] = {.lex_state = 0}, - [5396] = {.lex_state = 0}, + [5396] = {.lex_state = 130}, [5397] = {.lex_state = 0}, [5398] = {.lex_state = 0}, [5399] = {.lex_state = 0}, [5400] = {.lex_state = 0}, [5401] = {.lex_state = 0}, - [5402] = {.lex_state = 130}, - [5403] = {.lex_state = 0}, + [5402] = {.lex_state = 0}, + [5403] = {.lex_state = 122}, [5404] = {.lex_state = 0}, [5405] = {.lex_state = 0}, - [5406] = {.lex_state = 130}, - [5407] = {.lex_state = 0}, + [5406] = {.lex_state = 0}, + [5407] = {.lex_state = 130}, [5408] = {.lex_state = 0}, [5409] = {.lex_state = 0}, [5410] = {.lex_state = 0}, - [5411] = {.lex_state = 0}, + [5411] = {.lex_state = 130}, [5412] = {.lex_state = 0}, - [5413] = {.lex_state = 0}, + [5413] = {.lex_state = 130}, [5414] = {.lex_state = 0}, [5415] = {.lex_state = 0}, - [5416] = {.lex_state = 130}, - [5417] = {.lex_state = 122}, + [5416] = {.lex_state = 0}, + [5417] = {.lex_state = 0}, [5418] = {.lex_state = 0}, [5419] = {.lex_state = 0}, - [5420] = {.lex_state = 0}, - [5421] = {.lex_state = 98}, - [5422] = {.lex_state = 98}, - [5423] = {.lex_state = 0}, - [5424] = {.lex_state = 98}, - [5425] = {.lex_state = 0}, + [5420] = {.lex_state = 54}, + [5421] = {.lex_state = 0}, + [5422] = {.lex_state = 0}, + [5423] = {.lex_state = 54}, + [5424] = {.lex_state = 0}, + [5425] = {.lex_state = 188}, [5426] = {.lex_state = 0}, [5427] = {.lex_state = 0}, [5428] = {.lex_state = 0}, - [5429] = {.lex_state = 0}, + [5429] = {.lex_state = 130}, [5430] = {.lex_state = 0}, [5431] = {.lex_state = 0}, [5432] = {.lex_state = 0}, - [5433] = {.lex_state = 0}, - [5434] = {.lex_state = 130}, - [5435] = {.lex_state = 0}, + [5433] = {.lex_state = 130}, + [5434] = {.lex_state = 98}, + [5435] = {.lex_state = 98}, [5436] = {.lex_state = 0}, [5437] = {.lex_state = 0}, [5438] = {.lex_state = 0}, - [5439] = {.lex_state = 130}, + [5439] = {.lex_state = 0}, [5440] = {.lex_state = 0}, - [5441] = {.lex_state = 188}, - [5442] = {.lex_state = 188}, - [5443] = {.lex_state = 188}, - [5444] = {.lex_state = 188}, - [5445] = {.lex_state = 130}, + [5441] = {.lex_state = 130}, + [5442] = {.lex_state = 0}, + [5443] = {.lex_state = 98}, + [5444] = {.lex_state = 0}, + [5445] = {.lex_state = 98}, [5446] = {.lex_state = 0}, - [5447] = {.lex_state = 0}, - [5448] = {.lex_state = 56}, - [5449] = {.lex_state = 130}, + [5447] = {.lex_state = 130}, + [5448] = {.lex_state = 0}, + [5449] = {.lex_state = 0}, [5450] = {.lex_state = 0}, - [5451] = {.lex_state = 188}, + [5451] = {.lex_state = 0}, [5452] = {.lex_state = 0}, [5453] = {.lex_state = 0}, [5454] = {.lex_state = 0}, [5455] = {.lex_state = 0}, [5456] = {.lex_state = 0}, - [5457] = {.lex_state = 56}, - [5458] = {.lex_state = 188}, + [5457] = {.lex_state = 0}, + [5458] = {.lex_state = 0}, [5459] = {.lex_state = 0}, [5460] = {.lex_state = 0}, - [5461] = {.lex_state = 130}, + [5461] = {.lex_state = 0}, [5462] = {.lex_state = 0}, - [5463] = {.lex_state = 56}, - [5464] = {.lex_state = 98}, - [5465] = {.lex_state = 56}, + [5463] = {.lex_state = 0}, + [5464] = {.lex_state = 0}, + [5465] = {.lex_state = 54}, [5466] = {.lex_state = 0}, [5467] = {.lex_state = 0}, - [5468] = {.lex_state = 56}, + [5468] = {.lex_state = 0}, [5469] = {.lex_state = 0}, [5470] = {.lex_state = 0}, [5471] = {.lex_state = 0}, - [5472] = {.lex_state = 0}, - [5473] = {.lex_state = 130}, - [5474] = {.lex_state = 0}, - [5475] = {.lex_state = 0}, - [5476] = {.lex_state = 56}, + [5472] = {.lex_state = 188}, + [5473] = {.lex_state = 188}, + [5474] = {.lex_state = 188}, + [5475] = {.lex_state = 188}, + [5476] = {.lex_state = 130}, [5477] = {.lex_state = 0}, [5478] = {.lex_state = 0}, [5479] = {.lex_state = 0}, - [5480] = {.lex_state = 0}, - [5481] = {.lex_state = 56}, - [5482] = {.lex_state = 0}, + [5480] = {.lex_state = 130}, + [5481] = {.lex_state = 0}, + [5482] = {.lex_state = 188}, [5483] = {.lex_state = 0}, - [5484] = {.lex_state = 0}, - [5485] = {.lex_state = 0}, + [5484] = {.lex_state = 54}, + [5485] = {.lex_state = 98}, [5486] = {.lex_state = 0}, [5487] = {.lex_state = 0}, - [5488] = {.lex_state = 0}, + [5488] = {.lex_state = 54}, [5489] = {.lex_state = 0}, [5490] = {.lex_state = 188}, - [5491] = {.lex_state = 188}, - [5492] = {.lex_state = 188}, - [5493] = {.lex_state = 56}, + [5491] = {.lex_state = 54}, + [5492] = {.lex_state = 0}, + [5493] = {.lex_state = 130}, [5494] = {.lex_state = 0}, [5495] = {.lex_state = 0}, - [5496] = {.lex_state = 130}, + [5496] = {.lex_state = 0}, [5497] = {.lex_state = 0}, - [5498] = {.lex_state = 188}, - [5499] = {.lex_state = 56}, + [5498] = {.lex_state = 0}, + [5499] = {.lex_state = 0}, [5500] = {.lex_state = 0}, [5501] = {.lex_state = 0}, - [5502] = {.lex_state = 98}, - [5503] = {.lex_state = 188}, - [5504] = {.lex_state = 130}, + [5502] = {.lex_state = 0}, + [5503] = {.lex_state = 0}, + [5504] = {.lex_state = 0}, [5505] = {.lex_state = 0}, - [5506] = {.lex_state = 130}, - [5507] = {.lex_state = 130}, + [5506] = {.lex_state = 0}, + [5507] = {.lex_state = 0}, [5508] = {.lex_state = 0}, [5509] = {.lex_state = 0}, - [5510] = {.lex_state = 0}, + [5510] = {.lex_state = 98}, [5511] = {.lex_state = 0}, - [5512] = {.lex_state = 188}, - [5513] = {.lex_state = 188}, + [5512] = {.lex_state = 0}, + [5513] = {.lex_state = 54}, [5514] = {.lex_state = 0}, [5515] = {.lex_state = 0}, [5516] = {.lex_state = 0}, - [5517] = {.lex_state = 130}, - [5518] = {.lex_state = 188}, - [5519] = {.lex_state = 188}, + [5517] = {.lex_state = 0}, + [5518] = {.lex_state = 0}, + [5519] = {.lex_state = 0}, [5520] = {.lex_state = 0}, [5521] = {.lex_state = 0}, [5522] = {.lex_state = 188}, [5523] = {.lex_state = 188}, - [5524] = {.lex_state = 0}, + [5524] = {.lex_state = 188}, [5525] = {.lex_state = 0}, - [5526] = {.lex_state = 130}, + [5526] = {.lex_state = 54}, [5527] = {.lex_state = 0}, - [5528] = {.lex_state = 0}, + [5528] = {.lex_state = 130}, [5529] = {.lex_state = 0}, [5530] = {.lex_state = 188}, - [5531] = {.lex_state = 56}, + [5531] = {.lex_state = 54}, [5532] = {.lex_state = 0}, - [5533] = {.lex_state = 188}, - [5534] = {.lex_state = 130}, + [5533] = {.lex_state = 0}, + [5534] = {.lex_state = 54}, [5535] = {.lex_state = 0}, [5536] = {.lex_state = 188}, - [5537] = {.lex_state = 130}, - [5538] = {.lex_state = 130}, - [5539] = {.lex_state = 0}, - [5540] = {.lex_state = 188}, - [5541] = {.lex_state = 56}, + [5537] = {.lex_state = 54}, + [5538] = {.lex_state = 0}, + [5539] = {.lex_state = 130}, + [5540] = {.lex_state = 0}, + [5541] = {.lex_state = 0}, [5542] = {.lex_state = 0}, - [5543] = {.lex_state = 130}, - [5544] = {.lex_state = 56}, - [5545] = {.lex_state = 98}, + [5543] = {.lex_state = 0}, + [5544] = {.lex_state = 130}, + [5545] = {.lex_state = 188}, [5546] = {.lex_state = 188}, - [5547] = {.lex_state = 188}, - [5548] = {.lex_state = 98}, - [5549] = {.lex_state = 0}, + [5547] = {.lex_state = 130}, + [5548] = {.lex_state = 54}, + [5549] = {.lex_state = 188}, [5550] = {.lex_state = 130}, - [5551] = {.lex_state = 130}, - [5552] = {.lex_state = 0}, - [5553] = {.lex_state = 188}, - [5554] = {.lex_state = 0}, + [5551] = {.lex_state = 0}, + [5552] = {.lex_state = 188}, + [5553] = {.lex_state = 0}, + [5554] = {.lex_state = 188}, [5555] = {.lex_state = 188}, [5556] = {.lex_state = 188}, [5557] = {.lex_state = 0}, - [5558] = {.lex_state = 130}, - [5559] = {.lex_state = 0}, + [5558] = {.lex_state = 0}, + [5559] = {.lex_state = 130}, [5560] = {.lex_state = 0}, [5561] = {.lex_state = 0}, - [5562] = {.lex_state = 122}, - [5563] = {.lex_state = 0}, + [5562] = {.lex_state = 54}, + [5563] = {.lex_state = 188}, [5564] = {.lex_state = 0}, - [5565] = {.lex_state = 0}, - [5566] = {.lex_state = 0}, + [5565] = {.lex_state = 98}, + [5566] = {.lex_state = 188}, [5567] = {.lex_state = 130}, - [5568] = {.lex_state = 130}, - [5569] = {.lex_state = 0}, - [5570] = {.lex_state = 188}, - [5571] = {.lex_state = 188}, - [5572] = {.lex_state = 188}, + [5568] = {.lex_state = 0}, + [5569] = {.lex_state = 188}, + [5570] = {.lex_state = 0}, + [5571] = {.lex_state = 0}, + [5572] = {.lex_state = 0}, [5573] = {.lex_state = 188}, - [5574] = {.lex_state = 130}, + [5574] = {.lex_state = 54}, [5575] = {.lex_state = 0}, - [5576] = {.lex_state = 0}, - [5577] = {.lex_state = 56}, + [5576] = {.lex_state = 130}, + [5577] = {.lex_state = 0}, [5578] = {.lex_state = 0}, - [5579] = {.lex_state = 56}, - [5580] = {.lex_state = 0}, - [5581] = {.lex_state = 0}, + [5579] = {.lex_state = 188}, + [5580] = {.lex_state = 188}, + [5581] = {.lex_state = 54}, [5582] = {.lex_state = 0}, - [5583] = {.lex_state = 0}, - [5584] = {.lex_state = 122}, + [5583] = {.lex_state = 130}, + [5584] = {.lex_state = 130}, [5585] = {.lex_state = 0}, - [5586] = {.lex_state = 0}, + [5586] = {.lex_state = 188}, [5587] = {.lex_state = 0}, [5588] = {.lex_state = 188}, - [5589] = {.lex_state = 188}, + [5589] = {.lex_state = 0}, [5590] = {.lex_state = 0}, [5591] = {.lex_state = 130}, - [5592] = {.lex_state = 188}, - [5593] = {.lex_state = 188}, + [5592] = {.lex_state = 0}, + [5593] = {.lex_state = 0}, [5594] = {.lex_state = 0}, - [5595] = {.lex_state = 0}, - [5596] = {.lex_state = 188}, - [5597] = {.lex_state = 188}, - [5598] = {.lex_state = 98}, - [5599] = {.lex_state = 130}, - [5600] = {.lex_state = 188}, - [5601] = {.lex_state = 188}, - [5602] = {.lex_state = 0}, + [5595] = {.lex_state = 122}, + [5596] = {.lex_state = 54}, + [5597] = {.lex_state = 98}, + [5598] = {.lex_state = 0}, + [5599] = {.lex_state = 0}, + [5600] = {.lex_state = 130}, + [5601] = {.lex_state = 98}, + [5602] = {.lex_state = 98}, [5603] = {.lex_state = 188}, + [5604] = {.lex_state = 188}, + [5605] = {.lex_state = 188}, + [5606] = {.lex_state = 188}, + [5607] = {.lex_state = 188}, + [5608] = {.lex_state = 0}, + [5609] = {.lex_state = 0}, + [5610] = {.lex_state = 0}, + [5611] = {.lex_state = 54}, + [5612] = {.lex_state = 0}, + [5613] = {.lex_state = 130}, + [5614] = {.lex_state = 0}, + [5615] = {.lex_state = 130}, + [5616] = {.lex_state = 0}, + [5617] = {.lex_state = 0}, + [5618] = {.lex_state = 0}, + [5619] = {.lex_state = 130}, + [5620] = {.lex_state = 130}, + [5621] = {.lex_state = 0}, + [5622] = {.lex_state = 188}, + [5623] = {.lex_state = 188}, + [5624] = {.lex_state = 188}, + [5625] = {.lex_state = 0}, + [5626] = {.lex_state = 130}, + [5627] = {.lex_state = 188}, + [5628] = {.lex_state = 188}, + [5629] = {.lex_state = 54}, + [5630] = {.lex_state = 98}, + [5631] = {.lex_state = 188}, + [5632] = {.lex_state = 188}, + [5633] = {.lex_state = 122}, + [5634] = {.lex_state = 130}, + [5635] = {.lex_state = 188}, + [5636] = {.lex_state = 188}, + [5637] = {.lex_state = 0}, + [5638] = {.lex_state = 188}, }; enum { @@ -19954,6 +20694,23 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_operator_name] = ACTIONS(1), [sym_this] = ACTIONS(1), [sym_nullptr] = ACTIONS(1), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_FORWARD] = ACTIONS(1), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_PS_GET] = ACTIONS(1), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1), [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1), @@ -20026,105 +20783,106 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(5521), - [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_specifiers] = STATE(3575), - [sym_linkage_specification] = STATE(62), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1406), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4048), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1501), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(62), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1377), - [sym_explicit_function_specifier] = STATE(1377), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(62), - [sym_template_instantiation] = STATE(62), - [sym_operator_cast] = STATE(4136), - [aux_sym__constructor_specifiers] = STATE(1377), - [sym_operator_cast_definition] = STATE(62), - [sym_operator_cast_declaration] = STATE(62), - [sym_constructor_or_destructor_definition] = STATE(62), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(62), - [sym_try_statement] = STATE(62), - [sym_attribute] = STATE(904), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(62), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(62), - [aux_sym_function_definition_repeat1] = STATE(904), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), + [sym_translation_unit] = STATE(5553), + [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_specifiers] = STATE(3578), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1410), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4062), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(53), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1381), + [sym_explicit_function_specifier] = STATE(1381), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(53), + [sym_template_instantiation] = STATE(53), + [sym_operator_cast] = STATE(4176), + [aux_sym__constructor_specifiers] = STATE(1381), + [sym_operator_cast_definition] = STATE(53), + [sym_operator_cast_declaration] = STATE(53), + [sym_constructor_or_destructor_definition] = STATE(53), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(53), + [sym_try_statement] = STATE(53), + [sym_attribute] = STATE(828), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(53), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym_function_definition_repeat1] = STATE(828), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -20223,188 +20981,206 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(99), [sym_alone_macro] = ACTIONS(135), [aux_sym_alone_macro_call_token1] = ACTIONS(137), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [2] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(50), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [sym_preproc_include] = STATE(70), + [sym_preproc_def] = STATE(70), + [sym_preproc_function_def] = STATE(70), + [sym_preproc_call] = STATE(70), + [sym_preproc_if] = STATE(70), + [sym_preproc_ifdef] = STATE(70), + [sym_function_definition] = STATE(70), + [sym_declaration] = STATE(70), + [sym_type_definition] = STATE(70), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(70), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(70), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(70), + [sym_expression_statement] = STATE(70), + [sym_if_statement] = STATE(70), + [sym_switch_statement] = STATE(70), + [sym_case_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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(70), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(70), + [sym_template_instantiation] = STATE(70), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(70), + [sym_operator_cast_declaration] = STATE(70), + [sym_constructor_or_destructor_definition] = STATE(70), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(70), + [sym_using_declaration] = STATE(70), + [sym_alias_declaration] = STATE(70), + [sym_static_assert_declaration] = STATE(70), + [sym_for_range_loop] = STATE(70), + [sym_throw_statement] = STATE(70), + [sym_try_statement] = STATE(70), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(70), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(70), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -20413,9 +21189,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -20425,9 +21201,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(165), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -20446,21 +21222,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -20481,204 +21257,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(205), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(207), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [3] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(30), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(37), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(37), + [sym_template_instantiation] = STATE(37), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(37), + [sym_operator_cast_declaration] = STATE(37), + [sym_constructor_or_destructor_definition] = STATE(37), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(37), + [sym_try_statement] = STATE(37), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(37), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(37), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -20687,9 +21481,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -20699,9 +21493,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(209), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(211), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -20720,21 +21514,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -20755,204 +21549,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(211), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(213), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [4] = { - [sym_preproc_include] = STATE(49), - [sym_preproc_def] = STATE(49), - [sym_preproc_function_def] = STATE(49), - [sym_preproc_call] = STATE(49), - [sym_preproc_if] = STATE(49), - [sym_preproc_ifdef] = STATE(49), - [sym_function_definition] = STATE(49), - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(49), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_case_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(49), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(49), - [sym_template_instantiation] = STATE(49), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(49), - [sym_operator_cast_declaration] = STATE(49), - [sym_constructor_or_destructor_definition] = STATE(49), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(49), - [sym_using_declaration] = STATE(49), - [sym_alias_declaration] = STATE(49), - [sym_static_assert_declaration] = STATE(49), - [sym_for_range_loop] = STATE(49), - [sym_throw_statement] = STATE(49), - [sym_try_statement] = STATE(49), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(49), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(49), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(41), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(41), + [sym_template_instantiation] = STATE(41), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(41), + [sym_operator_cast_declaration] = STATE(41), + [sym_constructor_or_destructor_definition] = STATE(41), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(41), + [sym_try_statement] = STATE(41), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(41), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -20961,9 +21773,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -20973,9 +21785,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(213), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(215), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -20994,21 +21806,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -21029,204 +21841,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(215), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(217), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [5] = { - [sym_preproc_include] = STATE(34), - [sym_preproc_def] = STATE(34), - [sym_preproc_function_def] = STATE(34), - [sym_preproc_call] = STATE(34), - [sym_preproc_if] = STATE(34), - [sym_preproc_ifdef] = STATE(34), - [sym_function_definition] = STATE(34), - [sym_declaration] = STATE(34), - [sym_type_definition] = STATE(34), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(34), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(34), - [sym_expression_statement] = STATE(34), - [sym_if_statement] = STATE(34), - [sym_switch_statement] = STATE(34), - [sym_case_statement] = STATE(34), - [sym_while_statement] = STATE(34), - [sym_do_statement] = STATE(34), - [sym_for_statement] = STATE(34), - [sym_return_statement] = STATE(34), - [sym_break_statement] = STATE(34), - [sym_continue_statement] = STATE(34), - [sym_goto_statement] = STATE(34), - [sym__expression] = STATE(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(34), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(34), - [sym_template_instantiation] = STATE(34), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(34), - [sym_operator_cast_declaration] = STATE(34), - [sym_constructor_or_destructor_definition] = STATE(34), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(34), - [sym_using_declaration] = STATE(34), - [sym_alias_declaration] = STATE(34), - [sym_static_assert_declaration] = STATE(34), - [sym_for_range_loop] = STATE(34), - [sym_throw_statement] = STATE(34), - [sym_try_statement] = STATE(34), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(34), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(34), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(33), + [sym_expression_statement] = STATE(33), + [sym_if_statement] = STATE(33), + [sym_switch_statement] = STATE(33), + [sym_case_statement] = STATE(33), + [sym_while_statement] = STATE(33), + [sym_do_statement] = STATE(33), + [sym_for_statement] = STATE(33), + [sym_return_statement] = STATE(33), + [sym_break_statement] = STATE(33), + [sym_continue_statement] = STATE(33), + [sym_goto_statement] = STATE(33), + [sym__expression] = STATE(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(33), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_for_range_loop] = STATE(33), + [sym_throw_statement] = STATE(33), + [sym_try_statement] = STATE(33), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(33), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(33), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -21235,9 +22065,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -21247,9 +22077,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(217), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(219), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -21268,21 +22098,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -21303,204 +22133,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(219), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(221), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [6] = { - [sym_preproc_include] = STATE(30), - [sym_preproc_def] = STATE(30), - [sym_preproc_function_def] = STATE(30), - [sym_preproc_call] = STATE(30), - [sym_preproc_if] = STATE(30), - [sym_preproc_ifdef] = STATE(30), - [sym_function_definition] = STATE(30), - [sym_declaration] = STATE(30), - [sym_type_definition] = STATE(30), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(30), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(29), + [sym_try_statement] = STATE(29), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -21509,9 +22357,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -21521,9 +22369,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(223), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -21542,21 +22390,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -21577,204 +22425,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(211), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(225), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [7] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(46), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(46), - [sym_try_statement] = STATE(46), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(46), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(51), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(51), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(51), + [sym_template_instantiation] = STATE(51), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(51), + [sym_operator_cast_declaration] = STATE(51), + [sym_constructor_or_destructor_definition] = STATE(51), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(51), + [sym_try_statement] = STATE(51), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(51), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(51), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -21783,9 +22649,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -21795,9 +22661,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(223), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -21816,21 +22682,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -21851,204 +22717,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(225), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(229), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [8] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(42), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(42), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(54), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(54), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(54), + [sym_template_instantiation] = STATE(54), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(54), + [sym_operator_cast_declaration] = STATE(54), + [sym_constructor_or_destructor_definition] = STATE(54), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(54), + [sym_try_statement] = STATE(54), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(54), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(54), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -22057,9 +22941,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -22069,9 +22953,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(227), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(231), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -22090,21 +22974,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -22125,204 +23009,222 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(229), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(233), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [9] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(35), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(35), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3058), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(35), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(35), - [sym_template_instantiation] = STATE(35), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(35), - [sym_operator_cast_declaration] = STATE(35), - [sym_constructor_or_destructor_definition] = STATE(35), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(35), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(35), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(149), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3044), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(41), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(41), + [sym_template_instantiation] = STATE(41), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(41), + [sym_operator_cast_declaration] = STATE(41), + [sym_constructor_or_destructor_definition] = STATE(41), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(41), + [sym_try_statement] = STATE(41), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(41), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [anon_sym_COMMA] = ACTIONS(151), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -22331,9 +23233,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -22343,9 +23245,9 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(163), - [anon_sym_RBRACE] = ACTIONS(231), - [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(235), + [anon_sym_LBRACK] = ACTIONS(169), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -22364,21 +23266,21 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), + [anon_sym_DOT] = ACTIONS(193), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -22399,91 +23301,108 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(233), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(217), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [10] = { [sym_preproc_include] = STATE(28), @@ -22492,30 +23411,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(5261), - [sym_preproc_elif] = STATE(5261), + [sym_preproc_else] = STATE(5443), + [sym_preproc_elif] = STATE(5443), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -22528,41 +23447,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -22570,32 +23489,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(243), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(245), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -22604,9 +23524,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -22616,7 +23536,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -22636,17 +23556,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -22670,203 +23590,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [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(5163), - [sym_preproc_elif] = STATE(5163), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(299), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [sym_preproc_include] = STATE(15), + [sym_preproc_def] = STATE(15), + [sym_preproc_function_def] = STATE(15), + [sym_preproc_call] = STATE(15), + [sym_preproc_if] = STATE(15), + [sym_preproc_ifdef] = STATE(15), + [sym_preproc_else] = STATE(5209), + [sym_preproc_elif] = STATE(5209), + [sym_function_definition] = STATE(15), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(15), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(15), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(15), + [sym_expression_statement] = STATE(15), + [sym_if_statement] = STATE(15), + [sym_switch_statement] = STATE(15), + [sym_case_statement] = STATE(15), + [sym_while_statement] = STATE(15), + [sym_do_statement] = STATE(15), + [sym_for_statement] = STATE(15), + [sym_return_statement] = STATE(15), + [sym_break_statement] = STATE(15), + [sym_continue_statement] = STATE(15), + [sym_goto_statement] = STATE(15), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(15), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(15), + [sym_template_instantiation] = STATE(15), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(15), + [sym_operator_cast_declaration] = STATE(15), + [sym_constructor_or_destructor_definition] = STATE(15), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(15), + [sym_using_declaration] = STATE(15), + [sym_alias_declaration] = STATE(15), + [sym_static_assert_declaration] = STATE(15), + [sym_for_range_loop] = STATE(15), + [sym_throw_statement] = STATE(15), + [sym_try_statement] = STATE(15), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(15), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(15), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(301), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -22875,9 +23813,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -22887,7 +23825,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -22907,17 +23845,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -22941,91 +23879,108 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(303), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [12] = { [sym_preproc_include] = STATE(28), @@ -23034,30 +23989,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(5598), - [sym_preproc_elif] = STATE(5598), + [sym_preproc_else] = STATE(5157), + [sym_preproc_elif] = STATE(5157), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -23070,41 +24025,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -23112,32 +24067,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(301), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(305), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -23146,9 +24102,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -23158,7 +24114,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -23178,17 +24134,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -23212,203 +24168,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [13] = { - [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(5502), - [sym_preproc_elif] = STATE(5502), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(25), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(25), - [sym_template_instantiation] = STATE(25), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(25), - [sym_operator_cast_declaration] = STATE(25), - [sym_constructor_or_destructor_definition] = STATE(25), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(25), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(25), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(303), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [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(5161), + [sym_preproc_elif] = STATE(5161), + [sym_function_definition] = STATE(21), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(21), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(21), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(21), + [sym_template_instantiation] = STATE(21), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(21), + [sym_operator_cast_declaration] = STATE(21), + [sym_constructor_or_destructor_definition] = STATE(21), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(21), + [sym_try_statement] = STATE(21), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(21), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(21), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -23417,9 +24391,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -23429,7 +24403,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -23449,17 +24423,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -23483,123 +24457,429 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(305), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(309), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [14] = { + [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(5597), + [sym_preproc_elif] = STATE(5597), + [sym_function_definition] = STATE(24), + [sym_declaration] = STATE(24), + [sym_type_definition] = STATE(24), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(24), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(24), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(24), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(24), + [sym_template_instantiation] = STATE(24), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(24), + [sym_operator_cast_declaration] = STATE(24), + [sym_constructor_or_destructor_definition] = STATE(24), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(24), + [sym_try_statement] = STATE(24), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(24), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(24), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), + [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(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_template] = ACTIONS(285), + [anon_sym_COLON_COLON] = ACTIONS(113), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_new] = ACTIONS(131), + [sym_operator_name] = ACTIONS(133), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [sym_alone_macro] = ACTIONS(313), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), + }, + [15] = { [sym_preproc_include] = STATE(28), [sym_preproc_def] = STATE(28), [sym_preproc_function_def] = STATE(28), [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(5139), - [sym_preproc_elif] = STATE(5139), + [sym_preproc_else] = STATE(5100), + [sym_preproc_elif] = STATE(5100), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -23612,41 +24892,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -23654,32 +24934,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -23688,9 +24969,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -23700,7 +24981,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -23720,17 +25001,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -23754,203 +25035,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [15] = { - [sym_preproc_include] = STATE(12), - [sym_preproc_def] = STATE(12), - [sym_preproc_function_def] = STATE(12), - [sym_preproc_call] = STATE(12), - [sym_preproc_if] = STATE(12), - [sym_preproc_ifdef] = STATE(12), - [sym_preproc_else] = STATE(5545), - [sym_preproc_elif] = STATE(5545), - [sym_function_definition] = STATE(12), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(12), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(12), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(12), - [sym_expression_statement] = STATE(12), - [sym_if_statement] = STATE(12), - [sym_switch_statement] = STATE(12), - [sym_case_statement] = STATE(12), - [sym_while_statement] = STATE(12), - [sym_do_statement] = STATE(12), - [sym_for_statement] = STATE(12), - [sym_return_statement] = STATE(12), - [sym_break_statement] = STATE(12), - [sym_continue_statement] = STATE(12), - [sym_goto_statement] = STATE(12), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(12), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(12), - [sym_template_instantiation] = STATE(12), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(12), - [sym_operator_cast_declaration] = STATE(12), - [sym_constructor_or_destructor_definition] = STATE(12), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(12), - [sym_using_declaration] = STATE(12), - [sym_alias_declaration] = STATE(12), - [sym_static_assert_declaration] = STATE(12), - [sym_for_range_loop] = STATE(12), - [sym_throw_statement] = STATE(12), - [sym_try_statement] = STATE(12), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(12), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(12), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(309), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [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(5116), + [sym_preproc_elif] = STATE(5116), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(317), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -23959,9 +25258,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -23971,7 +25270,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -23991,17 +25290,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -24025,203 +25324,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(311), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [16] = { - [sym_preproc_include] = STATE(26), - [sym_preproc_def] = STATE(26), - [sym_preproc_function_def] = STATE(26), - [sym_preproc_call] = STATE(26), - [sym_preproc_if] = STATE(26), - [sym_preproc_ifdef] = STATE(26), - [sym_preproc_else] = STATE(5321), - [sym_preproc_elif] = STATE(5321), - [sym_function_definition] = STATE(26), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(26), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(26), - [sym_expression_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_switch_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_while_statement] = STATE(26), - [sym_do_statement] = STATE(26), - [sym_for_statement] = STATE(26), - [sym_return_statement] = STATE(26), - [sym_break_statement] = STATE(26), - [sym_continue_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(26), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(26), - [sym_template_instantiation] = STATE(26), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(26), - [sym_operator_cast_declaration] = STATE(26), - [sym_constructor_or_destructor_definition] = STATE(26), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(26), - [sym_using_declaration] = STATE(26), - [sym_alias_declaration] = STATE(26), - [sym_static_assert_declaration] = STATE(26), - [sym_for_range_loop] = STATE(26), - [sym_throw_statement] = STATE(26), - [sym_try_statement] = STATE(26), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(26), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(26), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [17] = { + [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(5602), + [sym_preproc_elif] = STATE(5602), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(20), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(20), + [sym_template_instantiation] = STATE(20), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(20), + [sym_operator_cast_declaration] = STATE(20), + [sym_constructor_or_destructor_definition] = STATE(20), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(20), + [sym_try_statement] = STATE(20), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(20), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(20), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -24230,9 +25547,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -24242,7 +25559,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -24262,17 +25579,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -24296,203 +25613,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(315), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(321), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [17] = { - [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(5186), - [sym_preproc_elif] = STATE(5186), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(27), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(27), - [sym_template_instantiation] = STATE(27), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(27), - [sym_operator_cast_declaration] = STATE(27), - [sym_constructor_or_destructor_definition] = STATE(27), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(27), - [sym_try_statement] = STATE(27), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(27), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(27), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [18] = { + [sym_preproc_include] = STATE(12), + [sym_preproc_def] = STATE(12), + [sym_preproc_function_def] = STATE(12), + [sym_preproc_call] = STATE(12), + [sym_preproc_if] = STATE(12), + [sym_preproc_ifdef] = STATE(12), + [sym_preproc_else] = STATE(5265), + [sym_preproc_elif] = STATE(5265), + [sym_function_definition] = STATE(12), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(12), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(12), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(12), + [sym_expression_statement] = STATE(12), + [sym_if_statement] = STATE(12), + [sym_switch_statement] = STATE(12), + [sym_case_statement] = STATE(12), + [sym_while_statement] = STATE(12), + [sym_do_statement] = STATE(12), + [sym_for_statement] = STATE(12), + [sym_return_statement] = STATE(12), + [sym_break_statement] = STATE(12), + [sym_continue_statement] = STATE(12), + [sym_goto_statement] = STATE(12), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(12), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(12), + [sym_template_instantiation] = STATE(12), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(12), + [sym_operator_cast_declaration] = STATE(12), + [sym_constructor_or_destructor_definition] = STATE(12), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(12), + [sym_using_declaration] = STATE(12), + [sym_alias_declaration] = STATE(12), + [sym_static_assert_declaration] = STATE(12), + [sym_for_range_loop] = STATE(12), + [sym_throw_statement] = STATE(12), + [sym_try_statement] = STATE(12), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(12), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(12), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -24501,9 +25836,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -24513,7 +25848,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -24533,17 +25868,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -24567,203 +25902,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(319), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(325), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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(5092), - [sym_preproc_elif] = STATE(5092), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [19] = { + [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(5164), + [sym_preproc_elif] = STATE(5164), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(22), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(22), + [sym_template_instantiation] = STATE(22), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(22), + [sym_operator_cast_declaration] = STATE(22), + [sym_constructor_or_destructor_definition] = STATE(22), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(22), + [sym_try_statement] = STATE(22), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(22), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(22), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -24772,9 +26125,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -24784,7 +26137,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -24804,17 +26157,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -24838,123 +26191,140 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(329), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [19] = { + [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(5421), - [sym_preproc_elif] = STATE(5421), + [sym_preproc_else] = STATE(5146), + [sym_preproc_elif] = STATE(5146), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -24967,41 +26337,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -25009,303 +26379,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(323), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), - [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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), - [anon_sym_COLON_COLON] = ACTIONS(113), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(133), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), - }, - [20] = { - [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(5298), - [sym_preproc_elif] = STATE(5298), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(14), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(14), - [sym_template_instantiation] = STATE(14), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(14), - [sym_operator_cast_declaration] = STATE(14), - [sym_constructor_or_destructor_definition] = STATE(14), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(14), - [sym_try_statement] = STATE(14), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(14), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(14), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(325), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -25314,9 +26414,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -25326,7 +26426,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -25346,17 +26446,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -25380,203 +26480,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(327), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [21] = { - [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(5224), - [sym_preproc_elif] = STATE(5224), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(11), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(11), - [sym_template_instantiation] = STATE(11), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(11), - [sym_operator_cast_declaration] = STATE(11), - [sym_constructor_or_destructor_definition] = STATE(11), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(11), - [sym_try_statement] = STATE(11), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(11), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(11), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [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(5148), + [sym_preproc_elif] = STATE(5148), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(333), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -25585,9 +26703,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -25597,7 +26715,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -25617,17 +26735,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -25651,203 +26769,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(331), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [22] = { - [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(5228), - [sym_preproc_elif] = STATE(5228), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(10), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(10), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(10), - [sym_template_instantiation] = STATE(10), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(10), - [sym_operator_cast_declaration] = STATE(10), - [sym_constructor_or_destructor_definition] = STATE(10), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(10), - [sym_try_statement] = STATE(10), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(10), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(10), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [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(5630), + [sym_preproc_elif] = STATE(5630), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -25856,9 +26992,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -25868,7 +27004,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -25888,17 +27024,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -25922,203 +27058,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(335), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [23] = { - [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(5178), - [sym_preproc_elif] = STATE(5178), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(19), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(19), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(19), - [sym_template_instantiation] = STATE(19), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(19), - [sym_operator_cast_declaration] = STATE(19), - [sym_constructor_or_destructor_definition] = STATE(19), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(19), - [sym_try_statement] = STATE(19), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(19), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(19), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), + [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(5193), + [sym_preproc_elif] = STATE(5193), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(27), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(27), + [sym_template_instantiation] = STATE(27), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(27), + [sym_operator_cast_declaration] = STATE(27), + [sym_constructor_or_destructor_definition] = STATE(27), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(27), + [sym_try_statement] = STATE(27), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(27), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(27), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), [aux_sym_preproc_if_token2] = ACTIONS(337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -26127,9 +27281,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -26139,7 +27293,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -26159,17 +27313,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -26193,203 +27347,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), [sym_alone_macro] = ACTIONS(339), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [24] = { - [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(5323), - [sym_preproc_elif] = STATE(5323), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(18), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(18), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(18), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(18), - [sym_template_instantiation] = STATE(18), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(18), - [sym_operator_cast_declaration] = STATE(18), - [sym_constructor_or_destructor_definition] = STATE(18), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(18), - [sym_try_statement] = STATE(18), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(18), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(18), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), + [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(5434), + [sym_preproc_elif] = STATE(5434), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(28), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(28), + [sym_try_statement] = STATE(28), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(28), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(28), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), [aux_sym_preproc_if_token2] = ACTIONS(341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -26398,9 +27570,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -26410,7 +27582,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -26430,17 +27602,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -26464,203 +27636,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(343), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [25] = { - [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(5548), - [sym_preproc_elif] = STATE(5548), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [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(5298), + [sym_preproc_elif] = STATE(5298), + [sym_function_definition] = STATE(10), + [sym_declaration] = STATE(10), + [sym_type_definition] = STATE(10), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(10), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(10), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(10), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(10), + [sym_template_instantiation] = STATE(10), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(10), + [sym_operator_cast_declaration] = STATE(10), + [sym_constructor_or_destructor_definition] = STATE(10), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(10), + [sym_try_statement] = STATE(10), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(10), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(10), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -26669,9 +27859,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -26681,7 +27871,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -26701,17 +27891,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -26735,203 +27925,221 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(345), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [26] = { - [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(5422), - [sym_preproc_elif] = STATE(5422), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(28), - [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), + [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(5277), + [sym_preproc_elif] = STATE(5277), + [sym_function_definition] = STATE(16), + [sym_declaration] = STATE(16), + [sym_type_definition] = STATE(16), + [sym__declaration_specifiers] = STATE(3611), + [sym_linkage_specification] = STATE(16), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(16), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(16), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(16), + [sym_template_instantiation] = STATE(16), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), + [sym_operator_cast_definition] = STATE(16), + [sym_operator_cast_declaration] = STATE(16), + [sym_constructor_or_destructor_definition] = STATE(16), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(16), + [sym_try_statement] = STATE(16), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(16), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(16), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), [aux_sym_preproc_if_token2] = ACTIONS(347), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -26940,9 +28148,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -26952,7 +28160,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -26972,17 +28180,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -27006,91 +28214,108 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(349), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [27] = { [sym_preproc_include] = STATE(28), @@ -27099,30 +28324,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(28), [sym_preproc_if] = STATE(28), [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(5229), - [sym_preproc_elif] = STATE(5229), + [sym_preproc_else] = STATE(5565), + [sym_preproc_elif] = STATE(5565), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -27135,41 +28360,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -27177,32 +28402,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(235), - [aux_sym_preproc_include_token1] = ACTIONS(237), - [aux_sym_preproc_def_token1] = ACTIONS(239), - [aux_sym_preproc_if_token1] = ACTIONS(241), - [aux_sym_preproc_if_token2] = ACTIONS(349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(245), - [aux_sym_preproc_else_token1] = ACTIONS(247), - [aux_sym_preproc_elif_token1] = ACTIONS(249), - [sym_preproc_directive] = ACTIONS(251), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(237), + [aux_sym_preproc_include_token1] = ACTIONS(239), + [aux_sym_preproc_def_token1] = ACTIONS(241), + [aux_sym_preproc_if_token1] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(247), + [aux_sym_preproc_else_token1] = ACTIONS(249), + [aux_sym_preproc_elif_token1] = ACTIONS(251), + [sym_preproc_directive] = ACTIONS(253), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -27211,9 +28437,9 @@ static 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(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(257), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(259), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -27223,7 +28449,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(259), + [anon_sym_LBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -27243,17 +28469,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -27277,91 +28503,108 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(283), + [anon_sym_template] = ACTIONS(285), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_namespace] = ACTIONS(287), - [anon_sym_using] = ACTIONS(289), - [anon_sym_static_assert] = ACTIONS(291), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_namespace] = ACTIONS(289), + [anon_sym_using] = ACTIONS(291), + [anon_sym_static_assert] = ACTIONS(293), + [anon_sym_try] = ACTIONS(295), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(295), - [aux_sym_alone_macro_call_token1] = ACTIONS(297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(297), + [aux_sym_alone_macro_call_token1] = ACTIONS(299), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [28] = { [sym_preproc_include] = STATE(28), @@ -27373,25 +28616,25 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_specifiers] = STATE(3581), + [sym__declaration_specifiers] = STATE(3611), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4019), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4051), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(28), [sym_expression_statement] = STATE(28), [sym_if_statement] = STATE(28), @@ -27404,41 +28647,41 @@ static 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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1387), - [sym_explicit_function_specifier] = STATE(1387), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1383), + [sym_explicit_function_specifier] = STATE(1383), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(28), [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1383), [sym_operator_cast_definition] = STATE(28), [sym_operator_cast_declaration] = STATE(28), [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(28), [sym_using_declaration] = STATE(28), [sym_alias_declaration] = STATE(28), @@ -27446,298 +28689,317 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(28), [sym_throw_statement] = STATE(28), [sym_try_statement] = STATE(28), - [sym_attribute] = STATE(901), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(913), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(28), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(351), - [aux_sym_preproc_include_token1] = ACTIONS(354), - [aux_sym_preproc_def_token1] = ACTIONS(357), - [aux_sym_preproc_if_token1] = ACTIONS(360), - [aux_sym_preproc_if_token2] = ACTIONS(363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(365), - [aux_sym_preproc_else_token1] = ACTIONS(363), - [aux_sym_preproc_elif_token1] = ACTIONS(363), - [sym_preproc_directive] = ACTIONS(368), - [anon_sym_LPAREN2] = ACTIONS(371), - [anon_sym_BANG] = ACTIONS(374), - [anon_sym_TILDE] = ACTIONS(377), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_STAR] = ACTIONS(383), - [anon_sym_AMP_AMP] = ACTIONS(386), - [anon_sym_AMP] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(392), - [anon_sym_typedef] = ACTIONS(395), - [anon_sym_extern] = ACTIONS(398), - [anon_sym___attribute__] = ACTIONS(401), - [anon_sym___declspec] = ACTIONS(404), - [anon_sym___based] = ACTIONS(407), - [anon_sym___cdecl] = ACTIONS(410), - [anon_sym___clrcall] = ACTIONS(410), - [anon_sym___stdcall] = ACTIONS(410), - [anon_sym___fastcall] = ACTIONS(410), - [anon_sym___thiscall] = ACTIONS(410), - [anon_sym___vectorcall] = ACTIONS(410), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_LBRACK] = ACTIONS(416), - [anon_sym_static] = ACTIONS(419), - [anon_sym_register] = ACTIONS(419), - [anon_sym_inline] = ACTIONS(419), - [anon_sym_const] = ACTIONS(422), - [anon_sym_volatile] = ACTIONS(422), - [anon_sym_restrict] = ACTIONS(422), - [anon_sym__Atomic] = ACTIONS(422), - [anon_sym_mutable] = ACTIONS(422), - [anon_sym_constexpr] = ACTIONS(422), - [anon_sym_signed] = ACTIONS(425), - [anon_sym_unsigned] = ACTIONS(425), - [anon_sym_long] = ACTIONS(425), - [anon_sym_short] = ACTIONS(425), - [sym_primitive_type] = ACTIONS(428), - [anon_sym_enum] = ACTIONS(431), - [anon_sym_class] = ACTIONS(434), - [anon_sym_struct] = ACTIONS(437), - [anon_sym_union] = ACTIONS(440), - [anon_sym_if] = ACTIONS(443), - [anon_sym_switch] = ACTIONS(446), - [anon_sym_case] = ACTIONS(449), - [anon_sym_default] = ACTIONS(452), - [anon_sym_while] = ACTIONS(455), - [anon_sym_do] = ACTIONS(458), - [anon_sym_for] = ACTIONS(461), - [anon_sym_return] = ACTIONS(464), - [anon_sym_break] = ACTIONS(467), - [anon_sym_continue] = ACTIONS(470), - [anon_sym_goto] = ACTIONS(473), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_sizeof] = ACTIONS(479), - [sym_number_literal] = ACTIONS(482), - [anon_sym_L_SQUOTE] = ACTIONS(485), - [anon_sym_u_SQUOTE] = ACTIONS(485), - [anon_sym_U_SQUOTE] = ACTIONS(485), - [anon_sym_u8_SQUOTE] = ACTIONS(485), - [anon_sym_SQUOTE] = ACTIONS(485), - [anon_sym_L_DQUOTE] = ACTIONS(488), - [anon_sym_u_DQUOTE] = ACTIONS(488), - [anon_sym_U_DQUOTE] = ACTIONS(488), - [anon_sym_u8_DQUOTE] = ACTIONS(488), - [anon_sym_DQUOTE] = ACTIONS(488), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_null] = ACTIONS(491), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(494), - [anon_sym_virtual] = ACTIONS(497), - [anon_sym_explicit] = ACTIONS(500), - [sym_auto] = ACTIONS(503), - [anon_sym_typename] = ACTIONS(506), - [anon_sym_template] = ACTIONS(509), - [anon_sym_COLON_COLON] = ACTIONS(512), - [anon_sym_operator] = ACTIONS(515), - [anon_sym_delete] = ACTIONS(518), - [anon_sym_throw] = ACTIONS(521), - [anon_sym_namespace] = ACTIONS(524), - [anon_sym_using] = ACTIONS(527), - [anon_sym_static_assert] = ACTIONS(530), - [anon_sym_try] = ACTIONS(533), - [anon_sym_LBRACK_LBRACK] = ACTIONS(536), - [anon_sym_new] = ACTIONS(539), - [sym_operator_name] = ACTIONS(542), - [sym_this] = ACTIONS(491), - [sym_nullptr] = ACTIONS(491), - [sym_alone_macro] = ACTIONS(545), - [aux_sym_alone_macro_call_token1] = ACTIONS(548), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(551), - [anon_sym_MOZ_COLD] = ACTIONS(551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NONNULL] = ACTIONS(551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_RAII] = ACTIONS(551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(551), - [sym_raw_string_literal] = ACTIONS(554), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(353), + [aux_sym_preproc_include_token1] = ACTIONS(356), + [aux_sym_preproc_def_token1] = ACTIONS(359), + [aux_sym_preproc_if_token1] = ACTIONS(362), + [aux_sym_preproc_if_token2] = ACTIONS(365), + [aux_sym_preproc_ifdef_token1] = ACTIONS(367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(367), + [aux_sym_preproc_else_token1] = ACTIONS(365), + [aux_sym_preproc_elif_token1] = ACTIONS(365), + [sym_preproc_directive] = ACTIONS(370), + [anon_sym_LPAREN2] = ACTIONS(373), + [anon_sym_BANG] = ACTIONS(376), + [anon_sym_TILDE] = ACTIONS(379), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(385), + [anon_sym_AMP_AMP] = ACTIONS(388), + [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(397), + [anon_sym_extern] = ACTIONS(400), + [anon_sym___attribute__] = ACTIONS(403), + [anon_sym___declspec] = ACTIONS(406), + [anon_sym___based] = ACTIONS(409), + [anon_sym___cdecl] = ACTIONS(412), + [anon_sym___clrcall] = ACTIONS(412), + [anon_sym___stdcall] = ACTIONS(412), + [anon_sym___fastcall] = ACTIONS(412), + [anon_sym___thiscall] = ACTIONS(412), + [anon_sym___vectorcall] = ACTIONS(412), + [anon_sym_LBRACE] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(418), + [anon_sym_static] = ACTIONS(421), + [anon_sym_register] = ACTIONS(421), + [anon_sym_inline] = ACTIONS(421), + [anon_sym_const] = ACTIONS(424), + [anon_sym_volatile] = ACTIONS(424), + [anon_sym_restrict] = ACTIONS(424), + [anon_sym__Atomic] = ACTIONS(424), + [anon_sym_mutable] = ACTIONS(424), + [anon_sym_constexpr] = ACTIONS(424), + [anon_sym_signed] = ACTIONS(427), + [anon_sym_unsigned] = ACTIONS(427), + [anon_sym_long] = ACTIONS(427), + [anon_sym_short] = ACTIONS(427), + [sym_primitive_type] = ACTIONS(430), + [anon_sym_enum] = ACTIONS(433), + [anon_sym_class] = ACTIONS(436), + [anon_sym_struct] = ACTIONS(439), + [anon_sym_union] = ACTIONS(442), + [anon_sym_if] = ACTIONS(445), + [anon_sym_switch] = ACTIONS(448), + [anon_sym_case] = ACTIONS(451), + [anon_sym_default] = ACTIONS(454), + [anon_sym_while] = ACTIONS(457), + [anon_sym_do] = ACTIONS(460), + [anon_sym_for] = ACTIONS(463), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(469), + [anon_sym_continue] = ACTIONS(472), + [anon_sym_goto] = ACTIONS(475), + [anon_sym_DASH_DASH] = ACTIONS(478), + [anon_sym_PLUS_PLUS] = ACTIONS(478), + [anon_sym_sizeof] = ACTIONS(481), + [sym_number_literal] = ACTIONS(484), + [anon_sym_L_SQUOTE] = ACTIONS(487), + [anon_sym_u_SQUOTE] = ACTIONS(487), + [anon_sym_U_SQUOTE] = ACTIONS(487), + [anon_sym_u8_SQUOTE] = ACTIONS(487), + [anon_sym_SQUOTE] = ACTIONS(487), + [anon_sym_L_DQUOTE] = ACTIONS(490), + [anon_sym_u_DQUOTE] = ACTIONS(490), + [anon_sym_U_DQUOTE] = ACTIONS(490), + [anon_sym_u8_DQUOTE] = ACTIONS(490), + [anon_sym_DQUOTE] = ACTIONS(490), + [sym_true] = ACTIONS(493), + [sym_false] = ACTIONS(493), + [sym_null] = ACTIONS(493), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(496), + [anon_sym_virtual] = ACTIONS(499), + [anon_sym_explicit] = ACTIONS(502), + [sym_auto] = ACTIONS(505), + [anon_sym_typename] = ACTIONS(508), + [anon_sym_template] = ACTIONS(511), + [anon_sym_COLON_COLON] = ACTIONS(514), + [anon_sym_operator] = ACTIONS(517), + [anon_sym_delete] = ACTIONS(520), + [anon_sym_throw] = ACTIONS(523), + [anon_sym_namespace] = ACTIONS(526), + [anon_sym_using] = ACTIONS(529), + [anon_sym_static_assert] = ACTIONS(532), + [anon_sym_try] = ACTIONS(535), + [anon_sym_LBRACK_LBRACK] = ACTIONS(538), + [anon_sym_new] = ACTIONS(541), + [sym_operator_name] = ACTIONS(544), + [sym_this] = ACTIONS(493), + [sym_nullptr] = ACTIONS(493), + [sym_alone_macro] = ACTIONS(547), + [aux_sym_alone_macro_call_token1] = ACTIONS(550), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_FORWARD] = ACTIONS(553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_PS_GET] = ACTIONS(553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(556), + [anon_sym_MOZ_COLD] = ACTIONS(556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NONNULL] = ACTIONS(556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_RAII] = ACTIONS(556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(556), + [sym_raw_string_literal] = ACTIONS(559), }, [29] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(50), - [sym_try_statement] = STATE(50), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(50), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -27746,9 +29008,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -27758,8 +29020,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(564), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -27779,17 +29041,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -27813,198 +29075,501 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(205), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3578), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1410), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4062), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(30), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1381), + [sym_explicit_function_specifier] = STATE(1381), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(30), + [sym_template_instantiation] = STATE(30), + [sym_operator_cast] = STATE(4176), + [aux_sym__constructor_specifiers] = STATE(1381), + [sym_operator_cast_definition] = STATE(30), + [sym_operator_cast_declaration] = STATE(30), + [sym_constructor_or_destructor_definition] = STATE(30), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_attribute] = STATE(828), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(30), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(30), + [aux_sym_function_definition_repeat1] = STATE(828), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [ts_builtin_sym_end] = ACTIONS(568), + [sym_identifier] = ACTIONS(570), + [aux_sym_preproc_include_token1] = ACTIONS(573), + [aux_sym_preproc_def_token1] = ACTIONS(576), + [aux_sym_preproc_if_token1] = ACTIONS(579), + [aux_sym_preproc_ifdef_token1] = ACTIONS(582), + [aux_sym_preproc_ifdef_token2] = ACTIONS(582), + [sym_preproc_directive] = ACTIONS(585), + [anon_sym_LPAREN2] = ACTIONS(373), + [anon_sym_BANG] = ACTIONS(376), + [anon_sym_TILDE] = ACTIONS(379), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(385), + [anon_sym_AMP_AMP] = ACTIONS(388), + [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(588), + [anon_sym_typedef] = ACTIONS(591), + [anon_sym_extern] = ACTIONS(594), + [anon_sym___attribute__] = ACTIONS(403), + [anon_sym___declspec] = ACTIONS(406), + [anon_sym___based] = ACTIONS(409), + [anon_sym___cdecl] = ACTIONS(412), + [anon_sym___clrcall] = ACTIONS(412), + [anon_sym___stdcall] = ACTIONS(412), + [anon_sym___fastcall] = ACTIONS(412), + [anon_sym___thiscall] = ACTIONS(412), + [anon_sym___vectorcall] = ACTIONS(412), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_LBRACK] = ACTIONS(418), + [anon_sym_static] = ACTIONS(421), + [anon_sym_register] = ACTIONS(421), + [anon_sym_inline] = ACTIONS(421), + [anon_sym_const] = ACTIONS(424), + [anon_sym_volatile] = ACTIONS(424), + [anon_sym_restrict] = ACTIONS(424), + [anon_sym__Atomic] = ACTIONS(424), + [anon_sym_mutable] = ACTIONS(424), + [anon_sym_constexpr] = ACTIONS(424), + [anon_sym_signed] = ACTIONS(427), + [anon_sym_unsigned] = ACTIONS(427), + [anon_sym_long] = ACTIONS(427), + [anon_sym_short] = ACTIONS(427), + [sym_primitive_type] = ACTIONS(430), + [anon_sym_enum] = ACTIONS(433), + [anon_sym_class] = ACTIONS(436), + [anon_sym_struct] = ACTIONS(439), + [anon_sym_union] = ACTIONS(442), + [anon_sym_if] = ACTIONS(600), + [anon_sym_switch] = ACTIONS(603), + [anon_sym_case] = ACTIONS(606), + [anon_sym_default] = ACTIONS(609), + [anon_sym_while] = ACTIONS(612), + [anon_sym_do] = ACTIONS(615), + [anon_sym_for] = ACTIONS(618), + [anon_sym_return] = ACTIONS(621), + [anon_sym_break] = ACTIONS(624), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_goto] = ACTIONS(630), + [anon_sym_DASH_DASH] = ACTIONS(478), + [anon_sym_PLUS_PLUS] = ACTIONS(478), + [anon_sym_sizeof] = ACTIONS(481), + [sym_number_literal] = ACTIONS(484), + [anon_sym_L_SQUOTE] = ACTIONS(487), + [anon_sym_u_SQUOTE] = ACTIONS(487), + [anon_sym_U_SQUOTE] = ACTIONS(487), + [anon_sym_u8_SQUOTE] = ACTIONS(487), + [anon_sym_SQUOTE] = ACTIONS(487), + [anon_sym_L_DQUOTE] = ACTIONS(490), + [anon_sym_u_DQUOTE] = ACTIONS(490), + [anon_sym_U_DQUOTE] = ACTIONS(490), + [anon_sym_u8_DQUOTE] = ACTIONS(490), + [anon_sym_DQUOTE] = ACTIONS(490), + [sym_true] = ACTIONS(493), + [sym_false] = ACTIONS(493), + [sym_null] = ACTIONS(493), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(496), + [anon_sym_virtual] = ACTIONS(499), + [anon_sym_explicit] = ACTIONS(502), + [sym_auto] = ACTIONS(505), + [anon_sym_typename] = ACTIONS(508), + [anon_sym_template] = ACTIONS(633), + [anon_sym_COLON_COLON] = ACTIONS(514), + [anon_sym_operator] = ACTIONS(517), + [anon_sym_delete] = ACTIONS(520), + [anon_sym_throw] = ACTIONS(636), + [anon_sym_namespace] = ACTIONS(639), + [anon_sym_using] = ACTIONS(642), + [anon_sym_static_assert] = ACTIONS(645), + [anon_sym_try] = ACTIONS(648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(538), + [anon_sym_new] = ACTIONS(541), + [sym_operator_name] = ACTIONS(544), + [sym_this] = ACTIONS(493), + [sym_nullptr] = ACTIONS(493), + [sym_alone_macro] = ACTIONS(651), + [aux_sym_alone_macro_call_token1] = ACTIONS(654), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_FORWARD] = ACTIONS(553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_PS_GET] = ACTIONS(553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(556), + [anon_sym_MOZ_COLD] = ACTIONS(556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NONNULL] = ACTIONS(556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_RAII] = ACTIONS(556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(556), + [sym_raw_string_literal] = ACTIONS(559), + }, + [31] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(54), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(54), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(54), + [sym_template_instantiation] = STATE(54), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(54), + [sym_operator_cast_declaration] = STATE(54), + [sym_constructor_or_destructor_definition] = STATE(54), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(54), + [sym_try_statement] = STATE(54), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(54), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(54), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -28013,9 +29578,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -28025,8 +29590,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(561), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(657), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -28046,17 +29611,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -28080,198 +29645,501 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(233), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [31] = { - [sym_preproc_include] = STATE(70), - [sym_preproc_def] = STATE(70), - [sym_preproc_function_def] = STATE(70), - [sym_preproc_call] = STATE(70), - [sym_preproc_if] = STATE(70), - [sym_preproc_ifdef] = STATE(70), - [sym_function_definition] = STATE(70), - [sym_declaration] = STATE(70), - [sym_type_definition] = STATE(70), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(70), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(70), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(70), - [sym_expression_statement] = STATE(70), - [sym_if_statement] = STATE(70), - [sym_switch_statement] = STATE(70), - [sym_case_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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(70), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(70), - [sym_template_instantiation] = STATE(70), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(70), - [sym_operator_cast_declaration] = STATE(70), - [sym_constructor_or_destructor_definition] = STATE(70), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(70), - [sym_using_declaration] = STATE(70), - [sym_alias_declaration] = STATE(70), - [sym_static_assert_declaration] = STATE(70), - [sym_for_range_loop] = STATE(70), - [sym_throw_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(70), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(70), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [32] = { + [sym_preproc_include] = STATE(32), + [sym_preproc_def] = STATE(32), + [sym_preproc_function_def] = STATE(32), + [sym_preproc_call] = STATE(32), + [sym_preproc_if] = STATE(32), + [sym_preproc_ifdef] = STATE(32), + [sym_function_definition] = STATE(32), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), + [sym__declaration_specifiers] = STATE(3610), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1405), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4056), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1667), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(32), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1390), + [sym_explicit_function_specifier] = STATE(1390), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(4182), + [aux_sym__constructor_specifiers] = STATE(1390), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_attribute] = STATE(876), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(32), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym_function_definition_repeat1] = STATE(876), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(659), + [aux_sym_preproc_include_token1] = ACTIONS(662), + [aux_sym_preproc_def_token1] = ACTIONS(665), + [aux_sym_preproc_if_token1] = ACTIONS(668), + [aux_sym_preproc_if_token2] = ACTIONS(365), + [aux_sym_preproc_ifdef_token1] = ACTIONS(671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(671), + [sym_preproc_directive] = ACTIONS(674), + [anon_sym_LPAREN2] = ACTIONS(373), + [anon_sym_BANG] = ACTIONS(376), + [anon_sym_TILDE] = ACTIONS(379), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(385), + [anon_sym_AMP_AMP] = ACTIONS(388), + [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_typedef] = ACTIONS(680), + [anon_sym_extern] = ACTIONS(683), + [anon_sym___attribute__] = ACTIONS(403), + [anon_sym___declspec] = ACTIONS(406), + [anon_sym___based] = ACTIONS(409), + [anon_sym___cdecl] = ACTIONS(412), + [anon_sym___clrcall] = ACTIONS(412), + [anon_sym___stdcall] = ACTIONS(412), + [anon_sym___fastcall] = ACTIONS(412), + [anon_sym___thiscall] = ACTIONS(412), + [anon_sym___vectorcall] = ACTIONS(412), + [anon_sym_LBRACE] = ACTIONS(686), + [anon_sym_LBRACK] = ACTIONS(418), + [anon_sym_static] = ACTIONS(421), + [anon_sym_register] = ACTIONS(421), + [anon_sym_inline] = ACTIONS(421), + [anon_sym_const] = ACTIONS(424), + [anon_sym_volatile] = ACTIONS(424), + [anon_sym_restrict] = ACTIONS(424), + [anon_sym__Atomic] = ACTIONS(424), + [anon_sym_mutable] = ACTIONS(424), + [anon_sym_constexpr] = ACTIONS(424), + [anon_sym_signed] = ACTIONS(427), + [anon_sym_unsigned] = ACTIONS(427), + [anon_sym_long] = ACTIONS(427), + [anon_sym_short] = ACTIONS(427), + [sym_primitive_type] = ACTIONS(430), + [anon_sym_enum] = ACTIONS(433), + [anon_sym_class] = ACTIONS(436), + [anon_sym_struct] = ACTIONS(439), + [anon_sym_union] = ACTIONS(442), + [anon_sym_if] = ACTIONS(689), + [anon_sym_switch] = ACTIONS(692), + [anon_sym_case] = ACTIONS(695), + [anon_sym_default] = ACTIONS(698), + [anon_sym_while] = ACTIONS(701), + [anon_sym_do] = ACTIONS(704), + [anon_sym_for] = ACTIONS(707), + [anon_sym_return] = ACTIONS(710), + [anon_sym_break] = ACTIONS(713), + [anon_sym_continue] = ACTIONS(716), + [anon_sym_goto] = ACTIONS(719), + [anon_sym_DASH_DASH] = ACTIONS(478), + [anon_sym_PLUS_PLUS] = ACTIONS(478), + [anon_sym_sizeof] = ACTIONS(481), + [sym_number_literal] = ACTIONS(484), + [anon_sym_L_SQUOTE] = ACTIONS(487), + [anon_sym_u_SQUOTE] = ACTIONS(487), + [anon_sym_U_SQUOTE] = ACTIONS(487), + [anon_sym_u8_SQUOTE] = ACTIONS(487), + [anon_sym_SQUOTE] = ACTIONS(487), + [anon_sym_L_DQUOTE] = ACTIONS(490), + [anon_sym_u_DQUOTE] = ACTIONS(490), + [anon_sym_U_DQUOTE] = ACTIONS(490), + [anon_sym_u8_DQUOTE] = ACTIONS(490), + [anon_sym_DQUOTE] = ACTIONS(490), + [sym_true] = ACTIONS(493), + [sym_false] = ACTIONS(493), + [sym_null] = ACTIONS(493), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(496), + [anon_sym_virtual] = ACTIONS(499), + [anon_sym_explicit] = ACTIONS(502), + [sym_auto] = ACTIONS(505), + [anon_sym_typename] = ACTIONS(508), + [anon_sym_template] = ACTIONS(722), + [anon_sym_COLON_COLON] = ACTIONS(514), + [anon_sym_operator] = ACTIONS(517), + [anon_sym_delete] = ACTIONS(520), + [anon_sym_throw] = ACTIONS(725), + [anon_sym_namespace] = ACTIONS(728), + [anon_sym_using] = ACTIONS(731), + [anon_sym_static_assert] = ACTIONS(734), + [anon_sym_try] = ACTIONS(737), + [anon_sym_LBRACK_LBRACK] = ACTIONS(538), + [anon_sym_new] = ACTIONS(541), + [sym_operator_name] = ACTIONS(544), + [sym_this] = ACTIONS(493), + [sym_nullptr] = ACTIONS(493), + [sym_alone_macro] = ACTIONS(740), + [aux_sym_alone_macro_call_token1] = ACTIONS(743), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_FORWARD] = ACTIONS(553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_PS_GET] = ACTIONS(553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(556), + [anon_sym_MOZ_COLD] = ACTIONS(556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NONNULL] = ACTIONS(556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_RAII] = ACTIONS(556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(556), + [sym_raw_string_literal] = ACTIONS(559), + }, + [33] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -28280,9 +30148,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -28292,8 +30160,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(565), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(746), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -28313,17 +30181,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -28347,198 +30215,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(567), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [34] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -28547,9 +30433,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -28559,8 +30445,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(569), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(748), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -28580,17 +30466,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -28614,93 +30500,110 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [33] = { + [35] = { [sym_preproc_include] = STATE(34), [sym_preproc_def] = STATE(34), [sym_preproc_function_def] = STATE(34), @@ -28710,25 +30613,25 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(34), [sym_declaration] = STATE(34), [sym_type_definition] = STATE(34), - [sym__declaration_specifiers] = STATE(3565), + [sym__declaration_specifiers] = STATE(3587), [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(34), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(34), [sym_expression_statement] = STATE(34), [sym_if_statement] = STATE(34), @@ -28741,41 +30644,41 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(34), [sym_continue_statement] = STATE(34), [sym_goto_statement] = STATE(34), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(34), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(34), [sym_template_instantiation] = STATE(34), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), [sym_operator_cast_definition] = STATE(34), [sym_operator_cast_declaration] = STATE(34), [sym_constructor_or_destructor_definition] = STATE(34), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(34), [sym_using_declaration] = STATE(34), [sym_alias_declaration] = STATE(34), @@ -28783,29 +30686,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(34), [sym_throw_statement] = STATE(34), [sym_try_statement] = STATE(34), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(34), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(34), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -28814,9 +30718,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -28826,8 +30730,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(571), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(750), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -28847,17 +30751,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -28881,198 +30785,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(219), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(752), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [34] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [36] = { + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(33), + [sym_expression_statement] = STATE(33), + [sym_if_statement] = STATE(33), + [sym_switch_statement] = STATE(33), + [sym_case_statement] = STATE(33), + [sym_while_statement] = STATE(33), + [sym_do_statement] = STATE(33), + [sym_for_statement] = STATE(33), + [sym_return_statement] = STATE(33), + [sym_break_statement] = STATE(33), + [sym_continue_statement] = STATE(33), + [sym_goto_statement] = STATE(33), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(33), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_for_range_loop] = STATE(33), + [sym_throw_statement] = STATE(33), + [sym_try_statement] = STATE(33), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(33), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(33), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -29081,9 +31003,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -29093,8 +31015,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(573), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(754), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -29114,17 +31036,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -29148,198 +31070,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(221), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [35] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [37] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -29348,9 +31288,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -29360,8 +31300,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(756), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -29381,17 +31321,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -29415,465 +31355,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), - }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(577), - [aux_sym_preproc_include_token1] = ACTIONS(580), - [aux_sym_preproc_def_token1] = ACTIONS(583), - [aux_sym_preproc_if_token1] = ACTIONS(586), - [aux_sym_preproc_ifdef_token1] = ACTIONS(589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(589), - [sym_preproc_directive] = ACTIONS(592), - [anon_sym_LPAREN2] = ACTIONS(371), - [anon_sym_BANG] = ACTIONS(374), - [anon_sym_TILDE] = ACTIONS(377), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_STAR] = ACTIONS(383), - [anon_sym_AMP_AMP] = ACTIONS(386), - [anon_sym_AMP] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(595), - [anon_sym_typedef] = ACTIONS(598), - [anon_sym_extern] = ACTIONS(601), - [anon_sym___attribute__] = ACTIONS(401), - [anon_sym___declspec] = ACTIONS(404), - [anon_sym___based] = ACTIONS(407), - [anon_sym___cdecl] = ACTIONS(410), - [anon_sym___clrcall] = ACTIONS(410), - [anon_sym___stdcall] = ACTIONS(410), - [anon_sym___fastcall] = ACTIONS(410), - [anon_sym___thiscall] = ACTIONS(410), - [anon_sym___vectorcall] = ACTIONS(410), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_RBRACE] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(416), - [anon_sym_static] = ACTIONS(419), - [anon_sym_register] = ACTIONS(419), - [anon_sym_inline] = ACTIONS(419), - [anon_sym_const] = ACTIONS(422), - [anon_sym_volatile] = ACTIONS(422), - [anon_sym_restrict] = ACTIONS(422), - [anon_sym__Atomic] = ACTIONS(422), - [anon_sym_mutable] = ACTIONS(422), - [anon_sym_constexpr] = ACTIONS(422), - [anon_sym_signed] = ACTIONS(425), - [anon_sym_unsigned] = ACTIONS(425), - [anon_sym_long] = ACTIONS(425), - [anon_sym_short] = ACTIONS(425), - [sym_primitive_type] = ACTIONS(428), - [anon_sym_enum] = ACTIONS(431), - [anon_sym_class] = ACTIONS(434), - [anon_sym_struct] = ACTIONS(437), - [anon_sym_union] = ACTIONS(440), - [anon_sym_if] = ACTIONS(609), - [anon_sym_switch] = ACTIONS(612), - [anon_sym_case] = ACTIONS(615), - [anon_sym_default] = ACTIONS(618), - [anon_sym_while] = ACTIONS(621), - [anon_sym_do] = ACTIONS(624), - [anon_sym_for] = ACTIONS(627), - [anon_sym_return] = ACTIONS(630), - [anon_sym_break] = ACTIONS(633), - [anon_sym_continue] = ACTIONS(636), - [anon_sym_goto] = ACTIONS(639), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_sizeof] = ACTIONS(479), - [sym_number_literal] = ACTIONS(482), - [anon_sym_L_SQUOTE] = ACTIONS(485), - [anon_sym_u_SQUOTE] = ACTIONS(485), - [anon_sym_U_SQUOTE] = ACTIONS(485), - [anon_sym_u8_SQUOTE] = ACTIONS(485), - [anon_sym_SQUOTE] = ACTIONS(485), - [anon_sym_L_DQUOTE] = ACTIONS(488), - [anon_sym_u_DQUOTE] = ACTIONS(488), - [anon_sym_U_DQUOTE] = ACTIONS(488), - [anon_sym_u8_DQUOTE] = ACTIONS(488), - [anon_sym_DQUOTE] = ACTIONS(488), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_null] = ACTIONS(491), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(494), - [anon_sym_virtual] = ACTIONS(497), - [anon_sym_explicit] = ACTIONS(500), - [sym_auto] = ACTIONS(503), - [anon_sym_typename] = ACTIONS(506), - [anon_sym_template] = ACTIONS(642), - [anon_sym_COLON_COLON] = ACTIONS(512), - [anon_sym_operator] = ACTIONS(515), - [anon_sym_delete] = ACTIONS(518), - [anon_sym_throw] = ACTIONS(645), - [anon_sym_namespace] = ACTIONS(648), - [anon_sym_using] = ACTIONS(651), - [anon_sym_static_assert] = ACTIONS(654), - [anon_sym_try] = ACTIONS(657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(536), - [anon_sym_new] = ACTIONS(539), - [sym_operator_name] = ACTIONS(542), - [sym_this] = ACTIONS(491), - [sym_nullptr] = ACTIONS(491), - [sym_alone_macro] = ACTIONS(660), - [aux_sym_alone_macro_call_token1] = ACTIONS(663), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(551), - [anon_sym_MOZ_COLD] = ACTIONS(551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NONNULL] = ACTIONS(551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_RAII] = ACTIONS(551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(551), - [sym_raw_string_literal] = ACTIONS(554), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(37), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(37), + [sym_template_instantiation] = STATE(37), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(37), + [sym_operator_cast_declaration] = STATE(37), + [sym_constructor_or_destructor_definition] = STATE(37), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(37), + [sym_try_statement] = STATE(37), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(37), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(37), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -29882,9 +31573,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -29894,8 +31585,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(666), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(758), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -29915,17 +31606,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -29949,220 +31640,238 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(213), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(35), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(35), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(35), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(35), - [sym_template_instantiation] = STATE(35), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(35), - [sym_operator_cast_declaration] = STATE(35), - [sym_constructor_or_destructor_definition] = STATE(35), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(35), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(35), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), - [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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), + [39] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(760), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -30182,17 +31891,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -30216,198 +31925,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(233), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [39] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(51), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(51), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(51), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(51), - [sym_template_instantiation] = STATE(51), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(51), - [sym_operator_cast_declaration] = STATE(51), - [sym_constructor_or_destructor_definition] = STATE(51), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(51), - [sym_try_statement] = STATE(51), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(51), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(51), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [40] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(69), + [sym_expression_statement] = STATE(69), + [sym_if_statement] = STATE(69), + [sym_switch_statement] = STATE(69), + [sym_case_statement] = STATE(69), + [sym_while_statement] = STATE(69), + [sym_do_statement] = STATE(69), + [sym_for_statement] = STATE(69), + [sym_return_statement] = STATE(69), + [sym_break_statement] = STATE(69), + [sym_continue_statement] = STATE(69), + [sym_goto_statement] = STATE(69), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(69), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_for_range_loop] = STATE(69), + [sym_throw_statement] = STATE(69), + [sym_try_statement] = STATE(69), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(69), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(69), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -30416,9 +32143,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -30428,8 +32155,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(762), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -30449,17 +32176,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -30483,93 +32210,110 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(672), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(764), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [40] = { + [41] = { [sym_preproc_include] = STATE(59), [sym_preproc_def] = STATE(59), [sym_preproc_function_def] = STATE(59), @@ -30579,25 +32323,25 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(59), [sym_declaration] = STATE(59), [sym_type_definition] = STATE(59), - [sym__declaration_specifiers] = STATE(3565), + [sym__declaration_specifiers] = STATE(3587), [sym_linkage_specification] = STATE(59), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(59), [sym_expression_statement] = STATE(59), [sym_if_statement] = STATE(59), @@ -30610,41 +32354,41 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(59), [sym_continue_statement] = STATE(59), [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(59), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(59), [sym_template_instantiation] = STATE(59), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), [sym_operator_cast_definition] = STATE(59), [sym_operator_cast_declaration] = STATE(59), [sym_constructor_or_destructor_definition] = STATE(59), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(59), [sym_using_declaration] = STATE(59), [sym_alias_declaration] = STATE(59), @@ -30652,29 +32396,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(59), [sym_throw_statement] = STATE(59), [sym_try_statement] = STATE(59), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(59), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(59), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -30683,9 +32428,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -30695,8 +32440,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(674), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(766), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -30716,17 +32461,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -30750,198 +32495,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(676), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [42] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(39), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(39), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(39), + [sym_template_instantiation] = STATE(39), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(39), + [sym_operator_cast_declaration] = STATE(39), + [sym_constructor_or_destructor_definition] = STATE(39), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(39), + [sym_try_statement] = STATE(39), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(39), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(39), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -30950,9 +32713,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -30962,8 +32725,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(768), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -30983,17 +32746,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -31017,198 +32780,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(770), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [42] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(41), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(41), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(41), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(41), + [sym_template_instantiation] = STATE(41), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(41), + [sym_operator_cast_declaration] = STATE(41), + [sym_constructor_or_destructor_definition] = STATE(41), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(41), + [sym_try_statement] = STATE(41), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(41), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(41), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -31217,9 +32998,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -31229,8 +33010,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(680), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(772), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -31250,17 +33031,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -31284,198 +33065,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(217), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [43] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(56), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(56), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(56), - [sym_template_instantiation] = STATE(56), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(56), - [sym_operator_cast_declaration] = STATE(56), - [sym_constructor_or_destructor_definition] = STATE(56), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(56), - [sym_try_statement] = STATE(56), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(56), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(56), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [44] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -31484,9 +33283,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -31496,8 +33295,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(682), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(774), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -31517,17 +33316,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -31551,199 +33350,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(684), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [44] = { - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_specifiers] = STATE(3566), - [sym_linkage_specification] = STATE(63), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1398), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4040), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1498), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(63), - [sym_expression_statement] = STATE(63), - [sym_if_statement] = STATE(63), - [sym_switch_statement] = STATE(63), - [sym_case_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_do_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_return_statement] = STATE(63), - [sym_break_statement] = STATE(63), - [sym_continue_statement] = STATE(63), - [sym_goto_statement] = STATE(63), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(63), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), + [45] = { + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(44), + [sym_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(44), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), [sym_virtual_function_specifier] = STATE(1384), [sym_explicit_function_specifier] = STATE(1384), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(63), - [sym_template_instantiation] = STATE(63), - [sym_operator_cast] = STATE(4155), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(44), + [sym_template_instantiation] = STATE(44), + [sym_operator_cast] = STATE(4216), [aux_sym__constructor_specifiers] = STATE(1384), - [sym_operator_cast_definition] = STATE(63), - [sym_operator_cast_declaration] = STATE(63), - [sym_constructor_or_destructor_definition] = STATE(63), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(63), - [sym_using_declaration] = STATE(63), - [sym_alias_declaration] = STATE(63), - [sym_static_assert_declaration] = STATE(63), - [sym_for_range_loop] = STATE(63), - [sym_throw_statement] = STATE(63), - [sym_try_statement] = STATE(63), - [sym_attribute] = STATE(919), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(63), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(63), - [aux_sym_function_definition_repeat1] = STATE(919), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(686), - [aux_sym_preproc_include_token1] = ACTIONS(688), - [aux_sym_preproc_def_token1] = ACTIONS(690), - [aux_sym_preproc_if_token1] = ACTIONS(692), - [aux_sym_preproc_if_token2] = ACTIONS(694), - [aux_sym_preproc_ifdef_token1] = ACTIONS(696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(696), - [sym_preproc_directive] = ACTIONS(698), + [sym_operator_cast_definition] = STATE(44), + [sym_operator_cast_declaration] = STATE(44), + [sym_constructor_or_destructor_definition] = STATE(44), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(44), + [sym_using_declaration] = STATE(44), + [sym_alias_declaration] = STATE(44), + [sym_static_assert_declaration] = STATE(44), + [sym_for_range_loop] = STATE(44), + [sym_throw_statement] = STATE(44), + [sym_try_statement] = STATE(44), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(44), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(44), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -31752,9 +33568,9 @@ static 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(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(704), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -31764,7 +33580,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(776), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -31784,17 +33601,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -31818,198 +33635,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(730), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_namespace] = ACTIONS(734), - [anon_sym_using] = ACTIONS(736), - [anon_sym_static_assert] = ACTIONS(738), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(742), - [aux_sym_alone_macro_call_token1] = ACTIONS(744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(778), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [45] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(37), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(37), - [sym_try_statement] = STATE(37), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(37), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [46] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -32018,9 +33853,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -32030,8 +33865,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(746), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(780), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -32051,17 +33886,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -32085,198 +33920,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(748), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [47] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -32285,9 +34138,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -32297,8 +34150,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(750), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(782), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -32318,17 +34171,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -32352,198 +34205,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [47] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(41), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(41), - [sym_try_statement] = STATE(41), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(41), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [48] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(47), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(47), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(47), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(47), + [sym_template_instantiation] = STATE(47), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(47), + [sym_operator_cast_declaration] = STATE(47), + [sym_constructor_or_destructor_definition] = STATE(47), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(47), + [sym_try_statement] = STATE(47), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(47), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(47), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -32552,9 +34423,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -32564,8 +34435,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(752), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(784), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -32585,17 +34456,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -32619,198 +34490,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(754), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(786), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [49] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -32819,9 +34708,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -32831,8 +34720,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(756), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(788), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -32852,17 +34741,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -32886,198 +34775,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [49] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [50] = { + [sym_preproc_include] = STATE(49), + [sym_preproc_def] = STATE(49), + [sym_preproc_function_def] = STATE(49), + [sym_preproc_call] = STATE(49), + [sym_preproc_if] = STATE(49), + [sym_preproc_ifdef] = STATE(49), + [sym_function_definition] = STATE(49), + [sym_declaration] = STATE(49), + [sym_type_definition] = STATE(49), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(49), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(49), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(49), + [sym_expression_statement] = STATE(49), + [sym_if_statement] = STATE(49), + [sym_switch_statement] = STATE(49), + [sym_case_statement] = STATE(49), + [sym_while_statement] = STATE(49), + [sym_do_statement] = STATE(49), + [sym_for_statement] = STATE(49), + [sym_return_statement] = STATE(49), + [sym_break_statement] = STATE(49), + [sym_continue_statement] = STATE(49), + [sym_goto_statement] = STATE(49), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(49), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(49), + [sym_template_instantiation] = STATE(49), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(49), + [sym_operator_cast_declaration] = STATE(49), + [sym_constructor_or_destructor_definition] = STATE(49), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(49), + [sym_using_declaration] = STATE(49), + [sym_alias_declaration] = STATE(49), + [sym_static_assert_declaration] = STATE(49), + [sym_for_range_loop] = STATE(49), + [sym_throw_statement] = STATE(49), + [sym_try_statement] = STATE(49), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(49), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(49), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -33086,9 +34993,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -33098,8 +35005,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(758), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(790), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -33119,17 +35026,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -33153,198 +35060,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(792), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [51] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -33353,9 +35278,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -33365,8 +35290,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(760), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(794), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -33386,17 +35311,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -33420,198 +35345,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [51] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [52] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(51), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(51), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(51), + [sym_template_instantiation] = STATE(51), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(51), + [sym_operator_cast_declaration] = STATE(51), + [sym_constructor_or_destructor_definition] = STATE(51), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(51), + [sym_try_statement] = STATE(51), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(51), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(51), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -33620,9 +35563,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -33632,8 +35575,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(762), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(796), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -33653,17 +35596,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -33687,198 +35630,217 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(229), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [52] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(48), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(48), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(48), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(48), - [sym_template_instantiation] = STATE(48), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(48), - [sym_operator_cast_declaration] = STATE(48), - [sym_constructor_or_destructor_definition] = STATE(48), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(48), - [sym_try_statement] = STATE(48), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(48), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(48), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [53] = { + [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_specifiers] = STATE(3578), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1410), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4062), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(30), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1381), + [sym_explicit_function_specifier] = STATE(1381), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(30), + [sym_template_instantiation] = STATE(30), + [sym_operator_cast] = STATE(4176), + [aux_sym__constructor_specifiers] = STATE(1381), + [sym_operator_cast_definition] = STATE(30), + [sym_operator_cast_declaration] = STATE(30), + [sym_constructor_or_destructor_definition] = STATE(30), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(30), + [sym_try_statement] = STATE(30), + [sym_attribute] = STATE(828), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(30), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(30), + [aux_sym_function_definition_repeat1] = STATE(828), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [ts_builtin_sym_end] = ACTIONS(798), + [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), @@ -33887,9 +35849,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(37), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -33899,8 +35861,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -33920,17 +35881,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -33954,198 +35915,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(111), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_namespace] = ACTIONS(121), + [anon_sym_using] = ACTIONS(123), + [anon_sym_static_assert] = ACTIONS(125), + [anon_sym_try] = ACTIONS(127), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(766), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(800), + [aux_sym_alone_macro_call_token1] = ACTIONS(137), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [53] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(42), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(42), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [54] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34154,9 +36133,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -34166,8 +36145,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(768), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(802), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -34187,17 +36166,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -34221,198 +36200,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(229), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [54] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(30), - [sym_try_statement] = STATE(30), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(30), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [55] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(46), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(46), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(46), + [sym_template_instantiation] = STATE(46), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(46), + [sym_operator_cast_declaration] = STATE(46), + [sym_constructor_or_destructor_definition] = STATE(46), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(46), + [sym_try_statement] = STATE(46), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(46), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(46), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34421,9 +36418,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -34433,8 +36430,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(770), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(804), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -34454,17 +36451,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -34488,198 +36485,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(211), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(806), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [55] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [56] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(61), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(61), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(61), + [sym_template_instantiation] = STATE(61), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(61), + [sym_operator_cast_declaration] = STATE(61), + [sym_constructor_or_destructor_definition] = STATE(61), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(61), + [sym_try_statement] = STATE(61), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(61), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(61), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34688,9 +36703,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -34700,8 +36715,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(772), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(808), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -34721,17 +36736,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -34755,198 +36770,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(810), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [56] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [57] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34955,9 +36988,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -34967,8 +37000,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(774), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(812), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -34988,17 +37021,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -35022,465 +37055,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), - }, - [57] = { - [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_specifiers] = STATE(3575), - [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1406), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4048), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1501), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(57), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1377), - [sym_explicit_function_specifier] = STATE(1377), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(57), - [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(4136), - [aux_sym__constructor_specifiers] = STATE(1377), - [sym_operator_cast_definition] = STATE(57), - [sym_operator_cast_declaration] = STATE(57), - [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(57), - [sym_try_statement] = STATE(57), - [sym_attribute] = STATE(904), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(57), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(57), - [aux_sym_function_definition_repeat1] = STATE(904), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [ts_builtin_sym_end] = ACTIONS(607), - [sym_identifier] = ACTIONS(776), - [aux_sym_preproc_include_token1] = ACTIONS(779), - [aux_sym_preproc_def_token1] = ACTIONS(782), - [aux_sym_preproc_if_token1] = ACTIONS(785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(788), - [aux_sym_preproc_ifdef_token2] = ACTIONS(788), - [sym_preproc_directive] = ACTIONS(791), - [anon_sym_LPAREN2] = ACTIONS(371), - [anon_sym_BANG] = ACTIONS(374), - [anon_sym_TILDE] = ACTIONS(377), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_STAR] = ACTIONS(383), - [anon_sym_AMP_AMP] = ACTIONS(386), - [anon_sym_AMP] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(794), - [anon_sym_typedef] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(800), - [anon_sym___attribute__] = ACTIONS(401), - [anon_sym___declspec] = ACTIONS(404), - [anon_sym___based] = ACTIONS(407), - [anon_sym___cdecl] = ACTIONS(410), - [anon_sym___clrcall] = ACTIONS(410), - [anon_sym___stdcall] = ACTIONS(410), - [anon_sym___fastcall] = ACTIONS(410), - [anon_sym___thiscall] = ACTIONS(410), - [anon_sym___vectorcall] = ACTIONS(410), - [anon_sym_LBRACE] = ACTIONS(803), - [anon_sym_LBRACK] = ACTIONS(416), - [anon_sym_static] = ACTIONS(419), - [anon_sym_register] = ACTIONS(419), - [anon_sym_inline] = ACTIONS(419), - [anon_sym_const] = ACTIONS(422), - [anon_sym_volatile] = ACTIONS(422), - [anon_sym_restrict] = ACTIONS(422), - [anon_sym__Atomic] = ACTIONS(422), - [anon_sym_mutable] = ACTIONS(422), - [anon_sym_constexpr] = ACTIONS(422), - [anon_sym_signed] = ACTIONS(425), - [anon_sym_unsigned] = ACTIONS(425), - [anon_sym_long] = ACTIONS(425), - [anon_sym_short] = ACTIONS(425), - [sym_primitive_type] = ACTIONS(428), - [anon_sym_enum] = ACTIONS(431), - [anon_sym_class] = ACTIONS(434), - [anon_sym_struct] = ACTIONS(437), - [anon_sym_union] = ACTIONS(440), - [anon_sym_if] = ACTIONS(806), - [anon_sym_switch] = ACTIONS(809), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(815), - [anon_sym_while] = ACTIONS(818), - [anon_sym_do] = ACTIONS(821), - [anon_sym_for] = ACTIONS(824), - [anon_sym_return] = ACTIONS(827), - [anon_sym_break] = ACTIONS(830), - [anon_sym_continue] = ACTIONS(833), - [anon_sym_goto] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_sizeof] = ACTIONS(479), - [sym_number_literal] = ACTIONS(482), - [anon_sym_L_SQUOTE] = ACTIONS(485), - [anon_sym_u_SQUOTE] = ACTIONS(485), - [anon_sym_U_SQUOTE] = ACTIONS(485), - [anon_sym_u8_SQUOTE] = ACTIONS(485), - [anon_sym_SQUOTE] = ACTIONS(485), - [anon_sym_L_DQUOTE] = ACTIONS(488), - [anon_sym_u_DQUOTE] = ACTIONS(488), - [anon_sym_U_DQUOTE] = ACTIONS(488), - [anon_sym_u8_DQUOTE] = ACTIONS(488), - [anon_sym_DQUOTE] = ACTIONS(488), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_null] = ACTIONS(491), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(494), - [anon_sym_virtual] = ACTIONS(497), - [anon_sym_explicit] = ACTIONS(500), - [sym_auto] = ACTIONS(503), - [anon_sym_typename] = ACTIONS(506), - [anon_sym_template] = ACTIONS(839), - [anon_sym_COLON_COLON] = ACTIONS(512), - [anon_sym_operator] = ACTIONS(515), - [anon_sym_delete] = ACTIONS(518), - [anon_sym_throw] = ACTIONS(842), - [anon_sym_namespace] = ACTIONS(845), - [anon_sym_using] = ACTIONS(848), - [anon_sym_static_assert] = ACTIONS(851), - [anon_sym_try] = ACTIONS(854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(536), - [anon_sym_new] = ACTIONS(539), - [sym_operator_name] = ACTIONS(542), - [sym_this] = ACTIONS(491), - [sym_nullptr] = ACTIONS(491), - [sym_alone_macro] = ACTIONS(857), - [aux_sym_alone_macro_call_token1] = ACTIONS(860), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(551), - [anon_sym_MOZ_COLD] = ACTIONS(551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NONNULL] = ACTIONS(551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_RAII] = ACTIONS(551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(551), - [sym_raw_string_literal] = ACTIONS(554), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [58] = { - [sym_preproc_include] = STATE(49), - [sym_preproc_def] = STATE(49), - [sym_preproc_function_def] = STATE(49), - [sym_preproc_call] = STATE(49), - [sym_preproc_if] = STATE(49), - [sym_preproc_ifdef] = STATE(49), - [sym_function_definition] = STATE(49), - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(49), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_case_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(49), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(49), - [sym_template_instantiation] = STATE(49), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(49), - [sym_operator_cast_declaration] = STATE(49), - [sym_constructor_or_destructor_definition] = STATE(49), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(49), - [sym_using_declaration] = STATE(49), - [sym_alias_declaration] = STATE(49), - [sym_static_assert_declaration] = STATE(49), - [sym_for_range_loop] = STATE(49), - [sym_throw_statement] = STATE(49), - [sym_try_statement] = STATE(49), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(49), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(49), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [sym_preproc_include] = STATE(70), + [sym_preproc_def] = STATE(70), + [sym_preproc_function_def] = STATE(70), + [sym_preproc_call] = STATE(70), + [sym_preproc_if] = STATE(70), + [sym_preproc_ifdef] = STATE(70), + [sym_function_definition] = STATE(70), + [sym_declaration] = STATE(70), + [sym_type_definition] = STATE(70), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(70), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(70), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(70), + [sym_expression_statement] = STATE(70), + [sym_if_statement] = STATE(70), + [sym_switch_statement] = STATE(70), + [sym_case_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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(70), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(70), + [sym_template_instantiation] = STATE(70), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(70), + [sym_operator_cast_declaration] = STATE(70), + [sym_constructor_or_destructor_definition] = STATE(70), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(70), + [sym_using_declaration] = STATE(70), + [sym_alias_declaration] = STATE(70), + [sym_static_assert_declaration] = STATE(70), + [sym_for_range_loop] = STATE(70), + [sym_throw_statement] = STATE(70), + [sym_try_statement] = STATE(70), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(70), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(70), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -35489,9 +37273,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -35501,8 +37285,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(863), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(814), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -35522,17 +37306,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -35556,198 +37340,501 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(215), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(207), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(816), + [aux_sym_preproc_include_token1] = ACTIONS(819), + [aux_sym_preproc_def_token1] = ACTIONS(822), + [aux_sym_preproc_if_token1] = ACTIONS(825), + [aux_sym_preproc_ifdef_token1] = ACTIONS(828), + [aux_sym_preproc_ifdef_token2] = ACTIONS(828), + [sym_preproc_directive] = ACTIONS(831), + [anon_sym_LPAREN2] = ACTIONS(373), + [anon_sym_BANG] = ACTIONS(376), + [anon_sym_TILDE] = ACTIONS(379), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(385), + [anon_sym_AMP_AMP] = ACTIONS(388), + [anon_sym_AMP] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_typedef] = ACTIONS(837), + [anon_sym_extern] = ACTIONS(840), + [anon_sym___attribute__] = ACTIONS(403), + [anon_sym___declspec] = ACTIONS(406), + [anon_sym___based] = ACTIONS(409), + [anon_sym___cdecl] = ACTIONS(412), + [anon_sym___clrcall] = ACTIONS(412), + [anon_sym___stdcall] = ACTIONS(412), + [anon_sym___fastcall] = ACTIONS(412), + [anon_sym___thiscall] = ACTIONS(412), + [anon_sym___vectorcall] = ACTIONS(412), + [anon_sym_LBRACE] = ACTIONS(843), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(418), + [anon_sym_static] = ACTIONS(421), + [anon_sym_register] = ACTIONS(421), + [anon_sym_inline] = ACTIONS(421), + [anon_sym_const] = ACTIONS(424), + [anon_sym_volatile] = ACTIONS(424), + [anon_sym_restrict] = ACTIONS(424), + [anon_sym__Atomic] = ACTIONS(424), + [anon_sym_mutable] = ACTIONS(424), + [anon_sym_constexpr] = ACTIONS(424), + [anon_sym_signed] = ACTIONS(427), + [anon_sym_unsigned] = ACTIONS(427), + [anon_sym_long] = ACTIONS(427), + [anon_sym_short] = ACTIONS(427), + [sym_primitive_type] = ACTIONS(430), + [anon_sym_enum] = ACTIONS(433), + [anon_sym_class] = ACTIONS(436), + [anon_sym_struct] = ACTIONS(439), + [anon_sym_union] = ACTIONS(442), + [anon_sym_if] = ACTIONS(846), + [anon_sym_switch] = ACTIONS(849), + [anon_sym_case] = ACTIONS(852), + [anon_sym_default] = ACTIONS(855), + [anon_sym_while] = ACTIONS(858), + [anon_sym_do] = ACTIONS(861), + [anon_sym_for] = ACTIONS(864), + [anon_sym_return] = ACTIONS(867), + [anon_sym_break] = ACTIONS(870), + [anon_sym_continue] = ACTIONS(873), + [anon_sym_goto] = ACTIONS(876), + [anon_sym_DASH_DASH] = ACTIONS(478), + [anon_sym_PLUS_PLUS] = ACTIONS(478), + [anon_sym_sizeof] = ACTIONS(481), + [sym_number_literal] = ACTIONS(484), + [anon_sym_L_SQUOTE] = ACTIONS(487), + [anon_sym_u_SQUOTE] = ACTIONS(487), + [anon_sym_U_SQUOTE] = ACTIONS(487), + [anon_sym_u8_SQUOTE] = ACTIONS(487), + [anon_sym_SQUOTE] = ACTIONS(487), + [anon_sym_L_DQUOTE] = ACTIONS(490), + [anon_sym_u_DQUOTE] = ACTIONS(490), + [anon_sym_U_DQUOTE] = ACTIONS(490), + [anon_sym_u8_DQUOTE] = ACTIONS(490), + [anon_sym_DQUOTE] = ACTIONS(490), + [sym_true] = ACTIONS(493), + [sym_false] = ACTIONS(493), + [sym_null] = ACTIONS(493), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(496), + [anon_sym_virtual] = ACTIONS(499), + [anon_sym_explicit] = ACTIONS(502), + [sym_auto] = ACTIONS(505), + [anon_sym_typename] = ACTIONS(508), + [anon_sym_template] = ACTIONS(879), + [anon_sym_COLON_COLON] = ACTIONS(514), + [anon_sym_operator] = ACTIONS(517), + [anon_sym_delete] = ACTIONS(520), + [anon_sym_throw] = ACTIONS(882), + [anon_sym_namespace] = ACTIONS(885), + [anon_sym_using] = ACTIONS(888), + [anon_sym_static_assert] = ACTIONS(891), + [anon_sym_try] = ACTIONS(894), + [anon_sym_LBRACK_LBRACK] = ACTIONS(538), + [anon_sym_new] = ACTIONS(541), + [sym_operator_name] = ACTIONS(544), + [sym_this] = ACTIONS(493), + [sym_nullptr] = ACTIONS(493), + [sym_alone_macro] = ACTIONS(897), + [aux_sym_alone_macro_call_token1] = ACTIONS(900), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(553), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_FORWARD] = ACTIONS(553), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(553), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(553), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(553), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_PS_GET] = ACTIONS(553), + [anon_sym_PS_GET_AND_SET] = ACTIONS(553), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(553), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(553), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(556), + [anon_sym_MOZ_COLD] = ACTIONS(556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NONNULL] = ACTIONS(556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_NORETURN] = ACTIONS(556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(556), + [anon_sym_MOZ_RAII] = ACTIONS(556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(556), + [sym_raw_string_literal] = ACTIONS(559), + }, + [60] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(29), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(29), + [sym_template_instantiation] = STATE(29), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(29), + [sym_operator_cast_declaration] = STATE(29), + [sym_constructor_or_destructor_definition] = STATE(29), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(29), + [sym_try_statement] = STATE(29), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(29), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(29), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -35756,9 +37843,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -35768,8 +37855,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(865), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(903), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -35789,17 +37876,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -35823,198 +37910,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(225), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(46), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(46), - [sym_try_statement] = STATE(46), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(46), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [61] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -36023,9 +38128,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -36035,8 +38140,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(867), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(905), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -36056,17 +38161,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -36090,198 +38195,217 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(225), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [61] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [62] = { + [sym_preproc_include] = STATE(63), + [sym_preproc_def] = STATE(63), + [sym_preproc_function_def] = STATE(63), + [sym_preproc_call] = STATE(63), + [sym_preproc_if] = STATE(63), + [sym_preproc_ifdef] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_specifiers] = STATE(3610), + [sym_linkage_specification] = STATE(63), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1405), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4056), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1667), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_case_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(63), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1390), + [sym_explicit_function_specifier] = STATE(1390), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(63), + [sym_template_instantiation] = STATE(63), + [sym_operator_cast] = STATE(4182), + [aux_sym__constructor_specifiers] = STATE(1390), + [sym_operator_cast_definition] = STATE(63), + [sym_operator_cast_declaration] = STATE(63), + [sym_constructor_or_destructor_definition] = STATE(63), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(63), + [sym_using_declaration] = STATE(63), + [sym_alias_declaration] = STATE(63), + [sym_static_assert_declaration] = STATE(63), + [sym_for_range_loop] = STATE(63), + [sym_throw_statement] = STATE(63), + [sym_try_statement] = STATE(63), + [sym_attribute] = STATE(876), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(63), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(63), + [aux_sym_function_definition_repeat1] = STATE(876), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(907), + [aux_sym_preproc_include_token1] = ACTIONS(909), + [aux_sym_preproc_def_token1] = ACTIONS(911), + [aux_sym_preproc_if_token1] = ACTIONS(913), + [aux_sym_preproc_if_token2] = ACTIONS(915), + [aux_sym_preproc_ifdef_token1] = ACTIONS(917), + [aux_sym_preproc_ifdef_token2] = ACTIONS(917), + [sym_preproc_directive] = ACTIONS(919), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -36290,9 +38414,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(925), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -36302,8 +38426,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(869), + [anon_sym_LBRACE] = ACTIONS(927), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -36323,17 +38446,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -36357,199 +38480,217 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(951), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_namespace] = ACTIONS(955), + [anon_sym_using] = ACTIONS(957), + [anon_sym_static_assert] = ACTIONS(959), + [anon_sym_try] = ACTIONS(961), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(963), + [aux_sym_alone_macro_call_token1] = ACTIONS(965), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [62] = { - [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_specifiers] = STATE(3575), - [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1406), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4048), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1501), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(57), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1377), - [sym_explicit_function_specifier] = STATE(1377), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(57), - [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(4136), - [aux_sym__constructor_specifiers] = STATE(1377), - [sym_operator_cast_definition] = STATE(57), - [sym_operator_cast_declaration] = STATE(57), - [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(57), - [sym_try_statement] = STATE(57), - [sym_attribute] = STATE(904), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(57), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(57), - [aux_sym_function_definition_repeat1] = STATE(904), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [ts_builtin_sym_end] = ACTIONS(871), - [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), + [63] = { + [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_specifiers] = STATE(3610), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1405), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4056), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(32), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1667), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(32), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1390), + [sym_explicit_function_specifier] = STATE(1390), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(4182), + [aux_sym__constructor_specifiers] = STATE(1390), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(32), + [sym_try_statement] = STATE(32), + [sym_attribute] = STATE(876), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(32), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(32), + [aux_sym_function_definition_repeat1] = STATE(876), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(907), + [aux_sym_preproc_include_token1] = ACTIONS(909), + [aux_sym_preproc_def_token1] = ACTIONS(911), + [aux_sym_preproc_if_token1] = ACTIONS(913), + [aux_sym_preproc_if_token2] = ACTIONS(967), + [aux_sym_preproc_ifdef_token1] = ACTIONS(917), + [aux_sym_preproc_ifdef_token2] = ACTIONS(917), + [sym_preproc_directive] = ACTIONS(919), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -36558,9 +38699,9 @@ static 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(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(925), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -36570,7 +38711,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACE] = ACTIONS(927), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -36590,17 +38731,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -36624,199 +38765,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(111), + [anon_sym_template] = ACTIONS(951), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_namespace] = ACTIONS(121), - [anon_sym_using] = ACTIONS(123), - [anon_sym_static_assert] = ACTIONS(125), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_namespace] = ACTIONS(955), + [anon_sym_using] = ACTIONS(957), + [anon_sym_static_assert] = ACTIONS(959), + [anon_sym_try] = ACTIONS(961), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(873), - [aux_sym_alone_macro_call_token1] = ACTIONS(137), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(969), + [aux_sym_alone_macro_call_token1] = ACTIONS(965), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [63] = { - [sym_preproc_include] = STATE(68), - [sym_preproc_def] = STATE(68), - [sym_preproc_function_def] = STATE(68), - [sym_preproc_call] = STATE(68), - [sym_preproc_if] = STATE(68), - [sym_preproc_ifdef] = STATE(68), - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_specifiers] = STATE(3566), - [sym_linkage_specification] = STATE(68), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1398), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4040), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1498), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_case_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(68), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), + [64] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), [sym_virtual_function_specifier] = STATE(1384), [sym_explicit_function_specifier] = STATE(1384), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(68), - [sym_template_instantiation] = STATE(68), - [sym_operator_cast] = STATE(4155), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), [aux_sym__constructor_specifiers] = STATE(1384), - [sym_operator_cast_definition] = STATE(68), - [sym_operator_cast_declaration] = STATE(68), - [sym_constructor_or_destructor_definition] = STATE(68), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(68), - [sym_using_declaration] = STATE(68), - [sym_alias_declaration] = STATE(68), - [sym_static_assert_declaration] = STATE(68), - [sym_for_range_loop] = STATE(68), - [sym_throw_statement] = STATE(68), - [sym_try_statement] = STATE(68), - [sym_attribute] = STATE(919), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(68), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(68), - [aux_sym_function_definition_repeat1] = STATE(919), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(686), - [aux_sym_preproc_include_token1] = ACTIONS(688), - [aux_sym_preproc_def_token1] = ACTIONS(690), - [aux_sym_preproc_if_token1] = ACTIONS(692), - [aux_sym_preproc_if_token2] = ACTIONS(875), - [aux_sym_preproc_ifdef_token1] = ACTIONS(696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(696), - [sym_preproc_directive] = ACTIONS(698), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -36825,9 +38983,9 @@ static 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(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(704), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -36837,7 +38995,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(971), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -36857,17 +39016,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -36891,198 +39050,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(730), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_namespace] = ACTIONS(734), - [anon_sym_using] = ACTIONS(736), - [anon_sym_static_assert] = ACTIONS(738), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(877), - [aux_sym_alone_macro_call_token1] = ACTIONS(744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [65] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(57), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(57), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(57), + [sym_template_instantiation] = STATE(57), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(57), + [sym_operator_cast_declaration] = STATE(57), + [sym_constructor_or_destructor_definition] = STATE(57), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(57), + [sym_try_statement] = STATE(57), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(57), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(57), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37091,9 +39268,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -37103,8 +39280,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(879), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(973), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -37124,17 +39301,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -37158,93 +39335,110 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(975), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [65] = { + [66] = { [sym_preproc_include] = STATE(64), [sym_preproc_def] = STATE(64), [sym_preproc_function_def] = STATE(64), @@ -37254,25 +39448,25 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(64), [sym_declaration] = STATE(64), [sym_type_definition] = STATE(64), - [sym__declaration_specifiers] = STATE(3565), + [sym__declaration_specifiers] = STATE(3587), [sym_linkage_specification] = STATE(64), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(64), [sym_expression_statement] = STATE(64), [sym_if_statement] = STATE(64), @@ -37285,41 +39479,41 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(64), [sym_continue_statement] = STATE(64), [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), [sym__empty_declaration] = STATE(64), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), [sym_template_declaration] = STATE(64), [sym_template_instantiation] = STATE(64), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), [sym_operator_cast_definition] = STATE(64), [sym_operator_cast_declaration] = STATE(64), [sym_constructor_or_destructor_definition] = STATE(64), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), [sym_namespace_definition] = STATE(64), [sym_using_declaration] = STATE(64), [sym_alias_declaration] = STATE(64), @@ -37327,29 +39521,30 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_for_range_loop] = STATE(64), [sym_throw_statement] = STATE(64), [sym_try_statement] = STATE(64), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), [sym_alone_macro_call] = STATE(64), - [sym_macro_annotation] = STATE(1403), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), [aux_sym_translation_unit_repeat1] = STATE(64), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37358,9 +39553,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -37370,8 +39565,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(881), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(977), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -37391,17 +39586,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -37425,198 +39620,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(883), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(979), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [66] = { - [sym_preproc_include] = STATE(32), - [sym_preproc_def] = STATE(32), - [sym_preproc_function_def] = STATE(32), - [sym_preproc_call] = STATE(32), - [sym_preproc_if] = STATE(32), - [sym_preproc_ifdef] = STATE(32), - [sym_function_definition] = STATE(32), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(32), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(32), - [sym_try_statement] = STATE(32), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(32), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [67] = { + [sym_preproc_include] = STATE(68), + [sym_preproc_def] = STATE(68), + [sym_preproc_function_def] = STATE(68), + [sym_preproc_call] = STATE(68), + [sym_preproc_if] = STATE(68), + [sym_preproc_ifdef] = STATE(68), + [sym_function_definition] = STATE(68), + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(68), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_case_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(68), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(68), + [sym_template_instantiation] = STATE(68), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(68), + [sym_operator_cast_declaration] = STATE(68), + [sym_constructor_or_destructor_definition] = STATE(68), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [sym_namespace_definition] = STATE(68), + [sym_using_declaration] = STATE(68), + [sym_alias_declaration] = STATE(68), + [sym_static_assert_declaration] = STATE(68), + [sym_for_range_loop] = STATE(68), + [sym_throw_statement] = STATE(68), + [sym_try_statement] = STATE(68), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(68), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(68), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37625,9 +39838,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -37637,8 +39850,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(885), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(981), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -37658,17 +39871,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -37692,198 +39905,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(887), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(983), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [67] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(61), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(61), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(61), - [sym_template_instantiation] = STATE(61), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(61), - [sym_operator_cast_declaration] = STATE(61), - [sym_constructor_or_destructor_definition] = STATE(61), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(61), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(61), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [68] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37892,9 +40123,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -37904,8 +40135,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(889), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(985), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -37925,17 +40156,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -37959,465 +40190,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(891), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, - [68] = { - [sym_preproc_include] = STATE(68), - [sym_preproc_def] = STATE(68), - [sym_preproc_function_def] = STATE(68), - [sym_preproc_call] = STATE(68), - [sym_preproc_if] = STATE(68), - [sym_preproc_ifdef] = STATE(68), - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_specifiers] = STATE(3566), - [sym_linkage_specification] = STATE(68), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1398), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4040), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1498), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_case_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(68), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), + [69] = { + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), [sym_virtual_function_specifier] = STATE(1384), [sym_explicit_function_specifier] = STATE(1384), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(68), - [sym_template_instantiation] = STATE(68), - [sym_operator_cast] = STATE(4155), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), [aux_sym__constructor_specifiers] = STATE(1384), - [sym_operator_cast_definition] = STATE(68), - [sym_operator_cast_declaration] = STATE(68), - [sym_constructor_or_destructor_definition] = STATE(68), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [sym_namespace_definition] = STATE(68), - [sym_using_declaration] = STATE(68), - [sym_alias_declaration] = STATE(68), - [sym_static_assert_declaration] = STATE(68), - [sym_for_range_loop] = STATE(68), - [sym_throw_statement] = STATE(68), - [sym_try_statement] = STATE(68), - [sym_attribute] = STATE(919), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(68), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(68), - [aux_sym_function_definition_repeat1] = STATE(919), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(893), - [aux_sym_preproc_include_token1] = ACTIONS(896), - [aux_sym_preproc_def_token1] = ACTIONS(899), - [aux_sym_preproc_if_token1] = ACTIONS(902), - [aux_sym_preproc_if_token2] = ACTIONS(363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(905), - [aux_sym_preproc_ifdef_token2] = ACTIONS(905), - [sym_preproc_directive] = ACTIONS(908), - [anon_sym_LPAREN2] = ACTIONS(371), - [anon_sym_BANG] = ACTIONS(374), - [anon_sym_TILDE] = ACTIONS(377), - [anon_sym_DASH] = ACTIONS(380), - [anon_sym_PLUS] = ACTIONS(380), - [anon_sym_STAR] = ACTIONS(383), - [anon_sym_AMP_AMP] = ACTIONS(386), - [anon_sym_AMP] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(911), - [anon_sym_typedef] = ACTIONS(914), - [anon_sym_extern] = ACTIONS(917), - [anon_sym___attribute__] = ACTIONS(401), - [anon_sym___declspec] = ACTIONS(404), - [anon_sym___based] = ACTIONS(407), - [anon_sym___cdecl] = ACTIONS(410), - [anon_sym___clrcall] = ACTIONS(410), - [anon_sym___stdcall] = ACTIONS(410), - [anon_sym___fastcall] = ACTIONS(410), - [anon_sym___thiscall] = ACTIONS(410), - [anon_sym___vectorcall] = ACTIONS(410), - [anon_sym_LBRACE] = ACTIONS(920), - [anon_sym_LBRACK] = ACTIONS(416), - [anon_sym_static] = ACTIONS(419), - [anon_sym_register] = ACTIONS(419), - [anon_sym_inline] = ACTIONS(419), - [anon_sym_const] = ACTIONS(422), - [anon_sym_volatile] = ACTIONS(422), - [anon_sym_restrict] = ACTIONS(422), - [anon_sym__Atomic] = ACTIONS(422), - [anon_sym_mutable] = ACTIONS(422), - [anon_sym_constexpr] = ACTIONS(422), - [anon_sym_signed] = ACTIONS(425), - [anon_sym_unsigned] = ACTIONS(425), - [anon_sym_long] = ACTIONS(425), - [anon_sym_short] = ACTIONS(425), - [sym_primitive_type] = ACTIONS(428), - [anon_sym_enum] = ACTIONS(431), - [anon_sym_class] = ACTIONS(434), - [anon_sym_struct] = ACTIONS(437), - [anon_sym_union] = ACTIONS(440), - [anon_sym_if] = ACTIONS(923), - [anon_sym_switch] = ACTIONS(926), - [anon_sym_case] = ACTIONS(929), - [anon_sym_default] = ACTIONS(932), - [anon_sym_while] = ACTIONS(935), - [anon_sym_do] = ACTIONS(938), - [anon_sym_for] = ACTIONS(941), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(947), - [anon_sym_continue] = ACTIONS(950), - [anon_sym_goto] = ACTIONS(953), - [anon_sym_DASH_DASH] = ACTIONS(476), - [anon_sym_PLUS_PLUS] = ACTIONS(476), - [anon_sym_sizeof] = ACTIONS(479), - [sym_number_literal] = ACTIONS(482), - [anon_sym_L_SQUOTE] = ACTIONS(485), - [anon_sym_u_SQUOTE] = ACTIONS(485), - [anon_sym_U_SQUOTE] = ACTIONS(485), - [anon_sym_u8_SQUOTE] = ACTIONS(485), - [anon_sym_SQUOTE] = ACTIONS(485), - [anon_sym_L_DQUOTE] = ACTIONS(488), - [anon_sym_u_DQUOTE] = ACTIONS(488), - [anon_sym_U_DQUOTE] = ACTIONS(488), - [anon_sym_u8_DQUOTE] = ACTIONS(488), - [anon_sym_DQUOTE] = ACTIONS(488), - [sym_true] = ACTIONS(491), - [sym_false] = ACTIONS(491), - [sym_null] = ACTIONS(491), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(494), - [anon_sym_virtual] = ACTIONS(497), - [anon_sym_explicit] = ACTIONS(500), - [sym_auto] = ACTIONS(503), - [anon_sym_typename] = ACTIONS(506), - [anon_sym_template] = ACTIONS(956), - [anon_sym_COLON_COLON] = ACTIONS(512), - [anon_sym_operator] = ACTIONS(515), - [anon_sym_delete] = ACTIONS(518), - [anon_sym_throw] = ACTIONS(959), - [anon_sym_namespace] = ACTIONS(962), - [anon_sym_using] = ACTIONS(965), - [anon_sym_static_assert] = ACTIONS(968), - [anon_sym_try] = ACTIONS(971), - [anon_sym_LBRACK_LBRACK] = ACTIONS(536), - [anon_sym_new] = ACTIONS(539), - [sym_operator_name] = ACTIONS(542), - [sym_this] = ACTIONS(491), - [sym_nullptr] = ACTIONS(491), - [sym_alone_macro] = ACTIONS(974), - [aux_sym_alone_macro_call_token1] = ACTIONS(977), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(551), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(551), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(551), - [anon_sym_MOZ_COLD] = ACTIONS(551), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(551), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(551), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(551), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(551), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(551), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(551), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(551), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(551), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(551), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(551), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(551), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE] = ACTIONS(551), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(551), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(551), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NONNULL] = ACTIONS(551), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(551), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(551), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_NORETURN] = ACTIONS(551), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(551), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(551), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(551), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(551), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(551), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(551), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(551), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(551), - [anon_sym_MOZ_RAII] = ACTIONS(551), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(551), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(551), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(551), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(551), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(551), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(551), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(551), - [sym_raw_string_literal] = ACTIONS(554), - }, - [69] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(55), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -38426,9 +40408,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -38438,8 +40420,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(987), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -38459,17 +40441,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -38493,198 +40475,216 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(982), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [70] = { - [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_specifiers] = STATE(3565), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4024), - [sym_array_declarator] = STATE(4034), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1379), - [sym_explicit_function_specifier] = STATE(1379), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1379), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1528), - [sym_template_function] = STATE(3088), - [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_throw_statement] = STATE(36), - [sym_try_statement] = STATE(36), - [sym_attribute] = STATE(872), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3900), - [sym_alone_macro_call] = STATE(36), - [sym_macro_annotation] = STATE(1403), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(143), - [aux_sym_preproc_include_token1] = ACTIONS(145), - [aux_sym_preproc_def_token1] = ACTIONS(147), - [aux_sym_preproc_if_token1] = ACTIONS(151), - [aux_sym_preproc_ifdef_token1] = ACTIONS(153), - [aux_sym_preproc_ifdef_token2] = ACTIONS(153), - [sym_preproc_directive] = ACTIONS(155), + [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_specifiers] = STATE(3587), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4044), + [sym_array_declarator] = STATE(4055), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym__empty_declaration] = STATE(59), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1384), + [sym_explicit_function_specifier] = STATE(1384), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1384), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1691), + [sym_template_function] = STATE(3086), + [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_throw_statement] = STATE(59), + [sym_try_statement] = STATE(59), + [sym_attribute] = STATE(893), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3917), + [sym_alone_macro_call] = STATE(59), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1396), + [aux_sym_translation_unit_repeat1] = STATE(59), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(145), + [aux_sym_preproc_include_token1] = ACTIONS(147), + [aux_sym_preproc_def_token1] = ACTIONS(149), + [aux_sym_preproc_if_token1] = ACTIONS(153), + [aux_sym_preproc_ifdef_token1] = ACTIONS(155), + [aux_sym_preproc_ifdef_token2] = ACTIONS(155), + [sym_preproc_directive] = ACTIONS(157), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -38693,9 +40693,9 @@ static 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(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(161), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(163), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), @@ -38705,8 +40705,8 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(989), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -38726,17 +40726,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -38760,195 +40760,213 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(193), + [anon_sym_template] = ACTIONS(195), [anon_sym_COLON_COLON] = ACTIONS(113), [anon_sym_operator] = ACTIONS(115), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_namespace] = ACTIONS(197), - [anon_sym_using] = ACTIONS(199), - [anon_sym_static_assert] = ACTIONS(201), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_namespace] = ACTIONS(199), + [anon_sym_using] = ACTIONS(201), + [anon_sym_static_assert] = ACTIONS(203), + [anon_sym_try] = ACTIONS(205), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_operator_name] = ACTIONS(133), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(563), - [aux_sym_alone_macro_call_token1] = ACTIONS(207), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(566), + [aux_sym_alone_macro_call_token1] = ACTIONS(209), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + [sym_raw_string_literal] = ACTIONS(143), }, [71] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_specifiers] = STATE(3560), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1371), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1371), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(73), - [sym_identifier] = ACTIONS(986), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_if_token2] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [aux_sym_preproc_else_token1] = ACTIONS(988), - [aux_sym_preproc_elif_token1] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(72), + [sym_type_definition] = STATE(72), + [sym__declaration_specifiers] = STATE(3604), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(72), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(72), + [sym_expression_statement] = STATE(72), + [sym_if_statement] = STATE(72), + [sym_switch_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_do_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_return_statement] = STATE(72), + [sym_break_statement] = STATE(72), + [sym_continue_statement] = STATE(72), + [sym_goto_statement] = STATE(72), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1375), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(72), + [sym_identifier] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_if_token2] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [aux_sym_preproc_else_token1] = ACTIONS(993), + [aux_sym_preproc_elif_token1] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(993), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -38958,18 +40976,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(1006), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_else] = ACTIONS(993), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(1011), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -38989,199 +41007,468 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(988), - [anon_sym_explicit] = ACTIONS(988), + [anon_sym_virtual] = ACTIONS(993), + [anon_sym_explicit] = ACTIONS(993), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(988), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(988), + [anon_sym_template] = ACTIONS(993), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(993), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(988), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_using] = ACTIONS(988), - [anon_sym_static_assert] = ACTIONS(988), - [anon_sym_try] = ACTIONS(988), + [anon_sym_throw] = ACTIONS(993), + [anon_sym_namespace] = ACTIONS(993), + [anon_sym_using] = ACTIONS(993), + [anon_sym_static_assert] = ACTIONS(993), + [anon_sym_try] = ACTIONS(993), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(988), + [sym_operator_name] = ACTIONS(993), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(994), - [aux_sym_alone_macro_call_token1] = ACTIONS(988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(999), + [aux_sym_alone_macro_call_token1] = ACTIONS(993), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [72] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_specifiers] = STATE(3560), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1371), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1371), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(73), - [sym_identifier] = ACTIONS(986), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token2] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [aux_sym_preproc_else_token1] = ACTIONS(1012), - [aux_sym_preproc_elif_token1] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(72), + [sym_type_definition] = STATE(72), + [sym__declaration_specifiers] = STATE(3604), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(72), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(72), + [sym_expression_statement] = STATE(72), + [sym_if_statement] = STATE(72), + [sym_switch_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_do_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_return_statement] = STATE(72), + [sym_break_statement] = STATE(72), + [sym_continue_statement] = STATE(72), + [sym_goto_statement] = STATE(72), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1375), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(72), + [sym_identifier] = ACTIONS(1017), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token2] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [aux_sym_preproc_else_token1] = ACTIONS(1020), + [aux_sym_preproc_elif_token1] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_TILDE] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_AMP_AMP] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_typedef] = ACTIONS(1042), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym___declspec] = ACTIONS(1051), + [anon_sym___based] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_LBRACK] = ACTIONS(1057), + [anon_sym_static] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_inline] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_mutable] = ACTIONS(1060), + [anon_sym_constexpr] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1063), + [anon_sym_unsigned] = ACTIONS(1063), + [anon_sym_long] = ACTIONS(1063), + [anon_sym_short] = ACTIONS(1063), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1069), + [anon_sym_class] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1075), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1081), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1084), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1087), + [anon_sym_do] = ACTIONS(1090), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_return] = ACTIONS(1096), + [anon_sym_break] = ACTIONS(1099), + [anon_sym_continue] = ACTIONS(1102), + [anon_sym_goto] = ACTIONS(1105), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_sizeof] = ACTIONS(1111), + [sym_number_literal] = ACTIONS(1114), + [anon_sym_L_SQUOTE] = ACTIONS(1117), + [anon_sym_u_SQUOTE] = ACTIONS(1117), + [anon_sym_U_SQUOTE] = ACTIONS(1117), + [anon_sym_u8_SQUOTE] = ACTIONS(1117), + [anon_sym_SQUOTE] = ACTIONS(1117), + [anon_sym_L_DQUOTE] = ACTIONS(1120), + [anon_sym_u_DQUOTE] = ACTIONS(1120), + [anon_sym_U_DQUOTE] = ACTIONS(1120), + [anon_sym_u8_DQUOTE] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [sym_true] = ACTIONS(1123), + [sym_false] = ACTIONS(1123), + [sym_null] = ACTIONS(1123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1126), + [anon_sym_virtual] = ACTIONS(1020), + [anon_sym_explicit] = ACTIONS(1020), + [sym_auto] = ACTIONS(1129), + [anon_sym_typename] = ACTIONS(1132), + [anon_sym_template] = ACTIONS(1020), + [anon_sym_COLON_COLON] = ACTIONS(1135), + [anon_sym_operator] = ACTIONS(1020), + [anon_sym_delete] = ACTIONS(1138), + [anon_sym_throw] = ACTIONS(1020), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_using] = ACTIONS(1020), + [anon_sym_static_assert] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1141), + [anon_sym_new] = ACTIONS(1144), + [sym_operator_name] = ACTIONS(1020), + [sym_this] = ACTIONS(1123), + [sym_nullptr] = ACTIONS(1123), + [sym_alone_macro] = ACTIONS(1034), + [aux_sym_alone_macro_call_token1] = ACTIONS(1020), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_FORWARD] = ACTIONS(1147), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1147), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_PS_GET] = ACTIONS(1147), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1147), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1147), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1150), + [anon_sym_MOZ_COLD] = ACTIONS(1150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_RAII] = ACTIONS(1150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1150), + [sym_raw_string_literal] = ACTIONS(1153), + }, + [73] = { + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_specifiers] = STATE(3604), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(71), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1375), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(71), + [sym_identifier] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(1156), + [aux_sym_preproc_def_token1] = ACTIONS(1156), + [aux_sym_preproc_if_token1] = ACTIONS(1156), + [aux_sym_preproc_if_token2] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), + [aux_sym_preproc_else_token1] = ACTIONS(1156), + [aux_sym_preproc_elif_token1] = ACTIONS(1156), + [sym_preproc_directive] = ACTIONS(1156), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1158), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1156), + [anon_sym___cdecl] = ACTIONS(1156), + [anon_sym___clrcall] = ACTIONS(1156), + [anon_sym___stdcall] = ACTIONS(1156), + [anon_sym___fastcall] = ACTIONS(1156), + [anon_sym___thiscall] = ACTIONS(1156), + [anon_sym___vectorcall] = ACTIONS(1156), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -39191,18 +41478,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(1006), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_else] = ACTIONS(1156), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(1156), + [anon_sym_default] = ACTIONS(1156), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(1011), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -39222,432 +41509,217 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1012), - [anon_sym_explicit] = ACTIONS(1012), + [anon_sym_virtual] = ACTIONS(1156), + [anon_sym_explicit] = ACTIONS(1156), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1012), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1012), + [anon_sym_template] = ACTIONS(1156), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1156), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1012), - [anon_sym_namespace] = ACTIONS(1012), - [anon_sym_using] = ACTIONS(1012), - [anon_sym_static_assert] = ACTIONS(1012), - [anon_sym_try] = ACTIONS(1012), + [anon_sym_throw] = ACTIONS(1156), + [anon_sym_namespace] = ACTIONS(1156), + [anon_sym_using] = ACTIONS(1156), + [anon_sym_static_assert] = ACTIONS(1156), + [anon_sym_try] = ACTIONS(1156), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1012), + [sym_operator_name] = ACTIONS(1156), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1014), - [aux_sym_alone_macro_call_token1] = ACTIONS(1012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [73] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_specifiers] = STATE(3560), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1371), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1371), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(73), - [sym_identifier] = ACTIONS(1016), - [aux_sym_preproc_include_token1] = ACTIONS(1019), - [aux_sym_preproc_def_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token2] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1019), - [aux_sym_preproc_else_token1] = ACTIONS(1019), - [aux_sym_preproc_elif_token1] = ACTIONS(1019), - [sym_preproc_directive] = ACTIONS(1019), - [anon_sym_LPAREN2] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1033), - [anon_sym_AMP] = ACTIONS(1035), - [anon_sym_SEMI] = ACTIONS(1038), - [anon_sym_typedef] = ACTIONS(1041), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym___based] = ACTIONS(1019), - [anon_sym___cdecl] = ACTIONS(1019), - [anon_sym___clrcall] = ACTIONS(1019), - [anon_sym___stdcall] = ACTIONS(1019), - [anon_sym___fastcall] = ACTIONS(1019), - [anon_sym___thiscall] = ACTIONS(1019), - [anon_sym___vectorcall] = ACTIONS(1019), - [anon_sym_LBRACE] = ACTIONS(1053), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1059), - [anon_sym_volatile] = ACTIONS(1059), - [anon_sym_restrict] = ACTIONS(1059), - [anon_sym__Atomic] = ACTIONS(1059), - [anon_sym_mutable] = ACTIONS(1059), - [anon_sym_constexpr] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [sym_primitive_type] = ACTIONS(1065), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_class] = ACTIONS(1071), - [anon_sym_struct] = ACTIONS(1074), - [anon_sym_union] = ACTIONS(1077), - [anon_sym_if] = ACTIONS(1080), - [anon_sym_else] = ACTIONS(1019), - [anon_sym_switch] = ACTIONS(1083), - [anon_sym_case] = ACTIONS(1019), - [anon_sym_default] = ACTIONS(1019), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(1089), - [anon_sym_for] = ACTIONS(1092), - [anon_sym_return] = ACTIONS(1095), - [anon_sym_break] = ACTIONS(1098), - [anon_sym_continue] = ACTIONS(1101), - [anon_sym_goto] = ACTIONS(1104), - [anon_sym_DASH_DASH] = ACTIONS(1107), - [anon_sym_PLUS_PLUS] = ACTIONS(1107), - [anon_sym_sizeof] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1113), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1119), - [anon_sym_u_DQUOTE] = ACTIONS(1119), - [anon_sym_U_DQUOTE] = ACTIONS(1119), - [anon_sym_u8_DQUOTE] = ACTIONS(1119), - [anon_sym_DQUOTE] = ACTIONS(1119), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1125), - [anon_sym_virtual] = ACTIONS(1019), - [anon_sym_explicit] = ACTIONS(1019), - [sym_auto] = ACTIONS(1128), - [anon_sym_typename] = ACTIONS(1131), - [anon_sym_template] = ACTIONS(1019), - [anon_sym_COLON_COLON] = ACTIONS(1134), - [anon_sym_operator] = ACTIONS(1019), - [anon_sym_delete] = ACTIONS(1137), - [anon_sym_throw] = ACTIONS(1019), - [anon_sym_namespace] = ACTIONS(1019), - [anon_sym_using] = ACTIONS(1019), - [anon_sym_static_assert] = ACTIONS(1019), - [anon_sym_try] = ACTIONS(1019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym_new] = ACTIONS(1143), - [sym_operator_name] = ACTIONS(1019), - [sym_this] = ACTIONS(1122), - [sym_nullptr] = ACTIONS(1122), - [sym_alone_macro] = ACTIONS(1033), - [aux_sym_alone_macro_call_token1] = ACTIONS(1019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1146), - [anon_sym_MOZ_COLD] = ACTIONS(1146), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1146), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1146), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1146), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1146), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1146), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1146), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1146), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1146), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1146), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1146), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1146), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1146), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_RAII] = ACTIONS(1146), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1146), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1146), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1146), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1146), - [sym_raw_string_literal] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1158), + [aux_sym_alone_macro_call_token1] = ACTIONS(1156), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [74] = { - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), - [sym__declaration_specifiers] = STATE(3560), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1371), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1371), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(71), - [sym_identifier] = ACTIONS(986), - [aux_sym_preproc_include_token1] = ACTIONS(1152), - [aux_sym_preproc_def_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token2] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1152), - [aux_sym_preproc_else_token1] = ACTIONS(1152), - [aux_sym_preproc_elif_token1] = ACTIONS(1152), - [sym_preproc_directive] = ACTIONS(1152), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(72), + [sym_type_definition] = STATE(72), + [sym__declaration_specifiers] = STATE(3604), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(72), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(72), + [sym_expression_statement] = STATE(72), + [sym_if_statement] = STATE(72), + [sym_switch_statement] = STATE(72), + [sym_while_statement] = STATE(72), + [sym_do_statement] = STATE(72), + [sym_for_statement] = STATE(72), + [sym_return_statement] = STATE(72), + [sym_break_statement] = STATE(72), + [sym_continue_statement] = STATE(72), + [sym_goto_statement] = STATE(72), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1375), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(72), + [sym_identifier] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(1160), + [aux_sym_preproc_def_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token2] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1160), + [aux_sym_preproc_else_token1] = ACTIONS(1160), + [aux_sym_preproc_elif_token1] = ACTIONS(1160), + [sym_preproc_directive] = ACTIONS(1160), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1154), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1152), - [anon_sym___cdecl] = ACTIONS(1152), - [anon_sym___clrcall] = ACTIONS(1152), - [anon_sym___stdcall] = ACTIONS(1152), - [anon_sym___fastcall] = ACTIONS(1152), - [anon_sym___thiscall] = ACTIONS(1152), - [anon_sym___vectorcall] = ACTIONS(1152), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1160), + [anon_sym___cdecl] = ACTIONS(1160), + [anon_sym___clrcall] = ACTIONS(1160), + [anon_sym___stdcall] = ACTIONS(1160), + [anon_sym___fastcall] = ACTIONS(1160), + [anon_sym___thiscall] = ACTIONS(1160), + [anon_sym___vectorcall] = ACTIONS(1160), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -39657,18 +41729,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_else] = ACTIONS(1152), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(1152), - [anon_sym_default] = ACTIONS(1152), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(1006), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_else] = ACTIONS(1160), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(1160), + [anon_sym_default] = ACTIONS(1160), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(1011), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -39688,199 +41760,217 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1152), - [anon_sym_explicit] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1160), + [anon_sym_explicit] = ACTIONS(1160), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1152), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1152), + [anon_sym_template] = ACTIONS(1160), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1160), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1152), - [anon_sym_namespace] = ACTIONS(1152), - [anon_sym_using] = ACTIONS(1152), - [anon_sym_static_assert] = ACTIONS(1152), - [anon_sym_try] = ACTIONS(1152), + [anon_sym_throw] = ACTIONS(1160), + [anon_sym_namespace] = ACTIONS(1160), + [anon_sym_using] = ACTIONS(1160), + [anon_sym_static_assert] = ACTIONS(1160), + [anon_sym_try] = ACTIONS(1160), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1152), + [sym_operator_name] = ACTIONS(1160), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1154), - [aux_sym_alone_macro_call_token1] = ACTIONS(1152), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1162), + [aux_sym_alone_macro_call_token1] = ACTIONS(1160), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [75] = { - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_specifiers] = STATE(3560), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1371), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1371), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(72), - [sym_identifier] = ACTIONS(986), - [aux_sym_preproc_include_token1] = ACTIONS(1156), - [aux_sym_preproc_def_token1] = ACTIONS(1156), - [aux_sym_preproc_if_token1] = ACTIONS(1156), - [aux_sym_preproc_if_token2] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), - [aux_sym_preproc_else_token1] = ACTIONS(1156), - [aux_sym_preproc_elif_token1] = ACTIONS(1156), - [sym_preproc_directive] = ACTIONS(1156), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_specifiers] = STATE(3604), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1375), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(1164), + [aux_sym_preproc_def_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token2] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1164), + [aux_sym_preproc_else_token1] = ACTIONS(1164), + [aux_sym_preproc_elif_token1] = ACTIONS(1164), + [sym_preproc_directive] = ACTIONS(1164), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_typedef] = ACTIONS(257), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1156), - [anon_sym___cdecl] = ACTIONS(1156), - [anon_sym___clrcall] = ACTIONS(1156), - [anon_sym___stdcall] = ACTIONS(1156), - [anon_sym___fastcall] = ACTIONS(1156), - [anon_sym___thiscall] = ACTIONS(1156), - [anon_sym___vectorcall] = ACTIONS(1156), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1164), + [anon_sym___cdecl] = ACTIONS(1164), + [anon_sym___clrcall] = ACTIONS(1164), + [anon_sym___stdcall] = ACTIONS(1164), + [anon_sym___fastcall] = ACTIONS(1164), + [anon_sym___thiscall] = ACTIONS(1164), + [anon_sym___vectorcall] = ACTIONS(1164), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -39890,18 +41980,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(261), - [anon_sym_else] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(1156), - [anon_sym_default] = ACTIONS(1156), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(1006), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_if] = ACTIONS(263), + [anon_sym_else] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(1164), + [anon_sym_default] = ACTIONS(1164), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(1011), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -39921,428 +42011,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1156), - [anon_sym_explicit] = ACTIONS(1156), + [anon_sym_virtual] = ACTIONS(1164), + [anon_sym_explicit] = ACTIONS(1164), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1156), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1156), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1164), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(1156), - [anon_sym_using] = ACTIONS(1156), - [anon_sym_static_assert] = ACTIONS(1156), - [anon_sym_try] = ACTIONS(1156), + [anon_sym_throw] = ACTIONS(1164), + [anon_sym_namespace] = ACTIONS(1164), + [anon_sym_using] = ACTIONS(1164), + [anon_sym_static_assert] = ACTIONS(1164), + [anon_sym_try] = ACTIONS(1164), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1156), + [sym_operator_name] = ACTIONS(1164), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1158), - [aux_sym_alone_macro_call_token1] = ACTIONS(1156), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1166), + [aux_sym_alone_macro_call_token1] = ACTIONS(1164), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [76] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_specifiers] = STATE(3572), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1372), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1372), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(76), - [sym_identifier] = ACTIONS(1160), - [aux_sym_preproc_include_token1] = ACTIONS(1019), - [aux_sym_preproc_def_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1019), - [sym_preproc_directive] = ACTIONS(1019), - [anon_sym_LPAREN2] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1033), - [anon_sym_AMP] = ACTIONS(1035), - [anon_sym_SEMI] = ACTIONS(1163), - [anon_sym_typedef] = ACTIONS(1166), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym___based] = ACTIONS(1019), - [anon_sym___cdecl] = ACTIONS(1019), - [anon_sym___clrcall] = ACTIONS(1019), - [anon_sym___stdcall] = ACTIONS(1019), - [anon_sym___fastcall] = ACTIONS(1019), - [anon_sym___thiscall] = ACTIONS(1019), - [anon_sym___vectorcall] = ACTIONS(1019), - [anon_sym_LBRACE] = ACTIONS(1169), - [anon_sym_RBRACE] = ACTIONS(1033), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1059), - [anon_sym_volatile] = ACTIONS(1059), - [anon_sym_restrict] = ACTIONS(1059), - [anon_sym__Atomic] = ACTIONS(1059), - [anon_sym_mutable] = ACTIONS(1059), - [anon_sym_constexpr] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [sym_primitive_type] = ACTIONS(1065), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_class] = ACTIONS(1071), - [anon_sym_struct] = ACTIONS(1074), - [anon_sym_union] = ACTIONS(1077), - [anon_sym_if] = ACTIONS(1172), - [anon_sym_else] = ACTIONS(1019), - [anon_sym_switch] = ACTIONS(1175), - [anon_sym_case] = ACTIONS(1019), - [anon_sym_default] = ACTIONS(1019), - [anon_sym_while] = ACTIONS(1178), - [anon_sym_do] = ACTIONS(1181), - [anon_sym_for] = ACTIONS(1184), - [anon_sym_return] = ACTIONS(1187), - [anon_sym_break] = ACTIONS(1190), - [anon_sym_continue] = ACTIONS(1193), - [anon_sym_goto] = ACTIONS(1196), - [anon_sym_DASH_DASH] = ACTIONS(1107), - [anon_sym_PLUS_PLUS] = ACTIONS(1107), - [anon_sym_sizeof] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1113), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1119), - [anon_sym_u_DQUOTE] = ACTIONS(1119), - [anon_sym_U_DQUOTE] = ACTIONS(1119), - [anon_sym_u8_DQUOTE] = ACTIONS(1119), - [anon_sym_DQUOTE] = ACTIONS(1119), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1125), - [anon_sym_virtual] = ACTIONS(1019), - [anon_sym_explicit] = ACTIONS(1019), - [sym_auto] = ACTIONS(1128), - [anon_sym_typename] = ACTIONS(1131), - [anon_sym_template] = ACTIONS(1019), - [anon_sym_COLON_COLON] = ACTIONS(1134), - [anon_sym_operator] = ACTIONS(1019), - [anon_sym_delete] = ACTIONS(1137), - [anon_sym_throw] = ACTIONS(1019), - [anon_sym_namespace] = ACTIONS(1019), - [anon_sym_using] = ACTIONS(1019), - [anon_sym_static_assert] = ACTIONS(1019), - [anon_sym_try] = ACTIONS(1019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym_new] = ACTIONS(1143), - [sym_operator_name] = ACTIONS(1019), - [sym_this] = ACTIONS(1122), - [sym_nullptr] = ACTIONS(1122), - [sym_alone_macro] = ACTIONS(1033), - [aux_sym_alone_macro_call_token1] = ACTIONS(1019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1146), - [anon_sym_MOZ_COLD] = ACTIONS(1146), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1146), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1146), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1146), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1146), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1146), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1146), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1146), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1146), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1146), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1146), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1146), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1146), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_RAII] = ACTIONS(1146), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1146), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1146), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1146), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1146), - [sym_raw_string_literal] = ACTIONS(1149), - }, - [77] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_specifiers] = STATE(3572), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_specifiers] = STATE(3606), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), [sym_attribute] = STATE(1372), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), [aux_sym_function_definition_repeat1] = STATE(1372), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(76), - [sym_identifier] = ACTIONS(1199), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(990), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(81), + [ts_builtin_sym_end] = ACTIONS(1162), + [sym_identifier] = ACTIONS(1168), + [aux_sym_preproc_include_token1] = ACTIONS(1160), + [aux_sym_preproc_def_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1160), + [sym_preproc_directive] = ACTIONS(1160), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(1014), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1160), + [anon_sym___cdecl] = ACTIONS(1160), + [anon_sym___clrcall] = ACTIONS(1160), + [anon_sym___stdcall] = ACTIONS(1160), + [anon_sym___fastcall] = ACTIONS(1160), + [anon_sym___thiscall] = ACTIONS(1160), + [anon_sym___vectorcall] = ACTIONS(1160), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -40352,18 +42229,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(1201), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(67), + [anon_sym_else] = ACTIONS(1160), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(1160), + [anon_sym_default] = ACTIONS(1160), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -40383,197 +42260,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1012), - [anon_sym_explicit] = ACTIONS(1012), + [anon_sym_virtual] = ACTIONS(1160), + [anon_sym_explicit] = ACTIONS(1160), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1012), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1012), + [anon_sym_template] = ACTIONS(1160), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1160), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1012), - [anon_sym_namespace] = ACTIONS(1012), - [anon_sym_using] = ACTIONS(1012), - [anon_sym_static_assert] = ACTIONS(1012), - [anon_sym_try] = ACTIONS(1012), + [anon_sym_throw] = ACTIONS(1160), + [anon_sym_namespace] = ACTIONS(1160), + [anon_sym_using] = ACTIONS(1160), + [anon_sym_static_assert] = ACTIONS(1160), + [anon_sym_try] = ACTIONS(1160), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1012), + [sym_operator_name] = ACTIONS(1160), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1014), - [aux_sym_alone_macro_call_token1] = ACTIONS(1012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1162), + [aux_sym_alone_macro_call_token1] = ACTIONS(1160), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [78] = { - [sym_declaration] = STATE(86), - [sym_type_definition] = STATE(86), - [sym__declaration_specifiers] = STATE(3572), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(86), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1372), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1372), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(86), - [sym_identifier] = ACTIONS(1199), - [aux_sym_preproc_include_token1] = ACTIONS(1152), - [aux_sym_preproc_def_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1152), - [sym_preproc_directive] = ACTIONS(1152), - [anon_sym_LPAREN2] = ACTIONS(990), + [77] = { + [sym_declaration] = STATE(90), + [sym_type_definition] = STATE(90), + [sym__declaration_specifiers] = STATE(3598), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(90), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1376), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1376), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(90), + [sym_identifier] = ACTIONS(1172), + [aux_sym_preproc_include_token1] = ACTIONS(1164), + [aux_sym_preproc_def_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token2] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1164), + [sym_preproc_directive] = ACTIONS(1164), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1154), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1152), - [anon_sym___cdecl] = ACTIONS(1152), - [anon_sym___clrcall] = ACTIONS(1152), - [anon_sym___stdcall] = ACTIONS(1152), - [anon_sym___fastcall] = ACTIONS(1152), - [anon_sym___thiscall] = ACTIONS(1152), - [anon_sym___vectorcall] = ACTIONS(1152), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(1154), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1164), + [anon_sym___cdecl] = ACTIONS(1164), + [anon_sym___clrcall] = ACTIONS(1164), + [anon_sym___stdcall] = ACTIONS(1164), + [anon_sym___fastcall] = ACTIONS(1164), + [anon_sym___thiscall] = ACTIONS(1164), + [anon_sym___vectorcall] = ACTIONS(1164), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -40583,18 +42478,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_else] = ACTIONS(1152), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(1152), - [anon_sym_default] = ACTIONS(1152), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(1201), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(929), + [anon_sym_else] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(1164), + [anon_sym_default] = ACTIONS(1164), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -40614,177 +42509,196 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1152), - [anon_sym_explicit] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1164), + [anon_sym_explicit] = ACTIONS(1164), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1152), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1152), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1164), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1152), - [anon_sym_namespace] = ACTIONS(1152), - [anon_sym_using] = ACTIONS(1152), - [anon_sym_static_assert] = ACTIONS(1152), - [anon_sym_try] = ACTIONS(1152), + [anon_sym_throw] = ACTIONS(1164), + [anon_sym_namespace] = ACTIONS(1164), + [anon_sym_using] = ACTIONS(1164), + [anon_sym_static_assert] = ACTIONS(1164), + [anon_sym_try] = ACTIONS(1164), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1152), + [sym_operator_name] = ACTIONS(1164), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1154), - [aux_sym_alone_macro_call_token1] = ACTIONS(1152), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1166), + [aux_sym_alone_macro_call_token1] = ACTIONS(1164), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [79] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_specifiers] = STATE(3572), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), + [78] = { + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_specifiers] = STATE(3606), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), [sym_attribute] = STATE(1372), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), [aux_sym_function_definition_repeat1] = STATE(1372), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(77), - [sym_identifier] = ACTIONS(1199), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(80), + [ts_builtin_sym_end] = ACTIONS(1158), + [sym_identifier] = ACTIONS(1168), [aux_sym_preproc_include_token1] = ACTIONS(1156), [aux_sym_preproc_def_token1] = ACTIONS(1156), [aux_sym_preproc_if_token1] = ACTIONS(1156), [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), [sym_preproc_directive] = ACTIONS(1156), - [anon_sym_LPAREN2] = ACTIONS(990), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(997), [anon_sym_AMP_AMP] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(1156), [anon_sym___cdecl] = ACTIONS(1156), @@ -40793,18 +42707,17 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1156), [anon_sym___thiscall] = ACTIONS(1156), [anon_sym___vectorcall] = ACTIONS(1156), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(1158), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -40814,18 +42727,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), + [anon_sym_if] = ACTIONS(67), [anon_sym_else] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(1156), [anon_sym_default] = ACTIONS(1156), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(1201), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -40850,7 +42763,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), [anon_sym_template] = ACTIONS(1156), - [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1013), [anon_sym_operator] = ACTIONS(1156), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(1156), @@ -40865,177 +42778,444 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(99), [sym_alone_macro] = ACTIONS(1158), [aux_sym_alone_macro_call_token1] = ACTIONS(1156), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), + }, + [79] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_specifiers] = STATE(3598), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1376), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1376), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1176), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token2] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_TILDE] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_AMP_AMP] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1179), + [anon_sym_typedef] = ACTIONS(1182), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym___declspec] = ACTIONS(1051), + [anon_sym___based] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1185), + [anon_sym_LBRACK] = ACTIONS(1057), + [anon_sym_static] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_inline] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_mutable] = ACTIONS(1060), + [anon_sym_constexpr] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1063), + [anon_sym_unsigned] = ACTIONS(1063), + [anon_sym_long] = ACTIONS(1063), + [anon_sym_short] = ACTIONS(1063), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1069), + [anon_sym_class] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1075), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1188), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1191), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1197), + [anon_sym_for] = ACTIONS(1200), + [anon_sym_return] = ACTIONS(1203), + [anon_sym_break] = ACTIONS(1206), + [anon_sym_continue] = ACTIONS(1209), + [anon_sym_goto] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_sizeof] = ACTIONS(1111), + [sym_number_literal] = ACTIONS(1114), + [anon_sym_L_SQUOTE] = ACTIONS(1117), + [anon_sym_u_SQUOTE] = ACTIONS(1117), + [anon_sym_U_SQUOTE] = ACTIONS(1117), + [anon_sym_u8_SQUOTE] = ACTIONS(1117), + [anon_sym_SQUOTE] = ACTIONS(1117), + [anon_sym_L_DQUOTE] = ACTIONS(1120), + [anon_sym_u_DQUOTE] = ACTIONS(1120), + [anon_sym_U_DQUOTE] = ACTIONS(1120), + [anon_sym_u8_DQUOTE] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [sym_true] = ACTIONS(1123), + [sym_false] = ACTIONS(1123), + [sym_null] = ACTIONS(1123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1126), + [anon_sym_virtual] = ACTIONS(1020), + [anon_sym_explicit] = ACTIONS(1020), + [sym_auto] = ACTIONS(1129), + [anon_sym_typename] = ACTIONS(1132), + [anon_sym_template] = ACTIONS(1020), + [anon_sym_COLON_COLON] = ACTIONS(1135), + [anon_sym_operator] = ACTIONS(1020), + [anon_sym_delete] = ACTIONS(1138), + [anon_sym_throw] = ACTIONS(1020), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_using] = ACTIONS(1020), + [anon_sym_static_assert] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1141), + [anon_sym_new] = ACTIONS(1144), + [sym_operator_name] = ACTIONS(1020), + [sym_this] = ACTIONS(1123), + [sym_nullptr] = ACTIONS(1123), + [sym_alone_macro] = ACTIONS(1034), + [aux_sym_alone_macro_call_token1] = ACTIONS(1020), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_FORWARD] = ACTIONS(1147), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1147), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_PS_GET] = ACTIONS(1147), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1147), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1147), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1150), + [anon_sym_MOZ_COLD] = ACTIONS(1150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_RAII] = ACTIONS(1150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1150), + [sym_raw_string_literal] = ACTIONS(1153), }, [80] = { - [sym_declaration] = STATE(88), - [sym_type_definition] = STATE(88), - [sym__declaration_specifiers] = STATE(3591), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(88), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1369), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1369), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(88), - [sym_identifier] = ACTIONS(1203), - [aux_sym_preproc_include_token1] = ACTIONS(1152), - [aux_sym_preproc_def_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token2] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1152), - [sym_preproc_directive] = ACTIONS(1152), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_specifiers] = STATE(3606), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1372), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1372), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(81), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_identifier] = ACTIONS(1168), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1154), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1152), - [anon_sym___cdecl] = ACTIONS(1152), - [anon_sym___clrcall] = ACTIONS(1152), - [anon_sym___stdcall] = ACTIONS(1152), - [anon_sym___fastcall] = ACTIONS(1152), - [anon_sym___thiscall] = ACTIONS(1152), - [anon_sym___vectorcall] = ACTIONS(1152), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(993), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -41045,18 +43225,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_else] = ACTIONS(1152), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(1152), - [anon_sym_default] = ACTIONS(1152), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(67), + [anon_sym_else] = ACTIONS(993), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -41076,197 +43256,464 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1152), - [anon_sym_explicit] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(993), + [anon_sym_explicit] = ACTIONS(993), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1152), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1152), + [anon_sym_template] = ACTIONS(993), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(993), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1152), - [anon_sym_namespace] = ACTIONS(1152), - [anon_sym_using] = ACTIONS(1152), - [anon_sym_static_assert] = ACTIONS(1152), - [anon_sym_try] = ACTIONS(1152), + [anon_sym_throw] = ACTIONS(993), + [anon_sym_namespace] = ACTIONS(993), + [anon_sym_using] = ACTIONS(993), + [anon_sym_static_assert] = ACTIONS(993), + [anon_sym_try] = ACTIONS(993), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1152), + [sym_operator_name] = ACTIONS(993), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1154), - [aux_sym_alone_macro_call_token1] = ACTIONS(1152), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(999), + [aux_sym_alone_macro_call_token1] = ACTIONS(993), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [81] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_specifiers] = STATE(3591), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1369), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1369), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1203), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token2] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_specifiers] = STATE(3606), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1372), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1372), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(81), + [ts_builtin_sym_end] = ACTIONS(1034), + [sym_identifier] = ACTIONS(1215), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_TILDE] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_AMP_AMP] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1221), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym___declspec] = ACTIONS(1051), + [anon_sym___based] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_LBRACK] = ACTIONS(1057), + [anon_sym_static] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_inline] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_mutable] = ACTIONS(1060), + [anon_sym_constexpr] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1063), + [anon_sym_unsigned] = ACTIONS(1063), + [anon_sym_long] = ACTIONS(1063), + [anon_sym_short] = ACTIONS(1063), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1069), + [anon_sym_class] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1075), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1233), + [anon_sym_do] = ACTIONS(1236), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1242), + [anon_sym_break] = ACTIONS(1245), + [anon_sym_continue] = ACTIONS(1248), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_sizeof] = ACTIONS(1111), + [sym_number_literal] = ACTIONS(1114), + [anon_sym_L_SQUOTE] = ACTIONS(1117), + [anon_sym_u_SQUOTE] = ACTIONS(1117), + [anon_sym_U_SQUOTE] = ACTIONS(1117), + [anon_sym_u8_SQUOTE] = ACTIONS(1117), + [anon_sym_SQUOTE] = ACTIONS(1117), + [anon_sym_L_DQUOTE] = ACTIONS(1120), + [anon_sym_u_DQUOTE] = ACTIONS(1120), + [anon_sym_U_DQUOTE] = ACTIONS(1120), + [anon_sym_u8_DQUOTE] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [sym_true] = ACTIONS(1123), + [sym_false] = ACTIONS(1123), + [sym_null] = ACTIONS(1123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1126), + [anon_sym_virtual] = ACTIONS(1020), + [anon_sym_explicit] = ACTIONS(1020), + [sym_auto] = ACTIONS(1129), + [anon_sym_typename] = ACTIONS(1132), + [anon_sym_template] = ACTIONS(1020), + [anon_sym_COLON_COLON] = ACTIONS(1135), + [anon_sym_operator] = ACTIONS(1020), + [anon_sym_delete] = ACTIONS(1138), + [anon_sym_throw] = ACTIONS(1020), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_using] = ACTIONS(1020), + [anon_sym_static_assert] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1141), + [anon_sym_new] = ACTIONS(1144), + [sym_operator_name] = ACTIONS(1020), + [sym_this] = ACTIONS(1123), + [sym_nullptr] = ACTIONS(1123), + [sym_alone_macro] = ACTIONS(1034), + [aux_sym_alone_macro_call_token1] = ACTIONS(1020), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_FORWARD] = ACTIONS(1147), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1147), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_PS_GET] = ACTIONS(1147), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1147), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1147), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1150), + [anon_sym_MOZ_COLD] = ACTIONS(1150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_RAII] = ACTIONS(1150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1150), + [sym_raw_string_literal] = ACTIONS(1153), + }, + [82] = { + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_specifiers] = STATE(3592), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(85), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1377), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1377), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(85), + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(1156), + [aux_sym_preproc_def_token1] = ACTIONS(1156), + [aux_sym_preproc_if_token1] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), + [sym_preproc_directive] = ACTIONS(1156), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1158), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1156), + [anon_sym___cdecl] = ACTIONS(1156), + [anon_sym___clrcall] = ACTIONS(1156), + [anon_sym___stdcall] = ACTIONS(1156), + [anon_sym___fastcall] = ACTIONS(1156), + [anon_sym___thiscall] = ACTIONS(1156), + [anon_sym___vectorcall] = ACTIONS(1156), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(1158), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -41276,18 +43723,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(1156), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(1156), + [anon_sym_default] = ACTIONS(1156), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(1256), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -41307,197 +43754,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1012), - [anon_sym_explicit] = ACTIONS(1012), + [anon_sym_virtual] = ACTIONS(1156), + [anon_sym_explicit] = ACTIONS(1156), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1012), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1012), + [anon_sym_template] = ACTIONS(1156), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1156), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1012), - [anon_sym_namespace] = ACTIONS(1012), - [anon_sym_using] = ACTIONS(1012), - [anon_sym_static_assert] = ACTIONS(1012), - [anon_sym_try] = ACTIONS(1012), + [anon_sym_throw] = ACTIONS(1156), + [anon_sym_namespace] = ACTIONS(1156), + [anon_sym_using] = ACTIONS(1156), + [anon_sym_static_assert] = ACTIONS(1156), + [anon_sym_try] = ACTIONS(1156), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1012), + [sym_operator_name] = ACTIONS(1156), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1014), - [aux_sym_alone_macro_call_token1] = ACTIONS(1012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1158), + [aux_sym_alone_macro_call_token1] = ACTIONS(1156), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [82] = { - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(3557), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(84), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1368), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1368), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(84), - [ts_builtin_sym_end] = ACTIONS(1154), - [sym_identifier] = ACTIONS(1207), - [aux_sym_preproc_include_token1] = ACTIONS(1152), - [aux_sym_preproc_def_token1] = ACTIONS(1152), - [aux_sym_preproc_if_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1152), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1152), - [sym_preproc_directive] = ACTIONS(1152), - [anon_sym_LPAREN2] = ACTIONS(990), + [83] = { + [sym_declaration] = STATE(89), + [sym_type_definition] = STATE(89), + [sym__declaration_specifiers] = STATE(3592), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(89), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1377), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1377), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(89), + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(1160), + [aux_sym_preproc_def_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1160), + [sym_preproc_directive] = ACTIONS(1160), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1154), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1152), - [anon_sym___cdecl] = ACTIONS(1152), - [anon_sym___clrcall] = ACTIONS(1152), - [anon_sym___stdcall] = ACTIONS(1152), - [anon_sym___fastcall] = ACTIONS(1152), - [anon_sym___thiscall] = ACTIONS(1152), - [anon_sym___vectorcall] = ACTIONS(1152), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1160), + [anon_sym___cdecl] = ACTIONS(1160), + [anon_sym___clrcall] = ACTIONS(1160), + [anon_sym___stdcall] = ACTIONS(1160), + [anon_sym___fastcall] = ACTIONS(1160), + [anon_sym___thiscall] = ACTIONS(1160), + [anon_sym___vectorcall] = ACTIONS(1160), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(1162), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -41507,18 +43972,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(67), - [anon_sym_else] = ACTIONS(1152), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(1152), - [anon_sym_default] = ACTIONS(1152), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(1209), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(1160), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(1160), + [anon_sym_default] = ACTIONS(1160), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(1256), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -41538,197 +44003,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1152), - [anon_sym_explicit] = ACTIONS(1152), + [anon_sym_virtual] = ACTIONS(1160), + [anon_sym_explicit] = ACTIONS(1160), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1152), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1152), + [anon_sym_template] = ACTIONS(1160), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1160), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1152), - [anon_sym_namespace] = ACTIONS(1152), - [anon_sym_using] = ACTIONS(1152), - [anon_sym_static_assert] = ACTIONS(1152), - [anon_sym_try] = ACTIONS(1152), + [anon_sym_throw] = ACTIONS(1160), + [anon_sym_namespace] = ACTIONS(1160), + [anon_sym_using] = ACTIONS(1160), + [anon_sym_static_assert] = ACTIONS(1160), + [anon_sym_try] = ACTIONS(1160), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1152), + [sym_operator_name] = ACTIONS(1160), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1154), - [aux_sym_alone_macro_call_token1] = ACTIONS(1152), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1162), + [aux_sym_alone_macro_call_token1] = ACTIONS(1160), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [83] = { - [sym_declaration] = STATE(87), - [sym_type_definition] = STATE(87), - [sym__declaration_specifiers] = STATE(3557), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(87), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1368), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1368), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(87), - [ts_builtin_sym_end] = ACTIONS(1014), - [sym_identifier] = ACTIONS(1207), - [aux_sym_preproc_include_token1] = ACTIONS(1012), - [aux_sym_preproc_def_token1] = ACTIONS(1012), - [aux_sym_preproc_if_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1012), - [sym_preproc_directive] = ACTIONS(1012), - [anon_sym_LPAREN2] = ACTIONS(990), + [84] = { + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), + [sym__declaration_specifiers] = STATE(3606), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(76), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1372), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1372), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(76), + [ts_builtin_sym_end] = ACTIONS(1166), + [sym_identifier] = ACTIONS(1168), + [aux_sym_preproc_include_token1] = ACTIONS(1164), + [aux_sym_preproc_def_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1164), + [sym_preproc_directive] = ACTIONS(1164), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_AMP] = ACTIONS(996), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(1001), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1012), - [anon_sym___cdecl] = ACTIONS(1012), - [anon_sym___clrcall] = ACTIONS(1012), - [anon_sym___stdcall] = ACTIONS(1012), - [anon_sym___fastcall] = ACTIONS(1012), - [anon_sym___thiscall] = ACTIONS(1012), - [anon_sym___vectorcall] = ACTIONS(1012), + [anon_sym___based] = ACTIONS(1164), + [anon_sym___cdecl] = ACTIONS(1164), + [anon_sym___clrcall] = ACTIONS(1164), + [anon_sym___stdcall] = ACTIONS(1164), + [anon_sym___fastcall] = ACTIONS(1164), + [anon_sym___thiscall] = ACTIONS(1164), + [anon_sym___vectorcall] = ACTIONS(1164), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -41739,13 +44222,13 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [anon_sym_if] = ACTIONS(67), - [anon_sym_else] = ACTIONS(1012), + [anon_sym_else] = ACTIONS(1164), [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), + [anon_sym_case] = ACTIONS(1164), + [anon_sym_default] = ACTIONS(1164), [anon_sym_while] = ACTIONS(75), [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(1209), + [anon_sym_for] = ACTIONS(1170), [anon_sym_return] = ACTIONS(81), [anon_sym_break] = ACTIONS(83), [anon_sym_continue] = ACTIONS(85), @@ -41769,197 +44252,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1012), - [anon_sym_explicit] = ACTIONS(1012), + [anon_sym_virtual] = ACTIONS(1164), + [anon_sym_explicit] = ACTIONS(1164), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1012), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1012), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1164), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1012), - [anon_sym_namespace] = ACTIONS(1012), - [anon_sym_using] = ACTIONS(1012), - [anon_sym_static_assert] = ACTIONS(1012), - [anon_sym_try] = ACTIONS(1012), + [anon_sym_throw] = ACTIONS(1164), + [anon_sym_namespace] = ACTIONS(1164), + [anon_sym_using] = ACTIONS(1164), + [anon_sym_static_assert] = ACTIONS(1164), + [anon_sym_try] = ACTIONS(1164), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1012), + [sym_operator_name] = ACTIONS(1164), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1014), - [aux_sym_alone_macro_call_token1] = ACTIONS(1012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1166), + [aux_sym_alone_macro_call_token1] = ACTIONS(1164), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [84] = { - [sym_declaration] = STATE(87), - [sym_type_definition] = STATE(87), - [sym__declaration_specifiers] = STATE(3557), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(87), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1368), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1368), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(87), - [ts_builtin_sym_end] = ACTIONS(994), - [sym_identifier] = ACTIONS(1207), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), + [85] = { + [sym_declaration] = STATE(89), + [sym_type_definition] = STATE(89), + [sym__declaration_specifiers] = STATE(3592), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(89), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1377), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1377), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(89), + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(993), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(999), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -41969,18 +44470,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(67), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(1209), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(993), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(1256), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -42000,197 +44501,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(988), - [anon_sym_explicit] = ACTIONS(988), + [anon_sym_virtual] = ACTIONS(993), + [anon_sym_explicit] = ACTIONS(993), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(988), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(988), + [anon_sym_template] = ACTIONS(993), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(993), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(988), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_using] = ACTIONS(988), - [anon_sym_static_assert] = ACTIONS(988), - [anon_sym_try] = ACTIONS(988), + [anon_sym_throw] = ACTIONS(993), + [anon_sym_namespace] = ACTIONS(993), + [anon_sym_using] = ACTIONS(993), + [anon_sym_static_assert] = ACTIONS(993), + [anon_sym_try] = ACTIONS(993), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(988), + [sym_operator_name] = ACTIONS(993), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(994), - [aux_sym_alone_macro_call_token1] = ACTIONS(988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(999), + [aux_sym_alone_macro_call_token1] = ACTIONS(993), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [85] = { - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_specifiers] = STATE(3591), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1369), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1369), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(81), - [sym_identifier] = ACTIONS(1203), - [aux_sym_preproc_include_token1] = ACTIONS(1156), - [aux_sym_preproc_def_token1] = ACTIONS(1156), - [aux_sym_preproc_if_token1] = ACTIONS(1156), - [aux_sym_preproc_if_token2] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), - [sym_preproc_directive] = ACTIONS(1156), - [anon_sym_LPAREN2] = ACTIONS(990), + [86] = { + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_specifiers] = STATE(3598), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1376), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1376), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1172), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_if_token2] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1156), - [anon_sym___cdecl] = ACTIONS(1156), - [anon_sym___clrcall] = ACTIONS(1156), - [anon_sym___stdcall] = ACTIONS(1156), - [anon_sym___fastcall] = ACTIONS(1156), - [anon_sym___thiscall] = ACTIONS(1156), - [anon_sym___vectorcall] = ACTIONS(1156), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(993), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -42200,18 +44719,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_else] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(1156), - [anon_sym_default] = ACTIONS(1156), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(929), + [anon_sym_else] = ACTIONS(993), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -42231,197 +44750,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1156), - [anon_sym_explicit] = ACTIONS(1156), + [anon_sym_virtual] = ACTIONS(993), + [anon_sym_explicit] = ACTIONS(993), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1156), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1156), + [anon_sym_template] = ACTIONS(993), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(993), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(1156), - [anon_sym_using] = ACTIONS(1156), - [anon_sym_static_assert] = ACTIONS(1156), - [anon_sym_try] = ACTIONS(1156), + [anon_sym_throw] = ACTIONS(993), + [anon_sym_namespace] = ACTIONS(993), + [anon_sym_using] = ACTIONS(993), + [anon_sym_static_assert] = ACTIONS(993), + [anon_sym_try] = ACTIONS(993), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1156), + [sym_operator_name] = ACTIONS(993), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1158), - [aux_sym_alone_macro_call_token1] = ACTIONS(1156), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(999), + [aux_sym_alone_macro_call_token1] = ACTIONS(993), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [86] = { - [sym_declaration] = STATE(76), - [sym_type_definition] = STATE(76), - [sym__declaration_specifiers] = STATE(3572), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(76), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1372), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1372), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(76), - [sym_identifier] = ACTIONS(1199), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), + [87] = { + [sym_declaration] = STATE(83), + [sym_type_definition] = STATE(83), + [sym__declaration_specifiers] = STATE(3592), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(83), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1377), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1377), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(83), + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(1164), + [aux_sym_preproc_def_token1] = ACTIONS(1164), + [aux_sym_preproc_if_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1164), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1164), + [sym_preproc_directive] = ACTIONS(1164), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_typedef] = ACTIONS(159), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_typedef] = ACTIONS(161), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_RBRACE] = ACTIONS(994), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1164), + [anon_sym___cdecl] = ACTIONS(1164), + [anon_sym___clrcall] = ACTIONS(1164), + [anon_sym___stdcall] = ACTIONS(1164), + [anon_sym___fastcall] = ACTIONS(1164), + [anon_sym___thiscall] = ACTIONS(1164), + [anon_sym___vectorcall] = ACTIONS(1164), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(1166), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -42431,18 +44968,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(169), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(1201), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(1164), + [anon_sym_default] = ACTIONS(1164), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(1256), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -42462,428 +44999,215 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(988), - [anon_sym_explicit] = ACTIONS(988), + [anon_sym_virtual] = ACTIONS(1164), + [anon_sym_explicit] = ACTIONS(1164), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(988), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(988), + [anon_sym_template] = ACTIONS(1164), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1164), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(988), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_using] = ACTIONS(988), - [anon_sym_static_assert] = ACTIONS(988), - [anon_sym_try] = ACTIONS(988), + [anon_sym_throw] = ACTIONS(1164), + [anon_sym_namespace] = ACTIONS(1164), + [anon_sym_using] = ACTIONS(1164), + [anon_sym_static_assert] = ACTIONS(1164), + [anon_sym_try] = ACTIONS(1164), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(988), + [sym_operator_name] = ACTIONS(1164), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(994), - [aux_sym_alone_macro_call_token1] = ACTIONS(988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [87] = { - [sym_declaration] = STATE(87), - [sym_type_definition] = STATE(87), - [sym__declaration_specifiers] = STATE(3557), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(87), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1368), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1368), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(87), - [ts_builtin_sym_end] = ACTIONS(1033), - [sym_identifier] = ACTIONS(1211), - [aux_sym_preproc_include_token1] = ACTIONS(1019), - [aux_sym_preproc_def_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1019), - [sym_preproc_directive] = ACTIONS(1019), - [anon_sym_LPAREN2] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1033), - [anon_sym_AMP] = ACTIONS(1035), - [anon_sym_SEMI] = ACTIONS(1214), - [anon_sym_typedef] = ACTIONS(1217), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym___based] = ACTIONS(1019), - [anon_sym___cdecl] = ACTIONS(1019), - [anon_sym___clrcall] = ACTIONS(1019), - [anon_sym___stdcall] = ACTIONS(1019), - [anon_sym___fastcall] = ACTIONS(1019), - [anon_sym___thiscall] = ACTIONS(1019), - [anon_sym___vectorcall] = ACTIONS(1019), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1059), - [anon_sym_volatile] = ACTIONS(1059), - [anon_sym_restrict] = ACTIONS(1059), - [anon_sym__Atomic] = ACTIONS(1059), - [anon_sym_mutable] = ACTIONS(1059), - [anon_sym_constexpr] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [sym_primitive_type] = ACTIONS(1065), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_class] = ACTIONS(1071), - [anon_sym_struct] = ACTIONS(1074), - [anon_sym_union] = ACTIONS(1077), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1019), - [anon_sym_switch] = ACTIONS(1226), - [anon_sym_case] = ACTIONS(1019), - [anon_sym_default] = ACTIONS(1019), - [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(1107), - [anon_sym_PLUS_PLUS] = ACTIONS(1107), - [anon_sym_sizeof] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1113), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1119), - [anon_sym_u_DQUOTE] = ACTIONS(1119), - [anon_sym_U_DQUOTE] = ACTIONS(1119), - [anon_sym_u8_DQUOTE] = ACTIONS(1119), - [anon_sym_DQUOTE] = ACTIONS(1119), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1125), - [anon_sym_virtual] = ACTIONS(1019), - [anon_sym_explicit] = ACTIONS(1019), - [sym_auto] = ACTIONS(1128), - [anon_sym_typename] = ACTIONS(1131), - [anon_sym_template] = ACTIONS(1019), - [anon_sym_COLON_COLON] = ACTIONS(1134), - [anon_sym_operator] = ACTIONS(1019), - [anon_sym_delete] = ACTIONS(1137), - [anon_sym_throw] = ACTIONS(1019), - [anon_sym_namespace] = ACTIONS(1019), - [anon_sym_using] = ACTIONS(1019), - [anon_sym_static_assert] = ACTIONS(1019), - [anon_sym_try] = ACTIONS(1019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym_new] = ACTIONS(1143), - [sym_operator_name] = ACTIONS(1019), - [sym_this] = ACTIONS(1122), - [sym_nullptr] = ACTIONS(1122), - [sym_alone_macro] = ACTIONS(1033), - [aux_sym_alone_macro_call_token1] = ACTIONS(1019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1146), - [anon_sym_MOZ_COLD] = ACTIONS(1146), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1146), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1146), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1146), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1146), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1146), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1146), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1146), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1146), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1146), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1146), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1146), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1146), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_RAII] = ACTIONS(1146), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1146), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1146), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1146), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1146), - [sym_raw_string_literal] = ACTIONS(1149), + [sym_alone_macro] = ACTIONS(1166), + [aux_sym_alone_macro_call_token1] = ACTIONS(1164), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [88] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_specifiers] = STATE(3591), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1369), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1369), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1203), - [aux_sym_preproc_include_token1] = ACTIONS(988), - [aux_sym_preproc_def_token1] = ACTIONS(988), - [aux_sym_preproc_if_token1] = ACTIONS(988), - [aux_sym_preproc_if_token2] = ACTIONS(988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(988), - [sym_preproc_directive] = ACTIONS(988), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(86), + [sym_type_definition] = STATE(86), + [sym__declaration_specifiers] = STATE(3598), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(86), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1376), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1376), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(86), + [sym_identifier] = ACTIONS(1172), + [aux_sym_preproc_include_token1] = ACTIONS(1156), + [aux_sym_preproc_def_token1] = ACTIONS(1156), + [aux_sym_preproc_if_token1] = ACTIONS(1156), + [aux_sym_preproc_if_token2] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), + [sym_preproc_directive] = ACTIONS(1156), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(994), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1158), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(988), - [anon_sym___cdecl] = ACTIONS(988), - [anon_sym___clrcall] = ACTIONS(988), - [anon_sym___stdcall] = ACTIONS(988), - [anon_sym___fastcall] = ACTIONS(988), - [anon_sym___thiscall] = ACTIONS(988), - [anon_sym___vectorcall] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1156), + [anon_sym___cdecl] = ACTIONS(1156), + [anon_sym___clrcall] = ACTIONS(1156), + [anon_sym___stdcall] = ACTIONS(1156), + [anon_sym___fastcall] = ACTIONS(1156), + [anon_sym___thiscall] = ACTIONS(1156), + [anon_sym___vectorcall] = ACTIONS(1156), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -42893,18 +45217,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(708), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(988), - [anon_sym_default] = ACTIONS(988), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_if] = ACTIONS(929), + [anon_sym_else] = ACTIONS(1156), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(1156), + [anon_sym_default] = ACTIONS(1156), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -42924,110 +45248,127 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(988), - [anon_sym_explicit] = ACTIONS(988), + [anon_sym_virtual] = ACTIONS(1156), + [anon_sym_explicit] = ACTIONS(1156), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(988), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(988), + [anon_sym_template] = ACTIONS(1156), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1156), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(988), - [anon_sym_namespace] = ACTIONS(988), - [anon_sym_using] = ACTIONS(988), - [anon_sym_static_assert] = ACTIONS(988), - [anon_sym_try] = ACTIONS(988), + [anon_sym_throw] = ACTIONS(1156), + [anon_sym_namespace] = ACTIONS(1156), + [anon_sym_using] = ACTIONS(1156), + [anon_sym_static_assert] = ACTIONS(1156), + [anon_sym_try] = ACTIONS(1156), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(988), + [sym_operator_name] = ACTIONS(1156), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(994), - [aux_sym_alone_macro_call_token1] = ACTIONS(988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1158), + [aux_sym_alone_macro_call_token1] = ACTIONS(1156), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [89] = { [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), - [sym__declaration_specifiers] = STATE(3591), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), + [sym__declaration_specifiers] = STATE(3592), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(89), [sym_expression_statement] = STATE(89), [sym_if_statement] = STATE(89), @@ -43039,313 +45380,332 @@ static 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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1369), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1369), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1377), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1377), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1250), - [aux_sym_preproc_include_token1] = ACTIONS(1019), - [aux_sym_preproc_def_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token1] = ACTIONS(1019), - [aux_sym_preproc_if_token2] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1019), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1019), - [sym_preproc_directive] = ACTIONS(1019), - [anon_sym_LPAREN2] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1033), - [anon_sym_AMP] = ACTIONS(1035), - [anon_sym_SEMI] = ACTIONS(1253), - [anon_sym_typedef] = ACTIONS(1256), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym___based] = ACTIONS(1019), - [anon_sym___cdecl] = ACTIONS(1019), - [anon_sym___clrcall] = ACTIONS(1019), - [anon_sym___stdcall] = ACTIONS(1019), - [anon_sym___fastcall] = ACTIONS(1019), - [anon_sym___thiscall] = ACTIONS(1019), - [anon_sym___vectorcall] = ACTIONS(1019), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1059), - [anon_sym_volatile] = ACTIONS(1059), - [anon_sym_restrict] = ACTIONS(1059), - [anon_sym__Atomic] = ACTIONS(1059), - [anon_sym_mutable] = ACTIONS(1059), - [anon_sym_constexpr] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [sym_primitive_type] = ACTIONS(1065), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_class] = ACTIONS(1071), - [anon_sym_struct] = ACTIONS(1074), - [anon_sym_union] = ACTIONS(1077), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_else] = ACTIONS(1019), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1019), - [anon_sym_default] = ACTIONS(1019), - [anon_sym_while] = ACTIONS(1268), - [anon_sym_do] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1274), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1280), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1286), - [anon_sym_DASH_DASH] = ACTIONS(1107), - [anon_sym_PLUS_PLUS] = ACTIONS(1107), - [anon_sym_sizeof] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1113), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1119), - [anon_sym_u_DQUOTE] = ACTIONS(1119), - [anon_sym_U_DQUOTE] = ACTIONS(1119), - [anon_sym_u8_DQUOTE] = ACTIONS(1119), - [anon_sym_DQUOTE] = ACTIONS(1119), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1125), - [anon_sym_virtual] = ACTIONS(1019), - [anon_sym_explicit] = ACTIONS(1019), - [sym_auto] = ACTIONS(1128), - [anon_sym_typename] = ACTIONS(1131), - [anon_sym_template] = ACTIONS(1019), - [anon_sym_COLON_COLON] = ACTIONS(1134), - [anon_sym_operator] = ACTIONS(1019), - [anon_sym_delete] = ACTIONS(1137), - [anon_sym_throw] = ACTIONS(1019), - [anon_sym_namespace] = ACTIONS(1019), - [anon_sym_using] = ACTIONS(1019), - [anon_sym_static_assert] = ACTIONS(1019), - [anon_sym_try] = ACTIONS(1019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym_new] = ACTIONS(1143), - [sym_operator_name] = ACTIONS(1019), - [sym_this] = ACTIONS(1122), - [sym_nullptr] = ACTIONS(1122), - [sym_alone_macro] = ACTIONS(1033), - [aux_sym_alone_macro_call_token1] = ACTIONS(1019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1146), - [anon_sym_MOZ_COLD] = ACTIONS(1146), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1146), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1146), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1146), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1146), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1146), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1146), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1146), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1146), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1146), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1146), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1146), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1146), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_RAII] = ACTIONS(1146), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1146), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1146), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1146), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1146), - [sym_raw_string_literal] = ACTIONS(1149), + [sym_identifier] = ACTIONS(1258), + [aux_sym_preproc_include_token1] = ACTIONS(1020), + [aux_sym_preproc_def_token1] = ACTIONS(1020), + [aux_sym_preproc_if_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1020), + [sym_preproc_directive] = ACTIONS(1020), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_TILDE] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_AMP_AMP] = ACTIONS(1034), + [anon_sym_AMP] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_typedef] = ACTIONS(1264), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym___declspec] = ACTIONS(1051), + [anon_sym___based] = ACTIONS(1020), + [anon_sym___cdecl] = ACTIONS(1020), + [anon_sym___clrcall] = ACTIONS(1020), + [anon_sym___stdcall] = ACTIONS(1020), + [anon_sym___fastcall] = ACTIONS(1020), + [anon_sym___thiscall] = ACTIONS(1020), + [anon_sym___vectorcall] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1267), + [anon_sym_RBRACE] = ACTIONS(1034), + [anon_sym_LBRACK] = ACTIONS(1057), + [anon_sym_static] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_inline] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_mutable] = ACTIONS(1060), + [anon_sym_constexpr] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1063), + [anon_sym_unsigned] = ACTIONS(1063), + [anon_sym_long] = ACTIONS(1063), + [anon_sym_short] = ACTIONS(1063), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1069), + [anon_sym_class] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1075), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1273), + [anon_sym_case] = ACTIONS(1020), + [anon_sym_default] = ACTIONS(1020), + [anon_sym_while] = ACTIONS(1276), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1282), + [anon_sym_return] = ACTIONS(1285), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1294), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_sizeof] = ACTIONS(1111), + [sym_number_literal] = ACTIONS(1114), + [anon_sym_L_SQUOTE] = ACTIONS(1117), + [anon_sym_u_SQUOTE] = ACTIONS(1117), + [anon_sym_U_SQUOTE] = ACTIONS(1117), + [anon_sym_u8_SQUOTE] = ACTIONS(1117), + [anon_sym_SQUOTE] = ACTIONS(1117), + [anon_sym_L_DQUOTE] = ACTIONS(1120), + [anon_sym_u_DQUOTE] = ACTIONS(1120), + [anon_sym_U_DQUOTE] = ACTIONS(1120), + [anon_sym_u8_DQUOTE] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [sym_true] = ACTIONS(1123), + [sym_false] = ACTIONS(1123), + [sym_null] = ACTIONS(1123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1126), + [anon_sym_virtual] = ACTIONS(1020), + [anon_sym_explicit] = ACTIONS(1020), + [sym_auto] = ACTIONS(1129), + [anon_sym_typename] = ACTIONS(1132), + [anon_sym_template] = ACTIONS(1020), + [anon_sym_COLON_COLON] = ACTIONS(1135), + [anon_sym_operator] = ACTIONS(1020), + [anon_sym_delete] = ACTIONS(1138), + [anon_sym_throw] = ACTIONS(1020), + [anon_sym_namespace] = ACTIONS(1020), + [anon_sym_using] = ACTIONS(1020), + [anon_sym_static_assert] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1020), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1141), + [anon_sym_new] = ACTIONS(1144), + [sym_operator_name] = ACTIONS(1020), + [sym_this] = ACTIONS(1123), + [sym_nullptr] = ACTIONS(1123), + [sym_alone_macro] = ACTIONS(1034), + [aux_sym_alone_macro_call_token1] = ACTIONS(1020), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_FORWARD] = ACTIONS(1147), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1147), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_PS_GET] = ACTIONS(1147), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1147), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1147), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1150), + [anon_sym_MOZ_COLD] = ACTIONS(1150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_RAII] = ACTIONS(1150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1150), + [sym_raw_string_literal] = ACTIONS(1153), }, [90] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_specifiers] = STATE(3557), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1368), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1368), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(83), - [ts_builtin_sym_end] = ACTIONS(1158), - [sym_identifier] = ACTIONS(1207), - [aux_sym_preproc_include_token1] = ACTIONS(1156), - [aux_sym_preproc_def_token1] = ACTIONS(1156), - [aux_sym_preproc_if_token1] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1156), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1156), - [sym_preproc_directive] = ACTIONS(1156), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(79), + [sym_type_definition] = STATE(79), + [sym__declaration_specifiers] = STATE(3598), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(79), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1376), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1376), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(79), + [sym_identifier] = ACTIONS(1172), + [aux_sym_preproc_include_token1] = ACTIONS(1160), + [aux_sym_preproc_def_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token1] = ACTIONS(1160), + [aux_sym_preproc_if_token2] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1160), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1160), + [sym_preproc_directive] = ACTIONS(1160), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP_AMP] = ACTIONS(1158), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP_AMP] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_typedef] = ACTIONS(923), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(1156), - [anon_sym___cdecl] = ACTIONS(1156), - [anon_sym___clrcall] = ACTIONS(1156), - [anon_sym___stdcall] = ACTIONS(1156), - [anon_sym___fastcall] = ACTIONS(1156), - [anon_sym___thiscall] = ACTIONS(1156), - [anon_sym___vectorcall] = ACTIONS(1156), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(1160), + [anon_sym___cdecl] = ACTIONS(1160), + [anon_sym___clrcall] = ACTIONS(1160), + [anon_sym___stdcall] = ACTIONS(1160), + [anon_sym___fastcall] = ACTIONS(1160), + [anon_sym___thiscall] = ACTIONS(1160), + [anon_sym___vectorcall] = ACTIONS(1160), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -43355,18 +45715,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(67), - [anon_sym_else] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(1156), - [anon_sym_default] = ACTIONS(1156), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(1209), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_if] = ACTIONS(929), + [anon_sym_else] = ACTIONS(1160), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(1160), + [anon_sym_default] = ACTIONS(1160), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -43386,384 +45746,420 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(1156), - [anon_sym_explicit] = ACTIONS(1156), + [anon_sym_virtual] = ACTIONS(1160), + [anon_sym_explicit] = ACTIONS(1160), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1156), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_operator] = ACTIONS(1156), + [anon_sym_template] = ACTIONS(1160), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_operator] = ACTIONS(1160), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(1156), - [anon_sym_namespace] = ACTIONS(1156), - [anon_sym_using] = ACTIONS(1156), - [anon_sym_static_assert] = ACTIONS(1156), - [anon_sym_try] = ACTIONS(1156), + [anon_sym_throw] = ACTIONS(1160), + [anon_sym_namespace] = ACTIONS(1160), + [anon_sym_using] = ACTIONS(1160), + [anon_sym_static_assert] = ACTIONS(1160), + [anon_sym_try] = ACTIONS(1160), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(1156), + [sym_operator_name] = ACTIONS(1160), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_alone_macro] = ACTIONS(1158), - [aux_sym_alone_macro_call_token1] = ACTIONS(1156), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [sym_alone_macro] = ACTIONS(1162), + [aux_sym_alone_macro_call_token1] = ACTIONS(1160), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [91] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_specifiers] = STATE(3568), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1366), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1366), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1289), - [anon_sym_LPAREN2] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1024), - [anon_sym_TILDE] = ACTIONS(1024), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1295), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym___attribute__] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym_LBRACE] = ACTIONS(1298), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1059), - [anon_sym_volatile] = ACTIONS(1059), - [anon_sym_restrict] = ACTIONS(1059), - [anon_sym__Atomic] = ACTIONS(1059), - [anon_sym_mutable] = ACTIONS(1059), - [anon_sym_constexpr] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [sym_primitive_type] = ACTIONS(1065), - [anon_sym_enum] = ACTIONS(1068), - [anon_sym_class] = ACTIONS(1071), - [anon_sym_struct] = ACTIONS(1074), - [anon_sym_union] = ACTIONS(1077), - [anon_sym_if] = ACTIONS(1301), - [anon_sym_else] = ACTIONS(1019), - [anon_sym_switch] = ACTIONS(1304), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1310), + [sym_declaration] = STATE(94), + [sym_type_definition] = STATE(94), + [sym__declaration_specifiers] = STATE(3595), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(94), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1370), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(1297), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_else] = ACTIONS(993), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), [anon_sym_for] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1316), - [anon_sym_break] = ACTIONS(1319), - [anon_sym_continue] = ACTIONS(1322), - [anon_sym_goto] = ACTIONS(1325), - [anon_sym_DASH_DASH] = ACTIONS(1107), - [anon_sym_PLUS_PLUS] = ACTIONS(1107), - [anon_sym_sizeof] = ACTIONS(1110), - [sym_number_literal] = ACTIONS(1113), - [anon_sym_L_SQUOTE] = ACTIONS(1116), - [anon_sym_u_SQUOTE] = ACTIONS(1116), - [anon_sym_U_SQUOTE] = ACTIONS(1116), - [anon_sym_u8_SQUOTE] = ACTIONS(1116), - [anon_sym_SQUOTE] = ACTIONS(1116), - [anon_sym_L_DQUOTE] = ACTIONS(1119), - [anon_sym_u_DQUOTE] = ACTIONS(1119), - [anon_sym_U_DQUOTE] = ACTIONS(1119), - [anon_sym_u8_DQUOTE] = ACTIONS(1119), - [anon_sym_DQUOTE] = ACTIONS(1119), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1125), - [sym_auto] = ACTIONS(1128), - [anon_sym_typename] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1134), - [anon_sym_delete] = ACTIONS(1137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym_new] = ACTIONS(1143), - [sym_this] = ACTIONS(1122), - [sym_nullptr] = ACTIONS(1122), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1146), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1146), - [anon_sym_MOZ_COLD] = ACTIONS(1146), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1146), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1146), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1146), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1146), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1146), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1146), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1146), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1146), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1146), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1146), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1146), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1146), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL] = ACTIONS(1146), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1146), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1146), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN] = ACTIONS(1146), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1146), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1146), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1146), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1146), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1146), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1146), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1146), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1146), - [anon_sym_MOZ_RAII] = ACTIONS(1146), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1146), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1146), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1146), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1146), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1146), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1146), - [sym_raw_string_literal] = ACTIONS(1149), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [92] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_specifiers] = STATE(3568), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1366), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1366), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(95), + [sym_type_definition] = STATE(95), + [sym__declaration_specifiers] = STATE(3595), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(95), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(95), + [sym_expression_statement] = STATE(95), + [sym_if_statement] = STATE(95), + [sym_switch_statement] = STATE(95), + [sym_while_statement] = STATE(95), + [sym_do_statement] = STATE(95), + [sym_for_statement] = STATE(95), + [sym_return_statement] = STATE(95), + [sym_break_statement] = STATE(95), + [sym_continue_statement] = STATE(95), + [sym_goto_statement] = STATE(95), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1370), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(95), + [sym_identifier] = ACTIONS(1297), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -43773,16 +46169,16 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_else] = ACTIONS(988), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_else] = ACTIONS(1164), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1313), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -43804,96 +46200,113 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1013), [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [93] = { [sym_declaration] = STATE(91), [sym_type_definition] = STATE(91), - [sym__declaration_specifiers] = STATE(3568), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), + [sym__declaration_specifiers] = STATE(3595), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym_labeled_statement] = STATE(91), [sym_expression_statement] = STATE(91), [sym_if_statement] = STATE(91), @@ -43905,67 +46318,68 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(91), [sym_continue_statement] = STATE(91), [sym_goto_statement] = STATE(91), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1366), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1366), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1370), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_identifier] = ACTIONS(1297), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -43975,16 +46389,16 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_else] = ACTIONS(1012), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_else] = ACTIONS(1156), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1313), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -44006,168 +46420,406 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1013), [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [94] = { - [sym_declaration] = STATE(92), - [sym_type_definition] = STATE(92), - [sym__declaration_specifiers] = STATE(3568), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(92), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1366), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1366), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(92), - [sym_identifier] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_declaration] = STATE(94), + [sym_type_definition] = STATE(94), + [sym__declaration_specifiers] = STATE(3595), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(94), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1370), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_TILDE] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1031), + [anon_sym_AMP] = ACTIONS(1031), + [anon_sym_SEMI] = ACTIONS(1326), + [anon_sym_typedef] = ACTIONS(1329), + [anon_sym_extern] = ACTIONS(1045), + [anon_sym___attribute__] = ACTIONS(1048), + [anon_sym___declspec] = ACTIONS(1051), + [anon_sym_LBRACE] = ACTIONS(1332), + [anon_sym_LBRACK] = ACTIONS(1057), + [anon_sym_static] = ACTIONS(1045), + [anon_sym_register] = ACTIONS(1045), + [anon_sym_inline] = ACTIONS(1045), + [anon_sym_const] = ACTIONS(1060), + [anon_sym_volatile] = ACTIONS(1060), + [anon_sym_restrict] = ACTIONS(1060), + [anon_sym__Atomic] = ACTIONS(1060), + [anon_sym_mutable] = ACTIONS(1060), + [anon_sym_constexpr] = ACTIONS(1060), + [anon_sym_signed] = ACTIONS(1063), + [anon_sym_unsigned] = ACTIONS(1063), + [anon_sym_long] = ACTIONS(1063), + [anon_sym_short] = ACTIONS(1063), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1069), + [anon_sym_class] = ACTIONS(1072), + [anon_sym_struct] = ACTIONS(1075), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1335), + [anon_sym_else] = ACTIONS(1020), + [anon_sym_switch] = ACTIONS(1338), + [anon_sym_while] = ACTIONS(1341), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1350), + [anon_sym_break] = ACTIONS(1353), + [anon_sym_continue] = ACTIONS(1356), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_sizeof] = ACTIONS(1111), + [sym_number_literal] = ACTIONS(1114), + [anon_sym_L_SQUOTE] = ACTIONS(1117), + [anon_sym_u_SQUOTE] = ACTIONS(1117), + [anon_sym_U_SQUOTE] = ACTIONS(1117), + [anon_sym_u8_SQUOTE] = ACTIONS(1117), + [anon_sym_SQUOTE] = ACTIONS(1117), + [anon_sym_L_DQUOTE] = ACTIONS(1120), + [anon_sym_u_DQUOTE] = ACTIONS(1120), + [anon_sym_U_DQUOTE] = ACTIONS(1120), + [anon_sym_u8_DQUOTE] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [sym_true] = ACTIONS(1123), + [sym_false] = ACTIONS(1123), + [sym_null] = ACTIONS(1123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1126), + [sym_auto] = ACTIONS(1129), + [anon_sym_typename] = ACTIONS(1132), + [anon_sym_COLON_COLON] = ACTIONS(1135), + [anon_sym_delete] = ACTIONS(1138), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1141), + [anon_sym_new] = ACTIONS(1144), + [sym_this] = ACTIONS(1123), + [sym_nullptr] = ACTIONS(1123), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_FORWARD] = ACTIONS(1147), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1147), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_PS_GET] = ACTIONS(1147), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1147), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1147), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1147), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1147), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1150), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1150), + [anon_sym_MOZ_COLD] = ACTIONS(1150), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1150), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1150), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1150), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1150), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1150), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1150), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1150), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1150), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1150), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1150), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1150), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1150), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL] = ACTIONS(1150), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1150), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1150), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN] = ACTIONS(1150), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1150), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1150), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1150), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1150), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1150), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1150), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1150), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1150), + [anon_sym_MOZ_RAII] = ACTIONS(1150), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1150), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1150), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1150), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1150), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1150), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1150), + [sym_raw_string_literal] = ACTIONS(1153), + }, + [95] = { + [sym_declaration] = STATE(94), + [sym_type_definition] = STATE(94), + [sym__declaration_specifiers] = STATE(3595), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_compound_statement] = STATE(94), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1370), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [aux_sym_case_statement_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(1297), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -44177,16 +46829,16 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_else] = ACTIONS(1152), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_else] = ACTIONS(1160), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1313), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -44208,168 +46860,174 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1013), [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, - [95] = { - [sym_declaration] = STATE(93), - [sym_type_definition] = STATE(93), - [sym__declaration_specifiers] = STATE(3568), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_compound_statement] = STATE(93), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_labeled_statement] = STATE(93), - [sym_expression_statement] = STATE(93), - [sym_if_statement] = STATE(93), - [sym_switch_statement] = STATE(93), - [sym_while_statement] = STATE(93), - [sym_do_statement] = STATE(93), - [sym_for_statement] = STATE(93), - [sym_return_statement] = STATE(93), - [sym_break_statement] = STATE(93), - [sym_continue_statement] = STATE(93), - [sym_goto_statement] = STATE(93), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1366), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1366), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [aux_sym_case_statement_repeat1] = STATE(93), - [sym_identifier] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(990), + [96] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(4583), + [sym__expression] = STATE(3124), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4585), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4583), + [sym_variadic_parameter_declaration] = STATE(4583), + [sym_template_type] = STATE(1673), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1371), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3930), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1362), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1364), + [anon_sym_RPAREN] = ACTIONS(1366), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -44379,16 +47037,6 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_else] = ACTIONS(1156), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -44410,8581 +47058,25672 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1370), [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [96] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5354), - [sym_preproc_elif_in_field_declaration_list] = STATE(5354), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [97] = { - [sym_preproc_def] = STATE(100), - [sym_preproc_function_def] = STATE(100), - [sym_preproc_call] = STATE(100), - [sym_preproc_if_in_field_declaration_list] = STATE(100), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(100), - [sym_preproc_else_in_field_declaration_list] = STATE(5125), - [sym_preproc_elif_in_field_declaration_list] = STATE(5125), - [sym_type_definition] = STATE(100), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(100), - [sym_field_declaration] = STATE(100), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(100), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(100), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(100), - [sym_operator_cast_declaration] = STATE(100), - [sym_constructor_or_destructor_definition] = STATE(100), - [sym_constructor_or_destructor_declaration] = STATE(100), - [sym_friend_declaration] = STATE(100), - [sym_access_specifier] = STATE(100), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(100), - [sym_alias_declaration] = STATE(100), - [sym_static_assert_declaration] = STATE(100), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(100), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(100), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1400), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(4657), + [sym__expression] = STATE(3124), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4585), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4657), + [sym_variadic_parameter_declaration] = STATE(4657), + [sym_template_type] = STATE(1673), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1371), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3930), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1362), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1372), + [anon_sym_RPAREN] = ACTIONS(1374), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1370), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [98] = { - [sym_preproc_def] = STATE(96), - [sym_preproc_function_def] = STATE(96), - [sym_preproc_call] = STATE(96), - [sym_preproc_if_in_field_declaration_list] = STATE(96), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(96), - [sym_preproc_else_in_field_declaration_list] = STATE(5303), - [sym_preproc_elif_in_field_declaration_list] = STATE(5303), - [sym_type_definition] = STATE(96), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(96), - [sym_field_declaration] = STATE(96), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(96), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(96), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(96), - [sym_operator_cast_declaration] = STATE(96), - [sym_constructor_or_destructor_definition] = STATE(96), - [sym_constructor_or_destructor_declaration] = STATE(96), - [sym_friend_declaration] = STATE(96), - [sym_access_specifier] = STATE(96), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(96), - [sym_alias_declaration] = STATE(96), - [sym_static_assert_declaration] = STATE(96), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(96), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(96), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1970), + [sym__declaration_specifiers] = STATE(3613), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_expression_statement] = STATE(1970), + [sym__expression] = STATE(3116), + [sym_comma_expression] = STATE(5020), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_condition_declaration] = STATE(5213), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1376), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [99] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5308), - [sym_preproc_elif_in_field_declaration_list] = STATE(5308), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1404), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1974), + [sym__declaration_specifiers] = STATE(3613), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_expression_statement] = STATE(1974), + [sym__expression] = STATE(3120), + [sym_comma_expression] = STATE(5021), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_condition_declaration] = STATE(5121), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1376), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [100] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5088), - [sym_preproc_elif_in_field_declaration_list] = STATE(5088), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1406), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1978), + [sym__declaration_specifiers] = STATE(3593), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3268), + [sym_comma_expression] = STATE(5575), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [101] = { - [sym_preproc_def] = STATE(104), - [sym_preproc_function_def] = STATE(104), - [sym_preproc_call] = STATE(104), - [sym_preproc_if_in_field_declaration_list] = STATE(104), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(104), - [sym_preproc_else_in_field_declaration_list] = STATE(5344), - [sym_preproc_elif_in_field_declaration_list] = STATE(5344), - [sym_type_definition] = STATE(104), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(104), - [sym_field_declaration] = STATE(104), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(104), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(104), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(104), - [sym_operator_cast_declaration] = STATE(104), - [sym_constructor_or_destructor_definition] = STATE(104), - [sym_constructor_or_destructor_declaration] = STATE(104), - [sym_friend_declaration] = STATE(104), - [sym_access_specifier] = STATE(104), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(104), - [sym_alias_declaration] = STATE(104), - [sym_static_assert_declaration] = STATE(104), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(104), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(104), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1408), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1987), + [sym__declaration_specifiers] = STATE(3593), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3265), + [sym_comma_expression] = STATE(5590), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [102] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5464), - [sym_preproc_elif_in_field_declaration_list] = STATE(5464), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1410), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1987), + [sym__declaration_specifiers] = STATE(3607), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3265), + [sym_comma_expression] = STATE(5590), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1384), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [103] = { - [sym_preproc_def] = STATE(99), - [sym_preproc_function_def] = STATE(99), - [sym_preproc_call] = STATE(99), - [sym_preproc_if_in_field_declaration_list] = STATE(99), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(99), - [sym_preproc_else_in_field_declaration_list] = STATE(5262), - [sym_preproc_elif_in_field_declaration_list] = STATE(5262), - [sym_type_definition] = STATE(99), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(99), - [sym_field_declaration] = STATE(99), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(99), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(99), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(99), - [sym_operator_cast_declaration] = STATE(99), - [sym_constructor_or_destructor_definition] = STATE(99), - [sym_constructor_or_destructor_declaration] = STATE(99), - [sym_friend_declaration] = STATE(99), - [sym_access_specifier] = STATE(99), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(99), - [sym_alias_declaration] = STATE(99), - [sym_static_assert_declaration] = STATE(99), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(99), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(99), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1973), + [sym__declaration_specifiers] = STATE(3585), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3233), + [sym_comma_expression] = STATE(5492), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [104] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5424), - [sym_preproc_elif_in_field_declaration_list] = STATE(5424), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1414), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1967), + [sym__declaration_specifiers] = STATE(3603), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3276), + [sym_comma_expression] = STATE(5558), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [105] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5248), - [sym_preproc_elif_in_field_declaration_list] = STATE(5248), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1416), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1973), + [sym__declaration_specifiers] = STATE(3593), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3233), + [sym_comma_expression] = STATE(5492), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1386), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [106] = { - [sym_preproc_def] = STATE(102), - [sym_preproc_function_def] = STATE(102), - [sym_preproc_call] = STATE(102), - [sym_preproc_if_in_field_declaration_list] = STATE(102), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(102), - [sym_preproc_else_in_field_declaration_list] = STATE(5347), - [sym_preproc_elif_in_field_declaration_list] = STATE(5347), - [sym_type_definition] = STATE(102), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(102), - [sym_field_declaration] = STATE(102), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(102), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(102), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(102), - [sym_operator_cast_declaration] = STATE(102), - [sym_constructor_or_destructor_definition] = STATE(102), - [sym_constructor_or_destructor_declaration] = STATE(102), - [sym_friend_declaration] = STATE(102), - [sym_access_specifier] = STATE(102), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(102), - [sym_alias_declaration] = STATE(102), - [sym_static_assert_declaration] = STATE(102), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(102), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(102), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1418), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1964), + [sym__declaration_specifiers] = STATE(3605), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3150), + [sym_comma_expression] = STATE(5114), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [107] = { - [sym_preproc_def] = STATE(109), - [sym_preproc_function_def] = STATE(109), - [sym_preproc_call] = STATE(109), - [sym_preproc_if_in_field_declaration_list] = STATE(109), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(109), - [sym_preproc_else_in_field_declaration_list] = STATE(5160), - [sym_preproc_elif_in_field_declaration_list] = STATE(5160), - [sym_type_definition] = STATE(109), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(109), - [sym_field_declaration] = STATE(109), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(109), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(109), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(109), - [sym_operator_cast_declaration] = STATE(109), - [sym_constructor_or_destructor_definition] = STATE(109), - [sym_constructor_or_destructor_declaration] = STATE(109), - [sym_friend_declaration] = STATE(109), - [sym_access_specifier] = STATE(109), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(109), - [sym_alias_declaration] = STATE(109), - [sym_static_assert_declaration] = STATE(109), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(109), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(109), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1420), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1978), + [sym__declaration_specifiers] = STATE(3586), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3268), + [sym_comma_expression] = STATE(5575), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1382), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [108] = { - [sym_preproc_def] = STATE(105), - [sym_preproc_function_def] = STATE(105), - [sym_preproc_call] = STATE(105), - [sym_preproc_if_in_field_declaration_list] = STATE(105), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), - [sym_preproc_else_in_field_declaration_list] = STATE(5191), - [sym_preproc_elif_in_field_declaration_list] = STATE(5191), - [sym_type_definition] = STATE(105), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(105), - [sym_field_declaration] = STATE(105), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(105), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(105), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(105), - [sym_operator_cast_declaration] = STATE(105), - [sym_constructor_or_destructor_definition] = STATE(105), - [sym_constructor_or_destructor_declaration] = STATE(105), - [sym_friend_declaration] = STATE(105), - [sym_access_specifier] = STATE(105), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(105), - [sym_alias_declaration] = STATE(105), - [sym_static_assert_declaration] = STATE(105), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(105), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(105), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1422), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1964), + [sym__declaration_specifiers] = STATE(3593), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3150), + [sym_comma_expression] = STATE(5114), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1390), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [109] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_preproc_else_in_field_declaration_list] = STATE(5123), - [sym_preproc_elif_in_field_declaration_list] = STATE(5123), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1358), - [aux_sym_preproc_if_token2] = ACTIONS(1424), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1362), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1362), - [aux_sym_preproc_else_token1] = ACTIONS(1364), - [aux_sym_preproc_elif_token1] = ACTIONS(1366), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1936), + [sym__declaration_specifiers] = STATE(3599), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3132), + [sym_comma_expression] = STATE(5538), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1392), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1384), - [anon_sym_private] = ACTIONS(1384), - [anon_sym_protected] = ACTIONS(1384), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1392), - [anon_sym_using] = ACTIONS(1394), - [anon_sym_static_assert] = ACTIONS(1396), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1398), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), }, [110] = { - [sym_preproc_def] = STATE(110), - [sym_preproc_function_def] = STATE(110), - [sym_preproc_call] = STATE(110), - [sym_preproc_if_in_field_declaration_list] = STATE(110), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(110), - [sym_type_definition] = STATE(110), - [sym__declaration_specifiers] = STATE(3554), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(110), - [sym_field_declaration] = STATE(110), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(809), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(110), - [sym_operator_cast] = STATE(4175), - [sym_inline_method_definition] = STATE(110), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(110), - [sym_operator_cast_declaration] = STATE(110), - [sym_constructor_or_destructor_definition] = STATE(110), - [sym_constructor_or_destructor_declaration] = STATE(110), - [sym_friend_declaration] = STATE(110), - [sym_access_specifier] = STATE(110), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(110), - [sym_alias_declaration] = STATE(110), - [sym_static_assert_declaration] = STATE(110), - [sym_attribute] = STATE(1359), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(110), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(110), - [aux_sym_function_definition_repeat1] = STATE(1359), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1432), - [aux_sym_preproc_if_token2] = ACTIONS(1435), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [aux_sym_preproc_else_token1] = ACTIONS(1435), - [aux_sym_preproc_elif_token1] = ACTIONS(1435), - [sym_preproc_directive] = ACTIONS(1440), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_typedef] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1467), - [anon_sym___based] = ACTIONS(1470), - [anon_sym_LBRACK] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1476), - [anon_sym_volatile] = ACTIONS(1476), - [anon_sym_restrict] = ACTIONS(1476), - [anon_sym__Atomic] = ACTIONS(1476), - [anon_sym_mutable] = ACTIONS(1476), - [anon_sym_constexpr] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1479), - [anon_sym_unsigned] = ACTIONS(1479), - [anon_sym_long] = ACTIONS(1479), - [anon_sym_short] = ACTIONS(1479), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_class] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1491), - [anon_sym_union] = ACTIONS(1494), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1497), - [anon_sym_virtual] = ACTIONS(1500), - [anon_sym_explicit] = ACTIONS(1503), - [anon_sym_public] = ACTIONS(1506), - [anon_sym_private] = ACTIONS(1506), - [anon_sym_protected] = ACTIONS(1506), - [sym_auto] = ACTIONS(1482), - [anon_sym_typename] = ACTIONS(1509), - [anon_sym_template] = ACTIONS(1512), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1518), - [anon_sym_friend] = ACTIONS(1521), - [anon_sym_using] = ACTIONS(1524), - [anon_sym_static_assert] = ACTIONS(1527), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), - [sym_operator_name] = ACTIONS(1533), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1536), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1539), - [anon_sym_MOZ_COLD] = ACTIONS(1539), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1539), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1539), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1539), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1539), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1539), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1539), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1539), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1539), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1539), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1539), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1539), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1539), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_RAII] = ACTIONS(1539), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1539), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1539), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1539), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1539), - }, - [111] = { - [sym_preproc_def] = STATE(116), - [sym_preproc_function_def] = STATE(116), - [sym_preproc_call] = STATE(116), - [sym_preproc_if_in_field_declaration_list] = STATE(116), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(116), - [sym_type_definition] = STATE(116), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(116), - [sym_field_declaration] = STATE(116), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(116), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(116), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(116), - [sym_operator_cast_declaration] = STATE(116), - [sym_constructor_or_destructor_definition] = STATE(116), - [sym_constructor_or_destructor_declaration] = STATE(116), - [sym_friend_declaration] = STATE(116), - [sym_access_specifier] = STATE(116), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(116), - [sym_alias_declaration] = STATE(116), - [sym_static_assert_declaration] = STATE(116), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(116), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(116), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), + [sym_declaration] = STATE(1967), + [sym__declaration_specifiers] = STATE(3593), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3276), + [sym_comma_expression] = STATE(5558), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1695), + [sym_template_function] = STATE(3037), + [sym_attribute] = STATE(1369), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3914), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1369), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1380), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - }, - [112] = { - [sym_preproc_def] = STATE(122), - [sym_preproc_function_def] = STATE(122), - [sym_preproc_call] = STATE(122), - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(122), - [sym_type_definition] = STATE(122), - [sym__declaration_specifiers] = STATE(3549), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3953), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(122), - [sym_field_declaration] = STATE(122), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(810), - [sym_explicit_function_specifier] = STATE(1376), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(122), - [sym_operator_cast] = STATE(4178), - [sym_inline_method_definition] = STATE(122), - [aux_sym__constructor_specifiers] = STATE(1376), - [sym_operator_cast_definition] = STATE(122), - [sym_operator_cast_declaration] = STATE(122), - [sym_constructor_or_destructor_definition] = STATE(122), - [sym_constructor_or_destructor_declaration] = STATE(122), - [sym_friend_declaration] = STATE(122), - [sym_access_specifier] = STATE(122), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(122), - [sym_alias_declaration] = STATE(122), - [sym_static_assert_declaration] = STATE(122), - [sym_attribute] = STATE(1363), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(122), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(122), - [aux_sym_function_definition_repeat1] = STATE(1363), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1568), - [aux_sym_preproc_if_token2] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1576), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1578), - [anon_sym_private] = ACTIONS(1578), - [anon_sym_protected] = ACTIONS(1578), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1580), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1584), - [anon_sym_static_assert] = ACTIONS(1586), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(1013), + [anon_sym_delete] = ACTIONS(117), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1588), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + [sym_raw_string_literal] = ACTIONS(143), + }, + [111] = { + [sym_catch_clause] = STATE(112), + [aux_sym_try_statement_repeat1] = STATE(112), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [aux_sym_preproc_else_token1] = ACTIONS(1394), + [aux_sym_preproc_elif_token1] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP_AMP] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___based] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym_mutable] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_class] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1394), + [anon_sym_virtual] = ACTIONS(1394), + [anon_sym_explicit] = ACTIONS(1394), + [sym_auto] = ACTIONS(1394), + [anon_sym_typename] = ACTIONS(1394), + [anon_sym_template] = ACTIONS(1394), + [anon_sym_COLON_COLON] = ACTIONS(1396), + [anon_sym_operator] = ACTIONS(1394), + [anon_sym_delete] = ACTIONS(1394), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_namespace] = ACTIONS(1394), + [anon_sym_using] = ACTIONS(1394), + [anon_sym_static_assert] = ACTIONS(1394), + [anon_sym_try] = ACTIONS(1394), + [anon_sym_catch] = ACTIONS(1398), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1394), + [sym_operator_name] = ACTIONS(1394), + [sym_this] = ACTIONS(1394), + [sym_nullptr] = ACTIONS(1394), + [sym_alone_macro] = ACTIONS(1396), + [aux_sym_alone_macro_call_token1] = ACTIONS(1394), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_FORWARD] = ACTIONS(1394), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1394), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_PS_GET] = ACTIONS(1394), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1394), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1394), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1394), + [anon_sym_MOZ_COLD] = ACTIONS(1394), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1394), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1394), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1394), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1394), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1394), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1394), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1394), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1394), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1394), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1394), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1394), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1394), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_RAII] = ACTIONS(1394), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1394), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1394), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1394), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1394), + [sym_raw_string_literal] = ACTIONS(1396), + }, + [112] = { + [sym_catch_clause] = STATE(112), + [aux_sym_try_statement_repeat1] = STATE(112), + [sym_identifier] = ACTIONS(1400), + [aux_sym_preproc_include_token1] = ACTIONS(1400), + [aux_sym_preproc_def_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token2] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1400), + [aux_sym_preproc_else_token1] = ACTIONS(1400), + [aux_sym_preproc_elif_token1] = ACTIONS(1400), + [sym_preproc_directive] = ACTIONS(1400), + [anon_sym_LPAREN2] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1400), + [anon_sym_PLUS] = ACTIONS(1400), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_AMP_AMP] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1400), + [anon_sym_extern] = ACTIONS(1400), + [anon_sym___attribute__] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1400), + [anon_sym___based] = ACTIONS(1400), + [anon_sym___cdecl] = ACTIONS(1400), + [anon_sym___clrcall] = ACTIONS(1400), + [anon_sym___stdcall] = ACTIONS(1400), + [anon_sym___fastcall] = ACTIONS(1400), + [anon_sym___thiscall] = ACTIONS(1400), + [anon_sym___vectorcall] = ACTIONS(1400), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_register] = ACTIONS(1400), + [anon_sym_inline] = ACTIONS(1400), + [anon_sym_const] = ACTIONS(1400), + [anon_sym_volatile] = ACTIONS(1400), + [anon_sym_restrict] = ACTIONS(1400), + [anon_sym__Atomic] = ACTIONS(1400), + [anon_sym_mutable] = ACTIONS(1400), + [anon_sym_constexpr] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1400), + [anon_sym_unsigned] = ACTIONS(1400), + [anon_sym_long] = ACTIONS(1400), + [anon_sym_short] = ACTIONS(1400), + [sym_primitive_type] = ACTIONS(1400), + [anon_sym_enum] = ACTIONS(1400), + [anon_sym_class] = ACTIONS(1400), + [anon_sym_struct] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1400), + [anon_sym_if] = ACTIONS(1400), + [anon_sym_else] = ACTIONS(1400), + [anon_sym_switch] = ACTIONS(1400), + [anon_sym_case] = ACTIONS(1400), + [anon_sym_default] = ACTIONS(1400), + [anon_sym_while] = ACTIONS(1400), + [anon_sym_do] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(1400), + [anon_sym_return] = ACTIONS(1400), + [anon_sym_break] = ACTIONS(1400), + [anon_sym_continue] = ACTIONS(1400), + [anon_sym_goto] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1402), + [anon_sym_PLUS_PLUS] = ACTIONS(1402), + [anon_sym_sizeof] = ACTIONS(1400), + [sym_number_literal] = ACTIONS(1402), + [anon_sym_L_SQUOTE] = ACTIONS(1402), + [anon_sym_u_SQUOTE] = ACTIONS(1402), + [anon_sym_U_SQUOTE] = ACTIONS(1402), + [anon_sym_u8_SQUOTE] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_L_DQUOTE] = ACTIONS(1402), + [anon_sym_u_DQUOTE] = ACTIONS(1402), + [anon_sym_U_DQUOTE] = ACTIONS(1402), + [anon_sym_u8_DQUOTE] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [sym_true] = ACTIONS(1400), + [sym_false] = ACTIONS(1400), + [sym_null] = ACTIONS(1400), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1400), + [anon_sym_virtual] = ACTIONS(1400), + [anon_sym_explicit] = ACTIONS(1400), + [sym_auto] = ACTIONS(1400), + [anon_sym_typename] = ACTIONS(1400), + [anon_sym_template] = ACTIONS(1400), + [anon_sym_COLON_COLON] = ACTIONS(1402), + [anon_sym_operator] = ACTIONS(1400), + [anon_sym_delete] = ACTIONS(1400), + [anon_sym_throw] = ACTIONS(1400), + [anon_sym_namespace] = ACTIONS(1400), + [anon_sym_using] = ACTIONS(1400), + [anon_sym_static_assert] = ACTIONS(1400), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_catch] = ACTIONS(1404), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1402), + [anon_sym_new] = ACTIONS(1400), + [sym_operator_name] = ACTIONS(1400), + [sym_this] = ACTIONS(1400), + [sym_nullptr] = ACTIONS(1400), + [sym_alone_macro] = ACTIONS(1402), + [aux_sym_alone_macro_call_token1] = ACTIONS(1400), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_FORWARD] = ACTIONS(1400), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1400), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_PS_GET] = ACTIONS(1400), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1400), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1400), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1400), + [anon_sym_MOZ_COLD] = ACTIONS(1400), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1400), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1400), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1400), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1400), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1400), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1400), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1400), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1400), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1400), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1400), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1400), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1400), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_RAII] = ACTIONS(1400), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1400), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1400), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1400), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1400), + [sym_raw_string_literal] = ACTIONS(1402), }, [113] = { - [sym_preproc_def] = STATE(113), - [sym_preproc_function_def] = STATE(113), - [sym_preproc_call] = STATE(113), - [sym_preproc_if_in_field_declaration_list] = STATE(113), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(113), - [sym_type_definition] = STATE(113), - [sym__declaration_specifiers] = STATE(3549), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3953), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(113), - [sym_field_declaration] = STATE(113), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(810), - [sym_explicit_function_specifier] = STATE(1376), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(113), - [sym_operator_cast] = STATE(4178), - [sym_inline_method_definition] = STATE(113), - [aux_sym__constructor_specifiers] = STATE(1376), - [sym_operator_cast_definition] = STATE(113), - [sym_operator_cast_declaration] = STATE(113), - [sym_constructor_or_destructor_definition] = STATE(113), - [sym_constructor_or_destructor_declaration] = STATE(113), - [sym_friend_declaration] = STATE(113), - [sym_access_specifier] = STATE(113), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(113), - [sym_alias_declaration] = STATE(113), - [sym_static_assert_declaration] = STATE(113), - [sym_attribute] = STATE(1363), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(113), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(113), - [aux_sym_function_definition_repeat1] = STATE(1363), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token1] = ACTIONS(1593), - [aux_sym_preproc_if_token2] = ACTIONS(1435), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), - [sym_preproc_directive] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1467), - [anon_sym___based] = ACTIONS(1470), - [anon_sym_LBRACK] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1476), - [anon_sym_volatile] = ACTIONS(1476), - [anon_sym_restrict] = ACTIONS(1476), - [anon_sym__Atomic] = ACTIONS(1476), - [anon_sym_mutable] = ACTIONS(1476), - [anon_sym_constexpr] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1479), - [anon_sym_unsigned] = ACTIONS(1479), - [anon_sym_long] = ACTIONS(1479), - [anon_sym_short] = ACTIONS(1479), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_class] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1491), - [anon_sym_union] = ACTIONS(1494), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1497), - [anon_sym_virtual] = ACTIONS(1500), - [anon_sym_explicit] = ACTIONS(1503), - [anon_sym_public] = ACTIONS(1605), - [anon_sym_private] = ACTIONS(1605), - [anon_sym_protected] = ACTIONS(1605), - [sym_auto] = ACTIONS(1482), - [anon_sym_typename] = ACTIONS(1509), - [anon_sym_template] = ACTIONS(1608), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1518), - [anon_sym_friend] = ACTIONS(1611), - [anon_sym_using] = ACTIONS(1614), - [anon_sym_static_assert] = ACTIONS(1617), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), - [sym_operator_name] = ACTIONS(1533), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1539), - [anon_sym_MOZ_COLD] = ACTIONS(1539), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1539), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1539), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1539), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1539), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1539), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1539), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1539), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1539), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1539), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1539), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1539), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1539), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_RAII] = ACTIONS(1539), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1539), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1539), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1539), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1539), + [sym_catch_clause] = STATE(117), + [aux_sym_try_statement_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP_AMP] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___based] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_RBRACE] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym_mutable] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_class] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1394), + [anon_sym_virtual] = ACTIONS(1394), + [anon_sym_explicit] = ACTIONS(1394), + [sym_auto] = ACTIONS(1394), + [anon_sym_typename] = ACTIONS(1394), + [anon_sym_template] = ACTIONS(1394), + [anon_sym_COLON_COLON] = ACTIONS(1396), + [anon_sym_operator] = ACTIONS(1394), + [anon_sym_delete] = ACTIONS(1394), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_namespace] = ACTIONS(1394), + [anon_sym_using] = ACTIONS(1394), + [anon_sym_static_assert] = ACTIONS(1394), + [anon_sym_try] = ACTIONS(1394), + [anon_sym_catch] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1394), + [sym_operator_name] = ACTIONS(1394), + [sym_this] = ACTIONS(1394), + [sym_nullptr] = ACTIONS(1394), + [sym_alone_macro] = ACTIONS(1396), + [aux_sym_alone_macro_call_token1] = ACTIONS(1394), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_FORWARD] = ACTIONS(1394), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1394), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_PS_GET] = ACTIONS(1394), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1394), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1394), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1394), + [anon_sym_MOZ_COLD] = ACTIONS(1394), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1394), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1394), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1394), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1394), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1394), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1394), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1394), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1394), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1394), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1394), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1394), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1394), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_RAII] = ACTIONS(1394), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1394), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1394), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1394), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1394), + [sym_raw_string_literal] = ACTIONS(1396), }, [114] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_catch_clause] = STATE(114), + [aux_sym_try_statement_repeat1] = STATE(114), + [sym_identifier] = ACTIONS(1400), + [aux_sym_preproc_include_token1] = ACTIONS(1400), + [aux_sym_preproc_def_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token2] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1400), + [sym_preproc_directive] = ACTIONS(1400), + [anon_sym_LPAREN2] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1400), + [anon_sym_PLUS] = ACTIONS(1400), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_AMP_AMP] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1400), + [anon_sym_extern] = ACTIONS(1400), + [anon_sym___attribute__] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1400), + [anon_sym___based] = ACTIONS(1400), + [anon_sym___cdecl] = ACTIONS(1400), + [anon_sym___clrcall] = ACTIONS(1400), + [anon_sym___stdcall] = ACTIONS(1400), + [anon_sym___fastcall] = ACTIONS(1400), + [anon_sym___thiscall] = ACTIONS(1400), + [anon_sym___vectorcall] = ACTIONS(1400), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_register] = ACTIONS(1400), + [anon_sym_inline] = ACTIONS(1400), + [anon_sym_const] = ACTIONS(1400), + [anon_sym_volatile] = ACTIONS(1400), + [anon_sym_restrict] = ACTIONS(1400), + [anon_sym__Atomic] = ACTIONS(1400), + [anon_sym_mutable] = ACTIONS(1400), + [anon_sym_constexpr] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1400), + [anon_sym_unsigned] = ACTIONS(1400), + [anon_sym_long] = ACTIONS(1400), + [anon_sym_short] = ACTIONS(1400), + [sym_primitive_type] = ACTIONS(1400), + [anon_sym_enum] = ACTIONS(1400), + [anon_sym_class] = ACTIONS(1400), + [anon_sym_struct] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1400), + [anon_sym_if] = ACTIONS(1400), + [anon_sym_else] = ACTIONS(1400), + [anon_sym_switch] = ACTIONS(1400), + [anon_sym_case] = ACTIONS(1400), + [anon_sym_default] = ACTIONS(1400), + [anon_sym_while] = ACTIONS(1400), + [anon_sym_do] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(1400), + [anon_sym_return] = ACTIONS(1400), + [anon_sym_break] = ACTIONS(1400), + [anon_sym_continue] = ACTIONS(1400), + [anon_sym_goto] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1402), + [anon_sym_PLUS_PLUS] = ACTIONS(1402), + [anon_sym_sizeof] = ACTIONS(1400), + [sym_number_literal] = ACTIONS(1402), + [anon_sym_L_SQUOTE] = ACTIONS(1402), + [anon_sym_u_SQUOTE] = ACTIONS(1402), + [anon_sym_U_SQUOTE] = ACTIONS(1402), + [anon_sym_u8_SQUOTE] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_L_DQUOTE] = ACTIONS(1402), + [anon_sym_u_DQUOTE] = ACTIONS(1402), + [anon_sym_U_DQUOTE] = ACTIONS(1402), + [anon_sym_u8_DQUOTE] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [sym_true] = ACTIONS(1400), + [sym_false] = ACTIONS(1400), + [sym_null] = ACTIONS(1400), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1400), + [anon_sym_virtual] = ACTIONS(1400), + [anon_sym_explicit] = ACTIONS(1400), + [sym_auto] = ACTIONS(1400), + [anon_sym_typename] = ACTIONS(1400), + [anon_sym_template] = ACTIONS(1400), + [anon_sym_COLON_COLON] = ACTIONS(1402), + [anon_sym_operator] = ACTIONS(1400), + [anon_sym_delete] = ACTIONS(1400), + [anon_sym_throw] = ACTIONS(1400), + [anon_sym_namespace] = ACTIONS(1400), + [anon_sym_using] = ACTIONS(1400), + [anon_sym_static_assert] = ACTIONS(1400), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_catch] = ACTIONS(1409), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1402), + [anon_sym_new] = ACTIONS(1400), + [sym_operator_name] = ACTIONS(1400), + [sym_this] = ACTIONS(1400), + [sym_nullptr] = ACTIONS(1400), + [sym_alone_macro] = ACTIONS(1402), + [aux_sym_alone_macro_call_token1] = ACTIONS(1400), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_FORWARD] = ACTIONS(1400), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1400), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_PS_GET] = ACTIONS(1400), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1400), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1400), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1400), + [anon_sym_MOZ_COLD] = ACTIONS(1400), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1400), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1400), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1400), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1400), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1400), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1400), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1400), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1400), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1400), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1400), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1400), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1400), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_RAII] = ACTIONS(1400), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1400), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1400), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1400), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1400), + [sym_raw_string_literal] = ACTIONS(1402), }, [115] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token2] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [aux_sym_preproc_else_token1] = ACTIONS(1412), + [aux_sym_preproc_elif_token1] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym___cdecl] = ACTIONS(1412), + [anon_sym___clrcall] = ACTIONS(1412), + [anon_sym___stdcall] = ACTIONS(1412), + [anon_sym___fastcall] = ACTIONS(1412), + [anon_sym___thiscall] = ACTIONS(1412), + [anon_sym___vectorcall] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_switch] = ACTIONS(1412), + [anon_sym_case] = ACTIONS(1412), + [anon_sym_default] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_goto] = ACTIONS(1412), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_PLUS_PLUS] = ACTIONS(1414), + [anon_sym_sizeof] = ACTIONS(1412), + [sym_number_literal] = ACTIONS(1414), + [anon_sym_L_SQUOTE] = ACTIONS(1414), + [anon_sym_u_SQUOTE] = ACTIONS(1414), + [anon_sym_U_SQUOTE] = ACTIONS(1414), + [anon_sym_u8_SQUOTE] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_L_DQUOTE] = ACTIONS(1414), + [anon_sym_u_DQUOTE] = ACTIONS(1414), + [anon_sym_U_DQUOTE] = ACTIONS(1414), + [anon_sym_u8_DQUOTE] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_null] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_delete] = ACTIONS(1412), + [anon_sym_throw] = ACTIONS(1412), + [anon_sym_namespace] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [anon_sym_new] = ACTIONS(1412), + [sym_operator_name] = ACTIONS(1412), + [sym_this] = ACTIONS(1412), + [sym_nullptr] = ACTIONS(1412), + [sym_alone_macro] = ACTIONS(1414), + [aux_sym_alone_macro_call_token1] = ACTIONS(1412), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_FORWARD] = ACTIONS(1412), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1412), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_PS_GET] = ACTIONS(1412), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1412), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1412), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + [sym_raw_string_literal] = ACTIONS(1414), }, [116] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1627), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [aux_sym_preproc_else_token1] = ACTIONS(1416), + [aux_sym_preproc_elif_token1] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_else] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_catch] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, [117] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1629), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_catch_clause] = STATE(117), + [aux_sym_try_statement_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(1400), + [aux_sym_preproc_include_token1] = ACTIONS(1400), + [aux_sym_preproc_def_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1400), + [sym_preproc_directive] = ACTIONS(1400), + [anon_sym_LPAREN2] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1400), + [anon_sym_PLUS] = ACTIONS(1400), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_AMP_AMP] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1400), + [anon_sym_extern] = ACTIONS(1400), + [anon_sym___attribute__] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1400), + [anon_sym___based] = ACTIONS(1400), + [anon_sym___cdecl] = ACTIONS(1400), + [anon_sym___clrcall] = ACTIONS(1400), + [anon_sym___stdcall] = ACTIONS(1400), + [anon_sym___fastcall] = ACTIONS(1400), + [anon_sym___thiscall] = ACTIONS(1400), + [anon_sym___vectorcall] = ACTIONS(1400), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_RBRACE] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_register] = ACTIONS(1400), + [anon_sym_inline] = ACTIONS(1400), + [anon_sym_const] = ACTIONS(1400), + [anon_sym_volatile] = ACTIONS(1400), + [anon_sym_restrict] = ACTIONS(1400), + [anon_sym__Atomic] = ACTIONS(1400), + [anon_sym_mutable] = ACTIONS(1400), + [anon_sym_constexpr] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1400), + [anon_sym_unsigned] = ACTIONS(1400), + [anon_sym_long] = ACTIONS(1400), + [anon_sym_short] = ACTIONS(1400), + [sym_primitive_type] = ACTIONS(1400), + [anon_sym_enum] = ACTIONS(1400), + [anon_sym_class] = ACTIONS(1400), + [anon_sym_struct] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1400), + [anon_sym_if] = ACTIONS(1400), + [anon_sym_else] = ACTIONS(1400), + [anon_sym_switch] = ACTIONS(1400), + [anon_sym_case] = ACTIONS(1400), + [anon_sym_default] = ACTIONS(1400), + [anon_sym_while] = ACTIONS(1400), + [anon_sym_do] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(1400), + [anon_sym_return] = ACTIONS(1400), + [anon_sym_break] = ACTIONS(1400), + [anon_sym_continue] = ACTIONS(1400), + [anon_sym_goto] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1402), + [anon_sym_PLUS_PLUS] = ACTIONS(1402), + [anon_sym_sizeof] = ACTIONS(1400), + [sym_number_literal] = ACTIONS(1402), + [anon_sym_L_SQUOTE] = ACTIONS(1402), + [anon_sym_u_SQUOTE] = ACTIONS(1402), + [anon_sym_U_SQUOTE] = ACTIONS(1402), + [anon_sym_u8_SQUOTE] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_L_DQUOTE] = ACTIONS(1402), + [anon_sym_u_DQUOTE] = ACTIONS(1402), + [anon_sym_U_DQUOTE] = ACTIONS(1402), + [anon_sym_u8_DQUOTE] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [sym_true] = ACTIONS(1400), + [sym_false] = ACTIONS(1400), + [sym_null] = ACTIONS(1400), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1400), + [anon_sym_virtual] = ACTIONS(1400), + [anon_sym_explicit] = ACTIONS(1400), + [sym_auto] = ACTIONS(1400), + [anon_sym_typename] = ACTIONS(1400), + [anon_sym_template] = ACTIONS(1400), + [anon_sym_COLON_COLON] = ACTIONS(1402), + [anon_sym_operator] = ACTIONS(1400), + [anon_sym_delete] = ACTIONS(1400), + [anon_sym_throw] = ACTIONS(1400), + [anon_sym_namespace] = ACTIONS(1400), + [anon_sym_using] = ACTIONS(1400), + [anon_sym_static_assert] = ACTIONS(1400), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_catch] = ACTIONS(1420), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1402), + [anon_sym_new] = ACTIONS(1400), + [sym_operator_name] = ACTIONS(1400), + [sym_this] = ACTIONS(1400), + [sym_nullptr] = ACTIONS(1400), + [sym_alone_macro] = ACTIONS(1402), + [aux_sym_alone_macro_call_token1] = ACTIONS(1400), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_FORWARD] = ACTIONS(1400), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1400), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_PS_GET] = ACTIONS(1400), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1400), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1400), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1400), + [anon_sym_MOZ_COLD] = ACTIONS(1400), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1400), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1400), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1400), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1400), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1400), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1400), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1400), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1400), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1400), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1400), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1400), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1400), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_RAII] = ACTIONS(1400), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1400), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1400), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1400), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1400), + [sym_raw_string_literal] = ACTIONS(1402), }, [118] = { - [sym_preproc_def] = STATE(115), - [sym_preproc_function_def] = STATE(115), - [sym_preproc_call] = STATE(115), - [sym_preproc_if_in_field_declaration_list] = STATE(115), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(115), - [sym_type_definition] = STATE(115), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(115), - [sym_field_declaration] = STATE(115), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(115), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(115), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(115), - [sym_operator_cast_declaration] = STATE(115), - [sym_constructor_or_destructor_definition] = STATE(115), - [sym_constructor_or_destructor_declaration] = STATE(115), - [sym_friend_declaration] = STATE(115), - [sym_access_specifier] = STATE(115), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(115), - [sym_alias_declaration] = STATE(115), - [sym_static_assert_declaration] = STATE(115), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(115), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(115), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [aux_sym_preproc_else_token1] = ACTIONS(1423), + [aux_sym_preproc_elif_token1] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___based] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym_mutable] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1423), + [anon_sym_virtual] = ACTIONS(1423), + [anon_sym_explicit] = ACTIONS(1423), + [sym_auto] = ACTIONS(1423), + [anon_sym_typename] = ACTIONS(1423), + [anon_sym_template] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1425), + [anon_sym_operator] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_using] = ACTIONS(1423), + [anon_sym_static_assert] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_catch] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1423), + [sym_operator_name] = ACTIONS(1423), + [sym_this] = ACTIONS(1423), + [sym_nullptr] = ACTIONS(1423), + [sym_alone_macro] = ACTIONS(1425), + [aux_sym_alone_macro_call_token1] = ACTIONS(1423), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_FORWARD] = ACTIONS(1423), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1423), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_PS_GET] = ACTIONS(1423), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1423), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1423), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1423), + [anon_sym_MOZ_COLD] = ACTIONS(1423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_RAII] = ACTIONS(1423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1423), + [sym_raw_string_literal] = ACTIONS(1425), }, [119] = { - [sym_preproc_def] = STATE(126), - [sym_preproc_function_def] = STATE(126), - [sym_preproc_call] = STATE(126), - [sym_preproc_if_in_field_declaration_list] = STATE(126), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(126), - [sym_type_definition] = STATE(126), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(126), - [sym_field_declaration] = STATE(126), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(126), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(126), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(126), - [sym_operator_cast_declaration] = STATE(126), - [sym_constructor_or_destructor_definition] = STATE(126), - [sym_constructor_or_destructor_declaration] = STATE(126), - [sym_friend_declaration] = STATE(126), - [sym_access_specifier] = STATE(126), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(126), - [sym_alias_declaration] = STATE(126), - [sym_static_assert_declaration] = STATE(126), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(126), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(126), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1633), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_catch_clause] = STATE(120), + [aux_sym_try_statement_repeat1] = STATE(120), + [ts_builtin_sym_end] = ACTIONS(1396), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP_AMP] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___based] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym_mutable] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_class] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1394), + [anon_sym_virtual] = ACTIONS(1394), + [anon_sym_explicit] = ACTIONS(1394), + [sym_auto] = ACTIONS(1394), + [anon_sym_typename] = ACTIONS(1394), + [anon_sym_template] = ACTIONS(1394), + [anon_sym_COLON_COLON] = ACTIONS(1396), + [anon_sym_operator] = ACTIONS(1394), + [anon_sym_delete] = ACTIONS(1394), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_namespace] = ACTIONS(1394), + [anon_sym_using] = ACTIONS(1394), + [anon_sym_static_assert] = ACTIONS(1394), + [anon_sym_try] = ACTIONS(1394), + [anon_sym_catch] = ACTIONS(1427), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1394), + [sym_operator_name] = ACTIONS(1394), + [sym_this] = ACTIONS(1394), + [sym_nullptr] = ACTIONS(1394), + [sym_alone_macro] = ACTIONS(1396), + [aux_sym_alone_macro_call_token1] = ACTIONS(1394), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_FORWARD] = ACTIONS(1394), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1394), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_PS_GET] = ACTIONS(1394), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1394), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1394), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1394), + [anon_sym_MOZ_COLD] = ACTIONS(1394), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1394), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1394), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1394), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1394), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1394), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1394), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1394), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1394), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1394), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1394), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1394), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1394), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_RAII] = ACTIONS(1394), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1394), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1394), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1394), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1394), + [sym_raw_string_literal] = ACTIONS(1396), }, [120] = { - [sym_preproc_def] = STATE(117), - [sym_preproc_function_def] = STATE(117), - [sym_preproc_call] = STATE(117), - [sym_preproc_if_in_field_declaration_list] = STATE(117), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(117), - [sym_type_definition] = STATE(117), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(117), - [sym_field_declaration] = STATE(117), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(117), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(117), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(117), - [sym_operator_cast_declaration] = STATE(117), - [sym_constructor_or_destructor_definition] = STATE(117), - [sym_constructor_or_destructor_declaration] = STATE(117), - [sym_friend_declaration] = STATE(117), - [sym_access_specifier] = STATE(117), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(117), - [sym_alias_declaration] = STATE(117), - [sym_static_assert_declaration] = STATE(117), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(117), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(117), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1635), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_catch_clause] = STATE(120), + [aux_sym_try_statement_repeat1] = STATE(120), + [ts_builtin_sym_end] = ACTIONS(1402), + [sym_identifier] = ACTIONS(1400), + [aux_sym_preproc_include_token1] = ACTIONS(1400), + [aux_sym_preproc_def_token1] = ACTIONS(1400), + [aux_sym_preproc_if_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1400), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1400), + [sym_preproc_directive] = ACTIONS(1400), + [anon_sym_LPAREN2] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1400), + [anon_sym_PLUS] = ACTIONS(1400), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_AMP_AMP] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1400), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1400), + [anon_sym_extern] = ACTIONS(1400), + [anon_sym___attribute__] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1400), + [anon_sym___based] = ACTIONS(1400), + [anon_sym___cdecl] = ACTIONS(1400), + [anon_sym___clrcall] = ACTIONS(1400), + [anon_sym___stdcall] = ACTIONS(1400), + [anon_sym___fastcall] = ACTIONS(1400), + [anon_sym___thiscall] = ACTIONS(1400), + [anon_sym___vectorcall] = ACTIONS(1400), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_register] = ACTIONS(1400), + [anon_sym_inline] = ACTIONS(1400), + [anon_sym_const] = ACTIONS(1400), + [anon_sym_volatile] = ACTIONS(1400), + [anon_sym_restrict] = ACTIONS(1400), + [anon_sym__Atomic] = ACTIONS(1400), + [anon_sym_mutable] = ACTIONS(1400), + [anon_sym_constexpr] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1400), + [anon_sym_unsigned] = ACTIONS(1400), + [anon_sym_long] = ACTIONS(1400), + [anon_sym_short] = ACTIONS(1400), + [sym_primitive_type] = ACTIONS(1400), + [anon_sym_enum] = ACTIONS(1400), + [anon_sym_class] = ACTIONS(1400), + [anon_sym_struct] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1400), + [anon_sym_if] = ACTIONS(1400), + [anon_sym_else] = ACTIONS(1400), + [anon_sym_switch] = ACTIONS(1400), + [anon_sym_case] = ACTIONS(1400), + [anon_sym_default] = ACTIONS(1400), + [anon_sym_while] = ACTIONS(1400), + [anon_sym_do] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(1400), + [anon_sym_return] = ACTIONS(1400), + [anon_sym_break] = ACTIONS(1400), + [anon_sym_continue] = ACTIONS(1400), + [anon_sym_goto] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1402), + [anon_sym_PLUS_PLUS] = ACTIONS(1402), + [anon_sym_sizeof] = ACTIONS(1400), + [sym_number_literal] = ACTIONS(1402), + [anon_sym_L_SQUOTE] = ACTIONS(1402), + [anon_sym_u_SQUOTE] = ACTIONS(1402), + [anon_sym_U_SQUOTE] = ACTIONS(1402), + [anon_sym_u8_SQUOTE] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_L_DQUOTE] = ACTIONS(1402), + [anon_sym_u_DQUOTE] = ACTIONS(1402), + [anon_sym_U_DQUOTE] = ACTIONS(1402), + [anon_sym_u8_DQUOTE] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [sym_true] = ACTIONS(1400), + [sym_false] = ACTIONS(1400), + [sym_null] = ACTIONS(1400), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1400), + [anon_sym_virtual] = ACTIONS(1400), + [anon_sym_explicit] = ACTIONS(1400), + [sym_auto] = ACTIONS(1400), + [anon_sym_typename] = ACTIONS(1400), + [anon_sym_template] = ACTIONS(1400), + [anon_sym_COLON_COLON] = ACTIONS(1402), + [anon_sym_operator] = ACTIONS(1400), + [anon_sym_delete] = ACTIONS(1400), + [anon_sym_throw] = ACTIONS(1400), + [anon_sym_namespace] = ACTIONS(1400), + [anon_sym_using] = ACTIONS(1400), + [anon_sym_static_assert] = ACTIONS(1400), + [anon_sym_try] = ACTIONS(1400), + [anon_sym_catch] = ACTIONS(1429), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1402), + [anon_sym_new] = ACTIONS(1400), + [sym_operator_name] = ACTIONS(1400), + [sym_this] = ACTIONS(1400), + [sym_nullptr] = ACTIONS(1400), + [sym_alone_macro] = ACTIONS(1402), + [aux_sym_alone_macro_call_token1] = ACTIONS(1400), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_FORWARD] = ACTIONS(1400), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1400), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_PS_GET] = ACTIONS(1400), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1400), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1400), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1400), + [anon_sym_MOZ_COLD] = ACTIONS(1400), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1400), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1400), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1400), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1400), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1400), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1400), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1400), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1400), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1400), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1400), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1400), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1400), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_RAII] = ACTIONS(1400), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1400), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1400), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1400), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1400), + [sym_raw_string_literal] = ACTIONS(1402), }, [121] = { - [sym_preproc_def] = STATE(123), - [sym_preproc_function_def] = STATE(123), - [sym_preproc_call] = STATE(123), - [sym_preproc_if_in_field_declaration_list] = STATE(123), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_type_definition] = STATE(123), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(123), - [sym_field_declaration] = STATE(123), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(123), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(123), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(123), - [sym_operator_cast_declaration] = STATE(123), - [sym_constructor_or_destructor_definition] = STATE(123), - [sym_constructor_or_destructor_declaration] = STATE(123), - [sym_friend_declaration] = STATE(123), - [sym_access_specifier] = STATE(123), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(123), - [sym_alias_declaration] = STATE(123), - [sym_static_assert_declaration] = STATE(123), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(123), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(123), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1637), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_catch_clause] = STATE(114), + [aux_sym_try_statement_repeat1] = STATE(114), + [sym_identifier] = ACTIONS(1394), + [aux_sym_preproc_include_token1] = ACTIONS(1394), + [aux_sym_preproc_def_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token1] = ACTIONS(1394), + [aux_sym_preproc_if_token2] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1394), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1394), + [sym_preproc_directive] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP_AMP] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym___based] = ACTIONS(1394), + [anon_sym___cdecl] = ACTIONS(1394), + [anon_sym___clrcall] = ACTIONS(1394), + [anon_sym___stdcall] = ACTIONS(1394), + [anon_sym___fastcall] = ACTIONS(1394), + [anon_sym___thiscall] = ACTIONS(1394), + [anon_sym___vectorcall] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym_mutable] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_class] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_case] = ACTIONS(1394), + [anon_sym_default] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1394), + [anon_sym_virtual] = ACTIONS(1394), + [anon_sym_explicit] = ACTIONS(1394), + [sym_auto] = ACTIONS(1394), + [anon_sym_typename] = ACTIONS(1394), + [anon_sym_template] = ACTIONS(1394), + [anon_sym_COLON_COLON] = ACTIONS(1396), + [anon_sym_operator] = ACTIONS(1394), + [anon_sym_delete] = ACTIONS(1394), + [anon_sym_throw] = ACTIONS(1394), + [anon_sym_namespace] = ACTIONS(1394), + [anon_sym_using] = ACTIONS(1394), + [anon_sym_static_assert] = ACTIONS(1394), + [anon_sym_try] = ACTIONS(1394), + [anon_sym_catch] = ACTIONS(1432), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1394), + [sym_operator_name] = ACTIONS(1394), + [sym_this] = ACTIONS(1394), + [sym_nullptr] = ACTIONS(1394), + [sym_alone_macro] = ACTIONS(1396), + [aux_sym_alone_macro_call_token1] = ACTIONS(1394), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_FORWARD] = ACTIONS(1394), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1394), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_PS_GET] = ACTIONS(1394), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1394), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1394), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1394), + [anon_sym_MOZ_COLD] = ACTIONS(1394), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1394), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1394), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1394), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1394), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1394), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1394), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1394), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1394), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1394), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1394), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1394), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1394), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_RAII] = ACTIONS(1394), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1394), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1394), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1394), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1394), + [sym_raw_string_literal] = ACTIONS(1396), }, [122] = { - [sym_preproc_def] = STATE(113), - [sym_preproc_function_def] = STATE(113), - [sym_preproc_call] = STATE(113), - [sym_preproc_if_in_field_declaration_list] = STATE(113), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(113), - [sym_type_definition] = STATE(113), - [sym__declaration_specifiers] = STATE(3549), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3953), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(113), - [sym_field_declaration] = STATE(113), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(810), - [sym_explicit_function_specifier] = STATE(1376), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(113), - [sym_operator_cast] = STATE(4178), - [sym_inline_method_definition] = STATE(113), - [aux_sym__constructor_specifiers] = STATE(1376), - [sym_operator_cast_definition] = STATE(113), - [sym_operator_cast_declaration] = STATE(113), - [sym_constructor_or_destructor_definition] = STATE(113), - [sym_constructor_or_destructor_declaration] = STATE(113), - [sym_friend_declaration] = STATE(113), - [sym_access_specifier] = STATE(113), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(113), - [sym_alias_declaration] = STATE(113), - [sym_static_assert_declaration] = STATE(113), - [sym_attribute] = STATE(1363), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(113), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(113), - [aux_sym_function_definition_repeat1] = STATE(1363), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1568), - [aux_sym_preproc_if_token2] = ACTIONS(1639), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1576), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1578), - [anon_sym_private] = ACTIONS(1578), - [anon_sym_protected] = ACTIONS(1578), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1580), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1584), - [anon_sym_static_assert] = ACTIONS(1586), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1588), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [aux_sym_preproc_else_token1] = ACTIONS(1434), + [aux_sym_preproc_elif_token1] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___based] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym_mutable] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_class] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [sym_null] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1434), + [anon_sym_virtual] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1434), + [sym_auto] = ACTIONS(1434), + [anon_sym_typename] = ACTIONS(1434), + [anon_sym_template] = ACTIONS(1434), + [anon_sym_COLON_COLON] = ACTIONS(1436), + [anon_sym_operator] = ACTIONS(1434), + [anon_sym_delete] = ACTIONS(1434), + [anon_sym_throw] = ACTIONS(1434), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1434), + [sym_operator_name] = ACTIONS(1434), + [sym_this] = ACTIONS(1434), + [sym_nullptr] = ACTIONS(1434), + [sym_alone_macro] = ACTIONS(1436), + [aux_sym_alone_macro_call_token1] = ACTIONS(1434), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_FORWARD] = ACTIONS(1434), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1434), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_PS_GET] = ACTIONS(1434), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1434), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1434), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1434), + [anon_sym_MOZ_COLD] = ACTIONS(1434), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1434), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1434), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1434), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1434), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1434), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1434), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1434), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1434), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1434), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1434), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1434), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1434), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_RAII] = ACTIONS(1434), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1434), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1434), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1434), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1434), + [sym_raw_string_literal] = ACTIONS(1436), }, [123] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1641), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [124] = { - [sym_preproc_def] = STATE(114), - [sym_preproc_function_def] = STATE(114), - [sym_preproc_call] = STATE(114), - [sym_preproc_if_in_field_declaration_list] = STATE(114), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(114), - [sym_type_definition] = STATE(114), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(114), - [sym_field_declaration] = STATE(114), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(114), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(114), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(114), - [sym_operator_cast_declaration] = STATE(114), - [sym_constructor_or_destructor_definition] = STATE(114), - [sym_constructor_or_destructor_declaration] = STATE(114), - [sym_friend_declaration] = STATE(114), - [sym_access_specifier] = STATE(114), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(114), - [sym_alias_declaration] = STATE(114), - [sym_static_assert_declaration] = STATE(114), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(114), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(114), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), - [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1643), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [sym_identifier] = ACTIONS(1444), + [aux_sym_preproc_include_token1] = ACTIONS(1444), + [aux_sym_preproc_def_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token2] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), + [aux_sym_preproc_else_token1] = ACTIONS(1444), + [aux_sym_preproc_elif_token1] = ACTIONS(1444), + [sym_preproc_directive] = ACTIONS(1444), + [anon_sym_LPAREN2] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_TILDE] = ACTIONS(1446), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_AMP_AMP] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym___attribute__] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1444), + [anon_sym___based] = ACTIONS(1444), + [anon_sym___cdecl] = ACTIONS(1444), + [anon_sym___clrcall] = ACTIONS(1444), + [anon_sym___stdcall] = ACTIONS(1444), + [anon_sym___fastcall] = ACTIONS(1444), + [anon_sym___thiscall] = ACTIONS(1444), + [anon_sym___vectorcall] = ACTIONS(1444), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_register] = ACTIONS(1444), + [anon_sym_inline] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_volatile] = ACTIONS(1444), + [anon_sym_restrict] = ACTIONS(1444), + [anon_sym__Atomic] = ACTIONS(1444), + [anon_sym_mutable] = ACTIONS(1444), + [anon_sym_constexpr] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1444), + [anon_sym_unsigned] = ACTIONS(1444), + [anon_sym_long] = ACTIONS(1444), + [anon_sym_short] = ACTIONS(1444), + [sym_primitive_type] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_class] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [anon_sym_switch] = ACTIONS(1444), + [anon_sym_case] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_do] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_goto] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1446), + [anon_sym_PLUS_PLUS] = ACTIONS(1446), + [anon_sym_sizeof] = ACTIONS(1444), + [sym_number_literal] = ACTIONS(1446), + [anon_sym_L_SQUOTE] = ACTIONS(1446), + [anon_sym_u_SQUOTE] = ACTIONS(1446), + [anon_sym_U_SQUOTE] = ACTIONS(1446), + [anon_sym_u8_SQUOTE] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1446), + [anon_sym_L_DQUOTE] = ACTIONS(1446), + [anon_sym_u_DQUOTE] = ACTIONS(1446), + [anon_sym_U_DQUOTE] = ACTIONS(1446), + [anon_sym_u8_DQUOTE] = ACTIONS(1446), + [anon_sym_DQUOTE] = ACTIONS(1446), + [sym_true] = ACTIONS(1444), + [sym_false] = ACTIONS(1444), + [sym_null] = ACTIONS(1444), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1444), + [anon_sym_virtual] = ACTIONS(1444), + [anon_sym_explicit] = ACTIONS(1444), + [sym_auto] = ACTIONS(1444), + [anon_sym_typename] = ACTIONS(1444), + [anon_sym_template] = ACTIONS(1444), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_operator] = ACTIONS(1444), + [anon_sym_delete] = ACTIONS(1444), + [anon_sym_throw] = ACTIONS(1444), + [anon_sym_namespace] = ACTIONS(1444), + [anon_sym_using] = ACTIONS(1444), + [anon_sym_static_assert] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), + [anon_sym_new] = ACTIONS(1444), + [sym_operator_name] = ACTIONS(1444), + [sym_this] = ACTIONS(1444), + [sym_nullptr] = ACTIONS(1444), + [sym_alone_macro] = ACTIONS(1446), + [aux_sym_alone_macro_call_token1] = ACTIONS(1444), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_FORWARD] = ACTIONS(1444), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1444), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_PS_GET] = ACTIONS(1444), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1444), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1444), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1444), + [anon_sym_MOZ_COLD] = ACTIONS(1444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_RAII] = ACTIONS(1444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1444), + [sym_raw_string_literal] = ACTIONS(1446), }, [125] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1426), - [aux_sym_preproc_def_token1] = ACTIONS(1645), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1651), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1651), - [sym_preproc_directive] = ACTIONS(1654), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_typedef] = ACTIONS(1657), - [anon_sym_extern] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1448), + [aux_sym_preproc_include_token1] = ACTIONS(1448), + [aux_sym_preproc_def_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token2] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), + [aux_sym_preproc_else_token1] = ACTIONS(1448), + [aux_sym_preproc_elif_token1] = ACTIONS(1448), + [sym_preproc_directive] = ACTIONS(1448), + [anon_sym_LPAREN2] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_DASH] = ACTIONS(1448), + [anon_sym_PLUS] = ACTIONS(1448), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_AMP_AMP] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym___attribute__] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1448), + [anon_sym___based] = ACTIONS(1448), + [anon_sym___cdecl] = ACTIONS(1448), + [anon_sym___clrcall] = ACTIONS(1448), + [anon_sym___stdcall] = ACTIONS(1448), + [anon_sym___fastcall] = ACTIONS(1448), + [anon_sym___thiscall] = ACTIONS(1448), + [anon_sym___vectorcall] = ACTIONS(1448), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_register] = ACTIONS(1448), + [anon_sym_inline] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_volatile] = ACTIONS(1448), + [anon_sym_restrict] = ACTIONS(1448), + [anon_sym__Atomic] = ACTIONS(1448), + [anon_sym_mutable] = ACTIONS(1448), + [anon_sym_constexpr] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1448), + [anon_sym_unsigned] = ACTIONS(1448), + [anon_sym_long] = ACTIONS(1448), + [anon_sym_short] = ACTIONS(1448), + [sym_primitive_type] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_class] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_else] = ACTIONS(1448), + [anon_sym_switch] = ACTIONS(1448), + [anon_sym_case] = ACTIONS(1448), + [anon_sym_default] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_do] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_goto] = ACTIONS(1448), + [anon_sym_DASH_DASH] = ACTIONS(1450), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_sizeof] = ACTIONS(1448), + [sym_number_literal] = ACTIONS(1450), + [anon_sym_L_SQUOTE] = ACTIONS(1450), + [anon_sym_u_SQUOTE] = ACTIONS(1450), + [anon_sym_U_SQUOTE] = ACTIONS(1450), + [anon_sym_u8_SQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [anon_sym_L_DQUOTE] = ACTIONS(1450), + [anon_sym_u_DQUOTE] = ACTIONS(1450), + [anon_sym_U_DQUOTE] = ACTIONS(1450), + [anon_sym_u8_DQUOTE] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym_true] = ACTIONS(1448), + [sym_false] = ACTIONS(1448), + [sym_null] = ACTIONS(1448), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1448), + [anon_sym_virtual] = ACTIONS(1448), + [anon_sym_explicit] = ACTIONS(1448), + [sym_auto] = ACTIONS(1448), + [anon_sym_typename] = ACTIONS(1448), + [anon_sym_template] = ACTIONS(1448), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_operator] = ACTIONS(1448), + [anon_sym_delete] = ACTIONS(1448), + [anon_sym_throw] = ACTIONS(1448), + [anon_sym_namespace] = ACTIONS(1448), + [anon_sym_using] = ACTIONS(1448), + [anon_sym_static_assert] = ACTIONS(1448), + [anon_sym_try] = ACTIONS(1448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1448), + [sym_operator_name] = ACTIONS(1448), + [sym_this] = ACTIONS(1448), + [sym_nullptr] = ACTIONS(1448), + [sym_alone_macro] = ACTIONS(1450), + [aux_sym_alone_macro_call_token1] = ACTIONS(1448), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_FORWARD] = ACTIONS(1448), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1448), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_PS_GET] = ACTIONS(1448), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1448), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1448), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1448), + [anon_sym_MOZ_COLD] = ACTIONS(1448), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1448), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1448), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1448), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1448), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1448), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1448), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1448), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1448), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1448), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1448), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1448), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1448), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_RAII] = ACTIONS(1448), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1448), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1448), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1448), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1448), + [sym_raw_string_literal] = ACTIONS(1450), + }, + [126] = { + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token2] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [aux_sym_preproc_else_token1] = ACTIONS(1452), + [aux_sym_preproc_elif_token1] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP_AMP] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___based] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym_mutable] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1452), + [anon_sym_virtual] = ACTIONS(1452), + [anon_sym_explicit] = ACTIONS(1452), + [sym_auto] = ACTIONS(1452), + [anon_sym_typename] = ACTIONS(1452), + [anon_sym_template] = ACTIONS(1452), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_operator] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_using] = ACTIONS(1452), + [anon_sym_static_assert] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1452), + [sym_operator_name] = ACTIONS(1452), + [sym_this] = ACTIONS(1452), + [sym_nullptr] = ACTIONS(1452), + [sym_alone_macro] = ACTIONS(1454), + [aux_sym_alone_macro_call_token1] = ACTIONS(1452), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_FORWARD] = ACTIONS(1452), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1452), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_PS_GET] = ACTIONS(1452), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1452), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1452), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1452), + [anon_sym_MOZ_COLD] = ACTIONS(1452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_RAII] = ACTIONS(1452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1452), + [sym_raw_string_literal] = ACTIONS(1454), + }, + [127] = { + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token2] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [aux_sym_preproc_else_token1] = ACTIONS(1456), + [aux_sym_preproc_elif_token1] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP_AMP] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___based] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym_mutable] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_class] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1456), + [anon_sym_virtual] = ACTIONS(1456), + [anon_sym_explicit] = ACTIONS(1456), + [sym_auto] = ACTIONS(1456), + [anon_sym_typename] = ACTIONS(1456), + [anon_sym_template] = ACTIONS(1456), + [anon_sym_COLON_COLON] = ACTIONS(1458), + [anon_sym_operator] = ACTIONS(1456), + [anon_sym_delete] = ACTIONS(1456), + [anon_sym_throw] = ACTIONS(1456), + [anon_sym_namespace] = ACTIONS(1456), + [anon_sym_using] = ACTIONS(1456), + [anon_sym_static_assert] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1456), + [sym_operator_name] = ACTIONS(1456), + [sym_this] = ACTIONS(1456), + [sym_nullptr] = ACTIONS(1456), + [sym_alone_macro] = ACTIONS(1458), + [aux_sym_alone_macro_call_token1] = ACTIONS(1456), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_FORWARD] = ACTIONS(1456), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1456), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_PS_GET] = ACTIONS(1456), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1456), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1456), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1456), + [anon_sym_MOZ_COLD] = ACTIONS(1456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_RAII] = ACTIONS(1456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1456), + [sym_raw_string_literal] = ACTIONS(1458), + }, + [128] = { + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token2] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [aux_sym_preproc_else_token1] = ACTIONS(1460), + [aux_sym_preproc_elif_token1] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP_AMP] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___based] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym_mutable] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_null] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1460), + [anon_sym_virtual] = ACTIONS(1460), + [anon_sym_explicit] = ACTIONS(1460), + [sym_auto] = ACTIONS(1460), + [anon_sym_typename] = ACTIONS(1460), + [anon_sym_template] = ACTIONS(1460), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_operator] = ACTIONS(1460), + [anon_sym_delete] = ACTIONS(1460), + [anon_sym_throw] = ACTIONS(1460), + [anon_sym_namespace] = ACTIONS(1460), + [anon_sym_using] = ACTIONS(1460), + [anon_sym_static_assert] = ACTIONS(1460), + [anon_sym_try] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1460), + [sym_operator_name] = ACTIONS(1460), + [sym_this] = ACTIONS(1460), + [sym_nullptr] = ACTIONS(1460), + [sym_alone_macro] = ACTIONS(1462), + [aux_sym_alone_macro_call_token1] = ACTIONS(1460), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_FORWARD] = ACTIONS(1460), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1460), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_PS_GET] = ACTIONS(1460), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1460), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1460), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1460), + [anon_sym_MOZ_COLD] = ACTIONS(1460), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1460), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1460), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1460), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1460), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1460), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1460), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1460), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1460), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1460), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1460), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1460), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1460), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_RAII] = ACTIONS(1460), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1460), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1460), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1460), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1460), + [sym_raw_string_literal] = ACTIONS(1462), + }, + [129] = { + [sym_identifier] = ACTIONS(1464), + [aux_sym_preproc_include_token1] = ACTIONS(1464), + [aux_sym_preproc_def_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token2] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), + [aux_sym_preproc_else_token1] = ACTIONS(1464), + [aux_sym_preproc_elif_token1] = ACTIONS(1464), + [sym_preproc_directive] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), [anon_sym___attribute__] = ACTIONS(1464), - [anon_sym___declspec] = ACTIONS(1467), - [anon_sym___based] = ACTIONS(1470), - [anon_sym_RBRACE] = ACTIONS(1660), - [anon_sym_LBRACK] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym___based] = ACTIONS(1464), + [anon_sym___cdecl] = ACTIONS(1464), + [anon_sym___clrcall] = ACTIONS(1464), + [anon_sym___stdcall] = ACTIONS(1464), + [anon_sym___fastcall] = ACTIONS(1464), + [anon_sym___thiscall] = ACTIONS(1464), + [anon_sym___vectorcall] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym_mutable] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_case] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [sym_null] = ACTIONS(1464), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1464), + [anon_sym_virtual] = ACTIONS(1464), + [anon_sym_explicit] = ACTIONS(1464), + [sym_auto] = ACTIONS(1464), + [anon_sym_typename] = ACTIONS(1464), + [anon_sym_template] = ACTIONS(1464), + [anon_sym_COLON_COLON] = ACTIONS(1466), + [anon_sym_operator] = ACTIONS(1464), + [anon_sym_delete] = ACTIONS(1464), + [anon_sym_throw] = ACTIONS(1464), + [anon_sym_namespace] = ACTIONS(1464), + [anon_sym_using] = ACTIONS(1464), + [anon_sym_static_assert] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1464), + [sym_operator_name] = ACTIONS(1464), + [sym_this] = ACTIONS(1464), + [sym_nullptr] = ACTIONS(1464), + [sym_alone_macro] = ACTIONS(1466), + [aux_sym_alone_macro_call_token1] = ACTIONS(1464), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_FORWARD] = ACTIONS(1464), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1464), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_PS_GET] = ACTIONS(1464), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1464), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1464), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1464), + [anon_sym_MOZ_COLD] = ACTIONS(1464), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1464), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1464), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1464), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1464), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1464), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1464), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1464), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1464), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1464), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1464), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1464), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1464), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_RAII] = ACTIONS(1464), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1464), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1464), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1464), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1464), + [sym_raw_string_literal] = ACTIONS(1466), + }, + [130] = { + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token2] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [aux_sym_preproc_else_token1] = ACTIONS(1468), + [aux_sym_preproc_elif_token1] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP_AMP] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___based] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym_mutable] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_class] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_else] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [sym_null] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1468), + [anon_sym_virtual] = ACTIONS(1468), + [anon_sym_explicit] = ACTIONS(1468), + [sym_auto] = ACTIONS(1468), + [anon_sym_typename] = ACTIONS(1468), + [anon_sym_template] = ACTIONS(1468), + [anon_sym_COLON_COLON] = ACTIONS(1470), + [anon_sym_operator] = ACTIONS(1468), + [anon_sym_delete] = ACTIONS(1468), + [anon_sym_throw] = ACTIONS(1468), + [anon_sym_namespace] = ACTIONS(1468), + [anon_sym_using] = ACTIONS(1468), + [anon_sym_static_assert] = ACTIONS(1468), + [anon_sym_try] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1468), + [sym_operator_name] = ACTIONS(1468), + [sym_this] = ACTIONS(1468), + [sym_nullptr] = ACTIONS(1468), + [sym_alone_macro] = ACTIONS(1470), + [aux_sym_alone_macro_call_token1] = ACTIONS(1468), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_FORWARD] = ACTIONS(1468), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1468), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_PS_GET] = ACTIONS(1468), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1468), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1468), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1468), + [anon_sym_MOZ_COLD] = ACTIONS(1468), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1468), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1468), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1468), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1468), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1468), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1468), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1468), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1468), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1468), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1468), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1468), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1468), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_RAII] = ACTIONS(1468), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1468), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1468), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1468), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1468), + [sym_raw_string_literal] = ACTIONS(1470), + }, + [131] = { + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token2] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [aux_sym_preproc_else_token1] = ACTIONS(1472), + [aux_sym_preproc_elif_token1] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP_AMP] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___based] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym_mutable] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1472), + [anon_sym_virtual] = ACTIONS(1472), + [anon_sym_explicit] = ACTIONS(1472), + [sym_auto] = ACTIONS(1472), + [anon_sym_typename] = ACTIONS(1472), + [anon_sym_template] = ACTIONS(1472), + [anon_sym_COLON_COLON] = ACTIONS(1474), + [anon_sym_operator] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_using] = ACTIONS(1472), + [anon_sym_static_assert] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1472), + [sym_operator_name] = ACTIONS(1472), + [sym_this] = ACTIONS(1472), + [sym_nullptr] = ACTIONS(1472), + [sym_alone_macro] = ACTIONS(1474), + [aux_sym_alone_macro_call_token1] = ACTIONS(1472), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_FORWARD] = ACTIONS(1472), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1472), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_PS_GET] = ACTIONS(1472), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1472), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1472), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1472), + [anon_sym_MOZ_COLD] = ACTIONS(1472), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1472), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1472), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1472), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1472), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1472), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1472), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1472), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1472), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1472), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1472), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1472), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1472), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_RAII] = ACTIONS(1472), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1472), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1472), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1472), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1472), + [sym_raw_string_literal] = ACTIONS(1474), + }, + [132] = { + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token2] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [aux_sym_preproc_else_token1] = ACTIONS(1476), + [aux_sym_preproc_elif_token1] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___based] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), [anon_sym_const] = ACTIONS(1476), [anon_sym_volatile] = ACTIONS(1476), [anon_sym_restrict] = ACTIONS(1476), [anon_sym__Atomic] = ACTIONS(1476), [anon_sym_mutable] = ACTIONS(1476), [anon_sym_constexpr] = ACTIONS(1476), - [anon_sym_signed] = ACTIONS(1479), - [anon_sym_unsigned] = ACTIONS(1479), - [anon_sym_long] = ACTIONS(1479), - [anon_sym_short] = ACTIONS(1479), - [sym_primitive_type] = ACTIONS(1482), - [anon_sym_enum] = ACTIONS(1485), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [sym_null] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1476), + [anon_sym_virtual] = ACTIONS(1476), + [anon_sym_explicit] = ACTIONS(1476), + [sym_auto] = ACTIONS(1476), + [anon_sym_typename] = ACTIONS(1476), + [anon_sym_template] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1478), + [anon_sym_operator] = ACTIONS(1476), + [anon_sym_delete] = ACTIONS(1476), + [anon_sym_throw] = ACTIONS(1476), + [anon_sym_namespace] = ACTIONS(1476), + [anon_sym_using] = ACTIONS(1476), + [anon_sym_static_assert] = ACTIONS(1476), + [anon_sym_try] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1476), + [sym_operator_name] = ACTIONS(1476), + [sym_this] = ACTIONS(1476), + [sym_nullptr] = ACTIONS(1476), + [sym_alone_macro] = ACTIONS(1478), + [aux_sym_alone_macro_call_token1] = ACTIONS(1476), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_FORWARD] = ACTIONS(1476), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1476), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_PS_GET] = ACTIONS(1476), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1476), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1476), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1476), + [anon_sym_MOZ_COLD] = ACTIONS(1476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_RAII] = ACTIONS(1476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1476), + [sym_raw_string_literal] = ACTIONS(1478), + }, + [133] = { + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token2] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [aux_sym_preproc_else_token1] = ACTIONS(1480), + [aux_sym_preproc_elif_token1] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP_AMP] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___based] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym_mutable] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_else] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [sym_null] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1480), + [anon_sym_virtual] = ACTIONS(1480), + [anon_sym_explicit] = ACTIONS(1480), + [sym_auto] = ACTIONS(1480), + [anon_sym_typename] = ACTIONS(1480), + [anon_sym_template] = ACTIONS(1480), + [anon_sym_COLON_COLON] = ACTIONS(1482), + [anon_sym_operator] = ACTIONS(1480), + [anon_sym_delete] = ACTIONS(1480), + [anon_sym_throw] = ACTIONS(1480), + [anon_sym_namespace] = ACTIONS(1480), + [anon_sym_using] = ACTIONS(1480), + [anon_sym_static_assert] = ACTIONS(1480), + [anon_sym_try] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1480), + [sym_operator_name] = ACTIONS(1480), + [sym_this] = ACTIONS(1480), + [sym_nullptr] = ACTIONS(1480), + [sym_alone_macro] = ACTIONS(1482), + [aux_sym_alone_macro_call_token1] = ACTIONS(1480), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_FORWARD] = ACTIONS(1480), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1480), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_PS_GET] = ACTIONS(1480), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1480), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1480), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1480), + [anon_sym_MOZ_COLD] = ACTIONS(1480), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1480), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1480), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1480), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1480), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1480), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1480), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1480), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1480), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1480), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1480), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1480), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1480), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_RAII] = ACTIONS(1480), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1480), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1480), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1480), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1480), + [sym_raw_string_literal] = ACTIONS(1482), + }, + [134] = { + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token2] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [aux_sym_preproc_else_token1] = ACTIONS(1484), + [aux_sym_preproc_elif_token1] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP_AMP] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___based] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym_mutable] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_class] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_else] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [sym_null] = ACTIONS(1484), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1484), + [anon_sym_virtual] = ACTIONS(1484), + [anon_sym_explicit] = ACTIONS(1484), + [sym_auto] = ACTIONS(1484), + [anon_sym_typename] = ACTIONS(1484), + [anon_sym_template] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1486), + [anon_sym_operator] = ACTIONS(1484), + [anon_sym_delete] = ACTIONS(1484), + [anon_sym_throw] = ACTIONS(1484), + [anon_sym_namespace] = ACTIONS(1484), + [anon_sym_using] = ACTIONS(1484), + [anon_sym_static_assert] = ACTIONS(1484), + [anon_sym_try] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym_new] = ACTIONS(1484), + [sym_operator_name] = ACTIONS(1484), + [sym_this] = ACTIONS(1484), + [sym_nullptr] = ACTIONS(1484), + [sym_alone_macro] = ACTIONS(1486), + [aux_sym_alone_macro_call_token1] = ACTIONS(1484), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_FORWARD] = ACTIONS(1484), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1484), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_PS_GET] = ACTIONS(1484), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1484), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1484), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1484), + [anon_sym_MOZ_COLD] = ACTIONS(1484), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1484), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1484), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1484), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1484), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1484), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1484), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1484), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1484), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1484), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1484), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1484), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1484), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_RAII] = ACTIONS(1484), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1484), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1484), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1484), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1484), + [sym_raw_string_literal] = ACTIONS(1486), + }, + [135] = { + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token2] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [aux_sym_preproc_else_token1] = ACTIONS(1488), + [aux_sym_preproc_elif_token1] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP_AMP] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___based] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym_mutable] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), [anon_sym_class] = ACTIONS(1488), - [anon_sym_struct] = ACTIONS(1491), - [anon_sym_union] = ACTIONS(1494), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1497), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [sym_null] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1488), + [anon_sym_virtual] = ACTIONS(1488), + [anon_sym_explicit] = ACTIONS(1488), + [sym_auto] = ACTIONS(1488), + [anon_sym_typename] = ACTIONS(1488), + [anon_sym_template] = ACTIONS(1488), + [anon_sym_COLON_COLON] = ACTIONS(1490), + [anon_sym_operator] = ACTIONS(1488), + [anon_sym_delete] = ACTIONS(1488), + [anon_sym_throw] = ACTIONS(1488), + [anon_sym_namespace] = ACTIONS(1488), + [anon_sym_using] = ACTIONS(1488), + [anon_sym_static_assert] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1488), + [sym_operator_name] = ACTIONS(1488), + [sym_this] = ACTIONS(1488), + [sym_nullptr] = ACTIONS(1488), + [sym_alone_macro] = ACTIONS(1490), + [aux_sym_alone_macro_call_token1] = ACTIONS(1488), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_FORWARD] = ACTIONS(1488), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1488), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_PS_GET] = ACTIONS(1488), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1488), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1488), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1488), + [anon_sym_MOZ_COLD] = ACTIONS(1488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_RAII] = ACTIONS(1488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1488), + [sym_raw_string_literal] = ACTIONS(1490), + }, + [136] = { + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token2] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [aux_sym_preproc_else_token1] = ACTIONS(1492), + [aux_sym_preproc_elif_token1] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___based] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym_mutable] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [sym_null] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1492), + [anon_sym_virtual] = ACTIONS(1492), + [anon_sym_explicit] = ACTIONS(1492), + [sym_auto] = ACTIONS(1492), + [anon_sym_typename] = ACTIONS(1492), + [anon_sym_template] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1494), + [anon_sym_operator] = ACTIONS(1492), + [anon_sym_delete] = ACTIONS(1492), + [anon_sym_throw] = ACTIONS(1492), + [anon_sym_namespace] = ACTIONS(1492), + [anon_sym_using] = ACTIONS(1492), + [anon_sym_static_assert] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1492), + [sym_operator_name] = ACTIONS(1492), + [sym_this] = ACTIONS(1492), + [sym_nullptr] = ACTIONS(1492), + [sym_alone_macro] = ACTIONS(1494), + [aux_sym_alone_macro_call_token1] = ACTIONS(1492), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_FORWARD] = ACTIONS(1492), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1492), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_PS_GET] = ACTIONS(1492), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1492), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1492), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1492), + [anon_sym_MOZ_COLD] = ACTIONS(1492), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1492), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1492), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1492), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1492), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1492), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1492), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1492), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1492), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1492), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1492), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1492), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1492), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_RAII] = ACTIONS(1492), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1492), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1492), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1492), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1492), + [sym_raw_string_literal] = ACTIONS(1494), + }, + [137] = { + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token2] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [aux_sym_preproc_else_token1] = ACTIONS(1496), + [aux_sym_preproc_elif_token1] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_else] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [sym_null] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_delete] = ACTIONS(1496), + [anon_sym_throw] = ACTIONS(1496), + [anon_sym_namespace] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_try] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1496), + [sym_operator_name] = ACTIONS(1496), + [sym_this] = ACTIONS(1496), + [sym_nullptr] = ACTIONS(1496), + [sym_alone_macro] = ACTIONS(1498), + [aux_sym_alone_macro_call_token1] = ACTIONS(1496), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_FORWARD] = ACTIONS(1496), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1496), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_PS_GET] = ACTIONS(1496), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1496), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1496), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), + [sym_raw_string_literal] = ACTIONS(1498), + }, + [138] = { + [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___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_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(1503), - [anon_sym_public] = ACTIONS(1662), - [anon_sym_private] = ACTIONS(1662), - [anon_sym_protected] = ACTIONS(1662), - [sym_auto] = ACTIONS(1482), - [anon_sym_typename] = ACTIONS(1509), - [anon_sym_template] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1518), - [anon_sym_friend] = ACTIONS(1668), - [anon_sym_using] = ACTIONS(1671), - [anon_sym_static_assert] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1530), - [sym_operator_name] = ACTIONS(1533), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1677), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1539), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1539), - [anon_sym_MOZ_COLD] = ACTIONS(1539), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1539), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1539), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1539), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1539), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1539), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1539), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1539), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1539), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1539), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1539), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1539), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1539), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL] = ACTIONS(1539), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1539), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1539), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN] = ACTIONS(1539), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1539), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1539), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1539), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1539), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1539), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1539), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1539), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1539), - [anon_sym_MOZ_RAII] = ACTIONS(1539), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1539), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1539), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1539), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1539), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1539), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1539), + [anon_sym_explicit] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, - [126] = { - [sym_preproc_def] = STATE(125), - [sym_preproc_function_def] = STATE(125), - [sym_preproc_call] = STATE(125), - [sym_preproc_if_in_field_declaration_list] = STATE(125), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(125), - [sym_type_definition] = STATE(125), - [sym__declaration_specifiers] = STATE(3551), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__field_declaration_list_item] = STATE(125), - [sym_field_declaration] = STATE(125), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(807), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(125), - [sym_operator_cast] = STATE(4179), - [sym_inline_method_definition] = STATE(125), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(125), - [sym_operator_cast_declaration] = STATE(125), - [sym_constructor_or_destructor_definition] = STATE(125), - [sym_constructor_or_destructor_declaration] = STATE(125), - [sym_friend_declaration] = STATE(125), - [sym_access_specifier] = STATE(125), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1549), - [sym_template_function] = STATE(4034), - [sym_using_declaration] = STATE(125), - [sym_alias_declaration] = STATE(125), - [sym_static_assert_declaration] = STATE(125), - [sym_attribute] = STATE(1360), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5078), - [sym_macro_statement] = STATE(125), - [sym_macro_annotation] = STATE(1403), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(125), - [aux_sym_function_definition_repeat1] = STATE(1360), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1354), - [aux_sym_preproc_def_token1] = ACTIONS(1542), + [139] = { + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token2] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [aux_sym_preproc_else_token1] = ACTIONS(1504), + [aux_sym_preproc_elif_token1] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___based] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym_mutable] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [sym_null] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1504), + [anon_sym_virtual] = ACTIONS(1504), + [anon_sym_explicit] = ACTIONS(1504), + [sym_auto] = ACTIONS(1504), + [anon_sym_typename] = ACTIONS(1504), + [anon_sym_template] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1506), + [anon_sym_operator] = ACTIONS(1504), + [anon_sym_delete] = ACTIONS(1504), + [anon_sym_throw] = ACTIONS(1504), + [anon_sym_namespace] = ACTIONS(1504), + [anon_sym_using] = ACTIONS(1504), + [anon_sym_static_assert] = ACTIONS(1504), + [anon_sym_try] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1504), + [sym_operator_name] = ACTIONS(1504), + [sym_this] = ACTIONS(1504), + [sym_nullptr] = ACTIONS(1504), + [sym_alone_macro] = ACTIONS(1506), + [aux_sym_alone_macro_call_token1] = ACTIONS(1504), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_FORWARD] = ACTIONS(1504), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1504), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_PS_GET] = ACTIONS(1504), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1504), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1504), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1504), + [anon_sym_MOZ_COLD] = ACTIONS(1504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_RAII] = ACTIONS(1504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1504), + [sym_raw_string_literal] = ACTIONS(1506), + }, + [140] = { + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), + }, + [141] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [aux_sym_preproc_else_token1] = ACTIONS(1508), + [aux_sym_preproc_elif_token1] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), + }, + [142] = { + [sym_identifier] = ACTIONS(1512), + [aux_sym_preproc_include_token1] = ACTIONS(1512), + [aux_sym_preproc_def_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token2] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), + [aux_sym_preproc_else_token1] = ACTIONS(1512), + [aux_sym_preproc_elif_token1] = ACTIONS(1512), + [sym_preproc_directive] = ACTIONS(1512), + [anon_sym_LPAREN2] = ACTIONS(1514), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_typedef] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym___attribute__] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1512), + [anon_sym___based] = ACTIONS(1512), + [anon_sym___cdecl] = ACTIONS(1512), + [anon_sym___clrcall] = ACTIONS(1512), + [anon_sym___stdcall] = ACTIONS(1512), + [anon_sym___fastcall] = ACTIONS(1512), + [anon_sym___thiscall] = ACTIONS(1512), + [anon_sym___vectorcall] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_inline] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_volatile] = ACTIONS(1512), + [anon_sym_restrict] = ACTIONS(1512), + [anon_sym__Atomic] = ACTIONS(1512), + [anon_sym_mutable] = ACTIONS(1512), + [anon_sym_constexpr] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1512), + [anon_sym_unsigned] = ACTIONS(1512), + [anon_sym_long] = ACTIONS(1512), + [anon_sym_short] = ACTIONS(1512), + [sym_primitive_type] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_class] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1512), + [anon_sym_case] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_goto] = ACTIONS(1512), + [anon_sym_DASH_DASH] = ACTIONS(1514), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_sizeof] = ACTIONS(1512), + [sym_number_literal] = ACTIONS(1514), + [anon_sym_L_SQUOTE] = ACTIONS(1514), + [anon_sym_u_SQUOTE] = ACTIONS(1514), + [anon_sym_U_SQUOTE] = ACTIONS(1514), + [anon_sym_u8_SQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [anon_sym_L_DQUOTE] = ACTIONS(1514), + [anon_sym_u_DQUOTE] = ACTIONS(1514), + [anon_sym_U_DQUOTE] = ACTIONS(1514), + [anon_sym_u8_DQUOTE] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym_true] = ACTIONS(1512), + [sym_false] = ACTIONS(1512), + [sym_null] = ACTIONS(1512), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1512), + [anon_sym_virtual] = ACTIONS(1512), + [anon_sym_explicit] = ACTIONS(1512), + [sym_auto] = ACTIONS(1512), + [anon_sym_typename] = ACTIONS(1512), + [anon_sym_template] = ACTIONS(1512), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1512), + [anon_sym_delete] = ACTIONS(1512), + [anon_sym_throw] = ACTIONS(1512), + [anon_sym_namespace] = ACTIONS(1512), + [anon_sym_using] = ACTIONS(1512), + [anon_sym_static_assert] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1512), + [sym_operator_name] = ACTIONS(1512), + [sym_this] = ACTIONS(1512), + [sym_nullptr] = ACTIONS(1512), + [sym_alone_macro] = ACTIONS(1514), + [aux_sym_alone_macro_call_token1] = ACTIONS(1512), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_FORWARD] = ACTIONS(1512), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1512), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_PS_GET] = ACTIONS(1512), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1512), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1512), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1512), + [anon_sym_MOZ_COLD] = ACTIONS(1512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_RAII] = ACTIONS(1512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1512), + [sym_raw_string_literal] = ACTIONS(1514), + }, + [143] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [aux_sym_preproc_else_token1] = ACTIONS(1508), + [aux_sym_preproc_elif_token1] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), + }, + [144] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [145] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [146] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [147] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [148] = { + [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___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_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_COLON_COLON] = ACTIONS(1518), + [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_try] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1516), + [sym_operator_name] = 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), + [sym_raw_string_literal] = ACTIONS(1518), + }, + [149] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym_new] = ACTIONS(1520), + [sym_operator_name] = ACTIONS(1520), + [sym_this] = ACTIONS(1520), + [sym_nullptr] = ACTIONS(1520), + [sym_alone_macro] = ACTIONS(1522), + [aux_sym_alone_macro_call_token1] = ACTIONS(1520), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_FORWARD] = ACTIONS(1520), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1520), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_PS_GET] = ACTIONS(1520), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1520), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1520), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + [sym_raw_string_literal] = ACTIONS(1522), + }, + [150] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [151] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [152] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [153] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [154] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [155] = { + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token2] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [aux_sym_preproc_else_token1] = ACTIONS(1524), + [aux_sym_preproc_elif_token1] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___based] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym_mutable] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_class] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [sym_null] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1524), + [anon_sym_virtual] = ACTIONS(1524), + [anon_sym_explicit] = ACTIONS(1524), + [sym_auto] = ACTIONS(1524), + [anon_sym_typename] = ACTIONS(1524), + [anon_sym_template] = ACTIONS(1524), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_operator] = ACTIONS(1524), + [anon_sym_delete] = ACTIONS(1524), + [anon_sym_throw] = ACTIONS(1524), + [anon_sym_namespace] = ACTIONS(1524), + [anon_sym_using] = ACTIONS(1524), + [anon_sym_static_assert] = ACTIONS(1524), + [anon_sym_try] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym_new] = ACTIONS(1524), + [sym_operator_name] = ACTIONS(1524), + [sym_this] = ACTIONS(1524), + [sym_nullptr] = ACTIONS(1524), + [sym_alone_macro] = ACTIONS(1526), + [aux_sym_alone_macro_call_token1] = ACTIONS(1524), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_FORWARD] = ACTIONS(1524), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1524), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_PS_GET] = ACTIONS(1524), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1524), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1524), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1524), + [anon_sym_MOZ_COLD] = ACTIONS(1524), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1524), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1524), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1524), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1524), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1524), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1524), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1524), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1524), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1524), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1524), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1524), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1524), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_RAII] = ACTIONS(1524), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1524), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1524), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1524), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1524), + [sym_raw_string_literal] = ACTIONS(1526), + }, + [156] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [157] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [aux_sym_preproc_else_token1] = ACTIONS(1530), + [aux_sym_preproc_elif_token1] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), + }, + [158] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [159] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [aux_sym_preproc_else_token1] = ACTIONS(1416), + [aux_sym_preproc_elif_token1] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), + }, + [160] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [aux_sym_preproc_else_token1] = ACTIONS(1530), + [aux_sym_preproc_elif_token1] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), + }, + [161] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [162] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [163] = { + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token2] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [aux_sym_preproc_else_token1] = ACTIONS(1536), + [aux_sym_preproc_elif_token1] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___based] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym_mutable] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_class] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_else] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [sym_null] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1536), + [anon_sym_virtual] = ACTIONS(1536), + [anon_sym_explicit] = ACTIONS(1536), + [sym_auto] = ACTIONS(1536), + [anon_sym_typename] = ACTIONS(1536), + [anon_sym_template] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1538), + [anon_sym_operator] = ACTIONS(1536), + [anon_sym_delete] = ACTIONS(1536), + [anon_sym_throw] = ACTIONS(1536), + [anon_sym_namespace] = ACTIONS(1536), + [anon_sym_using] = ACTIONS(1536), + [anon_sym_static_assert] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym_new] = ACTIONS(1536), + [sym_operator_name] = ACTIONS(1536), + [sym_this] = ACTIONS(1536), + [sym_nullptr] = ACTIONS(1536), + [sym_alone_macro] = ACTIONS(1538), + [aux_sym_alone_macro_call_token1] = ACTIONS(1536), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_FORWARD] = ACTIONS(1536), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1536), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_PS_GET] = ACTIONS(1536), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1536), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1536), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1536), + [anon_sym_MOZ_COLD] = ACTIONS(1536), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1536), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1536), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1536), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1536), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1536), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1536), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1536), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1536), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1536), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1536), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1536), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1536), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_RAII] = ACTIONS(1536), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1536), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1536), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1536), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1536), + [sym_raw_string_literal] = ACTIONS(1538), + }, + [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___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_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_COLON_COLON] = ACTIONS(1542), + [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_try] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [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), + [sym_raw_string_literal] = ACTIONS(1542), + }, + [165] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [166] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [167] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [168] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [169] = { + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), [aux_sym_preproc_if_token1] = ACTIONS(1544), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [aux_sym_preproc_else_token1] = ACTIONS(1544), + [aux_sym_preproc_elif_token1] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP_AMP] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___based] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym_mutable] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1544), + [anon_sym_virtual] = ACTIONS(1544), + [anon_sym_explicit] = ACTIONS(1544), + [sym_auto] = ACTIONS(1544), + [anon_sym_typename] = ACTIONS(1544), + [anon_sym_template] = ACTIONS(1544), + [anon_sym_COLON_COLON] = ACTIONS(1546), + [anon_sym_operator] = ACTIONS(1544), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_throw] = ACTIONS(1544), + [anon_sym_namespace] = ACTIONS(1544), + [anon_sym_using] = ACTIONS(1544), + [anon_sym_static_assert] = ACTIONS(1544), + [anon_sym_try] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym_new] = ACTIONS(1544), + [sym_operator_name] = ACTIONS(1544), + [sym_this] = ACTIONS(1544), + [sym_nullptr] = ACTIONS(1544), + [sym_alone_macro] = ACTIONS(1546), + [aux_sym_alone_macro_call_token1] = ACTIONS(1544), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_FORWARD] = ACTIONS(1544), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1544), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_PS_GET] = ACTIONS(1544), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1544), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1544), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1544), + [anon_sym_MOZ_COLD] = ACTIONS(1544), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1544), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1544), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1544), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1544), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1544), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1544), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1544), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1544), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1544), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1544), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1544), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1544), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_RAII] = ACTIONS(1544), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1544), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1544), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1544), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1544), + [sym_raw_string_literal] = ACTIONS(1546), + }, + [170] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [171] = { + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token2] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [aux_sym_preproc_else_token1] = ACTIONS(1548), + [aux_sym_preproc_elif_token1] = ACTIONS(1548), [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1680), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_public] = ACTIONS(1554), - [anon_sym_private] = ACTIONS(1554), - [anon_sym_protected] = ACTIONS(1554), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP_AMP] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___based] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym_mutable] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_class] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_else] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [sym_null] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1548), + [anon_sym_virtual] = ACTIONS(1548), + [anon_sym_explicit] = ACTIONS(1548), + [sym_auto] = ACTIONS(1548), + [anon_sym_typename] = ACTIONS(1548), + [anon_sym_template] = ACTIONS(1548), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_operator] = ACTIONS(1548), + [anon_sym_delete] = ACTIONS(1548), + [anon_sym_throw] = ACTIONS(1548), + [anon_sym_namespace] = ACTIONS(1548), + [anon_sym_using] = ACTIONS(1548), + [anon_sym_static_assert] = ACTIONS(1548), + [anon_sym_try] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym_new] = ACTIONS(1548), + [sym_operator_name] = ACTIONS(1548), + [sym_this] = ACTIONS(1548), + [sym_nullptr] = ACTIONS(1548), + [sym_alone_macro] = ACTIONS(1550), + [aux_sym_alone_macro_call_token1] = ACTIONS(1548), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_FORWARD] = ACTIONS(1548), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1548), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_PS_GET] = ACTIONS(1548), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1548), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1548), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1548), + [anon_sym_MOZ_COLD] = ACTIONS(1548), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1548), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1548), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1548), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1548), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1548), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1548), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1548), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1548), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1548), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1548), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1548), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1548), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_RAII] = ACTIONS(1548), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1548), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1548), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1548), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1548), + [sym_raw_string_literal] = ACTIONS(1550), + }, + [172] = { + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token2] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [aux_sym_preproc_else_token1] = ACTIONS(1552), + [aux_sym_preproc_elif_token1] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP_AMP] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___based] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym_mutable] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_class] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_else] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [sym_null] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1552), + [anon_sym_virtual] = ACTIONS(1552), + [anon_sym_explicit] = ACTIONS(1552), + [sym_auto] = ACTIONS(1552), + [anon_sym_typename] = ACTIONS(1552), + [anon_sym_template] = ACTIONS(1552), + [anon_sym_COLON_COLON] = ACTIONS(1554), + [anon_sym_operator] = ACTIONS(1552), + [anon_sym_delete] = ACTIONS(1552), + [anon_sym_throw] = ACTIONS(1552), + [anon_sym_namespace] = ACTIONS(1552), + [anon_sym_using] = ACTIONS(1552), + [anon_sym_static_assert] = ACTIONS(1552), + [anon_sym_try] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym_new] = ACTIONS(1552), + [sym_operator_name] = ACTIONS(1552), + [sym_this] = ACTIONS(1552), + [sym_nullptr] = ACTIONS(1552), + [sym_alone_macro] = ACTIONS(1554), + [aux_sym_alone_macro_call_token1] = ACTIONS(1552), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_FORWARD] = ACTIONS(1552), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1552), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_PS_GET] = ACTIONS(1552), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1552), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1552), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1552), + [anon_sym_MOZ_COLD] = ACTIONS(1552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_RAII] = ACTIONS(1552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1552), + [sym_raw_string_literal] = ACTIONS(1554), + }, + [173] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(1390), - [anon_sym_operator] = ACTIONS(115), - [anon_sym_friend] = ACTIONS(1558), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), + }, + [174] = { + [sym_identifier] = ACTIONS(1560), + [aux_sym_preproc_include_token1] = ACTIONS(1560), + [aux_sym_preproc_def_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token2] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1560), + [aux_sym_preproc_else_token1] = ACTIONS(1560), + [aux_sym_preproc_elif_token1] = ACTIONS(1560), + [sym_preproc_directive] = ACTIONS(1560), + [anon_sym_LPAREN2] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_AMP_AMP] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym___attribute__] = ACTIONS(1560), + [anon_sym___declspec] = ACTIONS(1560), + [anon_sym___based] = ACTIONS(1560), + [anon_sym___cdecl] = ACTIONS(1560), + [anon_sym___clrcall] = ACTIONS(1560), + [anon_sym___stdcall] = ACTIONS(1560), + [anon_sym___fastcall] = ACTIONS(1560), + [anon_sym___thiscall] = ACTIONS(1560), + [anon_sym___vectorcall] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_static] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_inline] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_volatile] = ACTIONS(1560), + [anon_sym_restrict] = ACTIONS(1560), + [anon_sym__Atomic] = ACTIONS(1560), + [anon_sym_mutable] = ACTIONS(1560), + [anon_sym_constexpr] = ACTIONS(1560), + [anon_sym_signed] = ACTIONS(1560), + [anon_sym_unsigned] = ACTIONS(1560), + [anon_sym_long] = ACTIONS(1560), + [anon_sym_short] = ACTIONS(1560), + [sym_primitive_type] = ACTIONS(1560), + [anon_sym_enum] = ACTIONS(1560), + [anon_sym_class] = ACTIONS(1560), + [anon_sym_struct] = ACTIONS(1560), + [anon_sym_union] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_switch] = ACTIONS(1560), + [anon_sym_case] = ACTIONS(1560), + [anon_sym_default] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_goto] = ACTIONS(1560), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1560), + [sym_number_literal] = ACTIONS(1562), + [anon_sym_L_SQUOTE] = ACTIONS(1562), + [anon_sym_u_SQUOTE] = ACTIONS(1562), + [anon_sym_U_SQUOTE] = ACTIONS(1562), + [anon_sym_u8_SQUOTE] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_L_DQUOTE] = ACTIONS(1562), + [anon_sym_u_DQUOTE] = ACTIONS(1562), + [anon_sym_U_DQUOTE] = ACTIONS(1562), + [anon_sym_u8_DQUOTE] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym_true] = ACTIONS(1560), + [sym_false] = ACTIONS(1560), + [sym_null] = ACTIONS(1560), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1560), + [anon_sym_virtual] = ACTIONS(1560), + [anon_sym_explicit] = ACTIONS(1560), + [sym_auto] = ACTIONS(1560), + [anon_sym_typename] = ACTIONS(1560), + [anon_sym_template] = ACTIONS(1560), + [anon_sym_COLON_COLON] = ACTIONS(1562), + [anon_sym_operator] = ACTIONS(1560), + [anon_sym_delete] = ACTIONS(1560), + [anon_sym_throw] = ACTIONS(1560), + [anon_sym_namespace] = ACTIONS(1560), [anon_sym_using] = ACTIONS(1560), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1564), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_static_assert] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1562), + [anon_sym_new] = ACTIONS(1560), + [sym_operator_name] = ACTIONS(1560), + [sym_this] = ACTIONS(1560), + [sym_nullptr] = ACTIONS(1560), + [sym_alone_macro] = ACTIONS(1562), + [aux_sym_alone_macro_call_token1] = ACTIONS(1560), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_FORWARD] = ACTIONS(1560), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1560), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_PS_GET] = ACTIONS(1560), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1560), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1560), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1560), + [anon_sym_MOZ_COLD] = ACTIONS(1560), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1560), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1560), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1560), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1560), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1560), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1560), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1560), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1560), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1560), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1560), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1560), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1560), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_RAII] = ACTIONS(1560), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1560), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1560), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1560), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1560), + [sym_raw_string_literal] = ACTIONS(1562), }, - [127] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_declaration] = STATE(4641), - [sym__expression] = STATE(3092), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4510), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4641), - [sym_variadic_parameter_declaration] = STATE(4641), - [sym_template_type] = STATE(1505), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1364), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3909), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1682), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1684), - [anon_sym_RPAREN] = ACTIONS(1686), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [175] = { + [sym_identifier] = ACTIONS(1564), + [aux_sym_preproc_include_token1] = ACTIONS(1564), + [aux_sym_preproc_def_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token2] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1564), + [aux_sym_preproc_else_token1] = ACTIONS(1564), + [aux_sym_preproc_elif_token1] = ACTIONS(1564), + [sym_preproc_directive] = ACTIONS(1564), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP_AMP] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym___attribute__] = ACTIONS(1564), + [anon_sym___declspec] = ACTIONS(1564), + [anon_sym___based] = ACTIONS(1564), + [anon_sym___cdecl] = ACTIONS(1564), + [anon_sym___clrcall] = ACTIONS(1564), + [anon_sym___stdcall] = ACTIONS(1564), + [anon_sym___fastcall] = ACTIONS(1564), + [anon_sym___thiscall] = ACTIONS(1564), + [anon_sym___vectorcall] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_inline] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym__Atomic] = ACTIONS(1564), + [anon_sym_mutable] = ACTIONS(1564), + [anon_sym_constexpr] = ACTIONS(1564), + [anon_sym_signed] = ACTIONS(1564), + [anon_sym_unsigned] = ACTIONS(1564), + [anon_sym_long] = ACTIONS(1564), + [anon_sym_short] = ACTIONS(1564), + [sym_primitive_type] = ACTIONS(1564), + [anon_sym_enum] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1564), + [anon_sym_struct] = ACTIONS(1564), + [anon_sym_union] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1564), + [anon_sym_default] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_goto] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1564), + [sym_false] = ACTIONS(1564), + [sym_null] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1564), + [anon_sym_virtual] = ACTIONS(1564), + [anon_sym_explicit] = ACTIONS(1564), + [sym_auto] = ACTIONS(1564), + [anon_sym_typename] = ACTIONS(1564), + [anon_sym_template] = ACTIONS(1564), + [anon_sym_COLON_COLON] = ACTIONS(1566), + [anon_sym_operator] = ACTIONS(1564), + [anon_sym_delete] = ACTIONS(1564), + [anon_sym_throw] = ACTIONS(1564), + [anon_sym_namespace] = ACTIONS(1564), + [anon_sym_using] = ACTIONS(1564), + [anon_sym_static_assert] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym_new] = ACTIONS(1564), + [sym_operator_name] = ACTIONS(1564), + [sym_this] = ACTIONS(1564), + [sym_nullptr] = ACTIONS(1564), + [sym_alone_macro] = ACTIONS(1566), + [aux_sym_alone_macro_call_token1] = ACTIONS(1564), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_FORWARD] = ACTIONS(1564), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1564), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_PS_GET] = ACTIONS(1564), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1564), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1564), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1564), + [anon_sym_MOZ_COLD] = ACTIONS(1564), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1564), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1564), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1564), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1564), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1564), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1564), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1564), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1564), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1564), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1564), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1564), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1564), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_RAII] = ACTIONS(1564), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1564), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1564), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1564), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1564), + [sym_raw_string_literal] = ACTIONS(1566), }, - [128] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_declaration] = STATE(4548), - [sym__expression] = STATE(3092), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4510), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4548), - [sym_variadic_parameter_declaration] = STATE(4548), - [sym_template_type] = STATE(1505), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1364), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3909), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1682), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1692), - [anon_sym_RPAREN] = ACTIONS(1694), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), + [176] = { + [sym_identifier] = ACTIONS(1568), + [aux_sym_preproc_include_token1] = ACTIONS(1568), + [aux_sym_preproc_def_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token2] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), + [aux_sym_preproc_else_token1] = ACTIONS(1568), + [aux_sym_preproc_elif_token1] = ACTIONS(1568), + [sym_preproc_directive] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1570), + [anon_sym_AMP_AMP] = ACTIONS(1570), + [anon_sym_AMP] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym___based] = ACTIONS(1568), + [anon_sym___cdecl] = ACTIONS(1568), + [anon_sym___clrcall] = ACTIONS(1568), + [anon_sym___stdcall] = ACTIONS(1568), + [anon_sym___fastcall] = ACTIONS(1568), + [anon_sym___thiscall] = ACTIONS(1568), + [anon_sym___vectorcall] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym_mutable] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1568), + [anon_sym_default] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_sizeof] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1570), + [anon_sym_L_SQUOTE] = ACTIONS(1570), + [anon_sym_u_SQUOTE] = ACTIONS(1570), + [anon_sym_U_SQUOTE] = ACTIONS(1570), + [anon_sym_u8_SQUOTE] = ACTIONS(1570), + [anon_sym_SQUOTE] = ACTIONS(1570), + [anon_sym_L_DQUOTE] = ACTIONS(1570), + [anon_sym_u_DQUOTE] = ACTIONS(1570), + [anon_sym_U_DQUOTE] = ACTIONS(1570), + [anon_sym_u8_DQUOTE] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [sym_null] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1568), + [anon_sym_virtual] = ACTIONS(1568), + [anon_sym_explicit] = ACTIONS(1568), + [sym_auto] = ACTIONS(1568), + [anon_sym_typename] = ACTIONS(1568), + [anon_sym_template] = ACTIONS(1568), + [anon_sym_COLON_COLON] = ACTIONS(1570), + [anon_sym_operator] = ACTIONS(1568), + [anon_sym_delete] = ACTIONS(1568), + [anon_sym_throw] = ACTIONS(1568), + [anon_sym_namespace] = ACTIONS(1568), + [anon_sym_using] = ACTIONS(1568), + [anon_sym_static_assert] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1568), + [sym_operator_name] = ACTIONS(1568), + [sym_this] = ACTIONS(1568), + [sym_nullptr] = ACTIONS(1568), + [sym_alone_macro] = ACTIONS(1570), + [aux_sym_alone_macro_call_token1] = ACTIONS(1568), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_FORWARD] = ACTIONS(1568), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1568), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_PS_GET] = ACTIONS(1568), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1568), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1568), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1568), + [anon_sym_MOZ_COLD] = ACTIONS(1568), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1568), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1568), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1568), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1568), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1568), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1568), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1568), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1568), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1568), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1568), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1568), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1568), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_RAII] = ACTIONS(1568), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1568), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1568), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1568), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1568), + [sym_raw_string_literal] = ACTIONS(1570), + }, + [177] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), + }, + [178] = { + [sym_identifier] = ACTIONS(1572), + [aux_sym_preproc_include_token1] = ACTIONS(1572), + [aux_sym_preproc_def_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token2] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), + [aux_sym_preproc_else_token1] = ACTIONS(1572), + [aux_sym_preproc_elif_token1] = ACTIONS(1572), + [sym_preproc_directive] = ACTIONS(1572), + [anon_sym_LPAREN2] = ACTIONS(1574), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_TILDE] = ACTIONS(1574), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1574), + [anon_sym_AMP_AMP] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1574), + [anon_sym_typedef] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym___attribute__] = ACTIONS(1572), + [anon_sym___declspec] = ACTIONS(1572), + [anon_sym___based] = ACTIONS(1572), + [anon_sym___cdecl] = ACTIONS(1572), + [anon_sym___clrcall] = ACTIONS(1572), + [anon_sym___stdcall] = ACTIONS(1572), + [anon_sym___fastcall] = ACTIONS(1572), + [anon_sym___thiscall] = ACTIONS(1572), + [anon_sym___vectorcall] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_static] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_inline] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_volatile] = ACTIONS(1572), + [anon_sym_restrict] = ACTIONS(1572), + [anon_sym__Atomic] = ACTIONS(1572), + [anon_sym_mutable] = ACTIONS(1572), + [anon_sym_constexpr] = ACTIONS(1572), + [anon_sym_signed] = ACTIONS(1572), + [anon_sym_unsigned] = ACTIONS(1572), + [anon_sym_long] = ACTIONS(1572), + [anon_sym_short] = ACTIONS(1572), + [sym_primitive_type] = ACTIONS(1572), + [anon_sym_enum] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1572), + [anon_sym_struct] = ACTIONS(1572), + [anon_sym_union] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1572), + [anon_sym_case] = ACTIONS(1572), + [anon_sym_default] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_goto] = ACTIONS(1572), + [anon_sym_DASH_DASH] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_sizeof] = ACTIONS(1572), + [sym_number_literal] = ACTIONS(1574), + [anon_sym_L_SQUOTE] = ACTIONS(1574), + [anon_sym_u_SQUOTE] = ACTIONS(1574), + [anon_sym_U_SQUOTE] = ACTIONS(1574), + [anon_sym_u8_SQUOTE] = ACTIONS(1574), + [anon_sym_SQUOTE] = ACTIONS(1574), + [anon_sym_L_DQUOTE] = ACTIONS(1574), + [anon_sym_u_DQUOTE] = ACTIONS(1574), + [anon_sym_U_DQUOTE] = ACTIONS(1574), + [anon_sym_u8_DQUOTE] = ACTIONS(1574), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym_true] = ACTIONS(1572), + [sym_false] = ACTIONS(1572), + [sym_null] = ACTIONS(1572), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1572), + [anon_sym_virtual] = ACTIONS(1572), + [anon_sym_explicit] = ACTIONS(1572), + [sym_auto] = ACTIONS(1572), + [anon_sym_typename] = ACTIONS(1572), + [anon_sym_template] = ACTIONS(1572), + [anon_sym_COLON_COLON] = ACTIONS(1574), + [anon_sym_operator] = ACTIONS(1572), + [anon_sym_delete] = ACTIONS(1572), + [anon_sym_throw] = ACTIONS(1572), + [anon_sym_namespace] = ACTIONS(1572), + [anon_sym_using] = ACTIONS(1572), + [anon_sym_static_assert] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1572), + [sym_operator_name] = ACTIONS(1572), + [sym_this] = ACTIONS(1572), + [sym_nullptr] = ACTIONS(1572), + [sym_alone_macro] = ACTIONS(1574), + [aux_sym_alone_macro_call_token1] = ACTIONS(1572), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_FORWARD] = ACTIONS(1572), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1572), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_PS_GET] = ACTIONS(1572), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1572), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1572), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1572), + [anon_sym_MOZ_COLD] = ACTIONS(1572), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1572), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1572), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1572), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1572), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1572), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1572), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1572), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1572), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1572), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1572), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1572), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1572), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_RAII] = ACTIONS(1572), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1572), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1572), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1572), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1572), + [sym_raw_string_literal] = ACTIONS(1574), + }, + [179] = { + [sym_identifier] = ACTIONS(1576), + [aux_sym_preproc_include_token1] = ACTIONS(1576), + [aux_sym_preproc_def_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token2] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1576), + [aux_sym_preproc_else_token1] = ACTIONS(1576), + [aux_sym_preproc_elif_token1] = ACTIONS(1576), + [sym_preproc_directive] = ACTIONS(1576), + [anon_sym_LPAREN2] = ACTIONS(1578), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1578), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_typedef] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym___attribute__] = ACTIONS(1576), + [anon_sym___declspec] = ACTIONS(1576), + [anon_sym___based] = ACTIONS(1576), + [anon_sym___cdecl] = ACTIONS(1576), + [anon_sym___clrcall] = ACTIONS(1576), + [anon_sym___stdcall] = ACTIONS(1576), + [anon_sym___fastcall] = ACTIONS(1576), + [anon_sym___thiscall] = ACTIONS(1576), + [anon_sym___vectorcall] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_static] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_inline] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_volatile] = ACTIONS(1576), + [anon_sym_restrict] = ACTIONS(1576), + [anon_sym__Atomic] = ACTIONS(1576), + [anon_sym_mutable] = ACTIONS(1576), + [anon_sym_constexpr] = ACTIONS(1576), + [anon_sym_signed] = ACTIONS(1576), + [anon_sym_unsigned] = ACTIONS(1576), + [anon_sym_long] = ACTIONS(1576), + [anon_sym_short] = ACTIONS(1576), + [sym_primitive_type] = ACTIONS(1576), + [anon_sym_enum] = ACTIONS(1576), + [anon_sym_class] = ACTIONS(1576), + [anon_sym_struct] = ACTIONS(1576), + [anon_sym_union] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_switch] = ACTIONS(1576), + [anon_sym_case] = ACTIONS(1576), + [anon_sym_default] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_goto] = ACTIONS(1576), + [anon_sym_DASH_DASH] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_sizeof] = ACTIONS(1576), + [sym_number_literal] = ACTIONS(1578), + [anon_sym_L_SQUOTE] = ACTIONS(1578), + [anon_sym_u_SQUOTE] = ACTIONS(1578), + [anon_sym_U_SQUOTE] = ACTIONS(1578), + [anon_sym_u8_SQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [anon_sym_L_DQUOTE] = ACTIONS(1578), + [anon_sym_u_DQUOTE] = ACTIONS(1578), + [anon_sym_U_DQUOTE] = ACTIONS(1578), + [anon_sym_u8_DQUOTE] = ACTIONS(1578), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym_true] = ACTIONS(1576), + [sym_false] = ACTIONS(1576), + [sym_null] = ACTIONS(1576), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1576), + [anon_sym_virtual] = ACTIONS(1576), + [anon_sym_explicit] = ACTIONS(1576), + [sym_auto] = ACTIONS(1576), + [anon_sym_typename] = ACTIONS(1576), + [anon_sym_template] = ACTIONS(1576), + [anon_sym_COLON_COLON] = ACTIONS(1578), + [anon_sym_operator] = ACTIONS(1576), + [anon_sym_delete] = ACTIONS(1576), + [anon_sym_throw] = ACTIONS(1576), + [anon_sym_namespace] = ACTIONS(1576), + [anon_sym_using] = ACTIONS(1576), + [anon_sym_static_assert] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1576), + [sym_operator_name] = ACTIONS(1576), + [sym_this] = ACTIONS(1576), + [sym_nullptr] = ACTIONS(1576), + [sym_alone_macro] = ACTIONS(1578), + [aux_sym_alone_macro_call_token1] = ACTIONS(1576), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_FORWARD] = ACTIONS(1576), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1576), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_PS_GET] = ACTIONS(1576), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1576), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1576), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1576), + [anon_sym_MOZ_COLD] = ACTIONS(1576), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1576), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1576), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1576), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1576), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1576), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1576), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1576), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1576), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1576), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1576), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1576), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1576), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_RAII] = ACTIONS(1576), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1576), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1576), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1576), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1576), + [sym_raw_string_literal] = ACTIONS(1578), + }, + [180] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [181] = { + [sym_identifier] = ACTIONS(1580), + [aux_sym_preproc_include_token1] = ACTIONS(1580), + [aux_sym_preproc_def_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token2] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1580), + [aux_sym_preproc_else_token1] = ACTIONS(1580), + [aux_sym_preproc_elif_token1] = ACTIONS(1580), + [sym_preproc_directive] = ACTIONS(1580), + [anon_sym_LPAREN2] = ACTIONS(1582), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1582), + [anon_sym_AMP_AMP] = ACTIONS(1582), + [anon_sym_AMP] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_typedef] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym___attribute__] = ACTIONS(1580), + [anon_sym___declspec] = ACTIONS(1580), + [anon_sym___based] = ACTIONS(1580), + [anon_sym___cdecl] = ACTIONS(1580), + [anon_sym___clrcall] = ACTIONS(1580), + [anon_sym___stdcall] = ACTIONS(1580), + [anon_sym___fastcall] = ACTIONS(1580), + [anon_sym___thiscall] = ACTIONS(1580), + [anon_sym___vectorcall] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_inline] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_volatile] = ACTIONS(1580), + [anon_sym_restrict] = ACTIONS(1580), + [anon_sym__Atomic] = ACTIONS(1580), + [anon_sym_mutable] = ACTIONS(1580), + [anon_sym_constexpr] = ACTIONS(1580), + [anon_sym_signed] = ACTIONS(1580), + [anon_sym_unsigned] = ACTIONS(1580), + [anon_sym_long] = ACTIONS(1580), + [anon_sym_short] = ACTIONS(1580), + [sym_primitive_type] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_struct] = ACTIONS(1580), + [anon_sym_union] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_goto] = ACTIONS(1580), + [anon_sym_DASH_DASH] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_sizeof] = ACTIONS(1580), + [sym_number_literal] = ACTIONS(1582), + [anon_sym_L_SQUOTE] = ACTIONS(1582), + [anon_sym_u_SQUOTE] = ACTIONS(1582), + [anon_sym_U_SQUOTE] = ACTIONS(1582), + [anon_sym_u8_SQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [anon_sym_L_DQUOTE] = ACTIONS(1582), + [anon_sym_u_DQUOTE] = ACTIONS(1582), + [anon_sym_U_DQUOTE] = ACTIONS(1582), + [anon_sym_u8_DQUOTE] = ACTIONS(1582), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1580), + [anon_sym_virtual] = ACTIONS(1580), + [anon_sym_explicit] = ACTIONS(1580), + [sym_auto] = ACTIONS(1580), + [anon_sym_typename] = ACTIONS(1580), + [anon_sym_template] = ACTIONS(1580), + [anon_sym_COLON_COLON] = ACTIONS(1582), + [anon_sym_operator] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_using] = ACTIONS(1580), + [anon_sym_static_assert] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1582), + [anon_sym_new] = ACTIONS(1580), + [sym_operator_name] = ACTIONS(1580), + [sym_this] = ACTIONS(1580), + [sym_nullptr] = ACTIONS(1580), + [sym_alone_macro] = ACTIONS(1582), + [aux_sym_alone_macro_call_token1] = ACTIONS(1580), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_FORWARD] = ACTIONS(1580), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1580), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_PS_GET] = ACTIONS(1580), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1580), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1580), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1580), + [anon_sym_MOZ_COLD] = ACTIONS(1580), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1580), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1580), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1580), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1580), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1580), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1580), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1580), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1580), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1580), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1580), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1580), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1580), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_RAII] = ACTIONS(1580), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1580), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1580), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1580), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1580), + [sym_raw_string_literal] = ACTIONS(1582), + }, + [182] = { + [sym_identifier] = ACTIONS(1584), + [aux_sym_preproc_include_token1] = ACTIONS(1584), + [aux_sym_preproc_def_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token2] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1584), + [aux_sym_preproc_else_token1] = ACTIONS(1584), + [aux_sym_preproc_elif_token1] = ACTIONS(1584), + [sym_preproc_directive] = ACTIONS(1584), + [anon_sym_LPAREN2] = ACTIONS(1586), + [anon_sym_BANG] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_AMP_AMP] = ACTIONS(1586), + [anon_sym_AMP] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym___attribute__] = ACTIONS(1584), + [anon_sym___declspec] = ACTIONS(1584), + [anon_sym___based] = ACTIONS(1584), + [anon_sym___cdecl] = ACTIONS(1584), + [anon_sym___clrcall] = ACTIONS(1584), + [anon_sym___stdcall] = ACTIONS(1584), + [anon_sym___fastcall] = ACTIONS(1584), + [anon_sym___thiscall] = ACTIONS(1584), + [anon_sym___vectorcall] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_inline] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_volatile] = ACTIONS(1584), + [anon_sym_restrict] = ACTIONS(1584), + [anon_sym__Atomic] = ACTIONS(1584), + [anon_sym_mutable] = ACTIONS(1584), + [anon_sym_constexpr] = ACTIONS(1584), + [anon_sym_signed] = ACTIONS(1584), + [anon_sym_unsigned] = ACTIONS(1584), + [anon_sym_long] = ACTIONS(1584), + [anon_sym_short] = ACTIONS(1584), + [sym_primitive_type] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_struct] = ACTIONS(1584), + [anon_sym_union] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_goto] = ACTIONS(1584), + [anon_sym_DASH_DASH] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_sizeof] = ACTIONS(1584), + [sym_number_literal] = ACTIONS(1586), + [anon_sym_L_SQUOTE] = ACTIONS(1586), + [anon_sym_u_SQUOTE] = ACTIONS(1586), + [anon_sym_U_SQUOTE] = ACTIONS(1586), + [anon_sym_u8_SQUOTE] = ACTIONS(1586), + [anon_sym_SQUOTE] = ACTIONS(1586), + [anon_sym_L_DQUOTE] = ACTIONS(1586), + [anon_sym_u_DQUOTE] = ACTIONS(1586), + [anon_sym_U_DQUOTE] = ACTIONS(1586), + [anon_sym_u8_DQUOTE] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1584), + [anon_sym_virtual] = ACTIONS(1584), + [anon_sym_explicit] = ACTIONS(1584), + [sym_auto] = ACTIONS(1584), + [anon_sym_typename] = ACTIONS(1584), + [anon_sym_template] = ACTIONS(1584), + [anon_sym_COLON_COLON] = ACTIONS(1586), + [anon_sym_operator] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_using] = ACTIONS(1584), + [anon_sym_static_assert] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1586), + [anon_sym_new] = ACTIONS(1584), + [sym_operator_name] = ACTIONS(1584), + [sym_this] = ACTIONS(1584), + [sym_nullptr] = ACTIONS(1584), + [sym_alone_macro] = ACTIONS(1586), + [aux_sym_alone_macro_call_token1] = ACTIONS(1584), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_FORWARD] = ACTIONS(1584), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1584), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_PS_GET] = ACTIONS(1584), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1584), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1584), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1584), + [anon_sym_MOZ_COLD] = ACTIONS(1584), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1584), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1584), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1584), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1584), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1584), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1584), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1584), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1584), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1584), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1584), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1584), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1584), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_RAII] = ACTIONS(1584), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1584), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1584), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1584), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1584), + [sym_raw_string_literal] = ACTIONS(1586), + }, + [183] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [184] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [185] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [186] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [187] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [188] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [189] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [190] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [191] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [192] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [193] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [194] = { + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [aux_sym_preproc_else_token1] = ACTIONS(1440), + [aux_sym_preproc_elif_token1] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [195] = { + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_include_token1] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token2] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [aux_sym_preproc_else_token1] = ACTIONS(1588), + [aux_sym_preproc_elif_token1] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_BANG] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym___cdecl] = ACTIONS(1588), + [anon_sym___clrcall] = ACTIONS(1588), + [anon_sym___stdcall] = ACTIONS(1588), + [anon_sym___fastcall] = ACTIONS(1588), + [anon_sym___thiscall] = ACTIONS(1588), + [anon_sym___vectorcall] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_switch] = ACTIONS(1588), + [anon_sym_case] = ACTIONS(1588), + [anon_sym_default] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_goto] = ACTIONS(1588), + [anon_sym_DASH_DASH] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_sizeof] = ACTIONS(1588), + [sym_number_literal] = ACTIONS(1590), + [anon_sym_L_SQUOTE] = ACTIONS(1590), + [anon_sym_u_SQUOTE] = ACTIONS(1590), + [anon_sym_U_SQUOTE] = ACTIONS(1590), + [anon_sym_u8_SQUOTE] = ACTIONS(1590), + [anon_sym_SQUOTE] = ACTIONS(1590), + [anon_sym_L_DQUOTE] = ACTIONS(1590), + [anon_sym_u_DQUOTE] = ACTIONS(1590), + [anon_sym_U_DQUOTE] = ACTIONS(1590), + [anon_sym_u8_DQUOTE] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym_true] = ACTIONS(1588), + [sym_false] = ACTIONS(1588), + [sym_null] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_delete] = ACTIONS(1588), + [anon_sym_throw] = ACTIONS(1588), + [anon_sym_namespace] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [anon_sym_new] = ACTIONS(1588), + [sym_operator_name] = ACTIONS(1588), + [sym_this] = ACTIONS(1588), + [sym_nullptr] = ACTIONS(1588), + [sym_alone_macro] = ACTIONS(1590), + [aux_sym_alone_macro_call_token1] = ACTIONS(1588), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_FORWARD] = ACTIONS(1588), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1588), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_PS_GET] = ACTIONS(1588), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1588), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1588), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), + [sym_raw_string_literal] = ACTIONS(1590), + }, + [196] = { + [sym_identifier] = ACTIONS(1592), + [aux_sym_preproc_include_token1] = ACTIONS(1592), + [aux_sym_preproc_def_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token2] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1592), + [aux_sym_preproc_else_token1] = ACTIONS(1592), + [aux_sym_preproc_elif_token1] = ACTIONS(1592), + [sym_preproc_directive] = ACTIONS(1592), + [anon_sym_LPAREN2] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_AMP_AMP] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_typedef] = ACTIONS(1592), + [anon_sym_extern] = ACTIONS(1592), + [anon_sym___attribute__] = ACTIONS(1592), + [anon_sym___declspec] = ACTIONS(1592), + [anon_sym___based] = ACTIONS(1592), + [anon_sym___cdecl] = ACTIONS(1592), + [anon_sym___clrcall] = ACTIONS(1592), + [anon_sym___stdcall] = ACTIONS(1592), + [anon_sym___fastcall] = ACTIONS(1592), + [anon_sym___thiscall] = ACTIONS(1592), + [anon_sym___vectorcall] = ACTIONS(1592), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1592), + [anon_sym_static] = ACTIONS(1592), + [anon_sym_register] = ACTIONS(1592), + [anon_sym_inline] = ACTIONS(1592), + [anon_sym_const] = ACTIONS(1592), + [anon_sym_volatile] = ACTIONS(1592), + [anon_sym_restrict] = ACTIONS(1592), + [anon_sym__Atomic] = ACTIONS(1592), + [anon_sym_mutable] = ACTIONS(1592), + [anon_sym_constexpr] = ACTIONS(1592), + [anon_sym_signed] = ACTIONS(1592), + [anon_sym_unsigned] = ACTIONS(1592), + [anon_sym_long] = ACTIONS(1592), + [anon_sym_short] = ACTIONS(1592), + [sym_primitive_type] = ACTIONS(1592), + [anon_sym_enum] = ACTIONS(1592), + [anon_sym_class] = ACTIONS(1592), + [anon_sym_struct] = ACTIONS(1592), + [anon_sym_union] = ACTIONS(1592), + [anon_sym_if] = ACTIONS(1592), + [anon_sym_switch] = ACTIONS(1592), + [anon_sym_case] = ACTIONS(1592), + [anon_sym_default] = ACTIONS(1592), + [anon_sym_while] = ACTIONS(1592), + [anon_sym_do] = ACTIONS(1592), + [anon_sym_for] = ACTIONS(1592), + [anon_sym_return] = ACTIONS(1592), + [anon_sym_break] = ACTIONS(1592), + [anon_sym_continue] = ACTIONS(1592), + [anon_sym_goto] = ACTIONS(1592), + [anon_sym_DASH_DASH] = ACTIONS(1594), + [anon_sym_PLUS_PLUS] = ACTIONS(1594), + [anon_sym_sizeof] = ACTIONS(1592), + [sym_number_literal] = ACTIONS(1594), + [anon_sym_L_SQUOTE] = ACTIONS(1594), + [anon_sym_u_SQUOTE] = ACTIONS(1594), + [anon_sym_U_SQUOTE] = ACTIONS(1594), + [anon_sym_u8_SQUOTE] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_L_DQUOTE] = ACTIONS(1594), + [anon_sym_u_DQUOTE] = ACTIONS(1594), + [anon_sym_U_DQUOTE] = ACTIONS(1594), + [anon_sym_u8_DQUOTE] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym_true] = ACTIONS(1592), + [sym_false] = ACTIONS(1592), + [sym_null] = ACTIONS(1592), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1592), + [anon_sym_virtual] = ACTIONS(1592), + [anon_sym_explicit] = ACTIONS(1592), + [sym_auto] = ACTIONS(1592), + [anon_sym_typename] = ACTIONS(1592), + [anon_sym_template] = ACTIONS(1592), + [anon_sym_COLON_COLON] = ACTIONS(1594), + [anon_sym_operator] = ACTIONS(1592), + [anon_sym_delete] = ACTIONS(1592), + [anon_sym_throw] = ACTIONS(1592), + [anon_sym_namespace] = ACTIONS(1592), + [anon_sym_using] = ACTIONS(1592), + [anon_sym_static_assert] = ACTIONS(1592), + [anon_sym_try] = ACTIONS(1592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1594), + [anon_sym_new] = ACTIONS(1592), + [sym_operator_name] = ACTIONS(1592), + [sym_this] = ACTIONS(1592), + [sym_nullptr] = ACTIONS(1592), + [sym_alone_macro] = ACTIONS(1594), + [aux_sym_alone_macro_call_token1] = ACTIONS(1592), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_FORWARD] = ACTIONS(1592), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1592), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_PS_GET] = ACTIONS(1592), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1592), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1592), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1592), + [anon_sym_MOZ_COLD] = ACTIONS(1592), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1592), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1592), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1592), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1592), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1592), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1592), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1592), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1592), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1592), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1592), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1592), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1592), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_RAII] = ACTIONS(1592), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1592), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1592), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1592), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1592), + [sym_raw_string_literal] = ACTIONS(1594), + }, + [197] = { + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_include_token1] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token2] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [aux_sym_preproc_else_token1] = ACTIONS(1596), + [aux_sym_preproc_elif_token1] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_BANG] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym___cdecl] = ACTIONS(1596), + [anon_sym___clrcall] = ACTIONS(1596), + [anon_sym___stdcall] = ACTIONS(1596), + [anon_sym___fastcall] = ACTIONS(1596), + [anon_sym___thiscall] = ACTIONS(1596), + [anon_sym___vectorcall] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [anon_sym_if] = ACTIONS(1596), + [anon_sym_switch] = ACTIONS(1596), + [anon_sym_case] = ACTIONS(1596), + [anon_sym_default] = ACTIONS(1596), + [anon_sym_while] = ACTIONS(1596), + [anon_sym_do] = ACTIONS(1596), + [anon_sym_for] = ACTIONS(1596), + [anon_sym_return] = ACTIONS(1596), + [anon_sym_break] = ACTIONS(1596), + [anon_sym_continue] = ACTIONS(1596), + [anon_sym_goto] = ACTIONS(1596), + [anon_sym_DASH_DASH] = ACTIONS(1598), + [anon_sym_PLUS_PLUS] = ACTIONS(1598), + [anon_sym_sizeof] = ACTIONS(1596), + [sym_number_literal] = ACTIONS(1598), + [anon_sym_L_SQUOTE] = ACTIONS(1598), + [anon_sym_u_SQUOTE] = ACTIONS(1598), + [anon_sym_U_SQUOTE] = ACTIONS(1598), + [anon_sym_u8_SQUOTE] = ACTIONS(1598), + [anon_sym_SQUOTE] = ACTIONS(1598), + [anon_sym_L_DQUOTE] = ACTIONS(1598), + [anon_sym_u_DQUOTE] = ACTIONS(1598), + [anon_sym_U_DQUOTE] = ACTIONS(1598), + [anon_sym_u8_DQUOTE] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym_true] = ACTIONS(1596), + [sym_false] = ACTIONS(1596), + [sym_null] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_delete] = ACTIONS(1596), + [anon_sym_throw] = ACTIONS(1596), + [anon_sym_namespace] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_try] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [anon_sym_new] = ACTIONS(1596), + [sym_operator_name] = ACTIONS(1596), + [sym_this] = ACTIONS(1596), + [sym_nullptr] = ACTIONS(1596), + [sym_alone_macro] = ACTIONS(1598), + [aux_sym_alone_macro_call_token1] = ACTIONS(1596), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_FORWARD] = ACTIONS(1596), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1596), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_PS_GET] = ACTIONS(1596), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1596), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1596), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), + [sym_raw_string_literal] = ACTIONS(1598), + }, + [198] = { + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_include_token1] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token2] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [aux_sym_preproc_else_token1] = ACTIONS(1600), + [aux_sym_preproc_elif_token1] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1602), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym___cdecl] = ACTIONS(1600), + [anon_sym___clrcall] = ACTIONS(1600), + [anon_sym___stdcall] = ACTIONS(1600), + [anon_sym___fastcall] = ACTIONS(1600), + [anon_sym___thiscall] = ACTIONS(1600), + [anon_sym___vectorcall] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_switch] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1600), + [anon_sym_default] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_goto] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_sizeof] = ACTIONS(1600), + [sym_number_literal] = ACTIONS(1602), + [anon_sym_L_SQUOTE] = ACTIONS(1602), + [anon_sym_u_SQUOTE] = ACTIONS(1602), + [anon_sym_U_SQUOTE] = ACTIONS(1602), + [anon_sym_u8_SQUOTE] = ACTIONS(1602), + [anon_sym_SQUOTE] = ACTIONS(1602), + [anon_sym_L_DQUOTE] = ACTIONS(1602), + [anon_sym_u_DQUOTE] = ACTIONS(1602), + [anon_sym_U_DQUOTE] = ACTIONS(1602), + [anon_sym_u8_DQUOTE] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym_true] = ACTIONS(1600), + [sym_false] = ACTIONS(1600), + [sym_null] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_delete] = ACTIONS(1600), + [anon_sym_throw] = ACTIONS(1600), + [anon_sym_namespace] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1600), + [sym_operator_name] = ACTIONS(1600), + [sym_this] = ACTIONS(1600), + [sym_nullptr] = ACTIONS(1600), + [sym_alone_macro] = ACTIONS(1602), + [aux_sym_alone_macro_call_token1] = ACTIONS(1600), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_FORWARD] = ACTIONS(1600), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1600), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_PS_GET] = ACTIONS(1600), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1600), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1600), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), + [sym_raw_string_literal] = ACTIONS(1602), + }, + [199] = { + [sym_identifier] = ACTIONS(1604), + [aux_sym_preproc_include_token1] = ACTIONS(1604), + [aux_sym_preproc_def_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token2] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1604), + [aux_sym_preproc_else_token1] = ACTIONS(1604), + [aux_sym_preproc_elif_token1] = ACTIONS(1604), + [sym_preproc_directive] = ACTIONS(1604), + [anon_sym_LPAREN2] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(1604), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_typedef] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym___attribute__] = ACTIONS(1604), + [anon_sym___declspec] = ACTIONS(1604), + [anon_sym___based] = ACTIONS(1604), + [anon_sym___cdecl] = ACTIONS(1604), + [anon_sym___clrcall] = ACTIONS(1604), + [anon_sym___stdcall] = ACTIONS(1604), + [anon_sym___fastcall] = ACTIONS(1604), + [anon_sym___thiscall] = ACTIONS(1604), + [anon_sym___vectorcall] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_inline] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [anon_sym_volatile] = ACTIONS(1604), + [anon_sym_restrict] = ACTIONS(1604), + [anon_sym__Atomic] = ACTIONS(1604), + [anon_sym_mutable] = ACTIONS(1604), + [anon_sym_constexpr] = ACTIONS(1604), + [anon_sym_signed] = ACTIONS(1604), + [anon_sym_unsigned] = ACTIONS(1604), + [anon_sym_long] = ACTIONS(1604), + [anon_sym_short] = ACTIONS(1604), + [sym_primitive_type] = ACTIONS(1604), + [anon_sym_enum] = ACTIONS(1604), + [anon_sym_class] = ACTIONS(1604), + [anon_sym_struct] = ACTIONS(1604), + [anon_sym_union] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_switch] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1604), + [anon_sym_default] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_goto] = ACTIONS(1604), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_sizeof] = ACTIONS(1604), + [sym_number_literal] = ACTIONS(1606), + [anon_sym_L_SQUOTE] = ACTIONS(1606), + [anon_sym_u_SQUOTE] = ACTIONS(1606), + [anon_sym_U_SQUOTE] = ACTIONS(1606), + [anon_sym_u8_SQUOTE] = ACTIONS(1606), + [anon_sym_SQUOTE] = ACTIONS(1606), + [anon_sym_L_DQUOTE] = ACTIONS(1606), + [anon_sym_u_DQUOTE] = ACTIONS(1606), + [anon_sym_U_DQUOTE] = ACTIONS(1606), + [anon_sym_u8_DQUOTE] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1606), + [sym_true] = ACTIONS(1604), + [sym_false] = ACTIONS(1604), + [sym_null] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1604), + [anon_sym_virtual] = ACTIONS(1604), + [anon_sym_explicit] = ACTIONS(1604), + [sym_auto] = ACTIONS(1604), + [anon_sym_typename] = ACTIONS(1604), + [anon_sym_template] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_operator] = ACTIONS(1604), + [anon_sym_delete] = ACTIONS(1604), + [anon_sym_throw] = ACTIONS(1604), + [anon_sym_namespace] = ACTIONS(1604), + [anon_sym_using] = ACTIONS(1604), + [anon_sym_static_assert] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1606), + [anon_sym_new] = ACTIONS(1604), + [sym_operator_name] = ACTIONS(1604), + [sym_this] = ACTIONS(1604), + [sym_nullptr] = ACTIONS(1604), + [sym_alone_macro] = ACTIONS(1606), + [aux_sym_alone_macro_call_token1] = ACTIONS(1604), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_FORWARD] = ACTIONS(1604), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1604), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_PS_GET] = ACTIONS(1604), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1604), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1604), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1604), + [anon_sym_MOZ_COLD] = ACTIONS(1604), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1604), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1604), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1604), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1604), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1604), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1604), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1604), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1604), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1604), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1604), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1604), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1604), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_RAII] = ACTIONS(1604), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1604), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1604), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1604), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1604), + [sym_raw_string_literal] = ACTIONS(1606), + }, + [200] = { + [sym_identifier] = ACTIONS(1608), + [aux_sym_preproc_include_token1] = ACTIONS(1608), + [aux_sym_preproc_def_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token2] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1608), + [aux_sym_preproc_else_token1] = ACTIONS(1608), + [aux_sym_preproc_elif_token1] = ACTIONS(1608), + [sym_preproc_directive] = ACTIONS(1608), + [anon_sym_LPAREN2] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_AMP_AMP] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_typedef] = ACTIONS(1608), + [anon_sym_extern] = ACTIONS(1608), + [anon_sym___attribute__] = ACTIONS(1608), + [anon_sym___declspec] = ACTIONS(1608), + [anon_sym___based] = ACTIONS(1608), + [anon_sym___cdecl] = ACTIONS(1608), + [anon_sym___clrcall] = ACTIONS(1608), + [anon_sym___stdcall] = ACTIONS(1608), + [anon_sym___fastcall] = ACTIONS(1608), + [anon_sym___thiscall] = ACTIONS(1608), + [anon_sym___vectorcall] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1608), + [anon_sym_static] = ACTIONS(1608), + [anon_sym_register] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [anon_sym_volatile] = ACTIONS(1608), + [anon_sym_restrict] = ACTIONS(1608), + [anon_sym__Atomic] = ACTIONS(1608), + [anon_sym_mutable] = ACTIONS(1608), + [anon_sym_constexpr] = ACTIONS(1608), + [anon_sym_signed] = ACTIONS(1608), + [anon_sym_unsigned] = ACTIONS(1608), + [anon_sym_long] = ACTIONS(1608), + [anon_sym_short] = ACTIONS(1608), + [sym_primitive_type] = ACTIONS(1608), + [anon_sym_enum] = ACTIONS(1608), + [anon_sym_class] = ACTIONS(1608), + [anon_sym_struct] = ACTIONS(1608), + [anon_sym_union] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_switch] = ACTIONS(1608), + [anon_sym_case] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_do] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_goto] = ACTIONS(1608), + [anon_sym_DASH_DASH] = ACTIONS(1610), + [anon_sym_PLUS_PLUS] = ACTIONS(1610), + [anon_sym_sizeof] = ACTIONS(1608), + [sym_number_literal] = ACTIONS(1610), + [anon_sym_L_SQUOTE] = ACTIONS(1610), + [anon_sym_u_SQUOTE] = ACTIONS(1610), + [anon_sym_U_SQUOTE] = ACTIONS(1610), + [anon_sym_u8_SQUOTE] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_L_DQUOTE] = ACTIONS(1610), + [anon_sym_u_DQUOTE] = ACTIONS(1610), + [anon_sym_U_DQUOTE] = ACTIONS(1610), + [anon_sym_u8_DQUOTE] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym_true] = ACTIONS(1608), + [sym_false] = ACTIONS(1608), + [sym_null] = ACTIONS(1608), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1608), + [anon_sym_virtual] = ACTIONS(1608), + [anon_sym_explicit] = ACTIONS(1608), + [sym_auto] = ACTIONS(1608), + [anon_sym_typename] = ACTIONS(1608), + [anon_sym_template] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1610), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_delete] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_namespace] = ACTIONS(1608), + [anon_sym_using] = ACTIONS(1608), + [anon_sym_static_assert] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1610), + [anon_sym_new] = ACTIONS(1608), + [sym_operator_name] = ACTIONS(1608), + [sym_this] = ACTIONS(1608), + [sym_nullptr] = ACTIONS(1608), + [sym_alone_macro] = ACTIONS(1610), + [aux_sym_alone_macro_call_token1] = ACTIONS(1608), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_FORWARD] = ACTIONS(1608), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1608), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_PS_GET] = ACTIONS(1608), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1608), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1608), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1608), + [anon_sym_MOZ_COLD] = ACTIONS(1608), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1608), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1608), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1608), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1608), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1608), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1608), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1608), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1608), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1608), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1608), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1608), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1608), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_RAII] = ACTIONS(1608), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1608), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1608), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1608), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1608), + [sym_raw_string_literal] = ACTIONS(1610), + }, + [201] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1614), + [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_try] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [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), + [sym_raw_string_literal] = ACTIONS(1614), + }, + [202] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1618), + [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_try] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [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), + [sym_raw_string_literal] = ACTIONS(1618), + }, + [203] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1622), + [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_try] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [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), + [sym_raw_string_literal] = ACTIONS(1622), + }, + [204] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_else] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_catch] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), + }, + [205] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1626), + [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_try] = ACTIONS(1624), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), + [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), + [sym_raw_string_literal] = ACTIONS(1626), + }, + [206] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1630), + [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_try] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [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), + [sym_raw_string_literal] = ACTIONS(1630), + }, + [207] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1634), + [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_try] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [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), + [sym_raw_string_literal] = ACTIONS(1634), + }, + [208] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1638), + [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_try] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [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), + [sym_raw_string_literal] = ACTIONS(1638), + }, + [209] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1642), + [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_try] = ACTIONS(1640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [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), + [sym_raw_string_literal] = ACTIONS(1642), + }, + [210] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1646), + [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_try] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [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), + [sym_raw_string_literal] = ACTIONS(1646), + }, + [211] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), + }, + [212] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1654), + [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_try] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), + [sym_raw_string_literal] = ACTIONS(1654), + }, + [213] = { + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___based] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym_mutable] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1423), + [anon_sym_virtual] = ACTIONS(1423), + [anon_sym_explicit] = ACTIONS(1423), + [sym_auto] = ACTIONS(1423), + [anon_sym_typename] = ACTIONS(1423), + [anon_sym_template] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1425), + [anon_sym_operator] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_using] = ACTIONS(1423), + [anon_sym_static_assert] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_catch] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1423), + [sym_operator_name] = ACTIONS(1423), + [sym_this] = ACTIONS(1423), + [sym_nullptr] = ACTIONS(1423), + [sym_alone_macro] = ACTIONS(1425), + [aux_sym_alone_macro_call_token1] = ACTIONS(1423), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_FORWARD] = ACTIONS(1423), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1423), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_PS_GET] = ACTIONS(1423), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1423), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1423), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1423), + [anon_sym_MOZ_COLD] = ACTIONS(1423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_RAII] = ACTIONS(1423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1423), + [sym_raw_string_literal] = ACTIONS(1425), + }, + [214] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1658), + [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_try] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [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), + [sym_raw_string_literal] = ACTIONS(1658), + }, + [215] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1662), + [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_try] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), + [sym_raw_string_literal] = ACTIONS(1662), + }, + [216] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1666), + [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_try] = ACTIONS(1664), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), + [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), + [sym_raw_string_literal] = ACTIONS(1666), + }, + [217] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1670), + [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_try] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [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), + [sym_raw_string_literal] = ACTIONS(1670), + }, + [218] = { + [ts_builtin_sym_end] = ACTIONS(1418), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_else] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_catch] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), + }, + [219] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1674), + [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_try] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [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), + [sym_raw_string_literal] = ACTIONS(1674), + }, + [220] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1678), + [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_try] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [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), + [sym_raw_string_literal] = ACTIONS(1678), + }, + [221] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1682), + [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_try] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [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), + [sym_raw_string_literal] = ACTIONS(1682), + }, + [222] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1686), + [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_try] = ACTIONS(1684), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), + [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), + [sym_raw_string_literal] = ACTIONS(1686), + }, + [223] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1690), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [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_try] = ACTIONS(1688), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), + [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), + [sym_raw_string_literal] = ACTIONS(1690), }, - [129] = { - [sym_declaration] = STATE(1970), - [sym__declaration_specifiers] = STATE(3576), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_expression_statement] = STATE(1970), - [sym__expression] = STATE(3087), - [sym_comma_expression] = STATE(4859), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_condition_declaration] = STATE(5259), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [224] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1694), + [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_try] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [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), + [sym_raw_string_literal] = ACTIONS(1694), }, - [130] = { - [sym_declaration] = STATE(1977), - [sym__declaration_specifiers] = STATE(3576), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_expression_statement] = STATE(1977), - [sym__expression] = STATE(3091), - [sym_comma_expression] = STATE(5063), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_condition_declaration] = STATE(5091), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), + [225] = { [sym_identifier] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [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_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_typedef] = ACTIONS(1696), + [anon_sym_extern] = ACTIONS(1696), + [anon_sym___attribute__] = ACTIONS(1696), + [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_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_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_COLON_COLON] = ACTIONS(1698), + [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_try] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [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), + [sym_raw_string_literal] = ACTIONS(1698), }, - [131] = { - [sym_declaration] = STATE(1930), - [sym__declaration_specifiers] = STATE(3564), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3242), - [sym_comma_expression] = STATE(5557), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), + [226] = { [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [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_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_typedef] = ACTIONS(1700), + [anon_sym_extern] = ACTIONS(1700), + [anon_sym___attribute__] = ACTIONS(1700), + [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_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_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_COLON_COLON] = ACTIONS(1702), + [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_try] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [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), + [sym_raw_string_literal] = ACTIONS(1702), }, - [132] = { - [sym_declaration] = STATE(1962), - [sym__declaration_specifiers] = STATE(3587), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3180), - [sym_comma_expression] = STATE(5087), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1704), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [133] = { - [sym_declaration] = STATE(1978), - [sym__declaration_specifiers] = STATE(3559), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3254), - [sym_comma_expression] = STATE(5505), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [227] = { + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_include_token1] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token2] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [aux_sym_preproc_else_token1] = ACTIONS(1704), + [aux_sym_preproc_elif_token1] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1704), + [anon_sym_PLUS] = ACTIONS(1704), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [134] = { - [sym_declaration] = STATE(1965), - [sym__declaration_specifiers] = STATE(3564), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3250), - [sym_comma_expression] = STATE(5525), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [135] = { - [sym_declaration] = STATE(1955), - [sym__declaration_specifiers] = STATE(3584), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3246), - [sym_comma_expression] = STATE(5542), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym___cdecl] = ACTIONS(1704), + [anon_sym___clrcall] = ACTIONS(1704), + [anon_sym___stdcall] = ACTIONS(1704), + [anon_sym___fastcall] = ACTIONS(1704), + [anon_sym___thiscall] = ACTIONS(1704), + [anon_sym___vectorcall] = ACTIONS(1704), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_if] = ACTIONS(1704), + [anon_sym_switch] = ACTIONS(1704), + [anon_sym_case] = ACTIONS(1704), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_while] = ACTIONS(1704), + [anon_sym_do] = ACTIONS(1704), + [anon_sym_for] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1704), + [anon_sym_break] = ACTIONS(1704), + [anon_sym_continue] = ACTIONS(1704), + [anon_sym_goto] = ACTIONS(1704), + [anon_sym_DASH_DASH] = ACTIONS(1706), + [anon_sym_PLUS_PLUS] = ACTIONS(1706), + [anon_sym_sizeof] = ACTIONS(1704), + [sym_number_literal] = ACTIONS(1706), + [anon_sym_L_SQUOTE] = ACTIONS(1706), + [anon_sym_u_SQUOTE] = ACTIONS(1706), + [anon_sym_U_SQUOTE] = ACTIONS(1706), + [anon_sym_u8_SQUOTE] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1706), + [anon_sym_L_DQUOTE] = ACTIONS(1706), + [anon_sym_u_DQUOTE] = ACTIONS(1706), + [anon_sym_U_DQUOTE] = ACTIONS(1706), + [anon_sym_u8_DQUOTE] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym_true] = ACTIONS(1704), + [sym_false] = ACTIONS(1704), + [sym_null] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_delete] = ACTIONS(1704), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_namespace] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_try] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [anon_sym_new] = ACTIONS(1704), + [sym_operator_name] = ACTIONS(1704), + [sym_this] = ACTIONS(1704), + [sym_nullptr] = ACTIONS(1704), + [sym_alone_macro] = ACTIONS(1706), + [aux_sym_alone_macro_call_token1] = ACTIONS(1704), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_FORWARD] = ACTIONS(1704), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1704), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_PS_GET] = ACTIONS(1704), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1704), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1704), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), + [sym_raw_string_literal] = ACTIONS(1706), }, - [136] = { - [sym_declaration] = STATE(1955), - [sym__declaration_specifiers] = STATE(3564), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3246), - [sym_comma_expression] = STATE(5542), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [228] = { + [sym_identifier] = ACTIONS(1708), + [aux_sym_preproc_include_token1] = ACTIONS(1708), + [aux_sym_preproc_def_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token2] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1708), + [aux_sym_preproc_else_token1] = ACTIONS(1708), + [aux_sym_preproc_elif_token1] = ACTIONS(1708), + [sym_preproc_directive] = ACTIONS(1708), + [anon_sym_LPAREN2] = ACTIONS(1710), + [anon_sym_BANG] = ACTIONS(1710), + [anon_sym_TILDE] = ACTIONS(1710), + [anon_sym_DASH] = ACTIONS(1708), + [anon_sym_PLUS] = ACTIONS(1708), + [anon_sym_STAR] = ACTIONS(1710), + [anon_sym_AMP_AMP] = ACTIONS(1710), + [anon_sym_AMP] = ACTIONS(1708), [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [137] = { - [sym_declaration] = STATE(1965), - [sym__declaration_specifiers] = STATE(3561), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3250), - [sym_comma_expression] = STATE(5525), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [138] = { - [sym_declaration] = STATE(1975), - [sym__declaration_specifiers] = STATE(3564), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3193), - [sym_comma_expression] = STATE(5460), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), - }, - [139] = { - [sym_declaration] = STATE(1975), - [sym__declaration_specifiers] = STATE(3588), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3193), - [sym_comma_expression] = STATE(5460), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_typedef] = ACTIONS(1708), + [anon_sym_extern] = ACTIONS(1708), + [anon_sym___attribute__] = ACTIONS(1708), + [anon_sym___declspec] = ACTIONS(1708), + [anon_sym___based] = ACTIONS(1708), + [anon_sym___cdecl] = ACTIONS(1708), + [anon_sym___clrcall] = ACTIONS(1708), + [anon_sym___stdcall] = ACTIONS(1708), + [anon_sym___fastcall] = ACTIONS(1708), + [anon_sym___thiscall] = ACTIONS(1708), + [anon_sym___vectorcall] = ACTIONS(1708), + [anon_sym_LBRACE] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(1708), + [anon_sym_static] = ACTIONS(1708), + [anon_sym_register] = ACTIONS(1708), + [anon_sym_inline] = ACTIONS(1708), + [anon_sym_const] = ACTIONS(1708), + [anon_sym_volatile] = ACTIONS(1708), + [anon_sym_restrict] = ACTIONS(1708), + [anon_sym__Atomic] = ACTIONS(1708), + [anon_sym_mutable] = ACTIONS(1708), + [anon_sym_constexpr] = ACTIONS(1708), + [anon_sym_signed] = ACTIONS(1708), + [anon_sym_unsigned] = ACTIONS(1708), + [anon_sym_long] = ACTIONS(1708), + [anon_sym_short] = ACTIONS(1708), + [sym_primitive_type] = ACTIONS(1708), + [anon_sym_enum] = ACTIONS(1708), + [anon_sym_class] = ACTIONS(1708), + [anon_sym_struct] = ACTIONS(1708), + [anon_sym_union] = ACTIONS(1708), + [anon_sym_if] = ACTIONS(1708), + [anon_sym_switch] = ACTIONS(1708), + [anon_sym_case] = ACTIONS(1708), + [anon_sym_default] = ACTIONS(1708), + [anon_sym_while] = ACTIONS(1708), + [anon_sym_do] = ACTIONS(1708), + [anon_sym_for] = ACTIONS(1708), + [anon_sym_return] = ACTIONS(1708), + [anon_sym_break] = ACTIONS(1708), + [anon_sym_continue] = ACTIONS(1708), + [anon_sym_goto] = ACTIONS(1708), + [anon_sym_DASH_DASH] = ACTIONS(1710), + [anon_sym_PLUS_PLUS] = ACTIONS(1710), + [anon_sym_sizeof] = ACTIONS(1708), + [sym_number_literal] = ACTIONS(1710), + [anon_sym_L_SQUOTE] = ACTIONS(1710), + [anon_sym_u_SQUOTE] = ACTIONS(1710), + [anon_sym_U_SQUOTE] = ACTIONS(1710), + [anon_sym_u8_SQUOTE] = ACTIONS(1710), + [anon_sym_SQUOTE] = ACTIONS(1710), + [anon_sym_L_DQUOTE] = ACTIONS(1710), + [anon_sym_u_DQUOTE] = ACTIONS(1710), + [anon_sym_U_DQUOTE] = ACTIONS(1710), + [anon_sym_u8_DQUOTE] = ACTIONS(1710), + [anon_sym_DQUOTE] = ACTIONS(1710), + [sym_true] = ACTIONS(1708), + [sym_false] = ACTIONS(1708), + [sym_null] = ACTIONS(1708), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1708), + [anon_sym_virtual] = ACTIONS(1708), + [anon_sym_explicit] = ACTIONS(1708), + [sym_auto] = ACTIONS(1708), + [anon_sym_typename] = ACTIONS(1708), + [anon_sym_template] = ACTIONS(1708), + [anon_sym_COLON_COLON] = ACTIONS(1710), + [anon_sym_operator] = ACTIONS(1708), + [anon_sym_delete] = ACTIONS(1708), + [anon_sym_throw] = ACTIONS(1708), + [anon_sym_namespace] = ACTIONS(1708), + [anon_sym_using] = ACTIONS(1708), + [anon_sym_static_assert] = ACTIONS(1708), + [anon_sym_try] = ACTIONS(1708), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1710), + [anon_sym_new] = ACTIONS(1708), + [sym_operator_name] = ACTIONS(1708), + [sym_this] = ACTIONS(1708), + [sym_nullptr] = ACTIONS(1708), + [sym_alone_macro] = ACTIONS(1710), + [aux_sym_alone_macro_call_token1] = ACTIONS(1708), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_FORWARD] = ACTIONS(1708), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1708), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_PS_GET] = ACTIONS(1708), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1708), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1708), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1708), + [anon_sym_MOZ_COLD] = ACTIONS(1708), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1708), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1708), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1708), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1708), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1708), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1708), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1708), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1708), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1708), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1708), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1708), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1708), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_RAII] = ACTIONS(1708), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1708), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1708), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1708), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1708), + [sym_raw_string_literal] = ACTIONS(1710), }, - [140] = { - [sym_declaration] = STATE(1962), - [sym__declaration_specifiers] = STATE(3564), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3180), - [sym_comma_expression] = STATE(5087), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1704), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [229] = { + [sym_identifier] = ACTIONS(1712), + [aux_sym_preproc_include_token1] = ACTIONS(1712), + [aux_sym_preproc_def_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token2] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1712), + [aux_sym_preproc_else_token1] = ACTIONS(1712), + [aux_sym_preproc_elif_token1] = ACTIONS(1712), + [sym_preproc_directive] = ACTIONS(1712), + [anon_sym_LPAREN2] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(1714), + [anon_sym_TILDE] = ACTIONS(1714), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_PLUS] = ACTIONS(1712), + [anon_sym_STAR] = ACTIONS(1714), + [anon_sym_AMP_AMP] = ACTIONS(1714), + [anon_sym_AMP] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1714), + [anon_sym_typedef] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym___based] = ACTIONS(1712), + [anon_sym___cdecl] = ACTIONS(1712), + [anon_sym___clrcall] = ACTIONS(1712), + [anon_sym___stdcall] = ACTIONS(1712), + [anon_sym___fastcall] = ACTIONS(1712), + [anon_sym___thiscall] = ACTIONS(1712), + [anon_sym___vectorcall] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1714), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym_mutable] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_class] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_switch] = ACTIONS(1712), + [anon_sym_case] = ACTIONS(1712), + [anon_sym_default] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_goto] = ACTIONS(1712), + [anon_sym_DASH_DASH] = ACTIONS(1714), + [anon_sym_PLUS_PLUS] = ACTIONS(1714), + [anon_sym_sizeof] = ACTIONS(1712), + [sym_number_literal] = ACTIONS(1714), + [anon_sym_L_SQUOTE] = ACTIONS(1714), + [anon_sym_u_SQUOTE] = ACTIONS(1714), + [anon_sym_U_SQUOTE] = ACTIONS(1714), + [anon_sym_u8_SQUOTE] = ACTIONS(1714), + [anon_sym_SQUOTE] = ACTIONS(1714), + [anon_sym_L_DQUOTE] = ACTIONS(1714), + [anon_sym_u_DQUOTE] = ACTIONS(1714), + [anon_sym_U_DQUOTE] = ACTIONS(1714), + [anon_sym_u8_DQUOTE] = ACTIONS(1714), + [anon_sym_DQUOTE] = ACTIONS(1714), + [sym_true] = ACTIONS(1712), + [sym_false] = ACTIONS(1712), + [sym_null] = ACTIONS(1712), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1712), + [anon_sym_virtual] = ACTIONS(1712), + [anon_sym_explicit] = ACTIONS(1712), + [sym_auto] = ACTIONS(1712), + [anon_sym_typename] = ACTIONS(1712), + [anon_sym_template] = ACTIONS(1712), + [anon_sym_COLON_COLON] = ACTIONS(1714), + [anon_sym_operator] = ACTIONS(1712), + [anon_sym_delete] = ACTIONS(1712), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_namespace] = ACTIONS(1712), + [anon_sym_using] = ACTIONS(1712), + [anon_sym_static_assert] = ACTIONS(1712), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym_new] = ACTIONS(1712), + [sym_operator_name] = ACTIONS(1712), + [sym_this] = ACTIONS(1712), + [sym_nullptr] = ACTIONS(1712), + [sym_alone_macro] = ACTIONS(1714), + [aux_sym_alone_macro_call_token1] = ACTIONS(1712), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_FORWARD] = ACTIONS(1712), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1712), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_PS_GET] = ACTIONS(1712), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1712), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1712), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1712), + [anon_sym_MOZ_COLD] = ACTIONS(1712), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1712), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1712), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1712), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1712), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1712), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1712), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1712), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1712), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1712), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1712), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1712), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1712), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_RAII] = ACTIONS(1712), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1712), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1712), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1712), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1712), + [sym_raw_string_literal] = ACTIONS(1714), }, - [141] = { - [sym_declaration] = STATE(1930), - [sym__declaration_specifiers] = STATE(3589), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3242), - [sym_comma_expression] = STATE(5557), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1601), - [sym_template_function] = STATE(2968), - [sym_attribute] = STATE(1367), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3908), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1367), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(1008), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - [sym_raw_string_literal] = ACTIONS(141), + [230] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), }, - [142] = { - [sym_catch_clause] = STATE(143), - [aux_sym_try_statement_repeat1] = STATE(143), - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1716), - [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_try] = ACTIONS(1714), - [anon_sym_catch] = ACTIONS(1718), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [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_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), - [sym_raw_string_literal] = ACTIONS(1716), + [231] = { + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_include_token1] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token2] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [aux_sym_preproc_else_token1] = ACTIONS(1716), + [aux_sym_preproc_elif_token1] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_BANG] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1716), + [anon_sym_PLUS] = ACTIONS(1716), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym___cdecl] = ACTIONS(1716), + [anon_sym___clrcall] = ACTIONS(1716), + [anon_sym___stdcall] = ACTIONS(1716), + [anon_sym___fastcall] = ACTIONS(1716), + [anon_sym___thiscall] = ACTIONS(1716), + [anon_sym___vectorcall] = ACTIONS(1716), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [anon_sym_if] = ACTIONS(1716), + [anon_sym_switch] = ACTIONS(1716), + [anon_sym_case] = ACTIONS(1716), + [anon_sym_default] = ACTIONS(1716), + [anon_sym_while] = ACTIONS(1716), + [anon_sym_do] = ACTIONS(1716), + [anon_sym_for] = ACTIONS(1716), + [anon_sym_return] = ACTIONS(1716), + [anon_sym_break] = ACTIONS(1716), + [anon_sym_continue] = ACTIONS(1716), + [anon_sym_goto] = ACTIONS(1716), + [anon_sym_DASH_DASH] = ACTIONS(1718), + [anon_sym_PLUS_PLUS] = ACTIONS(1718), + [anon_sym_sizeof] = ACTIONS(1716), + [sym_number_literal] = ACTIONS(1718), + [anon_sym_L_SQUOTE] = ACTIONS(1718), + [anon_sym_u_SQUOTE] = ACTIONS(1718), + [anon_sym_U_SQUOTE] = ACTIONS(1718), + [anon_sym_u8_SQUOTE] = ACTIONS(1718), + [anon_sym_SQUOTE] = ACTIONS(1718), + [anon_sym_L_DQUOTE] = ACTIONS(1718), + [anon_sym_u_DQUOTE] = ACTIONS(1718), + [anon_sym_U_DQUOTE] = ACTIONS(1718), + [anon_sym_u8_DQUOTE] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym_true] = ACTIONS(1716), + [sym_false] = ACTIONS(1716), + [sym_null] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_delete] = ACTIONS(1716), + [anon_sym_throw] = ACTIONS(1716), + [anon_sym_namespace] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_try] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [anon_sym_new] = ACTIONS(1716), + [sym_operator_name] = ACTIONS(1716), + [sym_this] = ACTIONS(1716), + [sym_nullptr] = ACTIONS(1716), + [sym_alone_macro] = ACTIONS(1718), + [aux_sym_alone_macro_call_token1] = ACTIONS(1716), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_FORWARD] = ACTIONS(1716), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1716), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_PS_GET] = ACTIONS(1716), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1716), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1716), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), + [sym_raw_string_literal] = ACTIONS(1718), }, - [143] = { - [sym_catch_clause] = STATE(143), - [aux_sym_try_statement_repeat1] = STATE(143), + [232] = { [sym_identifier] = ACTIONS(1720), [aux_sym_preproc_include_token1] = ACTIONS(1720), [aux_sym_preproc_def_token1] = ACTIONS(1720), @@ -53036,7 +72775,6 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1720), [anon_sym_union] = ACTIONS(1720), [anon_sym_if] = ACTIONS(1720), - [anon_sym_else] = ACTIONS(1720), [anon_sym_switch] = ACTIONS(1720), [anon_sym_case] = ACTIONS(1720), [anon_sym_default] = ACTIONS(1720), @@ -53079,7 +72817,6 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(1720), [anon_sym_static_assert] = ACTIONS(1720), [anon_sym_try] = ACTIONS(1720), - [anon_sym_catch] = ACTIONS(1724), [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), [anon_sym_new] = ACTIONS(1720), [sym_operator_name] = ACTIONS(1720), @@ -53087,6 +72824,23 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nullptr] = ACTIONS(1720), [sym_alone_macro] = ACTIONS(1722), [aux_sym_alone_macro_call_token1] = ACTIONS(1720), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_FORWARD] = ACTIONS(1720), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1720), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_PS_GET] = ACTIONS(1720), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1720), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1720), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1720), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), @@ -53157,91772 +72911,78299 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), [sym_raw_string_literal] = ACTIONS(1722), }, - [144] = { - [sym_catch_clause] = STATE(144), - [aux_sym_try_statement_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(1720), - [aux_sym_preproc_include_token1] = ACTIONS(1720), - [aux_sym_preproc_def_token1] = ACTIONS(1720), - [aux_sym_preproc_if_token1] = ACTIONS(1720), - [aux_sym_preproc_if_token2] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), - [sym_preproc_directive] = ACTIONS(1720), - [anon_sym_LPAREN2] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1720), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym___attribute__] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1720), - [anon_sym___based] = ACTIONS(1720), - [anon_sym___cdecl] = ACTIONS(1720), - [anon_sym___clrcall] = ACTIONS(1720), - [anon_sym___stdcall] = ACTIONS(1720), - [anon_sym___fastcall] = ACTIONS(1720), - [anon_sym___thiscall] = ACTIONS(1720), - [anon_sym___vectorcall] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_static] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_inline] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_volatile] = ACTIONS(1720), - [anon_sym_restrict] = ACTIONS(1720), - [anon_sym__Atomic] = ACTIONS(1720), - [anon_sym_mutable] = ACTIONS(1720), - [anon_sym_constexpr] = ACTIONS(1720), - [anon_sym_signed] = ACTIONS(1720), - [anon_sym_unsigned] = ACTIONS(1720), - [anon_sym_long] = ACTIONS(1720), - [anon_sym_short] = ACTIONS(1720), - [sym_primitive_type] = ACTIONS(1720), - [anon_sym_enum] = ACTIONS(1720), - [anon_sym_class] = ACTIONS(1720), - [anon_sym_struct] = ACTIONS(1720), - [anon_sym_union] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_goto] = ACTIONS(1720), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_sizeof] = ACTIONS(1720), - [sym_number_literal] = ACTIONS(1722), - [anon_sym_L_SQUOTE] = ACTIONS(1722), - [anon_sym_u_SQUOTE] = ACTIONS(1722), - [anon_sym_U_SQUOTE] = ACTIONS(1722), - [anon_sym_u8_SQUOTE] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_L_DQUOTE] = ACTIONS(1722), - [anon_sym_u_DQUOTE] = ACTIONS(1722), - [anon_sym_U_DQUOTE] = ACTIONS(1722), - [anon_sym_u8_DQUOTE] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [sym_true] = ACTIONS(1720), - [sym_false] = ACTIONS(1720), - [sym_null] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1720), - [anon_sym_virtual] = ACTIONS(1720), - [anon_sym_explicit] = ACTIONS(1720), - [sym_auto] = ACTIONS(1720), - [anon_sym_typename] = ACTIONS(1720), - [anon_sym_template] = ACTIONS(1720), - [anon_sym_COLON_COLON] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_namespace] = ACTIONS(1720), - [anon_sym_using] = ACTIONS(1720), - [anon_sym_static_assert] = ACTIONS(1720), - [anon_sym_try] = ACTIONS(1720), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1720), - [sym_operator_name] = ACTIONS(1720), - [sym_this] = ACTIONS(1720), - [sym_nullptr] = ACTIONS(1720), - [sym_alone_macro] = ACTIONS(1722), - [aux_sym_alone_macro_call_token1] = ACTIONS(1720), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), - [anon_sym_MOZ_COLD] = ACTIONS(1720), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_RAII] = ACTIONS(1720), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), - [sym_raw_string_literal] = ACTIONS(1722), + [233] = { + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_include_token1] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token2] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [aux_sym_preproc_else_token1] = ACTIONS(1724), + [aux_sym_preproc_elif_token1] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_BANG] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(1724), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_SEMI] = ACTIONS(1726), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym___cdecl] = ACTIONS(1724), + [anon_sym___clrcall] = ACTIONS(1724), + [anon_sym___stdcall] = ACTIONS(1724), + [anon_sym___fastcall] = ACTIONS(1724), + [anon_sym___thiscall] = ACTIONS(1724), + [anon_sym___vectorcall] = ACTIONS(1724), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_switch] = ACTIONS(1724), + [anon_sym_case] = ACTIONS(1724), + [anon_sym_default] = ACTIONS(1724), + [anon_sym_while] = ACTIONS(1724), + [anon_sym_do] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_DASH_DASH] = ACTIONS(1726), + [anon_sym_PLUS_PLUS] = ACTIONS(1726), + [anon_sym_sizeof] = ACTIONS(1724), + [sym_number_literal] = ACTIONS(1726), + [anon_sym_L_SQUOTE] = ACTIONS(1726), + [anon_sym_u_SQUOTE] = ACTIONS(1726), + [anon_sym_U_SQUOTE] = ACTIONS(1726), + [anon_sym_u8_SQUOTE] = ACTIONS(1726), + [anon_sym_SQUOTE] = ACTIONS(1726), + [anon_sym_L_DQUOTE] = ACTIONS(1726), + [anon_sym_u_DQUOTE] = ACTIONS(1726), + [anon_sym_U_DQUOTE] = ACTIONS(1726), + [anon_sym_u8_DQUOTE] = ACTIONS(1726), + [anon_sym_DQUOTE] = ACTIONS(1726), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_null] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_delete] = ACTIONS(1724), + [anon_sym_throw] = ACTIONS(1724), + [anon_sym_namespace] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_try] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [anon_sym_new] = ACTIONS(1724), + [sym_operator_name] = ACTIONS(1724), + [sym_this] = ACTIONS(1724), + [sym_nullptr] = ACTIONS(1724), + [sym_alone_macro] = ACTIONS(1726), + [aux_sym_alone_macro_call_token1] = ACTIONS(1724), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_FORWARD] = ACTIONS(1724), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1724), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_PS_GET] = ACTIONS(1724), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1724), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1724), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), + [sym_raw_string_literal] = ACTIONS(1726), }, - [145] = { - [sym_catch_clause] = STATE(148), - [aux_sym_try_statement_repeat1] = STATE(148), - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1716), - [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_try] = ACTIONS(1714), - [anon_sym_catch] = ACTIONS(1730), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [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_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), - [sym_raw_string_literal] = ACTIONS(1716), + [234] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_include_token1] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token2] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [aux_sym_preproc_else_token1] = ACTIONS(1728), + [aux_sym_preproc_elif_token1] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_BANG] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1728), + [anon_sym_PLUS] = ACTIONS(1728), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym___cdecl] = ACTIONS(1728), + [anon_sym___clrcall] = ACTIONS(1728), + [anon_sym___stdcall] = ACTIONS(1728), + [anon_sym___fastcall] = ACTIONS(1728), + [anon_sym___thiscall] = ACTIONS(1728), + [anon_sym___vectorcall] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [anon_sym_if] = ACTIONS(1728), + [anon_sym_switch] = ACTIONS(1728), + [anon_sym_case] = ACTIONS(1728), + [anon_sym_default] = ACTIONS(1728), + [anon_sym_while] = ACTIONS(1728), + [anon_sym_do] = ACTIONS(1728), + [anon_sym_for] = ACTIONS(1728), + [anon_sym_return] = ACTIONS(1728), + [anon_sym_break] = ACTIONS(1728), + [anon_sym_continue] = ACTIONS(1728), + [anon_sym_goto] = ACTIONS(1728), + [anon_sym_DASH_DASH] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(1730), + [anon_sym_sizeof] = ACTIONS(1728), + [sym_number_literal] = ACTIONS(1730), + [anon_sym_L_SQUOTE] = ACTIONS(1730), + [anon_sym_u_SQUOTE] = ACTIONS(1730), + [anon_sym_U_SQUOTE] = ACTIONS(1730), + [anon_sym_u8_SQUOTE] = ACTIONS(1730), + [anon_sym_SQUOTE] = ACTIONS(1730), + [anon_sym_L_DQUOTE] = ACTIONS(1730), + [anon_sym_u_DQUOTE] = ACTIONS(1730), + [anon_sym_U_DQUOTE] = ACTIONS(1730), + [anon_sym_u8_DQUOTE] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym_true] = ACTIONS(1728), + [sym_false] = ACTIONS(1728), + [sym_null] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_delete] = ACTIONS(1728), + [anon_sym_throw] = ACTIONS(1728), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_try] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [anon_sym_new] = ACTIONS(1728), + [sym_operator_name] = ACTIONS(1728), + [sym_this] = ACTIONS(1728), + [sym_nullptr] = ACTIONS(1728), + [sym_alone_macro] = ACTIONS(1730), + [aux_sym_alone_macro_call_token1] = ACTIONS(1728), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_FORWARD] = ACTIONS(1728), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1728), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_PS_GET] = ACTIONS(1728), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1728), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1728), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), + [sym_raw_string_literal] = ACTIONS(1730), }, - [146] = { - [sym_catch_clause] = STATE(146), - [aux_sym_try_statement_repeat1] = STATE(146), - [ts_builtin_sym_end] = ACTIONS(1722), - [sym_identifier] = ACTIONS(1720), - [aux_sym_preproc_include_token1] = ACTIONS(1720), - [aux_sym_preproc_def_token1] = ACTIONS(1720), - [aux_sym_preproc_if_token1] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), - [sym_preproc_directive] = ACTIONS(1720), - [anon_sym_LPAREN2] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1720), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym___attribute__] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1720), - [anon_sym___based] = ACTIONS(1720), - [anon_sym___cdecl] = ACTIONS(1720), - [anon_sym___clrcall] = ACTIONS(1720), - [anon_sym___stdcall] = ACTIONS(1720), - [anon_sym___fastcall] = ACTIONS(1720), - [anon_sym___thiscall] = ACTIONS(1720), - [anon_sym___vectorcall] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_static] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_inline] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_volatile] = ACTIONS(1720), - [anon_sym_restrict] = ACTIONS(1720), - [anon_sym__Atomic] = ACTIONS(1720), - [anon_sym_mutable] = ACTIONS(1720), - [anon_sym_constexpr] = ACTIONS(1720), - [anon_sym_signed] = ACTIONS(1720), - [anon_sym_unsigned] = ACTIONS(1720), - [anon_sym_long] = ACTIONS(1720), - [anon_sym_short] = ACTIONS(1720), - [sym_primitive_type] = ACTIONS(1720), - [anon_sym_enum] = ACTIONS(1720), - [anon_sym_class] = ACTIONS(1720), - [anon_sym_struct] = ACTIONS(1720), - [anon_sym_union] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_goto] = ACTIONS(1720), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_sizeof] = ACTIONS(1720), - [sym_number_literal] = ACTIONS(1722), - [anon_sym_L_SQUOTE] = ACTIONS(1722), - [anon_sym_u_SQUOTE] = ACTIONS(1722), - [anon_sym_U_SQUOTE] = ACTIONS(1722), - [anon_sym_u8_SQUOTE] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_L_DQUOTE] = ACTIONS(1722), - [anon_sym_u_DQUOTE] = ACTIONS(1722), - [anon_sym_U_DQUOTE] = ACTIONS(1722), - [anon_sym_u8_DQUOTE] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [sym_true] = ACTIONS(1720), - [sym_false] = ACTIONS(1720), - [sym_null] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1720), - [anon_sym_virtual] = ACTIONS(1720), - [anon_sym_explicit] = ACTIONS(1720), - [sym_auto] = ACTIONS(1720), - [anon_sym_typename] = ACTIONS(1720), - [anon_sym_template] = ACTIONS(1720), - [anon_sym_COLON_COLON] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_namespace] = ACTIONS(1720), - [anon_sym_using] = ACTIONS(1720), - [anon_sym_static_assert] = ACTIONS(1720), - [anon_sym_try] = ACTIONS(1720), - [anon_sym_catch] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1720), - [sym_operator_name] = ACTIONS(1720), - [sym_this] = ACTIONS(1720), - [sym_nullptr] = ACTIONS(1720), - [sym_alone_macro] = ACTIONS(1722), - [aux_sym_alone_macro_call_token1] = ACTIONS(1720), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), - [anon_sym_MOZ_COLD] = ACTIONS(1720), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_RAII] = ACTIONS(1720), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), - [sym_raw_string_literal] = ACTIONS(1722), + [235] = { + [sym_identifier] = ACTIONS(1732), + [aux_sym_preproc_include_token1] = ACTIONS(1732), + [aux_sym_preproc_def_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token2] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1732), + [aux_sym_preproc_else_token1] = ACTIONS(1732), + [aux_sym_preproc_elif_token1] = ACTIONS(1732), + [sym_preproc_directive] = ACTIONS(1732), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1734), + [anon_sym_TILDE] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_typedef] = ACTIONS(1732), + [anon_sym_extern] = ACTIONS(1732), + [anon_sym___attribute__] = ACTIONS(1732), + [anon_sym___declspec] = ACTIONS(1732), + [anon_sym___based] = ACTIONS(1732), + [anon_sym___cdecl] = ACTIONS(1732), + [anon_sym___clrcall] = ACTIONS(1732), + [anon_sym___stdcall] = ACTIONS(1732), + [anon_sym___fastcall] = ACTIONS(1732), + [anon_sym___thiscall] = ACTIONS(1732), + [anon_sym___vectorcall] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_static] = ACTIONS(1732), + [anon_sym_register] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_const] = ACTIONS(1732), + [anon_sym_volatile] = ACTIONS(1732), + [anon_sym_restrict] = ACTIONS(1732), + [anon_sym__Atomic] = ACTIONS(1732), + [anon_sym_mutable] = ACTIONS(1732), + [anon_sym_constexpr] = ACTIONS(1732), + [anon_sym_signed] = ACTIONS(1732), + [anon_sym_unsigned] = ACTIONS(1732), + [anon_sym_long] = ACTIONS(1732), + [anon_sym_short] = ACTIONS(1732), + [sym_primitive_type] = ACTIONS(1732), + [anon_sym_enum] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(1732), + [anon_sym_struct] = ACTIONS(1732), + [anon_sym_union] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_switch] = ACTIONS(1732), + [anon_sym_case] = ACTIONS(1732), + [anon_sym_default] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_do] = ACTIONS(1732), + [anon_sym_for] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1732), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_sizeof] = ACTIONS(1732), + [sym_number_literal] = ACTIONS(1734), + [anon_sym_L_SQUOTE] = ACTIONS(1734), + [anon_sym_u_SQUOTE] = ACTIONS(1734), + [anon_sym_U_SQUOTE] = ACTIONS(1734), + [anon_sym_u8_SQUOTE] = ACTIONS(1734), + [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_L_DQUOTE] = ACTIONS(1734), + [anon_sym_u_DQUOTE] = ACTIONS(1734), + [anon_sym_U_DQUOTE] = ACTIONS(1734), + [anon_sym_u8_DQUOTE] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym_true] = ACTIONS(1732), + [sym_false] = ACTIONS(1732), + [sym_null] = ACTIONS(1732), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1732), + [anon_sym_virtual] = ACTIONS(1732), + [anon_sym_explicit] = ACTIONS(1732), + [sym_auto] = ACTIONS(1732), + [anon_sym_typename] = ACTIONS(1732), + [anon_sym_template] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_delete] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_namespace] = ACTIONS(1732), + [anon_sym_using] = ACTIONS(1732), + [anon_sym_static_assert] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1734), + [anon_sym_new] = ACTIONS(1732), + [sym_operator_name] = ACTIONS(1732), + [sym_this] = ACTIONS(1732), + [sym_nullptr] = ACTIONS(1732), + [sym_alone_macro] = ACTIONS(1734), + [aux_sym_alone_macro_call_token1] = ACTIONS(1732), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_FORWARD] = ACTIONS(1732), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1732), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_PS_GET] = ACTIONS(1732), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1732), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1732), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1732), + [anon_sym_MOZ_COLD] = ACTIONS(1732), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1732), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1732), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1732), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1732), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1732), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1732), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1732), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1732), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1732), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1732), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1732), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1732), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_RAII] = ACTIONS(1732), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1732), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1732), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1732), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1732), + [sym_raw_string_literal] = ACTIONS(1734), }, - [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_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___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_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_else] = 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_COLON_COLON] = ACTIONS(1737), - [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_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym_new] = ACTIONS(1735), - [sym_operator_name] = 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_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), - [sym_raw_string_literal] = ACTIONS(1737), + [236] = { + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_include_token1] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token2] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [aux_sym_preproc_else_token1] = ACTIONS(1736), + [aux_sym_preproc_elif_token1] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_BANG] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym___cdecl] = ACTIONS(1736), + [anon_sym___clrcall] = ACTIONS(1736), + [anon_sym___stdcall] = ACTIONS(1736), + [anon_sym___fastcall] = ACTIONS(1736), + [anon_sym___thiscall] = ACTIONS(1736), + [anon_sym___vectorcall] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [anon_sym_if] = ACTIONS(1736), + [anon_sym_switch] = ACTIONS(1736), + [anon_sym_case] = ACTIONS(1736), + [anon_sym_default] = ACTIONS(1736), + [anon_sym_while] = ACTIONS(1736), + [anon_sym_do] = ACTIONS(1736), + [anon_sym_for] = ACTIONS(1736), + [anon_sym_return] = ACTIONS(1736), + [anon_sym_break] = ACTIONS(1736), + [anon_sym_continue] = ACTIONS(1736), + [anon_sym_goto] = ACTIONS(1736), + [anon_sym_DASH_DASH] = ACTIONS(1738), + [anon_sym_PLUS_PLUS] = ACTIONS(1738), + [anon_sym_sizeof] = ACTIONS(1736), + [sym_number_literal] = ACTIONS(1738), + [anon_sym_L_SQUOTE] = ACTIONS(1738), + [anon_sym_u_SQUOTE] = ACTIONS(1738), + [anon_sym_U_SQUOTE] = ACTIONS(1738), + [anon_sym_u8_SQUOTE] = ACTIONS(1738), + [anon_sym_SQUOTE] = ACTIONS(1738), + [anon_sym_L_DQUOTE] = ACTIONS(1738), + [anon_sym_u_DQUOTE] = ACTIONS(1738), + [anon_sym_U_DQUOTE] = ACTIONS(1738), + [anon_sym_u8_DQUOTE] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym_true] = ACTIONS(1736), + [sym_false] = ACTIONS(1736), + [sym_null] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_delete] = ACTIONS(1736), + [anon_sym_throw] = ACTIONS(1736), + [anon_sym_namespace] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_try] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [anon_sym_new] = ACTIONS(1736), + [sym_operator_name] = ACTIONS(1736), + [sym_this] = ACTIONS(1736), + [sym_nullptr] = ACTIONS(1736), + [sym_alone_macro] = ACTIONS(1738), + [aux_sym_alone_macro_call_token1] = ACTIONS(1736), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_FORWARD] = ACTIONS(1736), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1736), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_PS_GET] = ACTIONS(1736), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1736), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1736), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), + [sym_raw_string_literal] = ACTIONS(1738), }, - [148] = { - [sym_catch_clause] = STATE(148), - [aux_sym_try_statement_repeat1] = STATE(148), - [sym_identifier] = ACTIONS(1720), - [aux_sym_preproc_include_token1] = ACTIONS(1720), - [aux_sym_preproc_def_token1] = ACTIONS(1720), - [aux_sym_preproc_if_token1] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), - [sym_preproc_directive] = ACTIONS(1720), - [anon_sym_LPAREN2] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1720), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym___attribute__] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1720), - [anon_sym___based] = ACTIONS(1720), - [anon_sym___cdecl] = ACTIONS(1720), - [anon_sym___clrcall] = ACTIONS(1720), - [anon_sym___stdcall] = ACTIONS(1720), - [anon_sym___fastcall] = ACTIONS(1720), - [anon_sym___thiscall] = ACTIONS(1720), - [anon_sym___vectorcall] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_static] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_inline] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_volatile] = ACTIONS(1720), - [anon_sym_restrict] = ACTIONS(1720), - [anon_sym__Atomic] = ACTIONS(1720), - [anon_sym_mutable] = ACTIONS(1720), - [anon_sym_constexpr] = ACTIONS(1720), - [anon_sym_signed] = ACTIONS(1720), - [anon_sym_unsigned] = ACTIONS(1720), - [anon_sym_long] = ACTIONS(1720), - [anon_sym_short] = ACTIONS(1720), - [sym_primitive_type] = ACTIONS(1720), - [anon_sym_enum] = ACTIONS(1720), - [anon_sym_class] = ACTIONS(1720), - [anon_sym_struct] = ACTIONS(1720), - [anon_sym_union] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_goto] = ACTIONS(1720), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_sizeof] = ACTIONS(1720), - [sym_number_literal] = ACTIONS(1722), - [anon_sym_L_SQUOTE] = ACTIONS(1722), - [anon_sym_u_SQUOTE] = ACTIONS(1722), - [anon_sym_U_SQUOTE] = ACTIONS(1722), - [anon_sym_u8_SQUOTE] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_L_DQUOTE] = ACTIONS(1722), - [anon_sym_u_DQUOTE] = ACTIONS(1722), - [anon_sym_U_DQUOTE] = ACTIONS(1722), - [anon_sym_u8_DQUOTE] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [sym_true] = ACTIONS(1720), - [sym_false] = ACTIONS(1720), - [sym_null] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1720), - [anon_sym_virtual] = ACTIONS(1720), - [anon_sym_explicit] = ACTIONS(1720), - [sym_auto] = ACTIONS(1720), - [anon_sym_typename] = ACTIONS(1720), - [anon_sym_template] = ACTIONS(1720), - [anon_sym_COLON_COLON] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1720), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_namespace] = ACTIONS(1720), - [anon_sym_using] = ACTIONS(1720), - [anon_sym_static_assert] = ACTIONS(1720), - [anon_sym_try] = ACTIONS(1720), - [anon_sym_catch] = ACTIONS(1739), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1720), - [sym_operator_name] = ACTIONS(1720), - [sym_this] = ACTIONS(1720), - [sym_nullptr] = ACTIONS(1720), - [sym_alone_macro] = ACTIONS(1722), - [aux_sym_alone_macro_call_token1] = ACTIONS(1720), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), - [anon_sym_MOZ_COLD] = ACTIONS(1720), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_RAII] = ACTIONS(1720), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), - [sym_raw_string_literal] = ACTIONS(1722), + [237] = { + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___based] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_RBRACE] = ACTIONS(1425), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym_mutable] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1423), + [anon_sym_virtual] = ACTIONS(1423), + [anon_sym_explicit] = ACTIONS(1423), + [sym_auto] = ACTIONS(1423), + [anon_sym_typename] = ACTIONS(1423), + [anon_sym_template] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1425), + [anon_sym_operator] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_using] = ACTIONS(1423), + [anon_sym_static_assert] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_catch] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1423), + [sym_operator_name] = ACTIONS(1423), + [sym_this] = ACTIONS(1423), + [sym_nullptr] = ACTIONS(1423), + [sym_alone_macro] = ACTIONS(1425), + [aux_sym_alone_macro_call_token1] = ACTIONS(1423), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_FORWARD] = ACTIONS(1423), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1423), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_PS_GET] = ACTIONS(1423), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1423), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1423), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1423), + [anon_sym_MOZ_COLD] = ACTIONS(1423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_RAII] = ACTIONS(1423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1423), + [sym_raw_string_literal] = ACTIONS(1425), }, - [149] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1744), - [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_try] = ACTIONS(1742), - [anon_sym_catch] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [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_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), - [sym_raw_string_literal] = ACTIONS(1744), + [238] = { + [sym_identifier] = ACTIONS(1740), + [aux_sym_preproc_include_token1] = ACTIONS(1740), + [aux_sym_preproc_def_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token2] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1740), + [aux_sym_preproc_else_token1] = ACTIONS(1740), + [aux_sym_preproc_elif_token1] = ACTIONS(1740), + [sym_preproc_directive] = ACTIONS(1740), + [anon_sym_LPAREN2] = ACTIONS(1742), + [anon_sym_BANG] = ACTIONS(1742), + [anon_sym_TILDE] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1742), + [anon_sym_AMP_AMP] = ACTIONS(1742), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_typedef] = ACTIONS(1740), + [anon_sym_extern] = ACTIONS(1740), + [anon_sym___attribute__] = ACTIONS(1740), + [anon_sym___declspec] = ACTIONS(1740), + [anon_sym___based] = ACTIONS(1740), + [anon_sym___cdecl] = ACTIONS(1740), + [anon_sym___clrcall] = ACTIONS(1740), + [anon_sym___stdcall] = ACTIONS(1740), + [anon_sym___fastcall] = ACTIONS(1740), + [anon_sym___thiscall] = ACTIONS(1740), + [anon_sym___vectorcall] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_register] = ACTIONS(1740), + [anon_sym_inline] = ACTIONS(1740), + [anon_sym_const] = ACTIONS(1740), + [anon_sym_volatile] = ACTIONS(1740), + [anon_sym_restrict] = ACTIONS(1740), + [anon_sym__Atomic] = ACTIONS(1740), + [anon_sym_mutable] = ACTIONS(1740), + [anon_sym_constexpr] = ACTIONS(1740), + [anon_sym_signed] = ACTIONS(1740), + [anon_sym_unsigned] = ACTIONS(1740), + [anon_sym_long] = ACTIONS(1740), + [anon_sym_short] = ACTIONS(1740), + [sym_primitive_type] = ACTIONS(1740), + [anon_sym_enum] = ACTIONS(1740), + [anon_sym_class] = ACTIONS(1740), + [anon_sym_struct] = ACTIONS(1740), + [anon_sym_union] = ACTIONS(1740), + [anon_sym_if] = ACTIONS(1740), + [anon_sym_switch] = ACTIONS(1740), + [anon_sym_case] = ACTIONS(1740), + [anon_sym_default] = ACTIONS(1740), + [anon_sym_while] = ACTIONS(1740), + [anon_sym_do] = ACTIONS(1740), + [anon_sym_for] = ACTIONS(1740), + [anon_sym_return] = ACTIONS(1740), + [anon_sym_break] = ACTIONS(1740), + [anon_sym_continue] = ACTIONS(1740), + [anon_sym_goto] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1742), + [anon_sym_sizeof] = ACTIONS(1740), + [sym_number_literal] = ACTIONS(1742), + [anon_sym_L_SQUOTE] = ACTIONS(1742), + [anon_sym_u_SQUOTE] = ACTIONS(1742), + [anon_sym_U_SQUOTE] = ACTIONS(1742), + [anon_sym_u8_SQUOTE] = ACTIONS(1742), + [anon_sym_SQUOTE] = ACTIONS(1742), + [anon_sym_L_DQUOTE] = ACTIONS(1742), + [anon_sym_u_DQUOTE] = ACTIONS(1742), + [anon_sym_U_DQUOTE] = ACTIONS(1742), + [anon_sym_u8_DQUOTE] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym_true] = ACTIONS(1740), + [sym_false] = ACTIONS(1740), + [sym_null] = ACTIONS(1740), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1740), + [anon_sym_virtual] = ACTIONS(1740), + [anon_sym_explicit] = ACTIONS(1740), + [sym_auto] = ACTIONS(1740), + [anon_sym_typename] = ACTIONS(1740), + [anon_sym_template] = ACTIONS(1740), + [anon_sym_COLON_COLON] = ACTIONS(1742), + [anon_sym_operator] = ACTIONS(1740), + [anon_sym_delete] = ACTIONS(1740), + [anon_sym_throw] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1740), + [anon_sym_using] = ACTIONS(1740), + [anon_sym_static_assert] = ACTIONS(1740), + [anon_sym_try] = ACTIONS(1740), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1742), + [anon_sym_new] = ACTIONS(1740), + [sym_operator_name] = ACTIONS(1740), + [sym_this] = ACTIONS(1740), + [sym_nullptr] = ACTIONS(1740), + [sym_alone_macro] = ACTIONS(1742), + [aux_sym_alone_macro_call_token1] = ACTIONS(1740), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_FORWARD] = ACTIONS(1740), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1740), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_PS_GET] = ACTIONS(1740), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1740), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1740), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1740), + [anon_sym_MOZ_COLD] = ACTIONS(1740), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1740), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1740), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1740), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1740), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1740), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1740), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1740), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1740), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1740), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1740), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1740), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1740), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_RAII] = ACTIONS(1740), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1740), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1740), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1740), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1740), + [sym_raw_string_literal] = ACTIONS(1742), }, - [150] = { - [sym_catch_clause] = STATE(146), - [aux_sym_try_statement_repeat1] = STATE(146), - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1716), - [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_try] = ACTIONS(1714), - [anon_sym_catch] = ACTIONS(1746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [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_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), - [sym_raw_string_literal] = ACTIONS(1716), + [239] = { + [ts_builtin_sym_end] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___based] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym_mutable] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1423), + [anon_sym_virtual] = ACTIONS(1423), + [anon_sym_explicit] = ACTIONS(1423), + [sym_auto] = ACTIONS(1423), + [anon_sym_typename] = ACTIONS(1423), + [anon_sym_template] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1425), + [anon_sym_operator] = ACTIONS(1423), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_throw] = ACTIONS(1423), + [anon_sym_namespace] = ACTIONS(1423), + [anon_sym_using] = ACTIONS(1423), + [anon_sym_static_assert] = ACTIONS(1423), + [anon_sym_try] = ACTIONS(1423), + [anon_sym_catch] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1423), + [sym_operator_name] = ACTIONS(1423), + [sym_this] = ACTIONS(1423), + [sym_nullptr] = ACTIONS(1423), + [sym_alone_macro] = ACTIONS(1425), + [aux_sym_alone_macro_call_token1] = ACTIONS(1423), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_FORWARD] = ACTIONS(1423), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1423), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_PS_GET] = ACTIONS(1423), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1423), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1423), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1423), + [anon_sym_MOZ_COLD] = ACTIONS(1423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_RAII] = ACTIONS(1423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1423), + [sym_raw_string_literal] = ACTIONS(1425), }, - [151] = { - [sym_catch_clause] = STATE(144), - [aux_sym_try_statement_repeat1] = STATE(144), - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1716), - [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_try] = ACTIONS(1714), - [anon_sym_catch] = ACTIONS(1748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [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_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), - [sym_raw_string_literal] = ACTIONS(1716), + [240] = { + [sym_identifier] = ACTIONS(1744), + [aux_sym_preproc_include_token1] = ACTIONS(1744), + [aux_sym_preproc_def_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token2] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1744), + [aux_sym_preproc_else_token1] = ACTIONS(1744), + [aux_sym_preproc_elif_token1] = ACTIONS(1744), + [sym_preproc_directive] = ACTIONS(1744), + [anon_sym_LPAREN2] = ACTIONS(1746), + [anon_sym_BANG] = ACTIONS(1746), + [anon_sym_TILDE] = ACTIONS(1746), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1746), + [anon_sym_AMP_AMP] = ACTIONS(1746), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_typedef] = ACTIONS(1744), + [anon_sym_extern] = ACTIONS(1744), + [anon_sym___attribute__] = ACTIONS(1744), + [anon_sym___declspec] = ACTIONS(1744), + [anon_sym___based] = ACTIONS(1744), + [anon_sym___cdecl] = ACTIONS(1744), + [anon_sym___clrcall] = ACTIONS(1744), + [anon_sym___stdcall] = ACTIONS(1744), + [anon_sym___fastcall] = ACTIONS(1744), + [anon_sym___thiscall] = ACTIONS(1744), + [anon_sym___vectorcall] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1746), + [anon_sym_LBRACK] = ACTIONS(1744), + [anon_sym_static] = ACTIONS(1744), + [anon_sym_register] = ACTIONS(1744), + [anon_sym_inline] = ACTIONS(1744), + [anon_sym_const] = ACTIONS(1744), + [anon_sym_volatile] = ACTIONS(1744), + [anon_sym_restrict] = ACTIONS(1744), + [anon_sym__Atomic] = ACTIONS(1744), + [anon_sym_mutable] = ACTIONS(1744), + [anon_sym_constexpr] = ACTIONS(1744), + [anon_sym_signed] = ACTIONS(1744), + [anon_sym_unsigned] = ACTIONS(1744), + [anon_sym_long] = ACTIONS(1744), + [anon_sym_short] = ACTIONS(1744), + [sym_primitive_type] = ACTIONS(1744), + [anon_sym_enum] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(1744), + [anon_sym_struct] = ACTIONS(1744), + [anon_sym_union] = ACTIONS(1744), + [anon_sym_if] = ACTIONS(1744), + [anon_sym_switch] = ACTIONS(1744), + [anon_sym_case] = ACTIONS(1744), + [anon_sym_default] = ACTIONS(1744), + [anon_sym_while] = ACTIONS(1744), + [anon_sym_do] = ACTIONS(1744), + [anon_sym_for] = ACTIONS(1744), + [anon_sym_return] = ACTIONS(1744), + [anon_sym_break] = ACTIONS(1744), + [anon_sym_continue] = ACTIONS(1744), + [anon_sym_goto] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1746), + [anon_sym_PLUS_PLUS] = ACTIONS(1746), + [anon_sym_sizeof] = ACTIONS(1744), + [sym_number_literal] = ACTIONS(1746), + [anon_sym_L_SQUOTE] = ACTIONS(1746), + [anon_sym_u_SQUOTE] = ACTIONS(1746), + [anon_sym_U_SQUOTE] = ACTIONS(1746), + [anon_sym_u8_SQUOTE] = ACTIONS(1746), + [anon_sym_SQUOTE] = ACTIONS(1746), + [anon_sym_L_DQUOTE] = ACTIONS(1746), + [anon_sym_u_DQUOTE] = ACTIONS(1746), + [anon_sym_U_DQUOTE] = ACTIONS(1746), + [anon_sym_u8_DQUOTE] = ACTIONS(1746), + [anon_sym_DQUOTE] = ACTIONS(1746), + [sym_true] = ACTIONS(1744), + [sym_false] = ACTIONS(1744), + [sym_null] = ACTIONS(1744), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1744), + [anon_sym_virtual] = ACTIONS(1744), + [anon_sym_explicit] = ACTIONS(1744), + [sym_auto] = ACTIONS(1744), + [anon_sym_typename] = ACTIONS(1744), + [anon_sym_template] = ACTIONS(1744), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_operator] = ACTIONS(1744), + [anon_sym_delete] = ACTIONS(1744), + [anon_sym_throw] = ACTIONS(1744), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_using] = ACTIONS(1744), + [anon_sym_static_assert] = ACTIONS(1744), + [anon_sym_try] = ACTIONS(1744), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1746), + [anon_sym_new] = ACTIONS(1744), + [sym_operator_name] = ACTIONS(1744), + [sym_this] = ACTIONS(1744), + [sym_nullptr] = ACTIONS(1744), + [sym_alone_macro] = ACTIONS(1746), + [aux_sym_alone_macro_call_token1] = ACTIONS(1744), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_FORWARD] = ACTIONS(1744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_PS_GET] = ACTIONS(1744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1744), + [anon_sym_MOZ_COLD] = ACTIONS(1744), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1744), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1744), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1744), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1744), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1744), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1744), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1744), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1744), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1744), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1744), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1744), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1744), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_RAII] = ACTIONS(1744), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1744), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1744), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1744), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1744), + [sym_raw_string_literal] = ACTIONS(1746), }, - [152] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_catch] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), + [241] = { + [sym_identifier] = ACTIONS(1748), + [aux_sym_preproc_include_token1] = ACTIONS(1748), + [aux_sym_preproc_def_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token2] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1748), + [aux_sym_preproc_else_token1] = ACTIONS(1748), + [aux_sym_preproc_elif_token1] = ACTIONS(1748), + [sym_preproc_directive] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(1750), + [anon_sym_BANG] = ACTIONS(1750), + [anon_sym_TILDE] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1750), + [anon_sym_AMP_AMP] = ACTIONS(1750), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_typedef] = ACTIONS(1748), + [anon_sym_extern] = ACTIONS(1748), + [anon_sym___attribute__] = ACTIONS(1748), + [anon_sym___declspec] = ACTIONS(1748), + [anon_sym___based] = ACTIONS(1748), + [anon_sym___cdecl] = ACTIONS(1748), + [anon_sym___clrcall] = ACTIONS(1748), + [anon_sym___stdcall] = ACTIONS(1748), + [anon_sym___fastcall] = ACTIONS(1748), + [anon_sym___thiscall] = ACTIONS(1748), + [anon_sym___vectorcall] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_static] = ACTIONS(1748), + [anon_sym_register] = ACTIONS(1748), + [anon_sym_inline] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1748), + [anon_sym_volatile] = ACTIONS(1748), + [anon_sym_restrict] = ACTIONS(1748), + [anon_sym__Atomic] = ACTIONS(1748), + [anon_sym_mutable] = ACTIONS(1748), + [anon_sym_constexpr] = ACTIONS(1748), + [anon_sym_signed] = ACTIONS(1748), + [anon_sym_unsigned] = ACTIONS(1748), + [anon_sym_long] = ACTIONS(1748), + [anon_sym_short] = ACTIONS(1748), + [sym_primitive_type] = ACTIONS(1748), + [anon_sym_enum] = ACTIONS(1748), + [anon_sym_class] = ACTIONS(1748), + [anon_sym_struct] = ACTIONS(1748), + [anon_sym_union] = ACTIONS(1748), + [anon_sym_if] = ACTIONS(1748), + [anon_sym_switch] = ACTIONS(1748), + [anon_sym_case] = ACTIONS(1748), + [anon_sym_default] = ACTIONS(1748), + [anon_sym_while] = ACTIONS(1748), + [anon_sym_do] = ACTIONS(1748), + [anon_sym_for] = ACTIONS(1748), + [anon_sym_return] = ACTIONS(1748), + [anon_sym_break] = ACTIONS(1748), + [anon_sym_continue] = ACTIONS(1748), + [anon_sym_goto] = ACTIONS(1748), + [anon_sym_DASH_DASH] = ACTIONS(1750), + [anon_sym_PLUS_PLUS] = ACTIONS(1750), + [anon_sym_sizeof] = ACTIONS(1748), + [sym_number_literal] = ACTIONS(1750), + [anon_sym_L_SQUOTE] = ACTIONS(1750), + [anon_sym_u_SQUOTE] = ACTIONS(1750), + [anon_sym_U_SQUOTE] = ACTIONS(1750), + [anon_sym_u8_SQUOTE] = ACTIONS(1750), + [anon_sym_SQUOTE] = ACTIONS(1750), + [anon_sym_L_DQUOTE] = ACTIONS(1750), + [anon_sym_u_DQUOTE] = ACTIONS(1750), + [anon_sym_U_DQUOTE] = ACTIONS(1750), + [anon_sym_u8_DQUOTE] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym_true] = ACTIONS(1748), + [sym_false] = ACTIONS(1748), + [sym_null] = ACTIONS(1748), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1748), + [anon_sym_virtual] = ACTIONS(1748), + [anon_sym_explicit] = ACTIONS(1748), + [sym_auto] = ACTIONS(1748), + [anon_sym_typename] = ACTIONS(1748), + [anon_sym_template] = ACTIONS(1748), + [anon_sym_COLON_COLON] = ACTIONS(1750), + [anon_sym_operator] = ACTIONS(1748), + [anon_sym_delete] = ACTIONS(1748), + [anon_sym_throw] = ACTIONS(1748), + [anon_sym_namespace] = ACTIONS(1748), + [anon_sym_using] = ACTIONS(1748), + [anon_sym_static_assert] = ACTIONS(1748), + [anon_sym_try] = ACTIONS(1748), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1750), + [anon_sym_new] = ACTIONS(1748), + [sym_operator_name] = ACTIONS(1748), + [sym_this] = ACTIONS(1748), + [sym_nullptr] = ACTIONS(1748), + [sym_alone_macro] = ACTIONS(1750), + [aux_sym_alone_macro_call_token1] = ACTIONS(1748), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_FORWARD] = ACTIONS(1748), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1748), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_PS_GET] = ACTIONS(1748), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1748), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1748), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1748), + [anon_sym_MOZ_COLD] = ACTIONS(1748), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1748), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1748), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1748), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1748), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1748), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1748), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1748), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1748), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1748), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1748), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1748), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1748), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_RAII] = ACTIONS(1748), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1748), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1748), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1748), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1748), + [sym_raw_string_literal] = ACTIONS(1750), }, - [153] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [242] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_else] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_catch] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, - [154] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1760), - [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_try] = ACTIONS(1758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [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_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), - [sym_raw_string_literal] = ACTIONS(1760), + [243] = { + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_include_token1] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token2] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [aux_sym_preproc_else_token1] = ACTIONS(1752), + [aux_sym_preproc_elif_token1] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym___cdecl] = ACTIONS(1752), + [anon_sym___clrcall] = ACTIONS(1752), + [anon_sym___stdcall] = ACTIONS(1752), + [anon_sym___fastcall] = ACTIONS(1752), + [anon_sym___thiscall] = ACTIONS(1752), + [anon_sym___vectorcall] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_switch] = ACTIONS(1752), + [anon_sym_case] = ACTIONS(1752), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_do] = ACTIONS(1752), + [anon_sym_for] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_goto] = ACTIONS(1752), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_sizeof] = ACTIONS(1752), + [sym_number_literal] = ACTIONS(1754), + [anon_sym_L_SQUOTE] = ACTIONS(1754), + [anon_sym_u_SQUOTE] = ACTIONS(1754), + [anon_sym_U_SQUOTE] = ACTIONS(1754), + [anon_sym_u8_SQUOTE] = ACTIONS(1754), + [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_L_DQUOTE] = ACTIONS(1754), + [anon_sym_u_DQUOTE] = ACTIONS(1754), + [anon_sym_U_DQUOTE] = ACTIONS(1754), + [anon_sym_u8_DQUOTE] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym_true] = ACTIONS(1752), + [sym_false] = ACTIONS(1752), + [sym_null] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_delete] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [anon_sym_new] = ACTIONS(1752), + [sym_operator_name] = ACTIONS(1752), + [sym_this] = ACTIONS(1752), + [sym_nullptr] = ACTIONS(1752), + [sym_alone_macro] = ACTIONS(1754), + [aux_sym_alone_macro_call_token1] = ACTIONS(1752), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_FORWARD] = ACTIONS(1752), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1752), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_PS_GET] = ACTIONS(1752), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1752), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1752), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), + [sym_raw_string_literal] = ACTIONS(1754), }, - [155] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [244] = { + [sym_identifier] = ACTIONS(1756), + [aux_sym_preproc_include_token1] = ACTIONS(1756), + [aux_sym_preproc_def_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token2] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1756), + [aux_sym_preproc_else_token1] = ACTIONS(1756), + [aux_sym_preproc_elif_token1] = ACTIONS(1756), + [sym_preproc_directive] = ACTIONS(1756), + [anon_sym_LPAREN2] = ACTIONS(1758), + [anon_sym_BANG] = ACTIONS(1758), + [anon_sym_TILDE] = ACTIONS(1758), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1758), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_typedef] = ACTIONS(1756), + [anon_sym_extern] = ACTIONS(1756), + [anon_sym___attribute__] = ACTIONS(1756), + [anon_sym___declspec] = ACTIONS(1756), + [anon_sym___based] = ACTIONS(1756), + [anon_sym___cdecl] = ACTIONS(1756), + [anon_sym___clrcall] = ACTIONS(1756), + [anon_sym___stdcall] = ACTIONS(1756), + [anon_sym___fastcall] = ACTIONS(1756), + [anon_sym___thiscall] = ACTIONS(1756), + [anon_sym___vectorcall] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1756), + [anon_sym_static] = ACTIONS(1756), + [anon_sym_register] = ACTIONS(1756), + [anon_sym_inline] = ACTIONS(1756), + [anon_sym_const] = ACTIONS(1756), + [anon_sym_volatile] = ACTIONS(1756), + [anon_sym_restrict] = ACTIONS(1756), + [anon_sym__Atomic] = ACTIONS(1756), + [anon_sym_mutable] = ACTIONS(1756), + [anon_sym_constexpr] = ACTIONS(1756), + [anon_sym_signed] = ACTIONS(1756), + [anon_sym_unsigned] = ACTIONS(1756), + [anon_sym_long] = ACTIONS(1756), + [anon_sym_short] = ACTIONS(1756), + [sym_primitive_type] = ACTIONS(1756), + [anon_sym_enum] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(1756), + [anon_sym_struct] = ACTIONS(1756), + [anon_sym_union] = ACTIONS(1756), + [anon_sym_if] = ACTIONS(1756), + [anon_sym_switch] = ACTIONS(1756), + [anon_sym_case] = ACTIONS(1756), + [anon_sym_default] = ACTIONS(1756), + [anon_sym_while] = ACTIONS(1756), + [anon_sym_do] = ACTIONS(1756), + [anon_sym_for] = ACTIONS(1756), + [anon_sym_return] = ACTIONS(1756), + [anon_sym_break] = ACTIONS(1756), + [anon_sym_continue] = ACTIONS(1756), + [anon_sym_goto] = ACTIONS(1756), + [anon_sym_DASH_DASH] = ACTIONS(1758), + [anon_sym_PLUS_PLUS] = ACTIONS(1758), + [anon_sym_sizeof] = ACTIONS(1756), + [sym_number_literal] = ACTIONS(1758), + [anon_sym_L_SQUOTE] = ACTIONS(1758), + [anon_sym_u_SQUOTE] = ACTIONS(1758), + [anon_sym_U_SQUOTE] = ACTIONS(1758), + [anon_sym_u8_SQUOTE] = ACTIONS(1758), + [anon_sym_SQUOTE] = ACTIONS(1758), + [anon_sym_L_DQUOTE] = ACTIONS(1758), + [anon_sym_u_DQUOTE] = ACTIONS(1758), + [anon_sym_U_DQUOTE] = ACTIONS(1758), + [anon_sym_u8_DQUOTE] = ACTIONS(1758), + [anon_sym_DQUOTE] = ACTIONS(1758), + [sym_true] = ACTIONS(1756), + [sym_false] = ACTIONS(1756), + [sym_null] = ACTIONS(1756), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1756), + [anon_sym_virtual] = ACTIONS(1756), + [anon_sym_explicit] = ACTIONS(1756), + [sym_auto] = ACTIONS(1756), + [anon_sym_typename] = ACTIONS(1756), + [anon_sym_template] = ACTIONS(1756), + [anon_sym_COLON_COLON] = ACTIONS(1758), + [anon_sym_operator] = ACTIONS(1756), + [anon_sym_delete] = ACTIONS(1756), + [anon_sym_throw] = ACTIONS(1756), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_using] = ACTIONS(1756), + [anon_sym_static_assert] = ACTIONS(1756), + [anon_sym_try] = ACTIONS(1756), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1758), + [anon_sym_new] = ACTIONS(1756), + [sym_operator_name] = ACTIONS(1756), + [sym_this] = ACTIONS(1756), + [sym_nullptr] = ACTIONS(1756), + [sym_alone_macro] = ACTIONS(1758), + [aux_sym_alone_macro_call_token1] = ACTIONS(1756), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_FORWARD] = ACTIONS(1756), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1756), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_PS_GET] = ACTIONS(1756), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1756), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1756), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1756), + [anon_sym_MOZ_COLD] = ACTIONS(1756), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1756), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1756), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1756), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1756), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1756), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1756), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1756), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1756), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1756), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1756), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1756), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1756), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_RAII] = ACTIONS(1756), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1756), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1756), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1756), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1756), + [sym_raw_string_literal] = ACTIONS(1758), }, - [156] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [245] = { + [sym_identifier] = ACTIONS(1760), + [aux_sym_preproc_include_token1] = ACTIONS(1760), + [aux_sym_preproc_def_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token2] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1760), + [aux_sym_preproc_else_token1] = ACTIONS(1760), + [aux_sym_preproc_elif_token1] = ACTIONS(1760), + [sym_preproc_directive] = ACTIONS(1760), + [anon_sym_LPAREN2] = ACTIONS(1762), + [anon_sym_BANG] = ACTIONS(1762), + [anon_sym_TILDE] = ACTIONS(1762), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(1762), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1762), + [anon_sym_typedef] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym___attribute__] = ACTIONS(1760), + [anon_sym___declspec] = ACTIONS(1760), + [anon_sym___based] = ACTIONS(1760), + [anon_sym___cdecl] = ACTIONS(1760), + [anon_sym___clrcall] = ACTIONS(1760), + [anon_sym___stdcall] = ACTIONS(1760), + [anon_sym___fastcall] = ACTIONS(1760), + [anon_sym___thiscall] = ACTIONS(1760), + [anon_sym___vectorcall] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_static] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_inline] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [anon_sym_volatile] = ACTIONS(1760), + [anon_sym_restrict] = ACTIONS(1760), + [anon_sym__Atomic] = ACTIONS(1760), + [anon_sym_mutable] = ACTIONS(1760), + [anon_sym_constexpr] = ACTIONS(1760), + [anon_sym_signed] = ACTIONS(1760), + [anon_sym_unsigned] = ACTIONS(1760), + [anon_sym_long] = ACTIONS(1760), + [anon_sym_short] = ACTIONS(1760), + [sym_primitive_type] = ACTIONS(1760), + [anon_sym_enum] = ACTIONS(1760), + [anon_sym_class] = ACTIONS(1760), + [anon_sym_struct] = ACTIONS(1760), + [anon_sym_union] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_switch] = ACTIONS(1760), + [anon_sym_case] = ACTIONS(1760), + [anon_sym_default] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_goto] = ACTIONS(1760), + [anon_sym_DASH_DASH] = ACTIONS(1762), + [anon_sym_PLUS_PLUS] = ACTIONS(1762), + [anon_sym_sizeof] = ACTIONS(1760), + [sym_number_literal] = ACTIONS(1762), + [anon_sym_L_SQUOTE] = ACTIONS(1762), + [anon_sym_u_SQUOTE] = ACTIONS(1762), + [anon_sym_U_SQUOTE] = ACTIONS(1762), + [anon_sym_u8_SQUOTE] = ACTIONS(1762), + [anon_sym_SQUOTE] = ACTIONS(1762), + [anon_sym_L_DQUOTE] = ACTIONS(1762), + [anon_sym_u_DQUOTE] = ACTIONS(1762), + [anon_sym_U_DQUOTE] = ACTIONS(1762), + [anon_sym_u8_DQUOTE] = ACTIONS(1762), + [anon_sym_DQUOTE] = ACTIONS(1762), + [sym_true] = ACTIONS(1760), + [sym_false] = ACTIONS(1760), + [sym_null] = ACTIONS(1760), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1760), + [anon_sym_virtual] = ACTIONS(1760), + [anon_sym_explicit] = ACTIONS(1760), + [sym_auto] = ACTIONS(1760), + [anon_sym_typename] = ACTIONS(1760), + [anon_sym_template] = ACTIONS(1760), + [anon_sym_COLON_COLON] = ACTIONS(1762), + [anon_sym_operator] = ACTIONS(1760), + [anon_sym_delete] = ACTIONS(1760), + [anon_sym_throw] = ACTIONS(1760), + [anon_sym_namespace] = ACTIONS(1760), + [anon_sym_using] = ACTIONS(1760), + [anon_sym_static_assert] = ACTIONS(1760), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1762), + [anon_sym_new] = ACTIONS(1760), + [sym_operator_name] = ACTIONS(1760), + [sym_this] = ACTIONS(1760), + [sym_nullptr] = ACTIONS(1760), + [sym_alone_macro] = ACTIONS(1762), + [aux_sym_alone_macro_call_token1] = ACTIONS(1760), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_FORWARD] = ACTIONS(1760), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1760), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_PS_GET] = ACTIONS(1760), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1760), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1760), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1760), + [anon_sym_MOZ_COLD] = ACTIONS(1760), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1760), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1760), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1760), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1760), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1760), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1760), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1760), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1760), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1760), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1760), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1760), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1760), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_RAII] = ACTIONS(1760), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1760), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1760), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1760), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1760), + [sym_raw_string_literal] = ACTIONS(1762), }, - [157] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [246] = { + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_include_token1] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token2] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [aux_sym_preproc_else_token1] = ACTIONS(1764), + [aux_sym_preproc_elif_token1] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym___cdecl] = ACTIONS(1764), + [anon_sym___clrcall] = ACTIONS(1764), + [anon_sym___stdcall] = ACTIONS(1764), + [anon_sym___fastcall] = ACTIONS(1764), + [anon_sym___thiscall] = ACTIONS(1764), + [anon_sym___vectorcall] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_switch] = ACTIONS(1764), + [anon_sym_case] = ACTIONS(1764), + [anon_sym_default] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_do] = ACTIONS(1764), + [anon_sym_for] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_goto] = ACTIONS(1764), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_sizeof] = ACTIONS(1764), + [sym_number_literal] = ACTIONS(1766), + [anon_sym_L_SQUOTE] = ACTIONS(1766), + [anon_sym_u_SQUOTE] = ACTIONS(1766), + [anon_sym_U_SQUOTE] = ACTIONS(1766), + [anon_sym_u8_SQUOTE] = ACTIONS(1766), + [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_L_DQUOTE] = ACTIONS(1766), + [anon_sym_u_DQUOTE] = ACTIONS(1766), + [anon_sym_U_DQUOTE] = ACTIONS(1766), + [anon_sym_u8_DQUOTE] = ACTIONS(1766), + [anon_sym_DQUOTE] = ACTIONS(1766), + [sym_true] = ACTIONS(1764), + [sym_false] = ACTIONS(1764), + [sym_null] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_delete] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [anon_sym_new] = ACTIONS(1764), + [sym_operator_name] = ACTIONS(1764), + [sym_this] = ACTIONS(1764), + [sym_nullptr] = ACTIONS(1764), + [sym_alone_macro] = ACTIONS(1766), + [aux_sym_alone_macro_call_token1] = ACTIONS(1764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_FORWARD] = ACTIONS(1764), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1764), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_PS_GET] = ACTIONS(1764), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1764), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1764), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), + [sym_raw_string_literal] = ACTIONS(1766), }, - [158] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [247] = { + [sym_identifier] = ACTIONS(1768), + [aux_sym_preproc_include_token1] = ACTIONS(1768), + [aux_sym_preproc_def_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token2] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1768), + [aux_sym_preproc_else_token1] = ACTIONS(1768), + [aux_sym_preproc_elif_token1] = ACTIONS(1768), + [sym_preproc_directive] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym_typedef] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym_mutable] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1768), + [anon_sym_unsigned] = ACTIONS(1768), + [anon_sym_long] = ACTIONS(1768), + [anon_sym_short] = ACTIONS(1768), + [sym_primitive_type] = ACTIONS(1768), + [anon_sym_enum] = ACTIONS(1768), + [anon_sym_class] = ACTIONS(1768), + [anon_sym_struct] = ACTIONS(1768), + [anon_sym_union] = ACTIONS(1768), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1768), + [anon_sym_default] = ACTIONS(1768), + [anon_sym_while] = ACTIONS(1768), + [anon_sym_do] = ACTIONS(1768), + [anon_sym_for] = ACTIONS(1768), + [anon_sym_return] = ACTIONS(1768), + [anon_sym_break] = ACTIONS(1768), + [anon_sym_continue] = ACTIONS(1768), + [anon_sym_goto] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_sizeof] = ACTIONS(1768), + [sym_number_literal] = ACTIONS(1770), + [anon_sym_L_SQUOTE] = ACTIONS(1770), + [anon_sym_u_SQUOTE] = ACTIONS(1770), + [anon_sym_U_SQUOTE] = ACTIONS(1770), + [anon_sym_u8_SQUOTE] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1770), + [anon_sym_L_DQUOTE] = ACTIONS(1770), + [anon_sym_u_DQUOTE] = ACTIONS(1770), + [anon_sym_U_DQUOTE] = ACTIONS(1770), + [anon_sym_u8_DQUOTE] = ACTIONS(1770), + [anon_sym_DQUOTE] = ACTIONS(1770), + [sym_true] = ACTIONS(1768), + [sym_false] = ACTIONS(1768), + [sym_null] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1768), + [anon_sym_virtual] = ACTIONS(1768), + [anon_sym_explicit] = ACTIONS(1768), + [sym_auto] = ACTIONS(1768), + [anon_sym_typename] = ACTIONS(1768), + [anon_sym_template] = ACTIONS(1768), + [anon_sym_COLON_COLON] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1768), + [anon_sym_delete] = ACTIONS(1768), + [anon_sym_throw] = ACTIONS(1768), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_using] = ACTIONS(1768), + [anon_sym_static_assert] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1770), + [anon_sym_new] = ACTIONS(1768), + [sym_operator_name] = ACTIONS(1768), + [sym_this] = ACTIONS(1768), + [sym_nullptr] = ACTIONS(1768), + [sym_alone_macro] = ACTIONS(1770), + [aux_sym_alone_macro_call_token1] = ACTIONS(1768), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_FORWARD] = ACTIONS(1768), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1768), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_PS_GET] = ACTIONS(1768), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1768), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1768), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1768), + [anon_sym_MOZ_COLD] = ACTIONS(1768), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1768), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1768), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1768), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1768), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1768), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1768), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1768), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1768), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1768), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1768), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1768), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1768), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_RAII] = ACTIONS(1768), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1768), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1768), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1768), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1768), + [sym_raw_string_literal] = ACTIONS(1770), }, - [159] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1764), - [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_try] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [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_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), - [sym_raw_string_literal] = ACTIONS(1764), + [248] = { + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token2] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym___cdecl] = ACTIONS(1412), + [anon_sym___clrcall] = ACTIONS(1412), + [anon_sym___stdcall] = ACTIONS(1412), + [anon_sym___fastcall] = ACTIONS(1412), + [anon_sym___thiscall] = ACTIONS(1412), + [anon_sym___vectorcall] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_switch] = ACTIONS(1412), + [anon_sym_case] = ACTIONS(1412), + [anon_sym_default] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_goto] = ACTIONS(1412), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_PLUS_PLUS] = ACTIONS(1414), + [anon_sym_sizeof] = ACTIONS(1412), + [sym_number_literal] = ACTIONS(1414), + [anon_sym_L_SQUOTE] = ACTIONS(1414), + [anon_sym_u_SQUOTE] = ACTIONS(1414), + [anon_sym_U_SQUOTE] = ACTIONS(1414), + [anon_sym_u8_SQUOTE] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_L_DQUOTE] = ACTIONS(1414), + [anon_sym_u_DQUOTE] = ACTIONS(1414), + [anon_sym_U_DQUOTE] = ACTIONS(1414), + [anon_sym_u8_DQUOTE] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_null] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_delete] = ACTIONS(1412), + [anon_sym_throw] = ACTIONS(1412), + [anon_sym_namespace] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [anon_sym_new] = ACTIONS(1412), + [sym_operator_name] = ACTIONS(1412), + [sym_this] = ACTIONS(1412), + [sym_nullptr] = ACTIONS(1412), + [sym_alone_macro] = ACTIONS(1414), + [aux_sym_alone_macro_call_token1] = ACTIONS(1412), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_FORWARD] = ACTIONS(1412), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1412), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_PS_GET] = ACTIONS(1412), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1412), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1412), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + [sym_raw_string_literal] = ACTIONS(1414), }, - [160] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [249] = { + [ts_builtin_sym_end] = ACTIONS(1414), + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym___cdecl] = ACTIONS(1412), + [anon_sym___clrcall] = ACTIONS(1412), + [anon_sym___stdcall] = ACTIONS(1412), + [anon_sym___fastcall] = ACTIONS(1412), + [anon_sym___thiscall] = ACTIONS(1412), + [anon_sym___vectorcall] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_switch] = ACTIONS(1412), + [anon_sym_case] = ACTIONS(1412), + [anon_sym_default] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_goto] = ACTIONS(1412), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_PLUS_PLUS] = ACTIONS(1414), + [anon_sym_sizeof] = ACTIONS(1412), + [sym_number_literal] = ACTIONS(1414), + [anon_sym_L_SQUOTE] = ACTIONS(1414), + [anon_sym_u_SQUOTE] = ACTIONS(1414), + [anon_sym_U_SQUOTE] = ACTIONS(1414), + [anon_sym_u8_SQUOTE] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_L_DQUOTE] = ACTIONS(1414), + [anon_sym_u_DQUOTE] = ACTIONS(1414), + [anon_sym_U_DQUOTE] = ACTIONS(1414), + [anon_sym_u8_DQUOTE] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_null] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_delete] = ACTIONS(1412), + [anon_sym_throw] = ACTIONS(1412), + [anon_sym_namespace] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [anon_sym_new] = ACTIONS(1412), + [sym_operator_name] = ACTIONS(1412), + [sym_this] = ACTIONS(1412), + [sym_nullptr] = ACTIONS(1412), + [sym_alone_macro] = ACTIONS(1414), + [aux_sym_alone_macro_call_token1] = ACTIONS(1412), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_FORWARD] = ACTIONS(1412), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1412), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_PS_GET] = ACTIONS(1412), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1412), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1412), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + [sym_raw_string_literal] = ACTIONS(1414), }, - [161] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [250] = { + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_include_token1] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token2] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [aux_sym_preproc_else_token1] = ACTIONS(1772), + [aux_sym_preproc_elif_token1] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_BANG] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_DASH] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1772), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym___cdecl] = ACTIONS(1772), + [anon_sym___clrcall] = ACTIONS(1772), + [anon_sym___stdcall] = ACTIONS(1772), + [anon_sym___fastcall] = ACTIONS(1772), + [anon_sym___thiscall] = ACTIONS(1772), + [anon_sym___vectorcall] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [anon_sym_if] = ACTIONS(1772), + [anon_sym_switch] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_default] = ACTIONS(1772), + [anon_sym_while] = ACTIONS(1772), + [anon_sym_do] = ACTIONS(1772), + [anon_sym_for] = ACTIONS(1772), + [anon_sym_return] = ACTIONS(1772), + [anon_sym_break] = ACTIONS(1772), + [anon_sym_continue] = ACTIONS(1772), + [anon_sym_goto] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_sizeof] = ACTIONS(1772), + [sym_number_literal] = ACTIONS(1774), + [anon_sym_L_SQUOTE] = ACTIONS(1774), + [anon_sym_u_SQUOTE] = ACTIONS(1774), + [anon_sym_U_SQUOTE] = ACTIONS(1774), + [anon_sym_u8_SQUOTE] = ACTIONS(1774), + [anon_sym_SQUOTE] = ACTIONS(1774), + [anon_sym_L_DQUOTE] = ACTIONS(1774), + [anon_sym_u_DQUOTE] = ACTIONS(1774), + [anon_sym_U_DQUOTE] = ACTIONS(1774), + [anon_sym_u8_DQUOTE] = ACTIONS(1774), + [anon_sym_DQUOTE] = ACTIONS(1774), + [sym_true] = ACTIONS(1772), + [sym_false] = ACTIONS(1772), + [sym_null] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_delete] = ACTIONS(1772), + [anon_sym_throw] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_try] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [anon_sym_new] = ACTIONS(1772), + [sym_operator_name] = ACTIONS(1772), + [sym_this] = ACTIONS(1772), + [sym_nullptr] = ACTIONS(1772), + [sym_alone_macro] = ACTIONS(1774), + [aux_sym_alone_macro_call_token1] = ACTIONS(1772), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_FORWARD] = ACTIONS(1772), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1772), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_PS_GET] = ACTIONS(1772), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1772), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1772), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), + [sym_raw_string_literal] = ACTIONS(1774), }, - [162] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [251] = { + [sym_identifier] = ACTIONS(1776), + [aux_sym_preproc_include_token1] = ACTIONS(1776), + [aux_sym_preproc_def_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token2] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1776), + [aux_sym_preproc_else_token1] = ACTIONS(1776), + [aux_sym_preproc_elif_token1] = ACTIONS(1776), + [sym_preproc_directive] = ACTIONS(1776), + [anon_sym_LPAREN2] = ACTIONS(1778), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_TILDE] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_AMP_AMP] = ACTIONS(1778), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_typedef] = ACTIONS(1776), + [anon_sym_extern] = ACTIONS(1776), + [anon_sym___attribute__] = ACTIONS(1776), + [anon_sym___declspec] = ACTIONS(1776), + [anon_sym___based] = ACTIONS(1776), + [anon_sym___cdecl] = ACTIONS(1776), + [anon_sym___clrcall] = ACTIONS(1776), + [anon_sym___stdcall] = ACTIONS(1776), + [anon_sym___fastcall] = ACTIONS(1776), + [anon_sym___thiscall] = ACTIONS(1776), + [anon_sym___vectorcall] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1776), + [anon_sym_register] = ACTIONS(1776), + [anon_sym_inline] = ACTIONS(1776), + [anon_sym_const] = ACTIONS(1776), + [anon_sym_volatile] = ACTIONS(1776), + [anon_sym_restrict] = ACTIONS(1776), + [anon_sym__Atomic] = ACTIONS(1776), + [anon_sym_mutable] = ACTIONS(1776), + [anon_sym_constexpr] = ACTIONS(1776), + [anon_sym_signed] = ACTIONS(1776), + [anon_sym_unsigned] = ACTIONS(1776), + [anon_sym_long] = ACTIONS(1776), + [anon_sym_short] = ACTIONS(1776), + [sym_primitive_type] = ACTIONS(1776), + [anon_sym_enum] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(1776), + [anon_sym_struct] = ACTIONS(1776), + [anon_sym_union] = ACTIONS(1776), + [anon_sym_if] = ACTIONS(1776), + [anon_sym_switch] = ACTIONS(1776), + [anon_sym_case] = ACTIONS(1776), + [anon_sym_default] = ACTIONS(1776), + [anon_sym_while] = ACTIONS(1776), + [anon_sym_do] = ACTIONS(1776), + [anon_sym_for] = ACTIONS(1776), + [anon_sym_return] = ACTIONS(1776), + [anon_sym_break] = ACTIONS(1776), + [anon_sym_continue] = ACTIONS(1776), + [anon_sym_goto] = ACTIONS(1776), + [anon_sym_DASH_DASH] = ACTIONS(1778), + [anon_sym_PLUS_PLUS] = ACTIONS(1778), + [anon_sym_sizeof] = ACTIONS(1776), + [sym_number_literal] = ACTIONS(1778), + [anon_sym_L_SQUOTE] = ACTIONS(1778), + [anon_sym_u_SQUOTE] = ACTIONS(1778), + [anon_sym_U_SQUOTE] = ACTIONS(1778), + [anon_sym_u8_SQUOTE] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_L_DQUOTE] = ACTIONS(1778), + [anon_sym_u_DQUOTE] = ACTIONS(1778), + [anon_sym_U_DQUOTE] = ACTIONS(1778), + [anon_sym_u8_DQUOTE] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym_true] = ACTIONS(1776), + [sym_false] = ACTIONS(1776), + [sym_null] = ACTIONS(1776), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1776), + [anon_sym_virtual] = ACTIONS(1776), + [anon_sym_explicit] = ACTIONS(1776), + [sym_auto] = ACTIONS(1776), + [anon_sym_typename] = ACTIONS(1776), + [anon_sym_template] = ACTIONS(1776), + [anon_sym_COLON_COLON] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1776), + [anon_sym_delete] = ACTIONS(1776), + [anon_sym_throw] = ACTIONS(1776), + [anon_sym_namespace] = ACTIONS(1776), + [anon_sym_using] = ACTIONS(1776), + [anon_sym_static_assert] = ACTIONS(1776), + [anon_sym_try] = ACTIONS(1776), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1778), + [anon_sym_new] = ACTIONS(1776), + [sym_operator_name] = ACTIONS(1776), + [sym_this] = ACTIONS(1776), + [sym_nullptr] = ACTIONS(1776), + [sym_alone_macro] = ACTIONS(1778), + [aux_sym_alone_macro_call_token1] = ACTIONS(1776), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_FORWARD] = ACTIONS(1776), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1776), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_PS_GET] = ACTIONS(1776), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1776), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1776), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1776), + [anon_sym_MOZ_COLD] = ACTIONS(1776), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1776), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1776), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1776), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1776), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1776), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1776), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1776), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1776), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1776), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1776), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1776), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1776), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_RAII] = ACTIONS(1776), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1776), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1776), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1776), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1776), + [sym_raw_string_literal] = ACTIONS(1778), }, - [163] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [252] = { + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_include_token1] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token2] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [aux_sym_preproc_else_token1] = ACTIONS(1780), + [aux_sym_preproc_elif_token1] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym___cdecl] = ACTIONS(1780), + [anon_sym___clrcall] = ACTIONS(1780), + [anon_sym___stdcall] = ACTIONS(1780), + [anon_sym___fastcall] = ACTIONS(1780), + [anon_sym___thiscall] = ACTIONS(1780), + [anon_sym___vectorcall] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [anon_sym_if] = ACTIONS(1780), + [anon_sym_switch] = ACTIONS(1780), + [anon_sym_case] = ACTIONS(1780), + [anon_sym_default] = ACTIONS(1780), + [anon_sym_while] = ACTIONS(1780), + [anon_sym_do] = ACTIONS(1780), + [anon_sym_for] = ACTIONS(1780), + [anon_sym_return] = ACTIONS(1780), + [anon_sym_break] = ACTIONS(1780), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_sizeof] = ACTIONS(1780), + [sym_number_literal] = ACTIONS(1782), + [anon_sym_L_SQUOTE] = ACTIONS(1782), + [anon_sym_u_SQUOTE] = ACTIONS(1782), + [anon_sym_U_SQUOTE] = ACTIONS(1782), + [anon_sym_u8_SQUOTE] = ACTIONS(1782), + [anon_sym_SQUOTE] = ACTIONS(1782), + [anon_sym_L_DQUOTE] = ACTIONS(1782), + [anon_sym_u_DQUOTE] = ACTIONS(1782), + [anon_sym_U_DQUOTE] = ACTIONS(1782), + [anon_sym_u8_DQUOTE] = ACTIONS(1782), + [anon_sym_DQUOTE] = ACTIONS(1782), + [sym_true] = ACTIONS(1780), + [sym_false] = ACTIONS(1780), + [sym_null] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_delete] = ACTIONS(1780), + [anon_sym_throw] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_try] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym_new] = ACTIONS(1780), + [sym_operator_name] = ACTIONS(1780), + [sym_this] = ACTIONS(1780), + [sym_nullptr] = ACTIONS(1780), + [sym_alone_macro] = ACTIONS(1782), + [aux_sym_alone_macro_call_token1] = ACTIONS(1780), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_FORWARD] = ACTIONS(1780), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1780), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_PS_GET] = ACTIONS(1780), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1780), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1780), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), + [sym_raw_string_literal] = ACTIONS(1782), }, - [164] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [253] = { + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_include_token1] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token2] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [aux_sym_preproc_else_token1] = ACTIONS(1784), + [aux_sym_preproc_elif_token1] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym___cdecl] = ACTIONS(1784), + [anon_sym___clrcall] = ACTIONS(1784), + [anon_sym___stdcall] = ACTIONS(1784), + [anon_sym___fastcall] = ACTIONS(1784), + [anon_sym___thiscall] = ACTIONS(1784), + [anon_sym___vectorcall] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_switch] = ACTIONS(1784), + [anon_sym_case] = ACTIONS(1784), + [anon_sym_default] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_do] = ACTIONS(1784), + [anon_sym_for] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_goto] = ACTIONS(1784), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_sizeof] = ACTIONS(1784), + [sym_number_literal] = ACTIONS(1786), + [anon_sym_L_SQUOTE] = ACTIONS(1786), + [anon_sym_u_SQUOTE] = ACTIONS(1786), + [anon_sym_U_SQUOTE] = ACTIONS(1786), + [anon_sym_u8_SQUOTE] = ACTIONS(1786), + [anon_sym_SQUOTE] = ACTIONS(1786), + [anon_sym_L_DQUOTE] = ACTIONS(1786), + [anon_sym_u_DQUOTE] = ACTIONS(1786), + [anon_sym_U_DQUOTE] = ACTIONS(1786), + [anon_sym_u8_DQUOTE] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym_true] = ACTIONS(1784), + [sym_false] = ACTIONS(1784), + [sym_null] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_delete] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_namespace] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [anon_sym_new] = ACTIONS(1784), + [sym_operator_name] = ACTIONS(1784), + [sym_this] = ACTIONS(1784), + [sym_nullptr] = ACTIONS(1784), + [sym_alone_macro] = ACTIONS(1786), + [aux_sym_alone_macro_call_token1] = ACTIONS(1784), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_FORWARD] = ACTIONS(1784), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1784), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_PS_GET] = ACTIONS(1784), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1784), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1784), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), + [sym_raw_string_literal] = ACTIONS(1786), }, - [165] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [254] = { + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_include_token1] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token2] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [aux_sym_preproc_else_token1] = ACTIONS(1788), + [aux_sym_preproc_elif_token1] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym___cdecl] = ACTIONS(1788), + [anon_sym___clrcall] = ACTIONS(1788), + [anon_sym___stdcall] = ACTIONS(1788), + [anon_sym___fastcall] = ACTIONS(1788), + [anon_sym___thiscall] = ACTIONS(1788), + [anon_sym___vectorcall] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_switch] = ACTIONS(1788), + [anon_sym_case] = ACTIONS(1788), + [anon_sym_default] = ACTIONS(1788), + [anon_sym_while] = ACTIONS(1788), + [anon_sym_do] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1790), + [anon_sym_PLUS_PLUS] = ACTIONS(1790), + [anon_sym_sizeof] = ACTIONS(1788), + [sym_number_literal] = ACTIONS(1790), + [anon_sym_L_SQUOTE] = ACTIONS(1790), + [anon_sym_u_SQUOTE] = ACTIONS(1790), + [anon_sym_U_SQUOTE] = ACTIONS(1790), + [anon_sym_u8_SQUOTE] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1790), + [anon_sym_L_DQUOTE] = ACTIONS(1790), + [anon_sym_u_DQUOTE] = ACTIONS(1790), + [anon_sym_U_DQUOTE] = ACTIONS(1790), + [anon_sym_u8_DQUOTE] = ACTIONS(1790), + [anon_sym_DQUOTE] = ACTIONS(1790), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_null] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_delete] = ACTIONS(1788), + [anon_sym_throw] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_try] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [anon_sym_new] = ACTIONS(1788), + [sym_operator_name] = ACTIONS(1788), + [sym_this] = ACTIONS(1788), + [sym_nullptr] = ACTIONS(1788), + [sym_alone_macro] = ACTIONS(1790), + [aux_sym_alone_macro_call_token1] = ACTIONS(1788), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_FORWARD] = ACTIONS(1788), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1788), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_PS_GET] = ACTIONS(1788), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1788), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1788), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), + [sym_raw_string_literal] = ACTIONS(1790), }, - [166] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [255] = { + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_include_token1] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token2] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [aux_sym_preproc_else_token1] = ACTIONS(1792), + [aux_sym_preproc_elif_token1] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_BANG] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_DASH] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1792), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym___cdecl] = ACTIONS(1792), + [anon_sym___clrcall] = ACTIONS(1792), + [anon_sym___stdcall] = ACTIONS(1792), + [anon_sym___fastcall] = ACTIONS(1792), + [anon_sym___thiscall] = ACTIONS(1792), + [anon_sym___vectorcall] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [anon_sym_if] = ACTIONS(1792), + [anon_sym_switch] = ACTIONS(1792), + [anon_sym_case] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1792), + [anon_sym_while] = ACTIONS(1792), + [anon_sym_do] = ACTIONS(1792), + [anon_sym_for] = ACTIONS(1792), + [anon_sym_return] = ACTIONS(1792), + [anon_sym_break] = ACTIONS(1792), + [anon_sym_continue] = ACTIONS(1792), + [anon_sym_goto] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_PLUS_PLUS] = ACTIONS(1794), + [anon_sym_sizeof] = ACTIONS(1792), + [sym_number_literal] = ACTIONS(1794), + [anon_sym_L_SQUOTE] = ACTIONS(1794), + [anon_sym_u_SQUOTE] = ACTIONS(1794), + [anon_sym_U_SQUOTE] = ACTIONS(1794), + [anon_sym_u8_SQUOTE] = ACTIONS(1794), + [anon_sym_SQUOTE] = ACTIONS(1794), + [anon_sym_L_DQUOTE] = ACTIONS(1794), + [anon_sym_u_DQUOTE] = ACTIONS(1794), + [anon_sym_U_DQUOTE] = ACTIONS(1794), + [anon_sym_u8_DQUOTE] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym_true] = ACTIONS(1792), + [sym_false] = ACTIONS(1792), + [sym_null] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_delete] = ACTIONS(1792), + [anon_sym_throw] = ACTIONS(1792), + [anon_sym_namespace] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_try] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [anon_sym_new] = ACTIONS(1792), + [sym_operator_name] = ACTIONS(1792), + [sym_this] = ACTIONS(1792), + [sym_nullptr] = ACTIONS(1792), + [sym_alone_macro] = ACTIONS(1794), + [aux_sym_alone_macro_call_token1] = ACTIONS(1792), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_FORWARD] = ACTIONS(1792), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1792), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_PS_GET] = ACTIONS(1792), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1792), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1792), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), + [sym_raw_string_literal] = ACTIONS(1794), }, - [167] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1768), - [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_try] = ACTIONS(1766), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [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_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), - [sym_raw_string_literal] = ACTIONS(1768), + [256] = { + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_include_token1] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token2] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [aux_sym_preproc_else_token1] = ACTIONS(1796), + [aux_sym_preproc_elif_token1] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym___cdecl] = ACTIONS(1796), + [anon_sym___clrcall] = ACTIONS(1796), + [anon_sym___stdcall] = ACTIONS(1796), + [anon_sym___fastcall] = ACTIONS(1796), + [anon_sym___thiscall] = ACTIONS(1796), + [anon_sym___vectorcall] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_switch] = ACTIONS(1796), + [anon_sym_case] = ACTIONS(1796), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_do] = ACTIONS(1796), + [anon_sym_for] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_goto] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_sizeof] = ACTIONS(1796), + [sym_number_literal] = ACTIONS(1798), + [anon_sym_L_SQUOTE] = ACTIONS(1798), + [anon_sym_u_SQUOTE] = ACTIONS(1798), + [anon_sym_U_SQUOTE] = ACTIONS(1798), + [anon_sym_u8_SQUOTE] = ACTIONS(1798), + [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_L_DQUOTE] = ACTIONS(1798), + [anon_sym_u_DQUOTE] = ACTIONS(1798), + [anon_sym_U_DQUOTE] = ACTIONS(1798), + [anon_sym_u8_DQUOTE] = ACTIONS(1798), + [anon_sym_DQUOTE] = ACTIONS(1798), + [sym_true] = ACTIONS(1796), + [sym_false] = ACTIONS(1796), + [sym_null] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_delete] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_namespace] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [anon_sym_new] = ACTIONS(1796), + [sym_operator_name] = ACTIONS(1796), + [sym_this] = ACTIONS(1796), + [sym_nullptr] = ACTIONS(1796), + [sym_alone_macro] = ACTIONS(1798), + [aux_sym_alone_macro_call_token1] = ACTIONS(1796), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_FORWARD] = ACTIONS(1796), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1796), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_PS_GET] = ACTIONS(1796), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1796), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1796), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), + [sym_raw_string_literal] = ACTIONS(1798), }, - [168] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [169] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [170] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1772), - [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_try] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [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_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), - [sym_raw_string_literal] = ACTIONS(1772), - }, - [171] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1776), - [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_try] = ACTIONS(1774), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [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_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), - [sym_raw_string_literal] = ACTIONS(1776), - }, - [172] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [173] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), - }, - [174] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), - }, - [175] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [176] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [177] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [178] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), - }, - [179] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [180] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), - }, - [181] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1788), - [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_try] = ACTIONS(1786), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [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_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), - [sym_raw_string_literal] = ACTIONS(1788), - }, - [182] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [183] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [184] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [185] = { - [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___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_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_else] = ACTIONS(1794), - [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_COLON_COLON] = ACTIONS(1792), - [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_try] = ACTIONS(1790), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [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_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), - [sym_raw_string_literal] = ACTIONS(1792), - }, - [186] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [187] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [188] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [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_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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [189] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1800), - [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_try] = ACTIONS(1798), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [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_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), - [sym_raw_string_literal] = ACTIONS(1800), - }, - [190] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [191] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [192] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [193] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [194] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1804), - [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_try] = ACTIONS(1802), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [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_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), - [sym_raw_string_literal] = ACTIONS(1804), - }, - [195] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [196] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [197] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [198] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1808), - [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_try] = ACTIONS(1806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [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_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), - [sym_raw_string_literal] = ACTIONS(1808), - }, - [199] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1812), - [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_try] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [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_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), - [sym_raw_string_literal] = ACTIONS(1812), - }, - [200] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1816), - [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_try] = ACTIONS(1814), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [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_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), - [sym_raw_string_literal] = ACTIONS(1816), - }, - [201] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [202] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1820), - [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_try] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [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_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), - [sym_raw_string_literal] = ACTIONS(1820), - }, - [203] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1824), - [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_try] = ACTIONS(1822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [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_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), - [sym_raw_string_literal] = ACTIONS(1824), - }, - [204] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1828), - [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_try] = ACTIONS(1826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [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_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), - [sym_raw_string_literal] = ACTIONS(1828), - }, - [205] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), - }, - [206] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1836), - [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_try] = ACTIONS(1834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [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_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), - [sym_raw_string_literal] = ACTIONS(1836), - }, - [207] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1840), - [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_try] = ACTIONS(1838), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [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_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), - [sym_raw_string_literal] = ACTIONS(1840), - }, - [208] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1844), - [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_try] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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_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), - [sym_raw_string_literal] = ACTIONS(1844), - }, - [209] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1848), - [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_try] = ACTIONS(1846), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [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_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), - [sym_raw_string_literal] = ACTIONS(1848), - }, - [210] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1852), - [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_try] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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_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), - [sym_raw_string_literal] = ACTIONS(1852), - }, - [211] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1856), - [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_try] = ACTIONS(1854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [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_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), - [sym_raw_string_literal] = ACTIONS(1856), - }, - [212] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1860), - [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_try] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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_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), - [sym_raw_string_literal] = ACTIONS(1860), - }, - [213] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1864), - [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_try] = ACTIONS(1862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [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_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), - [sym_raw_string_literal] = ACTIONS(1864), - }, - [214] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), - }, - [215] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), - }, - [216] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1872), - [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_try] = ACTIONS(1870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [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_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), - [sym_raw_string_literal] = ACTIONS(1872), - }, - [217] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1876), - [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_try] = ACTIONS(1874), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [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_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), - [sym_raw_string_literal] = ACTIONS(1876), - }, - [218] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1880), - [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_try] = ACTIONS(1878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [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_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), - [sym_raw_string_literal] = ACTIONS(1880), - }, - [219] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1884), - [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_try] = ACTIONS(1882), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [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_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), - [sym_raw_string_literal] = ACTIONS(1884), - }, - [220] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), - }, - [221] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1888), - [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_try] = ACTIONS(1886), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [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_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), - [sym_raw_string_literal] = ACTIONS(1888), - }, - [222] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1892), - [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_try] = ACTIONS(1890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [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_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), - [sym_raw_string_literal] = ACTIONS(1892), - }, - [223] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1896), - [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_try] = ACTIONS(1894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [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_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), - [sym_raw_string_literal] = ACTIONS(1896), - }, - [224] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1900), - [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_try] = ACTIONS(1898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [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_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), - [sym_raw_string_literal] = ACTIONS(1900), - }, - [225] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1904), - [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_try] = ACTIONS(1902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [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_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), - [sym_raw_string_literal] = ACTIONS(1904), - }, - [226] = { - [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___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_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_else] = ACTIONS(1910), - [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_COLON_COLON] = ACTIONS(1908), - [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_try] = ACTIONS(1906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [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_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), - [sym_raw_string_literal] = ACTIONS(1908), - }, - [227] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_catch] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [228] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_include_token1] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token2] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [aux_sym_preproc_else_token1] = ACTIONS(1912), - [aux_sym_preproc_elif_token1] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_BANG] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1912), - [anon_sym_PLUS] = ACTIONS(1912), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym___cdecl] = ACTIONS(1912), - [anon_sym___clrcall] = ACTIONS(1912), - [anon_sym___stdcall] = ACTIONS(1912), - [anon_sym___fastcall] = ACTIONS(1912), - [anon_sym___thiscall] = ACTIONS(1912), - [anon_sym___vectorcall] = ACTIONS(1912), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(1912), - [anon_sym_switch] = ACTIONS(1912), - [anon_sym_case] = ACTIONS(1912), - [anon_sym_default] = ACTIONS(1912), - [anon_sym_while] = ACTIONS(1912), - [anon_sym_do] = ACTIONS(1912), - [anon_sym_for] = ACTIONS(1912), - [anon_sym_return] = ACTIONS(1912), - [anon_sym_break] = ACTIONS(1912), - [anon_sym_continue] = ACTIONS(1912), - [anon_sym_goto] = ACTIONS(1912), - [anon_sym_DASH_DASH] = ACTIONS(1914), - [anon_sym_PLUS_PLUS] = ACTIONS(1914), - [anon_sym_sizeof] = ACTIONS(1912), - [sym_number_literal] = ACTIONS(1914), - [anon_sym_L_SQUOTE] = ACTIONS(1914), - [anon_sym_u_SQUOTE] = ACTIONS(1914), - [anon_sym_U_SQUOTE] = ACTIONS(1914), - [anon_sym_u8_SQUOTE] = ACTIONS(1914), - [anon_sym_SQUOTE] = ACTIONS(1914), - [anon_sym_L_DQUOTE] = ACTIONS(1914), - [anon_sym_u_DQUOTE] = ACTIONS(1914), - [anon_sym_U_DQUOTE] = ACTIONS(1914), - [anon_sym_u8_DQUOTE] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym_true] = ACTIONS(1912), - [sym_false] = ACTIONS(1912), - [sym_null] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_delete] = ACTIONS(1912), - [anon_sym_throw] = ACTIONS(1912), - [anon_sym_namespace] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_try] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1912), - [sym_operator_name] = ACTIONS(1912), - [sym_this] = ACTIONS(1912), - [sym_nullptr] = ACTIONS(1912), - [sym_alone_macro] = ACTIONS(1914), - [aux_sym_alone_macro_call_token1] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), - [sym_raw_string_literal] = ACTIONS(1914), - }, - [229] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_include_token1] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token2] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [aux_sym_preproc_else_token1] = ACTIONS(1916), - [aux_sym_preproc_elif_token1] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_BANG] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1916), - [anon_sym_PLUS] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym___cdecl] = ACTIONS(1916), - [anon_sym___clrcall] = ACTIONS(1916), - [anon_sym___stdcall] = ACTIONS(1916), - [anon_sym___fastcall] = ACTIONS(1916), - [anon_sym___thiscall] = ACTIONS(1916), - [anon_sym___vectorcall] = ACTIONS(1916), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(1916), - [anon_sym_switch] = ACTIONS(1916), - [anon_sym_case] = ACTIONS(1916), - [anon_sym_default] = ACTIONS(1916), - [anon_sym_while] = ACTIONS(1916), - [anon_sym_do] = ACTIONS(1916), - [anon_sym_for] = ACTIONS(1916), - [anon_sym_return] = ACTIONS(1916), - [anon_sym_break] = ACTIONS(1916), - [anon_sym_continue] = ACTIONS(1916), - [anon_sym_goto] = ACTIONS(1916), - [anon_sym_DASH_DASH] = ACTIONS(1918), - [anon_sym_PLUS_PLUS] = ACTIONS(1918), - [anon_sym_sizeof] = ACTIONS(1916), - [sym_number_literal] = ACTIONS(1918), - [anon_sym_L_SQUOTE] = ACTIONS(1918), - [anon_sym_u_SQUOTE] = ACTIONS(1918), - [anon_sym_U_SQUOTE] = ACTIONS(1918), - [anon_sym_u8_SQUOTE] = ACTIONS(1918), - [anon_sym_SQUOTE] = ACTIONS(1918), - [anon_sym_L_DQUOTE] = ACTIONS(1918), - [anon_sym_u_DQUOTE] = ACTIONS(1918), - [anon_sym_U_DQUOTE] = ACTIONS(1918), - [anon_sym_u8_DQUOTE] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym_true] = ACTIONS(1916), - [sym_false] = ACTIONS(1916), - [sym_null] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_delete] = ACTIONS(1916), - [anon_sym_throw] = ACTIONS(1916), - [anon_sym_namespace] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_try] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [anon_sym_new] = ACTIONS(1916), - [sym_operator_name] = ACTIONS(1916), - [sym_this] = ACTIONS(1916), - [sym_nullptr] = ACTIONS(1916), - [sym_alone_macro] = ACTIONS(1918), - [aux_sym_alone_macro_call_token1] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), - [sym_raw_string_literal] = ACTIONS(1918), - }, - [230] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), - }, - [231] = { - [sym_identifier] = ACTIONS(1924), - [aux_sym_preproc_include_token1] = ACTIONS(1924), - [aux_sym_preproc_def_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token2] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), - [aux_sym_preproc_else_token1] = ACTIONS(1924), - [aux_sym_preproc_elif_token1] = ACTIONS(1924), - [sym_preproc_directive] = ACTIONS(1924), - [anon_sym_LPAREN2] = ACTIONS(1926), - [anon_sym_BANG] = ACTIONS(1926), - [anon_sym_TILDE] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1924), - [anon_sym_PLUS] = ACTIONS(1924), - [anon_sym_STAR] = ACTIONS(1926), - [anon_sym_AMP_AMP] = ACTIONS(1926), - [anon_sym_AMP] = ACTIONS(1924), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_typedef] = ACTIONS(1924), - [anon_sym_extern] = ACTIONS(1924), - [anon_sym___attribute__] = ACTIONS(1924), - [anon_sym___declspec] = ACTIONS(1924), - [anon_sym___based] = ACTIONS(1924), - [anon_sym___cdecl] = ACTIONS(1924), - [anon_sym___clrcall] = ACTIONS(1924), - [anon_sym___stdcall] = ACTIONS(1924), - [anon_sym___fastcall] = ACTIONS(1924), - [anon_sym___thiscall] = ACTIONS(1924), - [anon_sym___vectorcall] = ACTIONS(1924), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1924), - [anon_sym_static] = ACTIONS(1924), - [anon_sym_register] = ACTIONS(1924), - [anon_sym_inline] = ACTIONS(1924), - [anon_sym_const] = ACTIONS(1924), - [anon_sym_volatile] = ACTIONS(1924), - [anon_sym_restrict] = ACTIONS(1924), - [anon_sym__Atomic] = ACTIONS(1924), - [anon_sym_mutable] = ACTIONS(1924), - [anon_sym_constexpr] = ACTIONS(1924), - [anon_sym_signed] = ACTIONS(1924), - [anon_sym_unsigned] = ACTIONS(1924), - [anon_sym_long] = ACTIONS(1924), - [anon_sym_short] = ACTIONS(1924), - [sym_primitive_type] = ACTIONS(1924), - [anon_sym_enum] = ACTIONS(1924), - [anon_sym_class] = ACTIONS(1924), - [anon_sym_struct] = ACTIONS(1924), - [anon_sym_union] = ACTIONS(1924), - [anon_sym_if] = ACTIONS(1924), - [anon_sym_switch] = ACTIONS(1924), - [anon_sym_case] = ACTIONS(1924), - [anon_sym_default] = ACTIONS(1924), - [anon_sym_while] = ACTIONS(1924), - [anon_sym_do] = ACTIONS(1924), - [anon_sym_for] = ACTIONS(1924), - [anon_sym_return] = ACTIONS(1924), - [anon_sym_break] = ACTIONS(1924), - [anon_sym_continue] = ACTIONS(1924), - [anon_sym_goto] = ACTIONS(1924), - [anon_sym_DASH_DASH] = ACTIONS(1926), - [anon_sym_PLUS_PLUS] = ACTIONS(1926), - [anon_sym_sizeof] = ACTIONS(1924), - [sym_number_literal] = ACTIONS(1926), - [anon_sym_L_SQUOTE] = ACTIONS(1926), - [anon_sym_u_SQUOTE] = ACTIONS(1926), - [anon_sym_U_SQUOTE] = ACTIONS(1926), - [anon_sym_u8_SQUOTE] = ACTIONS(1926), - [anon_sym_SQUOTE] = ACTIONS(1926), - [anon_sym_L_DQUOTE] = ACTIONS(1926), - [anon_sym_u_DQUOTE] = ACTIONS(1926), - [anon_sym_U_DQUOTE] = ACTIONS(1926), - [anon_sym_u8_DQUOTE] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym_true] = ACTIONS(1924), - [sym_false] = ACTIONS(1924), - [sym_null] = ACTIONS(1924), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1924), - [anon_sym_virtual] = ACTIONS(1924), - [anon_sym_explicit] = ACTIONS(1924), - [sym_auto] = ACTIONS(1924), - [anon_sym_typename] = ACTIONS(1924), - [anon_sym_template] = ACTIONS(1924), - [anon_sym_COLON_COLON] = ACTIONS(1926), - [anon_sym_operator] = ACTIONS(1924), - [anon_sym_delete] = ACTIONS(1924), - [anon_sym_throw] = ACTIONS(1924), - [anon_sym_namespace] = ACTIONS(1924), - [anon_sym_using] = ACTIONS(1924), - [anon_sym_static_assert] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1926), - [anon_sym_new] = ACTIONS(1924), - [sym_operator_name] = ACTIONS(1924), - [sym_this] = ACTIONS(1924), - [sym_nullptr] = ACTIONS(1924), - [sym_alone_macro] = ACTIONS(1926), - [aux_sym_alone_macro_call_token1] = ACTIONS(1924), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1924), - [anon_sym_MOZ_COLD] = ACTIONS(1924), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1924), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1924), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1924), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1924), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1924), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1924), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1924), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1924), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1924), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1924), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1924), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1924), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_RAII] = ACTIONS(1924), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1924), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1924), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1924), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1924), - [sym_raw_string_literal] = ACTIONS(1926), - }, - [232] = { - [sym_identifier] = ACTIONS(1928), - [aux_sym_preproc_include_token1] = ACTIONS(1928), - [aux_sym_preproc_def_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token2] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1928), - [aux_sym_preproc_else_token1] = ACTIONS(1928), - [aux_sym_preproc_elif_token1] = ACTIONS(1928), - [sym_preproc_directive] = ACTIONS(1928), - [anon_sym_LPAREN2] = ACTIONS(1930), - [anon_sym_BANG] = ACTIONS(1930), - [anon_sym_TILDE] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1928), - [anon_sym_PLUS] = ACTIONS(1928), - [anon_sym_STAR] = ACTIONS(1930), - [anon_sym_AMP_AMP] = ACTIONS(1930), - [anon_sym_AMP] = ACTIONS(1928), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_typedef] = ACTIONS(1928), - [anon_sym_extern] = ACTIONS(1928), - [anon_sym___attribute__] = ACTIONS(1928), - [anon_sym___declspec] = ACTIONS(1928), - [anon_sym___based] = ACTIONS(1928), - [anon_sym___cdecl] = ACTIONS(1928), - [anon_sym___clrcall] = ACTIONS(1928), - [anon_sym___stdcall] = ACTIONS(1928), - [anon_sym___fastcall] = ACTIONS(1928), - [anon_sym___thiscall] = ACTIONS(1928), - [anon_sym___vectorcall] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1928), - [anon_sym_static] = ACTIONS(1928), - [anon_sym_register] = ACTIONS(1928), - [anon_sym_inline] = ACTIONS(1928), - [anon_sym_const] = ACTIONS(1928), - [anon_sym_volatile] = ACTIONS(1928), - [anon_sym_restrict] = ACTIONS(1928), - [anon_sym__Atomic] = ACTIONS(1928), - [anon_sym_mutable] = ACTIONS(1928), - [anon_sym_constexpr] = ACTIONS(1928), - [anon_sym_signed] = ACTIONS(1928), - [anon_sym_unsigned] = ACTIONS(1928), - [anon_sym_long] = ACTIONS(1928), - [anon_sym_short] = ACTIONS(1928), - [sym_primitive_type] = ACTIONS(1928), - [anon_sym_enum] = ACTIONS(1928), - [anon_sym_class] = ACTIONS(1928), - [anon_sym_struct] = ACTIONS(1928), - [anon_sym_union] = ACTIONS(1928), - [anon_sym_if] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1928), - [anon_sym_case] = ACTIONS(1928), - [anon_sym_default] = ACTIONS(1928), - [anon_sym_while] = ACTIONS(1928), - [anon_sym_do] = ACTIONS(1928), - [anon_sym_for] = ACTIONS(1928), - [anon_sym_return] = ACTIONS(1928), - [anon_sym_break] = ACTIONS(1928), - [anon_sym_continue] = ACTIONS(1928), - [anon_sym_goto] = ACTIONS(1928), - [anon_sym_DASH_DASH] = ACTIONS(1930), - [anon_sym_PLUS_PLUS] = ACTIONS(1930), - [anon_sym_sizeof] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1930), - [anon_sym_L_SQUOTE] = ACTIONS(1930), - [anon_sym_u_SQUOTE] = ACTIONS(1930), - [anon_sym_U_SQUOTE] = ACTIONS(1930), - [anon_sym_u8_SQUOTE] = ACTIONS(1930), - [anon_sym_SQUOTE] = ACTIONS(1930), - [anon_sym_L_DQUOTE] = ACTIONS(1930), - [anon_sym_u_DQUOTE] = ACTIONS(1930), - [anon_sym_U_DQUOTE] = ACTIONS(1930), - [anon_sym_u8_DQUOTE] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym_true] = ACTIONS(1928), - [sym_false] = ACTIONS(1928), - [sym_null] = ACTIONS(1928), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1928), - [anon_sym_virtual] = ACTIONS(1928), - [anon_sym_explicit] = ACTIONS(1928), - [sym_auto] = ACTIONS(1928), - [anon_sym_typename] = ACTIONS(1928), - [anon_sym_template] = ACTIONS(1928), - [anon_sym_COLON_COLON] = ACTIONS(1930), - [anon_sym_operator] = ACTIONS(1928), - [anon_sym_delete] = ACTIONS(1928), - [anon_sym_throw] = ACTIONS(1928), - [anon_sym_namespace] = ACTIONS(1928), - [anon_sym_using] = ACTIONS(1928), - [anon_sym_static_assert] = ACTIONS(1928), - [anon_sym_try] = ACTIONS(1928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1930), - [anon_sym_new] = ACTIONS(1928), - [sym_operator_name] = ACTIONS(1928), - [sym_this] = ACTIONS(1928), - [sym_nullptr] = ACTIONS(1928), - [sym_alone_macro] = ACTIONS(1930), - [aux_sym_alone_macro_call_token1] = ACTIONS(1928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1928), - [anon_sym_MOZ_COLD] = ACTIONS(1928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_RAII] = ACTIONS(1928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1928), - [sym_raw_string_literal] = ACTIONS(1930), - }, - [233] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_include_token1] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token2] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [aux_sym_preproc_else_token1] = ACTIONS(1932), - [aux_sym_preproc_elif_token1] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_BANG] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1932), - [anon_sym_PLUS] = ACTIONS(1932), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym___cdecl] = ACTIONS(1932), - [anon_sym___clrcall] = ACTIONS(1932), - [anon_sym___stdcall] = ACTIONS(1932), - [anon_sym___fastcall] = ACTIONS(1932), - [anon_sym___thiscall] = ACTIONS(1932), - [anon_sym___vectorcall] = ACTIONS(1932), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [anon_sym_if] = ACTIONS(1932), - [anon_sym_switch] = ACTIONS(1932), - [anon_sym_case] = ACTIONS(1932), - [anon_sym_default] = ACTIONS(1932), - [anon_sym_while] = ACTIONS(1932), - [anon_sym_do] = ACTIONS(1932), - [anon_sym_for] = ACTIONS(1932), - [anon_sym_return] = ACTIONS(1932), - [anon_sym_break] = ACTIONS(1932), - [anon_sym_continue] = ACTIONS(1932), - [anon_sym_goto] = ACTIONS(1932), - [anon_sym_DASH_DASH] = ACTIONS(1934), - [anon_sym_PLUS_PLUS] = ACTIONS(1934), - [anon_sym_sizeof] = ACTIONS(1932), - [sym_number_literal] = ACTIONS(1934), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1934), - [anon_sym_u_DQUOTE] = ACTIONS(1934), - [anon_sym_U_DQUOTE] = ACTIONS(1934), - [anon_sym_u8_DQUOTE] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym_true] = ACTIONS(1932), - [sym_false] = ACTIONS(1932), - [sym_null] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_delete] = ACTIONS(1932), - [anon_sym_throw] = ACTIONS(1932), - [anon_sym_namespace] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_try] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [anon_sym_new] = ACTIONS(1932), - [sym_operator_name] = ACTIONS(1932), - [sym_this] = ACTIONS(1932), - [sym_nullptr] = ACTIONS(1932), - [sym_alone_macro] = ACTIONS(1934), - [aux_sym_alone_macro_call_token1] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), - [sym_raw_string_literal] = ACTIONS(1934), - }, - [234] = { - [sym_identifier] = ACTIONS(1936), - [aux_sym_preproc_include_token1] = ACTIONS(1936), - [aux_sym_preproc_def_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token2] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1936), - [aux_sym_preproc_else_token1] = ACTIONS(1936), - [aux_sym_preproc_elif_token1] = ACTIONS(1936), - [sym_preproc_directive] = ACTIONS(1936), - [anon_sym_LPAREN2] = ACTIONS(1938), - [anon_sym_BANG] = ACTIONS(1938), - [anon_sym_TILDE] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1936), - [anon_sym_PLUS] = ACTIONS(1936), - [anon_sym_STAR] = ACTIONS(1938), - [anon_sym_AMP_AMP] = ACTIONS(1938), - [anon_sym_AMP] = ACTIONS(1936), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_typedef] = ACTIONS(1936), - [anon_sym_extern] = ACTIONS(1936), - [anon_sym___attribute__] = ACTIONS(1936), - [anon_sym___declspec] = ACTIONS(1936), - [anon_sym___based] = ACTIONS(1936), - [anon_sym___cdecl] = ACTIONS(1936), - [anon_sym___clrcall] = ACTIONS(1936), - [anon_sym___stdcall] = ACTIONS(1936), - [anon_sym___fastcall] = ACTIONS(1936), - [anon_sym___thiscall] = ACTIONS(1936), - [anon_sym___vectorcall] = ACTIONS(1936), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1936), - [anon_sym_static] = ACTIONS(1936), - [anon_sym_register] = ACTIONS(1936), - [anon_sym_inline] = ACTIONS(1936), - [anon_sym_const] = ACTIONS(1936), - [anon_sym_volatile] = ACTIONS(1936), - [anon_sym_restrict] = ACTIONS(1936), - [anon_sym__Atomic] = ACTIONS(1936), - [anon_sym_mutable] = ACTIONS(1936), - [anon_sym_constexpr] = ACTIONS(1936), - [anon_sym_signed] = ACTIONS(1936), - [anon_sym_unsigned] = ACTIONS(1936), - [anon_sym_long] = ACTIONS(1936), - [anon_sym_short] = ACTIONS(1936), - [sym_primitive_type] = ACTIONS(1936), - [anon_sym_enum] = ACTIONS(1936), - [anon_sym_class] = ACTIONS(1936), - [anon_sym_struct] = ACTIONS(1936), - [anon_sym_union] = ACTIONS(1936), - [anon_sym_if] = ACTIONS(1936), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1936), - [anon_sym_default] = ACTIONS(1936), - [anon_sym_while] = ACTIONS(1936), - [anon_sym_do] = ACTIONS(1936), - [anon_sym_for] = ACTIONS(1936), - [anon_sym_return] = ACTIONS(1936), - [anon_sym_break] = ACTIONS(1936), - [anon_sym_continue] = ACTIONS(1936), - [anon_sym_goto] = ACTIONS(1936), - [anon_sym_DASH_DASH] = ACTIONS(1938), - [anon_sym_PLUS_PLUS] = ACTIONS(1938), - [anon_sym_sizeof] = ACTIONS(1936), - [sym_number_literal] = ACTIONS(1938), - [anon_sym_L_SQUOTE] = ACTIONS(1938), - [anon_sym_u_SQUOTE] = ACTIONS(1938), - [anon_sym_U_SQUOTE] = ACTIONS(1938), - [anon_sym_u8_SQUOTE] = ACTIONS(1938), - [anon_sym_SQUOTE] = ACTIONS(1938), - [anon_sym_L_DQUOTE] = ACTIONS(1938), - [anon_sym_u_DQUOTE] = ACTIONS(1938), - [anon_sym_U_DQUOTE] = ACTIONS(1938), - [anon_sym_u8_DQUOTE] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym_true] = ACTIONS(1936), - [sym_false] = ACTIONS(1936), - [sym_null] = ACTIONS(1936), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1936), - [anon_sym_virtual] = ACTIONS(1936), - [anon_sym_explicit] = ACTIONS(1936), - [sym_auto] = ACTIONS(1936), - [anon_sym_typename] = ACTIONS(1936), - [anon_sym_template] = ACTIONS(1936), - [anon_sym_COLON_COLON] = ACTIONS(1938), - [anon_sym_operator] = ACTIONS(1936), - [anon_sym_delete] = ACTIONS(1936), - [anon_sym_throw] = ACTIONS(1936), - [anon_sym_namespace] = ACTIONS(1936), - [anon_sym_using] = ACTIONS(1936), - [anon_sym_static_assert] = ACTIONS(1936), - [anon_sym_try] = ACTIONS(1936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1938), - [anon_sym_new] = ACTIONS(1936), - [sym_operator_name] = ACTIONS(1936), - [sym_this] = ACTIONS(1936), - [sym_nullptr] = ACTIONS(1936), - [sym_alone_macro] = ACTIONS(1938), - [aux_sym_alone_macro_call_token1] = ACTIONS(1936), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1936), - [anon_sym_MOZ_COLD] = ACTIONS(1936), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1936), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1936), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1936), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1936), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1936), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1936), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1936), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1936), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1936), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1936), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1936), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1936), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_RAII] = ACTIONS(1936), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1936), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1936), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1936), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1936), - [sym_raw_string_literal] = ACTIONS(1938), - }, - [235] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1744), - [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_try] = ACTIONS(1742), - [anon_sym_catch] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [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_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), - [sym_raw_string_literal] = ACTIONS(1744), - }, - [236] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_catch] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [237] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_catch] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [238] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_include_token1] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token2] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_BANG] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1940), - [anon_sym_PLUS] = ACTIONS(1940), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym___cdecl] = ACTIONS(1940), - [anon_sym___clrcall] = ACTIONS(1940), - [anon_sym___stdcall] = ACTIONS(1940), - [anon_sym___fastcall] = ACTIONS(1940), - [anon_sym___thiscall] = ACTIONS(1940), - [anon_sym___vectorcall] = ACTIONS(1940), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [anon_sym_if] = ACTIONS(1940), - [anon_sym_switch] = ACTIONS(1940), - [anon_sym_case] = ACTIONS(1940), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1940), - [anon_sym_do] = ACTIONS(1940), - [anon_sym_for] = ACTIONS(1940), - [anon_sym_return] = ACTIONS(1940), - [anon_sym_break] = ACTIONS(1940), - [anon_sym_continue] = ACTIONS(1940), - [anon_sym_goto] = ACTIONS(1940), - [anon_sym_DASH_DASH] = ACTIONS(1942), - [anon_sym_PLUS_PLUS] = ACTIONS(1942), - [anon_sym_sizeof] = ACTIONS(1940), - [sym_number_literal] = ACTIONS(1942), - [anon_sym_L_SQUOTE] = ACTIONS(1942), - [anon_sym_u_SQUOTE] = ACTIONS(1942), - [anon_sym_U_SQUOTE] = ACTIONS(1942), - [anon_sym_u8_SQUOTE] = ACTIONS(1942), - [anon_sym_SQUOTE] = ACTIONS(1942), - [anon_sym_L_DQUOTE] = ACTIONS(1942), - [anon_sym_u_DQUOTE] = ACTIONS(1942), - [anon_sym_U_DQUOTE] = ACTIONS(1942), - [anon_sym_u8_DQUOTE] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym_true] = ACTIONS(1940), - [sym_false] = ACTIONS(1940), - [sym_null] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_delete] = ACTIONS(1940), - [anon_sym_throw] = ACTIONS(1940), - [anon_sym_namespace] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_try] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [anon_sym_new] = ACTIONS(1940), - [sym_operator_name] = ACTIONS(1940), - [sym_this] = ACTIONS(1940), - [sym_nullptr] = ACTIONS(1940), - [sym_alone_macro] = ACTIONS(1942), - [aux_sym_alone_macro_call_token1] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), - [sym_raw_string_literal] = ACTIONS(1942), - }, - [239] = { - [sym_identifier] = ACTIONS(1944), - [aux_sym_preproc_include_token1] = ACTIONS(1944), - [aux_sym_preproc_def_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token2] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1944), - [aux_sym_preproc_else_token1] = ACTIONS(1944), - [aux_sym_preproc_elif_token1] = ACTIONS(1944), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_BANG] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1944), - [anon_sym_PLUS] = ACTIONS(1944), - [anon_sym_STAR] = ACTIONS(1946), - [anon_sym_AMP_AMP] = ACTIONS(1946), - [anon_sym_AMP] = ACTIONS(1944), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_typedef] = ACTIONS(1944), - [anon_sym_extern] = ACTIONS(1944), - [anon_sym___attribute__] = ACTIONS(1944), - [anon_sym___declspec] = ACTIONS(1944), - [anon_sym___based] = ACTIONS(1944), - [anon_sym___cdecl] = ACTIONS(1944), - [anon_sym___clrcall] = ACTIONS(1944), - [anon_sym___stdcall] = ACTIONS(1944), - [anon_sym___fastcall] = ACTIONS(1944), - [anon_sym___thiscall] = ACTIONS(1944), - [anon_sym___vectorcall] = ACTIONS(1944), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1944), - [anon_sym_static] = ACTIONS(1944), - [anon_sym_register] = ACTIONS(1944), - [anon_sym_inline] = ACTIONS(1944), - [anon_sym_const] = ACTIONS(1944), - [anon_sym_volatile] = ACTIONS(1944), - [anon_sym_restrict] = ACTIONS(1944), - [anon_sym__Atomic] = ACTIONS(1944), - [anon_sym_mutable] = ACTIONS(1944), - [anon_sym_constexpr] = ACTIONS(1944), - [anon_sym_signed] = ACTIONS(1944), - [anon_sym_unsigned] = ACTIONS(1944), - [anon_sym_long] = ACTIONS(1944), - [anon_sym_short] = ACTIONS(1944), - [sym_primitive_type] = ACTIONS(1944), - [anon_sym_enum] = ACTIONS(1944), - [anon_sym_class] = ACTIONS(1944), - [anon_sym_struct] = ACTIONS(1944), - [anon_sym_union] = ACTIONS(1944), - [anon_sym_if] = ACTIONS(1944), - [anon_sym_switch] = ACTIONS(1944), - [anon_sym_case] = ACTIONS(1944), - [anon_sym_default] = ACTIONS(1944), - [anon_sym_while] = ACTIONS(1944), - [anon_sym_do] = ACTIONS(1944), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(1944), - [anon_sym_break] = ACTIONS(1944), - [anon_sym_continue] = ACTIONS(1944), - [anon_sym_goto] = ACTIONS(1944), - [anon_sym_DASH_DASH] = ACTIONS(1946), - [anon_sym_PLUS_PLUS] = ACTIONS(1946), - [anon_sym_sizeof] = ACTIONS(1944), - [sym_number_literal] = ACTIONS(1946), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1946), - [anon_sym_u_DQUOTE] = ACTIONS(1946), - [anon_sym_U_DQUOTE] = ACTIONS(1946), - [anon_sym_u8_DQUOTE] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym_true] = ACTIONS(1944), - [sym_false] = ACTIONS(1944), - [sym_null] = ACTIONS(1944), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1944), - [anon_sym_virtual] = ACTIONS(1944), - [anon_sym_explicit] = ACTIONS(1944), - [sym_auto] = ACTIONS(1944), - [anon_sym_typename] = ACTIONS(1944), - [anon_sym_template] = ACTIONS(1944), - [anon_sym_COLON_COLON] = ACTIONS(1946), - [anon_sym_operator] = ACTIONS(1944), - [anon_sym_delete] = ACTIONS(1944), - [anon_sym_throw] = ACTIONS(1944), - [anon_sym_namespace] = ACTIONS(1944), - [anon_sym_using] = ACTIONS(1944), - [anon_sym_static_assert] = ACTIONS(1944), - [anon_sym_try] = ACTIONS(1944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1946), - [anon_sym_new] = ACTIONS(1944), - [sym_operator_name] = ACTIONS(1944), - [sym_this] = ACTIONS(1944), - [sym_nullptr] = ACTIONS(1944), - [sym_alone_macro] = ACTIONS(1946), - [aux_sym_alone_macro_call_token1] = ACTIONS(1944), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1944), - [anon_sym_MOZ_COLD] = ACTIONS(1944), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1944), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1944), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1944), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1944), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1944), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1944), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1944), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1944), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1944), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1944), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1944), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1944), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_RAII] = ACTIONS(1944), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1944), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1944), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1944), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1944), - [sym_raw_string_literal] = ACTIONS(1946), - }, - [240] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_include_token1] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token2] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [aux_sym_preproc_else_token1] = ACTIONS(1948), - [aux_sym_preproc_elif_token1] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_BANG] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1948), - [anon_sym_PLUS] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym___cdecl] = ACTIONS(1948), - [anon_sym___clrcall] = ACTIONS(1948), - [anon_sym___stdcall] = ACTIONS(1948), - [anon_sym___fastcall] = ACTIONS(1948), - [anon_sym___thiscall] = ACTIONS(1948), - [anon_sym___vectorcall] = ACTIONS(1948), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [anon_sym_if] = ACTIONS(1948), - [anon_sym_switch] = ACTIONS(1948), - [anon_sym_case] = ACTIONS(1948), - [anon_sym_default] = ACTIONS(1948), - [anon_sym_while] = ACTIONS(1948), - [anon_sym_do] = ACTIONS(1948), - [anon_sym_for] = ACTIONS(1948), - [anon_sym_return] = ACTIONS(1948), - [anon_sym_break] = ACTIONS(1948), - [anon_sym_continue] = ACTIONS(1948), - [anon_sym_goto] = ACTIONS(1948), - [anon_sym_DASH_DASH] = ACTIONS(1950), - [anon_sym_PLUS_PLUS] = ACTIONS(1950), - [anon_sym_sizeof] = ACTIONS(1948), - [sym_number_literal] = ACTIONS(1950), - [anon_sym_L_SQUOTE] = ACTIONS(1950), - [anon_sym_u_SQUOTE] = ACTIONS(1950), - [anon_sym_U_SQUOTE] = ACTIONS(1950), - [anon_sym_u8_SQUOTE] = ACTIONS(1950), - [anon_sym_SQUOTE] = ACTIONS(1950), - [anon_sym_L_DQUOTE] = ACTIONS(1950), - [anon_sym_u_DQUOTE] = ACTIONS(1950), - [anon_sym_U_DQUOTE] = ACTIONS(1950), - [anon_sym_u8_DQUOTE] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym_true] = ACTIONS(1948), - [sym_false] = ACTIONS(1948), - [sym_null] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_delete] = ACTIONS(1948), - [anon_sym_throw] = ACTIONS(1948), - [anon_sym_namespace] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_try] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [anon_sym_new] = ACTIONS(1948), - [sym_operator_name] = ACTIONS(1948), - [sym_this] = ACTIONS(1948), - [sym_nullptr] = ACTIONS(1948), - [sym_alone_macro] = ACTIONS(1950), - [aux_sym_alone_macro_call_token1] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), - [sym_raw_string_literal] = ACTIONS(1950), - }, - [241] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_include_token1] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token2] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [aux_sym_preproc_else_token1] = ACTIONS(1952), - [aux_sym_preproc_elif_token1] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_BANG] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_DASH] = ACTIONS(1952), - [anon_sym_PLUS] = ACTIONS(1952), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_SEMI] = ACTIONS(1954), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym___cdecl] = ACTIONS(1952), - [anon_sym___clrcall] = ACTIONS(1952), - [anon_sym___stdcall] = ACTIONS(1952), - [anon_sym___fastcall] = ACTIONS(1952), - [anon_sym___thiscall] = ACTIONS(1952), - [anon_sym___vectorcall] = ACTIONS(1952), - [anon_sym_LBRACE] = ACTIONS(1954), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [anon_sym_if] = ACTIONS(1952), - [anon_sym_switch] = ACTIONS(1952), - [anon_sym_case] = ACTIONS(1952), - [anon_sym_default] = ACTIONS(1952), - [anon_sym_while] = ACTIONS(1952), - [anon_sym_do] = ACTIONS(1952), - [anon_sym_for] = ACTIONS(1952), - [anon_sym_return] = ACTIONS(1952), - [anon_sym_break] = ACTIONS(1952), - [anon_sym_continue] = ACTIONS(1952), - [anon_sym_goto] = ACTIONS(1952), - [anon_sym_DASH_DASH] = ACTIONS(1954), - [anon_sym_PLUS_PLUS] = ACTIONS(1954), - [anon_sym_sizeof] = ACTIONS(1952), - [sym_number_literal] = ACTIONS(1954), - [anon_sym_L_SQUOTE] = ACTIONS(1954), - [anon_sym_u_SQUOTE] = ACTIONS(1954), - [anon_sym_U_SQUOTE] = ACTIONS(1954), - [anon_sym_u8_SQUOTE] = ACTIONS(1954), - [anon_sym_SQUOTE] = ACTIONS(1954), - [anon_sym_L_DQUOTE] = ACTIONS(1954), - [anon_sym_u_DQUOTE] = ACTIONS(1954), - [anon_sym_U_DQUOTE] = ACTIONS(1954), - [anon_sym_u8_DQUOTE] = ACTIONS(1954), - [anon_sym_DQUOTE] = ACTIONS(1954), - [sym_true] = ACTIONS(1952), - [sym_false] = ACTIONS(1952), - [sym_null] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_delete] = ACTIONS(1952), - [anon_sym_throw] = ACTIONS(1952), - [anon_sym_namespace] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_try] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [anon_sym_new] = ACTIONS(1952), - [sym_operator_name] = ACTIONS(1952), - [sym_this] = ACTIONS(1952), - [sym_nullptr] = ACTIONS(1952), - [sym_alone_macro] = ACTIONS(1954), - [aux_sym_alone_macro_call_token1] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), - [sym_raw_string_literal] = ACTIONS(1954), - }, - [242] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_include_token1] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token2] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [aux_sym_preproc_else_token1] = ACTIONS(1956), - [aux_sym_preproc_elif_token1] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_BANG] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_SEMI] = ACTIONS(1958), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym___cdecl] = ACTIONS(1956), - [anon_sym___clrcall] = ACTIONS(1956), - [anon_sym___stdcall] = ACTIONS(1956), - [anon_sym___fastcall] = ACTIONS(1956), - [anon_sym___thiscall] = ACTIONS(1956), - [anon_sym___vectorcall] = ACTIONS(1956), - [anon_sym_LBRACE] = ACTIONS(1958), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [anon_sym_if] = ACTIONS(1956), - [anon_sym_switch] = ACTIONS(1956), - [anon_sym_case] = ACTIONS(1956), - [anon_sym_default] = ACTIONS(1956), - [anon_sym_while] = ACTIONS(1956), - [anon_sym_do] = ACTIONS(1956), - [anon_sym_for] = ACTIONS(1956), - [anon_sym_return] = ACTIONS(1956), - [anon_sym_break] = ACTIONS(1956), - [anon_sym_continue] = ACTIONS(1956), - [anon_sym_goto] = ACTIONS(1956), - [anon_sym_DASH_DASH] = ACTIONS(1958), - [anon_sym_PLUS_PLUS] = ACTIONS(1958), - [anon_sym_sizeof] = ACTIONS(1956), - [sym_number_literal] = ACTIONS(1958), - [anon_sym_L_SQUOTE] = ACTIONS(1958), - [anon_sym_u_SQUOTE] = ACTIONS(1958), - [anon_sym_U_SQUOTE] = ACTIONS(1958), - [anon_sym_u8_SQUOTE] = ACTIONS(1958), - [anon_sym_SQUOTE] = ACTIONS(1958), - [anon_sym_L_DQUOTE] = ACTIONS(1958), - [anon_sym_u_DQUOTE] = ACTIONS(1958), - [anon_sym_U_DQUOTE] = ACTIONS(1958), - [anon_sym_u8_DQUOTE] = ACTIONS(1958), - [anon_sym_DQUOTE] = ACTIONS(1958), - [sym_true] = ACTIONS(1956), - [sym_false] = ACTIONS(1956), - [sym_null] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_throw] = ACTIONS(1956), - [anon_sym_namespace] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_try] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym_new] = ACTIONS(1956), - [sym_operator_name] = ACTIONS(1956), - [sym_this] = ACTIONS(1956), - [sym_nullptr] = ACTIONS(1956), - [sym_alone_macro] = ACTIONS(1958), - [aux_sym_alone_macro_call_token1] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), - [sym_raw_string_literal] = ACTIONS(1958), - }, - [243] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_include_token1] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token2] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_BANG] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_PLUS] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1962), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym___cdecl] = ACTIONS(1960), - [anon_sym___clrcall] = ACTIONS(1960), - [anon_sym___stdcall] = ACTIONS(1960), - [anon_sym___fastcall] = ACTIONS(1960), - [anon_sym___thiscall] = ACTIONS(1960), - [anon_sym___vectorcall] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_switch] = ACTIONS(1960), - [anon_sym_case] = ACTIONS(1960), - [anon_sym_default] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_goto] = ACTIONS(1960), - [anon_sym_DASH_DASH] = ACTIONS(1962), - [anon_sym_PLUS_PLUS] = ACTIONS(1962), - [anon_sym_sizeof] = ACTIONS(1960), - [sym_number_literal] = ACTIONS(1962), - [anon_sym_L_SQUOTE] = ACTIONS(1962), - [anon_sym_u_SQUOTE] = ACTIONS(1962), - [anon_sym_U_SQUOTE] = ACTIONS(1962), - [anon_sym_u8_SQUOTE] = ACTIONS(1962), - [anon_sym_SQUOTE] = ACTIONS(1962), - [anon_sym_L_DQUOTE] = ACTIONS(1962), - [anon_sym_u_DQUOTE] = ACTIONS(1962), - [anon_sym_U_DQUOTE] = ACTIONS(1962), - [anon_sym_u8_DQUOTE] = ACTIONS(1962), - [anon_sym_DQUOTE] = ACTIONS(1962), - [sym_true] = ACTIONS(1960), - [sym_false] = ACTIONS(1960), - [sym_null] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_delete] = ACTIONS(1960), - [anon_sym_throw] = ACTIONS(1960), - [anon_sym_namespace] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [anon_sym_new] = ACTIONS(1960), - [sym_operator_name] = ACTIONS(1960), - [sym_this] = ACTIONS(1960), - [sym_nullptr] = ACTIONS(1960), - [sym_alone_macro] = ACTIONS(1962), - [aux_sym_alone_macro_call_token1] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), - [sym_raw_string_literal] = ACTIONS(1962), - }, - [244] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_include_token1] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token2] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [aux_sym_preproc_else_token1] = ACTIONS(1964), - [aux_sym_preproc_elif_token1] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_PLUS] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym___cdecl] = ACTIONS(1964), - [anon_sym___clrcall] = ACTIONS(1964), - [anon_sym___stdcall] = ACTIONS(1964), - [anon_sym___fastcall] = ACTIONS(1964), - [anon_sym___thiscall] = ACTIONS(1964), - [anon_sym___vectorcall] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_switch] = ACTIONS(1964), - [anon_sym_case] = ACTIONS(1964), - [anon_sym_default] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_goto] = ACTIONS(1964), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1964), - [sym_number_literal] = ACTIONS(1966), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1964), - [sym_false] = ACTIONS(1964), - [sym_null] = ACTIONS(1964), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_delete] = ACTIONS(1964), - [anon_sym_throw] = ACTIONS(1964), - [anon_sym_namespace] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym_new] = ACTIONS(1964), - [sym_operator_name] = ACTIONS(1964), - [sym_this] = ACTIONS(1964), - [sym_nullptr] = ACTIONS(1964), - [sym_alone_macro] = ACTIONS(1966), - [aux_sym_alone_macro_call_token1] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - [sym_raw_string_literal] = ACTIONS(1966), - }, - [245] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1968), - [sym_number_literal] = ACTIONS(1970), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [sym_null] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym_new] = ACTIONS(1968), - [sym_operator_name] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - [sym_nullptr] = ACTIONS(1968), - [sym_alone_macro] = ACTIONS(1970), - [aux_sym_alone_macro_call_token1] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), - [sym_raw_string_literal] = ACTIONS(1970), - }, - [246] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [aux_sym_preproc_else_token1] = ACTIONS(1972), - [aux_sym_preproc_elif_token1] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_BANG] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1974), - [anon_sym_PLUS_PLUS] = ACTIONS(1974), - [anon_sym_sizeof] = ACTIONS(1972), - [sym_number_literal] = ACTIONS(1974), - [anon_sym_L_SQUOTE] = ACTIONS(1974), - [anon_sym_u_SQUOTE] = ACTIONS(1974), - [anon_sym_U_SQUOTE] = ACTIONS(1974), - [anon_sym_u8_SQUOTE] = ACTIONS(1974), - [anon_sym_SQUOTE] = ACTIONS(1974), - [anon_sym_L_DQUOTE] = ACTIONS(1974), - [anon_sym_u_DQUOTE] = ACTIONS(1974), - [anon_sym_U_DQUOTE] = ACTIONS(1974), - [anon_sym_u8_DQUOTE] = ACTIONS(1974), - [anon_sym_DQUOTE] = ACTIONS(1974), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [sym_null] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [anon_sym_new] = ACTIONS(1972), - [sym_operator_name] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - [sym_nullptr] = ACTIONS(1972), - [sym_alone_macro] = ACTIONS(1974), - [aux_sym_alone_macro_call_token1] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - [sym_raw_string_literal] = ACTIONS(1974), - }, - [247] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_include_token1] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token2] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [aux_sym_preproc_else_token1] = ACTIONS(1976), - [aux_sym_preproc_elif_token1] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_BANG] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_PLUS] = ACTIONS(1976), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym___cdecl] = ACTIONS(1976), - [anon_sym___clrcall] = ACTIONS(1976), - [anon_sym___stdcall] = ACTIONS(1976), - [anon_sym___fastcall] = ACTIONS(1976), - [anon_sym___thiscall] = ACTIONS(1976), - [anon_sym___vectorcall] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1978), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1976), - [anon_sym_case] = ACTIONS(1976), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_goto] = ACTIONS(1976), - [anon_sym_DASH_DASH] = ACTIONS(1978), - [anon_sym_PLUS_PLUS] = ACTIONS(1978), - [anon_sym_sizeof] = ACTIONS(1976), - [sym_number_literal] = ACTIONS(1978), - [anon_sym_L_SQUOTE] = ACTIONS(1978), - [anon_sym_u_SQUOTE] = ACTIONS(1978), - [anon_sym_U_SQUOTE] = ACTIONS(1978), - [anon_sym_u8_SQUOTE] = ACTIONS(1978), - [anon_sym_SQUOTE] = ACTIONS(1978), - [anon_sym_L_DQUOTE] = ACTIONS(1978), - [anon_sym_u_DQUOTE] = ACTIONS(1978), - [anon_sym_U_DQUOTE] = ACTIONS(1978), - [anon_sym_u8_DQUOTE] = ACTIONS(1978), - [anon_sym_DQUOTE] = ACTIONS(1978), - [sym_true] = ACTIONS(1976), - [sym_false] = ACTIONS(1976), - [sym_null] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_delete] = ACTIONS(1976), - [anon_sym_throw] = ACTIONS(1976), - [anon_sym_namespace] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [anon_sym_new] = ACTIONS(1976), - [sym_operator_name] = ACTIONS(1976), - [sym_this] = ACTIONS(1976), - [sym_nullptr] = ACTIONS(1976), - [sym_alone_macro] = ACTIONS(1978), - [aux_sym_alone_macro_call_token1] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - [sym_raw_string_literal] = ACTIONS(1978), - }, - [248] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_include_token1] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token2] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [aux_sym_preproc_else_token1] = ACTIONS(1980), - [aux_sym_preproc_elif_token1] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_BANG] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_DASH] = ACTIONS(1980), - [anon_sym_PLUS] = ACTIONS(1980), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym___cdecl] = ACTIONS(1980), - [anon_sym___clrcall] = ACTIONS(1980), - [anon_sym___stdcall] = ACTIONS(1980), - [anon_sym___fastcall] = ACTIONS(1980), - [anon_sym___thiscall] = ACTIONS(1980), - [anon_sym___vectorcall] = ACTIONS(1980), - [anon_sym_LBRACE] = ACTIONS(1982), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [anon_sym_if] = ACTIONS(1980), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1980), - [anon_sym_while] = ACTIONS(1980), - [anon_sym_do] = ACTIONS(1980), - [anon_sym_for] = ACTIONS(1980), - [anon_sym_return] = ACTIONS(1980), - [anon_sym_break] = ACTIONS(1980), - [anon_sym_continue] = ACTIONS(1980), - [anon_sym_goto] = ACTIONS(1980), - [anon_sym_DASH_DASH] = ACTIONS(1982), - [anon_sym_PLUS_PLUS] = ACTIONS(1982), - [anon_sym_sizeof] = ACTIONS(1980), - [sym_number_literal] = ACTIONS(1982), - [anon_sym_L_SQUOTE] = ACTIONS(1982), - [anon_sym_u_SQUOTE] = ACTIONS(1982), - [anon_sym_U_SQUOTE] = ACTIONS(1982), - [anon_sym_u8_SQUOTE] = ACTIONS(1982), - [anon_sym_SQUOTE] = ACTIONS(1982), - [anon_sym_L_DQUOTE] = ACTIONS(1982), - [anon_sym_u_DQUOTE] = ACTIONS(1982), - [anon_sym_U_DQUOTE] = ACTIONS(1982), - [anon_sym_u8_DQUOTE] = ACTIONS(1982), - [anon_sym_DQUOTE] = ACTIONS(1982), - [sym_true] = ACTIONS(1980), - [sym_false] = ACTIONS(1980), - [sym_null] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_delete] = ACTIONS(1980), - [anon_sym_throw] = ACTIONS(1980), - [anon_sym_namespace] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_try] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [anon_sym_new] = ACTIONS(1980), - [sym_operator_name] = ACTIONS(1980), - [sym_this] = ACTIONS(1980), - [sym_nullptr] = ACTIONS(1980), - [sym_alone_macro] = ACTIONS(1982), - [aux_sym_alone_macro_call_token1] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), - [sym_raw_string_literal] = ACTIONS(1982), - }, - [249] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_include_token1] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token2] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [aux_sym_preproc_else_token1] = ACTIONS(1984), - [aux_sym_preproc_elif_token1] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_BANG] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1984), - [anon_sym_PLUS] = ACTIONS(1984), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym___cdecl] = ACTIONS(1984), - [anon_sym___clrcall] = ACTIONS(1984), - [anon_sym___stdcall] = ACTIONS(1984), - [anon_sym___fastcall] = ACTIONS(1984), - [anon_sym___thiscall] = ACTIONS(1984), - [anon_sym___vectorcall] = ACTIONS(1984), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(1984), - [anon_sym_switch] = ACTIONS(1984), - [anon_sym_case] = ACTIONS(1984), - [anon_sym_default] = ACTIONS(1984), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(1984), - [anon_sym_for] = ACTIONS(1984), - [anon_sym_return] = ACTIONS(1984), - [anon_sym_break] = ACTIONS(1984), - [anon_sym_continue] = ACTIONS(1984), - [anon_sym_goto] = ACTIONS(1984), - [anon_sym_DASH_DASH] = ACTIONS(1986), - [anon_sym_PLUS_PLUS] = ACTIONS(1986), - [anon_sym_sizeof] = ACTIONS(1984), - [sym_number_literal] = ACTIONS(1986), - [anon_sym_L_SQUOTE] = ACTIONS(1986), - [anon_sym_u_SQUOTE] = ACTIONS(1986), - [anon_sym_U_SQUOTE] = ACTIONS(1986), - [anon_sym_u8_SQUOTE] = ACTIONS(1986), - [anon_sym_SQUOTE] = ACTIONS(1986), - [anon_sym_L_DQUOTE] = ACTIONS(1986), - [anon_sym_u_DQUOTE] = ACTIONS(1986), - [anon_sym_U_DQUOTE] = ACTIONS(1986), - [anon_sym_u8_DQUOTE] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym_true] = ACTIONS(1984), - [sym_false] = ACTIONS(1984), - [sym_null] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_delete] = ACTIONS(1984), - [anon_sym_throw] = ACTIONS(1984), - [anon_sym_namespace] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_try] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [anon_sym_new] = ACTIONS(1984), - [sym_operator_name] = ACTIONS(1984), - [sym_this] = ACTIONS(1984), - [sym_nullptr] = ACTIONS(1984), - [sym_alone_macro] = ACTIONS(1986), - [aux_sym_alone_macro_call_token1] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - [sym_raw_string_literal] = ACTIONS(1986), - }, - [250] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_include_token1] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token2] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [aux_sym_preproc_else_token1] = ACTIONS(1988), - [aux_sym_preproc_elif_token1] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_BANG] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_DASH] = ACTIONS(1988), - [anon_sym_PLUS] = ACTIONS(1988), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_SEMI] = ACTIONS(1990), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym___cdecl] = ACTIONS(1988), - [anon_sym___clrcall] = ACTIONS(1988), - [anon_sym___stdcall] = ACTIONS(1988), - [anon_sym___fastcall] = ACTIONS(1988), - [anon_sym___thiscall] = ACTIONS(1988), - [anon_sym___vectorcall] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1990), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [anon_sym_if] = ACTIONS(1988), - [anon_sym_switch] = ACTIONS(1988), - [anon_sym_case] = ACTIONS(1988), - [anon_sym_default] = ACTIONS(1988), - [anon_sym_while] = ACTIONS(1988), - [anon_sym_do] = ACTIONS(1988), - [anon_sym_for] = ACTIONS(1988), - [anon_sym_return] = ACTIONS(1988), - [anon_sym_break] = ACTIONS(1988), - [anon_sym_continue] = ACTIONS(1988), - [anon_sym_goto] = ACTIONS(1988), - [anon_sym_DASH_DASH] = ACTIONS(1990), - [anon_sym_PLUS_PLUS] = ACTIONS(1990), - [anon_sym_sizeof] = ACTIONS(1988), - [sym_number_literal] = ACTIONS(1990), - [anon_sym_L_SQUOTE] = ACTIONS(1990), - [anon_sym_u_SQUOTE] = ACTIONS(1990), - [anon_sym_U_SQUOTE] = ACTIONS(1990), - [anon_sym_u8_SQUOTE] = ACTIONS(1990), - [anon_sym_SQUOTE] = ACTIONS(1990), - [anon_sym_L_DQUOTE] = ACTIONS(1990), - [anon_sym_u_DQUOTE] = ACTIONS(1990), - [anon_sym_U_DQUOTE] = ACTIONS(1990), - [anon_sym_u8_DQUOTE] = ACTIONS(1990), - [anon_sym_DQUOTE] = ACTIONS(1990), - [sym_true] = ACTIONS(1988), - [sym_false] = ACTIONS(1988), - [sym_null] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_delete] = ACTIONS(1988), - [anon_sym_throw] = ACTIONS(1988), - [anon_sym_namespace] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_try] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [anon_sym_new] = ACTIONS(1988), - [sym_operator_name] = ACTIONS(1988), - [sym_this] = ACTIONS(1988), - [sym_nullptr] = ACTIONS(1988), - [sym_alone_macro] = ACTIONS(1990), - [aux_sym_alone_macro_call_token1] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - [sym_raw_string_literal] = ACTIONS(1990), - }, - [251] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_include_token1] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [aux_sym_preproc_else_token1] = ACTIONS(1992), - [aux_sym_preproc_elif_token1] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_BANG] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_DASH] = ACTIONS(1992), - [anon_sym_PLUS] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_SEMI] = ACTIONS(1994), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym___cdecl] = ACTIONS(1992), - [anon_sym___clrcall] = ACTIONS(1992), - [anon_sym___stdcall] = ACTIONS(1992), - [anon_sym___fastcall] = ACTIONS(1992), - [anon_sym___thiscall] = ACTIONS(1992), - [anon_sym___vectorcall] = ACTIONS(1992), - [anon_sym_LBRACE] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_switch] = ACTIONS(1992), - [anon_sym_case] = ACTIONS(1992), - [anon_sym_default] = ACTIONS(1992), - [anon_sym_while] = ACTIONS(1992), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(1992), - [anon_sym_return] = ACTIONS(1992), - [anon_sym_break] = ACTIONS(1992), - [anon_sym_continue] = ACTIONS(1992), - [anon_sym_goto] = ACTIONS(1992), - [anon_sym_DASH_DASH] = ACTIONS(1994), - [anon_sym_PLUS_PLUS] = ACTIONS(1994), - [anon_sym_sizeof] = ACTIONS(1992), - [sym_number_literal] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1994), - [anon_sym_u_SQUOTE] = ACTIONS(1994), - [anon_sym_U_SQUOTE] = ACTIONS(1994), - [anon_sym_u8_SQUOTE] = ACTIONS(1994), - [anon_sym_SQUOTE] = ACTIONS(1994), - [anon_sym_L_DQUOTE] = ACTIONS(1994), - [anon_sym_u_DQUOTE] = ACTIONS(1994), - [anon_sym_U_DQUOTE] = ACTIONS(1994), - [anon_sym_u8_DQUOTE] = ACTIONS(1994), - [anon_sym_DQUOTE] = ACTIONS(1994), - [sym_true] = ACTIONS(1992), - [sym_false] = ACTIONS(1992), - [sym_null] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_delete] = ACTIONS(1992), - [anon_sym_throw] = ACTIONS(1992), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_try] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [anon_sym_new] = ACTIONS(1992), - [sym_operator_name] = ACTIONS(1992), - [sym_this] = ACTIONS(1992), - [sym_nullptr] = ACTIONS(1992), - [sym_alone_macro] = ACTIONS(1994), - [aux_sym_alone_macro_call_token1] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - [sym_raw_string_literal] = ACTIONS(1994), - }, - [252] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_include_token1] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [aux_sym_preproc_else_token1] = ACTIONS(1996), - [aux_sym_preproc_elif_token1] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_BANG] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_DASH] = ACTIONS(1996), - [anon_sym_PLUS] = ACTIONS(1996), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym___cdecl] = ACTIONS(1996), - [anon_sym___clrcall] = ACTIONS(1996), - [anon_sym___stdcall] = ACTIONS(1996), - [anon_sym___fastcall] = ACTIONS(1996), - [anon_sym___thiscall] = ACTIONS(1996), - [anon_sym___vectorcall] = ACTIONS(1996), - [anon_sym_LBRACE] = ACTIONS(1998), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [anon_sym_if] = ACTIONS(1996), - [anon_sym_switch] = ACTIONS(1996), - [anon_sym_case] = ACTIONS(1996), - [anon_sym_default] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1996), - [anon_sym_do] = ACTIONS(1996), - [anon_sym_for] = ACTIONS(1996), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_break] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(1996), - [anon_sym_goto] = ACTIONS(1996), - [anon_sym_DASH_DASH] = ACTIONS(1998), - [anon_sym_PLUS_PLUS] = ACTIONS(1998), - [anon_sym_sizeof] = ACTIONS(1996), - [sym_number_literal] = ACTIONS(1998), - [anon_sym_L_SQUOTE] = ACTIONS(1998), - [anon_sym_u_SQUOTE] = ACTIONS(1998), - [anon_sym_U_SQUOTE] = ACTIONS(1998), - [anon_sym_u8_SQUOTE] = ACTIONS(1998), - [anon_sym_SQUOTE] = ACTIONS(1998), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1996), - [sym_false] = ACTIONS(1996), - [sym_null] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_delete] = ACTIONS(1996), - [anon_sym_throw] = ACTIONS(1996), - [anon_sym_namespace] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_try] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [anon_sym_new] = ACTIONS(1996), - [sym_operator_name] = ACTIONS(1996), - [sym_this] = ACTIONS(1996), - [sym_nullptr] = ACTIONS(1996), - [sym_alone_macro] = ACTIONS(1998), - [aux_sym_alone_macro_call_token1] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - [sym_raw_string_literal] = ACTIONS(1998), - }, - [253] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_include_token1] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token2] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [aux_sym_preproc_else_token1] = ACTIONS(2000), - [aux_sym_preproc_elif_token1] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_BANG] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_PLUS] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym___cdecl] = ACTIONS(2000), - [anon_sym___clrcall] = ACTIONS(2000), - [anon_sym___stdcall] = ACTIONS(2000), - [anon_sym___fastcall] = ACTIONS(2000), - [anon_sym___thiscall] = ACTIONS(2000), - [anon_sym___vectorcall] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2002), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_switch] = ACTIONS(2000), - [anon_sym_case] = ACTIONS(2000), - [anon_sym_default] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_goto] = ACTIONS(2000), - [anon_sym_DASH_DASH] = ACTIONS(2002), - [anon_sym_PLUS_PLUS] = ACTIONS(2002), - [anon_sym_sizeof] = ACTIONS(2000), - [sym_number_literal] = ACTIONS(2002), - [anon_sym_L_SQUOTE] = ACTIONS(2002), - [anon_sym_u_SQUOTE] = ACTIONS(2002), - [anon_sym_U_SQUOTE] = ACTIONS(2002), - [anon_sym_u8_SQUOTE] = ACTIONS(2002), - [anon_sym_SQUOTE] = ACTIONS(2002), - [anon_sym_L_DQUOTE] = ACTIONS(2002), - [anon_sym_u_DQUOTE] = ACTIONS(2002), - [anon_sym_U_DQUOTE] = ACTIONS(2002), - [anon_sym_u8_DQUOTE] = ACTIONS(2002), - [anon_sym_DQUOTE] = ACTIONS(2002), - [sym_true] = ACTIONS(2000), - [sym_false] = ACTIONS(2000), - [sym_null] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_throw] = ACTIONS(2000), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [anon_sym_new] = ACTIONS(2000), - [sym_operator_name] = ACTIONS(2000), - [sym_this] = ACTIONS(2000), - [sym_nullptr] = ACTIONS(2000), - [sym_alone_macro] = ACTIONS(2002), - [aux_sym_alone_macro_call_token1] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), - [sym_raw_string_literal] = ACTIONS(2002), - }, - [254] = { - [sym_identifier] = ACTIONS(2004), - [aux_sym_preproc_include_token1] = ACTIONS(2004), - [aux_sym_preproc_def_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token2] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2004), - [aux_sym_preproc_else_token1] = ACTIONS(2004), - [aux_sym_preproc_elif_token1] = ACTIONS(2004), - [sym_preproc_directive] = ACTIONS(2004), - [anon_sym_LPAREN2] = ACTIONS(2006), - [anon_sym_BANG] = ACTIONS(2006), - [anon_sym_TILDE] = ACTIONS(2006), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_STAR] = ACTIONS(2006), - [anon_sym_AMP_AMP] = ACTIONS(2006), - [anon_sym_AMP] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_typedef] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym___attribute__] = ACTIONS(2004), - [anon_sym___declspec] = ACTIONS(2004), - [anon_sym___based] = ACTIONS(2004), - [anon_sym___cdecl] = ACTIONS(2004), - [anon_sym___clrcall] = ACTIONS(2004), - [anon_sym___stdcall] = ACTIONS(2004), - [anon_sym___fastcall] = ACTIONS(2004), - [anon_sym___thiscall] = ACTIONS(2004), - [anon_sym___vectorcall] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2006), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_static] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_inline] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_volatile] = ACTIONS(2004), - [anon_sym_restrict] = ACTIONS(2004), - [anon_sym__Atomic] = ACTIONS(2004), - [anon_sym_mutable] = ACTIONS(2004), - [anon_sym_constexpr] = ACTIONS(2004), - [anon_sym_signed] = ACTIONS(2004), - [anon_sym_unsigned] = ACTIONS(2004), - [anon_sym_long] = ACTIONS(2004), - [anon_sym_short] = ACTIONS(2004), - [sym_primitive_type] = ACTIONS(2004), - [anon_sym_enum] = ACTIONS(2004), - [anon_sym_class] = ACTIONS(2004), - [anon_sym_struct] = ACTIONS(2004), - [anon_sym_union] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_switch] = ACTIONS(2004), - [anon_sym_case] = ACTIONS(2004), - [anon_sym_default] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2004), - [anon_sym_DASH_DASH] = ACTIONS(2006), - [anon_sym_PLUS_PLUS] = ACTIONS(2006), - [anon_sym_sizeof] = ACTIONS(2004), - [sym_number_literal] = ACTIONS(2006), - [anon_sym_L_SQUOTE] = ACTIONS(2006), - [anon_sym_u_SQUOTE] = ACTIONS(2006), - [anon_sym_U_SQUOTE] = ACTIONS(2006), - [anon_sym_u8_SQUOTE] = ACTIONS(2006), - [anon_sym_SQUOTE] = ACTIONS(2006), - [anon_sym_L_DQUOTE] = ACTIONS(2006), - [anon_sym_u_DQUOTE] = ACTIONS(2006), - [anon_sym_U_DQUOTE] = ACTIONS(2006), - [anon_sym_u8_DQUOTE] = ACTIONS(2006), - [anon_sym_DQUOTE] = ACTIONS(2006), - [sym_true] = ACTIONS(2004), - [sym_false] = ACTIONS(2004), - [sym_null] = ACTIONS(2004), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2004), - [anon_sym_virtual] = ACTIONS(2004), - [anon_sym_explicit] = ACTIONS(2004), - [sym_auto] = ACTIONS(2004), - [anon_sym_typename] = ACTIONS(2004), - [anon_sym_template] = ACTIONS(2004), - [anon_sym_COLON_COLON] = ACTIONS(2006), - [anon_sym_operator] = ACTIONS(2004), - [anon_sym_delete] = ACTIONS(2004), - [anon_sym_throw] = ACTIONS(2004), - [anon_sym_namespace] = ACTIONS(2004), - [anon_sym_using] = ACTIONS(2004), - [anon_sym_static_assert] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2006), - [anon_sym_new] = ACTIONS(2004), - [sym_operator_name] = ACTIONS(2004), - [sym_this] = ACTIONS(2004), - [sym_nullptr] = ACTIONS(2004), - [sym_alone_macro] = ACTIONS(2006), - [aux_sym_alone_macro_call_token1] = ACTIONS(2004), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2004), - [anon_sym_MOZ_COLD] = ACTIONS(2004), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2004), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2004), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2004), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2004), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2004), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2004), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2004), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2004), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2004), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2004), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2004), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2004), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_RAII] = ACTIONS(2004), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2004), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2004), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2004), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2004), - [sym_raw_string_literal] = ACTIONS(2006), - }, - [255] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_include_token1] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token2] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [aux_sym_preproc_else_token1] = ACTIONS(2008), - [aux_sym_preproc_elif_token1] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_BANG] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_PLUS] = ACTIONS(2008), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym___cdecl] = ACTIONS(2008), - [anon_sym___clrcall] = ACTIONS(2008), - [anon_sym___stdcall] = ACTIONS(2008), - [anon_sym___fastcall] = ACTIONS(2008), - [anon_sym___thiscall] = ACTIONS(2008), - [anon_sym___vectorcall] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_switch] = ACTIONS(2008), - [anon_sym_case] = ACTIONS(2008), - [anon_sym_default] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_goto] = ACTIONS(2008), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2008), - [sym_number_literal] = ACTIONS(2010), - [anon_sym_L_SQUOTE] = ACTIONS(2010), - [anon_sym_u_SQUOTE] = ACTIONS(2010), - [anon_sym_U_SQUOTE] = ACTIONS(2010), - [anon_sym_u8_SQUOTE] = ACTIONS(2010), - [anon_sym_SQUOTE] = ACTIONS(2010), - [anon_sym_L_DQUOTE] = ACTIONS(2010), - [anon_sym_u_DQUOTE] = ACTIONS(2010), - [anon_sym_U_DQUOTE] = ACTIONS(2010), - [anon_sym_u8_DQUOTE] = ACTIONS(2010), - [anon_sym_DQUOTE] = ACTIONS(2010), - [sym_true] = ACTIONS(2008), - [sym_false] = ACTIONS(2008), - [sym_null] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_delete] = ACTIONS(2008), - [anon_sym_throw] = ACTIONS(2008), - [anon_sym_namespace] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [anon_sym_new] = ACTIONS(2008), - [sym_operator_name] = ACTIONS(2008), - [sym_this] = ACTIONS(2008), - [sym_nullptr] = ACTIONS(2008), - [sym_alone_macro] = ACTIONS(2010), - [aux_sym_alone_macro_call_token1] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), - [sym_raw_string_literal] = ACTIONS(2010), - }, - [256] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1737), - [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_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym_new] = ACTIONS(1735), - [sym_operator_name] = 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_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), - [sym_raw_string_literal] = ACTIONS(1737), - }, - [257] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_include_token1] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token2] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [aux_sym_preproc_else_token1] = ACTIONS(2012), - [aux_sym_preproc_elif_token1] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_BANG] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_PLUS] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2014), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym___cdecl] = ACTIONS(2012), - [anon_sym___clrcall] = ACTIONS(2012), - [anon_sym___stdcall] = ACTIONS(2012), - [anon_sym___fastcall] = ACTIONS(2012), - [anon_sym___thiscall] = ACTIONS(2012), - [anon_sym___vectorcall] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2014), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_switch] = ACTIONS(2012), - [anon_sym_case] = ACTIONS(2012), - [anon_sym_default] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_goto] = ACTIONS(2012), - [anon_sym_DASH_DASH] = ACTIONS(2014), - [anon_sym_PLUS_PLUS] = ACTIONS(2014), - [anon_sym_sizeof] = ACTIONS(2012), - [sym_number_literal] = ACTIONS(2014), - [anon_sym_L_SQUOTE] = ACTIONS(2014), - [anon_sym_u_SQUOTE] = ACTIONS(2014), - [anon_sym_U_SQUOTE] = ACTIONS(2014), - [anon_sym_u8_SQUOTE] = ACTIONS(2014), - [anon_sym_SQUOTE] = ACTIONS(2014), - [anon_sym_L_DQUOTE] = ACTIONS(2014), - [anon_sym_u_DQUOTE] = ACTIONS(2014), - [anon_sym_U_DQUOTE] = ACTIONS(2014), - [anon_sym_u8_DQUOTE] = ACTIONS(2014), - [anon_sym_DQUOTE] = ACTIONS(2014), - [sym_true] = ACTIONS(2012), - [sym_false] = ACTIONS(2012), - [sym_null] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_delete] = ACTIONS(2012), - [anon_sym_throw] = ACTIONS(2012), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [anon_sym_new] = ACTIONS(2012), - [sym_operator_name] = ACTIONS(2012), - [sym_this] = ACTIONS(2012), - [sym_nullptr] = ACTIONS(2012), - [sym_alone_macro] = ACTIONS(2014), - [aux_sym_alone_macro_call_token1] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), - [sym_raw_string_literal] = ACTIONS(2014), + [257] = { + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_include_token1] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token2] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [aux_sym_preproc_else_token1] = ACTIONS(1800), + [aux_sym_preproc_elif_token1] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_DASH] = ACTIONS(1800), + [anon_sym_PLUS] = ACTIONS(1800), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym___cdecl] = ACTIONS(1800), + [anon_sym___clrcall] = ACTIONS(1800), + [anon_sym___stdcall] = ACTIONS(1800), + [anon_sym___fastcall] = ACTIONS(1800), + [anon_sym___thiscall] = ACTIONS(1800), + [anon_sym___vectorcall] = ACTIONS(1800), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [anon_sym_if] = ACTIONS(1800), + [anon_sym_switch] = ACTIONS(1800), + [anon_sym_case] = ACTIONS(1800), + [anon_sym_default] = ACTIONS(1800), + [anon_sym_while] = ACTIONS(1800), + [anon_sym_do] = ACTIONS(1800), + [anon_sym_for] = ACTIONS(1800), + [anon_sym_return] = ACTIONS(1800), + [anon_sym_break] = ACTIONS(1800), + [anon_sym_continue] = ACTIONS(1800), + [anon_sym_goto] = ACTIONS(1800), + [anon_sym_DASH_DASH] = ACTIONS(1802), + [anon_sym_PLUS_PLUS] = ACTIONS(1802), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1802), + [anon_sym_L_SQUOTE] = ACTIONS(1802), + [anon_sym_u_SQUOTE] = ACTIONS(1802), + [anon_sym_U_SQUOTE] = ACTIONS(1802), + [anon_sym_u8_SQUOTE] = ACTIONS(1802), + [anon_sym_SQUOTE] = ACTIONS(1802), + [anon_sym_L_DQUOTE] = ACTIONS(1802), + [anon_sym_u_DQUOTE] = ACTIONS(1802), + [anon_sym_U_DQUOTE] = ACTIONS(1802), + [anon_sym_u8_DQUOTE] = ACTIONS(1802), + [anon_sym_DQUOTE] = ACTIONS(1802), + [sym_true] = ACTIONS(1800), + [sym_false] = ACTIONS(1800), + [sym_null] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_delete] = ACTIONS(1800), + [anon_sym_throw] = ACTIONS(1800), + [anon_sym_namespace] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_try] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [anon_sym_new] = ACTIONS(1800), + [sym_operator_name] = ACTIONS(1800), + [sym_this] = ACTIONS(1800), + [sym_nullptr] = ACTIONS(1800), + [sym_alone_macro] = ACTIONS(1802), + [aux_sym_alone_macro_call_token1] = ACTIONS(1800), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_FORWARD] = ACTIONS(1800), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1800), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_PS_GET] = ACTIONS(1800), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1800), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1800), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), + [sym_raw_string_literal] = ACTIONS(1802), }, [258] = { - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_include_token1] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token2] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2016), - [aux_sym_preproc_else_token1] = ACTIONS(2016), - [aux_sym_preproc_elif_token1] = ACTIONS(2016), - [sym_preproc_directive] = ACTIONS(2016), - [anon_sym_LPAREN2] = ACTIONS(2018), - [anon_sym_BANG] = ACTIONS(2018), - [anon_sym_TILDE] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2016), - [anon_sym_PLUS] = ACTIONS(2016), - [anon_sym_STAR] = ACTIONS(2018), - [anon_sym_AMP_AMP] = ACTIONS(2018), - [anon_sym_AMP] = ACTIONS(2016), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_typedef] = ACTIONS(2016), - [anon_sym_extern] = ACTIONS(2016), - [anon_sym___attribute__] = ACTIONS(2016), - [anon_sym___declspec] = ACTIONS(2016), - [anon_sym___based] = ACTIONS(2016), - [anon_sym___cdecl] = ACTIONS(2016), - [anon_sym___clrcall] = ACTIONS(2016), - [anon_sym___stdcall] = ACTIONS(2016), - [anon_sym___fastcall] = ACTIONS(2016), - [anon_sym___thiscall] = ACTIONS(2016), - [anon_sym___vectorcall] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2016), - [anon_sym_static] = ACTIONS(2016), - [anon_sym_register] = ACTIONS(2016), - [anon_sym_inline] = ACTIONS(2016), - [anon_sym_const] = ACTIONS(2016), - [anon_sym_volatile] = ACTIONS(2016), - [anon_sym_restrict] = ACTIONS(2016), - [anon_sym__Atomic] = ACTIONS(2016), - [anon_sym_mutable] = ACTIONS(2016), - [anon_sym_constexpr] = ACTIONS(2016), - [anon_sym_signed] = ACTIONS(2016), - [anon_sym_unsigned] = ACTIONS(2016), - [anon_sym_long] = ACTIONS(2016), - [anon_sym_short] = ACTIONS(2016), - [sym_primitive_type] = ACTIONS(2016), - [anon_sym_enum] = ACTIONS(2016), - [anon_sym_class] = ACTIONS(2016), - [anon_sym_struct] = ACTIONS(2016), - [anon_sym_union] = ACTIONS(2016), - [anon_sym_if] = ACTIONS(2016), - [anon_sym_switch] = ACTIONS(2016), - [anon_sym_case] = ACTIONS(2016), - [anon_sym_default] = ACTIONS(2016), - [anon_sym_while] = ACTIONS(2016), - [anon_sym_do] = ACTIONS(2016), - [anon_sym_for] = ACTIONS(2016), - [anon_sym_return] = ACTIONS(2016), - [anon_sym_break] = ACTIONS(2016), - [anon_sym_continue] = ACTIONS(2016), - [anon_sym_goto] = ACTIONS(2016), - [anon_sym_DASH_DASH] = ACTIONS(2018), - [anon_sym_PLUS_PLUS] = ACTIONS(2018), - [anon_sym_sizeof] = ACTIONS(2016), - [sym_number_literal] = ACTIONS(2018), - [anon_sym_L_SQUOTE] = ACTIONS(2018), - [anon_sym_u_SQUOTE] = ACTIONS(2018), - [anon_sym_U_SQUOTE] = ACTIONS(2018), - [anon_sym_u8_SQUOTE] = ACTIONS(2018), - [anon_sym_SQUOTE] = ACTIONS(2018), - [anon_sym_L_DQUOTE] = ACTIONS(2018), - [anon_sym_u_DQUOTE] = ACTIONS(2018), - [anon_sym_U_DQUOTE] = ACTIONS(2018), - [anon_sym_u8_DQUOTE] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym_true] = ACTIONS(2016), - [sym_false] = ACTIONS(2016), - [sym_null] = ACTIONS(2016), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2016), - [anon_sym_virtual] = ACTIONS(2016), - [anon_sym_explicit] = ACTIONS(2016), - [sym_auto] = ACTIONS(2016), - [anon_sym_typename] = ACTIONS(2016), - [anon_sym_template] = ACTIONS(2016), - [anon_sym_COLON_COLON] = ACTIONS(2018), - [anon_sym_operator] = ACTIONS(2016), - [anon_sym_delete] = ACTIONS(2016), - [anon_sym_throw] = ACTIONS(2016), - [anon_sym_namespace] = ACTIONS(2016), - [anon_sym_using] = ACTIONS(2016), - [anon_sym_static_assert] = ACTIONS(2016), - [anon_sym_try] = ACTIONS(2016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2018), - [anon_sym_new] = ACTIONS(2016), - [sym_operator_name] = ACTIONS(2016), - [sym_this] = ACTIONS(2016), - [sym_nullptr] = ACTIONS(2016), - [sym_alone_macro] = ACTIONS(2018), - [aux_sym_alone_macro_call_token1] = ACTIONS(2016), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2016), - [anon_sym_MOZ_COLD] = ACTIONS(2016), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2016), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2016), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2016), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2016), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2016), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2016), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2016), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2016), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2016), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2016), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2016), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2016), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_RAII] = ACTIONS(2016), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2016), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2016), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2016), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2016), - [sym_raw_string_literal] = ACTIONS(2018), + [sym_identifier] = ACTIONS(1804), + [aux_sym_preproc_include_token1] = ACTIONS(1804), + [aux_sym_preproc_def_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token2] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1804), + [aux_sym_preproc_else_token1] = ACTIONS(1804), + [aux_sym_preproc_elif_token1] = ACTIONS(1804), + [sym_preproc_directive] = ACTIONS(1804), + [anon_sym_LPAREN2] = ACTIONS(1806), + [anon_sym_BANG] = ACTIONS(1806), + [anon_sym_TILDE] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1804), + [anon_sym_PLUS] = ACTIONS(1804), + [anon_sym_STAR] = ACTIONS(1806), + [anon_sym_AMP_AMP] = ACTIONS(1806), + [anon_sym_AMP] = ACTIONS(1804), + [anon_sym_SEMI] = ACTIONS(1806), + [anon_sym_typedef] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym___based] = ACTIONS(1804), + [anon_sym___cdecl] = ACTIONS(1804), + [anon_sym___clrcall] = ACTIONS(1804), + [anon_sym___stdcall] = ACTIONS(1804), + [anon_sym___fastcall] = ACTIONS(1804), + [anon_sym___thiscall] = ACTIONS(1804), + [anon_sym___vectorcall] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym_mutable] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_class] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1804), + [anon_sym_switch] = ACTIONS(1804), + [anon_sym_case] = ACTIONS(1804), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_while] = ACTIONS(1804), + [anon_sym_do] = ACTIONS(1804), + [anon_sym_for] = ACTIONS(1804), + [anon_sym_return] = ACTIONS(1804), + [anon_sym_break] = ACTIONS(1804), + [anon_sym_continue] = ACTIONS(1804), + [anon_sym_goto] = ACTIONS(1804), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1804), + [sym_number_literal] = ACTIONS(1806), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1806), + [anon_sym_u_DQUOTE] = ACTIONS(1806), + [anon_sym_U_DQUOTE] = ACTIONS(1806), + [anon_sym_u8_DQUOTE] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym_true] = ACTIONS(1804), + [sym_false] = ACTIONS(1804), + [sym_null] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1804), + [anon_sym_virtual] = ACTIONS(1804), + [anon_sym_explicit] = ACTIONS(1804), + [sym_auto] = ACTIONS(1804), + [anon_sym_typename] = ACTIONS(1804), + [anon_sym_template] = ACTIONS(1804), + [anon_sym_COLON_COLON] = ACTIONS(1806), + [anon_sym_operator] = ACTIONS(1804), + [anon_sym_delete] = ACTIONS(1804), + [anon_sym_throw] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_using] = ACTIONS(1804), + [anon_sym_static_assert] = ACTIONS(1804), + [anon_sym_try] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1806), + [anon_sym_new] = ACTIONS(1804), + [sym_operator_name] = ACTIONS(1804), + [sym_this] = ACTIONS(1804), + [sym_nullptr] = ACTIONS(1804), + [sym_alone_macro] = ACTIONS(1806), + [aux_sym_alone_macro_call_token1] = ACTIONS(1804), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_FORWARD] = ACTIONS(1804), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1804), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_PS_GET] = ACTIONS(1804), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1804), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1804), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1804), + [anon_sym_MOZ_COLD] = ACTIONS(1804), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1804), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1804), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1804), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1804), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1804), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1804), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1804), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1804), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1804), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1804), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1804), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1804), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_RAII] = ACTIONS(1804), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1804), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1804), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1804), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1804), + [sym_raw_string_literal] = ACTIONS(1806), }, [259] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_include_token1] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token2] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [aux_sym_preproc_else_token1] = ACTIONS(2020), - [aux_sym_preproc_elif_token1] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_BANG] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2020), - [anon_sym_PLUS] = ACTIONS(2020), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym___cdecl] = ACTIONS(2020), - [anon_sym___clrcall] = ACTIONS(2020), - [anon_sym___stdcall] = ACTIONS(2020), - [anon_sym___fastcall] = ACTIONS(2020), - [anon_sym___thiscall] = ACTIONS(2020), - [anon_sym___vectorcall] = ACTIONS(2020), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [anon_sym_if] = ACTIONS(2020), - [anon_sym_switch] = ACTIONS(2020), - [anon_sym_case] = ACTIONS(2020), - [anon_sym_default] = ACTIONS(2020), - [anon_sym_while] = ACTIONS(2020), - [anon_sym_do] = ACTIONS(2020), - [anon_sym_for] = ACTIONS(2020), - [anon_sym_return] = ACTIONS(2020), - [anon_sym_break] = ACTIONS(2020), - [anon_sym_continue] = ACTIONS(2020), - [anon_sym_goto] = ACTIONS(2020), - [anon_sym_DASH_DASH] = ACTIONS(2022), - [anon_sym_PLUS_PLUS] = ACTIONS(2022), - [anon_sym_sizeof] = ACTIONS(2020), - [sym_number_literal] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2022), - [anon_sym_u_SQUOTE] = ACTIONS(2022), - [anon_sym_U_SQUOTE] = ACTIONS(2022), - [anon_sym_u8_SQUOTE] = ACTIONS(2022), - [anon_sym_SQUOTE] = ACTIONS(2022), - [anon_sym_L_DQUOTE] = ACTIONS(2022), - [anon_sym_u_DQUOTE] = ACTIONS(2022), - [anon_sym_U_DQUOTE] = ACTIONS(2022), - [anon_sym_u8_DQUOTE] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym_true] = ACTIONS(2020), - [sym_false] = ACTIONS(2020), - [sym_null] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_delete] = ACTIONS(2020), - [anon_sym_throw] = ACTIONS(2020), - [anon_sym_namespace] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_try] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [anon_sym_new] = ACTIONS(2020), - [sym_operator_name] = ACTIONS(2020), - [sym_this] = ACTIONS(2020), - [sym_nullptr] = ACTIONS(2020), - [sym_alone_macro] = ACTIONS(2022), - [aux_sym_alone_macro_call_token1] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), - [sym_raw_string_literal] = ACTIONS(2022), + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym___cdecl] = ACTIONS(1412), + [anon_sym___clrcall] = ACTIONS(1412), + [anon_sym___stdcall] = ACTIONS(1412), + [anon_sym___fastcall] = ACTIONS(1412), + [anon_sym___thiscall] = ACTIONS(1412), + [anon_sym___vectorcall] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_switch] = ACTIONS(1412), + [anon_sym_case] = ACTIONS(1412), + [anon_sym_default] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_goto] = ACTIONS(1412), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_PLUS_PLUS] = ACTIONS(1414), + [anon_sym_sizeof] = ACTIONS(1412), + [sym_number_literal] = ACTIONS(1414), + [anon_sym_L_SQUOTE] = ACTIONS(1414), + [anon_sym_u_SQUOTE] = ACTIONS(1414), + [anon_sym_U_SQUOTE] = ACTIONS(1414), + [anon_sym_u8_SQUOTE] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_L_DQUOTE] = ACTIONS(1414), + [anon_sym_u_DQUOTE] = ACTIONS(1414), + [anon_sym_U_DQUOTE] = ACTIONS(1414), + [anon_sym_u8_DQUOTE] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_null] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_delete] = ACTIONS(1412), + [anon_sym_throw] = ACTIONS(1412), + [anon_sym_namespace] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_try] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [anon_sym_new] = ACTIONS(1412), + [sym_operator_name] = ACTIONS(1412), + [sym_this] = ACTIONS(1412), + [sym_nullptr] = ACTIONS(1412), + [sym_alone_macro] = ACTIONS(1414), + [aux_sym_alone_macro_call_token1] = ACTIONS(1412), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_FORWARD] = ACTIONS(1412), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1412), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_PS_GET] = ACTIONS(1412), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1412), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1412), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + [sym_raw_string_literal] = ACTIONS(1414), }, [260] = { - [sym_identifier] = ACTIONS(2024), - [aux_sym_preproc_include_token1] = ACTIONS(2024), - [aux_sym_preproc_def_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token2] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2024), - [aux_sym_preproc_else_token1] = ACTIONS(2024), - [aux_sym_preproc_elif_token1] = ACTIONS(2024), - [sym_preproc_directive] = ACTIONS(2024), - [anon_sym_LPAREN2] = ACTIONS(2026), - [anon_sym_BANG] = ACTIONS(2026), - [anon_sym_TILDE] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(2026), - [anon_sym_AMP_AMP] = ACTIONS(2026), - [anon_sym_AMP] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_typedef] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym___attribute__] = ACTIONS(2024), - [anon_sym___declspec] = ACTIONS(2024), - [anon_sym___based] = ACTIONS(2024), - [anon_sym___cdecl] = ACTIONS(2024), - [anon_sym___clrcall] = ACTIONS(2024), - [anon_sym___stdcall] = ACTIONS(2024), - [anon_sym___fastcall] = ACTIONS(2024), - [anon_sym___thiscall] = ACTIONS(2024), - [anon_sym___vectorcall] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_static] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_inline] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_volatile] = ACTIONS(2024), - [anon_sym_restrict] = ACTIONS(2024), - [anon_sym__Atomic] = ACTIONS(2024), - [anon_sym_mutable] = ACTIONS(2024), - [anon_sym_constexpr] = ACTIONS(2024), - [anon_sym_signed] = ACTIONS(2024), - [anon_sym_unsigned] = ACTIONS(2024), - [anon_sym_long] = ACTIONS(2024), - [anon_sym_short] = ACTIONS(2024), - [sym_primitive_type] = ACTIONS(2024), - [anon_sym_enum] = ACTIONS(2024), - [anon_sym_class] = ACTIONS(2024), - [anon_sym_struct] = ACTIONS(2024), - [anon_sym_union] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_switch] = ACTIONS(2024), - [anon_sym_case] = ACTIONS(2024), - [anon_sym_default] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_goto] = ACTIONS(2024), - [anon_sym_DASH_DASH] = ACTIONS(2026), - [anon_sym_PLUS_PLUS] = ACTIONS(2026), - [anon_sym_sizeof] = ACTIONS(2024), - [sym_number_literal] = ACTIONS(2026), - [anon_sym_L_SQUOTE] = ACTIONS(2026), - [anon_sym_u_SQUOTE] = ACTIONS(2026), - [anon_sym_U_SQUOTE] = ACTIONS(2026), - [anon_sym_u8_SQUOTE] = ACTIONS(2026), - [anon_sym_SQUOTE] = ACTIONS(2026), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(2024), - [sym_false] = ACTIONS(2024), - [sym_null] = ACTIONS(2024), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2024), - [anon_sym_virtual] = ACTIONS(2024), - [anon_sym_explicit] = ACTIONS(2024), - [sym_auto] = ACTIONS(2024), - [anon_sym_typename] = ACTIONS(2024), - [anon_sym_template] = ACTIONS(2024), - [anon_sym_COLON_COLON] = ACTIONS(2026), - [anon_sym_operator] = ACTIONS(2024), - [anon_sym_delete] = ACTIONS(2024), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_namespace] = ACTIONS(2024), - [anon_sym_using] = ACTIONS(2024), - [anon_sym_static_assert] = ACTIONS(2024), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2026), - [anon_sym_new] = ACTIONS(2024), - [sym_operator_name] = ACTIONS(2024), - [sym_this] = ACTIONS(2024), - [sym_nullptr] = ACTIONS(2024), - [sym_alone_macro] = ACTIONS(2026), - [aux_sym_alone_macro_call_token1] = ACTIONS(2024), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2024), - [anon_sym_MOZ_COLD] = ACTIONS(2024), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2024), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2024), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2024), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2024), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2024), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2024), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2024), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2024), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2024), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2024), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2024), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2024), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_RAII] = ACTIONS(2024), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2024), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2024), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2024), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2024), - [sym_raw_string_literal] = ACTIONS(2026), + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_include_token1] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token2] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [aux_sym_preproc_else_token1] = ACTIONS(1808), + [aux_sym_preproc_elif_token1] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1808), + [anon_sym_PLUS] = ACTIONS(1808), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym___cdecl] = ACTIONS(1808), + [anon_sym___clrcall] = ACTIONS(1808), + [anon_sym___stdcall] = ACTIONS(1808), + [anon_sym___fastcall] = ACTIONS(1808), + [anon_sym___thiscall] = ACTIONS(1808), + [anon_sym___vectorcall] = ACTIONS(1808), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [anon_sym_if] = ACTIONS(1808), + [anon_sym_switch] = ACTIONS(1808), + [anon_sym_case] = ACTIONS(1808), + [anon_sym_default] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1808), + [anon_sym_do] = ACTIONS(1808), + [anon_sym_for] = ACTIONS(1808), + [anon_sym_return] = ACTIONS(1808), + [anon_sym_break] = ACTIONS(1808), + [anon_sym_continue] = ACTIONS(1808), + [anon_sym_goto] = ACTIONS(1808), + [anon_sym_DASH_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1810), + [anon_sym_sizeof] = ACTIONS(1808), + [sym_number_literal] = ACTIONS(1810), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1810), + [anon_sym_u_DQUOTE] = ACTIONS(1810), + [anon_sym_U_DQUOTE] = ACTIONS(1810), + [anon_sym_u8_DQUOTE] = ACTIONS(1810), + [anon_sym_DQUOTE] = ACTIONS(1810), + [sym_true] = ACTIONS(1808), + [sym_false] = ACTIONS(1808), + [sym_null] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_delete] = ACTIONS(1808), + [anon_sym_throw] = ACTIONS(1808), + [anon_sym_namespace] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_try] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [anon_sym_new] = ACTIONS(1808), + [sym_operator_name] = ACTIONS(1808), + [sym_this] = ACTIONS(1808), + [sym_nullptr] = ACTIONS(1808), + [sym_alone_macro] = ACTIONS(1810), + [aux_sym_alone_macro_call_token1] = ACTIONS(1808), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_FORWARD] = ACTIONS(1808), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1808), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_PS_GET] = ACTIONS(1808), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1808), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1808), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), + [sym_raw_string_literal] = ACTIONS(1810), }, [261] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1744), - [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_try] = ACTIONS(1742), - [anon_sym_catch] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [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_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), - [sym_raw_string_literal] = ACTIONS(1744), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [262] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [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___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_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_COLON_COLON] = ACTIONS(1542), + [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_try] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [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), + [sym_raw_string_literal] = ACTIONS(1542), }, [263] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_include_token1] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token2] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [aux_sym_preproc_else_token1] = ACTIONS(2028), - [aux_sym_preproc_elif_token1] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_BANG] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2028), - [anon_sym_PLUS] = ACTIONS(2028), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym___cdecl] = ACTIONS(2028), - [anon_sym___clrcall] = ACTIONS(2028), - [anon_sym___stdcall] = ACTIONS(2028), - [anon_sym___fastcall] = ACTIONS(2028), - [anon_sym___thiscall] = ACTIONS(2028), - [anon_sym___vectorcall] = ACTIONS(2028), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [anon_sym_if] = ACTIONS(2028), - [anon_sym_switch] = ACTIONS(2028), - [anon_sym_case] = ACTIONS(2028), - [anon_sym_default] = ACTIONS(2028), - [anon_sym_while] = ACTIONS(2028), - [anon_sym_do] = ACTIONS(2028), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(2028), - [anon_sym_break] = ACTIONS(2028), - [anon_sym_continue] = ACTIONS(2028), - [anon_sym_goto] = ACTIONS(2028), - [anon_sym_DASH_DASH] = ACTIONS(2030), - [anon_sym_PLUS_PLUS] = ACTIONS(2030), - [anon_sym_sizeof] = ACTIONS(2028), - [sym_number_literal] = ACTIONS(2030), - [anon_sym_L_SQUOTE] = ACTIONS(2030), - [anon_sym_u_SQUOTE] = ACTIONS(2030), - [anon_sym_U_SQUOTE] = ACTIONS(2030), - [anon_sym_u8_SQUOTE] = ACTIONS(2030), - [anon_sym_SQUOTE] = ACTIONS(2030), - [anon_sym_L_DQUOTE] = ACTIONS(2030), - [anon_sym_u_DQUOTE] = ACTIONS(2030), - [anon_sym_U_DQUOTE] = ACTIONS(2030), - [anon_sym_u8_DQUOTE] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym_true] = ACTIONS(2028), - [sym_false] = ACTIONS(2028), - [sym_null] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_throw] = ACTIONS(2028), - [anon_sym_namespace] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_try] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [anon_sym_new] = ACTIONS(2028), - [sym_operator_name] = ACTIONS(2028), - [sym_this] = ACTIONS(2028), - [sym_nullptr] = ACTIONS(2028), - [sym_alone_macro] = ACTIONS(2030), - [aux_sym_alone_macro_call_token1] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), - [sym_raw_string_literal] = ACTIONS(2030), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP_AMP] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___based] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_RBRACE] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym_mutable] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_class] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1456), + [anon_sym_virtual] = ACTIONS(1456), + [anon_sym_explicit] = ACTIONS(1456), + [sym_auto] = ACTIONS(1456), + [anon_sym_typename] = ACTIONS(1456), + [anon_sym_template] = ACTIONS(1456), + [anon_sym_COLON_COLON] = ACTIONS(1458), + [anon_sym_operator] = ACTIONS(1456), + [anon_sym_delete] = ACTIONS(1456), + [anon_sym_throw] = ACTIONS(1456), + [anon_sym_namespace] = ACTIONS(1456), + [anon_sym_using] = ACTIONS(1456), + [anon_sym_static_assert] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1456), + [sym_operator_name] = ACTIONS(1456), + [sym_this] = ACTIONS(1456), + [sym_nullptr] = ACTIONS(1456), + [sym_alone_macro] = ACTIONS(1458), + [aux_sym_alone_macro_call_token1] = ACTIONS(1456), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_FORWARD] = ACTIONS(1456), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1456), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_PS_GET] = ACTIONS(1456), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1456), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1456), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1456), + [anon_sym_MOZ_COLD] = ACTIONS(1456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_RAII] = ACTIONS(1456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1456), + [sym_raw_string_literal] = ACTIONS(1458), }, [264] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_include_token1] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token2] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [aux_sym_preproc_else_token1] = ACTIONS(2032), - [aux_sym_preproc_elif_token1] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_BANG] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym___cdecl] = ACTIONS(2032), - [anon_sym___clrcall] = ACTIONS(2032), - [anon_sym___stdcall] = ACTIONS(2032), - [anon_sym___fastcall] = ACTIONS(2032), - [anon_sym___thiscall] = ACTIONS(2032), - [anon_sym___vectorcall] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_switch] = ACTIONS(2032), - [anon_sym_case] = ACTIONS(2032), - [anon_sym_default] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_goto] = ACTIONS(2032), - [anon_sym_DASH_DASH] = ACTIONS(2034), - [anon_sym_PLUS_PLUS] = ACTIONS(2034), - [anon_sym_sizeof] = ACTIONS(2032), - [sym_number_literal] = ACTIONS(2034), - [anon_sym_L_SQUOTE] = ACTIONS(2034), - [anon_sym_u_SQUOTE] = ACTIONS(2034), - [anon_sym_U_SQUOTE] = ACTIONS(2034), - [anon_sym_u8_SQUOTE] = ACTIONS(2034), - [anon_sym_SQUOTE] = ACTIONS(2034), - [anon_sym_L_DQUOTE] = ACTIONS(2034), - [anon_sym_u_DQUOTE] = ACTIONS(2034), - [anon_sym_U_DQUOTE] = ACTIONS(2034), - [anon_sym_u8_DQUOTE] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym_true] = ACTIONS(2032), - [sym_false] = ACTIONS(2032), - [sym_null] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_delete] = ACTIONS(2032), - [anon_sym_throw] = ACTIONS(2032), - [anon_sym_namespace] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [anon_sym_new] = ACTIONS(2032), - [sym_operator_name] = ACTIONS(2032), - [sym_this] = ACTIONS(2032), - [sym_nullptr] = ACTIONS(2032), - [sym_alone_macro] = ACTIONS(2034), - [aux_sym_alone_macro_call_token1] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - [sym_raw_string_literal] = ACTIONS(2034), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP_AMP] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___based] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym_mutable] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1452), + [anon_sym_virtual] = ACTIONS(1452), + [anon_sym_explicit] = ACTIONS(1452), + [sym_auto] = ACTIONS(1452), + [anon_sym_typename] = ACTIONS(1452), + [anon_sym_template] = ACTIONS(1452), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_operator] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_using] = ACTIONS(1452), + [anon_sym_static_assert] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1452), + [sym_operator_name] = ACTIONS(1452), + [sym_this] = ACTIONS(1452), + [sym_nullptr] = ACTIONS(1452), + [sym_alone_macro] = ACTIONS(1454), + [aux_sym_alone_macro_call_token1] = ACTIONS(1452), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_FORWARD] = ACTIONS(1452), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1452), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_PS_GET] = ACTIONS(1452), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1452), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1452), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1452), + [anon_sym_MOZ_COLD] = ACTIONS(1452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_RAII] = ACTIONS(1452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1452), + [sym_raw_string_literal] = ACTIONS(1454), }, [265] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1737), - [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_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym_new] = ACTIONS(1735), - [sym_operator_name] = 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_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), - [sym_raw_string_literal] = ACTIONS(1737), + [sym_identifier] = ACTIONS(1448), + [aux_sym_preproc_include_token1] = ACTIONS(1448), + [aux_sym_preproc_def_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), + [sym_preproc_directive] = ACTIONS(1448), + [anon_sym_LPAREN2] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_DASH] = ACTIONS(1448), + [anon_sym_PLUS] = ACTIONS(1448), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_AMP_AMP] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym___attribute__] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1448), + [anon_sym___based] = ACTIONS(1448), + [anon_sym___cdecl] = ACTIONS(1448), + [anon_sym___clrcall] = ACTIONS(1448), + [anon_sym___stdcall] = ACTIONS(1448), + [anon_sym___fastcall] = ACTIONS(1448), + [anon_sym___thiscall] = ACTIONS(1448), + [anon_sym___vectorcall] = ACTIONS(1448), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_register] = ACTIONS(1448), + [anon_sym_inline] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_volatile] = ACTIONS(1448), + [anon_sym_restrict] = ACTIONS(1448), + [anon_sym__Atomic] = ACTIONS(1448), + [anon_sym_mutable] = ACTIONS(1448), + [anon_sym_constexpr] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1448), + [anon_sym_unsigned] = ACTIONS(1448), + [anon_sym_long] = ACTIONS(1448), + [anon_sym_short] = ACTIONS(1448), + [sym_primitive_type] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_class] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_else] = ACTIONS(1448), + [anon_sym_switch] = ACTIONS(1448), + [anon_sym_case] = ACTIONS(1448), + [anon_sym_default] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_do] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_goto] = ACTIONS(1448), + [anon_sym_DASH_DASH] = ACTIONS(1450), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_sizeof] = ACTIONS(1448), + [sym_number_literal] = ACTIONS(1450), + [anon_sym_L_SQUOTE] = ACTIONS(1450), + [anon_sym_u_SQUOTE] = ACTIONS(1450), + [anon_sym_U_SQUOTE] = ACTIONS(1450), + [anon_sym_u8_SQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [anon_sym_L_DQUOTE] = ACTIONS(1450), + [anon_sym_u_DQUOTE] = ACTIONS(1450), + [anon_sym_U_DQUOTE] = ACTIONS(1450), + [anon_sym_u8_DQUOTE] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym_true] = ACTIONS(1448), + [sym_false] = ACTIONS(1448), + [sym_null] = ACTIONS(1448), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1448), + [anon_sym_virtual] = ACTIONS(1448), + [anon_sym_explicit] = ACTIONS(1448), + [sym_auto] = ACTIONS(1448), + [anon_sym_typename] = ACTIONS(1448), + [anon_sym_template] = ACTIONS(1448), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_operator] = ACTIONS(1448), + [anon_sym_delete] = ACTIONS(1448), + [anon_sym_throw] = ACTIONS(1448), + [anon_sym_namespace] = ACTIONS(1448), + [anon_sym_using] = ACTIONS(1448), + [anon_sym_static_assert] = ACTIONS(1448), + [anon_sym_try] = ACTIONS(1448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1448), + [sym_operator_name] = ACTIONS(1448), + [sym_this] = ACTIONS(1448), + [sym_nullptr] = ACTIONS(1448), + [sym_alone_macro] = ACTIONS(1450), + [aux_sym_alone_macro_call_token1] = ACTIONS(1448), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_FORWARD] = ACTIONS(1448), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1448), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_PS_GET] = ACTIONS(1448), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1448), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1448), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1448), + [anon_sym_MOZ_COLD] = ACTIONS(1448), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1448), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1448), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1448), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1448), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1448), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1448), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1448), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1448), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1448), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1448), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1448), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1448), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_RAII] = ACTIONS(1448), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1448), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1448), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1448), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1448), + [sym_raw_string_literal] = ACTIONS(1450), }, [266] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1737), - [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_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym_new] = ACTIONS(1735), - [sym_operator_name] = 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_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), - [sym_raw_string_literal] = ACTIONS(1737), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP_AMP] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___based] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_RBRACE] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym_mutable] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_null] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1460), + [anon_sym_virtual] = ACTIONS(1460), + [anon_sym_explicit] = ACTIONS(1460), + [sym_auto] = ACTIONS(1460), + [anon_sym_typename] = ACTIONS(1460), + [anon_sym_template] = ACTIONS(1460), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_operator] = ACTIONS(1460), + [anon_sym_delete] = ACTIONS(1460), + [anon_sym_throw] = ACTIONS(1460), + [anon_sym_namespace] = ACTIONS(1460), + [anon_sym_using] = ACTIONS(1460), + [anon_sym_static_assert] = ACTIONS(1460), + [anon_sym_try] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1460), + [sym_operator_name] = ACTIONS(1460), + [sym_this] = ACTIONS(1460), + [sym_nullptr] = ACTIONS(1460), + [sym_alone_macro] = ACTIONS(1462), + [aux_sym_alone_macro_call_token1] = ACTIONS(1460), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_FORWARD] = ACTIONS(1460), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1460), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_PS_GET] = ACTIONS(1460), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1460), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1460), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1460), + [anon_sym_MOZ_COLD] = ACTIONS(1460), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1460), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1460), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1460), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1460), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1460), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1460), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1460), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1460), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1460), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1460), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1460), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1460), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_RAII] = ACTIONS(1460), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1460), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1460), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1460), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1460), + [sym_raw_string_literal] = ACTIONS(1462), }, [267] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_include_token1] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token2] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [aux_sym_preproc_else_token1] = ACTIONS(2036), - [aux_sym_preproc_elif_token1] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_BANG] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2036), - [anon_sym_PLUS] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_SEMI] = ACTIONS(2038), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym___cdecl] = ACTIONS(2036), - [anon_sym___clrcall] = ACTIONS(2036), - [anon_sym___stdcall] = ACTIONS(2036), - [anon_sym___fastcall] = ACTIONS(2036), - [anon_sym___thiscall] = ACTIONS(2036), - [anon_sym___vectorcall] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [anon_sym_if] = ACTIONS(2036), - [anon_sym_switch] = ACTIONS(2036), - [anon_sym_case] = ACTIONS(2036), - [anon_sym_default] = ACTIONS(2036), - [anon_sym_while] = ACTIONS(2036), - [anon_sym_do] = ACTIONS(2036), - [anon_sym_for] = ACTIONS(2036), - [anon_sym_return] = ACTIONS(2036), - [anon_sym_break] = ACTIONS(2036), - [anon_sym_continue] = ACTIONS(2036), - [anon_sym_goto] = ACTIONS(2036), - [anon_sym_DASH_DASH] = ACTIONS(2038), - [anon_sym_PLUS_PLUS] = ACTIONS(2038), - [anon_sym_sizeof] = ACTIONS(2036), - [sym_number_literal] = ACTIONS(2038), - [anon_sym_L_SQUOTE] = ACTIONS(2038), - [anon_sym_u_SQUOTE] = ACTIONS(2038), - [anon_sym_U_SQUOTE] = ACTIONS(2038), - [anon_sym_u8_SQUOTE] = ACTIONS(2038), - [anon_sym_SQUOTE] = ACTIONS(2038), - [anon_sym_L_DQUOTE] = ACTIONS(2038), - [anon_sym_u_DQUOTE] = ACTIONS(2038), - [anon_sym_U_DQUOTE] = ACTIONS(2038), - [anon_sym_u8_DQUOTE] = ACTIONS(2038), - [anon_sym_DQUOTE] = ACTIONS(2038), - [sym_true] = ACTIONS(2036), - [sym_false] = ACTIONS(2036), - [sym_null] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_delete] = ACTIONS(2036), - [anon_sym_throw] = ACTIONS(2036), - [anon_sym_namespace] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_try] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym_new] = ACTIONS(2036), - [sym_operator_name] = ACTIONS(2036), - [sym_this] = ACTIONS(2036), - [sym_nullptr] = ACTIONS(2036), - [sym_alone_macro] = ACTIONS(2038), - [aux_sym_alone_macro_call_token1] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), - [sym_raw_string_literal] = ACTIONS(2038), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1534), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, [268] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_include_token1] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token2] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [aux_sym_preproc_else_token1] = ACTIONS(2040), - [aux_sym_preproc_elif_token1] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_BANG] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_DASH] = ACTIONS(2040), - [anon_sym_PLUS] = ACTIONS(2040), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym___cdecl] = ACTIONS(2040), - [anon_sym___clrcall] = ACTIONS(2040), - [anon_sym___stdcall] = ACTIONS(2040), - [anon_sym___fastcall] = ACTIONS(2040), - [anon_sym___thiscall] = ACTIONS(2040), - [anon_sym___vectorcall] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2042), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2040), - [anon_sym_case] = ACTIONS(2040), - [anon_sym_default] = ACTIONS(2040), - [anon_sym_while] = ACTIONS(2040), - [anon_sym_do] = ACTIONS(2040), - [anon_sym_for] = ACTIONS(2040), - [anon_sym_return] = ACTIONS(2040), - [anon_sym_break] = ACTIONS(2040), - [anon_sym_continue] = ACTIONS(2040), - [anon_sym_goto] = ACTIONS(2040), - [anon_sym_DASH_DASH] = ACTIONS(2042), - [anon_sym_PLUS_PLUS] = ACTIONS(2042), - [anon_sym_sizeof] = ACTIONS(2040), - [sym_number_literal] = ACTIONS(2042), - [anon_sym_L_SQUOTE] = ACTIONS(2042), - [anon_sym_u_SQUOTE] = ACTIONS(2042), - [anon_sym_U_SQUOTE] = ACTIONS(2042), - [anon_sym_u8_SQUOTE] = ACTIONS(2042), - [anon_sym_SQUOTE] = ACTIONS(2042), - [anon_sym_L_DQUOTE] = ACTIONS(2042), - [anon_sym_u_DQUOTE] = ACTIONS(2042), - [anon_sym_U_DQUOTE] = ACTIONS(2042), - [anon_sym_u8_DQUOTE] = ACTIONS(2042), - [anon_sym_DQUOTE] = ACTIONS(2042), - [sym_true] = ACTIONS(2040), - [sym_false] = ACTIONS(2040), - [sym_null] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_delete] = ACTIONS(2040), - [anon_sym_throw] = ACTIONS(2040), - [anon_sym_namespace] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [anon_sym_new] = ACTIONS(2040), - [sym_operator_name] = ACTIONS(2040), - [sym_this] = ACTIONS(2040), - [sym_nullptr] = ACTIONS(2040), - [sym_alone_macro] = ACTIONS(2042), - [aux_sym_alone_macro_call_token1] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), - [sym_raw_string_literal] = ACTIONS(2042), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [269] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_include_token1] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token2] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [aux_sym_preproc_else_token1] = ACTIONS(2044), - [aux_sym_preproc_elif_token1] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_BANG] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2044), - [anon_sym_PLUS] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym___cdecl] = ACTIONS(2044), - [anon_sym___clrcall] = ACTIONS(2044), - [anon_sym___stdcall] = ACTIONS(2044), - [anon_sym___fastcall] = ACTIONS(2044), - [anon_sym___thiscall] = ACTIONS(2044), - [anon_sym___vectorcall] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2046), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [anon_sym_if] = ACTIONS(2044), - [anon_sym_switch] = ACTIONS(2044), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2044), - [anon_sym_while] = ACTIONS(2044), - [anon_sym_do] = ACTIONS(2044), - [anon_sym_for] = ACTIONS(2044), - [anon_sym_return] = ACTIONS(2044), - [anon_sym_break] = ACTIONS(2044), - [anon_sym_continue] = ACTIONS(2044), - [anon_sym_goto] = ACTIONS(2044), - [anon_sym_DASH_DASH] = ACTIONS(2046), - [anon_sym_PLUS_PLUS] = ACTIONS(2046), - [anon_sym_sizeof] = ACTIONS(2044), - [sym_number_literal] = ACTIONS(2046), - [anon_sym_L_SQUOTE] = ACTIONS(2046), - [anon_sym_u_SQUOTE] = ACTIONS(2046), - [anon_sym_U_SQUOTE] = ACTIONS(2046), - [anon_sym_u8_SQUOTE] = ACTIONS(2046), - [anon_sym_SQUOTE] = ACTIONS(2046), - [anon_sym_L_DQUOTE] = ACTIONS(2046), - [anon_sym_u_DQUOTE] = ACTIONS(2046), - [anon_sym_U_DQUOTE] = ACTIONS(2046), - [anon_sym_u8_DQUOTE] = ACTIONS(2046), - [anon_sym_DQUOTE] = ACTIONS(2046), - [sym_true] = ACTIONS(2044), - [sym_false] = ACTIONS(2044), - [sym_null] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_delete] = ACTIONS(2044), - [anon_sym_throw] = ACTIONS(2044), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_try] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [anon_sym_new] = ACTIONS(2044), - [sym_operator_name] = ACTIONS(2044), - [sym_this] = ACTIONS(2044), - [sym_nullptr] = ACTIONS(2044), - [sym_alone_macro] = ACTIONS(2046), - [aux_sym_alone_macro_call_token1] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), - [sym_raw_string_literal] = ACTIONS(2046), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [270] = { - [sym_identifier] = ACTIONS(2048), - [aux_sym_preproc_include_token1] = ACTIONS(2048), - [aux_sym_preproc_def_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token2] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2048), - [aux_sym_preproc_else_token1] = ACTIONS(2048), - [aux_sym_preproc_elif_token1] = ACTIONS(2048), - [sym_preproc_directive] = ACTIONS(2048), - [anon_sym_LPAREN2] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_TILDE] = ACTIONS(2050), - [anon_sym_DASH] = ACTIONS(2048), - [anon_sym_PLUS] = ACTIONS(2048), - [anon_sym_STAR] = ACTIONS(2050), - [anon_sym_AMP_AMP] = ACTIONS(2050), - [anon_sym_AMP] = ACTIONS(2048), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_typedef] = ACTIONS(2048), - [anon_sym_extern] = ACTIONS(2048), - [anon_sym___attribute__] = ACTIONS(2048), - [anon_sym___declspec] = ACTIONS(2048), - [anon_sym___based] = ACTIONS(2048), - [anon_sym___cdecl] = ACTIONS(2048), - [anon_sym___clrcall] = ACTIONS(2048), - [anon_sym___stdcall] = ACTIONS(2048), - [anon_sym___fastcall] = ACTIONS(2048), - [anon_sym___thiscall] = ACTIONS(2048), - [anon_sym___vectorcall] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_static] = ACTIONS(2048), - [anon_sym_register] = ACTIONS(2048), - [anon_sym_inline] = ACTIONS(2048), - [anon_sym_const] = ACTIONS(2048), - [anon_sym_volatile] = ACTIONS(2048), - [anon_sym_restrict] = ACTIONS(2048), - [anon_sym__Atomic] = ACTIONS(2048), - [anon_sym_mutable] = ACTIONS(2048), - [anon_sym_constexpr] = ACTIONS(2048), - [anon_sym_signed] = ACTIONS(2048), - [anon_sym_unsigned] = ACTIONS(2048), - [anon_sym_long] = ACTIONS(2048), - [anon_sym_short] = ACTIONS(2048), - [sym_primitive_type] = ACTIONS(2048), - [anon_sym_enum] = ACTIONS(2048), - [anon_sym_class] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(2048), - [anon_sym_union] = ACTIONS(2048), - [anon_sym_if] = ACTIONS(2048), - [anon_sym_switch] = ACTIONS(2048), - [anon_sym_case] = ACTIONS(2048), - [anon_sym_default] = ACTIONS(2048), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(2048), - [anon_sym_for] = ACTIONS(2048), - [anon_sym_return] = ACTIONS(2048), - [anon_sym_break] = ACTIONS(2048), - [anon_sym_continue] = ACTIONS(2048), - [anon_sym_goto] = ACTIONS(2048), - [anon_sym_DASH_DASH] = ACTIONS(2050), - [anon_sym_PLUS_PLUS] = ACTIONS(2050), - [anon_sym_sizeof] = ACTIONS(2048), - [sym_number_literal] = ACTIONS(2050), - [anon_sym_L_SQUOTE] = ACTIONS(2050), - [anon_sym_u_SQUOTE] = ACTIONS(2050), - [anon_sym_U_SQUOTE] = ACTIONS(2050), - [anon_sym_u8_SQUOTE] = ACTIONS(2050), - [anon_sym_SQUOTE] = ACTIONS(2050), - [anon_sym_L_DQUOTE] = ACTIONS(2050), - [anon_sym_u_DQUOTE] = ACTIONS(2050), - [anon_sym_U_DQUOTE] = ACTIONS(2050), - [anon_sym_u8_DQUOTE] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym_true] = ACTIONS(2048), - [sym_false] = ACTIONS(2048), - [sym_null] = ACTIONS(2048), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2048), - [anon_sym_virtual] = ACTIONS(2048), - [anon_sym_explicit] = ACTIONS(2048), - [sym_auto] = ACTIONS(2048), - [anon_sym_typename] = ACTIONS(2048), - [anon_sym_template] = ACTIONS(2048), - [anon_sym_COLON_COLON] = ACTIONS(2050), - [anon_sym_operator] = ACTIONS(2048), - [anon_sym_delete] = ACTIONS(2048), - [anon_sym_throw] = ACTIONS(2048), - [anon_sym_namespace] = ACTIONS(2048), - [anon_sym_using] = ACTIONS(2048), - [anon_sym_static_assert] = ACTIONS(2048), - [anon_sym_try] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2050), - [anon_sym_new] = ACTIONS(2048), - [sym_operator_name] = ACTIONS(2048), - [sym_this] = ACTIONS(2048), - [sym_nullptr] = ACTIONS(2048), - [sym_alone_macro] = ACTIONS(2050), - [aux_sym_alone_macro_call_token1] = ACTIONS(2048), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2048), - [anon_sym_MOZ_COLD] = ACTIONS(2048), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2048), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2048), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2048), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2048), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2048), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2048), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2048), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2048), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2048), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2048), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2048), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2048), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_RAII] = ACTIONS(2048), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2048), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2048), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2048), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2048), - [sym_raw_string_literal] = ACTIONS(2050), + [sym_identifier] = ACTIONS(1444), + [aux_sym_preproc_include_token1] = ACTIONS(1444), + [aux_sym_preproc_def_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), + [sym_preproc_directive] = ACTIONS(1444), + [anon_sym_LPAREN2] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_TILDE] = ACTIONS(1446), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_AMP_AMP] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym___attribute__] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1444), + [anon_sym___based] = ACTIONS(1444), + [anon_sym___cdecl] = ACTIONS(1444), + [anon_sym___clrcall] = ACTIONS(1444), + [anon_sym___stdcall] = ACTIONS(1444), + [anon_sym___fastcall] = ACTIONS(1444), + [anon_sym___thiscall] = ACTIONS(1444), + [anon_sym___vectorcall] = ACTIONS(1444), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_RBRACE] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_register] = ACTIONS(1444), + [anon_sym_inline] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_volatile] = ACTIONS(1444), + [anon_sym_restrict] = ACTIONS(1444), + [anon_sym__Atomic] = ACTIONS(1444), + [anon_sym_mutable] = ACTIONS(1444), + [anon_sym_constexpr] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1444), + [anon_sym_unsigned] = ACTIONS(1444), + [anon_sym_long] = ACTIONS(1444), + [anon_sym_short] = ACTIONS(1444), + [sym_primitive_type] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_class] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [anon_sym_switch] = ACTIONS(1444), + [anon_sym_case] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_do] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_goto] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1446), + [anon_sym_PLUS_PLUS] = ACTIONS(1446), + [anon_sym_sizeof] = ACTIONS(1444), + [sym_number_literal] = ACTIONS(1446), + [anon_sym_L_SQUOTE] = ACTIONS(1446), + [anon_sym_u_SQUOTE] = ACTIONS(1446), + [anon_sym_U_SQUOTE] = ACTIONS(1446), + [anon_sym_u8_SQUOTE] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1446), + [anon_sym_L_DQUOTE] = ACTIONS(1446), + [anon_sym_u_DQUOTE] = ACTIONS(1446), + [anon_sym_U_DQUOTE] = ACTIONS(1446), + [anon_sym_u8_DQUOTE] = ACTIONS(1446), + [anon_sym_DQUOTE] = ACTIONS(1446), + [sym_true] = ACTIONS(1444), + [sym_false] = ACTIONS(1444), + [sym_null] = ACTIONS(1444), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1444), + [anon_sym_virtual] = ACTIONS(1444), + [anon_sym_explicit] = ACTIONS(1444), + [sym_auto] = ACTIONS(1444), + [anon_sym_typename] = ACTIONS(1444), + [anon_sym_template] = ACTIONS(1444), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_operator] = ACTIONS(1444), + [anon_sym_delete] = ACTIONS(1444), + [anon_sym_throw] = ACTIONS(1444), + [anon_sym_namespace] = ACTIONS(1444), + [anon_sym_using] = ACTIONS(1444), + [anon_sym_static_assert] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), + [anon_sym_new] = ACTIONS(1444), + [sym_operator_name] = ACTIONS(1444), + [sym_this] = ACTIONS(1444), + [sym_nullptr] = ACTIONS(1444), + [sym_alone_macro] = ACTIONS(1446), + [aux_sym_alone_macro_call_token1] = ACTIONS(1444), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_FORWARD] = ACTIONS(1444), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1444), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_PS_GET] = ACTIONS(1444), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1444), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1444), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1444), + [anon_sym_MOZ_COLD] = ACTIONS(1444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_RAII] = ACTIONS(1444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1444), + [sym_raw_string_literal] = ACTIONS(1446), }, [271] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_include_token1] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token2] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [aux_sym_preproc_else_token1] = ACTIONS(2052), - [aux_sym_preproc_elif_token1] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_BANG] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2052), - [anon_sym_PLUS] = ACTIONS(2052), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym___cdecl] = ACTIONS(2052), - [anon_sym___clrcall] = ACTIONS(2052), - [anon_sym___stdcall] = ACTIONS(2052), - [anon_sym___fastcall] = ACTIONS(2052), - [anon_sym___thiscall] = ACTIONS(2052), - [anon_sym___vectorcall] = ACTIONS(2052), - [anon_sym_LBRACE] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [anon_sym_if] = ACTIONS(2052), - [anon_sym_switch] = ACTIONS(2052), - [anon_sym_case] = ACTIONS(2052), - [anon_sym_default] = ACTIONS(2052), - [anon_sym_while] = ACTIONS(2052), - [anon_sym_do] = ACTIONS(2052), - [anon_sym_for] = ACTIONS(2052), - [anon_sym_return] = ACTIONS(2052), - [anon_sym_break] = ACTIONS(2052), - [anon_sym_continue] = ACTIONS(2052), - [anon_sym_goto] = ACTIONS(2052), - [anon_sym_DASH_DASH] = ACTIONS(2054), - [anon_sym_PLUS_PLUS] = ACTIONS(2054), - [anon_sym_sizeof] = ACTIONS(2052), - [sym_number_literal] = ACTIONS(2054), - [anon_sym_L_SQUOTE] = ACTIONS(2054), - [anon_sym_u_SQUOTE] = ACTIONS(2054), - [anon_sym_U_SQUOTE] = ACTIONS(2054), - [anon_sym_u8_SQUOTE] = ACTIONS(2054), - [anon_sym_SQUOTE] = ACTIONS(2054), - [anon_sym_L_DQUOTE] = ACTIONS(2054), - [anon_sym_u_DQUOTE] = ACTIONS(2054), - [anon_sym_U_DQUOTE] = ACTIONS(2054), - [anon_sym_u8_DQUOTE] = ACTIONS(2054), - [anon_sym_DQUOTE] = ACTIONS(2054), - [sym_true] = ACTIONS(2052), - [sym_false] = ACTIONS(2052), - [sym_null] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_delete] = ACTIONS(2052), - [anon_sym_throw] = ACTIONS(2052), - [anon_sym_namespace] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_try] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [anon_sym_new] = ACTIONS(2052), - [sym_operator_name] = ACTIONS(2052), - [sym_this] = ACTIONS(2052), - [sym_nullptr] = ACTIONS(2052), - [sym_alone_macro] = ACTIONS(2054), - [aux_sym_alone_macro_call_token1] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - [sym_raw_string_literal] = ACTIONS(2054), + [ts_builtin_sym_end] = ACTIONS(1446), + [sym_identifier] = ACTIONS(1444), + [aux_sym_preproc_include_token1] = ACTIONS(1444), + [aux_sym_preproc_def_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), + [sym_preproc_directive] = ACTIONS(1444), + [anon_sym_LPAREN2] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_TILDE] = ACTIONS(1446), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_AMP_AMP] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym___attribute__] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1444), + [anon_sym___based] = ACTIONS(1444), + [anon_sym___cdecl] = ACTIONS(1444), + [anon_sym___clrcall] = ACTIONS(1444), + [anon_sym___stdcall] = ACTIONS(1444), + [anon_sym___fastcall] = ACTIONS(1444), + [anon_sym___thiscall] = ACTIONS(1444), + [anon_sym___vectorcall] = ACTIONS(1444), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_register] = ACTIONS(1444), + [anon_sym_inline] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_volatile] = ACTIONS(1444), + [anon_sym_restrict] = ACTIONS(1444), + [anon_sym__Atomic] = ACTIONS(1444), + [anon_sym_mutable] = ACTIONS(1444), + [anon_sym_constexpr] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1444), + [anon_sym_unsigned] = ACTIONS(1444), + [anon_sym_long] = ACTIONS(1444), + [anon_sym_short] = ACTIONS(1444), + [sym_primitive_type] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_class] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [anon_sym_switch] = ACTIONS(1444), + [anon_sym_case] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_do] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_goto] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1446), + [anon_sym_PLUS_PLUS] = ACTIONS(1446), + [anon_sym_sizeof] = ACTIONS(1444), + [sym_number_literal] = ACTIONS(1446), + [anon_sym_L_SQUOTE] = ACTIONS(1446), + [anon_sym_u_SQUOTE] = ACTIONS(1446), + [anon_sym_U_SQUOTE] = ACTIONS(1446), + [anon_sym_u8_SQUOTE] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1446), + [anon_sym_L_DQUOTE] = ACTIONS(1446), + [anon_sym_u_DQUOTE] = ACTIONS(1446), + [anon_sym_U_DQUOTE] = ACTIONS(1446), + [anon_sym_u8_DQUOTE] = ACTIONS(1446), + [anon_sym_DQUOTE] = ACTIONS(1446), + [sym_true] = ACTIONS(1444), + [sym_false] = ACTIONS(1444), + [sym_null] = ACTIONS(1444), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1444), + [anon_sym_virtual] = ACTIONS(1444), + [anon_sym_explicit] = ACTIONS(1444), + [sym_auto] = ACTIONS(1444), + [anon_sym_typename] = ACTIONS(1444), + [anon_sym_template] = ACTIONS(1444), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_operator] = ACTIONS(1444), + [anon_sym_delete] = ACTIONS(1444), + [anon_sym_throw] = ACTIONS(1444), + [anon_sym_namespace] = ACTIONS(1444), + [anon_sym_using] = ACTIONS(1444), + [anon_sym_static_assert] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), + [anon_sym_new] = ACTIONS(1444), + [sym_operator_name] = ACTIONS(1444), + [sym_this] = ACTIONS(1444), + [sym_nullptr] = ACTIONS(1444), + [sym_alone_macro] = ACTIONS(1446), + [aux_sym_alone_macro_call_token1] = ACTIONS(1444), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_FORWARD] = ACTIONS(1444), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1444), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_PS_GET] = ACTIONS(1444), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1444), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1444), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1444), + [anon_sym_MOZ_COLD] = ACTIONS(1444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_RAII] = ACTIONS(1444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1444), + [sym_raw_string_literal] = ACTIONS(1446), }, [272] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_include_token1] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token2] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [aux_sym_preproc_else_token1] = ACTIONS(2056), - [aux_sym_preproc_elif_token1] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_BANG] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_DASH] = ACTIONS(2056), - [anon_sym_PLUS] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym___cdecl] = ACTIONS(2056), - [anon_sym___clrcall] = ACTIONS(2056), - [anon_sym___stdcall] = ACTIONS(2056), - [anon_sym___fastcall] = ACTIONS(2056), - [anon_sym___thiscall] = ACTIONS(2056), - [anon_sym___vectorcall] = ACTIONS(2056), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [anon_sym_if] = ACTIONS(2056), - [anon_sym_switch] = ACTIONS(2056), - [anon_sym_case] = ACTIONS(2056), - [anon_sym_default] = ACTIONS(2056), - [anon_sym_while] = ACTIONS(2056), - [anon_sym_do] = ACTIONS(2056), - [anon_sym_for] = ACTIONS(2056), - [anon_sym_return] = ACTIONS(2056), - [anon_sym_break] = ACTIONS(2056), - [anon_sym_continue] = ACTIONS(2056), - [anon_sym_goto] = ACTIONS(2056), - [anon_sym_DASH_DASH] = ACTIONS(2058), - [anon_sym_PLUS_PLUS] = ACTIONS(2058), - [anon_sym_sizeof] = ACTIONS(2056), - [sym_number_literal] = ACTIONS(2058), - [anon_sym_L_SQUOTE] = ACTIONS(2058), - [anon_sym_u_SQUOTE] = ACTIONS(2058), - [anon_sym_U_SQUOTE] = ACTIONS(2058), - [anon_sym_u8_SQUOTE] = ACTIONS(2058), - [anon_sym_SQUOTE] = ACTIONS(2058), - [anon_sym_L_DQUOTE] = ACTIONS(2058), - [anon_sym_u_DQUOTE] = ACTIONS(2058), - [anon_sym_U_DQUOTE] = ACTIONS(2058), - [anon_sym_u8_DQUOTE] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym_true] = ACTIONS(2056), - [sym_false] = ACTIONS(2056), - [sym_null] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_delete] = ACTIONS(2056), - [anon_sym_throw] = ACTIONS(2056), - [anon_sym_namespace] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_try] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [anon_sym_new] = ACTIONS(2056), - [sym_operator_name] = ACTIONS(2056), - [sym_this] = ACTIONS(2056), - [sym_nullptr] = ACTIONS(2056), - [sym_alone_macro] = ACTIONS(2058), - [aux_sym_alone_macro_call_token1] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), - [sym_raw_string_literal] = ACTIONS(2058), + [ts_builtin_sym_end] = ACTIONS(1474), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP_AMP] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___based] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym_mutable] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1472), + [anon_sym_virtual] = ACTIONS(1472), + [anon_sym_explicit] = ACTIONS(1472), + [sym_auto] = ACTIONS(1472), + [anon_sym_typename] = ACTIONS(1472), + [anon_sym_template] = ACTIONS(1472), + [anon_sym_COLON_COLON] = ACTIONS(1474), + [anon_sym_operator] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_using] = ACTIONS(1472), + [anon_sym_static_assert] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1472), + [sym_operator_name] = ACTIONS(1472), + [sym_this] = ACTIONS(1472), + [sym_nullptr] = ACTIONS(1472), + [sym_alone_macro] = ACTIONS(1474), + [aux_sym_alone_macro_call_token1] = ACTIONS(1472), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_FORWARD] = ACTIONS(1472), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1472), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_PS_GET] = ACTIONS(1472), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1472), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1472), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1472), + [anon_sym_MOZ_COLD] = ACTIONS(1472), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1472), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1472), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1472), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1472), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1472), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1472), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1472), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1472), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1472), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1472), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1472), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1472), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_RAII] = ACTIONS(1472), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1472), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1472), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1472), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1472), + [sym_raw_string_literal] = ACTIONS(1474), }, [273] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_include_token1] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token2] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [aux_sym_preproc_else_token1] = ACTIONS(2060), - [aux_sym_preproc_elif_token1] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_BANG] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2060), - [anon_sym_PLUS] = ACTIONS(2060), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_SEMI] = ACTIONS(2062), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym___cdecl] = ACTIONS(2060), - [anon_sym___clrcall] = ACTIONS(2060), - [anon_sym___stdcall] = ACTIONS(2060), - [anon_sym___fastcall] = ACTIONS(2060), - [anon_sym___thiscall] = ACTIONS(2060), - [anon_sym___vectorcall] = ACTIONS(2060), - [anon_sym_LBRACE] = ACTIONS(2062), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [anon_sym_if] = ACTIONS(2060), - [anon_sym_switch] = ACTIONS(2060), - [anon_sym_case] = ACTIONS(2060), - [anon_sym_default] = ACTIONS(2060), - [anon_sym_while] = ACTIONS(2060), - [anon_sym_do] = ACTIONS(2060), - [anon_sym_for] = ACTIONS(2060), - [anon_sym_return] = ACTIONS(2060), - [anon_sym_break] = ACTIONS(2060), - [anon_sym_continue] = ACTIONS(2060), - [anon_sym_goto] = ACTIONS(2060), - [anon_sym_DASH_DASH] = ACTIONS(2062), - [anon_sym_PLUS_PLUS] = ACTIONS(2062), - [anon_sym_sizeof] = ACTIONS(2060), - [sym_number_literal] = ACTIONS(2062), - [anon_sym_L_SQUOTE] = ACTIONS(2062), - [anon_sym_u_SQUOTE] = ACTIONS(2062), - [anon_sym_U_SQUOTE] = ACTIONS(2062), - [anon_sym_u8_SQUOTE] = ACTIONS(2062), - [anon_sym_SQUOTE] = ACTIONS(2062), - [anon_sym_L_DQUOTE] = ACTIONS(2062), - [anon_sym_u_DQUOTE] = ACTIONS(2062), - [anon_sym_U_DQUOTE] = ACTIONS(2062), - [anon_sym_u8_DQUOTE] = ACTIONS(2062), - [anon_sym_DQUOTE] = ACTIONS(2062), - [sym_true] = ACTIONS(2060), - [sym_false] = ACTIONS(2060), - [sym_null] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_delete] = ACTIONS(2060), - [anon_sym_throw] = ACTIONS(2060), - [anon_sym_namespace] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_try] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [anon_sym_new] = ACTIONS(2060), - [sym_operator_name] = ACTIONS(2060), - [sym_this] = ACTIONS(2060), - [sym_nullptr] = ACTIONS(2060), - [sym_alone_macro] = ACTIONS(2062), - [aux_sym_alone_macro_call_token1] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), - [sym_raw_string_literal] = ACTIONS(2062), + [ts_builtin_sym_end] = ACTIONS(1478), + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___based] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym_mutable] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [sym_null] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1476), + [anon_sym_virtual] = ACTIONS(1476), + [anon_sym_explicit] = ACTIONS(1476), + [sym_auto] = ACTIONS(1476), + [anon_sym_typename] = ACTIONS(1476), + [anon_sym_template] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1478), + [anon_sym_operator] = ACTIONS(1476), + [anon_sym_delete] = ACTIONS(1476), + [anon_sym_throw] = ACTIONS(1476), + [anon_sym_namespace] = ACTIONS(1476), + [anon_sym_using] = ACTIONS(1476), + [anon_sym_static_assert] = ACTIONS(1476), + [anon_sym_try] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1476), + [sym_operator_name] = ACTIONS(1476), + [sym_this] = ACTIONS(1476), + [sym_nullptr] = ACTIONS(1476), + [sym_alone_macro] = ACTIONS(1478), + [aux_sym_alone_macro_call_token1] = ACTIONS(1476), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_FORWARD] = ACTIONS(1476), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1476), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_PS_GET] = ACTIONS(1476), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1476), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1476), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1476), + [anon_sym_MOZ_COLD] = ACTIONS(1476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_RAII] = ACTIONS(1476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1476), + [sym_raw_string_literal] = ACTIONS(1478), }, [274] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_include_token1] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token2] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [aux_sym_preproc_else_token1] = ACTIONS(2064), - [aux_sym_preproc_elif_token1] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_BANG] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_DASH] = ACTIONS(2064), - [anon_sym_PLUS] = ACTIONS(2064), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym___cdecl] = ACTIONS(2064), - [anon_sym___clrcall] = ACTIONS(2064), - [anon_sym___stdcall] = ACTIONS(2064), - [anon_sym___fastcall] = ACTIONS(2064), - [anon_sym___thiscall] = ACTIONS(2064), - [anon_sym___vectorcall] = ACTIONS(2064), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [anon_sym_if] = ACTIONS(2064), - [anon_sym_switch] = ACTIONS(2064), - [anon_sym_case] = ACTIONS(2064), - [anon_sym_default] = ACTIONS(2064), - [anon_sym_while] = ACTIONS(2064), - [anon_sym_do] = ACTIONS(2064), - [anon_sym_for] = ACTIONS(2064), - [anon_sym_return] = ACTIONS(2064), - [anon_sym_break] = ACTIONS(2064), - [anon_sym_continue] = ACTIONS(2064), - [anon_sym_goto] = ACTIONS(2064), - [anon_sym_DASH_DASH] = ACTIONS(2066), - [anon_sym_PLUS_PLUS] = ACTIONS(2066), - [anon_sym_sizeof] = ACTIONS(2064), - [sym_number_literal] = ACTIONS(2066), - [anon_sym_L_SQUOTE] = ACTIONS(2066), - [anon_sym_u_SQUOTE] = ACTIONS(2066), - [anon_sym_U_SQUOTE] = ACTIONS(2066), - [anon_sym_u8_SQUOTE] = ACTIONS(2066), - [anon_sym_SQUOTE] = ACTIONS(2066), - [anon_sym_L_DQUOTE] = ACTIONS(2066), - [anon_sym_u_DQUOTE] = ACTIONS(2066), - [anon_sym_U_DQUOTE] = ACTIONS(2066), - [anon_sym_u8_DQUOTE] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym_true] = ACTIONS(2064), - [sym_false] = ACTIONS(2064), - [sym_null] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_delete] = ACTIONS(2064), - [anon_sym_throw] = ACTIONS(2064), - [anon_sym_namespace] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_try] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [anon_sym_new] = ACTIONS(2064), - [sym_operator_name] = ACTIONS(2064), - [sym_this] = ACTIONS(2064), - [sym_nullptr] = ACTIONS(2064), - [sym_alone_macro] = ACTIONS(2066), - [aux_sym_alone_macro_call_token1] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), - [sym_raw_string_literal] = ACTIONS(2066), + [ts_builtin_sym_end] = ACTIONS(1482), + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP_AMP] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___based] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym_mutable] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_else] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [sym_null] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1480), + [anon_sym_virtual] = ACTIONS(1480), + [anon_sym_explicit] = ACTIONS(1480), + [sym_auto] = ACTIONS(1480), + [anon_sym_typename] = ACTIONS(1480), + [anon_sym_template] = ACTIONS(1480), + [anon_sym_COLON_COLON] = ACTIONS(1482), + [anon_sym_operator] = ACTIONS(1480), + [anon_sym_delete] = ACTIONS(1480), + [anon_sym_throw] = ACTIONS(1480), + [anon_sym_namespace] = ACTIONS(1480), + [anon_sym_using] = ACTIONS(1480), + [anon_sym_static_assert] = ACTIONS(1480), + [anon_sym_try] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1480), + [sym_operator_name] = ACTIONS(1480), + [sym_this] = ACTIONS(1480), + [sym_nullptr] = ACTIONS(1480), + [sym_alone_macro] = ACTIONS(1482), + [aux_sym_alone_macro_call_token1] = ACTIONS(1480), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_FORWARD] = ACTIONS(1480), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1480), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_PS_GET] = ACTIONS(1480), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1480), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1480), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1480), + [anon_sym_MOZ_COLD] = ACTIONS(1480), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1480), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1480), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1480), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1480), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1480), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1480), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1480), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1480), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1480), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1480), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1480), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1480), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_RAII] = ACTIONS(1480), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1480), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1480), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1480), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1480), + [sym_raw_string_literal] = ACTIONS(1482), }, [275] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_include_token1] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token2] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [aux_sym_preproc_else_token1] = ACTIONS(2068), - [aux_sym_preproc_elif_token1] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_BANG] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2068), - [anon_sym_PLUS] = ACTIONS(2068), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_SEMI] = ACTIONS(2070), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym___cdecl] = ACTIONS(2068), - [anon_sym___clrcall] = ACTIONS(2068), - [anon_sym___stdcall] = ACTIONS(2068), - [anon_sym___fastcall] = ACTIONS(2068), - [anon_sym___thiscall] = ACTIONS(2068), - [anon_sym___vectorcall] = ACTIONS(2068), - [anon_sym_LBRACE] = ACTIONS(2070), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_switch] = ACTIONS(2068), - [anon_sym_case] = ACTIONS(2068), - [anon_sym_default] = ACTIONS(2068), - [anon_sym_while] = ACTIONS(2068), - [anon_sym_do] = ACTIONS(2068), - [anon_sym_for] = ACTIONS(2068), - [anon_sym_return] = ACTIONS(2068), - [anon_sym_break] = ACTIONS(2068), - [anon_sym_continue] = ACTIONS(2068), - [anon_sym_goto] = ACTIONS(2068), - [anon_sym_DASH_DASH] = ACTIONS(2070), - [anon_sym_PLUS_PLUS] = ACTIONS(2070), - [anon_sym_sizeof] = ACTIONS(2068), - [sym_number_literal] = ACTIONS(2070), - [anon_sym_L_SQUOTE] = ACTIONS(2070), - [anon_sym_u_SQUOTE] = ACTIONS(2070), - [anon_sym_U_SQUOTE] = ACTIONS(2070), - [anon_sym_u8_SQUOTE] = ACTIONS(2070), - [anon_sym_SQUOTE] = ACTIONS(2070), - [anon_sym_L_DQUOTE] = ACTIONS(2070), - [anon_sym_u_DQUOTE] = ACTIONS(2070), - [anon_sym_U_DQUOTE] = ACTIONS(2070), - [anon_sym_u8_DQUOTE] = ACTIONS(2070), - [anon_sym_DQUOTE] = ACTIONS(2070), - [sym_true] = ACTIONS(2068), - [sym_false] = ACTIONS(2068), - [sym_null] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_delete] = ACTIONS(2068), - [anon_sym_throw] = ACTIONS(2068), - [anon_sym_namespace] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_try] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_new] = ACTIONS(2068), - [sym_operator_name] = ACTIONS(2068), - [sym_this] = ACTIONS(2068), - [sym_nullptr] = ACTIONS(2068), - [sym_alone_macro] = ACTIONS(2070), - [aux_sym_alone_macro_call_token1] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), - [sym_raw_string_literal] = ACTIONS(2070), + [ts_builtin_sym_end] = ACTIONS(1466), + [sym_identifier] = ACTIONS(1464), + [aux_sym_preproc_include_token1] = ACTIONS(1464), + [aux_sym_preproc_def_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), + [sym_preproc_directive] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym___attribute__] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym___based] = ACTIONS(1464), + [anon_sym___cdecl] = ACTIONS(1464), + [anon_sym___clrcall] = ACTIONS(1464), + [anon_sym___stdcall] = ACTIONS(1464), + [anon_sym___fastcall] = ACTIONS(1464), + [anon_sym___thiscall] = ACTIONS(1464), + [anon_sym___vectorcall] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym_mutable] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_case] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [sym_null] = ACTIONS(1464), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1464), + [anon_sym_virtual] = ACTIONS(1464), + [anon_sym_explicit] = ACTIONS(1464), + [sym_auto] = ACTIONS(1464), + [anon_sym_typename] = ACTIONS(1464), + [anon_sym_template] = ACTIONS(1464), + [anon_sym_COLON_COLON] = ACTIONS(1466), + [anon_sym_operator] = ACTIONS(1464), + [anon_sym_delete] = ACTIONS(1464), + [anon_sym_throw] = ACTIONS(1464), + [anon_sym_namespace] = ACTIONS(1464), + [anon_sym_using] = ACTIONS(1464), + [anon_sym_static_assert] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1464), + [sym_operator_name] = ACTIONS(1464), + [sym_this] = ACTIONS(1464), + [sym_nullptr] = ACTIONS(1464), + [sym_alone_macro] = ACTIONS(1466), + [aux_sym_alone_macro_call_token1] = ACTIONS(1464), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_FORWARD] = ACTIONS(1464), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1464), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_PS_GET] = ACTIONS(1464), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1464), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1464), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1464), + [anon_sym_MOZ_COLD] = ACTIONS(1464), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1464), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1464), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1464), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1464), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1464), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1464), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1464), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1464), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1464), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1464), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1464), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1464), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_RAII] = ACTIONS(1464), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1464), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1464), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1464), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1464), + [sym_raw_string_literal] = ACTIONS(1466), }, [276] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_include_token1] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token2] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [aux_sym_preproc_else_token1] = ACTIONS(2072), - [aux_sym_preproc_elif_token1] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_BANG] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_DASH] = ACTIONS(2072), - [anon_sym_PLUS] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_SEMI] = ACTIONS(2074), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym___cdecl] = ACTIONS(2072), - [anon_sym___clrcall] = ACTIONS(2072), - [anon_sym___stdcall] = ACTIONS(2072), - [anon_sym___fastcall] = ACTIONS(2072), - [anon_sym___thiscall] = ACTIONS(2072), - [anon_sym___vectorcall] = ACTIONS(2072), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2072), - [anon_sym_switch] = ACTIONS(2072), - [anon_sym_case] = ACTIONS(2072), - [anon_sym_default] = ACTIONS(2072), - [anon_sym_while] = ACTIONS(2072), - [anon_sym_do] = ACTIONS(2072), - [anon_sym_for] = ACTIONS(2072), - [anon_sym_return] = ACTIONS(2072), - [anon_sym_break] = ACTIONS(2072), - [anon_sym_continue] = ACTIONS(2072), - [anon_sym_goto] = ACTIONS(2072), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_sizeof] = ACTIONS(2072), - [sym_number_literal] = ACTIONS(2074), - [anon_sym_L_SQUOTE] = ACTIONS(2074), - [anon_sym_u_SQUOTE] = ACTIONS(2074), - [anon_sym_U_SQUOTE] = ACTIONS(2074), - [anon_sym_u8_SQUOTE] = ACTIONS(2074), - [anon_sym_SQUOTE] = ACTIONS(2074), - [anon_sym_L_DQUOTE] = ACTIONS(2074), - [anon_sym_u_DQUOTE] = ACTIONS(2074), - [anon_sym_U_DQUOTE] = ACTIONS(2074), - [anon_sym_u8_DQUOTE] = ACTIONS(2074), - [anon_sym_DQUOTE] = ACTIONS(2074), - [sym_true] = ACTIONS(2072), - [sym_false] = ACTIONS(2072), - [sym_null] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_delete] = ACTIONS(2072), - [anon_sym_throw] = ACTIONS(2072), - [anon_sym_namespace] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_try] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [anon_sym_new] = ACTIONS(2072), - [sym_operator_name] = ACTIONS(2072), - [sym_this] = ACTIONS(2072), - [sym_nullptr] = ACTIONS(2072), - [sym_alone_macro] = ACTIONS(2074), - [aux_sym_alone_macro_call_token1] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), - [sym_raw_string_literal] = ACTIONS(2074), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [277] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_include_token1] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [aux_sym_preproc_else_token1] = ACTIONS(2076), - [aux_sym_preproc_elif_token1] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_BANG] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_SEMI] = ACTIONS(2078), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym___cdecl] = ACTIONS(2076), - [anon_sym___clrcall] = ACTIONS(2076), - [anon_sym___stdcall] = ACTIONS(2076), - [anon_sym___fastcall] = ACTIONS(2076), - [anon_sym___thiscall] = ACTIONS(2076), - [anon_sym___vectorcall] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_switch] = ACTIONS(2076), - [anon_sym_case] = ACTIONS(2076), - [anon_sym_default] = ACTIONS(2076), - [anon_sym_while] = ACTIONS(2076), - [anon_sym_do] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2078), - [anon_sym_PLUS_PLUS] = ACTIONS(2078), - [anon_sym_sizeof] = ACTIONS(2076), - [sym_number_literal] = ACTIONS(2078), - [anon_sym_L_SQUOTE] = ACTIONS(2078), - [anon_sym_u_SQUOTE] = ACTIONS(2078), - [anon_sym_U_SQUOTE] = ACTIONS(2078), - [anon_sym_u8_SQUOTE] = ACTIONS(2078), - [anon_sym_SQUOTE] = ACTIONS(2078), - [anon_sym_L_DQUOTE] = ACTIONS(2078), - [anon_sym_u_DQUOTE] = ACTIONS(2078), - [anon_sym_U_DQUOTE] = ACTIONS(2078), - [anon_sym_u8_DQUOTE] = ACTIONS(2078), - [anon_sym_DQUOTE] = ACTIONS(2078), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_null] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_delete] = ACTIONS(2076), - [anon_sym_throw] = ACTIONS(2076), - [anon_sym_namespace] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_try] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [anon_sym_new] = ACTIONS(2076), - [sym_operator_name] = ACTIONS(2076), - [sym_this] = ACTIONS(2076), - [sym_nullptr] = ACTIONS(2076), - [sym_alone_macro] = ACTIONS(2078), - [aux_sym_alone_macro_call_token1] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), - [sym_raw_string_literal] = ACTIONS(2078), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [278] = { - [sym_identifier] = ACTIONS(2080), - [aux_sym_preproc_include_token1] = ACTIONS(2080), - [aux_sym_preproc_def_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token2] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [aux_sym_preproc_else_token1] = ACTIONS(2080), - [aux_sym_preproc_elif_token1] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2080), - [anon_sym_LPAREN2] = ACTIONS(2082), - [anon_sym_BANG] = ACTIONS(2082), - [anon_sym_TILDE] = ACTIONS(2082), - [anon_sym_DASH] = ACTIONS(2080), - [anon_sym_PLUS] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_AMP_AMP] = ACTIONS(2082), - [anon_sym_AMP] = ACTIONS(2080), - [anon_sym_SEMI] = ACTIONS(2082), - [anon_sym_typedef] = ACTIONS(2080), - [anon_sym_extern] = ACTIONS(2080), - [anon_sym___attribute__] = ACTIONS(2080), - [anon_sym___declspec] = ACTIONS(2080), - [anon_sym___based] = ACTIONS(2080), - [anon_sym___cdecl] = ACTIONS(2080), - [anon_sym___clrcall] = ACTIONS(2080), - [anon_sym___stdcall] = ACTIONS(2080), - [anon_sym___fastcall] = ACTIONS(2080), - [anon_sym___thiscall] = ACTIONS(2080), - [anon_sym___vectorcall] = ACTIONS(2080), - [anon_sym_LBRACE] = ACTIONS(2082), - [anon_sym_LBRACK] = ACTIONS(2080), - [anon_sym_static] = ACTIONS(2080), - [anon_sym_register] = ACTIONS(2080), - [anon_sym_inline] = ACTIONS(2080), - [anon_sym_const] = ACTIONS(2080), - [anon_sym_volatile] = ACTIONS(2080), - [anon_sym_restrict] = ACTIONS(2080), - [anon_sym__Atomic] = ACTIONS(2080), - [anon_sym_mutable] = ACTIONS(2080), - [anon_sym_constexpr] = ACTIONS(2080), - [anon_sym_signed] = ACTIONS(2080), - [anon_sym_unsigned] = ACTIONS(2080), - [anon_sym_long] = ACTIONS(2080), - [anon_sym_short] = ACTIONS(2080), - [sym_primitive_type] = ACTIONS(2080), - [anon_sym_enum] = ACTIONS(2080), - [anon_sym_class] = ACTIONS(2080), - [anon_sym_struct] = ACTIONS(2080), - [anon_sym_union] = ACTIONS(2080), - [anon_sym_if] = ACTIONS(2080), - [anon_sym_switch] = ACTIONS(2080), - [anon_sym_case] = ACTIONS(2080), - [anon_sym_default] = ACTIONS(2080), - [anon_sym_while] = ACTIONS(2080), - [anon_sym_do] = ACTIONS(2080), - [anon_sym_for] = ACTIONS(2080), - [anon_sym_return] = ACTIONS(2080), - [anon_sym_break] = ACTIONS(2080), - [anon_sym_continue] = ACTIONS(2080), - [anon_sym_goto] = ACTIONS(2080), - [anon_sym_DASH_DASH] = ACTIONS(2082), - [anon_sym_PLUS_PLUS] = ACTIONS(2082), - [anon_sym_sizeof] = ACTIONS(2080), - [sym_number_literal] = ACTIONS(2082), - [anon_sym_L_SQUOTE] = ACTIONS(2082), - [anon_sym_u_SQUOTE] = ACTIONS(2082), - [anon_sym_U_SQUOTE] = ACTIONS(2082), - [anon_sym_u8_SQUOTE] = ACTIONS(2082), - [anon_sym_SQUOTE] = ACTIONS(2082), - [anon_sym_L_DQUOTE] = ACTIONS(2082), - [anon_sym_u_DQUOTE] = ACTIONS(2082), - [anon_sym_U_DQUOTE] = ACTIONS(2082), - [anon_sym_u8_DQUOTE] = ACTIONS(2082), - [anon_sym_DQUOTE] = ACTIONS(2082), - [sym_true] = ACTIONS(2080), - [sym_false] = ACTIONS(2080), - [sym_null] = ACTIONS(2080), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2080), - [anon_sym_virtual] = ACTIONS(2080), - [anon_sym_explicit] = ACTIONS(2080), - [sym_auto] = ACTIONS(2080), - [anon_sym_typename] = ACTIONS(2080), - [anon_sym_template] = ACTIONS(2080), - [anon_sym_COLON_COLON] = ACTIONS(2082), - [anon_sym_operator] = ACTIONS(2080), - [anon_sym_delete] = ACTIONS(2080), - [anon_sym_throw] = ACTIONS(2080), - [anon_sym_namespace] = ACTIONS(2080), - [anon_sym_using] = ACTIONS(2080), - [anon_sym_static_assert] = ACTIONS(2080), - [anon_sym_try] = ACTIONS(2080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2082), - [anon_sym_new] = ACTIONS(2080), - [sym_operator_name] = ACTIONS(2080), - [sym_this] = ACTIONS(2080), - [sym_nullptr] = ACTIONS(2080), - [sym_alone_macro] = ACTIONS(2082), - [aux_sym_alone_macro_call_token1] = ACTIONS(2080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2080), - [anon_sym_MOZ_COLD] = ACTIONS(2080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_RAII] = ACTIONS(2080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2080), - [sym_raw_string_literal] = ACTIONS(2082), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [279] = { - [sym_identifier] = ACTIONS(2084), - [aux_sym_preproc_include_token1] = ACTIONS(2084), - [aux_sym_preproc_def_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token2] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2084), - [aux_sym_preproc_else_token1] = ACTIONS(2084), - [aux_sym_preproc_elif_token1] = ACTIONS(2084), - [sym_preproc_directive] = ACTIONS(2084), - [anon_sym_LPAREN2] = ACTIONS(2086), - [anon_sym_BANG] = ACTIONS(2086), - [anon_sym_TILDE] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2084), - [anon_sym_PLUS] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(2086), - [anon_sym_AMP_AMP] = ACTIONS(2086), - [anon_sym_AMP] = ACTIONS(2084), - [anon_sym_SEMI] = ACTIONS(2086), - [anon_sym_typedef] = ACTIONS(2084), - [anon_sym_extern] = ACTIONS(2084), - [anon_sym___attribute__] = ACTIONS(2084), - [anon_sym___declspec] = ACTIONS(2084), - [anon_sym___based] = ACTIONS(2084), - [anon_sym___cdecl] = ACTIONS(2084), - [anon_sym___clrcall] = ACTIONS(2084), - [anon_sym___stdcall] = ACTIONS(2084), - [anon_sym___fastcall] = ACTIONS(2084), - [anon_sym___thiscall] = ACTIONS(2084), - [anon_sym___vectorcall] = ACTIONS(2084), - [anon_sym_LBRACE] = ACTIONS(2086), - [anon_sym_LBRACK] = ACTIONS(2084), - [anon_sym_static] = ACTIONS(2084), - [anon_sym_register] = ACTIONS(2084), - [anon_sym_inline] = ACTIONS(2084), - [anon_sym_const] = ACTIONS(2084), - [anon_sym_volatile] = ACTIONS(2084), - [anon_sym_restrict] = ACTIONS(2084), - [anon_sym__Atomic] = ACTIONS(2084), - [anon_sym_mutable] = ACTIONS(2084), - [anon_sym_constexpr] = ACTIONS(2084), - [anon_sym_signed] = ACTIONS(2084), - [anon_sym_unsigned] = ACTIONS(2084), - [anon_sym_long] = ACTIONS(2084), - [anon_sym_short] = ACTIONS(2084), - [sym_primitive_type] = ACTIONS(2084), - [anon_sym_enum] = ACTIONS(2084), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2084), - [anon_sym_union] = ACTIONS(2084), - [anon_sym_if] = ACTIONS(2084), - [anon_sym_switch] = ACTIONS(2084), - [anon_sym_case] = ACTIONS(2084), - [anon_sym_default] = ACTIONS(2084), - [anon_sym_while] = ACTIONS(2084), - [anon_sym_do] = ACTIONS(2084), - [anon_sym_for] = ACTIONS(2084), - [anon_sym_return] = ACTIONS(2084), - [anon_sym_break] = ACTIONS(2084), - [anon_sym_continue] = ACTIONS(2084), - [anon_sym_goto] = ACTIONS(2084), - [anon_sym_DASH_DASH] = ACTIONS(2086), - [anon_sym_PLUS_PLUS] = ACTIONS(2086), - [anon_sym_sizeof] = ACTIONS(2084), - [sym_number_literal] = ACTIONS(2086), - [anon_sym_L_SQUOTE] = ACTIONS(2086), - [anon_sym_u_SQUOTE] = ACTIONS(2086), - [anon_sym_U_SQUOTE] = ACTIONS(2086), - [anon_sym_u8_SQUOTE] = ACTIONS(2086), - [anon_sym_SQUOTE] = ACTIONS(2086), - [anon_sym_L_DQUOTE] = ACTIONS(2086), - [anon_sym_u_DQUOTE] = ACTIONS(2086), - [anon_sym_U_DQUOTE] = ACTIONS(2086), - [anon_sym_u8_DQUOTE] = ACTIONS(2086), - [anon_sym_DQUOTE] = ACTIONS(2086), - [sym_true] = ACTIONS(2084), - [sym_false] = ACTIONS(2084), - [sym_null] = ACTIONS(2084), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2084), - [anon_sym_explicit] = ACTIONS(2084), - [sym_auto] = ACTIONS(2084), - [anon_sym_typename] = ACTIONS(2084), - [anon_sym_template] = ACTIONS(2084), - [anon_sym_COLON_COLON] = ACTIONS(2086), - [anon_sym_operator] = ACTIONS(2084), - [anon_sym_delete] = ACTIONS(2084), - [anon_sym_throw] = ACTIONS(2084), - [anon_sym_namespace] = ACTIONS(2084), - [anon_sym_using] = ACTIONS(2084), - [anon_sym_static_assert] = ACTIONS(2084), - [anon_sym_try] = ACTIONS(2084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2086), - [anon_sym_new] = ACTIONS(2084), - [sym_operator_name] = ACTIONS(2084), - [sym_this] = ACTIONS(2084), - [sym_nullptr] = ACTIONS(2084), - [sym_alone_macro] = ACTIONS(2086), - [aux_sym_alone_macro_call_token1] = ACTIONS(2084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2084), - [anon_sym_MOZ_COLD] = ACTIONS(2084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_RAII] = ACTIONS(2084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2084), - [sym_raw_string_literal] = ACTIONS(2086), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [280] = { - [sym_identifier] = ACTIONS(2088), - [aux_sym_preproc_include_token1] = ACTIONS(2088), - [aux_sym_preproc_def_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token2] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2088), - [aux_sym_preproc_else_token1] = ACTIONS(2088), - [aux_sym_preproc_elif_token1] = ACTIONS(2088), - [sym_preproc_directive] = ACTIONS(2088), - [anon_sym_LPAREN2] = ACTIONS(2090), - [anon_sym_BANG] = ACTIONS(2090), - [anon_sym_TILDE] = ACTIONS(2090), - [anon_sym_DASH] = ACTIONS(2088), - [anon_sym_PLUS] = ACTIONS(2088), - [anon_sym_STAR] = ACTIONS(2090), - [anon_sym_AMP_AMP] = ACTIONS(2090), - [anon_sym_AMP] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_typedef] = ACTIONS(2088), - [anon_sym_extern] = ACTIONS(2088), - [anon_sym___attribute__] = ACTIONS(2088), - [anon_sym___declspec] = ACTIONS(2088), - [anon_sym___based] = ACTIONS(2088), - [anon_sym___cdecl] = ACTIONS(2088), - [anon_sym___clrcall] = ACTIONS(2088), - [anon_sym___stdcall] = ACTIONS(2088), - [anon_sym___fastcall] = ACTIONS(2088), - [anon_sym___thiscall] = ACTIONS(2088), - [anon_sym___vectorcall] = ACTIONS(2088), - [anon_sym_LBRACE] = ACTIONS(2090), - [anon_sym_LBRACK] = ACTIONS(2088), - [anon_sym_static] = ACTIONS(2088), - [anon_sym_register] = ACTIONS(2088), - [anon_sym_inline] = ACTIONS(2088), - [anon_sym_const] = ACTIONS(2088), - [anon_sym_volatile] = ACTIONS(2088), - [anon_sym_restrict] = ACTIONS(2088), - [anon_sym__Atomic] = ACTIONS(2088), - [anon_sym_mutable] = ACTIONS(2088), - [anon_sym_constexpr] = ACTIONS(2088), - [anon_sym_signed] = ACTIONS(2088), - [anon_sym_unsigned] = ACTIONS(2088), - [anon_sym_long] = ACTIONS(2088), - [anon_sym_short] = ACTIONS(2088), - [sym_primitive_type] = ACTIONS(2088), - [anon_sym_enum] = ACTIONS(2088), - [anon_sym_class] = ACTIONS(2088), - [anon_sym_struct] = ACTIONS(2088), - [anon_sym_union] = ACTIONS(2088), - [anon_sym_if] = ACTIONS(2088), - [anon_sym_switch] = ACTIONS(2088), - [anon_sym_case] = ACTIONS(2088), - [anon_sym_default] = ACTIONS(2088), - [anon_sym_while] = ACTIONS(2088), - [anon_sym_do] = ACTIONS(2088), - [anon_sym_for] = ACTIONS(2088), - [anon_sym_return] = ACTIONS(2088), - [anon_sym_break] = ACTIONS(2088), - [anon_sym_continue] = ACTIONS(2088), - [anon_sym_goto] = ACTIONS(2088), - [anon_sym_DASH_DASH] = ACTIONS(2090), - [anon_sym_PLUS_PLUS] = ACTIONS(2090), - [anon_sym_sizeof] = ACTIONS(2088), - [sym_number_literal] = ACTIONS(2090), - [anon_sym_L_SQUOTE] = ACTIONS(2090), - [anon_sym_u_SQUOTE] = ACTIONS(2090), - [anon_sym_U_SQUOTE] = ACTIONS(2090), - [anon_sym_u8_SQUOTE] = ACTIONS(2090), - [anon_sym_SQUOTE] = ACTIONS(2090), - [anon_sym_L_DQUOTE] = ACTIONS(2090), - [anon_sym_u_DQUOTE] = ACTIONS(2090), - [anon_sym_U_DQUOTE] = ACTIONS(2090), - [anon_sym_u8_DQUOTE] = ACTIONS(2090), - [anon_sym_DQUOTE] = ACTIONS(2090), - [sym_true] = ACTIONS(2088), - [sym_false] = ACTIONS(2088), - [sym_null] = ACTIONS(2088), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2088), - [anon_sym_virtual] = ACTIONS(2088), - [anon_sym_explicit] = ACTIONS(2088), - [sym_auto] = ACTIONS(2088), - [anon_sym_typename] = ACTIONS(2088), - [anon_sym_template] = ACTIONS(2088), - [anon_sym_COLON_COLON] = ACTIONS(2090), - [anon_sym_operator] = ACTIONS(2088), - [anon_sym_delete] = ACTIONS(2088), - [anon_sym_throw] = ACTIONS(2088), - [anon_sym_namespace] = ACTIONS(2088), - [anon_sym_using] = ACTIONS(2088), - [anon_sym_static_assert] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2090), - [anon_sym_new] = ACTIONS(2088), - [sym_operator_name] = ACTIONS(2088), - [sym_this] = ACTIONS(2088), - [sym_nullptr] = ACTIONS(2088), - [sym_alone_macro] = ACTIONS(2090), - [aux_sym_alone_macro_call_token1] = ACTIONS(2088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2088), - [anon_sym_MOZ_COLD] = ACTIONS(2088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_RAII] = ACTIONS(2088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2088), - [sym_raw_string_literal] = ACTIONS(2090), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [281] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_include_token1] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token2] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [aux_sym_preproc_else_token1] = ACTIONS(2092), - [aux_sym_preproc_elif_token1] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_BANG] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_DASH] = ACTIONS(2092), - [anon_sym_PLUS] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_SEMI] = ACTIONS(2094), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym___cdecl] = ACTIONS(2092), - [anon_sym___clrcall] = ACTIONS(2092), - [anon_sym___stdcall] = ACTIONS(2092), - [anon_sym___fastcall] = ACTIONS(2092), - [anon_sym___thiscall] = ACTIONS(2092), - [anon_sym___vectorcall] = ACTIONS(2092), - [anon_sym_LBRACE] = ACTIONS(2094), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [anon_sym_if] = ACTIONS(2092), - [anon_sym_switch] = ACTIONS(2092), - [anon_sym_case] = ACTIONS(2092), - [anon_sym_default] = ACTIONS(2092), - [anon_sym_while] = ACTIONS(2092), - [anon_sym_do] = ACTIONS(2092), - [anon_sym_for] = ACTIONS(2092), - [anon_sym_return] = ACTIONS(2092), - [anon_sym_break] = ACTIONS(2092), - [anon_sym_continue] = ACTIONS(2092), - [anon_sym_goto] = ACTIONS(2092), - [anon_sym_DASH_DASH] = ACTIONS(2094), - [anon_sym_PLUS_PLUS] = ACTIONS(2094), - [anon_sym_sizeof] = ACTIONS(2092), - [sym_number_literal] = ACTIONS(2094), - [anon_sym_L_SQUOTE] = ACTIONS(2094), - [anon_sym_u_SQUOTE] = ACTIONS(2094), - [anon_sym_U_SQUOTE] = ACTIONS(2094), - [anon_sym_u8_SQUOTE] = ACTIONS(2094), - [anon_sym_SQUOTE] = ACTIONS(2094), - [anon_sym_L_DQUOTE] = ACTIONS(2094), - [anon_sym_u_DQUOTE] = ACTIONS(2094), - [anon_sym_U_DQUOTE] = ACTIONS(2094), - [anon_sym_u8_DQUOTE] = ACTIONS(2094), - [anon_sym_DQUOTE] = ACTIONS(2094), - [sym_true] = ACTIONS(2092), - [sym_false] = ACTIONS(2092), - [sym_null] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_delete] = ACTIONS(2092), - [anon_sym_throw] = ACTIONS(2092), - [anon_sym_namespace] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_try] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [anon_sym_new] = ACTIONS(2092), - [sym_operator_name] = ACTIONS(2092), - [sym_this] = ACTIONS(2092), - [sym_nullptr] = ACTIONS(2092), - [sym_alone_macro] = ACTIONS(2094), - [aux_sym_alone_macro_call_token1] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), - [sym_raw_string_literal] = ACTIONS(2094), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [282] = { - [sym_identifier] = ACTIONS(2096), - [aux_sym_preproc_include_token1] = ACTIONS(2096), - [aux_sym_preproc_def_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token2] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2096), - [aux_sym_preproc_else_token1] = ACTIONS(2096), - [aux_sym_preproc_elif_token1] = ACTIONS(2096), - [sym_preproc_directive] = ACTIONS(2096), - [anon_sym_LPAREN2] = ACTIONS(2098), - [anon_sym_BANG] = ACTIONS(2098), - [anon_sym_TILDE] = ACTIONS(2098), - [anon_sym_DASH] = ACTIONS(2096), - [anon_sym_PLUS] = ACTIONS(2096), - [anon_sym_STAR] = ACTIONS(2098), - [anon_sym_AMP_AMP] = ACTIONS(2098), - [anon_sym_AMP] = ACTIONS(2096), - [anon_sym_SEMI] = ACTIONS(2098), - [anon_sym_typedef] = ACTIONS(2096), - [anon_sym_extern] = ACTIONS(2096), - [anon_sym___attribute__] = ACTIONS(2096), - [anon_sym___declspec] = ACTIONS(2096), - [anon_sym___based] = ACTIONS(2096), - [anon_sym___cdecl] = ACTIONS(2096), - [anon_sym___clrcall] = ACTIONS(2096), - [anon_sym___stdcall] = ACTIONS(2096), - [anon_sym___fastcall] = ACTIONS(2096), - [anon_sym___thiscall] = ACTIONS(2096), - [anon_sym___vectorcall] = ACTIONS(2096), - [anon_sym_LBRACE] = ACTIONS(2098), - [anon_sym_LBRACK] = ACTIONS(2096), - [anon_sym_static] = ACTIONS(2096), - [anon_sym_register] = ACTIONS(2096), - [anon_sym_inline] = ACTIONS(2096), - [anon_sym_const] = ACTIONS(2096), - [anon_sym_volatile] = ACTIONS(2096), - [anon_sym_restrict] = ACTIONS(2096), - [anon_sym__Atomic] = ACTIONS(2096), - [anon_sym_mutable] = ACTIONS(2096), - [anon_sym_constexpr] = ACTIONS(2096), - [anon_sym_signed] = ACTIONS(2096), - [anon_sym_unsigned] = ACTIONS(2096), - [anon_sym_long] = ACTIONS(2096), - [anon_sym_short] = ACTIONS(2096), - [sym_primitive_type] = ACTIONS(2096), - [anon_sym_enum] = ACTIONS(2096), - [anon_sym_class] = ACTIONS(2096), - [anon_sym_struct] = ACTIONS(2096), - [anon_sym_union] = ACTIONS(2096), - [anon_sym_if] = ACTIONS(2096), - [anon_sym_switch] = ACTIONS(2096), - [anon_sym_case] = ACTIONS(2096), - [anon_sym_default] = ACTIONS(2096), - [anon_sym_while] = ACTIONS(2096), - [anon_sym_do] = ACTIONS(2096), - [anon_sym_for] = ACTIONS(2096), - [anon_sym_return] = ACTIONS(2096), - [anon_sym_break] = ACTIONS(2096), - [anon_sym_continue] = ACTIONS(2096), - [anon_sym_goto] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2098), - [anon_sym_PLUS_PLUS] = ACTIONS(2098), - [anon_sym_sizeof] = ACTIONS(2096), - [sym_number_literal] = ACTIONS(2098), - [anon_sym_L_SQUOTE] = ACTIONS(2098), - [anon_sym_u_SQUOTE] = ACTIONS(2098), - [anon_sym_U_SQUOTE] = ACTIONS(2098), - [anon_sym_u8_SQUOTE] = ACTIONS(2098), - [anon_sym_SQUOTE] = ACTIONS(2098), - [anon_sym_L_DQUOTE] = ACTIONS(2098), - [anon_sym_u_DQUOTE] = ACTIONS(2098), - [anon_sym_U_DQUOTE] = ACTIONS(2098), - [anon_sym_u8_DQUOTE] = ACTIONS(2098), - [anon_sym_DQUOTE] = ACTIONS(2098), - [sym_true] = ACTIONS(2096), - [sym_false] = ACTIONS(2096), - [sym_null] = ACTIONS(2096), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2096), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2096), - [sym_auto] = ACTIONS(2096), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2096), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_operator] = ACTIONS(2096), - [anon_sym_delete] = ACTIONS(2096), - [anon_sym_throw] = ACTIONS(2096), - [anon_sym_namespace] = ACTIONS(2096), - [anon_sym_using] = ACTIONS(2096), - [anon_sym_static_assert] = ACTIONS(2096), - [anon_sym_try] = ACTIONS(2096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2098), - [anon_sym_new] = ACTIONS(2096), - [sym_operator_name] = ACTIONS(2096), - [sym_this] = ACTIONS(2096), - [sym_nullptr] = ACTIONS(2096), - [sym_alone_macro] = ACTIONS(2098), - [aux_sym_alone_macro_call_token1] = ACTIONS(2096), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2096), - [anon_sym_MOZ_COLD] = ACTIONS(2096), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2096), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2096), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2096), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2096), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2096), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2096), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2096), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2096), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2096), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2096), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2096), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2096), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_RAII] = ACTIONS(2096), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2096), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2096), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2096), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2096), - [sym_raw_string_literal] = ACTIONS(2098), + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token2] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___based] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym_mutable] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_class] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_else] = ACTIONS(1812), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [sym_null] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1524), + [anon_sym_virtual] = ACTIONS(1524), + [anon_sym_explicit] = ACTIONS(1524), + [sym_auto] = ACTIONS(1524), + [anon_sym_typename] = ACTIONS(1524), + [anon_sym_template] = ACTIONS(1524), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_operator] = ACTIONS(1524), + [anon_sym_delete] = ACTIONS(1524), + [anon_sym_throw] = ACTIONS(1524), + [anon_sym_namespace] = ACTIONS(1524), + [anon_sym_using] = ACTIONS(1524), + [anon_sym_static_assert] = ACTIONS(1524), + [anon_sym_try] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym_new] = ACTIONS(1524), + [sym_operator_name] = ACTIONS(1524), + [sym_this] = ACTIONS(1524), + [sym_nullptr] = ACTIONS(1524), + [sym_alone_macro] = ACTIONS(1526), + [aux_sym_alone_macro_call_token1] = ACTIONS(1524), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_FORWARD] = ACTIONS(1524), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1524), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_PS_GET] = ACTIONS(1524), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1524), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1524), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1524), + [anon_sym_MOZ_COLD] = ACTIONS(1524), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1524), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1524), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1524), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1524), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1524), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1524), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1524), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1524), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1524), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1524), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1524), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1524), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_RAII] = ACTIONS(1524), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1524), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1524), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1524), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1524), + [sym_raw_string_literal] = ACTIONS(1526), }, [283] = { - [sym_identifier] = ACTIONS(2100), - [aux_sym_preproc_include_token1] = ACTIONS(2100), - [aux_sym_preproc_def_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token2] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2100), - [aux_sym_preproc_else_token1] = ACTIONS(2100), - [aux_sym_preproc_elif_token1] = ACTIONS(2100), - [sym_preproc_directive] = ACTIONS(2100), - [anon_sym_LPAREN2] = ACTIONS(2102), - [anon_sym_BANG] = ACTIONS(2102), - [anon_sym_TILDE] = ACTIONS(2102), - [anon_sym_DASH] = ACTIONS(2100), - [anon_sym_PLUS] = ACTIONS(2100), - [anon_sym_STAR] = ACTIONS(2102), - [anon_sym_AMP_AMP] = ACTIONS(2102), - [anon_sym_AMP] = ACTIONS(2100), - [anon_sym_SEMI] = ACTIONS(2102), - [anon_sym_typedef] = ACTIONS(2100), - [anon_sym_extern] = ACTIONS(2100), - [anon_sym___attribute__] = ACTIONS(2100), - [anon_sym___declspec] = ACTIONS(2100), - [anon_sym___based] = ACTIONS(2100), - [anon_sym___cdecl] = ACTIONS(2100), - [anon_sym___clrcall] = ACTIONS(2100), - [anon_sym___stdcall] = ACTIONS(2100), - [anon_sym___fastcall] = ACTIONS(2100), - [anon_sym___thiscall] = ACTIONS(2100), - [anon_sym___vectorcall] = ACTIONS(2100), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_LBRACK] = ACTIONS(2100), - [anon_sym_static] = ACTIONS(2100), - [anon_sym_register] = ACTIONS(2100), - [anon_sym_inline] = ACTIONS(2100), - [anon_sym_const] = ACTIONS(2100), - [anon_sym_volatile] = ACTIONS(2100), - [anon_sym_restrict] = ACTIONS(2100), - [anon_sym__Atomic] = ACTIONS(2100), - [anon_sym_mutable] = ACTIONS(2100), - [anon_sym_constexpr] = ACTIONS(2100), - [anon_sym_signed] = ACTIONS(2100), - [anon_sym_unsigned] = ACTIONS(2100), - [anon_sym_long] = ACTIONS(2100), - [anon_sym_short] = ACTIONS(2100), - [sym_primitive_type] = ACTIONS(2100), - [anon_sym_enum] = ACTIONS(2100), - [anon_sym_class] = ACTIONS(2100), - [anon_sym_struct] = ACTIONS(2100), - [anon_sym_union] = ACTIONS(2100), - [anon_sym_if] = ACTIONS(2100), - [anon_sym_switch] = ACTIONS(2100), - [anon_sym_case] = ACTIONS(2100), - [anon_sym_default] = ACTIONS(2100), - [anon_sym_while] = ACTIONS(2100), - [anon_sym_do] = ACTIONS(2100), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2100), - [anon_sym_break] = ACTIONS(2100), - [anon_sym_continue] = ACTIONS(2100), - [anon_sym_goto] = ACTIONS(2100), - [anon_sym_DASH_DASH] = ACTIONS(2102), - [anon_sym_PLUS_PLUS] = ACTIONS(2102), - [anon_sym_sizeof] = ACTIONS(2100), - [sym_number_literal] = ACTIONS(2102), - [anon_sym_L_SQUOTE] = ACTIONS(2102), - [anon_sym_u_SQUOTE] = ACTIONS(2102), - [anon_sym_U_SQUOTE] = ACTIONS(2102), - [anon_sym_u8_SQUOTE] = ACTIONS(2102), - [anon_sym_SQUOTE] = ACTIONS(2102), - [anon_sym_L_DQUOTE] = ACTIONS(2102), - [anon_sym_u_DQUOTE] = ACTIONS(2102), - [anon_sym_U_DQUOTE] = ACTIONS(2102), - [anon_sym_u8_DQUOTE] = ACTIONS(2102), - [anon_sym_DQUOTE] = ACTIONS(2102), - [sym_true] = ACTIONS(2100), - [sym_false] = ACTIONS(2100), - [sym_null] = ACTIONS(2100), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2100), - [anon_sym_virtual] = ACTIONS(2100), - [anon_sym_explicit] = ACTIONS(2100), - [sym_auto] = ACTIONS(2100), - [anon_sym_typename] = ACTIONS(2100), - [anon_sym_template] = ACTIONS(2100), - [anon_sym_COLON_COLON] = ACTIONS(2102), - [anon_sym_operator] = ACTIONS(2100), - [anon_sym_delete] = ACTIONS(2100), - [anon_sym_throw] = ACTIONS(2100), - [anon_sym_namespace] = ACTIONS(2100), - [anon_sym_using] = ACTIONS(2100), - [anon_sym_static_assert] = ACTIONS(2100), - [anon_sym_try] = ACTIONS(2100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2102), - [anon_sym_new] = ACTIONS(2100), - [sym_operator_name] = ACTIONS(2100), - [sym_this] = ACTIONS(2100), - [sym_nullptr] = ACTIONS(2100), - [sym_alone_macro] = ACTIONS(2102), - [aux_sym_alone_macro_call_token1] = ACTIONS(2100), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2100), - [anon_sym_MOZ_COLD] = ACTIONS(2100), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2100), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2100), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2100), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2100), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2100), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2100), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2100), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2100), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2100), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2100), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2100), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2100), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_RAII] = ACTIONS(2100), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2100), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2100), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2100), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2100), - [sym_raw_string_literal] = ACTIONS(2102), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [284] = { - [sym_identifier] = ACTIONS(2104), - [aux_sym_preproc_include_token1] = ACTIONS(2104), - [aux_sym_preproc_def_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token2] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2104), - [aux_sym_preproc_else_token1] = ACTIONS(2104), - [aux_sym_preproc_elif_token1] = ACTIONS(2104), - [sym_preproc_directive] = ACTIONS(2104), - [anon_sym_LPAREN2] = ACTIONS(2106), - [anon_sym_BANG] = ACTIONS(2106), - [anon_sym_TILDE] = ACTIONS(2106), - [anon_sym_DASH] = ACTIONS(2104), - [anon_sym_PLUS] = ACTIONS(2104), - [anon_sym_STAR] = ACTIONS(2106), - [anon_sym_AMP_AMP] = ACTIONS(2106), - [anon_sym_AMP] = ACTIONS(2104), - [anon_sym_SEMI] = ACTIONS(2106), - [anon_sym_typedef] = ACTIONS(2104), - [anon_sym_extern] = ACTIONS(2104), - [anon_sym___attribute__] = ACTIONS(2104), - [anon_sym___declspec] = ACTIONS(2104), - [anon_sym___based] = ACTIONS(2104), - [anon_sym___cdecl] = ACTIONS(2104), - [anon_sym___clrcall] = ACTIONS(2104), - [anon_sym___stdcall] = ACTIONS(2104), - [anon_sym___fastcall] = ACTIONS(2104), - [anon_sym___thiscall] = ACTIONS(2104), - [anon_sym___vectorcall] = ACTIONS(2104), - [anon_sym_LBRACE] = ACTIONS(2106), - [anon_sym_LBRACK] = ACTIONS(2104), - [anon_sym_static] = ACTIONS(2104), - [anon_sym_register] = ACTIONS(2104), - [anon_sym_inline] = ACTIONS(2104), - [anon_sym_const] = ACTIONS(2104), - [anon_sym_volatile] = ACTIONS(2104), - [anon_sym_restrict] = ACTIONS(2104), - [anon_sym__Atomic] = ACTIONS(2104), - [anon_sym_mutable] = ACTIONS(2104), - [anon_sym_constexpr] = ACTIONS(2104), - [anon_sym_signed] = ACTIONS(2104), - [anon_sym_unsigned] = ACTIONS(2104), - [anon_sym_long] = ACTIONS(2104), - [anon_sym_short] = ACTIONS(2104), - [sym_primitive_type] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2104), - [anon_sym_class] = ACTIONS(2104), - [anon_sym_struct] = ACTIONS(2104), - [anon_sym_union] = ACTIONS(2104), - [anon_sym_if] = ACTIONS(2104), - [anon_sym_switch] = ACTIONS(2104), - [anon_sym_case] = ACTIONS(2104), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_while] = ACTIONS(2104), - [anon_sym_do] = ACTIONS(2104), - [anon_sym_for] = ACTIONS(2104), - [anon_sym_return] = ACTIONS(2104), - [anon_sym_break] = ACTIONS(2104), - [anon_sym_continue] = ACTIONS(2104), - [anon_sym_goto] = ACTIONS(2104), - [anon_sym_DASH_DASH] = ACTIONS(2106), - [anon_sym_PLUS_PLUS] = ACTIONS(2106), - [anon_sym_sizeof] = ACTIONS(2104), - [sym_number_literal] = ACTIONS(2106), - [anon_sym_L_SQUOTE] = ACTIONS(2106), - [anon_sym_u_SQUOTE] = ACTIONS(2106), - [anon_sym_U_SQUOTE] = ACTIONS(2106), - [anon_sym_u8_SQUOTE] = ACTIONS(2106), - [anon_sym_SQUOTE] = ACTIONS(2106), - [anon_sym_L_DQUOTE] = ACTIONS(2106), - [anon_sym_u_DQUOTE] = ACTIONS(2106), - [anon_sym_U_DQUOTE] = ACTIONS(2106), - [anon_sym_u8_DQUOTE] = ACTIONS(2106), - [anon_sym_DQUOTE] = ACTIONS(2106), - [sym_true] = ACTIONS(2104), - [sym_false] = ACTIONS(2104), - [sym_null] = ACTIONS(2104), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2104), - [anon_sym_virtual] = ACTIONS(2104), - [anon_sym_explicit] = ACTIONS(2104), - [sym_auto] = ACTIONS(2104), - [anon_sym_typename] = ACTIONS(2104), - [anon_sym_template] = ACTIONS(2104), - [anon_sym_COLON_COLON] = ACTIONS(2106), - [anon_sym_operator] = ACTIONS(2104), - [anon_sym_delete] = ACTIONS(2104), - [anon_sym_throw] = ACTIONS(2104), - [anon_sym_namespace] = ACTIONS(2104), - [anon_sym_using] = ACTIONS(2104), - [anon_sym_static_assert] = ACTIONS(2104), - [anon_sym_try] = ACTIONS(2104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2106), - [anon_sym_new] = ACTIONS(2104), - [sym_operator_name] = ACTIONS(2104), - [sym_this] = ACTIONS(2104), - [sym_nullptr] = ACTIONS(2104), - [sym_alone_macro] = ACTIONS(2106), - [aux_sym_alone_macro_call_token1] = ACTIONS(2104), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2104), - [anon_sym_MOZ_COLD] = ACTIONS(2104), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2104), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2104), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2104), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2104), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2104), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2104), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2104), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2104), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2104), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2104), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2104), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2104), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_RAII] = ACTIONS(2104), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2104), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2104), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2104), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2104), - [sym_raw_string_literal] = ACTIONS(2106), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [285] = { - [sym_identifier] = ACTIONS(2108), - [aux_sym_preproc_include_token1] = ACTIONS(2108), - [aux_sym_preproc_def_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token2] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2108), - [aux_sym_preproc_else_token1] = ACTIONS(2108), - [aux_sym_preproc_elif_token1] = ACTIONS(2108), - [sym_preproc_directive] = ACTIONS(2108), - [anon_sym_LPAREN2] = ACTIONS(2110), - [anon_sym_BANG] = ACTIONS(2110), - [anon_sym_TILDE] = ACTIONS(2110), - [anon_sym_DASH] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(2108), - [anon_sym_STAR] = ACTIONS(2110), - [anon_sym_AMP_AMP] = ACTIONS(2110), - [anon_sym_AMP] = ACTIONS(2108), - [anon_sym_SEMI] = ACTIONS(2110), - [anon_sym_typedef] = ACTIONS(2108), - [anon_sym_extern] = ACTIONS(2108), - [anon_sym___attribute__] = ACTIONS(2108), - [anon_sym___declspec] = ACTIONS(2108), - [anon_sym___based] = ACTIONS(2108), - [anon_sym___cdecl] = ACTIONS(2108), - [anon_sym___clrcall] = ACTIONS(2108), - [anon_sym___stdcall] = ACTIONS(2108), - [anon_sym___fastcall] = ACTIONS(2108), - [anon_sym___thiscall] = ACTIONS(2108), - [anon_sym___vectorcall] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2110), - [anon_sym_LBRACK] = ACTIONS(2108), - [anon_sym_static] = ACTIONS(2108), - [anon_sym_register] = ACTIONS(2108), - [anon_sym_inline] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_volatile] = ACTIONS(2108), - [anon_sym_restrict] = ACTIONS(2108), - [anon_sym__Atomic] = ACTIONS(2108), - [anon_sym_mutable] = ACTIONS(2108), - [anon_sym_constexpr] = ACTIONS(2108), - [anon_sym_signed] = ACTIONS(2108), - [anon_sym_unsigned] = ACTIONS(2108), - [anon_sym_long] = ACTIONS(2108), - [anon_sym_short] = ACTIONS(2108), - [sym_primitive_type] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_class] = ACTIONS(2108), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_switch] = ACTIONS(2108), - [anon_sym_case] = ACTIONS(2108), - [anon_sym_default] = ACTIONS(2108), - [anon_sym_while] = ACTIONS(2108), - [anon_sym_do] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2110), - [anon_sym_PLUS_PLUS] = ACTIONS(2110), - [anon_sym_sizeof] = ACTIONS(2108), - [sym_number_literal] = ACTIONS(2110), - [anon_sym_L_SQUOTE] = ACTIONS(2110), - [anon_sym_u_SQUOTE] = ACTIONS(2110), - [anon_sym_U_SQUOTE] = ACTIONS(2110), - [anon_sym_u8_SQUOTE] = ACTIONS(2110), - [anon_sym_SQUOTE] = ACTIONS(2110), - [anon_sym_L_DQUOTE] = ACTIONS(2110), - [anon_sym_u_DQUOTE] = ACTIONS(2110), - [anon_sym_U_DQUOTE] = ACTIONS(2110), - [anon_sym_u8_DQUOTE] = ACTIONS(2110), - [anon_sym_DQUOTE] = ACTIONS(2110), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_null] = ACTIONS(2108), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2108), - [anon_sym_virtual] = ACTIONS(2108), - [anon_sym_explicit] = ACTIONS(2108), - [sym_auto] = ACTIONS(2108), - [anon_sym_typename] = ACTIONS(2108), - [anon_sym_template] = ACTIONS(2108), - [anon_sym_COLON_COLON] = ACTIONS(2110), - [anon_sym_operator] = ACTIONS(2108), - [anon_sym_delete] = ACTIONS(2108), - [anon_sym_throw] = ACTIONS(2108), - [anon_sym_namespace] = ACTIONS(2108), - [anon_sym_using] = ACTIONS(2108), - [anon_sym_static_assert] = ACTIONS(2108), - [anon_sym_try] = ACTIONS(2108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2110), - [anon_sym_new] = ACTIONS(2108), - [sym_operator_name] = ACTIONS(2108), - [sym_this] = ACTIONS(2108), - [sym_nullptr] = ACTIONS(2108), - [sym_alone_macro] = ACTIONS(2110), - [aux_sym_alone_macro_call_token1] = ACTIONS(2108), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2108), - [anon_sym_MOZ_COLD] = ACTIONS(2108), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2108), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2108), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2108), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2108), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2108), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2108), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2108), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2108), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2108), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2108), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2108), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2108), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_RAII] = ACTIONS(2108), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2108), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2108), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2108), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2108), - [sym_raw_string_literal] = ACTIONS(2110), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [286] = { - [sym_identifier] = ACTIONS(2112), - [aux_sym_preproc_include_token1] = ACTIONS(2112), - [aux_sym_preproc_def_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token2] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2112), - [aux_sym_preproc_else_token1] = ACTIONS(2112), - [aux_sym_preproc_elif_token1] = ACTIONS(2112), - [sym_preproc_directive] = ACTIONS(2112), - [anon_sym_LPAREN2] = ACTIONS(2114), - [anon_sym_BANG] = ACTIONS(2114), - [anon_sym_TILDE] = ACTIONS(2114), - [anon_sym_DASH] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(2112), - [anon_sym_STAR] = ACTIONS(2114), - [anon_sym_AMP_AMP] = ACTIONS(2114), - [anon_sym_AMP] = ACTIONS(2112), - [anon_sym_SEMI] = ACTIONS(2114), - [anon_sym_typedef] = ACTIONS(2112), - [anon_sym_extern] = ACTIONS(2112), - [anon_sym___attribute__] = ACTIONS(2112), - [anon_sym___declspec] = ACTIONS(2112), - [anon_sym___based] = ACTIONS(2112), - [anon_sym___cdecl] = ACTIONS(2112), - [anon_sym___clrcall] = ACTIONS(2112), - [anon_sym___stdcall] = ACTIONS(2112), - [anon_sym___fastcall] = ACTIONS(2112), - [anon_sym___thiscall] = ACTIONS(2112), - [anon_sym___vectorcall] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2114), - [anon_sym_LBRACK] = ACTIONS(2112), - [anon_sym_static] = ACTIONS(2112), - [anon_sym_register] = ACTIONS(2112), - [anon_sym_inline] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_volatile] = ACTIONS(2112), - [anon_sym_restrict] = ACTIONS(2112), - [anon_sym__Atomic] = ACTIONS(2112), - [anon_sym_mutable] = ACTIONS(2112), - [anon_sym_constexpr] = ACTIONS(2112), - [anon_sym_signed] = ACTIONS(2112), - [anon_sym_unsigned] = ACTIONS(2112), - [anon_sym_long] = ACTIONS(2112), - [anon_sym_short] = ACTIONS(2112), - [sym_primitive_type] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_class] = ACTIONS(2112), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_switch] = ACTIONS(2112), - [anon_sym_case] = ACTIONS(2112), - [anon_sym_default] = ACTIONS(2112), - [anon_sym_while] = ACTIONS(2112), - [anon_sym_do] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2114), - [anon_sym_PLUS_PLUS] = ACTIONS(2114), - [anon_sym_sizeof] = ACTIONS(2112), - [sym_number_literal] = ACTIONS(2114), - [anon_sym_L_SQUOTE] = ACTIONS(2114), - [anon_sym_u_SQUOTE] = ACTIONS(2114), - [anon_sym_U_SQUOTE] = ACTIONS(2114), - [anon_sym_u8_SQUOTE] = ACTIONS(2114), - [anon_sym_SQUOTE] = ACTIONS(2114), - [anon_sym_L_DQUOTE] = ACTIONS(2114), - [anon_sym_u_DQUOTE] = ACTIONS(2114), - [anon_sym_U_DQUOTE] = ACTIONS(2114), - [anon_sym_u8_DQUOTE] = ACTIONS(2114), - [anon_sym_DQUOTE] = ACTIONS(2114), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_null] = ACTIONS(2112), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2112), - [anon_sym_virtual] = ACTIONS(2112), - [anon_sym_explicit] = ACTIONS(2112), - [sym_auto] = ACTIONS(2112), - [anon_sym_typename] = ACTIONS(2112), - [anon_sym_template] = ACTIONS(2112), - [anon_sym_COLON_COLON] = ACTIONS(2114), - [anon_sym_operator] = ACTIONS(2112), - [anon_sym_delete] = ACTIONS(2112), - [anon_sym_throw] = ACTIONS(2112), - [anon_sym_namespace] = ACTIONS(2112), - [anon_sym_using] = ACTIONS(2112), - [anon_sym_static_assert] = ACTIONS(2112), - [anon_sym_try] = ACTIONS(2112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2114), - [anon_sym_new] = ACTIONS(2112), - [sym_operator_name] = ACTIONS(2112), - [sym_this] = ACTIONS(2112), - [sym_nullptr] = ACTIONS(2112), - [sym_alone_macro] = ACTIONS(2114), - [aux_sym_alone_macro_call_token1] = ACTIONS(2112), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2112), - [anon_sym_MOZ_COLD] = ACTIONS(2112), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2112), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2112), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2112), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2112), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2112), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2112), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2112), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2112), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2112), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2112), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2112), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2112), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_RAII] = ACTIONS(2112), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2112), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2112), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2112), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2112), - [sym_raw_string_literal] = ACTIONS(2114), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [287] = { - [sym_identifier] = ACTIONS(2116), - [aux_sym_preproc_include_token1] = ACTIONS(2116), - [aux_sym_preproc_def_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token2] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2116), - [aux_sym_preproc_else_token1] = ACTIONS(2116), - [aux_sym_preproc_elif_token1] = ACTIONS(2116), - [sym_preproc_directive] = ACTIONS(2116), - [anon_sym_LPAREN2] = ACTIONS(2118), - [anon_sym_BANG] = ACTIONS(2118), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_DASH] = ACTIONS(2116), - [anon_sym_PLUS] = ACTIONS(2116), - [anon_sym_STAR] = ACTIONS(2118), - [anon_sym_AMP_AMP] = ACTIONS(2118), - [anon_sym_AMP] = ACTIONS(2116), - [anon_sym_SEMI] = ACTIONS(2118), - [anon_sym_typedef] = ACTIONS(2116), - [anon_sym_extern] = ACTIONS(2116), - [anon_sym___attribute__] = ACTIONS(2116), - [anon_sym___declspec] = ACTIONS(2116), - [anon_sym___based] = ACTIONS(2116), - [anon_sym___cdecl] = ACTIONS(2116), - [anon_sym___clrcall] = ACTIONS(2116), - [anon_sym___stdcall] = ACTIONS(2116), - [anon_sym___fastcall] = ACTIONS(2116), - [anon_sym___thiscall] = ACTIONS(2116), - [anon_sym___vectorcall] = ACTIONS(2116), - [anon_sym_LBRACE] = ACTIONS(2118), - [anon_sym_LBRACK] = ACTIONS(2116), - [anon_sym_static] = ACTIONS(2116), - [anon_sym_register] = ACTIONS(2116), - [anon_sym_inline] = ACTIONS(2116), - [anon_sym_const] = ACTIONS(2116), - [anon_sym_volatile] = ACTIONS(2116), - [anon_sym_restrict] = ACTIONS(2116), - [anon_sym__Atomic] = ACTIONS(2116), - [anon_sym_mutable] = ACTIONS(2116), - [anon_sym_constexpr] = ACTIONS(2116), - [anon_sym_signed] = ACTIONS(2116), - [anon_sym_unsigned] = ACTIONS(2116), - [anon_sym_long] = ACTIONS(2116), - [anon_sym_short] = ACTIONS(2116), - [sym_primitive_type] = ACTIONS(2116), - [anon_sym_enum] = ACTIONS(2116), - [anon_sym_class] = ACTIONS(2116), - [anon_sym_struct] = ACTIONS(2116), - [anon_sym_union] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2116), - [anon_sym_switch] = ACTIONS(2116), - [anon_sym_case] = ACTIONS(2116), - [anon_sym_default] = ACTIONS(2116), - [anon_sym_while] = ACTIONS(2116), - [anon_sym_do] = ACTIONS(2116), - [anon_sym_for] = ACTIONS(2116), - [anon_sym_return] = ACTIONS(2116), - [anon_sym_break] = ACTIONS(2116), - [anon_sym_continue] = ACTIONS(2116), - [anon_sym_goto] = ACTIONS(2116), - [anon_sym_DASH_DASH] = ACTIONS(2118), - [anon_sym_PLUS_PLUS] = ACTIONS(2118), - [anon_sym_sizeof] = ACTIONS(2116), - [sym_number_literal] = ACTIONS(2118), - [anon_sym_L_SQUOTE] = ACTIONS(2118), - [anon_sym_u_SQUOTE] = ACTIONS(2118), - [anon_sym_U_SQUOTE] = ACTIONS(2118), - [anon_sym_u8_SQUOTE] = ACTIONS(2118), - [anon_sym_SQUOTE] = ACTIONS(2118), - [anon_sym_L_DQUOTE] = ACTIONS(2118), - [anon_sym_u_DQUOTE] = ACTIONS(2118), - [anon_sym_U_DQUOTE] = ACTIONS(2118), - [anon_sym_u8_DQUOTE] = ACTIONS(2118), - [anon_sym_DQUOTE] = ACTIONS(2118), - [sym_true] = ACTIONS(2116), - [sym_false] = ACTIONS(2116), - [sym_null] = ACTIONS(2116), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2116), - [anon_sym_virtual] = ACTIONS(2116), - [anon_sym_explicit] = ACTIONS(2116), - [sym_auto] = ACTIONS(2116), - [anon_sym_typename] = ACTIONS(2116), - [anon_sym_template] = ACTIONS(2116), - [anon_sym_COLON_COLON] = ACTIONS(2118), - [anon_sym_operator] = ACTIONS(2116), - [anon_sym_delete] = ACTIONS(2116), - [anon_sym_throw] = ACTIONS(2116), - [anon_sym_namespace] = ACTIONS(2116), - [anon_sym_using] = ACTIONS(2116), - [anon_sym_static_assert] = ACTIONS(2116), - [anon_sym_try] = ACTIONS(2116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2118), - [anon_sym_new] = ACTIONS(2116), - [sym_operator_name] = ACTIONS(2116), - [sym_this] = ACTIONS(2116), - [sym_nullptr] = ACTIONS(2116), - [sym_alone_macro] = ACTIONS(2118), - [aux_sym_alone_macro_call_token1] = ACTIONS(2116), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2116), - [anon_sym_MOZ_COLD] = ACTIONS(2116), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2116), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2116), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2116), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2116), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2116), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2116), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2116), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2116), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2116), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2116), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2116), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2116), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_RAII] = ACTIONS(2116), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2116), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2116), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2116), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2116), - [sym_raw_string_literal] = ACTIONS(2118), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [288] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_include_token1] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token2] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [aux_sym_preproc_else_token1] = ACTIONS(2120), - [aux_sym_preproc_elif_token1] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_BANG] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_DASH] = ACTIONS(2120), - [anon_sym_PLUS] = ACTIONS(2120), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_SEMI] = ACTIONS(2122), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym___cdecl] = ACTIONS(2120), - [anon_sym___clrcall] = ACTIONS(2120), - [anon_sym___stdcall] = ACTIONS(2120), - [anon_sym___fastcall] = ACTIONS(2120), - [anon_sym___thiscall] = ACTIONS(2120), - [anon_sym___vectorcall] = ACTIONS(2120), - [anon_sym_LBRACE] = ACTIONS(2122), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [anon_sym_if] = ACTIONS(2120), - [anon_sym_switch] = ACTIONS(2120), - [anon_sym_case] = ACTIONS(2120), - [anon_sym_default] = ACTIONS(2120), - [anon_sym_while] = ACTIONS(2120), - [anon_sym_do] = ACTIONS(2120), - [anon_sym_for] = ACTIONS(2120), - [anon_sym_return] = ACTIONS(2120), - [anon_sym_break] = ACTIONS(2120), - [anon_sym_continue] = ACTIONS(2120), - [anon_sym_goto] = ACTIONS(2120), - [anon_sym_DASH_DASH] = ACTIONS(2122), - [anon_sym_PLUS_PLUS] = ACTIONS(2122), - [anon_sym_sizeof] = ACTIONS(2120), - [sym_number_literal] = ACTIONS(2122), - [anon_sym_L_SQUOTE] = ACTIONS(2122), - [anon_sym_u_SQUOTE] = ACTIONS(2122), - [anon_sym_U_SQUOTE] = ACTIONS(2122), - [anon_sym_u8_SQUOTE] = ACTIONS(2122), - [anon_sym_SQUOTE] = ACTIONS(2122), - [anon_sym_L_DQUOTE] = ACTIONS(2122), - [anon_sym_u_DQUOTE] = ACTIONS(2122), - [anon_sym_U_DQUOTE] = ACTIONS(2122), - [anon_sym_u8_DQUOTE] = ACTIONS(2122), - [anon_sym_DQUOTE] = ACTIONS(2122), - [sym_true] = ACTIONS(2120), - [sym_false] = ACTIONS(2120), - [sym_null] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_delete] = ACTIONS(2120), - [anon_sym_throw] = ACTIONS(2120), - [anon_sym_namespace] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_try] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [anon_sym_new] = ACTIONS(2120), - [sym_operator_name] = ACTIONS(2120), - [sym_this] = ACTIONS(2120), - [sym_nullptr] = ACTIONS(2120), - [sym_alone_macro] = ACTIONS(2122), - [aux_sym_alone_macro_call_token1] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - [sym_raw_string_literal] = ACTIONS(2122), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [289] = { - [sym_identifier] = ACTIONS(2124), - [aux_sym_preproc_include_token1] = ACTIONS(2124), - [aux_sym_preproc_def_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token2] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2124), - [aux_sym_preproc_else_token1] = ACTIONS(2124), - [aux_sym_preproc_elif_token1] = ACTIONS(2124), - [sym_preproc_directive] = ACTIONS(2124), - [anon_sym_LPAREN2] = ACTIONS(2126), - [anon_sym_BANG] = ACTIONS(2126), - [anon_sym_TILDE] = ACTIONS(2126), - [anon_sym_DASH] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(2124), - [anon_sym_STAR] = ACTIONS(2126), - [anon_sym_AMP_AMP] = ACTIONS(2126), - [anon_sym_AMP] = ACTIONS(2124), - [anon_sym_SEMI] = ACTIONS(2126), - [anon_sym_typedef] = ACTIONS(2124), - [anon_sym_extern] = ACTIONS(2124), - [anon_sym___attribute__] = ACTIONS(2124), - [anon_sym___declspec] = ACTIONS(2124), - [anon_sym___based] = ACTIONS(2124), - [anon_sym___cdecl] = ACTIONS(2124), - [anon_sym___clrcall] = ACTIONS(2124), - [anon_sym___stdcall] = ACTIONS(2124), - [anon_sym___fastcall] = ACTIONS(2124), - [anon_sym___thiscall] = ACTIONS(2124), - [anon_sym___vectorcall] = ACTIONS(2124), - [anon_sym_LBRACE] = ACTIONS(2126), - [anon_sym_LBRACK] = ACTIONS(2124), - [anon_sym_static] = ACTIONS(2124), - [anon_sym_register] = ACTIONS(2124), - [anon_sym_inline] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_volatile] = ACTIONS(2124), - [anon_sym_restrict] = ACTIONS(2124), - [anon_sym__Atomic] = ACTIONS(2124), - [anon_sym_mutable] = ACTIONS(2124), - [anon_sym_constexpr] = ACTIONS(2124), - [anon_sym_signed] = ACTIONS(2124), - [anon_sym_unsigned] = ACTIONS(2124), - [anon_sym_long] = ACTIONS(2124), - [anon_sym_short] = ACTIONS(2124), - [sym_primitive_type] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_class] = ACTIONS(2124), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_switch] = ACTIONS(2124), - [anon_sym_case] = ACTIONS(2124), - [anon_sym_default] = ACTIONS(2124), - [anon_sym_while] = ACTIONS(2124), - [anon_sym_do] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_DASH_DASH] = ACTIONS(2126), - [anon_sym_PLUS_PLUS] = ACTIONS(2126), - [anon_sym_sizeof] = ACTIONS(2124), - [sym_number_literal] = ACTIONS(2126), - [anon_sym_L_SQUOTE] = ACTIONS(2126), - [anon_sym_u_SQUOTE] = ACTIONS(2126), - [anon_sym_U_SQUOTE] = ACTIONS(2126), - [anon_sym_u8_SQUOTE] = ACTIONS(2126), - [anon_sym_SQUOTE] = ACTIONS(2126), - [anon_sym_L_DQUOTE] = ACTIONS(2126), - [anon_sym_u_DQUOTE] = ACTIONS(2126), - [anon_sym_U_DQUOTE] = ACTIONS(2126), - [anon_sym_u8_DQUOTE] = ACTIONS(2126), - [anon_sym_DQUOTE] = ACTIONS(2126), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_null] = ACTIONS(2124), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2124), - [anon_sym_virtual] = ACTIONS(2124), - [anon_sym_explicit] = ACTIONS(2124), - [sym_auto] = ACTIONS(2124), - [anon_sym_typename] = ACTIONS(2124), - [anon_sym_template] = ACTIONS(2124), - [anon_sym_COLON_COLON] = ACTIONS(2126), - [anon_sym_operator] = ACTIONS(2124), - [anon_sym_delete] = ACTIONS(2124), - [anon_sym_throw] = ACTIONS(2124), - [anon_sym_namespace] = ACTIONS(2124), - [anon_sym_using] = ACTIONS(2124), - [anon_sym_static_assert] = ACTIONS(2124), - [anon_sym_try] = ACTIONS(2124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2126), - [anon_sym_new] = ACTIONS(2124), - [sym_operator_name] = ACTIONS(2124), - [sym_this] = ACTIONS(2124), - [sym_nullptr] = ACTIONS(2124), - [sym_alone_macro] = ACTIONS(2126), - [aux_sym_alone_macro_call_token1] = ACTIONS(2124), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2124), - [anon_sym_MOZ_COLD] = ACTIONS(2124), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2124), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2124), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2124), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2124), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2124), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2124), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2124), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2124), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2124), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2124), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2124), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2124), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_RAII] = ACTIONS(2124), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2124), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2124), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2124), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2124), - [sym_raw_string_literal] = ACTIONS(2126), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [290] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1744), - [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_try] = ACTIONS(1742), - [anon_sym_catch] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [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_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), - [sym_raw_string_literal] = ACTIONS(1744), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [291] = { - [sym_identifier] = ACTIONS(2128), - [aux_sym_preproc_include_token1] = ACTIONS(2128), - [aux_sym_preproc_def_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token2] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2128), - [aux_sym_preproc_else_token1] = ACTIONS(2128), - [aux_sym_preproc_elif_token1] = ACTIONS(2128), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(2130), - [anon_sym_BANG] = ACTIONS(2130), - [anon_sym_TILDE] = ACTIONS(2130), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_STAR] = ACTIONS(2130), - [anon_sym_AMP_AMP] = ACTIONS(2130), - [anon_sym_AMP] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2130), - [anon_sym_typedef] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym___attribute__] = ACTIONS(2128), - [anon_sym___declspec] = ACTIONS(2128), - [anon_sym___based] = ACTIONS(2128), - [anon_sym___cdecl] = ACTIONS(2128), - [anon_sym___clrcall] = ACTIONS(2128), - [anon_sym___stdcall] = ACTIONS(2128), - [anon_sym___fastcall] = ACTIONS(2128), - [anon_sym___thiscall] = ACTIONS(2128), - [anon_sym___vectorcall] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2130), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_static] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_inline] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_volatile] = ACTIONS(2128), - [anon_sym_restrict] = ACTIONS(2128), - [anon_sym__Atomic] = ACTIONS(2128), - [anon_sym_mutable] = ACTIONS(2128), - [anon_sym_constexpr] = ACTIONS(2128), - [anon_sym_signed] = ACTIONS(2128), - [anon_sym_unsigned] = ACTIONS(2128), - [anon_sym_long] = ACTIONS(2128), - [anon_sym_short] = ACTIONS(2128), - [sym_primitive_type] = ACTIONS(2128), - [anon_sym_enum] = ACTIONS(2128), - [anon_sym_class] = ACTIONS(2128), - [anon_sym_struct] = ACTIONS(2128), - [anon_sym_union] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_switch] = ACTIONS(2128), - [anon_sym_case] = ACTIONS(2128), - [anon_sym_default] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_goto] = ACTIONS(2128), - [anon_sym_DASH_DASH] = ACTIONS(2130), - [anon_sym_PLUS_PLUS] = ACTIONS(2130), - [anon_sym_sizeof] = ACTIONS(2128), - [sym_number_literal] = ACTIONS(2130), - [anon_sym_L_SQUOTE] = ACTIONS(2130), - [anon_sym_u_SQUOTE] = ACTIONS(2130), - [anon_sym_U_SQUOTE] = ACTIONS(2130), - [anon_sym_u8_SQUOTE] = ACTIONS(2130), - [anon_sym_SQUOTE] = ACTIONS(2130), - [anon_sym_L_DQUOTE] = ACTIONS(2130), - [anon_sym_u_DQUOTE] = ACTIONS(2130), - [anon_sym_U_DQUOTE] = ACTIONS(2130), - [anon_sym_u8_DQUOTE] = ACTIONS(2130), - [anon_sym_DQUOTE] = ACTIONS(2130), - [sym_true] = ACTIONS(2128), - [sym_false] = ACTIONS(2128), - [sym_null] = ACTIONS(2128), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2128), - [anon_sym_virtual] = ACTIONS(2128), - [anon_sym_explicit] = ACTIONS(2128), - [sym_auto] = ACTIONS(2128), - [anon_sym_typename] = ACTIONS(2128), - [anon_sym_template] = ACTIONS(2128), - [anon_sym_COLON_COLON] = ACTIONS(2130), - [anon_sym_operator] = ACTIONS(2128), - [anon_sym_delete] = ACTIONS(2128), - [anon_sym_throw] = ACTIONS(2128), - [anon_sym_namespace] = ACTIONS(2128), - [anon_sym_using] = ACTIONS(2128), - [anon_sym_static_assert] = ACTIONS(2128), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), - [anon_sym_new] = ACTIONS(2128), - [sym_operator_name] = ACTIONS(2128), - [sym_this] = ACTIONS(2128), - [sym_nullptr] = ACTIONS(2128), - [sym_alone_macro] = ACTIONS(2130), - [aux_sym_alone_macro_call_token1] = ACTIONS(2128), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2128), - [anon_sym_MOZ_COLD] = ACTIONS(2128), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2128), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2128), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2128), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2128), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2128), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2128), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2128), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2128), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2128), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2128), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2128), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2128), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_RAII] = ACTIONS(2128), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2128), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2128), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2128), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2128), - [sym_raw_string_literal] = ACTIONS(2130), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [292] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1772), - [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_try] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [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_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), - [sym_raw_string_literal] = ACTIONS(1772), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [293] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1828), - [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_try] = ACTIONS(1826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [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_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), - [sym_raw_string_literal] = ACTIONS(1828), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [294] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [295] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [296] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [297] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [298] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [299] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1816), - [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_try] = ACTIONS(1814), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [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_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), - [sym_raw_string_literal] = ACTIONS(1816), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [300] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [301] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1800), - [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_try] = ACTIONS(1798), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [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_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), - [sym_raw_string_literal] = ACTIONS(1800), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [302] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [303] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [304] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1820), - [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_try] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [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_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), - [sym_raw_string_literal] = ACTIONS(1820), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [305] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1836), - [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_try] = ACTIONS(1834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [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_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), - [sym_raw_string_literal] = ACTIONS(1836), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [306] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [307] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1852), - [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_try] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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_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), - [sym_raw_string_literal] = ACTIONS(1852), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [308] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [ts_builtin_sym_end] = ACTIONS(1586), + [sym_identifier] = ACTIONS(1584), + [aux_sym_preproc_include_token1] = ACTIONS(1584), + [aux_sym_preproc_def_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1584), + [sym_preproc_directive] = ACTIONS(1584), + [anon_sym_LPAREN2] = ACTIONS(1586), + [anon_sym_BANG] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_AMP_AMP] = ACTIONS(1586), + [anon_sym_AMP] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym___attribute__] = ACTIONS(1584), + [anon_sym___declspec] = ACTIONS(1584), + [anon_sym___based] = ACTIONS(1584), + [anon_sym___cdecl] = ACTIONS(1584), + [anon_sym___clrcall] = ACTIONS(1584), + [anon_sym___stdcall] = ACTIONS(1584), + [anon_sym___fastcall] = ACTIONS(1584), + [anon_sym___thiscall] = ACTIONS(1584), + [anon_sym___vectorcall] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_inline] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_volatile] = ACTIONS(1584), + [anon_sym_restrict] = ACTIONS(1584), + [anon_sym__Atomic] = ACTIONS(1584), + [anon_sym_mutable] = ACTIONS(1584), + [anon_sym_constexpr] = ACTIONS(1584), + [anon_sym_signed] = ACTIONS(1584), + [anon_sym_unsigned] = ACTIONS(1584), + [anon_sym_long] = ACTIONS(1584), + [anon_sym_short] = ACTIONS(1584), + [sym_primitive_type] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_struct] = ACTIONS(1584), + [anon_sym_union] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_goto] = ACTIONS(1584), + [anon_sym_DASH_DASH] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_sizeof] = ACTIONS(1584), + [sym_number_literal] = ACTIONS(1586), + [anon_sym_L_SQUOTE] = ACTIONS(1586), + [anon_sym_u_SQUOTE] = ACTIONS(1586), + [anon_sym_U_SQUOTE] = ACTIONS(1586), + [anon_sym_u8_SQUOTE] = ACTIONS(1586), + [anon_sym_SQUOTE] = ACTIONS(1586), + [anon_sym_L_DQUOTE] = ACTIONS(1586), + [anon_sym_u_DQUOTE] = ACTIONS(1586), + [anon_sym_U_DQUOTE] = ACTIONS(1586), + [anon_sym_u8_DQUOTE] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1584), + [anon_sym_virtual] = ACTIONS(1584), + [anon_sym_explicit] = ACTIONS(1584), + [sym_auto] = ACTIONS(1584), + [anon_sym_typename] = ACTIONS(1584), + [anon_sym_template] = ACTIONS(1584), + [anon_sym_COLON_COLON] = ACTIONS(1586), + [anon_sym_operator] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_using] = ACTIONS(1584), + [anon_sym_static_assert] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1586), + [anon_sym_new] = ACTIONS(1584), + [sym_operator_name] = ACTIONS(1584), + [sym_this] = ACTIONS(1584), + [sym_nullptr] = ACTIONS(1584), + [sym_alone_macro] = ACTIONS(1586), + [aux_sym_alone_macro_call_token1] = ACTIONS(1584), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_FORWARD] = ACTIONS(1584), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1584), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_PS_GET] = ACTIONS(1584), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1584), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1584), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1584), + [anon_sym_MOZ_COLD] = ACTIONS(1584), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1584), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1584), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1584), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1584), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1584), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1584), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1584), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1584), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1584), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1584), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1584), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1584), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_RAII] = ACTIONS(1584), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1584), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1584), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1584), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1584), + [sym_raw_string_literal] = ACTIONS(1586), }, [309] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1582), + [sym_identifier] = ACTIONS(1580), + [aux_sym_preproc_include_token1] = ACTIONS(1580), + [aux_sym_preproc_def_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1580), + [sym_preproc_directive] = ACTIONS(1580), + [anon_sym_LPAREN2] = ACTIONS(1582), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1582), + [anon_sym_AMP_AMP] = ACTIONS(1582), + [anon_sym_AMP] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_typedef] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym___attribute__] = ACTIONS(1580), + [anon_sym___declspec] = ACTIONS(1580), + [anon_sym___based] = ACTIONS(1580), + [anon_sym___cdecl] = ACTIONS(1580), + [anon_sym___clrcall] = ACTIONS(1580), + [anon_sym___stdcall] = ACTIONS(1580), + [anon_sym___fastcall] = ACTIONS(1580), + [anon_sym___thiscall] = ACTIONS(1580), + [anon_sym___vectorcall] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_inline] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_volatile] = ACTIONS(1580), + [anon_sym_restrict] = ACTIONS(1580), + [anon_sym__Atomic] = ACTIONS(1580), + [anon_sym_mutable] = ACTIONS(1580), + [anon_sym_constexpr] = ACTIONS(1580), + [anon_sym_signed] = ACTIONS(1580), + [anon_sym_unsigned] = ACTIONS(1580), + [anon_sym_long] = ACTIONS(1580), + [anon_sym_short] = ACTIONS(1580), + [sym_primitive_type] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_struct] = ACTIONS(1580), + [anon_sym_union] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_goto] = ACTIONS(1580), + [anon_sym_DASH_DASH] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_sizeof] = ACTIONS(1580), + [sym_number_literal] = ACTIONS(1582), + [anon_sym_L_SQUOTE] = ACTIONS(1582), + [anon_sym_u_SQUOTE] = ACTIONS(1582), + [anon_sym_U_SQUOTE] = ACTIONS(1582), + [anon_sym_u8_SQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [anon_sym_L_DQUOTE] = ACTIONS(1582), + [anon_sym_u_DQUOTE] = ACTIONS(1582), + [anon_sym_U_DQUOTE] = ACTIONS(1582), + [anon_sym_u8_DQUOTE] = ACTIONS(1582), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1580), + [anon_sym_virtual] = ACTIONS(1580), + [anon_sym_explicit] = ACTIONS(1580), + [sym_auto] = ACTIONS(1580), + [anon_sym_typename] = ACTIONS(1580), + [anon_sym_template] = ACTIONS(1580), + [anon_sym_COLON_COLON] = ACTIONS(1582), + [anon_sym_operator] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_using] = ACTIONS(1580), + [anon_sym_static_assert] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1582), + [anon_sym_new] = ACTIONS(1580), + [sym_operator_name] = ACTIONS(1580), + [sym_this] = ACTIONS(1580), + [sym_nullptr] = ACTIONS(1580), + [sym_alone_macro] = ACTIONS(1582), + [aux_sym_alone_macro_call_token1] = ACTIONS(1580), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_FORWARD] = ACTIONS(1580), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1580), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_PS_GET] = ACTIONS(1580), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1580), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1580), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1580), + [anon_sym_MOZ_COLD] = ACTIONS(1580), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1580), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1580), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1580), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1580), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1580), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1580), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1580), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1580), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1580), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1580), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1580), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1580), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_RAII] = ACTIONS(1580), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1580), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1580), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1580), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1580), + [sym_raw_string_literal] = ACTIONS(1582), }, [310] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1578), + [sym_identifier] = ACTIONS(1576), + [aux_sym_preproc_include_token1] = ACTIONS(1576), + [aux_sym_preproc_def_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1576), + [sym_preproc_directive] = ACTIONS(1576), + [anon_sym_LPAREN2] = ACTIONS(1578), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1578), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_typedef] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym___attribute__] = ACTIONS(1576), + [anon_sym___declspec] = ACTIONS(1576), + [anon_sym___based] = ACTIONS(1576), + [anon_sym___cdecl] = ACTIONS(1576), + [anon_sym___clrcall] = ACTIONS(1576), + [anon_sym___stdcall] = ACTIONS(1576), + [anon_sym___fastcall] = ACTIONS(1576), + [anon_sym___thiscall] = ACTIONS(1576), + [anon_sym___vectorcall] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_static] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_inline] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_volatile] = ACTIONS(1576), + [anon_sym_restrict] = ACTIONS(1576), + [anon_sym__Atomic] = ACTIONS(1576), + [anon_sym_mutable] = ACTIONS(1576), + [anon_sym_constexpr] = ACTIONS(1576), + [anon_sym_signed] = ACTIONS(1576), + [anon_sym_unsigned] = ACTIONS(1576), + [anon_sym_long] = ACTIONS(1576), + [anon_sym_short] = ACTIONS(1576), + [sym_primitive_type] = ACTIONS(1576), + [anon_sym_enum] = ACTIONS(1576), + [anon_sym_class] = ACTIONS(1576), + [anon_sym_struct] = ACTIONS(1576), + [anon_sym_union] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_switch] = ACTIONS(1576), + [anon_sym_case] = ACTIONS(1576), + [anon_sym_default] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_goto] = ACTIONS(1576), + [anon_sym_DASH_DASH] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_sizeof] = ACTIONS(1576), + [sym_number_literal] = ACTIONS(1578), + [anon_sym_L_SQUOTE] = ACTIONS(1578), + [anon_sym_u_SQUOTE] = ACTIONS(1578), + [anon_sym_U_SQUOTE] = ACTIONS(1578), + [anon_sym_u8_SQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [anon_sym_L_DQUOTE] = ACTIONS(1578), + [anon_sym_u_DQUOTE] = ACTIONS(1578), + [anon_sym_U_DQUOTE] = ACTIONS(1578), + [anon_sym_u8_DQUOTE] = ACTIONS(1578), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym_true] = ACTIONS(1576), + [sym_false] = ACTIONS(1576), + [sym_null] = ACTIONS(1576), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1576), + [anon_sym_virtual] = ACTIONS(1576), + [anon_sym_explicit] = ACTIONS(1576), + [sym_auto] = ACTIONS(1576), + [anon_sym_typename] = ACTIONS(1576), + [anon_sym_template] = ACTIONS(1576), + [anon_sym_COLON_COLON] = ACTIONS(1578), + [anon_sym_operator] = ACTIONS(1576), + [anon_sym_delete] = ACTIONS(1576), + [anon_sym_throw] = ACTIONS(1576), + [anon_sym_namespace] = ACTIONS(1576), + [anon_sym_using] = ACTIONS(1576), + [anon_sym_static_assert] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1576), + [sym_operator_name] = ACTIONS(1576), + [sym_this] = ACTIONS(1576), + [sym_nullptr] = ACTIONS(1576), + [sym_alone_macro] = ACTIONS(1578), + [aux_sym_alone_macro_call_token1] = ACTIONS(1576), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_FORWARD] = ACTIONS(1576), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1576), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_PS_GET] = ACTIONS(1576), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1576), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1576), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1576), + [anon_sym_MOZ_COLD] = ACTIONS(1576), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1576), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1576), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1576), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1576), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1576), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1576), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1576), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1576), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1576), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1576), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1576), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1576), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_RAII] = ACTIONS(1576), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1576), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1576), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1576), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1576), + [sym_raw_string_literal] = ACTIONS(1578), }, [311] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1464), + [aux_sym_preproc_include_token1] = ACTIONS(1464), + [aux_sym_preproc_def_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), + [sym_preproc_directive] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym___attribute__] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym___based] = ACTIONS(1464), + [anon_sym___cdecl] = ACTIONS(1464), + [anon_sym___clrcall] = ACTIONS(1464), + [anon_sym___stdcall] = ACTIONS(1464), + [anon_sym___fastcall] = ACTIONS(1464), + [anon_sym___thiscall] = ACTIONS(1464), + [anon_sym___vectorcall] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym_mutable] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_case] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [sym_null] = ACTIONS(1464), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1464), + [anon_sym_virtual] = ACTIONS(1464), + [anon_sym_explicit] = ACTIONS(1464), + [sym_auto] = ACTIONS(1464), + [anon_sym_typename] = ACTIONS(1464), + [anon_sym_template] = ACTIONS(1464), + [anon_sym_COLON_COLON] = ACTIONS(1466), + [anon_sym_operator] = ACTIONS(1464), + [anon_sym_delete] = ACTIONS(1464), + [anon_sym_throw] = ACTIONS(1464), + [anon_sym_namespace] = ACTIONS(1464), + [anon_sym_using] = ACTIONS(1464), + [anon_sym_static_assert] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1464), + [sym_operator_name] = ACTIONS(1464), + [sym_this] = ACTIONS(1464), + [sym_nullptr] = ACTIONS(1464), + [sym_alone_macro] = ACTIONS(1466), + [aux_sym_alone_macro_call_token1] = ACTIONS(1464), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_FORWARD] = ACTIONS(1464), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1464), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_PS_GET] = ACTIONS(1464), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1464), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1464), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1464), + [anon_sym_MOZ_COLD] = ACTIONS(1464), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1464), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1464), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1464), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1464), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1464), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1464), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1464), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1464), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1464), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1464), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1464), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1464), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_RAII] = ACTIONS(1464), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1464), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1464), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1464), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1464), + [sym_raw_string_literal] = ACTIONS(1466), }, [312] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1574), + [sym_identifier] = ACTIONS(1572), + [aux_sym_preproc_include_token1] = ACTIONS(1572), + [aux_sym_preproc_def_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), + [sym_preproc_directive] = ACTIONS(1572), + [anon_sym_LPAREN2] = ACTIONS(1574), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_TILDE] = ACTIONS(1574), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1574), + [anon_sym_AMP_AMP] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1574), + [anon_sym_typedef] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym___attribute__] = ACTIONS(1572), + [anon_sym___declspec] = ACTIONS(1572), + [anon_sym___based] = ACTIONS(1572), + [anon_sym___cdecl] = ACTIONS(1572), + [anon_sym___clrcall] = ACTIONS(1572), + [anon_sym___stdcall] = ACTIONS(1572), + [anon_sym___fastcall] = ACTIONS(1572), + [anon_sym___thiscall] = ACTIONS(1572), + [anon_sym___vectorcall] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_static] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_inline] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_volatile] = ACTIONS(1572), + [anon_sym_restrict] = ACTIONS(1572), + [anon_sym__Atomic] = ACTIONS(1572), + [anon_sym_mutable] = ACTIONS(1572), + [anon_sym_constexpr] = ACTIONS(1572), + [anon_sym_signed] = ACTIONS(1572), + [anon_sym_unsigned] = ACTIONS(1572), + [anon_sym_long] = ACTIONS(1572), + [anon_sym_short] = ACTIONS(1572), + [sym_primitive_type] = ACTIONS(1572), + [anon_sym_enum] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1572), + [anon_sym_struct] = ACTIONS(1572), + [anon_sym_union] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1572), + [anon_sym_case] = ACTIONS(1572), + [anon_sym_default] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_goto] = ACTIONS(1572), + [anon_sym_DASH_DASH] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_sizeof] = ACTIONS(1572), + [sym_number_literal] = ACTIONS(1574), + [anon_sym_L_SQUOTE] = ACTIONS(1574), + [anon_sym_u_SQUOTE] = ACTIONS(1574), + [anon_sym_U_SQUOTE] = ACTIONS(1574), + [anon_sym_u8_SQUOTE] = ACTIONS(1574), + [anon_sym_SQUOTE] = ACTIONS(1574), + [anon_sym_L_DQUOTE] = ACTIONS(1574), + [anon_sym_u_DQUOTE] = ACTIONS(1574), + [anon_sym_U_DQUOTE] = ACTIONS(1574), + [anon_sym_u8_DQUOTE] = ACTIONS(1574), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym_true] = ACTIONS(1572), + [sym_false] = ACTIONS(1572), + [sym_null] = ACTIONS(1572), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1572), + [anon_sym_virtual] = ACTIONS(1572), + [anon_sym_explicit] = ACTIONS(1572), + [sym_auto] = ACTIONS(1572), + [anon_sym_typename] = ACTIONS(1572), + [anon_sym_template] = ACTIONS(1572), + [anon_sym_COLON_COLON] = ACTIONS(1574), + [anon_sym_operator] = ACTIONS(1572), + [anon_sym_delete] = ACTIONS(1572), + [anon_sym_throw] = ACTIONS(1572), + [anon_sym_namespace] = ACTIONS(1572), + [anon_sym_using] = ACTIONS(1572), + [anon_sym_static_assert] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1572), + [sym_operator_name] = ACTIONS(1572), + [sym_this] = ACTIONS(1572), + [sym_nullptr] = ACTIONS(1572), + [sym_alone_macro] = ACTIONS(1574), + [aux_sym_alone_macro_call_token1] = ACTIONS(1572), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_FORWARD] = ACTIONS(1572), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1572), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_PS_GET] = ACTIONS(1572), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1572), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1572), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1572), + [anon_sym_MOZ_COLD] = ACTIONS(1572), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1572), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1572), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1572), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1572), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1572), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1572), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1572), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1572), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1572), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1572), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1572), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1572), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_RAII] = ACTIONS(1572), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1572), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1572), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1572), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1572), + [sym_raw_string_literal] = ACTIONS(1574), }, [313] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1808), - [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_try] = ACTIONS(1806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [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_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), - [sym_raw_string_literal] = ACTIONS(1808), + [ts_builtin_sym_end] = ACTIONS(1570), + [sym_identifier] = ACTIONS(1568), + [aux_sym_preproc_include_token1] = ACTIONS(1568), + [aux_sym_preproc_def_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), + [sym_preproc_directive] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1570), + [anon_sym_AMP_AMP] = ACTIONS(1570), + [anon_sym_AMP] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym___based] = ACTIONS(1568), + [anon_sym___cdecl] = ACTIONS(1568), + [anon_sym___clrcall] = ACTIONS(1568), + [anon_sym___stdcall] = ACTIONS(1568), + [anon_sym___fastcall] = ACTIONS(1568), + [anon_sym___thiscall] = ACTIONS(1568), + [anon_sym___vectorcall] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym_mutable] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1568), + [anon_sym_default] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_sizeof] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1570), + [anon_sym_L_SQUOTE] = ACTIONS(1570), + [anon_sym_u_SQUOTE] = ACTIONS(1570), + [anon_sym_U_SQUOTE] = ACTIONS(1570), + [anon_sym_u8_SQUOTE] = ACTIONS(1570), + [anon_sym_SQUOTE] = ACTIONS(1570), + [anon_sym_L_DQUOTE] = ACTIONS(1570), + [anon_sym_u_DQUOTE] = ACTIONS(1570), + [anon_sym_U_DQUOTE] = ACTIONS(1570), + [anon_sym_u8_DQUOTE] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [sym_null] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1568), + [anon_sym_virtual] = ACTIONS(1568), + [anon_sym_explicit] = ACTIONS(1568), + [sym_auto] = ACTIONS(1568), + [anon_sym_typename] = ACTIONS(1568), + [anon_sym_template] = ACTIONS(1568), + [anon_sym_COLON_COLON] = ACTIONS(1570), + [anon_sym_operator] = ACTIONS(1568), + [anon_sym_delete] = ACTIONS(1568), + [anon_sym_throw] = ACTIONS(1568), + [anon_sym_namespace] = ACTIONS(1568), + [anon_sym_using] = ACTIONS(1568), + [anon_sym_static_assert] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1568), + [sym_operator_name] = ACTIONS(1568), + [sym_this] = ACTIONS(1568), + [sym_nullptr] = ACTIONS(1568), + [sym_alone_macro] = ACTIONS(1570), + [aux_sym_alone_macro_call_token1] = ACTIONS(1568), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_FORWARD] = ACTIONS(1568), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1568), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_PS_GET] = ACTIONS(1568), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1568), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1568), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1568), + [anon_sym_MOZ_COLD] = ACTIONS(1568), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1568), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1568), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1568), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1568), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1568), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1568), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1568), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1568), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1568), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1568), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1568), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1568), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_RAII] = ACTIONS(1568), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1568), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1568), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1568), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1568), + [sym_raw_string_literal] = ACTIONS(1570), }, [314] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1566), + [sym_identifier] = ACTIONS(1564), + [aux_sym_preproc_include_token1] = ACTIONS(1564), + [aux_sym_preproc_def_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1564), + [sym_preproc_directive] = ACTIONS(1564), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP_AMP] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym___attribute__] = ACTIONS(1564), + [anon_sym___declspec] = ACTIONS(1564), + [anon_sym___based] = ACTIONS(1564), + [anon_sym___cdecl] = ACTIONS(1564), + [anon_sym___clrcall] = ACTIONS(1564), + [anon_sym___stdcall] = ACTIONS(1564), + [anon_sym___fastcall] = ACTIONS(1564), + [anon_sym___thiscall] = ACTIONS(1564), + [anon_sym___vectorcall] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_inline] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym__Atomic] = ACTIONS(1564), + [anon_sym_mutable] = ACTIONS(1564), + [anon_sym_constexpr] = ACTIONS(1564), + [anon_sym_signed] = ACTIONS(1564), + [anon_sym_unsigned] = ACTIONS(1564), + [anon_sym_long] = ACTIONS(1564), + [anon_sym_short] = ACTIONS(1564), + [sym_primitive_type] = ACTIONS(1564), + [anon_sym_enum] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1564), + [anon_sym_struct] = ACTIONS(1564), + [anon_sym_union] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1564), + [anon_sym_default] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_goto] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1564), + [sym_false] = ACTIONS(1564), + [sym_null] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1564), + [anon_sym_virtual] = ACTIONS(1564), + [anon_sym_explicit] = ACTIONS(1564), + [sym_auto] = ACTIONS(1564), + [anon_sym_typename] = ACTIONS(1564), + [anon_sym_template] = ACTIONS(1564), + [anon_sym_COLON_COLON] = ACTIONS(1566), + [anon_sym_operator] = ACTIONS(1564), + [anon_sym_delete] = ACTIONS(1564), + [anon_sym_throw] = ACTIONS(1564), + [anon_sym_namespace] = ACTIONS(1564), + [anon_sym_using] = ACTIONS(1564), + [anon_sym_static_assert] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym_new] = ACTIONS(1564), + [sym_operator_name] = ACTIONS(1564), + [sym_this] = ACTIONS(1564), + [sym_nullptr] = ACTIONS(1564), + [sym_alone_macro] = ACTIONS(1566), + [aux_sym_alone_macro_call_token1] = ACTIONS(1564), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_FORWARD] = ACTIONS(1564), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1564), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_PS_GET] = ACTIONS(1564), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1564), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1564), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1564), + [anon_sym_MOZ_COLD] = ACTIONS(1564), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1564), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1564), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1564), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1564), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1564), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1564), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1564), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1564), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1564), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1564), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1564), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1564), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_RAII] = ACTIONS(1564), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1564), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1564), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1564), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1564), + [sym_raw_string_literal] = ACTIONS(1566), }, [315] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1804), - [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_try] = ACTIONS(1802), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [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_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), - [sym_raw_string_literal] = ACTIONS(1804), + [ts_builtin_sym_end] = ACTIONS(1562), + [sym_identifier] = ACTIONS(1560), + [aux_sym_preproc_include_token1] = ACTIONS(1560), + [aux_sym_preproc_def_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1560), + [sym_preproc_directive] = ACTIONS(1560), + [anon_sym_LPAREN2] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_AMP_AMP] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym___attribute__] = ACTIONS(1560), + [anon_sym___declspec] = ACTIONS(1560), + [anon_sym___based] = ACTIONS(1560), + [anon_sym___cdecl] = ACTIONS(1560), + [anon_sym___clrcall] = ACTIONS(1560), + [anon_sym___stdcall] = ACTIONS(1560), + [anon_sym___fastcall] = ACTIONS(1560), + [anon_sym___thiscall] = ACTIONS(1560), + [anon_sym___vectorcall] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_static] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_inline] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_volatile] = ACTIONS(1560), + [anon_sym_restrict] = ACTIONS(1560), + [anon_sym__Atomic] = ACTIONS(1560), + [anon_sym_mutable] = ACTIONS(1560), + [anon_sym_constexpr] = ACTIONS(1560), + [anon_sym_signed] = ACTIONS(1560), + [anon_sym_unsigned] = ACTIONS(1560), + [anon_sym_long] = ACTIONS(1560), + [anon_sym_short] = ACTIONS(1560), + [sym_primitive_type] = ACTIONS(1560), + [anon_sym_enum] = ACTIONS(1560), + [anon_sym_class] = ACTIONS(1560), + [anon_sym_struct] = ACTIONS(1560), + [anon_sym_union] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_switch] = ACTIONS(1560), + [anon_sym_case] = ACTIONS(1560), + [anon_sym_default] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_goto] = ACTIONS(1560), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1560), + [sym_number_literal] = ACTIONS(1562), + [anon_sym_L_SQUOTE] = ACTIONS(1562), + [anon_sym_u_SQUOTE] = ACTIONS(1562), + [anon_sym_U_SQUOTE] = ACTIONS(1562), + [anon_sym_u8_SQUOTE] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_L_DQUOTE] = ACTIONS(1562), + [anon_sym_u_DQUOTE] = ACTIONS(1562), + [anon_sym_U_DQUOTE] = ACTIONS(1562), + [anon_sym_u8_DQUOTE] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym_true] = ACTIONS(1560), + [sym_false] = ACTIONS(1560), + [sym_null] = ACTIONS(1560), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1560), + [anon_sym_virtual] = ACTIONS(1560), + [anon_sym_explicit] = ACTIONS(1560), + [sym_auto] = ACTIONS(1560), + [anon_sym_typename] = ACTIONS(1560), + [anon_sym_template] = ACTIONS(1560), + [anon_sym_COLON_COLON] = ACTIONS(1562), + [anon_sym_operator] = ACTIONS(1560), + [anon_sym_delete] = ACTIONS(1560), + [anon_sym_throw] = ACTIONS(1560), + [anon_sym_namespace] = ACTIONS(1560), + [anon_sym_using] = ACTIONS(1560), + [anon_sym_static_assert] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1562), + [anon_sym_new] = ACTIONS(1560), + [sym_operator_name] = ACTIONS(1560), + [sym_this] = ACTIONS(1560), + [sym_nullptr] = ACTIONS(1560), + [sym_alone_macro] = ACTIONS(1562), + [aux_sym_alone_macro_call_token1] = ACTIONS(1560), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_FORWARD] = ACTIONS(1560), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1560), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_PS_GET] = ACTIONS(1560), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1560), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1560), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1560), + [anon_sym_MOZ_COLD] = ACTIONS(1560), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1560), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1560), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1560), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1560), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1560), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1560), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1560), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1560), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1560), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1560), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1560), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1560), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_RAII] = ACTIONS(1560), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1560), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1560), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1560), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1560), + [sym_raw_string_literal] = ACTIONS(1562), }, [316] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1464), + [aux_sym_preproc_include_token1] = ACTIONS(1464), + [aux_sym_preproc_def_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token1] = ACTIONS(1464), + [aux_sym_preproc_if_token2] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1464), + [sym_preproc_directive] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym___attribute__] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym___based] = ACTIONS(1464), + [anon_sym___cdecl] = ACTIONS(1464), + [anon_sym___clrcall] = ACTIONS(1464), + [anon_sym___stdcall] = ACTIONS(1464), + [anon_sym___fastcall] = ACTIONS(1464), + [anon_sym___thiscall] = ACTIONS(1464), + [anon_sym___vectorcall] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym_mutable] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_case] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [sym_null] = ACTIONS(1464), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1464), + [anon_sym_virtual] = ACTIONS(1464), + [anon_sym_explicit] = ACTIONS(1464), + [sym_auto] = ACTIONS(1464), + [anon_sym_typename] = ACTIONS(1464), + [anon_sym_template] = ACTIONS(1464), + [anon_sym_COLON_COLON] = ACTIONS(1466), + [anon_sym_operator] = ACTIONS(1464), + [anon_sym_delete] = ACTIONS(1464), + [anon_sym_throw] = ACTIONS(1464), + [anon_sym_namespace] = ACTIONS(1464), + [anon_sym_using] = ACTIONS(1464), + [anon_sym_static_assert] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1464), + [sym_operator_name] = ACTIONS(1464), + [sym_this] = ACTIONS(1464), + [sym_nullptr] = ACTIONS(1464), + [sym_alone_macro] = ACTIONS(1466), + [aux_sym_alone_macro_call_token1] = ACTIONS(1464), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_FORWARD] = ACTIONS(1464), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1464), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_PS_GET] = ACTIONS(1464), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1464), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1464), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1464), + [anon_sym_MOZ_COLD] = ACTIONS(1464), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1464), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1464), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1464), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1464), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1464), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1464), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1464), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1464), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1464), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1464), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1464), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1464), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_RAII] = ACTIONS(1464), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1464), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1464), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1464), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1464), + [sym_raw_string_literal] = ACTIONS(1466), }, [317] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1554), + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP_AMP] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___based] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym_mutable] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_class] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_else] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [sym_null] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1552), + [anon_sym_virtual] = ACTIONS(1552), + [anon_sym_explicit] = ACTIONS(1552), + [sym_auto] = ACTIONS(1552), + [anon_sym_typename] = ACTIONS(1552), + [anon_sym_template] = ACTIONS(1552), + [anon_sym_COLON_COLON] = ACTIONS(1554), + [anon_sym_operator] = ACTIONS(1552), + [anon_sym_delete] = ACTIONS(1552), + [anon_sym_throw] = ACTIONS(1552), + [anon_sym_namespace] = ACTIONS(1552), + [anon_sym_using] = ACTIONS(1552), + [anon_sym_static_assert] = ACTIONS(1552), + [anon_sym_try] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym_new] = ACTIONS(1552), + [sym_operator_name] = ACTIONS(1552), + [sym_this] = ACTIONS(1552), + [sym_nullptr] = ACTIONS(1552), + [sym_alone_macro] = ACTIONS(1554), + [aux_sym_alone_macro_call_token1] = ACTIONS(1552), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_FORWARD] = ACTIONS(1552), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1552), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_PS_GET] = ACTIONS(1552), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1552), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1552), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1552), + [anon_sym_MOZ_COLD] = ACTIONS(1552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_RAII] = ACTIONS(1552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1552), + [sym_raw_string_literal] = ACTIONS(1554), }, [318] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_include_token1] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token2] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_BANG] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym___cdecl] = ACTIONS(1588), + [anon_sym___clrcall] = ACTIONS(1588), + [anon_sym___stdcall] = ACTIONS(1588), + [anon_sym___fastcall] = ACTIONS(1588), + [anon_sym___thiscall] = ACTIONS(1588), + [anon_sym___vectorcall] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_switch] = ACTIONS(1588), + [anon_sym_case] = ACTIONS(1588), + [anon_sym_default] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_goto] = ACTIONS(1588), + [anon_sym_DASH_DASH] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_sizeof] = ACTIONS(1588), + [sym_number_literal] = ACTIONS(1590), + [anon_sym_L_SQUOTE] = ACTIONS(1590), + [anon_sym_u_SQUOTE] = ACTIONS(1590), + [anon_sym_U_SQUOTE] = ACTIONS(1590), + [anon_sym_u8_SQUOTE] = ACTIONS(1590), + [anon_sym_SQUOTE] = ACTIONS(1590), + [anon_sym_L_DQUOTE] = ACTIONS(1590), + [anon_sym_u_DQUOTE] = ACTIONS(1590), + [anon_sym_U_DQUOTE] = ACTIONS(1590), + [anon_sym_u8_DQUOTE] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym_true] = ACTIONS(1588), + [sym_false] = ACTIONS(1588), + [sym_null] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_delete] = ACTIONS(1588), + [anon_sym_throw] = ACTIONS(1588), + [anon_sym_namespace] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [anon_sym_new] = ACTIONS(1588), + [sym_operator_name] = ACTIONS(1588), + [sym_this] = ACTIONS(1588), + [sym_nullptr] = ACTIONS(1588), + [sym_alone_macro] = ACTIONS(1590), + [aux_sym_alone_macro_call_token1] = ACTIONS(1588), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_FORWARD] = ACTIONS(1588), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1588), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_PS_GET] = ACTIONS(1588), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1588), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1588), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), + [sym_raw_string_literal] = ACTIONS(1590), }, [319] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [ts_builtin_sym_end] = ACTIONS(1550), + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP_AMP] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___based] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym_mutable] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_class] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_else] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [sym_null] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1548), + [anon_sym_virtual] = ACTIONS(1548), + [anon_sym_explicit] = ACTIONS(1548), + [sym_auto] = ACTIONS(1548), + [anon_sym_typename] = ACTIONS(1548), + [anon_sym_template] = ACTIONS(1548), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_operator] = ACTIONS(1548), + [anon_sym_delete] = ACTIONS(1548), + [anon_sym_throw] = ACTIONS(1548), + [anon_sym_namespace] = ACTIONS(1548), + [anon_sym_using] = ACTIONS(1548), + [anon_sym_static_assert] = ACTIONS(1548), + [anon_sym_try] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym_new] = ACTIONS(1548), + [sym_operator_name] = ACTIONS(1548), + [sym_this] = ACTIONS(1548), + [sym_nullptr] = ACTIONS(1548), + [sym_alone_macro] = ACTIONS(1550), + [aux_sym_alone_macro_call_token1] = ACTIONS(1548), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_FORWARD] = ACTIONS(1548), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1548), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_PS_GET] = ACTIONS(1548), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1548), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1548), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1548), + [anon_sym_MOZ_COLD] = ACTIONS(1548), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1548), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1548), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1548), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1548), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1548), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1548), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1548), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1548), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1548), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1548), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1548), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1548), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_RAII] = ACTIONS(1548), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1548), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1548), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1548), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1548), + [sym_raw_string_literal] = ACTIONS(1550), }, [320] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1546), + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP_AMP] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___based] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym_mutable] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1544), + [anon_sym_virtual] = ACTIONS(1544), + [anon_sym_explicit] = ACTIONS(1544), + [sym_auto] = ACTIONS(1544), + [anon_sym_typename] = ACTIONS(1544), + [anon_sym_template] = ACTIONS(1544), + [anon_sym_COLON_COLON] = ACTIONS(1546), + [anon_sym_operator] = ACTIONS(1544), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_throw] = ACTIONS(1544), + [anon_sym_namespace] = ACTIONS(1544), + [anon_sym_using] = ACTIONS(1544), + [anon_sym_static_assert] = ACTIONS(1544), + [anon_sym_try] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym_new] = ACTIONS(1544), + [sym_operator_name] = ACTIONS(1544), + [sym_this] = ACTIONS(1544), + [sym_nullptr] = ACTIONS(1544), + [sym_alone_macro] = ACTIONS(1546), + [aux_sym_alone_macro_call_token1] = ACTIONS(1544), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_FORWARD] = ACTIONS(1544), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1544), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_PS_GET] = ACTIONS(1544), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1544), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1544), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1544), + [anon_sym_MOZ_COLD] = ACTIONS(1544), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1544), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1544), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1544), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1544), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1544), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1544), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1544), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1544), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1544), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1544), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1544), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1544), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_RAII] = ACTIONS(1544), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1544), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1544), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1544), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1544), + [sym_raw_string_literal] = ACTIONS(1546), }, [321] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1844), - [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_try] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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_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), - [sym_raw_string_literal] = ACTIONS(1844), + [ts_builtin_sym_end] = ACTIONS(1498), + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_else] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [sym_null] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_delete] = ACTIONS(1496), + [anon_sym_throw] = ACTIONS(1496), + [anon_sym_namespace] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_try] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1496), + [sym_operator_name] = ACTIONS(1496), + [sym_this] = ACTIONS(1496), + [sym_nullptr] = ACTIONS(1496), + [sym_alone_macro] = ACTIONS(1498), + [aux_sym_alone_macro_call_token1] = ACTIONS(1496), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_FORWARD] = ACTIONS(1496), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1496), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_PS_GET] = ACTIONS(1496), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1496), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1496), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), + [sym_raw_string_literal] = ACTIONS(1498), }, [322] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1510), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [323] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1852), - [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_try] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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_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), - [sym_raw_string_literal] = ACTIONS(1852), + [ts_builtin_sym_end] = ACTIONS(1510), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [324] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1844), - [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_try] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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_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), - [sym_raw_string_literal] = ACTIONS(1844), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP_AMP] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___based] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_RBRACE] = ACTIONS(1474), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym_mutable] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1472), + [anon_sym_virtual] = ACTIONS(1472), + [anon_sym_explicit] = ACTIONS(1472), + [sym_auto] = ACTIONS(1472), + [anon_sym_typename] = ACTIONS(1472), + [anon_sym_template] = ACTIONS(1472), + [anon_sym_COLON_COLON] = ACTIONS(1474), + [anon_sym_operator] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_using] = ACTIONS(1472), + [anon_sym_static_assert] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1472), + [sym_operator_name] = ACTIONS(1472), + [sym_this] = ACTIONS(1472), + [sym_nullptr] = ACTIONS(1472), + [sym_alone_macro] = ACTIONS(1474), + [aux_sym_alone_macro_call_token1] = ACTIONS(1472), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_FORWARD] = ACTIONS(1472), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1472), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_PS_GET] = ACTIONS(1472), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1472), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1472), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1472), + [anon_sym_MOZ_COLD] = ACTIONS(1472), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1472), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1472), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1472), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1472), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1472), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1472), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1472), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1472), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1472), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1472), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1472), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1472), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_RAII] = ACTIONS(1472), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1472), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1472), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1472), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1472), + [sym_raw_string_literal] = ACTIONS(1474), }, [325] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1824), - [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_try] = ACTIONS(1822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [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_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), - [sym_raw_string_literal] = ACTIONS(1824), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___based] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym_mutable] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_class] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1814), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [sym_null] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1434), + [anon_sym_virtual] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1434), + [sym_auto] = ACTIONS(1434), + [anon_sym_typename] = ACTIONS(1434), + [anon_sym_template] = ACTIONS(1434), + [anon_sym_COLON_COLON] = ACTIONS(1436), + [anon_sym_operator] = ACTIONS(1434), + [anon_sym_delete] = ACTIONS(1434), + [anon_sym_throw] = ACTIONS(1434), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1434), + [sym_operator_name] = ACTIONS(1434), + [sym_this] = ACTIONS(1434), + [sym_nullptr] = ACTIONS(1434), + [sym_alone_macro] = ACTIONS(1436), + [aux_sym_alone_macro_call_token1] = ACTIONS(1434), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_FORWARD] = ACTIONS(1434), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1434), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_PS_GET] = ACTIONS(1434), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1434), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1434), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1434), + [anon_sym_MOZ_COLD] = ACTIONS(1434), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1434), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1434), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1434), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1434), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1434), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1434), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1434), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1434), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1434), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1434), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1434), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1434), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_RAII] = ACTIONS(1434), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1434), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1434), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1434), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1434), + [sym_raw_string_literal] = ACTIONS(1436), }, [326] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP_AMP] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___based] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_RBRACE] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym_mutable] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_class] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_else] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [sym_null] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1468), + [anon_sym_virtual] = ACTIONS(1468), + [anon_sym_explicit] = ACTIONS(1468), + [sym_auto] = ACTIONS(1468), + [anon_sym_typename] = ACTIONS(1468), + [anon_sym_template] = ACTIONS(1468), + [anon_sym_COLON_COLON] = ACTIONS(1470), + [anon_sym_operator] = ACTIONS(1468), + [anon_sym_delete] = ACTIONS(1468), + [anon_sym_throw] = ACTIONS(1468), + [anon_sym_namespace] = ACTIONS(1468), + [anon_sym_using] = ACTIONS(1468), + [anon_sym_static_assert] = ACTIONS(1468), + [anon_sym_try] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1468), + [sym_operator_name] = ACTIONS(1468), + [sym_this] = ACTIONS(1468), + [sym_nullptr] = ACTIONS(1468), + [sym_alone_macro] = ACTIONS(1470), + [aux_sym_alone_macro_call_token1] = ACTIONS(1468), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_FORWARD] = ACTIONS(1468), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1468), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_PS_GET] = ACTIONS(1468), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1468), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1468), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1468), + [anon_sym_MOZ_COLD] = ACTIONS(1468), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1468), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1468), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1468), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1468), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1468), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1468), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1468), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1468), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1468), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1468), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1468), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1468), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_RAII] = ACTIONS(1468), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1468), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1468), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1468), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1468), + [sym_raw_string_literal] = ACTIONS(1470), }, [327] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1444), + [aux_sym_preproc_include_token1] = ACTIONS(1444), + [aux_sym_preproc_def_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token1] = ACTIONS(1444), + [aux_sym_preproc_if_token2] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1444), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1444), + [sym_preproc_directive] = ACTIONS(1444), + [anon_sym_LPAREN2] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_TILDE] = ACTIONS(1446), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_AMP_AMP] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym___attribute__] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1444), + [anon_sym___based] = ACTIONS(1444), + [anon_sym___cdecl] = ACTIONS(1444), + [anon_sym___clrcall] = ACTIONS(1444), + [anon_sym___stdcall] = ACTIONS(1444), + [anon_sym___fastcall] = ACTIONS(1444), + [anon_sym___thiscall] = ACTIONS(1444), + [anon_sym___vectorcall] = ACTIONS(1444), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_register] = ACTIONS(1444), + [anon_sym_inline] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_volatile] = ACTIONS(1444), + [anon_sym_restrict] = ACTIONS(1444), + [anon_sym__Atomic] = ACTIONS(1444), + [anon_sym_mutable] = ACTIONS(1444), + [anon_sym_constexpr] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1444), + [anon_sym_unsigned] = ACTIONS(1444), + [anon_sym_long] = ACTIONS(1444), + [anon_sym_short] = ACTIONS(1444), + [sym_primitive_type] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_class] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [anon_sym_switch] = ACTIONS(1444), + [anon_sym_case] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_do] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_goto] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1446), + [anon_sym_PLUS_PLUS] = ACTIONS(1446), + [anon_sym_sizeof] = ACTIONS(1444), + [sym_number_literal] = ACTIONS(1446), + [anon_sym_L_SQUOTE] = ACTIONS(1446), + [anon_sym_u_SQUOTE] = ACTIONS(1446), + [anon_sym_U_SQUOTE] = ACTIONS(1446), + [anon_sym_u8_SQUOTE] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1446), + [anon_sym_L_DQUOTE] = ACTIONS(1446), + [anon_sym_u_DQUOTE] = ACTIONS(1446), + [anon_sym_U_DQUOTE] = ACTIONS(1446), + [anon_sym_u8_DQUOTE] = ACTIONS(1446), + [anon_sym_DQUOTE] = ACTIONS(1446), + [sym_true] = ACTIONS(1444), + [sym_false] = ACTIONS(1444), + [sym_null] = ACTIONS(1444), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1444), + [anon_sym_virtual] = ACTIONS(1444), + [anon_sym_explicit] = ACTIONS(1444), + [sym_auto] = ACTIONS(1444), + [anon_sym_typename] = ACTIONS(1444), + [anon_sym_template] = ACTIONS(1444), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_operator] = ACTIONS(1444), + [anon_sym_delete] = ACTIONS(1444), + [anon_sym_throw] = ACTIONS(1444), + [anon_sym_namespace] = ACTIONS(1444), + [anon_sym_using] = ACTIONS(1444), + [anon_sym_static_assert] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), + [anon_sym_new] = ACTIONS(1444), + [sym_operator_name] = ACTIONS(1444), + [sym_this] = ACTIONS(1444), + [sym_nullptr] = ACTIONS(1444), + [sym_alone_macro] = ACTIONS(1446), + [aux_sym_alone_macro_call_token1] = ACTIONS(1444), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_FORWARD] = ACTIONS(1444), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1444), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_PS_GET] = ACTIONS(1444), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1444), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1444), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1444), + [anon_sym_MOZ_COLD] = ACTIONS(1444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_RAII] = ACTIONS(1444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1444), + [sym_raw_string_literal] = ACTIONS(1446), }, [328] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1880), - [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_try] = ACTIONS(1878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [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_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), - [sym_raw_string_literal] = ACTIONS(1880), + [sym_identifier] = ACTIONS(1472), + [aux_sym_preproc_include_token1] = ACTIONS(1472), + [aux_sym_preproc_def_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token1] = ACTIONS(1472), + [aux_sym_preproc_if_token2] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1472), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1472), + [sym_preproc_directive] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP_AMP] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1472), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym___based] = ACTIONS(1472), + [anon_sym___cdecl] = ACTIONS(1472), + [anon_sym___clrcall] = ACTIONS(1472), + [anon_sym___stdcall] = ACTIONS(1472), + [anon_sym___fastcall] = ACTIONS(1472), + [anon_sym___thiscall] = ACTIONS(1472), + [anon_sym___vectorcall] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym_mutable] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_case] = ACTIONS(1472), + [anon_sym_default] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1472), + [anon_sym_virtual] = ACTIONS(1472), + [anon_sym_explicit] = ACTIONS(1472), + [sym_auto] = ACTIONS(1472), + [anon_sym_typename] = ACTIONS(1472), + [anon_sym_template] = ACTIONS(1472), + [anon_sym_COLON_COLON] = ACTIONS(1474), + [anon_sym_operator] = ACTIONS(1472), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_throw] = ACTIONS(1472), + [anon_sym_namespace] = ACTIONS(1472), + [anon_sym_using] = ACTIONS(1472), + [anon_sym_static_assert] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1472), + [sym_operator_name] = ACTIONS(1472), + [sym_this] = ACTIONS(1472), + [sym_nullptr] = ACTIONS(1472), + [sym_alone_macro] = ACTIONS(1474), + [aux_sym_alone_macro_call_token1] = ACTIONS(1472), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_FORWARD] = ACTIONS(1472), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1472), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_PS_GET] = ACTIONS(1472), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1472), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1472), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1472), + [anon_sym_MOZ_COLD] = ACTIONS(1472), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1472), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1472), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1472), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1472), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1472), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1472), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1472), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1472), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1472), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1472), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1472), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1472), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_RAII] = ACTIONS(1472), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1472), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1472), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1472), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1472), + [sym_raw_string_literal] = ACTIONS(1474), }, [329] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP_AMP] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___based] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_RBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym_mutable] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_class] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_else] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [sym_null] = ACTIONS(1484), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1484), + [anon_sym_virtual] = ACTIONS(1484), + [anon_sym_explicit] = ACTIONS(1484), + [sym_auto] = ACTIONS(1484), + [anon_sym_typename] = ACTIONS(1484), + [anon_sym_template] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1486), + [anon_sym_operator] = ACTIONS(1484), + [anon_sym_delete] = ACTIONS(1484), + [anon_sym_throw] = ACTIONS(1484), + [anon_sym_namespace] = ACTIONS(1484), + [anon_sym_using] = ACTIONS(1484), + [anon_sym_static_assert] = ACTIONS(1484), + [anon_sym_try] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym_new] = ACTIONS(1484), + [sym_operator_name] = ACTIONS(1484), + [sym_this] = ACTIONS(1484), + [sym_nullptr] = ACTIONS(1484), + [sym_alone_macro] = ACTIONS(1486), + [aux_sym_alone_macro_call_token1] = ACTIONS(1484), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_FORWARD] = ACTIONS(1484), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1484), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_PS_GET] = ACTIONS(1484), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1484), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1484), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1484), + [anon_sym_MOZ_COLD] = ACTIONS(1484), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1484), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1484), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1484), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1484), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1484), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1484), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1484), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1484), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1484), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1484), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1484), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1484), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_RAII] = ACTIONS(1484), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1484), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1484), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1484), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1484), + [sym_raw_string_literal] = ACTIONS(1486), }, [330] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP_AMP] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___based] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_RBRACE] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym_mutable] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [sym_null] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1488), + [anon_sym_virtual] = ACTIONS(1488), + [anon_sym_explicit] = ACTIONS(1488), + [sym_auto] = ACTIONS(1488), + [anon_sym_typename] = ACTIONS(1488), + [anon_sym_template] = ACTIONS(1488), + [anon_sym_COLON_COLON] = ACTIONS(1490), + [anon_sym_operator] = ACTIONS(1488), + [anon_sym_delete] = ACTIONS(1488), + [anon_sym_throw] = ACTIONS(1488), + [anon_sym_namespace] = ACTIONS(1488), + [anon_sym_using] = ACTIONS(1488), + [anon_sym_static_assert] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1488), + [sym_operator_name] = ACTIONS(1488), + [sym_this] = ACTIONS(1488), + [sym_nullptr] = ACTIONS(1488), + [sym_alone_macro] = ACTIONS(1490), + [aux_sym_alone_macro_call_token1] = ACTIONS(1488), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_FORWARD] = ACTIONS(1488), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1488), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_PS_GET] = ACTIONS(1488), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1488), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1488), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1488), + [anon_sym_MOZ_COLD] = ACTIONS(1488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_RAII] = ACTIONS(1488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1488), + [sym_raw_string_literal] = ACTIONS(1490), }, [331] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___based] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_RBRACE] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym_mutable] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [sym_null] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1492), + [anon_sym_virtual] = ACTIONS(1492), + [anon_sym_explicit] = ACTIONS(1492), + [sym_auto] = ACTIONS(1492), + [anon_sym_typename] = ACTIONS(1492), + [anon_sym_template] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1494), + [anon_sym_operator] = ACTIONS(1492), + [anon_sym_delete] = ACTIONS(1492), + [anon_sym_throw] = ACTIONS(1492), + [anon_sym_namespace] = ACTIONS(1492), + [anon_sym_using] = ACTIONS(1492), + [anon_sym_static_assert] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1492), + [sym_operator_name] = ACTIONS(1492), + [sym_this] = ACTIONS(1492), + [sym_nullptr] = ACTIONS(1492), + [sym_alone_macro] = ACTIONS(1494), + [aux_sym_alone_macro_call_token1] = ACTIONS(1492), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_FORWARD] = ACTIONS(1492), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1492), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_PS_GET] = ACTIONS(1492), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1492), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1492), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1492), + [anon_sym_MOZ_COLD] = ACTIONS(1492), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1492), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1492), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1492), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1492), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1492), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1492), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1492), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1492), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1492), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1492), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1492), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1492), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_RAII] = ACTIONS(1492), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1492), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1492), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1492), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1492), + [sym_raw_string_literal] = ACTIONS(1494), }, [332] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___based] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_RBRACE] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym_mutable] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [sym_null] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1504), + [anon_sym_virtual] = ACTIONS(1504), + [anon_sym_explicit] = ACTIONS(1504), + [sym_auto] = ACTIONS(1504), + [anon_sym_typename] = ACTIONS(1504), + [anon_sym_template] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1506), + [anon_sym_operator] = ACTIONS(1504), + [anon_sym_delete] = ACTIONS(1504), + [anon_sym_throw] = ACTIONS(1504), + [anon_sym_namespace] = ACTIONS(1504), + [anon_sym_using] = ACTIONS(1504), + [anon_sym_static_assert] = ACTIONS(1504), + [anon_sym_try] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1504), + [sym_operator_name] = ACTIONS(1504), + [sym_this] = ACTIONS(1504), + [sym_nullptr] = ACTIONS(1504), + [sym_alone_macro] = ACTIONS(1506), + [aux_sym_alone_macro_call_token1] = ACTIONS(1504), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_FORWARD] = ACTIONS(1504), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1504), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_PS_GET] = ACTIONS(1504), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1504), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1504), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1504), + [anon_sym_MOZ_COLD] = ACTIONS(1504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_RAII] = ACTIONS(1504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1504), + [sym_raw_string_literal] = ACTIONS(1506), }, [333] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___based] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_RBRACE] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym_mutable] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [sym_null] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1476), + [anon_sym_virtual] = ACTIONS(1476), + [anon_sym_explicit] = ACTIONS(1476), + [sym_auto] = ACTIONS(1476), + [anon_sym_typename] = ACTIONS(1476), + [anon_sym_template] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1478), + [anon_sym_operator] = ACTIONS(1476), + [anon_sym_delete] = ACTIONS(1476), + [anon_sym_throw] = ACTIONS(1476), + [anon_sym_namespace] = ACTIONS(1476), + [anon_sym_using] = ACTIONS(1476), + [anon_sym_static_assert] = ACTIONS(1476), + [anon_sym_try] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1476), + [sym_operator_name] = ACTIONS(1476), + [sym_this] = ACTIONS(1476), + [sym_nullptr] = ACTIONS(1476), + [sym_alone_macro] = ACTIONS(1478), + [aux_sym_alone_macro_call_token1] = ACTIONS(1476), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_FORWARD] = ACTIONS(1476), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1476), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_PS_GET] = ACTIONS(1476), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1476), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1476), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1476), + [anon_sym_MOZ_COLD] = ACTIONS(1476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_RAII] = ACTIONS(1476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1476), + [sym_raw_string_literal] = ACTIONS(1478), }, [334] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP_AMP] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___based] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_RBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym_mutable] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_else] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [sym_null] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1480), + [anon_sym_virtual] = ACTIONS(1480), + [anon_sym_explicit] = ACTIONS(1480), + [sym_auto] = ACTIONS(1480), + [anon_sym_typename] = ACTIONS(1480), + [anon_sym_template] = ACTIONS(1480), + [anon_sym_COLON_COLON] = ACTIONS(1482), + [anon_sym_operator] = ACTIONS(1480), + [anon_sym_delete] = ACTIONS(1480), + [anon_sym_throw] = ACTIONS(1480), + [anon_sym_namespace] = ACTIONS(1480), + [anon_sym_using] = ACTIONS(1480), + [anon_sym_static_assert] = ACTIONS(1480), + [anon_sym_try] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1480), + [sym_operator_name] = ACTIONS(1480), + [sym_this] = ACTIONS(1480), + [sym_nullptr] = ACTIONS(1480), + [sym_alone_macro] = ACTIONS(1482), + [aux_sym_alone_macro_call_token1] = ACTIONS(1480), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_FORWARD] = ACTIONS(1480), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1480), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_PS_GET] = ACTIONS(1480), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1480), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1480), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1480), + [anon_sym_MOZ_COLD] = ACTIONS(1480), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1480), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1480), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1480), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1480), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1480), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1480), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1480), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1480), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1480), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1480), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1480), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1480), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_RAII] = ACTIONS(1480), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1480), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1480), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1480), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1480), + [sym_raw_string_literal] = ACTIONS(1482), }, [335] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [336] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1542), + [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_try] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [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), + [sym_raw_string_literal] = ACTIONS(1542), }, [337] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1820), - [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_try] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [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_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), - [sym_raw_string_literal] = ACTIONS(1820), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [338] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1836), - [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_try] = ACTIONS(1834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [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_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), - [sym_raw_string_literal] = ACTIONS(1836), + [ts_builtin_sym_end] = ACTIONS(1538), + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___based] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym_mutable] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_class] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_else] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [sym_null] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1536), + [anon_sym_virtual] = ACTIONS(1536), + [anon_sym_explicit] = ACTIONS(1536), + [sym_auto] = ACTIONS(1536), + [anon_sym_typename] = ACTIONS(1536), + [anon_sym_template] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1538), + [anon_sym_operator] = ACTIONS(1536), + [anon_sym_delete] = ACTIONS(1536), + [anon_sym_throw] = ACTIONS(1536), + [anon_sym_namespace] = ACTIONS(1536), + [anon_sym_using] = ACTIONS(1536), + [anon_sym_static_assert] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym_new] = ACTIONS(1536), + [sym_operator_name] = ACTIONS(1536), + [sym_this] = ACTIONS(1536), + [sym_nullptr] = ACTIONS(1536), + [sym_alone_macro] = ACTIONS(1538), + [aux_sym_alone_macro_call_token1] = ACTIONS(1536), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_FORWARD] = ACTIONS(1536), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1536), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_PS_GET] = ACTIONS(1536), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1536), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1536), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1536), + [anon_sym_MOZ_COLD] = ACTIONS(1536), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1536), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1536), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1536), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1536), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1536), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1536), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1536), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1536), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1536), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1536), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1536), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1536), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_RAII] = ACTIONS(1536), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1536), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1536), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1536), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1536), + [sym_raw_string_literal] = ACTIONS(1538), }, [339] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [340] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1512), + [aux_sym_preproc_include_token1] = ACTIONS(1512), + [aux_sym_preproc_def_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), + [sym_preproc_directive] = ACTIONS(1512), + [anon_sym_LPAREN2] = ACTIONS(1514), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_typedef] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym___attribute__] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1512), + [anon_sym___based] = ACTIONS(1512), + [anon_sym___cdecl] = ACTIONS(1512), + [anon_sym___clrcall] = ACTIONS(1512), + [anon_sym___stdcall] = ACTIONS(1512), + [anon_sym___fastcall] = ACTIONS(1512), + [anon_sym___thiscall] = ACTIONS(1512), + [anon_sym___vectorcall] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_inline] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_volatile] = ACTIONS(1512), + [anon_sym_restrict] = ACTIONS(1512), + [anon_sym__Atomic] = ACTIONS(1512), + [anon_sym_mutable] = ACTIONS(1512), + [anon_sym_constexpr] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1512), + [anon_sym_unsigned] = ACTIONS(1512), + [anon_sym_long] = ACTIONS(1512), + [anon_sym_short] = ACTIONS(1512), + [sym_primitive_type] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_class] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1512), + [anon_sym_case] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_goto] = ACTIONS(1512), + [anon_sym_DASH_DASH] = ACTIONS(1514), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_sizeof] = ACTIONS(1512), + [sym_number_literal] = ACTIONS(1514), + [anon_sym_L_SQUOTE] = ACTIONS(1514), + [anon_sym_u_SQUOTE] = ACTIONS(1514), + [anon_sym_U_SQUOTE] = ACTIONS(1514), + [anon_sym_u8_SQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [anon_sym_L_DQUOTE] = ACTIONS(1514), + [anon_sym_u_DQUOTE] = ACTIONS(1514), + [anon_sym_U_DQUOTE] = ACTIONS(1514), + [anon_sym_u8_DQUOTE] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym_true] = ACTIONS(1512), + [sym_false] = ACTIONS(1512), + [sym_null] = ACTIONS(1512), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1512), + [anon_sym_virtual] = ACTIONS(1512), + [anon_sym_explicit] = ACTIONS(1512), + [sym_auto] = ACTIONS(1512), + [anon_sym_typename] = ACTIONS(1512), + [anon_sym_template] = ACTIONS(1512), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1512), + [anon_sym_delete] = ACTIONS(1512), + [anon_sym_throw] = ACTIONS(1512), + [anon_sym_namespace] = ACTIONS(1512), + [anon_sym_using] = ACTIONS(1512), + [anon_sym_static_assert] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1512), + [sym_operator_name] = ACTIONS(1512), + [sym_this] = ACTIONS(1512), + [sym_nullptr] = ACTIONS(1512), + [sym_alone_macro] = ACTIONS(1514), + [aux_sym_alone_macro_call_token1] = ACTIONS(1512), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_FORWARD] = ACTIONS(1512), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1512), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_PS_GET] = ACTIONS(1512), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1512), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1512), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1512), + [anon_sym_MOZ_COLD] = ACTIONS(1512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_RAII] = ACTIONS(1512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1512), + [sym_raw_string_literal] = ACTIONS(1514), }, [341] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1876), - [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_try] = ACTIONS(1874), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [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_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), - [sym_raw_string_literal] = ACTIONS(1876), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [342] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1880), - [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_try] = ACTIONS(1878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [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_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), - [sym_raw_string_literal] = ACTIONS(1880), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [343] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_RBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_else] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [sym_null] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_delete] = ACTIONS(1496), + [anon_sym_throw] = ACTIONS(1496), + [anon_sym_namespace] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_try] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1496), + [sym_operator_name] = ACTIONS(1496), + [sym_this] = ACTIONS(1496), + [sym_nullptr] = ACTIONS(1496), + [sym_alone_macro] = ACTIONS(1498), + [aux_sym_alone_macro_call_token1] = ACTIONS(1496), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_FORWARD] = ACTIONS(1496), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1496), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_PS_GET] = ACTIONS(1496), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1496), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1496), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), + [sym_raw_string_literal] = ACTIONS(1498), }, [344] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1884), - [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_try] = ACTIONS(1882), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [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_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), - [sym_raw_string_literal] = ACTIONS(1884), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [345] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [346] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [347] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [348] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1892), - [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_try] = ACTIONS(1890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [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_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), - [sym_raw_string_literal] = ACTIONS(1892), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [349] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [350] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [351] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [352] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [353] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [354] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [355] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1900), - [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_try] = ACTIONS(1898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [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_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), - [sym_raw_string_literal] = ACTIONS(1900), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [356] = { - [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___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_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_else] = ACTIONS(2132), - [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_COLON_COLON] = ACTIONS(1792), - [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_try] = ACTIONS(1790), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [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_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), - [sym_raw_string_literal] = ACTIONS(1792), + [sym_identifier] = ACTIONS(1512), + [aux_sym_preproc_include_token1] = ACTIONS(1512), + [aux_sym_preproc_def_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token2] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), + [sym_preproc_directive] = ACTIONS(1512), + [anon_sym_LPAREN2] = ACTIONS(1514), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_typedef] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym___attribute__] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1512), + [anon_sym___based] = ACTIONS(1512), + [anon_sym___cdecl] = ACTIONS(1512), + [anon_sym___clrcall] = ACTIONS(1512), + [anon_sym___stdcall] = ACTIONS(1512), + [anon_sym___fastcall] = ACTIONS(1512), + [anon_sym___thiscall] = ACTIONS(1512), + [anon_sym___vectorcall] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_inline] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_volatile] = ACTIONS(1512), + [anon_sym_restrict] = ACTIONS(1512), + [anon_sym__Atomic] = ACTIONS(1512), + [anon_sym_mutable] = ACTIONS(1512), + [anon_sym_constexpr] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1512), + [anon_sym_unsigned] = ACTIONS(1512), + [anon_sym_long] = ACTIONS(1512), + [anon_sym_short] = ACTIONS(1512), + [sym_primitive_type] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_class] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1512), + [anon_sym_case] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_goto] = ACTIONS(1512), + [anon_sym_DASH_DASH] = ACTIONS(1514), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_sizeof] = ACTIONS(1512), + [sym_number_literal] = ACTIONS(1514), + [anon_sym_L_SQUOTE] = ACTIONS(1514), + [anon_sym_u_SQUOTE] = ACTIONS(1514), + [anon_sym_U_SQUOTE] = ACTIONS(1514), + [anon_sym_u8_SQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [anon_sym_L_DQUOTE] = ACTIONS(1514), + [anon_sym_u_DQUOTE] = ACTIONS(1514), + [anon_sym_U_DQUOTE] = ACTIONS(1514), + [anon_sym_u8_DQUOTE] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym_true] = ACTIONS(1512), + [sym_false] = ACTIONS(1512), + [sym_null] = ACTIONS(1512), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1512), + [anon_sym_virtual] = ACTIONS(1512), + [anon_sym_explicit] = ACTIONS(1512), + [sym_auto] = ACTIONS(1512), + [anon_sym_typename] = ACTIONS(1512), + [anon_sym_template] = ACTIONS(1512), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1512), + [anon_sym_delete] = ACTIONS(1512), + [anon_sym_throw] = ACTIONS(1512), + [anon_sym_namespace] = ACTIONS(1512), + [anon_sym_using] = ACTIONS(1512), + [anon_sym_static_assert] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1512), + [sym_operator_name] = ACTIONS(1512), + [sym_this] = ACTIONS(1512), + [sym_nullptr] = ACTIONS(1512), + [sym_alone_macro] = ACTIONS(1514), + [aux_sym_alone_macro_call_token1] = ACTIONS(1512), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_FORWARD] = ACTIONS(1512), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1512), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_PS_GET] = ACTIONS(1512), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1512), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1512), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1512), + [anon_sym_MOZ_COLD] = ACTIONS(1512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_RAII] = ACTIONS(1512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1512), + [sym_raw_string_literal] = ACTIONS(1514), }, [357] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [358] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [359] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [360] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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___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(1796), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = 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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token2] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___based] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym_mutable] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [sym_null] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1504), + [anon_sym_virtual] = ACTIONS(1504), + [anon_sym_explicit] = ACTIONS(1504), + [sym_auto] = ACTIONS(1504), + [anon_sym_typename] = ACTIONS(1504), + [anon_sym_template] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1506), + [anon_sym_operator] = ACTIONS(1504), + [anon_sym_delete] = ACTIONS(1504), + [anon_sym_throw] = ACTIONS(1504), + [anon_sym_namespace] = ACTIONS(1504), + [anon_sym_using] = ACTIONS(1504), + [anon_sym_static_assert] = ACTIONS(1504), + [anon_sym_try] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1504), + [sym_operator_name] = ACTIONS(1504), + [sym_this] = ACTIONS(1504), + [sym_nullptr] = ACTIONS(1504), + [sym_alone_macro] = ACTIONS(1506), + [aux_sym_alone_macro_call_token1] = ACTIONS(1504), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_FORWARD] = ACTIONS(1504), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1504), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_PS_GET] = ACTIONS(1504), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1504), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1504), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1504), + [anon_sym_MOZ_COLD] = ACTIONS(1504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_RAII] = ACTIONS(1504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1504), + [sym_raw_string_literal] = ACTIONS(1506), }, [361] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [362] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [363] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token2] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___based] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym_mutable] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [sym_null] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1492), + [anon_sym_virtual] = ACTIONS(1492), + [anon_sym_explicit] = ACTIONS(1492), + [sym_auto] = ACTIONS(1492), + [anon_sym_typename] = ACTIONS(1492), + [anon_sym_template] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1494), + [anon_sym_operator] = ACTIONS(1492), + [anon_sym_delete] = ACTIONS(1492), + [anon_sym_throw] = ACTIONS(1492), + [anon_sym_namespace] = ACTIONS(1492), + [anon_sym_using] = ACTIONS(1492), + [anon_sym_static_assert] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1492), + [sym_operator_name] = ACTIONS(1492), + [sym_this] = ACTIONS(1492), + [sym_nullptr] = ACTIONS(1492), + [sym_alone_macro] = ACTIONS(1494), + [aux_sym_alone_macro_call_token1] = ACTIONS(1492), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_FORWARD] = ACTIONS(1492), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1492), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_PS_GET] = ACTIONS(1492), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1492), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1492), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1492), + [anon_sym_MOZ_COLD] = ACTIONS(1492), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1492), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1492), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1492), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1492), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1492), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1492), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1492), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1492), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1492), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1492), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1492), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1492), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_RAII] = ACTIONS(1492), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1492), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1492), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1492), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1492), + [sym_raw_string_literal] = ACTIONS(1494), }, [364] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1824), - [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_try] = ACTIONS(1822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [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_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), - [sym_raw_string_literal] = ACTIONS(1824), + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token2] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP_AMP] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___based] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym_mutable] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [sym_null] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1488), + [anon_sym_virtual] = ACTIONS(1488), + [anon_sym_explicit] = ACTIONS(1488), + [sym_auto] = ACTIONS(1488), + [anon_sym_typename] = ACTIONS(1488), + [anon_sym_template] = ACTIONS(1488), + [anon_sym_COLON_COLON] = ACTIONS(1490), + [anon_sym_operator] = ACTIONS(1488), + [anon_sym_delete] = ACTIONS(1488), + [anon_sym_throw] = ACTIONS(1488), + [anon_sym_namespace] = ACTIONS(1488), + [anon_sym_using] = ACTIONS(1488), + [anon_sym_static_assert] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1488), + [sym_operator_name] = ACTIONS(1488), + [sym_this] = ACTIONS(1488), + [sym_nullptr] = ACTIONS(1488), + [sym_alone_macro] = ACTIONS(1490), + [aux_sym_alone_macro_call_token1] = ACTIONS(1488), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_FORWARD] = ACTIONS(1488), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1488), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_PS_GET] = ACTIONS(1488), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1488), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1488), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1488), + [anon_sym_MOZ_COLD] = ACTIONS(1488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_RAII] = ACTIONS(1488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1488), + [sym_raw_string_literal] = ACTIONS(1490), }, [365] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token2] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP_AMP] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___based] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym_mutable] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_class] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_else] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [sym_null] = ACTIONS(1484), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1484), + [anon_sym_virtual] = ACTIONS(1484), + [anon_sym_explicit] = ACTIONS(1484), + [sym_auto] = ACTIONS(1484), + [anon_sym_typename] = ACTIONS(1484), + [anon_sym_template] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1486), + [anon_sym_operator] = ACTIONS(1484), + [anon_sym_delete] = ACTIONS(1484), + [anon_sym_throw] = ACTIONS(1484), + [anon_sym_namespace] = ACTIONS(1484), + [anon_sym_using] = ACTIONS(1484), + [anon_sym_static_assert] = ACTIONS(1484), + [anon_sym_try] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym_new] = ACTIONS(1484), + [sym_operator_name] = ACTIONS(1484), + [sym_this] = ACTIONS(1484), + [sym_nullptr] = ACTIONS(1484), + [sym_alone_macro] = ACTIONS(1486), + [aux_sym_alone_macro_call_token1] = ACTIONS(1484), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_FORWARD] = ACTIONS(1484), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1484), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_PS_GET] = ACTIONS(1484), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1484), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1484), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1484), + [anon_sym_MOZ_COLD] = ACTIONS(1484), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1484), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1484), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1484), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1484), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1484), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1484), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1484), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1484), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1484), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1484), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1484), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1484), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_RAII] = ACTIONS(1484), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1484), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1484), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1484), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1484), + [sym_raw_string_literal] = ACTIONS(1486), }, [366] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [367] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [368] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [369] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token2] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP_AMP] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___based] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym_mutable] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_class] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_else] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [sym_null] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1468), + [anon_sym_virtual] = ACTIONS(1468), + [anon_sym_explicit] = ACTIONS(1468), + [sym_auto] = ACTIONS(1468), + [anon_sym_typename] = ACTIONS(1468), + [anon_sym_template] = ACTIONS(1468), + [anon_sym_COLON_COLON] = ACTIONS(1470), + [anon_sym_operator] = ACTIONS(1468), + [anon_sym_delete] = ACTIONS(1468), + [anon_sym_throw] = ACTIONS(1468), + [anon_sym_namespace] = ACTIONS(1468), + [anon_sym_using] = ACTIONS(1468), + [anon_sym_static_assert] = ACTIONS(1468), + [anon_sym_try] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1468), + [sym_operator_name] = ACTIONS(1468), + [sym_this] = ACTIONS(1468), + [sym_nullptr] = ACTIONS(1468), + [sym_alone_macro] = ACTIONS(1470), + [aux_sym_alone_macro_call_token1] = ACTIONS(1468), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_FORWARD] = ACTIONS(1468), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1468), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_PS_GET] = ACTIONS(1468), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1468), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1468), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1468), + [anon_sym_MOZ_COLD] = ACTIONS(1468), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1468), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1468), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1468), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1468), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1468), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1468), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1468), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1468), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1468), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1468), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1468), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1468), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_RAII] = ACTIONS(1468), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1468), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1468), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1468), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1468), + [sym_raw_string_literal] = ACTIONS(1470), }, [370] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token2] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___based] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym_mutable] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_class] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1816), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [sym_null] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1434), + [anon_sym_virtual] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1434), + [sym_auto] = ACTIONS(1434), + [anon_sym_typename] = ACTIONS(1434), + [anon_sym_template] = ACTIONS(1434), + [anon_sym_COLON_COLON] = ACTIONS(1436), + [anon_sym_operator] = ACTIONS(1434), + [anon_sym_delete] = ACTIONS(1434), + [anon_sym_throw] = ACTIONS(1434), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1434), + [sym_operator_name] = ACTIONS(1434), + [sym_this] = ACTIONS(1434), + [sym_nullptr] = ACTIONS(1434), + [sym_alone_macro] = ACTIONS(1436), + [aux_sym_alone_macro_call_token1] = ACTIONS(1434), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_FORWARD] = ACTIONS(1434), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1434), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_PS_GET] = ACTIONS(1434), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1434), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1434), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1434), + [anon_sym_MOZ_COLD] = ACTIONS(1434), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1434), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1434), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1434), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1434), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1434), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1434), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1434), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1434), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1434), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1434), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1434), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1434), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_RAII] = ACTIONS(1434), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1434), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1434), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1434), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1434), + [sym_raw_string_literal] = ACTIONS(1436), }, [371] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [372] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [373] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [374] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym_new] = ACTIONS(1520), + [sym_operator_name] = ACTIONS(1520), + [sym_this] = ACTIONS(1520), + [sym_nullptr] = ACTIONS(1520), + [sym_alone_macro] = ACTIONS(1522), + [aux_sym_alone_macro_call_token1] = ACTIONS(1520), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_FORWARD] = ACTIONS(1520), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1520), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_PS_GET] = ACTIONS(1520), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1520), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1520), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + [sym_raw_string_literal] = ACTIONS(1522), }, [375] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1476), + [aux_sym_preproc_include_token1] = ACTIONS(1476), + [aux_sym_preproc_def_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token1] = ACTIONS(1476), + [aux_sym_preproc_if_token2] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1476), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1476), + [sym_preproc_directive] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1476), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym___based] = ACTIONS(1476), + [anon_sym___cdecl] = ACTIONS(1476), + [anon_sym___clrcall] = ACTIONS(1476), + [anon_sym___stdcall] = ACTIONS(1476), + [anon_sym___fastcall] = ACTIONS(1476), + [anon_sym___thiscall] = ACTIONS(1476), + [anon_sym___vectorcall] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym_mutable] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_case] = ACTIONS(1476), + [anon_sym_default] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [sym_null] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1476), + [anon_sym_virtual] = ACTIONS(1476), + [anon_sym_explicit] = ACTIONS(1476), + [sym_auto] = ACTIONS(1476), + [anon_sym_typename] = ACTIONS(1476), + [anon_sym_template] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1478), + [anon_sym_operator] = ACTIONS(1476), + [anon_sym_delete] = ACTIONS(1476), + [anon_sym_throw] = ACTIONS(1476), + [anon_sym_namespace] = ACTIONS(1476), + [anon_sym_using] = ACTIONS(1476), + [anon_sym_static_assert] = ACTIONS(1476), + [anon_sym_try] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1476), + [sym_operator_name] = ACTIONS(1476), + [sym_this] = ACTIONS(1476), + [sym_nullptr] = ACTIONS(1476), + [sym_alone_macro] = ACTIONS(1478), + [aux_sym_alone_macro_call_token1] = ACTIONS(1476), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_FORWARD] = ACTIONS(1476), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1476), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_PS_GET] = ACTIONS(1476), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1476), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1476), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1476), + [anon_sym_MOZ_COLD] = ACTIONS(1476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_RAII] = ACTIONS(1476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1476), + [sym_raw_string_literal] = ACTIONS(1478), }, [376] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1804), - [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_try] = ACTIONS(1802), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [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_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), - [sym_raw_string_literal] = ACTIONS(1804), + [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___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_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_COLON_COLON] = ACTIONS(1518), + [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_try] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1516), + [sym_operator_name] = 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), + [sym_raw_string_literal] = ACTIONS(1518), }, [377] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1808), - [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_try] = ACTIONS(1806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [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_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), - [sym_raw_string_literal] = ACTIONS(1808), + [ts_builtin_sym_end] = ACTIONS(1522), + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym_new] = ACTIONS(1520), + [sym_operator_name] = ACTIONS(1520), + [sym_this] = ACTIONS(1520), + [sym_nullptr] = ACTIONS(1520), + [sym_alone_macro] = ACTIONS(1522), + [aux_sym_alone_macro_call_token1] = ACTIONS(1520), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_FORWARD] = ACTIONS(1520), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1520), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_PS_GET] = ACTIONS(1520), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1520), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1520), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + [sym_raw_string_literal] = ACTIONS(1522), }, [378] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [sym_identifier] = ACTIONS(1480), + [aux_sym_preproc_include_token1] = ACTIONS(1480), + [aux_sym_preproc_def_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token1] = ACTIONS(1480), + [aux_sym_preproc_if_token2] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1480), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1480), + [sym_preproc_directive] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP_AMP] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1480), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym___based] = ACTIONS(1480), + [anon_sym___cdecl] = ACTIONS(1480), + [anon_sym___clrcall] = ACTIONS(1480), + [anon_sym___stdcall] = ACTIONS(1480), + [anon_sym___fastcall] = ACTIONS(1480), + [anon_sym___thiscall] = ACTIONS(1480), + [anon_sym___vectorcall] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym_mutable] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_else] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_case] = ACTIONS(1480), + [anon_sym_default] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [sym_null] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1480), + [anon_sym_virtual] = ACTIONS(1480), + [anon_sym_explicit] = ACTIONS(1480), + [sym_auto] = ACTIONS(1480), + [anon_sym_typename] = ACTIONS(1480), + [anon_sym_template] = ACTIONS(1480), + [anon_sym_COLON_COLON] = ACTIONS(1482), + [anon_sym_operator] = ACTIONS(1480), + [anon_sym_delete] = ACTIONS(1480), + [anon_sym_throw] = ACTIONS(1480), + [anon_sym_namespace] = ACTIONS(1480), + [anon_sym_using] = ACTIONS(1480), + [anon_sym_static_assert] = ACTIONS(1480), + [anon_sym_try] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1480), + [sym_operator_name] = ACTIONS(1480), + [sym_this] = ACTIONS(1480), + [sym_nullptr] = ACTIONS(1480), + [sym_alone_macro] = ACTIONS(1482), + [aux_sym_alone_macro_call_token1] = ACTIONS(1480), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_FORWARD] = ACTIONS(1480), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1480), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_PS_GET] = ACTIONS(1480), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1480), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1480), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1480), + [anon_sym_MOZ_COLD] = ACTIONS(1480), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1480), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1480), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1480), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1480), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1480), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1480), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1480), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1480), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1480), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1480), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1480), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1480), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_RAII] = ACTIONS(1480), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1480), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1480), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1480), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1480), + [sym_raw_string_literal] = ACTIONS(1482), }, [379] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1788), - [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_try] = ACTIONS(1786), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [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_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), - [sym_raw_string_literal] = ACTIONS(1788), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [380] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [381] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1532), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [382] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [383] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [ts_builtin_sym_end] = ACTIONS(1532), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [384] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1788), - [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_try] = ACTIONS(1786), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [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_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), - [sym_raw_string_literal] = ACTIONS(1788), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [385] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1518), + [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_try] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1516), + [sym_operator_name] = 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), + [sym_raw_string_literal] = ACTIONS(1518), }, [386] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1876), - [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_try] = ACTIONS(1874), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [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_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), - [sym_raw_string_literal] = ACTIONS(1876), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [387] = { - [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___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_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_else] = ACTIONS(2134), - [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_COLON_COLON] = ACTIONS(1908), - [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_try] = ACTIONS(1906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [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_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), - [sym_raw_string_literal] = ACTIONS(1908), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [388] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1904), - [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_try] = ACTIONS(1902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [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_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), - [sym_raw_string_literal] = ACTIONS(1904), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, [389] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [390] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1884), - [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_try] = ACTIONS(1882), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [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_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), - [sym_raw_string_literal] = ACTIONS(1884), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [391] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1872), - [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_try] = ACTIONS(1870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [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_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), - [sym_raw_string_literal] = ACTIONS(1872), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [392] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [393] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1816), - [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_try] = ACTIONS(1814), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [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_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), - [sym_raw_string_literal] = ACTIONS(1816), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [394] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1864), - [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_try] = ACTIONS(1862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [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_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), - [sym_raw_string_literal] = ACTIONS(1864), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [395] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1856), - [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_try] = ACTIONS(1854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [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_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), - [sym_raw_string_literal] = ACTIONS(1856), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [396] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1776), - [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_try] = ACTIONS(1774), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [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_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), - [sym_raw_string_literal] = ACTIONS(1776), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [397] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1896), - [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_try] = ACTIONS(1894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [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_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), - [sym_raw_string_literal] = ACTIONS(1896), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [398] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1848), - [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_try] = ACTIONS(1846), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [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_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), - [sym_raw_string_literal] = ACTIONS(1848), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [399] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1760), - [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_try] = ACTIONS(1758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [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_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), - [sym_raw_string_literal] = ACTIONS(1760), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [400] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1888), - [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_try] = ACTIONS(1886), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [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_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), - [sym_raw_string_literal] = ACTIONS(1888), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [401] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1768), - [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_try] = ACTIONS(1766), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [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_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), - [sym_raw_string_literal] = ACTIONS(1768), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [402] = { - [ts_builtin_sym_end] = ACTIONS(1752), - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [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_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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [403] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [404] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1892), - [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_try] = ACTIONS(1890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [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_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), - [sym_raw_string_literal] = ACTIONS(1892), + [ts_builtin_sym_end] = ACTIONS(1558), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [405] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1558), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [406] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [407] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1418), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, [408] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [409] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [410] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1812), - [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_try] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [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_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), - [sym_raw_string_literal] = ACTIONS(1812), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [411] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1788), - [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_try] = ACTIONS(1786), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [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_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), - [sym_raw_string_literal] = ACTIONS(1788), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [412] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1900), - [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_try] = ACTIONS(1898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [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_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), - [sym_raw_string_literal] = ACTIONS(1900), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [413] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1840), - [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_try] = ACTIONS(1838), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [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_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), - [sym_raw_string_literal] = ACTIONS(1840), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [414] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [415] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [416] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1824), - [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_try] = ACTIONS(1822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [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_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), - [sym_raw_string_literal] = ACTIONS(1824), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [417] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [sym_identifier] = ACTIONS(1584), + [aux_sym_preproc_include_token1] = ACTIONS(1584), + [aux_sym_preproc_def_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1584), + [sym_preproc_directive] = ACTIONS(1584), + [anon_sym_LPAREN2] = ACTIONS(1586), + [anon_sym_BANG] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_AMP_AMP] = ACTIONS(1586), + [anon_sym_AMP] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym___attribute__] = ACTIONS(1584), + [anon_sym___declspec] = ACTIONS(1584), + [anon_sym___based] = ACTIONS(1584), + [anon_sym___cdecl] = ACTIONS(1584), + [anon_sym___clrcall] = ACTIONS(1584), + [anon_sym___stdcall] = ACTIONS(1584), + [anon_sym___fastcall] = ACTIONS(1584), + [anon_sym___thiscall] = ACTIONS(1584), + [anon_sym___vectorcall] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_RBRACE] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_inline] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_volatile] = ACTIONS(1584), + [anon_sym_restrict] = ACTIONS(1584), + [anon_sym__Atomic] = ACTIONS(1584), + [anon_sym_mutable] = ACTIONS(1584), + [anon_sym_constexpr] = ACTIONS(1584), + [anon_sym_signed] = ACTIONS(1584), + [anon_sym_unsigned] = ACTIONS(1584), + [anon_sym_long] = ACTIONS(1584), + [anon_sym_short] = ACTIONS(1584), + [sym_primitive_type] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_struct] = ACTIONS(1584), + [anon_sym_union] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_goto] = ACTIONS(1584), + [anon_sym_DASH_DASH] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_sizeof] = ACTIONS(1584), + [sym_number_literal] = ACTIONS(1586), + [anon_sym_L_SQUOTE] = ACTIONS(1586), + [anon_sym_u_SQUOTE] = ACTIONS(1586), + [anon_sym_U_SQUOTE] = ACTIONS(1586), + [anon_sym_u8_SQUOTE] = ACTIONS(1586), + [anon_sym_SQUOTE] = ACTIONS(1586), + [anon_sym_L_DQUOTE] = ACTIONS(1586), + [anon_sym_u_DQUOTE] = ACTIONS(1586), + [anon_sym_U_DQUOTE] = ACTIONS(1586), + [anon_sym_u8_DQUOTE] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1584), + [anon_sym_virtual] = ACTIONS(1584), + [anon_sym_explicit] = ACTIONS(1584), + [sym_auto] = ACTIONS(1584), + [anon_sym_typename] = ACTIONS(1584), + [anon_sym_template] = ACTIONS(1584), + [anon_sym_COLON_COLON] = ACTIONS(1586), + [anon_sym_operator] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_using] = ACTIONS(1584), + [anon_sym_static_assert] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1586), + [anon_sym_new] = ACTIONS(1584), + [sym_operator_name] = ACTIONS(1584), + [sym_this] = ACTIONS(1584), + [sym_nullptr] = ACTIONS(1584), + [sym_alone_macro] = ACTIONS(1586), + [aux_sym_alone_macro_call_token1] = ACTIONS(1584), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_FORWARD] = ACTIONS(1584), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1584), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_PS_GET] = ACTIONS(1584), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1584), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1584), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1584), + [anon_sym_MOZ_COLD] = ACTIONS(1584), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1584), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1584), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1584), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1584), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1584), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1584), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1584), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1584), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1584), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1584), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1584), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1584), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_RAII] = ACTIONS(1584), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1584), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1584), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1584), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1584), + [sym_raw_string_literal] = ACTIONS(1586), }, [418] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [419] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [420] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [421] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1860), - [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_try] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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_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), - [sym_raw_string_literal] = ACTIONS(1860), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [422] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1768), - [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_try] = ACTIONS(1766), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [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_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), - [sym_raw_string_literal] = ACTIONS(1768), + [sym_identifier] = ACTIONS(1580), + [aux_sym_preproc_include_token1] = ACTIONS(1580), + [aux_sym_preproc_def_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1580), + [sym_preproc_directive] = ACTIONS(1580), + [anon_sym_LPAREN2] = ACTIONS(1582), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1582), + [anon_sym_AMP_AMP] = ACTIONS(1582), + [anon_sym_AMP] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_typedef] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym___attribute__] = ACTIONS(1580), + [anon_sym___declspec] = ACTIONS(1580), + [anon_sym___based] = ACTIONS(1580), + [anon_sym___cdecl] = ACTIONS(1580), + [anon_sym___clrcall] = ACTIONS(1580), + [anon_sym___stdcall] = ACTIONS(1580), + [anon_sym___fastcall] = ACTIONS(1580), + [anon_sym___thiscall] = ACTIONS(1580), + [anon_sym___vectorcall] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_inline] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_volatile] = ACTIONS(1580), + [anon_sym_restrict] = ACTIONS(1580), + [anon_sym__Atomic] = ACTIONS(1580), + [anon_sym_mutable] = ACTIONS(1580), + [anon_sym_constexpr] = ACTIONS(1580), + [anon_sym_signed] = ACTIONS(1580), + [anon_sym_unsigned] = ACTIONS(1580), + [anon_sym_long] = ACTIONS(1580), + [anon_sym_short] = ACTIONS(1580), + [sym_primitive_type] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_struct] = ACTIONS(1580), + [anon_sym_union] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_goto] = ACTIONS(1580), + [anon_sym_DASH_DASH] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_sizeof] = ACTIONS(1580), + [sym_number_literal] = ACTIONS(1582), + [anon_sym_L_SQUOTE] = ACTIONS(1582), + [anon_sym_u_SQUOTE] = ACTIONS(1582), + [anon_sym_U_SQUOTE] = ACTIONS(1582), + [anon_sym_u8_SQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [anon_sym_L_DQUOTE] = ACTIONS(1582), + [anon_sym_u_DQUOTE] = ACTIONS(1582), + [anon_sym_U_DQUOTE] = ACTIONS(1582), + [anon_sym_u8_DQUOTE] = ACTIONS(1582), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1580), + [anon_sym_virtual] = ACTIONS(1580), + [anon_sym_explicit] = ACTIONS(1580), + [sym_auto] = ACTIONS(1580), + [anon_sym_typename] = ACTIONS(1580), + [anon_sym_template] = ACTIONS(1580), + [anon_sym_COLON_COLON] = ACTIONS(1582), + [anon_sym_operator] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_using] = ACTIONS(1580), + [anon_sym_static_assert] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1582), + [anon_sym_new] = ACTIONS(1580), + [sym_operator_name] = ACTIONS(1580), + [sym_this] = ACTIONS(1580), + [sym_nullptr] = ACTIONS(1580), + [sym_alone_macro] = ACTIONS(1582), + [aux_sym_alone_macro_call_token1] = ACTIONS(1580), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_FORWARD] = ACTIONS(1580), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1580), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_PS_GET] = ACTIONS(1580), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1580), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1580), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1580), + [anon_sym_MOZ_COLD] = ACTIONS(1580), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1580), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1580), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1580), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1580), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1580), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1580), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1580), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1580), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1580), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1580), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1580), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1580), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_RAII] = ACTIONS(1580), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1580), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1580), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1580), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1580), + [sym_raw_string_literal] = ACTIONS(1582), }, [423] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP_AMP] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___based] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_RBRACE] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym_mutable] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1544), + [anon_sym_virtual] = ACTIONS(1544), + [anon_sym_explicit] = ACTIONS(1544), + [sym_auto] = ACTIONS(1544), + [anon_sym_typename] = ACTIONS(1544), + [anon_sym_template] = ACTIONS(1544), + [anon_sym_COLON_COLON] = ACTIONS(1546), + [anon_sym_operator] = ACTIONS(1544), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_throw] = ACTIONS(1544), + [anon_sym_namespace] = ACTIONS(1544), + [anon_sym_using] = ACTIONS(1544), + [anon_sym_static_assert] = ACTIONS(1544), + [anon_sym_try] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym_new] = ACTIONS(1544), + [sym_operator_name] = ACTIONS(1544), + [sym_this] = ACTIONS(1544), + [sym_nullptr] = ACTIONS(1544), + [sym_alone_macro] = ACTIONS(1546), + [aux_sym_alone_macro_call_token1] = ACTIONS(1544), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_FORWARD] = ACTIONS(1544), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1544), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_PS_GET] = ACTIONS(1544), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1544), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1544), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1544), + [anon_sym_MOZ_COLD] = ACTIONS(1544), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1544), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1544), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1544), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1544), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1544), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1544), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1544), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1544), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1544), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1544), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1544), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1544), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_RAII] = ACTIONS(1544), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1544), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1544), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1544), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1544), + [sym_raw_string_literal] = ACTIONS(1546), }, [424] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1772), - [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_try] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [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_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), - [sym_raw_string_literal] = ACTIONS(1772), + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_include_token1] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_BANG] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym___cdecl] = ACTIONS(1588), + [anon_sym___clrcall] = ACTIONS(1588), + [anon_sym___stdcall] = ACTIONS(1588), + [anon_sym___fastcall] = ACTIONS(1588), + [anon_sym___thiscall] = ACTIONS(1588), + [anon_sym___vectorcall] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_RBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_switch] = ACTIONS(1588), + [anon_sym_case] = ACTIONS(1588), + [anon_sym_default] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_goto] = ACTIONS(1588), + [anon_sym_DASH_DASH] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_sizeof] = ACTIONS(1588), + [sym_number_literal] = ACTIONS(1590), + [anon_sym_L_SQUOTE] = ACTIONS(1590), + [anon_sym_u_SQUOTE] = ACTIONS(1590), + [anon_sym_U_SQUOTE] = ACTIONS(1590), + [anon_sym_u8_SQUOTE] = ACTIONS(1590), + [anon_sym_SQUOTE] = ACTIONS(1590), + [anon_sym_L_DQUOTE] = ACTIONS(1590), + [anon_sym_u_DQUOTE] = ACTIONS(1590), + [anon_sym_U_DQUOTE] = ACTIONS(1590), + [anon_sym_u8_DQUOTE] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym_true] = ACTIONS(1588), + [sym_false] = ACTIONS(1588), + [sym_null] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_delete] = ACTIONS(1588), + [anon_sym_throw] = ACTIONS(1588), + [anon_sym_namespace] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [anon_sym_new] = ACTIONS(1588), + [sym_operator_name] = ACTIONS(1588), + [sym_this] = ACTIONS(1588), + [sym_nullptr] = ACTIONS(1588), + [sym_alone_macro] = ACTIONS(1590), + [aux_sym_alone_macro_call_token1] = ACTIONS(1588), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_FORWARD] = ACTIONS(1588), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1588), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_PS_GET] = ACTIONS(1588), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1588), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1588), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), + [sym_raw_string_literal] = ACTIONS(1590), }, [425] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [426] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1776), - [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_try] = ACTIONS(1774), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [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_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), - [sym_raw_string_literal] = ACTIONS(1776), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [427] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1860), - [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_try] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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_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), - [sym_raw_string_literal] = ACTIONS(1860), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token2] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP_AMP] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___based] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym_mutable] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_null] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1460), + [anon_sym_virtual] = ACTIONS(1460), + [anon_sym_explicit] = ACTIONS(1460), + [sym_auto] = ACTIONS(1460), + [anon_sym_typename] = ACTIONS(1460), + [anon_sym_template] = ACTIONS(1460), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_operator] = ACTIONS(1460), + [anon_sym_delete] = ACTIONS(1460), + [anon_sym_throw] = ACTIONS(1460), + [anon_sym_namespace] = ACTIONS(1460), + [anon_sym_using] = ACTIONS(1460), + [anon_sym_static_assert] = ACTIONS(1460), + [anon_sym_try] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1460), + [sym_operator_name] = ACTIONS(1460), + [sym_this] = ACTIONS(1460), + [sym_nullptr] = ACTIONS(1460), + [sym_alone_macro] = ACTIONS(1462), + [aux_sym_alone_macro_call_token1] = ACTIONS(1460), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_FORWARD] = ACTIONS(1460), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1460), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_PS_GET] = ACTIONS(1460), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1460), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1460), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1460), + [anon_sym_MOZ_COLD] = ACTIONS(1460), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1460), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1460), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1460), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1460), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1460), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1460), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1460), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1460), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1460), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1460), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1460), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1460), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_RAII] = ACTIONS(1460), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1460), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1460), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1460), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1460), + [sym_raw_string_literal] = ACTIONS(1462), }, [428] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [429] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [430] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1800), - [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_try] = ACTIONS(1798), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [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_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), - [sym_raw_string_literal] = ACTIONS(1800), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [431] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [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_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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [432] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1816), - [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_try] = ACTIONS(1814), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [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_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), - [sym_raw_string_literal] = ACTIONS(1816), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [433] = { - [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___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_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_else] = ACTIONS(2136), - [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_COLON_COLON] = ACTIONS(1908), - [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_try] = ACTIONS(1906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [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_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), - [sym_raw_string_literal] = ACTIONS(1908), + [ts_builtin_sym_end] = ACTIONS(1526), + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___based] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym_mutable] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_class] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [sym_null] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1524), + [anon_sym_virtual] = ACTIONS(1524), + [anon_sym_explicit] = ACTIONS(1524), + [sym_auto] = ACTIONS(1524), + [anon_sym_typename] = ACTIONS(1524), + [anon_sym_template] = ACTIONS(1524), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_operator] = ACTIONS(1524), + [anon_sym_delete] = ACTIONS(1524), + [anon_sym_throw] = ACTIONS(1524), + [anon_sym_namespace] = ACTIONS(1524), + [anon_sym_using] = ACTIONS(1524), + [anon_sym_static_assert] = ACTIONS(1524), + [anon_sym_try] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym_new] = ACTIONS(1524), + [sym_operator_name] = ACTIONS(1524), + [sym_this] = ACTIONS(1524), + [sym_nullptr] = ACTIONS(1524), + [sym_alone_macro] = ACTIONS(1526), + [aux_sym_alone_macro_call_token1] = ACTIONS(1524), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_FORWARD] = ACTIONS(1524), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1524), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_PS_GET] = ACTIONS(1524), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1524), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1524), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1524), + [anon_sym_MOZ_COLD] = ACTIONS(1524), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1524), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1524), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1524), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1524), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1524), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1524), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1524), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1524), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1524), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1524), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1524), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1524), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_RAII] = ACTIONS(1524), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1524), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1524), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1524), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1524), + [sym_raw_string_literal] = ACTIONS(1526), }, [434] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1904), - [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_try] = ACTIONS(1902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [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_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), - [sym_raw_string_literal] = ACTIONS(1904), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [435] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1808), - [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_try] = ACTIONS(1806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [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_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), - [sym_raw_string_literal] = ACTIONS(1808), + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP_AMP] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___based] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym_mutable] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_class] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_else] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [sym_null] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1548), + [anon_sym_virtual] = ACTIONS(1548), + [anon_sym_explicit] = ACTIONS(1548), + [sym_auto] = ACTIONS(1548), + [anon_sym_typename] = ACTIONS(1548), + [anon_sym_template] = ACTIONS(1548), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_operator] = ACTIONS(1548), + [anon_sym_delete] = ACTIONS(1548), + [anon_sym_throw] = ACTIONS(1548), + [anon_sym_namespace] = ACTIONS(1548), + [anon_sym_using] = ACTIONS(1548), + [anon_sym_static_assert] = ACTIONS(1548), + [anon_sym_try] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym_new] = ACTIONS(1548), + [sym_operator_name] = ACTIONS(1548), + [sym_this] = ACTIONS(1548), + [sym_nullptr] = ACTIONS(1548), + [sym_alone_macro] = ACTIONS(1550), + [aux_sym_alone_macro_call_token1] = ACTIONS(1548), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_FORWARD] = ACTIONS(1548), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1548), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_PS_GET] = ACTIONS(1548), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1548), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1548), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1548), + [anon_sym_MOZ_COLD] = ACTIONS(1548), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1548), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1548), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1548), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1548), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1548), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1548), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1548), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1548), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1548), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1548), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1548), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1548), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_RAII] = ACTIONS(1548), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1548), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1548), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1548), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1548), + [sym_raw_string_literal] = ACTIONS(1550), }, [436] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1436), + [sym_identifier] = ACTIONS(1434), + [aux_sym_preproc_include_token1] = ACTIONS(1434), + [aux_sym_preproc_def_token1] = ACTIONS(1434), + [aux_sym_preproc_if_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1434), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1434), + [sym_preproc_directive] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym___based] = ACTIONS(1434), + [anon_sym___cdecl] = ACTIONS(1434), + [anon_sym___clrcall] = ACTIONS(1434), + [anon_sym___stdcall] = ACTIONS(1434), + [anon_sym___fastcall] = ACTIONS(1434), + [anon_sym___thiscall] = ACTIONS(1434), + [anon_sym___vectorcall] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym_mutable] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_class] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1820), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [sym_null] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1434), + [anon_sym_virtual] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1434), + [sym_auto] = ACTIONS(1434), + [anon_sym_typename] = ACTIONS(1434), + [anon_sym_template] = ACTIONS(1434), + [anon_sym_COLON_COLON] = ACTIONS(1436), + [anon_sym_operator] = ACTIONS(1434), + [anon_sym_delete] = ACTIONS(1434), + [anon_sym_throw] = ACTIONS(1434), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1434), + [sym_operator_name] = ACTIONS(1434), + [sym_this] = ACTIONS(1434), + [sym_nullptr] = ACTIONS(1434), + [sym_alone_macro] = ACTIONS(1436), + [aux_sym_alone_macro_call_token1] = ACTIONS(1434), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_FORWARD] = ACTIONS(1434), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1434), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_PS_GET] = ACTIONS(1434), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1434), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1434), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1434), + [anon_sym_MOZ_COLD] = ACTIONS(1434), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1434), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1434), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1434), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1434), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1434), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1434), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1434), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1434), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1434), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1434), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1434), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1434), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_RAII] = ACTIONS(1434), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1434), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1434), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1434), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1434), + [sym_raw_string_literal] = ACTIONS(1436), }, [437] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1896), - [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_try] = ACTIONS(1894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [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_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), - [sym_raw_string_literal] = ACTIONS(1896), + [ts_builtin_sym_end] = ACTIONS(1470), + [sym_identifier] = ACTIONS(1468), + [aux_sym_preproc_include_token1] = ACTIONS(1468), + [aux_sym_preproc_def_token1] = ACTIONS(1468), + [aux_sym_preproc_if_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1468), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1468), + [sym_preproc_directive] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP_AMP] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym___based] = ACTIONS(1468), + [anon_sym___cdecl] = ACTIONS(1468), + [anon_sym___clrcall] = ACTIONS(1468), + [anon_sym___stdcall] = ACTIONS(1468), + [anon_sym___fastcall] = ACTIONS(1468), + [anon_sym___thiscall] = ACTIONS(1468), + [anon_sym___vectorcall] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym_mutable] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_class] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_else] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_case] = ACTIONS(1468), + [anon_sym_default] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [sym_null] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1468), + [anon_sym_virtual] = ACTIONS(1468), + [anon_sym_explicit] = ACTIONS(1468), + [sym_auto] = ACTIONS(1468), + [anon_sym_typename] = ACTIONS(1468), + [anon_sym_template] = ACTIONS(1468), + [anon_sym_COLON_COLON] = ACTIONS(1470), + [anon_sym_operator] = ACTIONS(1468), + [anon_sym_delete] = ACTIONS(1468), + [anon_sym_throw] = ACTIONS(1468), + [anon_sym_namespace] = ACTIONS(1468), + [anon_sym_using] = ACTIONS(1468), + [anon_sym_static_assert] = ACTIONS(1468), + [anon_sym_try] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1468), + [sym_operator_name] = ACTIONS(1468), + [sym_this] = ACTIONS(1468), + [sym_nullptr] = ACTIONS(1468), + [sym_alone_macro] = ACTIONS(1470), + [aux_sym_alone_macro_call_token1] = ACTIONS(1468), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_FORWARD] = ACTIONS(1468), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1468), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_PS_GET] = ACTIONS(1468), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1468), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1468), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1468), + [anon_sym_MOZ_COLD] = ACTIONS(1468), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1468), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1468), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1468), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1468), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1468), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1468), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1468), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1468), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1468), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1468), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1468), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1468), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_RAII] = ACTIONS(1468), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1468), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1468), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1468), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1468), + [sym_raw_string_literal] = ACTIONS(1470), }, [438] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1804), - [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_try] = ACTIONS(1802), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [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_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), - [sym_raw_string_literal] = ACTIONS(1804), + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP_AMP] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___based] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym_mutable] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_class] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_else] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [sym_null] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1552), + [anon_sym_virtual] = ACTIONS(1552), + [anon_sym_explicit] = ACTIONS(1552), + [sym_auto] = ACTIONS(1552), + [anon_sym_typename] = ACTIONS(1552), + [anon_sym_template] = ACTIONS(1552), + [anon_sym_COLON_COLON] = ACTIONS(1554), + [anon_sym_operator] = ACTIONS(1552), + [anon_sym_delete] = ACTIONS(1552), + [anon_sym_throw] = ACTIONS(1552), + [anon_sym_namespace] = ACTIONS(1552), + [anon_sym_using] = ACTIONS(1552), + [anon_sym_static_assert] = ACTIONS(1552), + [anon_sym_try] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym_new] = ACTIONS(1552), + [sym_operator_name] = ACTIONS(1552), + [sym_this] = ACTIONS(1552), + [sym_nullptr] = ACTIONS(1552), + [sym_alone_macro] = ACTIONS(1554), + [aux_sym_alone_macro_call_token1] = ACTIONS(1552), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_FORWARD] = ACTIONS(1552), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1552), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_PS_GET] = ACTIONS(1552), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1552), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1552), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1552), + [anon_sym_MOZ_COLD] = ACTIONS(1552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_RAII] = ACTIONS(1552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1552), + [sym_raw_string_literal] = ACTIONS(1554), }, [439] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1760), - [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_try] = ACTIONS(1758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [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_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), - [sym_raw_string_literal] = ACTIONS(1760), + [sym_identifier] = ACTIONS(1440), + [aux_sym_preproc_include_token1] = ACTIONS(1440), + [aux_sym_preproc_def_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token1] = ACTIONS(1440), + [aux_sym_preproc_if_token2] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1440), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1440), + [sym_preproc_directive] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym___based] = ACTIONS(1440), + [anon_sym___cdecl] = ACTIONS(1440), + [anon_sym___clrcall] = ACTIONS(1440), + [anon_sym___stdcall] = ACTIONS(1440), + [anon_sym___fastcall] = ACTIONS(1440), + [anon_sym___thiscall] = ACTIONS(1440), + [anon_sym___vectorcall] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_case] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [anon_sym_virtual] = ACTIONS(1440), + [anon_sym_explicit] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_template] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_operator] = ACTIONS(1440), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_throw] = ACTIONS(1440), + [anon_sym_namespace] = ACTIONS(1440), + [anon_sym_using] = ACTIONS(1440), + [anon_sym_static_assert] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_operator_name] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [sym_alone_macro] = ACTIONS(1442), + [aux_sym_alone_macro_call_token1] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, [440] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1872), - [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_try] = ACTIONS(1870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [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_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), - [sym_raw_string_literal] = ACTIONS(1872), + [sym_identifier] = ACTIONS(1580), + [aux_sym_preproc_include_token1] = ACTIONS(1580), + [aux_sym_preproc_def_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token1] = ACTIONS(1580), + [aux_sym_preproc_if_token2] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1580), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1580), + [sym_preproc_directive] = ACTIONS(1580), + [anon_sym_LPAREN2] = ACTIONS(1582), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1582), + [anon_sym_AMP_AMP] = ACTIONS(1582), + [anon_sym_AMP] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_typedef] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym___attribute__] = ACTIONS(1580), + [anon_sym___declspec] = ACTIONS(1580), + [anon_sym___based] = ACTIONS(1580), + [anon_sym___cdecl] = ACTIONS(1580), + [anon_sym___clrcall] = ACTIONS(1580), + [anon_sym___stdcall] = ACTIONS(1580), + [anon_sym___fastcall] = ACTIONS(1580), + [anon_sym___thiscall] = ACTIONS(1580), + [anon_sym___vectorcall] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_inline] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_volatile] = ACTIONS(1580), + [anon_sym_restrict] = ACTIONS(1580), + [anon_sym__Atomic] = ACTIONS(1580), + [anon_sym_mutable] = ACTIONS(1580), + [anon_sym_constexpr] = ACTIONS(1580), + [anon_sym_signed] = ACTIONS(1580), + [anon_sym_unsigned] = ACTIONS(1580), + [anon_sym_long] = ACTIONS(1580), + [anon_sym_short] = ACTIONS(1580), + [sym_primitive_type] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_struct] = ACTIONS(1580), + [anon_sym_union] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_case] = ACTIONS(1580), + [anon_sym_default] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_goto] = ACTIONS(1580), + [anon_sym_DASH_DASH] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_sizeof] = ACTIONS(1580), + [sym_number_literal] = ACTIONS(1582), + [anon_sym_L_SQUOTE] = ACTIONS(1582), + [anon_sym_u_SQUOTE] = ACTIONS(1582), + [anon_sym_U_SQUOTE] = ACTIONS(1582), + [anon_sym_u8_SQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [anon_sym_L_DQUOTE] = ACTIONS(1582), + [anon_sym_u_DQUOTE] = ACTIONS(1582), + [anon_sym_U_DQUOTE] = ACTIONS(1582), + [anon_sym_u8_DQUOTE] = ACTIONS(1582), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1580), + [anon_sym_virtual] = ACTIONS(1580), + [anon_sym_explicit] = ACTIONS(1580), + [sym_auto] = ACTIONS(1580), + [anon_sym_typename] = ACTIONS(1580), + [anon_sym_template] = ACTIONS(1580), + [anon_sym_COLON_COLON] = ACTIONS(1582), + [anon_sym_operator] = ACTIONS(1580), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_throw] = ACTIONS(1580), + [anon_sym_namespace] = ACTIONS(1580), + [anon_sym_using] = ACTIONS(1580), + [anon_sym_static_assert] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1582), + [anon_sym_new] = ACTIONS(1580), + [sym_operator_name] = ACTIONS(1580), + [sym_this] = ACTIONS(1580), + [sym_nullptr] = ACTIONS(1580), + [sym_alone_macro] = ACTIONS(1582), + [aux_sym_alone_macro_call_token1] = ACTIONS(1580), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_FORWARD] = ACTIONS(1580), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1580), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_PS_GET] = ACTIONS(1580), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1580), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1580), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1580), + [anon_sym_MOZ_COLD] = ACTIONS(1580), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1580), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1580), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1580), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1580), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1580), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1580), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1580), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1580), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1580), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1580), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1580), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1580), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_RAII] = ACTIONS(1580), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1580), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1580), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1580), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1580), + [sym_raw_string_literal] = ACTIONS(1582), }, [441] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1764), - [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_try] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [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_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), - [sym_raw_string_literal] = ACTIONS(1764), + [sym_identifier] = ACTIONS(1576), + [aux_sym_preproc_include_token1] = ACTIONS(1576), + [aux_sym_preproc_def_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token2] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1576), + [sym_preproc_directive] = ACTIONS(1576), + [anon_sym_LPAREN2] = ACTIONS(1578), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1578), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_typedef] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym___attribute__] = ACTIONS(1576), + [anon_sym___declspec] = ACTIONS(1576), + [anon_sym___based] = ACTIONS(1576), + [anon_sym___cdecl] = ACTIONS(1576), + [anon_sym___clrcall] = ACTIONS(1576), + [anon_sym___stdcall] = ACTIONS(1576), + [anon_sym___fastcall] = ACTIONS(1576), + [anon_sym___thiscall] = ACTIONS(1576), + [anon_sym___vectorcall] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_static] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_inline] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_volatile] = ACTIONS(1576), + [anon_sym_restrict] = ACTIONS(1576), + [anon_sym__Atomic] = ACTIONS(1576), + [anon_sym_mutable] = ACTIONS(1576), + [anon_sym_constexpr] = ACTIONS(1576), + [anon_sym_signed] = ACTIONS(1576), + [anon_sym_unsigned] = ACTIONS(1576), + [anon_sym_long] = ACTIONS(1576), + [anon_sym_short] = ACTIONS(1576), + [sym_primitive_type] = ACTIONS(1576), + [anon_sym_enum] = ACTIONS(1576), + [anon_sym_class] = ACTIONS(1576), + [anon_sym_struct] = ACTIONS(1576), + [anon_sym_union] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_switch] = ACTIONS(1576), + [anon_sym_case] = ACTIONS(1576), + [anon_sym_default] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_goto] = ACTIONS(1576), + [anon_sym_DASH_DASH] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_sizeof] = ACTIONS(1576), + [sym_number_literal] = ACTIONS(1578), + [anon_sym_L_SQUOTE] = ACTIONS(1578), + [anon_sym_u_SQUOTE] = ACTIONS(1578), + [anon_sym_U_SQUOTE] = ACTIONS(1578), + [anon_sym_u8_SQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [anon_sym_L_DQUOTE] = ACTIONS(1578), + [anon_sym_u_DQUOTE] = ACTIONS(1578), + [anon_sym_U_DQUOTE] = ACTIONS(1578), + [anon_sym_u8_DQUOTE] = ACTIONS(1578), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym_true] = ACTIONS(1576), + [sym_false] = ACTIONS(1576), + [sym_null] = ACTIONS(1576), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1576), + [anon_sym_virtual] = ACTIONS(1576), + [anon_sym_explicit] = ACTIONS(1576), + [sym_auto] = ACTIONS(1576), + [anon_sym_typename] = ACTIONS(1576), + [anon_sym_template] = ACTIONS(1576), + [anon_sym_COLON_COLON] = ACTIONS(1578), + [anon_sym_operator] = ACTIONS(1576), + [anon_sym_delete] = ACTIONS(1576), + [anon_sym_throw] = ACTIONS(1576), + [anon_sym_namespace] = ACTIONS(1576), + [anon_sym_using] = ACTIONS(1576), + [anon_sym_static_assert] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1576), + [sym_operator_name] = ACTIONS(1576), + [sym_this] = ACTIONS(1576), + [sym_nullptr] = ACTIONS(1576), + [sym_alone_macro] = ACTIONS(1578), + [aux_sym_alone_macro_call_token1] = ACTIONS(1576), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_FORWARD] = ACTIONS(1576), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1576), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_PS_GET] = ACTIONS(1576), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1576), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1576), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1576), + [anon_sym_MOZ_COLD] = ACTIONS(1576), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1576), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1576), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1576), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1576), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1576), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1576), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1576), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1576), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1576), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1576), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1576), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1576), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_RAII] = ACTIONS(1576), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1576), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1576), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1576), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1576), + [sym_raw_string_literal] = ACTIONS(1578), }, [442] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1776), - [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_try] = ACTIONS(1774), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [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_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), - [sym_raw_string_literal] = ACTIONS(1776), + [sym_identifier] = ACTIONS(1524), + [aux_sym_preproc_include_token1] = ACTIONS(1524), + [aux_sym_preproc_def_token1] = ACTIONS(1524), + [aux_sym_preproc_if_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1524), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1524), + [sym_preproc_directive] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym___based] = ACTIONS(1524), + [anon_sym___cdecl] = ACTIONS(1524), + [anon_sym___clrcall] = ACTIONS(1524), + [anon_sym___stdcall] = ACTIONS(1524), + [anon_sym___fastcall] = ACTIONS(1524), + [anon_sym___thiscall] = ACTIONS(1524), + [anon_sym___vectorcall] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_RBRACE] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym_mutable] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_class] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_else] = ACTIONS(1822), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_case] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [sym_null] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1524), + [anon_sym_virtual] = ACTIONS(1524), + [anon_sym_explicit] = ACTIONS(1524), + [sym_auto] = ACTIONS(1524), + [anon_sym_typename] = ACTIONS(1524), + [anon_sym_template] = ACTIONS(1524), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_operator] = ACTIONS(1524), + [anon_sym_delete] = ACTIONS(1524), + [anon_sym_throw] = ACTIONS(1524), + [anon_sym_namespace] = ACTIONS(1524), + [anon_sym_using] = ACTIONS(1524), + [anon_sym_static_assert] = ACTIONS(1524), + [anon_sym_try] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym_new] = ACTIONS(1524), + [sym_operator_name] = ACTIONS(1524), + [sym_this] = ACTIONS(1524), + [sym_nullptr] = ACTIONS(1524), + [sym_alone_macro] = ACTIONS(1526), + [aux_sym_alone_macro_call_token1] = ACTIONS(1524), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_FORWARD] = ACTIONS(1524), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1524), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_PS_GET] = ACTIONS(1524), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1524), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1524), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1524), + [anon_sym_MOZ_COLD] = ACTIONS(1524), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1524), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1524), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1524), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1524), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1524), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1524), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1524), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1524), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1524), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1524), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1524), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1524), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_RAII] = ACTIONS(1524), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1524), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1524), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1524), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1524), + [sym_raw_string_literal] = ACTIONS(1526), }, [443] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1888), - [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_try] = ACTIONS(1886), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [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_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), - [sym_raw_string_literal] = ACTIONS(1888), + [ts_builtin_sym_end] = ACTIONS(1486), + [sym_identifier] = ACTIONS(1484), + [aux_sym_preproc_include_token1] = ACTIONS(1484), + [aux_sym_preproc_def_token1] = ACTIONS(1484), + [aux_sym_preproc_if_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1484), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1484), + [sym_preproc_directive] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP_AMP] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1484), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym___based] = ACTIONS(1484), + [anon_sym___cdecl] = ACTIONS(1484), + [anon_sym___clrcall] = ACTIONS(1484), + [anon_sym___stdcall] = ACTIONS(1484), + [anon_sym___fastcall] = ACTIONS(1484), + [anon_sym___thiscall] = ACTIONS(1484), + [anon_sym___vectorcall] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym_mutable] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_class] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_else] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_case] = ACTIONS(1484), + [anon_sym_default] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [sym_null] = ACTIONS(1484), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1484), + [anon_sym_virtual] = ACTIONS(1484), + [anon_sym_explicit] = ACTIONS(1484), + [sym_auto] = ACTIONS(1484), + [anon_sym_typename] = ACTIONS(1484), + [anon_sym_template] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1486), + [anon_sym_operator] = ACTIONS(1484), + [anon_sym_delete] = ACTIONS(1484), + [anon_sym_throw] = ACTIONS(1484), + [anon_sym_namespace] = ACTIONS(1484), + [anon_sym_using] = ACTIONS(1484), + [anon_sym_static_assert] = ACTIONS(1484), + [anon_sym_try] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym_new] = ACTIONS(1484), + [sym_operator_name] = ACTIONS(1484), + [sym_this] = ACTIONS(1484), + [sym_nullptr] = ACTIONS(1484), + [sym_alone_macro] = ACTIONS(1486), + [aux_sym_alone_macro_call_token1] = ACTIONS(1484), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_FORWARD] = ACTIONS(1484), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1484), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_PS_GET] = ACTIONS(1484), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1484), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1484), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1484), + [anon_sym_MOZ_COLD] = ACTIONS(1484), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1484), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1484), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1484), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1484), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1484), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1484), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1484), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1484), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1484), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1484), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1484), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1484), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_RAII] = ACTIONS(1484), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1484), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1484), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1484), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1484), + [sym_raw_string_literal] = ACTIONS(1486), }, [444] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1772), - [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_try] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [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_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), - [sym_raw_string_literal] = ACTIONS(1772), + [sym_identifier] = ACTIONS(1576), + [aux_sym_preproc_include_token1] = ACTIONS(1576), + [aux_sym_preproc_def_token1] = ACTIONS(1576), + [aux_sym_preproc_if_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1576), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1576), + [sym_preproc_directive] = ACTIONS(1576), + [anon_sym_LPAREN2] = ACTIONS(1578), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1578), + [anon_sym_AMP_AMP] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_typedef] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym___attribute__] = ACTIONS(1576), + [anon_sym___declspec] = ACTIONS(1576), + [anon_sym___based] = ACTIONS(1576), + [anon_sym___cdecl] = ACTIONS(1576), + [anon_sym___clrcall] = ACTIONS(1576), + [anon_sym___stdcall] = ACTIONS(1576), + [anon_sym___fastcall] = ACTIONS(1576), + [anon_sym___thiscall] = ACTIONS(1576), + [anon_sym___vectorcall] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_RBRACE] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_static] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_inline] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_volatile] = ACTIONS(1576), + [anon_sym_restrict] = ACTIONS(1576), + [anon_sym__Atomic] = ACTIONS(1576), + [anon_sym_mutable] = ACTIONS(1576), + [anon_sym_constexpr] = ACTIONS(1576), + [anon_sym_signed] = ACTIONS(1576), + [anon_sym_unsigned] = ACTIONS(1576), + [anon_sym_long] = ACTIONS(1576), + [anon_sym_short] = ACTIONS(1576), + [sym_primitive_type] = ACTIONS(1576), + [anon_sym_enum] = ACTIONS(1576), + [anon_sym_class] = ACTIONS(1576), + [anon_sym_struct] = ACTIONS(1576), + [anon_sym_union] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_switch] = ACTIONS(1576), + [anon_sym_case] = ACTIONS(1576), + [anon_sym_default] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_goto] = ACTIONS(1576), + [anon_sym_DASH_DASH] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_sizeof] = ACTIONS(1576), + [sym_number_literal] = ACTIONS(1578), + [anon_sym_L_SQUOTE] = ACTIONS(1578), + [anon_sym_u_SQUOTE] = ACTIONS(1578), + [anon_sym_U_SQUOTE] = ACTIONS(1578), + [anon_sym_u8_SQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [anon_sym_L_DQUOTE] = ACTIONS(1578), + [anon_sym_u_DQUOTE] = ACTIONS(1578), + [anon_sym_U_DQUOTE] = ACTIONS(1578), + [anon_sym_u8_DQUOTE] = ACTIONS(1578), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym_true] = ACTIONS(1576), + [sym_false] = ACTIONS(1576), + [sym_null] = ACTIONS(1576), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1576), + [anon_sym_virtual] = ACTIONS(1576), + [anon_sym_explicit] = ACTIONS(1576), + [sym_auto] = ACTIONS(1576), + [anon_sym_typename] = ACTIONS(1576), + [anon_sym_template] = ACTIONS(1576), + [anon_sym_COLON_COLON] = ACTIONS(1578), + [anon_sym_operator] = ACTIONS(1576), + [anon_sym_delete] = ACTIONS(1576), + [anon_sym_throw] = ACTIONS(1576), + [anon_sym_namespace] = ACTIONS(1576), + [anon_sym_using] = ACTIONS(1576), + [anon_sym_static_assert] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1576), + [sym_operator_name] = ACTIONS(1576), + [sym_this] = ACTIONS(1576), + [sym_nullptr] = ACTIONS(1576), + [sym_alone_macro] = ACTIONS(1578), + [aux_sym_alone_macro_call_token1] = ACTIONS(1576), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_FORWARD] = ACTIONS(1576), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1576), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_PS_GET] = ACTIONS(1576), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1576), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1576), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1576), + [anon_sym_MOZ_COLD] = ACTIONS(1576), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1576), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1576), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1576), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1576), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1576), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1576), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1576), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1576), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1576), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1576), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1576), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1576), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_RAII] = ACTIONS(1576), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1576), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1576), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1576), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1576), + [sym_raw_string_literal] = ACTIONS(1578), }, [445] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [sym_identifier] = ACTIONS(1572), + [aux_sym_preproc_include_token1] = ACTIONS(1572), + [aux_sym_preproc_def_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), + [sym_preproc_directive] = ACTIONS(1572), + [anon_sym_LPAREN2] = ACTIONS(1574), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_TILDE] = ACTIONS(1574), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1574), + [anon_sym_AMP_AMP] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1574), + [anon_sym_typedef] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym___attribute__] = ACTIONS(1572), + [anon_sym___declspec] = ACTIONS(1572), + [anon_sym___based] = ACTIONS(1572), + [anon_sym___cdecl] = ACTIONS(1572), + [anon_sym___clrcall] = ACTIONS(1572), + [anon_sym___stdcall] = ACTIONS(1572), + [anon_sym___fastcall] = ACTIONS(1572), + [anon_sym___thiscall] = ACTIONS(1572), + [anon_sym___vectorcall] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1574), + [anon_sym_RBRACE] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_static] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_inline] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_volatile] = ACTIONS(1572), + [anon_sym_restrict] = ACTIONS(1572), + [anon_sym__Atomic] = ACTIONS(1572), + [anon_sym_mutable] = ACTIONS(1572), + [anon_sym_constexpr] = ACTIONS(1572), + [anon_sym_signed] = ACTIONS(1572), + [anon_sym_unsigned] = ACTIONS(1572), + [anon_sym_long] = ACTIONS(1572), + [anon_sym_short] = ACTIONS(1572), + [sym_primitive_type] = ACTIONS(1572), + [anon_sym_enum] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1572), + [anon_sym_struct] = ACTIONS(1572), + [anon_sym_union] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1572), + [anon_sym_case] = ACTIONS(1572), + [anon_sym_default] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_goto] = ACTIONS(1572), + [anon_sym_DASH_DASH] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_sizeof] = ACTIONS(1572), + [sym_number_literal] = ACTIONS(1574), + [anon_sym_L_SQUOTE] = ACTIONS(1574), + [anon_sym_u_SQUOTE] = ACTIONS(1574), + [anon_sym_U_SQUOTE] = ACTIONS(1574), + [anon_sym_u8_SQUOTE] = ACTIONS(1574), + [anon_sym_SQUOTE] = ACTIONS(1574), + [anon_sym_L_DQUOTE] = ACTIONS(1574), + [anon_sym_u_DQUOTE] = ACTIONS(1574), + [anon_sym_U_DQUOTE] = ACTIONS(1574), + [anon_sym_u8_DQUOTE] = ACTIONS(1574), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym_true] = ACTIONS(1572), + [sym_false] = ACTIONS(1572), + [sym_null] = ACTIONS(1572), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1572), + [anon_sym_virtual] = ACTIONS(1572), + [anon_sym_explicit] = ACTIONS(1572), + [sym_auto] = ACTIONS(1572), + [anon_sym_typename] = ACTIONS(1572), + [anon_sym_template] = ACTIONS(1572), + [anon_sym_COLON_COLON] = ACTIONS(1574), + [anon_sym_operator] = ACTIONS(1572), + [anon_sym_delete] = ACTIONS(1572), + [anon_sym_throw] = ACTIONS(1572), + [anon_sym_namespace] = ACTIONS(1572), + [anon_sym_using] = ACTIONS(1572), + [anon_sym_static_assert] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1572), + [sym_operator_name] = ACTIONS(1572), + [sym_this] = ACTIONS(1572), + [sym_nullptr] = ACTIONS(1572), + [sym_alone_macro] = ACTIONS(1574), + [aux_sym_alone_macro_call_token1] = ACTIONS(1572), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_FORWARD] = ACTIONS(1572), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1572), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_PS_GET] = ACTIONS(1572), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1572), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1572), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1572), + [anon_sym_MOZ_COLD] = ACTIONS(1572), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1572), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1572), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1572), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1572), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1572), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1572), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1572), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1572), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1572), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1572), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1572), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1572), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_RAII] = ACTIONS(1572), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1572), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1572), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1572), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1572), + [sym_raw_string_literal] = ACTIONS(1574), }, [446] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [sym_identifier] = ACTIONS(1568), + [aux_sym_preproc_include_token1] = ACTIONS(1568), + [aux_sym_preproc_def_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), + [sym_preproc_directive] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1570), + [anon_sym_AMP_AMP] = ACTIONS(1570), + [anon_sym_AMP] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym___based] = ACTIONS(1568), + [anon_sym___cdecl] = ACTIONS(1568), + [anon_sym___clrcall] = ACTIONS(1568), + [anon_sym___stdcall] = ACTIONS(1568), + [anon_sym___fastcall] = ACTIONS(1568), + [anon_sym___thiscall] = ACTIONS(1568), + [anon_sym___vectorcall] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_RBRACE] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym_mutable] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1568), + [anon_sym_default] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_sizeof] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1570), + [anon_sym_L_SQUOTE] = ACTIONS(1570), + [anon_sym_u_SQUOTE] = ACTIONS(1570), + [anon_sym_U_SQUOTE] = ACTIONS(1570), + [anon_sym_u8_SQUOTE] = ACTIONS(1570), + [anon_sym_SQUOTE] = ACTIONS(1570), + [anon_sym_L_DQUOTE] = ACTIONS(1570), + [anon_sym_u_DQUOTE] = ACTIONS(1570), + [anon_sym_U_DQUOTE] = ACTIONS(1570), + [anon_sym_u8_DQUOTE] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [sym_null] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1568), + [anon_sym_virtual] = ACTIONS(1568), + [anon_sym_explicit] = ACTIONS(1568), + [sym_auto] = ACTIONS(1568), + [anon_sym_typename] = ACTIONS(1568), + [anon_sym_template] = ACTIONS(1568), + [anon_sym_COLON_COLON] = ACTIONS(1570), + [anon_sym_operator] = ACTIONS(1568), + [anon_sym_delete] = ACTIONS(1568), + [anon_sym_throw] = ACTIONS(1568), + [anon_sym_namespace] = ACTIONS(1568), + [anon_sym_using] = ACTIONS(1568), + [anon_sym_static_assert] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1568), + [sym_operator_name] = ACTIONS(1568), + [sym_this] = ACTIONS(1568), + [sym_nullptr] = ACTIONS(1568), + [sym_alone_macro] = ACTIONS(1570), + [aux_sym_alone_macro_call_token1] = ACTIONS(1568), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_FORWARD] = ACTIONS(1568), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1568), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_PS_GET] = ACTIONS(1568), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1568), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1568), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1568), + [anon_sym_MOZ_COLD] = ACTIONS(1568), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1568), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1568), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1568), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1568), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1568), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1568), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1568), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1568), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1568), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1568), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1568), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1568), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_RAII] = ACTIONS(1568), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1568), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1568), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1568), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1568), + [sym_raw_string_literal] = ACTIONS(1570), }, [447] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [ts_builtin_sym_end] = ACTIONS(1590), + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_include_token1] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_BANG] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym___cdecl] = ACTIONS(1588), + [anon_sym___clrcall] = ACTIONS(1588), + [anon_sym___stdcall] = ACTIONS(1588), + [anon_sym___fastcall] = ACTIONS(1588), + [anon_sym___thiscall] = ACTIONS(1588), + [anon_sym___vectorcall] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_switch] = ACTIONS(1588), + [anon_sym_case] = ACTIONS(1588), + [anon_sym_default] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_goto] = ACTIONS(1588), + [anon_sym_DASH_DASH] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_sizeof] = ACTIONS(1588), + [sym_number_literal] = ACTIONS(1590), + [anon_sym_L_SQUOTE] = ACTIONS(1590), + [anon_sym_u_SQUOTE] = ACTIONS(1590), + [anon_sym_U_SQUOTE] = ACTIONS(1590), + [anon_sym_u8_SQUOTE] = ACTIONS(1590), + [anon_sym_SQUOTE] = ACTIONS(1590), + [anon_sym_L_DQUOTE] = ACTIONS(1590), + [anon_sym_u_DQUOTE] = ACTIONS(1590), + [anon_sym_U_DQUOTE] = ACTIONS(1590), + [anon_sym_u8_DQUOTE] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym_true] = ACTIONS(1588), + [sym_false] = ACTIONS(1588), + [sym_null] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_delete] = ACTIONS(1588), + [anon_sym_throw] = ACTIONS(1588), + [anon_sym_namespace] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [anon_sym_new] = ACTIONS(1588), + [sym_operator_name] = ACTIONS(1588), + [sym_this] = ACTIONS(1588), + [sym_nullptr] = ACTIONS(1588), + [sym_alone_macro] = ACTIONS(1590), + [aux_sym_alone_macro_call_token1] = ACTIONS(1588), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_FORWARD] = ACTIONS(1588), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1588), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_PS_GET] = ACTIONS(1588), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1588), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1588), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), + [sym_raw_string_literal] = ACTIONS(1590), }, [448] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1572), + [aux_sym_preproc_include_token1] = ACTIONS(1572), + [aux_sym_preproc_def_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token1] = ACTIONS(1572), + [aux_sym_preproc_if_token2] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1572), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1572), + [sym_preproc_directive] = ACTIONS(1572), + [anon_sym_LPAREN2] = ACTIONS(1574), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_TILDE] = ACTIONS(1574), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1574), + [anon_sym_AMP_AMP] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1574), + [anon_sym_typedef] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym___attribute__] = ACTIONS(1572), + [anon_sym___declspec] = ACTIONS(1572), + [anon_sym___based] = ACTIONS(1572), + [anon_sym___cdecl] = ACTIONS(1572), + [anon_sym___clrcall] = ACTIONS(1572), + [anon_sym___stdcall] = ACTIONS(1572), + [anon_sym___fastcall] = ACTIONS(1572), + [anon_sym___thiscall] = ACTIONS(1572), + [anon_sym___vectorcall] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_static] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_inline] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_volatile] = ACTIONS(1572), + [anon_sym_restrict] = ACTIONS(1572), + [anon_sym__Atomic] = ACTIONS(1572), + [anon_sym_mutable] = ACTIONS(1572), + [anon_sym_constexpr] = ACTIONS(1572), + [anon_sym_signed] = ACTIONS(1572), + [anon_sym_unsigned] = ACTIONS(1572), + [anon_sym_long] = ACTIONS(1572), + [anon_sym_short] = ACTIONS(1572), + [sym_primitive_type] = ACTIONS(1572), + [anon_sym_enum] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1572), + [anon_sym_struct] = ACTIONS(1572), + [anon_sym_union] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1572), + [anon_sym_case] = ACTIONS(1572), + [anon_sym_default] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_goto] = ACTIONS(1572), + [anon_sym_DASH_DASH] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_sizeof] = ACTIONS(1572), + [sym_number_literal] = ACTIONS(1574), + [anon_sym_L_SQUOTE] = ACTIONS(1574), + [anon_sym_u_SQUOTE] = ACTIONS(1574), + [anon_sym_U_SQUOTE] = ACTIONS(1574), + [anon_sym_u8_SQUOTE] = ACTIONS(1574), + [anon_sym_SQUOTE] = ACTIONS(1574), + [anon_sym_L_DQUOTE] = ACTIONS(1574), + [anon_sym_u_DQUOTE] = ACTIONS(1574), + [anon_sym_U_DQUOTE] = ACTIONS(1574), + [anon_sym_u8_DQUOTE] = ACTIONS(1574), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym_true] = ACTIONS(1572), + [sym_false] = ACTIONS(1572), + [sym_null] = ACTIONS(1572), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1572), + [anon_sym_virtual] = ACTIONS(1572), + [anon_sym_explicit] = ACTIONS(1572), + [sym_auto] = ACTIONS(1572), + [anon_sym_typename] = ACTIONS(1572), + [anon_sym_template] = ACTIONS(1572), + [anon_sym_COLON_COLON] = ACTIONS(1574), + [anon_sym_operator] = ACTIONS(1572), + [anon_sym_delete] = ACTIONS(1572), + [anon_sym_throw] = ACTIONS(1572), + [anon_sym_namespace] = ACTIONS(1572), + [anon_sym_using] = ACTIONS(1572), + [anon_sym_static_assert] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1572), + [sym_operator_name] = ACTIONS(1572), + [sym_this] = ACTIONS(1572), + [sym_nullptr] = ACTIONS(1572), + [sym_alone_macro] = ACTIONS(1574), + [aux_sym_alone_macro_call_token1] = ACTIONS(1572), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_FORWARD] = ACTIONS(1572), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1572), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_PS_GET] = ACTIONS(1572), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1572), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1572), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1572), + [anon_sym_MOZ_COLD] = ACTIONS(1572), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1572), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1572), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1572), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1572), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1572), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1572), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1572), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1572), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1572), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1572), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1572), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1572), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_RAII] = ACTIONS(1572), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1572), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1572), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1572), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1572), + [sym_raw_string_literal] = ACTIONS(1574), }, [449] = { - [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___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_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_else] = ACTIONS(2138), - [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_COLON_COLON] = ACTIONS(1792), - [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_try] = ACTIONS(1790), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [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_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), - [sym_raw_string_literal] = ACTIONS(1792), + [sym_identifier] = ACTIONS(1564), + [aux_sym_preproc_include_token1] = ACTIONS(1564), + [aux_sym_preproc_def_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1564), + [sym_preproc_directive] = ACTIONS(1564), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP_AMP] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym___attribute__] = ACTIONS(1564), + [anon_sym___declspec] = ACTIONS(1564), + [anon_sym___based] = ACTIONS(1564), + [anon_sym___cdecl] = ACTIONS(1564), + [anon_sym___clrcall] = ACTIONS(1564), + [anon_sym___stdcall] = ACTIONS(1564), + [anon_sym___fastcall] = ACTIONS(1564), + [anon_sym___thiscall] = ACTIONS(1564), + [anon_sym___vectorcall] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_inline] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym__Atomic] = ACTIONS(1564), + [anon_sym_mutable] = ACTIONS(1564), + [anon_sym_constexpr] = ACTIONS(1564), + [anon_sym_signed] = ACTIONS(1564), + [anon_sym_unsigned] = ACTIONS(1564), + [anon_sym_long] = ACTIONS(1564), + [anon_sym_short] = ACTIONS(1564), + [sym_primitive_type] = ACTIONS(1564), + [anon_sym_enum] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1564), + [anon_sym_struct] = ACTIONS(1564), + [anon_sym_union] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1564), + [anon_sym_default] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_goto] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1564), + [sym_false] = ACTIONS(1564), + [sym_null] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1564), + [anon_sym_virtual] = ACTIONS(1564), + [anon_sym_explicit] = ACTIONS(1564), + [sym_auto] = ACTIONS(1564), + [anon_sym_typename] = ACTIONS(1564), + [anon_sym_template] = ACTIONS(1564), + [anon_sym_COLON_COLON] = ACTIONS(1566), + [anon_sym_operator] = ACTIONS(1564), + [anon_sym_delete] = ACTIONS(1564), + [anon_sym_throw] = ACTIONS(1564), + [anon_sym_namespace] = ACTIONS(1564), + [anon_sym_using] = ACTIONS(1564), + [anon_sym_static_assert] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym_new] = ACTIONS(1564), + [sym_operator_name] = ACTIONS(1564), + [sym_this] = ACTIONS(1564), + [sym_nullptr] = ACTIONS(1564), + [sym_alone_macro] = ACTIONS(1566), + [aux_sym_alone_macro_call_token1] = ACTIONS(1564), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_FORWARD] = ACTIONS(1564), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1564), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_PS_GET] = ACTIONS(1564), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1564), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1564), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1564), + [anon_sym_MOZ_COLD] = ACTIONS(1564), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1564), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1564), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1564), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1564), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1564), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1564), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1564), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1564), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1564), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1564), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1564), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1564), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_RAII] = ACTIONS(1564), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1564), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1564), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1564), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1564), + [sym_raw_string_literal] = ACTIONS(1566), }, [450] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1860), - [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_try] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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_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), - [sym_raw_string_literal] = ACTIONS(1860), + [sym_identifier] = ACTIONS(1560), + [aux_sym_preproc_include_token1] = ACTIONS(1560), + [aux_sym_preproc_def_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1560), + [sym_preproc_directive] = ACTIONS(1560), + [anon_sym_LPAREN2] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_AMP_AMP] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym___attribute__] = ACTIONS(1560), + [anon_sym___declspec] = ACTIONS(1560), + [anon_sym___based] = ACTIONS(1560), + [anon_sym___cdecl] = ACTIONS(1560), + [anon_sym___clrcall] = ACTIONS(1560), + [anon_sym___stdcall] = ACTIONS(1560), + [anon_sym___fastcall] = ACTIONS(1560), + [anon_sym___thiscall] = ACTIONS(1560), + [anon_sym___vectorcall] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_RBRACE] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_static] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_inline] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_volatile] = ACTIONS(1560), + [anon_sym_restrict] = ACTIONS(1560), + [anon_sym__Atomic] = ACTIONS(1560), + [anon_sym_mutable] = ACTIONS(1560), + [anon_sym_constexpr] = ACTIONS(1560), + [anon_sym_signed] = ACTIONS(1560), + [anon_sym_unsigned] = ACTIONS(1560), + [anon_sym_long] = ACTIONS(1560), + [anon_sym_short] = ACTIONS(1560), + [sym_primitive_type] = ACTIONS(1560), + [anon_sym_enum] = ACTIONS(1560), + [anon_sym_class] = ACTIONS(1560), + [anon_sym_struct] = ACTIONS(1560), + [anon_sym_union] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_switch] = ACTIONS(1560), + [anon_sym_case] = ACTIONS(1560), + [anon_sym_default] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_goto] = ACTIONS(1560), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1560), + [sym_number_literal] = ACTIONS(1562), + [anon_sym_L_SQUOTE] = ACTIONS(1562), + [anon_sym_u_SQUOTE] = ACTIONS(1562), + [anon_sym_U_SQUOTE] = ACTIONS(1562), + [anon_sym_u8_SQUOTE] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_L_DQUOTE] = ACTIONS(1562), + [anon_sym_u_DQUOTE] = ACTIONS(1562), + [anon_sym_U_DQUOTE] = ACTIONS(1562), + [anon_sym_u8_DQUOTE] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym_true] = ACTIONS(1560), + [sym_false] = ACTIONS(1560), + [sym_null] = ACTIONS(1560), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1560), + [anon_sym_virtual] = ACTIONS(1560), + [anon_sym_explicit] = ACTIONS(1560), + [sym_auto] = ACTIONS(1560), + [anon_sym_typename] = ACTIONS(1560), + [anon_sym_template] = ACTIONS(1560), + [anon_sym_COLON_COLON] = ACTIONS(1562), + [anon_sym_operator] = ACTIONS(1560), + [anon_sym_delete] = ACTIONS(1560), + [anon_sym_throw] = ACTIONS(1560), + [anon_sym_namespace] = ACTIONS(1560), + [anon_sym_using] = ACTIONS(1560), + [anon_sym_static_assert] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1562), + [anon_sym_new] = ACTIONS(1560), + [sym_operator_name] = ACTIONS(1560), + [sym_this] = ACTIONS(1560), + [sym_nullptr] = ACTIONS(1560), + [sym_alone_macro] = ACTIONS(1562), + [aux_sym_alone_macro_call_token1] = ACTIONS(1560), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_FORWARD] = ACTIONS(1560), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1560), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_PS_GET] = ACTIONS(1560), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1560), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1560), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1560), + [anon_sym_MOZ_COLD] = ACTIONS(1560), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1560), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1560), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1560), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1560), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1560), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1560), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1560), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1560), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1560), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1560), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1560), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1560), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_RAII] = ACTIONS(1560), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1560), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1560), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1560), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1560), + [sym_raw_string_literal] = ACTIONS(1562), }, [451] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token2] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP_AMP] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___based] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym_mutable] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_class] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1456), + [anon_sym_virtual] = ACTIONS(1456), + [anon_sym_explicit] = ACTIONS(1456), + [sym_auto] = ACTIONS(1456), + [anon_sym_typename] = ACTIONS(1456), + [anon_sym_template] = ACTIONS(1456), + [anon_sym_COLON_COLON] = ACTIONS(1458), + [anon_sym_operator] = ACTIONS(1456), + [anon_sym_delete] = ACTIONS(1456), + [anon_sym_throw] = ACTIONS(1456), + [anon_sym_namespace] = ACTIONS(1456), + [anon_sym_using] = ACTIONS(1456), + [anon_sym_static_assert] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1456), + [sym_operator_name] = ACTIONS(1456), + [sym_this] = ACTIONS(1456), + [sym_nullptr] = ACTIONS(1456), + [sym_alone_macro] = ACTIONS(1458), + [aux_sym_alone_macro_call_token1] = ACTIONS(1456), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_FORWARD] = ACTIONS(1456), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1456), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_PS_GET] = ACTIONS(1456), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1456), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1456), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1456), + [anon_sym_MOZ_COLD] = ACTIONS(1456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_RAII] = ACTIONS(1456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1456), + [sym_raw_string_literal] = ACTIONS(1458), }, [452] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1812), - [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_try] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [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_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), - [sym_raw_string_literal] = ACTIONS(1812), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token2] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP_AMP] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___based] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym_mutable] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1452), + [anon_sym_virtual] = ACTIONS(1452), + [anon_sym_explicit] = ACTIONS(1452), + [sym_auto] = ACTIONS(1452), + [anon_sym_typename] = ACTIONS(1452), + [anon_sym_template] = ACTIONS(1452), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_operator] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_using] = ACTIONS(1452), + [anon_sym_static_assert] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1452), + [sym_operator_name] = ACTIONS(1452), + [sym_this] = ACTIONS(1452), + [sym_nullptr] = ACTIONS(1452), + [sym_alone_macro] = ACTIONS(1454), + [aux_sym_alone_macro_call_token1] = ACTIONS(1452), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_FORWARD] = ACTIONS(1452), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1452), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_PS_GET] = ACTIONS(1452), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1452), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1452), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1452), + [anon_sym_MOZ_COLD] = ACTIONS(1452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_RAII] = ACTIONS(1452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1452), + [sym_raw_string_literal] = ACTIONS(1454), }, [453] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1768), - [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_try] = ACTIONS(1766), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [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_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), - [sym_raw_string_literal] = ACTIONS(1768), + [sym_identifier] = ACTIONS(1448), + [aux_sym_preproc_include_token1] = ACTIONS(1448), + [aux_sym_preproc_def_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token2] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), + [sym_preproc_directive] = ACTIONS(1448), + [anon_sym_LPAREN2] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_DASH] = ACTIONS(1448), + [anon_sym_PLUS] = ACTIONS(1448), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_AMP_AMP] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym___attribute__] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1448), + [anon_sym___based] = ACTIONS(1448), + [anon_sym___cdecl] = ACTIONS(1448), + [anon_sym___clrcall] = ACTIONS(1448), + [anon_sym___stdcall] = ACTIONS(1448), + [anon_sym___fastcall] = ACTIONS(1448), + [anon_sym___thiscall] = ACTIONS(1448), + [anon_sym___vectorcall] = ACTIONS(1448), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_register] = ACTIONS(1448), + [anon_sym_inline] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_volatile] = ACTIONS(1448), + [anon_sym_restrict] = ACTIONS(1448), + [anon_sym__Atomic] = ACTIONS(1448), + [anon_sym_mutable] = ACTIONS(1448), + [anon_sym_constexpr] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1448), + [anon_sym_unsigned] = ACTIONS(1448), + [anon_sym_long] = ACTIONS(1448), + [anon_sym_short] = ACTIONS(1448), + [sym_primitive_type] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_class] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_else] = ACTIONS(1448), + [anon_sym_switch] = ACTIONS(1448), + [anon_sym_case] = ACTIONS(1448), + [anon_sym_default] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_do] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_goto] = ACTIONS(1448), + [anon_sym_DASH_DASH] = ACTIONS(1450), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_sizeof] = ACTIONS(1448), + [sym_number_literal] = ACTIONS(1450), + [anon_sym_L_SQUOTE] = ACTIONS(1450), + [anon_sym_u_SQUOTE] = ACTIONS(1450), + [anon_sym_U_SQUOTE] = ACTIONS(1450), + [anon_sym_u8_SQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [anon_sym_L_DQUOTE] = ACTIONS(1450), + [anon_sym_u_DQUOTE] = ACTIONS(1450), + [anon_sym_U_DQUOTE] = ACTIONS(1450), + [anon_sym_u8_DQUOTE] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym_true] = ACTIONS(1448), + [sym_false] = ACTIONS(1448), + [sym_null] = ACTIONS(1448), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1448), + [anon_sym_virtual] = ACTIONS(1448), + [anon_sym_explicit] = ACTIONS(1448), + [sym_auto] = ACTIONS(1448), + [anon_sym_typename] = ACTIONS(1448), + [anon_sym_template] = ACTIONS(1448), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_operator] = ACTIONS(1448), + [anon_sym_delete] = ACTIONS(1448), + [anon_sym_throw] = ACTIONS(1448), + [anon_sym_namespace] = ACTIONS(1448), + [anon_sym_using] = ACTIONS(1448), + [anon_sym_static_assert] = ACTIONS(1448), + [anon_sym_try] = ACTIONS(1448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1448), + [sym_operator_name] = ACTIONS(1448), + [sym_this] = ACTIONS(1448), + [sym_nullptr] = ACTIONS(1448), + [sym_alone_macro] = ACTIONS(1450), + [aux_sym_alone_macro_call_token1] = ACTIONS(1448), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_FORWARD] = ACTIONS(1448), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1448), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_PS_GET] = ACTIONS(1448), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1448), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1448), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1448), + [anon_sym_MOZ_COLD] = ACTIONS(1448), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1448), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1448), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1448), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1448), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1448), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1448), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1448), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1448), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1448), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1448), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1448), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1448), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_RAII] = ACTIONS(1448), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1448), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1448), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1448), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1448), + [sym_raw_string_literal] = ACTIONS(1450), }, [454] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1864), - [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_try] = ACTIONS(1862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [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_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), - [sym_raw_string_literal] = ACTIONS(1864), + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_include_token1] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym___cdecl] = ACTIONS(1416), + [anon_sym___clrcall] = ACTIONS(1416), + [anon_sym___stdcall] = ACTIONS(1416), + [anon_sym___fastcall] = ACTIONS(1416), + [anon_sym___thiscall] = ACTIONS(1416), + [anon_sym___vectorcall] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_case] = ACTIONS(1416), + [anon_sym_default] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_throw] = ACTIONS(1416), + [anon_sym_namespace] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_try] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_operator_name] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [sym_alone_macro] = ACTIONS(1418), + [aux_sym_alone_macro_call_token1] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, [455] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1856), - [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_try] = ACTIONS(1854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [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_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), - [sym_raw_string_literal] = ACTIONS(1856), + [sym_identifier] = ACTIONS(1568), + [aux_sym_preproc_include_token1] = ACTIONS(1568), + [aux_sym_preproc_def_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token1] = ACTIONS(1568), + [aux_sym_preproc_if_token2] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1568), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1568), + [sym_preproc_directive] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1570), + [anon_sym_AMP_AMP] = ACTIONS(1570), + [anon_sym_AMP] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym___based] = ACTIONS(1568), + [anon_sym___cdecl] = ACTIONS(1568), + [anon_sym___clrcall] = ACTIONS(1568), + [anon_sym___stdcall] = ACTIONS(1568), + [anon_sym___fastcall] = ACTIONS(1568), + [anon_sym___thiscall] = ACTIONS(1568), + [anon_sym___vectorcall] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym_mutable] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_case] = ACTIONS(1568), + [anon_sym_default] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_sizeof] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1570), + [anon_sym_L_SQUOTE] = ACTIONS(1570), + [anon_sym_u_SQUOTE] = ACTIONS(1570), + [anon_sym_U_SQUOTE] = ACTIONS(1570), + [anon_sym_u8_SQUOTE] = ACTIONS(1570), + [anon_sym_SQUOTE] = ACTIONS(1570), + [anon_sym_L_DQUOTE] = ACTIONS(1570), + [anon_sym_u_DQUOTE] = ACTIONS(1570), + [anon_sym_U_DQUOTE] = ACTIONS(1570), + [anon_sym_u8_DQUOTE] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [sym_null] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1568), + [anon_sym_virtual] = ACTIONS(1568), + [anon_sym_explicit] = ACTIONS(1568), + [sym_auto] = ACTIONS(1568), + [anon_sym_typename] = ACTIONS(1568), + [anon_sym_template] = ACTIONS(1568), + [anon_sym_COLON_COLON] = ACTIONS(1570), + [anon_sym_operator] = ACTIONS(1568), + [anon_sym_delete] = ACTIONS(1568), + [anon_sym_throw] = ACTIONS(1568), + [anon_sym_namespace] = ACTIONS(1568), + [anon_sym_using] = ACTIONS(1568), + [anon_sym_static_assert] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1568), + [sym_operator_name] = ACTIONS(1568), + [sym_this] = ACTIONS(1568), + [sym_nullptr] = ACTIONS(1568), + [sym_alone_macro] = ACTIONS(1570), + [aux_sym_alone_macro_call_token1] = ACTIONS(1568), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_FORWARD] = ACTIONS(1568), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1568), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_PS_GET] = ACTIONS(1568), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1568), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1568), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1568), + [anon_sym_MOZ_COLD] = ACTIONS(1568), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1568), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1568), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1568), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1568), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1568), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1568), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1568), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1568), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1568), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1568), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1568), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1568), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_RAII] = ACTIONS(1568), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1568), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1568), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1568), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1568), + [sym_raw_string_literal] = ACTIONS(1570), }, [456] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1840), - [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_try] = ACTIONS(1838), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [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_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), - [sym_raw_string_literal] = ACTIONS(1840), + [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___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_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_COLON_COLON] = ACTIONS(1542), + [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_try] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [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), + [sym_raw_string_literal] = ACTIONS(1542), }, [457] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [ts_builtin_sym_end] = ACTIONS(1490), + [sym_identifier] = ACTIONS(1488), + [aux_sym_preproc_include_token1] = ACTIONS(1488), + [aux_sym_preproc_def_token1] = ACTIONS(1488), + [aux_sym_preproc_if_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1488), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1488), + [sym_preproc_directive] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP_AMP] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1488), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym___based] = ACTIONS(1488), + [anon_sym___cdecl] = ACTIONS(1488), + [anon_sym___clrcall] = ACTIONS(1488), + [anon_sym___stdcall] = ACTIONS(1488), + [anon_sym___fastcall] = ACTIONS(1488), + [anon_sym___thiscall] = ACTIONS(1488), + [anon_sym___vectorcall] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym_mutable] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_case] = ACTIONS(1488), + [anon_sym_default] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [sym_null] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1488), + [anon_sym_virtual] = ACTIONS(1488), + [anon_sym_explicit] = ACTIONS(1488), + [sym_auto] = ACTIONS(1488), + [anon_sym_typename] = ACTIONS(1488), + [anon_sym_template] = ACTIONS(1488), + [anon_sym_COLON_COLON] = ACTIONS(1490), + [anon_sym_operator] = ACTIONS(1488), + [anon_sym_delete] = ACTIONS(1488), + [anon_sym_throw] = ACTIONS(1488), + [anon_sym_namespace] = ACTIONS(1488), + [anon_sym_using] = ACTIONS(1488), + [anon_sym_static_assert] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1488), + [sym_operator_name] = ACTIONS(1488), + [sym_this] = ACTIONS(1488), + [sym_nullptr] = ACTIONS(1488), + [sym_alone_macro] = ACTIONS(1490), + [aux_sym_alone_macro_call_token1] = ACTIONS(1488), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_FORWARD] = ACTIONS(1488), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1488), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_PS_GET] = ACTIONS(1488), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1488), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1488), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1488), + [anon_sym_MOZ_COLD] = ACTIONS(1488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_RAII] = ACTIONS(1488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1488), + [sym_raw_string_literal] = ACTIONS(1490), }, [458] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1494), + [sym_identifier] = ACTIONS(1492), + [aux_sym_preproc_include_token1] = ACTIONS(1492), + [aux_sym_preproc_def_token1] = ACTIONS(1492), + [aux_sym_preproc_if_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1492), + [sym_preproc_directive] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym___based] = ACTIONS(1492), + [anon_sym___cdecl] = ACTIONS(1492), + [anon_sym___clrcall] = ACTIONS(1492), + [anon_sym___stdcall] = ACTIONS(1492), + [anon_sym___fastcall] = ACTIONS(1492), + [anon_sym___thiscall] = ACTIONS(1492), + [anon_sym___vectorcall] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym_mutable] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_case] = ACTIONS(1492), + [anon_sym_default] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [sym_null] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1492), + [anon_sym_virtual] = ACTIONS(1492), + [anon_sym_explicit] = ACTIONS(1492), + [sym_auto] = ACTIONS(1492), + [anon_sym_typename] = ACTIONS(1492), + [anon_sym_template] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1494), + [anon_sym_operator] = ACTIONS(1492), + [anon_sym_delete] = ACTIONS(1492), + [anon_sym_throw] = ACTIONS(1492), + [anon_sym_namespace] = ACTIONS(1492), + [anon_sym_using] = ACTIONS(1492), + [anon_sym_static_assert] = ACTIONS(1492), + [anon_sym_try] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1492), + [sym_operator_name] = ACTIONS(1492), + [sym_this] = ACTIONS(1492), + [sym_nullptr] = ACTIONS(1492), + [sym_alone_macro] = ACTIONS(1494), + [aux_sym_alone_macro_call_token1] = ACTIONS(1492), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_FORWARD] = ACTIONS(1492), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1492), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_PS_GET] = ACTIONS(1492), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1492), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1492), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1492), + [anon_sym_MOZ_COLD] = ACTIONS(1492), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1492), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1492), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1492), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1492), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1492), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1492), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1492), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1492), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1492), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1492), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1492), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1492), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_RAII] = ACTIONS(1492), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1492), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1492), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1492), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1492), + [sym_raw_string_literal] = ACTIONS(1494), }, [459] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___based] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_RBRACE] = ACTIONS(1538), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym_mutable] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_class] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_else] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [sym_null] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1536), + [anon_sym_virtual] = ACTIONS(1536), + [anon_sym_explicit] = ACTIONS(1536), + [sym_auto] = ACTIONS(1536), + [anon_sym_typename] = ACTIONS(1536), + [anon_sym_template] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1538), + [anon_sym_operator] = ACTIONS(1536), + [anon_sym_delete] = ACTIONS(1536), + [anon_sym_throw] = ACTIONS(1536), + [anon_sym_namespace] = ACTIONS(1536), + [anon_sym_using] = ACTIONS(1536), + [anon_sym_static_assert] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym_new] = ACTIONS(1536), + [sym_operator_name] = ACTIONS(1536), + [sym_this] = ACTIONS(1536), + [sym_nullptr] = ACTIONS(1536), + [sym_alone_macro] = ACTIONS(1538), + [aux_sym_alone_macro_call_token1] = ACTIONS(1536), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_FORWARD] = ACTIONS(1536), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1536), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_PS_GET] = ACTIONS(1536), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1536), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1536), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1536), + [anon_sym_MOZ_COLD] = ACTIONS(1536), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1536), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1536), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1536), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1536), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1536), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1536), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1536), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1536), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1536), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1536), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1536), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1536), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_RAII] = ACTIONS(1536), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1536), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1536), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1536), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1536), + [sym_raw_string_literal] = ACTIONS(1538), }, [460] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1764), - [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_try] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [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_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), - [sym_raw_string_literal] = ACTIONS(1764), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [461] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_include_token1] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym___cdecl] = ACTIONS(1556), + [anon_sym___clrcall] = ACTIONS(1556), + [anon_sym___stdcall] = ACTIONS(1556), + [anon_sym___fastcall] = ACTIONS(1556), + [anon_sym___thiscall] = ACTIONS(1556), + [anon_sym___vectorcall] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_case] = ACTIONS(1556), + [anon_sym_default] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_throw] = ACTIONS(1556), + [anon_sym_namespace] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_operator_name] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [sym_alone_macro] = ACTIONS(1558), + [aux_sym_alone_macro_call_token1] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, [462] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1564), + [aux_sym_preproc_include_token1] = ACTIONS(1564), + [aux_sym_preproc_def_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token1] = ACTIONS(1564), + [aux_sym_preproc_if_token2] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1564), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1564), + [sym_preproc_directive] = ACTIONS(1564), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP_AMP] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym___attribute__] = ACTIONS(1564), + [anon_sym___declspec] = ACTIONS(1564), + [anon_sym___based] = ACTIONS(1564), + [anon_sym___cdecl] = ACTIONS(1564), + [anon_sym___clrcall] = ACTIONS(1564), + [anon_sym___stdcall] = ACTIONS(1564), + [anon_sym___fastcall] = ACTIONS(1564), + [anon_sym___thiscall] = ACTIONS(1564), + [anon_sym___vectorcall] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_inline] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym__Atomic] = ACTIONS(1564), + [anon_sym_mutable] = ACTIONS(1564), + [anon_sym_constexpr] = ACTIONS(1564), + [anon_sym_signed] = ACTIONS(1564), + [anon_sym_unsigned] = ACTIONS(1564), + [anon_sym_long] = ACTIONS(1564), + [anon_sym_short] = ACTIONS(1564), + [sym_primitive_type] = ACTIONS(1564), + [anon_sym_enum] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1564), + [anon_sym_struct] = ACTIONS(1564), + [anon_sym_union] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1564), + [anon_sym_case] = ACTIONS(1564), + [anon_sym_default] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_goto] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1564), + [sym_false] = ACTIONS(1564), + [sym_null] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1564), + [anon_sym_virtual] = ACTIONS(1564), + [anon_sym_explicit] = ACTIONS(1564), + [sym_auto] = ACTIONS(1564), + [anon_sym_typename] = ACTIONS(1564), + [anon_sym_template] = ACTIONS(1564), + [anon_sym_COLON_COLON] = ACTIONS(1566), + [anon_sym_operator] = ACTIONS(1564), + [anon_sym_delete] = ACTIONS(1564), + [anon_sym_throw] = ACTIONS(1564), + [anon_sym_namespace] = ACTIONS(1564), + [anon_sym_using] = ACTIONS(1564), + [anon_sym_static_assert] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym_new] = ACTIONS(1564), + [sym_operator_name] = ACTIONS(1564), + [sym_this] = ACTIONS(1564), + [sym_nullptr] = ACTIONS(1564), + [sym_alone_macro] = ACTIONS(1566), + [aux_sym_alone_macro_call_token1] = ACTIONS(1564), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_FORWARD] = ACTIONS(1564), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1564), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_PS_GET] = ACTIONS(1564), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1564), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1564), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1564), + [anon_sym_MOZ_COLD] = ACTIONS(1564), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1564), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1564), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1564), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1564), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1564), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1564), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1564), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1564), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1564), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1564), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1564), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1564), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_RAII] = ACTIONS(1564), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1564), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1564), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1564), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1564), + [sym_raw_string_literal] = ACTIONS(1566), }, [463] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1560), + [aux_sym_preproc_include_token1] = ACTIONS(1560), + [aux_sym_preproc_def_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token1] = ACTIONS(1560), + [aux_sym_preproc_if_token2] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1560), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1560), + [sym_preproc_directive] = ACTIONS(1560), + [anon_sym_LPAREN2] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_AMP_AMP] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym___attribute__] = ACTIONS(1560), + [anon_sym___declspec] = ACTIONS(1560), + [anon_sym___based] = ACTIONS(1560), + [anon_sym___cdecl] = ACTIONS(1560), + [anon_sym___clrcall] = ACTIONS(1560), + [anon_sym___stdcall] = ACTIONS(1560), + [anon_sym___fastcall] = ACTIONS(1560), + [anon_sym___thiscall] = ACTIONS(1560), + [anon_sym___vectorcall] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_static] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_inline] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_volatile] = ACTIONS(1560), + [anon_sym_restrict] = ACTIONS(1560), + [anon_sym__Atomic] = ACTIONS(1560), + [anon_sym_mutable] = ACTIONS(1560), + [anon_sym_constexpr] = ACTIONS(1560), + [anon_sym_signed] = ACTIONS(1560), + [anon_sym_unsigned] = ACTIONS(1560), + [anon_sym_long] = ACTIONS(1560), + [anon_sym_short] = ACTIONS(1560), + [sym_primitive_type] = ACTIONS(1560), + [anon_sym_enum] = ACTIONS(1560), + [anon_sym_class] = ACTIONS(1560), + [anon_sym_struct] = ACTIONS(1560), + [anon_sym_union] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_switch] = ACTIONS(1560), + [anon_sym_case] = ACTIONS(1560), + [anon_sym_default] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_goto] = ACTIONS(1560), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1560), + [sym_number_literal] = ACTIONS(1562), + [anon_sym_L_SQUOTE] = ACTIONS(1562), + [anon_sym_u_SQUOTE] = ACTIONS(1562), + [anon_sym_U_SQUOTE] = ACTIONS(1562), + [anon_sym_u8_SQUOTE] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_L_DQUOTE] = ACTIONS(1562), + [anon_sym_u_DQUOTE] = ACTIONS(1562), + [anon_sym_U_DQUOTE] = ACTIONS(1562), + [anon_sym_u8_DQUOTE] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym_true] = ACTIONS(1560), + [sym_false] = ACTIONS(1560), + [sym_null] = ACTIONS(1560), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1560), + [anon_sym_virtual] = ACTIONS(1560), + [anon_sym_explicit] = ACTIONS(1560), + [sym_auto] = ACTIONS(1560), + [anon_sym_typename] = ACTIONS(1560), + [anon_sym_template] = ACTIONS(1560), + [anon_sym_COLON_COLON] = ACTIONS(1562), + [anon_sym_operator] = ACTIONS(1560), + [anon_sym_delete] = ACTIONS(1560), + [anon_sym_throw] = ACTIONS(1560), + [anon_sym_namespace] = ACTIONS(1560), + [anon_sym_using] = ACTIONS(1560), + [anon_sym_static_assert] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1562), + [anon_sym_new] = ACTIONS(1560), + [sym_operator_name] = ACTIONS(1560), + [sym_this] = ACTIONS(1560), + [sym_nullptr] = ACTIONS(1560), + [sym_alone_macro] = ACTIONS(1562), + [aux_sym_alone_macro_call_token1] = ACTIONS(1560), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_FORWARD] = ACTIONS(1560), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1560), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_PS_GET] = ACTIONS(1560), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1560), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1560), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1560), + [anon_sym_MOZ_COLD] = ACTIONS(1560), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1560), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1560), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1560), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1560), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1560), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1560), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1560), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1560), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1560), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1560), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1560), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1560), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_RAII] = ACTIONS(1560), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1560), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1560), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1560), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1560), + [sym_raw_string_literal] = ACTIONS(1562), }, [464] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_RBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [465] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1584), + [aux_sym_preproc_include_token1] = ACTIONS(1584), + [aux_sym_preproc_def_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token1] = ACTIONS(1584), + [aux_sym_preproc_if_token2] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1584), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1584), + [sym_preproc_directive] = ACTIONS(1584), + [anon_sym_LPAREN2] = ACTIONS(1586), + [anon_sym_BANG] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_AMP_AMP] = ACTIONS(1586), + [anon_sym_AMP] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym___attribute__] = ACTIONS(1584), + [anon_sym___declspec] = ACTIONS(1584), + [anon_sym___based] = ACTIONS(1584), + [anon_sym___cdecl] = ACTIONS(1584), + [anon_sym___clrcall] = ACTIONS(1584), + [anon_sym___stdcall] = ACTIONS(1584), + [anon_sym___fastcall] = ACTIONS(1584), + [anon_sym___thiscall] = ACTIONS(1584), + [anon_sym___vectorcall] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_inline] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_volatile] = ACTIONS(1584), + [anon_sym_restrict] = ACTIONS(1584), + [anon_sym__Atomic] = ACTIONS(1584), + [anon_sym_mutable] = ACTIONS(1584), + [anon_sym_constexpr] = ACTIONS(1584), + [anon_sym_signed] = ACTIONS(1584), + [anon_sym_unsigned] = ACTIONS(1584), + [anon_sym_long] = ACTIONS(1584), + [anon_sym_short] = ACTIONS(1584), + [sym_primitive_type] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_struct] = ACTIONS(1584), + [anon_sym_union] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_case] = ACTIONS(1584), + [anon_sym_default] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_goto] = ACTIONS(1584), + [anon_sym_DASH_DASH] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_sizeof] = ACTIONS(1584), + [sym_number_literal] = ACTIONS(1586), + [anon_sym_L_SQUOTE] = ACTIONS(1586), + [anon_sym_u_SQUOTE] = ACTIONS(1586), + [anon_sym_U_SQUOTE] = ACTIONS(1586), + [anon_sym_u8_SQUOTE] = ACTIONS(1586), + [anon_sym_SQUOTE] = ACTIONS(1586), + [anon_sym_L_DQUOTE] = ACTIONS(1586), + [anon_sym_u_DQUOTE] = ACTIONS(1586), + [anon_sym_U_DQUOTE] = ACTIONS(1586), + [anon_sym_u8_DQUOTE] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1584), + [anon_sym_virtual] = ACTIONS(1584), + [anon_sym_explicit] = ACTIONS(1584), + [sym_auto] = ACTIONS(1584), + [anon_sym_typename] = ACTIONS(1584), + [anon_sym_template] = ACTIONS(1584), + [anon_sym_COLON_COLON] = ACTIONS(1586), + [anon_sym_operator] = ACTIONS(1584), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_throw] = ACTIONS(1584), + [anon_sym_namespace] = ACTIONS(1584), + [anon_sym_using] = ACTIONS(1584), + [anon_sym_static_assert] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1586), + [anon_sym_new] = ACTIONS(1584), + [sym_operator_name] = ACTIONS(1584), + [sym_this] = ACTIONS(1584), + [sym_nullptr] = ACTIONS(1584), + [sym_alone_macro] = ACTIONS(1586), + [aux_sym_alone_macro_call_token1] = ACTIONS(1584), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_FORWARD] = ACTIONS(1584), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1584), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_PS_GET] = ACTIONS(1584), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1584), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1584), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1584), + [anon_sym_MOZ_COLD] = ACTIONS(1584), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1584), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1584), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1584), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1584), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1584), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1584), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1584), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1584), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1584), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1584), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1584), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1584), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_RAII] = ACTIONS(1584), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1584), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1584), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1584), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1584), + [sym_raw_string_literal] = ACTIONS(1586), }, [466] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1848), - [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_try] = ACTIONS(1846), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [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_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), - [sym_raw_string_literal] = ACTIONS(1848), + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_include_token1] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym___cdecl] = ACTIONS(1530), + [anon_sym___clrcall] = ACTIONS(1530), + [anon_sym___stdcall] = ACTIONS(1530), + [anon_sym___fastcall] = ACTIONS(1530), + [anon_sym___thiscall] = ACTIONS(1530), + [anon_sym___vectorcall] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_RBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_case] = ACTIONS(1530), + [anon_sym_default] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_throw] = ACTIONS(1530), + [anon_sym_namespace] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_operator_name] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [sym_alone_macro] = ACTIONS(1532), + [aux_sym_alone_macro_call_token1] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), }, [467] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [sym_identifier] = ACTIONS(1552), + [aux_sym_preproc_include_token1] = ACTIONS(1552), + [aux_sym_preproc_def_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token1] = ACTIONS(1552), + [aux_sym_preproc_if_token2] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1552), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1552), + [sym_preproc_directive] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP_AMP] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym___based] = ACTIONS(1552), + [anon_sym___cdecl] = ACTIONS(1552), + [anon_sym___clrcall] = ACTIONS(1552), + [anon_sym___stdcall] = ACTIONS(1552), + [anon_sym___fastcall] = ACTIONS(1552), + [anon_sym___thiscall] = ACTIONS(1552), + [anon_sym___vectorcall] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym_mutable] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_class] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_else] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_case] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [sym_null] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1552), + [anon_sym_virtual] = ACTIONS(1552), + [anon_sym_explicit] = ACTIONS(1552), + [sym_auto] = ACTIONS(1552), + [anon_sym_typename] = ACTIONS(1552), + [anon_sym_template] = ACTIONS(1552), + [anon_sym_COLON_COLON] = ACTIONS(1554), + [anon_sym_operator] = ACTIONS(1552), + [anon_sym_delete] = ACTIONS(1552), + [anon_sym_throw] = ACTIONS(1552), + [anon_sym_namespace] = ACTIONS(1552), + [anon_sym_using] = ACTIONS(1552), + [anon_sym_static_assert] = ACTIONS(1552), + [anon_sym_try] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym_new] = ACTIONS(1552), + [sym_operator_name] = ACTIONS(1552), + [sym_this] = ACTIONS(1552), + [sym_nullptr] = ACTIONS(1552), + [sym_alone_macro] = ACTIONS(1554), + [aux_sym_alone_macro_call_token1] = ACTIONS(1552), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_FORWARD] = ACTIONS(1552), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1552), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_PS_GET] = ACTIONS(1552), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1552), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1552), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1552), + [anon_sym_MOZ_COLD] = ACTIONS(1552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_RAII] = ACTIONS(1552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1552), + [sym_raw_string_literal] = ACTIONS(1554), }, [468] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1780), - [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_try] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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_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), - [sym_raw_string_literal] = ACTIONS(1780), + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym___cdecl] = ACTIONS(1520), + [anon_sym___clrcall] = ACTIONS(1520), + [anon_sym___stdcall] = ACTIONS(1520), + [anon_sym___fastcall] = ACTIONS(1520), + [anon_sym___thiscall] = ACTIONS(1520), + [anon_sym___vectorcall] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_case] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_throw] = ACTIONS(1520), + [anon_sym_namespace] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym_new] = ACTIONS(1520), + [sym_operator_name] = ACTIONS(1520), + [sym_this] = ACTIONS(1520), + [sym_nullptr] = ACTIONS(1520), + [sym_alone_macro] = ACTIONS(1522), + [aux_sym_alone_macro_call_token1] = ACTIONS(1520), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_FORWARD] = ACTIONS(1520), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1520), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_PS_GET] = ACTIONS(1520), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1520), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1520), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + [sym_raw_string_literal] = ACTIONS(1522), }, [469] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1820), - [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_try] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [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_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), - [sym_raw_string_literal] = ACTIONS(1820), + [ts_builtin_sym_end] = ACTIONS(1506), + [sym_identifier] = ACTIONS(1504), + [aux_sym_preproc_include_token1] = ACTIONS(1504), + [aux_sym_preproc_def_token1] = ACTIONS(1504), + [aux_sym_preproc_if_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1504), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1504), + [sym_preproc_directive] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym___based] = ACTIONS(1504), + [anon_sym___cdecl] = ACTIONS(1504), + [anon_sym___clrcall] = ACTIONS(1504), + [anon_sym___stdcall] = ACTIONS(1504), + [anon_sym___fastcall] = ACTIONS(1504), + [anon_sym___thiscall] = ACTIONS(1504), + [anon_sym___vectorcall] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym_mutable] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_case] = ACTIONS(1504), + [anon_sym_default] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [sym_null] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1504), + [anon_sym_virtual] = ACTIONS(1504), + [anon_sym_explicit] = ACTIONS(1504), + [sym_auto] = ACTIONS(1504), + [anon_sym_typename] = ACTIONS(1504), + [anon_sym_template] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1506), + [anon_sym_operator] = ACTIONS(1504), + [anon_sym_delete] = ACTIONS(1504), + [anon_sym_throw] = ACTIONS(1504), + [anon_sym_namespace] = ACTIONS(1504), + [anon_sym_using] = ACTIONS(1504), + [anon_sym_static_assert] = ACTIONS(1504), + [anon_sym_try] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1504), + [sym_operator_name] = ACTIONS(1504), + [sym_this] = ACTIONS(1504), + [sym_nullptr] = ACTIONS(1504), + [sym_alone_macro] = ACTIONS(1506), + [aux_sym_alone_macro_call_token1] = ACTIONS(1504), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_FORWARD] = ACTIONS(1504), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1504), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_PS_GET] = ACTIONS(1504), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1504), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1504), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1504), + [anon_sym_MOZ_COLD] = ACTIONS(1504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_RAII] = ACTIONS(1504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1504), + [sym_raw_string_literal] = ACTIONS(1506), }, [470] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1836), - [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_try] = ACTIONS(1834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [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_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), - [sym_raw_string_literal] = ACTIONS(1836), + [sym_identifier] = ACTIONS(1548), + [aux_sym_preproc_include_token1] = ACTIONS(1548), + [aux_sym_preproc_def_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token1] = ACTIONS(1548), + [aux_sym_preproc_if_token2] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), + [sym_preproc_directive] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP_AMP] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1548), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym___based] = ACTIONS(1548), + [anon_sym___cdecl] = ACTIONS(1548), + [anon_sym___clrcall] = ACTIONS(1548), + [anon_sym___stdcall] = ACTIONS(1548), + [anon_sym___fastcall] = ACTIONS(1548), + [anon_sym___thiscall] = ACTIONS(1548), + [anon_sym___vectorcall] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym_mutable] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_class] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_else] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_case] = ACTIONS(1548), + [anon_sym_default] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [sym_null] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1548), + [anon_sym_virtual] = ACTIONS(1548), + [anon_sym_explicit] = ACTIONS(1548), + [sym_auto] = ACTIONS(1548), + [anon_sym_typename] = ACTIONS(1548), + [anon_sym_template] = ACTIONS(1548), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_operator] = ACTIONS(1548), + [anon_sym_delete] = ACTIONS(1548), + [anon_sym_throw] = ACTIONS(1548), + [anon_sym_namespace] = ACTIONS(1548), + [anon_sym_using] = ACTIONS(1548), + [anon_sym_static_assert] = ACTIONS(1548), + [anon_sym_try] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym_new] = ACTIONS(1548), + [sym_operator_name] = ACTIONS(1548), + [sym_this] = ACTIONS(1548), + [sym_nullptr] = ACTIONS(1548), + [sym_alone_macro] = ACTIONS(1550), + [aux_sym_alone_macro_call_token1] = ACTIONS(1548), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_FORWARD] = ACTIONS(1548), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1548), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_PS_GET] = ACTIONS(1548), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1548), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1548), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1548), + [anon_sym_MOZ_COLD] = ACTIONS(1548), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1548), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1548), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1548), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1548), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1548), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1548), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1548), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1548), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1548), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1548), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1548), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1548), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_RAII] = ACTIONS(1548), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1548), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1548), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1548), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1548), + [sym_raw_string_literal] = ACTIONS(1550), }, [471] = { - [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___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_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_else] = ACTIONS(2140), - [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_COLON_COLON] = ACTIONS(1908), - [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_try] = ACTIONS(1906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [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_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), - [sym_raw_string_literal] = ACTIONS(1908), + [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___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_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_COLON_COLON] = ACTIONS(1518), + [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_try] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [anon_sym_new] = ACTIONS(1516), + [sym_operator_name] = 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), + [sym_raw_string_literal] = ACTIONS(1518), }, [472] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1764), - [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_try] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [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_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), - [sym_raw_string_literal] = ACTIONS(1764), + [sym_identifier] = ACTIONS(1544), + [aux_sym_preproc_include_token1] = ACTIONS(1544), + [aux_sym_preproc_def_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token1] = ACTIONS(1544), + [aux_sym_preproc_if_token2] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1544), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1544), + [sym_preproc_directive] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP_AMP] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1544), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym___based] = ACTIONS(1544), + [anon_sym___cdecl] = ACTIONS(1544), + [anon_sym___clrcall] = ACTIONS(1544), + [anon_sym___stdcall] = ACTIONS(1544), + [anon_sym___fastcall] = ACTIONS(1544), + [anon_sym___thiscall] = ACTIONS(1544), + [anon_sym___vectorcall] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym_mutable] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1544), + [anon_sym_virtual] = ACTIONS(1544), + [anon_sym_explicit] = ACTIONS(1544), + [sym_auto] = ACTIONS(1544), + [anon_sym_typename] = ACTIONS(1544), + [anon_sym_template] = ACTIONS(1544), + [anon_sym_COLON_COLON] = ACTIONS(1546), + [anon_sym_operator] = ACTIONS(1544), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_throw] = ACTIONS(1544), + [anon_sym_namespace] = ACTIONS(1544), + [anon_sym_using] = ACTIONS(1544), + [anon_sym_static_assert] = ACTIONS(1544), + [anon_sym_try] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym_new] = ACTIONS(1544), + [sym_operator_name] = ACTIONS(1544), + [sym_this] = ACTIONS(1544), + [sym_nullptr] = ACTIONS(1544), + [sym_alone_macro] = ACTIONS(1546), + [aux_sym_alone_macro_call_token1] = ACTIONS(1544), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_FORWARD] = ACTIONS(1544), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1544), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_PS_GET] = ACTIONS(1544), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1544), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1544), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1544), + [anon_sym_MOZ_COLD] = ACTIONS(1544), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1544), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1544), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1544), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1544), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1544), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1544), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1544), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1544), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1544), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1544), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1544), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1544), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_RAII] = ACTIONS(1544), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1544), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1544), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1544), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1544), + [sym_raw_string_literal] = ACTIONS(1546), }, [473] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [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_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_COLON_COLON] = ACTIONS(1752), - [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_try] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [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_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), - [sym_raw_string_literal] = ACTIONS(1752), + [ts_builtin_sym_end] = ACTIONS(1450), + [sym_identifier] = ACTIONS(1448), + [aux_sym_preproc_include_token1] = ACTIONS(1448), + [aux_sym_preproc_def_token1] = ACTIONS(1448), + [aux_sym_preproc_if_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1448), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1448), + [sym_preproc_directive] = ACTIONS(1448), + [anon_sym_LPAREN2] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_DASH] = ACTIONS(1448), + [anon_sym_PLUS] = ACTIONS(1448), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_AMP_AMP] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym___attribute__] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1448), + [anon_sym___based] = ACTIONS(1448), + [anon_sym___cdecl] = ACTIONS(1448), + [anon_sym___clrcall] = ACTIONS(1448), + [anon_sym___stdcall] = ACTIONS(1448), + [anon_sym___fastcall] = ACTIONS(1448), + [anon_sym___thiscall] = ACTIONS(1448), + [anon_sym___vectorcall] = ACTIONS(1448), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_register] = ACTIONS(1448), + [anon_sym_inline] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_volatile] = ACTIONS(1448), + [anon_sym_restrict] = ACTIONS(1448), + [anon_sym__Atomic] = ACTIONS(1448), + [anon_sym_mutable] = ACTIONS(1448), + [anon_sym_constexpr] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1448), + [anon_sym_unsigned] = ACTIONS(1448), + [anon_sym_long] = ACTIONS(1448), + [anon_sym_short] = ACTIONS(1448), + [sym_primitive_type] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_class] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_else] = ACTIONS(1448), + [anon_sym_switch] = ACTIONS(1448), + [anon_sym_case] = ACTIONS(1448), + [anon_sym_default] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_do] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_goto] = ACTIONS(1448), + [anon_sym_DASH_DASH] = ACTIONS(1450), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_sizeof] = ACTIONS(1448), + [sym_number_literal] = ACTIONS(1450), + [anon_sym_L_SQUOTE] = ACTIONS(1450), + [anon_sym_u_SQUOTE] = ACTIONS(1450), + [anon_sym_U_SQUOTE] = ACTIONS(1450), + [anon_sym_u8_SQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [anon_sym_L_DQUOTE] = ACTIONS(1450), + [anon_sym_u_DQUOTE] = ACTIONS(1450), + [anon_sym_U_DQUOTE] = ACTIONS(1450), + [anon_sym_u8_DQUOTE] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym_true] = ACTIONS(1448), + [sym_false] = ACTIONS(1448), + [sym_null] = ACTIONS(1448), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1448), + [anon_sym_virtual] = ACTIONS(1448), + [anon_sym_explicit] = ACTIONS(1448), + [sym_auto] = ACTIONS(1448), + [anon_sym_typename] = ACTIONS(1448), + [anon_sym_template] = ACTIONS(1448), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_operator] = ACTIONS(1448), + [anon_sym_delete] = ACTIONS(1448), + [anon_sym_throw] = ACTIONS(1448), + [anon_sym_namespace] = ACTIONS(1448), + [anon_sym_using] = ACTIONS(1448), + [anon_sym_static_assert] = ACTIONS(1448), + [anon_sym_try] = ACTIONS(1448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1448), + [sym_operator_name] = ACTIONS(1448), + [sym_this] = ACTIONS(1448), + [sym_nullptr] = ACTIONS(1448), + [sym_alone_macro] = ACTIONS(1450), + [aux_sym_alone_macro_call_token1] = ACTIONS(1448), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_FORWARD] = ACTIONS(1448), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1448), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_PS_GET] = ACTIONS(1448), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1448), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1448), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1448), + [anon_sym_MOZ_COLD] = ACTIONS(1448), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1448), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1448), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1448), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1448), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1448), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1448), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1448), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1448), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1448), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1448), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1448), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1448), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_RAII] = ACTIONS(1448), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1448), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1448), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1448), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1448), + [sym_raw_string_literal] = ACTIONS(1450), }, [474] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1840), - [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_try] = ACTIONS(1838), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [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_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), - [sym_raw_string_literal] = ACTIONS(1840), + [ts_builtin_sym_end] = ACTIONS(1454), + [sym_identifier] = ACTIONS(1452), + [aux_sym_preproc_include_token1] = ACTIONS(1452), + [aux_sym_preproc_def_token1] = ACTIONS(1452), + [aux_sym_preproc_if_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1452), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1452), + [sym_preproc_directive] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP_AMP] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym___based] = ACTIONS(1452), + [anon_sym___cdecl] = ACTIONS(1452), + [anon_sym___clrcall] = ACTIONS(1452), + [anon_sym___stdcall] = ACTIONS(1452), + [anon_sym___fastcall] = ACTIONS(1452), + [anon_sym___thiscall] = ACTIONS(1452), + [anon_sym___vectorcall] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym_mutable] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_case] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1452), + [anon_sym_virtual] = ACTIONS(1452), + [anon_sym_explicit] = ACTIONS(1452), + [sym_auto] = ACTIONS(1452), + [anon_sym_typename] = ACTIONS(1452), + [anon_sym_template] = ACTIONS(1452), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_operator] = ACTIONS(1452), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_throw] = ACTIONS(1452), + [anon_sym_namespace] = ACTIONS(1452), + [anon_sym_using] = ACTIONS(1452), + [anon_sym_static_assert] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1452), + [sym_operator_name] = ACTIONS(1452), + [sym_this] = ACTIONS(1452), + [sym_nullptr] = ACTIONS(1452), + [sym_alone_macro] = ACTIONS(1454), + [aux_sym_alone_macro_call_token1] = ACTIONS(1452), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_FORWARD] = ACTIONS(1452), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1452), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_PS_GET] = ACTIONS(1452), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1452), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1452), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1452), + [anon_sym_MOZ_COLD] = ACTIONS(1452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_RAII] = ACTIONS(1452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1452), + [sym_raw_string_literal] = ACTIONS(1454), }, [475] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1812), - [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_try] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [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_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), - [sym_raw_string_literal] = ACTIONS(1812), + [ts_builtin_sym_end] = ACTIONS(1458), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1456), + [aux_sym_preproc_def_token1] = ACTIONS(1456), + [aux_sym_preproc_if_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1456), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1456), + [sym_preproc_directive] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP_AMP] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym___based] = ACTIONS(1456), + [anon_sym___cdecl] = ACTIONS(1456), + [anon_sym___clrcall] = ACTIONS(1456), + [anon_sym___stdcall] = ACTIONS(1456), + [anon_sym___fastcall] = ACTIONS(1456), + [anon_sym___thiscall] = ACTIONS(1456), + [anon_sym___vectorcall] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym_mutable] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_class] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_case] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1456), + [anon_sym_virtual] = ACTIONS(1456), + [anon_sym_explicit] = ACTIONS(1456), + [sym_auto] = ACTIONS(1456), + [anon_sym_typename] = ACTIONS(1456), + [anon_sym_template] = ACTIONS(1456), + [anon_sym_COLON_COLON] = ACTIONS(1458), + [anon_sym_operator] = ACTIONS(1456), + [anon_sym_delete] = ACTIONS(1456), + [anon_sym_throw] = ACTIONS(1456), + [anon_sym_namespace] = ACTIONS(1456), + [anon_sym_using] = ACTIONS(1456), + [anon_sym_static_assert] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1456), + [sym_operator_name] = ACTIONS(1456), + [sym_this] = ACTIONS(1456), + [sym_nullptr] = ACTIONS(1456), + [sym_alone_macro] = ACTIONS(1458), + [aux_sym_alone_macro_call_token1] = ACTIONS(1456), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_FORWARD] = ACTIONS(1456), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1456), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_PS_GET] = ACTIONS(1456), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1456), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1456), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1456), + [anon_sym_MOZ_COLD] = ACTIONS(1456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_RAII] = ACTIONS(1456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1456), + [sym_raw_string_literal] = ACTIONS(1458), }, [476] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_include_token1] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token2] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym___cdecl] = ACTIONS(1496), + [anon_sym___clrcall] = ACTIONS(1496), + [anon_sym___stdcall] = ACTIONS(1496), + [anon_sym___fastcall] = ACTIONS(1496), + [anon_sym___thiscall] = ACTIONS(1496), + [anon_sym___vectorcall] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_else] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_case] = ACTIONS(1496), + [anon_sym_default] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [sym_null] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_delete] = ACTIONS(1496), + [anon_sym_throw] = ACTIONS(1496), + [anon_sym_namespace] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_try] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1496), + [sym_operator_name] = ACTIONS(1496), + [sym_this] = ACTIONS(1496), + [sym_nullptr] = ACTIONS(1496), + [sym_alone_macro] = ACTIONS(1498), + [aux_sym_alone_macro_call_token1] = ACTIONS(1496), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_FORWARD] = ACTIONS(1496), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1496), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_PS_GET] = ACTIONS(1496), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1496), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1496), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), + [sym_raw_string_literal] = ACTIONS(1498), }, [477] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1784), - [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_try] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_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), - [sym_raw_string_literal] = ACTIONS(1784), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [478] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1888), - [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_try] = ACTIONS(1886), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [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_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), - [sym_raw_string_literal] = ACTIONS(1888), + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_include_token1] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym___cdecl] = ACTIONS(1508), + [anon_sym___clrcall] = ACTIONS(1508), + [anon_sym___stdcall] = ACTIONS(1508), + [anon_sym___fastcall] = ACTIONS(1508), + [anon_sym___thiscall] = ACTIONS(1508), + [anon_sym___vectorcall] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_case] = ACTIONS(1508), + [anon_sym_default] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_throw] = ACTIONS(1508), + [anon_sym_namespace] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_operator_name] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [sym_alone_macro] = ACTIONS(1510), + [aux_sym_alone_macro_call_token1] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), }, [479] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1760), - [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_try] = ACTIONS(1758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [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_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), - [sym_raw_string_literal] = ACTIONS(1760), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [480] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1896), - [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_try] = ACTIONS(1894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [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_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), - [sym_raw_string_literal] = ACTIONS(1896), + [sym_identifier] = ACTIONS(1536), + [aux_sym_preproc_include_token1] = ACTIONS(1536), + [aux_sym_preproc_def_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token1] = ACTIONS(1536), + [aux_sym_preproc_if_token2] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1536), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1536), + [sym_preproc_directive] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym___based] = ACTIONS(1536), + [anon_sym___cdecl] = ACTIONS(1536), + [anon_sym___clrcall] = ACTIONS(1536), + [anon_sym___stdcall] = ACTIONS(1536), + [anon_sym___fastcall] = ACTIONS(1536), + [anon_sym___thiscall] = ACTIONS(1536), + [anon_sym___vectorcall] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym_mutable] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_class] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_else] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_case] = ACTIONS(1536), + [anon_sym_default] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [sym_null] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1536), + [anon_sym_virtual] = ACTIONS(1536), + [anon_sym_explicit] = ACTIONS(1536), + [sym_auto] = ACTIONS(1536), + [anon_sym_typename] = ACTIONS(1536), + [anon_sym_template] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1538), + [anon_sym_operator] = ACTIONS(1536), + [anon_sym_delete] = ACTIONS(1536), + [anon_sym_throw] = ACTIONS(1536), + [anon_sym_namespace] = ACTIONS(1536), + [anon_sym_using] = ACTIONS(1536), + [anon_sym_static_assert] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym_new] = ACTIONS(1536), + [sym_operator_name] = ACTIONS(1536), + [sym_this] = ACTIONS(1536), + [sym_nullptr] = ACTIONS(1536), + [sym_alone_macro] = ACTIONS(1538), + [aux_sym_alone_macro_call_token1] = ACTIONS(1536), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_FORWARD] = ACTIONS(1536), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1536), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_PS_GET] = ACTIONS(1536), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1536), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1536), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1536), + [anon_sym_MOZ_COLD] = ACTIONS(1536), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1536), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1536), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1536), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1536), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1536), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1536), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1536), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1536), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1536), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1536), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1536), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1536), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_RAII] = ACTIONS(1536), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1536), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1536), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1536), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1536), + [sym_raw_string_literal] = ACTIONS(1538), }, [481] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_COLON_COLON] = ACTIONS(1502), + [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_try] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, [482] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1904), - [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_try] = ACTIONS(1902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [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_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), - [sym_raw_string_literal] = ACTIONS(1904), + [ts_builtin_sym_end] = ACTIONS(1462), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1460), + [aux_sym_preproc_def_token1] = ACTIONS(1460), + [aux_sym_preproc_if_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1460), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1460), + [sym_preproc_directive] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP_AMP] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1460), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym___based] = ACTIONS(1460), + [anon_sym___cdecl] = ACTIONS(1460), + [anon_sym___clrcall] = ACTIONS(1460), + [anon_sym___stdcall] = ACTIONS(1460), + [anon_sym___fastcall] = ACTIONS(1460), + [anon_sym___thiscall] = ACTIONS(1460), + [anon_sym___vectorcall] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym_mutable] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_case] = ACTIONS(1460), + [anon_sym_default] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_null] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1460), + [anon_sym_virtual] = ACTIONS(1460), + [anon_sym_explicit] = ACTIONS(1460), + [sym_auto] = ACTIONS(1460), + [anon_sym_typename] = ACTIONS(1460), + [anon_sym_template] = ACTIONS(1460), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_operator] = ACTIONS(1460), + [anon_sym_delete] = ACTIONS(1460), + [anon_sym_throw] = ACTIONS(1460), + [anon_sym_namespace] = ACTIONS(1460), + [anon_sym_using] = ACTIONS(1460), + [anon_sym_static_assert] = ACTIONS(1460), + [anon_sym_try] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1460), + [sym_operator_name] = ACTIONS(1460), + [sym_this] = ACTIONS(1460), + [sym_nullptr] = ACTIONS(1460), + [sym_alone_macro] = ACTIONS(1462), + [aux_sym_alone_macro_call_token1] = ACTIONS(1460), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_FORWARD] = ACTIONS(1460), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1460), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_PS_GET] = ACTIONS(1460), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1460), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1460), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1460), + [anon_sym_MOZ_COLD] = ACTIONS(1460), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1460), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1460), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1460), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1460), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1460), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1460), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1460), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1460), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1460), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1460), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1460), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1460), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_RAII] = ACTIONS(1460), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1460), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1460), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1460), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1460), + [sym_raw_string_literal] = ACTIONS(1462), }, [483] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1514), + [sym_identifier] = ACTIONS(1512), + [aux_sym_preproc_include_token1] = ACTIONS(1512), + [aux_sym_preproc_def_token1] = ACTIONS(1512), + [aux_sym_preproc_if_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1512), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1512), + [sym_preproc_directive] = ACTIONS(1512), + [anon_sym_LPAREN2] = ACTIONS(1514), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_typedef] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym___attribute__] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1512), + [anon_sym___based] = ACTIONS(1512), + [anon_sym___cdecl] = ACTIONS(1512), + [anon_sym___clrcall] = ACTIONS(1512), + [anon_sym___stdcall] = ACTIONS(1512), + [anon_sym___fastcall] = ACTIONS(1512), + [anon_sym___thiscall] = ACTIONS(1512), + [anon_sym___vectorcall] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_inline] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_volatile] = ACTIONS(1512), + [anon_sym_restrict] = ACTIONS(1512), + [anon_sym__Atomic] = ACTIONS(1512), + [anon_sym_mutable] = ACTIONS(1512), + [anon_sym_constexpr] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1512), + [anon_sym_unsigned] = ACTIONS(1512), + [anon_sym_long] = ACTIONS(1512), + [anon_sym_short] = ACTIONS(1512), + [sym_primitive_type] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_class] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1512), + [anon_sym_case] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_goto] = ACTIONS(1512), + [anon_sym_DASH_DASH] = ACTIONS(1514), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_sizeof] = ACTIONS(1512), + [sym_number_literal] = ACTIONS(1514), + [anon_sym_L_SQUOTE] = ACTIONS(1514), + [anon_sym_u_SQUOTE] = ACTIONS(1514), + [anon_sym_U_SQUOTE] = ACTIONS(1514), + [anon_sym_u8_SQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [anon_sym_L_DQUOTE] = ACTIONS(1514), + [anon_sym_u_DQUOTE] = ACTIONS(1514), + [anon_sym_U_DQUOTE] = ACTIONS(1514), + [anon_sym_u8_DQUOTE] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym_true] = ACTIONS(1512), + [sym_false] = ACTIONS(1512), + [sym_null] = ACTIONS(1512), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1512), + [anon_sym_virtual] = ACTIONS(1512), + [anon_sym_explicit] = ACTIONS(1512), + [sym_auto] = ACTIONS(1512), + [anon_sym_typename] = ACTIONS(1512), + [anon_sym_template] = ACTIONS(1512), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_operator] = ACTIONS(1512), + [anon_sym_delete] = ACTIONS(1512), + [anon_sym_throw] = ACTIONS(1512), + [anon_sym_namespace] = ACTIONS(1512), + [anon_sym_using] = ACTIONS(1512), + [anon_sym_static_assert] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1512), + [sym_operator_name] = ACTIONS(1512), + [sym_this] = ACTIONS(1512), + [sym_nullptr] = ACTIONS(1512), + [sym_alone_macro] = ACTIONS(1514), + [aux_sym_alone_macro_call_token1] = ACTIONS(1512), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_FORWARD] = ACTIONS(1512), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1512), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_PS_GET] = ACTIONS(1512), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1512), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1512), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1512), + [anon_sym_MOZ_COLD] = ACTIONS(1512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_RAII] = ACTIONS(1512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1512), + [sym_raw_string_literal] = ACTIONS(1514), }, [484] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [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___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_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_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_COLON_COLON] = ACTIONS(1618), + [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_try] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [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), + [sym_raw_string_literal] = ACTIONS(1618), }, [485] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [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___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_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_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_COLON_COLON] = ACTIONS(1622), + [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_try] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [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), + [sym_raw_string_literal] = ACTIONS(1622), }, [486] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1876), - [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_try] = ACTIONS(1874), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [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_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), - [sym_raw_string_literal] = ACTIONS(1876), + [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___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_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_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_COLON_COLON] = ACTIONS(1654), + [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_try] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), + [sym_raw_string_literal] = ACTIONS(1654), }, [487] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_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_COLON_COLON] = ACTIONS(1690), + [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_try] = ACTIONS(1688), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), + [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), + [sym_raw_string_literal] = ACTIONS(1690), }, [488] = { - [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___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_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_else] = ACTIONS(2142), - [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_COLON_COLON] = ACTIONS(1792), - [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_try] = ACTIONS(1790), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [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_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), - [sym_raw_string_literal] = ACTIONS(1792), + [ts_builtin_sym_end] = ACTIONS(1758), + [sym_identifier] = ACTIONS(1756), + [aux_sym_preproc_include_token1] = ACTIONS(1756), + [aux_sym_preproc_def_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1756), + [sym_preproc_directive] = ACTIONS(1756), + [anon_sym_LPAREN2] = ACTIONS(1758), + [anon_sym_BANG] = ACTIONS(1758), + [anon_sym_TILDE] = ACTIONS(1758), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1758), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_typedef] = ACTIONS(1756), + [anon_sym_extern] = ACTIONS(1756), + [anon_sym___attribute__] = ACTIONS(1756), + [anon_sym___declspec] = ACTIONS(1756), + [anon_sym___based] = ACTIONS(1756), + [anon_sym___cdecl] = ACTIONS(1756), + [anon_sym___clrcall] = ACTIONS(1756), + [anon_sym___stdcall] = ACTIONS(1756), + [anon_sym___fastcall] = ACTIONS(1756), + [anon_sym___thiscall] = ACTIONS(1756), + [anon_sym___vectorcall] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1756), + [anon_sym_static] = ACTIONS(1756), + [anon_sym_register] = ACTIONS(1756), + [anon_sym_inline] = ACTIONS(1756), + [anon_sym_const] = ACTIONS(1756), + [anon_sym_volatile] = ACTIONS(1756), + [anon_sym_restrict] = ACTIONS(1756), + [anon_sym__Atomic] = ACTIONS(1756), + [anon_sym_mutable] = ACTIONS(1756), + [anon_sym_constexpr] = ACTIONS(1756), + [anon_sym_signed] = ACTIONS(1756), + [anon_sym_unsigned] = ACTIONS(1756), + [anon_sym_long] = ACTIONS(1756), + [anon_sym_short] = ACTIONS(1756), + [sym_primitive_type] = ACTIONS(1756), + [anon_sym_enum] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(1756), + [anon_sym_struct] = ACTIONS(1756), + [anon_sym_union] = ACTIONS(1756), + [anon_sym_if] = ACTIONS(1756), + [anon_sym_switch] = ACTIONS(1756), + [anon_sym_case] = ACTIONS(1756), + [anon_sym_default] = ACTIONS(1756), + [anon_sym_while] = ACTIONS(1756), + [anon_sym_do] = ACTIONS(1756), + [anon_sym_for] = ACTIONS(1756), + [anon_sym_return] = ACTIONS(1756), + [anon_sym_break] = ACTIONS(1756), + [anon_sym_continue] = ACTIONS(1756), + [anon_sym_goto] = ACTIONS(1756), + [anon_sym_DASH_DASH] = ACTIONS(1758), + [anon_sym_PLUS_PLUS] = ACTIONS(1758), + [anon_sym_sizeof] = ACTIONS(1756), + [sym_number_literal] = ACTIONS(1758), + [anon_sym_L_SQUOTE] = ACTIONS(1758), + [anon_sym_u_SQUOTE] = ACTIONS(1758), + [anon_sym_U_SQUOTE] = ACTIONS(1758), + [anon_sym_u8_SQUOTE] = ACTIONS(1758), + [anon_sym_SQUOTE] = ACTIONS(1758), + [anon_sym_L_DQUOTE] = ACTIONS(1758), + [anon_sym_u_DQUOTE] = ACTIONS(1758), + [anon_sym_U_DQUOTE] = ACTIONS(1758), + [anon_sym_u8_DQUOTE] = ACTIONS(1758), + [anon_sym_DQUOTE] = ACTIONS(1758), + [sym_true] = ACTIONS(1756), + [sym_false] = ACTIONS(1756), + [sym_null] = ACTIONS(1756), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1756), + [anon_sym_virtual] = ACTIONS(1756), + [anon_sym_explicit] = ACTIONS(1756), + [sym_auto] = ACTIONS(1756), + [anon_sym_typename] = ACTIONS(1756), + [anon_sym_template] = ACTIONS(1756), + [anon_sym_COLON_COLON] = ACTIONS(1758), + [anon_sym_operator] = ACTIONS(1756), + [anon_sym_delete] = ACTIONS(1756), + [anon_sym_throw] = ACTIONS(1756), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_using] = ACTIONS(1756), + [anon_sym_static_assert] = ACTIONS(1756), + [anon_sym_try] = ACTIONS(1756), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1758), + [anon_sym_new] = ACTIONS(1756), + [sym_operator_name] = ACTIONS(1756), + [sym_this] = ACTIONS(1756), + [sym_nullptr] = ACTIONS(1756), + [sym_alone_macro] = ACTIONS(1758), + [aux_sym_alone_macro_call_token1] = ACTIONS(1756), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_FORWARD] = ACTIONS(1756), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1756), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_PS_GET] = ACTIONS(1756), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1756), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1756), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1756), + [anon_sym_MOZ_COLD] = ACTIONS(1756), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1756), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1756), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1756), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1756), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1756), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1756), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1756), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1756), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1756), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1756), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1756), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1756), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_RAII] = ACTIONS(1756), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1756), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1756), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1756), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1756), + [sym_raw_string_literal] = ACTIONS(1758), }, [489] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1900), - [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_try] = ACTIONS(1898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [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_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), - [sym_raw_string_literal] = ACTIONS(1900), + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_include_token1] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token2] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1808), + [anon_sym_PLUS] = ACTIONS(1808), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym___cdecl] = ACTIONS(1808), + [anon_sym___clrcall] = ACTIONS(1808), + [anon_sym___stdcall] = ACTIONS(1808), + [anon_sym___fastcall] = ACTIONS(1808), + [anon_sym___thiscall] = ACTIONS(1808), + [anon_sym___vectorcall] = ACTIONS(1808), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [anon_sym_if] = ACTIONS(1808), + [anon_sym_switch] = ACTIONS(1808), + [anon_sym_case] = ACTIONS(1808), + [anon_sym_default] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1808), + [anon_sym_do] = ACTIONS(1808), + [anon_sym_for] = ACTIONS(1808), + [anon_sym_return] = ACTIONS(1808), + [anon_sym_break] = ACTIONS(1808), + [anon_sym_continue] = ACTIONS(1808), + [anon_sym_goto] = ACTIONS(1808), + [anon_sym_DASH_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1810), + [anon_sym_sizeof] = ACTIONS(1808), + [sym_number_literal] = ACTIONS(1810), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1810), + [anon_sym_u_DQUOTE] = ACTIONS(1810), + [anon_sym_U_DQUOTE] = ACTIONS(1810), + [anon_sym_u8_DQUOTE] = ACTIONS(1810), + [anon_sym_DQUOTE] = ACTIONS(1810), + [sym_true] = ACTIONS(1808), + [sym_false] = ACTIONS(1808), + [sym_null] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_delete] = ACTIONS(1808), + [anon_sym_throw] = ACTIONS(1808), + [anon_sym_namespace] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_try] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [anon_sym_new] = ACTIONS(1808), + [sym_operator_name] = ACTIONS(1808), + [sym_this] = ACTIONS(1808), + [sym_nullptr] = ACTIONS(1808), + [sym_alone_macro] = ACTIONS(1810), + [aux_sym_alone_macro_call_token1] = ACTIONS(1808), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_FORWARD] = ACTIONS(1808), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1808), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_PS_GET] = ACTIONS(1808), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1808), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1808), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), + [sym_raw_string_literal] = ACTIONS(1810), }, [490] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1828), - [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_try] = ACTIONS(1826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [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_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), - [sym_raw_string_literal] = ACTIONS(1828), + [ts_builtin_sym_end] = ACTIONS(1754), + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_include_token1] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym___cdecl] = ACTIONS(1752), + [anon_sym___clrcall] = ACTIONS(1752), + [anon_sym___stdcall] = ACTIONS(1752), + [anon_sym___fastcall] = ACTIONS(1752), + [anon_sym___thiscall] = ACTIONS(1752), + [anon_sym___vectorcall] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_switch] = ACTIONS(1752), + [anon_sym_case] = ACTIONS(1752), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_do] = ACTIONS(1752), + [anon_sym_for] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_goto] = ACTIONS(1752), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_sizeof] = ACTIONS(1752), + [sym_number_literal] = ACTIONS(1754), + [anon_sym_L_SQUOTE] = ACTIONS(1754), + [anon_sym_u_SQUOTE] = ACTIONS(1754), + [anon_sym_U_SQUOTE] = ACTIONS(1754), + [anon_sym_u8_SQUOTE] = ACTIONS(1754), + [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_L_DQUOTE] = ACTIONS(1754), + [anon_sym_u_DQUOTE] = ACTIONS(1754), + [anon_sym_U_DQUOTE] = ACTIONS(1754), + [anon_sym_u8_DQUOTE] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym_true] = ACTIONS(1752), + [sym_false] = ACTIONS(1752), + [sym_null] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_delete] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [anon_sym_new] = ACTIONS(1752), + [sym_operator_name] = ACTIONS(1752), + [sym_this] = ACTIONS(1752), + [sym_nullptr] = ACTIONS(1752), + [sym_alone_macro] = ACTIONS(1754), + [aux_sym_alone_macro_call_token1] = ACTIONS(1752), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_FORWARD] = ACTIONS(1752), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1752), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_PS_GET] = ACTIONS(1752), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1752), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1752), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), + [sym_raw_string_literal] = ACTIONS(1754), }, [491] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_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_COLON_COLON] = ACTIONS(1622), + [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_try] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [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), + [sym_raw_string_literal] = ACTIONS(1622), }, [492] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_include_token1] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token2] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_BANG] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym___cdecl] = ACTIONS(1596), + [anon_sym___clrcall] = ACTIONS(1596), + [anon_sym___stdcall] = ACTIONS(1596), + [anon_sym___fastcall] = ACTIONS(1596), + [anon_sym___thiscall] = ACTIONS(1596), + [anon_sym___vectorcall] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [anon_sym_if] = ACTIONS(1596), + [anon_sym_switch] = ACTIONS(1596), + [anon_sym_case] = ACTIONS(1596), + [anon_sym_default] = ACTIONS(1596), + [anon_sym_while] = ACTIONS(1596), + [anon_sym_do] = ACTIONS(1596), + [anon_sym_for] = ACTIONS(1596), + [anon_sym_return] = ACTIONS(1596), + [anon_sym_break] = ACTIONS(1596), + [anon_sym_continue] = ACTIONS(1596), + [anon_sym_goto] = ACTIONS(1596), + [anon_sym_DASH_DASH] = ACTIONS(1598), + [anon_sym_PLUS_PLUS] = ACTIONS(1598), + [anon_sym_sizeof] = ACTIONS(1596), + [sym_number_literal] = ACTIONS(1598), + [anon_sym_L_SQUOTE] = ACTIONS(1598), + [anon_sym_u_SQUOTE] = ACTIONS(1598), + [anon_sym_U_SQUOTE] = ACTIONS(1598), + [anon_sym_u8_SQUOTE] = ACTIONS(1598), + [anon_sym_SQUOTE] = ACTIONS(1598), + [anon_sym_L_DQUOTE] = ACTIONS(1598), + [anon_sym_u_DQUOTE] = ACTIONS(1598), + [anon_sym_U_DQUOTE] = ACTIONS(1598), + [anon_sym_u8_DQUOTE] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym_true] = ACTIONS(1596), + [sym_false] = ACTIONS(1596), + [sym_null] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_delete] = ACTIONS(1596), + [anon_sym_throw] = ACTIONS(1596), + [anon_sym_namespace] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_try] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [anon_sym_new] = ACTIONS(1596), + [sym_operator_name] = ACTIONS(1596), + [sym_this] = ACTIONS(1596), + [sym_nullptr] = ACTIONS(1596), + [sym_alone_macro] = ACTIONS(1598), + [aux_sym_alone_macro_call_token1] = ACTIONS(1596), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_FORWARD] = ACTIONS(1596), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1596), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_PS_GET] = ACTIONS(1596), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1596), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1596), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), + [sym_raw_string_literal] = ACTIONS(1598), }, [493] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_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_COLON_COLON] = ACTIONS(1622), + [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_try] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [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), + [sym_raw_string_literal] = ACTIONS(1622), }, [494] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1868), - [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_try] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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_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), - [sym_raw_string_literal] = ACTIONS(1868), + [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___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_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_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_COLON_COLON] = ACTIONS(1698), + [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_try] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [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), + [sym_raw_string_literal] = ACTIONS(1698), }, [495] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1892), - [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_try] = ACTIONS(1890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [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_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), - [sym_raw_string_literal] = ACTIONS(1892), + [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___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_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_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_COLON_COLON] = ACTIONS(1618), + [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_try] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [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), + [sym_raw_string_literal] = ACTIONS(1618), }, [496] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_include_token1] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_BANG] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_DASH] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1772), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym___cdecl] = ACTIONS(1772), + [anon_sym___clrcall] = ACTIONS(1772), + [anon_sym___stdcall] = ACTIONS(1772), + [anon_sym___fastcall] = ACTIONS(1772), + [anon_sym___thiscall] = ACTIONS(1772), + [anon_sym___vectorcall] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_RBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [anon_sym_if] = ACTIONS(1772), + [anon_sym_switch] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_default] = ACTIONS(1772), + [anon_sym_while] = ACTIONS(1772), + [anon_sym_do] = ACTIONS(1772), + [anon_sym_for] = ACTIONS(1772), + [anon_sym_return] = ACTIONS(1772), + [anon_sym_break] = ACTIONS(1772), + [anon_sym_continue] = ACTIONS(1772), + [anon_sym_goto] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_sizeof] = ACTIONS(1772), + [sym_number_literal] = ACTIONS(1774), + [anon_sym_L_SQUOTE] = ACTIONS(1774), + [anon_sym_u_SQUOTE] = ACTIONS(1774), + [anon_sym_U_SQUOTE] = ACTIONS(1774), + [anon_sym_u8_SQUOTE] = ACTIONS(1774), + [anon_sym_SQUOTE] = ACTIONS(1774), + [anon_sym_L_DQUOTE] = ACTIONS(1774), + [anon_sym_u_DQUOTE] = ACTIONS(1774), + [anon_sym_U_DQUOTE] = ACTIONS(1774), + [anon_sym_u8_DQUOTE] = ACTIONS(1774), + [anon_sym_DQUOTE] = ACTIONS(1774), + [sym_true] = ACTIONS(1772), + [sym_false] = ACTIONS(1772), + [sym_null] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_delete] = ACTIONS(1772), + [anon_sym_throw] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_try] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [anon_sym_new] = ACTIONS(1772), + [sym_operator_name] = ACTIONS(1772), + [sym_this] = ACTIONS(1772), + [sym_nullptr] = ACTIONS(1772), + [sym_alone_macro] = ACTIONS(1774), + [aux_sym_alone_macro_call_token1] = ACTIONS(1772), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_FORWARD] = ACTIONS(1772), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1772), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_PS_GET] = ACTIONS(1772), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1772), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1772), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), + [sym_raw_string_literal] = ACTIONS(1774), }, [497] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [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___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_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_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_COLON_COLON] = ACTIONS(1670), + [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_try] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [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), + [sym_raw_string_literal] = ACTIONS(1670), }, [498] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1746), + [sym_identifier] = ACTIONS(1744), + [aux_sym_preproc_include_token1] = ACTIONS(1744), + [aux_sym_preproc_def_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1744), + [sym_preproc_directive] = ACTIONS(1744), + [anon_sym_LPAREN2] = ACTIONS(1746), + [anon_sym_BANG] = ACTIONS(1746), + [anon_sym_TILDE] = ACTIONS(1746), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1746), + [anon_sym_AMP_AMP] = ACTIONS(1746), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_typedef] = ACTIONS(1744), + [anon_sym_extern] = ACTIONS(1744), + [anon_sym___attribute__] = ACTIONS(1744), + [anon_sym___declspec] = ACTIONS(1744), + [anon_sym___based] = ACTIONS(1744), + [anon_sym___cdecl] = ACTIONS(1744), + [anon_sym___clrcall] = ACTIONS(1744), + [anon_sym___stdcall] = ACTIONS(1744), + [anon_sym___fastcall] = ACTIONS(1744), + [anon_sym___thiscall] = ACTIONS(1744), + [anon_sym___vectorcall] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1746), + [anon_sym_LBRACK] = ACTIONS(1744), + [anon_sym_static] = ACTIONS(1744), + [anon_sym_register] = ACTIONS(1744), + [anon_sym_inline] = ACTIONS(1744), + [anon_sym_const] = ACTIONS(1744), + [anon_sym_volatile] = ACTIONS(1744), + [anon_sym_restrict] = ACTIONS(1744), + [anon_sym__Atomic] = ACTIONS(1744), + [anon_sym_mutable] = ACTIONS(1744), + [anon_sym_constexpr] = ACTIONS(1744), + [anon_sym_signed] = ACTIONS(1744), + [anon_sym_unsigned] = ACTIONS(1744), + [anon_sym_long] = ACTIONS(1744), + [anon_sym_short] = ACTIONS(1744), + [sym_primitive_type] = ACTIONS(1744), + [anon_sym_enum] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(1744), + [anon_sym_struct] = ACTIONS(1744), + [anon_sym_union] = ACTIONS(1744), + [anon_sym_if] = ACTIONS(1744), + [anon_sym_switch] = ACTIONS(1744), + [anon_sym_case] = ACTIONS(1744), + [anon_sym_default] = ACTIONS(1744), + [anon_sym_while] = ACTIONS(1744), + [anon_sym_do] = ACTIONS(1744), + [anon_sym_for] = ACTIONS(1744), + [anon_sym_return] = ACTIONS(1744), + [anon_sym_break] = ACTIONS(1744), + [anon_sym_continue] = ACTIONS(1744), + [anon_sym_goto] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1746), + [anon_sym_PLUS_PLUS] = ACTIONS(1746), + [anon_sym_sizeof] = ACTIONS(1744), + [sym_number_literal] = ACTIONS(1746), + [anon_sym_L_SQUOTE] = ACTIONS(1746), + [anon_sym_u_SQUOTE] = ACTIONS(1746), + [anon_sym_U_SQUOTE] = ACTIONS(1746), + [anon_sym_u8_SQUOTE] = ACTIONS(1746), + [anon_sym_SQUOTE] = ACTIONS(1746), + [anon_sym_L_DQUOTE] = ACTIONS(1746), + [anon_sym_u_DQUOTE] = ACTIONS(1746), + [anon_sym_U_DQUOTE] = ACTIONS(1746), + [anon_sym_u8_DQUOTE] = ACTIONS(1746), + [anon_sym_DQUOTE] = ACTIONS(1746), + [sym_true] = ACTIONS(1744), + [sym_false] = ACTIONS(1744), + [sym_null] = ACTIONS(1744), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1744), + [anon_sym_virtual] = ACTIONS(1744), + [anon_sym_explicit] = ACTIONS(1744), + [sym_auto] = ACTIONS(1744), + [anon_sym_typename] = ACTIONS(1744), + [anon_sym_template] = ACTIONS(1744), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_operator] = ACTIONS(1744), + [anon_sym_delete] = ACTIONS(1744), + [anon_sym_throw] = ACTIONS(1744), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_using] = ACTIONS(1744), + [anon_sym_static_assert] = ACTIONS(1744), + [anon_sym_try] = ACTIONS(1744), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1746), + [anon_sym_new] = ACTIONS(1744), + [sym_operator_name] = ACTIONS(1744), + [sym_this] = ACTIONS(1744), + [sym_nullptr] = ACTIONS(1744), + [sym_alone_macro] = ACTIONS(1746), + [aux_sym_alone_macro_call_token1] = ACTIONS(1744), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_FORWARD] = ACTIONS(1744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_PS_GET] = ACTIONS(1744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1744), + [anon_sym_MOZ_COLD] = ACTIONS(1744), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1744), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1744), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1744), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1744), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1744), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1744), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1744), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1744), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1744), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1744), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1744), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1744), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_RAII] = ACTIONS(1744), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1744), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1744), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1744), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1744), + [sym_raw_string_literal] = ACTIONS(1746), }, [499] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1592), + [aux_sym_preproc_include_token1] = ACTIONS(1592), + [aux_sym_preproc_def_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1592), + [sym_preproc_directive] = ACTIONS(1592), + [anon_sym_LPAREN2] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_AMP_AMP] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_typedef] = ACTIONS(1592), + [anon_sym_extern] = ACTIONS(1592), + [anon_sym___attribute__] = ACTIONS(1592), + [anon_sym___declspec] = ACTIONS(1592), + [anon_sym___based] = ACTIONS(1592), + [anon_sym___cdecl] = ACTIONS(1592), + [anon_sym___clrcall] = ACTIONS(1592), + [anon_sym___stdcall] = ACTIONS(1592), + [anon_sym___fastcall] = ACTIONS(1592), + [anon_sym___thiscall] = ACTIONS(1592), + [anon_sym___vectorcall] = ACTIONS(1592), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_RBRACE] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1592), + [anon_sym_static] = ACTIONS(1592), + [anon_sym_register] = ACTIONS(1592), + [anon_sym_inline] = ACTIONS(1592), + [anon_sym_const] = ACTIONS(1592), + [anon_sym_volatile] = ACTIONS(1592), + [anon_sym_restrict] = ACTIONS(1592), + [anon_sym__Atomic] = ACTIONS(1592), + [anon_sym_mutable] = ACTIONS(1592), + [anon_sym_constexpr] = ACTIONS(1592), + [anon_sym_signed] = ACTIONS(1592), + [anon_sym_unsigned] = ACTIONS(1592), + [anon_sym_long] = ACTIONS(1592), + [anon_sym_short] = ACTIONS(1592), + [sym_primitive_type] = ACTIONS(1592), + [anon_sym_enum] = ACTIONS(1592), + [anon_sym_class] = ACTIONS(1592), + [anon_sym_struct] = ACTIONS(1592), + [anon_sym_union] = ACTIONS(1592), + [anon_sym_if] = ACTIONS(1592), + [anon_sym_switch] = ACTIONS(1592), + [anon_sym_case] = ACTIONS(1592), + [anon_sym_default] = ACTIONS(1592), + [anon_sym_while] = ACTIONS(1592), + [anon_sym_do] = ACTIONS(1592), + [anon_sym_for] = ACTIONS(1592), + [anon_sym_return] = ACTIONS(1592), + [anon_sym_break] = ACTIONS(1592), + [anon_sym_continue] = ACTIONS(1592), + [anon_sym_goto] = ACTIONS(1592), + [anon_sym_DASH_DASH] = ACTIONS(1594), + [anon_sym_PLUS_PLUS] = ACTIONS(1594), + [anon_sym_sizeof] = ACTIONS(1592), + [sym_number_literal] = ACTIONS(1594), + [anon_sym_L_SQUOTE] = ACTIONS(1594), + [anon_sym_u_SQUOTE] = ACTIONS(1594), + [anon_sym_U_SQUOTE] = ACTIONS(1594), + [anon_sym_u8_SQUOTE] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_L_DQUOTE] = ACTIONS(1594), + [anon_sym_u_DQUOTE] = ACTIONS(1594), + [anon_sym_U_DQUOTE] = ACTIONS(1594), + [anon_sym_u8_DQUOTE] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym_true] = ACTIONS(1592), + [sym_false] = ACTIONS(1592), + [sym_null] = ACTIONS(1592), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1592), + [anon_sym_virtual] = ACTIONS(1592), + [anon_sym_explicit] = ACTIONS(1592), + [sym_auto] = ACTIONS(1592), + [anon_sym_typename] = ACTIONS(1592), + [anon_sym_template] = ACTIONS(1592), + [anon_sym_COLON_COLON] = ACTIONS(1594), + [anon_sym_operator] = ACTIONS(1592), + [anon_sym_delete] = ACTIONS(1592), + [anon_sym_throw] = ACTIONS(1592), + [anon_sym_namespace] = ACTIONS(1592), + [anon_sym_using] = ACTIONS(1592), + [anon_sym_static_assert] = ACTIONS(1592), + [anon_sym_try] = ACTIONS(1592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1594), + [anon_sym_new] = ACTIONS(1592), + [sym_operator_name] = ACTIONS(1592), + [sym_this] = ACTIONS(1592), + [sym_nullptr] = ACTIONS(1592), + [sym_alone_macro] = ACTIONS(1594), + [aux_sym_alone_macro_call_token1] = ACTIONS(1592), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_FORWARD] = ACTIONS(1592), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1592), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_PS_GET] = ACTIONS(1592), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1592), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1592), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1592), + [anon_sym_MOZ_COLD] = ACTIONS(1592), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1592), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1592), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1592), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1592), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1592), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1592), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1592), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1592), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1592), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1592), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1592), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1592), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_RAII] = ACTIONS(1592), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1592), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1592), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1592), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1592), + [sym_raw_string_literal] = ACTIONS(1594), }, [500] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1872), - [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_try] = ACTIONS(1870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [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_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), - [sym_raw_string_literal] = ACTIONS(1872), + [ts_builtin_sym_end] = ACTIONS(1742), + [sym_identifier] = ACTIONS(1740), + [aux_sym_preproc_include_token1] = ACTIONS(1740), + [aux_sym_preproc_def_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1740), + [sym_preproc_directive] = ACTIONS(1740), + [anon_sym_LPAREN2] = ACTIONS(1742), + [anon_sym_BANG] = ACTIONS(1742), + [anon_sym_TILDE] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1742), + [anon_sym_AMP_AMP] = ACTIONS(1742), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_typedef] = ACTIONS(1740), + [anon_sym_extern] = ACTIONS(1740), + [anon_sym___attribute__] = ACTIONS(1740), + [anon_sym___declspec] = ACTIONS(1740), + [anon_sym___based] = ACTIONS(1740), + [anon_sym___cdecl] = ACTIONS(1740), + [anon_sym___clrcall] = ACTIONS(1740), + [anon_sym___stdcall] = ACTIONS(1740), + [anon_sym___fastcall] = ACTIONS(1740), + [anon_sym___thiscall] = ACTIONS(1740), + [anon_sym___vectorcall] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_register] = ACTIONS(1740), + [anon_sym_inline] = ACTIONS(1740), + [anon_sym_const] = ACTIONS(1740), + [anon_sym_volatile] = ACTIONS(1740), + [anon_sym_restrict] = ACTIONS(1740), + [anon_sym__Atomic] = ACTIONS(1740), + [anon_sym_mutable] = ACTIONS(1740), + [anon_sym_constexpr] = ACTIONS(1740), + [anon_sym_signed] = ACTIONS(1740), + [anon_sym_unsigned] = ACTIONS(1740), + [anon_sym_long] = ACTIONS(1740), + [anon_sym_short] = ACTIONS(1740), + [sym_primitive_type] = ACTIONS(1740), + [anon_sym_enum] = ACTIONS(1740), + [anon_sym_class] = ACTIONS(1740), + [anon_sym_struct] = ACTIONS(1740), + [anon_sym_union] = ACTIONS(1740), + [anon_sym_if] = ACTIONS(1740), + [anon_sym_switch] = ACTIONS(1740), + [anon_sym_case] = ACTIONS(1740), + [anon_sym_default] = ACTIONS(1740), + [anon_sym_while] = ACTIONS(1740), + [anon_sym_do] = ACTIONS(1740), + [anon_sym_for] = ACTIONS(1740), + [anon_sym_return] = ACTIONS(1740), + [anon_sym_break] = ACTIONS(1740), + [anon_sym_continue] = ACTIONS(1740), + [anon_sym_goto] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1742), + [anon_sym_sizeof] = ACTIONS(1740), + [sym_number_literal] = ACTIONS(1742), + [anon_sym_L_SQUOTE] = ACTIONS(1742), + [anon_sym_u_SQUOTE] = ACTIONS(1742), + [anon_sym_U_SQUOTE] = ACTIONS(1742), + [anon_sym_u8_SQUOTE] = ACTIONS(1742), + [anon_sym_SQUOTE] = ACTIONS(1742), + [anon_sym_L_DQUOTE] = ACTIONS(1742), + [anon_sym_u_DQUOTE] = ACTIONS(1742), + [anon_sym_U_DQUOTE] = ACTIONS(1742), + [anon_sym_u8_DQUOTE] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym_true] = ACTIONS(1740), + [sym_false] = ACTIONS(1740), + [sym_null] = ACTIONS(1740), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1740), + [anon_sym_virtual] = ACTIONS(1740), + [anon_sym_explicit] = ACTIONS(1740), + [sym_auto] = ACTIONS(1740), + [anon_sym_typename] = ACTIONS(1740), + [anon_sym_template] = ACTIONS(1740), + [anon_sym_COLON_COLON] = ACTIONS(1742), + [anon_sym_operator] = ACTIONS(1740), + [anon_sym_delete] = ACTIONS(1740), + [anon_sym_throw] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1740), + [anon_sym_using] = ACTIONS(1740), + [anon_sym_static_assert] = ACTIONS(1740), + [anon_sym_try] = ACTIONS(1740), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1742), + [anon_sym_new] = ACTIONS(1740), + [sym_operator_name] = ACTIONS(1740), + [sym_this] = ACTIONS(1740), + [sym_nullptr] = ACTIONS(1740), + [sym_alone_macro] = ACTIONS(1742), + [aux_sym_alone_macro_call_token1] = ACTIONS(1740), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_FORWARD] = ACTIONS(1740), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1740), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_PS_GET] = ACTIONS(1740), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1740), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1740), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1740), + [anon_sym_MOZ_COLD] = ACTIONS(1740), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1740), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1740), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1740), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1740), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1740), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1740), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1740), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1740), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1740), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1740), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1740), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1740), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_RAII] = ACTIONS(1740), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1740), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1740), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1740), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1740), + [sym_raw_string_literal] = ACTIONS(1742), }, [501] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [ts_builtin_sym_end] = ACTIONS(1738), + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_include_token1] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_BANG] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym___cdecl] = ACTIONS(1736), + [anon_sym___clrcall] = ACTIONS(1736), + [anon_sym___stdcall] = ACTIONS(1736), + [anon_sym___fastcall] = ACTIONS(1736), + [anon_sym___thiscall] = ACTIONS(1736), + [anon_sym___vectorcall] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [anon_sym_if] = ACTIONS(1736), + [anon_sym_switch] = ACTIONS(1736), + [anon_sym_case] = ACTIONS(1736), + [anon_sym_default] = ACTIONS(1736), + [anon_sym_while] = ACTIONS(1736), + [anon_sym_do] = ACTIONS(1736), + [anon_sym_for] = ACTIONS(1736), + [anon_sym_return] = ACTIONS(1736), + [anon_sym_break] = ACTIONS(1736), + [anon_sym_continue] = ACTIONS(1736), + [anon_sym_goto] = ACTIONS(1736), + [anon_sym_DASH_DASH] = ACTIONS(1738), + [anon_sym_PLUS_PLUS] = ACTIONS(1738), + [anon_sym_sizeof] = ACTIONS(1736), + [sym_number_literal] = ACTIONS(1738), + [anon_sym_L_SQUOTE] = ACTIONS(1738), + [anon_sym_u_SQUOTE] = ACTIONS(1738), + [anon_sym_U_SQUOTE] = ACTIONS(1738), + [anon_sym_u8_SQUOTE] = ACTIONS(1738), + [anon_sym_SQUOTE] = ACTIONS(1738), + [anon_sym_L_DQUOTE] = ACTIONS(1738), + [anon_sym_u_DQUOTE] = ACTIONS(1738), + [anon_sym_U_DQUOTE] = ACTIONS(1738), + [anon_sym_u8_DQUOTE] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym_true] = ACTIONS(1736), + [sym_false] = ACTIONS(1736), + [sym_null] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_delete] = ACTIONS(1736), + [anon_sym_throw] = ACTIONS(1736), + [anon_sym_namespace] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_try] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [anon_sym_new] = ACTIONS(1736), + [sym_operator_name] = ACTIONS(1736), + [sym_this] = ACTIONS(1736), + [sym_nullptr] = ACTIONS(1736), + [sym_alone_macro] = ACTIONS(1738), + [aux_sym_alone_macro_call_token1] = ACTIONS(1736), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_FORWARD] = ACTIONS(1736), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1736), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_PS_GET] = ACTIONS(1736), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1736), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1736), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), + [sym_raw_string_literal] = ACTIONS(1738), }, [502] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1800), - [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_try] = ACTIONS(1798), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [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_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), - [sym_raw_string_literal] = ACTIONS(1800), + [ts_builtin_sym_end] = ACTIONS(1806), + [sym_identifier] = ACTIONS(1804), + [aux_sym_preproc_include_token1] = ACTIONS(1804), + [aux_sym_preproc_def_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1804), + [sym_preproc_directive] = ACTIONS(1804), + [anon_sym_LPAREN2] = ACTIONS(1806), + [anon_sym_BANG] = ACTIONS(1806), + [anon_sym_TILDE] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1804), + [anon_sym_PLUS] = ACTIONS(1804), + [anon_sym_STAR] = ACTIONS(1806), + [anon_sym_AMP_AMP] = ACTIONS(1806), + [anon_sym_AMP] = ACTIONS(1804), + [anon_sym_SEMI] = ACTIONS(1806), + [anon_sym_typedef] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym___based] = ACTIONS(1804), + [anon_sym___cdecl] = ACTIONS(1804), + [anon_sym___clrcall] = ACTIONS(1804), + [anon_sym___stdcall] = ACTIONS(1804), + [anon_sym___fastcall] = ACTIONS(1804), + [anon_sym___thiscall] = ACTIONS(1804), + [anon_sym___vectorcall] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym_mutable] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_class] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1804), + [anon_sym_switch] = ACTIONS(1804), + [anon_sym_case] = ACTIONS(1804), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_while] = ACTIONS(1804), + [anon_sym_do] = ACTIONS(1804), + [anon_sym_for] = ACTIONS(1804), + [anon_sym_return] = ACTIONS(1804), + [anon_sym_break] = ACTIONS(1804), + [anon_sym_continue] = ACTIONS(1804), + [anon_sym_goto] = ACTIONS(1804), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1804), + [sym_number_literal] = ACTIONS(1806), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1806), + [anon_sym_u_DQUOTE] = ACTIONS(1806), + [anon_sym_U_DQUOTE] = ACTIONS(1806), + [anon_sym_u8_DQUOTE] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym_true] = ACTIONS(1804), + [sym_false] = ACTIONS(1804), + [sym_null] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1804), + [anon_sym_virtual] = ACTIONS(1804), + [anon_sym_explicit] = ACTIONS(1804), + [sym_auto] = ACTIONS(1804), + [anon_sym_typename] = ACTIONS(1804), + [anon_sym_template] = ACTIONS(1804), + [anon_sym_COLON_COLON] = ACTIONS(1806), + [anon_sym_operator] = ACTIONS(1804), + [anon_sym_delete] = ACTIONS(1804), + [anon_sym_throw] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_using] = ACTIONS(1804), + [anon_sym_static_assert] = ACTIONS(1804), + [anon_sym_try] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1806), + [anon_sym_new] = ACTIONS(1804), + [sym_operator_name] = ACTIONS(1804), + [sym_this] = ACTIONS(1804), + [sym_nullptr] = ACTIONS(1804), + [sym_alone_macro] = ACTIONS(1806), + [aux_sym_alone_macro_call_token1] = ACTIONS(1804), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_FORWARD] = ACTIONS(1804), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1804), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_PS_GET] = ACTIONS(1804), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1804), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1804), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1804), + [anon_sym_MOZ_COLD] = ACTIONS(1804), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1804), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1804), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1804), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1804), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1804), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1804), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1804), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1804), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1804), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1804), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1804), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1804), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_RAII] = ACTIONS(1804), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1804), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1804), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1804), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1804), + [sym_raw_string_literal] = ACTIONS(1806), }, [503] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1852), - [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_try] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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_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), - [sym_raw_string_literal] = ACTIONS(1852), + [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___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_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_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_COLON_COLON] = ACTIONS(1654), + [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_try] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), + [sym_raw_string_literal] = ACTIONS(1654), }, [504] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1844), - [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_try] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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_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), - [sym_raw_string_literal] = ACTIONS(1844), + [sym_identifier] = ACTIONS(1776), + [aux_sym_preproc_include_token1] = ACTIONS(1776), + [aux_sym_preproc_def_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1776), + [sym_preproc_directive] = ACTIONS(1776), + [anon_sym_LPAREN2] = ACTIONS(1778), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_TILDE] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_AMP_AMP] = ACTIONS(1778), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_typedef] = ACTIONS(1776), + [anon_sym_extern] = ACTIONS(1776), + [anon_sym___attribute__] = ACTIONS(1776), + [anon_sym___declspec] = ACTIONS(1776), + [anon_sym___based] = ACTIONS(1776), + [anon_sym___cdecl] = ACTIONS(1776), + [anon_sym___clrcall] = ACTIONS(1776), + [anon_sym___stdcall] = ACTIONS(1776), + [anon_sym___fastcall] = ACTIONS(1776), + [anon_sym___thiscall] = ACTIONS(1776), + [anon_sym___vectorcall] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1776), + [anon_sym_register] = ACTIONS(1776), + [anon_sym_inline] = ACTIONS(1776), + [anon_sym_const] = ACTIONS(1776), + [anon_sym_volatile] = ACTIONS(1776), + [anon_sym_restrict] = ACTIONS(1776), + [anon_sym__Atomic] = ACTIONS(1776), + [anon_sym_mutable] = ACTIONS(1776), + [anon_sym_constexpr] = ACTIONS(1776), + [anon_sym_signed] = ACTIONS(1776), + [anon_sym_unsigned] = ACTIONS(1776), + [anon_sym_long] = ACTIONS(1776), + [anon_sym_short] = ACTIONS(1776), + [sym_primitive_type] = ACTIONS(1776), + [anon_sym_enum] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(1776), + [anon_sym_struct] = ACTIONS(1776), + [anon_sym_union] = ACTIONS(1776), + [anon_sym_if] = ACTIONS(1776), + [anon_sym_switch] = ACTIONS(1776), + [anon_sym_case] = ACTIONS(1776), + [anon_sym_default] = ACTIONS(1776), + [anon_sym_while] = ACTIONS(1776), + [anon_sym_do] = ACTIONS(1776), + [anon_sym_for] = ACTIONS(1776), + [anon_sym_return] = ACTIONS(1776), + [anon_sym_break] = ACTIONS(1776), + [anon_sym_continue] = ACTIONS(1776), + [anon_sym_goto] = ACTIONS(1776), + [anon_sym_DASH_DASH] = ACTIONS(1778), + [anon_sym_PLUS_PLUS] = ACTIONS(1778), + [anon_sym_sizeof] = ACTIONS(1776), + [sym_number_literal] = ACTIONS(1778), + [anon_sym_L_SQUOTE] = ACTIONS(1778), + [anon_sym_u_SQUOTE] = ACTIONS(1778), + [anon_sym_U_SQUOTE] = ACTIONS(1778), + [anon_sym_u8_SQUOTE] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_L_DQUOTE] = ACTIONS(1778), + [anon_sym_u_DQUOTE] = ACTIONS(1778), + [anon_sym_U_DQUOTE] = ACTIONS(1778), + [anon_sym_u8_DQUOTE] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym_true] = ACTIONS(1776), + [sym_false] = ACTIONS(1776), + [sym_null] = ACTIONS(1776), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1776), + [anon_sym_virtual] = ACTIONS(1776), + [anon_sym_explicit] = ACTIONS(1776), + [sym_auto] = ACTIONS(1776), + [anon_sym_typename] = ACTIONS(1776), + [anon_sym_template] = ACTIONS(1776), + [anon_sym_COLON_COLON] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1776), + [anon_sym_delete] = ACTIONS(1776), + [anon_sym_throw] = ACTIONS(1776), + [anon_sym_namespace] = ACTIONS(1776), + [anon_sym_using] = ACTIONS(1776), + [anon_sym_static_assert] = ACTIONS(1776), + [anon_sym_try] = ACTIONS(1776), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1778), + [anon_sym_new] = ACTIONS(1776), + [sym_operator_name] = ACTIONS(1776), + [sym_this] = ACTIONS(1776), + [sym_nullptr] = ACTIONS(1776), + [sym_alone_macro] = ACTIONS(1778), + [aux_sym_alone_macro_call_token1] = ACTIONS(1776), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_FORWARD] = ACTIONS(1776), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1776), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_PS_GET] = ACTIONS(1776), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1776), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1776), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1776), + [anon_sym_MOZ_COLD] = ACTIONS(1776), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1776), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1776), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1776), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1776), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1776), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1776), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1776), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1776), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1776), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1776), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1776), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1776), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_RAII] = ACTIONS(1776), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1776), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1776), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1776), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1776), + [sym_raw_string_literal] = ACTIONS(1778), }, [505] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1864), - [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_try] = ACTIONS(1862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [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_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), - [sym_raw_string_literal] = ACTIONS(1864), + [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___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_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_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_COLON_COLON] = ACTIONS(1678), + [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_try] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [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), + [sym_raw_string_literal] = ACTIONS(1678), }, [506] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1880), - [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_try] = ACTIONS(1878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [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_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), - [sym_raw_string_literal] = ACTIONS(1880), + [sym_identifier] = ACTIONS(1708), + [aux_sym_preproc_include_token1] = ACTIONS(1708), + [aux_sym_preproc_def_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1708), + [sym_preproc_directive] = ACTIONS(1708), + [anon_sym_LPAREN2] = ACTIONS(1710), + [anon_sym_BANG] = ACTIONS(1710), + [anon_sym_TILDE] = ACTIONS(1710), + [anon_sym_DASH] = ACTIONS(1708), + [anon_sym_PLUS] = ACTIONS(1708), + [anon_sym_STAR] = ACTIONS(1710), + [anon_sym_AMP_AMP] = ACTIONS(1710), + [anon_sym_AMP] = ACTIONS(1708), + [anon_sym_SEMI] = ACTIONS(1710), + [anon_sym_typedef] = ACTIONS(1708), + [anon_sym_extern] = ACTIONS(1708), + [anon_sym___attribute__] = ACTIONS(1708), + [anon_sym___declspec] = ACTIONS(1708), + [anon_sym___based] = ACTIONS(1708), + [anon_sym___cdecl] = ACTIONS(1708), + [anon_sym___clrcall] = ACTIONS(1708), + [anon_sym___stdcall] = ACTIONS(1708), + [anon_sym___fastcall] = ACTIONS(1708), + [anon_sym___thiscall] = ACTIONS(1708), + [anon_sym___vectorcall] = ACTIONS(1708), + [anon_sym_LBRACE] = ACTIONS(1710), + [anon_sym_RBRACE] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(1708), + [anon_sym_static] = ACTIONS(1708), + [anon_sym_register] = ACTIONS(1708), + [anon_sym_inline] = ACTIONS(1708), + [anon_sym_const] = ACTIONS(1708), + [anon_sym_volatile] = ACTIONS(1708), + [anon_sym_restrict] = ACTIONS(1708), + [anon_sym__Atomic] = ACTIONS(1708), + [anon_sym_mutable] = ACTIONS(1708), + [anon_sym_constexpr] = ACTIONS(1708), + [anon_sym_signed] = ACTIONS(1708), + [anon_sym_unsigned] = ACTIONS(1708), + [anon_sym_long] = ACTIONS(1708), + [anon_sym_short] = ACTIONS(1708), + [sym_primitive_type] = ACTIONS(1708), + [anon_sym_enum] = ACTIONS(1708), + [anon_sym_class] = ACTIONS(1708), + [anon_sym_struct] = ACTIONS(1708), + [anon_sym_union] = ACTIONS(1708), + [anon_sym_if] = ACTIONS(1708), + [anon_sym_switch] = ACTIONS(1708), + [anon_sym_case] = ACTIONS(1708), + [anon_sym_default] = ACTIONS(1708), + [anon_sym_while] = ACTIONS(1708), + [anon_sym_do] = ACTIONS(1708), + [anon_sym_for] = ACTIONS(1708), + [anon_sym_return] = ACTIONS(1708), + [anon_sym_break] = ACTIONS(1708), + [anon_sym_continue] = ACTIONS(1708), + [anon_sym_goto] = ACTIONS(1708), + [anon_sym_DASH_DASH] = ACTIONS(1710), + [anon_sym_PLUS_PLUS] = ACTIONS(1710), + [anon_sym_sizeof] = ACTIONS(1708), + [sym_number_literal] = ACTIONS(1710), + [anon_sym_L_SQUOTE] = ACTIONS(1710), + [anon_sym_u_SQUOTE] = ACTIONS(1710), + [anon_sym_U_SQUOTE] = ACTIONS(1710), + [anon_sym_u8_SQUOTE] = ACTIONS(1710), + [anon_sym_SQUOTE] = ACTIONS(1710), + [anon_sym_L_DQUOTE] = ACTIONS(1710), + [anon_sym_u_DQUOTE] = ACTIONS(1710), + [anon_sym_U_DQUOTE] = ACTIONS(1710), + [anon_sym_u8_DQUOTE] = ACTIONS(1710), + [anon_sym_DQUOTE] = ACTIONS(1710), + [sym_true] = ACTIONS(1708), + [sym_false] = ACTIONS(1708), + [sym_null] = ACTIONS(1708), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1708), + [anon_sym_virtual] = ACTIONS(1708), + [anon_sym_explicit] = ACTIONS(1708), + [sym_auto] = ACTIONS(1708), + [anon_sym_typename] = ACTIONS(1708), + [anon_sym_template] = ACTIONS(1708), + [anon_sym_COLON_COLON] = ACTIONS(1710), + [anon_sym_operator] = ACTIONS(1708), + [anon_sym_delete] = ACTIONS(1708), + [anon_sym_throw] = ACTIONS(1708), + [anon_sym_namespace] = ACTIONS(1708), + [anon_sym_using] = ACTIONS(1708), + [anon_sym_static_assert] = ACTIONS(1708), + [anon_sym_try] = ACTIONS(1708), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1710), + [anon_sym_new] = ACTIONS(1708), + [sym_operator_name] = ACTIONS(1708), + [sym_this] = ACTIONS(1708), + [sym_nullptr] = ACTIONS(1708), + [sym_alone_macro] = ACTIONS(1710), + [aux_sym_alone_macro_call_token1] = ACTIONS(1708), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_FORWARD] = ACTIONS(1708), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1708), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_PS_GET] = ACTIONS(1708), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1708), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1708), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1708), + [anon_sym_MOZ_COLD] = ACTIONS(1708), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1708), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1708), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1708), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1708), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1708), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1708), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1708), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1708), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1708), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1708), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1708), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1708), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_RAII] = ACTIONS(1708), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1708), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1708), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1708), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1708), + [sym_raw_string_literal] = ACTIONS(1710), }, [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1884), - [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_try] = ACTIONS(1882), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [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_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), - [sym_raw_string_literal] = ACTIONS(1884), + [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___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_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_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_COLON_COLON] = ACTIONS(1614), + [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_try] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [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), + [sym_raw_string_literal] = ACTIONS(1614), }, [508] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1856), - [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_try] = ACTIONS(1854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [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_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), - [sym_raw_string_literal] = ACTIONS(1856), + [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___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_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_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_COLON_COLON] = ACTIONS(1698), + [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_try] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [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), + [sym_raw_string_literal] = ACTIONS(1698), }, [509] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1760), + [aux_sym_preproc_include_token1] = ACTIONS(1760), + [aux_sym_preproc_def_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1760), + [sym_preproc_directive] = ACTIONS(1760), + [anon_sym_LPAREN2] = ACTIONS(1762), + [anon_sym_BANG] = ACTIONS(1762), + [anon_sym_TILDE] = ACTIONS(1762), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(1762), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1762), + [anon_sym_typedef] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym___attribute__] = ACTIONS(1760), + [anon_sym___declspec] = ACTIONS(1760), + [anon_sym___based] = ACTIONS(1760), + [anon_sym___cdecl] = ACTIONS(1760), + [anon_sym___clrcall] = ACTIONS(1760), + [anon_sym___stdcall] = ACTIONS(1760), + [anon_sym___fastcall] = ACTIONS(1760), + [anon_sym___thiscall] = ACTIONS(1760), + [anon_sym___vectorcall] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_RBRACE] = ACTIONS(1762), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_static] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_inline] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [anon_sym_volatile] = ACTIONS(1760), + [anon_sym_restrict] = ACTIONS(1760), + [anon_sym__Atomic] = ACTIONS(1760), + [anon_sym_mutable] = ACTIONS(1760), + [anon_sym_constexpr] = ACTIONS(1760), + [anon_sym_signed] = ACTIONS(1760), + [anon_sym_unsigned] = ACTIONS(1760), + [anon_sym_long] = ACTIONS(1760), + [anon_sym_short] = ACTIONS(1760), + [sym_primitive_type] = ACTIONS(1760), + [anon_sym_enum] = ACTIONS(1760), + [anon_sym_class] = ACTIONS(1760), + [anon_sym_struct] = ACTIONS(1760), + [anon_sym_union] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_switch] = ACTIONS(1760), + [anon_sym_case] = ACTIONS(1760), + [anon_sym_default] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_goto] = ACTIONS(1760), + [anon_sym_DASH_DASH] = ACTIONS(1762), + [anon_sym_PLUS_PLUS] = ACTIONS(1762), + [anon_sym_sizeof] = ACTIONS(1760), + [sym_number_literal] = ACTIONS(1762), + [anon_sym_L_SQUOTE] = ACTIONS(1762), + [anon_sym_u_SQUOTE] = ACTIONS(1762), + [anon_sym_U_SQUOTE] = ACTIONS(1762), + [anon_sym_u8_SQUOTE] = ACTIONS(1762), + [anon_sym_SQUOTE] = ACTIONS(1762), + [anon_sym_L_DQUOTE] = ACTIONS(1762), + [anon_sym_u_DQUOTE] = ACTIONS(1762), + [anon_sym_U_DQUOTE] = ACTIONS(1762), + [anon_sym_u8_DQUOTE] = ACTIONS(1762), + [anon_sym_DQUOTE] = ACTIONS(1762), + [sym_true] = ACTIONS(1760), + [sym_false] = ACTIONS(1760), + [sym_null] = ACTIONS(1760), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1760), + [anon_sym_virtual] = ACTIONS(1760), + [anon_sym_explicit] = ACTIONS(1760), + [sym_auto] = ACTIONS(1760), + [anon_sym_typename] = ACTIONS(1760), + [anon_sym_template] = ACTIONS(1760), + [anon_sym_COLON_COLON] = ACTIONS(1762), + [anon_sym_operator] = ACTIONS(1760), + [anon_sym_delete] = ACTIONS(1760), + [anon_sym_throw] = ACTIONS(1760), + [anon_sym_namespace] = ACTIONS(1760), + [anon_sym_using] = ACTIONS(1760), + [anon_sym_static_assert] = ACTIONS(1760), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1762), + [anon_sym_new] = ACTIONS(1760), + [sym_operator_name] = ACTIONS(1760), + [sym_this] = ACTIONS(1760), + [sym_nullptr] = ACTIONS(1760), + [sym_alone_macro] = ACTIONS(1762), + [aux_sym_alone_macro_call_token1] = ACTIONS(1760), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_FORWARD] = ACTIONS(1760), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1760), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_PS_GET] = ACTIONS(1760), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1760), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1760), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1760), + [anon_sym_MOZ_COLD] = ACTIONS(1760), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1760), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1760), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1760), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1760), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1760), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1760), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1760), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1760), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1760), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1760), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1760), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1760), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_RAII] = ACTIONS(1760), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1760), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1760), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1760), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1760), + [sym_raw_string_literal] = ACTIONS(1762), }, [510] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1756), - [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_try] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [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_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), - [sym_raw_string_literal] = ACTIONS(1756), + [sym_identifier] = ACTIONS(1708), + [aux_sym_preproc_include_token1] = ACTIONS(1708), + [aux_sym_preproc_def_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token2] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1708), + [sym_preproc_directive] = ACTIONS(1708), + [anon_sym_LPAREN2] = ACTIONS(1710), + [anon_sym_BANG] = ACTIONS(1710), + [anon_sym_TILDE] = ACTIONS(1710), + [anon_sym_DASH] = ACTIONS(1708), + [anon_sym_PLUS] = ACTIONS(1708), + [anon_sym_STAR] = ACTIONS(1710), + [anon_sym_AMP_AMP] = ACTIONS(1710), + [anon_sym_AMP] = ACTIONS(1708), + [anon_sym_SEMI] = ACTIONS(1710), + [anon_sym_typedef] = ACTIONS(1708), + [anon_sym_extern] = ACTIONS(1708), + [anon_sym___attribute__] = ACTIONS(1708), + [anon_sym___declspec] = ACTIONS(1708), + [anon_sym___based] = ACTIONS(1708), + [anon_sym___cdecl] = ACTIONS(1708), + [anon_sym___clrcall] = ACTIONS(1708), + [anon_sym___stdcall] = ACTIONS(1708), + [anon_sym___fastcall] = ACTIONS(1708), + [anon_sym___thiscall] = ACTIONS(1708), + [anon_sym___vectorcall] = ACTIONS(1708), + [anon_sym_LBRACE] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(1708), + [anon_sym_static] = ACTIONS(1708), + [anon_sym_register] = ACTIONS(1708), + [anon_sym_inline] = ACTIONS(1708), + [anon_sym_const] = ACTIONS(1708), + [anon_sym_volatile] = ACTIONS(1708), + [anon_sym_restrict] = ACTIONS(1708), + [anon_sym__Atomic] = ACTIONS(1708), + [anon_sym_mutable] = ACTIONS(1708), + [anon_sym_constexpr] = ACTIONS(1708), + [anon_sym_signed] = ACTIONS(1708), + [anon_sym_unsigned] = ACTIONS(1708), + [anon_sym_long] = ACTIONS(1708), + [anon_sym_short] = ACTIONS(1708), + [sym_primitive_type] = ACTIONS(1708), + [anon_sym_enum] = ACTIONS(1708), + [anon_sym_class] = ACTIONS(1708), + [anon_sym_struct] = ACTIONS(1708), + [anon_sym_union] = ACTIONS(1708), + [anon_sym_if] = ACTIONS(1708), + [anon_sym_switch] = ACTIONS(1708), + [anon_sym_case] = ACTIONS(1708), + [anon_sym_default] = ACTIONS(1708), + [anon_sym_while] = ACTIONS(1708), + [anon_sym_do] = ACTIONS(1708), + [anon_sym_for] = ACTIONS(1708), + [anon_sym_return] = ACTIONS(1708), + [anon_sym_break] = ACTIONS(1708), + [anon_sym_continue] = ACTIONS(1708), + [anon_sym_goto] = ACTIONS(1708), + [anon_sym_DASH_DASH] = ACTIONS(1710), + [anon_sym_PLUS_PLUS] = ACTIONS(1710), + [anon_sym_sizeof] = ACTIONS(1708), + [sym_number_literal] = ACTIONS(1710), + [anon_sym_L_SQUOTE] = ACTIONS(1710), + [anon_sym_u_SQUOTE] = ACTIONS(1710), + [anon_sym_U_SQUOTE] = ACTIONS(1710), + [anon_sym_u8_SQUOTE] = ACTIONS(1710), + [anon_sym_SQUOTE] = ACTIONS(1710), + [anon_sym_L_DQUOTE] = ACTIONS(1710), + [anon_sym_u_DQUOTE] = ACTIONS(1710), + [anon_sym_U_DQUOTE] = ACTIONS(1710), + [anon_sym_u8_DQUOTE] = ACTIONS(1710), + [anon_sym_DQUOTE] = ACTIONS(1710), + [sym_true] = ACTIONS(1708), + [sym_false] = ACTIONS(1708), + [sym_null] = ACTIONS(1708), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1708), + [anon_sym_virtual] = ACTIONS(1708), + [anon_sym_explicit] = ACTIONS(1708), + [sym_auto] = ACTIONS(1708), + [anon_sym_typename] = ACTIONS(1708), + [anon_sym_template] = ACTIONS(1708), + [anon_sym_COLON_COLON] = ACTIONS(1710), + [anon_sym_operator] = ACTIONS(1708), + [anon_sym_delete] = ACTIONS(1708), + [anon_sym_throw] = ACTIONS(1708), + [anon_sym_namespace] = ACTIONS(1708), + [anon_sym_using] = ACTIONS(1708), + [anon_sym_static_assert] = ACTIONS(1708), + [anon_sym_try] = ACTIONS(1708), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1710), + [anon_sym_new] = ACTIONS(1708), + [sym_operator_name] = ACTIONS(1708), + [sym_this] = ACTIONS(1708), + [sym_nullptr] = ACTIONS(1708), + [sym_alone_macro] = ACTIONS(1710), + [aux_sym_alone_macro_call_token1] = ACTIONS(1708), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_FORWARD] = ACTIONS(1708), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1708), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_PS_GET] = ACTIONS(1708), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1708), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1708), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1708), + [anon_sym_MOZ_COLD] = ACTIONS(1708), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1708), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1708), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1708), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1708), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1708), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1708), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1708), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1708), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1708), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1708), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1708), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1708), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_RAII] = ACTIONS(1708), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1708), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1708), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1708), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1708), + [sym_raw_string_literal] = ACTIONS(1710), }, [511] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), }, [512] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1848), - [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_try] = ACTIONS(1846), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [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_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), - [sym_raw_string_literal] = ACTIONS(1848), + [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___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_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_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_COLON_COLON] = ACTIONS(1646), + [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_try] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [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), + [sym_raw_string_literal] = ACTIONS(1646), }, [513] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1832), - [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_try] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [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_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), - [sym_raw_string_literal] = ACTIONS(1832), + [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___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_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_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_COLON_COLON] = ACTIONS(1626), + [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_try] = ACTIONS(1624), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), + [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), + [sym_raw_string_literal] = ACTIONS(1626), }, [514] = { - [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___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_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_else] = 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_COLON_COLON] = ACTIONS(1828), - [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_try] = ACTIONS(1826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [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_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), - [sym_raw_string_literal] = ACTIONS(1828), + [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___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_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_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_COLON_COLON] = ACTIONS(1694), + [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_try] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [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), + [sym_raw_string_literal] = ACTIONS(1694), }, [515] = { - [ts_builtin_sym_end] = ACTIONS(1962), - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_include_token1] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_BANG] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_PLUS] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1962), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym___cdecl] = ACTIONS(1960), - [anon_sym___clrcall] = ACTIONS(1960), - [anon_sym___stdcall] = ACTIONS(1960), - [anon_sym___fastcall] = ACTIONS(1960), - [anon_sym___thiscall] = ACTIONS(1960), - [anon_sym___vectorcall] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_switch] = ACTIONS(1960), - [anon_sym_case] = ACTIONS(1960), - [anon_sym_default] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_goto] = ACTIONS(1960), - [anon_sym_DASH_DASH] = ACTIONS(1962), - [anon_sym_PLUS_PLUS] = ACTIONS(1962), - [anon_sym_sizeof] = ACTIONS(1960), - [sym_number_literal] = ACTIONS(1962), - [anon_sym_L_SQUOTE] = ACTIONS(1962), - [anon_sym_u_SQUOTE] = ACTIONS(1962), - [anon_sym_U_SQUOTE] = ACTIONS(1962), - [anon_sym_u8_SQUOTE] = ACTIONS(1962), - [anon_sym_SQUOTE] = ACTIONS(1962), - [anon_sym_L_DQUOTE] = ACTIONS(1962), - [anon_sym_u_DQUOTE] = ACTIONS(1962), - [anon_sym_U_DQUOTE] = ACTIONS(1962), - [anon_sym_u8_DQUOTE] = ACTIONS(1962), - [anon_sym_DQUOTE] = ACTIONS(1962), - [sym_true] = ACTIONS(1960), - [sym_false] = ACTIONS(1960), - [sym_null] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_delete] = ACTIONS(1960), - [anon_sym_throw] = ACTIONS(1960), - [anon_sym_namespace] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [anon_sym_new] = ACTIONS(1960), - [sym_operator_name] = ACTIONS(1960), - [sym_this] = ACTIONS(1960), - [sym_nullptr] = ACTIONS(1960), - [sym_alone_macro] = ACTIONS(1962), - [aux_sym_alone_macro_call_token1] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), - [sym_raw_string_literal] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1804), + [aux_sym_preproc_include_token1] = ACTIONS(1804), + [aux_sym_preproc_def_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token2] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1804), + [sym_preproc_directive] = ACTIONS(1804), + [anon_sym_LPAREN2] = ACTIONS(1806), + [anon_sym_BANG] = ACTIONS(1806), + [anon_sym_TILDE] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1804), + [anon_sym_PLUS] = ACTIONS(1804), + [anon_sym_STAR] = ACTIONS(1806), + [anon_sym_AMP_AMP] = ACTIONS(1806), + [anon_sym_AMP] = ACTIONS(1804), + [anon_sym_SEMI] = ACTIONS(1806), + [anon_sym_typedef] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym___based] = ACTIONS(1804), + [anon_sym___cdecl] = ACTIONS(1804), + [anon_sym___clrcall] = ACTIONS(1804), + [anon_sym___stdcall] = ACTIONS(1804), + [anon_sym___fastcall] = ACTIONS(1804), + [anon_sym___thiscall] = ACTIONS(1804), + [anon_sym___vectorcall] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym_mutable] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_class] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1804), + [anon_sym_switch] = ACTIONS(1804), + [anon_sym_case] = ACTIONS(1804), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_while] = ACTIONS(1804), + [anon_sym_do] = ACTIONS(1804), + [anon_sym_for] = ACTIONS(1804), + [anon_sym_return] = ACTIONS(1804), + [anon_sym_break] = ACTIONS(1804), + [anon_sym_continue] = ACTIONS(1804), + [anon_sym_goto] = ACTIONS(1804), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1804), + [sym_number_literal] = ACTIONS(1806), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1806), + [anon_sym_u_DQUOTE] = ACTIONS(1806), + [anon_sym_U_DQUOTE] = ACTIONS(1806), + [anon_sym_u8_DQUOTE] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym_true] = ACTIONS(1804), + [sym_false] = ACTIONS(1804), + [sym_null] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1804), + [anon_sym_virtual] = ACTIONS(1804), + [anon_sym_explicit] = ACTIONS(1804), + [sym_auto] = ACTIONS(1804), + [anon_sym_typename] = ACTIONS(1804), + [anon_sym_template] = ACTIONS(1804), + [anon_sym_COLON_COLON] = ACTIONS(1806), + [anon_sym_operator] = ACTIONS(1804), + [anon_sym_delete] = ACTIONS(1804), + [anon_sym_throw] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_using] = ACTIONS(1804), + [anon_sym_static_assert] = ACTIONS(1804), + [anon_sym_try] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1806), + [anon_sym_new] = ACTIONS(1804), + [sym_operator_name] = ACTIONS(1804), + [sym_this] = ACTIONS(1804), + [sym_nullptr] = ACTIONS(1804), + [sym_alone_macro] = ACTIONS(1806), + [aux_sym_alone_macro_call_token1] = ACTIONS(1804), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_FORWARD] = ACTIONS(1804), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1804), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_PS_GET] = ACTIONS(1804), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1804), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1804), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1804), + [anon_sym_MOZ_COLD] = ACTIONS(1804), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1804), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1804), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1804), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1804), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1804), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1804), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1804), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1804), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1804), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1804), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1804), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1804), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_RAII] = ACTIONS(1804), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1804), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1804), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1804), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1804), + [sym_raw_string_literal] = ACTIONS(1806), }, [516] = { - [ts_builtin_sym_end] = ACTIONS(1922), - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [ts_builtin_sym_end] = ACTIONS(1750), + [sym_identifier] = ACTIONS(1748), + [aux_sym_preproc_include_token1] = ACTIONS(1748), + [aux_sym_preproc_def_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1748), + [sym_preproc_directive] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(1750), + [anon_sym_BANG] = ACTIONS(1750), + [anon_sym_TILDE] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1750), + [anon_sym_AMP_AMP] = ACTIONS(1750), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_typedef] = ACTIONS(1748), + [anon_sym_extern] = ACTIONS(1748), + [anon_sym___attribute__] = ACTIONS(1748), + [anon_sym___declspec] = ACTIONS(1748), + [anon_sym___based] = ACTIONS(1748), + [anon_sym___cdecl] = ACTIONS(1748), + [anon_sym___clrcall] = ACTIONS(1748), + [anon_sym___stdcall] = ACTIONS(1748), + [anon_sym___fastcall] = ACTIONS(1748), + [anon_sym___thiscall] = ACTIONS(1748), + [anon_sym___vectorcall] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_static] = ACTIONS(1748), + [anon_sym_register] = ACTIONS(1748), + [anon_sym_inline] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1748), + [anon_sym_volatile] = ACTIONS(1748), + [anon_sym_restrict] = ACTIONS(1748), + [anon_sym__Atomic] = ACTIONS(1748), + [anon_sym_mutable] = ACTIONS(1748), + [anon_sym_constexpr] = ACTIONS(1748), + [anon_sym_signed] = ACTIONS(1748), + [anon_sym_unsigned] = ACTIONS(1748), + [anon_sym_long] = ACTIONS(1748), + [anon_sym_short] = ACTIONS(1748), + [sym_primitive_type] = ACTIONS(1748), + [anon_sym_enum] = ACTIONS(1748), + [anon_sym_class] = ACTIONS(1748), + [anon_sym_struct] = ACTIONS(1748), + [anon_sym_union] = ACTIONS(1748), + [anon_sym_if] = ACTIONS(1748), + [anon_sym_switch] = ACTIONS(1748), + [anon_sym_case] = ACTIONS(1748), + [anon_sym_default] = ACTIONS(1748), + [anon_sym_while] = ACTIONS(1748), + [anon_sym_do] = ACTIONS(1748), + [anon_sym_for] = ACTIONS(1748), + [anon_sym_return] = ACTIONS(1748), + [anon_sym_break] = ACTIONS(1748), + [anon_sym_continue] = ACTIONS(1748), + [anon_sym_goto] = ACTIONS(1748), + [anon_sym_DASH_DASH] = ACTIONS(1750), + [anon_sym_PLUS_PLUS] = ACTIONS(1750), + [anon_sym_sizeof] = ACTIONS(1748), + [sym_number_literal] = ACTIONS(1750), + [anon_sym_L_SQUOTE] = ACTIONS(1750), + [anon_sym_u_SQUOTE] = ACTIONS(1750), + [anon_sym_U_SQUOTE] = ACTIONS(1750), + [anon_sym_u8_SQUOTE] = ACTIONS(1750), + [anon_sym_SQUOTE] = ACTIONS(1750), + [anon_sym_L_DQUOTE] = ACTIONS(1750), + [anon_sym_u_DQUOTE] = ACTIONS(1750), + [anon_sym_U_DQUOTE] = ACTIONS(1750), + [anon_sym_u8_DQUOTE] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym_true] = ACTIONS(1748), + [sym_false] = ACTIONS(1748), + [sym_null] = ACTIONS(1748), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1748), + [anon_sym_virtual] = ACTIONS(1748), + [anon_sym_explicit] = ACTIONS(1748), + [sym_auto] = ACTIONS(1748), + [anon_sym_typename] = ACTIONS(1748), + [anon_sym_template] = ACTIONS(1748), + [anon_sym_COLON_COLON] = ACTIONS(1750), + [anon_sym_operator] = ACTIONS(1748), + [anon_sym_delete] = ACTIONS(1748), + [anon_sym_throw] = ACTIONS(1748), + [anon_sym_namespace] = ACTIONS(1748), + [anon_sym_using] = ACTIONS(1748), + [anon_sym_static_assert] = ACTIONS(1748), + [anon_sym_try] = ACTIONS(1748), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1750), + [anon_sym_new] = ACTIONS(1748), + [sym_operator_name] = ACTIONS(1748), + [sym_this] = ACTIONS(1748), + [sym_nullptr] = ACTIONS(1748), + [sym_alone_macro] = ACTIONS(1750), + [aux_sym_alone_macro_call_token1] = ACTIONS(1748), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_FORWARD] = ACTIONS(1748), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1748), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_PS_GET] = ACTIONS(1748), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1748), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1748), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1748), + [anon_sym_MOZ_COLD] = ACTIONS(1748), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1748), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1748), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1748), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1748), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1748), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1748), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1748), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1748), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1748), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1748), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1748), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1748), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_RAII] = ACTIONS(1748), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1748), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1748), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1748), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1748), + [sym_raw_string_literal] = ACTIONS(1750), }, [517] = { - [ts_builtin_sym_end] = ACTIONS(2038), - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_include_token1] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_BANG] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2036), - [anon_sym_PLUS] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_SEMI] = ACTIONS(2038), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym___cdecl] = ACTIONS(2036), - [anon_sym___clrcall] = ACTIONS(2036), - [anon_sym___stdcall] = ACTIONS(2036), - [anon_sym___fastcall] = ACTIONS(2036), - [anon_sym___thiscall] = ACTIONS(2036), - [anon_sym___vectorcall] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [anon_sym_if] = ACTIONS(2036), - [anon_sym_switch] = ACTIONS(2036), - [anon_sym_case] = ACTIONS(2036), - [anon_sym_default] = ACTIONS(2036), - [anon_sym_while] = ACTIONS(2036), - [anon_sym_do] = ACTIONS(2036), - [anon_sym_for] = ACTIONS(2036), - [anon_sym_return] = ACTIONS(2036), - [anon_sym_break] = ACTIONS(2036), - [anon_sym_continue] = ACTIONS(2036), - [anon_sym_goto] = ACTIONS(2036), - [anon_sym_DASH_DASH] = ACTIONS(2038), - [anon_sym_PLUS_PLUS] = ACTIONS(2038), - [anon_sym_sizeof] = ACTIONS(2036), - [sym_number_literal] = ACTIONS(2038), - [anon_sym_L_SQUOTE] = ACTIONS(2038), - [anon_sym_u_SQUOTE] = ACTIONS(2038), - [anon_sym_U_SQUOTE] = ACTIONS(2038), - [anon_sym_u8_SQUOTE] = ACTIONS(2038), - [anon_sym_SQUOTE] = ACTIONS(2038), - [anon_sym_L_DQUOTE] = ACTIONS(2038), - [anon_sym_u_DQUOTE] = ACTIONS(2038), - [anon_sym_U_DQUOTE] = ACTIONS(2038), - [anon_sym_u8_DQUOTE] = ACTIONS(2038), - [anon_sym_DQUOTE] = ACTIONS(2038), - [sym_true] = ACTIONS(2036), - [sym_false] = ACTIONS(2036), - [sym_null] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_delete] = ACTIONS(2036), - [anon_sym_throw] = ACTIONS(2036), - [anon_sym_namespace] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_try] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym_new] = ACTIONS(2036), - [sym_operator_name] = ACTIONS(2036), - [sym_this] = ACTIONS(2036), - [sym_nullptr] = ACTIONS(2036), - [sym_alone_macro] = ACTIONS(2038), - [aux_sym_alone_macro_call_token1] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), - [sym_raw_string_literal] = ACTIONS(2038), + [ts_builtin_sym_end] = ACTIONS(1706), + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_include_token1] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1704), + [anon_sym_PLUS] = ACTIONS(1704), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym___cdecl] = ACTIONS(1704), + [anon_sym___clrcall] = ACTIONS(1704), + [anon_sym___stdcall] = ACTIONS(1704), + [anon_sym___fastcall] = ACTIONS(1704), + [anon_sym___thiscall] = ACTIONS(1704), + [anon_sym___vectorcall] = ACTIONS(1704), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_if] = ACTIONS(1704), + [anon_sym_switch] = ACTIONS(1704), + [anon_sym_case] = ACTIONS(1704), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_while] = ACTIONS(1704), + [anon_sym_do] = ACTIONS(1704), + [anon_sym_for] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1704), + [anon_sym_break] = ACTIONS(1704), + [anon_sym_continue] = ACTIONS(1704), + [anon_sym_goto] = ACTIONS(1704), + [anon_sym_DASH_DASH] = ACTIONS(1706), + [anon_sym_PLUS_PLUS] = ACTIONS(1706), + [anon_sym_sizeof] = ACTIONS(1704), + [sym_number_literal] = ACTIONS(1706), + [anon_sym_L_SQUOTE] = ACTIONS(1706), + [anon_sym_u_SQUOTE] = ACTIONS(1706), + [anon_sym_U_SQUOTE] = ACTIONS(1706), + [anon_sym_u8_SQUOTE] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1706), + [anon_sym_L_DQUOTE] = ACTIONS(1706), + [anon_sym_u_DQUOTE] = ACTIONS(1706), + [anon_sym_U_DQUOTE] = ACTIONS(1706), + [anon_sym_u8_DQUOTE] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym_true] = ACTIONS(1704), + [sym_false] = ACTIONS(1704), + [sym_null] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_delete] = ACTIONS(1704), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_namespace] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_try] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [anon_sym_new] = ACTIONS(1704), + [sym_operator_name] = ACTIONS(1704), + [sym_this] = ACTIONS(1704), + [sym_nullptr] = ACTIONS(1704), + [sym_alone_macro] = ACTIONS(1706), + [aux_sym_alone_macro_call_token1] = ACTIONS(1704), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_FORWARD] = ACTIONS(1704), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1704), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_PS_GET] = ACTIONS(1704), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1704), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1704), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), + [sym_raw_string_literal] = ACTIONS(1706), }, [518] = { - [ts_builtin_sym_end] = ACTIONS(2050), - [sym_identifier] = ACTIONS(2048), - [aux_sym_preproc_include_token1] = ACTIONS(2048), - [aux_sym_preproc_def_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2048), - [sym_preproc_directive] = ACTIONS(2048), - [anon_sym_LPAREN2] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_TILDE] = ACTIONS(2050), - [anon_sym_DASH] = ACTIONS(2048), - [anon_sym_PLUS] = ACTIONS(2048), - [anon_sym_STAR] = ACTIONS(2050), - [anon_sym_AMP_AMP] = ACTIONS(2050), - [anon_sym_AMP] = ACTIONS(2048), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_typedef] = ACTIONS(2048), - [anon_sym_extern] = ACTIONS(2048), - [anon_sym___attribute__] = ACTIONS(2048), - [anon_sym___declspec] = ACTIONS(2048), - [anon_sym___based] = ACTIONS(2048), - [anon_sym___cdecl] = ACTIONS(2048), - [anon_sym___clrcall] = ACTIONS(2048), - [anon_sym___stdcall] = ACTIONS(2048), - [anon_sym___fastcall] = ACTIONS(2048), - [anon_sym___thiscall] = ACTIONS(2048), - [anon_sym___vectorcall] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_static] = ACTIONS(2048), - [anon_sym_register] = ACTIONS(2048), - [anon_sym_inline] = ACTIONS(2048), - [anon_sym_const] = ACTIONS(2048), - [anon_sym_volatile] = ACTIONS(2048), - [anon_sym_restrict] = ACTIONS(2048), - [anon_sym__Atomic] = ACTIONS(2048), - [anon_sym_mutable] = ACTIONS(2048), - [anon_sym_constexpr] = ACTIONS(2048), - [anon_sym_signed] = ACTIONS(2048), - [anon_sym_unsigned] = ACTIONS(2048), - [anon_sym_long] = ACTIONS(2048), - [anon_sym_short] = ACTIONS(2048), - [sym_primitive_type] = ACTIONS(2048), - [anon_sym_enum] = ACTIONS(2048), - [anon_sym_class] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(2048), - [anon_sym_union] = ACTIONS(2048), - [anon_sym_if] = ACTIONS(2048), - [anon_sym_switch] = ACTIONS(2048), - [anon_sym_case] = ACTIONS(2048), - [anon_sym_default] = ACTIONS(2048), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(2048), - [anon_sym_for] = ACTIONS(2048), - [anon_sym_return] = ACTIONS(2048), - [anon_sym_break] = ACTIONS(2048), - [anon_sym_continue] = ACTIONS(2048), - [anon_sym_goto] = ACTIONS(2048), - [anon_sym_DASH_DASH] = ACTIONS(2050), - [anon_sym_PLUS_PLUS] = ACTIONS(2050), - [anon_sym_sizeof] = ACTIONS(2048), - [sym_number_literal] = ACTIONS(2050), - [anon_sym_L_SQUOTE] = ACTIONS(2050), - [anon_sym_u_SQUOTE] = ACTIONS(2050), - [anon_sym_U_SQUOTE] = ACTIONS(2050), - [anon_sym_u8_SQUOTE] = ACTIONS(2050), - [anon_sym_SQUOTE] = ACTIONS(2050), - [anon_sym_L_DQUOTE] = ACTIONS(2050), - [anon_sym_u_DQUOTE] = ACTIONS(2050), - [anon_sym_U_DQUOTE] = ACTIONS(2050), - [anon_sym_u8_DQUOTE] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym_true] = ACTIONS(2048), - [sym_false] = ACTIONS(2048), - [sym_null] = ACTIONS(2048), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2048), - [anon_sym_virtual] = ACTIONS(2048), - [anon_sym_explicit] = ACTIONS(2048), - [sym_auto] = ACTIONS(2048), - [anon_sym_typename] = ACTIONS(2048), - [anon_sym_template] = ACTIONS(2048), - [anon_sym_COLON_COLON] = ACTIONS(2050), - [anon_sym_operator] = ACTIONS(2048), - [anon_sym_delete] = ACTIONS(2048), - [anon_sym_throw] = ACTIONS(2048), - [anon_sym_namespace] = ACTIONS(2048), - [anon_sym_using] = ACTIONS(2048), - [anon_sym_static_assert] = ACTIONS(2048), - [anon_sym_try] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2050), - [anon_sym_new] = ACTIONS(2048), - [sym_operator_name] = ACTIONS(2048), - [sym_this] = ACTIONS(2048), - [sym_nullptr] = ACTIONS(2048), - [sym_alone_macro] = ACTIONS(2050), - [aux_sym_alone_macro_call_token1] = ACTIONS(2048), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2048), - [anon_sym_MOZ_COLD] = ACTIONS(2048), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2048), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2048), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2048), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2048), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2048), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2048), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2048), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2048), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2048), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2048), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2048), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2048), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_RAII] = ACTIONS(2048), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2048), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2048), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2048), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2048), - [sym_raw_string_literal] = ACTIONS(2050), + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_include_token1] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token2] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_BANG] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_DASH] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1792), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym___cdecl] = ACTIONS(1792), + [anon_sym___clrcall] = ACTIONS(1792), + [anon_sym___stdcall] = ACTIONS(1792), + [anon_sym___fastcall] = ACTIONS(1792), + [anon_sym___thiscall] = ACTIONS(1792), + [anon_sym___vectorcall] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [anon_sym_if] = ACTIONS(1792), + [anon_sym_switch] = ACTIONS(1792), + [anon_sym_case] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1792), + [anon_sym_while] = ACTIONS(1792), + [anon_sym_do] = ACTIONS(1792), + [anon_sym_for] = ACTIONS(1792), + [anon_sym_return] = ACTIONS(1792), + [anon_sym_break] = ACTIONS(1792), + [anon_sym_continue] = ACTIONS(1792), + [anon_sym_goto] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_PLUS_PLUS] = ACTIONS(1794), + [anon_sym_sizeof] = ACTIONS(1792), + [sym_number_literal] = ACTIONS(1794), + [anon_sym_L_SQUOTE] = ACTIONS(1794), + [anon_sym_u_SQUOTE] = ACTIONS(1794), + [anon_sym_U_SQUOTE] = ACTIONS(1794), + [anon_sym_u8_SQUOTE] = ACTIONS(1794), + [anon_sym_SQUOTE] = ACTIONS(1794), + [anon_sym_L_DQUOTE] = ACTIONS(1794), + [anon_sym_u_DQUOTE] = ACTIONS(1794), + [anon_sym_U_DQUOTE] = ACTIONS(1794), + [anon_sym_u8_DQUOTE] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym_true] = ACTIONS(1792), + [sym_false] = ACTIONS(1792), + [sym_null] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_delete] = ACTIONS(1792), + [anon_sym_throw] = ACTIONS(1792), + [anon_sym_namespace] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_try] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [anon_sym_new] = ACTIONS(1792), + [sym_operator_name] = ACTIONS(1792), + [sym_this] = ACTIONS(1792), + [sym_nullptr] = ACTIONS(1792), + [sym_alone_macro] = ACTIONS(1794), + [aux_sym_alone_macro_call_token1] = ACTIONS(1792), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_FORWARD] = ACTIONS(1792), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1792), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_PS_GET] = ACTIONS(1792), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1792), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1792), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), + [sym_raw_string_literal] = ACTIONS(1794), }, [519] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_include_token1] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token2] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_BANG] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_DASH] = ACTIONS(2120), - [anon_sym_PLUS] = ACTIONS(2120), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_SEMI] = ACTIONS(2122), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym___cdecl] = ACTIONS(2120), - [anon_sym___clrcall] = ACTIONS(2120), - [anon_sym___stdcall] = ACTIONS(2120), - [anon_sym___fastcall] = ACTIONS(2120), - [anon_sym___thiscall] = ACTIONS(2120), - [anon_sym___vectorcall] = ACTIONS(2120), - [anon_sym_LBRACE] = ACTIONS(2122), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [anon_sym_if] = ACTIONS(2120), - [anon_sym_switch] = ACTIONS(2120), - [anon_sym_case] = ACTIONS(2120), - [anon_sym_default] = ACTIONS(2120), - [anon_sym_while] = ACTIONS(2120), - [anon_sym_do] = ACTIONS(2120), - [anon_sym_for] = ACTIONS(2120), - [anon_sym_return] = ACTIONS(2120), - [anon_sym_break] = ACTIONS(2120), - [anon_sym_continue] = ACTIONS(2120), - [anon_sym_goto] = ACTIONS(2120), - [anon_sym_DASH_DASH] = ACTIONS(2122), - [anon_sym_PLUS_PLUS] = ACTIONS(2122), - [anon_sym_sizeof] = ACTIONS(2120), - [sym_number_literal] = ACTIONS(2122), - [anon_sym_L_SQUOTE] = ACTIONS(2122), - [anon_sym_u_SQUOTE] = ACTIONS(2122), - [anon_sym_U_SQUOTE] = ACTIONS(2122), - [anon_sym_u8_SQUOTE] = ACTIONS(2122), - [anon_sym_SQUOTE] = ACTIONS(2122), - [anon_sym_L_DQUOTE] = ACTIONS(2122), - [anon_sym_u_DQUOTE] = ACTIONS(2122), - [anon_sym_U_DQUOTE] = ACTIONS(2122), - [anon_sym_u8_DQUOTE] = ACTIONS(2122), - [anon_sym_DQUOTE] = ACTIONS(2122), - [sym_true] = ACTIONS(2120), - [sym_false] = ACTIONS(2120), - [sym_null] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_delete] = ACTIONS(2120), - [anon_sym_throw] = ACTIONS(2120), - [anon_sym_namespace] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_try] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [anon_sym_new] = ACTIONS(2120), - [sym_operator_name] = ACTIONS(2120), - [sym_this] = ACTIONS(2120), - [sym_nullptr] = ACTIONS(2120), - [sym_alone_macro] = ACTIONS(2122), - [aux_sym_alone_macro_call_token1] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - [sym_raw_string_literal] = ACTIONS(2122), + [ts_builtin_sym_end] = ACTIONS(1730), + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_include_token1] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_BANG] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1728), + [anon_sym_PLUS] = ACTIONS(1728), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym___cdecl] = ACTIONS(1728), + [anon_sym___clrcall] = ACTIONS(1728), + [anon_sym___stdcall] = ACTIONS(1728), + [anon_sym___fastcall] = ACTIONS(1728), + [anon_sym___thiscall] = ACTIONS(1728), + [anon_sym___vectorcall] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [anon_sym_if] = ACTIONS(1728), + [anon_sym_switch] = ACTIONS(1728), + [anon_sym_case] = ACTIONS(1728), + [anon_sym_default] = ACTIONS(1728), + [anon_sym_while] = ACTIONS(1728), + [anon_sym_do] = ACTIONS(1728), + [anon_sym_for] = ACTIONS(1728), + [anon_sym_return] = ACTIONS(1728), + [anon_sym_break] = ACTIONS(1728), + [anon_sym_continue] = ACTIONS(1728), + [anon_sym_goto] = ACTIONS(1728), + [anon_sym_DASH_DASH] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(1730), + [anon_sym_sizeof] = ACTIONS(1728), + [sym_number_literal] = ACTIONS(1730), + [anon_sym_L_SQUOTE] = ACTIONS(1730), + [anon_sym_u_SQUOTE] = ACTIONS(1730), + [anon_sym_U_SQUOTE] = ACTIONS(1730), + [anon_sym_u8_SQUOTE] = ACTIONS(1730), + [anon_sym_SQUOTE] = ACTIONS(1730), + [anon_sym_L_DQUOTE] = ACTIONS(1730), + [anon_sym_u_DQUOTE] = ACTIONS(1730), + [anon_sym_U_DQUOTE] = ACTIONS(1730), + [anon_sym_u8_DQUOTE] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym_true] = ACTIONS(1728), + [sym_false] = ACTIONS(1728), + [sym_null] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_delete] = ACTIONS(1728), + [anon_sym_throw] = ACTIONS(1728), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_try] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [anon_sym_new] = ACTIONS(1728), + [sym_operator_name] = ACTIONS(1728), + [sym_this] = ACTIONS(1728), + [sym_nullptr] = ACTIONS(1728), + [sym_alone_macro] = ACTIONS(1730), + [aux_sym_alone_macro_call_token1] = ACTIONS(1728), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_FORWARD] = ACTIONS(1728), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1728), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_PS_GET] = ACTIONS(1728), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1728), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1728), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), + [sym_raw_string_literal] = ACTIONS(1730), }, [520] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_include_token1] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token2] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_BANG] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_DASH] = ACTIONS(2092), - [anon_sym_PLUS] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_SEMI] = ACTIONS(2094), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym___cdecl] = ACTIONS(2092), - [anon_sym___clrcall] = ACTIONS(2092), - [anon_sym___stdcall] = ACTIONS(2092), - [anon_sym___fastcall] = ACTIONS(2092), - [anon_sym___thiscall] = ACTIONS(2092), - [anon_sym___vectorcall] = ACTIONS(2092), - [anon_sym_LBRACE] = ACTIONS(2094), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [anon_sym_if] = ACTIONS(2092), - [anon_sym_switch] = ACTIONS(2092), - [anon_sym_case] = ACTIONS(2092), - [anon_sym_default] = ACTIONS(2092), - [anon_sym_while] = ACTIONS(2092), - [anon_sym_do] = ACTIONS(2092), - [anon_sym_for] = ACTIONS(2092), - [anon_sym_return] = ACTIONS(2092), - [anon_sym_break] = ACTIONS(2092), - [anon_sym_continue] = ACTIONS(2092), - [anon_sym_goto] = ACTIONS(2092), - [anon_sym_DASH_DASH] = ACTIONS(2094), - [anon_sym_PLUS_PLUS] = ACTIONS(2094), - [anon_sym_sizeof] = ACTIONS(2092), - [sym_number_literal] = ACTIONS(2094), - [anon_sym_L_SQUOTE] = ACTIONS(2094), - [anon_sym_u_SQUOTE] = ACTIONS(2094), - [anon_sym_U_SQUOTE] = ACTIONS(2094), - [anon_sym_u8_SQUOTE] = ACTIONS(2094), - [anon_sym_SQUOTE] = ACTIONS(2094), - [anon_sym_L_DQUOTE] = ACTIONS(2094), - [anon_sym_u_DQUOTE] = ACTIONS(2094), - [anon_sym_U_DQUOTE] = ACTIONS(2094), - [anon_sym_u8_DQUOTE] = ACTIONS(2094), - [anon_sym_DQUOTE] = ACTIONS(2094), - [sym_true] = ACTIONS(2092), - [sym_false] = ACTIONS(2092), - [sym_null] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_delete] = ACTIONS(2092), - [anon_sym_throw] = ACTIONS(2092), - [anon_sym_namespace] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_try] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [anon_sym_new] = ACTIONS(2092), - [sym_operator_name] = ACTIONS(2092), - [sym_this] = ACTIONS(2092), - [sym_nullptr] = ACTIONS(2092), - [sym_alone_macro] = ACTIONS(2094), - [aux_sym_alone_macro_call_token1] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), - [sym_raw_string_literal] = ACTIONS(2094), + [ts_builtin_sym_end] = ACTIONS(1594), + [sym_identifier] = ACTIONS(1592), + [aux_sym_preproc_include_token1] = ACTIONS(1592), + [aux_sym_preproc_def_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1592), + [sym_preproc_directive] = ACTIONS(1592), + [anon_sym_LPAREN2] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_AMP_AMP] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_typedef] = ACTIONS(1592), + [anon_sym_extern] = ACTIONS(1592), + [anon_sym___attribute__] = ACTIONS(1592), + [anon_sym___declspec] = ACTIONS(1592), + [anon_sym___based] = ACTIONS(1592), + [anon_sym___cdecl] = ACTIONS(1592), + [anon_sym___clrcall] = ACTIONS(1592), + [anon_sym___stdcall] = ACTIONS(1592), + [anon_sym___fastcall] = ACTIONS(1592), + [anon_sym___thiscall] = ACTIONS(1592), + [anon_sym___vectorcall] = ACTIONS(1592), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1592), + [anon_sym_static] = ACTIONS(1592), + [anon_sym_register] = ACTIONS(1592), + [anon_sym_inline] = ACTIONS(1592), + [anon_sym_const] = ACTIONS(1592), + [anon_sym_volatile] = ACTIONS(1592), + [anon_sym_restrict] = ACTIONS(1592), + [anon_sym__Atomic] = ACTIONS(1592), + [anon_sym_mutable] = ACTIONS(1592), + [anon_sym_constexpr] = ACTIONS(1592), + [anon_sym_signed] = ACTIONS(1592), + [anon_sym_unsigned] = ACTIONS(1592), + [anon_sym_long] = ACTIONS(1592), + [anon_sym_short] = ACTIONS(1592), + [sym_primitive_type] = ACTIONS(1592), + [anon_sym_enum] = ACTIONS(1592), + [anon_sym_class] = ACTIONS(1592), + [anon_sym_struct] = ACTIONS(1592), + [anon_sym_union] = ACTIONS(1592), + [anon_sym_if] = ACTIONS(1592), + [anon_sym_switch] = ACTIONS(1592), + [anon_sym_case] = ACTIONS(1592), + [anon_sym_default] = ACTIONS(1592), + [anon_sym_while] = ACTIONS(1592), + [anon_sym_do] = ACTIONS(1592), + [anon_sym_for] = ACTIONS(1592), + [anon_sym_return] = ACTIONS(1592), + [anon_sym_break] = ACTIONS(1592), + [anon_sym_continue] = ACTIONS(1592), + [anon_sym_goto] = ACTIONS(1592), + [anon_sym_DASH_DASH] = ACTIONS(1594), + [anon_sym_PLUS_PLUS] = ACTIONS(1594), + [anon_sym_sizeof] = ACTIONS(1592), + [sym_number_literal] = ACTIONS(1594), + [anon_sym_L_SQUOTE] = ACTIONS(1594), + [anon_sym_u_SQUOTE] = ACTIONS(1594), + [anon_sym_U_SQUOTE] = ACTIONS(1594), + [anon_sym_u8_SQUOTE] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_L_DQUOTE] = ACTIONS(1594), + [anon_sym_u_DQUOTE] = ACTIONS(1594), + [anon_sym_U_DQUOTE] = ACTIONS(1594), + [anon_sym_u8_DQUOTE] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym_true] = ACTIONS(1592), + [sym_false] = ACTIONS(1592), + [sym_null] = ACTIONS(1592), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1592), + [anon_sym_virtual] = ACTIONS(1592), + [anon_sym_explicit] = ACTIONS(1592), + [sym_auto] = ACTIONS(1592), + [anon_sym_typename] = ACTIONS(1592), + [anon_sym_template] = ACTIONS(1592), + [anon_sym_COLON_COLON] = ACTIONS(1594), + [anon_sym_operator] = ACTIONS(1592), + [anon_sym_delete] = ACTIONS(1592), + [anon_sym_throw] = ACTIONS(1592), + [anon_sym_namespace] = ACTIONS(1592), + [anon_sym_using] = ACTIONS(1592), + [anon_sym_static_assert] = ACTIONS(1592), + [anon_sym_try] = ACTIONS(1592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1594), + [anon_sym_new] = ACTIONS(1592), + [sym_operator_name] = ACTIONS(1592), + [sym_this] = ACTIONS(1592), + [sym_nullptr] = ACTIONS(1592), + [sym_alone_macro] = ACTIONS(1594), + [aux_sym_alone_macro_call_token1] = ACTIONS(1592), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_FORWARD] = ACTIONS(1592), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1592), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_PS_GET] = ACTIONS(1592), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1592), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1592), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1592), + [anon_sym_MOZ_COLD] = ACTIONS(1592), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1592), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1592), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1592), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1592), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1592), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1592), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1592), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1592), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1592), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1592), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1592), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1592), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_RAII] = ACTIONS(1592), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1592), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1592), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1592), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1592), + [sym_raw_string_literal] = ACTIONS(1594), }, [521] = { - [sym_identifier] = ACTIONS(1936), - [aux_sym_preproc_include_token1] = ACTIONS(1936), - [aux_sym_preproc_def_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1936), - [sym_preproc_directive] = ACTIONS(1936), - [anon_sym_LPAREN2] = ACTIONS(1938), - [anon_sym_BANG] = ACTIONS(1938), - [anon_sym_TILDE] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1936), - [anon_sym_PLUS] = ACTIONS(1936), - [anon_sym_STAR] = ACTIONS(1938), - [anon_sym_AMP_AMP] = ACTIONS(1938), - [anon_sym_AMP] = ACTIONS(1936), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_typedef] = ACTIONS(1936), - [anon_sym_extern] = ACTIONS(1936), - [anon_sym___attribute__] = ACTIONS(1936), - [anon_sym___declspec] = ACTIONS(1936), - [anon_sym___based] = ACTIONS(1936), - [anon_sym___cdecl] = ACTIONS(1936), - [anon_sym___clrcall] = ACTIONS(1936), - [anon_sym___stdcall] = ACTIONS(1936), - [anon_sym___fastcall] = ACTIONS(1936), - [anon_sym___thiscall] = ACTIONS(1936), - [anon_sym___vectorcall] = ACTIONS(1936), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_RBRACE] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1936), - [anon_sym_static] = ACTIONS(1936), - [anon_sym_register] = ACTIONS(1936), - [anon_sym_inline] = ACTIONS(1936), - [anon_sym_const] = ACTIONS(1936), - [anon_sym_volatile] = ACTIONS(1936), - [anon_sym_restrict] = ACTIONS(1936), - [anon_sym__Atomic] = ACTIONS(1936), - [anon_sym_mutable] = ACTIONS(1936), - [anon_sym_constexpr] = ACTIONS(1936), - [anon_sym_signed] = ACTIONS(1936), - [anon_sym_unsigned] = ACTIONS(1936), - [anon_sym_long] = ACTIONS(1936), - [anon_sym_short] = ACTIONS(1936), - [sym_primitive_type] = ACTIONS(1936), - [anon_sym_enum] = ACTIONS(1936), - [anon_sym_class] = ACTIONS(1936), - [anon_sym_struct] = ACTIONS(1936), - [anon_sym_union] = ACTIONS(1936), - [anon_sym_if] = ACTIONS(1936), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1936), - [anon_sym_default] = ACTIONS(1936), - [anon_sym_while] = ACTIONS(1936), - [anon_sym_do] = ACTIONS(1936), - [anon_sym_for] = ACTIONS(1936), - [anon_sym_return] = ACTIONS(1936), - [anon_sym_break] = ACTIONS(1936), - [anon_sym_continue] = ACTIONS(1936), - [anon_sym_goto] = ACTIONS(1936), - [anon_sym_DASH_DASH] = ACTIONS(1938), - [anon_sym_PLUS_PLUS] = ACTIONS(1938), - [anon_sym_sizeof] = ACTIONS(1936), - [sym_number_literal] = ACTIONS(1938), - [anon_sym_L_SQUOTE] = ACTIONS(1938), - [anon_sym_u_SQUOTE] = ACTIONS(1938), - [anon_sym_U_SQUOTE] = ACTIONS(1938), - [anon_sym_u8_SQUOTE] = ACTIONS(1938), - [anon_sym_SQUOTE] = ACTIONS(1938), - [anon_sym_L_DQUOTE] = ACTIONS(1938), - [anon_sym_u_DQUOTE] = ACTIONS(1938), - [anon_sym_U_DQUOTE] = ACTIONS(1938), - [anon_sym_u8_DQUOTE] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym_true] = ACTIONS(1936), - [sym_false] = ACTIONS(1936), - [sym_null] = ACTIONS(1936), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1936), - [anon_sym_virtual] = ACTIONS(1936), - [anon_sym_explicit] = ACTIONS(1936), - [sym_auto] = ACTIONS(1936), - [anon_sym_typename] = ACTIONS(1936), - [anon_sym_template] = ACTIONS(1936), - [anon_sym_COLON_COLON] = ACTIONS(1938), - [anon_sym_operator] = ACTIONS(1936), - [anon_sym_delete] = ACTIONS(1936), - [anon_sym_throw] = ACTIONS(1936), - [anon_sym_namespace] = ACTIONS(1936), - [anon_sym_using] = ACTIONS(1936), - [anon_sym_static_assert] = ACTIONS(1936), - [anon_sym_try] = ACTIONS(1936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1938), - [anon_sym_new] = ACTIONS(1936), - [sym_operator_name] = ACTIONS(1936), - [sym_this] = ACTIONS(1936), - [sym_nullptr] = ACTIONS(1936), - [sym_alone_macro] = ACTIONS(1938), - [aux_sym_alone_macro_call_token1] = ACTIONS(1936), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1936), - [anon_sym_MOZ_COLD] = ACTIONS(1936), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1936), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1936), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1936), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1936), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1936), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1936), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1936), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1936), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1936), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1936), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1936), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1936), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_RAII] = ACTIONS(1936), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1936), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1936), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1936), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1936), - [sym_raw_string_literal] = ACTIONS(1938), + [sym_identifier] = ACTIONS(1608), + [aux_sym_preproc_include_token1] = ACTIONS(1608), + [aux_sym_preproc_def_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token2] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1608), + [sym_preproc_directive] = ACTIONS(1608), + [anon_sym_LPAREN2] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_AMP_AMP] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_typedef] = ACTIONS(1608), + [anon_sym_extern] = ACTIONS(1608), + [anon_sym___attribute__] = ACTIONS(1608), + [anon_sym___declspec] = ACTIONS(1608), + [anon_sym___based] = ACTIONS(1608), + [anon_sym___cdecl] = ACTIONS(1608), + [anon_sym___clrcall] = ACTIONS(1608), + [anon_sym___stdcall] = ACTIONS(1608), + [anon_sym___fastcall] = ACTIONS(1608), + [anon_sym___thiscall] = ACTIONS(1608), + [anon_sym___vectorcall] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1608), + [anon_sym_static] = ACTIONS(1608), + [anon_sym_register] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [anon_sym_volatile] = ACTIONS(1608), + [anon_sym_restrict] = ACTIONS(1608), + [anon_sym__Atomic] = ACTIONS(1608), + [anon_sym_mutable] = ACTIONS(1608), + [anon_sym_constexpr] = ACTIONS(1608), + [anon_sym_signed] = ACTIONS(1608), + [anon_sym_unsigned] = ACTIONS(1608), + [anon_sym_long] = ACTIONS(1608), + [anon_sym_short] = ACTIONS(1608), + [sym_primitive_type] = ACTIONS(1608), + [anon_sym_enum] = ACTIONS(1608), + [anon_sym_class] = ACTIONS(1608), + [anon_sym_struct] = ACTIONS(1608), + [anon_sym_union] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_switch] = ACTIONS(1608), + [anon_sym_case] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_do] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_goto] = ACTIONS(1608), + [anon_sym_DASH_DASH] = ACTIONS(1610), + [anon_sym_PLUS_PLUS] = ACTIONS(1610), + [anon_sym_sizeof] = ACTIONS(1608), + [sym_number_literal] = ACTIONS(1610), + [anon_sym_L_SQUOTE] = ACTIONS(1610), + [anon_sym_u_SQUOTE] = ACTIONS(1610), + [anon_sym_U_SQUOTE] = ACTIONS(1610), + [anon_sym_u8_SQUOTE] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_L_DQUOTE] = ACTIONS(1610), + [anon_sym_u_DQUOTE] = ACTIONS(1610), + [anon_sym_U_DQUOTE] = ACTIONS(1610), + [anon_sym_u8_DQUOTE] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym_true] = ACTIONS(1608), + [sym_false] = ACTIONS(1608), + [sym_null] = ACTIONS(1608), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1608), + [anon_sym_virtual] = ACTIONS(1608), + [anon_sym_explicit] = ACTIONS(1608), + [sym_auto] = ACTIONS(1608), + [anon_sym_typename] = ACTIONS(1608), + [anon_sym_template] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1610), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_delete] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_namespace] = ACTIONS(1608), + [anon_sym_using] = ACTIONS(1608), + [anon_sym_static_assert] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1610), + [anon_sym_new] = ACTIONS(1608), + [sym_operator_name] = ACTIONS(1608), + [sym_this] = ACTIONS(1608), + [sym_nullptr] = ACTIONS(1608), + [sym_alone_macro] = ACTIONS(1610), + [aux_sym_alone_macro_call_token1] = ACTIONS(1608), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_FORWARD] = ACTIONS(1608), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1608), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_PS_GET] = ACTIONS(1608), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1608), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1608), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1608), + [anon_sym_MOZ_COLD] = ACTIONS(1608), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1608), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1608), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1608), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1608), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1608), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1608), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1608), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1608), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1608), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1608), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1608), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1608), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_RAII] = ACTIONS(1608), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1608), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1608), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1608), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1608), + [sym_raw_string_literal] = ACTIONS(1610), }, [522] = { - [sym_identifier] = ACTIONS(1928), - [aux_sym_preproc_include_token1] = ACTIONS(1928), - [aux_sym_preproc_def_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1928), - [sym_preproc_directive] = ACTIONS(1928), - [anon_sym_LPAREN2] = ACTIONS(1930), - [anon_sym_BANG] = ACTIONS(1930), - [anon_sym_TILDE] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1928), - [anon_sym_PLUS] = ACTIONS(1928), - [anon_sym_STAR] = ACTIONS(1930), - [anon_sym_AMP_AMP] = ACTIONS(1930), - [anon_sym_AMP] = ACTIONS(1928), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_typedef] = ACTIONS(1928), - [anon_sym_extern] = ACTIONS(1928), - [anon_sym___attribute__] = ACTIONS(1928), - [anon_sym___declspec] = ACTIONS(1928), - [anon_sym___based] = ACTIONS(1928), - [anon_sym___cdecl] = ACTIONS(1928), - [anon_sym___clrcall] = ACTIONS(1928), - [anon_sym___stdcall] = ACTIONS(1928), - [anon_sym___fastcall] = ACTIONS(1928), - [anon_sym___thiscall] = ACTIONS(1928), - [anon_sym___vectorcall] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1928), - [anon_sym_static] = ACTIONS(1928), - [anon_sym_register] = ACTIONS(1928), - [anon_sym_inline] = ACTIONS(1928), - [anon_sym_const] = ACTIONS(1928), - [anon_sym_volatile] = ACTIONS(1928), - [anon_sym_restrict] = ACTIONS(1928), - [anon_sym__Atomic] = ACTIONS(1928), - [anon_sym_mutable] = ACTIONS(1928), - [anon_sym_constexpr] = ACTIONS(1928), - [anon_sym_signed] = ACTIONS(1928), - [anon_sym_unsigned] = ACTIONS(1928), - [anon_sym_long] = ACTIONS(1928), - [anon_sym_short] = ACTIONS(1928), - [sym_primitive_type] = ACTIONS(1928), - [anon_sym_enum] = ACTIONS(1928), - [anon_sym_class] = ACTIONS(1928), - [anon_sym_struct] = ACTIONS(1928), - [anon_sym_union] = ACTIONS(1928), - [anon_sym_if] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1928), - [anon_sym_case] = ACTIONS(1928), - [anon_sym_default] = ACTIONS(1928), - [anon_sym_while] = ACTIONS(1928), - [anon_sym_do] = ACTIONS(1928), - [anon_sym_for] = ACTIONS(1928), - [anon_sym_return] = ACTIONS(1928), - [anon_sym_break] = ACTIONS(1928), - [anon_sym_continue] = ACTIONS(1928), - [anon_sym_goto] = ACTIONS(1928), - [anon_sym_DASH_DASH] = ACTIONS(1930), - [anon_sym_PLUS_PLUS] = ACTIONS(1930), - [anon_sym_sizeof] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1930), - [anon_sym_L_SQUOTE] = ACTIONS(1930), - [anon_sym_u_SQUOTE] = ACTIONS(1930), - [anon_sym_U_SQUOTE] = ACTIONS(1930), - [anon_sym_u8_SQUOTE] = ACTIONS(1930), - [anon_sym_SQUOTE] = ACTIONS(1930), - [anon_sym_L_DQUOTE] = ACTIONS(1930), - [anon_sym_u_DQUOTE] = ACTIONS(1930), - [anon_sym_U_DQUOTE] = ACTIONS(1930), - [anon_sym_u8_DQUOTE] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym_true] = ACTIONS(1928), - [sym_false] = ACTIONS(1928), - [sym_null] = ACTIONS(1928), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1928), - [anon_sym_virtual] = ACTIONS(1928), - [anon_sym_explicit] = ACTIONS(1928), - [sym_auto] = ACTIONS(1928), - [anon_sym_typename] = ACTIONS(1928), - [anon_sym_template] = ACTIONS(1928), - [anon_sym_COLON_COLON] = ACTIONS(1930), - [anon_sym_operator] = ACTIONS(1928), - [anon_sym_delete] = ACTIONS(1928), - [anon_sym_throw] = ACTIONS(1928), - [anon_sym_namespace] = ACTIONS(1928), - [anon_sym_using] = ACTIONS(1928), - [anon_sym_static_assert] = ACTIONS(1928), - [anon_sym_try] = ACTIONS(1928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1930), - [anon_sym_new] = ACTIONS(1928), - [sym_operator_name] = ACTIONS(1928), - [sym_this] = ACTIONS(1928), - [sym_nullptr] = ACTIONS(1928), - [sym_alone_macro] = ACTIONS(1930), - [aux_sym_alone_macro_call_token1] = ACTIONS(1928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1928), - [anon_sym_MOZ_COLD] = ACTIONS(1928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_RAII] = ACTIONS(1928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1928), - [sym_raw_string_literal] = ACTIONS(1930), + [sym_identifier] = ACTIONS(1748), + [aux_sym_preproc_include_token1] = ACTIONS(1748), + [aux_sym_preproc_def_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1748), + [sym_preproc_directive] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(1750), + [anon_sym_BANG] = ACTIONS(1750), + [anon_sym_TILDE] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1750), + [anon_sym_AMP_AMP] = ACTIONS(1750), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_typedef] = ACTIONS(1748), + [anon_sym_extern] = ACTIONS(1748), + [anon_sym___attribute__] = ACTIONS(1748), + [anon_sym___declspec] = ACTIONS(1748), + [anon_sym___based] = ACTIONS(1748), + [anon_sym___cdecl] = ACTIONS(1748), + [anon_sym___clrcall] = ACTIONS(1748), + [anon_sym___stdcall] = ACTIONS(1748), + [anon_sym___fastcall] = ACTIONS(1748), + [anon_sym___thiscall] = ACTIONS(1748), + [anon_sym___vectorcall] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_RBRACE] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_static] = ACTIONS(1748), + [anon_sym_register] = ACTIONS(1748), + [anon_sym_inline] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1748), + [anon_sym_volatile] = ACTIONS(1748), + [anon_sym_restrict] = ACTIONS(1748), + [anon_sym__Atomic] = ACTIONS(1748), + [anon_sym_mutable] = ACTIONS(1748), + [anon_sym_constexpr] = ACTIONS(1748), + [anon_sym_signed] = ACTIONS(1748), + [anon_sym_unsigned] = ACTIONS(1748), + [anon_sym_long] = ACTIONS(1748), + [anon_sym_short] = ACTIONS(1748), + [sym_primitive_type] = ACTIONS(1748), + [anon_sym_enum] = ACTIONS(1748), + [anon_sym_class] = ACTIONS(1748), + [anon_sym_struct] = ACTIONS(1748), + [anon_sym_union] = ACTIONS(1748), + [anon_sym_if] = ACTIONS(1748), + [anon_sym_switch] = ACTIONS(1748), + [anon_sym_case] = ACTIONS(1748), + [anon_sym_default] = ACTIONS(1748), + [anon_sym_while] = ACTIONS(1748), + [anon_sym_do] = ACTIONS(1748), + [anon_sym_for] = ACTIONS(1748), + [anon_sym_return] = ACTIONS(1748), + [anon_sym_break] = ACTIONS(1748), + [anon_sym_continue] = ACTIONS(1748), + [anon_sym_goto] = ACTIONS(1748), + [anon_sym_DASH_DASH] = ACTIONS(1750), + [anon_sym_PLUS_PLUS] = ACTIONS(1750), + [anon_sym_sizeof] = ACTIONS(1748), + [sym_number_literal] = ACTIONS(1750), + [anon_sym_L_SQUOTE] = ACTIONS(1750), + [anon_sym_u_SQUOTE] = ACTIONS(1750), + [anon_sym_U_SQUOTE] = ACTIONS(1750), + [anon_sym_u8_SQUOTE] = ACTIONS(1750), + [anon_sym_SQUOTE] = ACTIONS(1750), + [anon_sym_L_DQUOTE] = ACTIONS(1750), + [anon_sym_u_DQUOTE] = ACTIONS(1750), + [anon_sym_U_DQUOTE] = ACTIONS(1750), + [anon_sym_u8_DQUOTE] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym_true] = ACTIONS(1748), + [sym_false] = ACTIONS(1748), + [sym_null] = ACTIONS(1748), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1748), + [anon_sym_virtual] = ACTIONS(1748), + [anon_sym_explicit] = ACTIONS(1748), + [sym_auto] = ACTIONS(1748), + [anon_sym_typename] = ACTIONS(1748), + [anon_sym_template] = ACTIONS(1748), + [anon_sym_COLON_COLON] = ACTIONS(1750), + [anon_sym_operator] = ACTIONS(1748), + [anon_sym_delete] = ACTIONS(1748), + [anon_sym_throw] = ACTIONS(1748), + [anon_sym_namespace] = ACTIONS(1748), + [anon_sym_using] = ACTIONS(1748), + [anon_sym_static_assert] = ACTIONS(1748), + [anon_sym_try] = ACTIONS(1748), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1750), + [anon_sym_new] = ACTIONS(1748), + [sym_operator_name] = ACTIONS(1748), + [sym_this] = ACTIONS(1748), + [sym_nullptr] = ACTIONS(1748), + [sym_alone_macro] = ACTIONS(1750), + [aux_sym_alone_macro_call_token1] = ACTIONS(1748), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_FORWARD] = ACTIONS(1748), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1748), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_PS_GET] = ACTIONS(1748), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1748), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1748), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1748), + [anon_sym_MOZ_COLD] = ACTIONS(1748), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1748), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1748), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1748), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1748), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1748), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1748), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1748), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1748), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1748), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1748), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1748), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1748), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_RAII] = ACTIONS(1748), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1748), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1748), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1748), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1748), + [sym_raw_string_literal] = ACTIONS(1750), }, [523] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_include_token1] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_BANG] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_DASH] = ACTIONS(1996), - [anon_sym_PLUS] = ACTIONS(1996), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym___cdecl] = ACTIONS(1996), - [anon_sym___clrcall] = ACTIONS(1996), - [anon_sym___stdcall] = ACTIONS(1996), - [anon_sym___fastcall] = ACTIONS(1996), - [anon_sym___thiscall] = ACTIONS(1996), - [anon_sym___vectorcall] = ACTIONS(1996), - [anon_sym_LBRACE] = ACTIONS(1998), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [anon_sym_if] = ACTIONS(1996), - [anon_sym_switch] = ACTIONS(1996), - [anon_sym_case] = ACTIONS(1996), - [anon_sym_default] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1996), - [anon_sym_do] = ACTIONS(1996), - [anon_sym_for] = ACTIONS(1996), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_break] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(1996), - [anon_sym_goto] = ACTIONS(1996), - [anon_sym_DASH_DASH] = ACTIONS(1998), - [anon_sym_PLUS_PLUS] = ACTIONS(1998), - [anon_sym_sizeof] = ACTIONS(1996), - [sym_number_literal] = ACTIONS(1998), - [anon_sym_L_SQUOTE] = ACTIONS(1998), - [anon_sym_u_SQUOTE] = ACTIONS(1998), - [anon_sym_U_SQUOTE] = ACTIONS(1998), - [anon_sym_u8_SQUOTE] = ACTIONS(1998), - [anon_sym_SQUOTE] = ACTIONS(1998), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1996), - [sym_false] = ACTIONS(1996), - [sym_null] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_delete] = ACTIONS(1996), - [anon_sym_throw] = ACTIONS(1996), - [anon_sym_namespace] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_try] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [anon_sym_new] = ACTIONS(1996), - [sym_operator_name] = ACTIONS(1996), - [sym_this] = ACTIONS(1996), - [sym_nullptr] = ACTIONS(1996), - [sym_alone_macro] = ACTIONS(1998), - [aux_sym_alone_macro_call_token1] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - [sym_raw_string_literal] = ACTIONS(1998), + [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___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_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_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_COLON_COLON] = ACTIONS(1694), + [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_try] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [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), + [sym_raw_string_literal] = ACTIONS(1694), }, [524] = { - [sym_identifier] = ACTIONS(1924), - [aux_sym_preproc_include_token1] = ACTIONS(1924), - [aux_sym_preproc_def_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), - [sym_preproc_directive] = ACTIONS(1924), - [anon_sym_LPAREN2] = ACTIONS(1926), - [anon_sym_BANG] = ACTIONS(1926), - [anon_sym_TILDE] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1924), - [anon_sym_PLUS] = ACTIONS(1924), - [anon_sym_STAR] = ACTIONS(1926), - [anon_sym_AMP_AMP] = ACTIONS(1926), - [anon_sym_AMP] = ACTIONS(1924), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_typedef] = ACTIONS(1924), - [anon_sym_extern] = ACTIONS(1924), - [anon_sym___attribute__] = ACTIONS(1924), - [anon_sym___declspec] = ACTIONS(1924), - [anon_sym___based] = ACTIONS(1924), - [anon_sym___cdecl] = ACTIONS(1924), - [anon_sym___clrcall] = ACTIONS(1924), - [anon_sym___stdcall] = ACTIONS(1924), - [anon_sym___fastcall] = ACTIONS(1924), - [anon_sym___thiscall] = ACTIONS(1924), - [anon_sym___vectorcall] = ACTIONS(1924), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_RBRACE] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1924), - [anon_sym_static] = ACTIONS(1924), - [anon_sym_register] = ACTIONS(1924), - [anon_sym_inline] = ACTIONS(1924), - [anon_sym_const] = ACTIONS(1924), - [anon_sym_volatile] = ACTIONS(1924), - [anon_sym_restrict] = ACTIONS(1924), - [anon_sym__Atomic] = ACTIONS(1924), - [anon_sym_mutable] = ACTIONS(1924), - [anon_sym_constexpr] = ACTIONS(1924), - [anon_sym_signed] = ACTIONS(1924), - [anon_sym_unsigned] = ACTIONS(1924), - [anon_sym_long] = ACTIONS(1924), - [anon_sym_short] = ACTIONS(1924), - [sym_primitive_type] = ACTIONS(1924), - [anon_sym_enum] = ACTIONS(1924), - [anon_sym_class] = ACTIONS(1924), - [anon_sym_struct] = ACTIONS(1924), - [anon_sym_union] = ACTIONS(1924), - [anon_sym_if] = ACTIONS(1924), - [anon_sym_switch] = ACTIONS(1924), - [anon_sym_case] = ACTIONS(1924), - [anon_sym_default] = ACTIONS(1924), - [anon_sym_while] = ACTIONS(1924), - [anon_sym_do] = ACTIONS(1924), - [anon_sym_for] = ACTIONS(1924), - [anon_sym_return] = ACTIONS(1924), - [anon_sym_break] = ACTIONS(1924), - [anon_sym_continue] = ACTIONS(1924), - [anon_sym_goto] = ACTIONS(1924), - [anon_sym_DASH_DASH] = ACTIONS(1926), - [anon_sym_PLUS_PLUS] = ACTIONS(1926), - [anon_sym_sizeof] = ACTIONS(1924), - [sym_number_literal] = ACTIONS(1926), - [anon_sym_L_SQUOTE] = ACTIONS(1926), - [anon_sym_u_SQUOTE] = ACTIONS(1926), - [anon_sym_U_SQUOTE] = ACTIONS(1926), - [anon_sym_u8_SQUOTE] = ACTIONS(1926), - [anon_sym_SQUOTE] = ACTIONS(1926), - [anon_sym_L_DQUOTE] = ACTIONS(1926), - [anon_sym_u_DQUOTE] = ACTIONS(1926), - [anon_sym_U_DQUOTE] = ACTIONS(1926), - [anon_sym_u8_DQUOTE] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym_true] = ACTIONS(1924), - [sym_false] = ACTIONS(1924), - [sym_null] = ACTIONS(1924), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1924), - [anon_sym_virtual] = ACTIONS(1924), - [anon_sym_explicit] = ACTIONS(1924), - [sym_auto] = ACTIONS(1924), - [anon_sym_typename] = ACTIONS(1924), - [anon_sym_template] = ACTIONS(1924), - [anon_sym_COLON_COLON] = ACTIONS(1926), - [anon_sym_operator] = ACTIONS(1924), - [anon_sym_delete] = ACTIONS(1924), - [anon_sym_throw] = ACTIONS(1924), - [anon_sym_namespace] = ACTIONS(1924), - [anon_sym_using] = ACTIONS(1924), - [anon_sym_static_assert] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1926), - [anon_sym_new] = ACTIONS(1924), - [sym_operator_name] = ACTIONS(1924), - [sym_this] = ACTIONS(1924), - [sym_nullptr] = ACTIONS(1924), - [sym_alone_macro] = ACTIONS(1926), - [aux_sym_alone_macro_call_token1] = ACTIONS(1924), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1924), - [anon_sym_MOZ_COLD] = ACTIONS(1924), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1924), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1924), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1924), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1924), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1924), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1924), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1924), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1924), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1924), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1924), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1924), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1924), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_RAII] = ACTIONS(1924), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1924), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1924), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1924), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1924), - [sym_raw_string_literal] = ACTIONS(1926), + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_include_token1] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token2] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym___cdecl] = ACTIONS(1780), + [anon_sym___clrcall] = ACTIONS(1780), + [anon_sym___stdcall] = ACTIONS(1780), + [anon_sym___fastcall] = ACTIONS(1780), + [anon_sym___thiscall] = ACTIONS(1780), + [anon_sym___vectorcall] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [anon_sym_if] = ACTIONS(1780), + [anon_sym_switch] = ACTIONS(1780), + [anon_sym_case] = ACTIONS(1780), + [anon_sym_default] = ACTIONS(1780), + [anon_sym_while] = ACTIONS(1780), + [anon_sym_do] = ACTIONS(1780), + [anon_sym_for] = ACTIONS(1780), + [anon_sym_return] = ACTIONS(1780), + [anon_sym_break] = ACTIONS(1780), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_sizeof] = ACTIONS(1780), + [sym_number_literal] = ACTIONS(1782), + [anon_sym_L_SQUOTE] = ACTIONS(1782), + [anon_sym_u_SQUOTE] = ACTIONS(1782), + [anon_sym_U_SQUOTE] = ACTIONS(1782), + [anon_sym_u8_SQUOTE] = ACTIONS(1782), + [anon_sym_SQUOTE] = ACTIONS(1782), + [anon_sym_L_DQUOTE] = ACTIONS(1782), + [anon_sym_u_DQUOTE] = ACTIONS(1782), + [anon_sym_U_DQUOTE] = ACTIONS(1782), + [anon_sym_u8_DQUOTE] = ACTIONS(1782), + [anon_sym_DQUOTE] = ACTIONS(1782), + [sym_true] = ACTIONS(1780), + [sym_false] = ACTIONS(1780), + [sym_null] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_delete] = ACTIONS(1780), + [anon_sym_throw] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_try] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym_new] = ACTIONS(1780), + [sym_operator_name] = ACTIONS(1780), + [sym_this] = ACTIONS(1780), + [sym_nullptr] = ACTIONS(1780), + [sym_alone_macro] = ACTIONS(1782), + [aux_sym_alone_macro_call_token1] = ACTIONS(1780), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_FORWARD] = ACTIONS(1780), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1780), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_PS_GET] = ACTIONS(1780), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1780), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1780), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), + [sym_raw_string_literal] = ACTIONS(1782), }, [525] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_include_token1] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token2] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_BANG] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_PLUS] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2014), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym___cdecl] = ACTIONS(2012), - [anon_sym___clrcall] = ACTIONS(2012), - [anon_sym___stdcall] = ACTIONS(2012), - [anon_sym___fastcall] = ACTIONS(2012), - [anon_sym___thiscall] = ACTIONS(2012), - [anon_sym___vectorcall] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2014), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_switch] = ACTIONS(2012), - [anon_sym_case] = ACTIONS(2012), - [anon_sym_default] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_goto] = ACTIONS(2012), - [anon_sym_DASH_DASH] = ACTIONS(2014), - [anon_sym_PLUS_PLUS] = ACTIONS(2014), - [anon_sym_sizeof] = ACTIONS(2012), - [sym_number_literal] = ACTIONS(2014), - [anon_sym_L_SQUOTE] = ACTIONS(2014), - [anon_sym_u_SQUOTE] = ACTIONS(2014), - [anon_sym_U_SQUOTE] = ACTIONS(2014), - [anon_sym_u8_SQUOTE] = ACTIONS(2014), - [anon_sym_SQUOTE] = ACTIONS(2014), - [anon_sym_L_DQUOTE] = ACTIONS(2014), - [anon_sym_u_DQUOTE] = ACTIONS(2014), - [anon_sym_U_DQUOTE] = ACTIONS(2014), - [anon_sym_u8_DQUOTE] = ACTIONS(2014), - [anon_sym_DQUOTE] = ACTIONS(2014), - [sym_true] = ACTIONS(2012), - [sym_false] = ACTIONS(2012), - [sym_null] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_delete] = ACTIONS(2012), - [anon_sym_throw] = ACTIONS(2012), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [anon_sym_new] = ACTIONS(2012), - [sym_operator_name] = ACTIONS(2012), - [sym_this] = ACTIONS(2012), - [sym_nullptr] = ACTIONS(2012), - [sym_alone_macro] = ACTIONS(2014), - [aux_sym_alone_macro_call_token1] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), - [sym_raw_string_literal] = ACTIONS(2014), + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_include_token1] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token2] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1704), + [anon_sym_PLUS] = ACTIONS(1704), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym___cdecl] = ACTIONS(1704), + [anon_sym___clrcall] = ACTIONS(1704), + [anon_sym___stdcall] = ACTIONS(1704), + [anon_sym___fastcall] = ACTIONS(1704), + [anon_sym___thiscall] = ACTIONS(1704), + [anon_sym___vectorcall] = ACTIONS(1704), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_if] = ACTIONS(1704), + [anon_sym_switch] = ACTIONS(1704), + [anon_sym_case] = ACTIONS(1704), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_while] = ACTIONS(1704), + [anon_sym_do] = ACTIONS(1704), + [anon_sym_for] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1704), + [anon_sym_break] = ACTIONS(1704), + [anon_sym_continue] = ACTIONS(1704), + [anon_sym_goto] = ACTIONS(1704), + [anon_sym_DASH_DASH] = ACTIONS(1706), + [anon_sym_PLUS_PLUS] = ACTIONS(1706), + [anon_sym_sizeof] = ACTIONS(1704), + [sym_number_literal] = ACTIONS(1706), + [anon_sym_L_SQUOTE] = ACTIONS(1706), + [anon_sym_u_SQUOTE] = ACTIONS(1706), + [anon_sym_U_SQUOTE] = ACTIONS(1706), + [anon_sym_u8_SQUOTE] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1706), + [anon_sym_L_DQUOTE] = ACTIONS(1706), + [anon_sym_u_DQUOTE] = ACTIONS(1706), + [anon_sym_U_DQUOTE] = ACTIONS(1706), + [anon_sym_u8_DQUOTE] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym_true] = ACTIONS(1704), + [sym_false] = ACTIONS(1704), + [sym_null] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_delete] = ACTIONS(1704), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_namespace] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_try] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [anon_sym_new] = ACTIONS(1704), + [sym_operator_name] = ACTIONS(1704), + [sym_this] = ACTIONS(1704), + [sym_nullptr] = ACTIONS(1704), + [sym_alone_macro] = ACTIONS(1706), + [aux_sym_alone_macro_call_token1] = ACTIONS(1704), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_FORWARD] = ACTIONS(1704), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1704), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_PS_GET] = ACTIONS(1704), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1704), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1704), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), + [sym_raw_string_literal] = ACTIONS(1706), }, [526] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_include_token1] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_BANG] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1916), - [anon_sym_PLUS] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym___cdecl] = ACTIONS(1916), - [anon_sym___clrcall] = ACTIONS(1916), - [anon_sym___stdcall] = ACTIONS(1916), - [anon_sym___fastcall] = ACTIONS(1916), - [anon_sym___thiscall] = ACTIONS(1916), - [anon_sym___vectorcall] = ACTIONS(1916), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_RBRACE] = ACTIONS(1918), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(1916), - [anon_sym_switch] = ACTIONS(1916), - [anon_sym_case] = ACTIONS(1916), - [anon_sym_default] = ACTIONS(1916), - [anon_sym_while] = ACTIONS(1916), - [anon_sym_do] = ACTIONS(1916), - [anon_sym_for] = ACTIONS(1916), - [anon_sym_return] = ACTIONS(1916), - [anon_sym_break] = ACTIONS(1916), - [anon_sym_continue] = ACTIONS(1916), - [anon_sym_goto] = ACTIONS(1916), - [anon_sym_DASH_DASH] = ACTIONS(1918), - [anon_sym_PLUS_PLUS] = ACTIONS(1918), - [anon_sym_sizeof] = ACTIONS(1916), - [sym_number_literal] = ACTIONS(1918), - [anon_sym_L_SQUOTE] = ACTIONS(1918), - [anon_sym_u_SQUOTE] = ACTIONS(1918), - [anon_sym_U_SQUOTE] = ACTIONS(1918), - [anon_sym_u8_SQUOTE] = ACTIONS(1918), - [anon_sym_SQUOTE] = ACTIONS(1918), - [anon_sym_L_DQUOTE] = ACTIONS(1918), - [anon_sym_u_DQUOTE] = ACTIONS(1918), - [anon_sym_U_DQUOTE] = ACTIONS(1918), - [anon_sym_u8_DQUOTE] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym_true] = ACTIONS(1916), - [sym_false] = ACTIONS(1916), - [sym_null] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_delete] = ACTIONS(1916), - [anon_sym_throw] = ACTIONS(1916), - [anon_sym_namespace] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_try] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [anon_sym_new] = ACTIONS(1916), - [sym_operator_name] = ACTIONS(1916), - [sym_this] = ACTIONS(1916), - [sym_nullptr] = ACTIONS(1916), - [sym_alone_macro] = ACTIONS(1918), - [aux_sym_alone_macro_call_token1] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), - [sym_raw_string_literal] = ACTIONS(1918), + [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___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_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_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_COLON_COLON] = ACTIONS(1662), + [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_try] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), + [sym_raw_string_literal] = ACTIONS(1662), }, [527] = { - [ts_builtin_sym_end] = ACTIONS(2054), - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_include_token1] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_BANG] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2052), - [anon_sym_PLUS] = ACTIONS(2052), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym___cdecl] = ACTIONS(2052), - [anon_sym___clrcall] = ACTIONS(2052), - [anon_sym___stdcall] = ACTIONS(2052), - [anon_sym___fastcall] = ACTIONS(2052), - [anon_sym___thiscall] = ACTIONS(2052), - [anon_sym___vectorcall] = ACTIONS(2052), - [anon_sym_LBRACE] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [anon_sym_if] = ACTIONS(2052), - [anon_sym_switch] = ACTIONS(2052), - [anon_sym_case] = ACTIONS(2052), - [anon_sym_default] = ACTIONS(2052), - [anon_sym_while] = ACTIONS(2052), - [anon_sym_do] = ACTIONS(2052), - [anon_sym_for] = ACTIONS(2052), - [anon_sym_return] = ACTIONS(2052), - [anon_sym_break] = ACTIONS(2052), - [anon_sym_continue] = ACTIONS(2052), - [anon_sym_goto] = ACTIONS(2052), - [anon_sym_DASH_DASH] = ACTIONS(2054), - [anon_sym_PLUS_PLUS] = ACTIONS(2054), - [anon_sym_sizeof] = ACTIONS(2052), - [sym_number_literal] = ACTIONS(2054), - [anon_sym_L_SQUOTE] = ACTIONS(2054), - [anon_sym_u_SQUOTE] = ACTIONS(2054), - [anon_sym_U_SQUOTE] = ACTIONS(2054), - [anon_sym_u8_SQUOTE] = ACTIONS(2054), - [anon_sym_SQUOTE] = ACTIONS(2054), - [anon_sym_L_DQUOTE] = ACTIONS(2054), - [anon_sym_u_DQUOTE] = ACTIONS(2054), - [anon_sym_U_DQUOTE] = ACTIONS(2054), - [anon_sym_u8_DQUOTE] = ACTIONS(2054), - [anon_sym_DQUOTE] = ACTIONS(2054), - [sym_true] = ACTIONS(2052), - [sym_false] = ACTIONS(2052), - [sym_null] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_delete] = ACTIONS(2052), - [anon_sym_throw] = ACTIONS(2052), - [anon_sym_namespace] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_try] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [anon_sym_new] = ACTIONS(2052), - [sym_operator_name] = ACTIONS(2052), - [sym_this] = ACTIONS(2052), - [sym_nullptr] = ACTIONS(2052), - [sym_alone_macro] = ACTIONS(2054), - [aux_sym_alone_macro_call_token1] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - [sym_raw_string_literal] = ACTIONS(2054), + [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___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_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_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_COLON_COLON] = ACTIONS(1702), + [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_try] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [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), + [sym_raw_string_literal] = ACTIONS(1702), }, [528] = { - [ts_builtin_sym_end] = ACTIONS(2122), - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_include_token1] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_BANG] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_DASH] = ACTIONS(2120), - [anon_sym_PLUS] = ACTIONS(2120), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_SEMI] = ACTIONS(2122), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym___cdecl] = ACTIONS(2120), - [anon_sym___clrcall] = ACTIONS(2120), - [anon_sym___stdcall] = ACTIONS(2120), - [anon_sym___fastcall] = ACTIONS(2120), - [anon_sym___thiscall] = ACTIONS(2120), - [anon_sym___vectorcall] = ACTIONS(2120), - [anon_sym_LBRACE] = ACTIONS(2122), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [anon_sym_if] = ACTIONS(2120), - [anon_sym_switch] = ACTIONS(2120), - [anon_sym_case] = ACTIONS(2120), - [anon_sym_default] = ACTIONS(2120), - [anon_sym_while] = ACTIONS(2120), - [anon_sym_do] = ACTIONS(2120), - [anon_sym_for] = ACTIONS(2120), - [anon_sym_return] = ACTIONS(2120), - [anon_sym_break] = ACTIONS(2120), - [anon_sym_continue] = ACTIONS(2120), - [anon_sym_goto] = ACTIONS(2120), - [anon_sym_DASH_DASH] = ACTIONS(2122), - [anon_sym_PLUS_PLUS] = ACTIONS(2122), - [anon_sym_sizeof] = ACTIONS(2120), - [sym_number_literal] = ACTIONS(2122), - [anon_sym_L_SQUOTE] = ACTIONS(2122), - [anon_sym_u_SQUOTE] = ACTIONS(2122), - [anon_sym_U_SQUOTE] = ACTIONS(2122), - [anon_sym_u8_SQUOTE] = ACTIONS(2122), - [anon_sym_SQUOTE] = ACTIONS(2122), - [anon_sym_L_DQUOTE] = ACTIONS(2122), - [anon_sym_u_DQUOTE] = ACTIONS(2122), - [anon_sym_U_DQUOTE] = ACTIONS(2122), - [anon_sym_u8_DQUOTE] = ACTIONS(2122), - [anon_sym_DQUOTE] = ACTIONS(2122), - [sym_true] = ACTIONS(2120), - [sym_false] = ACTIONS(2120), - [sym_null] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_delete] = ACTIONS(2120), - [anon_sym_throw] = ACTIONS(2120), - [anon_sym_namespace] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_try] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [anon_sym_new] = ACTIONS(2120), - [sym_operator_name] = ACTIONS(2120), - [sym_this] = ACTIONS(2120), - [sym_nullptr] = ACTIONS(2120), - [sym_alone_macro] = ACTIONS(2122), - [aux_sym_alone_macro_call_token1] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - [sym_raw_string_literal] = ACTIONS(2122), + [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___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_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_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_COLON_COLON] = ACTIONS(1630), + [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_try] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [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), + [sym_raw_string_literal] = ACTIONS(1630), }, [529] = { - [ts_builtin_sym_end] = ACTIONS(2118), - [sym_identifier] = ACTIONS(2116), - [aux_sym_preproc_include_token1] = ACTIONS(2116), - [aux_sym_preproc_def_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2116), - [sym_preproc_directive] = ACTIONS(2116), - [anon_sym_LPAREN2] = ACTIONS(2118), - [anon_sym_BANG] = ACTIONS(2118), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_DASH] = ACTIONS(2116), - [anon_sym_PLUS] = ACTIONS(2116), - [anon_sym_STAR] = ACTIONS(2118), - [anon_sym_AMP_AMP] = ACTIONS(2118), - [anon_sym_AMP] = ACTIONS(2116), - [anon_sym_SEMI] = ACTIONS(2118), - [anon_sym_typedef] = ACTIONS(2116), - [anon_sym_extern] = ACTIONS(2116), - [anon_sym___attribute__] = ACTIONS(2116), - [anon_sym___declspec] = ACTIONS(2116), - [anon_sym___based] = ACTIONS(2116), - [anon_sym___cdecl] = ACTIONS(2116), - [anon_sym___clrcall] = ACTIONS(2116), - [anon_sym___stdcall] = ACTIONS(2116), - [anon_sym___fastcall] = ACTIONS(2116), - [anon_sym___thiscall] = ACTIONS(2116), - [anon_sym___vectorcall] = ACTIONS(2116), - [anon_sym_LBRACE] = ACTIONS(2118), - [anon_sym_LBRACK] = ACTIONS(2116), - [anon_sym_static] = ACTIONS(2116), - [anon_sym_register] = ACTIONS(2116), - [anon_sym_inline] = ACTIONS(2116), - [anon_sym_const] = ACTIONS(2116), - [anon_sym_volatile] = ACTIONS(2116), - [anon_sym_restrict] = ACTIONS(2116), - [anon_sym__Atomic] = ACTIONS(2116), - [anon_sym_mutable] = ACTIONS(2116), - [anon_sym_constexpr] = ACTIONS(2116), - [anon_sym_signed] = ACTIONS(2116), - [anon_sym_unsigned] = ACTIONS(2116), - [anon_sym_long] = ACTIONS(2116), - [anon_sym_short] = ACTIONS(2116), - [sym_primitive_type] = ACTIONS(2116), - [anon_sym_enum] = ACTIONS(2116), - [anon_sym_class] = ACTIONS(2116), - [anon_sym_struct] = ACTIONS(2116), - [anon_sym_union] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2116), - [anon_sym_switch] = ACTIONS(2116), - [anon_sym_case] = ACTIONS(2116), - [anon_sym_default] = ACTIONS(2116), - [anon_sym_while] = ACTIONS(2116), - [anon_sym_do] = ACTIONS(2116), - [anon_sym_for] = ACTIONS(2116), - [anon_sym_return] = ACTIONS(2116), - [anon_sym_break] = ACTIONS(2116), - [anon_sym_continue] = ACTIONS(2116), - [anon_sym_goto] = ACTIONS(2116), - [anon_sym_DASH_DASH] = ACTIONS(2118), - [anon_sym_PLUS_PLUS] = ACTIONS(2118), - [anon_sym_sizeof] = ACTIONS(2116), - [sym_number_literal] = ACTIONS(2118), - [anon_sym_L_SQUOTE] = ACTIONS(2118), - [anon_sym_u_SQUOTE] = ACTIONS(2118), - [anon_sym_U_SQUOTE] = ACTIONS(2118), - [anon_sym_u8_SQUOTE] = ACTIONS(2118), - [anon_sym_SQUOTE] = ACTIONS(2118), - [anon_sym_L_DQUOTE] = ACTIONS(2118), - [anon_sym_u_DQUOTE] = ACTIONS(2118), - [anon_sym_U_DQUOTE] = ACTIONS(2118), - [anon_sym_u8_DQUOTE] = ACTIONS(2118), - [anon_sym_DQUOTE] = ACTIONS(2118), - [sym_true] = ACTIONS(2116), - [sym_false] = ACTIONS(2116), - [sym_null] = ACTIONS(2116), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2116), - [anon_sym_virtual] = ACTIONS(2116), - [anon_sym_explicit] = ACTIONS(2116), - [sym_auto] = ACTIONS(2116), - [anon_sym_typename] = ACTIONS(2116), - [anon_sym_template] = ACTIONS(2116), - [anon_sym_COLON_COLON] = ACTIONS(2118), - [anon_sym_operator] = ACTIONS(2116), - [anon_sym_delete] = ACTIONS(2116), - [anon_sym_throw] = ACTIONS(2116), - [anon_sym_namespace] = ACTIONS(2116), - [anon_sym_using] = ACTIONS(2116), - [anon_sym_static_assert] = ACTIONS(2116), - [anon_sym_try] = ACTIONS(2116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2118), - [anon_sym_new] = ACTIONS(2116), - [sym_operator_name] = ACTIONS(2116), - [sym_this] = ACTIONS(2116), - [sym_nullptr] = ACTIONS(2116), - [sym_alone_macro] = ACTIONS(2118), - [aux_sym_alone_macro_call_token1] = ACTIONS(2116), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2116), - [anon_sym_MOZ_COLD] = ACTIONS(2116), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2116), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2116), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2116), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2116), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2116), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2116), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2116), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2116), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2116), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2116), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2116), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2116), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_RAII] = ACTIONS(2116), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2116), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2116), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2116), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2116), - [sym_raw_string_literal] = ACTIONS(2118), + [sym_identifier] = ACTIONS(1756), + [aux_sym_preproc_include_token1] = ACTIONS(1756), + [aux_sym_preproc_def_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1756), + [sym_preproc_directive] = ACTIONS(1756), + [anon_sym_LPAREN2] = ACTIONS(1758), + [anon_sym_BANG] = ACTIONS(1758), + [anon_sym_TILDE] = ACTIONS(1758), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1758), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_typedef] = ACTIONS(1756), + [anon_sym_extern] = ACTIONS(1756), + [anon_sym___attribute__] = ACTIONS(1756), + [anon_sym___declspec] = ACTIONS(1756), + [anon_sym___based] = ACTIONS(1756), + [anon_sym___cdecl] = ACTIONS(1756), + [anon_sym___clrcall] = ACTIONS(1756), + [anon_sym___stdcall] = ACTIONS(1756), + [anon_sym___fastcall] = ACTIONS(1756), + [anon_sym___thiscall] = ACTIONS(1756), + [anon_sym___vectorcall] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_RBRACE] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1756), + [anon_sym_static] = ACTIONS(1756), + [anon_sym_register] = ACTIONS(1756), + [anon_sym_inline] = ACTIONS(1756), + [anon_sym_const] = ACTIONS(1756), + [anon_sym_volatile] = ACTIONS(1756), + [anon_sym_restrict] = ACTIONS(1756), + [anon_sym__Atomic] = ACTIONS(1756), + [anon_sym_mutable] = ACTIONS(1756), + [anon_sym_constexpr] = ACTIONS(1756), + [anon_sym_signed] = ACTIONS(1756), + [anon_sym_unsigned] = ACTIONS(1756), + [anon_sym_long] = ACTIONS(1756), + [anon_sym_short] = ACTIONS(1756), + [sym_primitive_type] = ACTIONS(1756), + [anon_sym_enum] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(1756), + [anon_sym_struct] = ACTIONS(1756), + [anon_sym_union] = ACTIONS(1756), + [anon_sym_if] = ACTIONS(1756), + [anon_sym_switch] = ACTIONS(1756), + [anon_sym_case] = ACTIONS(1756), + [anon_sym_default] = ACTIONS(1756), + [anon_sym_while] = ACTIONS(1756), + [anon_sym_do] = ACTIONS(1756), + [anon_sym_for] = ACTIONS(1756), + [anon_sym_return] = ACTIONS(1756), + [anon_sym_break] = ACTIONS(1756), + [anon_sym_continue] = ACTIONS(1756), + [anon_sym_goto] = ACTIONS(1756), + [anon_sym_DASH_DASH] = ACTIONS(1758), + [anon_sym_PLUS_PLUS] = ACTIONS(1758), + [anon_sym_sizeof] = ACTIONS(1756), + [sym_number_literal] = ACTIONS(1758), + [anon_sym_L_SQUOTE] = ACTIONS(1758), + [anon_sym_u_SQUOTE] = ACTIONS(1758), + [anon_sym_U_SQUOTE] = ACTIONS(1758), + [anon_sym_u8_SQUOTE] = ACTIONS(1758), + [anon_sym_SQUOTE] = ACTIONS(1758), + [anon_sym_L_DQUOTE] = ACTIONS(1758), + [anon_sym_u_DQUOTE] = ACTIONS(1758), + [anon_sym_U_DQUOTE] = ACTIONS(1758), + [anon_sym_u8_DQUOTE] = ACTIONS(1758), + [anon_sym_DQUOTE] = ACTIONS(1758), + [sym_true] = ACTIONS(1756), + [sym_false] = ACTIONS(1756), + [sym_null] = ACTIONS(1756), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1756), + [anon_sym_virtual] = ACTIONS(1756), + [anon_sym_explicit] = ACTIONS(1756), + [sym_auto] = ACTIONS(1756), + [anon_sym_typename] = ACTIONS(1756), + [anon_sym_template] = ACTIONS(1756), + [anon_sym_COLON_COLON] = ACTIONS(1758), + [anon_sym_operator] = ACTIONS(1756), + [anon_sym_delete] = ACTIONS(1756), + [anon_sym_throw] = ACTIONS(1756), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_using] = ACTIONS(1756), + [anon_sym_static_assert] = ACTIONS(1756), + [anon_sym_try] = ACTIONS(1756), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1758), + [anon_sym_new] = ACTIONS(1756), + [sym_operator_name] = ACTIONS(1756), + [sym_this] = ACTIONS(1756), + [sym_nullptr] = ACTIONS(1756), + [sym_alone_macro] = ACTIONS(1758), + [aux_sym_alone_macro_call_token1] = ACTIONS(1756), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_FORWARD] = ACTIONS(1756), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1756), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_PS_GET] = ACTIONS(1756), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1756), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1756), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1756), + [anon_sym_MOZ_COLD] = ACTIONS(1756), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1756), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1756), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1756), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1756), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1756), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1756), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1756), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1756), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1756), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1756), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1756), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1756), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_RAII] = ACTIONS(1756), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1756), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1756), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1756), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1756), + [sym_raw_string_literal] = ACTIONS(1758), }, [530] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_include_token1] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym___cdecl] = ACTIONS(1752), + [anon_sym___clrcall] = ACTIONS(1752), + [anon_sym___stdcall] = ACTIONS(1752), + [anon_sym___fastcall] = ACTIONS(1752), + [anon_sym___thiscall] = ACTIONS(1752), + [anon_sym___vectorcall] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_switch] = ACTIONS(1752), + [anon_sym_case] = ACTIONS(1752), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_do] = ACTIONS(1752), + [anon_sym_for] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_goto] = ACTIONS(1752), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_sizeof] = ACTIONS(1752), + [sym_number_literal] = ACTIONS(1754), + [anon_sym_L_SQUOTE] = ACTIONS(1754), + [anon_sym_u_SQUOTE] = ACTIONS(1754), + [anon_sym_U_SQUOTE] = ACTIONS(1754), + [anon_sym_u8_SQUOTE] = ACTIONS(1754), + [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_L_DQUOTE] = ACTIONS(1754), + [anon_sym_u_DQUOTE] = ACTIONS(1754), + [anon_sym_U_DQUOTE] = ACTIONS(1754), + [anon_sym_u8_DQUOTE] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym_true] = ACTIONS(1752), + [sym_false] = ACTIONS(1752), + [sym_null] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_delete] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [anon_sym_new] = ACTIONS(1752), + [sym_operator_name] = ACTIONS(1752), + [sym_this] = ACTIONS(1752), + [sym_nullptr] = ACTIONS(1752), + [sym_alone_macro] = ACTIONS(1754), + [aux_sym_alone_macro_call_token1] = ACTIONS(1752), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_FORWARD] = ACTIONS(1752), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1752), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_PS_GET] = ACTIONS(1752), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1752), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1752), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), + [sym_raw_string_literal] = ACTIONS(1754), }, [531] = { - [ts_builtin_sym_end] = ACTIONS(2114), - [sym_identifier] = ACTIONS(2112), - [aux_sym_preproc_include_token1] = ACTIONS(2112), - [aux_sym_preproc_def_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2112), - [sym_preproc_directive] = ACTIONS(2112), - [anon_sym_LPAREN2] = ACTIONS(2114), - [anon_sym_BANG] = ACTIONS(2114), - [anon_sym_TILDE] = ACTIONS(2114), - [anon_sym_DASH] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(2112), - [anon_sym_STAR] = ACTIONS(2114), - [anon_sym_AMP_AMP] = ACTIONS(2114), - [anon_sym_AMP] = ACTIONS(2112), - [anon_sym_SEMI] = ACTIONS(2114), - [anon_sym_typedef] = ACTIONS(2112), - [anon_sym_extern] = ACTIONS(2112), - [anon_sym___attribute__] = ACTIONS(2112), - [anon_sym___declspec] = ACTIONS(2112), - [anon_sym___based] = ACTIONS(2112), - [anon_sym___cdecl] = ACTIONS(2112), - [anon_sym___clrcall] = ACTIONS(2112), - [anon_sym___stdcall] = ACTIONS(2112), - [anon_sym___fastcall] = ACTIONS(2112), - [anon_sym___thiscall] = ACTIONS(2112), - [anon_sym___vectorcall] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2114), - [anon_sym_LBRACK] = ACTIONS(2112), - [anon_sym_static] = ACTIONS(2112), - [anon_sym_register] = ACTIONS(2112), - [anon_sym_inline] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_volatile] = ACTIONS(2112), - [anon_sym_restrict] = ACTIONS(2112), - [anon_sym__Atomic] = ACTIONS(2112), - [anon_sym_mutable] = ACTIONS(2112), - [anon_sym_constexpr] = ACTIONS(2112), - [anon_sym_signed] = ACTIONS(2112), - [anon_sym_unsigned] = ACTIONS(2112), - [anon_sym_long] = ACTIONS(2112), - [anon_sym_short] = ACTIONS(2112), - [sym_primitive_type] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_class] = ACTIONS(2112), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_switch] = ACTIONS(2112), - [anon_sym_case] = ACTIONS(2112), - [anon_sym_default] = ACTIONS(2112), - [anon_sym_while] = ACTIONS(2112), - [anon_sym_do] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2114), - [anon_sym_PLUS_PLUS] = ACTIONS(2114), - [anon_sym_sizeof] = ACTIONS(2112), - [sym_number_literal] = ACTIONS(2114), - [anon_sym_L_SQUOTE] = ACTIONS(2114), - [anon_sym_u_SQUOTE] = ACTIONS(2114), - [anon_sym_U_SQUOTE] = ACTIONS(2114), - [anon_sym_u8_SQUOTE] = ACTIONS(2114), - [anon_sym_SQUOTE] = ACTIONS(2114), - [anon_sym_L_DQUOTE] = ACTIONS(2114), - [anon_sym_u_DQUOTE] = ACTIONS(2114), - [anon_sym_U_DQUOTE] = ACTIONS(2114), - [anon_sym_u8_DQUOTE] = ACTIONS(2114), - [anon_sym_DQUOTE] = ACTIONS(2114), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_null] = ACTIONS(2112), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2112), - [anon_sym_virtual] = ACTIONS(2112), - [anon_sym_explicit] = ACTIONS(2112), - [sym_auto] = ACTIONS(2112), - [anon_sym_typename] = ACTIONS(2112), - [anon_sym_template] = ACTIONS(2112), - [anon_sym_COLON_COLON] = ACTIONS(2114), - [anon_sym_operator] = ACTIONS(2112), - [anon_sym_delete] = ACTIONS(2112), - [anon_sym_throw] = ACTIONS(2112), - [anon_sym_namespace] = ACTIONS(2112), - [anon_sym_using] = ACTIONS(2112), - [anon_sym_static_assert] = ACTIONS(2112), - [anon_sym_try] = ACTIONS(2112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2114), - [anon_sym_new] = ACTIONS(2112), - [sym_operator_name] = ACTIONS(2112), - [sym_this] = ACTIONS(2112), - [sym_nullptr] = ACTIONS(2112), - [sym_alone_macro] = ACTIONS(2114), - [aux_sym_alone_macro_call_token1] = ACTIONS(2112), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2112), - [anon_sym_MOZ_COLD] = ACTIONS(2112), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2112), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2112), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2112), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2112), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2112), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2112), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2112), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2112), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2112), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2112), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2112), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2112), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_RAII] = ACTIONS(2112), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2112), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2112), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2112), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2112), - [sym_raw_string_literal] = ACTIONS(2114), + [ts_builtin_sym_end] = ACTIONS(1810), + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_include_token1] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1808), + [anon_sym_PLUS] = ACTIONS(1808), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym___cdecl] = ACTIONS(1808), + [anon_sym___clrcall] = ACTIONS(1808), + [anon_sym___stdcall] = ACTIONS(1808), + [anon_sym___fastcall] = ACTIONS(1808), + [anon_sym___thiscall] = ACTIONS(1808), + [anon_sym___vectorcall] = ACTIONS(1808), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [anon_sym_if] = ACTIONS(1808), + [anon_sym_switch] = ACTIONS(1808), + [anon_sym_case] = ACTIONS(1808), + [anon_sym_default] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1808), + [anon_sym_do] = ACTIONS(1808), + [anon_sym_for] = ACTIONS(1808), + [anon_sym_return] = ACTIONS(1808), + [anon_sym_break] = ACTIONS(1808), + [anon_sym_continue] = ACTIONS(1808), + [anon_sym_goto] = ACTIONS(1808), + [anon_sym_DASH_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1810), + [anon_sym_sizeof] = ACTIONS(1808), + [sym_number_literal] = ACTIONS(1810), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1810), + [anon_sym_u_DQUOTE] = ACTIONS(1810), + [anon_sym_U_DQUOTE] = ACTIONS(1810), + [anon_sym_u8_DQUOTE] = ACTIONS(1810), + [anon_sym_DQUOTE] = ACTIONS(1810), + [sym_true] = ACTIONS(1808), + [sym_false] = ACTIONS(1808), + [sym_null] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_delete] = ACTIONS(1808), + [anon_sym_throw] = ACTIONS(1808), + [anon_sym_namespace] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_try] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [anon_sym_new] = ACTIONS(1808), + [sym_operator_name] = ACTIONS(1808), + [sym_this] = ACTIONS(1808), + [sym_nullptr] = ACTIONS(1808), + [sym_alone_macro] = ACTIONS(1810), + [aux_sym_alone_macro_call_token1] = ACTIONS(1808), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_FORWARD] = ACTIONS(1808), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1808), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_PS_GET] = ACTIONS(1808), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1808), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1808), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), + [sym_raw_string_literal] = ACTIONS(1810), }, [532] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_include_token1] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token2] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_BANG] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym___cdecl] = ACTIONS(2032), - [anon_sym___clrcall] = ACTIONS(2032), - [anon_sym___stdcall] = ACTIONS(2032), - [anon_sym___fastcall] = ACTIONS(2032), - [anon_sym___thiscall] = ACTIONS(2032), - [anon_sym___vectorcall] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_switch] = ACTIONS(2032), - [anon_sym_case] = ACTIONS(2032), - [anon_sym_default] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_goto] = ACTIONS(2032), - [anon_sym_DASH_DASH] = ACTIONS(2034), - [anon_sym_PLUS_PLUS] = ACTIONS(2034), - [anon_sym_sizeof] = ACTIONS(2032), - [sym_number_literal] = ACTIONS(2034), - [anon_sym_L_SQUOTE] = ACTIONS(2034), - [anon_sym_u_SQUOTE] = ACTIONS(2034), - [anon_sym_U_SQUOTE] = ACTIONS(2034), - [anon_sym_u8_SQUOTE] = ACTIONS(2034), - [anon_sym_SQUOTE] = ACTIONS(2034), - [anon_sym_L_DQUOTE] = ACTIONS(2034), - [anon_sym_u_DQUOTE] = ACTIONS(2034), - [anon_sym_U_DQUOTE] = ACTIONS(2034), - [anon_sym_u8_DQUOTE] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym_true] = ACTIONS(2032), - [sym_false] = ACTIONS(2032), - [sym_null] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_delete] = ACTIONS(2032), - [anon_sym_throw] = ACTIONS(2032), - [anon_sym_namespace] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [anon_sym_new] = ACTIONS(2032), - [sym_operator_name] = ACTIONS(2032), - [sym_this] = ACTIONS(2032), - [sym_nullptr] = ACTIONS(2032), - [sym_alone_macro] = ACTIONS(2034), - [aux_sym_alone_macro_call_token1] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - [sym_raw_string_literal] = ACTIONS(2034), + [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___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_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_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_COLON_COLON] = ACTIONS(1630), + [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_try] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [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), + [sym_raw_string_literal] = ACTIONS(1630), }, [533] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_include_token1] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token2] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_BANG] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_DASH] = ACTIONS(2040), - [anon_sym_PLUS] = ACTIONS(2040), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym___cdecl] = ACTIONS(2040), - [anon_sym___clrcall] = ACTIONS(2040), - [anon_sym___stdcall] = ACTIONS(2040), - [anon_sym___fastcall] = ACTIONS(2040), - [anon_sym___thiscall] = ACTIONS(2040), - [anon_sym___vectorcall] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2042), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2040), - [anon_sym_case] = ACTIONS(2040), - [anon_sym_default] = ACTIONS(2040), - [anon_sym_while] = ACTIONS(2040), - [anon_sym_do] = ACTIONS(2040), - [anon_sym_for] = ACTIONS(2040), - [anon_sym_return] = ACTIONS(2040), - [anon_sym_break] = ACTIONS(2040), - [anon_sym_continue] = ACTIONS(2040), - [anon_sym_goto] = ACTIONS(2040), - [anon_sym_DASH_DASH] = ACTIONS(2042), - [anon_sym_PLUS_PLUS] = ACTIONS(2042), - [anon_sym_sizeof] = ACTIONS(2040), - [sym_number_literal] = ACTIONS(2042), - [anon_sym_L_SQUOTE] = ACTIONS(2042), - [anon_sym_u_SQUOTE] = ACTIONS(2042), - [anon_sym_U_SQUOTE] = ACTIONS(2042), - [anon_sym_u8_SQUOTE] = ACTIONS(2042), - [anon_sym_SQUOTE] = ACTIONS(2042), - [anon_sym_L_DQUOTE] = ACTIONS(2042), - [anon_sym_u_DQUOTE] = ACTIONS(2042), - [anon_sym_U_DQUOTE] = ACTIONS(2042), - [anon_sym_u8_DQUOTE] = ACTIONS(2042), - [anon_sym_DQUOTE] = ACTIONS(2042), - [sym_true] = ACTIONS(2040), - [sym_false] = ACTIONS(2040), - [sym_null] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_delete] = ACTIONS(2040), - [anon_sym_throw] = ACTIONS(2040), - [anon_sym_namespace] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [anon_sym_new] = ACTIONS(2040), - [sym_operator_name] = ACTIONS(2040), - [sym_this] = ACTIONS(2040), - [sym_nullptr] = ACTIONS(2040), - [sym_alone_macro] = ACTIONS(2042), - [aux_sym_alone_macro_call_token1] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), - [sym_raw_string_literal] = ACTIONS(2042), + [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___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_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_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_COLON_COLON] = ACTIONS(1646), + [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_try] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [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), + [sym_raw_string_literal] = ACTIONS(1646), }, [534] = { - [ts_builtin_sym_end] = ACTIONS(1994), - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_include_token1] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_BANG] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_DASH] = ACTIONS(1992), - [anon_sym_PLUS] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_SEMI] = ACTIONS(1994), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym___cdecl] = ACTIONS(1992), - [anon_sym___clrcall] = ACTIONS(1992), - [anon_sym___stdcall] = ACTIONS(1992), - [anon_sym___fastcall] = ACTIONS(1992), - [anon_sym___thiscall] = ACTIONS(1992), - [anon_sym___vectorcall] = ACTIONS(1992), - [anon_sym_LBRACE] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_switch] = ACTIONS(1992), - [anon_sym_case] = ACTIONS(1992), - [anon_sym_default] = ACTIONS(1992), - [anon_sym_while] = ACTIONS(1992), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(1992), - [anon_sym_return] = ACTIONS(1992), - [anon_sym_break] = ACTIONS(1992), - [anon_sym_continue] = ACTIONS(1992), - [anon_sym_goto] = ACTIONS(1992), - [anon_sym_DASH_DASH] = ACTIONS(1994), - [anon_sym_PLUS_PLUS] = ACTIONS(1994), - [anon_sym_sizeof] = ACTIONS(1992), - [sym_number_literal] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1994), - [anon_sym_u_SQUOTE] = ACTIONS(1994), - [anon_sym_U_SQUOTE] = ACTIONS(1994), - [anon_sym_u8_SQUOTE] = ACTIONS(1994), - [anon_sym_SQUOTE] = ACTIONS(1994), - [anon_sym_L_DQUOTE] = ACTIONS(1994), - [anon_sym_u_DQUOTE] = ACTIONS(1994), - [anon_sym_U_DQUOTE] = ACTIONS(1994), - [anon_sym_u8_DQUOTE] = ACTIONS(1994), - [anon_sym_DQUOTE] = ACTIONS(1994), - [sym_true] = ACTIONS(1992), - [sym_false] = ACTIONS(1992), - [sym_null] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_delete] = ACTIONS(1992), - [anon_sym_throw] = ACTIONS(1992), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_try] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [anon_sym_new] = ACTIONS(1992), - [sym_operator_name] = ACTIONS(1992), - [sym_this] = ACTIONS(1992), - [sym_nullptr] = ACTIONS(1992), - [sym_alone_macro] = ACTIONS(1994), - [aux_sym_alone_macro_call_token1] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - [sym_raw_string_literal] = ACTIONS(1994), + [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___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_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_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_COLON_COLON] = ACTIONS(1662), + [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_try] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), + [sym_raw_string_literal] = ACTIONS(1662), }, [535] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_include_token1] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_BANG] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1948), - [anon_sym_PLUS] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym___cdecl] = ACTIONS(1948), - [anon_sym___clrcall] = ACTIONS(1948), - [anon_sym___stdcall] = ACTIONS(1948), - [anon_sym___fastcall] = ACTIONS(1948), - [anon_sym___thiscall] = ACTIONS(1948), - [anon_sym___vectorcall] = ACTIONS(1948), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_RBRACE] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [anon_sym_if] = ACTIONS(1948), - [anon_sym_switch] = ACTIONS(1948), - [anon_sym_case] = ACTIONS(1948), - [anon_sym_default] = ACTIONS(1948), - [anon_sym_while] = ACTIONS(1948), - [anon_sym_do] = ACTIONS(1948), - [anon_sym_for] = ACTIONS(1948), - [anon_sym_return] = ACTIONS(1948), - [anon_sym_break] = ACTIONS(1948), - [anon_sym_continue] = ACTIONS(1948), - [anon_sym_goto] = ACTIONS(1948), - [anon_sym_DASH_DASH] = ACTIONS(1950), - [anon_sym_PLUS_PLUS] = ACTIONS(1950), - [anon_sym_sizeof] = ACTIONS(1948), - [sym_number_literal] = ACTIONS(1950), - [anon_sym_L_SQUOTE] = ACTIONS(1950), - [anon_sym_u_SQUOTE] = ACTIONS(1950), - [anon_sym_U_SQUOTE] = ACTIONS(1950), - [anon_sym_u8_SQUOTE] = ACTIONS(1950), - [anon_sym_SQUOTE] = ACTIONS(1950), - [anon_sym_L_DQUOTE] = ACTIONS(1950), - [anon_sym_u_DQUOTE] = ACTIONS(1950), - [anon_sym_U_DQUOTE] = ACTIONS(1950), - [anon_sym_u8_DQUOTE] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym_true] = ACTIONS(1948), - [sym_false] = ACTIONS(1948), - [sym_null] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_delete] = ACTIONS(1948), - [anon_sym_throw] = ACTIONS(1948), - [anon_sym_namespace] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_try] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [anon_sym_new] = ACTIONS(1948), - [sym_operator_name] = ACTIONS(1948), - [sym_this] = ACTIONS(1948), - [sym_nullptr] = ACTIONS(1948), - [sym_alone_macro] = ACTIONS(1950), - [aux_sym_alone_macro_call_token1] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), - [sym_raw_string_literal] = ACTIONS(1950), + [ts_builtin_sym_end] = ACTIONS(1762), + [sym_identifier] = ACTIONS(1760), + [aux_sym_preproc_include_token1] = ACTIONS(1760), + [aux_sym_preproc_def_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1760), + [sym_preproc_directive] = ACTIONS(1760), + [anon_sym_LPAREN2] = ACTIONS(1762), + [anon_sym_BANG] = ACTIONS(1762), + [anon_sym_TILDE] = ACTIONS(1762), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(1762), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1762), + [anon_sym_typedef] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym___attribute__] = ACTIONS(1760), + [anon_sym___declspec] = ACTIONS(1760), + [anon_sym___based] = ACTIONS(1760), + [anon_sym___cdecl] = ACTIONS(1760), + [anon_sym___clrcall] = ACTIONS(1760), + [anon_sym___stdcall] = ACTIONS(1760), + [anon_sym___fastcall] = ACTIONS(1760), + [anon_sym___thiscall] = ACTIONS(1760), + [anon_sym___vectorcall] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_static] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_inline] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [anon_sym_volatile] = ACTIONS(1760), + [anon_sym_restrict] = ACTIONS(1760), + [anon_sym__Atomic] = ACTIONS(1760), + [anon_sym_mutable] = ACTIONS(1760), + [anon_sym_constexpr] = ACTIONS(1760), + [anon_sym_signed] = ACTIONS(1760), + [anon_sym_unsigned] = ACTIONS(1760), + [anon_sym_long] = ACTIONS(1760), + [anon_sym_short] = ACTIONS(1760), + [sym_primitive_type] = ACTIONS(1760), + [anon_sym_enum] = ACTIONS(1760), + [anon_sym_class] = ACTIONS(1760), + [anon_sym_struct] = ACTIONS(1760), + [anon_sym_union] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_switch] = ACTIONS(1760), + [anon_sym_case] = ACTIONS(1760), + [anon_sym_default] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_goto] = ACTIONS(1760), + [anon_sym_DASH_DASH] = ACTIONS(1762), + [anon_sym_PLUS_PLUS] = ACTIONS(1762), + [anon_sym_sizeof] = ACTIONS(1760), + [sym_number_literal] = ACTIONS(1762), + [anon_sym_L_SQUOTE] = ACTIONS(1762), + [anon_sym_u_SQUOTE] = ACTIONS(1762), + [anon_sym_U_SQUOTE] = ACTIONS(1762), + [anon_sym_u8_SQUOTE] = ACTIONS(1762), + [anon_sym_SQUOTE] = ACTIONS(1762), + [anon_sym_L_DQUOTE] = ACTIONS(1762), + [anon_sym_u_DQUOTE] = ACTIONS(1762), + [anon_sym_U_DQUOTE] = ACTIONS(1762), + [anon_sym_u8_DQUOTE] = ACTIONS(1762), + [anon_sym_DQUOTE] = ACTIONS(1762), + [sym_true] = ACTIONS(1760), + [sym_false] = ACTIONS(1760), + [sym_null] = ACTIONS(1760), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1760), + [anon_sym_virtual] = ACTIONS(1760), + [anon_sym_explicit] = ACTIONS(1760), + [sym_auto] = ACTIONS(1760), + [anon_sym_typename] = ACTIONS(1760), + [anon_sym_template] = ACTIONS(1760), + [anon_sym_COLON_COLON] = ACTIONS(1762), + [anon_sym_operator] = ACTIONS(1760), + [anon_sym_delete] = ACTIONS(1760), + [anon_sym_throw] = ACTIONS(1760), + [anon_sym_namespace] = ACTIONS(1760), + [anon_sym_using] = ACTIONS(1760), + [anon_sym_static_assert] = ACTIONS(1760), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1762), + [anon_sym_new] = ACTIONS(1760), + [sym_operator_name] = ACTIONS(1760), + [sym_this] = ACTIONS(1760), + [sym_nullptr] = ACTIONS(1760), + [sym_alone_macro] = ACTIONS(1762), + [aux_sym_alone_macro_call_token1] = ACTIONS(1760), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_FORWARD] = ACTIONS(1760), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1760), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_PS_GET] = ACTIONS(1760), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1760), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1760), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1760), + [anon_sym_MOZ_COLD] = ACTIONS(1760), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1760), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1760), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1760), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1760), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1760), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1760), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1760), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1760), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1760), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1760), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1760), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1760), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_RAII] = ACTIONS(1760), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1760), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1760), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1760), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1760), + [sym_raw_string_literal] = ACTIONS(1762), }, [536] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_include_token1] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_BANG] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_DASH] = ACTIONS(1952), - [anon_sym_PLUS] = ACTIONS(1952), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_SEMI] = ACTIONS(1954), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym___cdecl] = ACTIONS(1952), - [anon_sym___clrcall] = ACTIONS(1952), - [anon_sym___stdcall] = ACTIONS(1952), - [anon_sym___fastcall] = ACTIONS(1952), - [anon_sym___thiscall] = ACTIONS(1952), - [anon_sym___vectorcall] = ACTIONS(1952), - [anon_sym_LBRACE] = ACTIONS(1954), - [anon_sym_RBRACE] = ACTIONS(1954), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [anon_sym_if] = ACTIONS(1952), - [anon_sym_switch] = ACTIONS(1952), - [anon_sym_case] = ACTIONS(1952), - [anon_sym_default] = ACTIONS(1952), - [anon_sym_while] = ACTIONS(1952), - [anon_sym_do] = ACTIONS(1952), - [anon_sym_for] = ACTIONS(1952), - [anon_sym_return] = ACTIONS(1952), - [anon_sym_break] = ACTIONS(1952), - [anon_sym_continue] = ACTIONS(1952), - [anon_sym_goto] = ACTIONS(1952), - [anon_sym_DASH_DASH] = ACTIONS(1954), - [anon_sym_PLUS_PLUS] = ACTIONS(1954), - [anon_sym_sizeof] = ACTIONS(1952), - [sym_number_literal] = ACTIONS(1954), - [anon_sym_L_SQUOTE] = ACTIONS(1954), - [anon_sym_u_SQUOTE] = ACTIONS(1954), - [anon_sym_U_SQUOTE] = ACTIONS(1954), - [anon_sym_u8_SQUOTE] = ACTIONS(1954), - [anon_sym_SQUOTE] = ACTIONS(1954), - [anon_sym_L_DQUOTE] = ACTIONS(1954), - [anon_sym_u_DQUOTE] = ACTIONS(1954), - [anon_sym_U_DQUOTE] = ACTIONS(1954), - [anon_sym_u8_DQUOTE] = ACTIONS(1954), - [anon_sym_DQUOTE] = ACTIONS(1954), - [sym_true] = ACTIONS(1952), - [sym_false] = ACTIONS(1952), - [sym_null] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_delete] = ACTIONS(1952), - [anon_sym_throw] = ACTIONS(1952), - [anon_sym_namespace] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_try] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [anon_sym_new] = ACTIONS(1952), - [sym_operator_name] = ACTIONS(1952), - [sym_this] = ACTIONS(1952), - [sym_nullptr] = ACTIONS(1952), - [sym_alone_macro] = ACTIONS(1954), - [aux_sym_alone_macro_call_token1] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), - [sym_raw_string_literal] = ACTIONS(1954), + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_include_token1] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token2] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym___cdecl] = ACTIONS(1784), + [anon_sym___clrcall] = ACTIONS(1784), + [anon_sym___stdcall] = ACTIONS(1784), + [anon_sym___fastcall] = ACTIONS(1784), + [anon_sym___thiscall] = ACTIONS(1784), + [anon_sym___vectorcall] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_switch] = ACTIONS(1784), + [anon_sym_case] = ACTIONS(1784), + [anon_sym_default] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_do] = ACTIONS(1784), + [anon_sym_for] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_goto] = ACTIONS(1784), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_sizeof] = ACTIONS(1784), + [sym_number_literal] = ACTIONS(1786), + [anon_sym_L_SQUOTE] = ACTIONS(1786), + [anon_sym_u_SQUOTE] = ACTIONS(1786), + [anon_sym_U_SQUOTE] = ACTIONS(1786), + [anon_sym_u8_SQUOTE] = ACTIONS(1786), + [anon_sym_SQUOTE] = ACTIONS(1786), + [anon_sym_L_DQUOTE] = ACTIONS(1786), + [anon_sym_u_DQUOTE] = ACTIONS(1786), + [anon_sym_U_DQUOTE] = ACTIONS(1786), + [anon_sym_u8_DQUOTE] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym_true] = ACTIONS(1784), + [sym_false] = ACTIONS(1784), + [sym_null] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_delete] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_namespace] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [anon_sym_new] = ACTIONS(1784), + [sym_operator_name] = ACTIONS(1784), + [sym_this] = ACTIONS(1784), + [sym_nullptr] = ACTIONS(1784), + [sym_alone_macro] = ACTIONS(1786), + [aux_sym_alone_macro_call_token1] = ACTIONS(1784), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_FORWARD] = ACTIONS(1784), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1784), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_PS_GET] = ACTIONS(1784), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1784), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1784), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), + [sym_raw_string_literal] = ACTIONS(1786), }, [537] = { - [ts_builtin_sym_end] = ACTIONS(1998), - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_include_token1] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_BANG] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_DASH] = ACTIONS(1996), - [anon_sym_PLUS] = ACTIONS(1996), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym___cdecl] = ACTIONS(1996), - [anon_sym___clrcall] = ACTIONS(1996), - [anon_sym___stdcall] = ACTIONS(1996), - [anon_sym___fastcall] = ACTIONS(1996), - [anon_sym___thiscall] = ACTIONS(1996), - [anon_sym___vectorcall] = ACTIONS(1996), - [anon_sym_LBRACE] = ACTIONS(1998), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [anon_sym_if] = ACTIONS(1996), - [anon_sym_switch] = ACTIONS(1996), - [anon_sym_case] = ACTIONS(1996), - [anon_sym_default] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1996), - [anon_sym_do] = ACTIONS(1996), - [anon_sym_for] = ACTIONS(1996), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_break] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(1996), - [anon_sym_goto] = ACTIONS(1996), - [anon_sym_DASH_DASH] = ACTIONS(1998), - [anon_sym_PLUS_PLUS] = ACTIONS(1998), - [anon_sym_sizeof] = ACTIONS(1996), - [sym_number_literal] = ACTIONS(1998), - [anon_sym_L_SQUOTE] = ACTIONS(1998), - [anon_sym_u_SQUOTE] = ACTIONS(1998), - [anon_sym_U_SQUOTE] = ACTIONS(1998), - [anon_sym_u8_SQUOTE] = ACTIONS(1998), - [anon_sym_SQUOTE] = ACTIONS(1998), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1996), - [sym_false] = ACTIONS(1996), - [sym_null] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_delete] = ACTIONS(1996), - [anon_sym_throw] = ACTIONS(1996), - [anon_sym_namespace] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_try] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [anon_sym_new] = ACTIONS(1996), - [sym_operator_name] = ACTIONS(1996), - [sym_this] = ACTIONS(1996), - [sym_nullptr] = ACTIONS(1996), - [sym_alone_macro] = ACTIONS(1998), - [aux_sym_alone_macro_call_token1] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - [sym_raw_string_literal] = ACTIONS(1998), + [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___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_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_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_COLON_COLON] = ACTIONS(1630), + [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_try] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [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), + [sym_raw_string_literal] = ACTIONS(1630), }, [538] = { - [ts_builtin_sym_end] = ACTIONS(2014), - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_include_token1] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_BANG] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_PLUS] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2014), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym___cdecl] = ACTIONS(2012), - [anon_sym___clrcall] = ACTIONS(2012), - [anon_sym___stdcall] = ACTIONS(2012), - [anon_sym___fastcall] = ACTIONS(2012), - [anon_sym___thiscall] = ACTIONS(2012), - [anon_sym___vectorcall] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2014), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_switch] = ACTIONS(2012), - [anon_sym_case] = ACTIONS(2012), - [anon_sym_default] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_goto] = ACTIONS(2012), - [anon_sym_DASH_DASH] = ACTIONS(2014), - [anon_sym_PLUS_PLUS] = ACTIONS(2014), - [anon_sym_sizeof] = ACTIONS(2012), - [sym_number_literal] = ACTIONS(2014), - [anon_sym_L_SQUOTE] = ACTIONS(2014), - [anon_sym_u_SQUOTE] = ACTIONS(2014), - [anon_sym_U_SQUOTE] = ACTIONS(2014), - [anon_sym_u8_SQUOTE] = ACTIONS(2014), - [anon_sym_SQUOTE] = ACTIONS(2014), - [anon_sym_L_DQUOTE] = ACTIONS(2014), - [anon_sym_u_DQUOTE] = ACTIONS(2014), - [anon_sym_U_DQUOTE] = ACTIONS(2014), - [anon_sym_u8_DQUOTE] = ACTIONS(2014), - [anon_sym_DQUOTE] = ACTIONS(2014), - [sym_true] = ACTIONS(2012), - [sym_false] = ACTIONS(2012), - [sym_null] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_delete] = ACTIONS(2012), - [anon_sym_throw] = ACTIONS(2012), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [anon_sym_new] = ACTIONS(2012), - [sym_operator_name] = ACTIONS(2012), - [sym_this] = ACTIONS(2012), - [sym_nullptr] = ACTIONS(2012), - [sym_alone_macro] = ACTIONS(2014), - [aux_sym_alone_macro_call_token1] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), - [sym_raw_string_literal] = ACTIONS(2014), + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_include_token1] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1808), + [anon_sym_PLUS] = ACTIONS(1808), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym___cdecl] = ACTIONS(1808), + [anon_sym___clrcall] = ACTIONS(1808), + [anon_sym___stdcall] = ACTIONS(1808), + [anon_sym___fastcall] = ACTIONS(1808), + [anon_sym___thiscall] = ACTIONS(1808), + [anon_sym___vectorcall] = ACTIONS(1808), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [anon_sym_if] = ACTIONS(1808), + [anon_sym_switch] = ACTIONS(1808), + [anon_sym_case] = ACTIONS(1808), + [anon_sym_default] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1808), + [anon_sym_do] = ACTIONS(1808), + [anon_sym_for] = ACTIONS(1808), + [anon_sym_return] = ACTIONS(1808), + [anon_sym_break] = ACTIONS(1808), + [anon_sym_continue] = ACTIONS(1808), + [anon_sym_goto] = ACTIONS(1808), + [anon_sym_DASH_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1810), + [anon_sym_sizeof] = ACTIONS(1808), + [sym_number_literal] = ACTIONS(1810), + [anon_sym_L_SQUOTE] = ACTIONS(1810), + [anon_sym_u_SQUOTE] = ACTIONS(1810), + [anon_sym_U_SQUOTE] = ACTIONS(1810), + [anon_sym_u8_SQUOTE] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_L_DQUOTE] = ACTIONS(1810), + [anon_sym_u_DQUOTE] = ACTIONS(1810), + [anon_sym_U_DQUOTE] = ACTIONS(1810), + [anon_sym_u8_DQUOTE] = ACTIONS(1810), + [anon_sym_DQUOTE] = ACTIONS(1810), + [sym_true] = ACTIONS(1808), + [sym_false] = ACTIONS(1808), + [sym_null] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_delete] = ACTIONS(1808), + [anon_sym_throw] = ACTIONS(1808), + [anon_sym_namespace] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_try] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [anon_sym_new] = ACTIONS(1808), + [sym_operator_name] = ACTIONS(1808), + [sym_this] = ACTIONS(1808), + [sym_nullptr] = ACTIONS(1808), + [sym_alone_macro] = ACTIONS(1810), + [aux_sym_alone_macro_call_token1] = ACTIONS(1808), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_FORWARD] = ACTIONS(1808), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1808), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_PS_GET] = ACTIONS(1808), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1808), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1808), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1808), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), + [sym_raw_string_literal] = ACTIONS(1810), }, [539] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_include_token1] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_BANG] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_SEMI] = ACTIONS(1958), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym___cdecl] = ACTIONS(1956), - [anon_sym___clrcall] = ACTIONS(1956), - [anon_sym___stdcall] = ACTIONS(1956), - [anon_sym___fastcall] = ACTIONS(1956), - [anon_sym___thiscall] = ACTIONS(1956), - [anon_sym___vectorcall] = ACTIONS(1956), - [anon_sym_LBRACE] = ACTIONS(1958), - [anon_sym_RBRACE] = ACTIONS(1958), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [anon_sym_if] = ACTIONS(1956), - [anon_sym_switch] = ACTIONS(1956), - [anon_sym_case] = ACTIONS(1956), - [anon_sym_default] = ACTIONS(1956), - [anon_sym_while] = ACTIONS(1956), - [anon_sym_do] = ACTIONS(1956), - [anon_sym_for] = ACTIONS(1956), - [anon_sym_return] = ACTIONS(1956), - [anon_sym_break] = ACTIONS(1956), - [anon_sym_continue] = ACTIONS(1956), - [anon_sym_goto] = ACTIONS(1956), - [anon_sym_DASH_DASH] = ACTIONS(1958), - [anon_sym_PLUS_PLUS] = ACTIONS(1958), - [anon_sym_sizeof] = ACTIONS(1956), - [sym_number_literal] = ACTIONS(1958), - [anon_sym_L_SQUOTE] = ACTIONS(1958), - [anon_sym_u_SQUOTE] = ACTIONS(1958), - [anon_sym_U_SQUOTE] = ACTIONS(1958), - [anon_sym_u8_SQUOTE] = ACTIONS(1958), - [anon_sym_SQUOTE] = ACTIONS(1958), - [anon_sym_L_DQUOTE] = ACTIONS(1958), - [anon_sym_u_DQUOTE] = ACTIONS(1958), - [anon_sym_U_DQUOTE] = ACTIONS(1958), - [anon_sym_u8_DQUOTE] = ACTIONS(1958), - [anon_sym_DQUOTE] = ACTIONS(1958), - [sym_true] = ACTIONS(1956), - [sym_false] = ACTIONS(1956), - [sym_null] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_throw] = ACTIONS(1956), - [anon_sym_namespace] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_try] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym_new] = ACTIONS(1956), - [sym_operator_name] = ACTIONS(1956), - [sym_this] = ACTIONS(1956), - [sym_nullptr] = ACTIONS(1956), - [sym_alone_macro] = ACTIONS(1958), - [aux_sym_alone_macro_call_token1] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), - [sym_raw_string_literal] = ACTIONS(1958), + [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___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_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_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_COLON_COLON] = ACTIONS(1658), + [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_try] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [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), + [sym_raw_string_literal] = ACTIONS(1658), }, [540] = { - [ts_builtin_sym_end] = ACTIONS(2078), - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_include_token1] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_BANG] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_SEMI] = ACTIONS(2078), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym___cdecl] = ACTIONS(2076), - [anon_sym___clrcall] = ACTIONS(2076), - [anon_sym___stdcall] = ACTIONS(2076), - [anon_sym___fastcall] = ACTIONS(2076), - [anon_sym___thiscall] = ACTIONS(2076), - [anon_sym___vectorcall] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_switch] = ACTIONS(2076), - [anon_sym_case] = ACTIONS(2076), - [anon_sym_default] = ACTIONS(2076), - [anon_sym_while] = ACTIONS(2076), - [anon_sym_do] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2078), - [anon_sym_PLUS_PLUS] = ACTIONS(2078), - [anon_sym_sizeof] = ACTIONS(2076), - [sym_number_literal] = ACTIONS(2078), - [anon_sym_L_SQUOTE] = ACTIONS(2078), - [anon_sym_u_SQUOTE] = ACTIONS(2078), - [anon_sym_U_SQUOTE] = ACTIONS(2078), - [anon_sym_u8_SQUOTE] = ACTIONS(2078), - [anon_sym_SQUOTE] = ACTIONS(2078), - [anon_sym_L_DQUOTE] = ACTIONS(2078), - [anon_sym_u_DQUOTE] = ACTIONS(2078), - [anon_sym_U_DQUOTE] = ACTIONS(2078), - [anon_sym_u8_DQUOTE] = ACTIONS(2078), - [anon_sym_DQUOTE] = ACTIONS(2078), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_null] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_delete] = ACTIONS(2076), - [anon_sym_throw] = ACTIONS(2076), - [anon_sym_namespace] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_try] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [anon_sym_new] = ACTIONS(2076), - [sym_operator_name] = ACTIONS(2076), - [sym_this] = ACTIONS(2076), - [sym_nullptr] = ACTIONS(2076), - [sym_alone_macro] = ACTIONS(2078), - [aux_sym_alone_macro_call_token1] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), - [sym_raw_string_literal] = ACTIONS(2078), + [ts_builtin_sym_end] = ACTIONS(1606), + [sym_identifier] = ACTIONS(1604), + [aux_sym_preproc_include_token1] = ACTIONS(1604), + [aux_sym_preproc_def_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1604), + [sym_preproc_directive] = ACTIONS(1604), + [anon_sym_LPAREN2] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(1604), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_typedef] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym___attribute__] = ACTIONS(1604), + [anon_sym___declspec] = ACTIONS(1604), + [anon_sym___based] = ACTIONS(1604), + [anon_sym___cdecl] = ACTIONS(1604), + [anon_sym___clrcall] = ACTIONS(1604), + [anon_sym___stdcall] = ACTIONS(1604), + [anon_sym___fastcall] = ACTIONS(1604), + [anon_sym___thiscall] = ACTIONS(1604), + [anon_sym___vectorcall] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_inline] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [anon_sym_volatile] = ACTIONS(1604), + [anon_sym_restrict] = ACTIONS(1604), + [anon_sym__Atomic] = ACTIONS(1604), + [anon_sym_mutable] = ACTIONS(1604), + [anon_sym_constexpr] = ACTIONS(1604), + [anon_sym_signed] = ACTIONS(1604), + [anon_sym_unsigned] = ACTIONS(1604), + [anon_sym_long] = ACTIONS(1604), + [anon_sym_short] = ACTIONS(1604), + [sym_primitive_type] = ACTIONS(1604), + [anon_sym_enum] = ACTIONS(1604), + [anon_sym_class] = ACTIONS(1604), + [anon_sym_struct] = ACTIONS(1604), + [anon_sym_union] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_switch] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1604), + [anon_sym_default] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_goto] = ACTIONS(1604), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_sizeof] = ACTIONS(1604), + [sym_number_literal] = ACTIONS(1606), + [anon_sym_L_SQUOTE] = ACTIONS(1606), + [anon_sym_u_SQUOTE] = ACTIONS(1606), + [anon_sym_U_SQUOTE] = ACTIONS(1606), + [anon_sym_u8_SQUOTE] = ACTIONS(1606), + [anon_sym_SQUOTE] = ACTIONS(1606), + [anon_sym_L_DQUOTE] = ACTIONS(1606), + [anon_sym_u_DQUOTE] = ACTIONS(1606), + [anon_sym_U_DQUOTE] = ACTIONS(1606), + [anon_sym_u8_DQUOTE] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1606), + [sym_true] = ACTIONS(1604), + [sym_false] = ACTIONS(1604), + [sym_null] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1604), + [anon_sym_virtual] = ACTIONS(1604), + [anon_sym_explicit] = ACTIONS(1604), + [sym_auto] = ACTIONS(1604), + [anon_sym_typename] = ACTIONS(1604), + [anon_sym_template] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_operator] = ACTIONS(1604), + [anon_sym_delete] = ACTIONS(1604), + [anon_sym_throw] = ACTIONS(1604), + [anon_sym_namespace] = ACTIONS(1604), + [anon_sym_using] = ACTIONS(1604), + [anon_sym_static_assert] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1606), + [anon_sym_new] = ACTIONS(1604), + [sym_operator_name] = ACTIONS(1604), + [sym_this] = ACTIONS(1604), + [sym_nullptr] = ACTIONS(1604), + [sym_alone_macro] = ACTIONS(1606), + [aux_sym_alone_macro_call_token1] = ACTIONS(1604), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_FORWARD] = ACTIONS(1604), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1604), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_PS_GET] = ACTIONS(1604), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1604), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1604), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1604), + [anon_sym_MOZ_COLD] = ACTIONS(1604), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1604), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1604), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1604), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1604), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1604), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1604), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1604), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1604), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1604), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1604), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1604), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1604), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_RAII] = ACTIONS(1604), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1604), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1604), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1604), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1604), + [sym_raw_string_literal] = ACTIONS(1606), }, [541] = { - [sym_identifier] = ACTIONS(2108), - [aux_sym_preproc_include_token1] = ACTIONS(2108), - [aux_sym_preproc_def_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token2] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2108), - [sym_preproc_directive] = ACTIONS(2108), - [anon_sym_LPAREN2] = ACTIONS(2110), - [anon_sym_BANG] = ACTIONS(2110), - [anon_sym_TILDE] = ACTIONS(2110), - [anon_sym_DASH] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(2108), - [anon_sym_STAR] = ACTIONS(2110), - [anon_sym_AMP_AMP] = ACTIONS(2110), - [anon_sym_AMP] = ACTIONS(2108), - [anon_sym_SEMI] = ACTIONS(2110), - [anon_sym_typedef] = ACTIONS(2108), - [anon_sym_extern] = ACTIONS(2108), - [anon_sym___attribute__] = ACTIONS(2108), - [anon_sym___declspec] = ACTIONS(2108), - [anon_sym___based] = ACTIONS(2108), - [anon_sym___cdecl] = ACTIONS(2108), - [anon_sym___clrcall] = ACTIONS(2108), - [anon_sym___stdcall] = ACTIONS(2108), - [anon_sym___fastcall] = ACTIONS(2108), - [anon_sym___thiscall] = ACTIONS(2108), - [anon_sym___vectorcall] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2110), - [anon_sym_LBRACK] = ACTIONS(2108), - [anon_sym_static] = ACTIONS(2108), - [anon_sym_register] = ACTIONS(2108), - [anon_sym_inline] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_volatile] = ACTIONS(2108), - [anon_sym_restrict] = ACTIONS(2108), - [anon_sym__Atomic] = ACTIONS(2108), - [anon_sym_mutable] = ACTIONS(2108), - [anon_sym_constexpr] = ACTIONS(2108), - [anon_sym_signed] = ACTIONS(2108), - [anon_sym_unsigned] = ACTIONS(2108), - [anon_sym_long] = ACTIONS(2108), - [anon_sym_short] = ACTIONS(2108), - [sym_primitive_type] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_class] = ACTIONS(2108), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_switch] = ACTIONS(2108), - [anon_sym_case] = ACTIONS(2108), - [anon_sym_default] = ACTIONS(2108), - [anon_sym_while] = ACTIONS(2108), - [anon_sym_do] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2110), - [anon_sym_PLUS_PLUS] = ACTIONS(2110), - [anon_sym_sizeof] = ACTIONS(2108), - [sym_number_literal] = ACTIONS(2110), - [anon_sym_L_SQUOTE] = ACTIONS(2110), - [anon_sym_u_SQUOTE] = ACTIONS(2110), - [anon_sym_U_SQUOTE] = ACTIONS(2110), - [anon_sym_u8_SQUOTE] = ACTIONS(2110), - [anon_sym_SQUOTE] = ACTIONS(2110), - [anon_sym_L_DQUOTE] = ACTIONS(2110), - [anon_sym_u_DQUOTE] = ACTIONS(2110), - [anon_sym_U_DQUOTE] = ACTIONS(2110), - [anon_sym_u8_DQUOTE] = ACTIONS(2110), - [anon_sym_DQUOTE] = ACTIONS(2110), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_null] = ACTIONS(2108), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2108), - [anon_sym_virtual] = ACTIONS(2108), - [anon_sym_explicit] = ACTIONS(2108), - [sym_auto] = ACTIONS(2108), - [anon_sym_typename] = ACTIONS(2108), - [anon_sym_template] = ACTIONS(2108), - [anon_sym_COLON_COLON] = ACTIONS(2110), - [anon_sym_operator] = ACTIONS(2108), - [anon_sym_delete] = ACTIONS(2108), - [anon_sym_throw] = ACTIONS(2108), - [anon_sym_namespace] = ACTIONS(2108), - [anon_sym_using] = ACTIONS(2108), - [anon_sym_static_assert] = ACTIONS(2108), - [anon_sym_try] = ACTIONS(2108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2110), - [anon_sym_new] = ACTIONS(2108), - [sym_operator_name] = ACTIONS(2108), - [sym_this] = ACTIONS(2108), - [sym_nullptr] = ACTIONS(2108), - [sym_alone_macro] = ACTIONS(2110), - [aux_sym_alone_macro_call_token1] = ACTIONS(2108), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2108), - [anon_sym_MOZ_COLD] = ACTIONS(2108), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2108), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2108), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2108), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2108), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2108), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2108), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2108), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2108), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2108), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2108), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2108), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2108), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_RAII] = ACTIONS(2108), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2108), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2108), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2108), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2108), - [sym_raw_string_literal] = ACTIONS(2110), + [ts_builtin_sym_end] = ACTIONS(1770), + [sym_identifier] = ACTIONS(1768), + [aux_sym_preproc_include_token1] = ACTIONS(1768), + [aux_sym_preproc_def_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1768), + [sym_preproc_directive] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym_typedef] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym_mutable] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1768), + [anon_sym_unsigned] = ACTIONS(1768), + [anon_sym_long] = ACTIONS(1768), + [anon_sym_short] = ACTIONS(1768), + [sym_primitive_type] = ACTIONS(1768), + [anon_sym_enum] = ACTIONS(1768), + [anon_sym_class] = ACTIONS(1768), + [anon_sym_struct] = ACTIONS(1768), + [anon_sym_union] = ACTIONS(1768), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1768), + [anon_sym_default] = ACTIONS(1768), + [anon_sym_while] = ACTIONS(1768), + [anon_sym_do] = ACTIONS(1768), + [anon_sym_for] = ACTIONS(1768), + [anon_sym_return] = ACTIONS(1768), + [anon_sym_break] = ACTIONS(1768), + [anon_sym_continue] = ACTIONS(1768), + [anon_sym_goto] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_sizeof] = ACTIONS(1768), + [sym_number_literal] = ACTIONS(1770), + [anon_sym_L_SQUOTE] = ACTIONS(1770), + [anon_sym_u_SQUOTE] = ACTIONS(1770), + [anon_sym_U_SQUOTE] = ACTIONS(1770), + [anon_sym_u8_SQUOTE] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1770), + [anon_sym_L_DQUOTE] = ACTIONS(1770), + [anon_sym_u_DQUOTE] = ACTIONS(1770), + [anon_sym_U_DQUOTE] = ACTIONS(1770), + [anon_sym_u8_DQUOTE] = ACTIONS(1770), + [anon_sym_DQUOTE] = ACTIONS(1770), + [sym_true] = ACTIONS(1768), + [sym_false] = ACTIONS(1768), + [sym_null] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1768), + [anon_sym_virtual] = ACTIONS(1768), + [anon_sym_explicit] = ACTIONS(1768), + [sym_auto] = ACTIONS(1768), + [anon_sym_typename] = ACTIONS(1768), + [anon_sym_template] = ACTIONS(1768), + [anon_sym_COLON_COLON] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1768), + [anon_sym_delete] = ACTIONS(1768), + [anon_sym_throw] = ACTIONS(1768), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_using] = ACTIONS(1768), + [anon_sym_static_assert] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1770), + [anon_sym_new] = ACTIONS(1768), + [sym_operator_name] = ACTIONS(1768), + [sym_this] = ACTIONS(1768), + [sym_nullptr] = ACTIONS(1768), + [sym_alone_macro] = ACTIONS(1770), + [aux_sym_alone_macro_call_token1] = ACTIONS(1768), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_FORWARD] = ACTIONS(1768), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1768), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_PS_GET] = ACTIONS(1768), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1768), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1768), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1768), + [anon_sym_MOZ_COLD] = ACTIONS(1768), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1768), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1768), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1768), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1768), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1768), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1768), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1768), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1768), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1768), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1768), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1768), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1768), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_RAII] = ACTIONS(1768), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1768), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1768), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1768), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1768), + [sym_raw_string_literal] = ACTIONS(1770), }, [542] = { - [ts_builtin_sym_end] = ACTIONS(2094), - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_include_token1] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_BANG] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_DASH] = ACTIONS(2092), - [anon_sym_PLUS] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_SEMI] = ACTIONS(2094), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym___cdecl] = ACTIONS(2092), - [anon_sym___clrcall] = ACTIONS(2092), - [anon_sym___stdcall] = ACTIONS(2092), - [anon_sym___fastcall] = ACTIONS(2092), - [anon_sym___thiscall] = ACTIONS(2092), - [anon_sym___vectorcall] = ACTIONS(2092), - [anon_sym_LBRACE] = ACTIONS(2094), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [anon_sym_if] = ACTIONS(2092), - [anon_sym_switch] = ACTIONS(2092), - [anon_sym_case] = ACTIONS(2092), - [anon_sym_default] = ACTIONS(2092), - [anon_sym_while] = ACTIONS(2092), - [anon_sym_do] = ACTIONS(2092), - [anon_sym_for] = ACTIONS(2092), - [anon_sym_return] = ACTIONS(2092), - [anon_sym_break] = ACTIONS(2092), - [anon_sym_continue] = ACTIONS(2092), - [anon_sym_goto] = ACTIONS(2092), - [anon_sym_DASH_DASH] = ACTIONS(2094), - [anon_sym_PLUS_PLUS] = ACTIONS(2094), - [anon_sym_sizeof] = ACTIONS(2092), - [sym_number_literal] = ACTIONS(2094), - [anon_sym_L_SQUOTE] = ACTIONS(2094), - [anon_sym_u_SQUOTE] = ACTIONS(2094), - [anon_sym_U_SQUOTE] = ACTIONS(2094), - [anon_sym_u8_SQUOTE] = ACTIONS(2094), - [anon_sym_SQUOTE] = ACTIONS(2094), - [anon_sym_L_DQUOTE] = ACTIONS(2094), - [anon_sym_u_DQUOTE] = ACTIONS(2094), - [anon_sym_U_DQUOTE] = ACTIONS(2094), - [anon_sym_u8_DQUOTE] = ACTIONS(2094), - [anon_sym_DQUOTE] = ACTIONS(2094), - [sym_true] = ACTIONS(2092), - [sym_false] = ACTIONS(2092), - [sym_null] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_delete] = ACTIONS(2092), - [anon_sym_throw] = ACTIONS(2092), - [anon_sym_namespace] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_try] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [anon_sym_new] = ACTIONS(2092), - [sym_operator_name] = ACTIONS(2092), - [sym_this] = ACTIONS(2092), - [sym_nullptr] = ACTIONS(2092), - [sym_alone_macro] = ACTIONS(2094), - [aux_sym_alone_macro_call_token1] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), - [sym_raw_string_literal] = ACTIONS(2094), + [sym_identifier] = ACTIONS(1776), + [aux_sym_preproc_include_token1] = ACTIONS(1776), + [aux_sym_preproc_def_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token2] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1776), + [sym_preproc_directive] = ACTIONS(1776), + [anon_sym_LPAREN2] = ACTIONS(1778), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_TILDE] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_AMP_AMP] = ACTIONS(1778), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_typedef] = ACTIONS(1776), + [anon_sym_extern] = ACTIONS(1776), + [anon_sym___attribute__] = ACTIONS(1776), + [anon_sym___declspec] = ACTIONS(1776), + [anon_sym___based] = ACTIONS(1776), + [anon_sym___cdecl] = ACTIONS(1776), + [anon_sym___clrcall] = ACTIONS(1776), + [anon_sym___stdcall] = ACTIONS(1776), + [anon_sym___fastcall] = ACTIONS(1776), + [anon_sym___thiscall] = ACTIONS(1776), + [anon_sym___vectorcall] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1776), + [anon_sym_register] = ACTIONS(1776), + [anon_sym_inline] = ACTIONS(1776), + [anon_sym_const] = ACTIONS(1776), + [anon_sym_volatile] = ACTIONS(1776), + [anon_sym_restrict] = ACTIONS(1776), + [anon_sym__Atomic] = ACTIONS(1776), + [anon_sym_mutable] = ACTIONS(1776), + [anon_sym_constexpr] = ACTIONS(1776), + [anon_sym_signed] = ACTIONS(1776), + [anon_sym_unsigned] = ACTIONS(1776), + [anon_sym_long] = ACTIONS(1776), + [anon_sym_short] = ACTIONS(1776), + [sym_primitive_type] = ACTIONS(1776), + [anon_sym_enum] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(1776), + [anon_sym_struct] = ACTIONS(1776), + [anon_sym_union] = ACTIONS(1776), + [anon_sym_if] = ACTIONS(1776), + [anon_sym_switch] = ACTIONS(1776), + [anon_sym_case] = ACTIONS(1776), + [anon_sym_default] = ACTIONS(1776), + [anon_sym_while] = ACTIONS(1776), + [anon_sym_do] = ACTIONS(1776), + [anon_sym_for] = ACTIONS(1776), + [anon_sym_return] = ACTIONS(1776), + [anon_sym_break] = ACTIONS(1776), + [anon_sym_continue] = ACTIONS(1776), + [anon_sym_goto] = ACTIONS(1776), + [anon_sym_DASH_DASH] = ACTIONS(1778), + [anon_sym_PLUS_PLUS] = ACTIONS(1778), + [anon_sym_sizeof] = ACTIONS(1776), + [sym_number_literal] = ACTIONS(1778), + [anon_sym_L_SQUOTE] = ACTIONS(1778), + [anon_sym_u_SQUOTE] = ACTIONS(1778), + [anon_sym_U_SQUOTE] = ACTIONS(1778), + [anon_sym_u8_SQUOTE] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_L_DQUOTE] = ACTIONS(1778), + [anon_sym_u_DQUOTE] = ACTIONS(1778), + [anon_sym_U_DQUOTE] = ACTIONS(1778), + [anon_sym_u8_DQUOTE] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym_true] = ACTIONS(1776), + [sym_false] = ACTIONS(1776), + [sym_null] = ACTIONS(1776), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1776), + [anon_sym_virtual] = ACTIONS(1776), + [anon_sym_explicit] = ACTIONS(1776), + [sym_auto] = ACTIONS(1776), + [anon_sym_typename] = ACTIONS(1776), + [anon_sym_template] = ACTIONS(1776), + [anon_sym_COLON_COLON] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1776), + [anon_sym_delete] = ACTIONS(1776), + [anon_sym_throw] = ACTIONS(1776), + [anon_sym_namespace] = ACTIONS(1776), + [anon_sym_using] = ACTIONS(1776), + [anon_sym_static_assert] = ACTIONS(1776), + [anon_sym_try] = ACTIONS(1776), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1778), + [anon_sym_new] = ACTIONS(1776), + [sym_operator_name] = ACTIONS(1776), + [sym_this] = ACTIONS(1776), + [sym_nullptr] = ACTIONS(1776), + [sym_alone_macro] = ACTIONS(1778), + [aux_sym_alone_macro_call_token1] = ACTIONS(1776), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_FORWARD] = ACTIONS(1776), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1776), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_PS_GET] = ACTIONS(1776), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1776), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1776), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1776), + [anon_sym_MOZ_COLD] = ACTIONS(1776), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1776), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1776), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1776), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1776), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1776), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1776), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1776), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1776), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1776), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1776), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1776), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1776), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_RAII] = ACTIONS(1776), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1776), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1776), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1776), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1776), + [sym_raw_string_literal] = ACTIONS(1778), }, [543] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_include_token1] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_BANG] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_DASH] = ACTIONS(1980), - [anon_sym_PLUS] = ACTIONS(1980), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym___cdecl] = ACTIONS(1980), - [anon_sym___clrcall] = ACTIONS(1980), - [anon_sym___stdcall] = ACTIONS(1980), - [anon_sym___fastcall] = ACTIONS(1980), - [anon_sym___thiscall] = ACTIONS(1980), - [anon_sym___vectorcall] = ACTIONS(1980), - [anon_sym_LBRACE] = ACTIONS(1982), - [anon_sym_RBRACE] = ACTIONS(1982), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [anon_sym_if] = ACTIONS(1980), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1980), - [anon_sym_while] = ACTIONS(1980), - [anon_sym_do] = ACTIONS(1980), - [anon_sym_for] = ACTIONS(1980), - [anon_sym_return] = ACTIONS(1980), - [anon_sym_break] = ACTIONS(1980), - [anon_sym_continue] = ACTIONS(1980), - [anon_sym_goto] = ACTIONS(1980), - [anon_sym_DASH_DASH] = ACTIONS(1982), - [anon_sym_PLUS_PLUS] = ACTIONS(1982), - [anon_sym_sizeof] = ACTIONS(1980), - [sym_number_literal] = ACTIONS(1982), - [anon_sym_L_SQUOTE] = ACTIONS(1982), - [anon_sym_u_SQUOTE] = ACTIONS(1982), - [anon_sym_U_SQUOTE] = ACTIONS(1982), - [anon_sym_u8_SQUOTE] = ACTIONS(1982), - [anon_sym_SQUOTE] = ACTIONS(1982), - [anon_sym_L_DQUOTE] = ACTIONS(1982), - [anon_sym_u_DQUOTE] = ACTIONS(1982), - [anon_sym_U_DQUOTE] = ACTIONS(1982), - [anon_sym_u8_DQUOTE] = ACTIONS(1982), - [anon_sym_DQUOTE] = ACTIONS(1982), - [sym_true] = ACTIONS(1980), - [sym_false] = ACTIONS(1980), - [sym_null] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_delete] = ACTIONS(1980), - [anon_sym_throw] = ACTIONS(1980), - [anon_sym_namespace] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_try] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [anon_sym_new] = ACTIONS(1980), - [sym_operator_name] = ACTIONS(1980), - [sym_this] = ACTIONS(1980), - [sym_nullptr] = ACTIONS(1980), - [sym_alone_macro] = ACTIONS(1982), - [aux_sym_alone_macro_call_token1] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), - [sym_raw_string_literal] = ACTIONS(1982), + [sym_identifier] = ACTIONS(1768), + [aux_sym_preproc_include_token1] = ACTIONS(1768), + [aux_sym_preproc_def_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token2] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1768), + [sym_preproc_directive] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym_typedef] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym_mutable] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1768), + [anon_sym_unsigned] = ACTIONS(1768), + [anon_sym_long] = ACTIONS(1768), + [anon_sym_short] = ACTIONS(1768), + [sym_primitive_type] = ACTIONS(1768), + [anon_sym_enum] = ACTIONS(1768), + [anon_sym_class] = ACTIONS(1768), + [anon_sym_struct] = ACTIONS(1768), + [anon_sym_union] = ACTIONS(1768), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1768), + [anon_sym_default] = ACTIONS(1768), + [anon_sym_while] = ACTIONS(1768), + [anon_sym_do] = ACTIONS(1768), + [anon_sym_for] = ACTIONS(1768), + [anon_sym_return] = ACTIONS(1768), + [anon_sym_break] = ACTIONS(1768), + [anon_sym_continue] = ACTIONS(1768), + [anon_sym_goto] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_sizeof] = ACTIONS(1768), + [sym_number_literal] = ACTIONS(1770), + [anon_sym_L_SQUOTE] = ACTIONS(1770), + [anon_sym_u_SQUOTE] = ACTIONS(1770), + [anon_sym_U_SQUOTE] = ACTIONS(1770), + [anon_sym_u8_SQUOTE] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1770), + [anon_sym_L_DQUOTE] = ACTIONS(1770), + [anon_sym_u_DQUOTE] = ACTIONS(1770), + [anon_sym_U_DQUOTE] = ACTIONS(1770), + [anon_sym_u8_DQUOTE] = ACTIONS(1770), + [anon_sym_DQUOTE] = ACTIONS(1770), + [sym_true] = ACTIONS(1768), + [sym_false] = ACTIONS(1768), + [sym_null] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1768), + [anon_sym_virtual] = ACTIONS(1768), + [anon_sym_explicit] = ACTIONS(1768), + [sym_auto] = ACTIONS(1768), + [anon_sym_typename] = ACTIONS(1768), + [anon_sym_template] = ACTIONS(1768), + [anon_sym_COLON_COLON] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1768), + [anon_sym_delete] = ACTIONS(1768), + [anon_sym_throw] = ACTIONS(1768), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_using] = ACTIONS(1768), + [anon_sym_static_assert] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1770), + [anon_sym_new] = ACTIONS(1768), + [sym_operator_name] = ACTIONS(1768), + [sym_this] = ACTIONS(1768), + [sym_nullptr] = ACTIONS(1768), + [sym_alone_macro] = ACTIONS(1770), + [aux_sym_alone_macro_call_token1] = ACTIONS(1768), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_FORWARD] = ACTIONS(1768), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1768), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_PS_GET] = ACTIONS(1768), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1768), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1768), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1768), + [anon_sym_MOZ_COLD] = ACTIONS(1768), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1768), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1768), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1768), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1768), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1768), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1768), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1768), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1768), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1768), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1768), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1768), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1768), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_RAII] = ACTIONS(1768), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1768), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1768), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1768), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1768), + [sym_raw_string_literal] = ACTIONS(1770), }, [544] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_include_token1] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_BANG] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_PLUS] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym___cdecl] = ACTIONS(2000), - [anon_sym___clrcall] = ACTIONS(2000), - [anon_sym___stdcall] = ACTIONS(2000), - [anon_sym___fastcall] = ACTIONS(2000), - [anon_sym___thiscall] = ACTIONS(2000), - [anon_sym___vectorcall] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2002), - [anon_sym_RBRACE] = ACTIONS(2002), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_switch] = ACTIONS(2000), - [anon_sym_case] = ACTIONS(2000), - [anon_sym_default] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_goto] = ACTIONS(2000), - [anon_sym_DASH_DASH] = ACTIONS(2002), - [anon_sym_PLUS_PLUS] = ACTIONS(2002), - [anon_sym_sizeof] = ACTIONS(2000), - [sym_number_literal] = ACTIONS(2002), - [anon_sym_L_SQUOTE] = ACTIONS(2002), - [anon_sym_u_SQUOTE] = ACTIONS(2002), - [anon_sym_U_SQUOTE] = ACTIONS(2002), - [anon_sym_u8_SQUOTE] = ACTIONS(2002), - [anon_sym_SQUOTE] = ACTIONS(2002), - [anon_sym_L_DQUOTE] = ACTIONS(2002), - [anon_sym_u_DQUOTE] = ACTIONS(2002), - [anon_sym_U_DQUOTE] = ACTIONS(2002), - [anon_sym_u8_DQUOTE] = ACTIONS(2002), - [anon_sym_DQUOTE] = ACTIONS(2002), - [sym_true] = ACTIONS(2000), - [sym_false] = ACTIONS(2000), - [sym_null] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_throw] = ACTIONS(2000), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [anon_sym_new] = ACTIONS(2000), - [sym_operator_name] = ACTIONS(2000), - [sym_this] = ACTIONS(2000), - [sym_nullptr] = ACTIONS(2000), - [sym_alone_macro] = ACTIONS(2002), - [aux_sym_alone_macro_call_token1] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), - [sym_raw_string_literal] = ACTIONS(2002), + [ts_builtin_sym_end] = ACTIONS(1722), + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_include_token1] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_BANG] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1720), + [anon_sym_PLUS] = ACTIONS(1720), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym___cdecl] = ACTIONS(1720), + [anon_sym___clrcall] = ACTIONS(1720), + [anon_sym___stdcall] = ACTIONS(1720), + [anon_sym___fastcall] = ACTIONS(1720), + [anon_sym___thiscall] = ACTIONS(1720), + [anon_sym___vectorcall] = ACTIONS(1720), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), + [anon_sym_if] = ACTIONS(1720), + [anon_sym_switch] = ACTIONS(1720), + [anon_sym_case] = ACTIONS(1720), + [anon_sym_default] = ACTIONS(1720), + [anon_sym_while] = ACTIONS(1720), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1720), + [anon_sym_continue] = ACTIONS(1720), + [anon_sym_goto] = ACTIONS(1720), + [anon_sym_DASH_DASH] = ACTIONS(1722), + [anon_sym_PLUS_PLUS] = ACTIONS(1722), + [anon_sym_sizeof] = ACTIONS(1720), + [sym_number_literal] = ACTIONS(1722), + [anon_sym_L_SQUOTE] = ACTIONS(1722), + [anon_sym_u_SQUOTE] = ACTIONS(1722), + [anon_sym_U_SQUOTE] = ACTIONS(1722), + [anon_sym_u8_SQUOTE] = ACTIONS(1722), + [anon_sym_SQUOTE] = ACTIONS(1722), + [anon_sym_L_DQUOTE] = ACTIONS(1722), + [anon_sym_u_DQUOTE] = ACTIONS(1722), + [anon_sym_U_DQUOTE] = ACTIONS(1722), + [anon_sym_u8_DQUOTE] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [sym_true] = ACTIONS(1720), + [sym_false] = ACTIONS(1720), + [sym_null] = ACTIONS(1720), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_delete] = ACTIONS(1720), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_namespace] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_try] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [anon_sym_new] = ACTIONS(1720), + [sym_operator_name] = ACTIONS(1720), + [sym_this] = ACTIONS(1720), + [sym_nullptr] = ACTIONS(1720), + [sym_alone_macro] = ACTIONS(1722), + [aux_sym_alone_macro_call_token1] = ACTIONS(1720), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_FORWARD] = ACTIONS(1720), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1720), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_PS_GET] = ACTIONS(1720), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1720), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1720), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), + [sym_raw_string_literal] = ACTIONS(1722), }, [545] = { - [ts_builtin_sym_end] = ACTIONS(2090), - [sym_identifier] = ACTIONS(2088), - [aux_sym_preproc_include_token1] = ACTIONS(2088), - [aux_sym_preproc_def_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2088), - [sym_preproc_directive] = ACTIONS(2088), - [anon_sym_LPAREN2] = ACTIONS(2090), - [anon_sym_BANG] = ACTIONS(2090), - [anon_sym_TILDE] = ACTIONS(2090), - [anon_sym_DASH] = ACTIONS(2088), - [anon_sym_PLUS] = ACTIONS(2088), - [anon_sym_STAR] = ACTIONS(2090), - [anon_sym_AMP_AMP] = ACTIONS(2090), - [anon_sym_AMP] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_typedef] = ACTIONS(2088), - [anon_sym_extern] = ACTIONS(2088), - [anon_sym___attribute__] = ACTIONS(2088), - [anon_sym___declspec] = ACTIONS(2088), - [anon_sym___based] = ACTIONS(2088), - [anon_sym___cdecl] = ACTIONS(2088), - [anon_sym___clrcall] = ACTIONS(2088), - [anon_sym___stdcall] = ACTIONS(2088), - [anon_sym___fastcall] = ACTIONS(2088), - [anon_sym___thiscall] = ACTIONS(2088), - [anon_sym___vectorcall] = ACTIONS(2088), - [anon_sym_LBRACE] = ACTIONS(2090), - [anon_sym_LBRACK] = ACTIONS(2088), - [anon_sym_static] = ACTIONS(2088), - [anon_sym_register] = ACTIONS(2088), - [anon_sym_inline] = ACTIONS(2088), - [anon_sym_const] = ACTIONS(2088), - [anon_sym_volatile] = ACTIONS(2088), - [anon_sym_restrict] = ACTIONS(2088), - [anon_sym__Atomic] = ACTIONS(2088), - [anon_sym_mutable] = ACTIONS(2088), - [anon_sym_constexpr] = ACTIONS(2088), - [anon_sym_signed] = ACTIONS(2088), - [anon_sym_unsigned] = ACTIONS(2088), - [anon_sym_long] = ACTIONS(2088), - [anon_sym_short] = ACTIONS(2088), - [sym_primitive_type] = ACTIONS(2088), - [anon_sym_enum] = ACTIONS(2088), - [anon_sym_class] = ACTIONS(2088), - [anon_sym_struct] = ACTIONS(2088), - [anon_sym_union] = ACTIONS(2088), - [anon_sym_if] = ACTIONS(2088), - [anon_sym_switch] = ACTIONS(2088), - [anon_sym_case] = ACTIONS(2088), - [anon_sym_default] = ACTIONS(2088), - [anon_sym_while] = ACTIONS(2088), - [anon_sym_do] = ACTIONS(2088), - [anon_sym_for] = ACTIONS(2088), - [anon_sym_return] = ACTIONS(2088), - [anon_sym_break] = ACTIONS(2088), - [anon_sym_continue] = ACTIONS(2088), - [anon_sym_goto] = ACTIONS(2088), - [anon_sym_DASH_DASH] = ACTIONS(2090), - [anon_sym_PLUS_PLUS] = ACTIONS(2090), - [anon_sym_sizeof] = ACTIONS(2088), - [sym_number_literal] = ACTIONS(2090), - [anon_sym_L_SQUOTE] = ACTIONS(2090), - [anon_sym_u_SQUOTE] = ACTIONS(2090), - [anon_sym_U_SQUOTE] = ACTIONS(2090), - [anon_sym_u8_SQUOTE] = ACTIONS(2090), - [anon_sym_SQUOTE] = ACTIONS(2090), - [anon_sym_L_DQUOTE] = ACTIONS(2090), - [anon_sym_u_DQUOTE] = ACTIONS(2090), - [anon_sym_U_DQUOTE] = ACTIONS(2090), - [anon_sym_u8_DQUOTE] = ACTIONS(2090), - [anon_sym_DQUOTE] = ACTIONS(2090), - [sym_true] = ACTIONS(2088), - [sym_false] = ACTIONS(2088), - [sym_null] = ACTIONS(2088), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2088), - [anon_sym_virtual] = ACTIONS(2088), - [anon_sym_explicit] = ACTIONS(2088), - [sym_auto] = ACTIONS(2088), - [anon_sym_typename] = ACTIONS(2088), - [anon_sym_template] = ACTIONS(2088), - [anon_sym_COLON_COLON] = ACTIONS(2090), - [anon_sym_operator] = ACTIONS(2088), - [anon_sym_delete] = ACTIONS(2088), - [anon_sym_throw] = ACTIONS(2088), - [anon_sym_namespace] = ACTIONS(2088), - [anon_sym_using] = ACTIONS(2088), - [anon_sym_static_assert] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2090), - [anon_sym_new] = ACTIONS(2088), - [sym_operator_name] = ACTIONS(2088), - [sym_this] = ACTIONS(2088), - [sym_nullptr] = ACTIONS(2088), - [sym_alone_macro] = ACTIONS(2090), - [aux_sym_alone_macro_call_token1] = ACTIONS(2088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2088), - [anon_sym_MOZ_COLD] = ACTIONS(2088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_RAII] = ACTIONS(2088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2088), - [sym_raw_string_literal] = ACTIONS(2090), + [ts_builtin_sym_end] = ACTIONS(1718), + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_include_token1] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_BANG] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1716), + [anon_sym_PLUS] = ACTIONS(1716), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym___cdecl] = ACTIONS(1716), + [anon_sym___clrcall] = ACTIONS(1716), + [anon_sym___stdcall] = ACTIONS(1716), + [anon_sym___fastcall] = ACTIONS(1716), + [anon_sym___thiscall] = ACTIONS(1716), + [anon_sym___vectorcall] = ACTIONS(1716), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [anon_sym_if] = ACTIONS(1716), + [anon_sym_switch] = ACTIONS(1716), + [anon_sym_case] = ACTIONS(1716), + [anon_sym_default] = ACTIONS(1716), + [anon_sym_while] = ACTIONS(1716), + [anon_sym_do] = ACTIONS(1716), + [anon_sym_for] = ACTIONS(1716), + [anon_sym_return] = ACTIONS(1716), + [anon_sym_break] = ACTIONS(1716), + [anon_sym_continue] = ACTIONS(1716), + [anon_sym_goto] = ACTIONS(1716), + [anon_sym_DASH_DASH] = ACTIONS(1718), + [anon_sym_PLUS_PLUS] = ACTIONS(1718), + [anon_sym_sizeof] = ACTIONS(1716), + [sym_number_literal] = ACTIONS(1718), + [anon_sym_L_SQUOTE] = ACTIONS(1718), + [anon_sym_u_SQUOTE] = ACTIONS(1718), + [anon_sym_U_SQUOTE] = ACTIONS(1718), + [anon_sym_u8_SQUOTE] = ACTIONS(1718), + [anon_sym_SQUOTE] = ACTIONS(1718), + [anon_sym_L_DQUOTE] = ACTIONS(1718), + [anon_sym_u_DQUOTE] = ACTIONS(1718), + [anon_sym_U_DQUOTE] = ACTIONS(1718), + [anon_sym_u8_DQUOTE] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym_true] = ACTIONS(1716), + [sym_false] = ACTIONS(1716), + [sym_null] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_delete] = ACTIONS(1716), + [anon_sym_throw] = ACTIONS(1716), + [anon_sym_namespace] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_try] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [anon_sym_new] = ACTIONS(1716), + [sym_operator_name] = ACTIONS(1716), + [sym_this] = ACTIONS(1716), + [sym_nullptr] = ACTIONS(1716), + [sym_alone_macro] = ACTIONS(1718), + [aux_sym_alone_macro_call_token1] = ACTIONS(1716), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_FORWARD] = ACTIONS(1716), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1716), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_PS_GET] = ACTIONS(1716), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1716), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1716), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), + [sym_raw_string_literal] = ACTIONS(1718), }, [546] = { - [sym_identifier] = ACTIONS(2104), - [aux_sym_preproc_include_token1] = ACTIONS(2104), - [aux_sym_preproc_def_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token2] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2104), - [sym_preproc_directive] = ACTIONS(2104), - [anon_sym_LPAREN2] = ACTIONS(2106), - [anon_sym_BANG] = ACTIONS(2106), - [anon_sym_TILDE] = ACTIONS(2106), - [anon_sym_DASH] = ACTIONS(2104), - [anon_sym_PLUS] = ACTIONS(2104), - [anon_sym_STAR] = ACTIONS(2106), - [anon_sym_AMP_AMP] = ACTIONS(2106), - [anon_sym_AMP] = ACTIONS(2104), - [anon_sym_SEMI] = ACTIONS(2106), - [anon_sym_typedef] = ACTIONS(2104), - [anon_sym_extern] = ACTIONS(2104), - [anon_sym___attribute__] = ACTIONS(2104), - [anon_sym___declspec] = ACTIONS(2104), - [anon_sym___based] = ACTIONS(2104), - [anon_sym___cdecl] = ACTIONS(2104), - [anon_sym___clrcall] = ACTIONS(2104), - [anon_sym___stdcall] = ACTIONS(2104), - [anon_sym___fastcall] = ACTIONS(2104), - [anon_sym___thiscall] = ACTIONS(2104), - [anon_sym___vectorcall] = ACTIONS(2104), - [anon_sym_LBRACE] = ACTIONS(2106), - [anon_sym_LBRACK] = ACTIONS(2104), - [anon_sym_static] = ACTIONS(2104), - [anon_sym_register] = ACTIONS(2104), - [anon_sym_inline] = ACTIONS(2104), - [anon_sym_const] = ACTIONS(2104), - [anon_sym_volatile] = ACTIONS(2104), - [anon_sym_restrict] = ACTIONS(2104), - [anon_sym__Atomic] = ACTIONS(2104), - [anon_sym_mutable] = ACTIONS(2104), - [anon_sym_constexpr] = ACTIONS(2104), - [anon_sym_signed] = ACTIONS(2104), - [anon_sym_unsigned] = ACTIONS(2104), - [anon_sym_long] = ACTIONS(2104), - [anon_sym_short] = ACTIONS(2104), - [sym_primitive_type] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2104), - [anon_sym_class] = ACTIONS(2104), - [anon_sym_struct] = ACTIONS(2104), - [anon_sym_union] = ACTIONS(2104), - [anon_sym_if] = ACTIONS(2104), - [anon_sym_switch] = ACTIONS(2104), - [anon_sym_case] = ACTIONS(2104), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_while] = ACTIONS(2104), - [anon_sym_do] = ACTIONS(2104), - [anon_sym_for] = ACTIONS(2104), - [anon_sym_return] = ACTIONS(2104), - [anon_sym_break] = ACTIONS(2104), - [anon_sym_continue] = ACTIONS(2104), - [anon_sym_goto] = ACTIONS(2104), - [anon_sym_DASH_DASH] = ACTIONS(2106), - [anon_sym_PLUS_PLUS] = ACTIONS(2106), - [anon_sym_sizeof] = ACTIONS(2104), - [sym_number_literal] = ACTIONS(2106), - [anon_sym_L_SQUOTE] = ACTIONS(2106), - [anon_sym_u_SQUOTE] = ACTIONS(2106), - [anon_sym_U_SQUOTE] = ACTIONS(2106), - [anon_sym_u8_SQUOTE] = ACTIONS(2106), - [anon_sym_SQUOTE] = ACTIONS(2106), - [anon_sym_L_DQUOTE] = ACTIONS(2106), - [anon_sym_u_DQUOTE] = ACTIONS(2106), - [anon_sym_U_DQUOTE] = ACTIONS(2106), - [anon_sym_u8_DQUOTE] = ACTIONS(2106), - [anon_sym_DQUOTE] = ACTIONS(2106), - [sym_true] = ACTIONS(2104), - [sym_false] = ACTIONS(2104), - [sym_null] = ACTIONS(2104), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2104), - [anon_sym_virtual] = ACTIONS(2104), - [anon_sym_explicit] = ACTIONS(2104), - [sym_auto] = ACTIONS(2104), - [anon_sym_typename] = ACTIONS(2104), - [anon_sym_template] = ACTIONS(2104), - [anon_sym_COLON_COLON] = ACTIONS(2106), - [anon_sym_operator] = ACTIONS(2104), - [anon_sym_delete] = ACTIONS(2104), - [anon_sym_throw] = ACTIONS(2104), - [anon_sym_namespace] = ACTIONS(2104), - [anon_sym_using] = ACTIONS(2104), - [anon_sym_static_assert] = ACTIONS(2104), - [anon_sym_try] = ACTIONS(2104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2106), - [anon_sym_new] = ACTIONS(2104), - [sym_operator_name] = ACTIONS(2104), - [sym_this] = ACTIONS(2104), - [sym_nullptr] = ACTIONS(2104), - [sym_alone_macro] = ACTIONS(2106), - [aux_sym_alone_macro_call_token1] = ACTIONS(2104), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2104), - [anon_sym_MOZ_COLD] = ACTIONS(2104), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2104), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2104), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2104), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2104), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2104), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2104), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2104), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2104), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2104), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2104), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2104), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2104), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_RAII] = ACTIONS(2104), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2104), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2104), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2104), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2104), - [sym_raw_string_literal] = ACTIONS(2106), + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_include_token1] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token2] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym___cdecl] = ACTIONS(1788), + [anon_sym___clrcall] = ACTIONS(1788), + [anon_sym___stdcall] = ACTIONS(1788), + [anon_sym___fastcall] = ACTIONS(1788), + [anon_sym___thiscall] = ACTIONS(1788), + [anon_sym___vectorcall] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_switch] = ACTIONS(1788), + [anon_sym_case] = ACTIONS(1788), + [anon_sym_default] = ACTIONS(1788), + [anon_sym_while] = ACTIONS(1788), + [anon_sym_do] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1790), + [anon_sym_PLUS_PLUS] = ACTIONS(1790), + [anon_sym_sizeof] = ACTIONS(1788), + [sym_number_literal] = ACTIONS(1790), + [anon_sym_L_SQUOTE] = ACTIONS(1790), + [anon_sym_u_SQUOTE] = ACTIONS(1790), + [anon_sym_U_SQUOTE] = ACTIONS(1790), + [anon_sym_u8_SQUOTE] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1790), + [anon_sym_L_DQUOTE] = ACTIONS(1790), + [anon_sym_u_DQUOTE] = ACTIONS(1790), + [anon_sym_U_DQUOTE] = ACTIONS(1790), + [anon_sym_u8_DQUOTE] = ACTIONS(1790), + [anon_sym_DQUOTE] = ACTIONS(1790), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_null] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_delete] = ACTIONS(1788), + [anon_sym_throw] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_try] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [anon_sym_new] = ACTIONS(1788), + [sym_operator_name] = ACTIONS(1788), + [sym_this] = ACTIONS(1788), + [sym_nullptr] = ACTIONS(1788), + [sym_alone_macro] = ACTIONS(1790), + [aux_sym_alone_macro_call_token1] = ACTIONS(1788), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_FORWARD] = ACTIONS(1788), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1788), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_PS_GET] = ACTIONS(1788), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1788), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1788), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), + [sym_raw_string_literal] = ACTIONS(1790), }, [547] = { - [ts_builtin_sym_end] = ACTIONS(2102), - [sym_identifier] = ACTIONS(2100), - [aux_sym_preproc_include_token1] = ACTIONS(2100), - [aux_sym_preproc_def_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2100), - [sym_preproc_directive] = ACTIONS(2100), - [anon_sym_LPAREN2] = ACTIONS(2102), - [anon_sym_BANG] = ACTIONS(2102), - [anon_sym_TILDE] = ACTIONS(2102), - [anon_sym_DASH] = ACTIONS(2100), - [anon_sym_PLUS] = ACTIONS(2100), - [anon_sym_STAR] = ACTIONS(2102), - [anon_sym_AMP_AMP] = ACTIONS(2102), - [anon_sym_AMP] = ACTIONS(2100), - [anon_sym_SEMI] = ACTIONS(2102), - [anon_sym_typedef] = ACTIONS(2100), - [anon_sym_extern] = ACTIONS(2100), - [anon_sym___attribute__] = ACTIONS(2100), - [anon_sym___declspec] = ACTIONS(2100), - [anon_sym___based] = ACTIONS(2100), - [anon_sym___cdecl] = ACTIONS(2100), - [anon_sym___clrcall] = ACTIONS(2100), - [anon_sym___stdcall] = ACTIONS(2100), - [anon_sym___fastcall] = ACTIONS(2100), - [anon_sym___thiscall] = ACTIONS(2100), - [anon_sym___vectorcall] = ACTIONS(2100), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_LBRACK] = ACTIONS(2100), - [anon_sym_static] = ACTIONS(2100), - [anon_sym_register] = ACTIONS(2100), - [anon_sym_inline] = ACTIONS(2100), - [anon_sym_const] = ACTIONS(2100), - [anon_sym_volatile] = ACTIONS(2100), - [anon_sym_restrict] = ACTIONS(2100), - [anon_sym__Atomic] = ACTIONS(2100), - [anon_sym_mutable] = ACTIONS(2100), - [anon_sym_constexpr] = ACTIONS(2100), - [anon_sym_signed] = ACTIONS(2100), - [anon_sym_unsigned] = ACTIONS(2100), - [anon_sym_long] = ACTIONS(2100), - [anon_sym_short] = ACTIONS(2100), - [sym_primitive_type] = ACTIONS(2100), - [anon_sym_enum] = ACTIONS(2100), - [anon_sym_class] = ACTIONS(2100), - [anon_sym_struct] = ACTIONS(2100), - [anon_sym_union] = ACTIONS(2100), - [anon_sym_if] = ACTIONS(2100), - [anon_sym_switch] = ACTIONS(2100), - [anon_sym_case] = ACTIONS(2100), - [anon_sym_default] = ACTIONS(2100), - [anon_sym_while] = ACTIONS(2100), - [anon_sym_do] = ACTIONS(2100), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2100), - [anon_sym_break] = ACTIONS(2100), - [anon_sym_continue] = ACTIONS(2100), - [anon_sym_goto] = ACTIONS(2100), - [anon_sym_DASH_DASH] = ACTIONS(2102), - [anon_sym_PLUS_PLUS] = ACTIONS(2102), - [anon_sym_sizeof] = ACTIONS(2100), - [sym_number_literal] = ACTIONS(2102), - [anon_sym_L_SQUOTE] = ACTIONS(2102), - [anon_sym_u_SQUOTE] = ACTIONS(2102), - [anon_sym_U_SQUOTE] = ACTIONS(2102), - [anon_sym_u8_SQUOTE] = ACTIONS(2102), - [anon_sym_SQUOTE] = ACTIONS(2102), - [anon_sym_L_DQUOTE] = ACTIONS(2102), - [anon_sym_u_DQUOTE] = ACTIONS(2102), - [anon_sym_U_DQUOTE] = ACTIONS(2102), - [anon_sym_u8_DQUOTE] = ACTIONS(2102), - [anon_sym_DQUOTE] = ACTIONS(2102), - [sym_true] = ACTIONS(2100), - [sym_false] = ACTIONS(2100), - [sym_null] = ACTIONS(2100), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2100), - [anon_sym_virtual] = ACTIONS(2100), - [anon_sym_explicit] = ACTIONS(2100), - [sym_auto] = ACTIONS(2100), - [anon_sym_typename] = ACTIONS(2100), - [anon_sym_template] = ACTIONS(2100), - [anon_sym_COLON_COLON] = ACTIONS(2102), - [anon_sym_operator] = ACTIONS(2100), - [anon_sym_delete] = ACTIONS(2100), - [anon_sym_throw] = ACTIONS(2100), - [anon_sym_namespace] = ACTIONS(2100), - [anon_sym_using] = ACTIONS(2100), - [anon_sym_static_assert] = ACTIONS(2100), - [anon_sym_try] = ACTIONS(2100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2102), - [anon_sym_new] = ACTIONS(2100), - [sym_operator_name] = ACTIONS(2100), - [sym_this] = ACTIONS(2100), - [sym_nullptr] = ACTIONS(2100), - [sym_alone_macro] = ACTIONS(2102), - [aux_sym_alone_macro_call_token1] = ACTIONS(2100), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2100), - [anon_sym_MOZ_COLD] = ACTIONS(2100), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2100), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2100), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2100), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2100), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2100), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2100), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2100), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2100), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2100), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2100), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2100), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2100), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_RAII] = ACTIONS(2100), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2100), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2100), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2100), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2100), - [sym_raw_string_literal] = ACTIONS(2102), + [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___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_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_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_COLON_COLON] = ACTIONS(1614), + [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_try] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [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), + [sym_raw_string_literal] = ACTIONS(1614), }, [548] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_include_token1] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token2] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_BANG] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_DASH] = ACTIONS(2056), - [anon_sym_PLUS] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym___cdecl] = ACTIONS(2056), - [anon_sym___clrcall] = ACTIONS(2056), - [anon_sym___stdcall] = ACTIONS(2056), - [anon_sym___fastcall] = ACTIONS(2056), - [anon_sym___thiscall] = ACTIONS(2056), - [anon_sym___vectorcall] = ACTIONS(2056), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [anon_sym_if] = ACTIONS(2056), - [anon_sym_switch] = ACTIONS(2056), - [anon_sym_case] = ACTIONS(2056), - [anon_sym_default] = ACTIONS(2056), - [anon_sym_while] = ACTIONS(2056), - [anon_sym_do] = ACTIONS(2056), - [anon_sym_for] = ACTIONS(2056), - [anon_sym_return] = ACTIONS(2056), - [anon_sym_break] = ACTIONS(2056), - [anon_sym_continue] = ACTIONS(2056), - [anon_sym_goto] = ACTIONS(2056), - [anon_sym_DASH_DASH] = ACTIONS(2058), - [anon_sym_PLUS_PLUS] = ACTIONS(2058), - [anon_sym_sizeof] = ACTIONS(2056), - [sym_number_literal] = ACTIONS(2058), - [anon_sym_L_SQUOTE] = ACTIONS(2058), - [anon_sym_u_SQUOTE] = ACTIONS(2058), - [anon_sym_U_SQUOTE] = ACTIONS(2058), - [anon_sym_u8_SQUOTE] = ACTIONS(2058), - [anon_sym_SQUOTE] = ACTIONS(2058), - [anon_sym_L_DQUOTE] = ACTIONS(2058), - [anon_sym_u_DQUOTE] = ACTIONS(2058), - [anon_sym_U_DQUOTE] = ACTIONS(2058), - [anon_sym_u8_DQUOTE] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym_true] = ACTIONS(2056), - [sym_false] = ACTIONS(2056), - [sym_null] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_delete] = ACTIONS(2056), - [anon_sym_throw] = ACTIONS(2056), - [anon_sym_namespace] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_try] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [anon_sym_new] = ACTIONS(2056), - [sym_operator_name] = ACTIONS(2056), - [sym_this] = ACTIONS(2056), - [sym_nullptr] = ACTIONS(2056), - [sym_alone_macro] = ACTIONS(2058), - [aux_sym_alone_macro_call_token1] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), - [sym_raw_string_literal] = ACTIONS(2058), + [ts_builtin_sym_end] = ACTIONS(1602), + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_include_token1] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1602), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym___cdecl] = ACTIONS(1600), + [anon_sym___clrcall] = ACTIONS(1600), + [anon_sym___stdcall] = ACTIONS(1600), + [anon_sym___fastcall] = ACTIONS(1600), + [anon_sym___thiscall] = ACTIONS(1600), + [anon_sym___vectorcall] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_switch] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1600), + [anon_sym_default] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_goto] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_sizeof] = ACTIONS(1600), + [sym_number_literal] = ACTIONS(1602), + [anon_sym_L_SQUOTE] = ACTIONS(1602), + [anon_sym_u_SQUOTE] = ACTIONS(1602), + [anon_sym_U_SQUOTE] = ACTIONS(1602), + [anon_sym_u8_SQUOTE] = ACTIONS(1602), + [anon_sym_SQUOTE] = ACTIONS(1602), + [anon_sym_L_DQUOTE] = ACTIONS(1602), + [anon_sym_u_DQUOTE] = ACTIONS(1602), + [anon_sym_U_DQUOTE] = ACTIONS(1602), + [anon_sym_u8_DQUOTE] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym_true] = ACTIONS(1600), + [sym_false] = ACTIONS(1600), + [sym_null] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_delete] = ACTIONS(1600), + [anon_sym_throw] = ACTIONS(1600), + [anon_sym_namespace] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1600), + [sym_operator_name] = ACTIONS(1600), + [sym_this] = ACTIONS(1600), + [sym_nullptr] = ACTIONS(1600), + [sym_alone_macro] = ACTIONS(1602), + [aux_sym_alone_macro_call_token1] = ACTIONS(1600), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_FORWARD] = ACTIONS(1600), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1600), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_PS_GET] = ACTIONS(1600), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1600), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1600), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), + [sym_raw_string_literal] = ACTIONS(1602), }, [549] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [ts_builtin_sym_end] = ACTIONS(1714), + [sym_identifier] = ACTIONS(1712), + [aux_sym_preproc_include_token1] = ACTIONS(1712), + [aux_sym_preproc_def_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1712), + [sym_preproc_directive] = ACTIONS(1712), + [anon_sym_LPAREN2] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(1714), + [anon_sym_TILDE] = ACTIONS(1714), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_PLUS] = ACTIONS(1712), + [anon_sym_STAR] = ACTIONS(1714), + [anon_sym_AMP_AMP] = ACTIONS(1714), + [anon_sym_AMP] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1714), + [anon_sym_typedef] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym___based] = ACTIONS(1712), + [anon_sym___cdecl] = ACTIONS(1712), + [anon_sym___clrcall] = ACTIONS(1712), + [anon_sym___stdcall] = ACTIONS(1712), + [anon_sym___fastcall] = ACTIONS(1712), + [anon_sym___thiscall] = ACTIONS(1712), + [anon_sym___vectorcall] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1714), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym_mutable] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_class] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_switch] = ACTIONS(1712), + [anon_sym_case] = ACTIONS(1712), + [anon_sym_default] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_goto] = ACTIONS(1712), + [anon_sym_DASH_DASH] = ACTIONS(1714), + [anon_sym_PLUS_PLUS] = ACTIONS(1714), + [anon_sym_sizeof] = ACTIONS(1712), + [sym_number_literal] = ACTIONS(1714), + [anon_sym_L_SQUOTE] = ACTIONS(1714), + [anon_sym_u_SQUOTE] = ACTIONS(1714), + [anon_sym_U_SQUOTE] = ACTIONS(1714), + [anon_sym_u8_SQUOTE] = ACTIONS(1714), + [anon_sym_SQUOTE] = ACTIONS(1714), + [anon_sym_L_DQUOTE] = ACTIONS(1714), + [anon_sym_u_DQUOTE] = ACTIONS(1714), + [anon_sym_U_DQUOTE] = ACTIONS(1714), + [anon_sym_u8_DQUOTE] = ACTIONS(1714), + [anon_sym_DQUOTE] = ACTIONS(1714), + [sym_true] = ACTIONS(1712), + [sym_false] = ACTIONS(1712), + [sym_null] = ACTIONS(1712), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1712), + [anon_sym_virtual] = ACTIONS(1712), + [anon_sym_explicit] = ACTIONS(1712), + [sym_auto] = ACTIONS(1712), + [anon_sym_typename] = ACTIONS(1712), + [anon_sym_template] = ACTIONS(1712), + [anon_sym_COLON_COLON] = ACTIONS(1714), + [anon_sym_operator] = ACTIONS(1712), + [anon_sym_delete] = ACTIONS(1712), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_namespace] = ACTIONS(1712), + [anon_sym_using] = ACTIONS(1712), + [anon_sym_static_assert] = ACTIONS(1712), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym_new] = ACTIONS(1712), + [sym_operator_name] = ACTIONS(1712), + [sym_this] = ACTIONS(1712), + [sym_nullptr] = ACTIONS(1712), + [sym_alone_macro] = ACTIONS(1714), + [aux_sym_alone_macro_call_token1] = ACTIONS(1712), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_FORWARD] = ACTIONS(1712), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1712), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_PS_GET] = ACTIONS(1712), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1712), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1712), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1712), + [anon_sym_MOZ_COLD] = ACTIONS(1712), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1712), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1712), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1712), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1712), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1712), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1712), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1712), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1712), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1712), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1712), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1712), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1712), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_RAII] = ACTIONS(1712), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1712), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1712), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1712), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1712), + [sym_raw_string_literal] = ACTIONS(1714), }, [550] = { - [sym_identifier] = ACTIONS(2096), - [aux_sym_preproc_include_token1] = ACTIONS(2096), - [aux_sym_preproc_def_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token2] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2096), - [sym_preproc_directive] = ACTIONS(2096), - [anon_sym_LPAREN2] = ACTIONS(2098), - [anon_sym_BANG] = ACTIONS(2098), - [anon_sym_TILDE] = ACTIONS(2098), - [anon_sym_DASH] = ACTIONS(2096), - [anon_sym_PLUS] = ACTIONS(2096), - [anon_sym_STAR] = ACTIONS(2098), - [anon_sym_AMP_AMP] = ACTIONS(2098), - [anon_sym_AMP] = ACTIONS(2096), - [anon_sym_SEMI] = ACTIONS(2098), - [anon_sym_typedef] = ACTIONS(2096), - [anon_sym_extern] = ACTIONS(2096), - [anon_sym___attribute__] = ACTIONS(2096), - [anon_sym___declspec] = ACTIONS(2096), - [anon_sym___based] = ACTIONS(2096), - [anon_sym___cdecl] = ACTIONS(2096), - [anon_sym___clrcall] = ACTIONS(2096), - [anon_sym___stdcall] = ACTIONS(2096), - [anon_sym___fastcall] = ACTIONS(2096), - [anon_sym___thiscall] = ACTIONS(2096), - [anon_sym___vectorcall] = ACTIONS(2096), - [anon_sym_LBRACE] = ACTIONS(2098), - [anon_sym_LBRACK] = ACTIONS(2096), - [anon_sym_static] = ACTIONS(2096), - [anon_sym_register] = ACTIONS(2096), - [anon_sym_inline] = ACTIONS(2096), - [anon_sym_const] = ACTIONS(2096), - [anon_sym_volatile] = ACTIONS(2096), - [anon_sym_restrict] = ACTIONS(2096), - [anon_sym__Atomic] = ACTIONS(2096), - [anon_sym_mutable] = ACTIONS(2096), - [anon_sym_constexpr] = ACTIONS(2096), - [anon_sym_signed] = ACTIONS(2096), - [anon_sym_unsigned] = ACTIONS(2096), - [anon_sym_long] = ACTIONS(2096), - [anon_sym_short] = ACTIONS(2096), - [sym_primitive_type] = ACTIONS(2096), - [anon_sym_enum] = ACTIONS(2096), - [anon_sym_class] = ACTIONS(2096), - [anon_sym_struct] = ACTIONS(2096), - [anon_sym_union] = ACTIONS(2096), - [anon_sym_if] = ACTIONS(2096), - [anon_sym_switch] = ACTIONS(2096), - [anon_sym_case] = ACTIONS(2096), - [anon_sym_default] = ACTIONS(2096), - [anon_sym_while] = ACTIONS(2096), - [anon_sym_do] = ACTIONS(2096), - [anon_sym_for] = ACTIONS(2096), - [anon_sym_return] = ACTIONS(2096), - [anon_sym_break] = ACTIONS(2096), - [anon_sym_continue] = ACTIONS(2096), - [anon_sym_goto] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2098), - [anon_sym_PLUS_PLUS] = ACTIONS(2098), - [anon_sym_sizeof] = ACTIONS(2096), - [sym_number_literal] = ACTIONS(2098), - [anon_sym_L_SQUOTE] = ACTIONS(2098), - [anon_sym_u_SQUOTE] = ACTIONS(2098), - [anon_sym_U_SQUOTE] = ACTIONS(2098), - [anon_sym_u8_SQUOTE] = ACTIONS(2098), - [anon_sym_SQUOTE] = ACTIONS(2098), - [anon_sym_L_DQUOTE] = ACTIONS(2098), - [anon_sym_u_DQUOTE] = ACTIONS(2098), - [anon_sym_U_DQUOTE] = ACTIONS(2098), - [anon_sym_u8_DQUOTE] = ACTIONS(2098), - [anon_sym_DQUOTE] = ACTIONS(2098), - [sym_true] = ACTIONS(2096), - [sym_false] = ACTIONS(2096), - [sym_null] = ACTIONS(2096), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2096), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2096), - [sym_auto] = ACTIONS(2096), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2096), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_operator] = ACTIONS(2096), - [anon_sym_delete] = ACTIONS(2096), - [anon_sym_throw] = ACTIONS(2096), - [anon_sym_namespace] = ACTIONS(2096), - [anon_sym_using] = ACTIONS(2096), - [anon_sym_static_assert] = ACTIONS(2096), - [anon_sym_try] = ACTIONS(2096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2098), - [anon_sym_new] = ACTIONS(2096), - [sym_operator_name] = ACTIONS(2096), - [sym_this] = ACTIONS(2096), - [sym_nullptr] = ACTIONS(2096), - [sym_alone_macro] = ACTIONS(2098), - [aux_sym_alone_macro_call_token1] = ACTIONS(2096), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2096), - [anon_sym_MOZ_COLD] = ACTIONS(2096), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2096), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2096), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2096), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2096), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2096), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2096), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2096), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2096), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2096), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2096), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2096), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2096), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_RAII] = ACTIONS(2096), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2096), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2096), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2096), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2096), - [sym_raw_string_literal] = ACTIONS(2098), + [sym_identifier] = ACTIONS(1760), + [aux_sym_preproc_include_token1] = ACTIONS(1760), + [aux_sym_preproc_def_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token1] = ACTIONS(1760), + [aux_sym_preproc_if_token2] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1760), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1760), + [sym_preproc_directive] = ACTIONS(1760), + [anon_sym_LPAREN2] = ACTIONS(1762), + [anon_sym_BANG] = ACTIONS(1762), + [anon_sym_TILDE] = ACTIONS(1762), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_PLUS] = ACTIONS(1760), + [anon_sym_STAR] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(1762), + [anon_sym_AMP] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1762), + [anon_sym_typedef] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym___attribute__] = ACTIONS(1760), + [anon_sym___declspec] = ACTIONS(1760), + [anon_sym___based] = ACTIONS(1760), + [anon_sym___cdecl] = ACTIONS(1760), + [anon_sym___clrcall] = ACTIONS(1760), + [anon_sym___stdcall] = ACTIONS(1760), + [anon_sym___fastcall] = ACTIONS(1760), + [anon_sym___thiscall] = ACTIONS(1760), + [anon_sym___vectorcall] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_static] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_inline] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [anon_sym_volatile] = ACTIONS(1760), + [anon_sym_restrict] = ACTIONS(1760), + [anon_sym__Atomic] = ACTIONS(1760), + [anon_sym_mutable] = ACTIONS(1760), + [anon_sym_constexpr] = ACTIONS(1760), + [anon_sym_signed] = ACTIONS(1760), + [anon_sym_unsigned] = ACTIONS(1760), + [anon_sym_long] = ACTIONS(1760), + [anon_sym_short] = ACTIONS(1760), + [sym_primitive_type] = ACTIONS(1760), + [anon_sym_enum] = ACTIONS(1760), + [anon_sym_class] = ACTIONS(1760), + [anon_sym_struct] = ACTIONS(1760), + [anon_sym_union] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_switch] = ACTIONS(1760), + [anon_sym_case] = ACTIONS(1760), + [anon_sym_default] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_goto] = ACTIONS(1760), + [anon_sym_DASH_DASH] = ACTIONS(1762), + [anon_sym_PLUS_PLUS] = ACTIONS(1762), + [anon_sym_sizeof] = ACTIONS(1760), + [sym_number_literal] = ACTIONS(1762), + [anon_sym_L_SQUOTE] = ACTIONS(1762), + [anon_sym_u_SQUOTE] = ACTIONS(1762), + [anon_sym_U_SQUOTE] = ACTIONS(1762), + [anon_sym_u8_SQUOTE] = ACTIONS(1762), + [anon_sym_SQUOTE] = ACTIONS(1762), + [anon_sym_L_DQUOTE] = ACTIONS(1762), + [anon_sym_u_DQUOTE] = ACTIONS(1762), + [anon_sym_U_DQUOTE] = ACTIONS(1762), + [anon_sym_u8_DQUOTE] = ACTIONS(1762), + [anon_sym_DQUOTE] = ACTIONS(1762), + [sym_true] = ACTIONS(1760), + [sym_false] = ACTIONS(1760), + [sym_null] = ACTIONS(1760), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1760), + [anon_sym_virtual] = ACTIONS(1760), + [anon_sym_explicit] = ACTIONS(1760), + [sym_auto] = ACTIONS(1760), + [anon_sym_typename] = ACTIONS(1760), + [anon_sym_template] = ACTIONS(1760), + [anon_sym_COLON_COLON] = ACTIONS(1762), + [anon_sym_operator] = ACTIONS(1760), + [anon_sym_delete] = ACTIONS(1760), + [anon_sym_throw] = ACTIONS(1760), + [anon_sym_namespace] = ACTIONS(1760), + [anon_sym_using] = ACTIONS(1760), + [anon_sym_static_assert] = ACTIONS(1760), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1762), + [anon_sym_new] = ACTIONS(1760), + [sym_operator_name] = ACTIONS(1760), + [sym_this] = ACTIONS(1760), + [sym_nullptr] = ACTIONS(1760), + [sym_alone_macro] = ACTIONS(1762), + [aux_sym_alone_macro_call_token1] = ACTIONS(1760), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_FORWARD] = ACTIONS(1760), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1760), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_PS_GET] = ACTIONS(1760), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1760), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1760), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1760), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1760), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1760), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1760), + [anon_sym_MOZ_COLD] = ACTIONS(1760), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1760), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1760), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1760), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1760), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1760), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1760), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1760), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1760), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1760), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1760), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1760), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1760), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL] = ACTIONS(1760), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1760), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1760), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN] = ACTIONS(1760), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1760), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1760), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1760), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1760), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1760), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1760), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1760), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1760), + [anon_sym_MOZ_RAII] = ACTIONS(1760), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1760), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1760), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1760), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1760), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1760), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1760), + [sym_raw_string_literal] = ACTIONS(1762), }, [551] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_include_token1] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token2] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_BANG] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2060), - [anon_sym_PLUS] = ACTIONS(2060), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_SEMI] = ACTIONS(2062), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym___cdecl] = ACTIONS(2060), - [anon_sym___clrcall] = ACTIONS(2060), - [anon_sym___stdcall] = ACTIONS(2060), - [anon_sym___fastcall] = ACTIONS(2060), - [anon_sym___thiscall] = ACTIONS(2060), - [anon_sym___vectorcall] = ACTIONS(2060), - [anon_sym_LBRACE] = ACTIONS(2062), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [anon_sym_if] = ACTIONS(2060), - [anon_sym_switch] = ACTIONS(2060), - [anon_sym_case] = ACTIONS(2060), - [anon_sym_default] = ACTIONS(2060), - [anon_sym_while] = ACTIONS(2060), - [anon_sym_do] = ACTIONS(2060), - [anon_sym_for] = ACTIONS(2060), - [anon_sym_return] = ACTIONS(2060), - [anon_sym_break] = ACTIONS(2060), - [anon_sym_continue] = ACTIONS(2060), - [anon_sym_goto] = ACTIONS(2060), - [anon_sym_DASH_DASH] = ACTIONS(2062), - [anon_sym_PLUS_PLUS] = ACTIONS(2062), - [anon_sym_sizeof] = ACTIONS(2060), - [sym_number_literal] = ACTIONS(2062), - [anon_sym_L_SQUOTE] = ACTIONS(2062), - [anon_sym_u_SQUOTE] = ACTIONS(2062), - [anon_sym_U_SQUOTE] = ACTIONS(2062), - [anon_sym_u8_SQUOTE] = ACTIONS(2062), - [anon_sym_SQUOTE] = ACTIONS(2062), - [anon_sym_L_DQUOTE] = ACTIONS(2062), - [anon_sym_u_DQUOTE] = ACTIONS(2062), - [anon_sym_U_DQUOTE] = ACTIONS(2062), - [anon_sym_u8_DQUOTE] = ACTIONS(2062), - [anon_sym_DQUOTE] = ACTIONS(2062), - [sym_true] = ACTIONS(2060), - [sym_false] = ACTIONS(2060), - [sym_null] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_delete] = ACTIONS(2060), - [anon_sym_throw] = ACTIONS(2060), - [anon_sym_namespace] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_try] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [anon_sym_new] = ACTIONS(2060), - [sym_operator_name] = ACTIONS(2060), - [sym_this] = ACTIONS(2060), - [sym_nullptr] = ACTIONS(2060), - [sym_alone_macro] = ACTIONS(2062), - [aux_sym_alone_macro_call_token1] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), - [sym_raw_string_literal] = ACTIONS(2062), + [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___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_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_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_COLON_COLON] = ACTIONS(1646), + [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_try] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [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), + [sym_raw_string_literal] = ACTIONS(1646), }, [552] = { - [sym_identifier] = ACTIONS(2080), - [aux_sym_preproc_include_token1] = ACTIONS(2080), - [aux_sym_preproc_def_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token2] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2080), - [anon_sym_LPAREN2] = ACTIONS(2082), - [anon_sym_BANG] = ACTIONS(2082), - [anon_sym_TILDE] = ACTIONS(2082), - [anon_sym_DASH] = ACTIONS(2080), - [anon_sym_PLUS] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_AMP_AMP] = ACTIONS(2082), - [anon_sym_AMP] = ACTIONS(2080), - [anon_sym_SEMI] = ACTIONS(2082), - [anon_sym_typedef] = ACTIONS(2080), - [anon_sym_extern] = ACTIONS(2080), - [anon_sym___attribute__] = ACTIONS(2080), - [anon_sym___declspec] = ACTIONS(2080), - [anon_sym___based] = ACTIONS(2080), - [anon_sym___cdecl] = ACTIONS(2080), - [anon_sym___clrcall] = ACTIONS(2080), - [anon_sym___stdcall] = ACTIONS(2080), - [anon_sym___fastcall] = ACTIONS(2080), - [anon_sym___thiscall] = ACTIONS(2080), - [anon_sym___vectorcall] = ACTIONS(2080), - [anon_sym_LBRACE] = ACTIONS(2082), - [anon_sym_LBRACK] = ACTIONS(2080), - [anon_sym_static] = ACTIONS(2080), - [anon_sym_register] = ACTIONS(2080), - [anon_sym_inline] = ACTIONS(2080), - [anon_sym_const] = ACTIONS(2080), - [anon_sym_volatile] = ACTIONS(2080), - [anon_sym_restrict] = ACTIONS(2080), - [anon_sym__Atomic] = ACTIONS(2080), - [anon_sym_mutable] = ACTIONS(2080), - [anon_sym_constexpr] = ACTIONS(2080), - [anon_sym_signed] = ACTIONS(2080), - [anon_sym_unsigned] = ACTIONS(2080), - [anon_sym_long] = ACTIONS(2080), - [anon_sym_short] = ACTIONS(2080), - [sym_primitive_type] = ACTIONS(2080), - [anon_sym_enum] = ACTIONS(2080), - [anon_sym_class] = ACTIONS(2080), - [anon_sym_struct] = ACTIONS(2080), - [anon_sym_union] = ACTIONS(2080), - [anon_sym_if] = ACTIONS(2080), - [anon_sym_switch] = ACTIONS(2080), - [anon_sym_case] = ACTIONS(2080), - [anon_sym_default] = ACTIONS(2080), - [anon_sym_while] = ACTIONS(2080), - [anon_sym_do] = ACTIONS(2080), - [anon_sym_for] = ACTIONS(2080), - [anon_sym_return] = ACTIONS(2080), - [anon_sym_break] = ACTIONS(2080), - [anon_sym_continue] = ACTIONS(2080), - [anon_sym_goto] = ACTIONS(2080), - [anon_sym_DASH_DASH] = ACTIONS(2082), - [anon_sym_PLUS_PLUS] = ACTIONS(2082), - [anon_sym_sizeof] = ACTIONS(2080), - [sym_number_literal] = ACTIONS(2082), - [anon_sym_L_SQUOTE] = ACTIONS(2082), - [anon_sym_u_SQUOTE] = ACTIONS(2082), - [anon_sym_U_SQUOTE] = ACTIONS(2082), - [anon_sym_u8_SQUOTE] = ACTIONS(2082), - [anon_sym_SQUOTE] = ACTIONS(2082), - [anon_sym_L_DQUOTE] = ACTIONS(2082), - [anon_sym_u_DQUOTE] = ACTIONS(2082), - [anon_sym_U_DQUOTE] = ACTIONS(2082), - [anon_sym_u8_DQUOTE] = ACTIONS(2082), - [anon_sym_DQUOTE] = ACTIONS(2082), - [sym_true] = ACTIONS(2080), - [sym_false] = ACTIONS(2080), - [sym_null] = ACTIONS(2080), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2080), - [anon_sym_virtual] = ACTIONS(2080), - [anon_sym_explicit] = ACTIONS(2080), - [sym_auto] = ACTIONS(2080), - [anon_sym_typename] = ACTIONS(2080), - [anon_sym_template] = ACTIONS(2080), - [anon_sym_COLON_COLON] = ACTIONS(2082), - [anon_sym_operator] = ACTIONS(2080), - [anon_sym_delete] = ACTIONS(2080), - [anon_sym_throw] = ACTIONS(2080), - [anon_sym_namespace] = ACTIONS(2080), - [anon_sym_using] = ACTIONS(2080), - [anon_sym_static_assert] = ACTIONS(2080), - [anon_sym_try] = ACTIONS(2080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2082), - [anon_sym_new] = ACTIONS(2080), - [sym_operator_name] = ACTIONS(2080), - [sym_this] = ACTIONS(2080), - [sym_nullptr] = ACTIONS(2080), - [sym_alone_macro] = ACTIONS(2082), - [aux_sym_alone_macro_call_token1] = ACTIONS(2080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2080), - [anon_sym_MOZ_COLD] = ACTIONS(2080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_RAII] = ACTIONS(2080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2080), - [sym_raw_string_literal] = ACTIONS(2082), + [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___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_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_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_COLON_COLON] = ACTIONS(1634), + [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_try] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [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), + [sym_raw_string_literal] = ACTIONS(1634), }, [553] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_include_token1] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token2] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_BANG] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_PLUS] = ACTIONS(1976), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym___cdecl] = ACTIONS(1976), - [anon_sym___clrcall] = ACTIONS(1976), - [anon_sym___stdcall] = ACTIONS(1976), - [anon_sym___fastcall] = ACTIONS(1976), - [anon_sym___thiscall] = ACTIONS(1976), - [anon_sym___vectorcall] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1978), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1976), - [anon_sym_case] = ACTIONS(1976), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_goto] = ACTIONS(1976), - [anon_sym_DASH_DASH] = ACTIONS(1978), - [anon_sym_PLUS_PLUS] = ACTIONS(1978), - [anon_sym_sizeof] = ACTIONS(1976), - [sym_number_literal] = ACTIONS(1978), - [anon_sym_L_SQUOTE] = ACTIONS(1978), - [anon_sym_u_SQUOTE] = ACTIONS(1978), - [anon_sym_U_SQUOTE] = ACTIONS(1978), - [anon_sym_u8_SQUOTE] = ACTIONS(1978), - [anon_sym_SQUOTE] = ACTIONS(1978), - [anon_sym_L_DQUOTE] = ACTIONS(1978), - [anon_sym_u_DQUOTE] = ACTIONS(1978), - [anon_sym_U_DQUOTE] = ACTIONS(1978), - [anon_sym_u8_DQUOTE] = ACTIONS(1978), - [anon_sym_DQUOTE] = ACTIONS(1978), - [sym_true] = ACTIONS(1976), - [sym_false] = ACTIONS(1976), - [sym_null] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_delete] = ACTIONS(1976), - [anon_sym_throw] = ACTIONS(1976), - [anon_sym_namespace] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [anon_sym_new] = ACTIONS(1976), - [sym_operator_name] = ACTIONS(1976), - [sym_this] = ACTIONS(1976), - [sym_nullptr] = ACTIONS(1976), - [sym_alone_macro] = ACTIONS(1978), - [aux_sym_alone_macro_call_token1] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - [sym_raw_string_literal] = ACTIONS(1978), + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_include_token1] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token2] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym___cdecl] = ACTIONS(1752), + [anon_sym___clrcall] = ACTIONS(1752), + [anon_sym___stdcall] = ACTIONS(1752), + [anon_sym___fastcall] = ACTIONS(1752), + [anon_sym___thiscall] = ACTIONS(1752), + [anon_sym___vectorcall] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_switch] = ACTIONS(1752), + [anon_sym_case] = ACTIONS(1752), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_do] = ACTIONS(1752), + [anon_sym_for] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_goto] = ACTIONS(1752), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_sizeof] = ACTIONS(1752), + [sym_number_literal] = ACTIONS(1754), + [anon_sym_L_SQUOTE] = ACTIONS(1754), + [anon_sym_u_SQUOTE] = ACTIONS(1754), + [anon_sym_U_SQUOTE] = ACTIONS(1754), + [anon_sym_u8_SQUOTE] = ACTIONS(1754), + [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_L_DQUOTE] = ACTIONS(1754), + [anon_sym_u_DQUOTE] = ACTIONS(1754), + [anon_sym_U_DQUOTE] = ACTIONS(1754), + [anon_sym_u8_DQUOTE] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym_true] = ACTIONS(1752), + [sym_false] = ACTIONS(1752), + [sym_null] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_delete] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_namespace] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [anon_sym_new] = ACTIONS(1752), + [sym_operator_name] = ACTIONS(1752), + [sym_this] = ACTIONS(1752), + [sym_nullptr] = ACTIONS(1752), + [sym_alone_macro] = ACTIONS(1754), + [aux_sym_alone_macro_call_token1] = ACTIONS(1752), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_FORWARD] = ACTIONS(1752), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1752), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_PS_GET] = ACTIONS(1752), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1752), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1752), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1752), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), + [sym_raw_string_literal] = ACTIONS(1754), }, [554] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_include_token1] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token2] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_BANG] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_DASH] = ACTIONS(2064), - [anon_sym_PLUS] = ACTIONS(2064), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym___cdecl] = ACTIONS(2064), - [anon_sym___clrcall] = ACTIONS(2064), - [anon_sym___stdcall] = ACTIONS(2064), - [anon_sym___fastcall] = ACTIONS(2064), - [anon_sym___thiscall] = ACTIONS(2064), - [anon_sym___vectorcall] = ACTIONS(2064), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [anon_sym_if] = ACTIONS(2064), - [anon_sym_switch] = ACTIONS(2064), - [anon_sym_case] = ACTIONS(2064), - [anon_sym_default] = ACTIONS(2064), - [anon_sym_while] = ACTIONS(2064), - [anon_sym_do] = ACTIONS(2064), - [anon_sym_for] = ACTIONS(2064), - [anon_sym_return] = ACTIONS(2064), - [anon_sym_break] = ACTIONS(2064), - [anon_sym_continue] = ACTIONS(2064), - [anon_sym_goto] = ACTIONS(2064), - [anon_sym_DASH_DASH] = ACTIONS(2066), - [anon_sym_PLUS_PLUS] = ACTIONS(2066), - [anon_sym_sizeof] = ACTIONS(2064), - [sym_number_literal] = ACTIONS(2066), - [anon_sym_L_SQUOTE] = ACTIONS(2066), - [anon_sym_u_SQUOTE] = ACTIONS(2066), - [anon_sym_U_SQUOTE] = ACTIONS(2066), - [anon_sym_u8_SQUOTE] = ACTIONS(2066), - [anon_sym_SQUOTE] = ACTIONS(2066), - [anon_sym_L_DQUOTE] = ACTIONS(2066), - [anon_sym_u_DQUOTE] = ACTIONS(2066), - [anon_sym_U_DQUOTE] = ACTIONS(2066), - [anon_sym_u8_DQUOTE] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym_true] = ACTIONS(2064), - [sym_false] = ACTIONS(2064), - [sym_null] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_delete] = ACTIONS(2064), - [anon_sym_throw] = ACTIONS(2064), - [anon_sym_namespace] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_try] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [anon_sym_new] = ACTIONS(2064), - [sym_operator_name] = ACTIONS(2064), - [sym_this] = ACTIONS(2064), - [sym_nullptr] = ACTIONS(2064), - [sym_alone_macro] = ACTIONS(2066), - [aux_sym_alone_macro_call_token1] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), - [sym_raw_string_literal] = ACTIONS(2066), + [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___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_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_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_COLON_COLON] = ACTIONS(1690), + [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_try] = ACTIONS(1688), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), + [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), + [sym_raw_string_literal] = ACTIONS(1690), }, [555] = { - [sym_identifier] = ACTIONS(2084), - [aux_sym_preproc_include_token1] = ACTIONS(2084), - [aux_sym_preproc_def_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2084), - [sym_preproc_directive] = ACTIONS(2084), - [anon_sym_LPAREN2] = ACTIONS(2086), - [anon_sym_BANG] = ACTIONS(2086), - [anon_sym_TILDE] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2084), - [anon_sym_PLUS] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(2086), - [anon_sym_AMP_AMP] = ACTIONS(2086), - [anon_sym_AMP] = ACTIONS(2084), - [anon_sym_SEMI] = ACTIONS(2086), - [anon_sym_typedef] = ACTIONS(2084), - [anon_sym_extern] = ACTIONS(2084), - [anon_sym___attribute__] = ACTIONS(2084), - [anon_sym___declspec] = ACTIONS(2084), - [anon_sym___based] = ACTIONS(2084), - [anon_sym___cdecl] = ACTIONS(2084), - [anon_sym___clrcall] = ACTIONS(2084), - [anon_sym___stdcall] = ACTIONS(2084), - [anon_sym___fastcall] = ACTIONS(2084), - [anon_sym___thiscall] = ACTIONS(2084), - [anon_sym___vectorcall] = ACTIONS(2084), - [anon_sym_LBRACE] = ACTIONS(2086), - [anon_sym_RBRACE] = ACTIONS(2086), - [anon_sym_LBRACK] = ACTIONS(2084), - [anon_sym_static] = ACTIONS(2084), - [anon_sym_register] = ACTIONS(2084), - [anon_sym_inline] = ACTIONS(2084), - [anon_sym_const] = ACTIONS(2084), - [anon_sym_volatile] = ACTIONS(2084), - [anon_sym_restrict] = ACTIONS(2084), - [anon_sym__Atomic] = ACTIONS(2084), - [anon_sym_mutable] = ACTIONS(2084), - [anon_sym_constexpr] = ACTIONS(2084), - [anon_sym_signed] = ACTIONS(2084), - [anon_sym_unsigned] = ACTIONS(2084), - [anon_sym_long] = ACTIONS(2084), - [anon_sym_short] = ACTIONS(2084), - [sym_primitive_type] = ACTIONS(2084), - [anon_sym_enum] = ACTIONS(2084), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2084), - [anon_sym_union] = ACTIONS(2084), - [anon_sym_if] = ACTIONS(2084), - [anon_sym_switch] = ACTIONS(2084), - [anon_sym_case] = ACTIONS(2084), - [anon_sym_default] = ACTIONS(2084), - [anon_sym_while] = ACTIONS(2084), - [anon_sym_do] = ACTIONS(2084), - [anon_sym_for] = ACTIONS(2084), - [anon_sym_return] = ACTIONS(2084), - [anon_sym_break] = ACTIONS(2084), - [anon_sym_continue] = ACTIONS(2084), - [anon_sym_goto] = ACTIONS(2084), - [anon_sym_DASH_DASH] = ACTIONS(2086), - [anon_sym_PLUS_PLUS] = ACTIONS(2086), - [anon_sym_sizeof] = ACTIONS(2084), - [sym_number_literal] = ACTIONS(2086), - [anon_sym_L_SQUOTE] = ACTIONS(2086), - [anon_sym_u_SQUOTE] = ACTIONS(2086), - [anon_sym_U_SQUOTE] = ACTIONS(2086), - [anon_sym_u8_SQUOTE] = ACTIONS(2086), - [anon_sym_SQUOTE] = ACTIONS(2086), - [anon_sym_L_DQUOTE] = ACTIONS(2086), - [anon_sym_u_DQUOTE] = ACTIONS(2086), - [anon_sym_U_DQUOTE] = ACTIONS(2086), - [anon_sym_u8_DQUOTE] = ACTIONS(2086), - [anon_sym_DQUOTE] = ACTIONS(2086), - [sym_true] = ACTIONS(2084), - [sym_false] = ACTIONS(2084), - [sym_null] = ACTIONS(2084), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2084), - [anon_sym_explicit] = ACTIONS(2084), - [sym_auto] = ACTIONS(2084), - [anon_sym_typename] = ACTIONS(2084), - [anon_sym_template] = ACTIONS(2084), - [anon_sym_COLON_COLON] = ACTIONS(2086), - [anon_sym_operator] = ACTIONS(2084), - [anon_sym_delete] = ACTIONS(2084), - [anon_sym_throw] = ACTIONS(2084), - [anon_sym_namespace] = ACTIONS(2084), - [anon_sym_using] = ACTIONS(2084), - [anon_sym_static_assert] = ACTIONS(2084), - [anon_sym_try] = ACTIONS(2084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2086), - [anon_sym_new] = ACTIONS(2084), - [sym_operator_name] = ACTIONS(2084), - [sym_this] = ACTIONS(2084), - [sym_nullptr] = ACTIONS(2084), - [sym_alone_macro] = ACTIONS(2086), - [aux_sym_alone_macro_call_token1] = ACTIONS(2084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2084), - [anon_sym_MOZ_COLD] = ACTIONS(2084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_RAII] = ACTIONS(2084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2084), - [sym_raw_string_literal] = ACTIONS(2086), + [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___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_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_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_COLON_COLON] = ACTIONS(1686), + [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_try] = ACTIONS(1684), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), + [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), + [sym_raw_string_literal] = ACTIONS(1686), }, [556] = { - [sym_identifier] = ACTIONS(2128), - [aux_sym_preproc_include_token1] = ACTIONS(2128), - [aux_sym_preproc_def_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token2] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2128), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(2130), - [anon_sym_BANG] = ACTIONS(2130), - [anon_sym_TILDE] = ACTIONS(2130), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_STAR] = ACTIONS(2130), - [anon_sym_AMP_AMP] = ACTIONS(2130), - [anon_sym_AMP] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2130), - [anon_sym_typedef] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym___attribute__] = ACTIONS(2128), - [anon_sym___declspec] = ACTIONS(2128), - [anon_sym___based] = ACTIONS(2128), - [anon_sym___cdecl] = ACTIONS(2128), - [anon_sym___clrcall] = ACTIONS(2128), - [anon_sym___stdcall] = ACTIONS(2128), - [anon_sym___fastcall] = ACTIONS(2128), - [anon_sym___thiscall] = ACTIONS(2128), - [anon_sym___vectorcall] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2130), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_static] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_inline] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_volatile] = ACTIONS(2128), - [anon_sym_restrict] = ACTIONS(2128), - [anon_sym__Atomic] = ACTIONS(2128), - [anon_sym_mutable] = ACTIONS(2128), - [anon_sym_constexpr] = ACTIONS(2128), - [anon_sym_signed] = ACTIONS(2128), - [anon_sym_unsigned] = ACTIONS(2128), - [anon_sym_long] = ACTIONS(2128), - [anon_sym_short] = ACTIONS(2128), - [sym_primitive_type] = ACTIONS(2128), - [anon_sym_enum] = ACTIONS(2128), - [anon_sym_class] = ACTIONS(2128), - [anon_sym_struct] = ACTIONS(2128), - [anon_sym_union] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_switch] = ACTIONS(2128), - [anon_sym_case] = ACTIONS(2128), - [anon_sym_default] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_goto] = ACTIONS(2128), - [anon_sym_DASH_DASH] = ACTIONS(2130), - [anon_sym_PLUS_PLUS] = ACTIONS(2130), - [anon_sym_sizeof] = ACTIONS(2128), - [sym_number_literal] = ACTIONS(2130), - [anon_sym_L_SQUOTE] = ACTIONS(2130), - [anon_sym_u_SQUOTE] = ACTIONS(2130), - [anon_sym_U_SQUOTE] = ACTIONS(2130), - [anon_sym_u8_SQUOTE] = ACTIONS(2130), - [anon_sym_SQUOTE] = ACTIONS(2130), - [anon_sym_L_DQUOTE] = ACTIONS(2130), - [anon_sym_u_DQUOTE] = ACTIONS(2130), - [anon_sym_U_DQUOTE] = ACTIONS(2130), - [anon_sym_u8_DQUOTE] = ACTIONS(2130), - [anon_sym_DQUOTE] = ACTIONS(2130), - [sym_true] = ACTIONS(2128), - [sym_false] = ACTIONS(2128), - [sym_null] = ACTIONS(2128), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2128), - [anon_sym_virtual] = ACTIONS(2128), - [anon_sym_explicit] = ACTIONS(2128), - [sym_auto] = ACTIONS(2128), - [anon_sym_typename] = ACTIONS(2128), - [anon_sym_template] = ACTIONS(2128), - [anon_sym_COLON_COLON] = ACTIONS(2130), - [anon_sym_operator] = ACTIONS(2128), - [anon_sym_delete] = ACTIONS(2128), - [anon_sym_throw] = ACTIONS(2128), - [anon_sym_namespace] = ACTIONS(2128), - [anon_sym_using] = ACTIONS(2128), - [anon_sym_static_assert] = ACTIONS(2128), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), - [anon_sym_new] = ACTIONS(2128), - [sym_operator_name] = ACTIONS(2128), - [sym_this] = ACTIONS(2128), - [sym_nullptr] = ACTIONS(2128), - [sym_alone_macro] = ACTIONS(2130), - [aux_sym_alone_macro_call_token1] = ACTIONS(2128), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2128), - [anon_sym_MOZ_COLD] = ACTIONS(2128), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2128), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2128), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2128), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2128), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2128), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2128), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2128), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2128), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2128), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2128), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2128), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2128), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_RAII] = ACTIONS(2128), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2128), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2128), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2128), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2128), - [sym_raw_string_literal] = ACTIONS(2130), + [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___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_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_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_COLON_COLON] = ACTIONS(1642), + [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_try] = ACTIONS(1640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [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), + [sym_raw_string_literal] = ACTIONS(1642), }, [557] = { - [ts_builtin_sym_end] = ACTIONS(2034), - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_include_token1] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_BANG] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym___cdecl] = ACTIONS(2032), - [anon_sym___clrcall] = ACTIONS(2032), - [anon_sym___stdcall] = ACTIONS(2032), - [anon_sym___fastcall] = ACTIONS(2032), - [anon_sym___thiscall] = ACTIONS(2032), - [anon_sym___vectorcall] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_switch] = ACTIONS(2032), - [anon_sym_case] = ACTIONS(2032), - [anon_sym_default] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_goto] = ACTIONS(2032), - [anon_sym_DASH_DASH] = ACTIONS(2034), - [anon_sym_PLUS_PLUS] = ACTIONS(2034), - [anon_sym_sizeof] = ACTIONS(2032), - [sym_number_literal] = ACTIONS(2034), - [anon_sym_L_SQUOTE] = ACTIONS(2034), - [anon_sym_u_SQUOTE] = ACTIONS(2034), - [anon_sym_U_SQUOTE] = ACTIONS(2034), - [anon_sym_u8_SQUOTE] = ACTIONS(2034), - [anon_sym_SQUOTE] = ACTIONS(2034), - [anon_sym_L_DQUOTE] = ACTIONS(2034), - [anon_sym_u_DQUOTE] = ACTIONS(2034), - [anon_sym_U_DQUOTE] = ACTIONS(2034), - [anon_sym_u8_DQUOTE] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym_true] = ACTIONS(2032), - [sym_false] = ACTIONS(2032), - [sym_null] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_delete] = ACTIONS(2032), - [anon_sym_throw] = ACTIONS(2032), - [anon_sym_namespace] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [anon_sym_new] = ACTIONS(2032), - [sym_operator_name] = ACTIONS(2032), - [sym_this] = ACTIONS(2032), - [sym_nullptr] = ACTIONS(2032), - [sym_alone_macro] = ACTIONS(2034), - [aux_sym_alone_macro_call_token1] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - [sym_raw_string_literal] = ACTIONS(2034), + [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___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_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_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_COLON_COLON] = ACTIONS(1666), + [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_try] = ACTIONS(1664), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), + [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), + [sym_raw_string_literal] = ACTIONS(1666), }, [558] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_include_token1] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token2] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_BANG] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2068), - [anon_sym_PLUS] = ACTIONS(2068), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_SEMI] = ACTIONS(2070), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym___cdecl] = ACTIONS(2068), - [anon_sym___clrcall] = ACTIONS(2068), - [anon_sym___stdcall] = ACTIONS(2068), - [anon_sym___fastcall] = ACTIONS(2068), - [anon_sym___thiscall] = ACTIONS(2068), - [anon_sym___vectorcall] = ACTIONS(2068), - [anon_sym_LBRACE] = ACTIONS(2070), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_switch] = ACTIONS(2068), - [anon_sym_case] = ACTIONS(2068), - [anon_sym_default] = ACTIONS(2068), - [anon_sym_while] = ACTIONS(2068), - [anon_sym_do] = ACTIONS(2068), - [anon_sym_for] = ACTIONS(2068), - [anon_sym_return] = ACTIONS(2068), - [anon_sym_break] = ACTIONS(2068), - [anon_sym_continue] = ACTIONS(2068), - [anon_sym_goto] = ACTIONS(2068), - [anon_sym_DASH_DASH] = ACTIONS(2070), - [anon_sym_PLUS_PLUS] = ACTIONS(2070), - [anon_sym_sizeof] = ACTIONS(2068), - [sym_number_literal] = ACTIONS(2070), - [anon_sym_L_SQUOTE] = ACTIONS(2070), - [anon_sym_u_SQUOTE] = ACTIONS(2070), - [anon_sym_U_SQUOTE] = ACTIONS(2070), - [anon_sym_u8_SQUOTE] = ACTIONS(2070), - [anon_sym_SQUOTE] = ACTIONS(2070), - [anon_sym_L_DQUOTE] = ACTIONS(2070), - [anon_sym_u_DQUOTE] = ACTIONS(2070), - [anon_sym_U_DQUOTE] = ACTIONS(2070), - [anon_sym_u8_DQUOTE] = ACTIONS(2070), - [anon_sym_DQUOTE] = ACTIONS(2070), - [sym_true] = ACTIONS(2068), - [sym_false] = ACTIONS(2068), - [sym_null] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_delete] = ACTIONS(2068), - [anon_sym_throw] = ACTIONS(2068), - [anon_sym_namespace] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_try] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_new] = ACTIONS(2068), - [sym_operator_name] = ACTIONS(2068), - [sym_this] = ACTIONS(2068), - [sym_nullptr] = ACTIONS(2068), - [sym_alone_macro] = ACTIONS(2070), - [aux_sym_alone_macro_call_token1] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), - [sym_raw_string_literal] = ACTIONS(2070), + [sym_identifier] = ACTIONS(1804), + [aux_sym_preproc_include_token1] = ACTIONS(1804), + [aux_sym_preproc_def_token1] = ACTIONS(1804), + [aux_sym_preproc_if_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1804), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1804), + [sym_preproc_directive] = ACTIONS(1804), + [anon_sym_LPAREN2] = ACTIONS(1806), + [anon_sym_BANG] = ACTIONS(1806), + [anon_sym_TILDE] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1804), + [anon_sym_PLUS] = ACTIONS(1804), + [anon_sym_STAR] = ACTIONS(1806), + [anon_sym_AMP_AMP] = ACTIONS(1806), + [anon_sym_AMP] = ACTIONS(1804), + [anon_sym_SEMI] = ACTIONS(1806), + [anon_sym_typedef] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym___attribute__] = ACTIONS(1804), + [anon_sym___declspec] = ACTIONS(1804), + [anon_sym___based] = ACTIONS(1804), + [anon_sym___cdecl] = ACTIONS(1804), + [anon_sym___clrcall] = ACTIONS(1804), + [anon_sym___stdcall] = ACTIONS(1804), + [anon_sym___fastcall] = ACTIONS(1804), + [anon_sym___thiscall] = ACTIONS(1804), + [anon_sym___vectorcall] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_RBRACE] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_register] = ACTIONS(1804), + [anon_sym_inline] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_volatile] = ACTIONS(1804), + [anon_sym_restrict] = ACTIONS(1804), + [anon_sym__Atomic] = ACTIONS(1804), + [anon_sym_mutable] = ACTIONS(1804), + [anon_sym_constexpr] = ACTIONS(1804), + [anon_sym_signed] = ACTIONS(1804), + [anon_sym_unsigned] = ACTIONS(1804), + [anon_sym_long] = ACTIONS(1804), + [anon_sym_short] = ACTIONS(1804), + [sym_primitive_type] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_class] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1804), + [anon_sym_switch] = ACTIONS(1804), + [anon_sym_case] = ACTIONS(1804), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_while] = ACTIONS(1804), + [anon_sym_do] = ACTIONS(1804), + [anon_sym_for] = ACTIONS(1804), + [anon_sym_return] = ACTIONS(1804), + [anon_sym_break] = ACTIONS(1804), + [anon_sym_continue] = ACTIONS(1804), + [anon_sym_goto] = ACTIONS(1804), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1804), + [sym_number_literal] = ACTIONS(1806), + [anon_sym_L_SQUOTE] = ACTIONS(1806), + [anon_sym_u_SQUOTE] = ACTIONS(1806), + [anon_sym_U_SQUOTE] = ACTIONS(1806), + [anon_sym_u8_SQUOTE] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1806), + [anon_sym_L_DQUOTE] = ACTIONS(1806), + [anon_sym_u_DQUOTE] = ACTIONS(1806), + [anon_sym_U_DQUOTE] = ACTIONS(1806), + [anon_sym_u8_DQUOTE] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym_true] = ACTIONS(1804), + [sym_false] = ACTIONS(1804), + [sym_null] = ACTIONS(1804), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1804), + [anon_sym_virtual] = ACTIONS(1804), + [anon_sym_explicit] = ACTIONS(1804), + [sym_auto] = ACTIONS(1804), + [anon_sym_typename] = ACTIONS(1804), + [anon_sym_template] = ACTIONS(1804), + [anon_sym_COLON_COLON] = ACTIONS(1806), + [anon_sym_operator] = ACTIONS(1804), + [anon_sym_delete] = ACTIONS(1804), + [anon_sym_throw] = ACTIONS(1804), + [anon_sym_namespace] = ACTIONS(1804), + [anon_sym_using] = ACTIONS(1804), + [anon_sym_static_assert] = ACTIONS(1804), + [anon_sym_try] = ACTIONS(1804), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1806), + [anon_sym_new] = ACTIONS(1804), + [sym_operator_name] = ACTIONS(1804), + [sym_this] = ACTIONS(1804), + [sym_nullptr] = ACTIONS(1804), + [sym_alone_macro] = ACTIONS(1806), + [aux_sym_alone_macro_call_token1] = ACTIONS(1804), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_FORWARD] = ACTIONS(1804), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1804), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_PS_GET] = ACTIONS(1804), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1804), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1804), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1804), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1804), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1804), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1804), + [anon_sym_MOZ_COLD] = ACTIONS(1804), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1804), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1804), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1804), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1804), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1804), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1804), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1804), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1804), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1804), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1804), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1804), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1804), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL] = ACTIONS(1804), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1804), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1804), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN] = ACTIONS(1804), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1804), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1804), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1804), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1804), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1804), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1804), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1804), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1804), + [anon_sym_MOZ_RAII] = ACTIONS(1804), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1804), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1804), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1804), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1804), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1804), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1804), + [sym_raw_string_literal] = ACTIONS(1806), }, [559] = { - [ts_builtin_sym_end] = ACTIONS(2042), - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_include_token1] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_BANG] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_DASH] = ACTIONS(2040), - [anon_sym_PLUS] = ACTIONS(2040), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym___cdecl] = ACTIONS(2040), - [anon_sym___clrcall] = ACTIONS(2040), - [anon_sym___stdcall] = ACTIONS(2040), - [anon_sym___fastcall] = ACTIONS(2040), - [anon_sym___thiscall] = ACTIONS(2040), - [anon_sym___vectorcall] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2042), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2040), - [anon_sym_case] = ACTIONS(2040), - [anon_sym_default] = ACTIONS(2040), - [anon_sym_while] = ACTIONS(2040), - [anon_sym_do] = ACTIONS(2040), - [anon_sym_for] = ACTIONS(2040), - [anon_sym_return] = ACTIONS(2040), - [anon_sym_break] = ACTIONS(2040), - [anon_sym_continue] = ACTIONS(2040), - [anon_sym_goto] = ACTIONS(2040), - [anon_sym_DASH_DASH] = ACTIONS(2042), - [anon_sym_PLUS_PLUS] = ACTIONS(2042), - [anon_sym_sizeof] = ACTIONS(2040), - [sym_number_literal] = ACTIONS(2042), - [anon_sym_L_SQUOTE] = ACTIONS(2042), - [anon_sym_u_SQUOTE] = ACTIONS(2042), - [anon_sym_U_SQUOTE] = ACTIONS(2042), - [anon_sym_u8_SQUOTE] = ACTIONS(2042), - [anon_sym_SQUOTE] = ACTIONS(2042), - [anon_sym_L_DQUOTE] = ACTIONS(2042), - [anon_sym_u_DQUOTE] = ACTIONS(2042), - [anon_sym_U_DQUOTE] = ACTIONS(2042), - [anon_sym_u8_DQUOTE] = ACTIONS(2042), - [anon_sym_DQUOTE] = ACTIONS(2042), - [sym_true] = ACTIONS(2040), - [sym_false] = ACTIONS(2040), - [sym_null] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_delete] = ACTIONS(2040), - [anon_sym_throw] = ACTIONS(2040), - [anon_sym_namespace] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [anon_sym_new] = ACTIONS(2040), - [sym_operator_name] = ACTIONS(2040), - [sym_this] = ACTIONS(2040), - [sym_nullptr] = ACTIONS(2040), - [sym_alone_macro] = ACTIONS(2042), - [aux_sym_alone_macro_call_token1] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), - [sym_raw_string_literal] = ACTIONS(2042), + [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___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_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_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_COLON_COLON] = ACTIONS(1626), + [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_try] = ACTIONS(1624), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), + [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), + [sym_raw_string_literal] = ACTIONS(1626), }, [560] = { - [ts_builtin_sym_end] = ACTIONS(2058), - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_include_token1] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_BANG] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_DASH] = ACTIONS(2056), - [anon_sym_PLUS] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym___cdecl] = ACTIONS(2056), - [anon_sym___clrcall] = ACTIONS(2056), - [anon_sym___stdcall] = ACTIONS(2056), - [anon_sym___fastcall] = ACTIONS(2056), - [anon_sym___thiscall] = ACTIONS(2056), - [anon_sym___vectorcall] = ACTIONS(2056), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [anon_sym_if] = ACTIONS(2056), - [anon_sym_switch] = ACTIONS(2056), - [anon_sym_case] = ACTIONS(2056), - [anon_sym_default] = ACTIONS(2056), - [anon_sym_while] = ACTIONS(2056), - [anon_sym_do] = ACTIONS(2056), - [anon_sym_for] = ACTIONS(2056), - [anon_sym_return] = ACTIONS(2056), - [anon_sym_break] = ACTIONS(2056), - [anon_sym_continue] = ACTIONS(2056), - [anon_sym_goto] = ACTIONS(2056), - [anon_sym_DASH_DASH] = ACTIONS(2058), - [anon_sym_PLUS_PLUS] = ACTIONS(2058), - [anon_sym_sizeof] = ACTIONS(2056), - [sym_number_literal] = ACTIONS(2058), - [anon_sym_L_SQUOTE] = ACTIONS(2058), - [anon_sym_u_SQUOTE] = ACTIONS(2058), - [anon_sym_U_SQUOTE] = ACTIONS(2058), - [anon_sym_u8_SQUOTE] = ACTIONS(2058), - [anon_sym_SQUOTE] = ACTIONS(2058), - [anon_sym_L_DQUOTE] = ACTIONS(2058), - [anon_sym_u_DQUOTE] = ACTIONS(2058), - [anon_sym_U_DQUOTE] = ACTIONS(2058), - [anon_sym_u8_DQUOTE] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym_true] = ACTIONS(2056), - [sym_false] = ACTIONS(2056), - [sym_null] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_delete] = ACTIONS(2056), - [anon_sym_throw] = ACTIONS(2056), - [anon_sym_namespace] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_try] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [anon_sym_new] = ACTIONS(2056), - [sym_operator_name] = ACTIONS(2056), - [sym_this] = ACTIONS(2056), - [sym_nullptr] = ACTIONS(2056), - [sym_alone_macro] = ACTIONS(2058), - [aux_sym_alone_macro_call_token1] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), - [sym_raw_string_literal] = ACTIONS(2058), + [sym_identifier] = ACTIONS(1608), + [aux_sym_preproc_include_token1] = ACTIONS(1608), + [aux_sym_preproc_def_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1608), + [sym_preproc_directive] = ACTIONS(1608), + [anon_sym_LPAREN2] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_AMP_AMP] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_typedef] = ACTIONS(1608), + [anon_sym_extern] = ACTIONS(1608), + [anon_sym___attribute__] = ACTIONS(1608), + [anon_sym___declspec] = ACTIONS(1608), + [anon_sym___based] = ACTIONS(1608), + [anon_sym___cdecl] = ACTIONS(1608), + [anon_sym___clrcall] = ACTIONS(1608), + [anon_sym___stdcall] = ACTIONS(1608), + [anon_sym___fastcall] = ACTIONS(1608), + [anon_sym___thiscall] = ACTIONS(1608), + [anon_sym___vectorcall] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1608), + [anon_sym_static] = ACTIONS(1608), + [anon_sym_register] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [anon_sym_volatile] = ACTIONS(1608), + [anon_sym_restrict] = ACTIONS(1608), + [anon_sym__Atomic] = ACTIONS(1608), + [anon_sym_mutable] = ACTIONS(1608), + [anon_sym_constexpr] = ACTIONS(1608), + [anon_sym_signed] = ACTIONS(1608), + [anon_sym_unsigned] = ACTIONS(1608), + [anon_sym_long] = ACTIONS(1608), + [anon_sym_short] = ACTIONS(1608), + [sym_primitive_type] = ACTIONS(1608), + [anon_sym_enum] = ACTIONS(1608), + [anon_sym_class] = ACTIONS(1608), + [anon_sym_struct] = ACTIONS(1608), + [anon_sym_union] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_switch] = ACTIONS(1608), + [anon_sym_case] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_do] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_goto] = ACTIONS(1608), + [anon_sym_DASH_DASH] = ACTIONS(1610), + [anon_sym_PLUS_PLUS] = ACTIONS(1610), + [anon_sym_sizeof] = ACTIONS(1608), + [sym_number_literal] = ACTIONS(1610), + [anon_sym_L_SQUOTE] = ACTIONS(1610), + [anon_sym_u_SQUOTE] = ACTIONS(1610), + [anon_sym_U_SQUOTE] = ACTIONS(1610), + [anon_sym_u8_SQUOTE] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_L_DQUOTE] = ACTIONS(1610), + [anon_sym_u_DQUOTE] = ACTIONS(1610), + [anon_sym_U_DQUOTE] = ACTIONS(1610), + [anon_sym_u8_DQUOTE] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym_true] = ACTIONS(1608), + [sym_false] = ACTIONS(1608), + [sym_null] = ACTIONS(1608), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1608), + [anon_sym_virtual] = ACTIONS(1608), + [anon_sym_explicit] = ACTIONS(1608), + [sym_auto] = ACTIONS(1608), + [anon_sym_typename] = ACTIONS(1608), + [anon_sym_template] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1610), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_delete] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_namespace] = ACTIONS(1608), + [anon_sym_using] = ACTIONS(1608), + [anon_sym_static_assert] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1610), + [anon_sym_new] = ACTIONS(1608), + [sym_operator_name] = ACTIONS(1608), + [sym_this] = ACTIONS(1608), + [sym_nullptr] = ACTIONS(1608), + [sym_alone_macro] = ACTIONS(1610), + [aux_sym_alone_macro_call_token1] = ACTIONS(1608), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_FORWARD] = ACTIONS(1608), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1608), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_PS_GET] = ACTIONS(1608), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1608), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1608), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1608), + [anon_sym_MOZ_COLD] = ACTIONS(1608), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1608), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1608), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1608), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1608), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1608), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1608), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1608), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1608), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1608), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1608), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1608), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1608), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_RAII] = ACTIONS(1608), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1608), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1608), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1608), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1608), + [sym_raw_string_literal] = ACTIONS(1610), }, [561] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_include_token1] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_BANG] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2036), - [anon_sym_PLUS] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_SEMI] = ACTIONS(2038), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym___cdecl] = ACTIONS(2036), - [anon_sym___clrcall] = ACTIONS(2036), - [anon_sym___stdcall] = ACTIONS(2036), - [anon_sym___fastcall] = ACTIONS(2036), - [anon_sym___thiscall] = ACTIONS(2036), - [anon_sym___vectorcall] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_RBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [anon_sym_if] = ACTIONS(2036), - [anon_sym_switch] = ACTIONS(2036), - [anon_sym_case] = ACTIONS(2036), - [anon_sym_default] = ACTIONS(2036), - [anon_sym_while] = ACTIONS(2036), - [anon_sym_do] = ACTIONS(2036), - [anon_sym_for] = ACTIONS(2036), - [anon_sym_return] = ACTIONS(2036), - [anon_sym_break] = ACTIONS(2036), - [anon_sym_continue] = ACTIONS(2036), - [anon_sym_goto] = ACTIONS(2036), - [anon_sym_DASH_DASH] = ACTIONS(2038), - [anon_sym_PLUS_PLUS] = ACTIONS(2038), - [anon_sym_sizeof] = ACTIONS(2036), - [sym_number_literal] = ACTIONS(2038), - [anon_sym_L_SQUOTE] = ACTIONS(2038), - [anon_sym_u_SQUOTE] = ACTIONS(2038), - [anon_sym_U_SQUOTE] = ACTIONS(2038), - [anon_sym_u8_SQUOTE] = ACTIONS(2038), - [anon_sym_SQUOTE] = ACTIONS(2038), - [anon_sym_L_DQUOTE] = ACTIONS(2038), - [anon_sym_u_DQUOTE] = ACTIONS(2038), - [anon_sym_U_DQUOTE] = ACTIONS(2038), - [anon_sym_u8_DQUOTE] = ACTIONS(2038), - [anon_sym_DQUOTE] = ACTIONS(2038), - [sym_true] = ACTIONS(2036), - [sym_false] = ACTIONS(2036), - [sym_null] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_delete] = ACTIONS(2036), - [anon_sym_throw] = ACTIONS(2036), - [anon_sym_namespace] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_try] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym_new] = ACTIONS(2036), - [sym_operator_name] = ACTIONS(2036), - [sym_this] = ACTIONS(2036), - [sym_nullptr] = ACTIONS(2036), - [sym_alone_macro] = ACTIONS(2038), - [aux_sym_alone_macro_call_token1] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), - [sym_raw_string_literal] = ACTIONS(2038), + [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___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_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_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_COLON_COLON] = ACTIONS(1658), + [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_try] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [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), + [sym_raw_string_literal] = ACTIONS(1658), }, [562] = { - [ts_builtin_sym_end] = ACTIONS(2062), - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_include_token1] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_BANG] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2060), - [anon_sym_PLUS] = ACTIONS(2060), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_SEMI] = ACTIONS(2062), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym___cdecl] = ACTIONS(2060), - [anon_sym___clrcall] = ACTIONS(2060), - [anon_sym___stdcall] = ACTIONS(2060), - [anon_sym___fastcall] = ACTIONS(2060), - [anon_sym___thiscall] = ACTIONS(2060), - [anon_sym___vectorcall] = ACTIONS(2060), - [anon_sym_LBRACE] = ACTIONS(2062), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [anon_sym_if] = ACTIONS(2060), - [anon_sym_switch] = ACTIONS(2060), - [anon_sym_case] = ACTIONS(2060), - [anon_sym_default] = ACTIONS(2060), - [anon_sym_while] = ACTIONS(2060), - [anon_sym_do] = ACTIONS(2060), - [anon_sym_for] = ACTIONS(2060), - [anon_sym_return] = ACTIONS(2060), - [anon_sym_break] = ACTIONS(2060), - [anon_sym_continue] = ACTIONS(2060), - [anon_sym_goto] = ACTIONS(2060), - [anon_sym_DASH_DASH] = ACTIONS(2062), - [anon_sym_PLUS_PLUS] = ACTIONS(2062), - [anon_sym_sizeof] = ACTIONS(2060), - [sym_number_literal] = ACTIONS(2062), - [anon_sym_L_SQUOTE] = ACTIONS(2062), - [anon_sym_u_SQUOTE] = ACTIONS(2062), - [anon_sym_U_SQUOTE] = ACTIONS(2062), - [anon_sym_u8_SQUOTE] = ACTIONS(2062), - [anon_sym_SQUOTE] = ACTIONS(2062), - [anon_sym_L_DQUOTE] = ACTIONS(2062), - [anon_sym_u_DQUOTE] = ACTIONS(2062), - [anon_sym_U_DQUOTE] = ACTIONS(2062), - [anon_sym_u8_DQUOTE] = ACTIONS(2062), - [anon_sym_DQUOTE] = ACTIONS(2062), - [sym_true] = ACTIONS(2060), - [sym_false] = ACTIONS(2060), - [sym_null] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_delete] = ACTIONS(2060), - [anon_sym_throw] = ACTIONS(2060), - [anon_sym_namespace] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_try] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [anon_sym_new] = ACTIONS(2060), - [sym_operator_name] = ACTIONS(2060), - [sym_this] = ACTIONS(2060), - [sym_nullptr] = ACTIONS(2060), - [sym_alone_macro] = ACTIONS(2062), - [aux_sym_alone_macro_call_token1] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), - [sym_raw_string_literal] = ACTIONS(2062), + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_include_token1] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym___cdecl] = ACTIONS(1780), + [anon_sym___clrcall] = ACTIONS(1780), + [anon_sym___stdcall] = ACTIONS(1780), + [anon_sym___fastcall] = ACTIONS(1780), + [anon_sym___thiscall] = ACTIONS(1780), + [anon_sym___vectorcall] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [anon_sym_if] = ACTIONS(1780), + [anon_sym_switch] = ACTIONS(1780), + [anon_sym_case] = ACTIONS(1780), + [anon_sym_default] = ACTIONS(1780), + [anon_sym_while] = ACTIONS(1780), + [anon_sym_do] = ACTIONS(1780), + [anon_sym_for] = ACTIONS(1780), + [anon_sym_return] = ACTIONS(1780), + [anon_sym_break] = ACTIONS(1780), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_sizeof] = ACTIONS(1780), + [sym_number_literal] = ACTIONS(1782), + [anon_sym_L_SQUOTE] = ACTIONS(1782), + [anon_sym_u_SQUOTE] = ACTIONS(1782), + [anon_sym_U_SQUOTE] = ACTIONS(1782), + [anon_sym_u8_SQUOTE] = ACTIONS(1782), + [anon_sym_SQUOTE] = ACTIONS(1782), + [anon_sym_L_DQUOTE] = ACTIONS(1782), + [anon_sym_u_DQUOTE] = ACTIONS(1782), + [anon_sym_U_DQUOTE] = ACTIONS(1782), + [anon_sym_u8_DQUOTE] = ACTIONS(1782), + [anon_sym_DQUOTE] = ACTIONS(1782), + [sym_true] = ACTIONS(1780), + [sym_false] = ACTIONS(1780), + [sym_null] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_delete] = ACTIONS(1780), + [anon_sym_throw] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_try] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym_new] = ACTIONS(1780), + [sym_operator_name] = ACTIONS(1780), + [sym_this] = ACTIONS(1780), + [sym_nullptr] = ACTIONS(1780), + [sym_alone_macro] = ACTIONS(1782), + [aux_sym_alone_macro_call_token1] = ACTIONS(1780), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_FORWARD] = ACTIONS(1780), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1780), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_PS_GET] = ACTIONS(1780), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1780), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1780), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), + [sym_raw_string_literal] = ACTIONS(1782), }, [563] = { - [ts_builtin_sym_end] = ACTIONS(2066), - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_include_token1] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_BANG] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_DASH] = ACTIONS(2064), - [anon_sym_PLUS] = ACTIONS(2064), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym___cdecl] = ACTIONS(2064), - [anon_sym___clrcall] = ACTIONS(2064), - [anon_sym___stdcall] = ACTIONS(2064), - [anon_sym___fastcall] = ACTIONS(2064), - [anon_sym___thiscall] = ACTIONS(2064), - [anon_sym___vectorcall] = ACTIONS(2064), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [anon_sym_if] = ACTIONS(2064), - [anon_sym_switch] = ACTIONS(2064), - [anon_sym_case] = ACTIONS(2064), - [anon_sym_default] = ACTIONS(2064), - [anon_sym_while] = ACTIONS(2064), - [anon_sym_do] = ACTIONS(2064), - [anon_sym_for] = ACTIONS(2064), - [anon_sym_return] = ACTIONS(2064), - [anon_sym_break] = ACTIONS(2064), - [anon_sym_continue] = ACTIONS(2064), - [anon_sym_goto] = ACTIONS(2064), - [anon_sym_DASH_DASH] = ACTIONS(2066), - [anon_sym_PLUS_PLUS] = ACTIONS(2066), - [anon_sym_sizeof] = ACTIONS(2064), - [sym_number_literal] = ACTIONS(2066), - [anon_sym_L_SQUOTE] = ACTIONS(2066), - [anon_sym_u_SQUOTE] = ACTIONS(2066), - [anon_sym_U_SQUOTE] = ACTIONS(2066), - [anon_sym_u8_SQUOTE] = ACTIONS(2066), - [anon_sym_SQUOTE] = ACTIONS(2066), - [anon_sym_L_DQUOTE] = ACTIONS(2066), - [anon_sym_u_DQUOTE] = ACTIONS(2066), - [anon_sym_U_DQUOTE] = ACTIONS(2066), - [anon_sym_u8_DQUOTE] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym_true] = ACTIONS(2064), - [sym_false] = ACTIONS(2064), - [sym_null] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_delete] = ACTIONS(2064), - [anon_sym_throw] = ACTIONS(2064), - [anon_sym_namespace] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_try] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [anon_sym_new] = ACTIONS(2064), - [sym_operator_name] = ACTIONS(2064), - [sym_this] = ACTIONS(2064), - [sym_nullptr] = ACTIONS(2064), - [sym_alone_macro] = ACTIONS(2066), - [aux_sym_alone_macro_call_token1] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), - [sym_raw_string_literal] = ACTIONS(2066), + [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___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_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_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_COLON_COLON] = ACTIONS(1642), + [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_try] = ACTIONS(1640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [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), + [sym_raw_string_literal] = ACTIONS(1642), }, [564] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_include_token1] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token2] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_BANG] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_DASH] = ACTIONS(2072), - [anon_sym_PLUS] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_SEMI] = ACTIONS(2074), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym___cdecl] = ACTIONS(2072), - [anon_sym___clrcall] = ACTIONS(2072), - [anon_sym___stdcall] = ACTIONS(2072), - [anon_sym___fastcall] = ACTIONS(2072), - [anon_sym___thiscall] = ACTIONS(2072), - [anon_sym___vectorcall] = ACTIONS(2072), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2072), - [anon_sym_switch] = ACTIONS(2072), - [anon_sym_case] = ACTIONS(2072), - [anon_sym_default] = ACTIONS(2072), - [anon_sym_while] = ACTIONS(2072), - [anon_sym_do] = ACTIONS(2072), - [anon_sym_for] = ACTIONS(2072), - [anon_sym_return] = ACTIONS(2072), - [anon_sym_break] = ACTIONS(2072), - [anon_sym_continue] = ACTIONS(2072), - [anon_sym_goto] = ACTIONS(2072), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_sizeof] = ACTIONS(2072), - [sym_number_literal] = ACTIONS(2074), - [anon_sym_L_SQUOTE] = ACTIONS(2074), - [anon_sym_u_SQUOTE] = ACTIONS(2074), - [anon_sym_U_SQUOTE] = ACTIONS(2074), - [anon_sym_u8_SQUOTE] = ACTIONS(2074), - [anon_sym_SQUOTE] = ACTIONS(2074), - [anon_sym_L_DQUOTE] = ACTIONS(2074), - [anon_sym_u_DQUOTE] = ACTIONS(2074), - [anon_sym_U_DQUOTE] = ACTIONS(2074), - [anon_sym_u8_DQUOTE] = ACTIONS(2074), - [anon_sym_DQUOTE] = ACTIONS(2074), - [sym_true] = ACTIONS(2072), - [sym_false] = ACTIONS(2072), - [sym_null] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_delete] = ACTIONS(2072), - [anon_sym_throw] = ACTIONS(2072), - [anon_sym_namespace] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_try] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [anon_sym_new] = ACTIONS(2072), - [sym_operator_name] = ACTIONS(2072), - [sym_this] = ACTIONS(2072), - [sym_nullptr] = ACTIONS(2072), - [sym_alone_macro] = ACTIONS(2074), - [aux_sym_alone_macro_call_token1] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), - [sym_raw_string_literal] = ACTIONS(2074), + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_include_token1] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token2] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_BANG] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym___cdecl] = ACTIONS(1736), + [anon_sym___clrcall] = ACTIONS(1736), + [anon_sym___stdcall] = ACTIONS(1736), + [anon_sym___fastcall] = ACTIONS(1736), + [anon_sym___thiscall] = ACTIONS(1736), + [anon_sym___vectorcall] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [anon_sym_if] = ACTIONS(1736), + [anon_sym_switch] = ACTIONS(1736), + [anon_sym_case] = ACTIONS(1736), + [anon_sym_default] = ACTIONS(1736), + [anon_sym_while] = ACTIONS(1736), + [anon_sym_do] = ACTIONS(1736), + [anon_sym_for] = ACTIONS(1736), + [anon_sym_return] = ACTIONS(1736), + [anon_sym_break] = ACTIONS(1736), + [anon_sym_continue] = ACTIONS(1736), + [anon_sym_goto] = ACTIONS(1736), + [anon_sym_DASH_DASH] = ACTIONS(1738), + [anon_sym_PLUS_PLUS] = ACTIONS(1738), + [anon_sym_sizeof] = ACTIONS(1736), + [sym_number_literal] = ACTIONS(1738), + [anon_sym_L_SQUOTE] = ACTIONS(1738), + [anon_sym_u_SQUOTE] = ACTIONS(1738), + [anon_sym_U_SQUOTE] = ACTIONS(1738), + [anon_sym_u8_SQUOTE] = ACTIONS(1738), + [anon_sym_SQUOTE] = ACTIONS(1738), + [anon_sym_L_DQUOTE] = ACTIONS(1738), + [anon_sym_u_DQUOTE] = ACTIONS(1738), + [anon_sym_U_DQUOTE] = ACTIONS(1738), + [anon_sym_u8_DQUOTE] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym_true] = ACTIONS(1736), + [sym_false] = ACTIONS(1736), + [sym_null] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_delete] = ACTIONS(1736), + [anon_sym_throw] = ACTIONS(1736), + [anon_sym_namespace] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_try] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [anon_sym_new] = ACTIONS(1736), + [sym_operator_name] = ACTIONS(1736), + [sym_this] = ACTIONS(1736), + [sym_nullptr] = ACTIONS(1736), + [sym_alone_macro] = ACTIONS(1738), + [aux_sym_alone_macro_call_token1] = ACTIONS(1736), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_FORWARD] = ACTIONS(1736), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1736), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_PS_GET] = ACTIONS(1736), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1736), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1736), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), + [sym_raw_string_literal] = ACTIONS(1738), }, [565] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_include_token1] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_BANG] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1912), - [anon_sym_PLUS] = ACTIONS(1912), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym___cdecl] = ACTIONS(1912), - [anon_sym___clrcall] = ACTIONS(1912), - [anon_sym___stdcall] = ACTIONS(1912), - [anon_sym___fastcall] = ACTIONS(1912), - [anon_sym___thiscall] = ACTIONS(1912), - [anon_sym___vectorcall] = ACTIONS(1912), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_RBRACE] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(1912), - [anon_sym_switch] = ACTIONS(1912), - [anon_sym_case] = ACTIONS(1912), - [anon_sym_default] = ACTIONS(1912), - [anon_sym_while] = ACTIONS(1912), - [anon_sym_do] = ACTIONS(1912), - [anon_sym_for] = ACTIONS(1912), - [anon_sym_return] = ACTIONS(1912), - [anon_sym_break] = ACTIONS(1912), - [anon_sym_continue] = ACTIONS(1912), - [anon_sym_goto] = ACTIONS(1912), - [anon_sym_DASH_DASH] = ACTIONS(1914), - [anon_sym_PLUS_PLUS] = ACTIONS(1914), - [anon_sym_sizeof] = ACTIONS(1912), - [sym_number_literal] = ACTIONS(1914), - [anon_sym_L_SQUOTE] = ACTIONS(1914), - [anon_sym_u_SQUOTE] = ACTIONS(1914), - [anon_sym_U_SQUOTE] = ACTIONS(1914), - [anon_sym_u8_SQUOTE] = ACTIONS(1914), - [anon_sym_SQUOTE] = ACTIONS(1914), - [anon_sym_L_DQUOTE] = ACTIONS(1914), - [anon_sym_u_DQUOTE] = ACTIONS(1914), - [anon_sym_U_DQUOTE] = ACTIONS(1914), - [anon_sym_u8_DQUOTE] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym_true] = ACTIONS(1912), - [sym_false] = ACTIONS(1912), - [sym_null] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_delete] = ACTIONS(1912), - [anon_sym_throw] = ACTIONS(1912), - [anon_sym_namespace] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_try] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1912), - [sym_operator_name] = ACTIONS(1912), - [sym_this] = ACTIONS(1912), - [sym_nullptr] = ACTIONS(1912), - [sym_alone_macro] = ACTIONS(1914), - [aux_sym_alone_macro_call_token1] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), - [sym_raw_string_literal] = ACTIONS(1914), + [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___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_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_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_COLON_COLON] = ACTIONS(1614), + [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_try] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [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), + [sym_raw_string_literal] = ACTIONS(1614), }, [566] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_include_token1] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_BANG] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_DASH] = ACTIONS(1992), - [anon_sym_PLUS] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_SEMI] = ACTIONS(1994), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym___cdecl] = ACTIONS(1992), - [anon_sym___clrcall] = ACTIONS(1992), - [anon_sym___stdcall] = ACTIONS(1992), - [anon_sym___fastcall] = ACTIONS(1992), - [anon_sym___thiscall] = ACTIONS(1992), - [anon_sym___vectorcall] = ACTIONS(1992), - [anon_sym_LBRACE] = ACTIONS(1994), - [anon_sym_RBRACE] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_switch] = ACTIONS(1992), - [anon_sym_case] = ACTIONS(1992), - [anon_sym_default] = ACTIONS(1992), - [anon_sym_while] = ACTIONS(1992), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(1992), - [anon_sym_return] = ACTIONS(1992), - [anon_sym_break] = ACTIONS(1992), - [anon_sym_continue] = ACTIONS(1992), - [anon_sym_goto] = ACTIONS(1992), - [anon_sym_DASH_DASH] = ACTIONS(1994), - [anon_sym_PLUS_PLUS] = ACTIONS(1994), - [anon_sym_sizeof] = ACTIONS(1992), - [sym_number_literal] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1994), - [anon_sym_u_SQUOTE] = ACTIONS(1994), - [anon_sym_U_SQUOTE] = ACTIONS(1994), - [anon_sym_u8_SQUOTE] = ACTIONS(1994), - [anon_sym_SQUOTE] = ACTIONS(1994), - [anon_sym_L_DQUOTE] = ACTIONS(1994), - [anon_sym_u_DQUOTE] = ACTIONS(1994), - [anon_sym_U_DQUOTE] = ACTIONS(1994), - [anon_sym_u8_DQUOTE] = ACTIONS(1994), - [anon_sym_DQUOTE] = ACTIONS(1994), - [sym_true] = ACTIONS(1992), - [sym_false] = ACTIONS(1992), - [sym_null] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_delete] = ACTIONS(1992), - [anon_sym_throw] = ACTIONS(1992), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_try] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [anon_sym_new] = ACTIONS(1992), - [sym_operator_name] = ACTIONS(1992), - [sym_this] = ACTIONS(1992), - [sym_nullptr] = ACTIONS(1992), - [sym_alone_macro] = ACTIONS(1994), - [aux_sym_alone_macro_call_token1] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - [sym_raw_string_literal] = ACTIONS(1994), + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), }, [567] = { - [sym_identifier] = ACTIONS(2128), - [aux_sym_preproc_include_token1] = ACTIONS(2128), - [aux_sym_preproc_def_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2128), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(2130), - [anon_sym_BANG] = ACTIONS(2130), - [anon_sym_TILDE] = ACTIONS(2130), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_STAR] = ACTIONS(2130), - [anon_sym_AMP_AMP] = ACTIONS(2130), - [anon_sym_AMP] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2130), - [anon_sym_typedef] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym___attribute__] = ACTIONS(2128), - [anon_sym___declspec] = ACTIONS(2128), - [anon_sym___based] = ACTIONS(2128), - [anon_sym___cdecl] = ACTIONS(2128), - [anon_sym___clrcall] = ACTIONS(2128), - [anon_sym___stdcall] = ACTIONS(2128), - [anon_sym___fastcall] = ACTIONS(2128), - [anon_sym___thiscall] = ACTIONS(2128), - [anon_sym___vectorcall] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2130), - [anon_sym_RBRACE] = ACTIONS(2130), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_static] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_inline] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_volatile] = ACTIONS(2128), - [anon_sym_restrict] = ACTIONS(2128), - [anon_sym__Atomic] = ACTIONS(2128), - [anon_sym_mutable] = ACTIONS(2128), - [anon_sym_constexpr] = ACTIONS(2128), - [anon_sym_signed] = ACTIONS(2128), - [anon_sym_unsigned] = ACTIONS(2128), - [anon_sym_long] = ACTIONS(2128), - [anon_sym_short] = ACTIONS(2128), - [sym_primitive_type] = ACTIONS(2128), - [anon_sym_enum] = ACTIONS(2128), - [anon_sym_class] = ACTIONS(2128), - [anon_sym_struct] = ACTIONS(2128), - [anon_sym_union] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_switch] = ACTIONS(2128), - [anon_sym_case] = ACTIONS(2128), - [anon_sym_default] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_goto] = ACTIONS(2128), - [anon_sym_DASH_DASH] = ACTIONS(2130), - [anon_sym_PLUS_PLUS] = ACTIONS(2130), - [anon_sym_sizeof] = ACTIONS(2128), - [sym_number_literal] = ACTIONS(2130), - [anon_sym_L_SQUOTE] = ACTIONS(2130), - [anon_sym_u_SQUOTE] = ACTIONS(2130), - [anon_sym_U_SQUOTE] = ACTIONS(2130), - [anon_sym_u8_SQUOTE] = ACTIONS(2130), - [anon_sym_SQUOTE] = ACTIONS(2130), - [anon_sym_L_DQUOTE] = ACTIONS(2130), - [anon_sym_u_DQUOTE] = ACTIONS(2130), - [anon_sym_U_DQUOTE] = ACTIONS(2130), - [anon_sym_u8_DQUOTE] = ACTIONS(2130), - [anon_sym_DQUOTE] = ACTIONS(2130), - [sym_true] = ACTIONS(2128), - [sym_false] = ACTIONS(2128), - [sym_null] = ACTIONS(2128), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2128), - [anon_sym_virtual] = ACTIONS(2128), - [anon_sym_explicit] = ACTIONS(2128), - [sym_auto] = ACTIONS(2128), - [anon_sym_typename] = ACTIONS(2128), - [anon_sym_template] = ACTIONS(2128), - [anon_sym_COLON_COLON] = ACTIONS(2130), - [anon_sym_operator] = ACTIONS(2128), - [anon_sym_delete] = ACTIONS(2128), - [anon_sym_throw] = ACTIONS(2128), - [anon_sym_namespace] = ACTIONS(2128), - [anon_sym_using] = ACTIONS(2128), - [anon_sym_static_assert] = ACTIONS(2128), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), - [anon_sym_new] = ACTIONS(2128), - [sym_operator_name] = ACTIONS(2128), - [sym_this] = ACTIONS(2128), - [sym_nullptr] = ACTIONS(2128), - [sym_alone_macro] = ACTIONS(2130), - [aux_sym_alone_macro_call_token1] = ACTIONS(2128), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2128), - [anon_sym_MOZ_COLD] = ACTIONS(2128), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2128), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2128), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2128), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2128), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2128), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2128), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2128), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2128), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2128), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2128), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2128), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2128), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_RAII] = ACTIONS(2128), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2128), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2128), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2128), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2128), - [sym_raw_string_literal] = ACTIONS(2130), + [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___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_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_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_COLON_COLON] = ACTIONS(1698), + [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_try] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [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), + [sym_raw_string_literal] = ACTIONS(1698), }, [568] = { - [ts_builtin_sym_end] = ACTIONS(2026), - [sym_identifier] = ACTIONS(2024), - [aux_sym_preproc_include_token1] = ACTIONS(2024), - [aux_sym_preproc_def_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2024), - [sym_preproc_directive] = ACTIONS(2024), - [anon_sym_LPAREN2] = ACTIONS(2026), - [anon_sym_BANG] = ACTIONS(2026), - [anon_sym_TILDE] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(2026), - [anon_sym_AMP_AMP] = ACTIONS(2026), - [anon_sym_AMP] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_typedef] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym___attribute__] = ACTIONS(2024), - [anon_sym___declspec] = ACTIONS(2024), - [anon_sym___based] = ACTIONS(2024), - [anon_sym___cdecl] = ACTIONS(2024), - [anon_sym___clrcall] = ACTIONS(2024), - [anon_sym___stdcall] = ACTIONS(2024), - [anon_sym___fastcall] = ACTIONS(2024), - [anon_sym___thiscall] = ACTIONS(2024), - [anon_sym___vectorcall] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_static] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_inline] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_volatile] = ACTIONS(2024), - [anon_sym_restrict] = ACTIONS(2024), - [anon_sym__Atomic] = ACTIONS(2024), - [anon_sym_mutable] = ACTIONS(2024), - [anon_sym_constexpr] = ACTIONS(2024), - [anon_sym_signed] = ACTIONS(2024), - [anon_sym_unsigned] = ACTIONS(2024), - [anon_sym_long] = ACTIONS(2024), - [anon_sym_short] = ACTIONS(2024), - [sym_primitive_type] = ACTIONS(2024), - [anon_sym_enum] = ACTIONS(2024), - [anon_sym_class] = ACTIONS(2024), - [anon_sym_struct] = ACTIONS(2024), - [anon_sym_union] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_switch] = ACTIONS(2024), - [anon_sym_case] = ACTIONS(2024), - [anon_sym_default] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_goto] = ACTIONS(2024), - [anon_sym_DASH_DASH] = ACTIONS(2026), - [anon_sym_PLUS_PLUS] = ACTIONS(2026), - [anon_sym_sizeof] = ACTIONS(2024), - [sym_number_literal] = ACTIONS(2026), - [anon_sym_L_SQUOTE] = ACTIONS(2026), - [anon_sym_u_SQUOTE] = ACTIONS(2026), - [anon_sym_U_SQUOTE] = ACTIONS(2026), - [anon_sym_u8_SQUOTE] = ACTIONS(2026), - [anon_sym_SQUOTE] = ACTIONS(2026), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(2024), - [sym_false] = ACTIONS(2024), - [sym_null] = ACTIONS(2024), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2024), - [anon_sym_virtual] = ACTIONS(2024), - [anon_sym_explicit] = ACTIONS(2024), - [sym_auto] = ACTIONS(2024), - [anon_sym_typename] = ACTIONS(2024), - [anon_sym_template] = ACTIONS(2024), - [anon_sym_COLON_COLON] = ACTIONS(2026), - [anon_sym_operator] = ACTIONS(2024), - [anon_sym_delete] = ACTIONS(2024), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_namespace] = ACTIONS(2024), - [anon_sym_using] = ACTIONS(2024), - [anon_sym_static_assert] = ACTIONS(2024), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2026), - [anon_sym_new] = ACTIONS(2024), - [sym_operator_name] = ACTIONS(2024), - [sym_this] = ACTIONS(2024), - [sym_nullptr] = ACTIONS(2024), - [sym_alone_macro] = ACTIONS(2026), - [aux_sym_alone_macro_call_token1] = ACTIONS(2024), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2024), - [anon_sym_MOZ_COLD] = ACTIONS(2024), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2024), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2024), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2024), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2024), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2024), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2024), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2024), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2024), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2024), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2024), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2024), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2024), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_RAII] = ACTIONS(2024), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2024), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2024), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2024), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2024), - [sym_raw_string_literal] = ACTIONS(2026), + [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___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_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_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_COLON_COLON] = ACTIONS(1682), + [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_try] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [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), + [sym_raw_string_literal] = ACTIONS(1682), }, [569] = { - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_include_token1] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2016), - [sym_preproc_directive] = ACTIONS(2016), - [anon_sym_LPAREN2] = ACTIONS(2018), - [anon_sym_BANG] = ACTIONS(2018), - [anon_sym_TILDE] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2016), - [anon_sym_PLUS] = ACTIONS(2016), - [anon_sym_STAR] = ACTIONS(2018), - [anon_sym_AMP_AMP] = ACTIONS(2018), - [anon_sym_AMP] = ACTIONS(2016), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_typedef] = ACTIONS(2016), - [anon_sym_extern] = ACTIONS(2016), - [anon_sym___attribute__] = ACTIONS(2016), - [anon_sym___declspec] = ACTIONS(2016), - [anon_sym___based] = ACTIONS(2016), - [anon_sym___cdecl] = ACTIONS(2016), - [anon_sym___clrcall] = ACTIONS(2016), - [anon_sym___stdcall] = ACTIONS(2016), - [anon_sym___fastcall] = ACTIONS(2016), - [anon_sym___thiscall] = ACTIONS(2016), - [anon_sym___vectorcall] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_RBRACE] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2016), - [anon_sym_static] = ACTIONS(2016), - [anon_sym_register] = ACTIONS(2016), - [anon_sym_inline] = ACTIONS(2016), - [anon_sym_const] = ACTIONS(2016), - [anon_sym_volatile] = ACTIONS(2016), - [anon_sym_restrict] = ACTIONS(2016), - [anon_sym__Atomic] = ACTIONS(2016), - [anon_sym_mutable] = ACTIONS(2016), - [anon_sym_constexpr] = ACTIONS(2016), - [anon_sym_signed] = ACTIONS(2016), - [anon_sym_unsigned] = ACTIONS(2016), - [anon_sym_long] = ACTIONS(2016), - [anon_sym_short] = ACTIONS(2016), - [sym_primitive_type] = ACTIONS(2016), - [anon_sym_enum] = ACTIONS(2016), - [anon_sym_class] = ACTIONS(2016), - [anon_sym_struct] = ACTIONS(2016), - [anon_sym_union] = ACTIONS(2016), - [anon_sym_if] = ACTIONS(2016), - [anon_sym_switch] = ACTIONS(2016), - [anon_sym_case] = ACTIONS(2016), - [anon_sym_default] = ACTIONS(2016), - [anon_sym_while] = ACTIONS(2016), - [anon_sym_do] = ACTIONS(2016), - [anon_sym_for] = ACTIONS(2016), - [anon_sym_return] = ACTIONS(2016), - [anon_sym_break] = ACTIONS(2016), - [anon_sym_continue] = ACTIONS(2016), - [anon_sym_goto] = ACTIONS(2016), - [anon_sym_DASH_DASH] = ACTIONS(2018), - [anon_sym_PLUS_PLUS] = ACTIONS(2018), - [anon_sym_sizeof] = ACTIONS(2016), - [sym_number_literal] = ACTIONS(2018), - [anon_sym_L_SQUOTE] = ACTIONS(2018), - [anon_sym_u_SQUOTE] = ACTIONS(2018), - [anon_sym_U_SQUOTE] = ACTIONS(2018), - [anon_sym_u8_SQUOTE] = ACTIONS(2018), - [anon_sym_SQUOTE] = ACTIONS(2018), - [anon_sym_L_DQUOTE] = ACTIONS(2018), - [anon_sym_u_DQUOTE] = ACTIONS(2018), - [anon_sym_U_DQUOTE] = ACTIONS(2018), - [anon_sym_u8_DQUOTE] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym_true] = ACTIONS(2016), - [sym_false] = ACTIONS(2016), - [sym_null] = ACTIONS(2016), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2016), - [anon_sym_virtual] = ACTIONS(2016), - [anon_sym_explicit] = ACTIONS(2016), - [sym_auto] = ACTIONS(2016), - [anon_sym_typename] = ACTIONS(2016), - [anon_sym_template] = ACTIONS(2016), - [anon_sym_COLON_COLON] = ACTIONS(2018), - [anon_sym_operator] = ACTIONS(2016), - [anon_sym_delete] = ACTIONS(2016), - [anon_sym_throw] = ACTIONS(2016), - [anon_sym_namespace] = ACTIONS(2016), - [anon_sym_using] = ACTIONS(2016), - [anon_sym_static_assert] = ACTIONS(2016), - [anon_sym_try] = ACTIONS(2016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2018), - [anon_sym_new] = ACTIONS(2016), - [sym_operator_name] = ACTIONS(2016), - [sym_this] = ACTIONS(2016), - [sym_nullptr] = ACTIONS(2016), - [sym_alone_macro] = ACTIONS(2018), - [aux_sym_alone_macro_call_token1] = ACTIONS(2016), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2016), - [anon_sym_MOZ_COLD] = ACTIONS(2016), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2016), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2016), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2016), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2016), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2016), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2016), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2016), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2016), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2016), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2016), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2016), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2016), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_RAII] = ACTIONS(2016), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2016), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2016), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2016), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2016), - [sym_raw_string_literal] = ACTIONS(2018), + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_include_token1] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_DASH] = ACTIONS(1800), + [anon_sym_PLUS] = ACTIONS(1800), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym___cdecl] = ACTIONS(1800), + [anon_sym___clrcall] = ACTIONS(1800), + [anon_sym___stdcall] = ACTIONS(1800), + [anon_sym___fastcall] = ACTIONS(1800), + [anon_sym___thiscall] = ACTIONS(1800), + [anon_sym___vectorcall] = ACTIONS(1800), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_RBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [anon_sym_if] = ACTIONS(1800), + [anon_sym_switch] = ACTIONS(1800), + [anon_sym_case] = ACTIONS(1800), + [anon_sym_default] = ACTIONS(1800), + [anon_sym_while] = ACTIONS(1800), + [anon_sym_do] = ACTIONS(1800), + [anon_sym_for] = ACTIONS(1800), + [anon_sym_return] = ACTIONS(1800), + [anon_sym_break] = ACTIONS(1800), + [anon_sym_continue] = ACTIONS(1800), + [anon_sym_goto] = ACTIONS(1800), + [anon_sym_DASH_DASH] = ACTIONS(1802), + [anon_sym_PLUS_PLUS] = ACTIONS(1802), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1802), + [anon_sym_L_SQUOTE] = ACTIONS(1802), + [anon_sym_u_SQUOTE] = ACTIONS(1802), + [anon_sym_U_SQUOTE] = ACTIONS(1802), + [anon_sym_u8_SQUOTE] = ACTIONS(1802), + [anon_sym_SQUOTE] = ACTIONS(1802), + [anon_sym_L_DQUOTE] = ACTIONS(1802), + [anon_sym_u_DQUOTE] = ACTIONS(1802), + [anon_sym_U_DQUOTE] = ACTIONS(1802), + [anon_sym_u8_DQUOTE] = ACTIONS(1802), + [anon_sym_DQUOTE] = ACTIONS(1802), + [sym_true] = ACTIONS(1800), + [sym_false] = ACTIONS(1800), + [sym_null] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_delete] = ACTIONS(1800), + [anon_sym_throw] = ACTIONS(1800), + [anon_sym_namespace] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_try] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [anon_sym_new] = ACTIONS(1800), + [sym_operator_name] = ACTIONS(1800), + [sym_this] = ACTIONS(1800), + [sym_nullptr] = ACTIONS(1800), + [sym_alone_macro] = ACTIONS(1802), + [aux_sym_alone_macro_call_token1] = ACTIONS(1800), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_FORWARD] = ACTIONS(1800), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1800), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_PS_GET] = ACTIONS(1800), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1800), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1800), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), + [sym_raw_string_literal] = ACTIONS(1802), }, [570] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_include_token1] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_BANG] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2020), - [anon_sym_PLUS] = ACTIONS(2020), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym___cdecl] = ACTIONS(2020), - [anon_sym___clrcall] = ACTIONS(2020), - [anon_sym___stdcall] = ACTIONS(2020), - [anon_sym___fastcall] = ACTIONS(2020), - [anon_sym___thiscall] = ACTIONS(2020), - [anon_sym___vectorcall] = ACTIONS(2020), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_RBRACE] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [anon_sym_if] = ACTIONS(2020), - [anon_sym_switch] = ACTIONS(2020), - [anon_sym_case] = ACTIONS(2020), - [anon_sym_default] = ACTIONS(2020), - [anon_sym_while] = ACTIONS(2020), - [anon_sym_do] = ACTIONS(2020), - [anon_sym_for] = ACTIONS(2020), - [anon_sym_return] = ACTIONS(2020), - [anon_sym_break] = ACTIONS(2020), - [anon_sym_continue] = ACTIONS(2020), - [anon_sym_goto] = ACTIONS(2020), - [anon_sym_DASH_DASH] = ACTIONS(2022), - [anon_sym_PLUS_PLUS] = ACTIONS(2022), - [anon_sym_sizeof] = ACTIONS(2020), - [sym_number_literal] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2022), - [anon_sym_u_SQUOTE] = ACTIONS(2022), - [anon_sym_U_SQUOTE] = ACTIONS(2022), - [anon_sym_u8_SQUOTE] = ACTIONS(2022), - [anon_sym_SQUOTE] = ACTIONS(2022), - [anon_sym_L_DQUOTE] = ACTIONS(2022), - [anon_sym_u_DQUOTE] = ACTIONS(2022), - [anon_sym_U_DQUOTE] = ACTIONS(2022), - [anon_sym_u8_DQUOTE] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym_true] = ACTIONS(2020), - [sym_false] = ACTIONS(2020), - [sym_null] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_delete] = ACTIONS(2020), - [anon_sym_throw] = ACTIONS(2020), - [anon_sym_namespace] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_try] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [anon_sym_new] = ACTIONS(2020), - [sym_operator_name] = ACTIONS(2020), - [sym_this] = ACTIONS(2020), - [sym_nullptr] = ACTIONS(2020), - [sym_alone_macro] = ACTIONS(2022), - [aux_sym_alone_macro_call_token1] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), - [sym_raw_string_literal] = ACTIONS(2022), + [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___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_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_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_COLON_COLON] = ACTIONS(1678), + [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_try] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [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), + [sym_raw_string_literal] = ACTIONS(1678), }, [571] = { - [sym_identifier] = ACTIONS(2084), - [aux_sym_preproc_include_token1] = ACTIONS(2084), - [aux_sym_preproc_def_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token2] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2084), - [sym_preproc_directive] = ACTIONS(2084), - [anon_sym_LPAREN2] = ACTIONS(2086), - [anon_sym_BANG] = ACTIONS(2086), - [anon_sym_TILDE] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2084), - [anon_sym_PLUS] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(2086), - [anon_sym_AMP_AMP] = ACTIONS(2086), - [anon_sym_AMP] = ACTIONS(2084), - [anon_sym_SEMI] = ACTIONS(2086), - [anon_sym_typedef] = ACTIONS(2084), - [anon_sym_extern] = ACTIONS(2084), - [anon_sym___attribute__] = ACTIONS(2084), - [anon_sym___declspec] = ACTIONS(2084), - [anon_sym___based] = ACTIONS(2084), - [anon_sym___cdecl] = ACTIONS(2084), - [anon_sym___clrcall] = ACTIONS(2084), - [anon_sym___stdcall] = ACTIONS(2084), - [anon_sym___fastcall] = ACTIONS(2084), - [anon_sym___thiscall] = ACTIONS(2084), - [anon_sym___vectorcall] = ACTIONS(2084), - [anon_sym_LBRACE] = ACTIONS(2086), - [anon_sym_LBRACK] = ACTIONS(2084), - [anon_sym_static] = ACTIONS(2084), - [anon_sym_register] = ACTIONS(2084), - [anon_sym_inline] = ACTIONS(2084), - [anon_sym_const] = ACTIONS(2084), - [anon_sym_volatile] = ACTIONS(2084), - [anon_sym_restrict] = ACTIONS(2084), - [anon_sym__Atomic] = ACTIONS(2084), - [anon_sym_mutable] = ACTIONS(2084), - [anon_sym_constexpr] = ACTIONS(2084), - [anon_sym_signed] = ACTIONS(2084), - [anon_sym_unsigned] = ACTIONS(2084), - [anon_sym_long] = ACTIONS(2084), - [anon_sym_short] = ACTIONS(2084), - [sym_primitive_type] = ACTIONS(2084), - [anon_sym_enum] = ACTIONS(2084), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2084), - [anon_sym_union] = ACTIONS(2084), - [anon_sym_if] = ACTIONS(2084), - [anon_sym_switch] = ACTIONS(2084), - [anon_sym_case] = ACTIONS(2084), - [anon_sym_default] = ACTIONS(2084), - [anon_sym_while] = ACTIONS(2084), - [anon_sym_do] = ACTIONS(2084), - [anon_sym_for] = ACTIONS(2084), - [anon_sym_return] = ACTIONS(2084), - [anon_sym_break] = ACTIONS(2084), - [anon_sym_continue] = ACTIONS(2084), - [anon_sym_goto] = ACTIONS(2084), - [anon_sym_DASH_DASH] = ACTIONS(2086), - [anon_sym_PLUS_PLUS] = ACTIONS(2086), - [anon_sym_sizeof] = ACTIONS(2084), - [sym_number_literal] = ACTIONS(2086), - [anon_sym_L_SQUOTE] = ACTIONS(2086), - [anon_sym_u_SQUOTE] = ACTIONS(2086), - [anon_sym_U_SQUOTE] = ACTIONS(2086), - [anon_sym_u8_SQUOTE] = ACTIONS(2086), - [anon_sym_SQUOTE] = ACTIONS(2086), - [anon_sym_L_DQUOTE] = ACTIONS(2086), - [anon_sym_u_DQUOTE] = ACTIONS(2086), - [anon_sym_U_DQUOTE] = ACTIONS(2086), - [anon_sym_u8_DQUOTE] = ACTIONS(2086), - [anon_sym_DQUOTE] = ACTIONS(2086), - [sym_true] = ACTIONS(2084), - [sym_false] = ACTIONS(2084), - [sym_null] = ACTIONS(2084), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2084), - [anon_sym_explicit] = ACTIONS(2084), - [sym_auto] = ACTIONS(2084), - [anon_sym_typename] = ACTIONS(2084), - [anon_sym_template] = ACTIONS(2084), - [anon_sym_COLON_COLON] = ACTIONS(2086), - [anon_sym_operator] = ACTIONS(2084), - [anon_sym_delete] = ACTIONS(2084), - [anon_sym_throw] = ACTIONS(2084), - [anon_sym_namespace] = ACTIONS(2084), - [anon_sym_using] = ACTIONS(2084), - [anon_sym_static_assert] = ACTIONS(2084), - [anon_sym_try] = ACTIONS(2084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2086), - [anon_sym_new] = ACTIONS(2084), - [sym_operator_name] = ACTIONS(2084), - [sym_this] = ACTIONS(2084), - [sym_nullptr] = ACTIONS(2084), - [sym_alone_macro] = ACTIONS(2086), - [aux_sym_alone_macro_call_token1] = ACTIONS(2084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2084), - [anon_sym_MOZ_COLD] = ACTIONS(2084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_RAII] = ACTIONS(2084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2084), - [sym_raw_string_literal] = ACTIONS(2086), + [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___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_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_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_COLON_COLON] = ACTIONS(1674), + [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_try] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [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), + [sym_raw_string_literal] = ACTIONS(1674), }, [572] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_include_token1] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token2] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_BANG] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2020), - [anon_sym_PLUS] = ACTIONS(2020), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym___cdecl] = ACTIONS(2020), - [anon_sym___clrcall] = ACTIONS(2020), - [anon_sym___stdcall] = ACTIONS(2020), - [anon_sym___fastcall] = ACTIONS(2020), - [anon_sym___thiscall] = ACTIONS(2020), - [anon_sym___vectorcall] = ACTIONS(2020), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [anon_sym_if] = ACTIONS(2020), - [anon_sym_switch] = ACTIONS(2020), - [anon_sym_case] = ACTIONS(2020), - [anon_sym_default] = ACTIONS(2020), - [anon_sym_while] = ACTIONS(2020), - [anon_sym_do] = ACTIONS(2020), - [anon_sym_for] = ACTIONS(2020), - [anon_sym_return] = ACTIONS(2020), - [anon_sym_break] = ACTIONS(2020), - [anon_sym_continue] = ACTIONS(2020), - [anon_sym_goto] = ACTIONS(2020), - [anon_sym_DASH_DASH] = ACTIONS(2022), - [anon_sym_PLUS_PLUS] = ACTIONS(2022), - [anon_sym_sizeof] = ACTIONS(2020), - [sym_number_literal] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2022), - [anon_sym_u_SQUOTE] = ACTIONS(2022), - [anon_sym_U_SQUOTE] = ACTIONS(2022), - [anon_sym_u8_SQUOTE] = ACTIONS(2022), - [anon_sym_SQUOTE] = ACTIONS(2022), - [anon_sym_L_DQUOTE] = ACTIONS(2022), - [anon_sym_u_DQUOTE] = ACTIONS(2022), - [anon_sym_U_DQUOTE] = ACTIONS(2022), - [anon_sym_u8_DQUOTE] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym_true] = ACTIONS(2020), - [sym_false] = ACTIONS(2020), - [sym_null] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_delete] = ACTIONS(2020), - [anon_sym_throw] = ACTIONS(2020), - [anon_sym_namespace] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_try] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [anon_sym_new] = ACTIONS(2020), - [sym_operator_name] = ACTIONS(2020), - [sym_this] = ACTIONS(2020), - [sym_nullptr] = ACTIONS(2020), - [sym_alone_macro] = ACTIONS(2022), - [aux_sym_alone_macro_call_token1] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), - [sym_raw_string_literal] = ACTIONS(2022), + [ts_builtin_sym_end] = ACTIONS(1774), + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_include_token1] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_BANG] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_DASH] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1772), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym___cdecl] = ACTIONS(1772), + [anon_sym___clrcall] = ACTIONS(1772), + [anon_sym___stdcall] = ACTIONS(1772), + [anon_sym___fastcall] = ACTIONS(1772), + [anon_sym___thiscall] = ACTIONS(1772), + [anon_sym___vectorcall] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [anon_sym_if] = ACTIONS(1772), + [anon_sym_switch] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_default] = ACTIONS(1772), + [anon_sym_while] = ACTIONS(1772), + [anon_sym_do] = ACTIONS(1772), + [anon_sym_for] = ACTIONS(1772), + [anon_sym_return] = ACTIONS(1772), + [anon_sym_break] = ACTIONS(1772), + [anon_sym_continue] = ACTIONS(1772), + [anon_sym_goto] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_sizeof] = ACTIONS(1772), + [sym_number_literal] = ACTIONS(1774), + [anon_sym_L_SQUOTE] = ACTIONS(1774), + [anon_sym_u_SQUOTE] = ACTIONS(1774), + [anon_sym_U_SQUOTE] = ACTIONS(1774), + [anon_sym_u8_SQUOTE] = ACTIONS(1774), + [anon_sym_SQUOTE] = ACTIONS(1774), + [anon_sym_L_DQUOTE] = ACTIONS(1774), + [anon_sym_u_DQUOTE] = ACTIONS(1774), + [anon_sym_U_DQUOTE] = ACTIONS(1774), + [anon_sym_u8_DQUOTE] = ACTIONS(1774), + [anon_sym_DQUOTE] = ACTIONS(1774), + [sym_true] = ACTIONS(1772), + [sym_false] = ACTIONS(1772), + [sym_null] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_delete] = ACTIONS(1772), + [anon_sym_throw] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_try] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [anon_sym_new] = ACTIONS(1772), + [sym_operator_name] = ACTIONS(1772), + [sym_this] = ACTIONS(1772), + [sym_nullptr] = ACTIONS(1772), + [sym_alone_macro] = ACTIONS(1774), + [aux_sym_alone_macro_call_token1] = ACTIONS(1772), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_FORWARD] = ACTIONS(1772), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1772), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_PS_GET] = ACTIONS(1772), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1772), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1772), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), + [sym_raw_string_literal] = ACTIONS(1774), }, [573] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_include_token1] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_BANG] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2044), - [anon_sym_PLUS] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym___cdecl] = ACTIONS(2044), - [anon_sym___clrcall] = ACTIONS(2044), - [anon_sym___stdcall] = ACTIONS(2044), - [anon_sym___fastcall] = ACTIONS(2044), - [anon_sym___thiscall] = ACTIONS(2044), - [anon_sym___vectorcall] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2046), - [anon_sym_RBRACE] = ACTIONS(2046), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [anon_sym_if] = ACTIONS(2044), - [anon_sym_switch] = ACTIONS(2044), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2044), - [anon_sym_while] = ACTIONS(2044), - [anon_sym_do] = ACTIONS(2044), - [anon_sym_for] = ACTIONS(2044), - [anon_sym_return] = ACTIONS(2044), - [anon_sym_break] = ACTIONS(2044), - [anon_sym_continue] = ACTIONS(2044), - [anon_sym_goto] = ACTIONS(2044), - [anon_sym_DASH_DASH] = ACTIONS(2046), - [anon_sym_PLUS_PLUS] = ACTIONS(2046), - [anon_sym_sizeof] = ACTIONS(2044), - [sym_number_literal] = ACTIONS(2046), - [anon_sym_L_SQUOTE] = ACTIONS(2046), - [anon_sym_u_SQUOTE] = ACTIONS(2046), - [anon_sym_U_SQUOTE] = ACTIONS(2046), - [anon_sym_u8_SQUOTE] = ACTIONS(2046), - [anon_sym_SQUOTE] = ACTIONS(2046), - [anon_sym_L_DQUOTE] = ACTIONS(2046), - [anon_sym_u_DQUOTE] = ACTIONS(2046), - [anon_sym_U_DQUOTE] = ACTIONS(2046), - [anon_sym_u8_DQUOTE] = ACTIONS(2046), - [anon_sym_DQUOTE] = ACTIONS(2046), - [sym_true] = ACTIONS(2044), - [sym_false] = ACTIONS(2044), - [sym_null] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_delete] = ACTIONS(2044), - [anon_sym_throw] = ACTIONS(2044), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_try] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [anon_sym_new] = ACTIONS(2044), - [sym_operator_name] = ACTIONS(2044), - [sym_this] = ACTIONS(2044), - [sym_nullptr] = ACTIONS(2044), - [sym_alone_macro] = ACTIONS(2046), - [aux_sym_alone_macro_call_token1] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), - [sym_raw_string_literal] = ACTIONS(2046), + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_include_token1] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1704), + [anon_sym_PLUS] = ACTIONS(1704), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym___cdecl] = ACTIONS(1704), + [anon_sym___clrcall] = ACTIONS(1704), + [anon_sym___stdcall] = ACTIONS(1704), + [anon_sym___fastcall] = ACTIONS(1704), + [anon_sym___thiscall] = ACTIONS(1704), + [anon_sym___vectorcall] = ACTIONS(1704), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_RBRACE] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_if] = ACTIONS(1704), + [anon_sym_switch] = ACTIONS(1704), + [anon_sym_case] = ACTIONS(1704), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_while] = ACTIONS(1704), + [anon_sym_do] = ACTIONS(1704), + [anon_sym_for] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1704), + [anon_sym_break] = ACTIONS(1704), + [anon_sym_continue] = ACTIONS(1704), + [anon_sym_goto] = ACTIONS(1704), + [anon_sym_DASH_DASH] = ACTIONS(1706), + [anon_sym_PLUS_PLUS] = ACTIONS(1706), + [anon_sym_sizeof] = ACTIONS(1704), + [sym_number_literal] = ACTIONS(1706), + [anon_sym_L_SQUOTE] = ACTIONS(1706), + [anon_sym_u_SQUOTE] = ACTIONS(1706), + [anon_sym_U_SQUOTE] = ACTIONS(1706), + [anon_sym_u8_SQUOTE] = ACTIONS(1706), + [anon_sym_SQUOTE] = ACTIONS(1706), + [anon_sym_L_DQUOTE] = ACTIONS(1706), + [anon_sym_u_DQUOTE] = ACTIONS(1706), + [anon_sym_U_DQUOTE] = ACTIONS(1706), + [anon_sym_u8_DQUOTE] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym_true] = ACTIONS(1704), + [sym_false] = ACTIONS(1704), + [sym_null] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_delete] = ACTIONS(1704), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_namespace] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_try] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [anon_sym_new] = ACTIONS(1704), + [sym_operator_name] = ACTIONS(1704), + [sym_this] = ACTIONS(1704), + [sym_nullptr] = ACTIONS(1704), + [sym_alone_macro] = ACTIONS(1706), + [aux_sym_alone_macro_call_token1] = ACTIONS(1704), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_FORWARD] = ACTIONS(1704), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1704), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_PS_GET] = ACTIONS(1704), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1704), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1704), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1704), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), + [sym_raw_string_literal] = ACTIONS(1706), }, [574] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [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___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_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_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_COLON_COLON] = ACTIONS(1694), + [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_try] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [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), + [sym_raw_string_literal] = ACTIONS(1694), }, [575] = { - [sym_identifier] = ACTIONS(2108), - [aux_sym_preproc_include_token1] = ACTIONS(2108), - [aux_sym_preproc_def_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2108), - [sym_preproc_directive] = ACTIONS(2108), - [anon_sym_LPAREN2] = ACTIONS(2110), - [anon_sym_BANG] = ACTIONS(2110), - [anon_sym_TILDE] = ACTIONS(2110), - [anon_sym_DASH] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(2108), - [anon_sym_STAR] = ACTIONS(2110), - [anon_sym_AMP_AMP] = ACTIONS(2110), - [anon_sym_AMP] = ACTIONS(2108), - [anon_sym_SEMI] = ACTIONS(2110), - [anon_sym_typedef] = ACTIONS(2108), - [anon_sym_extern] = ACTIONS(2108), - [anon_sym___attribute__] = ACTIONS(2108), - [anon_sym___declspec] = ACTIONS(2108), - [anon_sym___based] = ACTIONS(2108), - [anon_sym___cdecl] = ACTIONS(2108), - [anon_sym___clrcall] = ACTIONS(2108), - [anon_sym___stdcall] = ACTIONS(2108), - [anon_sym___fastcall] = ACTIONS(2108), - [anon_sym___thiscall] = ACTIONS(2108), - [anon_sym___vectorcall] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2110), - [anon_sym_RBRACE] = ACTIONS(2110), - [anon_sym_LBRACK] = ACTIONS(2108), - [anon_sym_static] = ACTIONS(2108), - [anon_sym_register] = ACTIONS(2108), - [anon_sym_inline] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_volatile] = ACTIONS(2108), - [anon_sym_restrict] = ACTIONS(2108), - [anon_sym__Atomic] = ACTIONS(2108), - [anon_sym_mutable] = ACTIONS(2108), - [anon_sym_constexpr] = ACTIONS(2108), - [anon_sym_signed] = ACTIONS(2108), - [anon_sym_unsigned] = ACTIONS(2108), - [anon_sym_long] = ACTIONS(2108), - [anon_sym_short] = ACTIONS(2108), - [sym_primitive_type] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_class] = ACTIONS(2108), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_switch] = ACTIONS(2108), - [anon_sym_case] = ACTIONS(2108), - [anon_sym_default] = ACTIONS(2108), - [anon_sym_while] = ACTIONS(2108), - [anon_sym_do] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2110), - [anon_sym_PLUS_PLUS] = ACTIONS(2110), - [anon_sym_sizeof] = ACTIONS(2108), - [sym_number_literal] = ACTIONS(2110), - [anon_sym_L_SQUOTE] = ACTIONS(2110), - [anon_sym_u_SQUOTE] = ACTIONS(2110), - [anon_sym_U_SQUOTE] = ACTIONS(2110), - [anon_sym_u8_SQUOTE] = ACTIONS(2110), - [anon_sym_SQUOTE] = ACTIONS(2110), - [anon_sym_L_DQUOTE] = ACTIONS(2110), - [anon_sym_u_DQUOTE] = ACTIONS(2110), - [anon_sym_U_DQUOTE] = ACTIONS(2110), - [anon_sym_u8_DQUOTE] = ACTIONS(2110), - [anon_sym_DQUOTE] = ACTIONS(2110), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_null] = ACTIONS(2108), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2108), - [anon_sym_virtual] = ACTIONS(2108), - [anon_sym_explicit] = ACTIONS(2108), - [sym_auto] = ACTIONS(2108), - [anon_sym_typename] = ACTIONS(2108), - [anon_sym_template] = ACTIONS(2108), - [anon_sym_COLON_COLON] = ACTIONS(2110), - [anon_sym_operator] = ACTIONS(2108), - [anon_sym_delete] = ACTIONS(2108), - [anon_sym_throw] = ACTIONS(2108), - [anon_sym_namespace] = ACTIONS(2108), - [anon_sym_using] = ACTIONS(2108), - [anon_sym_static_assert] = ACTIONS(2108), - [anon_sym_try] = ACTIONS(2108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2110), - [anon_sym_new] = ACTIONS(2108), - [sym_operator_name] = ACTIONS(2108), - [sym_this] = ACTIONS(2108), - [sym_nullptr] = ACTIONS(2108), - [sym_alone_macro] = ACTIONS(2110), - [aux_sym_alone_macro_call_token1] = ACTIONS(2108), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2108), - [anon_sym_MOZ_COLD] = ACTIONS(2108), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2108), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2108), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2108), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2108), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2108), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2108), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2108), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2108), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2108), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2108), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2108), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2108), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_RAII] = ACTIONS(2108), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2108), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2108), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2108), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2108), - [sym_raw_string_literal] = ACTIONS(2110), + [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___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_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_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_COLON_COLON] = ACTIONS(1638), + [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_try] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [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), + [sym_raw_string_literal] = ACTIONS(1638), }, [576] = { - [sym_identifier] = ACTIONS(2048), - [aux_sym_preproc_include_token1] = ACTIONS(2048), - [aux_sym_preproc_def_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2048), - [sym_preproc_directive] = ACTIONS(2048), - [anon_sym_LPAREN2] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_TILDE] = ACTIONS(2050), - [anon_sym_DASH] = ACTIONS(2048), - [anon_sym_PLUS] = ACTIONS(2048), - [anon_sym_STAR] = ACTIONS(2050), - [anon_sym_AMP_AMP] = ACTIONS(2050), - [anon_sym_AMP] = ACTIONS(2048), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_typedef] = ACTIONS(2048), - [anon_sym_extern] = ACTIONS(2048), - [anon_sym___attribute__] = ACTIONS(2048), - [anon_sym___declspec] = ACTIONS(2048), - [anon_sym___based] = ACTIONS(2048), - [anon_sym___cdecl] = ACTIONS(2048), - [anon_sym___clrcall] = ACTIONS(2048), - [anon_sym___stdcall] = ACTIONS(2048), - [anon_sym___fastcall] = ACTIONS(2048), - [anon_sym___thiscall] = ACTIONS(2048), - [anon_sym___vectorcall] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_RBRACE] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_static] = ACTIONS(2048), - [anon_sym_register] = ACTIONS(2048), - [anon_sym_inline] = ACTIONS(2048), - [anon_sym_const] = ACTIONS(2048), - [anon_sym_volatile] = ACTIONS(2048), - [anon_sym_restrict] = ACTIONS(2048), - [anon_sym__Atomic] = ACTIONS(2048), - [anon_sym_mutable] = ACTIONS(2048), - [anon_sym_constexpr] = ACTIONS(2048), - [anon_sym_signed] = ACTIONS(2048), - [anon_sym_unsigned] = ACTIONS(2048), - [anon_sym_long] = ACTIONS(2048), - [anon_sym_short] = ACTIONS(2048), - [sym_primitive_type] = ACTIONS(2048), - [anon_sym_enum] = ACTIONS(2048), - [anon_sym_class] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(2048), - [anon_sym_union] = ACTIONS(2048), - [anon_sym_if] = ACTIONS(2048), - [anon_sym_switch] = ACTIONS(2048), - [anon_sym_case] = ACTIONS(2048), - [anon_sym_default] = ACTIONS(2048), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(2048), - [anon_sym_for] = ACTIONS(2048), - [anon_sym_return] = ACTIONS(2048), - [anon_sym_break] = ACTIONS(2048), - [anon_sym_continue] = ACTIONS(2048), - [anon_sym_goto] = ACTIONS(2048), - [anon_sym_DASH_DASH] = ACTIONS(2050), - [anon_sym_PLUS_PLUS] = ACTIONS(2050), - [anon_sym_sizeof] = ACTIONS(2048), - [sym_number_literal] = ACTIONS(2050), - [anon_sym_L_SQUOTE] = ACTIONS(2050), - [anon_sym_u_SQUOTE] = ACTIONS(2050), - [anon_sym_U_SQUOTE] = ACTIONS(2050), - [anon_sym_u8_SQUOTE] = ACTIONS(2050), - [anon_sym_SQUOTE] = ACTIONS(2050), - [anon_sym_L_DQUOTE] = ACTIONS(2050), - [anon_sym_u_DQUOTE] = ACTIONS(2050), - [anon_sym_U_DQUOTE] = ACTIONS(2050), - [anon_sym_u8_DQUOTE] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym_true] = ACTIONS(2048), - [sym_false] = ACTIONS(2048), - [sym_null] = ACTIONS(2048), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2048), - [anon_sym_virtual] = ACTIONS(2048), - [anon_sym_explicit] = ACTIONS(2048), - [sym_auto] = ACTIONS(2048), - [anon_sym_typename] = ACTIONS(2048), - [anon_sym_template] = ACTIONS(2048), - [anon_sym_COLON_COLON] = ACTIONS(2050), - [anon_sym_operator] = ACTIONS(2048), - [anon_sym_delete] = ACTIONS(2048), - [anon_sym_throw] = ACTIONS(2048), - [anon_sym_namespace] = ACTIONS(2048), - [anon_sym_using] = ACTIONS(2048), - [anon_sym_static_assert] = ACTIONS(2048), - [anon_sym_try] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2050), - [anon_sym_new] = ACTIONS(2048), - [sym_operator_name] = ACTIONS(2048), - [sym_this] = ACTIONS(2048), - [sym_nullptr] = ACTIONS(2048), - [sym_alone_macro] = ACTIONS(2050), - [aux_sym_alone_macro_call_token1] = ACTIONS(2048), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2048), - [anon_sym_MOZ_COLD] = ACTIONS(2048), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2048), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2048), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2048), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2048), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2048), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2048), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2048), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2048), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2048), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2048), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2048), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2048), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_RAII] = ACTIONS(2048), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2048), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2048), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2048), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2048), - [sym_raw_string_literal] = ACTIONS(2050), + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_include_token1] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_BANG] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1716), + [anon_sym_PLUS] = ACTIONS(1716), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym___cdecl] = ACTIONS(1716), + [anon_sym___clrcall] = ACTIONS(1716), + [anon_sym___stdcall] = ACTIONS(1716), + [anon_sym___fastcall] = ACTIONS(1716), + [anon_sym___thiscall] = ACTIONS(1716), + [anon_sym___vectorcall] = ACTIONS(1716), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_RBRACE] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [anon_sym_if] = ACTIONS(1716), + [anon_sym_switch] = ACTIONS(1716), + [anon_sym_case] = ACTIONS(1716), + [anon_sym_default] = ACTIONS(1716), + [anon_sym_while] = ACTIONS(1716), + [anon_sym_do] = ACTIONS(1716), + [anon_sym_for] = ACTIONS(1716), + [anon_sym_return] = ACTIONS(1716), + [anon_sym_break] = ACTIONS(1716), + [anon_sym_continue] = ACTIONS(1716), + [anon_sym_goto] = ACTIONS(1716), + [anon_sym_DASH_DASH] = ACTIONS(1718), + [anon_sym_PLUS_PLUS] = ACTIONS(1718), + [anon_sym_sizeof] = ACTIONS(1716), + [sym_number_literal] = ACTIONS(1718), + [anon_sym_L_SQUOTE] = ACTIONS(1718), + [anon_sym_u_SQUOTE] = ACTIONS(1718), + [anon_sym_U_SQUOTE] = ACTIONS(1718), + [anon_sym_u8_SQUOTE] = ACTIONS(1718), + [anon_sym_SQUOTE] = ACTIONS(1718), + [anon_sym_L_DQUOTE] = ACTIONS(1718), + [anon_sym_u_DQUOTE] = ACTIONS(1718), + [anon_sym_U_DQUOTE] = ACTIONS(1718), + [anon_sym_u8_DQUOTE] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym_true] = ACTIONS(1716), + [sym_false] = ACTIONS(1716), + [sym_null] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_delete] = ACTIONS(1716), + [anon_sym_throw] = ACTIONS(1716), + [anon_sym_namespace] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_try] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [anon_sym_new] = ACTIONS(1716), + [sym_operator_name] = ACTIONS(1716), + [sym_this] = ACTIONS(1716), + [sym_nullptr] = ACTIONS(1716), + [sym_alone_macro] = ACTIONS(1718), + [aux_sym_alone_macro_call_token1] = ACTIONS(1716), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_FORWARD] = ACTIONS(1716), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1716), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_PS_GET] = ACTIONS(1716), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1716), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1716), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), + [sym_raw_string_literal] = ACTIONS(1718), }, [577] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_include_token1] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token2] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_BANG] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_PLUS] = ACTIONS(2008), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym___cdecl] = ACTIONS(2008), - [anon_sym___clrcall] = ACTIONS(2008), - [anon_sym___stdcall] = ACTIONS(2008), - [anon_sym___fastcall] = ACTIONS(2008), - [anon_sym___thiscall] = ACTIONS(2008), - [anon_sym___vectorcall] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_switch] = ACTIONS(2008), - [anon_sym_case] = ACTIONS(2008), - [anon_sym_default] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_goto] = ACTIONS(2008), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2008), - [sym_number_literal] = ACTIONS(2010), - [anon_sym_L_SQUOTE] = ACTIONS(2010), - [anon_sym_u_SQUOTE] = ACTIONS(2010), - [anon_sym_U_SQUOTE] = ACTIONS(2010), - [anon_sym_u8_SQUOTE] = ACTIONS(2010), - [anon_sym_SQUOTE] = ACTIONS(2010), - [anon_sym_L_DQUOTE] = ACTIONS(2010), - [anon_sym_u_DQUOTE] = ACTIONS(2010), - [anon_sym_U_DQUOTE] = ACTIONS(2010), - [anon_sym_u8_DQUOTE] = ACTIONS(2010), - [anon_sym_DQUOTE] = ACTIONS(2010), - [sym_true] = ACTIONS(2008), - [sym_false] = ACTIONS(2008), - [sym_null] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_delete] = ACTIONS(2008), - [anon_sym_throw] = ACTIONS(2008), - [anon_sym_namespace] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [anon_sym_new] = ACTIONS(2008), - [sym_operator_name] = ACTIONS(2008), - [sym_this] = ACTIONS(2008), - [sym_nullptr] = ACTIONS(2008), - [sym_alone_macro] = ACTIONS(2010), - [aux_sym_alone_macro_call_token1] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), - [sym_raw_string_literal] = ACTIONS(2010), + [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___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_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_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_COLON_COLON] = ACTIONS(1634), + [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_try] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [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), + [sym_raw_string_literal] = ACTIONS(1634), }, [578] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_include_token1] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_BANG] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1984), - [anon_sym_PLUS] = ACTIONS(1984), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym___cdecl] = ACTIONS(1984), - [anon_sym___clrcall] = ACTIONS(1984), - [anon_sym___stdcall] = ACTIONS(1984), - [anon_sym___fastcall] = ACTIONS(1984), - [anon_sym___thiscall] = ACTIONS(1984), - [anon_sym___vectorcall] = ACTIONS(1984), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_RBRACE] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(1984), - [anon_sym_switch] = ACTIONS(1984), - [anon_sym_case] = ACTIONS(1984), - [anon_sym_default] = ACTIONS(1984), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(1984), - [anon_sym_for] = ACTIONS(1984), - [anon_sym_return] = ACTIONS(1984), - [anon_sym_break] = ACTIONS(1984), - [anon_sym_continue] = ACTIONS(1984), - [anon_sym_goto] = ACTIONS(1984), - [anon_sym_DASH_DASH] = ACTIONS(1986), - [anon_sym_PLUS_PLUS] = ACTIONS(1986), - [anon_sym_sizeof] = ACTIONS(1984), - [sym_number_literal] = ACTIONS(1986), - [anon_sym_L_SQUOTE] = ACTIONS(1986), - [anon_sym_u_SQUOTE] = ACTIONS(1986), - [anon_sym_U_SQUOTE] = ACTIONS(1986), - [anon_sym_u8_SQUOTE] = ACTIONS(1986), - [anon_sym_SQUOTE] = ACTIONS(1986), - [anon_sym_L_DQUOTE] = ACTIONS(1986), - [anon_sym_u_DQUOTE] = ACTIONS(1986), - [anon_sym_U_DQUOTE] = ACTIONS(1986), - [anon_sym_u8_DQUOTE] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym_true] = ACTIONS(1984), - [sym_false] = ACTIONS(1984), - [sym_null] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_delete] = ACTIONS(1984), - [anon_sym_throw] = ACTIONS(1984), - [anon_sym_namespace] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_try] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [anon_sym_new] = ACTIONS(1984), - [sym_operator_name] = ACTIONS(1984), - [sym_this] = ACTIONS(1984), - [sym_nullptr] = ACTIONS(1984), - [sym_alone_macro] = ACTIONS(1986), - [aux_sym_alone_macro_call_token1] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - [sym_raw_string_literal] = ACTIONS(1986), + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_include_token1] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token2] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym___cdecl] = ACTIONS(1796), + [anon_sym___clrcall] = ACTIONS(1796), + [anon_sym___stdcall] = ACTIONS(1796), + [anon_sym___fastcall] = ACTIONS(1796), + [anon_sym___thiscall] = ACTIONS(1796), + [anon_sym___vectorcall] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_switch] = ACTIONS(1796), + [anon_sym_case] = ACTIONS(1796), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_do] = ACTIONS(1796), + [anon_sym_for] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_goto] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_sizeof] = ACTIONS(1796), + [sym_number_literal] = ACTIONS(1798), + [anon_sym_L_SQUOTE] = ACTIONS(1798), + [anon_sym_u_SQUOTE] = ACTIONS(1798), + [anon_sym_U_SQUOTE] = ACTIONS(1798), + [anon_sym_u8_SQUOTE] = ACTIONS(1798), + [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_L_DQUOTE] = ACTIONS(1798), + [anon_sym_u_DQUOTE] = ACTIONS(1798), + [anon_sym_U_DQUOTE] = ACTIONS(1798), + [anon_sym_u8_DQUOTE] = ACTIONS(1798), + [anon_sym_DQUOTE] = ACTIONS(1798), + [sym_true] = ACTIONS(1796), + [sym_false] = ACTIONS(1796), + [sym_null] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_delete] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_namespace] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [anon_sym_new] = ACTIONS(1796), + [sym_operator_name] = ACTIONS(1796), + [sym_this] = ACTIONS(1796), + [sym_nullptr] = ACTIONS(1796), + [sym_alone_macro] = ACTIONS(1798), + [aux_sym_alone_macro_call_token1] = ACTIONS(1796), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_FORWARD] = ACTIONS(1796), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1796), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_PS_GET] = ACTIONS(1796), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1796), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1796), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), + [sym_raw_string_literal] = ACTIONS(1798), }, [579] = { - [ts_builtin_sym_end] = ACTIONS(2010), - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_include_token1] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_BANG] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_PLUS] = ACTIONS(2008), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym___cdecl] = ACTIONS(2008), - [anon_sym___clrcall] = ACTIONS(2008), - [anon_sym___stdcall] = ACTIONS(2008), - [anon_sym___fastcall] = ACTIONS(2008), - [anon_sym___thiscall] = ACTIONS(2008), - [anon_sym___vectorcall] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_switch] = ACTIONS(2008), - [anon_sym_case] = ACTIONS(2008), - [anon_sym_default] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_goto] = ACTIONS(2008), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2008), - [sym_number_literal] = ACTIONS(2010), - [anon_sym_L_SQUOTE] = ACTIONS(2010), - [anon_sym_u_SQUOTE] = ACTIONS(2010), - [anon_sym_U_SQUOTE] = ACTIONS(2010), - [anon_sym_u8_SQUOTE] = ACTIONS(2010), - [anon_sym_SQUOTE] = ACTIONS(2010), - [anon_sym_L_DQUOTE] = ACTIONS(2010), - [anon_sym_u_DQUOTE] = ACTIONS(2010), - [anon_sym_U_DQUOTE] = ACTIONS(2010), - [anon_sym_u8_DQUOTE] = ACTIONS(2010), - [anon_sym_DQUOTE] = ACTIONS(2010), - [sym_true] = ACTIONS(2008), - [sym_false] = ACTIONS(2008), - [sym_null] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_delete] = ACTIONS(2008), - [anon_sym_throw] = ACTIONS(2008), - [anon_sym_namespace] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [anon_sym_new] = ACTIONS(2008), - [sym_operator_name] = ACTIONS(2008), - [sym_this] = ACTIONS(2008), - [sym_nullptr] = ACTIONS(2008), - [sym_alone_macro] = ACTIONS(2010), - [aux_sym_alone_macro_call_token1] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), - [sym_raw_string_literal] = ACTIONS(2010), + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_include_token1] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_BANG] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym___cdecl] = ACTIONS(1596), + [anon_sym___clrcall] = ACTIONS(1596), + [anon_sym___stdcall] = ACTIONS(1596), + [anon_sym___fastcall] = ACTIONS(1596), + [anon_sym___thiscall] = ACTIONS(1596), + [anon_sym___vectorcall] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_RBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [anon_sym_if] = ACTIONS(1596), + [anon_sym_switch] = ACTIONS(1596), + [anon_sym_case] = ACTIONS(1596), + [anon_sym_default] = ACTIONS(1596), + [anon_sym_while] = ACTIONS(1596), + [anon_sym_do] = ACTIONS(1596), + [anon_sym_for] = ACTIONS(1596), + [anon_sym_return] = ACTIONS(1596), + [anon_sym_break] = ACTIONS(1596), + [anon_sym_continue] = ACTIONS(1596), + [anon_sym_goto] = ACTIONS(1596), + [anon_sym_DASH_DASH] = ACTIONS(1598), + [anon_sym_PLUS_PLUS] = ACTIONS(1598), + [anon_sym_sizeof] = ACTIONS(1596), + [sym_number_literal] = ACTIONS(1598), + [anon_sym_L_SQUOTE] = ACTIONS(1598), + [anon_sym_u_SQUOTE] = ACTIONS(1598), + [anon_sym_U_SQUOTE] = ACTIONS(1598), + [anon_sym_u8_SQUOTE] = ACTIONS(1598), + [anon_sym_SQUOTE] = ACTIONS(1598), + [anon_sym_L_DQUOTE] = ACTIONS(1598), + [anon_sym_u_DQUOTE] = ACTIONS(1598), + [anon_sym_U_DQUOTE] = ACTIONS(1598), + [anon_sym_u8_DQUOTE] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym_true] = ACTIONS(1596), + [sym_false] = ACTIONS(1596), + [sym_null] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_delete] = ACTIONS(1596), + [anon_sym_throw] = ACTIONS(1596), + [anon_sym_namespace] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_try] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [anon_sym_new] = ACTIONS(1596), + [sym_operator_name] = ACTIONS(1596), + [sym_this] = ACTIONS(1596), + [sym_nullptr] = ACTIONS(1596), + [sym_alone_macro] = ACTIONS(1598), + [aux_sym_alone_macro_call_token1] = ACTIONS(1596), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_FORWARD] = ACTIONS(1596), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1596), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_PS_GET] = ACTIONS(1596), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1596), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1596), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), + [sym_raw_string_literal] = ACTIONS(1598), }, [580] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_include_token1] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_BANG] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2052), - [anon_sym_PLUS] = ACTIONS(2052), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym___cdecl] = ACTIONS(2052), - [anon_sym___clrcall] = ACTIONS(2052), - [anon_sym___stdcall] = ACTIONS(2052), - [anon_sym___fastcall] = ACTIONS(2052), - [anon_sym___thiscall] = ACTIONS(2052), - [anon_sym___vectorcall] = ACTIONS(2052), - [anon_sym_LBRACE] = ACTIONS(2054), - [anon_sym_RBRACE] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [anon_sym_if] = ACTIONS(2052), - [anon_sym_switch] = ACTIONS(2052), - [anon_sym_case] = ACTIONS(2052), - [anon_sym_default] = ACTIONS(2052), - [anon_sym_while] = ACTIONS(2052), - [anon_sym_do] = ACTIONS(2052), - [anon_sym_for] = ACTIONS(2052), - [anon_sym_return] = ACTIONS(2052), - [anon_sym_break] = ACTIONS(2052), - [anon_sym_continue] = ACTIONS(2052), - [anon_sym_goto] = ACTIONS(2052), - [anon_sym_DASH_DASH] = ACTIONS(2054), - [anon_sym_PLUS_PLUS] = ACTIONS(2054), - [anon_sym_sizeof] = ACTIONS(2052), - [sym_number_literal] = ACTIONS(2054), - [anon_sym_L_SQUOTE] = ACTIONS(2054), - [anon_sym_u_SQUOTE] = ACTIONS(2054), - [anon_sym_U_SQUOTE] = ACTIONS(2054), - [anon_sym_u8_SQUOTE] = ACTIONS(2054), - [anon_sym_SQUOTE] = ACTIONS(2054), - [anon_sym_L_DQUOTE] = ACTIONS(2054), - [anon_sym_u_DQUOTE] = ACTIONS(2054), - [anon_sym_U_DQUOTE] = ACTIONS(2054), - [anon_sym_u8_DQUOTE] = ACTIONS(2054), - [anon_sym_DQUOTE] = ACTIONS(2054), - [sym_true] = ACTIONS(2052), - [sym_false] = ACTIONS(2052), - [sym_null] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_delete] = ACTIONS(2052), - [anon_sym_throw] = ACTIONS(2052), - [anon_sym_namespace] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_try] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [anon_sym_new] = ACTIONS(2052), - [sym_operator_name] = ACTIONS(2052), - [sym_this] = ACTIONS(2052), - [sym_nullptr] = ACTIONS(2052), - [sym_alone_macro] = ACTIONS(2054), - [aux_sym_alone_macro_call_token1] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - [sym_raw_string_literal] = ACTIONS(2054), + [sym_identifier] = ACTIONS(1712), + [aux_sym_preproc_include_token1] = ACTIONS(1712), + [aux_sym_preproc_def_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token2] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1712), + [sym_preproc_directive] = ACTIONS(1712), + [anon_sym_LPAREN2] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(1714), + [anon_sym_TILDE] = ACTIONS(1714), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_PLUS] = ACTIONS(1712), + [anon_sym_STAR] = ACTIONS(1714), + [anon_sym_AMP_AMP] = ACTIONS(1714), + [anon_sym_AMP] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1714), + [anon_sym_typedef] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym___based] = ACTIONS(1712), + [anon_sym___cdecl] = ACTIONS(1712), + [anon_sym___clrcall] = ACTIONS(1712), + [anon_sym___stdcall] = ACTIONS(1712), + [anon_sym___fastcall] = ACTIONS(1712), + [anon_sym___thiscall] = ACTIONS(1712), + [anon_sym___vectorcall] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1714), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym_mutable] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_class] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_switch] = ACTIONS(1712), + [anon_sym_case] = ACTIONS(1712), + [anon_sym_default] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_goto] = ACTIONS(1712), + [anon_sym_DASH_DASH] = ACTIONS(1714), + [anon_sym_PLUS_PLUS] = ACTIONS(1714), + [anon_sym_sizeof] = ACTIONS(1712), + [sym_number_literal] = ACTIONS(1714), + [anon_sym_L_SQUOTE] = ACTIONS(1714), + [anon_sym_u_SQUOTE] = ACTIONS(1714), + [anon_sym_U_SQUOTE] = ACTIONS(1714), + [anon_sym_u8_SQUOTE] = ACTIONS(1714), + [anon_sym_SQUOTE] = ACTIONS(1714), + [anon_sym_L_DQUOTE] = ACTIONS(1714), + [anon_sym_u_DQUOTE] = ACTIONS(1714), + [anon_sym_U_DQUOTE] = ACTIONS(1714), + [anon_sym_u8_DQUOTE] = ACTIONS(1714), + [anon_sym_DQUOTE] = ACTIONS(1714), + [sym_true] = ACTIONS(1712), + [sym_false] = ACTIONS(1712), + [sym_null] = ACTIONS(1712), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1712), + [anon_sym_virtual] = ACTIONS(1712), + [anon_sym_explicit] = ACTIONS(1712), + [sym_auto] = ACTIONS(1712), + [anon_sym_typename] = ACTIONS(1712), + [anon_sym_template] = ACTIONS(1712), + [anon_sym_COLON_COLON] = ACTIONS(1714), + [anon_sym_operator] = ACTIONS(1712), + [anon_sym_delete] = ACTIONS(1712), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_namespace] = ACTIONS(1712), + [anon_sym_using] = ACTIONS(1712), + [anon_sym_static_assert] = ACTIONS(1712), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym_new] = ACTIONS(1712), + [sym_operator_name] = ACTIONS(1712), + [sym_this] = ACTIONS(1712), + [sym_nullptr] = ACTIONS(1712), + [sym_alone_macro] = ACTIONS(1714), + [aux_sym_alone_macro_call_token1] = ACTIONS(1712), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_FORWARD] = ACTIONS(1712), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1712), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_PS_GET] = ACTIONS(1712), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1712), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1712), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1712), + [anon_sym_MOZ_COLD] = ACTIONS(1712), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1712), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1712), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1712), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1712), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1712), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1712), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1712), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1712), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1712), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1712), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1712), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1712), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_RAII] = ACTIONS(1712), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1712), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1712), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1712), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1712), + [sym_raw_string_literal] = ACTIONS(1714), }, [581] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_include_token1] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token2] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_BANG] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_DASH] = ACTIONS(1988), - [anon_sym_PLUS] = ACTIONS(1988), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_SEMI] = ACTIONS(1990), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym___cdecl] = ACTIONS(1988), - [anon_sym___clrcall] = ACTIONS(1988), - [anon_sym___stdcall] = ACTIONS(1988), - [anon_sym___fastcall] = ACTIONS(1988), - [anon_sym___thiscall] = ACTIONS(1988), - [anon_sym___vectorcall] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1990), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [anon_sym_if] = ACTIONS(1988), - [anon_sym_switch] = ACTIONS(1988), - [anon_sym_case] = ACTIONS(1988), - [anon_sym_default] = ACTIONS(1988), - [anon_sym_while] = ACTIONS(1988), - [anon_sym_do] = ACTIONS(1988), - [anon_sym_for] = ACTIONS(1988), - [anon_sym_return] = ACTIONS(1988), - [anon_sym_break] = ACTIONS(1988), - [anon_sym_continue] = ACTIONS(1988), - [anon_sym_goto] = ACTIONS(1988), - [anon_sym_DASH_DASH] = ACTIONS(1990), - [anon_sym_PLUS_PLUS] = ACTIONS(1990), - [anon_sym_sizeof] = ACTIONS(1988), - [sym_number_literal] = ACTIONS(1990), - [anon_sym_L_SQUOTE] = ACTIONS(1990), - [anon_sym_u_SQUOTE] = ACTIONS(1990), - [anon_sym_U_SQUOTE] = ACTIONS(1990), - [anon_sym_u8_SQUOTE] = ACTIONS(1990), - [anon_sym_SQUOTE] = ACTIONS(1990), - [anon_sym_L_DQUOTE] = ACTIONS(1990), - [anon_sym_u_DQUOTE] = ACTIONS(1990), - [anon_sym_U_DQUOTE] = ACTIONS(1990), - [anon_sym_u8_DQUOTE] = ACTIONS(1990), - [anon_sym_DQUOTE] = ACTIONS(1990), - [sym_true] = ACTIONS(1988), - [sym_false] = ACTIONS(1988), - [sym_null] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_delete] = ACTIONS(1988), - [anon_sym_throw] = ACTIONS(1988), - [anon_sym_namespace] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_try] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [anon_sym_new] = ACTIONS(1988), - [sym_operator_name] = ACTIONS(1988), - [sym_this] = ACTIONS(1988), - [sym_nullptr] = ACTIONS(1988), - [sym_alone_macro] = ACTIONS(1990), - [aux_sym_alone_macro_call_token1] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - [sym_raw_string_literal] = ACTIONS(1990), + [ts_builtin_sym_end] = ACTIONS(1766), + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_include_token1] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym___cdecl] = ACTIONS(1764), + [anon_sym___clrcall] = ACTIONS(1764), + [anon_sym___stdcall] = ACTIONS(1764), + [anon_sym___fastcall] = ACTIONS(1764), + [anon_sym___thiscall] = ACTIONS(1764), + [anon_sym___vectorcall] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_switch] = ACTIONS(1764), + [anon_sym_case] = ACTIONS(1764), + [anon_sym_default] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_do] = ACTIONS(1764), + [anon_sym_for] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_goto] = ACTIONS(1764), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_sizeof] = ACTIONS(1764), + [sym_number_literal] = ACTIONS(1766), + [anon_sym_L_SQUOTE] = ACTIONS(1766), + [anon_sym_u_SQUOTE] = ACTIONS(1766), + [anon_sym_U_SQUOTE] = ACTIONS(1766), + [anon_sym_u8_SQUOTE] = ACTIONS(1766), + [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_L_DQUOTE] = ACTIONS(1766), + [anon_sym_u_DQUOTE] = ACTIONS(1766), + [anon_sym_U_DQUOTE] = ACTIONS(1766), + [anon_sym_u8_DQUOTE] = ACTIONS(1766), + [anon_sym_DQUOTE] = ACTIONS(1766), + [sym_true] = ACTIONS(1764), + [sym_false] = ACTIONS(1764), + [sym_null] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_delete] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [anon_sym_new] = ACTIONS(1764), + [sym_operator_name] = ACTIONS(1764), + [sym_this] = ACTIONS(1764), + [sym_nullptr] = ACTIONS(1764), + [sym_alone_macro] = ACTIONS(1766), + [aux_sym_alone_macro_call_token1] = ACTIONS(1764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_FORWARD] = ACTIONS(1764), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1764), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_PS_GET] = ACTIONS(1764), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1764), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1764), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), + [sym_raw_string_literal] = ACTIONS(1766), }, [582] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), + [sym_identifier] = ACTIONS(1744), + [aux_sym_preproc_include_token1] = ACTIONS(1744), + [aux_sym_preproc_def_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1744), + [sym_preproc_directive] = ACTIONS(1744), + [anon_sym_LPAREN2] = ACTIONS(1746), + [anon_sym_BANG] = ACTIONS(1746), + [anon_sym_TILDE] = ACTIONS(1746), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1746), + [anon_sym_AMP_AMP] = ACTIONS(1746), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_typedef] = ACTIONS(1744), + [anon_sym_extern] = ACTIONS(1744), + [anon_sym___attribute__] = ACTIONS(1744), + [anon_sym___declspec] = ACTIONS(1744), + [anon_sym___based] = ACTIONS(1744), + [anon_sym___cdecl] = ACTIONS(1744), + [anon_sym___clrcall] = ACTIONS(1744), + [anon_sym___stdcall] = ACTIONS(1744), + [anon_sym___fastcall] = ACTIONS(1744), + [anon_sym___thiscall] = ACTIONS(1744), + [anon_sym___vectorcall] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1746), + [anon_sym_RBRACE] = ACTIONS(1746), + [anon_sym_LBRACK] = ACTIONS(1744), + [anon_sym_static] = ACTIONS(1744), + [anon_sym_register] = ACTIONS(1744), + [anon_sym_inline] = ACTIONS(1744), + [anon_sym_const] = ACTIONS(1744), + [anon_sym_volatile] = ACTIONS(1744), + [anon_sym_restrict] = ACTIONS(1744), + [anon_sym__Atomic] = ACTIONS(1744), + [anon_sym_mutable] = ACTIONS(1744), + [anon_sym_constexpr] = ACTIONS(1744), + [anon_sym_signed] = ACTIONS(1744), + [anon_sym_unsigned] = ACTIONS(1744), + [anon_sym_long] = ACTIONS(1744), + [anon_sym_short] = ACTIONS(1744), + [sym_primitive_type] = ACTIONS(1744), + [anon_sym_enum] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(1744), + [anon_sym_struct] = ACTIONS(1744), + [anon_sym_union] = ACTIONS(1744), + [anon_sym_if] = ACTIONS(1744), + [anon_sym_switch] = ACTIONS(1744), + [anon_sym_case] = ACTIONS(1744), + [anon_sym_default] = ACTIONS(1744), + [anon_sym_while] = ACTIONS(1744), + [anon_sym_do] = ACTIONS(1744), + [anon_sym_for] = ACTIONS(1744), + [anon_sym_return] = ACTIONS(1744), + [anon_sym_break] = ACTIONS(1744), + [anon_sym_continue] = ACTIONS(1744), + [anon_sym_goto] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1746), + [anon_sym_PLUS_PLUS] = ACTIONS(1746), + [anon_sym_sizeof] = ACTIONS(1744), + [sym_number_literal] = ACTIONS(1746), + [anon_sym_L_SQUOTE] = ACTIONS(1746), + [anon_sym_u_SQUOTE] = ACTIONS(1746), + [anon_sym_U_SQUOTE] = ACTIONS(1746), + [anon_sym_u8_SQUOTE] = ACTIONS(1746), + [anon_sym_SQUOTE] = ACTIONS(1746), + [anon_sym_L_DQUOTE] = ACTIONS(1746), + [anon_sym_u_DQUOTE] = ACTIONS(1746), + [anon_sym_U_DQUOTE] = ACTIONS(1746), + [anon_sym_u8_DQUOTE] = ACTIONS(1746), + [anon_sym_DQUOTE] = ACTIONS(1746), + [sym_true] = ACTIONS(1744), + [sym_false] = ACTIONS(1744), + [sym_null] = ACTIONS(1744), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1744), + [anon_sym_virtual] = ACTIONS(1744), + [anon_sym_explicit] = ACTIONS(1744), + [sym_auto] = ACTIONS(1744), + [anon_sym_typename] = ACTIONS(1744), + [anon_sym_template] = ACTIONS(1744), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_operator] = ACTIONS(1744), + [anon_sym_delete] = ACTIONS(1744), + [anon_sym_throw] = ACTIONS(1744), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_using] = ACTIONS(1744), + [anon_sym_static_assert] = ACTIONS(1744), + [anon_sym_try] = ACTIONS(1744), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1746), + [anon_sym_new] = ACTIONS(1744), + [sym_operator_name] = ACTIONS(1744), + [sym_this] = ACTIONS(1744), + [sym_nullptr] = ACTIONS(1744), + [sym_alone_macro] = ACTIONS(1746), + [aux_sym_alone_macro_call_token1] = ACTIONS(1744), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_FORWARD] = ACTIONS(1744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_PS_GET] = ACTIONS(1744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1744), + [anon_sym_MOZ_COLD] = ACTIONS(1744), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1744), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1744), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1744), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1744), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1744), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1744), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1744), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1744), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1744), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1744), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1744), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1744), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_RAII] = ACTIONS(1744), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1744), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1744), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1744), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1744), + [sym_raw_string_literal] = ACTIONS(1746), }, [583] = { - [sym_identifier] = ACTIONS(1924), - [aux_sym_preproc_include_token1] = ACTIONS(1924), - [aux_sym_preproc_def_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token2] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), - [sym_preproc_directive] = ACTIONS(1924), - [anon_sym_LPAREN2] = ACTIONS(1926), - [anon_sym_BANG] = ACTIONS(1926), - [anon_sym_TILDE] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1924), - [anon_sym_PLUS] = ACTIONS(1924), - [anon_sym_STAR] = ACTIONS(1926), - [anon_sym_AMP_AMP] = ACTIONS(1926), - [anon_sym_AMP] = ACTIONS(1924), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_typedef] = ACTIONS(1924), - [anon_sym_extern] = ACTIONS(1924), - [anon_sym___attribute__] = ACTIONS(1924), - [anon_sym___declspec] = ACTIONS(1924), - [anon_sym___based] = ACTIONS(1924), - [anon_sym___cdecl] = ACTIONS(1924), - [anon_sym___clrcall] = ACTIONS(1924), - [anon_sym___stdcall] = ACTIONS(1924), - [anon_sym___fastcall] = ACTIONS(1924), - [anon_sym___thiscall] = ACTIONS(1924), - [anon_sym___vectorcall] = ACTIONS(1924), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1924), - [anon_sym_static] = ACTIONS(1924), - [anon_sym_register] = ACTIONS(1924), - [anon_sym_inline] = ACTIONS(1924), - [anon_sym_const] = ACTIONS(1924), - [anon_sym_volatile] = ACTIONS(1924), - [anon_sym_restrict] = ACTIONS(1924), - [anon_sym__Atomic] = ACTIONS(1924), - [anon_sym_mutable] = ACTIONS(1924), - [anon_sym_constexpr] = ACTIONS(1924), - [anon_sym_signed] = ACTIONS(1924), - [anon_sym_unsigned] = ACTIONS(1924), - [anon_sym_long] = ACTIONS(1924), - [anon_sym_short] = ACTIONS(1924), - [sym_primitive_type] = ACTIONS(1924), - [anon_sym_enum] = ACTIONS(1924), - [anon_sym_class] = ACTIONS(1924), - [anon_sym_struct] = ACTIONS(1924), - [anon_sym_union] = ACTIONS(1924), - [anon_sym_if] = ACTIONS(1924), - [anon_sym_switch] = ACTIONS(1924), - [anon_sym_case] = ACTIONS(1924), - [anon_sym_default] = ACTIONS(1924), - [anon_sym_while] = ACTIONS(1924), - [anon_sym_do] = ACTIONS(1924), - [anon_sym_for] = ACTIONS(1924), - [anon_sym_return] = ACTIONS(1924), - [anon_sym_break] = ACTIONS(1924), - [anon_sym_continue] = ACTIONS(1924), - [anon_sym_goto] = ACTIONS(1924), - [anon_sym_DASH_DASH] = ACTIONS(1926), - [anon_sym_PLUS_PLUS] = ACTIONS(1926), - [anon_sym_sizeof] = ACTIONS(1924), - [sym_number_literal] = ACTIONS(1926), - [anon_sym_L_SQUOTE] = ACTIONS(1926), - [anon_sym_u_SQUOTE] = ACTIONS(1926), - [anon_sym_U_SQUOTE] = ACTIONS(1926), - [anon_sym_u8_SQUOTE] = ACTIONS(1926), - [anon_sym_SQUOTE] = ACTIONS(1926), - [anon_sym_L_DQUOTE] = ACTIONS(1926), - [anon_sym_u_DQUOTE] = ACTIONS(1926), - [anon_sym_U_DQUOTE] = ACTIONS(1926), - [anon_sym_u8_DQUOTE] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym_true] = ACTIONS(1924), - [sym_false] = ACTIONS(1924), - [sym_null] = ACTIONS(1924), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1924), - [anon_sym_virtual] = ACTIONS(1924), - [anon_sym_explicit] = ACTIONS(1924), - [sym_auto] = ACTIONS(1924), - [anon_sym_typename] = ACTIONS(1924), - [anon_sym_template] = ACTIONS(1924), - [anon_sym_COLON_COLON] = ACTIONS(1926), - [anon_sym_operator] = ACTIONS(1924), - [anon_sym_delete] = ACTIONS(1924), - [anon_sym_throw] = ACTIONS(1924), - [anon_sym_namespace] = ACTIONS(1924), - [anon_sym_using] = ACTIONS(1924), - [anon_sym_static_assert] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1926), - [anon_sym_new] = ACTIONS(1924), - [sym_operator_name] = ACTIONS(1924), - [sym_this] = ACTIONS(1924), - [sym_nullptr] = ACTIONS(1924), - [sym_alone_macro] = ACTIONS(1926), - [aux_sym_alone_macro_call_token1] = ACTIONS(1924), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1924), - [anon_sym_MOZ_COLD] = ACTIONS(1924), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1924), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1924), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1924), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1924), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1924), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1924), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1924), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1924), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1924), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1924), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1924), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1924), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_RAII] = ACTIONS(1924), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1924), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1924), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1924), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1924), - [sym_raw_string_literal] = ACTIONS(1926), + [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___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_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_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_COLON_COLON] = ACTIONS(1670), + [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_try] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [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), + [sym_raw_string_literal] = ACTIONS(1670), }, [584] = { - [sym_identifier] = ACTIONS(1928), - [aux_sym_preproc_include_token1] = ACTIONS(1928), - [aux_sym_preproc_def_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token2] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1928), - [sym_preproc_directive] = ACTIONS(1928), - [anon_sym_LPAREN2] = ACTIONS(1930), - [anon_sym_BANG] = ACTIONS(1930), - [anon_sym_TILDE] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1928), - [anon_sym_PLUS] = ACTIONS(1928), - [anon_sym_STAR] = ACTIONS(1930), - [anon_sym_AMP_AMP] = ACTIONS(1930), - [anon_sym_AMP] = ACTIONS(1928), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_typedef] = ACTIONS(1928), - [anon_sym_extern] = ACTIONS(1928), - [anon_sym___attribute__] = ACTIONS(1928), - [anon_sym___declspec] = ACTIONS(1928), - [anon_sym___based] = ACTIONS(1928), - [anon_sym___cdecl] = ACTIONS(1928), - [anon_sym___clrcall] = ACTIONS(1928), - [anon_sym___stdcall] = ACTIONS(1928), - [anon_sym___fastcall] = ACTIONS(1928), - [anon_sym___thiscall] = ACTIONS(1928), - [anon_sym___vectorcall] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1928), - [anon_sym_static] = ACTIONS(1928), - [anon_sym_register] = ACTIONS(1928), - [anon_sym_inline] = ACTIONS(1928), - [anon_sym_const] = ACTIONS(1928), - [anon_sym_volatile] = ACTIONS(1928), - [anon_sym_restrict] = ACTIONS(1928), - [anon_sym__Atomic] = ACTIONS(1928), - [anon_sym_mutable] = ACTIONS(1928), - [anon_sym_constexpr] = ACTIONS(1928), - [anon_sym_signed] = ACTIONS(1928), - [anon_sym_unsigned] = ACTIONS(1928), - [anon_sym_long] = ACTIONS(1928), - [anon_sym_short] = ACTIONS(1928), - [sym_primitive_type] = ACTIONS(1928), - [anon_sym_enum] = ACTIONS(1928), - [anon_sym_class] = ACTIONS(1928), - [anon_sym_struct] = ACTIONS(1928), - [anon_sym_union] = ACTIONS(1928), - [anon_sym_if] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1928), - [anon_sym_case] = ACTIONS(1928), - [anon_sym_default] = ACTIONS(1928), - [anon_sym_while] = ACTIONS(1928), - [anon_sym_do] = ACTIONS(1928), - [anon_sym_for] = ACTIONS(1928), - [anon_sym_return] = ACTIONS(1928), - [anon_sym_break] = ACTIONS(1928), - [anon_sym_continue] = ACTIONS(1928), - [anon_sym_goto] = ACTIONS(1928), - [anon_sym_DASH_DASH] = ACTIONS(1930), - [anon_sym_PLUS_PLUS] = ACTIONS(1930), - [anon_sym_sizeof] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1930), - [anon_sym_L_SQUOTE] = ACTIONS(1930), - [anon_sym_u_SQUOTE] = ACTIONS(1930), - [anon_sym_U_SQUOTE] = ACTIONS(1930), - [anon_sym_u8_SQUOTE] = ACTIONS(1930), - [anon_sym_SQUOTE] = ACTIONS(1930), - [anon_sym_L_DQUOTE] = ACTIONS(1930), - [anon_sym_u_DQUOTE] = ACTIONS(1930), - [anon_sym_U_DQUOTE] = ACTIONS(1930), - [anon_sym_u8_DQUOTE] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym_true] = ACTIONS(1928), - [sym_false] = ACTIONS(1928), - [sym_null] = ACTIONS(1928), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1928), - [anon_sym_virtual] = ACTIONS(1928), - [anon_sym_explicit] = ACTIONS(1928), - [sym_auto] = ACTIONS(1928), - [anon_sym_typename] = ACTIONS(1928), - [anon_sym_template] = ACTIONS(1928), - [anon_sym_COLON_COLON] = ACTIONS(1930), - [anon_sym_operator] = ACTIONS(1928), - [anon_sym_delete] = ACTIONS(1928), - [anon_sym_throw] = ACTIONS(1928), - [anon_sym_namespace] = ACTIONS(1928), - [anon_sym_using] = ACTIONS(1928), - [anon_sym_static_assert] = ACTIONS(1928), - [anon_sym_try] = ACTIONS(1928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1930), - [anon_sym_new] = ACTIONS(1928), - [sym_operator_name] = ACTIONS(1928), - [sym_this] = ACTIONS(1928), - [sym_nullptr] = ACTIONS(1928), - [sym_alone_macro] = ACTIONS(1930), - [aux_sym_alone_macro_call_token1] = ACTIONS(1928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1928), - [anon_sym_MOZ_COLD] = ACTIONS(1928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_RAII] = ACTIONS(1928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1928), - [sym_raw_string_literal] = ACTIONS(1930), + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_include_token1] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token2] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym___cdecl] = ACTIONS(1764), + [anon_sym___clrcall] = ACTIONS(1764), + [anon_sym___stdcall] = ACTIONS(1764), + [anon_sym___fastcall] = ACTIONS(1764), + [anon_sym___thiscall] = ACTIONS(1764), + [anon_sym___vectorcall] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_switch] = ACTIONS(1764), + [anon_sym_case] = ACTIONS(1764), + [anon_sym_default] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_do] = ACTIONS(1764), + [anon_sym_for] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_goto] = ACTIONS(1764), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_sizeof] = ACTIONS(1764), + [sym_number_literal] = ACTIONS(1766), + [anon_sym_L_SQUOTE] = ACTIONS(1766), + [anon_sym_u_SQUOTE] = ACTIONS(1766), + [anon_sym_U_SQUOTE] = ACTIONS(1766), + [anon_sym_u8_SQUOTE] = ACTIONS(1766), + [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_L_DQUOTE] = ACTIONS(1766), + [anon_sym_u_DQUOTE] = ACTIONS(1766), + [anon_sym_U_DQUOTE] = ACTIONS(1766), + [anon_sym_u8_DQUOTE] = ACTIONS(1766), + [anon_sym_DQUOTE] = ACTIONS(1766), + [sym_true] = ACTIONS(1764), + [sym_false] = ACTIONS(1764), + [sym_null] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_delete] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [anon_sym_new] = ACTIONS(1764), + [sym_operator_name] = ACTIONS(1764), + [sym_this] = ACTIONS(1764), + [sym_nullptr] = ACTIONS(1764), + [sym_alone_macro] = ACTIONS(1766), + [aux_sym_alone_macro_call_token1] = ACTIONS(1764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_FORWARD] = ACTIONS(1764), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1764), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_PS_GET] = ACTIONS(1764), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1764), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1764), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), + [sym_raw_string_literal] = ACTIONS(1766), }, [585] = { - [sym_identifier] = ACTIONS(1936), - [aux_sym_preproc_include_token1] = ACTIONS(1936), - [aux_sym_preproc_def_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token2] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1936), - [sym_preproc_directive] = ACTIONS(1936), - [anon_sym_LPAREN2] = ACTIONS(1938), - [anon_sym_BANG] = ACTIONS(1938), - [anon_sym_TILDE] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1936), - [anon_sym_PLUS] = ACTIONS(1936), - [anon_sym_STAR] = ACTIONS(1938), - [anon_sym_AMP_AMP] = ACTIONS(1938), - [anon_sym_AMP] = ACTIONS(1936), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_typedef] = ACTIONS(1936), - [anon_sym_extern] = ACTIONS(1936), - [anon_sym___attribute__] = ACTIONS(1936), - [anon_sym___declspec] = ACTIONS(1936), - [anon_sym___based] = ACTIONS(1936), - [anon_sym___cdecl] = ACTIONS(1936), - [anon_sym___clrcall] = ACTIONS(1936), - [anon_sym___stdcall] = ACTIONS(1936), - [anon_sym___fastcall] = ACTIONS(1936), - [anon_sym___thiscall] = ACTIONS(1936), - [anon_sym___vectorcall] = ACTIONS(1936), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1936), - [anon_sym_static] = ACTIONS(1936), - [anon_sym_register] = ACTIONS(1936), - [anon_sym_inline] = ACTIONS(1936), - [anon_sym_const] = ACTIONS(1936), - [anon_sym_volatile] = ACTIONS(1936), - [anon_sym_restrict] = ACTIONS(1936), - [anon_sym__Atomic] = ACTIONS(1936), - [anon_sym_mutable] = ACTIONS(1936), - [anon_sym_constexpr] = ACTIONS(1936), - [anon_sym_signed] = ACTIONS(1936), - [anon_sym_unsigned] = ACTIONS(1936), - [anon_sym_long] = ACTIONS(1936), - [anon_sym_short] = ACTIONS(1936), - [sym_primitive_type] = ACTIONS(1936), - [anon_sym_enum] = ACTIONS(1936), - [anon_sym_class] = ACTIONS(1936), - [anon_sym_struct] = ACTIONS(1936), - [anon_sym_union] = ACTIONS(1936), - [anon_sym_if] = ACTIONS(1936), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1936), - [anon_sym_default] = ACTIONS(1936), - [anon_sym_while] = ACTIONS(1936), - [anon_sym_do] = ACTIONS(1936), - [anon_sym_for] = ACTIONS(1936), - [anon_sym_return] = ACTIONS(1936), - [anon_sym_break] = ACTIONS(1936), - [anon_sym_continue] = ACTIONS(1936), - [anon_sym_goto] = ACTIONS(1936), - [anon_sym_DASH_DASH] = ACTIONS(1938), - [anon_sym_PLUS_PLUS] = ACTIONS(1938), - [anon_sym_sizeof] = ACTIONS(1936), - [sym_number_literal] = ACTIONS(1938), - [anon_sym_L_SQUOTE] = ACTIONS(1938), - [anon_sym_u_SQUOTE] = ACTIONS(1938), - [anon_sym_U_SQUOTE] = ACTIONS(1938), - [anon_sym_u8_SQUOTE] = ACTIONS(1938), - [anon_sym_SQUOTE] = ACTIONS(1938), - [anon_sym_L_DQUOTE] = ACTIONS(1938), - [anon_sym_u_DQUOTE] = ACTIONS(1938), - [anon_sym_U_DQUOTE] = ACTIONS(1938), - [anon_sym_u8_DQUOTE] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym_true] = ACTIONS(1936), - [sym_false] = ACTIONS(1936), - [sym_null] = ACTIONS(1936), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1936), - [anon_sym_virtual] = ACTIONS(1936), - [anon_sym_explicit] = ACTIONS(1936), - [sym_auto] = ACTIONS(1936), - [anon_sym_typename] = ACTIONS(1936), - [anon_sym_template] = ACTIONS(1936), - [anon_sym_COLON_COLON] = ACTIONS(1938), - [anon_sym_operator] = ACTIONS(1936), - [anon_sym_delete] = ACTIONS(1936), - [anon_sym_throw] = ACTIONS(1936), - [anon_sym_namespace] = ACTIONS(1936), - [anon_sym_using] = ACTIONS(1936), - [anon_sym_static_assert] = ACTIONS(1936), - [anon_sym_try] = ACTIONS(1936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1938), - [anon_sym_new] = ACTIONS(1936), - [sym_operator_name] = ACTIONS(1936), - [sym_this] = ACTIONS(1936), - [sym_nullptr] = ACTIONS(1936), - [sym_alone_macro] = ACTIONS(1938), - [aux_sym_alone_macro_call_token1] = ACTIONS(1936), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1936), - [anon_sym_MOZ_COLD] = ACTIONS(1936), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1936), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1936), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1936), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1936), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1936), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1936), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1936), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1936), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1936), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1936), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1936), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1936), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_RAII] = ACTIONS(1936), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1936), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1936), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1936), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1936), - [sym_raw_string_literal] = ACTIONS(1938), + [ts_builtin_sym_end] = ACTIONS(1598), + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_include_token1] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_BANG] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym___cdecl] = ACTIONS(1596), + [anon_sym___clrcall] = ACTIONS(1596), + [anon_sym___stdcall] = ACTIONS(1596), + [anon_sym___fastcall] = ACTIONS(1596), + [anon_sym___thiscall] = ACTIONS(1596), + [anon_sym___vectorcall] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [anon_sym_if] = ACTIONS(1596), + [anon_sym_switch] = ACTIONS(1596), + [anon_sym_case] = ACTIONS(1596), + [anon_sym_default] = ACTIONS(1596), + [anon_sym_while] = ACTIONS(1596), + [anon_sym_do] = ACTIONS(1596), + [anon_sym_for] = ACTIONS(1596), + [anon_sym_return] = ACTIONS(1596), + [anon_sym_break] = ACTIONS(1596), + [anon_sym_continue] = ACTIONS(1596), + [anon_sym_goto] = ACTIONS(1596), + [anon_sym_DASH_DASH] = ACTIONS(1598), + [anon_sym_PLUS_PLUS] = ACTIONS(1598), + [anon_sym_sizeof] = ACTIONS(1596), + [sym_number_literal] = ACTIONS(1598), + [anon_sym_L_SQUOTE] = ACTIONS(1598), + [anon_sym_u_SQUOTE] = ACTIONS(1598), + [anon_sym_U_SQUOTE] = ACTIONS(1598), + [anon_sym_u8_SQUOTE] = ACTIONS(1598), + [anon_sym_SQUOTE] = ACTIONS(1598), + [anon_sym_L_DQUOTE] = ACTIONS(1598), + [anon_sym_u_DQUOTE] = ACTIONS(1598), + [anon_sym_U_DQUOTE] = ACTIONS(1598), + [anon_sym_u8_DQUOTE] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym_true] = ACTIONS(1596), + [sym_false] = ACTIONS(1596), + [sym_null] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_delete] = ACTIONS(1596), + [anon_sym_throw] = ACTIONS(1596), + [anon_sym_namespace] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_try] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [anon_sym_new] = ACTIONS(1596), + [sym_operator_name] = ACTIONS(1596), + [sym_this] = ACTIONS(1596), + [sym_nullptr] = ACTIONS(1596), + [sym_alone_macro] = ACTIONS(1598), + [aux_sym_alone_macro_call_token1] = ACTIONS(1596), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_FORWARD] = ACTIONS(1596), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1596), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_PS_GET] = ACTIONS(1596), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1596), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1596), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1596), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), + [sym_raw_string_literal] = ACTIONS(1598), }, [586] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_include_token1] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_BANG] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_SEMI] = ACTIONS(2078), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym___cdecl] = ACTIONS(2076), - [anon_sym___clrcall] = ACTIONS(2076), - [anon_sym___stdcall] = ACTIONS(2076), - [anon_sym___fastcall] = ACTIONS(2076), - [anon_sym___thiscall] = ACTIONS(2076), - [anon_sym___vectorcall] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2078), - [anon_sym_RBRACE] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_switch] = ACTIONS(2076), - [anon_sym_case] = ACTIONS(2076), - [anon_sym_default] = ACTIONS(2076), - [anon_sym_while] = ACTIONS(2076), - [anon_sym_do] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2078), - [anon_sym_PLUS_PLUS] = ACTIONS(2078), - [anon_sym_sizeof] = ACTIONS(2076), - [sym_number_literal] = ACTIONS(2078), - [anon_sym_L_SQUOTE] = ACTIONS(2078), - [anon_sym_u_SQUOTE] = ACTIONS(2078), - [anon_sym_U_SQUOTE] = ACTIONS(2078), - [anon_sym_u8_SQUOTE] = ACTIONS(2078), - [anon_sym_SQUOTE] = ACTIONS(2078), - [anon_sym_L_DQUOTE] = ACTIONS(2078), - [anon_sym_u_DQUOTE] = ACTIONS(2078), - [anon_sym_U_DQUOTE] = ACTIONS(2078), - [anon_sym_u8_DQUOTE] = ACTIONS(2078), - [anon_sym_DQUOTE] = ACTIONS(2078), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_null] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_delete] = ACTIONS(2076), - [anon_sym_throw] = ACTIONS(2076), - [anon_sym_namespace] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_try] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [anon_sym_new] = ACTIONS(2076), - [sym_operator_name] = ACTIONS(2076), - [sym_this] = ACTIONS(2076), - [sym_nullptr] = ACTIONS(2076), - [sym_alone_macro] = ACTIONS(2078), - [aux_sym_alone_macro_call_token1] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), - [sym_raw_string_literal] = ACTIONS(2078), + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_include_token1] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym___cdecl] = ACTIONS(1796), + [anon_sym___clrcall] = ACTIONS(1796), + [anon_sym___stdcall] = ACTIONS(1796), + [anon_sym___fastcall] = ACTIONS(1796), + [anon_sym___thiscall] = ACTIONS(1796), + [anon_sym___vectorcall] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_switch] = ACTIONS(1796), + [anon_sym_case] = ACTIONS(1796), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_do] = ACTIONS(1796), + [anon_sym_for] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_goto] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_sizeof] = ACTIONS(1796), + [sym_number_literal] = ACTIONS(1798), + [anon_sym_L_SQUOTE] = ACTIONS(1798), + [anon_sym_u_SQUOTE] = ACTIONS(1798), + [anon_sym_U_SQUOTE] = ACTIONS(1798), + [anon_sym_u8_SQUOTE] = ACTIONS(1798), + [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_L_DQUOTE] = ACTIONS(1798), + [anon_sym_u_DQUOTE] = ACTIONS(1798), + [anon_sym_U_DQUOTE] = ACTIONS(1798), + [anon_sym_u8_DQUOTE] = ACTIONS(1798), + [anon_sym_DQUOTE] = ACTIONS(1798), + [sym_true] = ACTIONS(1796), + [sym_false] = ACTIONS(1796), + [sym_null] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_delete] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_namespace] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [anon_sym_new] = ACTIONS(1796), + [sym_operator_name] = ACTIONS(1796), + [sym_this] = ACTIONS(1796), + [sym_nullptr] = ACTIONS(1796), + [sym_alone_macro] = ACTIONS(1798), + [aux_sym_alone_macro_call_token1] = ACTIONS(1796), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_FORWARD] = ACTIONS(1796), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1796), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_PS_GET] = ACTIONS(1796), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1796), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1796), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), + [sym_raw_string_literal] = ACTIONS(1798), }, [587] = { - [ts_builtin_sym_end] = ACTIONS(2126), - [sym_identifier] = ACTIONS(2124), - [aux_sym_preproc_include_token1] = ACTIONS(2124), - [aux_sym_preproc_def_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2124), - [sym_preproc_directive] = ACTIONS(2124), - [anon_sym_LPAREN2] = ACTIONS(2126), - [anon_sym_BANG] = ACTIONS(2126), - [anon_sym_TILDE] = ACTIONS(2126), - [anon_sym_DASH] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(2124), - [anon_sym_STAR] = ACTIONS(2126), - [anon_sym_AMP_AMP] = ACTIONS(2126), - [anon_sym_AMP] = ACTIONS(2124), - [anon_sym_SEMI] = ACTIONS(2126), - [anon_sym_typedef] = ACTIONS(2124), - [anon_sym_extern] = ACTIONS(2124), - [anon_sym___attribute__] = ACTIONS(2124), - [anon_sym___declspec] = ACTIONS(2124), - [anon_sym___based] = ACTIONS(2124), - [anon_sym___cdecl] = ACTIONS(2124), - [anon_sym___clrcall] = ACTIONS(2124), - [anon_sym___stdcall] = ACTIONS(2124), - [anon_sym___fastcall] = ACTIONS(2124), - [anon_sym___thiscall] = ACTIONS(2124), - [anon_sym___vectorcall] = ACTIONS(2124), - [anon_sym_LBRACE] = ACTIONS(2126), - [anon_sym_LBRACK] = ACTIONS(2124), - [anon_sym_static] = ACTIONS(2124), - [anon_sym_register] = ACTIONS(2124), - [anon_sym_inline] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_volatile] = ACTIONS(2124), - [anon_sym_restrict] = ACTIONS(2124), - [anon_sym__Atomic] = ACTIONS(2124), - [anon_sym_mutable] = ACTIONS(2124), - [anon_sym_constexpr] = ACTIONS(2124), - [anon_sym_signed] = ACTIONS(2124), - [anon_sym_unsigned] = ACTIONS(2124), - [anon_sym_long] = ACTIONS(2124), - [anon_sym_short] = ACTIONS(2124), - [sym_primitive_type] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_class] = ACTIONS(2124), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_switch] = ACTIONS(2124), - [anon_sym_case] = ACTIONS(2124), - [anon_sym_default] = ACTIONS(2124), - [anon_sym_while] = ACTIONS(2124), - [anon_sym_do] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_DASH_DASH] = ACTIONS(2126), - [anon_sym_PLUS_PLUS] = ACTIONS(2126), - [anon_sym_sizeof] = ACTIONS(2124), - [sym_number_literal] = ACTIONS(2126), - [anon_sym_L_SQUOTE] = ACTIONS(2126), - [anon_sym_u_SQUOTE] = ACTIONS(2126), - [anon_sym_U_SQUOTE] = ACTIONS(2126), - [anon_sym_u8_SQUOTE] = ACTIONS(2126), - [anon_sym_SQUOTE] = ACTIONS(2126), - [anon_sym_L_DQUOTE] = ACTIONS(2126), - [anon_sym_u_DQUOTE] = ACTIONS(2126), - [anon_sym_U_DQUOTE] = ACTIONS(2126), - [anon_sym_u8_DQUOTE] = ACTIONS(2126), - [anon_sym_DQUOTE] = ACTIONS(2126), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_null] = ACTIONS(2124), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2124), - [anon_sym_virtual] = ACTIONS(2124), - [anon_sym_explicit] = ACTIONS(2124), - [sym_auto] = ACTIONS(2124), - [anon_sym_typename] = ACTIONS(2124), - [anon_sym_template] = ACTIONS(2124), - [anon_sym_COLON_COLON] = ACTIONS(2126), - [anon_sym_operator] = ACTIONS(2124), - [anon_sym_delete] = ACTIONS(2124), - [anon_sym_throw] = ACTIONS(2124), - [anon_sym_namespace] = ACTIONS(2124), - [anon_sym_using] = ACTIONS(2124), - [anon_sym_static_assert] = ACTIONS(2124), - [anon_sym_try] = ACTIONS(2124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2126), - [anon_sym_new] = ACTIONS(2124), - [sym_operator_name] = ACTIONS(2124), - [sym_this] = ACTIONS(2124), - [sym_nullptr] = ACTIONS(2124), - [sym_alone_macro] = ACTIONS(2126), - [aux_sym_alone_macro_call_token1] = ACTIONS(2124), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2124), - [anon_sym_MOZ_COLD] = ACTIONS(2124), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2124), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2124), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2124), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2124), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2124), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2124), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2124), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2124), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2124), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2124), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2124), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2124), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_RAII] = ACTIONS(2124), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2124), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2124), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2124), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2124), - [sym_raw_string_literal] = ACTIONS(2126), + [sym_identifier] = ACTIONS(1748), + [aux_sym_preproc_include_token1] = ACTIONS(1748), + [aux_sym_preproc_def_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token1] = ACTIONS(1748), + [aux_sym_preproc_if_token2] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1748), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1748), + [sym_preproc_directive] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(1750), + [anon_sym_BANG] = ACTIONS(1750), + [anon_sym_TILDE] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1748), + [anon_sym_PLUS] = ACTIONS(1748), + [anon_sym_STAR] = ACTIONS(1750), + [anon_sym_AMP_AMP] = ACTIONS(1750), + [anon_sym_AMP] = ACTIONS(1748), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_typedef] = ACTIONS(1748), + [anon_sym_extern] = ACTIONS(1748), + [anon_sym___attribute__] = ACTIONS(1748), + [anon_sym___declspec] = ACTIONS(1748), + [anon_sym___based] = ACTIONS(1748), + [anon_sym___cdecl] = ACTIONS(1748), + [anon_sym___clrcall] = ACTIONS(1748), + [anon_sym___stdcall] = ACTIONS(1748), + [anon_sym___fastcall] = ACTIONS(1748), + [anon_sym___thiscall] = ACTIONS(1748), + [anon_sym___vectorcall] = ACTIONS(1748), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1748), + [anon_sym_static] = ACTIONS(1748), + [anon_sym_register] = ACTIONS(1748), + [anon_sym_inline] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1748), + [anon_sym_volatile] = ACTIONS(1748), + [anon_sym_restrict] = ACTIONS(1748), + [anon_sym__Atomic] = ACTIONS(1748), + [anon_sym_mutable] = ACTIONS(1748), + [anon_sym_constexpr] = ACTIONS(1748), + [anon_sym_signed] = ACTIONS(1748), + [anon_sym_unsigned] = ACTIONS(1748), + [anon_sym_long] = ACTIONS(1748), + [anon_sym_short] = ACTIONS(1748), + [sym_primitive_type] = ACTIONS(1748), + [anon_sym_enum] = ACTIONS(1748), + [anon_sym_class] = ACTIONS(1748), + [anon_sym_struct] = ACTIONS(1748), + [anon_sym_union] = ACTIONS(1748), + [anon_sym_if] = ACTIONS(1748), + [anon_sym_switch] = ACTIONS(1748), + [anon_sym_case] = ACTIONS(1748), + [anon_sym_default] = ACTIONS(1748), + [anon_sym_while] = ACTIONS(1748), + [anon_sym_do] = ACTIONS(1748), + [anon_sym_for] = ACTIONS(1748), + [anon_sym_return] = ACTIONS(1748), + [anon_sym_break] = ACTIONS(1748), + [anon_sym_continue] = ACTIONS(1748), + [anon_sym_goto] = ACTIONS(1748), + [anon_sym_DASH_DASH] = ACTIONS(1750), + [anon_sym_PLUS_PLUS] = ACTIONS(1750), + [anon_sym_sizeof] = ACTIONS(1748), + [sym_number_literal] = ACTIONS(1750), + [anon_sym_L_SQUOTE] = ACTIONS(1750), + [anon_sym_u_SQUOTE] = ACTIONS(1750), + [anon_sym_U_SQUOTE] = ACTIONS(1750), + [anon_sym_u8_SQUOTE] = ACTIONS(1750), + [anon_sym_SQUOTE] = ACTIONS(1750), + [anon_sym_L_DQUOTE] = ACTIONS(1750), + [anon_sym_u_DQUOTE] = ACTIONS(1750), + [anon_sym_U_DQUOTE] = ACTIONS(1750), + [anon_sym_u8_DQUOTE] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym_true] = ACTIONS(1748), + [sym_false] = ACTIONS(1748), + [sym_null] = ACTIONS(1748), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1748), + [anon_sym_virtual] = ACTIONS(1748), + [anon_sym_explicit] = ACTIONS(1748), + [sym_auto] = ACTIONS(1748), + [anon_sym_typename] = ACTIONS(1748), + [anon_sym_template] = ACTIONS(1748), + [anon_sym_COLON_COLON] = ACTIONS(1750), + [anon_sym_operator] = ACTIONS(1748), + [anon_sym_delete] = ACTIONS(1748), + [anon_sym_throw] = ACTIONS(1748), + [anon_sym_namespace] = ACTIONS(1748), + [anon_sym_using] = ACTIONS(1748), + [anon_sym_static_assert] = ACTIONS(1748), + [anon_sym_try] = ACTIONS(1748), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1750), + [anon_sym_new] = ACTIONS(1748), + [sym_operator_name] = ACTIONS(1748), + [sym_this] = ACTIONS(1748), + [sym_nullptr] = ACTIONS(1748), + [sym_alone_macro] = ACTIONS(1750), + [aux_sym_alone_macro_call_token1] = ACTIONS(1748), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_FORWARD] = ACTIONS(1748), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1748), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_PS_GET] = ACTIONS(1748), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1748), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1748), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1748), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1748), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1748), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1748), + [anon_sym_MOZ_COLD] = ACTIONS(1748), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1748), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1748), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1748), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1748), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1748), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1748), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1748), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1748), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1748), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1748), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1748), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1748), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL] = ACTIONS(1748), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1748), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1748), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN] = ACTIONS(1748), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1748), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1748), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1748), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1748), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1748), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1748), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1748), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1748), + [anon_sym_MOZ_RAII] = ACTIONS(1748), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1748), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1748), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1748), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1748), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1748), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1748), + [sym_raw_string_literal] = ACTIONS(1750), }, [588] = { - [ts_builtin_sym_end] = ACTIONS(2030), - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_include_token1] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_BANG] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2028), - [anon_sym_PLUS] = ACTIONS(2028), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym___cdecl] = ACTIONS(2028), - [anon_sym___clrcall] = ACTIONS(2028), - [anon_sym___stdcall] = ACTIONS(2028), - [anon_sym___fastcall] = ACTIONS(2028), - [anon_sym___thiscall] = ACTIONS(2028), - [anon_sym___vectorcall] = ACTIONS(2028), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [anon_sym_if] = ACTIONS(2028), - [anon_sym_switch] = ACTIONS(2028), - [anon_sym_case] = ACTIONS(2028), - [anon_sym_default] = ACTIONS(2028), - [anon_sym_while] = ACTIONS(2028), - [anon_sym_do] = ACTIONS(2028), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(2028), - [anon_sym_break] = ACTIONS(2028), - [anon_sym_continue] = ACTIONS(2028), - [anon_sym_goto] = ACTIONS(2028), - [anon_sym_DASH_DASH] = ACTIONS(2030), - [anon_sym_PLUS_PLUS] = ACTIONS(2030), - [anon_sym_sizeof] = ACTIONS(2028), - [sym_number_literal] = ACTIONS(2030), - [anon_sym_L_SQUOTE] = ACTIONS(2030), - [anon_sym_u_SQUOTE] = ACTIONS(2030), - [anon_sym_U_SQUOTE] = ACTIONS(2030), - [anon_sym_u8_SQUOTE] = ACTIONS(2030), - [anon_sym_SQUOTE] = ACTIONS(2030), - [anon_sym_L_DQUOTE] = ACTIONS(2030), - [anon_sym_u_DQUOTE] = ACTIONS(2030), - [anon_sym_U_DQUOTE] = ACTIONS(2030), - [anon_sym_u8_DQUOTE] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym_true] = ACTIONS(2028), - [sym_false] = ACTIONS(2028), - [sym_null] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_throw] = ACTIONS(2028), - [anon_sym_namespace] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_try] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [anon_sym_new] = ACTIONS(2028), - [sym_operator_name] = ACTIONS(2028), - [sym_this] = ACTIONS(2028), - [sym_nullptr] = ACTIONS(2028), - [sym_alone_macro] = ACTIONS(2030), - [aux_sym_alone_macro_call_token1] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), - [sym_raw_string_literal] = ACTIONS(2030), + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_include_token1] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_BANG] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_DASH] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1792), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym___cdecl] = ACTIONS(1792), + [anon_sym___clrcall] = ACTIONS(1792), + [anon_sym___stdcall] = ACTIONS(1792), + [anon_sym___fastcall] = ACTIONS(1792), + [anon_sym___thiscall] = ACTIONS(1792), + [anon_sym___vectorcall] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [anon_sym_if] = ACTIONS(1792), + [anon_sym_switch] = ACTIONS(1792), + [anon_sym_case] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1792), + [anon_sym_while] = ACTIONS(1792), + [anon_sym_do] = ACTIONS(1792), + [anon_sym_for] = ACTIONS(1792), + [anon_sym_return] = ACTIONS(1792), + [anon_sym_break] = ACTIONS(1792), + [anon_sym_continue] = ACTIONS(1792), + [anon_sym_goto] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_PLUS_PLUS] = ACTIONS(1794), + [anon_sym_sizeof] = ACTIONS(1792), + [sym_number_literal] = ACTIONS(1794), + [anon_sym_L_SQUOTE] = ACTIONS(1794), + [anon_sym_u_SQUOTE] = ACTIONS(1794), + [anon_sym_U_SQUOTE] = ACTIONS(1794), + [anon_sym_u8_SQUOTE] = ACTIONS(1794), + [anon_sym_SQUOTE] = ACTIONS(1794), + [anon_sym_L_DQUOTE] = ACTIONS(1794), + [anon_sym_u_DQUOTE] = ACTIONS(1794), + [anon_sym_U_DQUOTE] = ACTIONS(1794), + [anon_sym_u8_DQUOTE] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym_true] = ACTIONS(1792), + [sym_false] = ACTIONS(1792), + [sym_null] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_delete] = ACTIONS(1792), + [anon_sym_throw] = ACTIONS(1792), + [anon_sym_namespace] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_try] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [anon_sym_new] = ACTIONS(1792), + [sym_operator_name] = ACTIONS(1792), + [sym_this] = ACTIONS(1792), + [sym_nullptr] = ACTIONS(1792), + [sym_alone_macro] = ACTIONS(1794), + [aux_sym_alone_macro_call_token1] = ACTIONS(1792), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_FORWARD] = ACTIONS(1792), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1792), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_PS_GET] = ACTIONS(1792), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1792), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1792), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), + [sym_raw_string_literal] = ACTIONS(1794), }, [589] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_include_token1] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token2] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_BANG] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1984), - [anon_sym_PLUS] = ACTIONS(1984), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym___cdecl] = ACTIONS(1984), - [anon_sym___clrcall] = ACTIONS(1984), - [anon_sym___stdcall] = ACTIONS(1984), - [anon_sym___fastcall] = ACTIONS(1984), - [anon_sym___thiscall] = ACTIONS(1984), - [anon_sym___vectorcall] = ACTIONS(1984), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(1984), - [anon_sym_switch] = ACTIONS(1984), - [anon_sym_case] = ACTIONS(1984), - [anon_sym_default] = ACTIONS(1984), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(1984), - [anon_sym_for] = ACTIONS(1984), - [anon_sym_return] = ACTIONS(1984), - [anon_sym_break] = ACTIONS(1984), - [anon_sym_continue] = ACTIONS(1984), - [anon_sym_goto] = ACTIONS(1984), - [anon_sym_DASH_DASH] = ACTIONS(1986), - [anon_sym_PLUS_PLUS] = ACTIONS(1986), - [anon_sym_sizeof] = ACTIONS(1984), - [sym_number_literal] = ACTIONS(1986), - [anon_sym_L_SQUOTE] = ACTIONS(1986), - [anon_sym_u_SQUOTE] = ACTIONS(1986), - [anon_sym_U_SQUOTE] = ACTIONS(1986), - [anon_sym_u8_SQUOTE] = ACTIONS(1986), - [anon_sym_SQUOTE] = ACTIONS(1986), - [anon_sym_L_DQUOTE] = ACTIONS(1986), - [anon_sym_u_DQUOTE] = ACTIONS(1986), - [anon_sym_U_DQUOTE] = ACTIONS(1986), - [anon_sym_u8_DQUOTE] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym_true] = ACTIONS(1984), - [sym_false] = ACTIONS(1984), - [sym_null] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_delete] = ACTIONS(1984), - [anon_sym_throw] = ACTIONS(1984), - [anon_sym_namespace] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_try] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [anon_sym_new] = ACTIONS(1984), - [sym_operator_name] = ACTIONS(1984), - [sym_this] = ACTIONS(1984), - [sym_nullptr] = ACTIONS(1984), - [sym_alone_macro] = ACTIONS(1986), - [aux_sym_alone_macro_call_token1] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - [sym_raw_string_literal] = ACTIONS(1986), + [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___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_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_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_COLON_COLON] = ACTIONS(1682), + [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_try] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [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), + [sym_raw_string_literal] = ACTIONS(1682), }, [590] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_BANG] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1974), - [anon_sym_PLUS_PLUS] = ACTIONS(1974), - [anon_sym_sizeof] = ACTIONS(1972), - [sym_number_literal] = ACTIONS(1974), - [anon_sym_L_SQUOTE] = ACTIONS(1974), - [anon_sym_u_SQUOTE] = ACTIONS(1974), - [anon_sym_U_SQUOTE] = ACTIONS(1974), - [anon_sym_u8_SQUOTE] = ACTIONS(1974), - [anon_sym_SQUOTE] = ACTIONS(1974), - [anon_sym_L_DQUOTE] = ACTIONS(1974), - [anon_sym_u_DQUOTE] = ACTIONS(1974), - [anon_sym_U_DQUOTE] = ACTIONS(1974), - [anon_sym_u8_DQUOTE] = ACTIONS(1974), - [anon_sym_DQUOTE] = ACTIONS(1974), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [sym_null] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [anon_sym_new] = ACTIONS(1972), - [sym_operator_name] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - [sym_nullptr] = ACTIONS(1972), - [sym_alone_macro] = ACTIONS(1974), - [aux_sym_alone_macro_call_token1] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - [sym_raw_string_literal] = ACTIONS(1974), + [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___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_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_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_COLON_COLON] = ACTIONS(1618), + [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_try] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [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), + [sym_raw_string_literal] = ACTIONS(1618), }, [591] = { - [ts_builtin_sym_end] = ACTIONS(2070), - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_include_token1] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_BANG] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2068), - [anon_sym_PLUS] = ACTIONS(2068), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_SEMI] = ACTIONS(2070), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym___cdecl] = ACTIONS(2068), - [anon_sym___clrcall] = ACTIONS(2068), - [anon_sym___stdcall] = ACTIONS(2068), - [anon_sym___fastcall] = ACTIONS(2068), - [anon_sym___thiscall] = ACTIONS(2068), - [anon_sym___vectorcall] = ACTIONS(2068), - [anon_sym_LBRACE] = ACTIONS(2070), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_switch] = ACTIONS(2068), - [anon_sym_case] = ACTIONS(2068), - [anon_sym_default] = ACTIONS(2068), - [anon_sym_while] = ACTIONS(2068), - [anon_sym_do] = ACTIONS(2068), - [anon_sym_for] = ACTIONS(2068), - [anon_sym_return] = ACTIONS(2068), - [anon_sym_break] = ACTIONS(2068), - [anon_sym_continue] = ACTIONS(2068), - [anon_sym_goto] = ACTIONS(2068), - [anon_sym_DASH_DASH] = ACTIONS(2070), - [anon_sym_PLUS_PLUS] = ACTIONS(2070), - [anon_sym_sizeof] = ACTIONS(2068), - [sym_number_literal] = ACTIONS(2070), - [anon_sym_L_SQUOTE] = ACTIONS(2070), - [anon_sym_u_SQUOTE] = ACTIONS(2070), - [anon_sym_U_SQUOTE] = ACTIONS(2070), - [anon_sym_u8_SQUOTE] = ACTIONS(2070), - [anon_sym_SQUOTE] = ACTIONS(2070), - [anon_sym_L_DQUOTE] = ACTIONS(2070), - [anon_sym_u_DQUOTE] = ACTIONS(2070), - [anon_sym_U_DQUOTE] = ACTIONS(2070), - [anon_sym_u8_DQUOTE] = ACTIONS(2070), - [anon_sym_DQUOTE] = ACTIONS(2070), - [sym_true] = ACTIONS(2068), - [sym_false] = ACTIONS(2068), - [sym_null] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_delete] = ACTIONS(2068), - [anon_sym_throw] = ACTIONS(2068), - [anon_sym_namespace] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_try] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_new] = ACTIONS(2068), - [sym_operator_name] = ACTIONS(2068), - [sym_this] = ACTIONS(2068), - [sym_nullptr] = ACTIONS(2068), - [sym_alone_macro] = ACTIONS(2070), - [aux_sym_alone_macro_call_token1] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), - [sym_raw_string_literal] = ACTIONS(2070), + [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___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_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_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_COLON_COLON] = ACTIONS(1634), + [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_try] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [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), + [sym_raw_string_literal] = ACTIONS(1634), }, [592] = { - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_include_token1] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_BANG] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_DASH] = ACTIONS(2072), - [anon_sym_PLUS] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_SEMI] = ACTIONS(2074), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym___cdecl] = ACTIONS(2072), - [anon_sym___clrcall] = ACTIONS(2072), - [anon_sym___stdcall] = ACTIONS(2072), - [anon_sym___fastcall] = ACTIONS(2072), - [anon_sym___thiscall] = ACTIONS(2072), - [anon_sym___vectorcall] = ACTIONS(2072), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2072), - [anon_sym_switch] = ACTIONS(2072), - [anon_sym_case] = ACTIONS(2072), - [anon_sym_default] = ACTIONS(2072), - [anon_sym_while] = ACTIONS(2072), - [anon_sym_do] = ACTIONS(2072), - [anon_sym_for] = ACTIONS(2072), - [anon_sym_return] = ACTIONS(2072), - [anon_sym_break] = ACTIONS(2072), - [anon_sym_continue] = ACTIONS(2072), - [anon_sym_goto] = ACTIONS(2072), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_sizeof] = ACTIONS(2072), - [sym_number_literal] = ACTIONS(2074), - [anon_sym_L_SQUOTE] = ACTIONS(2074), - [anon_sym_u_SQUOTE] = ACTIONS(2074), - [anon_sym_U_SQUOTE] = ACTIONS(2074), - [anon_sym_u8_SQUOTE] = ACTIONS(2074), - [anon_sym_SQUOTE] = ACTIONS(2074), - [anon_sym_L_DQUOTE] = ACTIONS(2074), - [anon_sym_u_DQUOTE] = ACTIONS(2074), - [anon_sym_U_DQUOTE] = ACTIONS(2074), - [anon_sym_u8_DQUOTE] = ACTIONS(2074), - [anon_sym_DQUOTE] = ACTIONS(2074), - [sym_true] = ACTIONS(2072), - [sym_false] = ACTIONS(2072), - [sym_null] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_delete] = ACTIONS(2072), - [anon_sym_throw] = ACTIONS(2072), - [anon_sym_namespace] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_try] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [anon_sym_new] = ACTIONS(2072), - [sym_operator_name] = ACTIONS(2072), - [sym_this] = ACTIONS(2072), - [sym_nullptr] = ACTIONS(2072), - [sym_alone_macro] = ACTIONS(2074), - [aux_sym_alone_macro_call_token1] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), - [sym_raw_string_literal] = ACTIONS(2074), + [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___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_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_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_COLON_COLON] = ACTIONS(1638), + [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_try] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [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), + [sym_raw_string_literal] = ACTIONS(1638), }, [593] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_include_token1] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token2] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_PLUS] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym___cdecl] = ACTIONS(1964), - [anon_sym___clrcall] = ACTIONS(1964), - [anon_sym___stdcall] = ACTIONS(1964), - [anon_sym___fastcall] = ACTIONS(1964), - [anon_sym___thiscall] = ACTIONS(1964), - [anon_sym___vectorcall] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_switch] = ACTIONS(1964), - [anon_sym_case] = ACTIONS(1964), - [anon_sym_default] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_goto] = ACTIONS(1964), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1964), - [sym_number_literal] = ACTIONS(1966), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1964), - [sym_false] = ACTIONS(1964), - [sym_null] = ACTIONS(1964), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_delete] = ACTIONS(1964), - [anon_sym_throw] = ACTIONS(1964), - [anon_sym_namespace] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym_new] = ACTIONS(1964), - [sym_operator_name] = ACTIONS(1964), - [sym_this] = ACTIONS(1964), - [sym_nullptr] = ACTIONS(1964), - [sym_alone_macro] = ACTIONS(1966), - [aux_sym_alone_macro_call_token1] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - [sym_raw_string_literal] = ACTIONS(1966), + [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___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_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_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_COLON_COLON] = ACTIONS(1662), + [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_try] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), + [sym_raw_string_literal] = ACTIONS(1662), }, [594] = { - [sym_identifier] = ACTIONS(2100), - [aux_sym_preproc_include_token1] = ACTIONS(2100), - [aux_sym_preproc_def_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2100), - [sym_preproc_directive] = ACTIONS(2100), - [anon_sym_LPAREN2] = ACTIONS(2102), - [anon_sym_BANG] = ACTIONS(2102), - [anon_sym_TILDE] = ACTIONS(2102), - [anon_sym_DASH] = ACTIONS(2100), - [anon_sym_PLUS] = ACTIONS(2100), - [anon_sym_STAR] = ACTIONS(2102), - [anon_sym_AMP_AMP] = ACTIONS(2102), - [anon_sym_AMP] = ACTIONS(2100), - [anon_sym_SEMI] = ACTIONS(2102), - [anon_sym_typedef] = ACTIONS(2100), - [anon_sym_extern] = ACTIONS(2100), - [anon_sym___attribute__] = ACTIONS(2100), - [anon_sym___declspec] = ACTIONS(2100), - [anon_sym___based] = ACTIONS(2100), - [anon_sym___cdecl] = ACTIONS(2100), - [anon_sym___clrcall] = ACTIONS(2100), - [anon_sym___stdcall] = ACTIONS(2100), - [anon_sym___fastcall] = ACTIONS(2100), - [anon_sym___thiscall] = ACTIONS(2100), - [anon_sym___vectorcall] = ACTIONS(2100), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_RBRACE] = ACTIONS(2102), - [anon_sym_LBRACK] = ACTIONS(2100), - [anon_sym_static] = ACTIONS(2100), - [anon_sym_register] = ACTIONS(2100), - [anon_sym_inline] = ACTIONS(2100), - [anon_sym_const] = ACTIONS(2100), - [anon_sym_volatile] = ACTIONS(2100), - [anon_sym_restrict] = ACTIONS(2100), - [anon_sym__Atomic] = ACTIONS(2100), - [anon_sym_mutable] = ACTIONS(2100), - [anon_sym_constexpr] = ACTIONS(2100), - [anon_sym_signed] = ACTIONS(2100), - [anon_sym_unsigned] = ACTIONS(2100), - [anon_sym_long] = ACTIONS(2100), - [anon_sym_short] = ACTIONS(2100), - [sym_primitive_type] = ACTIONS(2100), - [anon_sym_enum] = ACTIONS(2100), - [anon_sym_class] = ACTIONS(2100), - [anon_sym_struct] = ACTIONS(2100), - [anon_sym_union] = ACTIONS(2100), - [anon_sym_if] = ACTIONS(2100), - [anon_sym_switch] = ACTIONS(2100), - [anon_sym_case] = ACTIONS(2100), - [anon_sym_default] = ACTIONS(2100), - [anon_sym_while] = ACTIONS(2100), - [anon_sym_do] = ACTIONS(2100), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2100), - [anon_sym_break] = ACTIONS(2100), - [anon_sym_continue] = ACTIONS(2100), - [anon_sym_goto] = ACTIONS(2100), - [anon_sym_DASH_DASH] = ACTIONS(2102), - [anon_sym_PLUS_PLUS] = ACTIONS(2102), - [anon_sym_sizeof] = ACTIONS(2100), - [sym_number_literal] = ACTIONS(2102), - [anon_sym_L_SQUOTE] = ACTIONS(2102), - [anon_sym_u_SQUOTE] = ACTIONS(2102), - [anon_sym_U_SQUOTE] = ACTIONS(2102), - [anon_sym_u8_SQUOTE] = ACTIONS(2102), - [anon_sym_SQUOTE] = ACTIONS(2102), - [anon_sym_L_DQUOTE] = ACTIONS(2102), - [anon_sym_u_DQUOTE] = ACTIONS(2102), - [anon_sym_U_DQUOTE] = ACTIONS(2102), - [anon_sym_u8_DQUOTE] = ACTIONS(2102), - [anon_sym_DQUOTE] = ACTIONS(2102), - [sym_true] = ACTIONS(2100), - [sym_false] = ACTIONS(2100), - [sym_null] = ACTIONS(2100), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2100), - [anon_sym_virtual] = ACTIONS(2100), - [anon_sym_explicit] = ACTIONS(2100), - [sym_auto] = ACTIONS(2100), - [anon_sym_typename] = ACTIONS(2100), - [anon_sym_template] = ACTIONS(2100), - [anon_sym_COLON_COLON] = ACTIONS(2102), - [anon_sym_operator] = ACTIONS(2100), - [anon_sym_delete] = ACTIONS(2100), - [anon_sym_throw] = ACTIONS(2100), - [anon_sym_namespace] = ACTIONS(2100), - [anon_sym_using] = ACTIONS(2100), - [anon_sym_static_assert] = ACTIONS(2100), - [anon_sym_try] = ACTIONS(2100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2102), - [anon_sym_new] = ACTIONS(2100), - [sym_operator_name] = ACTIONS(2100), - [sym_this] = ACTIONS(2100), - [sym_nullptr] = ACTIONS(2100), - [sym_alone_macro] = ACTIONS(2102), - [aux_sym_alone_macro_call_token1] = ACTIONS(2100), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2100), - [anon_sym_MOZ_COLD] = ACTIONS(2100), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2100), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2100), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2100), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2100), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2100), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2100), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2100), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2100), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2100), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2100), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2100), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2100), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_RAII] = ACTIONS(2100), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2100), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2100), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2100), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2100), - [sym_raw_string_literal] = ACTIONS(2102), + [sym_identifier] = ACTIONS(1740), + [aux_sym_preproc_include_token1] = ACTIONS(1740), + [aux_sym_preproc_def_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1740), + [sym_preproc_directive] = ACTIONS(1740), + [anon_sym_LPAREN2] = ACTIONS(1742), + [anon_sym_BANG] = ACTIONS(1742), + [anon_sym_TILDE] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1742), + [anon_sym_AMP_AMP] = ACTIONS(1742), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_typedef] = ACTIONS(1740), + [anon_sym_extern] = ACTIONS(1740), + [anon_sym___attribute__] = ACTIONS(1740), + [anon_sym___declspec] = ACTIONS(1740), + [anon_sym___based] = ACTIONS(1740), + [anon_sym___cdecl] = ACTIONS(1740), + [anon_sym___clrcall] = ACTIONS(1740), + [anon_sym___stdcall] = ACTIONS(1740), + [anon_sym___fastcall] = ACTIONS(1740), + [anon_sym___thiscall] = ACTIONS(1740), + [anon_sym___vectorcall] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_RBRACE] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_register] = ACTIONS(1740), + [anon_sym_inline] = ACTIONS(1740), + [anon_sym_const] = ACTIONS(1740), + [anon_sym_volatile] = ACTIONS(1740), + [anon_sym_restrict] = ACTIONS(1740), + [anon_sym__Atomic] = ACTIONS(1740), + [anon_sym_mutable] = ACTIONS(1740), + [anon_sym_constexpr] = ACTIONS(1740), + [anon_sym_signed] = ACTIONS(1740), + [anon_sym_unsigned] = ACTIONS(1740), + [anon_sym_long] = ACTIONS(1740), + [anon_sym_short] = ACTIONS(1740), + [sym_primitive_type] = ACTIONS(1740), + [anon_sym_enum] = ACTIONS(1740), + [anon_sym_class] = ACTIONS(1740), + [anon_sym_struct] = ACTIONS(1740), + [anon_sym_union] = ACTIONS(1740), + [anon_sym_if] = ACTIONS(1740), + [anon_sym_switch] = ACTIONS(1740), + [anon_sym_case] = ACTIONS(1740), + [anon_sym_default] = ACTIONS(1740), + [anon_sym_while] = ACTIONS(1740), + [anon_sym_do] = ACTIONS(1740), + [anon_sym_for] = ACTIONS(1740), + [anon_sym_return] = ACTIONS(1740), + [anon_sym_break] = ACTIONS(1740), + [anon_sym_continue] = ACTIONS(1740), + [anon_sym_goto] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1742), + [anon_sym_sizeof] = ACTIONS(1740), + [sym_number_literal] = ACTIONS(1742), + [anon_sym_L_SQUOTE] = ACTIONS(1742), + [anon_sym_u_SQUOTE] = ACTIONS(1742), + [anon_sym_U_SQUOTE] = ACTIONS(1742), + [anon_sym_u8_SQUOTE] = ACTIONS(1742), + [anon_sym_SQUOTE] = ACTIONS(1742), + [anon_sym_L_DQUOTE] = ACTIONS(1742), + [anon_sym_u_DQUOTE] = ACTIONS(1742), + [anon_sym_U_DQUOTE] = ACTIONS(1742), + [anon_sym_u8_DQUOTE] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym_true] = ACTIONS(1740), + [sym_false] = ACTIONS(1740), + [sym_null] = ACTIONS(1740), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1740), + [anon_sym_virtual] = ACTIONS(1740), + [anon_sym_explicit] = ACTIONS(1740), + [sym_auto] = ACTIONS(1740), + [anon_sym_typename] = ACTIONS(1740), + [anon_sym_template] = ACTIONS(1740), + [anon_sym_COLON_COLON] = ACTIONS(1742), + [anon_sym_operator] = ACTIONS(1740), + [anon_sym_delete] = ACTIONS(1740), + [anon_sym_throw] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1740), + [anon_sym_using] = ACTIONS(1740), + [anon_sym_static_assert] = ACTIONS(1740), + [anon_sym_try] = ACTIONS(1740), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1742), + [anon_sym_new] = ACTIONS(1740), + [sym_operator_name] = ACTIONS(1740), + [sym_this] = ACTIONS(1740), + [sym_nullptr] = ACTIONS(1740), + [sym_alone_macro] = ACTIONS(1742), + [aux_sym_alone_macro_call_token1] = ACTIONS(1740), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_FORWARD] = ACTIONS(1740), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1740), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_PS_GET] = ACTIONS(1740), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1740), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1740), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1740), + [anon_sym_MOZ_COLD] = ACTIONS(1740), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1740), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1740), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1740), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1740), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1740), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1740), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1740), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1740), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1740), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1740), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1740), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1740), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_RAII] = ACTIONS(1740), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1740), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1740), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1740), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1740), + [sym_raw_string_literal] = ACTIONS(1742), }, [595] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_include_token1] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token2] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_BANG] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_PLUS] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1962), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym___cdecl] = ACTIONS(1960), - [anon_sym___clrcall] = ACTIONS(1960), - [anon_sym___stdcall] = ACTIONS(1960), - [anon_sym___fastcall] = ACTIONS(1960), - [anon_sym___thiscall] = ACTIONS(1960), - [anon_sym___vectorcall] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_switch] = ACTIONS(1960), - [anon_sym_case] = ACTIONS(1960), - [anon_sym_default] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_goto] = ACTIONS(1960), - [anon_sym_DASH_DASH] = ACTIONS(1962), - [anon_sym_PLUS_PLUS] = ACTIONS(1962), - [anon_sym_sizeof] = ACTIONS(1960), - [sym_number_literal] = ACTIONS(1962), - [anon_sym_L_SQUOTE] = ACTIONS(1962), - [anon_sym_u_SQUOTE] = ACTIONS(1962), - [anon_sym_U_SQUOTE] = ACTIONS(1962), - [anon_sym_u8_SQUOTE] = ACTIONS(1962), - [anon_sym_SQUOTE] = ACTIONS(1962), - [anon_sym_L_DQUOTE] = ACTIONS(1962), - [anon_sym_u_DQUOTE] = ACTIONS(1962), - [anon_sym_U_DQUOTE] = ACTIONS(1962), - [anon_sym_u8_DQUOTE] = ACTIONS(1962), - [anon_sym_DQUOTE] = ACTIONS(1962), - [sym_true] = ACTIONS(1960), - [sym_false] = ACTIONS(1960), - [sym_null] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_delete] = ACTIONS(1960), - [anon_sym_throw] = ACTIONS(1960), - [anon_sym_namespace] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [anon_sym_new] = ACTIONS(1960), - [sym_operator_name] = ACTIONS(1960), - [sym_this] = ACTIONS(1960), - [sym_nullptr] = ACTIONS(1960), - [sym_alone_macro] = ACTIONS(1962), - [aux_sym_alone_macro_call_token1] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), - [sym_raw_string_literal] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_include_token1] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_BANG] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1720), + [anon_sym_PLUS] = ACTIONS(1720), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym___cdecl] = ACTIONS(1720), + [anon_sym___clrcall] = ACTIONS(1720), + [anon_sym___stdcall] = ACTIONS(1720), + [anon_sym___fastcall] = ACTIONS(1720), + [anon_sym___thiscall] = ACTIONS(1720), + [anon_sym___vectorcall] = ACTIONS(1720), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_RBRACE] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), + [anon_sym_if] = ACTIONS(1720), + [anon_sym_switch] = ACTIONS(1720), + [anon_sym_case] = ACTIONS(1720), + [anon_sym_default] = ACTIONS(1720), + [anon_sym_while] = ACTIONS(1720), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1720), + [anon_sym_continue] = ACTIONS(1720), + [anon_sym_goto] = ACTIONS(1720), + [anon_sym_DASH_DASH] = ACTIONS(1722), + [anon_sym_PLUS_PLUS] = ACTIONS(1722), + [anon_sym_sizeof] = ACTIONS(1720), + [sym_number_literal] = ACTIONS(1722), + [anon_sym_L_SQUOTE] = ACTIONS(1722), + [anon_sym_u_SQUOTE] = ACTIONS(1722), + [anon_sym_U_SQUOTE] = ACTIONS(1722), + [anon_sym_u8_SQUOTE] = ACTIONS(1722), + [anon_sym_SQUOTE] = ACTIONS(1722), + [anon_sym_L_DQUOTE] = ACTIONS(1722), + [anon_sym_u_DQUOTE] = ACTIONS(1722), + [anon_sym_U_DQUOTE] = ACTIONS(1722), + [anon_sym_u8_DQUOTE] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [sym_true] = ACTIONS(1720), + [sym_false] = ACTIONS(1720), + [sym_null] = ACTIONS(1720), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_delete] = ACTIONS(1720), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_namespace] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_try] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [anon_sym_new] = ACTIONS(1720), + [sym_operator_name] = ACTIONS(1720), + [sym_this] = ACTIONS(1720), + [sym_nullptr] = ACTIONS(1720), + [sym_alone_macro] = ACTIONS(1722), + [aux_sym_alone_macro_call_token1] = ACTIONS(1720), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_FORWARD] = ACTIONS(1720), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1720), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_PS_GET] = ACTIONS(1720), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1720), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1720), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), + [sym_raw_string_literal] = ACTIONS(1722), }, [596] = { - [ts_builtin_sym_end] = ACTIONS(2082), - [sym_identifier] = ACTIONS(2080), - [aux_sym_preproc_include_token1] = ACTIONS(2080), - [aux_sym_preproc_def_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2080), - [anon_sym_LPAREN2] = ACTIONS(2082), - [anon_sym_BANG] = ACTIONS(2082), - [anon_sym_TILDE] = ACTIONS(2082), - [anon_sym_DASH] = ACTIONS(2080), - [anon_sym_PLUS] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_AMP_AMP] = ACTIONS(2082), - [anon_sym_AMP] = ACTIONS(2080), - [anon_sym_SEMI] = ACTIONS(2082), - [anon_sym_typedef] = ACTIONS(2080), - [anon_sym_extern] = ACTIONS(2080), - [anon_sym___attribute__] = ACTIONS(2080), - [anon_sym___declspec] = ACTIONS(2080), - [anon_sym___based] = ACTIONS(2080), - [anon_sym___cdecl] = ACTIONS(2080), - [anon_sym___clrcall] = ACTIONS(2080), - [anon_sym___stdcall] = ACTIONS(2080), - [anon_sym___fastcall] = ACTIONS(2080), - [anon_sym___thiscall] = ACTIONS(2080), - [anon_sym___vectorcall] = ACTIONS(2080), - [anon_sym_LBRACE] = ACTIONS(2082), - [anon_sym_LBRACK] = ACTIONS(2080), - [anon_sym_static] = ACTIONS(2080), - [anon_sym_register] = ACTIONS(2080), - [anon_sym_inline] = ACTIONS(2080), - [anon_sym_const] = ACTIONS(2080), - [anon_sym_volatile] = ACTIONS(2080), - [anon_sym_restrict] = ACTIONS(2080), - [anon_sym__Atomic] = ACTIONS(2080), - [anon_sym_mutable] = ACTIONS(2080), - [anon_sym_constexpr] = ACTIONS(2080), - [anon_sym_signed] = ACTIONS(2080), - [anon_sym_unsigned] = ACTIONS(2080), - [anon_sym_long] = ACTIONS(2080), - [anon_sym_short] = ACTIONS(2080), - [sym_primitive_type] = ACTIONS(2080), - [anon_sym_enum] = ACTIONS(2080), - [anon_sym_class] = ACTIONS(2080), - [anon_sym_struct] = ACTIONS(2080), - [anon_sym_union] = ACTIONS(2080), - [anon_sym_if] = ACTIONS(2080), - [anon_sym_switch] = ACTIONS(2080), - [anon_sym_case] = ACTIONS(2080), - [anon_sym_default] = ACTIONS(2080), - [anon_sym_while] = ACTIONS(2080), - [anon_sym_do] = ACTIONS(2080), - [anon_sym_for] = ACTIONS(2080), - [anon_sym_return] = ACTIONS(2080), - [anon_sym_break] = ACTIONS(2080), - [anon_sym_continue] = ACTIONS(2080), - [anon_sym_goto] = ACTIONS(2080), - [anon_sym_DASH_DASH] = ACTIONS(2082), - [anon_sym_PLUS_PLUS] = ACTIONS(2082), - [anon_sym_sizeof] = ACTIONS(2080), - [sym_number_literal] = ACTIONS(2082), - [anon_sym_L_SQUOTE] = ACTIONS(2082), - [anon_sym_u_SQUOTE] = ACTIONS(2082), - [anon_sym_U_SQUOTE] = ACTIONS(2082), - [anon_sym_u8_SQUOTE] = ACTIONS(2082), - [anon_sym_SQUOTE] = ACTIONS(2082), - [anon_sym_L_DQUOTE] = ACTIONS(2082), - [anon_sym_u_DQUOTE] = ACTIONS(2082), - [anon_sym_U_DQUOTE] = ACTIONS(2082), - [anon_sym_u8_DQUOTE] = ACTIONS(2082), - [anon_sym_DQUOTE] = ACTIONS(2082), - [sym_true] = ACTIONS(2080), - [sym_false] = ACTIONS(2080), - [sym_null] = ACTIONS(2080), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2080), - [anon_sym_virtual] = ACTIONS(2080), - [anon_sym_explicit] = ACTIONS(2080), - [sym_auto] = ACTIONS(2080), - [anon_sym_typename] = ACTIONS(2080), - [anon_sym_template] = ACTIONS(2080), - [anon_sym_COLON_COLON] = ACTIONS(2082), - [anon_sym_operator] = ACTIONS(2080), - [anon_sym_delete] = ACTIONS(2080), - [anon_sym_throw] = ACTIONS(2080), - [anon_sym_namespace] = ACTIONS(2080), - [anon_sym_using] = ACTIONS(2080), - [anon_sym_static_assert] = ACTIONS(2080), - [anon_sym_try] = ACTIONS(2080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2082), - [anon_sym_new] = ACTIONS(2080), - [sym_operator_name] = ACTIONS(2080), - [sym_this] = ACTIONS(2080), - [sym_nullptr] = ACTIONS(2080), - [sym_alone_macro] = ACTIONS(2082), - [aux_sym_alone_macro_call_token1] = ACTIONS(2080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2080), - [anon_sym_MOZ_COLD] = ACTIONS(2080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_RAII] = ACTIONS(2080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2080), - [sym_raw_string_literal] = ACTIONS(2082), + [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___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_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_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_COLON_COLON] = ACTIONS(1670), + [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_try] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [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), + [sym_raw_string_literal] = ACTIONS(1670), }, [597] = { - [ts_builtin_sym_end] = ACTIONS(1978), - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_include_token1] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_BANG] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_PLUS] = ACTIONS(1976), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym___cdecl] = ACTIONS(1976), - [anon_sym___clrcall] = ACTIONS(1976), - [anon_sym___stdcall] = ACTIONS(1976), - [anon_sym___fastcall] = ACTIONS(1976), - [anon_sym___thiscall] = ACTIONS(1976), - [anon_sym___vectorcall] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1978), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1976), - [anon_sym_case] = ACTIONS(1976), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_goto] = ACTIONS(1976), - [anon_sym_DASH_DASH] = ACTIONS(1978), - [anon_sym_PLUS_PLUS] = ACTIONS(1978), - [anon_sym_sizeof] = ACTIONS(1976), - [sym_number_literal] = ACTIONS(1978), - [anon_sym_L_SQUOTE] = ACTIONS(1978), - [anon_sym_u_SQUOTE] = ACTIONS(1978), - [anon_sym_U_SQUOTE] = ACTIONS(1978), - [anon_sym_u8_SQUOTE] = ACTIONS(1978), - [anon_sym_SQUOTE] = ACTIONS(1978), - [anon_sym_L_DQUOTE] = ACTIONS(1978), - [anon_sym_u_DQUOTE] = ACTIONS(1978), - [anon_sym_U_DQUOTE] = ACTIONS(1978), - [anon_sym_u8_DQUOTE] = ACTIONS(1978), - [anon_sym_DQUOTE] = ACTIONS(1978), - [sym_true] = ACTIONS(1976), - [sym_false] = ACTIONS(1976), - [sym_null] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_delete] = ACTIONS(1976), - [anon_sym_throw] = ACTIONS(1976), - [anon_sym_namespace] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [anon_sym_new] = ACTIONS(1976), - [sym_operator_name] = ACTIONS(1976), - [sym_this] = ACTIONS(1976), - [sym_nullptr] = ACTIONS(1976), - [sym_alone_macro] = ACTIONS(1978), - [aux_sym_alone_macro_call_token1] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - [sym_raw_string_literal] = ACTIONS(1978), + [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___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_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_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_COLON_COLON] = ACTIONS(1654), + [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_try] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), + [sym_raw_string_literal] = ACTIONS(1654), }, [598] = { - [ts_builtin_sym_end] = ACTIONS(1942), - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_include_token1] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_BANG] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1940), - [anon_sym_PLUS] = ACTIONS(1940), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym___cdecl] = ACTIONS(1940), - [anon_sym___clrcall] = ACTIONS(1940), - [anon_sym___stdcall] = ACTIONS(1940), - [anon_sym___fastcall] = ACTIONS(1940), - [anon_sym___thiscall] = ACTIONS(1940), - [anon_sym___vectorcall] = ACTIONS(1940), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [anon_sym_if] = ACTIONS(1940), - [anon_sym_switch] = ACTIONS(1940), - [anon_sym_case] = ACTIONS(1940), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1940), - [anon_sym_do] = ACTIONS(1940), - [anon_sym_for] = ACTIONS(1940), - [anon_sym_return] = ACTIONS(1940), - [anon_sym_break] = ACTIONS(1940), - [anon_sym_continue] = ACTIONS(1940), - [anon_sym_goto] = ACTIONS(1940), - [anon_sym_DASH_DASH] = ACTIONS(1942), - [anon_sym_PLUS_PLUS] = ACTIONS(1942), - [anon_sym_sizeof] = ACTIONS(1940), - [sym_number_literal] = ACTIONS(1942), - [anon_sym_L_SQUOTE] = ACTIONS(1942), - [anon_sym_u_SQUOTE] = ACTIONS(1942), - [anon_sym_U_SQUOTE] = ACTIONS(1942), - [anon_sym_u8_SQUOTE] = ACTIONS(1942), - [anon_sym_SQUOTE] = ACTIONS(1942), - [anon_sym_L_DQUOTE] = ACTIONS(1942), - [anon_sym_u_DQUOTE] = ACTIONS(1942), - [anon_sym_U_DQUOTE] = ACTIONS(1942), - [anon_sym_u8_DQUOTE] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym_true] = ACTIONS(1940), - [sym_false] = ACTIONS(1940), - [sym_null] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_delete] = ACTIONS(1940), - [anon_sym_throw] = ACTIONS(1940), - [anon_sym_namespace] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_try] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [anon_sym_new] = ACTIONS(1940), - [sym_operator_name] = ACTIONS(1940), - [sym_this] = ACTIONS(1940), - [sym_nullptr] = ACTIONS(1940), - [sym_alone_macro] = ACTIONS(1942), - [aux_sym_alone_macro_call_token1] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), - [sym_raw_string_literal] = ACTIONS(1942), + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), }, [599] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_include_token1] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token2] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_BANG] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2052), - [anon_sym_PLUS] = ACTIONS(2052), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym___cdecl] = ACTIONS(2052), - [anon_sym___clrcall] = ACTIONS(2052), - [anon_sym___stdcall] = ACTIONS(2052), - [anon_sym___fastcall] = ACTIONS(2052), - [anon_sym___thiscall] = ACTIONS(2052), - [anon_sym___vectorcall] = ACTIONS(2052), - [anon_sym_LBRACE] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [anon_sym_if] = ACTIONS(2052), - [anon_sym_switch] = ACTIONS(2052), - [anon_sym_case] = ACTIONS(2052), - [anon_sym_default] = ACTIONS(2052), - [anon_sym_while] = ACTIONS(2052), - [anon_sym_do] = ACTIONS(2052), - [anon_sym_for] = ACTIONS(2052), - [anon_sym_return] = ACTIONS(2052), - [anon_sym_break] = ACTIONS(2052), - [anon_sym_continue] = ACTIONS(2052), - [anon_sym_goto] = ACTIONS(2052), - [anon_sym_DASH_DASH] = ACTIONS(2054), - [anon_sym_PLUS_PLUS] = ACTIONS(2054), - [anon_sym_sizeof] = ACTIONS(2052), - [sym_number_literal] = ACTIONS(2054), - [anon_sym_L_SQUOTE] = ACTIONS(2054), - [anon_sym_u_SQUOTE] = ACTIONS(2054), - [anon_sym_U_SQUOTE] = ACTIONS(2054), - [anon_sym_u8_SQUOTE] = ACTIONS(2054), - [anon_sym_SQUOTE] = ACTIONS(2054), - [anon_sym_L_DQUOTE] = ACTIONS(2054), - [anon_sym_u_DQUOTE] = ACTIONS(2054), - [anon_sym_U_DQUOTE] = ACTIONS(2054), - [anon_sym_u8_DQUOTE] = ACTIONS(2054), - [anon_sym_DQUOTE] = ACTIONS(2054), - [sym_true] = ACTIONS(2052), - [sym_false] = ACTIONS(2052), - [sym_null] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_delete] = ACTIONS(2052), - [anon_sym_throw] = ACTIONS(2052), - [anon_sym_namespace] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_try] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [anon_sym_new] = ACTIONS(2052), - [sym_operator_name] = ACTIONS(2052), - [sym_this] = ACTIONS(2052), - [sym_nullptr] = ACTIONS(2052), - [sym_alone_macro] = ACTIONS(2054), - [aux_sym_alone_macro_call_token1] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - [sym_raw_string_literal] = ACTIONS(2054), + [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___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_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_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_COLON_COLON] = ACTIONS(1682), + [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_try] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [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), + [sym_raw_string_literal] = ACTIONS(1682), }, [600] = { - [ts_builtin_sym_end] = ACTIONS(2006), - [sym_identifier] = ACTIONS(2004), - [aux_sym_preproc_include_token1] = ACTIONS(2004), - [aux_sym_preproc_def_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2004), - [sym_preproc_directive] = ACTIONS(2004), - [anon_sym_LPAREN2] = ACTIONS(2006), - [anon_sym_BANG] = ACTIONS(2006), - [anon_sym_TILDE] = ACTIONS(2006), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_STAR] = ACTIONS(2006), - [anon_sym_AMP_AMP] = ACTIONS(2006), - [anon_sym_AMP] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_typedef] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym___attribute__] = ACTIONS(2004), - [anon_sym___declspec] = ACTIONS(2004), - [anon_sym___based] = ACTIONS(2004), - [anon_sym___cdecl] = ACTIONS(2004), - [anon_sym___clrcall] = ACTIONS(2004), - [anon_sym___stdcall] = ACTIONS(2004), - [anon_sym___fastcall] = ACTIONS(2004), - [anon_sym___thiscall] = ACTIONS(2004), - [anon_sym___vectorcall] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2006), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_static] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_inline] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_volatile] = ACTIONS(2004), - [anon_sym_restrict] = ACTIONS(2004), - [anon_sym__Atomic] = ACTIONS(2004), - [anon_sym_mutable] = ACTIONS(2004), - [anon_sym_constexpr] = ACTIONS(2004), - [anon_sym_signed] = ACTIONS(2004), - [anon_sym_unsigned] = ACTIONS(2004), - [anon_sym_long] = ACTIONS(2004), - [anon_sym_short] = ACTIONS(2004), - [sym_primitive_type] = ACTIONS(2004), - [anon_sym_enum] = ACTIONS(2004), - [anon_sym_class] = ACTIONS(2004), - [anon_sym_struct] = ACTIONS(2004), - [anon_sym_union] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_switch] = ACTIONS(2004), - [anon_sym_case] = ACTIONS(2004), - [anon_sym_default] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2004), - [anon_sym_DASH_DASH] = ACTIONS(2006), - [anon_sym_PLUS_PLUS] = ACTIONS(2006), - [anon_sym_sizeof] = ACTIONS(2004), - [sym_number_literal] = ACTIONS(2006), - [anon_sym_L_SQUOTE] = ACTIONS(2006), - [anon_sym_u_SQUOTE] = ACTIONS(2006), - [anon_sym_U_SQUOTE] = ACTIONS(2006), - [anon_sym_u8_SQUOTE] = ACTIONS(2006), - [anon_sym_SQUOTE] = ACTIONS(2006), - [anon_sym_L_DQUOTE] = ACTIONS(2006), - [anon_sym_u_DQUOTE] = ACTIONS(2006), - [anon_sym_U_DQUOTE] = ACTIONS(2006), - [anon_sym_u8_DQUOTE] = ACTIONS(2006), - [anon_sym_DQUOTE] = ACTIONS(2006), - [sym_true] = ACTIONS(2004), - [sym_false] = ACTIONS(2004), - [sym_null] = ACTIONS(2004), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2004), - [anon_sym_virtual] = ACTIONS(2004), - [anon_sym_explicit] = ACTIONS(2004), - [sym_auto] = ACTIONS(2004), - [anon_sym_typename] = ACTIONS(2004), - [anon_sym_template] = ACTIONS(2004), - [anon_sym_COLON_COLON] = ACTIONS(2006), - [anon_sym_operator] = ACTIONS(2004), - [anon_sym_delete] = ACTIONS(2004), - [anon_sym_throw] = ACTIONS(2004), - [anon_sym_namespace] = ACTIONS(2004), - [anon_sym_using] = ACTIONS(2004), - [anon_sym_static_assert] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2006), - [anon_sym_new] = ACTIONS(2004), - [sym_operator_name] = ACTIONS(2004), - [sym_this] = ACTIONS(2004), - [sym_nullptr] = ACTIONS(2004), - [sym_alone_macro] = ACTIONS(2006), - [aux_sym_alone_macro_call_token1] = ACTIONS(2004), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2004), - [anon_sym_MOZ_COLD] = ACTIONS(2004), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2004), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2004), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2004), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2004), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2004), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2004), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2004), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2004), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2004), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2004), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2004), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2004), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_RAII] = ACTIONS(2004), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2004), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2004), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2004), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2004), - [sym_raw_string_literal] = ACTIONS(2006), + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_include_token1] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym___cdecl] = ACTIONS(1784), + [anon_sym___clrcall] = ACTIONS(1784), + [anon_sym___stdcall] = ACTIONS(1784), + [anon_sym___fastcall] = ACTIONS(1784), + [anon_sym___thiscall] = ACTIONS(1784), + [anon_sym___vectorcall] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_switch] = ACTIONS(1784), + [anon_sym_case] = ACTIONS(1784), + [anon_sym_default] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_do] = ACTIONS(1784), + [anon_sym_for] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_goto] = ACTIONS(1784), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_sizeof] = ACTIONS(1784), + [sym_number_literal] = ACTIONS(1786), + [anon_sym_L_SQUOTE] = ACTIONS(1786), + [anon_sym_u_SQUOTE] = ACTIONS(1786), + [anon_sym_U_SQUOTE] = ACTIONS(1786), + [anon_sym_u8_SQUOTE] = ACTIONS(1786), + [anon_sym_SQUOTE] = ACTIONS(1786), + [anon_sym_L_DQUOTE] = ACTIONS(1786), + [anon_sym_u_DQUOTE] = ACTIONS(1786), + [anon_sym_U_DQUOTE] = ACTIONS(1786), + [anon_sym_u8_DQUOTE] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym_true] = ACTIONS(1784), + [sym_false] = ACTIONS(1784), + [sym_null] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_delete] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_namespace] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [anon_sym_new] = ACTIONS(1784), + [sym_operator_name] = ACTIONS(1784), + [sym_this] = ACTIONS(1784), + [sym_nullptr] = ACTIONS(1784), + [sym_alone_macro] = ACTIONS(1786), + [aux_sym_alone_macro_call_token1] = ACTIONS(1784), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_FORWARD] = ACTIONS(1784), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1784), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_PS_GET] = ACTIONS(1784), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1784), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1784), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), + [sym_raw_string_literal] = ACTIONS(1786), }, [601] = { - [ts_builtin_sym_end] = ACTIONS(1938), - [sym_identifier] = ACTIONS(1936), - [aux_sym_preproc_include_token1] = ACTIONS(1936), - [aux_sym_preproc_def_token1] = ACTIONS(1936), - [aux_sym_preproc_if_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1936), - [sym_preproc_directive] = ACTIONS(1936), - [anon_sym_LPAREN2] = ACTIONS(1938), - [anon_sym_BANG] = ACTIONS(1938), - [anon_sym_TILDE] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1936), - [anon_sym_PLUS] = ACTIONS(1936), - [anon_sym_STAR] = ACTIONS(1938), - [anon_sym_AMP_AMP] = ACTIONS(1938), - [anon_sym_AMP] = ACTIONS(1936), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_typedef] = ACTIONS(1936), - [anon_sym_extern] = ACTIONS(1936), - [anon_sym___attribute__] = ACTIONS(1936), - [anon_sym___declspec] = ACTIONS(1936), - [anon_sym___based] = ACTIONS(1936), - [anon_sym___cdecl] = ACTIONS(1936), - [anon_sym___clrcall] = ACTIONS(1936), - [anon_sym___stdcall] = ACTIONS(1936), - [anon_sym___fastcall] = ACTIONS(1936), - [anon_sym___thiscall] = ACTIONS(1936), - [anon_sym___vectorcall] = ACTIONS(1936), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1936), - [anon_sym_static] = ACTIONS(1936), - [anon_sym_register] = ACTIONS(1936), - [anon_sym_inline] = ACTIONS(1936), - [anon_sym_const] = ACTIONS(1936), - [anon_sym_volatile] = ACTIONS(1936), - [anon_sym_restrict] = ACTIONS(1936), - [anon_sym__Atomic] = ACTIONS(1936), - [anon_sym_mutable] = ACTIONS(1936), - [anon_sym_constexpr] = ACTIONS(1936), - [anon_sym_signed] = ACTIONS(1936), - [anon_sym_unsigned] = ACTIONS(1936), - [anon_sym_long] = ACTIONS(1936), - [anon_sym_short] = ACTIONS(1936), - [sym_primitive_type] = ACTIONS(1936), - [anon_sym_enum] = ACTIONS(1936), - [anon_sym_class] = ACTIONS(1936), - [anon_sym_struct] = ACTIONS(1936), - [anon_sym_union] = ACTIONS(1936), - [anon_sym_if] = ACTIONS(1936), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1936), - [anon_sym_default] = ACTIONS(1936), - [anon_sym_while] = ACTIONS(1936), - [anon_sym_do] = ACTIONS(1936), - [anon_sym_for] = ACTIONS(1936), - [anon_sym_return] = ACTIONS(1936), - [anon_sym_break] = ACTIONS(1936), - [anon_sym_continue] = ACTIONS(1936), - [anon_sym_goto] = ACTIONS(1936), - [anon_sym_DASH_DASH] = ACTIONS(1938), - [anon_sym_PLUS_PLUS] = ACTIONS(1938), - [anon_sym_sizeof] = ACTIONS(1936), - [sym_number_literal] = ACTIONS(1938), - [anon_sym_L_SQUOTE] = ACTIONS(1938), - [anon_sym_u_SQUOTE] = ACTIONS(1938), - [anon_sym_U_SQUOTE] = ACTIONS(1938), - [anon_sym_u8_SQUOTE] = ACTIONS(1938), - [anon_sym_SQUOTE] = ACTIONS(1938), - [anon_sym_L_DQUOTE] = ACTIONS(1938), - [anon_sym_u_DQUOTE] = ACTIONS(1938), - [anon_sym_U_DQUOTE] = ACTIONS(1938), - [anon_sym_u8_DQUOTE] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym_true] = ACTIONS(1936), - [sym_false] = ACTIONS(1936), - [sym_null] = ACTIONS(1936), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1936), - [anon_sym_virtual] = ACTIONS(1936), - [anon_sym_explicit] = ACTIONS(1936), - [sym_auto] = ACTIONS(1936), - [anon_sym_typename] = ACTIONS(1936), - [anon_sym_template] = ACTIONS(1936), - [anon_sym_COLON_COLON] = ACTIONS(1938), - [anon_sym_operator] = ACTIONS(1936), - [anon_sym_delete] = ACTIONS(1936), - [anon_sym_throw] = ACTIONS(1936), - [anon_sym_namespace] = ACTIONS(1936), - [anon_sym_using] = ACTIONS(1936), - [anon_sym_static_assert] = ACTIONS(1936), - [anon_sym_try] = ACTIONS(1936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1938), - [anon_sym_new] = ACTIONS(1936), - [sym_operator_name] = ACTIONS(1936), - [sym_this] = ACTIONS(1936), - [sym_nullptr] = ACTIONS(1936), - [sym_alone_macro] = ACTIONS(1938), - [aux_sym_alone_macro_call_token1] = ACTIONS(1936), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1936), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1936), - [anon_sym_MOZ_COLD] = ACTIONS(1936), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1936), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1936), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1936), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1936), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1936), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1936), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1936), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1936), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1936), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1936), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1936), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1936), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL] = ACTIONS(1936), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1936), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1936), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN] = ACTIONS(1936), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1936), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1936), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1936), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1936), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1936), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1936), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1936), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1936), - [anon_sym_MOZ_RAII] = ACTIONS(1936), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1936), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1936), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1936), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1936), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1936), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1936), - [sym_raw_string_literal] = ACTIONS(1938), + [ts_builtin_sym_end] = ACTIONS(1710), + [sym_identifier] = ACTIONS(1708), + [aux_sym_preproc_include_token1] = ACTIONS(1708), + [aux_sym_preproc_def_token1] = ACTIONS(1708), + [aux_sym_preproc_if_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1708), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1708), + [sym_preproc_directive] = ACTIONS(1708), + [anon_sym_LPAREN2] = ACTIONS(1710), + [anon_sym_BANG] = ACTIONS(1710), + [anon_sym_TILDE] = ACTIONS(1710), + [anon_sym_DASH] = ACTIONS(1708), + [anon_sym_PLUS] = ACTIONS(1708), + [anon_sym_STAR] = ACTIONS(1710), + [anon_sym_AMP_AMP] = ACTIONS(1710), + [anon_sym_AMP] = ACTIONS(1708), + [anon_sym_SEMI] = ACTIONS(1710), + [anon_sym_typedef] = ACTIONS(1708), + [anon_sym_extern] = ACTIONS(1708), + [anon_sym___attribute__] = ACTIONS(1708), + [anon_sym___declspec] = ACTIONS(1708), + [anon_sym___based] = ACTIONS(1708), + [anon_sym___cdecl] = ACTIONS(1708), + [anon_sym___clrcall] = ACTIONS(1708), + [anon_sym___stdcall] = ACTIONS(1708), + [anon_sym___fastcall] = ACTIONS(1708), + [anon_sym___thiscall] = ACTIONS(1708), + [anon_sym___vectorcall] = ACTIONS(1708), + [anon_sym_LBRACE] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(1708), + [anon_sym_static] = ACTIONS(1708), + [anon_sym_register] = ACTIONS(1708), + [anon_sym_inline] = ACTIONS(1708), + [anon_sym_const] = ACTIONS(1708), + [anon_sym_volatile] = ACTIONS(1708), + [anon_sym_restrict] = ACTIONS(1708), + [anon_sym__Atomic] = ACTIONS(1708), + [anon_sym_mutable] = ACTIONS(1708), + [anon_sym_constexpr] = ACTIONS(1708), + [anon_sym_signed] = ACTIONS(1708), + [anon_sym_unsigned] = ACTIONS(1708), + [anon_sym_long] = ACTIONS(1708), + [anon_sym_short] = ACTIONS(1708), + [sym_primitive_type] = ACTIONS(1708), + [anon_sym_enum] = ACTIONS(1708), + [anon_sym_class] = ACTIONS(1708), + [anon_sym_struct] = ACTIONS(1708), + [anon_sym_union] = ACTIONS(1708), + [anon_sym_if] = ACTIONS(1708), + [anon_sym_switch] = ACTIONS(1708), + [anon_sym_case] = ACTIONS(1708), + [anon_sym_default] = ACTIONS(1708), + [anon_sym_while] = ACTIONS(1708), + [anon_sym_do] = ACTIONS(1708), + [anon_sym_for] = ACTIONS(1708), + [anon_sym_return] = ACTIONS(1708), + [anon_sym_break] = ACTIONS(1708), + [anon_sym_continue] = ACTIONS(1708), + [anon_sym_goto] = ACTIONS(1708), + [anon_sym_DASH_DASH] = ACTIONS(1710), + [anon_sym_PLUS_PLUS] = ACTIONS(1710), + [anon_sym_sizeof] = ACTIONS(1708), + [sym_number_literal] = ACTIONS(1710), + [anon_sym_L_SQUOTE] = ACTIONS(1710), + [anon_sym_u_SQUOTE] = ACTIONS(1710), + [anon_sym_U_SQUOTE] = ACTIONS(1710), + [anon_sym_u8_SQUOTE] = ACTIONS(1710), + [anon_sym_SQUOTE] = ACTIONS(1710), + [anon_sym_L_DQUOTE] = ACTIONS(1710), + [anon_sym_u_DQUOTE] = ACTIONS(1710), + [anon_sym_U_DQUOTE] = ACTIONS(1710), + [anon_sym_u8_DQUOTE] = ACTIONS(1710), + [anon_sym_DQUOTE] = ACTIONS(1710), + [sym_true] = ACTIONS(1708), + [sym_false] = ACTIONS(1708), + [sym_null] = ACTIONS(1708), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1708), + [anon_sym_virtual] = ACTIONS(1708), + [anon_sym_explicit] = ACTIONS(1708), + [sym_auto] = ACTIONS(1708), + [anon_sym_typename] = ACTIONS(1708), + [anon_sym_template] = ACTIONS(1708), + [anon_sym_COLON_COLON] = ACTIONS(1710), + [anon_sym_operator] = ACTIONS(1708), + [anon_sym_delete] = ACTIONS(1708), + [anon_sym_throw] = ACTIONS(1708), + [anon_sym_namespace] = ACTIONS(1708), + [anon_sym_using] = ACTIONS(1708), + [anon_sym_static_assert] = ACTIONS(1708), + [anon_sym_try] = ACTIONS(1708), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1710), + [anon_sym_new] = ACTIONS(1708), + [sym_operator_name] = ACTIONS(1708), + [sym_this] = ACTIONS(1708), + [sym_nullptr] = ACTIONS(1708), + [sym_alone_macro] = ACTIONS(1710), + [aux_sym_alone_macro_call_token1] = ACTIONS(1708), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_FORWARD] = ACTIONS(1708), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1708), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_PS_GET] = ACTIONS(1708), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1708), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1708), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1708), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1708), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1708), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1708), + [anon_sym_MOZ_COLD] = ACTIONS(1708), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1708), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1708), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1708), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1708), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1708), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1708), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1708), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1708), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1708), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1708), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1708), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1708), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL] = ACTIONS(1708), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1708), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1708), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN] = ACTIONS(1708), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1708), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1708), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1708), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1708), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1708), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1708), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1708), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1708), + [anon_sym_MOZ_RAII] = ACTIONS(1708), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1708), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1708), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1708), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1708), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1708), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1708), + [sym_raw_string_literal] = ACTIONS(1710), }, [602] = { - [ts_builtin_sym_end] = ACTIONS(1930), - [sym_identifier] = ACTIONS(1928), - [aux_sym_preproc_include_token1] = ACTIONS(1928), - [aux_sym_preproc_def_token1] = ACTIONS(1928), - [aux_sym_preproc_if_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1928), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1928), - [sym_preproc_directive] = ACTIONS(1928), - [anon_sym_LPAREN2] = ACTIONS(1930), - [anon_sym_BANG] = ACTIONS(1930), - [anon_sym_TILDE] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1928), - [anon_sym_PLUS] = ACTIONS(1928), - [anon_sym_STAR] = ACTIONS(1930), - [anon_sym_AMP_AMP] = ACTIONS(1930), - [anon_sym_AMP] = ACTIONS(1928), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_typedef] = ACTIONS(1928), - [anon_sym_extern] = ACTIONS(1928), - [anon_sym___attribute__] = ACTIONS(1928), - [anon_sym___declspec] = ACTIONS(1928), - [anon_sym___based] = ACTIONS(1928), - [anon_sym___cdecl] = ACTIONS(1928), - [anon_sym___clrcall] = ACTIONS(1928), - [anon_sym___stdcall] = ACTIONS(1928), - [anon_sym___fastcall] = ACTIONS(1928), - [anon_sym___thiscall] = ACTIONS(1928), - [anon_sym___vectorcall] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1928), - [anon_sym_static] = ACTIONS(1928), - [anon_sym_register] = ACTIONS(1928), - [anon_sym_inline] = ACTIONS(1928), - [anon_sym_const] = ACTIONS(1928), - [anon_sym_volatile] = ACTIONS(1928), - [anon_sym_restrict] = ACTIONS(1928), - [anon_sym__Atomic] = ACTIONS(1928), - [anon_sym_mutable] = ACTIONS(1928), - [anon_sym_constexpr] = ACTIONS(1928), - [anon_sym_signed] = ACTIONS(1928), - [anon_sym_unsigned] = ACTIONS(1928), - [anon_sym_long] = ACTIONS(1928), - [anon_sym_short] = ACTIONS(1928), - [sym_primitive_type] = ACTIONS(1928), - [anon_sym_enum] = ACTIONS(1928), - [anon_sym_class] = ACTIONS(1928), - [anon_sym_struct] = ACTIONS(1928), - [anon_sym_union] = ACTIONS(1928), - [anon_sym_if] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1928), - [anon_sym_case] = ACTIONS(1928), - [anon_sym_default] = ACTIONS(1928), - [anon_sym_while] = ACTIONS(1928), - [anon_sym_do] = ACTIONS(1928), - [anon_sym_for] = ACTIONS(1928), - [anon_sym_return] = ACTIONS(1928), - [anon_sym_break] = ACTIONS(1928), - [anon_sym_continue] = ACTIONS(1928), - [anon_sym_goto] = ACTIONS(1928), - [anon_sym_DASH_DASH] = ACTIONS(1930), - [anon_sym_PLUS_PLUS] = ACTIONS(1930), - [anon_sym_sizeof] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1930), - [anon_sym_L_SQUOTE] = ACTIONS(1930), - [anon_sym_u_SQUOTE] = ACTIONS(1930), - [anon_sym_U_SQUOTE] = ACTIONS(1930), - [anon_sym_u8_SQUOTE] = ACTIONS(1930), - [anon_sym_SQUOTE] = ACTIONS(1930), - [anon_sym_L_DQUOTE] = ACTIONS(1930), - [anon_sym_u_DQUOTE] = ACTIONS(1930), - [anon_sym_U_DQUOTE] = ACTIONS(1930), - [anon_sym_u8_DQUOTE] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym_true] = ACTIONS(1928), - [sym_false] = ACTIONS(1928), - [sym_null] = ACTIONS(1928), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1928), - [anon_sym_virtual] = ACTIONS(1928), - [anon_sym_explicit] = ACTIONS(1928), - [sym_auto] = ACTIONS(1928), - [anon_sym_typename] = ACTIONS(1928), - [anon_sym_template] = ACTIONS(1928), - [anon_sym_COLON_COLON] = ACTIONS(1930), - [anon_sym_operator] = ACTIONS(1928), - [anon_sym_delete] = ACTIONS(1928), - [anon_sym_throw] = ACTIONS(1928), - [anon_sym_namespace] = ACTIONS(1928), - [anon_sym_using] = ACTIONS(1928), - [anon_sym_static_assert] = ACTIONS(1928), - [anon_sym_try] = ACTIONS(1928), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1930), - [anon_sym_new] = ACTIONS(1928), - [sym_operator_name] = ACTIONS(1928), - [sym_this] = ACTIONS(1928), - [sym_nullptr] = ACTIONS(1928), - [sym_alone_macro] = ACTIONS(1930), - [aux_sym_alone_macro_call_token1] = ACTIONS(1928), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1928), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1928), - [anon_sym_MOZ_COLD] = ACTIONS(1928), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1928), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1928), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1928), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1928), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1928), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1928), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1928), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1928), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1928), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1928), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1928), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1928), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL] = ACTIONS(1928), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1928), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1928), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN] = ACTIONS(1928), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1928), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1928), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1928), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1928), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1928), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1928), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1928), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1928), - [anon_sym_MOZ_RAII] = ACTIONS(1928), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1928), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1928), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1928), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1928), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1928), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1928), - [sym_raw_string_literal] = ACTIONS(1930), + [sym_identifier] = ACTIONS(1768), + [aux_sym_preproc_include_token1] = ACTIONS(1768), + [aux_sym_preproc_def_token1] = ACTIONS(1768), + [aux_sym_preproc_if_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1768), + [sym_preproc_directive] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1768), + [anon_sym_PLUS] = ACTIONS(1768), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_AMP] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym_typedef] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_RBRACE] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym_mutable] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1768), + [anon_sym_unsigned] = ACTIONS(1768), + [anon_sym_long] = ACTIONS(1768), + [anon_sym_short] = ACTIONS(1768), + [sym_primitive_type] = ACTIONS(1768), + [anon_sym_enum] = ACTIONS(1768), + [anon_sym_class] = ACTIONS(1768), + [anon_sym_struct] = ACTIONS(1768), + [anon_sym_union] = ACTIONS(1768), + [anon_sym_if] = ACTIONS(1768), + [anon_sym_switch] = ACTIONS(1768), + [anon_sym_case] = ACTIONS(1768), + [anon_sym_default] = ACTIONS(1768), + [anon_sym_while] = ACTIONS(1768), + [anon_sym_do] = ACTIONS(1768), + [anon_sym_for] = ACTIONS(1768), + [anon_sym_return] = ACTIONS(1768), + [anon_sym_break] = ACTIONS(1768), + [anon_sym_continue] = ACTIONS(1768), + [anon_sym_goto] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_sizeof] = ACTIONS(1768), + [sym_number_literal] = ACTIONS(1770), + [anon_sym_L_SQUOTE] = ACTIONS(1770), + [anon_sym_u_SQUOTE] = ACTIONS(1770), + [anon_sym_U_SQUOTE] = ACTIONS(1770), + [anon_sym_u8_SQUOTE] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1770), + [anon_sym_L_DQUOTE] = ACTIONS(1770), + [anon_sym_u_DQUOTE] = ACTIONS(1770), + [anon_sym_U_DQUOTE] = ACTIONS(1770), + [anon_sym_u8_DQUOTE] = ACTIONS(1770), + [anon_sym_DQUOTE] = ACTIONS(1770), + [sym_true] = ACTIONS(1768), + [sym_false] = ACTIONS(1768), + [sym_null] = ACTIONS(1768), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1768), + [anon_sym_virtual] = ACTIONS(1768), + [anon_sym_explicit] = ACTIONS(1768), + [sym_auto] = ACTIONS(1768), + [anon_sym_typename] = ACTIONS(1768), + [anon_sym_template] = ACTIONS(1768), + [anon_sym_COLON_COLON] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1768), + [anon_sym_delete] = ACTIONS(1768), + [anon_sym_throw] = ACTIONS(1768), + [anon_sym_namespace] = ACTIONS(1768), + [anon_sym_using] = ACTIONS(1768), + [anon_sym_static_assert] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1770), + [anon_sym_new] = ACTIONS(1768), + [sym_operator_name] = ACTIONS(1768), + [sym_this] = ACTIONS(1768), + [sym_nullptr] = ACTIONS(1768), + [sym_alone_macro] = ACTIONS(1770), + [aux_sym_alone_macro_call_token1] = ACTIONS(1768), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_FORWARD] = ACTIONS(1768), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1768), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_PS_GET] = ACTIONS(1768), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1768), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1768), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1768), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1768), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1768), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1768), + [anon_sym_MOZ_COLD] = ACTIONS(1768), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1768), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1768), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1768), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1768), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1768), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1768), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1768), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1768), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1768), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1768), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1768), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1768), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL] = ACTIONS(1768), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1768), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1768), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN] = ACTIONS(1768), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1768), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1768), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1768), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1768), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1768), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1768), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1768), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1768), + [anon_sym_MOZ_RAII] = ACTIONS(1768), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1768), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1768), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1768), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1768), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1768), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1768), + [sym_raw_string_literal] = ACTIONS(1770), }, [603] = { - [ts_builtin_sym_end] = ACTIONS(1926), - [sym_identifier] = ACTIONS(1924), - [aux_sym_preproc_include_token1] = ACTIONS(1924), - [aux_sym_preproc_def_token1] = ACTIONS(1924), - [aux_sym_preproc_if_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), - [sym_preproc_directive] = ACTIONS(1924), - [anon_sym_LPAREN2] = ACTIONS(1926), - [anon_sym_BANG] = ACTIONS(1926), - [anon_sym_TILDE] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1924), - [anon_sym_PLUS] = ACTIONS(1924), - [anon_sym_STAR] = ACTIONS(1926), - [anon_sym_AMP_AMP] = ACTIONS(1926), - [anon_sym_AMP] = ACTIONS(1924), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_typedef] = ACTIONS(1924), - [anon_sym_extern] = ACTIONS(1924), - [anon_sym___attribute__] = ACTIONS(1924), - [anon_sym___declspec] = ACTIONS(1924), - [anon_sym___based] = ACTIONS(1924), - [anon_sym___cdecl] = ACTIONS(1924), - [anon_sym___clrcall] = ACTIONS(1924), - [anon_sym___stdcall] = ACTIONS(1924), - [anon_sym___fastcall] = ACTIONS(1924), - [anon_sym___thiscall] = ACTIONS(1924), - [anon_sym___vectorcall] = ACTIONS(1924), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1924), - [anon_sym_static] = ACTIONS(1924), - [anon_sym_register] = ACTIONS(1924), - [anon_sym_inline] = ACTIONS(1924), - [anon_sym_const] = ACTIONS(1924), - [anon_sym_volatile] = ACTIONS(1924), - [anon_sym_restrict] = ACTIONS(1924), - [anon_sym__Atomic] = ACTIONS(1924), - [anon_sym_mutable] = ACTIONS(1924), - [anon_sym_constexpr] = ACTIONS(1924), - [anon_sym_signed] = ACTIONS(1924), - [anon_sym_unsigned] = ACTIONS(1924), - [anon_sym_long] = ACTIONS(1924), - [anon_sym_short] = ACTIONS(1924), - [sym_primitive_type] = ACTIONS(1924), - [anon_sym_enum] = ACTIONS(1924), - [anon_sym_class] = ACTIONS(1924), - [anon_sym_struct] = ACTIONS(1924), - [anon_sym_union] = ACTIONS(1924), - [anon_sym_if] = ACTIONS(1924), - [anon_sym_switch] = ACTIONS(1924), - [anon_sym_case] = ACTIONS(1924), - [anon_sym_default] = ACTIONS(1924), - [anon_sym_while] = ACTIONS(1924), - [anon_sym_do] = ACTIONS(1924), - [anon_sym_for] = ACTIONS(1924), - [anon_sym_return] = ACTIONS(1924), - [anon_sym_break] = ACTIONS(1924), - [anon_sym_continue] = ACTIONS(1924), - [anon_sym_goto] = ACTIONS(1924), - [anon_sym_DASH_DASH] = ACTIONS(1926), - [anon_sym_PLUS_PLUS] = ACTIONS(1926), - [anon_sym_sizeof] = ACTIONS(1924), - [sym_number_literal] = ACTIONS(1926), - [anon_sym_L_SQUOTE] = ACTIONS(1926), - [anon_sym_u_SQUOTE] = ACTIONS(1926), - [anon_sym_U_SQUOTE] = ACTIONS(1926), - [anon_sym_u8_SQUOTE] = ACTIONS(1926), - [anon_sym_SQUOTE] = ACTIONS(1926), - [anon_sym_L_DQUOTE] = ACTIONS(1926), - [anon_sym_u_DQUOTE] = ACTIONS(1926), - [anon_sym_U_DQUOTE] = ACTIONS(1926), - [anon_sym_u8_DQUOTE] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym_true] = ACTIONS(1924), - [sym_false] = ACTIONS(1924), - [sym_null] = ACTIONS(1924), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1924), - [anon_sym_virtual] = ACTIONS(1924), - [anon_sym_explicit] = ACTIONS(1924), - [sym_auto] = ACTIONS(1924), - [anon_sym_typename] = ACTIONS(1924), - [anon_sym_template] = ACTIONS(1924), - [anon_sym_COLON_COLON] = ACTIONS(1926), - [anon_sym_operator] = ACTIONS(1924), - [anon_sym_delete] = ACTIONS(1924), - [anon_sym_throw] = ACTIONS(1924), - [anon_sym_namespace] = ACTIONS(1924), - [anon_sym_using] = ACTIONS(1924), - [anon_sym_static_assert] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1926), - [anon_sym_new] = ACTIONS(1924), - [sym_operator_name] = ACTIONS(1924), - [sym_this] = ACTIONS(1924), - [sym_nullptr] = ACTIONS(1924), - [sym_alone_macro] = ACTIONS(1926), - [aux_sym_alone_macro_call_token1] = ACTIONS(1924), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1924), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1924), - [anon_sym_MOZ_COLD] = ACTIONS(1924), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1924), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1924), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1924), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1924), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1924), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1924), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1924), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1924), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1924), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1924), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1924), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1924), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL] = ACTIONS(1924), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1924), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1924), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN] = ACTIONS(1924), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1924), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1924), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1924), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1924), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1924), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1924), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1924), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1924), - [anon_sym_MOZ_RAII] = ACTIONS(1924), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1924), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1924), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1924), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1924), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1924), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1924), - [sym_raw_string_literal] = ACTIONS(1926), + [ts_builtin_sym_end] = ACTIONS(1802), + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_include_token1] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_DASH] = ACTIONS(1800), + [anon_sym_PLUS] = ACTIONS(1800), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym___cdecl] = ACTIONS(1800), + [anon_sym___clrcall] = ACTIONS(1800), + [anon_sym___stdcall] = ACTIONS(1800), + [anon_sym___fastcall] = ACTIONS(1800), + [anon_sym___thiscall] = ACTIONS(1800), + [anon_sym___vectorcall] = ACTIONS(1800), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [anon_sym_if] = ACTIONS(1800), + [anon_sym_switch] = ACTIONS(1800), + [anon_sym_case] = ACTIONS(1800), + [anon_sym_default] = ACTIONS(1800), + [anon_sym_while] = ACTIONS(1800), + [anon_sym_do] = ACTIONS(1800), + [anon_sym_for] = ACTIONS(1800), + [anon_sym_return] = ACTIONS(1800), + [anon_sym_break] = ACTIONS(1800), + [anon_sym_continue] = ACTIONS(1800), + [anon_sym_goto] = ACTIONS(1800), + [anon_sym_DASH_DASH] = ACTIONS(1802), + [anon_sym_PLUS_PLUS] = ACTIONS(1802), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1802), + [anon_sym_L_SQUOTE] = ACTIONS(1802), + [anon_sym_u_SQUOTE] = ACTIONS(1802), + [anon_sym_U_SQUOTE] = ACTIONS(1802), + [anon_sym_u8_SQUOTE] = ACTIONS(1802), + [anon_sym_SQUOTE] = ACTIONS(1802), + [anon_sym_L_DQUOTE] = ACTIONS(1802), + [anon_sym_u_DQUOTE] = ACTIONS(1802), + [anon_sym_U_DQUOTE] = ACTIONS(1802), + [anon_sym_u8_DQUOTE] = ACTIONS(1802), + [anon_sym_DQUOTE] = ACTIONS(1802), + [sym_true] = ACTIONS(1800), + [sym_false] = ACTIONS(1800), + [sym_null] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_delete] = ACTIONS(1800), + [anon_sym_throw] = ACTIONS(1800), + [anon_sym_namespace] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_try] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [anon_sym_new] = ACTIONS(1800), + [sym_operator_name] = ACTIONS(1800), + [sym_this] = ACTIONS(1800), + [sym_nullptr] = ACTIONS(1800), + [sym_alone_macro] = ACTIONS(1802), + [aux_sym_alone_macro_call_token1] = ACTIONS(1800), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_FORWARD] = ACTIONS(1800), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1800), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_PS_GET] = ACTIONS(1800), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1800), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1800), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), + [sym_raw_string_literal] = ACTIONS(1802), }, [604] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_include_token1] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_BANG] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_DASH] = ACTIONS(1988), - [anon_sym_PLUS] = ACTIONS(1988), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_SEMI] = ACTIONS(1990), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym___cdecl] = ACTIONS(1988), - [anon_sym___clrcall] = ACTIONS(1988), - [anon_sym___stdcall] = ACTIONS(1988), - [anon_sym___fastcall] = ACTIONS(1988), - [anon_sym___thiscall] = ACTIONS(1988), - [anon_sym___vectorcall] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1990), - [anon_sym_RBRACE] = ACTIONS(1990), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [anon_sym_if] = ACTIONS(1988), - [anon_sym_switch] = ACTIONS(1988), - [anon_sym_case] = ACTIONS(1988), - [anon_sym_default] = ACTIONS(1988), - [anon_sym_while] = ACTIONS(1988), - [anon_sym_do] = ACTIONS(1988), - [anon_sym_for] = ACTIONS(1988), - [anon_sym_return] = ACTIONS(1988), - [anon_sym_break] = ACTIONS(1988), - [anon_sym_continue] = ACTIONS(1988), - [anon_sym_goto] = ACTIONS(1988), - [anon_sym_DASH_DASH] = ACTIONS(1990), - [anon_sym_PLUS_PLUS] = ACTIONS(1990), - [anon_sym_sizeof] = ACTIONS(1988), - [sym_number_literal] = ACTIONS(1990), - [anon_sym_L_SQUOTE] = ACTIONS(1990), - [anon_sym_u_SQUOTE] = ACTIONS(1990), - [anon_sym_U_SQUOTE] = ACTIONS(1990), - [anon_sym_u8_SQUOTE] = ACTIONS(1990), - [anon_sym_SQUOTE] = ACTIONS(1990), - [anon_sym_L_DQUOTE] = ACTIONS(1990), - [anon_sym_u_DQUOTE] = ACTIONS(1990), - [anon_sym_U_DQUOTE] = ACTIONS(1990), - [anon_sym_u8_DQUOTE] = ACTIONS(1990), - [anon_sym_DQUOTE] = ACTIONS(1990), - [sym_true] = ACTIONS(1988), - [sym_false] = ACTIONS(1988), - [sym_null] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_delete] = ACTIONS(1988), - [anon_sym_throw] = ACTIONS(1988), - [anon_sym_namespace] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_try] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [anon_sym_new] = ACTIONS(1988), - [sym_operator_name] = ACTIONS(1988), - [sym_this] = ACTIONS(1988), - [sym_nullptr] = ACTIONS(1988), - [sym_alone_macro] = ACTIONS(1990), - [aux_sym_alone_macro_call_token1] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - [sym_raw_string_literal] = ACTIONS(1990), + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_include_token1] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token2] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1602), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym___cdecl] = ACTIONS(1600), + [anon_sym___clrcall] = ACTIONS(1600), + [anon_sym___stdcall] = ACTIONS(1600), + [anon_sym___fastcall] = ACTIONS(1600), + [anon_sym___thiscall] = ACTIONS(1600), + [anon_sym___vectorcall] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_switch] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1600), + [anon_sym_default] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_goto] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_sizeof] = ACTIONS(1600), + [sym_number_literal] = ACTIONS(1602), + [anon_sym_L_SQUOTE] = ACTIONS(1602), + [anon_sym_u_SQUOTE] = ACTIONS(1602), + [anon_sym_U_SQUOTE] = ACTIONS(1602), + [anon_sym_u8_SQUOTE] = ACTIONS(1602), + [anon_sym_SQUOTE] = ACTIONS(1602), + [anon_sym_L_DQUOTE] = ACTIONS(1602), + [anon_sym_u_DQUOTE] = ACTIONS(1602), + [anon_sym_U_DQUOTE] = ACTIONS(1602), + [anon_sym_u8_DQUOTE] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym_true] = ACTIONS(1600), + [sym_false] = ACTIONS(1600), + [sym_null] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_delete] = ACTIONS(1600), + [anon_sym_throw] = ACTIONS(1600), + [anon_sym_namespace] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1600), + [sym_operator_name] = ACTIONS(1600), + [sym_this] = ACTIONS(1600), + [sym_nullptr] = ACTIONS(1600), + [sym_alone_macro] = ACTIONS(1602), + [aux_sym_alone_macro_call_token1] = ACTIONS(1600), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_FORWARD] = ACTIONS(1600), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1600), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_PS_GET] = ACTIONS(1600), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1600), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1600), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), + [sym_raw_string_literal] = ACTIONS(1602), }, [605] = { - [ts_builtin_sym_end] = ACTIONS(1918), - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_include_token1] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_BANG] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1916), - [anon_sym_PLUS] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym___cdecl] = ACTIONS(1916), - [anon_sym___clrcall] = ACTIONS(1916), - [anon_sym___stdcall] = ACTIONS(1916), - [anon_sym___fastcall] = ACTIONS(1916), - [anon_sym___thiscall] = ACTIONS(1916), - [anon_sym___vectorcall] = ACTIONS(1916), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(1916), - [anon_sym_switch] = ACTIONS(1916), - [anon_sym_case] = ACTIONS(1916), - [anon_sym_default] = ACTIONS(1916), - [anon_sym_while] = ACTIONS(1916), - [anon_sym_do] = ACTIONS(1916), - [anon_sym_for] = ACTIONS(1916), - [anon_sym_return] = ACTIONS(1916), - [anon_sym_break] = ACTIONS(1916), - [anon_sym_continue] = ACTIONS(1916), - [anon_sym_goto] = ACTIONS(1916), - [anon_sym_DASH_DASH] = ACTIONS(1918), - [anon_sym_PLUS_PLUS] = ACTIONS(1918), - [anon_sym_sizeof] = ACTIONS(1916), - [sym_number_literal] = ACTIONS(1918), - [anon_sym_L_SQUOTE] = ACTIONS(1918), - [anon_sym_u_SQUOTE] = ACTIONS(1918), - [anon_sym_U_SQUOTE] = ACTIONS(1918), - [anon_sym_u8_SQUOTE] = ACTIONS(1918), - [anon_sym_SQUOTE] = ACTIONS(1918), - [anon_sym_L_DQUOTE] = ACTIONS(1918), - [anon_sym_u_DQUOTE] = ACTIONS(1918), - [anon_sym_U_DQUOTE] = ACTIONS(1918), - [anon_sym_u8_DQUOTE] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym_true] = ACTIONS(1916), - [sym_false] = ACTIONS(1916), - [sym_null] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_delete] = ACTIONS(1916), - [anon_sym_throw] = ACTIONS(1916), - [anon_sym_namespace] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_try] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [anon_sym_new] = ACTIONS(1916), - [sym_operator_name] = ACTIONS(1916), - [sym_this] = ACTIONS(1916), - [sym_nullptr] = ACTIONS(1916), - [sym_alone_macro] = ACTIONS(1918), - [aux_sym_alone_macro_call_token1] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), - [sym_raw_string_literal] = ACTIONS(1918), + [sym_identifier] = ACTIONS(1732), + [aux_sym_preproc_include_token1] = ACTIONS(1732), + [aux_sym_preproc_def_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token2] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1732), + [sym_preproc_directive] = ACTIONS(1732), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1734), + [anon_sym_TILDE] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_typedef] = ACTIONS(1732), + [anon_sym_extern] = ACTIONS(1732), + [anon_sym___attribute__] = ACTIONS(1732), + [anon_sym___declspec] = ACTIONS(1732), + [anon_sym___based] = ACTIONS(1732), + [anon_sym___cdecl] = ACTIONS(1732), + [anon_sym___clrcall] = ACTIONS(1732), + [anon_sym___stdcall] = ACTIONS(1732), + [anon_sym___fastcall] = ACTIONS(1732), + [anon_sym___thiscall] = ACTIONS(1732), + [anon_sym___vectorcall] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_static] = ACTIONS(1732), + [anon_sym_register] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_const] = ACTIONS(1732), + [anon_sym_volatile] = ACTIONS(1732), + [anon_sym_restrict] = ACTIONS(1732), + [anon_sym__Atomic] = ACTIONS(1732), + [anon_sym_mutable] = ACTIONS(1732), + [anon_sym_constexpr] = ACTIONS(1732), + [anon_sym_signed] = ACTIONS(1732), + [anon_sym_unsigned] = ACTIONS(1732), + [anon_sym_long] = ACTIONS(1732), + [anon_sym_short] = ACTIONS(1732), + [sym_primitive_type] = ACTIONS(1732), + [anon_sym_enum] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(1732), + [anon_sym_struct] = ACTIONS(1732), + [anon_sym_union] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_switch] = ACTIONS(1732), + [anon_sym_case] = ACTIONS(1732), + [anon_sym_default] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_do] = ACTIONS(1732), + [anon_sym_for] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1732), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_sizeof] = ACTIONS(1732), + [sym_number_literal] = ACTIONS(1734), + [anon_sym_L_SQUOTE] = ACTIONS(1734), + [anon_sym_u_SQUOTE] = ACTIONS(1734), + [anon_sym_U_SQUOTE] = ACTIONS(1734), + [anon_sym_u8_SQUOTE] = ACTIONS(1734), + [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_L_DQUOTE] = ACTIONS(1734), + [anon_sym_u_DQUOTE] = ACTIONS(1734), + [anon_sym_U_DQUOTE] = ACTIONS(1734), + [anon_sym_u8_DQUOTE] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym_true] = ACTIONS(1732), + [sym_false] = ACTIONS(1732), + [sym_null] = ACTIONS(1732), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1732), + [anon_sym_virtual] = ACTIONS(1732), + [anon_sym_explicit] = ACTIONS(1732), + [sym_auto] = ACTIONS(1732), + [anon_sym_typename] = ACTIONS(1732), + [anon_sym_template] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_delete] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_namespace] = ACTIONS(1732), + [anon_sym_using] = ACTIONS(1732), + [anon_sym_static_assert] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1734), + [anon_sym_new] = ACTIONS(1732), + [sym_operator_name] = ACTIONS(1732), + [sym_this] = ACTIONS(1732), + [sym_nullptr] = ACTIONS(1732), + [sym_alone_macro] = ACTIONS(1734), + [aux_sym_alone_macro_call_token1] = ACTIONS(1732), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_FORWARD] = ACTIONS(1732), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1732), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_PS_GET] = ACTIONS(1732), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1732), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1732), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1732), + [anon_sym_MOZ_COLD] = ACTIONS(1732), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1732), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1732), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1732), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1732), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1732), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1732), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1732), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1732), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1732), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1732), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1732), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1732), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_RAII] = ACTIONS(1732), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1732), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1732), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1732), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1732), + [sym_raw_string_literal] = ACTIONS(1734), }, [606] = { - [ts_builtin_sym_end] = ACTIONS(1934), - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_include_token1] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_BANG] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1932), - [anon_sym_PLUS] = ACTIONS(1932), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym___cdecl] = ACTIONS(1932), - [anon_sym___clrcall] = ACTIONS(1932), - [anon_sym___stdcall] = ACTIONS(1932), - [anon_sym___fastcall] = ACTIONS(1932), - [anon_sym___thiscall] = ACTIONS(1932), - [anon_sym___vectorcall] = ACTIONS(1932), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [anon_sym_if] = ACTIONS(1932), - [anon_sym_switch] = ACTIONS(1932), - [anon_sym_case] = ACTIONS(1932), - [anon_sym_default] = ACTIONS(1932), - [anon_sym_while] = ACTIONS(1932), - [anon_sym_do] = ACTIONS(1932), - [anon_sym_for] = ACTIONS(1932), - [anon_sym_return] = ACTIONS(1932), - [anon_sym_break] = ACTIONS(1932), - [anon_sym_continue] = ACTIONS(1932), - [anon_sym_goto] = ACTIONS(1932), - [anon_sym_DASH_DASH] = ACTIONS(1934), - [anon_sym_PLUS_PLUS] = ACTIONS(1934), - [anon_sym_sizeof] = ACTIONS(1932), - [sym_number_literal] = ACTIONS(1934), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1934), - [anon_sym_u_DQUOTE] = ACTIONS(1934), - [anon_sym_U_DQUOTE] = ACTIONS(1934), - [anon_sym_u8_DQUOTE] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym_true] = ACTIONS(1932), - [sym_false] = ACTIONS(1932), - [sym_null] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_delete] = ACTIONS(1932), - [anon_sym_throw] = ACTIONS(1932), - [anon_sym_namespace] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_try] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [anon_sym_new] = ACTIONS(1932), - [sym_operator_name] = ACTIONS(1932), - [sym_this] = ACTIONS(1932), - [sym_nullptr] = ACTIONS(1932), - [sym_alone_macro] = ACTIONS(1934), - [aux_sym_alone_macro_call_token1] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), - [sym_raw_string_literal] = ACTIONS(1934), + [ts_builtin_sym_end] = ACTIONS(1734), + [sym_identifier] = ACTIONS(1732), + [aux_sym_preproc_include_token1] = ACTIONS(1732), + [aux_sym_preproc_def_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1732), + [sym_preproc_directive] = ACTIONS(1732), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1734), + [anon_sym_TILDE] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_typedef] = ACTIONS(1732), + [anon_sym_extern] = ACTIONS(1732), + [anon_sym___attribute__] = ACTIONS(1732), + [anon_sym___declspec] = ACTIONS(1732), + [anon_sym___based] = ACTIONS(1732), + [anon_sym___cdecl] = ACTIONS(1732), + [anon_sym___clrcall] = ACTIONS(1732), + [anon_sym___stdcall] = ACTIONS(1732), + [anon_sym___fastcall] = ACTIONS(1732), + [anon_sym___thiscall] = ACTIONS(1732), + [anon_sym___vectorcall] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_static] = ACTIONS(1732), + [anon_sym_register] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_const] = ACTIONS(1732), + [anon_sym_volatile] = ACTIONS(1732), + [anon_sym_restrict] = ACTIONS(1732), + [anon_sym__Atomic] = ACTIONS(1732), + [anon_sym_mutable] = ACTIONS(1732), + [anon_sym_constexpr] = ACTIONS(1732), + [anon_sym_signed] = ACTIONS(1732), + [anon_sym_unsigned] = ACTIONS(1732), + [anon_sym_long] = ACTIONS(1732), + [anon_sym_short] = ACTIONS(1732), + [sym_primitive_type] = ACTIONS(1732), + [anon_sym_enum] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(1732), + [anon_sym_struct] = ACTIONS(1732), + [anon_sym_union] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_switch] = ACTIONS(1732), + [anon_sym_case] = ACTIONS(1732), + [anon_sym_default] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_do] = ACTIONS(1732), + [anon_sym_for] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1732), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_sizeof] = ACTIONS(1732), + [sym_number_literal] = ACTIONS(1734), + [anon_sym_L_SQUOTE] = ACTIONS(1734), + [anon_sym_u_SQUOTE] = ACTIONS(1734), + [anon_sym_U_SQUOTE] = ACTIONS(1734), + [anon_sym_u8_SQUOTE] = ACTIONS(1734), + [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_L_DQUOTE] = ACTIONS(1734), + [anon_sym_u_DQUOTE] = ACTIONS(1734), + [anon_sym_U_DQUOTE] = ACTIONS(1734), + [anon_sym_u8_DQUOTE] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym_true] = ACTIONS(1732), + [sym_false] = ACTIONS(1732), + [sym_null] = ACTIONS(1732), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1732), + [anon_sym_virtual] = ACTIONS(1732), + [anon_sym_explicit] = ACTIONS(1732), + [sym_auto] = ACTIONS(1732), + [anon_sym_typename] = ACTIONS(1732), + [anon_sym_template] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_delete] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_namespace] = ACTIONS(1732), + [anon_sym_using] = ACTIONS(1732), + [anon_sym_static_assert] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1734), + [anon_sym_new] = ACTIONS(1732), + [sym_operator_name] = ACTIONS(1732), + [sym_this] = ACTIONS(1732), + [sym_nullptr] = ACTIONS(1732), + [sym_alone_macro] = ACTIONS(1734), + [aux_sym_alone_macro_call_token1] = ACTIONS(1732), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_FORWARD] = ACTIONS(1732), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1732), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_PS_GET] = ACTIONS(1732), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1732), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1732), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1732), + [anon_sym_MOZ_COLD] = ACTIONS(1732), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1732), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1732), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1732), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1732), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1732), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1732), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1732), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1732), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1732), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1732), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1732), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1732), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_RAII] = ACTIONS(1732), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1732), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1732), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1732), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1732), + [sym_raw_string_literal] = ACTIONS(1734), }, [607] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_include_token1] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token2] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_BANG] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2044), - [anon_sym_PLUS] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym___cdecl] = ACTIONS(2044), - [anon_sym___clrcall] = ACTIONS(2044), - [anon_sym___stdcall] = ACTIONS(2044), - [anon_sym___fastcall] = ACTIONS(2044), - [anon_sym___thiscall] = ACTIONS(2044), - [anon_sym___vectorcall] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2046), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [anon_sym_if] = ACTIONS(2044), - [anon_sym_switch] = ACTIONS(2044), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2044), - [anon_sym_while] = ACTIONS(2044), - [anon_sym_do] = ACTIONS(2044), - [anon_sym_for] = ACTIONS(2044), - [anon_sym_return] = ACTIONS(2044), - [anon_sym_break] = ACTIONS(2044), - [anon_sym_continue] = ACTIONS(2044), - [anon_sym_goto] = ACTIONS(2044), - [anon_sym_DASH_DASH] = ACTIONS(2046), - [anon_sym_PLUS_PLUS] = ACTIONS(2046), - [anon_sym_sizeof] = ACTIONS(2044), - [sym_number_literal] = ACTIONS(2046), - [anon_sym_L_SQUOTE] = ACTIONS(2046), - [anon_sym_u_SQUOTE] = ACTIONS(2046), - [anon_sym_U_SQUOTE] = ACTIONS(2046), - [anon_sym_u8_SQUOTE] = ACTIONS(2046), - [anon_sym_SQUOTE] = ACTIONS(2046), - [anon_sym_L_DQUOTE] = ACTIONS(2046), - [anon_sym_u_DQUOTE] = ACTIONS(2046), - [anon_sym_U_DQUOTE] = ACTIONS(2046), - [anon_sym_u8_DQUOTE] = ACTIONS(2046), - [anon_sym_DQUOTE] = ACTIONS(2046), - [sym_true] = ACTIONS(2044), - [sym_false] = ACTIONS(2044), - [sym_null] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_delete] = ACTIONS(2044), - [anon_sym_throw] = ACTIONS(2044), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_try] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [anon_sym_new] = ACTIONS(2044), - [sym_operator_name] = ACTIONS(2044), - [sym_this] = ACTIONS(2044), - [sym_nullptr] = ACTIONS(2044), - [sym_alone_macro] = ACTIONS(2046), - [aux_sym_alone_macro_call_token1] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), - [sym_raw_string_literal] = ACTIONS(2046), + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_include_token1] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token2] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_BANG] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(1724), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_SEMI] = ACTIONS(1726), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym___cdecl] = ACTIONS(1724), + [anon_sym___clrcall] = ACTIONS(1724), + [anon_sym___stdcall] = ACTIONS(1724), + [anon_sym___fastcall] = ACTIONS(1724), + [anon_sym___thiscall] = ACTIONS(1724), + [anon_sym___vectorcall] = ACTIONS(1724), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_switch] = ACTIONS(1724), + [anon_sym_case] = ACTIONS(1724), + [anon_sym_default] = ACTIONS(1724), + [anon_sym_while] = ACTIONS(1724), + [anon_sym_do] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_DASH_DASH] = ACTIONS(1726), + [anon_sym_PLUS_PLUS] = ACTIONS(1726), + [anon_sym_sizeof] = ACTIONS(1724), + [sym_number_literal] = ACTIONS(1726), + [anon_sym_L_SQUOTE] = ACTIONS(1726), + [anon_sym_u_SQUOTE] = ACTIONS(1726), + [anon_sym_U_SQUOTE] = ACTIONS(1726), + [anon_sym_u8_SQUOTE] = ACTIONS(1726), + [anon_sym_SQUOTE] = ACTIONS(1726), + [anon_sym_L_DQUOTE] = ACTIONS(1726), + [anon_sym_u_DQUOTE] = ACTIONS(1726), + [anon_sym_U_DQUOTE] = ACTIONS(1726), + [anon_sym_u8_DQUOTE] = ACTIONS(1726), + [anon_sym_DQUOTE] = ACTIONS(1726), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_null] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_delete] = ACTIONS(1724), + [anon_sym_throw] = ACTIONS(1724), + [anon_sym_namespace] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_try] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [anon_sym_new] = ACTIONS(1724), + [sym_operator_name] = ACTIONS(1724), + [sym_this] = ACTIONS(1724), + [sym_nullptr] = ACTIONS(1724), + [sym_alone_macro] = ACTIONS(1726), + [aux_sym_alone_macro_call_token1] = ACTIONS(1724), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_FORWARD] = ACTIONS(1724), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1724), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_PS_GET] = ACTIONS(1724), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1724), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1724), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), + [sym_raw_string_literal] = ACTIONS(1726), }, [608] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_BANG] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_RBRACE] = ACTIONS(1974), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1974), - [anon_sym_PLUS_PLUS] = ACTIONS(1974), - [anon_sym_sizeof] = ACTIONS(1972), - [sym_number_literal] = ACTIONS(1974), - [anon_sym_L_SQUOTE] = ACTIONS(1974), - [anon_sym_u_SQUOTE] = ACTIONS(1974), - [anon_sym_U_SQUOTE] = ACTIONS(1974), - [anon_sym_u8_SQUOTE] = ACTIONS(1974), - [anon_sym_SQUOTE] = ACTIONS(1974), - [anon_sym_L_DQUOTE] = ACTIONS(1974), - [anon_sym_u_DQUOTE] = ACTIONS(1974), - [anon_sym_U_DQUOTE] = ACTIONS(1974), - [anon_sym_u8_DQUOTE] = ACTIONS(1974), - [anon_sym_DQUOTE] = ACTIONS(1974), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [sym_null] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [anon_sym_new] = ACTIONS(1972), - [sym_operator_name] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - [sym_nullptr] = ACTIONS(1972), - [sym_alone_macro] = ACTIONS(1974), - [aux_sym_alone_macro_call_token1] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - [sym_raw_string_literal] = ACTIONS(1974), + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_include_token1] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym___cdecl] = ACTIONS(1764), + [anon_sym___clrcall] = ACTIONS(1764), + [anon_sym___stdcall] = ACTIONS(1764), + [anon_sym___fastcall] = ACTIONS(1764), + [anon_sym___thiscall] = ACTIONS(1764), + [anon_sym___vectorcall] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_switch] = ACTIONS(1764), + [anon_sym_case] = ACTIONS(1764), + [anon_sym_default] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_do] = ACTIONS(1764), + [anon_sym_for] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_goto] = ACTIONS(1764), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_sizeof] = ACTIONS(1764), + [sym_number_literal] = ACTIONS(1766), + [anon_sym_L_SQUOTE] = ACTIONS(1766), + [anon_sym_u_SQUOTE] = ACTIONS(1766), + [anon_sym_U_SQUOTE] = ACTIONS(1766), + [anon_sym_u8_SQUOTE] = ACTIONS(1766), + [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_L_DQUOTE] = ACTIONS(1766), + [anon_sym_u_DQUOTE] = ACTIONS(1766), + [anon_sym_U_DQUOTE] = ACTIONS(1766), + [anon_sym_u8_DQUOTE] = ACTIONS(1766), + [anon_sym_DQUOTE] = ACTIONS(1766), + [sym_true] = ACTIONS(1764), + [sym_false] = ACTIONS(1764), + [sym_null] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_delete] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_namespace] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [anon_sym_new] = ACTIONS(1764), + [sym_operator_name] = ACTIONS(1764), + [sym_this] = ACTIONS(1764), + [sym_nullptr] = ACTIONS(1764), + [sym_alone_macro] = ACTIONS(1766), + [aux_sym_alone_macro_call_token1] = ACTIONS(1764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_FORWARD] = ACTIONS(1764), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1764), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_PS_GET] = ACTIONS(1764), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1764), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1764), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1764), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), + [sym_raw_string_literal] = ACTIONS(1766), }, [609] = { - [sym_identifier] = ACTIONS(1944), - [aux_sym_preproc_include_token1] = ACTIONS(1944), - [aux_sym_preproc_def_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token2] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1944), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_BANG] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1944), - [anon_sym_PLUS] = ACTIONS(1944), - [anon_sym_STAR] = ACTIONS(1946), - [anon_sym_AMP_AMP] = ACTIONS(1946), - [anon_sym_AMP] = ACTIONS(1944), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_typedef] = ACTIONS(1944), - [anon_sym_extern] = ACTIONS(1944), - [anon_sym___attribute__] = ACTIONS(1944), - [anon_sym___declspec] = ACTIONS(1944), - [anon_sym___based] = ACTIONS(1944), - [anon_sym___cdecl] = ACTIONS(1944), - [anon_sym___clrcall] = ACTIONS(1944), - [anon_sym___stdcall] = ACTIONS(1944), - [anon_sym___fastcall] = ACTIONS(1944), - [anon_sym___thiscall] = ACTIONS(1944), - [anon_sym___vectorcall] = ACTIONS(1944), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1944), - [anon_sym_static] = ACTIONS(1944), - [anon_sym_register] = ACTIONS(1944), - [anon_sym_inline] = ACTIONS(1944), - [anon_sym_const] = ACTIONS(1944), - [anon_sym_volatile] = ACTIONS(1944), - [anon_sym_restrict] = ACTIONS(1944), - [anon_sym__Atomic] = ACTIONS(1944), - [anon_sym_mutable] = ACTIONS(1944), - [anon_sym_constexpr] = ACTIONS(1944), - [anon_sym_signed] = ACTIONS(1944), - [anon_sym_unsigned] = ACTIONS(1944), - [anon_sym_long] = ACTIONS(1944), - [anon_sym_short] = ACTIONS(1944), - [sym_primitive_type] = ACTIONS(1944), - [anon_sym_enum] = ACTIONS(1944), - [anon_sym_class] = ACTIONS(1944), - [anon_sym_struct] = ACTIONS(1944), - [anon_sym_union] = ACTIONS(1944), - [anon_sym_if] = ACTIONS(1944), - [anon_sym_switch] = ACTIONS(1944), - [anon_sym_case] = ACTIONS(1944), - [anon_sym_default] = ACTIONS(1944), - [anon_sym_while] = ACTIONS(1944), - [anon_sym_do] = ACTIONS(1944), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(1944), - [anon_sym_break] = ACTIONS(1944), - [anon_sym_continue] = ACTIONS(1944), - [anon_sym_goto] = ACTIONS(1944), - [anon_sym_DASH_DASH] = ACTIONS(1946), - [anon_sym_PLUS_PLUS] = ACTIONS(1946), - [anon_sym_sizeof] = ACTIONS(1944), - [sym_number_literal] = ACTIONS(1946), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1946), - [anon_sym_u_DQUOTE] = ACTIONS(1946), - [anon_sym_U_DQUOTE] = ACTIONS(1946), - [anon_sym_u8_DQUOTE] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym_true] = ACTIONS(1944), - [sym_false] = ACTIONS(1944), - [sym_null] = ACTIONS(1944), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1944), - [anon_sym_virtual] = ACTIONS(1944), - [anon_sym_explicit] = ACTIONS(1944), - [sym_auto] = ACTIONS(1944), - [anon_sym_typename] = ACTIONS(1944), - [anon_sym_template] = ACTIONS(1944), - [anon_sym_COLON_COLON] = ACTIONS(1946), - [anon_sym_operator] = ACTIONS(1944), - [anon_sym_delete] = ACTIONS(1944), - [anon_sym_throw] = ACTIONS(1944), - [anon_sym_namespace] = ACTIONS(1944), - [anon_sym_using] = ACTIONS(1944), - [anon_sym_static_assert] = ACTIONS(1944), - [anon_sym_try] = ACTIONS(1944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1946), - [anon_sym_new] = ACTIONS(1944), - [sym_operator_name] = ACTIONS(1944), - [sym_this] = ACTIONS(1944), - [sym_nullptr] = ACTIONS(1944), - [sym_alone_macro] = ACTIONS(1946), - [aux_sym_alone_macro_call_token1] = ACTIONS(1944), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1944), - [anon_sym_MOZ_COLD] = ACTIONS(1944), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1944), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1944), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1944), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1944), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1944), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1944), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1944), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1944), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1944), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1944), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1944), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1944), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_RAII] = ACTIONS(1944), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1944), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1944), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1944), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1944), - [sym_raw_string_literal] = ACTIONS(1946), - }, - [610] = { - [ts_builtin_sym_end] = ACTIONS(1950), - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_include_token1] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_BANG] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1948), - [anon_sym_PLUS] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym___cdecl] = ACTIONS(1948), - [anon_sym___clrcall] = ACTIONS(1948), - [anon_sym___stdcall] = ACTIONS(1948), - [anon_sym___fastcall] = ACTIONS(1948), - [anon_sym___thiscall] = ACTIONS(1948), - [anon_sym___vectorcall] = ACTIONS(1948), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [anon_sym_if] = ACTIONS(1948), - [anon_sym_switch] = ACTIONS(1948), - [anon_sym_case] = ACTIONS(1948), - [anon_sym_default] = ACTIONS(1948), - [anon_sym_while] = ACTIONS(1948), - [anon_sym_do] = ACTIONS(1948), - [anon_sym_for] = ACTIONS(1948), - [anon_sym_return] = ACTIONS(1948), - [anon_sym_break] = ACTIONS(1948), - [anon_sym_continue] = ACTIONS(1948), - [anon_sym_goto] = ACTIONS(1948), - [anon_sym_DASH_DASH] = ACTIONS(1950), - [anon_sym_PLUS_PLUS] = ACTIONS(1950), - [anon_sym_sizeof] = ACTIONS(1948), - [sym_number_literal] = ACTIONS(1950), - [anon_sym_L_SQUOTE] = ACTIONS(1950), - [anon_sym_u_SQUOTE] = ACTIONS(1950), - [anon_sym_U_SQUOTE] = ACTIONS(1950), - [anon_sym_u8_SQUOTE] = ACTIONS(1950), - [anon_sym_SQUOTE] = ACTIONS(1950), - [anon_sym_L_DQUOTE] = ACTIONS(1950), - [anon_sym_u_DQUOTE] = ACTIONS(1950), - [anon_sym_U_DQUOTE] = ACTIONS(1950), - [anon_sym_u8_DQUOTE] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym_true] = ACTIONS(1948), - [sym_false] = ACTIONS(1948), - [sym_null] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_delete] = ACTIONS(1948), - [anon_sym_throw] = ACTIONS(1948), - [anon_sym_namespace] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_try] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [anon_sym_new] = ACTIONS(1948), - [sym_operator_name] = ACTIONS(1948), - [sym_this] = ACTIONS(1948), - [sym_nullptr] = ACTIONS(1948), - [sym_alone_macro] = ACTIONS(1950), - [aux_sym_alone_macro_call_token1] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), - [sym_raw_string_literal] = ACTIONS(1950), - }, - [611] = { - [ts_builtin_sym_end] = ACTIONS(2098), - [sym_identifier] = ACTIONS(2096), - [aux_sym_preproc_include_token1] = ACTIONS(2096), - [aux_sym_preproc_def_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2096), - [sym_preproc_directive] = ACTIONS(2096), - [anon_sym_LPAREN2] = ACTIONS(2098), - [anon_sym_BANG] = ACTIONS(2098), - [anon_sym_TILDE] = ACTIONS(2098), - [anon_sym_DASH] = ACTIONS(2096), - [anon_sym_PLUS] = ACTIONS(2096), - [anon_sym_STAR] = ACTIONS(2098), - [anon_sym_AMP_AMP] = ACTIONS(2098), - [anon_sym_AMP] = ACTIONS(2096), - [anon_sym_SEMI] = ACTIONS(2098), - [anon_sym_typedef] = ACTIONS(2096), - [anon_sym_extern] = ACTIONS(2096), - [anon_sym___attribute__] = ACTIONS(2096), - [anon_sym___declspec] = ACTIONS(2096), - [anon_sym___based] = ACTIONS(2096), - [anon_sym___cdecl] = ACTIONS(2096), - [anon_sym___clrcall] = ACTIONS(2096), - [anon_sym___stdcall] = ACTIONS(2096), - [anon_sym___fastcall] = ACTIONS(2096), - [anon_sym___thiscall] = ACTIONS(2096), - [anon_sym___vectorcall] = ACTIONS(2096), - [anon_sym_LBRACE] = ACTIONS(2098), - [anon_sym_LBRACK] = ACTIONS(2096), - [anon_sym_static] = ACTIONS(2096), - [anon_sym_register] = ACTIONS(2096), - [anon_sym_inline] = ACTIONS(2096), - [anon_sym_const] = ACTIONS(2096), - [anon_sym_volatile] = ACTIONS(2096), - [anon_sym_restrict] = ACTIONS(2096), - [anon_sym__Atomic] = ACTIONS(2096), - [anon_sym_mutable] = ACTIONS(2096), - [anon_sym_constexpr] = ACTIONS(2096), - [anon_sym_signed] = ACTIONS(2096), - [anon_sym_unsigned] = ACTIONS(2096), - [anon_sym_long] = ACTIONS(2096), - [anon_sym_short] = ACTIONS(2096), - [sym_primitive_type] = ACTIONS(2096), - [anon_sym_enum] = ACTIONS(2096), - [anon_sym_class] = ACTIONS(2096), - [anon_sym_struct] = ACTIONS(2096), - [anon_sym_union] = ACTIONS(2096), - [anon_sym_if] = ACTIONS(2096), - [anon_sym_switch] = ACTIONS(2096), - [anon_sym_case] = ACTIONS(2096), - [anon_sym_default] = ACTIONS(2096), - [anon_sym_while] = ACTIONS(2096), - [anon_sym_do] = ACTIONS(2096), - [anon_sym_for] = ACTIONS(2096), - [anon_sym_return] = ACTIONS(2096), - [anon_sym_break] = ACTIONS(2096), - [anon_sym_continue] = ACTIONS(2096), - [anon_sym_goto] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2098), - [anon_sym_PLUS_PLUS] = ACTIONS(2098), - [anon_sym_sizeof] = ACTIONS(2096), - [sym_number_literal] = ACTIONS(2098), - [anon_sym_L_SQUOTE] = ACTIONS(2098), - [anon_sym_u_SQUOTE] = ACTIONS(2098), - [anon_sym_U_SQUOTE] = ACTIONS(2098), - [anon_sym_u8_SQUOTE] = ACTIONS(2098), - [anon_sym_SQUOTE] = ACTIONS(2098), - [anon_sym_L_DQUOTE] = ACTIONS(2098), - [anon_sym_u_DQUOTE] = ACTIONS(2098), - [anon_sym_U_DQUOTE] = ACTIONS(2098), - [anon_sym_u8_DQUOTE] = ACTIONS(2098), - [anon_sym_DQUOTE] = ACTIONS(2098), - [sym_true] = ACTIONS(2096), - [sym_false] = ACTIONS(2096), - [sym_null] = ACTIONS(2096), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2096), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2096), - [sym_auto] = ACTIONS(2096), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2096), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_operator] = ACTIONS(2096), - [anon_sym_delete] = ACTIONS(2096), - [anon_sym_throw] = ACTIONS(2096), - [anon_sym_namespace] = ACTIONS(2096), - [anon_sym_using] = ACTIONS(2096), - [anon_sym_static_assert] = ACTIONS(2096), - [anon_sym_try] = ACTIONS(2096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2098), - [anon_sym_new] = ACTIONS(2096), - [sym_operator_name] = ACTIONS(2096), - [sym_this] = ACTIONS(2096), - [sym_nullptr] = ACTIONS(2096), - [sym_alone_macro] = ACTIONS(2098), - [aux_sym_alone_macro_call_token1] = ACTIONS(2096), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2096), - [anon_sym_MOZ_COLD] = ACTIONS(2096), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2096), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2096), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2096), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2096), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2096), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2096), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2096), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2096), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2096), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2096), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2096), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2096), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_RAII] = ACTIONS(2096), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2096), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2096), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2096), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2096), - [sym_raw_string_literal] = ACTIONS(2098), - }, - [612] = { - [ts_builtin_sym_end] = ACTIONS(2106), - [sym_identifier] = ACTIONS(2104), - [aux_sym_preproc_include_token1] = ACTIONS(2104), - [aux_sym_preproc_def_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2104), - [sym_preproc_directive] = ACTIONS(2104), - [anon_sym_LPAREN2] = ACTIONS(2106), - [anon_sym_BANG] = ACTIONS(2106), - [anon_sym_TILDE] = ACTIONS(2106), - [anon_sym_DASH] = ACTIONS(2104), - [anon_sym_PLUS] = ACTIONS(2104), - [anon_sym_STAR] = ACTIONS(2106), - [anon_sym_AMP_AMP] = ACTIONS(2106), - [anon_sym_AMP] = ACTIONS(2104), - [anon_sym_SEMI] = ACTIONS(2106), - [anon_sym_typedef] = ACTIONS(2104), - [anon_sym_extern] = ACTIONS(2104), - [anon_sym___attribute__] = ACTIONS(2104), - [anon_sym___declspec] = ACTIONS(2104), - [anon_sym___based] = ACTIONS(2104), - [anon_sym___cdecl] = ACTIONS(2104), - [anon_sym___clrcall] = ACTIONS(2104), - [anon_sym___stdcall] = ACTIONS(2104), - [anon_sym___fastcall] = ACTIONS(2104), - [anon_sym___thiscall] = ACTIONS(2104), - [anon_sym___vectorcall] = ACTIONS(2104), - [anon_sym_LBRACE] = ACTIONS(2106), - [anon_sym_LBRACK] = ACTIONS(2104), - [anon_sym_static] = ACTIONS(2104), - [anon_sym_register] = ACTIONS(2104), - [anon_sym_inline] = ACTIONS(2104), - [anon_sym_const] = ACTIONS(2104), - [anon_sym_volatile] = ACTIONS(2104), - [anon_sym_restrict] = ACTIONS(2104), - [anon_sym__Atomic] = ACTIONS(2104), - [anon_sym_mutable] = ACTIONS(2104), - [anon_sym_constexpr] = ACTIONS(2104), - [anon_sym_signed] = ACTIONS(2104), - [anon_sym_unsigned] = ACTIONS(2104), - [anon_sym_long] = ACTIONS(2104), - [anon_sym_short] = ACTIONS(2104), - [sym_primitive_type] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2104), - [anon_sym_class] = ACTIONS(2104), - [anon_sym_struct] = ACTIONS(2104), - [anon_sym_union] = ACTIONS(2104), - [anon_sym_if] = ACTIONS(2104), - [anon_sym_switch] = ACTIONS(2104), - [anon_sym_case] = ACTIONS(2104), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_while] = ACTIONS(2104), - [anon_sym_do] = ACTIONS(2104), - [anon_sym_for] = ACTIONS(2104), - [anon_sym_return] = ACTIONS(2104), - [anon_sym_break] = ACTIONS(2104), - [anon_sym_continue] = ACTIONS(2104), - [anon_sym_goto] = ACTIONS(2104), - [anon_sym_DASH_DASH] = ACTIONS(2106), - [anon_sym_PLUS_PLUS] = ACTIONS(2106), - [anon_sym_sizeof] = ACTIONS(2104), - [sym_number_literal] = ACTIONS(2106), - [anon_sym_L_SQUOTE] = ACTIONS(2106), - [anon_sym_u_SQUOTE] = ACTIONS(2106), - [anon_sym_U_SQUOTE] = ACTIONS(2106), - [anon_sym_u8_SQUOTE] = ACTIONS(2106), - [anon_sym_SQUOTE] = ACTIONS(2106), - [anon_sym_L_DQUOTE] = ACTIONS(2106), - [anon_sym_u_DQUOTE] = ACTIONS(2106), - [anon_sym_U_DQUOTE] = ACTIONS(2106), - [anon_sym_u8_DQUOTE] = ACTIONS(2106), - [anon_sym_DQUOTE] = ACTIONS(2106), - [sym_true] = ACTIONS(2104), - [sym_false] = ACTIONS(2104), - [sym_null] = ACTIONS(2104), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2104), - [anon_sym_virtual] = ACTIONS(2104), - [anon_sym_explicit] = ACTIONS(2104), - [sym_auto] = ACTIONS(2104), - [anon_sym_typename] = ACTIONS(2104), - [anon_sym_template] = ACTIONS(2104), - [anon_sym_COLON_COLON] = ACTIONS(2106), - [anon_sym_operator] = ACTIONS(2104), - [anon_sym_delete] = ACTIONS(2104), - [anon_sym_throw] = ACTIONS(2104), - [anon_sym_namespace] = ACTIONS(2104), - [anon_sym_using] = ACTIONS(2104), - [anon_sym_static_assert] = ACTIONS(2104), - [anon_sym_try] = ACTIONS(2104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2106), - [anon_sym_new] = ACTIONS(2104), - [sym_operator_name] = ACTIONS(2104), - [sym_this] = ACTIONS(2104), - [sym_nullptr] = ACTIONS(2104), - [sym_alone_macro] = ACTIONS(2106), - [aux_sym_alone_macro_call_token1] = ACTIONS(2104), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2104), - [anon_sym_MOZ_COLD] = ACTIONS(2104), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2104), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2104), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2104), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2104), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2104), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2104), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2104), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2104), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2104), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2104), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2104), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2104), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_RAII] = ACTIONS(2104), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2104), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2104), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2104), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2104), - [sym_raw_string_literal] = ACTIONS(2106), - }, - [613] = { - [ts_builtin_sym_end] = ACTIONS(1954), - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_include_token1] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_BANG] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_DASH] = ACTIONS(1952), - [anon_sym_PLUS] = ACTIONS(1952), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_SEMI] = ACTIONS(1954), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym___cdecl] = ACTIONS(1952), - [anon_sym___clrcall] = ACTIONS(1952), - [anon_sym___stdcall] = ACTIONS(1952), - [anon_sym___fastcall] = ACTIONS(1952), - [anon_sym___thiscall] = ACTIONS(1952), - [anon_sym___vectorcall] = ACTIONS(1952), - [anon_sym_LBRACE] = ACTIONS(1954), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [anon_sym_if] = ACTIONS(1952), - [anon_sym_switch] = ACTIONS(1952), - [anon_sym_case] = ACTIONS(1952), - [anon_sym_default] = ACTIONS(1952), - [anon_sym_while] = ACTIONS(1952), - [anon_sym_do] = ACTIONS(1952), - [anon_sym_for] = ACTIONS(1952), - [anon_sym_return] = ACTIONS(1952), - [anon_sym_break] = ACTIONS(1952), - [anon_sym_continue] = ACTIONS(1952), - [anon_sym_goto] = ACTIONS(1952), - [anon_sym_DASH_DASH] = ACTIONS(1954), - [anon_sym_PLUS_PLUS] = ACTIONS(1954), - [anon_sym_sizeof] = ACTIONS(1952), - [sym_number_literal] = ACTIONS(1954), - [anon_sym_L_SQUOTE] = ACTIONS(1954), - [anon_sym_u_SQUOTE] = ACTIONS(1954), - [anon_sym_U_SQUOTE] = ACTIONS(1954), - [anon_sym_u8_SQUOTE] = ACTIONS(1954), - [anon_sym_SQUOTE] = ACTIONS(1954), - [anon_sym_L_DQUOTE] = ACTIONS(1954), - [anon_sym_u_DQUOTE] = ACTIONS(1954), - [anon_sym_U_DQUOTE] = ACTIONS(1954), - [anon_sym_u8_DQUOTE] = ACTIONS(1954), - [anon_sym_DQUOTE] = ACTIONS(1954), - [sym_true] = ACTIONS(1952), - [sym_false] = ACTIONS(1952), - [sym_null] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_delete] = ACTIONS(1952), - [anon_sym_throw] = ACTIONS(1952), - [anon_sym_namespace] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_try] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [anon_sym_new] = ACTIONS(1952), - [sym_operator_name] = ACTIONS(1952), - [sym_this] = ACTIONS(1952), - [sym_nullptr] = ACTIONS(1952), - [sym_alone_macro] = ACTIONS(1954), - [aux_sym_alone_macro_call_token1] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), - [sym_raw_string_literal] = ACTIONS(1954), - }, - [614] = { - [sym_identifier] = ACTIONS(2048), - [aux_sym_preproc_include_token1] = ACTIONS(2048), - [aux_sym_preproc_def_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token1] = ACTIONS(2048), - [aux_sym_preproc_if_token2] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2048), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2048), - [sym_preproc_directive] = ACTIONS(2048), - [anon_sym_LPAREN2] = ACTIONS(2050), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_TILDE] = ACTIONS(2050), - [anon_sym_DASH] = ACTIONS(2048), - [anon_sym_PLUS] = ACTIONS(2048), - [anon_sym_STAR] = ACTIONS(2050), - [anon_sym_AMP_AMP] = ACTIONS(2050), - [anon_sym_AMP] = ACTIONS(2048), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_typedef] = ACTIONS(2048), - [anon_sym_extern] = ACTIONS(2048), - [anon_sym___attribute__] = ACTIONS(2048), - [anon_sym___declspec] = ACTIONS(2048), - [anon_sym___based] = ACTIONS(2048), - [anon_sym___cdecl] = ACTIONS(2048), - [anon_sym___clrcall] = ACTIONS(2048), - [anon_sym___stdcall] = ACTIONS(2048), - [anon_sym___fastcall] = ACTIONS(2048), - [anon_sym___thiscall] = ACTIONS(2048), - [anon_sym___vectorcall] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2050), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_static] = ACTIONS(2048), - [anon_sym_register] = ACTIONS(2048), - [anon_sym_inline] = ACTIONS(2048), - [anon_sym_const] = ACTIONS(2048), - [anon_sym_volatile] = ACTIONS(2048), - [anon_sym_restrict] = ACTIONS(2048), - [anon_sym__Atomic] = ACTIONS(2048), - [anon_sym_mutable] = ACTIONS(2048), - [anon_sym_constexpr] = ACTIONS(2048), - [anon_sym_signed] = ACTIONS(2048), - [anon_sym_unsigned] = ACTIONS(2048), - [anon_sym_long] = ACTIONS(2048), - [anon_sym_short] = ACTIONS(2048), - [sym_primitive_type] = ACTIONS(2048), - [anon_sym_enum] = ACTIONS(2048), - [anon_sym_class] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(2048), - [anon_sym_union] = ACTIONS(2048), - [anon_sym_if] = ACTIONS(2048), - [anon_sym_switch] = ACTIONS(2048), - [anon_sym_case] = ACTIONS(2048), - [anon_sym_default] = ACTIONS(2048), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(2048), - [anon_sym_for] = ACTIONS(2048), - [anon_sym_return] = ACTIONS(2048), - [anon_sym_break] = ACTIONS(2048), - [anon_sym_continue] = ACTIONS(2048), - [anon_sym_goto] = ACTIONS(2048), - [anon_sym_DASH_DASH] = ACTIONS(2050), - [anon_sym_PLUS_PLUS] = ACTIONS(2050), - [anon_sym_sizeof] = ACTIONS(2048), - [sym_number_literal] = ACTIONS(2050), - [anon_sym_L_SQUOTE] = ACTIONS(2050), - [anon_sym_u_SQUOTE] = ACTIONS(2050), - [anon_sym_U_SQUOTE] = ACTIONS(2050), - [anon_sym_u8_SQUOTE] = ACTIONS(2050), - [anon_sym_SQUOTE] = ACTIONS(2050), - [anon_sym_L_DQUOTE] = ACTIONS(2050), - [anon_sym_u_DQUOTE] = ACTIONS(2050), - [anon_sym_U_DQUOTE] = ACTIONS(2050), - [anon_sym_u8_DQUOTE] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2050), - [sym_true] = ACTIONS(2048), - [sym_false] = ACTIONS(2048), - [sym_null] = ACTIONS(2048), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2048), - [anon_sym_virtual] = ACTIONS(2048), - [anon_sym_explicit] = ACTIONS(2048), - [sym_auto] = ACTIONS(2048), - [anon_sym_typename] = ACTIONS(2048), - [anon_sym_template] = ACTIONS(2048), - [anon_sym_COLON_COLON] = ACTIONS(2050), - [anon_sym_operator] = ACTIONS(2048), - [anon_sym_delete] = ACTIONS(2048), - [anon_sym_throw] = ACTIONS(2048), - [anon_sym_namespace] = ACTIONS(2048), - [anon_sym_using] = ACTIONS(2048), - [anon_sym_static_assert] = ACTIONS(2048), - [anon_sym_try] = ACTIONS(2048), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2050), - [anon_sym_new] = ACTIONS(2048), - [sym_operator_name] = ACTIONS(2048), - [sym_this] = ACTIONS(2048), - [sym_nullptr] = ACTIONS(2048), - [sym_alone_macro] = ACTIONS(2050), - [aux_sym_alone_macro_call_token1] = ACTIONS(2048), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2048), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2048), - [anon_sym_MOZ_COLD] = ACTIONS(2048), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2048), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2048), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2048), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2048), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2048), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2048), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2048), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2048), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2048), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2048), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2048), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2048), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL] = ACTIONS(2048), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2048), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2048), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN] = ACTIONS(2048), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2048), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2048), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2048), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2048), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2048), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2048), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2048), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2048), - [anon_sym_MOZ_RAII] = ACTIONS(2048), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2048), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2048), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2048), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2048), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2048), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2048), - [sym_raw_string_literal] = ACTIONS(2050), - }, - [615] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_include_token1] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token2] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_BANG] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2036), - [anon_sym_PLUS] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_SEMI] = ACTIONS(2038), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym___cdecl] = ACTIONS(2036), - [anon_sym___clrcall] = ACTIONS(2036), - [anon_sym___stdcall] = ACTIONS(2036), - [anon_sym___fastcall] = ACTIONS(2036), - [anon_sym___thiscall] = ACTIONS(2036), - [anon_sym___vectorcall] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [anon_sym_if] = ACTIONS(2036), - [anon_sym_switch] = ACTIONS(2036), - [anon_sym_case] = ACTIONS(2036), - [anon_sym_default] = ACTIONS(2036), - [anon_sym_while] = ACTIONS(2036), - [anon_sym_do] = ACTIONS(2036), - [anon_sym_for] = ACTIONS(2036), - [anon_sym_return] = ACTIONS(2036), - [anon_sym_break] = ACTIONS(2036), - [anon_sym_continue] = ACTIONS(2036), - [anon_sym_goto] = ACTIONS(2036), - [anon_sym_DASH_DASH] = ACTIONS(2038), - [anon_sym_PLUS_PLUS] = ACTIONS(2038), - [anon_sym_sizeof] = ACTIONS(2036), - [sym_number_literal] = ACTIONS(2038), - [anon_sym_L_SQUOTE] = ACTIONS(2038), - [anon_sym_u_SQUOTE] = ACTIONS(2038), - [anon_sym_U_SQUOTE] = ACTIONS(2038), - [anon_sym_u8_SQUOTE] = ACTIONS(2038), - [anon_sym_SQUOTE] = ACTIONS(2038), - [anon_sym_L_DQUOTE] = ACTIONS(2038), - [anon_sym_u_DQUOTE] = ACTIONS(2038), - [anon_sym_U_DQUOTE] = ACTIONS(2038), - [anon_sym_u8_DQUOTE] = ACTIONS(2038), - [anon_sym_DQUOTE] = ACTIONS(2038), - [sym_true] = ACTIONS(2036), - [sym_false] = ACTIONS(2036), - [sym_null] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_delete] = ACTIONS(2036), - [anon_sym_throw] = ACTIONS(2036), - [anon_sym_namespace] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_try] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym_new] = ACTIONS(2036), - [sym_operator_name] = ACTIONS(2036), - [sym_this] = ACTIONS(2036), - [sym_nullptr] = ACTIONS(2036), - [sym_alone_macro] = ACTIONS(2038), - [aux_sym_alone_macro_call_token1] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), - [sym_raw_string_literal] = ACTIONS(2038), - }, - [616] = { - [sym_identifier] = ACTIONS(2104), - [aux_sym_preproc_include_token1] = ACTIONS(2104), - [aux_sym_preproc_def_token1] = ACTIONS(2104), - [aux_sym_preproc_if_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2104), - [sym_preproc_directive] = ACTIONS(2104), - [anon_sym_LPAREN2] = ACTIONS(2106), - [anon_sym_BANG] = ACTIONS(2106), - [anon_sym_TILDE] = ACTIONS(2106), - [anon_sym_DASH] = ACTIONS(2104), - [anon_sym_PLUS] = ACTIONS(2104), - [anon_sym_STAR] = ACTIONS(2106), - [anon_sym_AMP_AMP] = ACTIONS(2106), - [anon_sym_AMP] = ACTIONS(2104), - [anon_sym_SEMI] = ACTIONS(2106), - [anon_sym_typedef] = ACTIONS(2104), - [anon_sym_extern] = ACTIONS(2104), - [anon_sym___attribute__] = ACTIONS(2104), - [anon_sym___declspec] = ACTIONS(2104), - [anon_sym___based] = ACTIONS(2104), - [anon_sym___cdecl] = ACTIONS(2104), - [anon_sym___clrcall] = ACTIONS(2104), - [anon_sym___stdcall] = ACTIONS(2104), - [anon_sym___fastcall] = ACTIONS(2104), - [anon_sym___thiscall] = ACTIONS(2104), - [anon_sym___vectorcall] = ACTIONS(2104), - [anon_sym_LBRACE] = ACTIONS(2106), - [anon_sym_RBRACE] = ACTIONS(2106), - [anon_sym_LBRACK] = ACTIONS(2104), - [anon_sym_static] = ACTIONS(2104), - [anon_sym_register] = ACTIONS(2104), - [anon_sym_inline] = ACTIONS(2104), - [anon_sym_const] = ACTIONS(2104), - [anon_sym_volatile] = ACTIONS(2104), - [anon_sym_restrict] = ACTIONS(2104), - [anon_sym__Atomic] = ACTIONS(2104), - [anon_sym_mutable] = ACTIONS(2104), - [anon_sym_constexpr] = ACTIONS(2104), - [anon_sym_signed] = ACTIONS(2104), - [anon_sym_unsigned] = ACTIONS(2104), - [anon_sym_long] = ACTIONS(2104), - [anon_sym_short] = ACTIONS(2104), - [sym_primitive_type] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2104), - [anon_sym_class] = ACTIONS(2104), - [anon_sym_struct] = ACTIONS(2104), - [anon_sym_union] = ACTIONS(2104), - [anon_sym_if] = ACTIONS(2104), - [anon_sym_switch] = ACTIONS(2104), - [anon_sym_case] = ACTIONS(2104), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_while] = ACTIONS(2104), - [anon_sym_do] = ACTIONS(2104), - [anon_sym_for] = ACTIONS(2104), - [anon_sym_return] = ACTIONS(2104), - [anon_sym_break] = ACTIONS(2104), - [anon_sym_continue] = ACTIONS(2104), - [anon_sym_goto] = ACTIONS(2104), - [anon_sym_DASH_DASH] = ACTIONS(2106), - [anon_sym_PLUS_PLUS] = ACTIONS(2106), - [anon_sym_sizeof] = ACTIONS(2104), - [sym_number_literal] = ACTIONS(2106), - [anon_sym_L_SQUOTE] = ACTIONS(2106), - [anon_sym_u_SQUOTE] = ACTIONS(2106), - [anon_sym_U_SQUOTE] = ACTIONS(2106), - [anon_sym_u8_SQUOTE] = ACTIONS(2106), - [anon_sym_SQUOTE] = ACTIONS(2106), - [anon_sym_L_DQUOTE] = ACTIONS(2106), - [anon_sym_u_DQUOTE] = ACTIONS(2106), - [anon_sym_U_DQUOTE] = ACTIONS(2106), - [anon_sym_u8_DQUOTE] = ACTIONS(2106), - [anon_sym_DQUOTE] = ACTIONS(2106), - [sym_true] = ACTIONS(2104), - [sym_false] = ACTIONS(2104), - [sym_null] = ACTIONS(2104), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2104), - [anon_sym_virtual] = ACTIONS(2104), - [anon_sym_explicit] = ACTIONS(2104), - [sym_auto] = ACTIONS(2104), - [anon_sym_typename] = ACTIONS(2104), - [anon_sym_template] = ACTIONS(2104), - [anon_sym_COLON_COLON] = ACTIONS(2106), - [anon_sym_operator] = ACTIONS(2104), - [anon_sym_delete] = ACTIONS(2104), - [anon_sym_throw] = ACTIONS(2104), - [anon_sym_namespace] = ACTIONS(2104), - [anon_sym_using] = ACTIONS(2104), - [anon_sym_static_assert] = ACTIONS(2104), - [anon_sym_try] = ACTIONS(2104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2106), - [anon_sym_new] = ACTIONS(2104), - [sym_operator_name] = ACTIONS(2104), - [sym_this] = ACTIONS(2104), - [sym_nullptr] = ACTIONS(2104), - [sym_alone_macro] = ACTIONS(2106), - [aux_sym_alone_macro_call_token1] = ACTIONS(2104), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2104), - [anon_sym_MOZ_COLD] = ACTIONS(2104), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2104), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2104), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2104), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2104), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2104), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2104), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2104), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2104), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2104), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2104), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2104), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2104), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL] = ACTIONS(2104), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2104), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2104), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN] = ACTIONS(2104), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2104), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2104), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2104), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2104), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2104), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2104), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2104), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2104), - [anon_sym_MOZ_RAII] = ACTIONS(2104), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2104), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2104), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2104), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2104), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2104), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2104), - [sym_raw_string_literal] = ACTIONS(2106), - }, - [617] = { - [sym_identifier] = ACTIONS(2096), - [aux_sym_preproc_include_token1] = ACTIONS(2096), - [aux_sym_preproc_def_token1] = ACTIONS(2096), - [aux_sym_preproc_if_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2096), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2096), - [sym_preproc_directive] = ACTIONS(2096), - [anon_sym_LPAREN2] = ACTIONS(2098), - [anon_sym_BANG] = ACTIONS(2098), - [anon_sym_TILDE] = ACTIONS(2098), - [anon_sym_DASH] = ACTIONS(2096), - [anon_sym_PLUS] = ACTIONS(2096), - [anon_sym_STAR] = ACTIONS(2098), - [anon_sym_AMP_AMP] = ACTIONS(2098), - [anon_sym_AMP] = ACTIONS(2096), - [anon_sym_SEMI] = ACTIONS(2098), - [anon_sym_typedef] = ACTIONS(2096), - [anon_sym_extern] = ACTIONS(2096), - [anon_sym___attribute__] = ACTIONS(2096), - [anon_sym___declspec] = ACTIONS(2096), - [anon_sym___based] = ACTIONS(2096), - [anon_sym___cdecl] = ACTIONS(2096), - [anon_sym___clrcall] = ACTIONS(2096), - [anon_sym___stdcall] = ACTIONS(2096), - [anon_sym___fastcall] = ACTIONS(2096), - [anon_sym___thiscall] = ACTIONS(2096), - [anon_sym___vectorcall] = ACTIONS(2096), - [anon_sym_LBRACE] = ACTIONS(2098), - [anon_sym_RBRACE] = ACTIONS(2098), - [anon_sym_LBRACK] = ACTIONS(2096), - [anon_sym_static] = ACTIONS(2096), - [anon_sym_register] = ACTIONS(2096), - [anon_sym_inline] = ACTIONS(2096), - [anon_sym_const] = ACTIONS(2096), - [anon_sym_volatile] = ACTIONS(2096), - [anon_sym_restrict] = ACTIONS(2096), - [anon_sym__Atomic] = ACTIONS(2096), - [anon_sym_mutable] = ACTIONS(2096), - [anon_sym_constexpr] = ACTIONS(2096), - [anon_sym_signed] = ACTIONS(2096), - [anon_sym_unsigned] = ACTIONS(2096), - [anon_sym_long] = ACTIONS(2096), - [anon_sym_short] = ACTIONS(2096), - [sym_primitive_type] = ACTIONS(2096), - [anon_sym_enum] = ACTIONS(2096), - [anon_sym_class] = ACTIONS(2096), - [anon_sym_struct] = ACTIONS(2096), - [anon_sym_union] = ACTIONS(2096), - [anon_sym_if] = ACTIONS(2096), - [anon_sym_switch] = ACTIONS(2096), - [anon_sym_case] = ACTIONS(2096), - [anon_sym_default] = ACTIONS(2096), - [anon_sym_while] = ACTIONS(2096), - [anon_sym_do] = ACTIONS(2096), - [anon_sym_for] = ACTIONS(2096), - [anon_sym_return] = ACTIONS(2096), - [anon_sym_break] = ACTIONS(2096), - [anon_sym_continue] = ACTIONS(2096), - [anon_sym_goto] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2098), - [anon_sym_PLUS_PLUS] = ACTIONS(2098), - [anon_sym_sizeof] = ACTIONS(2096), - [sym_number_literal] = ACTIONS(2098), - [anon_sym_L_SQUOTE] = ACTIONS(2098), - [anon_sym_u_SQUOTE] = ACTIONS(2098), - [anon_sym_U_SQUOTE] = ACTIONS(2098), - [anon_sym_u8_SQUOTE] = ACTIONS(2098), - [anon_sym_SQUOTE] = ACTIONS(2098), - [anon_sym_L_DQUOTE] = ACTIONS(2098), - [anon_sym_u_DQUOTE] = ACTIONS(2098), - [anon_sym_U_DQUOTE] = ACTIONS(2098), - [anon_sym_u8_DQUOTE] = ACTIONS(2098), - [anon_sym_DQUOTE] = ACTIONS(2098), - [sym_true] = ACTIONS(2096), - [sym_false] = ACTIONS(2096), - [sym_null] = ACTIONS(2096), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2096), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2096), - [sym_auto] = ACTIONS(2096), - [anon_sym_typename] = ACTIONS(2096), - [anon_sym_template] = ACTIONS(2096), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_operator] = ACTIONS(2096), - [anon_sym_delete] = ACTIONS(2096), - [anon_sym_throw] = ACTIONS(2096), - [anon_sym_namespace] = ACTIONS(2096), - [anon_sym_using] = ACTIONS(2096), - [anon_sym_static_assert] = ACTIONS(2096), - [anon_sym_try] = ACTIONS(2096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2098), - [anon_sym_new] = ACTIONS(2096), - [sym_operator_name] = ACTIONS(2096), - [sym_this] = ACTIONS(2096), - [sym_nullptr] = ACTIONS(2096), - [sym_alone_macro] = ACTIONS(2098), - [aux_sym_alone_macro_call_token1] = ACTIONS(2096), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2096), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2096), - [anon_sym_MOZ_COLD] = ACTIONS(2096), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2096), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2096), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2096), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2096), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2096), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2096), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2096), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2096), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2096), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2096), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2096), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2096), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL] = ACTIONS(2096), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2096), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2096), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN] = ACTIONS(2096), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2096), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2096), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2096), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2096), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2096), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2096), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2096), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2096), - [anon_sym_MOZ_RAII] = ACTIONS(2096), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2096), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2096), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2096), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2096), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2096), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2096), - [sym_raw_string_literal] = ACTIONS(2098), - }, - [618] = { - [ts_builtin_sym_end] = ACTIONS(1958), - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_include_token1] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_BANG] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_SEMI] = ACTIONS(1958), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym___cdecl] = ACTIONS(1956), - [anon_sym___clrcall] = ACTIONS(1956), - [anon_sym___stdcall] = ACTIONS(1956), - [anon_sym___fastcall] = ACTIONS(1956), - [anon_sym___thiscall] = ACTIONS(1956), - [anon_sym___vectorcall] = ACTIONS(1956), - [anon_sym_LBRACE] = ACTIONS(1958), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [anon_sym_if] = ACTIONS(1956), - [anon_sym_switch] = ACTIONS(1956), - [anon_sym_case] = ACTIONS(1956), - [anon_sym_default] = ACTIONS(1956), - [anon_sym_while] = ACTIONS(1956), - [anon_sym_do] = ACTIONS(1956), - [anon_sym_for] = ACTIONS(1956), - [anon_sym_return] = ACTIONS(1956), - [anon_sym_break] = ACTIONS(1956), - [anon_sym_continue] = ACTIONS(1956), - [anon_sym_goto] = ACTIONS(1956), - [anon_sym_DASH_DASH] = ACTIONS(1958), - [anon_sym_PLUS_PLUS] = ACTIONS(1958), - [anon_sym_sizeof] = ACTIONS(1956), - [sym_number_literal] = ACTIONS(1958), - [anon_sym_L_SQUOTE] = ACTIONS(1958), - [anon_sym_u_SQUOTE] = ACTIONS(1958), - [anon_sym_U_SQUOTE] = ACTIONS(1958), - [anon_sym_u8_SQUOTE] = ACTIONS(1958), - [anon_sym_SQUOTE] = ACTIONS(1958), - [anon_sym_L_DQUOTE] = ACTIONS(1958), - [anon_sym_u_DQUOTE] = ACTIONS(1958), - [anon_sym_U_DQUOTE] = ACTIONS(1958), - [anon_sym_u8_DQUOTE] = ACTIONS(1958), - [anon_sym_DQUOTE] = ACTIONS(1958), - [sym_true] = ACTIONS(1956), - [sym_false] = ACTIONS(1956), - [sym_null] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_throw] = ACTIONS(1956), - [anon_sym_namespace] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_try] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym_new] = ACTIONS(1956), - [sym_operator_name] = ACTIONS(1956), - [sym_this] = ACTIONS(1956), - [sym_nullptr] = ACTIONS(1956), - [sym_alone_macro] = ACTIONS(1958), - [aux_sym_alone_macro_call_token1] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), - [sym_raw_string_literal] = ACTIONS(1958), - }, - [619] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1968), - [sym_number_literal] = ACTIONS(1970), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [sym_null] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym_new] = ACTIONS(1968), - [sym_operator_name] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - [sym_nullptr] = ACTIONS(1968), - [sym_alone_macro] = ACTIONS(1970), - [aux_sym_alone_macro_call_token1] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), - [sym_raw_string_literal] = ACTIONS(1970), - }, - [620] = { - [sym_identifier] = ACTIONS(2004), - [aux_sym_preproc_include_token1] = ACTIONS(2004), - [aux_sym_preproc_def_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token2] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2004), - [sym_preproc_directive] = ACTIONS(2004), - [anon_sym_LPAREN2] = ACTIONS(2006), - [anon_sym_BANG] = ACTIONS(2006), - [anon_sym_TILDE] = ACTIONS(2006), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_STAR] = ACTIONS(2006), - [anon_sym_AMP_AMP] = ACTIONS(2006), - [anon_sym_AMP] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_typedef] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym___attribute__] = ACTIONS(2004), - [anon_sym___declspec] = ACTIONS(2004), - [anon_sym___based] = ACTIONS(2004), - [anon_sym___cdecl] = ACTIONS(2004), - [anon_sym___clrcall] = ACTIONS(2004), - [anon_sym___stdcall] = ACTIONS(2004), - [anon_sym___fastcall] = ACTIONS(2004), - [anon_sym___thiscall] = ACTIONS(2004), - [anon_sym___vectorcall] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2006), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_static] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_inline] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_volatile] = ACTIONS(2004), - [anon_sym_restrict] = ACTIONS(2004), - [anon_sym__Atomic] = ACTIONS(2004), - [anon_sym_mutable] = ACTIONS(2004), - [anon_sym_constexpr] = ACTIONS(2004), - [anon_sym_signed] = ACTIONS(2004), - [anon_sym_unsigned] = ACTIONS(2004), - [anon_sym_long] = ACTIONS(2004), - [anon_sym_short] = ACTIONS(2004), - [sym_primitive_type] = ACTIONS(2004), - [anon_sym_enum] = ACTIONS(2004), - [anon_sym_class] = ACTIONS(2004), - [anon_sym_struct] = ACTIONS(2004), - [anon_sym_union] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_switch] = ACTIONS(2004), - [anon_sym_case] = ACTIONS(2004), - [anon_sym_default] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2004), - [anon_sym_DASH_DASH] = ACTIONS(2006), - [anon_sym_PLUS_PLUS] = ACTIONS(2006), - [anon_sym_sizeof] = ACTIONS(2004), - [sym_number_literal] = ACTIONS(2006), - [anon_sym_L_SQUOTE] = ACTIONS(2006), - [anon_sym_u_SQUOTE] = ACTIONS(2006), - [anon_sym_U_SQUOTE] = ACTIONS(2006), - [anon_sym_u8_SQUOTE] = ACTIONS(2006), - [anon_sym_SQUOTE] = ACTIONS(2006), - [anon_sym_L_DQUOTE] = ACTIONS(2006), - [anon_sym_u_DQUOTE] = ACTIONS(2006), - [anon_sym_U_DQUOTE] = ACTIONS(2006), - [anon_sym_u8_DQUOTE] = ACTIONS(2006), - [anon_sym_DQUOTE] = ACTIONS(2006), - [sym_true] = ACTIONS(2004), - [sym_false] = ACTIONS(2004), - [sym_null] = ACTIONS(2004), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2004), - [anon_sym_virtual] = ACTIONS(2004), - [anon_sym_explicit] = ACTIONS(2004), - [sym_auto] = ACTIONS(2004), - [anon_sym_typename] = ACTIONS(2004), - [anon_sym_template] = ACTIONS(2004), - [anon_sym_COLON_COLON] = ACTIONS(2006), - [anon_sym_operator] = ACTIONS(2004), - [anon_sym_delete] = ACTIONS(2004), - [anon_sym_throw] = ACTIONS(2004), - [anon_sym_namespace] = ACTIONS(2004), - [anon_sym_using] = ACTIONS(2004), - [anon_sym_static_assert] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2006), - [anon_sym_new] = ACTIONS(2004), - [sym_operator_name] = ACTIONS(2004), - [sym_this] = ACTIONS(2004), - [sym_nullptr] = ACTIONS(2004), - [sym_alone_macro] = ACTIONS(2006), - [aux_sym_alone_macro_call_token1] = ACTIONS(2004), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2004), - [anon_sym_MOZ_COLD] = ACTIONS(2004), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2004), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2004), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2004), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2004), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2004), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2004), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2004), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2004), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2004), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2004), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2004), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2004), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_RAII] = ACTIONS(2004), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2004), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2004), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2004), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2004), - [sym_raw_string_literal] = ACTIONS(2006), - }, - [621] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_include_token1] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_BANG] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_SEMI] = ACTIONS(2078), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym___cdecl] = ACTIONS(2076), - [anon_sym___clrcall] = ACTIONS(2076), - [anon_sym___stdcall] = ACTIONS(2076), - [anon_sym___fastcall] = ACTIONS(2076), - [anon_sym___thiscall] = ACTIONS(2076), - [anon_sym___vectorcall] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_switch] = ACTIONS(2076), - [anon_sym_case] = ACTIONS(2076), - [anon_sym_default] = ACTIONS(2076), - [anon_sym_while] = ACTIONS(2076), - [anon_sym_do] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2078), - [anon_sym_PLUS_PLUS] = ACTIONS(2078), - [anon_sym_sizeof] = ACTIONS(2076), - [sym_number_literal] = ACTIONS(2078), - [anon_sym_L_SQUOTE] = ACTIONS(2078), - [anon_sym_u_SQUOTE] = ACTIONS(2078), - [anon_sym_U_SQUOTE] = ACTIONS(2078), - [anon_sym_u8_SQUOTE] = ACTIONS(2078), - [anon_sym_SQUOTE] = ACTIONS(2078), - [anon_sym_L_DQUOTE] = ACTIONS(2078), - [anon_sym_u_DQUOTE] = ACTIONS(2078), - [anon_sym_U_DQUOTE] = ACTIONS(2078), - [anon_sym_u8_DQUOTE] = ACTIONS(2078), - [anon_sym_DQUOTE] = ACTIONS(2078), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_null] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_delete] = ACTIONS(2076), - [anon_sym_throw] = ACTIONS(2076), - [anon_sym_namespace] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_try] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [anon_sym_new] = ACTIONS(2076), - [sym_operator_name] = ACTIONS(2076), - [sym_this] = ACTIONS(2076), - [sym_nullptr] = ACTIONS(2076), - [sym_alone_macro] = ACTIONS(2078), - [aux_sym_alone_macro_call_token1] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), - [sym_raw_string_literal] = ACTIONS(2078), - }, - [622] = { - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_include_token1] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token2] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2016), - [sym_preproc_directive] = ACTIONS(2016), - [anon_sym_LPAREN2] = ACTIONS(2018), - [anon_sym_BANG] = ACTIONS(2018), - [anon_sym_TILDE] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2016), - [anon_sym_PLUS] = ACTIONS(2016), - [anon_sym_STAR] = ACTIONS(2018), - [anon_sym_AMP_AMP] = ACTIONS(2018), - [anon_sym_AMP] = ACTIONS(2016), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_typedef] = ACTIONS(2016), - [anon_sym_extern] = ACTIONS(2016), - [anon_sym___attribute__] = ACTIONS(2016), - [anon_sym___declspec] = ACTIONS(2016), - [anon_sym___based] = ACTIONS(2016), - [anon_sym___cdecl] = ACTIONS(2016), - [anon_sym___clrcall] = ACTIONS(2016), - [anon_sym___stdcall] = ACTIONS(2016), - [anon_sym___fastcall] = ACTIONS(2016), - [anon_sym___thiscall] = ACTIONS(2016), - [anon_sym___vectorcall] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2016), - [anon_sym_static] = ACTIONS(2016), - [anon_sym_register] = ACTIONS(2016), - [anon_sym_inline] = ACTIONS(2016), - [anon_sym_const] = ACTIONS(2016), - [anon_sym_volatile] = ACTIONS(2016), - [anon_sym_restrict] = ACTIONS(2016), - [anon_sym__Atomic] = ACTIONS(2016), - [anon_sym_mutable] = ACTIONS(2016), - [anon_sym_constexpr] = ACTIONS(2016), - [anon_sym_signed] = ACTIONS(2016), - [anon_sym_unsigned] = ACTIONS(2016), - [anon_sym_long] = ACTIONS(2016), - [anon_sym_short] = ACTIONS(2016), - [sym_primitive_type] = ACTIONS(2016), - [anon_sym_enum] = ACTIONS(2016), - [anon_sym_class] = ACTIONS(2016), - [anon_sym_struct] = ACTIONS(2016), - [anon_sym_union] = ACTIONS(2016), - [anon_sym_if] = ACTIONS(2016), - [anon_sym_switch] = ACTIONS(2016), - [anon_sym_case] = ACTIONS(2016), - [anon_sym_default] = ACTIONS(2016), - [anon_sym_while] = ACTIONS(2016), - [anon_sym_do] = ACTIONS(2016), - [anon_sym_for] = ACTIONS(2016), - [anon_sym_return] = ACTIONS(2016), - [anon_sym_break] = ACTIONS(2016), - [anon_sym_continue] = ACTIONS(2016), - [anon_sym_goto] = ACTIONS(2016), - [anon_sym_DASH_DASH] = ACTIONS(2018), - [anon_sym_PLUS_PLUS] = ACTIONS(2018), - [anon_sym_sizeof] = ACTIONS(2016), - [sym_number_literal] = ACTIONS(2018), - [anon_sym_L_SQUOTE] = ACTIONS(2018), - [anon_sym_u_SQUOTE] = ACTIONS(2018), - [anon_sym_U_SQUOTE] = ACTIONS(2018), - [anon_sym_u8_SQUOTE] = ACTIONS(2018), - [anon_sym_SQUOTE] = ACTIONS(2018), - [anon_sym_L_DQUOTE] = ACTIONS(2018), - [anon_sym_u_DQUOTE] = ACTIONS(2018), - [anon_sym_U_DQUOTE] = ACTIONS(2018), - [anon_sym_u8_DQUOTE] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym_true] = ACTIONS(2016), - [sym_false] = ACTIONS(2016), - [sym_null] = ACTIONS(2016), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2016), - [anon_sym_virtual] = ACTIONS(2016), - [anon_sym_explicit] = ACTIONS(2016), - [sym_auto] = ACTIONS(2016), - [anon_sym_typename] = ACTIONS(2016), - [anon_sym_template] = ACTIONS(2016), - [anon_sym_COLON_COLON] = ACTIONS(2018), - [anon_sym_operator] = ACTIONS(2016), - [anon_sym_delete] = ACTIONS(2016), - [anon_sym_throw] = ACTIONS(2016), - [anon_sym_namespace] = ACTIONS(2016), - [anon_sym_using] = ACTIONS(2016), - [anon_sym_static_assert] = ACTIONS(2016), - [anon_sym_try] = ACTIONS(2016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2018), - [anon_sym_new] = ACTIONS(2016), - [sym_operator_name] = ACTIONS(2016), - [sym_this] = ACTIONS(2016), - [sym_nullptr] = ACTIONS(2016), - [sym_alone_macro] = ACTIONS(2018), - [aux_sym_alone_macro_call_token1] = ACTIONS(2016), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2016), - [anon_sym_MOZ_COLD] = ACTIONS(2016), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2016), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2016), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2016), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2016), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2016), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2016), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2016), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2016), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2016), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2016), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2016), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2016), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_RAII] = ACTIONS(2016), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2016), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2016), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2016), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2016), - [sym_raw_string_literal] = ACTIONS(2018), - }, - [623] = { - [ts_builtin_sym_end] = ACTIONS(1982), - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_include_token1] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_BANG] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_DASH] = ACTIONS(1980), - [anon_sym_PLUS] = ACTIONS(1980), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym___cdecl] = ACTIONS(1980), - [anon_sym___clrcall] = ACTIONS(1980), - [anon_sym___stdcall] = ACTIONS(1980), - [anon_sym___fastcall] = ACTIONS(1980), - [anon_sym___thiscall] = ACTIONS(1980), - [anon_sym___vectorcall] = ACTIONS(1980), - [anon_sym_LBRACE] = ACTIONS(1982), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [anon_sym_if] = ACTIONS(1980), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1980), - [anon_sym_while] = ACTIONS(1980), - [anon_sym_do] = ACTIONS(1980), - [anon_sym_for] = ACTIONS(1980), - [anon_sym_return] = ACTIONS(1980), - [anon_sym_break] = ACTIONS(1980), - [anon_sym_continue] = ACTIONS(1980), - [anon_sym_goto] = ACTIONS(1980), - [anon_sym_DASH_DASH] = ACTIONS(1982), - [anon_sym_PLUS_PLUS] = ACTIONS(1982), - [anon_sym_sizeof] = ACTIONS(1980), - [sym_number_literal] = ACTIONS(1982), - [anon_sym_L_SQUOTE] = ACTIONS(1982), - [anon_sym_u_SQUOTE] = ACTIONS(1982), - [anon_sym_U_SQUOTE] = ACTIONS(1982), - [anon_sym_u8_SQUOTE] = ACTIONS(1982), - [anon_sym_SQUOTE] = ACTIONS(1982), - [anon_sym_L_DQUOTE] = ACTIONS(1982), - [anon_sym_u_DQUOTE] = ACTIONS(1982), - [anon_sym_U_DQUOTE] = ACTIONS(1982), - [anon_sym_u8_DQUOTE] = ACTIONS(1982), - [anon_sym_DQUOTE] = ACTIONS(1982), - [sym_true] = ACTIONS(1980), - [sym_false] = ACTIONS(1980), - [sym_null] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_delete] = ACTIONS(1980), - [anon_sym_throw] = ACTIONS(1980), - [anon_sym_namespace] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_try] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [anon_sym_new] = ACTIONS(1980), - [sym_operator_name] = ACTIONS(1980), - [sym_this] = ACTIONS(1980), - [sym_nullptr] = ACTIONS(1980), - [sym_alone_macro] = ACTIONS(1982), - [aux_sym_alone_macro_call_token1] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), - [sym_raw_string_literal] = ACTIONS(1982), - }, - [624] = { - [sym_identifier] = ACTIONS(2080), - [aux_sym_preproc_include_token1] = ACTIONS(2080), - [aux_sym_preproc_def_token1] = ACTIONS(2080), - [aux_sym_preproc_if_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2080), - [anon_sym_LPAREN2] = ACTIONS(2082), - [anon_sym_BANG] = ACTIONS(2082), - [anon_sym_TILDE] = ACTIONS(2082), - [anon_sym_DASH] = ACTIONS(2080), - [anon_sym_PLUS] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_AMP_AMP] = ACTIONS(2082), - [anon_sym_AMP] = ACTIONS(2080), - [anon_sym_SEMI] = ACTIONS(2082), - [anon_sym_typedef] = ACTIONS(2080), - [anon_sym_extern] = ACTIONS(2080), - [anon_sym___attribute__] = ACTIONS(2080), - [anon_sym___declspec] = ACTIONS(2080), - [anon_sym___based] = ACTIONS(2080), - [anon_sym___cdecl] = ACTIONS(2080), - [anon_sym___clrcall] = ACTIONS(2080), - [anon_sym___stdcall] = ACTIONS(2080), - [anon_sym___fastcall] = ACTIONS(2080), - [anon_sym___thiscall] = ACTIONS(2080), - [anon_sym___vectorcall] = ACTIONS(2080), - [anon_sym_LBRACE] = ACTIONS(2082), - [anon_sym_RBRACE] = ACTIONS(2082), - [anon_sym_LBRACK] = ACTIONS(2080), - [anon_sym_static] = ACTIONS(2080), - [anon_sym_register] = ACTIONS(2080), - [anon_sym_inline] = ACTIONS(2080), - [anon_sym_const] = ACTIONS(2080), - [anon_sym_volatile] = ACTIONS(2080), - [anon_sym_restrict] = ACTIONS(2080), - [anon_sym__Atomic] = ACTIONS(2080), - [anon_sym_mutable] = ACTIONS(2080), - [anon_sym_constexpr] = ACTIONS(2080), - [anon_sym_signed] = ACTIONS(2080), - [anon_sym_unsigned] = ACTIONS(2080), - [anon_sym_long] = ACTIONS(2080), - [anon_sym_short] = ACTIONS(2080), - [sym_primitive_type] = ACTIONS(2080), - [anon_sym_enum] = ACTIONS(2080), - [anon_sym_class] = ACTIONS(2080), - [anon_sym_struct] = ACTIONS(2080), - [anon_sym_union] = ACTIONS(2080), - [anon_sym_if] = ACTIONS(2080), - [anon_sym_switch] = ACTIONS(2080), - [anon_sym_case] = ACTIONS(2080), - [anon_sym_default] = ACTIONS(2080), - [anon_sym_while] = ACTIONS(2080), - [anon_sym_do] = ACTIONS(2080), - [anon_sym_for] = ACTIONS(2080), - [anon_sym_return] = ACTIONS(2080), - [anon_sym_break] = ACTIONS(2080), - [anon_sym_continue] = ACTIONS(2080), - [anon_sym_goto] = ACTIONS(2080), - [anon_sym_DASH_DASH] = ACTIONS(2082), - [anon_sym_PLUS_PLUS] = ACTIONS(2082), - [anon_sym_sizeof] = ACTIONS(2080), - [sym_number_literal] = ACTIONS(2082), - [anon_sym_L_SQUOTE] = ACTIONS(2082), - [anon_sym_u_SQUOTE] = ACTIONS(2082), - [anon_sym_U_SQUOTE] = ACTIONS(2082), - [anon_sym_u8_SQUOTE] = ACTIONS(2082), - [anon_sym_SQUOTE] = ACTIONS(2082), - [anon_sym_L_DQUOTE] = ACTIONS(2082), - [anon_sym_u_DQUOTE] = ACTIONS(2082), - [anon_sym_U_DQUOTE] = ACTIONS(2082), - [anon_sym_u8_DQUOTE] = ACTIONS(2082), - [anon_sym_DQUOTE] = ACTIONS(2082), - [sym_true] = ACTIONS(2080), - [sym_false] = ACTIONS(2080), - [sym_null] = ACTIONS(2080), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2080), - [anon_sym_virtual] = ACTIONS(2080), - [anon_sym_explicit] = ACTIONS(2080), - [sym_auto] = ACTIONS(2080), - [anon_sym_typename] = ACTIONS(2080), - [anon_sym_template] = ACTIONS(2080), - [anon_sym_COLON_COLON] = ACTIONS(2082), - [anon_sym_operator] = ACTIONS(2080), - [anon_sym_delete] = ACTIONS(2080), - [anon_sym_throw] = ACTIONS(2080), - [anon_sym_namespace] = ACTIONS(2080), - [anon_sym_using] = ACTIONS(2080), - [anon_sym_static_assert] = ACTIONS(2080), - [anon_sym_try] = ACTIONS(2080), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2082), - [anon_sym_new] = ACTIONS(2080), - [sym_operator_name] = ACTIONS(2080), - [sym_this] = ACTIONS(2080), - [sym_nullptr] = ACTIONS(2080), - [sym_alone_macro] = ACTIONS(2082), - [aux_sym_alone_macro_call_token1] = ACTIONS(2080), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2080), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2080), - [anon_sym_MOZ_COLD] = ACTIONS(2080), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2080), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2080), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2080), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2080), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2080), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2080), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2080), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2080), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2080), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2080), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2080), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2080), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL] = ACTIONS(2080), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2080), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2080), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN] = ACTIONS(2080), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2080), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2080), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2080), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2080), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2080), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2080), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2080), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2080), - [anon_sym_MOZ_RAII] = ACTIONS(2080), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2080), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2080), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2080), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2080), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2080), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2080), - [sym_raw_string_literal] = ACTIONS(2082), - }, - [625] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_include_token1] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_BANG] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_DASH] = ACTIONS(2072), - [anon_sym_PLUS] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_SEMI] = ACTIONS(2074), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym___cdecl] = ACTIONS(2072), - [anon_sym___clrcall] = ACTIONS(2072), - [anon_sym___stdcall] = ACTIONS(2072), - [anon_sym___fastcall] = ACTIONS(2072), - [anon_sym___thiscall] = ACTIONS(2072), - [anon_sym___vectorcall] = ACTIONS(2072), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_RBRACE] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2072), - [anon_sym_switch] = ACTIONS(2072), - [anon_sym_case] = ACTIONS(2072), - [anon_sym_default] = ACTIONS(2072), - [anon_sym_while] = ACTIONS(2072), - [anon_sym_do] = ACTIONS(2072), - [anon_sym_for] = ACTIONS(2072), - [anon_sym_return] = ACTIONS(2072), - [anon_sym_break] = ACTIONS(2072), - [anon_sym_continue] = ACTIONS(2072), - [anon_sym_goto] = ACTIONS(2072), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_sizeof] = ACTIONS(2072), - [sym_number_literal] = ACTIONS(2074), - [anon_sym_L_SQUOTE] = ACTIONS(2074), - [anon_sym_u_SQUOTE] = ACTIONS(2074), - [anon_sym_U_SQUOTE] = ACTIONS(2074), - [anon_sym_u8_SQUOTE] = ACTIONS(2074), - [anon_sym_SQUOTE] = ACTIONS(2074), - [anon_sym_L_DQUOTE] = ACTIONS(2074), - [anon_sym_u_DQUOTE] = ACTIONS(2074), - [anon_sym_U_DQUOTE] = ACTIONS(2074), - [anon_sym_u8_DQUOTE] = ACTIONS(2074), - [anon_sym_DQUOTE] = ACTIONS(2074), - [sym_true] = ACTIONS(2072), - [sym_false] = ACTIONS(2072), - [sym_null] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_delete] = ACTIONS(2072), - [anon_sym_throw] = ACTIONS(2072), - [anon_sym_namespace] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_try] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [anon_sym_new] = ACTIONS(2072), - [sym_operator_name] = ACTIONS(2072), - [sym_this] = ACTIONS(2072), - [sym_nullptr] = ACTIONS(2072), - [sym_alone_macro] = ACTIONS(2074), - [aux_sym_alone_macro_call_token1] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), - [sym_raw_string_literal] = ACTIONS(2074), - }, - [626] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_include_token1] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_BANG] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2068), - [anon_sym_PLUS] = ACTIONS(2068), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_SEMI] = ACTIONS(2070), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym___cdecl] = ACTIONS(2068), - [anon_sym___clrcall] = ACTIONS(2068), - [anon_sym___stdcall] = ACTIONS(2068), - [anon_sym___fastcall] = ACTIONS(2068), - [anon_sym___thiscall] = ACTIONS(2068), - [anon_sym___vectorcall] = ACTIONS(2068), - [anon_sym_LBRACE] = ACTIONS(2070), - [anon_sym_RBRACE] = ACTIONS(2070), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_switch] = ACTIONS(2068), - [anon_sym_case] = ACTIONS(2068), - [anon_sym_default] = ACTIONS(2068), - [anon_sym_while] = ACTIONS(2068), - [anon_sym_do] = ACTIONS(2068), - [anon_sym_for] = ACTIONS(2068), - [anon_sym_return] = ACTIONS(2068), - [anon_sym_break] = ACTIONS(2068), - [anon_sym_continue] = ACTIONS(2068), - [anon_sym_goto] = ACTIONS(2068), - [anon_sym_DASH_DASH] = ACTIONS(2070), - [anon_sym_PLUS_PLUS] = ACTIONS(2070), - [anon_sym_sizeof] = ACTIONS(2068), - [sym_number_literal] = ACTIONS(2070), - [anon_sym_L_SQUOTE] = ACTIONS(2070), - [anon_sym_u_SQUOTE] = ACTIONS(2070), - [anon_sym_U_SQUOTE] = ACTIONS(2070), - [anon_sym_u8_SQUOTE] = ACTIONS(2070), - [anon_sym_SQUOTE] = ACTIONS(2070), - [anon_sym_L_DQUOTE] = ACTIONS(2070), - [anon_sym_u_DQUOTE] = ACTIONS(2070), - [anon_sym_U_DQUOTE] = ACTIONS(2070), - [anon_sym_u8_DQUOTE] = ACTIONS(2070), - [anon_sym_DQUOTE] = ACTIONS(2070), - [sym_true] = ACTIONS(2068), - [sym_false] = ACTIONS(2068), - [sym_null] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_delete] = ACTIONS(2068), - [anon_sym_throw] = ACTIONS(2068), - [anon_sym_namespace] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_try] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_new] = ACTIONS(2068), - [sym_operator_name] = ACTIONS(2068), - [sym_this] = ACTIONS(2068), - [sym_nullptr] = ACTIONS(2068), - [sym_alone_macro] = ACTIONS(2070), - [aux_sym_alone_macro_call_token1] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), - [sym_raw_string_literal] = ACTIONS(2070), - }, - [627] = { - [ts_builtin_sym_end] = ACTIONS(2002), - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_include_token1] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_BANG] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_PLUS] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym___cdecl] = ACTIONS(2000), - [anon_sym___clrcall] = ACTIONS(2000), - [anon_sym___stdcall] = ACTIONS(2000), - [anon_sym___fastcall] = ACTIONS(2000), - [anon_sym___thiscall] = ACTIONS(2000), - [anon_sym___vectorcall] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2002), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_switch] = ACTIONS(2000), - [anon_sym_case] = ACTIONS(2000), - [anon_sym_default] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_goto] = ACTIONS(2000), - [anon_sym_DASH_DASH] = ACTIONS(2002), - [anon_sym_PLUS_PLUS] = ACTIONS(2002), - [anon_sym_sizeof] = ACTIONS(2000), - [sym_number_literal] = ACTIONS(2002), - [anon_sym_L_SQUOTE] = ACTIONS(2002), - [anon_sym_u_SQUOTE] = ACTIONS(2002), - [anon_sym_U_SQUOTE] = ACTIONS(2002), - [anon_sym_u8_SQUOTE] = ACTIONS(2002), - [anon_sym_SQUOTE] = ACTIONS(2002), - [anon_sym_L_DQUOTE] = ACTIONS(2002), - [anon_sym_u_DQUOTE] = ACTIONS(2002), - [anon_sym_U_DQUOTE] = ACTIONS(2002), - [anon_sym_u8_DQUOTE] = ACTIONS(2002), - [anon_sym_DQUOTE] = ACTIONS(2002), - [sym_true] = ACTIONS(2000), - [sym_false] = ACTIONS(2000), - [sym_null] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_throw] = ACTIONS(2000), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [anon_sym_new] = ACTIONS(2000), - [sym_operator_name] = ACTIONS(2000), - [sym_this] = ACTIONS(2000), - [sym_nullptr] = ACTIONS(2000), - [sym_alone_macro] = ACTIONS(2002), - [aux_sym_alone_macro_call_token1] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), - [sym_raw_string_literal] = ACTIONS(2002), - }, - [628] = { - [sym_identifier] = ACTIONS(2100), - [aux_sym_preproc_include_token1] = ACTIONS(2100), - [aux_sym_preproc_def_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token1] = ACTIONS(2100), - [aux_sym_preproc_if_token2] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2100), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2100), - [sym_preproc_directive] = ACTIONS(2100), - [anon_sym_LPAREN2] = ACTIONS(2102), - [anon_sym_BANG] = ACTIONS(2102), - [anon_sym_TILDE] = ACTIONS(2102), - [anon_sym_DASH] = ACTIONS(2100), - [anon_sym_PLUS] = ACTIONS(2100), - [anon_sym_STAR] = ACTIONS(2102), - [anon_sym_AMP_AMP] = ACTIONS(2102), - [anon_sym_AMP] = ACTIONS(2100), - [anon_sym_SEMI] = ACTIONS(2102), - [anon_sym_typedef] = ACTIONS(2100), - [anon_sym_extern] = ACTIONS(2100), - [anon_sym___attribute__] = ACTIONS(2100), - [anon_sym___declspec] = ACTIONS(2100), - [anon_sym___based] = ACTIONS(2100), - [anon_sym___cdecl] = ACTIONS(2100), - [anon_sym___clrcall] = ACTIONS(2100), - [anon_sym___stdcall] = ACTIONS(2100), - [anon_sym___fastcall] = ACTIONS(2100), - [anon_sym___thiscall] = ACTIONS(2100), - [anon_sym___vectorcall] = ACTIONS(2100), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_LBRACK] = ACTIONS(2100), - [anon_sym_static] = ACTIONS(2100), - [anon_sym_register] = ACTIONS(2100), - [anon_sym_inline] = ACTIONS(2100), - [anon_sym_const] = ACTIONS(2100), - [anon_sym_volatile] = ACTIONS(2100), - [anon_sym_restrict] = ACTIONS(2100), - [anon_sym__Atomic] = ACTIONS(2100), - [anon_sym_mutable] = ACTIONS(2100), - [anon_sym_constexpr] = ACTIONS(2100), - [anon_sym_signed] = ACTIONS(2100), - [anon_sym_unsigned] = ACTIONS(2100), - [anon_sym_long] = ACTIONS(2100), - [anon_sym_short] = ACTIONS(2100), - [sym_primitive_type] = ACTIONS(2100), - [anon_sym_enum] = ACTIONS(2100), - [anon_sym_class] = ACTIONS(2100), - [anon_sym_struct] = ACTIONS(2100), - [anon_sym_union] = ACTIONS(2100), - [anon_sym_if] = ACTIONS(2100), - [anon_sym_switch] = ACTIONS(2100), - [anon_sym_case] = ACTIONS(2100), - [anon_sym_default] = ACTIONS(2100), - [anon_sym_while] = ACTIONS(2100), - [anon_sym_do] = ACTIONS(2100), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2100), - [anon_sym_break] = ACTIONS(2100), - [anon_sym_continue] = ACTIONS(2100), - [anon_sym_goto] = ACTIONS(2100), - [anon_sym_DASH_DASH] = ACTIONS(2102), - [anon_sym_PLUS_PLUS] = ACTIONS(2102), - [anon_sym_sizeof] = ACTIONS(2100), - [sym_number_literal] = ACTIONS(2102), - [anon_sym_L_SQUOTE] = ACTIONS(2102), - [anon_sym_u_SQUOTE] = ACTIONS(2102), - [anon_sym_U_SQUOTE] = ACTIONS(2102), - [anon_sym_u8_SQUOTE] = ACTIONS(2102), - [anon_sym_SQUOTE] = ACTIONS(2102), - [anon_sym_L_DQUOTE] = ACTIONS(2102), - [anon_sym_u_DQUOTE] = ACTIONS(2102), - [anon_sym_U_DQUOTE] = ACTIONS(2102), - [anon_sym_u8_DQUOTE] = ACTIONS(2102), - [anon_sym_DQUOTE] = ACTIONS(2102), - [sym_true] = ACTIONS(2100), - [sym_false] = ACTIONS(2100), - [sym_null] = ACTIONS(2100), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2100), - [anon_sym_virtual] = ACTIONS(2100), - [anon_sym_explicit] = ACTIONS(2100), - [sym_auto] = ACTIONS(2100), - [anon_sym_typename] = ACTIONS(2100), - [anon_sym_template] = ACTIONS(2100), - [anon_sym_COLON_COLON] = ACTIONS(2102), - [anon_sym_operator] = ACTIONS(2100), - [anon_sym_delete] = ACTIONS(2100), - [anon_sym_throw] = ACTIONS(2100), - [anon_sym_namespace] = ACTIONS(2100), - [anon_sym_using] = ACTIONS(2100), - [anon_sym_static_assert] = ACTIONS(2100), - [anon_sym_try] = ACTIONS(2100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2102), - [anon_sym_new] = ACTIONS(2100), - [sym_operator_name] = ACTIONS(2100), - [sym_this] = ACTIONS(2100), - [sym_nullptr] = ACTIONS(2100), - [sym_alone_macro] = ACTIONS(2102), - [aux_sym_alone_macro_call_token1] = ACTIONS(2100), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2100), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2100), - [anon_sym_MOZ_COLD] = ACTIONS(2100), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2100), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2100), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2100), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2100), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2100), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2100), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2100), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2100), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2100), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2100), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2100), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2100), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL] = ACTIONS(2100), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2100), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2100), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN] = ACTIONS(2100), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2100), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2100), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2100), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2100), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2100), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2100), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2100), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2100), - [anon_sym_MOZ_RAII] = ACTIONS(2100), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2100), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2100), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2100), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2100), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2100), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2100), - [sym_raw_string_literal] = ACTIONS(2102), - }, - [629] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_include_token1] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_BANG] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1940), - [anon_sym_PLUS] = ACTIONS(1940), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym___cdecl] = ACTIONS(1940), - [anon_sym___clrcall] = ACTIONS(1940), - [anon_sym___stdcall] = ACTIONS(1940), - [anon_sym___fastcall] = ACTIONS(1940), - [anon_sym___thiscall] = ACTIONS(1940), - [anon_sym___vectorcall] = ACTIONS(1940), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_RBRACE] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [anon_sym_if] = ACTIONS(1940), - [anon_sym_switch] = ACTIONS(1940), - [anon_sym_case] = ACTIONS(1940), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1940), - [anon_sym_do] = ACTIONS(1940), - [anon_sym_for] = ACTIONS(1940), - [anon_sym_return] = ACTIONS(1940), - [anon_sym_break] = ACTIONS(1940), - [anon_sym_continue] = ACTIONS(1940), - [anon_sym_goto] = ACTIONS(1940), - [anon_sym_DASH_DASH] = ACTIONS(1942), - [anon_sym_PLUS_PLUS] = ACTIONS(1942), - [anon_sym_sizeof] = ACTIONS(1940), - [sym_number_literal] = ACTIONS(1942), - [anon_sym_L_SQUOTE] = ACTIONS(1942), - [anon_sym_u_SQUOTE] = ACTIONS(1942), - [anon_sym_U_SQUOTE] = ACTIONS(1942), - [anon_sym_u8_SQUOTE] = ACTIONS(1942), - [anon_sym_SQUOTE] = ACTIONS(1942), - [anon_sym_L_DQUOTE] = ACTIONS(1942), - [anon_sym_u_DQUOTE] = ACTIONS(1942), - [anon_sym_U_DQUOTE] = ACTIONS(1942), - [anon_sym_u8_DQUOTE] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym_true] = ACTIONS(1940), - [sym_false] = ACTIONS(1940), - [sym_null] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_delete] = ACTIONS(1940), - [anon_sym_throw] = ACTIONS(1940), - [anon_sym_namespace] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_try] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [anon_sym_new] = ACTIONS(1940), - [sym_operator_name] = ACTIONS(1940), - [sym_this] = ACTIONS(1940), - [sym_nullptr] = ACTIONS(1940), - [sym_alone_macro] = ACTIONS(1942), - [aux_sym_alone_macro_call_token1] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), - [sym_raw_string_literal] = ACTIONS(1942), - }, - [630] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_include_token1] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token2] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_BANG] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2028), - [anon_sym_PLUS] = ACTIONS(2028), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym___cdecl] = ACTIONS(2028), - [anon_sym___clrcall] = ACTIONS(2028), - [anon_sym___stdcall] = ACTIONS(2028), - [anon_sym___fastcall] = ACTIONS(2028), - [anon_sym___thiscall] = ACTIONS(2028), - [anon_sym___vectorcall] = ACTIONS(2028), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [anon_sym_if] = ACTIONS(2028), - [anon_sym_switch] = ACTIONS(2028), - [anon_sym_case] = ACTIONS(2028), - [anon_sym_default] = ACTIONS(2028), - [anon_sym_while] = ACTIONS(2028), - [anon_sym_do] = ACTIONS(2028), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(2028), - [anon_sym_break] = ACTIONS(2028), - [anon_sym_continue] = ACTIONS(2028), - [anon_sym_goto] = ACTIONS(2028), - [anon_sym_DASH_DASH] = ACTIONS(2030), - [anon_sym_PLUS_PLUS] = ACTIONS(2030), - [anon_sym_sizeof] = ACTIONS(2028), - [sym_number_literal] = ACTIONS(2030), - [anon_sym_L_SQUOTE] = ACTIONS(2030), - [anon_sym_u_SQUOTE] = ACTIONS(2030), - [anon_sym_U_SQUOTE] = ACTIONS(2030), - [anon_sym_u8_SQUOTE] = ACTIONS(2030), - [anon_sym_SQUOTE] = ACTIONS(2030), - [anon_sym_L_DQUOTE] = ACTIONS(2030), - [anon_sym_u_DQUOTE] = ACTIONS(2030), - [anon_sym_U_DQUOTE] = ACTIONS(2030), - [anon_sym_u8_DQUOTE] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym_true] = ACTIONS(2028), - [sym_false] = ACTIONS(2028), - [sym_null] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_throw] = ACTIONS(2028), - [anon_sym_namespace] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_try] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [anon_sym_new] = ACTIONS(2028), - [sym_operator_name] = ACTIONS(2028), - [sym_this] = ACTIONS(2028), - [sym_nullptr] = ACTIONS(2028), - [sym_alone_macro] = ACTIONS(2030), - [aux_sym_alone_macro_call_token1] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), - [sym_raw_string_literal] = ACTIONS(2030), - }, - [631] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_include_token1] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_BANG] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_DASH] = ACTIONS(2064), - [anon_sym_PLUS] = ACTIONS(2064), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym___cdecl] = ACTIONS(2064), - [anon_sym___clrcall] = ACTIONS(2064), - [anon_sym___stdcall] = ACTIONS(2064), - [anon_sym___fastcall] = ACTIONS(2064), - [anon_sym___thiscall] = ACTIONS(2064), - [anon_sym___vectorcall] = ACTIONS(2064), - [anon_sym_LBRACE] = ACTIONS(2066), - [anon_sym_RBRACE] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [anon_sym_if] = ACTIONS(2064), - [anon_sym_switch] = ACTIONS(2064), - [anon_sym_case] = ACTIONS(2064), - [anon_sym_default] = ACTIONS(2064), - [anon_sym_while] = ACTIONS(2064), - [anon_sym_do] = ACTIONS(2064), - [anon_sym_for] = ACTIONS(2064), - [anon_sym_return] = ACTIONS(2064), - [anon_sym_break] = ACTIONS(2064), - [anon_sym_continue] = ACTIONS(2064), - [anon_sym_goto] = ACTIONS(2064), - [anon_sym_DASH_DASH] = ACTIONS(2066), - [anon_sym_PLUS_PLUS] = ACTIONS(2066), - [anon_sym_sizeof] = ACTIONS(2064), - [sym_number_literal] = ACTIONS(2066), - [anon_sym_L_SQUOTE] = ACTIONS(2066), - [anon_sym_u_SQUOTE] = ACTIONS(2066), - [anon_sym_U_SQUOTE] = ACTIONS(2066), - [anon_sym_u8_SQUOTE] = ACTIONS(2066), - [anon_sym_SQUOTE] = ACTIONS(2066), - [anon_sym_L_DQUOTE] = ACTIONS(2066), - [anon_sym_u_DQUOTE] = ACTIONS(2066), - [anon_sym_U_DQUOTE] = ACTIONS(2066), - [anon_sym_u8_DQUOTE] = ACTIONS(2066), - [anon_sym_DQUOTE] = ACTIONS(2066), - [sym_true] = ACTIONS(2064), - [sym_false] = ACTIONS(2064), - [sym_null] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_delete] = ACTIONS(2064), - [anon_sym_throw] = ACTIONS(2064), - [anon_sym_namespace] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_try] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [anon_sym_new] = ACTIONS(2064), - [sym_operator_name] = ACTIONS(2064), - [sym_this] = ACTIONS(2064), - [sym_nullptr] = ACTIONS(2064), - [sym_alone_macro] = ACTIONS(2066), - [aux_sym_alone_macro_call_token1] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), - [sym_raw_string_literal] = ACTIONS(2066), - }, - [632] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_include_token1] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_BANG] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2060), - [anon_sym_PLUS] = ACTIONS(2060), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_SEMI] = ACTIONS(2062), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym___cdecl] = ACTIONS(2060), - [anon_sym___clrcall] = ACTIONS(2060), - [anon_sym___stdcall] = ACTIONS(2060), - [anon_sym___fastcall] = ACTIONS(2060), - [anon_sym___thiscall] = ACTIONS(2060), - [anon_sym___vectorcall] = ACTIONS(2060), - [anon_sym_LBRACE] = ACTIONS(2062), - [anon_sym_RBRACE] = ACTIONS(2062), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [anon_sym_if] = ACTIONS(2060), - [anon_sym_switch] = ACTIONS(2060), - [anon_sym_case] = ACTIONS(2060), - [anon_sym_default] = ACTIONS(2060), - [anon_sym_while] = ACTIONS(2060), - [anon_sym_do] = ACTIONS(2060), - [anon_sym_for] = ACTIONS(2060), - [anon_sym_return] = ACTIONS(2060), - [anon_sym_break] = ACTIONS(2060), - [anon_sym_continue] = ACTIONS(2060), - [anon_sym_goto] = ACTIONS(2060), - [anon_sym_DASH_DASH] = ACTIONS(2062), - [anon_sym_PLUS_PLUS] = ACTIONS(2062), - [anon_sym_sizeof] = ACTIONS(2060), - [sym_number_literal] = ACTIONS(2062), - [anon_sym_L_SQUOTE] = ACTIONS(2062), - [anon_sym_u_SQUOTE] = ACTIONS(2062), - [anon_sym_U_SQUOTE] = ACTIONS(2062), - [anon_sym_u8_SQUOTE] = ACTIONS(2062), - [anon_sym_SQUOTE] = ACTIONS(2062), - [anon_sym_L_DQUOTE] = ACTIONS(2062), - [anon_sym_u_DQUOTE] = ACTIONS(2062), - [anon_sym_U_DQUOTE] = ACTIONS(2062), - [anon_sym_u8_DQUOTE] = ACTIONS(2062), - [anon_sym_DQUOTE] = ACTIONS(2062), - [sym_true] = ACTIONS(2060), - [sym_false] = ACTIONS(2060), - [sym_null] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_delete] = ACTIONS(2060), - [anon_sym_throw] = ACTIONS(2060), - [anon_sym_namespace] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_try] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [anon_sym_new] = ACTIONS(2060), - [sym_operator_name] = ACTIONS(2060), - [sym_this] = ACTIONS(2060), - [sym_nullptr] = ACTIONS(2060), - [sym_alone_macro] = ACTIONS(2062), - [aux_sym_alone_macro_call_token1] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), - [sym_raw_string_literal] = ACTIONS(2062), - }, - [633] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_include_token1] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_BANG] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_DASH] = ACTIONS(2056), - [anon_sym_PLUS] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym___cdecl] = ACTIONS(2056), - [anon_sym___clrcall] = ACTIONS(2056), - [anon_sym___stdcall] = ACTIONS(2056), - [anon_sym___fastcall] = ACTIONS(2056), - [anon_sym___thiscall] = ACTIONS(2056), - [anon_sym___vectorcall] = ACTIONS(2056), - [anon_sym_LBRACE] = ACTIONS(2058), - [anon_sym_RBRACE] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [anon_sym_if] = ACTIONS(2056), - [anon_sym_switch] = ACTIONS(2056), - [anon_sym_case] = ACTIONS(2056), - [anon_sym_default] = ACTIONS(2056), - [anon_sym_while] = ACTIONS(2056), - [anon_sym_do] = ACTIONS(2056), - [anon_sym_for] = ACTIONS(2056), - [anon_sym_return] = ACTIONS(2056), - [anon_sym_break] = ACTIONS(2056), - [anon_sym_continue] = ACTIONS(2056), - [anon_sym_goto] = ACTIONS(2056), - [anon_sym_DASH_DASH] = ACTIONS(2058), - [anon_sym_PLUS_PLUS] = ACTIONS(2058), - [anon_sym_sizeof] = ACTIONS(2056), - [sym_number_literal] = ACTIONS(2058), - [anon_sym_L_SQUOTE] = ACTIONS(2058), - [anon_sym_u_SQUOTE] = ACTIONS(2058), - [anon_sym_U_SQUOTE] = ACTIONS(2058), - [anon_sym_u8_SQUOTE] = ACTIONS(2058), - [anon_sym_SQUOTE] = ACTIONS(2058), - [anon_sym_L_DQUOTE] = ACTIONS(2058), - [anon_sym_u_DQUOTE] = ACTIONS(2058), - [anon_sym_U_DQUOTE] = ACTIONS(2058), - [anon_sym_u8_DQUOTE] = ACTIONS(2058), - [anon_sym_DQUOTE] = ACTIONS(2058), - [sym_true] = ACTIONS(2056), - [sym_false] = ACTIONS(2056), - [sym_null] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_delete] = ACTIONS(2056), - [anon_sym_throw] = ACTIONS(2056), - [anon_sym_namespace] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_try] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [anon_sym_new] = ACTIONS(2056), - [sym_operator_name] = ACTIONS(2056), - [sym_this] = ACTIONS(2056), - [sym_nullptr] = ACTIONS(2056), - [sym_alone_macro] = ACTIONS(2058), - [aux_sym_alone_macro_call_token1] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), - [sym_raw_string_literal] = ACTIONS(2058), - }, - [634] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_include_token1] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_BANG] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_DASH] = ACTIONS(2040), - [anon_sym_PLUS] = ACTIONS(2040), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym___cdecl] = ACTIONS(2040), - [anon_sym___clrcall] = ACTIONS(2040), - [anon_sym___stdcall] = ACTIONS(2040), - [anon_sym___fastcall] = ACTIONS(2040), - [anon_sym___thiscall] = ACTIONS(2040), - [anon_sym___vectorcall] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2042), - [anon_sym_RBRACE] = ACTIONS(2042), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2040), - [anon_sym_case] = ACTIONS(2040), - [anon_sym_default] = ACTIONS(2040), - [anon_sym_while] = ACTIONS(2040), - [anon_sym_do] = ACTIONS(2040), - [anon_sym_for] = ACTIONS(2040), - [anon_sym_return] = ACTIONS(2040), - [anon_sym_break] = ACTIONS(2040), - [anon_sym_continue] = ACTIONS(2040), - [anon_sym_goto] = ACTIONS(2040), - [anon_sym_DASH_DASH] = ACTIONS(2042), - [anon_sym_PLUS_PLUS] = ACTIONS(2042), - [anon_sym_sizeof] = ACTIONS(2040), - [sym_number_literal] = ACTIONS(2042), - [anon_sym_L_SQUOTE] = ACTIONS(2042), - [anon_sym_u_SQUOTE] = ACTIONS(2042), - [anon_sym_U_SQUOTE] = ACTIONS(2042), - [anon_sym_u8_SQUOTE] = ACTIONS(2042), - [anon_sym_SQUOTE] = ACTIONS(2042), - [anon_sym_L_DQUOTE] = ACTIONS(2042), - [anon_sym_u_DQUOTE] = ACTIONS(2042), - [anon_sym_U_DQUOTE] = ACTIONS(2042), - [anon_sym_u8_DQUOTE] = ACTIONS(2042), - [anon_sym_DQUOTE] = ACTIONS(2042), - [sym_true] = ACTIONS(2040), - [sym_false] = ACTIONS(2040), - [sym_null] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_delete] = ACTIONS(2040), - [anon_sym_throw] = ACTIONS(2040), - [anon_sym_namespace] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_try] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [anon_sym_new] = ACTIONS(2040), - [sym_operator_name] = ACTIONS(2040), - [sym_this] = ACTIONS(2040), - [sym_nullptr] = ACTIONS(2040), - [sym_alone_macro] = ACTIONS(2042), - [aux_sym_alone_macro_call_token1] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), - [sym_raw_string_literal] = ACTIONS(2042), - }, - [635] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_include_token1] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_BANG] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2032), - [anon_sym_PLUS] = ACTIONS(2032), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym___cdecl] = ACTIONS(2032), - [anon_sym___clrcall] = ACTIONS(2032), - [anon_sym___stdcall] = ACTIONS(2032), - [anon_sym___fastcall] = ACTIONS(2032), - [anon_sym___thiscall] = ACTIONS(2032), - [anon_sym___vectorcall] = ACTIONS(2032), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_RBRACE] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_switch] = ACTIONS(2032), - [anon_sym_case] = ACTIONS(2032), - [anon_sym_default] = ACTIONS(2032), - [anon_sym_while] = ACTIONS(2032), - [anon_sym_do] = ACTIONS(2032), - [anon_sym_for] = ACTIONS(2032), - [anon_sym_return] = ACTIONS(2032), - [anon_sym_break] = ACTIONS(2032), - [anon_sym_continue] = ACTIONS(2032), - [anon_sym_goto] = ACTIONS(2032), - [anon_sym_DASH_DASH] = ACTIONS(2034), - [anon_sym_PLUS_PLUS] = ACTIONS(2034), - [anon_sym_sizeof] = ACTIONS(2032), - [sym_number_literal] = ACTIONS(2034), - [anon_sym_L_SQUOTE] = ACTIONS(2034), - [anon_sym_u_SQUOTE] = ACTIONS(2034), - [anon_sym_U_SQUOTE] = ACTIONS(2034), - [anon_sym_u8_SQUOTE] = ACTIONS(2034), - [anon_sym_SQUOTE] = ACTIONS(2034), - [anon_sym_L_DQUOTE] = ACTIONS(2034), - [anon_sym_u_DQUOTE] = ACTIONS(2034), - [anon_sym_U_DQUOTE] = ACTIONS(2034), - [anon_sym_u8_DQUOTE] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym_true] = ACTIONS(2032), - [sym_false] = ACTIONS(2032), - [sym_null] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_delete] = ACTIONS(2032), - [anon_sym_throw] = ACTIONS(2032), - [anon_sym_namespace] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_try] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [anon_sym_new] = ACTIONS(2032), - [sym_operator_name] = ACTIONS(2032), - [sym_this] = ACTIONS(2032), - [sym_nullptr] = ACTIONS(2032), - [sym_alone_macro] = ACTIONS(2034), - [aux_sym_alone_macro_call_token1] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - [sym_raw_string_literal] = ACTIONS(2034), - }, - [636] = { - [sym_identifier] = ACTIONS(2024), - [aux_sym_preproc_include_token1] = ACTIONS(2024), - [aux_sym_preproc_def_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token2] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2024), - [sym_preproc_directive] = ACTIONS(2024), - [anon_sym_LPAREN2] = ACTIONS(2026), - [anon_sym_BANG] = ACTIONS(2026), - [anon_sym_TILDE] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(2026), - [anon_sym_AMP_AMP] = ACTIONS(2026), - [anon_sym_AMP] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_typedef] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym___attribute__] = ACTIONS(2024), - [anon_sym___declspec] = ACTIONS(2024), - [anon_sym___based] = ACTIONS(2024), - [anon_sym___cdecl] = ACTIONS(2024), - [anon_sym___clrcall] = ACTIONS(2024), - [anon_sym___stdcall] = ACTIONS(2024), - [anon_sym___fastcall] = ACTIONS(2024), - [anon_sym___thiscall] = ACTIONS(2024), - [anon_sym___vectorcall] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_static] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_inline] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_volatile] = ACTIONS(2024), - [anon_sym_restrict] = ACTIONS(2024), - [anon_sym__Atomic] = ACTIONS(2024), - [anon_sym_mutable] = ACTIONS(2024), - [anon_sym_constexpr] = ACTIONS(2024), - [anon_sym_signed] = ACTIONS(2024), - [anon_sym_unsigned] = ACTIONS(2024), - [anon_sym_long] = ACTIONS(2024), - [anon_sym_short] = ACTIONS(2024), - [sym_primitive_type] = ACTIONS(2024), - [anon_sym_enum] = ACTIONS(2024), - [anon_sym_class] = ACTIONS(2024), - [anon_sym_struct] = ACTIONS(2024), - [anon_sym_union] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_switch] = ACTIONS(2024), - [anon_sym_case] = ACTIONS(2024), - [anon_sym_default] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_goto] = ACTIONS(2024), - [anon_sym_DASH_DASH] = ACTIONS(2026), - [anon_sym_PLUS_PLUS] = ACTIONS(2026), - [anon_sym_sizeof] = ACTIONS(2024), - [sym_number_literal] = ACTIONS(2026), - [anon_sym_L_SQUOTE] = ACTIONS(2026), - [anon_sym_u_SQUOTE] = ACTIONS(2026), - [anon_sym_U_SQUOTE] = ACTIONS(2026), - [anon_sym_u8_SQUOTE] = ACTIONS(2026), - [anon_sym_SQUOTE] = ACTIONS(2026), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(2024), - [sym_false] = ACTIONS(2024), - [sym_null] = ACTIONS(2024), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2024), - [anon_sym_virtual] = ACTIONS(2024), - [anon_sym_explicit] = ACTIONS(2024), - [sym_auto] = ACTIONS(2024), - [anon_sym_typename] = ACTIONS(2024), - [anon_sym_template] = ACTIONS(2024), - [anon_sym_COLON_COLON] = ACTIONS(2026), - [anon_sym_operator] = ACTIONS(2024), - [anon_sym_delete] = ACTIONS(2024), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_namespace] = ACTIONS(2024), - [anon_sym_using] = ACTIONS(2024), - [anon_sym_static_assert] = ACTIONS(2024), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2026), - [anon_sym_new] = ACTIONS(2024), - [sym_operator_name] = ACTIONS(2024), - [sym_this] = ACTIONS(2024), - [sym_nullptr] = ACTIONS(2024), - [sym_alone_macro] = ACTIONS(2026), - [aux_sym_alone_macro_call_token1] = ACTIONS(2024), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2024), - [anon_sym_MOZ_COLD] = ACTIONS(2024), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2024), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2024), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2024), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2024), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2024), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2024), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2024), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2024), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2024), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2024), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2024), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2024), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_RAII] = ACTIONS(2024), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2024), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2024), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2024), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2024), - [sym_raw_string_literal] = ACTIONS(2026), - }, - [637] = { - [sym_identifier] = ACTIONS(2124), - [aux_sym_preproc_include_token1] = ACTIONS(2124), - [aux_sym_preproc_def_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token2] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2124), - [sym_preproc_directive] = ACTIONS(2124), - [anon_sym_LPAREN2] = ACTIONS(2126), - [anon_sym_BANG] = ACTIONS(2126), - [anon_sym_TILDE] = ACTIONS(2126), - [anon_sym_DASH] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(2124), - [anon_sym_STAR] = ACTIONS(2126), - [anon_sym_AMP_AMP] = ACTIONS(2126), - [anon_sym_AMP] = ACTIONS(2124), - [anon_sym_SEMI] = ACTIONS(2126), - [anon_sym_typedef] = ACTIONS(2124), - [anon_sym_extern] = ACTIONS(2124), - [anon_sym___attribute__] = ACTIONS(2124), - [anon_sym___declspec] = ACTIONS(2124), - [anon_sym___based] = ACTIONS(2124), - [anon_sym___cdecl] = ACTIONS(2124), - [anon_sym___clrcall] = ACTIONS(2124), - [anon_sym___stdcall] = ACTIONS(2124), - [anon_sym___fastcall] = ACTIONS(2124), - [anon_sym___thiscall] = ACTIONS(2124), - [anon_sym___vectorcall] = ACTIONS(2124), - [anon_sym_LBRACE] = ACTIONS(2126), - [anon_sym_LBRACK] = ACTIONS(2124), - [anon_sym_static] = ACTIONS(2124), - [anon_sym_register] = ACTIONS(2124), - [anon_sym_inline] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_volatile] = ACTIONS(2124), - [anon_sym_restrict] = ACTIONS(2124), - [anon_sym__Atomic] = ACTIONS(2124), - [anon_sym_mutable] = ACTIONS(2124), - [anon_sym_constexpr] = ACTIONS(2124), - [anon_sym_signed] = ACTIONS(2124), - [anon_sym_unsigned] = ACTIONS(2124), - [anon_sym_long] = ACTIONS(2124), - [anon_sym_short] = ACTIONS(2124), - [sym_primitive_type] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_class] = ACTIONS(2124), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_switch] = ACTIONS(2124), - [anon_sym_case] = ACTIONS(2124), - [anon_sym_default] = ACTIONS(2124), - [anon_sym_while] = ACTIONS(2124), - [anon_sym_do] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_DASH_DASH] = ACTIONS(2126), - [anon_sym_PLUS_PLUS] = ACTIONS(2126), - [anon_sym_sizeof] = ACTIONS(2124), - [sym_number_literal] = ACTIONS(2126), - [anon_sym_L_SQUOTE] = ACTIONS(2126), - [anon_sym_u_SQUOTE] = ACTIONS(2126), - [anon_sym_U_SQUOTE] = ACTIONS(2126), - [anon_sym_u8_SQUOTE] = ACTIONS(2126), - [anon_sym_SQUOTE] = ACTIONS(2126), - [anon_sym_L_DQUOTE] = ACTIONS(2126), - [anon_sym_u_DQUOTE] = ACTIONS(2126), - [anon_sym_U_DQUOTE] = ACTIONS(2126), - [anon_sym_u8_DQUOTE] = ACTIONS(2126), - [anon_sym_DQUOTE] = ACTIONS(2126), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_null] = ACTIONS(2124), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2124), - [anon_sym_virtual] = ACTIONS(2124), - [anon_sym_explicit] = ACTIONS(2124), - [sym_auto] = ACTIONS(2124), - [anon_sym_typename] = ACTIONS(2124), - [anon_sym_template] = ACTIONS(2124), - [anon_sym_COLON_COLON] = ACTIONS(2126), - [anon_sym_operator] = ACTIONS(2124), - [anon_sym_delete] = ACTIONS(2124), - [anon_sym_throw] = ACTIONS(2124), - [anon_sym_namespace] = ACTIONS(2124), - [anon_sym_using] = ACTIONS(2124), - [anon_sym_static_assert] = ACTIONS(2124), - [anon_sym_try] = ACTIONS(2124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2126), - [anon_sym_new] = ACTIONS(2124), - [sym_operator_name] = ACTIONS(2124), - [sym_this] = ACTIONS(2124), - [sym_nullptr] = ACTIONS(2124), - [sym_alone_macro] = ACTIONS(2126), - [aux_sym_alone_macro_call_token1] = ACTIONS(2124), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2124), - [anon_sym_MOZ_COLD] = ACTIONS(2124), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2124), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2124), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2124), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2124), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2124), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2124), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2124), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2124), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2124), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2124), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2124), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2124), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_RAII] = ACTIONS(2124), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2124), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2124), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2124), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2124), - [sym_raw_string_literal] = ACTIONS(2126), - }, - [638] = { - [ts_builtin_sym_end] = ACTIONS(2018), - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_include_token1] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2016), - [aux_sym_preproc_if_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2016), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2016), - [sym_preproc_directive] = ACTIONS(2016), - [anon_sym_LPAREN2] = ACTIONS(2018), - [anon_sym_BANG] = ACTIONS(2018), - [anon_sym_TILDE] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2016), - [anon_sym_PLUS] = ACTIONS(2016), - [anon_sym_STAR] = ACTIONS(2018), - [anon_sym_AMP_AMP] = ACTIONS(2018), - [anon_sym_AMP] = ACTIONS(2016), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_typedef] = ACTIONS(2016), - [anon_sym_extern] = ACTIONS(2016), - [anon_sym___attribute__] = ACTIONS(2016), - [anon_sym___declspec] = ACTIONS(2016), - [anon_sym___based] = ACTIONS(2016), - [anon_sym___cdecl] = ACTIONS(2016), - [anon_sym___clrcall] = ACTIONS(2016), - [anon_sym___stdcall] = ACTIONS(2016), - [anon_sym___fastcall] = ACTIONS(2016), - [anon_sym___thiscall] = ACTIONS(2016), - [anon_sym___vectorcall] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2016), - [anon_sym_static] = ACTIONS(2016), - [anon_sym_register] = ACTIONS(2016), - [anon_sym_inline] = ACTIONS(2016), - [anon_sym_const] = ACTIONS(2016), - [anon_sym_volatile] = ACTIONS(2016), - [anon_sym_restrict] = ACTIONS(2016), - [anon_sym__Atomic] = ACTIONS(2016), - [anon_sym_mutable] = ACTIONS(2016), - [anon_sym_constexpr] = ACTIONS(2016), - [anon_sym_signed] = ACTIONS(2016), - [anon_sym_unsigned] = ACTIONS(2016), - [anon_sym_long] = ACTIONS(2016), - [anon_sym_short] = ACTIONS(2016), - [sym_primitive_type] = ACTIONS(2016), - [anon_sym_enum] = ACTIONS(2016), - [anon_sym_class] = ACTIONS(2016), - [anon_sym_struct] = ACTIONS(2016), - [anon_sym_union] = ACTIONS(2016), - [anon_sym_if] = ACTIONS(2016), - [anon_sym_switch] = ACTIONS(2016), - [anon_sym_case] = ACTIONS(2016), - [anon_sym_default] = ACTIONS(2016), - [anon_sym_while] = ACTIONS(2016), - [anon_sym_do] = ACTIONS(2016), - [anon_sym_for] = ACTIONS(2016), - [anon_sym_return] = ACTIONS(2016), - [anon_sym_break] = ACTIONS(2016), - [anon_sym_continue] = ACTIONS(2016), - [anon_sym_goto] = ACTIONS(2016), - [anon_sym_DASH_DASH] = ACTIONS(2018), - [anon_sym_PLUS_PLUS] = ACTIONS(2018), - [anon_sym_sizeof] = ACTIONS(2016), - [sym_number_literal] = ACTIONS(2018), - [anon_sym_L_SQUOTE] = ACTIONS(2018), - [anon_sym_u_SQUOTE] = ACTIONS(2018), - [anon_sym_U_SQUOTE] = ACTIONS(2018), - [anon_sym_u8_SQUOTE] = ACTIONS(2018), - [anon_sym_SQUOTE] = ACTIONS(2018), - [anon_sym_L_DQUOTE] = ACTIONS(2018), - [anon_sym_u_DQUOTE] = ACTIONS(2018), - [anon_sym_U_DQUOTE] = ACTIONS(2018), - [anon_sym_u8_DQUOTE] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym_true] = ACTIONS(2016), - [sym_false] = ACTIONS(2016), - [sym_null] = ACTIONS(2016), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2016), - [anon_sym_virtual] = ACTIONS(2016), - [anon_sym_explicit] = ACTIONS(2016), - [sym_auto] = ACTIONS(2016), - [anon_sym_typename] = ACTIONS(2016), - [anon_sym_template] = ACTIONS(2016), - [anon_sym_COLON_COLON] = ACTIONS(2018), - [anon_sym_operator] = ACTIONS(2016), - [anon_sym_delete] = ACTIONS(2016), - [anon_sym_throw] = ACTIONS(2016), - [anon_sym_namespace] = ACTIONS(2016), - [anon_sym_using] = ACTIONS(2016), - [anon_sym_static_assert] = ACTIONS(2016), - [anon_sym_try] = ACTIONS(2016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2018), - [anon_sym_new] = ACTIONS(2016), - [sym_operator_name] = ACTIONS(2016), - [sym_this] = ACTIONS(2016), - [sym_nullptr] = ACTIONS(2016), - [sym_alone_macro] = ACTIONS(2018), - [aux_sym_alone_macro_call_token1] = ACTIONS(2016), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2016), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2016), - [anon_sym_MOZ_COLD] = ACTIONS(2016), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2016), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2016), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2016), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2016), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2016), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2016), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2016), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2016), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2016), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2016), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2016), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2016), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL] = ACTIONS(2016), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2016), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2016), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN] = ACTIONS(2016), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2016), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2016), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2016), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2016), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2016), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2016), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2016), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2016), - [anon_sym_MOZ_RAII] = ACTIONS(2016), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2016), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2016), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2016), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2016), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2016), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2016), - [sym_raw_string_literal] = ACTIONS(2018), - }, - [639] = { - [ts_builtin_sym_end] = ACTIONS(2022), - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_include_token1] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_BANG] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2020), - [anon_sym_PLUS] = ACTIONS(2020), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym___cdecl] = ACTIONS(2020), - [anon_sym___clrcall] = ACTIONS(2020), - [anon_sym___stdcall] = ACTIONS(2020), - [anon_sym___fastcall] = ACTIONS(2020), - [anon_sym___thiscall] = ACTIONS(2020), - [anon_sym___vectorcall] = ACTIONS(2020), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [anon_sym_if] = ACTIONS(2020), - [anon_sym_switch] = ACTIONS(2020), - [anon_sym_case] = ACTIONS(2020), - [anon_sym_default] = ACTIONS(2020), - [anon_sym_while] = ACTIONS(2020), - [anon_sym_do] = ACTIONS(2020), - [anon_sym_for] = ACTIONS(2020), - [anon_sym_return] = ACTIONS(2020), - [anon_sym_break] = ACTIONS(2020), - [anon_sym_continue] = ACTIONS(2020), - [anon_sym_goto] = ACTIONS(2020), - [anon_sym_DASH_DASH] = ACTIONS(2022), - [anon_sym_PLUS_PLUS] = ACTIONS(2022), - [anon_sym_sizeof] = ACTIONS(2020), - [sym_number_literal] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2022), - [anon_sym_u_SQUOTE] = ACTIONS(2022), - [anon_sym_U_SQUOTE] = ACTIONS(2022), - [anon_sym_u8_SQUOTE] = ACTIONS(2022), - [anon_sym_SQUOTE] = ACTIONS(2022), - [anon_sym_L_DQUOTE] = ACTIONS(2022), - [anon_sym_u_DQUOTE] = ACTIONS(2022), - [anon_sym_U_DQUOTE] = ACTIONS(2022), - [anon_sym_u8_DQUOTE] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym_true] = ACTIONS(2020), - [sym_false] = ACTIONS(2020), - [sym_null] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_delete] = ACTIONS(2020), - [anon_sym_throw] = ACTIONS(2020), - [anon_sym_namespace] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_try] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [anon_sym_new] = ACTIONS(2020), - [sym_operator_name] = ACTIONS(2020), - [sym_this] = ACTIONS(2020), - [sym_nullptr] = ACTIONS(2020), - [sym_alone_macro] = ACTIONS(2022), - [aux_sym_alone_macro_call_token1] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), - [sym_raw_string_literal] = ACTIONS(2022), - }, - [640] = { - [ts_builtin_sym_end] = ACTIONS(1922), - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_include_token1] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym___cdecl] = ACTIONS(1920), - [anon_sym___clrcall] = ACTIONS(1920), - [anon_sym___stdcall] = ACTIONS(1920), - [anon_sym___fastcall] = ACTIONS(1920), - [anon_sym___thiscall] = ACTIONS(1920), - [anon_sym___vectorcall] = ACTIONS(1920), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [anon_sym_if] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1920), - [anon_sym_case] = ACTIONS(1920), - [anon_sym_default] = ACTIONS(1920), - [anon_sym_while] = ACTIONS(1920), - [anon_sym_do] = ACTIONS(1920), - [anon_sym_for] = ACTIONS(1920), - [anon_sym_return] = ACTIONS(1920), - [anon_sym_break] = ACTIONS(1920), - [anon_sym_continue] = ACTIONS(1920), - [anon_sym_goto] = ACTIONS(1920), - [anon_sym_DASH_DASH] = ACTIONS(1922), - [anon_sym_PLUS_PLUS] = ACTIONS(1922), - [anon_sym_sizeof] = ACTIONS(1920), - [sym_number_literal] = ACTIONS(1922), - [anon_sym_L_SQUOTE] = ACTIONS(1922), - [anon_sym_u_SQUOTE] = ACTIONS(1922), - [anon_sym_U_SQUOTE] = ACTIONS(1922), - [anon_sym_u8_SQUOTE] = ACTIONS(1922), - [anon_sym_SQUOTE] = ACTIONS(1922), - [anon_sym_L_DQUOTE] = ACTIONS(1922), - [anon_sym_u_DQUOTE] = ACTIONS(1922), - [anon_sym_U_DQUOTE] = ACTIONS(1922), - [anon_sym_u8_DQUOTE] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym_true] = ACTIONS(1920), - [sym_false] = ACTIONS(1920), - [sym_null] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(1920), - [anon_sym_throw] = ACTIONS(1920), - [anon_sym_namespace] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [anon_sym_new] = ACTIONS(1920), - [sym_operator_name] = ACTIONS(1920), - [sym_this] = ACTIONS(1920), - [sym_nullptr] = ACTIONS(1920), - [sym_alone_macro] = ACTIONS(1922), - [aux_sym_alone_macro_call_token1] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - [sym_raw_string_literal] = ACTIONS(1922), - }, - [641] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_include_token1] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token2] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_BANG] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1912), - [anon_sym_PLUS] = ACTIONS(1912), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym___cdecl] = ACTIONS(1912), - [anon_sym___clrcall] = ACTIONS(1912), - [anon_sym___stdcall] = ACTIONS(1912), - [anon_sym___fastcall] = ACTIONS(1912), - [anon_sym___thiscall] = ACTIONS(1912), - [anon_sym___vectorcall] = ACTIONS(1912), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(1912), - [anon_sym_switch] = ACTIONS(1912), - [anon_sym_case] = ACTIONS(1912), - [anon_sym_default] = ACTIONS(1912), - [anon_sym_while] = ACTIONS(1912), - [anon_sym_do] = ACTIONS(1912), - [anon_sym_for] = ACTIONS(1912), - [anon_sym_return] = ACTIONS(1912), - [anon_sym_break] = ACTIONS(1912), - [anon_sym_continue] = ACTIONS(1912), - [anon_sym_goto] = ACTIONS(1912), - [anon_sym_DASH_DASH] = ACTIONS(1914), - [anon_sym_PLUS_PLUS] = ACTIONS(1914), - [anon_sym_sizeof] = ACTIONS(1912), - [sym_number_literal] = ACTIONS(1914), - [anon_sym_L_SQUOTE] = ACTIONS(1914), - [anon_sym_u_SQUOTE] = ACTIONS(1914), - [anon_sym_U_SQUOTE] = ACTIONS(1914), - [anon_sym_u8_SQUOTE] = ACTIONS(1914), - [anon_sym_SQUOTE] = ACTIONS(1914), - [anon_sym_L_DQUOTE] = ACTIONS(1914), - [anon_sym_u_DQUOTE] = ACTIONS(1914), - [anon_sym_U_DQUOTE] = ACTIONS(1914), - [anon_sym_u8_DQUOTE] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym_true] = ACTIONS(1912), - [sym_false] = ACTIONS(1912), - [sym_null] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_delete] = ACTIONS(1912), - [anon_sym_throw] = ACTIONS(1912), - [anon_sym_namespace] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_try] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1912), - [sym_operator_name] = ACTIONS(1912), - [sym_this] = ACTIONS(1912), - [sym_nullptr] = ACTIONS(1912), - [sym_alone_macro] = ACTIONS(1914), - [aux_sym_alone_macro_call_token1] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), - [sym_raw_string_literal] = ACTIONS(1914), - }, - [642] = { - [ts_builtin_sym_end] = ACTIONS(1946), - [sym_identifier] = ACTIONS(1944), - [aux_sym_preproc_include_token1] = ACTIONS(1944), - [aux_sym_preproc_def_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1944), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_BANG] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1944), - [anon_sym_PLUS] = ACTIONS(1944), - [anon_sym_STAR] = ACTIONS(1946), - [anon_sym_AMP_AMP] = ACTIONS(1946), - [anon_sym_AMP] = ACTIONS(1944), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_typedef] = ACTIONS(1944), - [anon_sym_extern] = ACTIONS(1944), - [anon_sym___attribute__] = ACTIONS(1944), - [anon_sym___declspec] = ACTIONS(1944), - [anon_sym___based] = ACTIONS(1944), - [anon_sym___cdecl] = ACTIONS(1944), - [anon_sym___clrcall] = ACTIONS(1944), - [anon_sym___stdcall] = ACTIONS(1944), - [anon_sym___fastcall] = ACTIONS(1944), - [anon_sym___thiscall] = ACTIONS(1944), - [anon_sym___vectorcall] = ACTIONS(1944), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1944), - [anon_sym_static] = ACTIONS(1944), - [anon_sym_register] = ACTIONS(1944), - [anon_sym_inline] = ACTIONS(1944), - [anon_sym_const] = ACTIONS(1944), - [anon_sym_volatile] = ACTIONS(1944), - [anon_sym_restrict] = ACTIONS(1944), - [anon_sym__Atomic] = ACTIONS(1944), - [anon_sym_mutable] = ACTIONS(1944), - [anon_sym_constexpr] = ACTIONS(1944), - [anon_sym_signed] = ACTIONS(1944), - [anon_sym_unsigned] = ACTIONS(1944), - [anon_sym_long] = ACTIONS(1944), - [anon_sym_short] = ACTIONS(1944), - [sym_primitive_type] = ACTIONS(1944), - [anon_sym_enum] = ACTIONS(1944), - [anon_sym_class] = ACTIONS(1944), - [anon_sym_struct] = ACTIONS(1944), - [anon_sym_union] = ACTIONS(1944), - [anon_sym_if] = ACTIONS(1944), - [anon_sym_switch] = ACTIONS(1944), - [anon_sym_case] = ACTIONS(1944), - [anon_sym_default] = ACTIONS(1944), - [anon_sym_while] = ACTIONS(1944), - [anon_sym_do] = ACTIONS(1944), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(1944), - [anon_sym_break] = ACTIONS(1944), - [anon_sym_continue] = ACTIONS(1944), - [anon_sym_goto] = ACTIONS(1944), - [anon_sym_DASH_DASH] = ACTIONS(1946), - [anon_sym_PLUS_PLUS] = ACTIONS(1946), - [anon_sym_sizeof] = ACTIONS(1944), - [sym_number_literal] = ACTIONS(1946), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1946), - [anon_sym_u_DQUOTE] = ACTIONS(1946), - [anon_sym_U_DQUOTE] = ACTIONS(1946), - [anon_sym_u8_DQUOTE] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym_true] = ACTIONS(1944), - [sym_false] = ACTIONS(1944), - [sym_null] = ACTIONS(1944), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1944), - [anon_sym_virtual] = ACTIONS(1944), - [anon_sym_explicit] = ACTIONS(1944), - [sym_auto] = ACTIONS(1944), - [anon_sym_typename] = ACTIONS(1944), - [anon_sym_template] = ACTIONS(1944), - [anon_sym_COLON_COLON] = ACTIONS(1946), - [anon_sym_operator] = ACTIONS(1944), - [anon_sym_delete] = ACTIONS(1944), - [anon_sym_throw] = ACTIONS(1944), - [anon_sym_namespace] = ACTIONS(1944), - [anon_sym_using] = ACTIONS(1944), - [anon_sym_static_assert] = ACTIONS(1944), - [anon_sym_try] = ACTIONS(1944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1946), - [anon_sym_new] = ACTIONS(1944), - [sym_operator_name] = ACTIONS(1944), - [sym_this] = ACTIONS(1944), - [sym_nullptr] = ACTIONS(1944), - [sym_alone_macro] = ACTIONS(1946), - [aux_sym_alone_macro_call_token1] = ACTIONS(1944), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1944), - [anon_sym_MOZ_COLD] = ACTIONS(1944), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1944), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1944), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1944), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1944), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1944), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1944), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1944), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1944), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1944), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1944), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1944), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1944), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_RAII] = ACTIONS(1944), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1944), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1944), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1944), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1944), - [sym_raw_string_literal] = ACTIONS(1946), - }, - [643] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_include_token1] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_BANG] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_PLUS] = ACTIONS(1976), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym___cdecl] = ACTIONS(1976), - [anon_sym___clrcall] = ACTIONS(1976), - [anon_sym___stdcall] = ACTIONS(1976), - [anon_sym___fastcall] = ACTIONS(1976), - [anon_sym___thiscall] = ACTIONS(1976), - [anon_sym___vectorcall] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1978), - [anon_sym_RBRACE] = ACTIONS(1978), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1976), - [anon_sym_case] = ACTIONS(1976), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_goto] = ACTIONS(1976), - [anon_sym_DASH_DASH] = ACTIONS(1978), - [anon_sym_PLUS_PLUS] = ACTIONS(1978), - [anon_sym_sizeof] = ACTIONS(1976), - [sym_number_literal] = ACTIONS(1978), - [anon_sym_L_SQUOTE] = ACTIONS(1978), - [anon_sym_u_SQUOTE] = ACTIONS(1978), - [anon_sym_U_SQUOTE] = ACTIONS(1978), - [anon_sym_u8_SQUOTE] = ACTIONS(1978), - [anon_sym_SQUOTE] = ACTIONS(1978), - [anon_sym_L_DQUOTE] = ACTIONS(1978), - [anon_sym_u_DQUOTE] = ACTIONS(1978), - [anon_sym_U_DQUOTE] = ACTIONS(1978), - [anon_sym_u8_DQUOTE] = ACTIONS(1978), - [anon_sym_DQUOTE] = ACTIONS(1978), - [sym_true] = ACTIONS(1976), - [sym_false] = ACTIONS(1976), - [sym_null] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_delete] = ACTIONS(1976), - [anon_sym_throw] = ACTIONS(1976), - [anon_sym_namespace] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [anon_sym_new] = ACTIONS(1976), - [sym_operator_name] = ACTIONS(1976), - [sym_this] = ACTIONS(1976), - [sym_nullptr] = ACTIONS(1976), - [sym_alone_macro] = ACTIONS(1978), - [aux_sym_alone_macro_call_token1] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - [sym_raw_string_literal] = ACTIONS(1978), - }, - [644] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_include_token1] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token2] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_BANG] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1940), - [anon_sym_PLUS] = ACTIONS(1940), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym___cdecl] = ACTIONS(1940), - [anon_sym___clrcall] = ACTIONS(1940), - [anon_sym___stdcall] = ACTIONS(1940), - [anon_sym___fastcall] = ACTIONS(1940), - [anon_sym___thiscall] = ACTIONS(1940), - [anon_sym___vectorcall] = ACTIONS(1940), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [anon_sym_if] = ACTIONS(1940), - [anon_sym_switch] = ACTIONS(1940), - [anon_sym_case] = ACTIONS(1940), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1940), - [anon_sym_do] = ACTIONS(1940), - [anon_sym_for] = ACTIONS(1940), - [anon_sym_return] = ACTIONS(1940), - [anon_sym_break] = ACTIONS(1940), - [anon_sym_continue] = ACTIONS(1940), - [anon_sym_goto] = ACTIONS(1940), - [anon_sym_DASH_DASH] = ACTIONS(1942), - [anon_sym_PLUS_PLUS] = ACTIONS(1942), - [anon_sym_sizeof] = ACTIONS(1940), - [sym_number_literal] = ACTIONS(1942), - [anon_sym_L_SQUOTE] = ACTIONS(1942), - [anon_sym_u_SQUOTE] = ACTIONS(1942), - [anon_sym_U_SQUOTE] = ACTIONS(1942), - [anon_sym_u8_SQUOTE] = ACTIONS(1942), - [anon_sym_SQUOTE] = ACTIONS(1942), - [anon_sym_L_DQUOTE] = ACTIONS(1942), - [anon_sym_u_DQUOTE] = ACTIONS(1942), - [anon_sym_U_DQUOTE] = ACTIONS(1942), - [anon_sym_u8_DQUOTE] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym_true] = ACTIONS(1940), - [sym_false] = ACTIONS(1940), - [sym_null] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_delete] = ACTIONS(1940), - [anon_sym_throw] = ACTIONS(1940), - [anon_sym_namespace] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_try] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [anon_sym_new] = ACTIONS(1940), - [sym_operator_name] = ACTIONS(1940), - [sym_this] = ACTIONS(1940), - [sym_nullptr] = ACTIONS(1940), - [sym_alone_macro] = ACTIONS(1942), - [aux_sym_alone_macro_call_token1] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), - [sym_raw_string_literal] = ACTIONS(1942), - }, - [645] = { - [sym_identifier] = ACTIONS(2088), - [aux_sym_preproc_include_token1] = ACTIONS(2088), - [aux_sym_preproc_def_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token2] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2088), - [sym_preproc_directive] = ACTIONS(2088), - [anon_sym_LPAREN2] = ACTIONS(2090), - [anon_sym_BANG] = ACTIONS(2090), - [anon_sym_TILDE] = ACTIONS(2090), - [anon_sym_DASH] = ACTIONS(2088), - [anon_sym_PLUS] = ACTIONS(2088), - [anon_sym_STAR] = ACTIONS(2090), - [anon_sym_AMP_AMP] = ACTIONS(2090), - [anon_sym_AMP] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_typedef] = ACTIONS(2088), - [anon_sym_extern] = ACTIONS(2088), - [anon_sym___attribute__] = ACTIONS(2088), - [anon_sym___declspec] = ACTIONS(2088), - [anon_sym___based] = ACTIONS(2088), - [anon_sym___cdecl] = ACTIONS(2088), - [anon_sym___clrcall] = ACTIONS(2088), - [anon_sym___stdcall] = ACTIONS(2088), - [anon_sym___fastcall] = ACTIONS(2088), - [anon_sym___thiscall] = ACTIONS(2088), - [anon_sym___vectorcall] = ACTIONS(2088), - [anon_sym_LBRACE] = ACTIONS(2090), - [anon_sym_LBRACK] = ACTIONS(2088), - [anon_sym_static] = ACTIONS(2088), - [anon_sym_register] = ACTIONS(2088), - [anon_sym_inline] = ACTIONS(2088), - [anon_sym_const] = ACTIONS(2088), - [anon_sym_volatile] = ACTIONS(2088), - [anon_sym_restrict] = ACTIONS(2088), - [anon_sym__Atomic] = ACTIONS(2088), - [anon_sym_mutable] = ACTIONS(2088), - [anon_sym_constexpr] = ACTIONS(2088), - [anon_sym_signed] = ACTIONS(2088), - [anon_sym_unsigned] = ACTIONS(2088), - [anon_sym_long] = ACTIONS(2088), - [anon_sym_short] = ACTIONS(2088), - [sym_primitive_type] = ACTIONS(2088), - [anon_sym_enum] = ACTIONS(2088), - [anon_sym_class] = ACTIONS(2088), - [anon_sym_struct] = ACTIONS(2088), - [anon_sym_union] = ACTIONS(2088), - [anon_sym_if] = ACTIONS(2088), - [anon_sym_switch] = ACTIONS(2088), - [anon_sym_case] = ACTIONS(2088), - [anon_sym_default] = ACTIONS(2088), - [anon_sym_while] = ACTIONS(2088), - [anon_sym_do] = ACTIONS(2088), - [anon_sym_for] = ACTIONS(2088), - [anon_sym_return] = ACTIONS(2088), - [anon_sym_break] = ACTIONS(2088), - [anon_sym_continue] = ACTIONS(2088), - [anon_sym_goto] = ACTIONS(2088), - [anon_sym_DASH_DASH] = ACTIONS(2090), - [anon_sym_PLUS_PLUS] = ACTIONS(2090), - [anon_sym_sizeof] = ACTIONS(2088), - [sym_number_literal] = ACTIONS(2090), - [anon_sym_L_SQUOTE] = ACTIONS(2090), - [anon_sym_u_SQUOTE] = ACTIONS(2090), - [anon_sym_U_SQUOTE] = ACTIONS(2090), - [anon_sym_u8_SQUOTE] = ACTIONS(2090), - [anon_sym_SQUOTE] = ACTIONS(2090), - [anon_sym_L_DQUOTE] = ACTIONS(2090), - [anon_sym_u_DQUOTE] = ACTIONS(2090), - [anon_sym_U_DQUOTE] = ACTIONS(2090), - [anon_sym_u8_DQUOTE] = ACTIONS(2090), - [anon_sym_DQUOTE] = ACTIONS(2090), - [sym_true] = ACTIONS(2088), - [sym_false] = ACTIONS(2088), - [sym_null] = ACTIONS(2088), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2088), - [anon_sym_virtual] = ACTIONS(2088), - [anon_sym_explicit] = ACTIONS(2088), - [sym_auto] = ACTIONS(2088), - [anon_sym_typename] = ACTIONS(2088), - [anon_sym_template] = ACTIONS(2088), - [anon_sym_COLON_COLON] = ACTIONS(2090), - [anon_sym_operator] = ACTIONS(2088), - [anon_sym_delete] = ACTIONS(2088), - [anon_sym_throw] = ACTIONS(2088), - [anon_sym_namespace] = ACTIONS(2088), - [anon_sym_using] = ACTIONS(2088), - [anon_sym_static_assert] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2090), - [anon_sym_new] = ACTIONS(2088), - [sym_operator_name] = ACTIONS(2088), - [sym_this] = ACTIONS(2088), - [sym_nullptr] = ACTIONS(2088), - [sym_alone_macro] = ACTIONS(2090), - [aux_sym_alone_macro_call_token1] = ACTIONS(2088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2088), - [anon_sym_MOZ_COLD] = ACTIONS(2088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_RAII] = ACTIONS(2088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2088), - [sym_raw_string_literal] = ACTIONS(2090), - }, - [646] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_include_token1] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_BANG] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_PLUS] = ACTIONS(2012), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2014), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym___cdecl] = ACTIONS(2012), - [anon_sym___clrcall] = ACTIONS(2012), - [anon_sym___stdcall] = ACTIONS(2012), - [anon_sym___fastcall] = ACTIONS(2012), - [anon_sym___thiscall] = ACTIONS(2012), - [anon_sym___vectorcall] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2014), - [anon_sym_RBRACE] = ACTIONS(2014), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_switch] = ACTIONS(2012), - [anon_sym_case] = ACTIONS(2012), - [anon_sym_default] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_goto] = ACTIONS(2012), - [anon_sym_DASH_DASH] = ACTIONS(2014), - [anon_sym_PLUS_PLUS] = ACTIONS(2014), - [anon_sym_sizeof] = ACTIONS(2012), - [sym_number_literal] = ACTIONS(2014), - [anon_sym_L_SQUOTE] = ACTIONS(2014), - [anon_sym_u_SQUOTE] = ACTIONS(2014), - [anon_sym_U_SQUOTE] = ACTIONS(2014), - [anon_sym_u8_SQUOTE] = ACTIONS(2014), - [anon_sym_SQUOTE] = ACTIONS(2014), - [anon_sym_L_DQUOTE] = ACTIONS(2014), - [anon_sym_u_DQUOTE] = ACTIONS(2014), - [anon_sym_U_DQUOTE] = ACTIONS(2014), - [anon_sym_u8_DQUOTE] = ACTIONS(2014), - [anon_sym_DQUOTE] = ACTIONS(2014), - [sym_true] = ACTIONS(2012), - [sym_false] = ACTIONS(2012), - [sym_null] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_delete] = ACTIONS(2012), - [anon_sym_throw] = ACTIONS(2012), - [anon_sym_namespace] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [anon_sym_new] = ACTIONS(2012), - [sym_operator_name] = ACTIONS(2012), - [sym_this] = ACTIONS(2012), - [sym_nullptr] = ACTIONS(2012), - [sym_alone_macro] = ACTIONS(2014), - [aux_sym_alone_macro_call_token1] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), - [sym_raw_string_literal] = ACTIONS(2014), - }, - [647] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_include_token1] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_BANG] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_DASH] = ACTIONS(1996), - [anon_sym_PLUS] = ACTIONS(1996), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym___cdecl] = ACTIONS(1996), - [anon_sym___clrcall] = ACTIONS(1996), - [anon_sym___stdcall] = ACTIONS(1996), - [anon_sym___fastcall] = ACTIONS(1996), - [anon_sym___thiscall] = ACTIONS(1996), - [anon_sym___vectorcall] = ACTIONS(1996), - [anon_sym_LBRACE] = ACTIONS(1998), - [anon_sym_RBRACE] = ACTIONS(1998), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [anon_sym_if] = ACTIONS(1996), - [anon_sym_switch] = ACTIONS(1996), - [anon_sym_case] = ACTIONS(1996), - [anon_sym_default] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1996), - [anon_sym_do] = ACTIONS(1996), - [anon_sym_for] = ACTIONS(1996), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_break] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(1996), - [anon_sym_goto] = ACTIONS(1996), - [anon_sym_DASH_DASH] = ACTIONS(1998), - [anon_sym_PLUS_PLUS] = ACTIONS(1998), - [anon_sym_sizeof] = ACTIONS(1996), - [sym_number_literal] = ACTIONS(1998), - [anon_sym_L_SQUOTE] = ACTIONS(1998), - [anon_sym_u_SQUOTE] = ACTIONS(1998), - [anon_sym_U_SQUOTE] = ACTIONS(1998), - [anon_sym_u8_SQUOTE] = ACTIONS(1998), - [anon_sym_SQUOTE] = ACTIONS(1998), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1996), - [sym_false] = ACTIONS(1996), - [sym_null] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_delete] = ACTIONS(1996), - [anon_sym_throw] = ACTIONS(1996), - [anon_sym_namespace] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_try] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [anon_sym_new] = ACTIONS(1996), - [sym_operator_name] = ACTIONS(1996), - [sym_this] = ACTIONS(1996), - [sym_nullptr] = ACTIONS(1996), - [sym_alone_macro] = ACTIONS(1998), - [aux_sym_alone_macro_call_token1] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - [sym_raw_string_literal] = ACTIONS(1998), - }, - [648] = { - [ts_builtin_sym_end] = ACTIONS(2086), - [sym_identifier] = ACTIONS(2084), - [aux_sym_preproc_include_token1] = ACTIONS(2084), - [aux_sym_preproc_def_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2084), - [sym_preproc_directive] = ACTIONS(2084), - [anon_sym_LPAREN2] = ACTIONS(2086), - [anon_sym_BANG] = ACTIONS(2086), - [anon_sym_TILDE] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2084), - [anon_sym_PLUS] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(2086), - [anon_sym_AMP_AMP] = ACTIONS(2086), - [anon_sym_AMP] = ACTIONS(2084), - [anon_sym_SEMI] = ACTIONS(2086), - [anon_sym_typedef] = ACTIONS(2084), - [anon_sym_extern] = ACTIONS(2084), - [anon_sym___attribute__] = ACTIONS(2084), - [anon_sym___declspec] = ACTIONS(2084), - [anon_sym___based] = ACTIONS(2084), - [anon_sym___cdecl] = ACTIONS(2084), - [anon_sym___clrcall] = ACTIONS(2084), - [anon_sym___stdcall] = ACTIONS(2084), - [anon_sym___fastcall] = ACTIONS(2084), - [anon_sym___thiscall] = ACTIONS(2084), - [anon_sym___vectorcall] = ACTIONS(2084), - [anon_sym_LBRACE] = ACTIONS(2086), - [anon_sym_LBRACK] = ACTIONS(2084), - [anon_sym_static] = ACTIONS(2084), - [anon_sym_register] = ACTIONS(2084), - [anon_sym_inline] = ACTIONS(2084), - [anon_sym_const] = ACTIONS(2084), - [anon_sym_volatile] = ACTIONS(2084), - [anon_sym_restrict] = ACTIONS(2084), - [anon_sym__Atomic] = ACTIONS(2084), - [anon_sym_mutable] = ACTIONS(2084), - [anon_sym_constexpr] = ACTIONS(2084), - [anon_sym_signed] = ACTIONS(2084), - [anon_sym_unsigned] = ACTIONS(2084), - [anon_sym_long] = ACTIONS(2084), - [anon_sym_short] = ACTIONS(2084), - [sym_primitive_type] = ACTIONS(2084), - [anon_sym_enum] = ACTIONS(2084), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2084), - [anon_sym_union] = ACTIONS(2084), - [anon_sym_if] = ACTIONS(2084), - [anon_sym_switch] = ACTIONS(2084), - [anon_sym_case] = ACTIONS(2084), - [anon_sym_default] = ACTIONS(2084), - [anon_sym_while] = ACTIONS(2084), - [anon_sym_do] = ACTIONS(2084), - [anon_sym_for] = ACTIONS(2084), - [anon_sym_return] = ACTIONS(2084), - [anon_sym_break] = ACTIONS(2084), - [anon_sym_continue] = ACTIONS(2084), - [anon_sym_goto] = ACTIONS(2084), - [anon_sym_DASH_DASH] = ACTIONS(2086), - [anon_sym_PLUS_PLUS] = ACTIONS(2086), - [anon_sym_sizeof] = ACTIONS(2084), - [sym_number_literal] = ACTIONS(2086), - [anon_sym_L_SQUOTE] = ACTIONS(2086), - [anon_sym_u_SQUOTE] = ACTIONS(2086), - [anon_sym_U_SQUOTE] = ACTIONS(2086), - [anon_sym_u8_SQUOTE] = ACTIONS(2086), - [anon_sym_SQUOTE] = ACTIONS(2086), - [anon_sym_L_DQUOTE] = ACTIONS(2086), - [anon_sym_u_DQUOTE] = ACTIONS(2086), - [anon_sym_U_DQUOTE] = ACTIONS(2086), - [anon_sym_u8_DQUOTE] = ACTIONS(2086), - [anon_sym_DQUOTE] = ACTIONS(2086), - [sym_true] = ACTIONS(2084), - [sym_false] = ACTIONS(2084), - [sym_null] = ACTIONS(2084), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2084), - [anon_sym_virtual] = ACTIONS(2084), - [anon_sym_explicit] = ACTIONS(2084), - [sym_auto] = ACTIONS(2084), - [anon_sym_typename] = ACTIONS(2084), - [anon_sym_template] = ACTIONS(2084), - [anon_sym_COLON_COLON] = ACTIONS(2086), - [anon_sym_operator] = ACTIONS(2084), - [anon_sym_delete] = ACTIONS(2084), - [anon_sym_throw] = ACTIONS(2084), - [anon_sym_namespace] = ACTIONS(2084), - [anon_sym_using] = ACTIONS(2084), - [anon_sym_static_assert] = ACTIONS(2084), - [anon_sym_try] = ACTIONS(2084), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2086), - [anon_sym_new] = ACTIONS(2084), - [sym_operator_name] = ACTIONS(2084), - [sym_this] = ACTIONS(2084), - [sym_nullptr] = ACTIONS(2084), - [sym_alone_macro] = ACTIONS(2086), - [aux_sym_alone_macro_call_token1] = ACTIONS(2084), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2084), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2084), - [anon_sym_MOZ_COLD] = ACTIONS(2084), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2084), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2084), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2084), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2084), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2084), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2084), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2084), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2084), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2084), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2084), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2084), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2084), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL] = ACTIONS(2084), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2084), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2084), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN] = ACTIONS(2084), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2084), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2084), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2084), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2084), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2084), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2084), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2084), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2084), - [anon_sym_MOZ_RAII] = ACTIONS(2084), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2084), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2084), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2084), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2084), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2084), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2084), - [sym_raw_string_literal] = ACTIONS(2086), - }, - [649] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_include_token1] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_BANG] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_DASH] = ACTIONS(1992), - [anon_sym_PLUS] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_SEMI] = ACTIONS(1994), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym___cdecl] = ACTIONS(1992), - [anon_sym___clrcall] = ACTIONS(1992), - [anon_sym___stdcall] = ACTIONS(1992), - [anon_sym___fastcall] = ACTIONS(1992), - [anon_sym___thiscall] = ACTIONS(1992), - [anon_sym___vectorcall] = ACTIONS(1992), - [anon_sym_LBRACE] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_switch] = ACTIONS(1992), - [anon_sym_case] = ACTIONS(1992), - [anon_sym_default] = ACTIONS(1992), - [anon_sym_while] = ACTIONS(1992), - [anon_sym_do] = ACTIONS(1992), - [anon_sym_for] = ACTIONS(1992), - [anon_sym_return] = ACTIONS(1992), - [anon_sym_break] = ACTIONS(1992), - [anon_sym_continue] = ACTIONS(1992), - [anon_sym_goto] = ACTIONS(1992), - [anon_sym_DASH_DASH] = ACTIONS(1994), - [anon_sym_PLUS_PLUS] = ACTIONS(1994), - [anon_sym_sizeof] = ACTIONS(1992), - [sym_number_literal] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1994), - [anon_sym_u_SQUOTE] = ACTIONS(1994), - [anon_sym_U_SQUOTE] = ACTIONS(1994), - [anon_sym_u8_SQUOTE] = ACTIONS(1994), - [anon_sym_SQUOTE] = ACTIONS(1994), - [anon_sym_L_DQUOTE] = ACTIONS(1994), - [anon_sym_u_DQUOTE] = ACTIONS(1994), - [anon_sym_U_DQUOTE] = ACTIONS(1994), - [anon_sym_u8_DQUOTE] = ACTIONS(1994), - [anon_sym_DQUOTE] = ACTIONS(1994), - [sym_true] = ACTIONS(1992), - [sym_false] = ACTIONS(1992), - [sym_null] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_delete] = ACTIONS(1992), - [anon_sym_throw] = ACTIONS(1992), - [anon_sym_namespace] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_try] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [anon_sym_new] = ACTIONS(1992), - [sym_operator_name] = ACTIONS(1992), - [sym_this] = ACTIONS(1992), - [sym_nullptr] = ACTIONS(1992), - [sym_alone_macro] = ACTIONS(1994), - [aux_sym_alone_macro_call_token1] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - [sym_raw_string_literal] = ACTIONS(1994), - }, - [650] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_include_token1] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_BANG] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1932), - [anon_sym_PLUS] = ACTIONS(1932), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym___cdecl] = ACTIONS(1932), - [anon_sym___clrcall] = ACTIONS(1932), - [anon_sym___stdcall] = ACTIONS(1932), - [anon_sym___fastcall] = ACTIONS(1932), - [anon_sym___thiscall] = ACTIONS(1932), - [anon_sym___vectorcall] = ACTIONS(1932), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_RBRACE] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [anon_sym_if] = ACTIONS(1932), - [anon_sym_switch] = ACTIONS(1932), - [anon_sym_case] = ACTIONS(1932), - [anon_sym_default] = ACTIONS(1932), - [anon_sym_while] = ACTIONS(1932), - [anon_sym_do] = ACTIONS(1932), - [anon_sym_for] = ACTIONS(1932), - [anon_sym_return] = ACTIONS(1932), - [anon_sym_break] = ACTIONS(1932), - [anon_sym_continue] = ACTIONS(1932), - [anon_sym_goto] = ACTIONS(1932), - [anon_sym_DASH_DASH] = ACTIONS(1934), - [anon_sym_PLUS_PLUS] = ACTIONS(1934), - [anon_sym_sizeof] = ACTIONS(1932), - [sym_number_literal] = ACTIONS(1934), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1934), - [anon_sym_u_DQUOTE] = ACTIONS(1934), - [anon_sym_U_DQUOTE] = ACTIONS(1934), - [anon_sym_u8_DQUOTE] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym_true] = ACTIONS(1932), - [sym_false] = ACTIONS(1932), - [sym_null] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_delete] = ACTIONS(1932), - [anon_sym_throw] = ACTIONS(1932), - [anon_sym_namespace] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_try] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [anon_sym_new] = ACTIONS(1932), - [sym_operator_name] = ACTIONS(1932), - [sym_this] = ACTIONS(1932), - [sym_nullptr] = ACTIONS(1932), - [sym_alone_macro] = ACTIONS(1934), - [aux_sym_alone_macro_call_token1] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), - [sym_raw_string_literal] = ACTIONS(1934), - }, - [651] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_include_token1] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token2] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_BANG] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_PLUS] = ACTIONS(2000), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym___cdecl] = ACTIONS(2000), - [anon_sym___clrcall] = ACTIONS(2000), - [anon_sym___stdcall] = ACTIONS(2000), - [anon_sym___fastcall] = ACTIONS(2000), - [anon_sym___thiscall] = ACTIONS(2000), - [anon_sym___vectorcall] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2002), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_switch] = ACTIONS(2000), - [anon_sym_case] = ACTIONS(2000), - [anon_sym_default] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_goto] = ACTIONS(2000), - [anon_sym_DASH_DASH] = ACTIONS(2002), - [anon_sym_PLUS_PLUS] = ACTIONS(2002), - [anon_sym_sizeof] = ACTIONS(2000), - [sym_number_literal] = ACTIONS(2002), - [anon_sym_L_SQUOTE] = ACTIONS(2002), - [anon_sym_u_SQUOTE] = ACTIONS(2002), - [anon_sym_U_SQUOTE] = ACTIONS(2002), - [anon_sym_u8_SQUOTE] = ACTIONS(2002), - [anon_sym_SQUOTE] = ACTIONS(2002), - [anon_sym_L_DQUOTE] = ACTIONS(2002), - [anon_sym_u_DQUOTE] = ACTIONS(2002), - [anon_sym_U_DQUOTE] = ACTIONS(2002), - [anon_sym_u8_DQUOTE] = ACTIONS(2002), - [anon_sym_DQUOTE] = ACTIONS(2002), - [sym_true] = ACTIONS(2000), - [sym_false] = ACTIONS(2000), - [sym_null] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_throw] = ACTIONS(2000), - [anon_sym_namespace] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [anon_sym_new] = ACTIONS(2000), - [sym_operator_name] = ACTIONS(2000), - [sym_this] = ACTIONS(2000), - [sym_nullptr] = ACTIONS(2000), - [sym_alone_macro] = ACTIONS(2002), - [aux_sym_alone_macro_call_token1] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), - [sym_raw_string_literal] = ACTIONS(2002), - }, - [652] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_include_token1] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token2] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_BANG] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_DASH] = ACTIONS(1980), - [anon_sym_PLUS] = ACTIONS(1980), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym___cdecl] = ACTIONS(1980), - [anon_sym___clrcall] = ACTIONS(1980), - [anon_sym___stdcall] = ACTIONS(1980), - [anon_sym___fastcall] = ACTIONS(1980), - [anon_sym___thiscall] = ACTIONS(1980), - [anon_sym___vectorcall] = ACTIONS(1980), - [anon_sym_LBRACE] = ACTIONS(1982), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [anon_sym_if] = ACTIONS(1980), - [anon_sym_switch] = ACTIONS(1980), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1980), - [anon_sym_while] = ACTIONS(1980), - [anon_sym_do] = ACTIONS(1980), - [anon_sym_for] = ACTIONS(1980), - [anon_sym_return] = ACTIONS(1980), - [anon_sym_break] = ACTIONS(1980), - [anon_sym_continue] = ACTIONS(1980), - [anon_sym_goto] = ACTIONS(1980), - [anon_sym_DASH_DASH] = ACTIONS(1982), - [anon_sym_PLUS_PLUS] = ACTIONS(1982), - [anon_sym_sizeof] = ACTIONS(1980), - [sym_number_literal] = ACTIONS(1982), - [anon_sym_L_SQUOTE] = ACTIONS(1982), - [anon_sym_u_SQUOTE] = ACTIONS(1982), - [anon_sym_U_SQUOTE] = ACTIONS(1982), - [anon_sym_u8_SQUOTE] = ACTIONS(1982), - [anon_sym_SQUOTE] = ACTIONS(1982), - [anon_sym_L_DQUOTE] = ACTIONS(1982), - [anon_sym_u_DQUOTE] = ACTIONS(1982), - [anon_sym_U_DQUOTE] = ACTIONS(1982), - [anon_sym_u8_DQUOTE] = ACTIONS(1982), - [anon_sym_DQUOTE] = ACTIONS(1982), - [sym_true] = ACTIONS(1980), - [sym_false] = ACTIONS(1980), - [sym_null] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_delete] = ACTIONS(1980), - [anon_sym_throw] = ACTIONS(1980), - [anon_sym_namespace] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_try] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [anon_sym_new] = ACTIONS(1980), - [sym_operator_name] = ACTIONS(1980), - [sym_this] = ACTIONS(1980), - [sym_nullptr] = ACTIONS(1980), - [sym_alone_macro] = ACTIONS(1982), - [aux_sym_alone_macro_call_token1] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), - [sym_raw_string_literal] = ACTIONS(1982), - }, - [653] = { - [ts_builtin_sym_end] = ACTIONS(2046), - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_include_token1] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_BANG] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2044), - [anon_sym_PLUS] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym___cdecl] = ACTIONS(2044), - [anon_sym___clrcall] = ACTIONS(2044), - [anon_sym___stdcall] = ACTIONS(2044), - [anon_sym___fastcall] = ACTIONS(2044), - [anon_sym___thiscall] = ACTIONS(2044), - [anon_sym___vectorcall] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2046), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [anon_sym_if] = ACTIONS(2044), - [anon_sym_switch] = ACTIONS(2044), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2044), - [anon_sym_while] = ACTIONS(2044), - [anon_sym_do] = ACTIONS(2044), - [anon_sym_for] = ACTIONS(2044), - [anon_sym_return] = ACTIONS(2044), - [anon_sym_break] = ACTIONS(2044), - [anon_sym_continue] = ACTIONS(2044), - [anon_sym_goto] = ACTIONS(2044), - [anon_sym_DASH_DASH] = ACTIONS(2046), - [anon_sym_PLUS_PLUS] = ACTIONS(2046), - [anon_sym_sizeof] = ACTIONS(2044), - [sym_number_literal] = ACTIONS(2046), - [anon_sym_L_SQUOTE] = ACTIONS(2046), - [anon_sym_u_SQUOTE] = ACTIONS(2046), - [anon_sym_U_SQUOTE] = ACTIONS(2046), - [anon_sym_u8_SQUOTE] = ACTIONS(2046), - [anon_sym_SQUOTE] = ACTIONS(2046), - [anon_sym_L_DQUOTE] = ACTIONS(2046), - [anon_sym_u_DQUOTE] = ACTIONS(2046), - [anon_sym_U_DQUOTE] = ACTIONS(2046), - [anon_sym_u8_DQUOTE] = ACTIONS(2046), - [anon_sym_DQUOTE] = ACTIONS(2046), - [sym_true] = ACTIONS(2044), - [sym_false] = ACTIONS(2044), - [sym_null] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_delete] = ACTIONS(2044), - [anon_sym_throw] = ACTIONS(2044), - [anon_sym_namespace] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_try] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [anon_sym_new] = ACTIONS(2044), - [sym_operator_name] = ACTIONS(2044), - [sym_this] = ACTIONS(2044), - [sym_nullptr] = ACTIONS(2044), - [sym_alone_macro] = ACTIONS(2046), - [aux_sym_alone_macro_call_token1] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), - [sym_raw_string_literal] = ACTIONS(2046), - }, - [654] = { - [ts_builtin_sym_end] = ACTIONS(1914), - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_include_token1] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_BANG] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1912), - [anon_sym_PLUS] = ACTIONS(1912), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym___cdecl] = ACTIONS(1912), - [anon_sym___clrcall] = ACTIONS(1912), - [anon_sym___stdcall] = ACTIONS(1912), - [anon_sym___fastcall] = ACTIONS(1912), - [anon_sym___thiscall] = ACTIONS(1912), - [anon_sym___vectorcall] = ACTIONS(1912), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(1912), - [anon_sym_switch] = ACTIONS(1912), - [anon_sym_case] = ACTIONS(1912), - [anon_sym_default] = ACTIONS(1912), - [anon_sym_while] = ACTIONS(1912), - [anon_sym_do] = ACTIONS(1912), - [anon_sym_for] = ACTIONS(1912), - [anon_sym_return] = ACTIONS(1912), - [anon_sym_break] = ACTIONS(1912), - [anon_sym_continue] = ACTIONS(1912), - [anon_sym_goto] = ACTIONS(1912), - [anon_sym_DASH_DASH] = ACTIONS(1914), - [anon_sym_PLUS_PLUS] = ACTIONS(1914), - [anon_sym_sizeof] = ACTIONS(1912), - [sym_number_literal] = ACTIONS(1914), - [anon_sym_L_SQUOTE] = ACTIONS(1914), - [anon_sym_u_SQUOTE] = ACTIONS(1914), - [anon_sym_U_SQUOTE] = ACTIONS(1914), - [anon_sym_u8_SQUOTE] = ACTIONS(1914), - [anon_sym_SQUOTE] = ACTIONS(1914), - [anon_sym_L_DQUOTE] = ACTIONS(1914), - [anon_sym_u_DQUOTE] = ACTIONS(1914), - [anon_sym_U_DQUOTE] = ACTIONS(1914), - [anon_sym_u8_DQUOTE] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym_true] = ACTIONS(1912), - [sym_false] = ACTIONS(1912), - [sym_null] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_delete] = ACTIONS(1912), - [anon_sym_throw] = ACTIONS(1912), - [anon_sym_namespace] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_try] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1912), - [sym_operator_name] = ACTIONS(1912), - [sym_this] = ACTIONS(1912), - [sym_nullptr] = ACTIONS(1912), - [sym_alone_macro] = ACTIONS(1914), - [aux_sym_alone_macro_call_token1] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), - [sym_raw_string_literal] = ACTIONS(1914), - }, - [655] = { - [sym_identifier] = ACTIONS(1944), - [aux_sym_preproc_include_token1] = ACTIONS(1944), - [aux_sym_preproc_def_token1] = ACTIONS(1944), - [aux_sym_preproc_if_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1944), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1944), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_BANG] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1944), - [anon_sym_PLUS] = ACTIONS(1944), - [anon_sym_STAR] = ACTIONS(1946), - [anon_sym_AMP_AMP] = ACTIONS(1946), - [anon_sym_AMP] = ACTIONS(1944), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_typedef] = ACTIONS(1944), - [anon_sym_extern] = ACTIONS(1944), - [anon_sym___attribute__] = ACTIONS(1944), - [anon_sym___declspec] = ACTIONS(1944), - [anon_sym___based] = ACTIONS(1944), - [anon_sym___cdecl] = ACTIONS(1944), - [anon_sym___clrcall] = ACTIONS(1944), - [anon_sym___stdcall] = ACTIONS(1944), - [anon_sym___fastcall] = ACTIONS(1944), - [anon_sym___thiscall] = ACTIONS(1944), - [anon_sym___vectorcall] = ACTIONS(1944), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_RBRACE] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1944), - [anon_sym_static] = ACTIONS(1944), - [anon_sym_register] = ACTIONS(1944), - [anon_sym_inline] = ACTIONS(1944), - [anon_sym_const] = ACTIONS(1944), - [anon_sym_volatile] = ACTIONS(1944), - [anon_sym_restrict] = ACTIONS(1944), - [anon_sym__Atomic] = ACTIONS(1944), - [anon_sym_mutable] = ACTIONS(1944), - [anon_sym_constexpr] = ACTIONS(1944), - [anon_sym_signed] = ACTIONS(1944), - [anon_sym_unsigned] = ACTIONS(1944), - [anon_sym_long] = ACTIONS(1944), - [anon_sym_short] = ACTIONS(1944), - [sym_primitive_type] = ACTIONS(1944), - [anon_sym_enum] = ACTIONS(1944), - [anon_sym_class] = ACTIONS(1944), - [anon_sym_struct] = ACTIONS(1944), - [anon_sym_union] = ACTIONS(1944), - [anon_sym_if] = ACTIONS(1944), - [anon_sym_switch] = ACTIONS(1944), - [anon_sym_case] = ACTIONS(1944), - [anon_sym_default] = ACTIONS(1944), - [anon_sym_while] = ACTIONS(1944), - [anon_sym_do] = ACTIONS(1944), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(1944), - [anon_sym_break] = ACTIONS(1944), - [anon_sym_continue] = ACTIONS(1944), - [anon_sym_goto] = ACTIONS(1944), - [anon_sym_DASH_DASH] = ACTIONS(1946), - [anon_sym_PLUS_PLUS] = ACTIONS(1946), - [anon_sym_sizeof] = ACTIONS(1944), - [sym_number_literal] = ACTIONS(1946), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1946), - [anon_sym_u_DQUOTE] = ACTIONS(1946), - [anon_sym_U_DQUOTE] = ACTIONS(1946), - [anon_sym_u8_DQUOTE] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym_true] = ACTIONS(1944), - [sym_false] = ACTIONS(1944), - [sym_null] = ACTIONS(1944), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1944), - [anon_sym_virtual] = ACTIONS(1944), - [anon_sym_explicit] = ACTIONS(1944), - [sym_auto] = ACTIONS(1944), - [anon_sym_typename] = ACTIONS(1944), - [anon_sym_template] = ACTIONS(1944), - [anon_sym_COLON_COLON] = ACTIONS(1946), - [anon_sym_operator] = ACTIONS(1944), - [anon_sym_delete] = ACTIONS(1944), - [anon_sym_throw] = ACTIONS(1944), - [anon_sym_namespace] = ACTIONS(1944), - [anon_sym_using] = ACTIONS(1944), - [anon_sym_static_assert] = ACTIONS(1944), - [anon_sym_try] = ACTIONS(1944), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1946), - [anon_sym_new] = ACTIONS(1944), - [sym_operator_name] = ACTIONS(1944), - [sym_this] = ACTIONS(1944), - [sym_nullptr] = ACTIONS(1944), - [sym_alone_macro] = ACTIONS(1946), - [aux_sym_alone_macro_call_token1] = ACTIONS(1944), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1944), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1944), - [anon_sym_MOZ_COLD] = ACTIONS(1944), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1944), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1944), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1944), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1944), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1944), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1944), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1944), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1944), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1944), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1944), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1944), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1944), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL] = ACTIONS(1944), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1944), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1944), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN] = ACTIONS(1944), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1944), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1944), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1944), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1944), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1944), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1944), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1944), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1944), - [anon_sym_MOZ_RAII] = ACTIONS(1944), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1944), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1944), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1944), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1944), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1944), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1944), - [sym_raw_string_literal] = ACTIONS(1946), - }, - [656] = { - [ts_builtin_sym_end] = ACTIONS(2130), - [sym_identifier] = ACTIONS(2128), - [aux_sym_preproc_include_token1] = ACTIONS(2128), - [aux_sym_preproc_def_token1] = ACTIONS(2128), - [aux_sym_preproc_if_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2128), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2128), - [sym_preproc_directive] = ACTIONS(2128), - [anon_sym_LPAREN2] = ACTIONS(2130), - [anon_sym_BANG] = ACTIONS(2130), - [anon_sym_TILDE] = ACTIONS(2130), - [anon_sym_DASH] = ACTIONS(2128), - [anon_sym_PLUS] = ACTIONS(2128), - [anon_sym_STAR] = ACTIONS(2130), - [anon_sym_AMP_AMP] = ACTIONS(2130), - [anon_sym_AMP] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2130), - [anon_sym_typedef] = ACTIONS(2128), - [anon_sym_extern] = ACTIONS(2128), - [anon_sym___attribute__] = ACTIONS(2128), - [anon_sym___declspec] = ACTIONS(2128), - [anon_sym___based] = ACTIONS(2128), - [anon_sym___cdecl] = ACTIONS(2128), - [anon_sym___clrcall] = ACTIONS(2128), - [anon_sym___stdcall] = ACTIONS(2128), - [anon_sym___fastcall] = ACTIONS(2128), - [anon_sym___thiscall] = ACTIONS(2128), - [anon_sym___vectorcall] = ACTIONS(2128), - [anon_sym_LBRACE] = ACTIONS(2130), - [anon_sym_LBRACK] = ACTIONS(2128), - [anon_sym_static] = ACTIONS(2128), - [anon_sym_register] = ACTIONS(2128), - [anon_sym_inline] = ACTIONS(2128), - [anon_sym_const] = ACTIONS(2128), - [anon_sym_volatile] = ACTIONS(2128), - [anon_sym_restrict] = ACTIONS(2128), - [anon_sym__Atomic] = ACTIONS(2128), - [anon_sym_mutable] = ACTIONS(2128), - [anon_sym_constexpr] = ACTIONS(2128), - [anon_sym_signed] = ACTIONS(2128), - [anon_sym_unsigned] = ACTIONS(2128), - [anon_sym_long] = ACTIONS(2128), - [anon_sym_short] = ACTIONS(2128), - [sym_primitive_type] = ACTIONS(2128), - [anon_sym_enum] = ACTIONS(2128), - [anon_sym_class] = ACTIONS(2128), - [anon_sym_struct] = ACTIONS(2128), - [anon_sym_union] = ACTIONS(2128), - [anon_sym_if] = ACTIONS(2128), - [anon_sym_switch] = ACTIONS(2128), - [anon_sym_case] = ACTIONS(2128), - [anon_sym_default] = ACTIONS(2128), - [anon_sym_while] = ACTIONS(2128), - [anon_sym_do] = ACTIONS(2128), - [anon_sym_for] = ACTIONS(2128), - [anon_sym_return] = ACTIONS(2128), - [anon_sym_break] = ACTIONS(2128), - [anon_sym_continue] = ACTIONS(2128), - [anon_sym_goto] = ACTIONS(2128), - [anon_sym_DASH_DASH] = ACTIONS(2130), - [anon_sym_PLUS_PLUS] = ACTIONS(2130), - [anon_sym_sizeof] = ACTIONS(2128), - [sym_number_literal] = ACTIONS(2130), - [anon_sym_L_SQUOTE] = ACTIONS(2130), - [anon_sym_u_SQUOTE] = ACTIONS(2130), - [anon_sym_U_SQUOTE] = ACTIONS(2130), - [anon_sym_u8_SQUOTE] = ACTIONS(2130), - [anon_sym_SQUOTE] = ACTIONS(2130), - [anon_sym_L_DQUOTE] = ACTIONS(2130), - [anon_sym_u_DQUOTE] = ACTIONS(2130), - [anon_sym_U_DQUOTE] = ACTIONS(2130), - [anon_sym_u8_DQUOTE] = ACTIONS(2130), - [anon_sym_DQUOTE] = ACTIONS(2130), - [sym_true] = ACTIONS(2128), - [sym_false] = ACTIONS(2128), - [sym_null] = ACTIONS(2128), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2128), - [anon_sym_virtual] = ACTIONS(2128), - [anon_sym_explicit] = ACTIONS(2128), - [sym_auto] = ACTIONS(2128), - [anon_sym_typename] = ACTIONS(2128), - [anon_sym_template] = ACTIONS(2128), - [anon_sym_COLON_COLON] = ACTIONS(2130), - [anon_sym_operator] = ACTIONS(2128), - [anon_sym_delete] = ACTIONS(2128), - [anon_sym_throw] = ACTIONS(2128), - [anon_sym_namespace] = ACTIONS(2128), - [anon_sym_using] = ACTIONS(2128), - [anon_sym_static_assert] = ACTIONS(2128), - [anon_sym_try] = ACTIONS(2128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), - [anon_sym_new] = ACTIONS(2128), - [sym_operator_name] = ACTIONS(2128), - [sym_this] = ACTIONS(2128), - [sym_nullptr] = ACTIONS(2128), - [sym_alone_macro] = ACTIONS(2130), - [aux_sym_alone_macro_call_token1] = ACTIONS(2128), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2128), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2128), - [anon_sym_MOZ_COLD] = ACTIONS(2128), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2128), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2128), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2128), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2128), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2128), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2128), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2128), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2128), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2128), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2128), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2128), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2128), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL] = ACTIONS(2128), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2128), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2128), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN] = ACTIONS(2128), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2128), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2128), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2128), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2128), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2128), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2128), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2128), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2128), - [anon_sym_MOZ_RAII] = ACTIONS(2128), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2128), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2128), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2128), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2128), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2128), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2128), - [sym_raw_string_literal] = ACTIONS(2130), - }, - [657] = { - [ts_builtin_sym_end] = ACTIONS(1966), - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_include_token1] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_PLUS] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym___cdecl] = ACTIONS(1964), - [anon_sym___clrcall] = ACTIONS(1964), - [anon_sym___stdcall] = ACTIONS(1964), - [anon_sym___fastcall] = ACTIONS(1964), - [anon_sym___thiscall] = ACTIONS(1964), - [anon_sym___vectorcall] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_switch] = ACTIONS(1964), - [anon_sym_case] = ACTIONS(1964), - [anon_sym_default] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_goto] = ACTIONS(1964), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1964), - [sym_number_literal] = ACTIONS(1966), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1964), - [sym_false] = ACTIONS(1964), - [sym_null] = ACTIONS(1964), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_delete] = ACTIONS(1964), - [anon_sym_throw] = ACTIONS(1964), - [anon_sym_namespace] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym_new] = ACTIONS(1964), - [sym_operator_name] = ACTIONS(1964), - [sym_this] = ACTIONS(1964), - [sym_nullptr] = ACTIONS(1964), - [sym_alone_macro] = ACTIONS(1966), - [aux_sym_alone_macro_call_token1] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - [sym_raw_string_literal] = ACTIONS(1966), - }, - [658] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_include_token1] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_BANG] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_DASH] = ACTIONS(2120), - [anon_sym_PLUS] = ACTIONS(2120), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_SEMI] = ACTIONS(2122), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym___cdecl] = ACTIONS(2120), - [anon_sym___clrcall] = ACTIONS(2120), - [anon_sym___stdcall] = ACTIONS(2120), - [anon_sym___fastcall] = ACTIONS(2120), - [anon_sym___thiscall] = ACTIONS(2120), - [anon_sym___vectorcall] = ACTIONS(2120), - [anon_sym_LBRACE] = ACTIONS(2122), - [anon_sym_RBRACE] = ACTIONS(2122), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [anon_sym_if] = ACTIONS(2120), - [anon_sym_switch] = ACTIONS(2120), - [anon_sym_case] = ACTIONS(2120), - [anon_sym_default] = ACTIONS(2120), - [anon_sym_while] = ACTIONS(2120), - [anon_sym_do] = ACTIONS(2120), - [anon_sym_for] = ACTIONS(2120), - [anon_sym_return] = ACTIONS(2120), - [anon_sym_break] = ACTIONS(2120), - [anon_sym_continue] = ACTIONS(2120), - [anon_sym_goto] = ACTIONS(2120), - [anon_sym_DASH_DASH] = ACTIONS(2122), - [anon_sym_PLUS_PLUS] = ACTIONS(2122), - [anon_sym_sizeof] = ACTIONS(2120), - [sym_number_literal] = ACTIONS(2122), - [anon_sym_L_SQUOTE] = ACTIONS(2122), - [anon_sym_u_SQUOTE] = ACTIONS(2122), - [anon_sym_U_SQUOTE] = ACTIONS(2122), - [anon_sym_u8_SQUOTE] = ACTIONS(2122), - [anon_sym_SQUOTE] = ACTIONS(2122), - [anon_sym_L_DQUOTE] = ACTIONS(2122), - [anon_sym_u_DQUOTE] = ACTIONS(2122), - [anon_sym_U_DQUOTE] = ACTIONS(2122), - [anon_sym_u8_DQUOTE] = ACTIONS(2122), - [anon_sym_DQUOTE] = ACTIONS(2122), - [sym_true] = ACTIONS(2120), - [sym_false] = ACTIONS(2120), - [sym_null] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_delete] = ACTIONS(2120), - [anon_sym_throw] = ACTIONS(2120), - [anon_sym_namespace] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_try] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [anon_sym_new] = ACTIONS(2120), - [sym_operator_name] = ACTIONS(2120), - [sym_this] = ACTIONS(2120), - [sym_nullptr] = ACTIONS(2120), - [sym_alone_macro] = ACTIONS(2122), - [aux_sym_alone_macro_call_token1] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - [sym_raw_string_literal] = ACTIONS(2122), - }, - [659] = { - [sym_identifier] = ACTIONS(2116), - [aux_sym_preproc_include_token1] = ACTIONS(2116), - [aux_sym_preproc_def_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2116), - [sym_preproc_directive] = ACTIONS(2116), - [anon_sym_LPAREN2] = ACTIONS(2118), - [anon_sym_BANG] = ACTIONS(2118), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_DASH] = ACTIONS(2116), - [anon_sym_PLUS] = ACTIONS(2116), - [anon_sym_STAR] = ACTIONS(2118), - [anon_sym_AMP_AMP] = ACTIONS(2118), - [anon_sym_AMP] = ACTIONS(2116), - [anon_sym_SEMI] = ACTIONS(2118), - [anon_sym_typedef] = ACTIONS(2116), - [anon_sym_extern] = ACTIONS(2116), - [anon_sym___attribute__] = ACTIONS(2116), - [anon_sym___declspec] = ACTIONS(2116), - [anon_sym___based] = ACTIONS(2116), - [anon_sym___cdecl] = ACTIONS(2116), - [anon_sym___clrcall] = ACTIONS(2116), - [anon_sym___stdcall] = ACTIONS(2116), - [anon_sym___fastcall] = ACTIONS(2116), - [anon_sym___thiscall] = ACTIONS(2116), - [anon_sym___vectorcall] = ACTIONS(2116), - [anon_sym_LBRACE] = ACTIONS(2118), - [anon_sym_RBRACE] = ACTIONS(2118), - [anon_sym_LBRACK] = ACTIONS(2116), - [anon_sym_static] = ACTIONS(2116), - [anon_sym_register] = ACTIONS(2116), - [anon_sym_inline] = ACTIONS(2116), - [anon_sym_const] = ACTIONS(2116), - [anon_sym_volatile] = ACTIONS(2116), - [anon_sym_restrict] = ACTIONS(2116), - [anon_sym__Atomic] = ACTIONS(2116), - [anon_sym_mutable] = ACTIONS(2116), - [anon_sym_constexpr] = ACTIONS(2116), - [anon_sym_signed] = ACTIONS(2116), - [anon_sym_unsigned] = ACTIONS(2116), - [anon_sym_long] = ACTIONS(2116), - [anon_sym_short] = ACTIONS(2116), - [sym_primitive_type] = ACTIONS(2116), - [anon_sym_enum] = ACTIONS(2116), - [anon_sym_class] = ACTIONS(2116), - [anon_sym_struct] = ACTIONS(2116), - [anon_sym_union] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2116), - [anon_sym_switch] = ACTIONS(2116), - [anon_sym_case] = ACTIONS(2116), - [anon_sym_default] = ACTIONS(2116), - [anon_sym_while] = ACTIONS(2116), - [anon_sym_do] = ACTIONS(2116), - [anon_sym_for] = ACTIONS(2116), - [anon_sym_return] = ACTIONS(2116), - [anon_sym_break] = ACTIONS(2116), - [anon_sym_continue] = ACTIONS(2116), - [anon_sym_goto] = ACTIONS(2116), - [anon_sym_DASH_DASH] = ACTIONS(2118), - [anon_sym_PLUS_PLUS] = ACTIONS(2118), - [anon_sym_sizeof] = ACTIONS(2116), - [sym_number_literal] = ACTIONS(2118), - [anon_sym_L_SQUOTE] = ACTIONS(2118), - [anon_sym_u_SQUOTE] = ACTIONS(2118), - [anon_sym_U_SQUOTE] = ACTIONS(2118), - [anon_sym_u8_SQUOTE] = ACTIONS(2118), - [anon_sym_SQUOTE] = ACTIONS(2118), - [anon_sym_L_DQUOTE] = ACTIONS(2118), - [anon_sym_u_DQUOTE] = ACTIONS(2118), - [anon_sym_U_DQUOTE] = ACTIONS(2118), - [anon_sym_u8_DQUOTE] = ACTIONS(2118), - [anon_sym_DQUOTE] = ACTIONS(2118), - [sym_true] = ACTIONS(2116), - [sym_false] = ACTIONS(2116), - [sym_null] = ACTIONS(2116), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2116), - [anon_sym_virtual] = ACTIONS(2116), - [anon_sym_explicit] = ACTIONS(2116), - [sym_auto] = ACTIONS(2116), - [anon_sym_typename] = ACTIONS(2116), - [anon_sym_template] = ACTIONS(2116), - [anon_sym_COLON_COLON] = ACTIONS(2118), - [anon_sym_operator] = ACTIONS(2116), - [anon_sym_delete] = ACTIONS(2116), - [anon_sym_throw] = ACTIONS(2116), - [anon_sym_namespace] = ACTIONS(2116), - [anon_sym_using] = ACTIONS(2116), - [anon_sym_static_assert] = ACTIONS(2116), - [anon_sym_try] = ACTIONS(2116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2118), - [anon_sym_new] = ACTIONS(2116), - [sym_operator_name] = ACTIONS(2116), - [sym_this] = ACTIONS(2116), - [sym_nullptr] = ACTIONS(2116), - [sym_alone_macro] = ACTIONS(2118), - [aux_sym_alone_macro_call_token1] = ACTIONS(2116), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2116), - [anon_sym_MOZ_COLD] = ACTIONS(2116), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2116), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2116), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2116), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2116), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2116), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2116), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2116), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2116), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2116), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2116), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2116), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2116), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_RAII] = ACTIONS(2116), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2116), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2116), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2116), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2116), - [sym_raw_string_literal] = ACTIONS(2118), - }, - [660] = { - [sym_identifier] = ACTIONS(2112), - [aux_sym_preproc_include_token1] = ACTIONS(2112), - [aux_sym_preproc_def_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2112), - [sym_preproc_directive] = ACTIONS(2112), - [anon_sym_LPAREN2] = ACTIONS(2114), - [anon_sym_BANG] = ACTIONS(2114), - [anon_sym_TILDE] = ACTIONS(2114), - [anon_sym_DASH] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(2112), - [anon_sym_STAR] = ACTIONS(2114), - [anon_sym_AMP_AMP] = ACTIONS(2114), - [anon_sym_AMP] = ACTIONS(2112), - [anon_sym_SEMI] = ACTIONS(2114), - [anon_sym_typedef] = ACTIONS(2112), - [anon_sym_extern] = ACTIONS(2112), - [anon_sym___attribute__] = ACTIONS(2112), - [anon_sym___declspec] = ACTIONS(2112), - [anon_sym___based] = ACTIONS(2112), - [anon_sym___cdecl] = ACTIONS(2112), - [anon_sym___clrcall] = ACTIONS(2112), - [anon_sym___stdcall] = ACTIONS(2112), - [anon_sym___fastcall] = ACTIONS(2112), - [anon_sym___thiscall] = ACTIONS(2112), - [anon_sym___vectorcall] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2114), - [anon_sym_RBRACE] = ACTIONS(2114), - [anon_sym_LBRACK] = ACTIONS(2112), - [anon_sym_static] = ACTIONS(2112), - [anon_sym_register] = ACTIONS(2112), - [anon_sym_inline] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_volatile] = ACTIONS(2112), - [anon_sym_restrict] = ACTIONS(2112), - [anon_sym__Atomic] = ACTIONS(2112), - [anon_sym_mutable] = ACTIONS(2112), - [anon_sym_constexpr] = ACTIONS(2112), - [anon_sym_signed] = ACTIONS(2112), - [anon_sym_unsigned] = ACTIONS(2112), - [anon_sym_long] = ACTIONS(2112), - [anon_sym_short] = ACTIONS(2112), - [sym_primitive_type] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_class] = ACTIONS(2112), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_switch] = ACTIONS(2112), - [anon_sym_case] = ACTIONS(2112), - [anon_sym_default] = ACTIONS(2112), - [anon_sym_while] = ACTIONS(2112), - [anon_sym_do] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2114), - [anon_sym_PLUS_PLUS] = ACTIONS(2114), - [anon_sym_sizeof] = ACTIONS(2112), - [sym_number_literal] = ACTIONS(2114), - [anon_sym_L_SQUOTE] = ACTIONS(2114), - [anon_sym_u_SQUOTE] = ACTIONS(2114), - [anon_sym_U_SQUOTE] = ACTIONS(2114), - [anon_sym_u8_SQUOTE] = ACTIONS(2114), - [anon_sym_SQUOTE] = ACTIONS(2114), - [anon_sym_L_DQUOTE] = ACTIONS(2114), - [anon_sym_u_DQUOTE] = ACTIONS(2114), - [anon_sym_U_DQUOTE] = ACTIONS(2114), - [anon_sym_u8_DQUOTE] = ACTIONS(2114), - [anon_sym_DQUOTE] = ACTIONS(2114), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_null] = ACTIONS(2112), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2112), - [anon_sym_virtual] = ACTIONS(2112), - [anon_sym_explicit] = ACTIONS(2112), - [sym_auto] = ACTIONS(2112), - [anon_sym_typename] = ACTIONS(2112), - [anon_sym_template] = ACTIONS(2112), - [anon_sym_COLON_COLON] = ACTIONS(2114), - [anon_sym_operator] = ACTIONS(2112), - [anon_sym_delete] = ACTIONS(2112), - [anon_sym_throw] = ACTIONS(2112), - [anon_sym_namespace] = ACTIONS(2112), - [anon_sym_using] = ACTIONS(2112), - [anon_sym_static_assert] = ACTIONS(2112), - [anon_sym_try] = ACTIONS(2112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2114), - [anon_sym_new] = ACTIONS(2112), - [sym_operator_name] = ACTIONS(2112), - [sym_this] = ACTIONS(2112), - [sym_nullptr] = ACTIONS(2112), - [sym_alone_macro] = ACTIONS(2114), - [aux_sym_alone_macro_call_token1] = ACTIONS(2112), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2112), - [anon_sym_MOZ_COLD] = ACTIONS(2112), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2112), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2112), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2112), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2112), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2112), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2112), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2112), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2112), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2112), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2112), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2112), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2112), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_RAII] = ACTIONS(2112), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2112), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2112), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2112), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2112), - [sym_raw_string_literal] = ACTIONS(2114), - }, - [661] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_include_token1] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token2] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_BANG] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_SEMI] = ACTIONS(1958), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym___cdecl] = ACTIONS(1956), - [anon_sym___clrcall] = ACTIONS(1956), - [anon_sym___stdcall] = ACTIONS(1956), - [anon_sym___fastcall] = ACTIONS(1956), - [anon_sym___thiscall] = ACTIONS(1956), - [anon_sym___vectorcall] = ACTIONS(1956), - [anon_sym_LBRACE] = ACTIONS(1958), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [anon_sym_if] = ACTIONS(1956), - [anon_sym_switch] = ACTIONS(1956), - [anon_sym_case] = ACTIONS(1956), - [anon_sym_default] = ACTIONS(1956), - [anon_sym_while] = ACTIONS(1956), - [anon_sym_do] = ACTIONS(1956), - [anon_sym_for] = ACTIONS(1956), - [anon_sym_return] = ACTIONS(1956), - [anon_sym_break] = ACTIONS(1956), - [anon_sym_continue] = ACTIONS(1956), - [anon_sym_goto] = ACTIONS(1956), - [anon_sym_DASH_DASH] = ACTIONS(1958), - [anon_sym_PLUS_PLUS] = ACTIONS(1958), - [anon_sym_sizeof] = ACTIONS(1956), - [sym_number_literal] = ACTIONS(1958), - [anon_sym_L_SQUOTE] = ACTIONS(1958), - [anon_sym_u_SQUOTE] = ACTIONS(1958), - [anon_sym_U_SQUOTE] = ACTIONS(1958), - [anon_sym_u8_SQUOTE] = ACTIONS(1958), - [anon_sym_SQUOTE] = ACTIONS(1958), - [anon_sym_L_DQUOTE] = ACTIONS(1958), - [anon_sym_u_DQUOTE] = ACTIONS(1958), - [anon_sym_U_DQUOTE] = ACTIONS(1958), - [anon_sym_u8_DQUOTE] = ACTIONS(1958), - [anon_sym_DQUOTE] = ACTIONS(1958), - [sym_true] = ACTIONS(1956), - [sym_false] = ACTIONS(1956), - [sym_null] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_throw] = ACTIONS(1956), - [anon_sym_namespace] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_try] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym_new] = ACTIONS(1956), - [sym_operator_name] = ACTIONS(1956), - [sym_this] = ACTIONS(1956), - [sym_nullptr] = ACTIONS(1956), - [sym_alone_macro] = ACTIONS(1958), - [aux_sym_alone_macro_call_token1] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), - [sym_raw_string_literal] = ACTIONS(1958), - }, - [662] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_include_token1] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_BANG] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_DASH] = ACTIONS(2092), - [anon_sym_PLUS] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_SEMI] = ACTIONS(2094), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym___cdecl] = ACTIONS(2092), - [anon_sym___clrcall] = ACTIONS(2092), - [anon_sym___stdcall] = ACTIONS(2092), - [anon_sym___fastcall] = ACTIONS(2092), - [anon_sym___thiscall] = ACTIONS(2092), - [anon_sym___vectorcall] = ACTIONS(2092), - [anon_sym_LBRACE] = ACTIONS(2094), - [anon_sym_RBRACE] = ACTIONS(2094), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [anon_sym_if] = ACTIONS(2092), - [anon_sym_switch] = ACTIONS(2092), - [anon_sym_case] = ACTIONS(2092), - [anon_sym_default] = ACTIONS(2092), - [anon_sym_while] = ACTIONS(2092), - [anon_sym_do] = ACTIONS(2092), - [anon_sym_for] = ACTIONS(2092), - [anon_sym_return] = ACTIONS(2092), - [anon_sym_break] = ACTIONS(2092), - [anon_sym_continue] = ACTIONS(2092), - [anon_sym_goto] = ACTIONS(2092), - [anon_sym_DASH_DASH] = ACTIONS(2094), - [anon_sym_PLUS_PLUS] = ACTIONS(2094), - [anon_sym_sizeof] = ACTIONS(2092), - [sym_number_literal] = ACTIONS(2094), - [anon_sym_L_SQUOTE] = ACTIONS(2094), - [anon_sym_u_SQUOTE] = ACTIONS(2094), - [anon_sym_U_SQUOTE] = ACTIONS(2094), - [anon_sym_u8_SQUOTE] = ACTIONS(2094), - [anon_sym_SQUOTE] = ACTIONS(2094), - [anon_sym_L_DQUOTE] = ACTIONS(2094), - [anon_sym_u_DQUOTE] = ACTIONS(2094), - [anon_sym_U_DQUOTE] = ACTIONS(2094), - [anon_sym_u8_DQUOTE] = ACTIONS(2094), - [anon_sym_DQUOTE] = ACTIONS(2094), - [sym_true] = ACTIONS(2092), - [sym_false] = ACTIONS(2092), - [sym_null] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_delete] = ACTIONS(2092), - [anon_sym_throw] = ACTIONS(2092), - [anon_sym_namespace] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_try] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [anon_sym_new] = ACTIONS(2092), - [sym_operator_name] = ACTIONS(2092), - [sym_this] = ACTIONS(2092), - [sym_nullptr] = ACTIONS(2092), - [sym_alone_macro] = ACTIONS(2094), - [aux_sym_alone_macro_call_token1] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), - [sym_raw_string_literal] = ACTIONS(2094), - }, - [663] = { - [sym_identifier] = ACTIONS(2088), - [aux_sym_preproc_include_token1] = ACTIONS(2088), - [aux_sym_preproc_def_token1] = ACTIONS(2088), - [aux_sym_preproc_if_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2088), - [sym_preproc_directive] = ACTIONS(2088), - [anon_sym_LPAREN2] = ACTIONS(2090), - [anon_sym_BANG] = ACTIONS(2090), - [anon_sym_TILDE] = ACTIONS(2090), - [anon_sym_DASH] = ACTIONS(2088), - [anon_sym_PLUS] = ACTIONS(2088), - [anon_sym_STAR] = ACTIONS(2090), - [anon_sym_AMP_AMP] = ACTIONS(2090), - [anon_sym_AMP] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_typedef] = ACTIONS(2088), - [anon_sym_extern] = ACTIONS(2088), - [anon_sym___attribute__] = ACTIONS(2088), - [anon_sym___declspec] = ACTIONS(2088), - [anon_sym___based] = ACTIONS(2088), - [anon_sym___cdecl] = ACTIONS(2088), - [anon_sym___clrcall] = ACTIONS(2088), - [anon_sym___stdcall] = ACTIONS(2088), - [anon_sym___fastcall] = ACTIONS(2088), - [anon_sym___thiscall] = ACTIONS(2088), - [anon_sym___vectorcall] = ACTIONS(2088), - [anon_sym_LBRACE] = ACTIONS(2090), - [anon_sym_RBRACE] = ACTIONS(2090), - [anon_sym_LBRACK] = ACTIONS(2088), - [anon_sym_static] = ACTIONS(2088), - [anon_sym_register] = ACTIONS(2088), - [anon_sym_inline] = ACTIONS(2088), - [anon_sym_const] = ACTIONS(2088), - [anon_sym_volatile] = ACTIONS(2088), - [anon_sym_restrict] = ACTIONS(2088), - [anon_sym__Atomic] = ACTIONS(2088), - [anon_sym_mutable] = ACTIONS(2088), - [anon_sym_constexpr] = ACTIONS(2088), - [anon_sym_signed] = ACTIONS(2088), - [anon_sym_unsigned] = ACTIONS(2088), - [anon_sym_long] = ACTIONS(2088), - [anon_sym_short] = ACTIONS(2088), - [sym_primitive_type] = ACTIONS(2088), - [anon_sym_enum] = ACTIONS(2088), - [anon_sym_class] = ACTIONS(2088), - [anon_sym_struct] = ACTIONS(2088), - [anon_sym_union] = ACTIONS(2088), - [anon_sym_if] = ACTIONS(2088), - [anon_sym_switch] = ACTIONS(2088), - [anon_sym_case] = ACTIONS(2088), - [anon_sym_default] = ACTIONS(2088), - [anon_sym_while] = ACTIONS(2088), - [anon_sym_do] = ACTIONS(2088), - [anon_sym_for] = ACTIONS(2088), - [anon_sym_return] = ACTIONS(2088), - [anon_sym_break] = ACTIONS(2088), - [anon_sym_continue] = ACTIONS(2088), - [anon_sym_goto] = ACTIONS(2088), - [anon_sym_DASH_DASH] = ACTIONS(2090), - [anon_sym_PLUS_PLUS] = ACTIONS(2090), - [anon_sym_sizeof] = ACTIONS(2088), - [sym_number_literal] = ACTIONS(2090), - [anon_sym_L_SQUOTE] = ACTIONS(2090), - [anon_sym_u_SQUOTE] = ACTIONS(2090), - [anon_sym_U_SQUOTE] = ACTIONS(2090), - [anon_sym_u8_SQUOTE] = ACTIONS(2090), - [anon_sym_SQUOTE] = ACTIONS(2090), - [anon_sym_L_DQUOTE] = ACTIONS(2090), - [anon_sym_u_DQUOTE] = ACTIONS(2090), - [anon_sym_U_DQUOTE] = ACTIONS(2090), - [anon_sym_u8_DQUOTE] = ACTIONS(2090), - [anon_sym_DQUOTE] = ACTIONS(2090), - [sym_true] = ACTIONS(2088), - [sym_false] = ACTIONS(2088), - [sym_null] = ACTIONS(2088), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2088), - [anon_sym_virtual] = ACTIONS(2088), - [anon_sym_explicit] = ACTIONS(2088), - [sym_auto] = ACTIONS(2088), - [anon_sym_typename] = ACTIONS(2088), - [anon_sym_template] = ACTIONS(2088), - [anon_sym_COLON_COLON] = ACTIONS(2090), - [anon_sym_operator] = ACTIONS(2088), - [anon_sym_delete] = ACTIONS(2088), - [anon_sym_throw] = ACTIONS(2088), - [anon_sym_namespace] = ACTIONS(2088), - [anon_sym_using] = ACTIONS(2088), - [anon_sym_static_assert] = ACTIONS(2088), - [anon_sym_try] = ACTIONS(2088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2090), - [anon_sym_new] = ACTIONS(2088), - [sym_operator_name] = ACTIONS(2088), - [sym_this] = ACTIONS(2088), - [sym_nullptr] = ACTIONS(2088), - [sym_alone_macro] = ACTIONS(2090), - [aux_sym_alone_macro_call_token1] = ACTIONS(2088), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2088), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2088), - [anon_sym_MOZ_COLD] = ACTIONS(2088), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2088), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2088), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2088), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2088), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2088), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2088), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2088), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2088), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2088), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2088), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2088), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2088), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL] = ACTIONS(2088), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2088), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2088), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN] = ACTIONS(2088), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2088), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2088), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2088), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2088), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2088), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2088), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2088), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2088), - [anon_sym_MOZ_RAII] = ACTIONS(2088), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2088), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2088), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2088), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2088), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2088), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2088), - [sym_raw_string_literal] = ACTIONS(2090), - }, - [664] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_include_token1] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token2] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_BANG] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1932), - [anon_sym_PLUS] = ACTIONS(1932), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym___cdecl] = ACTIONS(1932), - [anon_sym___clrcall] = ACTIONS(1932), - [anon_sym___stdcall] = ACTIONS(1932), - [anon_sym___fastcall] = ACTIONS(1932), - [anon_sym___thiscall] = ACTIONS(1932), - [anon_sym___vectorcall] = ACTIONS(1932), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [anon_sym_if] = ACTIONS(1932), - [anon_sym_switch] = ACTIONS(1932), - [anon_sym_case] = ACTIONS(1932), - [anon_sym_default] = ACTIONS(1932), - [anon_sym_while] = ACTIONS(1932), - [anon_sym_do] = ACTIONS(1932), - [anon_sym_for] = ACTIONS(1932), - [anon_sym_return] = ACTIONS(1932), - [anon_sym_break] = ACTIONS(1932), - [anon_sym_continue] = ACTIONS(1932), - [anon_sym_goto] = ACTIONS(1932), - [anon_sym_DASH_DASH] = ACTIONS(1934), - [anon_sym_PLUS_PLUS] = ACTIONS(1934), - [anon_sym_sizeof] = ACTIONS(1932), - [sym_number_literal] = ACTIONS(1934), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1934), - [anon_sym_u_DQUOTE] = ACTIONS(1934), - [anon_sym_U_DQUOTE] = ACTIONS(1934), - [anon_sym_u8_DQUOTE] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym_true] = ACTIONS(1932), - [sym_false] = ACTIONS(1932), - [sym_null] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_delete] = ACTIONS(1932), - [anon_sym_throw] = ACTIONS(1932), - [anon_sym_namespace] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_try] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [anon_sym_new] = ACTIONS(1932), - [sym_operator_name] = ACTIONS(1932), - [sym_this] = ACTIONS(1932), - [sym_nullptr] = ACTIONS(1932), - [sym_alone_macro] = ACTIONS(1934), - [aux_sym_alone_macro_call_token1] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), - [sym_raw_string_literal] = ACTIONS(1934), - }, - [665] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_include_token1] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token2] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_BANG] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_DASH] = ACTIONS(1952), - [anon_sym_PLUS] = ACTIONS(1952), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_SEMI] = ACTIONS(1954), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym___cdecl] = ACTIONS(1952), - [anon_sym___clrcall] = ACTIONS(1952), - [anon_sym___stdcall] = ACTIONS(1952), - [anon_sym___fastcall] = ACTIONS(1952), - [anon_sym___thiscall] = ACTIONS(1952), - [anon_sym___vectorcall] = ACTIONS(1952), - [anon_sym_LBRACE] = ACTIONS(1954), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [anon_sym_if] = ACTIONS(1952), - [anon_sym_switch] = ACTIONS(1952), - [anon_sym_case] = ACTIONS(1952), - [anon_sym_default] = ACTIONS(1952), - [anon_sym_while] = ACTIONS(1952), - [anon_sym_do] = ACTIONS(1952), - [anon_sym_for] = ACTIONS(1952), - [anon_sym_return] = ACTIONS(1952), - [anon_sym_break] = ACTIONS(1952), - [anon_sym_continue] = ACTIONS(1952), - [anon_sym_goto] = ACTIONS(1952), - [anon_sym_DASH_DASH] = ACTIONS(1954), - [anon_sym_PLUS_PLUS] = ACTIONS(1954), - [anon_sym_sizeof] = ACTIONS(1952), - [sym_number_literal] = ACTIONS(1954), - [anon_sym_L_SQUOTE] = ACTIONS(1954), - [anon_sym_u_SQUOTE] = ACTIONS(1954), - [anon_sym_U_SQUOTE] = ACTIONS(1954), - [anon_sym_u8_SQUOTE] = ACTIONS(1954), - [anon_sym_SQUOTE] = ACTIONS(1954), - [anon_sym_L_DQUOTE] = ACTIONS(1954), - [anon_sym_u_DQUOTE] = ACTIONS(1954), - [anon_sym_U_DQUOTE] = ACTIONS(1954), - [anon_sym_u8_DQUOTE] = ACTIONS(1954), - [anon_sym_DQUOTE] = ACTIONS(1954), - [sym_true] = ACTIONS(1952), - [sym_false] = ACTIONS(1952), - [sym_null] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_delete] = ACTIONS(1952), - [anon_sym_throw] = ACTIONS(1952), - [anon_sym_namespace] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_try] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [anon_sym_new] = ACTIONS(1952), - [sym_operator_name] = ACTIONS(1952), - [sym_this] = ACTIONS(1952), - [sym_nullptr] = ACTIONS(1952), - [sym_alone_macro] = ACTIONS(1954), - [aux_sym_alone_macro_call_token1] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), - [sym_raw_string_literal] = ACTIONS(1954), - }, - [666] = { - [sym_identifier] = ACTIONS(2116), - [aux_sym_preproc_include_token1] = ACTIONS(2116), - [aux_sym_preproc_def_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token1] = ACTIONS(2116), - [aux_sym_preproc_if_token2] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2116), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2116), - [sym_preproc_directive] = ACTIONS(2116), - [anon_sym_LPAREN2] = ACTIONS(2118), - [anon_sym_BANG] = ACTIONS(2118), - [anon_sym_TILDE] = ACTIONS(2118), - [anon_sym_DASH] = ACTIONS(2116), - [anon_sym_PLUS] = ACTIONS(2116), - [anon_sym_STAR] = ACTIONS(2118), - [anon_sym_AMP_AMP] = ACTIONS(2118), - [anon_sym_AMP] = ACTIONS(2116), - [anon_sym_SEMI] = ACTIONS(2118), - [anon_sym_typedef] = ACTIONS(2116), - [anon_sym_extern] = ACTIONS(2116), - [anon_sym___attribute__] = ACTIONS(2116), - [anon_sym___declspec] = ACTIONS(2116), - [anon_sym___based] = ACTIONS(2116), - [anon_sym___cdecl] = ACTIONS(2116), - [anon_sym___clrcall] = ACTIONS(2116), - [anon_sym___stdcall] = ACTIONS(2116), - [anon_sym___fastcall] = ACTIONS(2116), - [anon_sym___thiscall] = ACTIONS(2116), - [anon_sym___vectorcall] = ACTIONS(2116), - [anon_sym_LBRACE] = ACTIONS(2118), - [anon_sym_LBRACK] = ACTIONS(2116), - [anon_sym_static] = ACTIONS(2116), - [anon_sym_register] = ACTIONS(2116), - [anon_sym_inline] = ACTIONS(2116), - [anon_sym_const] = ACTIONS(2116), - [anon_sym_volatile] = ACTIONS(2116), - [anon_sym_restrict] = ACTIONS(2116), - [anon_sym__Atomic] = ACTIONS(2116), - [anon_sym_mutable] = ACTIONS(2116), - [anon_sym_constexpr] = ACTIONS(2116), - [anon_sym_signed] = ACTIONS(2116), - [anon_sym_unsigned] = ACTIONS(2116), - [anon_sym_long] = ACTIONS(2116), - [anon_sym_short] = ACTIONS(2116), - [sym_primitive_type] = ACTIONS(2116), - [anon_sym_enum] = ACTIONS(2116), - [anon_sym_class] = ACTIONS(2116), - [anon_sym_struct] = ACTIONS(2116), - [anon_sym_union] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2116), - [anon_sym_switch] = ACTIONS(2116), - [anon_sym_case] = ACTIONS(2116), - [anon_sym_default] = ACTIONS(2116), - [anon_sym_while] = ACTIONS(2116), - [anon_sym_do] = ACTIONS(2116), - [anon_sym_for] = ACTIONS(2116), - [anon_sym_return] = ACTIONS(2116), - [anon_sym_break] = ACTIONS(2116), - [anon_sym_continue] = ACTIONS(2116), - [anon_sym_goto] = ACTIONS(2116), - [anon_sym_DASH_DASH] = ACTIONS(2118), - [anon_sym_PLUS_PLUS] = ACTIONS(2118), - [anon_sym_sizeof] = ACTIONS(2116), - [sym_number_literal] = ACTIONS(2118), - [anon_sym_L_SQUOTE] = ACTIONS(2118), - [anon_sym_u_SQUOTE] = ACTIONS(2118), - [anon_sym_U_SQUOTE] = ACTIONS(2118), - [anon_sym_u8_SQUOTE] = ACTIONS(2118), - [anon_sym_SQUOTE] = ACTIONS(2118), - [anon_sym_L_DQUOTE] = ACTIONS(2118), - [anon_sym_u_DQUOTE] = ACTIONS(2118), - [anon_sym_U_DQUOTE] = ACTIONS(2118), - [anon_sym_u8_DQUOTE] = ACTIONS(2118), - [anon_sym_DQUOTE] = ACTIONS(2118), - [sym_true] = ACTIONS(2116), - [sym_false] = ACTIONS(2116), - [sym_null] = ACTIONS(2116), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2116), - [anon_sym_virtual] = ACTIONS(2116), - [anon_sym_explicit] = ACTIONS(2116), - [sym_auto] = ACTIONS(2116), - [anon_sym_typename] = ACTIONS(2116), - [anon_sym_template] = ACTIONS(2116), - [anon_sym_COLON_COLON] = ACTIONS(2118), - [anon_sym_operator] = ACTIONS(2116), - [anon_sym_delete] = ACTIONS(2116), - [anon_sym_throw] = ACTIONS(2116), - [anon_sym_namespace] = ACTIONS(2116), - [anon_sym_using] = ACTIONS(2116), - [anon_sym_static_assert] = ACTIONS(2116), - [anon_sym_try] = ACTIONS(2116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2118), - [anon_sym_new] = ACTIONS(2116), - [sym_operator_name] = ACTIONS(2116), - [sym_this] = ACTIONS(2116), - [sym_nullptr] = ACTIONS(2116), - [sym_alone_macro] = ACTIONS(2118), - [aux_sym_alone_macro_call_token1] = ACTIONS(2116), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2116), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2116), - [anon_sym_MOZ_COLD] = ACTIONS(2116), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2116), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2116), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2116), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2116), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2116), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2116), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2116), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2116), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2116), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2116), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2116), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2116), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL] = ACTIONS(2116), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2116), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2116), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN] = ACTIONS(2116), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2116), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2116), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2116), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2116), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2116), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2116), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2116), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2116), - [anon_sym_MOZ_RAII] = ACTIONS(2116), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2116), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2116), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2116), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2116), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2116), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2116), - [sym_raw_string_literal] = ACTIONS(2118), + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_include_token1] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token2] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_BANG] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1720), + [anon_sym_PLUS] = ACTIONS(1720), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym___cdecl] = ACTIONS(1720), + [anon_sym___clrcall] = ACTIONS(1720), + [anon_sym___stdcall] = ACTIONS(1720), + [anon_sym___fastcall] = ACTIONS(1720), + [anon_sym___thiscall] = ACTIONS(1720), + [anon_sym___vectorcall] = ACTIONS(1720), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), + [anon_sym_if] = ACTIONS(1720), + [anon_sym_switch] = ACTIONS(1720), + [anon_sym_case] = ACTIONS(1720), + [anon_sym_default] = ACTIONS(1720), + [anon_sym_while] = ACTIONS(1720), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1720), + [anon_sym_continue] = ACTIONS(1720), + [anon_sym_goto] = ACTIONS(1720), + [anon_sym_DASH_DASH] = ACTIONS(1722), + [anon_sym_PLUS_PLUS] = ACTIONS(1722), + [anon_sym_sizeof] = ACTIONS(1720), + [sym_number_literal] = ACTIONS(1722), + [anon_sym_L_SQUOTE] = ACTIONS(1722), + [anon_sym_u_SQUOTE] = ACTIONS(1722), + [anon_sym_U_SQUOTE] = ACTIONS(1722), + [anon_sym_u8_SQUOTE] = ACTIONS(1722), + [anon_sym_SQUOTE] = ACTIONS(1722), + [anon_sym_L_DQUOTE] = ACTIONS(1722), + [anon_sym_u_DQUOTE] = ACTIONS(1722), + [anon_sym_U_DQUOTE] = ACTIONS(1722), + [anon_sym_u8_DQUOTE] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [sym_true] = ACTIONS(1720), + [sym_false] = ACTIONS(1720), + [sym_null] = ACTIONS(1720), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_delete] = ACTIONS(1720), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_namespace] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_try] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [anon_sym_new] = ACTIONS(1720), + [sym_operator_name] = ACTIONS(1720), + [sym_this] = ACTIONS(1720), + [sym_nullptr] = ACTIONS(1720), + [sym_alone_macro] = ACTIONS(1722), + [aux_sym_alone_macro_call_token1] = ACTIONS(1720), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_FORWARD] = ACTIONS(1720), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1720), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_PS_GET] = ACTIONS(1720), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1720), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1720), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1720), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), + [sym_raw_string_literal] = ACTIONS(1722), }, - [667] = { - [sym_identifier] = ACTIONS(2112), - [aux_sym_preproc_include_token1] = ACTIONS(2112), - [aux_sym_preproc_def_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token1] = ACTIONS(2112), - [aux_sym_preproc_if_token2] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2112), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2112), - [sym_preproc_directive] = ACTIONS(2112), - [anon_sym_LPAREN2] = ACTIONS(2114), - [anon_sym_BANG] = ACTIONS(2114), - [anon_sym_TILDE] = ACTIONS(2114), - [anon_sym_DASH] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(2112), - [anon_sym_STAR] = ACTIONS(2114), - [anon_sym_AMP_AMP] = ACTIONS(2114), - [anon_sym_AMP] = ACTIONS(2112), - [anon_sym_SEMI] = ACTIONS(2114), - [anon_sym_typedef] = ACTIONS(2112), - [anon_sym_extern] = ACTIONS(2112), - [anon_sym___attribute__] = ACTIONS(2112), - [anon_sym___declspec] = ACTIONS(2112), - [anon_sym___based] = ACTIONS(2112), - [anon_sym___cdecl] = ACTIONS(2112), - [anon_sym___clrcall] = ACTIONS(2112), - [anon_sym___stdcall] = ACTIONS(2112), - [anon_sym___fastcall] = ACTIONS(2112), - [anon_sym___thiscall] = ACTIONS(2112), - [anon_sym___vectorcall] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2114), - [anon_sym_LBRACK] = ACTIONS(2112), - [anon_sym_static] = ACTIONS(2112), - [anon_sym_register] = ACTIONS(2112), - [anon_sym_inline] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_volatile] = ACTIONS(2112), - [anon_sym_restrict] = ACTIONS(2112), - [anon_sym__Atomic] = ACTIONS(2112), - [anon_sym_mutable] = ACTIONS(2112), - [anon_sym_constexpr] = ACTIONS(2112), - [anon_sym_signed] = ACTIONS(2112), - [anon_sym_unsigned] = ACTIONS(2112), - [anon_sym_long] = ACTIONS(2112), - [anon_sym_short] = ACTIONS(2112), - [sym_primitive_type] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_class] = ACTIONS(2112), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_switch] = ACTIONS(2112), - [anon_sym_case] = ACTIONS(2112), - [anon_sym_default] = ACTIONS(2112), - [anon_sym_while] = ACTIONS(2112), - [anon_sym_do] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2114), - [anon_sym_PLUS_PLUS] = ACTIONS(2114), - [anon_sym_sizeof] = ACTIONS(2112), - [sym_number_literal] = ACTIONS(2114), - [anon_sym_L_SQUOTE] = ACTIONS(2114), - [anon_sym_u_SQUOTE] = ACTIONS(2114), - [anon_sym_U_SQUOTE] = ACTIONS(2114), - [anon_sym_u8_SQUOTE] = ACTIONS(2114), - [anon_sym_SQUOTE] = ACTIONS(2114), - [anon_sym_L_DQUOTE] = ACTIONS(2114), - [anon_sym_u_DQUOTE] = ACTIONS(2114), - [anon_sym_U_DQUOTE] = ACTIONS(2114), - [anon_sym_u8_DQUOTE] = ACTIONS(2114), - [anon_sym_DQUOTE] = ACTIONS(2114), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_null] = ACTIONS(2112), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2112), - [anon_sym_virtual] = ACTIONS(2112), - [anon_sym_explicit] = ACTIONS(2112), - [sym_auto] = ACTIONS(2112), - [anon_sym_typename] = ACTIONS(2112), - [anon_sym_template] = ACTIONS(2112), - [anon_sym_COLON_COLON] = ACTIONS(2114), - [anon_sym_operator] = ACTIONS(2112), - [anon_sym_delete] = ACTIONS(2112), - [anon_sym_throw] = ACTIONS(2112), - [anon_sym_namespace] = ACTIONS(2112), - [anon_sym_using] = ACTIONS(2112), - [anon_sym_static_assert] = ACTIONS(2112), - [anon_sym_try] = ACTIONS(2112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2114), - [anon_sym_new] = ACTIONS(2112), - [sym_operator_name] = ACTIONS(2112), - [sym_this] = ACTIONS(2112), - [sym_nullptr] = ACTIONS(2112), - [sym_alone_macro] = ACTIONS(2114), - [aux_sym_alone_macro_call_token1] = ACTIONS(2112), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2112), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2112), - [anon_sym_MOZ_COLD] = ACTIONS(2112), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2112), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2112), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2112), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2112), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2112), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2112), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2112), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2112), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2112), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2112), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2112), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2112), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL] = ACTIONS(2112), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2112), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2112), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN] = ACTIONS(2112), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2112), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2112), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2112), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2112), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2112), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2112), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2112), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2112), - [anon_sym_MOZ_RAII] = ACTIONS(2112), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2112), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2112), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2112), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2112), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2112), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2112), - [sym_raw_string_literal] = ACTIONS(2114), + [610] = { + [sym_identifier] = ACTIONS(1756), + [aux_sym_preproc_include_token1] = ACTIONS(1756), + [aux_sym_preproc_def_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token1] = ACTIONS(1756), + [aux_sym_preproc_if_token2] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1756), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1756), + [sym_preproc_directive] = ACTIONS(1756), + [anon_sym_LPAREN2] = ACTIONS(1758), + [anon_sym_BANG] = ACTIONS(1758), + [anon_sym_TILDE] = ACTIONS(1758), + [anon_sym_DASH] = ACTIONS(1756), + [anon_sym_PLUS] = ACTIONS(1756), + [anon_sym_STAR] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1758), + [anon_sym_AMP] = ACTIONS(1756), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_typedef] = ACTIONS(1756), + [anon_sym_extern] = ACTIONS(1756), + [anon_sym___attribute__] = ACTIONS(1756), + [anon_sym___declspec] = ACTIONS(1756), + [anon_sym___based] = ACTIONS(1756), + [anon_sym___cdecl] = ACTIONS(1756), + [anon_sym___clrcall] = ACTIONS(1756), + [anon_sym___stdcall] = ACTIONS(1756), + [anon_sym___fastcall] = ACTIONS(1756), + [anon_sym___thiscall] = ACTIONS(1756), + [anon_sym___vectorcall] = ACTIONS(1756), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1756), + [anon_sym_static] = ACTIONS(1756), + [anon_sym_register] = ACTIONS(1756), + [anon_sym_inline] = ACTIONS(1756), + [anon_sym_const] = ACTIONS(1756), + [anon_sym_volatile] = ACTIONS(1756), + [anon_sym_restrict] = ACTIONS(1756), + [anon_sym__Atomic] = ACTIONS(1756), + [anon_sym_mutable] = ACTIONS(1756), + [anon_sym_constexpr] = ACTIONS(1756), + [anon_sym_signed] = ACTIONS(1756), + [anon_sym_unsigned] = ACTIONS(1756), + [anon_sym_long] = ACTIONS(1756), + [anon_sym_short] = ACTIONS(1756), + [sym_primitive_type] = ACTIONS(1756), + [anon_sym_enum] = ACTIONS(1756), + [anon_sym_class] = ACTIONS(1756), + [anon_sym_struct] = ACTIONS(1756), + [anon_sym_union] = ACTIONS(1756), + [anon_sym_if] = ACTIONS(1756), + [anon_sym_switch] = ACTIONS(1756), + [anon_sym_case] = ACTIONS(1756), + [anon_sym_default] = ACTIONS(1756), + [anon_sym_while] = ACTIONS(1756), + [anon_sym_do] = ACTIONS(1756), + [anon_sym_for] = ACTIONS(1756), + [anon_sym_return] = ACTIONS(1756), + [anon_sym_break] = ACTIONS(1756), + [anon_sym_continue] = ACTIONS(1756), + [anon_sym_goto] = ACTIONS(1756), + [anon_sym_DASH_DASH] = ACTIONS(1758), + [anon_sym_PLUS_PLUS] = ACTIONS(1758), + [anon_sym_sizeof] = ACTIONS(1756), + [sym_number_literal] = ACTIONS(1758), + [anon_sym_L_SQUOTE] = ACTIONS(1758), + [anon_sym_u_SQUOTE] = ACTIONS(1758), + [anon_sym_U_SQUOTE] = ACTIONS(1758), + [anon_sym_u8_SQUOTE] = ACTIONS(1758), + [anon_sym_SQUOTE] = ACTIONS(1758), + [anon_sym_L_DQUOTE] = ACTIONS(1758), + [anon_sym_u_DQUOTE] = ACTIONS(1758), + [anon_sym_U_DQUOTE] = ACTIONS(1758), + [anon_sym_u8_DQUOTE] = ACTIONS(1758), + [anon_sym_DQUOTE] = ACTIONS(1758), + [sym_true] = ACTIONS(1756), + [sym_false] = ACTIONS(1756), + [sym_null] = ACTIONS(1756), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1756), + [anon_sym_virtual] = ACTIONS(1756), + [anon_sym_explicit] = ACTIONS(1756), + [sym_auto] = ACTIONS(1756), + [anon_sym_typename] = ACTIONS(1756), + [anon_sym_template] = ACTIONS(1756), + [anon_sym_COLON_COLON] = ACTIONS(1758), + [anon_sym_operator] = ACTIONS(1756), + [anon_sym_delete] = ACTIONS(1756), + [anon_sym_throw] = ACTIONS(1756), + [anon_sym_namespace] = ACTIONS(1756), + [anon_sym_using] = ACTIONS(1756), + [anon_sym_static_assert] = ACTIONS(1756), + [anon_sym_try] = ACTIONS(1756), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1758), + [anon_sym_new] = ACTIONS(1756), + [sym_operator_name] = ACTIONS(1756), + [sym_this] = ACTIONS(1756), + [sym_nullptr] = ACTIONS(1756), + [sym_alone_macro] = ACTIONS(1758), + [aux_sym_alone_macro_call_token1] = ACTIONS(1756), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_FORWARD] = ACTIONS(1756), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1756), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_PS_GET] = ACTIONS(1756), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1756), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1756), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1756), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1756), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1756), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1756), + [anon_sym_MOZ_COLD] = ACTIONS(1756), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1756), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1756), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1756), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1756), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1756), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1756), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1756), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1756), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1756), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1756), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1756), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1756), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL] = ACTIONS(1756), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1756), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1756), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN] = ACTIONS(1756), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1756), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1756), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1756), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1756), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1756), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1756), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1756), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1756), + [anon_sym_MOZ_RAII] = ACTIONS(1756), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1756), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1756), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1756), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1756), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1756), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1756), + [sym_raw_string_literal] = ACTIONS(1758), }, - [668] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_include_token1] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token2] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_BANG] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1948), - [anon_sym_PLUS] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym___cdecl] = ACTIONS(1948), - [anon_sym___clrcall] = ACTIONS(1948), - [anon_sym___stdcall] = ACTIONS(1948), - [anon_sym___fastcall] = ACTIONS(1948), - [anon_sym___thiscall] = ACTIONS(1948), - [anon_sym___vectorcall] = ACTIONS(1948), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [anon_sym_if] = ACTIONS(1948), - [anon_sym_switch] = ACTIONS(1948), - [anon_sym_case] = ACTIONS(1948), - [anon_sym_default] = ACTIONS(1948), - [anon_sym_while] = ACTIONS(1948), - [anon_sym_do] = ACTIONS(1948), - [anon_sym_for] = ACTIONS(1948), - [anon_sym_return] = ACTIONS(1948), - [anon_sym_break] = ACTIONS(1948), - [anon_sym_continue] = ACTIONS(1948), - [anon_sym_goto] = ACTIONS(1948), - [anon_sym_DASH_DASH] = ACTIONS(1950), - [anon_sym_PLUS_PLUS] = ACTIONS(1950), - [anon_sym_sizeof] = ACTIONS(1948), - [sym_number_literal] = ACTIONS(1950), - [anon_sym_L_SQUOTE] = ACTIONS(1950), - [anon_sym_u_SQUOTE] = ACTIONS(1950), - [anon_sym_U_SQUOTE] = ACTIONS(1950), - [anon_sym_u8_SQUOTE] = ACTIONS(1950), - [anon_sym_SQUOTE] = ACTIONS(1950), - [anon_sym_L_DQUOTE] = ACTIONS(1950), - [anon_sym_u_DQUOTE] = ACTIONS(1950), - [anon_sym_U_DQUOTE] = ACTIONS(1950), - [anon_sym_u8_DQUOTE] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym_true] = ACTIONS(1948), - [sym_false] = ACTIONS(1948), - [sym_null] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_delete] = ACTIONS(1948), - [anon_sym_throw] = ACTIONS(1948), - [anon_sym_namespace] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_try] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [anon_sym_new] = ACTIONS(1948), - [sym_operator_name] = ACTIONS(1948), - [sym_this] = ACTIONS(1948), - [sym_nullptr] = ACTIONS(1948), - [sym_alone_macro] = ACTIONS(1950), - [aux_sym_alone_macro_call_token1] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), - [sym_raw_string_literal] = ACTIONS(1950), + [611] = { + [sym_identifier] = ACTIONS(1604), + [aux_sym_preproc_include_token1] = ACTIONS(1604), + [aux_sym_preproc_def_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1604), + [sym_preproc_directive] = ACTIONS(1604), + [anon_sym_LPAREN2] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(1604), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_typedef] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym___attribute__] = ACTIONS(1604), + [anon_sym___declspec] = ACTIONS(1604), + [anon_sym___based] = ACTIONS(1604), + [anon_sym___cdecl] = ACTIONS(1604), + [anon_sym___clrcall] = ACTIONS(1604), + [anon_sym___stdcall] = ACTIONS(1604), + [anon_sym___fastcall] = ACTIONS(1604), + [anon_sym___thiscall] = ACTIONS(1604), + [anon_sym___vectorcall] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_inline] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [anon_sym_volatile] = ACTIONS(1604), + [anon_sym_restrict] = ACTIONS(1604), + [anon_sym__Atomic] = ACTIONS(1604), + [anon_sym_mutable] = ACTIONS(1604), + [anon_sym_constexpr] = ACTIONS(1604), + [anon_sym_signed] = ACTIONS(1604), + [anon_sym_unsigned] = ACTIONS(1604), + [anon_sym_long] = ACTIONS(1604), + [anon_sym_short] = ACTIONS(1604), + [sym_primitive_type] = ACTIONS(1604), + [anon_sym_enum] = ACTIONS(1604), + [anon_sym_class] = ACTIONS(1604), + [anon_sym_struct] = ACTIONS(1604), + [anon_sym_union] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_switch] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1604), + [anon_sym_default] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_goto] = ACTIONS(1604), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_sizeof] = ACTIONS(1604), + [sym_number_literal] = ACTIONS(1606), + [anon_sym_L_SQUOTE] = ACTIONS(1606), + [anon_sym_u_SQUOTE] = ACTIONS(1606), + [anon_sym_U_SQUOTE] = ACTIONS(1606), + [anon_sym_u8_SQUOTE] = ACTIONS(1606), + [anon_sym_SQUOTE] = ACTIONS(1606), + [anon_sym_L_DQUOTE] = ACTIONS(1606), + [anon_sym_u_DQUOTE] = ACTIONS(1606), + [anon_sym_U_DQUOTE] = ACTIONS(1606), + [anon_sym_u8_DQUOTE] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1606), + [sym_true] = ACTIONS(1604), + [sym_false] = ACTIONS(1604), + [sym_null] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1604), + [anon_sym_virtual] = ACTIONS(1604), + [anon_sym_explicit] = ACTIONS(1604), + [sym_auto] = ACTIONS(1604), + [anon_sym_typename] = ACTIONS(1604), + [anon_sym_template] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_operator] = ACTIONS(1604), + [anon_sym_delete] = ACTIONS(1604), + [anon_sym_throw] = ACTIONS(1604), + [anon_sym_namespace] = ACTIONS(1604), + [anon_sym_using] = ACTIONS(1604), + [anon_sym_static_assert] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1606), + [anon_sym_new] = ACTIONS(1604), + [sym_operator_name] = ACTIONS(1604), + [sym_this] = ACTIONS(1604), + [sym_nullptr] = ACTIONS(1604), + [sym_alone_macro] = ACTIONS(1606), + [aux_sym_alone_macro_call_token1] = ACTIONS(1604), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_FORWARD] = ACTIONS(1604), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1604), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_PS_GET] = ACTIONS(1604), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1604), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1604), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1604), + [anon_sym_MOZ_COLD] = ACTIONS(1604), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1604), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1604), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1604), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1604), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1604), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1604), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1604), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1604), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1604), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1604), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1604), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1604), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_RAII] = ACTIONS(1604), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1604), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1604), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1604), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1604), + [sym_raw_string_literal] = ACTIONS(1606), }, - [669] = { - [sym_identifier] = ACTIONS(2124), - [aux_sym_preproc_include_token1] = ACTIONS(2124), - [aux_sym_preproc_def_token1] = ACTIONS(2124), - [aux_sym_preproc_if_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2124), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2124), - [sym_preproc_directive] = ACTIONS(2124), - [anon_sym_LPAREN2] = ACTIONS(2126), - [anon_sym_BANG] = ACTIONS(2126), - [anon_sym_TILDE] = ACTIONS(2126), - [anon_sym_DASH] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(2124), - [anon_sym_STAR] = ACTIONS(2126), - [anon_sym_AMP_AMP] = ACTIONS(2126), - [anon_sym_AMP] = ACTIONS(2124), - [anon_sym_SEMI] = ACTIONS(2126), - [anon_sym_typedef] = ACTIONS(2124), - [anon_sym_extern] = ACTIONS(2124), - [anon_sym___attribute__] = ACTIONS(2124), - [anon_sym___declspec] = ACTIONS(2124), - [anon_sym___based] = ACTIONS(2124), - [anon_sym___cdecl] = ACTIONS(2124), - [anon_sym___clrcall] = ACTIONS(2124), - [anon_sym___stdcall] = ACTIONS(2124), - [anon_sym___fastcall] = ACTIONS(2124), - [anon_sym___thiscall] = ACTIONS(2124), - [anon_sym___vectorcall] = ACTIONS(2124), - [anon_sym_LBRACE] = ACTIONS(2126), - [anon_sym_RBRACE] = ACTIONS(2126), - [anon_sym_LBRACK] = ACTIONS(2124), - [anon_sym_static] = ACTIONS(2124), - [anon_sym_register] = ACTIONS(2124), - [anon_sym_inline] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_volatile] = ACTIONS(2124), - [anon_sym_restrict] = ACTIONS(2124), - [anon_sym__Atomic] = ACTIONS(2124), - [anon_sym_mutable] = ACTIONS(2124), - [anon_sym_constexpr] = ACTIONS(2124), - [anon_sym_signed] = ACTIONS(2124), - [anon_sym_unsigned] = ACTIONS(2124), - [anon_sym_long] = ACTIONS(2124), - [anon_sym_short] = ACTIONS(2124), - [sym_primitive_type] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_class] = ACTIONS(2124), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_switch] = ACTIONS(2124), - [anon_sym_case] = ACTIONS(2124), - [anon_sym_default] = ACTIONS(2124), - [anon_sym_while] = ACTIONS(2124), - [anon_sym_do] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_DASH_DASH] = ACTIONS(2126), - [anon_sym_PLUS_PLUS] = ACTIONS(2126), - [anon_sym_sizeof] = ACTIONS(2124), - [sym_number_literal] = ACTIONS(2126), - [anon_sym_L_SQUOTE] = ACTIONS(2126), - [anon_sym_u_SQUOTE] = ACTIONS(2126), - [anon_sym_U_SQUOTE] = ACTIONS(2126), - [anon_sym_u8_SQUOTE] = ACTIONS(2126), - [anon_sym_SQUOTE] = ACTIONS(2126), - [anon_sym_L_DQUOTE] = ACTIONS(2126), - [anon_sym_u_DQUOTE] = ACTIONS(2126), - [anon_sym_U_DQUOTE] = ACTIONS(2126), - [anon_sym_u8_DQUOTE] = ACTIONS(2126), - [anon_sym_DQUOTE] = ACTIONS(2126), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_null] = ACTIONS(2124), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2124), - [anon_sym_virtual] = ACTIONS(2124), - [anon_sym_explicit] = ACTIONS(2124), - [sym_auto] = ACTIONS(2124), - [anon_sym_typename] = ACTIONS(2124), - [anon_sym_template] = ACTIONS(2124), - [anon_sym_COLON_COLON] = ACTIONS(2126), - [anon_sym_operator] = ACTIONS(2124), - [anon_sym_delete] = ACTIONS(2124), - [anon_sym_throw] = ACTIONS(2124), - [anon_sym_namespace] = ACTIONS(2124), - [anon_sym_using] = ACTIONS(2124), - [anon_sym_static_assert] = ACTIONS(2124), - [anon_sym_try] = ACTIONS(2124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2126), - [anon_sym_new] = ACTIONS(2124), - [sym_operator_name] = ACTIONS(2124), - [sym_this] = ACTIONS(2124), - [sym_nullptr] = ACTIONS(2124), - [sym_alone_macro] = ACTIONS(2126), - [aux_sym_alone_macro_call_token1] = ACTIONS(2124), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2124), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2124), - [anon_sym_MOZ_COLD] = ACTIONS(2124), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2124), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2124), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2124), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2124), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2124), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2124), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2124), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2124), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2124), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2124), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2124), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2124), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL] = ACTIONS(2124), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2124), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2124), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN] = ACTIONS(2124), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2124), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2124), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2124), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2124), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2124), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2124), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2124), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2124), - [anon_sym_MOZ_RAII] = ACTIONS(2124), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2124), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2124), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2124), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2124), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2124), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2124), - [sym_raw_string_literal] = ACTIONS(2126), + [612] = { + [sym_identifier] = ACTIONS(1592), + [aux_sym_preproc_include_token1] = ACTIONS(1592), + [aux_sym_preproc_def_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token1] = ACTIONS(1592), + [aux_sym_preproc_if_token2] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1592), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1592), + [sym_preproc_directive] = ACTIONS(1592), + [anon_sym_LPAREN2] = ACTIONS(1594), + [anon_sym_BANG] = ACTIONS(1594), + [anon_sym_TILDE] = ACTIONS(1594), + [anon_sym_DASH] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(1594), + [anon_sym_AMP_AMP] = ACTIONS(1594), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_SEMI] = ACTIONS(1594), + [anon_sym_typedef] = ACTIONS(1592), + [anon_sym_extern] = ACTIONS(1592), + [anon_sym___attribute__] = ACTIONS(1592), + [anon_sym___declspec] = ACTIONS(1592), + [anon_sym___based] = ACTIONS(1592), + [anon_sym___cdecl] = ACTIONS(1592), + [anon_sym___clrcall] = ACTIONS(1592), + [anon_sym___stdcall] = ACTIONS(1592), + [anon_sym___fastcall] = ACTIONS(1592), + [anon_sym___thiscall] = ACTIONS(1592), + [anon_sym___vectorcall] = ACTIONS(1592), + [anon_sym_LBRACE] = ACTIONS(1594), + [anon_sym_LBRACK] = ACTIONS(1592), + [anon_sym_static] = ACTIONS(1592), + [anon_sym_register] = ACTIONS(1592), + [anon_sym_inline] = ACTIONS(1592), + [anon_sym_const] = ACTIONS(1592), + [anon_sym_volatile] = ACTIONS(1592), + [anon_sym_restrict] = ACTIONS(1592), + [anon_sym__Atomic] = ACTIONS(1592), + [anon_sym_mutable] = ACTIONS(1592), + [anon_sym_constexpr] = ACTIONS(1592), + [anon_sym_signed] = ACTIONS(1592), + [anon_sym_unsigned] = ACTIONS(1592), + [anon_sym_long] = ACTIONS(1592), + [anon_sym_short] = ACTIONS(1592), + [sym_primitive_type] = ACTIONS(1592), + [anon_sym_enum] = ACTIONS(1592), + [anon_sym_class] = ACTIONS(1592), + [anon_sym_struct] = ACTIONS(1592), + [anon_sym_union] = ACTIONS(1592), + [anon_sym_if] = ACTIONS(1592), + [anon_sym_switch] = ACTIONS(1592), + [anon_sym_case] = ACTIONS(1592), + [anon_sym_default] = ACTIONS(1592), + [anon_sym_while] = ACTIONS(1592), + [anon_sym_do] = ACTIONS(1592), + [anon_sym_for] = ACTIONS(1592), + [anon_sym_return] = ACTIONS(1592), + [anon_sym_break] = ACTIONS(1592), + [anon_sym_continue] = ACTIONS(1592), + [anon_sym_goto] = ACTIONS(1592), + [anon_sym_DASH_DASH] = ACTIONS(1594), + [anon_sym_PLUS_PLUS] = ACTIONS(1594), + [anon_sym_sizeof] = ACTIONS(1592), + [sym_number_literal] = ACTIONS(1594), + [anon_sym_L_SQUOTE] = ACTIONS(1594), + [anon_sym_u_SQUOTE] = ACTIONS(1594), + [anon_sym_U_SQUOTE] = ACTIONS(1594), + [anon_sym_u8_SQUOTE] = ACTIONS(1594), + [anon_sym_SQUOTE] = ACTIONS(1594), + [anon_sym_L_DQUOTE] = ACTIONS(1594), + [anon_sym_u_DQUOTE] = ACTIONS(1594), + [anon_sym_U_DQUOTE] = ACTIONS(1594), + [anon_sym_u8_DQUOTE] = ACTIONS(1594), + [anon_sym_DQUOTE] = ACTIONS(1594), + [sym_true] = ACTIONS(1592), + [sym_false] = ACTIONS(1592), + [sym_null] = ACTIONS(1592), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1592), + [anon_sym_virtual] = ACTIONS(1592), + [anon_sym_explicit] = ACTIONS(1592), + [sym_auto] = ACTIONS(1592), + [anon_sym_typename] = ACTIONS(1592), + [anon_sym_template] = ACTIONS(1592), + [anon_sym_COLON_COLON] = ACTIONS(1594), + [anon_sym_operator] = ACTIONS(1592), + [anon_sym_delete] = ACTIONS(1592), + [anon_sym_throw] = ACTIONS(1592), + [anon_sym_namespace] = ACTIONS(1592), + [anon_sym_using] = ACTIONS(1592), + [anon_sym_static_assert] = ACTIONS(1592), + [anon_sym_try] = ACTIONS(1592), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1594), + [anon_sym_new] = ACTIONS(1592), + [sym_operator_name] = ACTIONS(1592), + [sym_this] = ACTIONS(1592), + [sym_nullptr] = ACTIONS(1592), + [sym_alone_macro] = ACTIONS(1594), + [aux_sym_alone_macro_call_token1] = ACTIONS(1592), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_FORWARD] = ACTIONS(1592), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1592), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_PS_GET] = ACTIONS(1592), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1592), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1592), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1592), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1592), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1592), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1592), + [anon_sym_MOZ_COLD] = ACTIONS(1592), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1592), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1592), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1592), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1592), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1592), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1592), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1592), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1592), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1592), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1592), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1592), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1592), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL] = ACTIONS(1592), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1592), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1592), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN] = ACTIONS(1592), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1592), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1592), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1592), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1592), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1592), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1592), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1592), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1592), + [anon_sym_MOZ_RAII] = ACTIONS(1592), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1592), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1592), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1592), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1592), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1592), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1592), + [sym_raw_string_literal] = ACTIONS(1594), }, - [670] = { - [ts_builtin_sym_end] = ACTIONS(1970), - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1968), - [sym_number_literal] = ACTIONS(1970), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [sym_null] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym_new] = ACTIONS(1968), - [sym_operator_name] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - [sym_nullptr] = ACTIONS(1968), - [sym_alone_macro] = ACTIONS(1970), - [aux_sym_alone_macro_call_token1] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), - [sym_raw_string_literal] = ACTIONS(1970), + [613] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1702), + [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_try] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [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), + [sym_raw_string_literal] = ACTIONS(1702), }, - [671] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_include_token1] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_BANG] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_PLUS] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1962), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym___cdecl] = ACTIONS(1960), - [anon_sym___clrcall] = ACTIONS(1960), - [anon_sym___stdcall] = ACTIONS(1960), - [anon_sym___fastcall] = ACTIONS(1960), - [anon_sym___thiscall] = ACTIONS(1960), - [anon_sym___vectorcall] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1962), - [anon_sym_RBRACE] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_switch] = ACTIONS(1960), - [anon_sym_case] = ACTIONS(1960), - [anon_sym_default] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_goto] = ACTIONS(1960), - [anon_sym_DASH_DASH] = ACTIONS(1962), - [anon_sym_PLUS_PLUS] = ACTIONS(1962), - [anon_sym_sizeof] = ACTIONS(1960), - [sym_number_literal] = ACTIONS(1962), - [anon_sym_L_SQUOTE] = ACTIONS(1962), - [anon_sym_u_SQUOTE] = ACTIONS(1962), - [anon_sym_U_SQUOTE] = ACTIONS(1962), - [anon_sym_u8_SQUOTE] = ACTIONS(1962), - [anon_sym_SQUOTE] = ACTIONS(1962), - [anon_sym_L_DQUOTE] = ACTIONS(1962), - [anon_sym_u_DQUOTE] = ACTIONS(1962), - [anon_sym_U_DQUOTE] = ACTIONS(1962), - [anon_sym_u8_DQUOTE] = ACTIONS(1962), - [anon_sym_DQUOTE] = ACTIONS(1962), - [sym_true] = ACTIONS(1960), - [sym_false] = ACTIONS(1960), - [sym_null] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_delete] = ACTIONS(1960), - [anon_sym_throw] = ACTIONS(1960), - [anon_sym_namespace] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [anon_sym_new] = ACTIONS(1960), - [sym_operator_name] = ACTIONS(1960), - [sym_this] = ACTIONS(1960), - [sym_nullptr] = ACTIONS(1960), - [sym_alone_macro] = ACTIONS(1962), - [aux_sym_alone_macro_call_token1] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), - [sym_raw_string_literal] = ACTIONS(1962), + [614] = { + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_include_token1] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token2] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_BANG] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1716), + [anon_sym_PLUS] = ACTIONS(1716), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym___cdecl] = ACTIONS(1716), + [anon_sym___clrcall] = ACTIONS(1716), + [anon_sym___stdcall] = ACTIONS(1716), + [anon_sym___fastcall] = ACTIONS(1716), + [anon_sym___thiscall] = ACTIONS(1716), + [anon_sym___vectorcall] = ACTIONS(1716), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [anon_sym_if] = ACTIONS(1716), + [anon_sym_switch] = ACTIONS(1716), + [anon_sym_case] = ACTIONS(1716), + [anon_sym_default] = ACTIONS(1716), + [anon_sym_while] = ACTIONS(1716), + [anon_sym_do] = ACTIONS(1716), + [anon_sym_for] = ACTIONS(1716), + [anon_sym_return] = ACTIONS(1716), + [anon_sym_break] = ACTIONS(1716), + [anon_sym_continue] = ACTIONS(1716), + [anon_sym_goto] = ACTIONS(1716), + [anon_sym_DASH_DASH] = ACTIONS(1718), + [anon_sym_PLUS_PLUS] = ACTIONS(1718), + [anon_sym_sizeof] = ACTIONS(1716), + [sym_number_literal] = ACTIONS(1718), + [anon_sym_L_SQUOTE] = ACTIONS(1718), + [anon_sym_u_SQUOTE] = ACTIONS(1718), + [anon_sym_U_SQUOTE] = ACTIONS(1718), + [anon_sym_u8_SQUOTE] = ACTIONS(1718), + [anon_sym_SQUOTE] = ACTIONS(1718), + [anon_sym_L_DQUOTE] = ACTIONS(1718), + [anon_sym_u_DQUOTE] = ACTIONS(1718), + [anon_sym_U_DQUOTE] = ACTIONS(1718), + [anon_sym_u8_DQUOTE] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym_true] = ACTIONS(1716), + [sym_false] = ACTIONS(1716), + [sym_null] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_delete] = ACTIONS(1716), + [anon_sym_throw] = ACTIONS(1716), + [anon_sym_namespace] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_try] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [anon_sym_new] = ACTIONS(1716), + [sym_operator_name] = ACTIONS(1716), + [sym_this] = ACTIONS(1716), + [sym_nullptr] = ACTIONS(1716), + [sym_alone_macro] = ACTIONS(1718), + [aux_sym_alone_macro_call_token1] = ACTIONS(1716), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_FORWARD] = ACTIONS(1716), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1716), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_PS_GET] = ACTIONS(1716), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1716), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1716), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1716), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), + [sym_raw_string_literal] = ACTIONS(1718), }, - [672] = { - [sym_identifier] = ACTIONS(2024), - [aux_sym_preproc_include_token1] = ACTIONS(2024), - [aux_sym_preproc_def_token1] = ACTIONS(2024), - [aux_sym_preproc_if_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2024), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2024), - [sym_preproc_directive] = ACTIONS(2024), - [anon_sym_LPAREN2] = ACTIONS(2026), - [anon_sym_BANG] = ACTIONS(2026), - [anon_sym_TILDE] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(2026), - [anon_sym_AMP_AMP] = ACTIONS(2026), - [anon_sym_AMP] = ACTIONS(2024), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_typedef] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym___attribute__] = ACTIONS(2024), - [anon_sym___declspec] = ACTIONS(2024), - [anon_sym___based] = ACTIONS(2024), - [anon_sym___cdecl] = ACTIONS(2024), - [anon_sym___clrcall] = ACTIONS(2024), - [anon_sym___stdcall] = ACTIONS(2024), - [anon_sym___fastcall] = ACTIONS(2024), - [anon_sym___thiscall] = ACTIONS(2024), - [anon_sym___vectorcall] = ACTIONS(2024), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_RBRACE] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2024), - [anon_sym_static] = ACTIONS(2024), - [anon_sym_register] = ACTIONS(2024), - [anon_sym_inline] = ACTIONS(2024), - [anon_sym_const] = ACTIONS(2024), - [anon_sym_volatile] = ACTIONS(2024), - [anon_sym_restrict] = ACTIONS(2024), - [anon_sym__Atomic] = ACTIONS(2024), - [anon_sym_mutable] = ACTIONS(2024), - [anon_sym_constexpr] = ACTIONS(2024), - [anon_sym_signed] = ACTIONS(2024), - [anon_sym_unsigned] = ACTIONS(2024), - [anon_sym_long] = ACTIONS(2024), - [anon_sym_short] = ACTIONS(2024), - [sym_primitive_type] = ACTIONS(2024), - [anon_sym_enum] = ACTIONS(2024), - [anon_sym_class] = ACTIONS(2024), - [anon_sym_struct] = ACTIONS(2024), - [anon_sym_union] = ACTIONS(2024), - [anon_sym_if] = ACTIONS(2024), - [anon_sym_switch] = ACTIONS(2024), - [anon_sym_case] = ACTIONS(2024), - [anon_sym_default] = ACTIONS(2024), - [anon_sym_while] = ACTIONS(2024), - [anon_sym_do] = ACTIONS(2024), - [anon_sym_for] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2024), - [anon_sym_break] = ACTIONS(2024), - [anon_sym_continue] = ACTIONS(2024), - [anon_sym_goto] = ACTIONS(2024), - [anon_sym_DASH_DASH] = ACTIONS(2026), - [anon_sym_PLUS_PLUS] = ACTIONS(2026), - [anon_sym_sizeof] = ACTIONS(2024), - [sym_number_literal] = ACTIONS(2026), - [anon_sym_L_SQUOTE] = ACTIONS(2026), - [anon_sym_u_SQUOTE] = ACTIONS(2026), - [anon_sym_U_SQUOTE] = ACTIONS(2026), - [anon_sym_u8_SQUOTE] = ACTIONS(2026), - [anon_sym_SQUOTE] = ACTIONS(2026), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(2024), - [sym_false] = ACTIONS(2024), - [sym_null] = ACTIONS(2024), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2024), - [anon_sym_virtual] = ACTIONS(2024), - [anon_sym_explicit] = ACTIONS(2024), - [sym_auto] = ACTIONS(2024), - [anon_sym_typename] = ACTIONS(2024), - [anon_sym_template] = ACTIONS(2024), - [anon_sym_COLON_COLON] = ACTIONS(2026), - [anon_sym_operator] = ACTIONS(2024), - [anon_sym_delete] = ACTIONS(2024), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_namespace] = ACTIONS(2024), - [anon_sym_using] = ACTIONS(2024), - [anon_sym_static_assert] = ACTIONS(2024), - [anon_sym_try] = ACTIONS(2024), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2026), - [anon_sym_new] = ACTIONS(2024), - [sym_operator_name] = ACTIONS(2024), - [sym_this] = ACTIONS(2024), - [sym_nullptr] = ACTIONS(2024), - [sym_alone_macro] = ACTIONS(2026), - [aux_sym_alone_macro_call_token1] = ACTIONS(2024), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2024), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2024), - [anon_sym_MOZ_COLD] = ACTIONS(2024), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2024), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2024), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2024), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2024), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2024), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2024), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2024), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2024), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2024), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2024), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2024), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2024), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL] = ACTIONS(2024), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2024), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2024), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN] = ACTIONS(2024), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2024), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2024), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2024), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2024), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2024), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2024), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2024), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2024), - [anon_sym_MOZ_RAII] = ACTIONS(2024), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2024), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2024), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2024), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2024), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2024), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2024), - [sym_raw_string_literal] = ACTIONS(2026), + [615] = { + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_include_token1] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym___cdecl] = ACTIONS(1788), + [anon_sym___clrcall] = ACTIONS(1788), + [anon_sym___stdcall] = ACTIONS(1788), + [anon_sym___fastcall] = ACTIONS(1788), + [anon_sym___thiscall] = ACTIONS(1788), + [anon_sym___vectorcall] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1790), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_switch] = ACTIONS(1788), + [anon_sym_case] = ACTIONS(1788), + [anon_sym_default] = ACTIONS(1788), + [anon_sym_while] = ACTIONS(1788), + [anon_sym_do] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1790), + [anon_sym_PLUS_PLUS] = ACTIONS(1790), + [anon_sym_sizeof] = ACTIONS(1788), + [sym_number_literal] = ACTIONS(1790), + [anon_sym_L_SQUOTE] = ACTIONS(1790), + [anon_sym_u_SQUOTE] = ACTIONS(1790), + [anon_sym_U_SQUOTE] = ACTIONS(1790), + [anon_sym_u8_SQUOTE] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1790), + [anon_sym_L_DQUOTE] = ACTIONS(1790), + [anon_sym_u_DQUOTE] = ACTIONS(1790), + [anon_sym_U_DQUOTE] = ACTIONS(1790), + [anon_sym_u8_DQUOTE] = ACTIONS(1790), + [anon_sym_DQUOTE] = ACTIONS(1790), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_null] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_delete] = ACTIONS(1788), + [anon_sym_throw] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_try] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [anon_sym_new] = ACTIONS(1788), + [sym_operator_name] = ACTIONS(1788), + [sym_this] = ACTIONS(1788), + [sym_nullptr] = ACTIONS(1788), + [sym_alone_macro] = ACTIONS(1790), + [aux_sym_alone_macro_call_token1] = ACTIONS(1788), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_FORWARD] = ACTIONS(1788), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1788), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_PS_GET] = ACTIONS(1788), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1788), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1788), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), + [sym_raw_string_literal] = ACTIONS(1790), }, - [673] = { - [ts_builtin_sym_end] = ACTIONS(2110), - [sym_identifier] = ACTIONS(2108), - [aux_sym_preproc_include_token1] = ACTIONS(2108), - [aux_sym_preproc_def_token1] = ACTIONS(2108), - [aux_sym_preproc_if_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2108), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2108), - [sym_preproc_directive] = ACTIONS(2108), - [anon_sym_LPAREN2] = ACTIONS(2110), - [anon_sym_BANG] = ACTIONS(2110), - [anon_sym_TILDE] = ACTIONS(2110), - [anon_sym_DASH] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(2108), - [anon_sym_STAR] = ACTIONS(2110), - [anon_sym_AMP_AMP] = ACTIONS(2110), - [anon_sym_AMP] = ACTIONS(2108), - [anon_sym_SEMI] = ACTIONS(2110), - [anon_sym_typedef] = ACTIONS(2108), - [anon_sym_extern] = ACTIONS(2108), - [anon_sym___attribute__] = ACTIONS(2108), - [anon_sym___declspec] = ACTIONS(2108), - [anon_sym___based] = ACTIONS(2108), - [anon_sym___cdecl] = ACTIONS(2108), - [anon_sym___clrcall] = ACTIONS(2108), - [anon_sym___stdcall] = ACTIONS(2108), - [anon_sym___fastcall] = ACTIONS(2108), - [anon_sym___thiscall] = ACTIONS(2108), - [anon_sym___vectorcall] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2110), - [anon_sym_LBRACK] = ACTIONS(2108), - [anon_sym_static] = ACTIONS(2108), - [anon_sym_register] = ACTIONS(2108), - [anon_sym_inline] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_volatile] = ACTIONS(2108), - [anon_sym_restrict] = ACTIONS(2108), - [anon_sym__Atomic] = ACTIONS(2108), - [anon_sym_mutable] = ACTIONS(2108), - [anon_sym_constexpr] = ACTIONS(2108), - [anon_sym_signed] = ACTIONS(2108), - [anon_sym_unsigned] = ACTIONS(2108), - [anon_sym_long] = ACTIONS(2108), - [anon_sym_short] = ACTIONS(2108), - [sym_primitive_type] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_class] = ACTIONS(2108), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_switch] = ACTIONS(2108), - [anon_sym_case] = ACTIONS(2108), - [anon_sym_default] = ACTIONS(2108), - [anon_sym_while] = ACTIONS(2108), - [anon_sym_do] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2110), - [anon_sym_PLUS_PLUS] = ACTIONS(2110), - [anon_sym_sizeof] = ACTIONS(2108), - [sym_number_literal] = ACTIONS(2110), - [anon_sym_L_SQUOTE] = ACTIONS(2110), - [anon_sym_u_SQUOTE] = ACTIONS(2110), - [anon_sym_U_SQUOTE] = ACTIONS(2110), - [anon_sym_u8_SQUOTE] = ACTIONS(2110), - [anon_sym_SQUOTE] = ACTIONS(2110), - [anon_sym_L_DQUOTE] = ACTIONS(2110), - [anon_sym_u_DQUOTE] = ACTIONS(2110), - [anon_sym_U_DQUOTE] = ACTIONS(2110), - [anon_sym_u8_DQUOTE] = ACTIONS(2110), - [anon_sym_DQUOTE] = ACTIONS(2110), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_null] = ACTIONS(2108), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2108), - [anon_sym_virtual] = ACTIONS(2108), - [anon_sym_explicit] = ACTIONS(2108), - [sym_auto] = ACTIONS(2108), - [anon_sym_typename] = ACTIONS(2108), - [anon_sym_template] = ACTIONS(2108), - [anon_sym_COLON_COLON] = ACTIONS(2110), - [anon_sym_operator] = ACTIONS(2108), - [anon_sym_delete] = ACTIONS(2108), - [anon_sym_throw] = ACTIONS(2108), - [anon_sym_namespace] = ACTIONS(2108), - [anon_sym_using] = ACTIONS(2108), - [anon_sym_static_assert] = ACTIONS(2108), - [anon_sym_try] = ACTIONS(2108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2110), - [anon_sym_new] = ACTIONS(2108), - [sym_operator_name] = ACTIONS(2108), - [sym_this] = ACTIONS(2108), - [sym_nullptr] = ACTIONS(2108), - [sym_alone_macro] = ACTIONS(2110), - [aux_sym_alone_macro_call_token1] = ACTIONS(2108), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2108), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2108), - [anon_sym_MOZ_COLD] = ACTIONS(2108), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2108), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2108), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2108), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2108), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2108), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2108), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2108), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2108), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2108), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2108), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2108), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2108), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL] = ACTIONS(2108), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2108), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2108), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN] = ACTIONS(2108), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2108), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2108), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2108), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2108), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2108), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2108), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2108), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2108), - [anon_sym_MOZ_RAII] = ACTIONS(2108), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2108), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2108), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2108), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2108), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2108), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2108), - [sym_raw_string_literal] = ACTIONS(2110), + [616] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1626), + [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_try] = ACTIONS(1624), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), + [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), + [sym_raw_string_literal] = ACTIONS(1626), }, - [674] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_include_token1] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_BANG] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2028), - [anon_sym_PLUS] = ACTIONS(2028), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym___cdecl] = ACTIONS(2028), - [anon_sym___clrcall] = ACTIONS(2028), - [anon_sym___stdcall] = ACTIONS(2028), - [anon_sym___fastcall] = ACTIONS(2028), - [anon_sym___thiscall] = ACTIONS(2028), - [anon_sym___vectorcall] = ACTIONS(2028), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_RBRACE] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [anon_sym_if] = ACTIONS(2028), - [anon_sym_switch] = ACTIONS(2028), - [anon_sym_case] = ACTIONS(2028), - [anon_sym_default] = ACTIONS(2028), - [anon_sym_while] = ACTIONS(2028), - [anon_sym_do] = ACTIONS(2028), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(2028), - [anon_sym_break] = ACTIONS(2028), - [anon_sym_continue] = ACTIONS(2028), - [anon_sym_goto] = ACTIONS(2028), - [anon_sym_DASH_DASH] = ACTIONS(2030), - [anon_sym_PLUS_PLUS] = ACTIONS(2030), - [anon_sym_sizeof] = ACTIONS(2028), - [sym_number_literal] = ACTIONS(2030), - [anon_sym_L_SQUOTE] = ACTIONS(2030), - [anon_sym_u_SQUOTE] = ACTIONS(2030), - [anon_sym_U_SQUOTE] = ACTIONS(2030), - [anon_sym_u8_SQUOTE] = ACTIONS(2030), - [anon_sym_SQUOTE] = ACTIONS(2030), - [anon_sym_L_DQUOTE] = ACTIONS(2030), - [anon_sym_u_DQUOTE] = ACTIONS(2030), - [anon_sym_U_DQUOTE] = ACTIONS(2030), - [anon_sym_u8_DQUOTE] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym_true] = ACTIONS(2028), - [sym_false] = ACTIONS(2028), - [sym_null] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_throw] = ACTIONS(2028), - [anon_sym_namespace] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_try] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [anon_sym_new] = ACTIONS(2028), - [sym_operator_name] = ACTIONS(2028), - [sym_this] = ACTIONS(2028), - [sym_nullptr] = ACTIONS(2028), - [sym_alone_macro] = ACTIONS(2030), - [aux_sym_alone_macro_call_token1] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), - [sym_raw_string_literal] = ACTIONS(2030), + [617] = { + [ts_builtin_sym_end] = ACTIONS(1610), + [sym_identifier] = ACTIONS(1608), + [aux_sym_preproc_include_token1] = ACTIONS(1608), + [aux_sym_preproc_def_token1] = ACTIONS(1608), + [aux_sym_preproc_if_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1608), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1608), + [sym_preproc_directive] = ACTIONS(1608), + [anon_sym_LPAREN2] = ACTIONS(1610), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1610), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_AMP_AMP] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_typedef] = ACTIONS(1608), + [anon_sym_extern] = ACTIONS(1608), + [anon_sym___attribute__] = ACTIONS(1608), + [anon_sym___declspec] = ACTIONS(1608), + [anon_sym___based] = ACTIONS(1608), + [anon_sym___cdecl] = ACTIONS(1608), + [anon_sym___clrcall] = ACTIONS(1608), + [anon_sym___stdcall] = ACTIONS(1608), + [anon_sym___fastcall] = ACTIONS(1608), + [anon_sym___thiscall] = ACTIONS(1608), + [anon_sym___vectorcall] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1608), + [anon_sym_static] = ACTIONS(1608), + [anon_sym_register] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [anon_sym_volatile] = ACTIONS(1608), + [anon_sym_restrict] = ACTIONS(1608), + [anon_sym__Atomic] = ACTIONS(1608), + [anon_sym_mutable] = ACTIONS(1608), + [anon_sym_constexpr] = ACTIONS(1608), + [anon_sym_signed] = ACTIONS(1608), + [anon_sym_unsigned] = ACTIONS(1608), + [anon_sym_long] = ACTIONS(1608), + [anon_sym_short] = ACTIONS(1608), + [sym_primitive_type] = ACTIONS(1608), + [anon_sym_enum] = ACTIONS(1608), + [anon_sym_class] = ACTIONS(1608), + [anon_sym_struct] = ACTIONS(1608), + [anon_sym_union] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_switch] = ACTIONS(1608), + [anon_sym_case] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_do] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_goto] = ACTIONS(1608), + [anon_sym_DASH_DASH] = ACTIONS(1610), + [anon_sym_PLUS_PLUS] = ACTIONS(1610), + [anon_sym_sizeof] = ACTIONS(1608), + [sym_number_literal] = ACTIONS(1610), + [anon_sym_L_SQUOTE] = ACTIONS(1610), + [anon_sym_u_SQUOTE] = ACTIONS(1610), + [anon_sym_U_SQUOTE] = ACTIONS(1610), + [anon_sym_u8_SQUOTE] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1610), + [anon_sym_L_DQUOTE] = ACTIONS(1610), + [anon_sym_u_DQUOTE] = ACTIONS(1610), + [anon_sym_U_DQUOTE] = ACTIONS(1610), + [anon_sym_u8_DQUOTE] = ACTIONS(1610), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym_true] = ACTIONS(1608), + [sym_false] = ACTIONS(1608), + [sym_null] = ACTIONS(1608), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1608), + [anon_sym_virtual] = ACTIONS(1608), + [anon_sym_explicit] = ACTIONS(1608), + [sym_auto] = ACTIONS(1608), + [anon_sym_typename] = ACTIONS(1608), + [anon_sym_template] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1610), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_delete] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_namespace] = ACTIONS(1608), + [anon_sym_using] = ACTIONS(1608), + [anon_sym_static_assert] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1610), + [anon_sym_new] = ACTIONS(1608), + [sym_operator_name] = ACTIONS(1608), + [sym_this] = ACTIONS(1608), + [sym_nullptr] = ACTIONS(1608), + [sym_alone_macro] = ACTIONS(1610), + [aux_sym_alone_macro_call_token1] = ACTIONS(1608), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_FORWARD] = ACTIONS(1608), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1608), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_PS_GET] = ACTIONS(1608), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1608), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1608), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1608), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1608), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1608), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1608), + [anon_sym_MOZ_COLD] = ACTIONS(1608), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1608), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1608), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1608), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1608), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1608), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1608), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1608), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1608), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1608), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1608), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1608), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1608), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL] = ACTIONS(1608), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1608), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1608), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN] = ACTIONS(1608), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1608), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1608), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1608), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1608), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1608), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1608), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1608), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1608), + [anon_sym_MOZ_RAII] = ACTIONS(1608), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1608), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1608), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1608), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1608), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1608), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1608), + [sym_raw_string_literal] = ACTIONS(1610), }, - [675] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_include_token1] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_PLUS] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym___cdecl] = ACTIONS(1964), - [anon_sym___clrcall] = ACTIONS(1964), - [anon_sym___stdcall] = ACTIONS(1964), - [anon_sym___fastcall] = ACTIONS(1964), - [anon_sym___thiscall] = ACTIONS(1964), - [anon_sym___vectorcall] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_switch] = ACTIONS(1964), - [anon_sym_case] = ACTIONS(1964), - [anon_sym_default] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_goto] = ACTIONS(1964), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1964), - [sym_number_literal] = ACTIONS(1966), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1964), - [sym_false] = ACTIONS(1964), - [sym_null] = ACTIONS(1964), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_delete] = ACTIONS(1964), - [anon_sym_throw] = ACTIONS(1964), - [anon_sym_namespace] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym_new] = ACTIONS(1964), - [sym_operator_name] = ACTIONS(1964), - [sym_this] = ACTIONS(1964), - [sym_nullptr] = ACTIONS(1964), - [sym_alone_macro] = ACTIONS(1966), - [aux_sym_alone_macro_call_token1] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - [sym_raw_string_literal] = ACTIONS(1966), + [618] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1638), + [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_try] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [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), + [sym_raw_string_literal] = ACTIONS(1638), }, - [676] = { - [ts_builtin_sym_end] = ACTIONS(1986), - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_include_token1] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_BANG] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1984), - [anon_sym_PLUS] = ACTIONS(1984), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym___cdecl] = ACTIONS(1984), - [anon_sym___clrcall] = ACTIONS(1984), - [anon_sym___stdcall] = ACTIONS(1984), - [anon_sym___fastcall] = ACTIONS(1984), - [anon_sym___thiscall] = ACTIONS(1984), - [anon_sym___vectorcall] = ACTIONS(1984), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(1984), - [anon_sym_switch] = ACTIONS(1984), - [anon_sym_case] = ACTIONS(1984), - [anon_sym_default] = ACTIONS(1984), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(1984), - [anon_sym_for] = ACTIONS(1984), - [anon_sym_return] = ACTIONS(1984), - [anon_sym_break] = ACTIONS(1984), - [anon_sym_continue] = ACTIONS(1984), - [anon_sym_goto] = ACTIONS(1984), - [anon_sym_DASH_DASH] = ACTIONS(1986), - [anon_sym_PLUS_PLUS] = ACTIONS(1986), - [anon_sym_sizeof] = ACTIONS(1984), - [sym_number_literal] = ACTIONS(1986), - [anon_sym_L_SQUOTE] = ACTIONS(1986), - [anon_sym_u_SQUOTE] = ACTIONS(1986), - [anon_sym_U_SQUOTE] = ACTIONS(1986), - [anon_sym_u8_SQUOTE] = ACTIONS(1986), - [anon_sym_SQUOTE] = ACTIONS(1986), - [anon_sym_L_DQUOTE] = ACTIONS(1986), - [anon_sym_u_DQUOTE] = ACTIONS(1986), - [anon_sym_U_DQUOTE] = ACTIONS(1986), - [anon_sym_u8_DQUOTE] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym_true] = ACTIONS(1984), - [sym_false] = ACTIONS(1984), - [sym_null] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_delete] = ACTIONS(1984), - [anon_sym_throw] = ACTIONS(1984), - [anon_sym_namespace] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_try] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [anon_sym_new] = ACTIONS(1984), - [sym_operator_name] = ACTIONS(1984), - [sym_this] = ACTIONS(1984), - [sym_nullptr] = ACTIONS(1984), - [sym_alone_macro] = ACTIONS(1986), - [aux_sym_alone_macro_call_token1] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - [sym_raw_string_literal] = ACTIONS(1986), + [619] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1686), + [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_try] = ACTIONS(1684), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), + [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), + [sym_raw_string_literal] = ACTIONS(1686), }, - [677] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_RBRACE] = ACTIONS(1970), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1968), - [sym_number_literal] = ACTIONS(1970), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [sym_null] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym_new] = ACTIONS(1968), - [sym_operator_name] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - [sym_nullptr] = ACTIONS(1968), - [sym_alone_macro] = ACTIONS(1970), - [aux_sym_alone_macro_call_token1] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), - [sym_raw_string_literal] = ACTIONS(1970), + [620] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), }, - [678] = { - [ts_builtin_sym_end] = ACTIONS(1974), - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_BANG] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1974), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1974), - [anon_sym_PLUS_PLUS] = ACTIONS(1974), - [anon_sym_sizeof] = ACTIONS(1972), - [sym_number_literal] = ACTIONS(1974), - [anon_sym_L_SQUOTE] = ACTIONS(1974), - [anon_sym_u_SQUOTE] = ACTIONS(1974), - [anon_sym_U_SQUOTE] = ACTIONS(1974), - [anon_sym_u8_SQUOTE] = ACTIONS(1974), - [anon_sym_SQUOTE] = ACTIONS(1974), - [anon_sym_L_DQUOTE] = ACTIONS(1974), - [anon_sym_u_DQUOTE] = ACTIONS(1974), - [anon_sym_U_DQUOTE] = ACTIONS(1974), - [anon_sym_u8_DQUOTE] = ACTIONS(1974), - [anon_sym_DQUOTE] = ACTIONS(1974), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [sym_null] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [anon_sym_new] = ACTIONS(1972), - [sym_operator_name] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - [sym_nullptr] = ACTIONS(1972), - [sym_alone_macro] = ACTIONS(1974), - [aux_sym_alone_macro_call_token1] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - [sym_raw_string_literal] = ACTIONS(1974), + [621] = { + [sym_identifier] = ACTIONS(1744), + [aux_sym_preproc_include_token1] = ACTIONS(1744), + [aux_sym_preproc_def_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token1] = ACTIONS(1744), + [aux_sym_preproc_if_token2] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1744), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1744), + [sym_preproc_directive] = ACTIONS(1744), + [anon_sym_LPAREN2] = ACTIONS(1746), + [anon_sym_BANG] = ACTIONS(1746), + [anon_sym_TILDE] = ACTIONS(1746), + [anon_sym_DASH] = ACTIONS(1744), + [anon_sym_PLUS] = ACTIONS(1744), + [anon_sym_STAR] = ACTIONS(1746), + [anon_sym_AMP_AMP] = ACTIONS(1746), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_typedef] = ACTIONS(1744), + [anon_sym_extern] = ACTIONS(1744), + [anon_sym___attribute__] = ACTIONS(1744), + [anon_sym___declspec] = ACTIONS(1744), + [anon_sym___based] = ACTIONS(1744), + [anon_sym___cdecl] = ACTIONS(1744), + [anon_sym___clrcall] = ACTIONS(1744), + [anon_sym___stdcall] = ACTIONS(1744), + [anon_sym___fastcall] = ACTIONS(1744), + [anon_sym___thiscall] = ACTIONS(1744), + [anon_sym___vectorcall] = ACTIONS(1744), + [anon_sym_LBRACE] = ACTIONS(1746), + [anon_sym_LBRACK] = ACTIONS(1744), + [anon_sym_static] = ACTIONS(1744), + [anon_sym_register] = ACTIONS(1744), + [anon_sym_inline] = ACTIONS(1744), + [anon_sym_const] = ACTIONS(1744), + [anon_sym_volatile] = ACTIONS(1744), + [anon_sym_restrict] = ACTIONS(1744), + [anon_sym__Atomic] = ACTIONS(1744), + [anon_sym_mutable] = ACTIONS(1744), + [anon_sym_constexpr] = ACTIONS(1744), + [anon_sym_signed] = ACTIONS(1744), + [anon_sym_unsigned] = ACTIONS(1744), + [anon_sym_long] = ACTIONS(1744), + [anon_sym_short] = ACTIONS(1744), + [sym_primitive_type] = ACTIONS(1744), + [anon_sym_enum] = ACTIONS(1744), + [anon_sym_class] = ACTIONS(1744), + [anon_sym_struct] = ACTIONS(1744), + [anon_sym_union] = ACTIONS(1744), + [anon_sym_if] = ACTIONS(1744), + [anon_sym_switch] = ACTIONS(1744), + [anon_sym_case] = ACTIONS(1744), + [anon_sym_default] = ACTIONS(1744), + [anon_sym_while] = ACTIONS(1744), + [anon_sym_do] = ACTIONS(1744), + [anon_sym_for] = ACTIONS(1744), + [anon_sym_return] = ACTIONS(1744), + [anon_sym_break] = ACTIONS(1744), + [anon_sym_continue] = ACTIONS(1744), + [anon_sym_goto] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1746), + [anon_sym_PLUS_PLUS] = ACTIONS(1746), + [anon_sym_sizeof] = ACTIONS(1744), + [sym_number_literal] = ACTIONS(1746), + [anon_sym_L_SQUOTE] = ACTIONS(1746), + [anon_sym_u_SQUOTE] = ACTIONS(1746), + [anon_sym_U_SQUOTE] = ACTIONS(1746), + [anon_sym_u8_SQUOTE] = ACTIONS(1746), + [anon_sym_SQUOTE] = ACTIONS(1746), + [anon_sym_L_DQUOTE] = ACTIONS(1746), + [anon_sym_u_DQUOTE] = ACTIONS(1746), + [anon_sym_U_DQUOTE] = ACTIONS(1746), + [anon_sym_u8_DQUOTE] = ACTIONS(1746), + [anon_sym_DQUOTE] = ACTIONS(1746), + [sym_true] = ACTIONS(1744), + [sym_false] = ACTIONS(1744), + [sym_null] = ACTIONS(1744), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1744), + [anon_sym_virtual] = ACTIONS(1744), + [anon_sym_explicit] = ACTIONS(1744), + [sym_auto] = ACTIONS(1744), + [anon_sym_typename] = ACTIONS(1744), + [anon_sym_template] = ACTIONS(1744), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_operator] = ACTIONS(1744), + [anon_sym_delete] = ACTIONS(1744), + [anon_sym_throw] = ACTIONS(1744), + [anon_sym_namespace] = ACTIONS(1744), + [anon_sym_using] = ACTIONS(1744), + [anon_sym_static_assert] = ACTIONS(1744), + [anon_sym_try] = ACTIONS(1744), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1746), + [anon_sym_new] = ACTIONS(1744), + [sym_operator_name] = ACTIONS(1744), + [sym_this] = ACTIONS(1744), + [sym_nullptr] = ACTIONS(1744), + [sym_alone_macro] = ACTIONS(1746), + [aux_sym_alone_macro_call_token1] = ACTIONS(1744), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_FORWARD] = ACTIONS(1744), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1744), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_PS_GET] = ACTIONS(1744), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1744), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1744), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1744), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1744), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1744), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1744), + [anon_sym_MOZ_COLD] = ACTIONS(1744), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1744), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1744), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1744), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1744), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1744), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1744), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1744), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1744), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1744), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1744), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1744), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1744), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL] = ACTIONS(1744), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1744), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1744), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN] = ACTIONS(1744), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1744), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1744), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1744), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1744), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1744), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1744), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1744), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1744), + [anon_sym_MOZ_RAII] = ACTIONS(1744), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1744), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1744), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1744), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1744), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1744), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1744), + [sym_raw_string_literal] = ACTIONS(1746), }, - [679] = { - [ts_builtin_sym_end] = ACTIONS(1990), - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_include_token1] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_BANG] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_DASH] = ACTIONS(1988), - [anon_sym_PLUS] = ACTIONS(1988), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_SEMI] = ACTIONS(1990), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym___cdecl] = ACTIONS(1988), - [anon_sym___clrcall] = ACTIONS(1988), - [anon_sym___stdcall] = ACTIONS(1988), - [anon_sym___fastcall] = ACTIONS(1988), - [anon_sym___thiscall] = ACTIONS(1988), - [anon_sym___vectorcall] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1990), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [anon_sym_if] = ACTIONS(1988), - [anon_sym_switch] = ACTIONS(1988), - [anon_sym_case] = ACTIONS(1988), - [anon_sym_default] = ACTIONS(1988), - [anon_sym_while] = ACTIONS(1988), - [anon_sym_do] = ACTIONS(1988), - [anon_sym_for] = ACTIONS(1988), - [anon_sym_return] = ACTIONS(1988), - [anon_sym_break] = ACTIONS(1988), - [anon_sym_continue] = ACTIONS(1988), - [anon_sym_goto] = ACTIONS(1988), - [anon_sym_DASH_DASH] = ACTIONS(1990), - [anon_sym_PLUS_PLUS] = ACTIONS(1990), - [anon_sym_sizeof] = ACTIONS(1988), - [sym_number_literal] = ACTIONS(1990), - [anon_sym_L_SQUOTE] = ACTIONS(1990), - [anon_sym_u_SQUOTE] = ACTIONS(1990), - [anon_sym_U_SQUOTE] = ACTIONS(1990), - [anon_sym_u8_SQUOTE] = ACTIONS(1990), - [anon_sym_SQUOTE] = ACTIONS(1990), - [anon_sym_L_DQUOTE] = ACTIONS(1990), - [anon_sym_u_DQUOTE] = ACTIONS(1990), - [anon_sym_U_DQUOTE] = ACTIONS(1990), - [anon_sym_u8_DQUOTE] = ACTIONS(1990), - [anon_sym_DQUOTE] = ACTIONS(1990), - [sym_true] = ACTIONS(1988), - [sym_false] = ACTIONS(1988), - [sym_null] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_delete] = ACTIONS(1988), - [anon_sym_throw] = ACTIONS(1988), - [anon_sym_namespace] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_try] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [anon_sym_new] = ACTIONS(1988), - [sym_operator_name] = ACTIONS(1988), - [sym_this] = ACTIONS(1988), - [sym_nullptr] = ACTIONS(1988), - [sym_alone_macro] = ACTIONS(1990), - [aux_sym_alone_macro_call_token1] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - [sym_raw_string_literal] = ACTIONS(1990), + [622] = { + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_include_token1] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_BANG] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1602), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym___cdecl] = ACTIONS(1600), + [anon_sym___clrcall] = ACTIONS(1600), + [anon_sym___stdcall] = ACTIONS(1600), + [anon_sym___fastcall] = ACTIONS(1600), + [anon_sym___thiscall] = ACTIONS(1600), + [anon_sym___vectorcall] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1602), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_switch] = ACTIONS(1600), + [anon_sym_case] = ACTIONS(1600), + [anon_sym_default] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_goto] = ACTIONS(1600), + [anon_sym_DASH_DASH] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_sizeof] = ACTIONS(1600), + [sym_number_literal] = ACTIONS(1602), + [anon_sym_L_SQUOTE] = ACTIONS(1602), + [anon_sym_u_SQUOTE] = ACTIONS(1602), + [anon_sym_U_SQUOTE] = ACTIONS(1602), + [anon_sym_u8_SQUOTE] = ACTIONS(1602), + [anon_sym_SQUOTE] = ACTIONS(1602), + [anon_sym_L_DQUOTE] = ACTIONS(1602), + [anon_sym_u_DQUOTE] = ACTIONS(1602), + [anon_sym_U_DQUOTE] = ACTIONS(1602), + [anon_sym_u8_DQUOTE] = ACTIONS(1602), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym_true] = ACTIONS(1600), + [sym_false] = ACTIONS(1600), + [sym_null] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_delete] = ACTIONS(1600), + [anon_sym_throw] = ACTIONS(1600), + [anon_sym_namespace] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [anon_sym_new] = ACTIONS(1600), + [sym_operator_name] = ACTIONS(1600), + [sym_this] = ACTIONS(1600), + [sym_nullptr] = ACTIONS(1600), + [sym_alone_macro] = ACTIONS(1602), + [aux_sym_alone_macro_call_token1] = ACTIONS(1600), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_FORWARD] = ACTIONS(1600), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1600), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_PS_GET] = ACTIONS(1600), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1600), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1600), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1600), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), + [sym_raw_string_literal] = ACTIONS(1602), }, - [680] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_include_token1] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_BANG] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_PLUS] = ACTIONS(2008), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym___cdecl] = ACTIONS(2008), - [anon_sym___clrcall] = ACTIONS(2008), - [anon_sym___stdcall] = ACTIONS(2008), - [anon_sym___fastcall] = ACTIONS(2008), - [anon_sym___thiscall] = ACTIONS(2008), - [anon_sym___vectorcall] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2010), - [anon_sym_RBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_switch] = ACTIONS(2008), - [anon_sym_case] = ACTIONS(2008), - [anon_sym_default] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_goto] = ACTIONS(2008), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2008), - [sym_number_literal] = ACTIONS(2010), - [anon_sym_L_SQUOTE] = ACTIONS(2010), - [anon_sym_u_SQUOTE] = ACTIONS(2010), - [anon_sym_U_SQUOTE] = ACTIONS(2010), - [anon_sym_u8_SQUOTE] = ACTIONS(2010), - [anon_sym_SQUOTE] = ACTIONS(2010), - [anon_sym_L_DQUOTE] = ACTIONS(2010), - [anon_sym_u_DQUOTE] = ACTIONS(2010), - [anon_sym_U_DQUOTE] = ACTIONS(2010), - [anon_sym_u8_DQUOTE] = ACTIONS(2010), - [anon_sym_DQUOTE] = ACTIONS(2010), - [sym_true] = ACTIONS(2008), - [sym_false] = ACTIONS(2008), - [sym_null] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_delete] = ACTIONS(2008), - [anon_sym_throw] = ACTIONS(2008), - [anon_sym_namespace] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [anon_sym_new] = ACTIONS(2008), - [sym_operator_name] = ACTIONS(2008), - [sym_this] = ACTIONS(2008), - [sym_nullptr] = ACTIONS(2008), - [sym_alone_macro] = ACTIONS(2010), - [aux_sym_alone_macro_call_token1] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), - [sym_raw_string_literal] = ACTIONS(2010), + [623] = { + [sym_identifier] = ACTIONS(1712), + [aux_sym_preproc_include_token1] = ACTIONS(1712), + [aux_sym_preproc_def_token1] = ACTIONS(1712), + [aux_sym_preproc_if_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1712), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1712), + [sym_preproc_directive] = ACTIONS(1712), + [anon_sym_LPAREN2] = ACTIONS(1714), + [anon_sym_BANG] = ACTIONS(1714), + [anon_sym_TILDE] = ACTIONS(1714), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_PLUS] = ACTIONS(1712), + [anon_sym_STAR] = ACTIONS(1714), + [anon_sym_AMP_AMP] = ACTIONS(1714), + [anon_sym_AMP] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1714), + [anon_sym_typedef] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym___based] = ACTIONS(1712), + [anon_sym___cdecl] = ACTIONS(1712), + [anon_sym___clrcall] = ACTIONS(1712), + [anon_sym___stdcall] = ACTIONS(1712), + [anon_sym___fastcall] = ACTIONS(1712), + [anon_sym___thiscall] = ACTIONS(1712), + [anon_sym___vectorcall] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1714), + [anon_sym_RBRACE] = ACTIONS(1714), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym_mutable] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_class] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_switch] = ACTIONS(1712), + [anon_sym_case] = ACTIONS(1712), + [anon_sym_default] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_goto] = ACTIONS(1712), + [anon_sym_DASH_DASH] = ACTIONS(1714), + [anon_sym_PLUS_PLUS] = ACTIONS(1714), + [anon_sym_sizeof] = ACTIONS(1712), + [sym_number_literal] = ACTIONS(1714), + [anon_sym_L_SQUOTE] = ACTIONS(1714), + [anon_sym_u_SQUOTE] = ACTIONS(1714), + [anon_sym_U_SQUOTE] = ACTIONS(1714), + [anon_sym_u8_SQUOTE] = ACTIONS(1714), + [anon_sym_SQUOTE] = ACTIONS(1714), + [anon_sym_L_DQUOTE] = ACTIONS(1714), + [anon_sym_u_DQUOTE] = ACTIONS(1714), + [anon_sym_U_DQUOTE] = ACTIONS(1714), + [anon_sym_u8_DQUOTE] = ACTIONS(1714), + [anon_sym_DQUOTE] = ACTIONS(1714), + [sym_true] = ACTIONS(1712), + [sym_false] = ACTIONS(1712), + [sym_null] = ACTIONS(1712), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1712), + [anon_sym_virtual] = ACTIONS(1712), + [anon_sym_explicit] = ACTIONS(1712), + [sym_auto] = ACTIONS(1712), + [anon_sym_typename] = ACTIONS(1712), + [anon_sym_template] = ACTIONS(1712), + [anon_sym_COLON_COLON] = ACTIONS(1714), + [anon_sym_operator] = ACTIONS(1712), + [anon_sym_delete] = ACTIONS(1712), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_namespace] = ACTIONS(1712), + [anon_sym_using] = ACTIONS(1712), + [anon_sym_static_assert] = ACTIONS(1712), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym_new] = ACTIONS(1712), + [sym_operator_name] = ACTIONS(1712), + [sym_this] = ACTIONS(1712), + [sym_nullptr] = ACTIONS(1712), + [sym_alone_macro] = ACTIONS(1714), + [aux_sym_alone_macro_call_token1] = ACTIONS(1712), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_FORWARD] = ACTIONS(1712), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1712), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_PS_GET] = ACTIONS(1712), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1712), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1712), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1712), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1712), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1712), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1712), + [anon_sym_MOZ_COLD] = ACTIONS(1712), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1712), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1712), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1712), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1712), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1712), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1712), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1712), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1712), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1712), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1712), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1712), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1712), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL] = ACTIONS(1712), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1712), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1712), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN] = ACTIONS(1712), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1712), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1712), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1712), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1712), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1712), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1712), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1712), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1712), + [anon_sym_MOZ_RAII] = ACTIONS(1712), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1712), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1712), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1712), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1712), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1712), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1712), + [sym_raw_string_literal] = ACTIONS(1714), }, - [681] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_include_token1] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token2] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_BANG] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1916), - [anon_sym_PLUS] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym___cdecl] = ACTIONS(1916), - [anon_sym___clrcall] = ACTIONS(1916), - [anon_sym___stdcall] = ACTIONS(1916), - [anon_sym___fastcall] = ACTIONS(1916), - [anon_sym___thiscall] = ACTIONS(1916), - [anon_sym___vectorcall] = ACTIONS(1916), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(1916), - [anon_sym_switch] = ACTIONS(1916), - [anon_sym_case] = ACTIONS(1916), - [anon_sym_default] = ACTIONS(1916), - [anon_sym_while] = ACTIONS(1916), - [anon_sym_do] = ACTIONS(1916), - [anon_sym_for] = ACTIONS(1916), - [anon_sym_return] = ACTIONS(1916), - [anon_sym_break] = ACTIONS(1916), - [anon_sym_continue] = ACTIONS(1916), - [anon_sym_goto] = ACTIONS(1916), - [anon_sym_DASH_DASH] = ACTIONS(1918), - [anon_sym_PLUS_PLUS] = ACTIONS(1918), - [anon_sym_sizeof] = ACTIONS(1916), - [sym_number_literal] = ACTIONS(1918), - [anon_sym_L_SQUOTE] = ACTIONS(1918), - [anon_sym_u_SQUOTE] = ACTIONS(1918), - [anon_sym_U_SQUOTE] = ACTIONS(1918), - [anon_sym_u8_SQUOTE] = ACTIONS(1918), - [anon_sym_SQUOTE] = ACTIONS(1918), - [anon_sym_L_DQUOTE] = ACTIONS(1918), - [anon_sym_u_DQUOTE] = ACTIONS(1918), - [anon_sym_U_DQUOTE] = ACTIONS(1918), - [anon_sym_u8_DQUOTE] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym_true] = ACTIONS(1916), - [sym_false] = ACTIONS(1916), - [sym_null] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_delete] = ACTIONS(1916), - [anon_sym_throw] = ACTIONS(1916), - [anon_sym_namespace] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_try] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [anon_sym_new] = ACTIONS(1916), - [sym_operator_name] = ACTIONS(1916), - [sym_this] = ACTIONS(1916), - [sym_nullptr] = ACTIONS(1916), - [sym_alone_macro] = ACTIONS(1918), - [aux_sym_alone_macro_call_token1] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), - [sym_raw_string_literal] = ACTIONS(1918), + [624] = { + [sym_identifier] = ACTIONS(1740), + [aux_sym_preproc_include_token1] = ACTIONS(1740), + [aux_sym_preproc_def_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token1] = ACTIONS(1740), + [aux_sym_preproc_if_token2] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1740), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1740), + [sym_preproc_directive] = ACTIONS(1740), + [anon_sym_LPAREN2] = ACTIONS(1742), + [anon_sym_BANG] = ACTIONS(1742), + [anon_sym_TILDE] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1742), + [anon_sym_AMP_AMP] = ACTIONS(1742), + [anon_sym_AMP] = ACTIONS(1740), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_typedef] = ACTIONS(1740), + [anon_sym_extern] = ACTIONS(1740), + [anon_sym___attribute__] = ACTIONS(1740), + [anon_sym___declspec] = ACTIONS(1740), + [anon_sym___based] = ACTIONS(1740), + [anon_sym___cdecl] = ACTIONS(1740), + [anon_sym___clrcall] = ACTIONS(1740), + [anon_sym___stdcall] = ACTIONS(1740), + [anon_sym___fastcall] = ACTIONS(1740), + [anon_sym___thiscall] = ACTIONS(1740), + [anon_sym___vectorcall] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_register] = ACTIONS(1740), + [anon_sym_inline] = ACTIONS(1740), + [anon_sym_const] = ACTIONS(1740), + [anon_sym_volatile] = ACTIONS(1740), + [anon_sym_restrict] = ACTIONS(1740), + [anon_sym__Atomic] = ACTIONS(1740), + [anon_sym_mutable] = ACTIONS(1740), + [anon_sym_constexpr] = ACTIONS(1740), + [anon_sym_signed] = ACTIONS(1740), + [anon_sym_unsigned] = ACTIONS(1740), + [anon_sym_long] = ACTIONS(1740), + [anon_sym_short] = ACTIONS(1740), + [sym_primitive_type] = ACTIONS(1740), + [anon_sym_enum] = ACTIONS(1740), + [anon_sym_class] = ACTIONS(1740), + [anon_sym_struct] = ACTIONS(1740), + [anon_sym_union] = ACTIONS(1740), + [anon_sym_if] = ACTIONS(1740), + [anon_sym_switch] = ACTIONS(1740), + [anon_sym_case] = ACTIONS(1740), + [anon_sym_default] = ACTIONS(1740), + [anon_sym_while] = ACTIONS(1740), + [anon_sym_do] = ACTIONS(1740), + [anon_sym_for] = ACTIONS(1740), + [anon_sym_return] = ACTIONS(1740), + [anon_sym_break] = ACTIONS(1740), + [anon_sym_continue] = ACTIONS(1740), + [anon_sym_goto] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1742), + [anon_sym_sizeof] = ACTIONS(1740), + [sym_number_literal] = ACTIONS(1742), + [anon_sym_L_SQUOTE] = ACTIONS(1742), + [anon_sym_u_SQUOTE] = ACTIONS(1742), + [anon_sym_U_SQUOTE] = ACTIONS(1742), + [anon_sym_u8_SQUOTE] = ACTIONS(1742), + [anon_sym_SQUOTE] = ACTIONS(1742), + [anon_sym_L_DQUOTE] = ACTIONS(1742), + [anon_sym_u_DQUOTE] = ACTIONS(1742), + [anon_sym_U_DQUOTE] = ACTIONS(1742), + [anon_sym_u8_DQUOTE] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym_true] = ACTIONS(1740), + [sym_false] = ACTIONS(1740), + [sym_null] = ACTIONS(1740), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1740), + [anon_sym_virtual] = ACTIONS(1740), + [anon_sym_explicit] = ACTIONS(1740), + [sym_auto] = ACTIONS(1740), + [anon_sym_typename] = ACTIONS(1740), + [anon_sym_template] = ACTIONS(1740), + [anon_sym_COLON_COLON] = ACTIONS(1742), + [anon_sym_operator] = ACTIONS(1740), + [anon_sym_delete] = ACTIONS(1740), + [anon_sym_throw] = ACTIONS(1740), + [anon_sym_namespace] = ACTIONS(1740), + [anon_sym_using] = ACTIONS(1740), + [anon_sym_static_assert] = ACTIONS(1740), + [anon_sym_try] = ACTIONS(1740), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1742), + [anon_sym_new] = ACTIONS(1740), + [sym_operator_name] = ACTIONS(1740), + [sym_this] = ACTIONS(1740), + [sym_nullptr] = ACTIONS(1740), + [sym_alone_macro] = ACTIONS(1742), + [aux_sym_alone_macro_call_token1] = ACTIONS(1740), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_FORWARD] = ACTIONS(1740), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1740), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_PS_GET] = ACTIONS(1740), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1740), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1740), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1740), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1740), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1740), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1740), + [anon_sym_MOZ_COLD] = ACTIONS(1740), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1740), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1740), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1740), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1740), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1740), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1740), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1740), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1740), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1740), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1740), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1740), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1740), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL] = ACTIONS(1740), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1740), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1740), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN] = ACTIONS(1740), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1740), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1740), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1740), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1740), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1740), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1740), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1740), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1740), + [anon_sym_MOZ_RAII] = ACTIONS(1740), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1740), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1740), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1740), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1740), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1740), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1740), + [sym_raw_string_literal] = ACTIONS(1742), }, - [682] = { - [sym_identifier] = ACTIONS(2004), - [aux_sym_preproc_include_token1] = ACTIONS(2004), - [aux_sym_preproc_def_token1] = ACTIONS(2004), - [aux_sym_preproc_if_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2004), - [sym_preproc_directive] = ACTIONS(2004), - [anon_sym_LPAREN2] = ACTIONS(2006), - [anon_sym_BANG] = ACTIONS(2006), - [anon_sym_TILDE] = ACTIONS(2006), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2004), - [anon_sym_STAR] = ACTIONS(2006), - [anon_sym_AMP_AMP] = ACTIONS(2006), - [anon_sym_AMP] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_typedef] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym___attribute__] = ACTIONS(2004), - [anon_sym___declspec] = ACTIONS(2004), - [anon_sym___based] = ACTIONS(2004), - [anon_sym___cdecl] = ACTIONS(2004), - [anon_sym___clrcall] = ACTIONS(2004), - [anon_sym___stdcall] = ACTIONS(2004), - [anon_sym___fastcall] = ACTIONS(2004), - [anon_sym___thiscall] = ACTIONS(2004), - [anon_sym___vectorcall] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2006), - [anon_sym_RBRACE] = ACTIONS(2006), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_static] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_inline] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [anon_sym_volatile] = ACTIONS(2004), - [anon_sym_restrict] = ACTIONS(2004), - [anon_sym__Atomic] = ACTIONS(2004), - [anon_sym_mutable] = ACTIONS(2004), - [anon_sym_constexpr] = ACTIONS(2004), - [anon_sym_signed] = ACTIONS(2004), - [anon_sym_unsigned] = ACTIONS(2004), - [anon_sym_long] = ACTIONS(2004), - [anon_sym_short] = ACTIONS(2004), - [sym_primitive_type] = ACTIONS(2004), - [anon_sym_enum] = ACTIONS(2004), - [anon_sym_class] = ACTIONS(2004), - [anon_sym_struct] = ACTIONS(2004), - [anon_sym_union] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_switch] = ACTIONS(2004), - [anon_sym_case] = ACTIONS(2004), - [anon_sym_default] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_goto] = ACTIONS(2004), - [anon_sym_DASH_DASH] = ACTIONS(2006), - [anon_sym_PLUS_PLUS] = ACTIONS(2006), - [anon_sym_sizeof] = ACTIONS(2004), - [sym_number_literal] = ACTIONS(2006), - [anon_sym_L_SQUOTE] = ACTIONS(2006), - [anon_sym_u_SQUOTE] = ACTIONS(2006), - [anon_sym_U_SQUOTE] = ACTIONS(2006), - [anon_sym_u8_SQUOTE] = ACTIONS(2006), - [anon_sym_SQUOTE] = ACTIONS(2006), - [anon_sym_L_DQUOTE] = ACTIONS(2006), - [anon_sym_u_DQUOTE] = ACTIONS(2006), - [anon_sym_U_DQUOTE] = ACTIONS(2006), - [anon_sym_u8_DQUOTE] = ACTIONS(2006), - [anon_sym_DQUOTE] = ACTIONS(2006), - [sym_true] = ACTIONS(2004), - [sym_false] = ACTIONS(2004), - [sym_null] = ACTIONS(2004), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2004), - [anon_sym_virtual] = ACTIONS(2004), - [anon_sym_explicit] = ACTIONS(2004), - [sym_auto] = ACTIONS(2004), - [anon_sym_typename] = ACTIONS(2004), - [anon_sym_template] = ACTIONS(2004), - [anon_sym_COLON_COLON] = ACTIONS(2006), - [anon_sym_operator] = ACTIONS(2004), - [anon_sym_delete] = ACTIONS(2004), - [anon_sym_throw] = ACTIONS(2004), - [anon_sym_namespace] = ACTIONS(2004), - [anon_sym_using] = ACTIONS(2004), - [anon_sym_static_assert] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2006), - [anon_sym_new] = ACTIONS(2004), - [sym_operator_name] = ACTIONS(2004), - [sym_this] = ACTIONS(2004), - [sym_nullptr] = ACTIONS(2004), - [sym_alone_macro] = ACTIONS(2006), - [aux_sym_alone_macro_call_token1] = ACTIONS(2004), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2004), - [anon_sym_MOZ_COLD] = ACTIONS(2004), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2004), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2004), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2004), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2004), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2004), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2004), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2004), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2004), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2004), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2004), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2004), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2004), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL] = ACTIONS(2004), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2004), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2004), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN] = ACTIONS(2004), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2004), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2004), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2004), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2004), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2004), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2004), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2004), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2004), - [anon_sym_MOZ_RAII] = ACTIONS(2004), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2004), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2004), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2004), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2004), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2004), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2004), - [sym_raw_string_literal] = ACTIONS(2006), + [625] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_include_token1] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_BANG] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1728), + [anon_sym_PLUS] = ACTIONS(1728), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym___cdecl] = ACTIONS(1728), + [anon_sym___clrcall] = ACTIONS(1728), + [anon_sym___stdcall] = ACTIONS(1728), + [anon_sym___fastcall] = ACTIONS(1728), + [anon_sym___thiscall] = ACTIONS(1728), + [anon_sym___vectorcall] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_RBRACE] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [anon_sym_if] = ACTIONS(1728), + [anon_sym_switch] = ACTIONS(1728), + [anon_sym_case] = ACTIONS(1728), + [anon_sym_default] = ACTIONS(1728), + [anon_sym_while] = ACTIONS(1728), + [anon_sym_do] = ACTIONS(1728), + [anon_sym_for] = ACTIONS(1728), + [anon_sym_return] = ACTIONS(1728), + [anon_sym_break] = ACTIONS(1728), + [anon_sym_continue] = ACTIONS(1728), + [anon_sym_goto] = ACTIONS(1728), + [anon_sym_DASH_DASH] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(1730), + [anon_sym_sizeof] = ACTIONS(1728), + [sym_number_literal] = ACTIONS(1730), + [anon_sym_L_SQUOTE] = ACTIONS(1730), + [anon_sym_u_SQUOTE] = ACTIONS(1730), + [anon_sym_U_SQUOTE] = ACTIONS(1730), + [anon_sym_u8_SQUOTE] = ACTIONS(1730), + [anon_sym_SQUOTE] = ACTIONS(1730), + [anon_sym_L_DQUOTE] = ACTIONS(1730), + [anon_sym_u_DQUOTE] = ACTIONS(1730), + [anon_sym_U_DQUOTE] = ACTIONS(1730), + [anon_sym_u8_DQUOTE] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym_true] = ACTIONS(1728), + [sym_false] = ACTIONS(1728), + [sym_null] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_delete] = ACTIONS(1728), + [anon_sym_throw] = ACTIONS(1728), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_try] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [anon_sym_new] = ACTIONS(1728), + [sym_operator_name] = ACTIONS(1728), + [sym_this] = ACTIONS(1728), + [sym_nullptr] = ACTIONS(1728), + [sym_alone_macro] = ACTIONS(1730), + [aux_sym_alone_macro_call_token1] = ACTIONS(1728), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_FORWARD] = ACTIONS(1728), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1728), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_PS_GET] = ACTIONS(1728), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1728), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1728), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), + [sym_raw_string_literal] = ACTIONS(1730), }, - [683] = { - [sym_function_definition] = STATE(520), - [sym_declaration] = STATE(520), - [sym__declaration_specifiers] = STATE(3566), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1398), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4010), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1498), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(520), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1380), - [sym_explicit_function_specifier] = STATE(1380), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(520), - [sym_operator_cast] = STATE(4155), - [aux_sym__constructor_specifiers] = STATE(1380), - [sym_operator_cast_definition] = STATE(520), - [sym_operator_cast_declaration] = STATE(520), - [sym_constructor_or_destructor_definition] = STATE(520), - [sym_constructor_or_destructor_declaration] = STATE(520), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(520), - [sym_attribute] = STATE(919), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(919), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [626] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1674), + [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_try] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [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), + [sym_raw_string_literal] = ACTIONS(1674), + }, + [627] = { + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_include_token1] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_BANG] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym___cdecl] = ACTIONS(1736), + [anon_sym___clrcall] = ACTIONS(1736), + [anon_sym___stdcall] = ACTIONS(1736), + [anon_sym___fastcall] = ACTIONS(1736), + [anon_sym___thiscall] = ACTIONS(1736), + [anon_sym___vectorcall] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [anon_sym_if] = ACTIONS(1736), + [anon_sym_switch] = ACTIONS(1736), + [anon_sym_case] = ACTIONS(1736), + [anon_sym_default] = ACTIONS(1736), + [anon_sym_while] = ACTIONS(1736), + [anon_sym_do] = ACTIONS(1736), + [anon_sym_for] = ACTIONS(1736), + [anon_sym_return] = ACTIONS(1736), + [anon_sym_break] = ACTIONS(1736), + [anon_sym_continue] = ACTIONS(1736), + [anon_sym_goto] = ACTIONS(1736), + [anon_sym_DASH_DASH] = ACTIONS(1738), + [anon_sym_PLUS_PLUS] = ACTIONS(1738), + [anon_sym_sizeof] = ACTIONS(1736), + [sym_number_literal] = ACTIONS(1738), + [anon_sym_L_SQUOTE] = ACTIONS(1738), + [anon_sym_u_SQUOTE] = ACTIONS(1738), + [anon_sym_U_SQUOTE] = ACTIONS(1738), + [anon_sym_u8_SQUOTE] = ACTIONS(1738), + [anon_sym_SQUOTE] = ACTIONS(1738), + [anon_sym_L_DQUOTE] = ACTIONS(1738), + [anon_sym_u_DQUOTE] = ACTIONS(1738), + [anon_sym_U_DQUOTE] = ACTIONS(1738), + [anon_sym_u8_DQUOTE] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym_true] = ACTIONS(1736), + [sym_false] = ACTIONS(1736), + [sym_null] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_delete] = ACTIONS(1736), + [anon_sym_throw] = ACTIONS(1736), + [anon_sym_namespace] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_try] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [anon_sym_new] = ACTIONS(1736), + [sym_operator_name] = ACTIONS(1736), + [sym_this] = ACTIONS(1736), + [sym_nullptr] = ACTIONS(1736), + [sym_alone_macro] = ACTIONS(1738), + [aux_sym_alone_macro_call_token1] = ACTIONS(1736), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_FORWARD] = ACTIONS(1736), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1736), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_PS_GET] = ACTIONS(1736), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1736), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1736), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1736), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), + [sym_raw_string_literal] = ACTIONS(1738), + }, + [628] = { + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_include_token1] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token2] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_DASH] = ACTIONS(1800), + [anon_sym_PLUS] = ACTIONS(1800), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym___cdecl] = ACTIONS(1800), + [anon_sym___clrcall] = ACTIONS(1800), + [anon_sym___stdcall] = ACTIONS(1800), + [anon_sym___fastcall] = ACTIONS(1800), + [anon_sym___thiscall] = ACTIONS(1800), + [anon_sym___vectorcall] = ACTIONS(1800), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [anon_sym_if] = ACTIONS(1800), + [anon_sym_switch] = ACTIONS(1800), + [anon_sym_case] = ACTIONS(1800), + [anon_sym_default] = ACTIONS(1800), + [anon_sym_while] = ACTIONS(1800), + [anon_sym_do] = ACTIONS(1800), + [anon_sym_for] = ACTIONS(1800), + [anon_sym_return] = ACTIONS(1800), + [anon_sym_break] = ACTIONS(1800), + [anon_sym_continue] = ACTIONS(1800), + [anon_sym_goto] = ACTIONS(1800), + [anon_sym_DASH_DASH] = ACTIONS(1802), + [anon_sym_PLUS_PLUS] = ACTIONS(1802), + [anon_sym_sizeof] = ACTIONS(1800), + [sym_number_literal] = ACTIONS(1802), + [anon_sym_L_SQUOTE] = ACTIONS(1802), + [anon_sym_u_SQUOTE] = ACTIONS(1802), + [anon_sym_U_SQUOTE] = ACTIONS(1802), + [anon_sym_u8_SQUOTE] = ACTIONS(1802), + [anon_sym_SQUOTE] = ACTIONS(1802), + [anon_sym_L_DQUOTE] = ACTIONS(1802), + [anon_sym_u_DQUOTE] = ACTIONS(1802), + [anon_sym_U_DQUOTE] = ACTIONS(1802), + [anon_sym_u8_DQUOTE] = ACTIONS(1802), + [anon_sym_DQUOTE] = ACTIONS(1802), + [sym_true] = ACTIONS(1800), + [sym_false] = ACTIONS(1800), + [sym_null] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_delete] = ACTIONS(1800), + [anon_sym_throw] = ACTIONS(1800), + [anon_sym_namespace] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_try] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [anon_sym_new] = ACTIONS(1800), + [sym_operator_name] = ACTIONS(1800), + [sym_this] = ACTIONS(1800), + [sym_nullptr] = ACTIONS(1800), + [sym_alone_macro] = ACTIONS(1802), + [aux_sym_alone_macro_call_token1] = ACTIONS(1800), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_FORWARD] = ACTIONS(1800), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1800), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_PS_GET] = ACTIONS(1800), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1800), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1800), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1800), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), + [sym_raw_string_literal] = ACTIONS(1802), + }, + [629] = { + [ts_builtin_sym_end] = ACTIONS(1778), + [sym_identifier] = ACTIONS(1776), + [aux_sym_preproc_include_token1] = ACTIONS(1776), + [aux_sym_preproc_def_token1] = ACTIONS(1776), + [aux_sym_preproc_if_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1776), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1776), + [sym_preproc_directive] = ACTIONS(1776), + [anon_sym_LPAREN2] = ACTIONS(1778), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_TILDE] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_AMP_AMP] = ACTIONS(1778), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_typedef] = ACTIONS(1776), + [anon_sym_extern] = ACTIONS(1776), + [anon_sym___attribute__] = ACTIONS(1776), + [anon_sym___declspec] = ACTIONS(1776), + [anon_sym___based] = ACTIONS(1776), + [anon_sym___cdecl] = ACTIONS(1776), + [anon_sym___clrcall] = ACTIONS(1776), + [anon_sym___stdcall] = ACTIONS(1776), + [anon_sym___fastcall] = ACTIONS(1776), + [anon_sym___thiscall] = ACTIONS(1776), + [anon_sym___vectorcall] = ACTIONS(1776), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1776), + [anon_sym_register] = ACTIONS(1776), + [anon_sym_inline] = ACTIONS(1776), + [anon_sym_const] = ACTIONS(1776), + [anon_sym_volatile] = ACTIONS(1776), + [anon_sym_restrict] = ACTIONS(1776), + [anon_sym__Atomic] = ACTIONS(1776), + [anon_sym_mutable] = ACTIONS(1776), + [anon_sym_constexpr] = ACTIONS(1776), + [anon_sym_signed] = ACTIONS(1776), + [anon_sym_unsigned] = ACTIONS(1776), + [anon_sym_long] = ACTIONS(1776), + [anon_sym_short] = ACTIONS(1776), + [sym_primitive_type] = ACTIONS(1776), + [anon_sym_enum] = ACTIONS(1776), + [anon_sym_class] = ACTIONS(1776), + [anon_sym_struct] = ACTIONS(1776), + [anon_sym_union] = ACTIONS(1776), + [anon_sym_if] = ACTIONS(1776), + [anon_sym_switch] = ACTIONS(1776), + [anon_sym_case] = ACTIONS(1776), + [anon_sym_default] = ACTIONS(1776), + [anon_sym_while] = ACTIONS(1776), + [anon_sym_do] = ACTIONS(1776), + [anon_sym_for] = ACTIONS(1776), + [anon_sym_return] = ACTIONS(1776), + [anon_sym_break] = ACTIONS(1776), + [anon_sym_continue] = ACTIONS(1776), + [anon_sym_goto] = ACTIONS(1776), + [anon_sym_DASH_DASH] = ACTIONS(1778), + [anon_sym_PLUS_PLUS] = ACTIONS(1778), + [anon_sym_sizeof] = ACTIONS(1776), + [sym_number_literal] = ACTIONS(1778), + [anon_sym_L_SQUOTE] = ACTIONS(1778), + [anon_sym_u_SQUOTE] = ACTIONS(1778), + [anon_sym_U_SQUOTE] = ACTIONS(1778), + [anon_sym_u8_SQUOTE] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_L_DQUOTE] = ACTIONS(1778), + [anon_sym_u_DQUOTE] = ACTIONS(1778), + [anon_sym_U_DQUOTE] = ACTIONS(1778), + [anon_sym_u8_DQUOTE] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym_true] = ACTIONS(1776), + [sym_false] = ACTIONS(1776), + [sym_null] = ACTIONS(1776), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1776), + [anon_sym_virtual] = ACTIONS(1776), + [anon_sym_explicit] = ACTIONS(1776), + [sym_auto] = ACTIONS(1776), + [anon_sym_typename] = ACTIONS(1776), + [anon_sym_template] = ACTIONS(1776), + [anon_sym_COLON_COLON] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1776), + [anon_sym_delete] = ACTIONS(1776), + [anon_sym_throw] = ACTIONS(1776), + [anon_sym_namespace] = ACTIONS(1776), + [anon_sym_using] = ACTIONS(1776), + [anon_sym_static_assert] = ACTIONS(1776), + [anon_sym_try] = ACTIONS(1776), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1778), + [anon_sym_new] = ACTIONS(1776), + [sym_operator_name] = ACTIONS(1776), + [sym_this] = ACTIONS(1776), + [sym_nullptr] = ACTIONS(1776), + [sym_alone_macro] = ACTIONS(1778), + [aux_sym_alone_macro_call_token1] = ACTIONS(1776), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_FORWARD] = ACTIONS(1776), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1776), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_PS_GET] = ACTIONS(1776), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1776), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1776), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1776), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1776), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1776), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1776), + [anon_sym_MOZ_COLD] = ACTIONS(1776), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1776), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1776), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1776), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1776), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1776), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1776), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1776), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1776), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1776), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1776), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1776), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1776), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL] = ACTIONS(1776), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1776), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1776), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN] = ACTIONS(1776), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1776), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1776), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1776), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1776), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1776), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1776), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1776), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1776), + [anon_sym_MOZ_RAII] = ACTIONS(1776), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1776), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1776), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1776), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1776), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1776), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1776), + [sym_raw_string_literal] = ACTIONS(1778), + }, + [630] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_include_token1] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token2] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_BANG] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1728), + [anon_sym_PLUS] = ACTIONS(1728), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym___cdecl] = ACTIONS(1728), + [anon_sym___clrcall] = ACTIONS(1728), + [anon_sym___stdcall] = ACTIONS(1728), + [anon_sym___fastcall] = ACTIONS(1728), + [anon_sym___thiscall] = ACTIONS(1728), + [anon_sym___vectorcall] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [anon_sym_if] = ACTIONS(1728), + [anon_sym_switch] = ACTIONS(1728), + [anon_sym_case] = ACTIONS(1728), + [anon_sym_default] = ACTIONS(1728), + [anon_sym_while] = ACTIONS(1728), + [anon_sym_do] = ACTIONS(1728), + [anon_sym_for] = ACTIONS(1728), + [anon_sym_return] = ACTIONS(1728), + [anon_sym_break] = ACTIONS(1728), + [anon_sym_continue] = ACTIONS(1728), + [anon_sym_goto] = ACTIONS(1728), + [anon_sym_DASH_DASH] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(1730), + [anon_sym_sizeof] = ACTIONS(1728), + [sym_number_literal] = ACTIONS(1730), + [anon_sym_L_SQUOTE] = ACTIONS(1730), + [anon_sym_u_SQUOTE] = ACTIONS(1730), + [anon_sym_U_SQUOTE] = ACTIONS(1730), + [anon_sym_u8_SQUOTE] = ACTIONS(1730), + [anon_sym_SQUOTE] = ACTIONS(1730), + [anon_sym_L_DQUOTE] = ACTIONS(1730), + [anon_sym_u_DQUOTE] = ACTIONS(1730), + [anon_sym_U_DQUOTE] = ACTIONS(1730), + [anon_sym_u8_DQUOTE] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym_true] = ACTIONS(1728), + [sym_false] = ACTIONS(1728), + [sym_null] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_delete] = ACTIONS(1728), + [anon_sym_throw] = ACTIONS(1728), + [anon_sym_namespace] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_try] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [anon_sym_new] = ACTIONS(1728), + [sym_operator_name] = ACTIONS(1728), + [sym_this] = ACTIONS(1728), + [sym_nullptr] = ACTIONS(1728), + [sym_alone_macro] = ACTIONS(1730), + [aux_sym_alone_macro_call_token1] = ACTIONS(1728), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_FORWARD] = ACTIONS(1728), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1728), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_PS_GET] = ACTIONS(1728), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1728), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1728), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1728), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), + [sym_raw_string_literal] = ACTIONS(1730), + }, + [631] = { + [ts_builtin_sym_end] = ACTIONS(1798), + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_include_token1] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym___cdecl] = ACTIONS(1796), + [anon_sym___clrcall] = ACTIONS(1796), + [anon_sym___stdcall] = ACTIONS(1796), + [anon_sym___fastcall] = ACTIONS(1796), + [anon_sym___thiscall] = ACTIONS(1796), + [anon_sym___vectorcall] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_switch] = ACTIONS(1796), + [anon_sym_case] = ACTIONS(1796), + [anon_sym_default] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_do] = ACTIONS(1796), + [anon_sym_for] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_goto] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_sizeof] = ACTIONS(1796), + [sym_number_literal] = ACTIONS(1798), + [anon_sym_L_SQUOTE] = ACTIONS(1798), + [anon_sym_u_SQUOTE] = ACTIONS(1798), + [anon_sym_U_SQUOTE] = ACTIONS(1798), + [anon_sym_u8_SQUOTE] = ACTIONS(1798), + [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_L_DQUOTE] = ACTIONS(1798), + [anon_sym_u_DQUOTE] = ACTIONS(1798), + [anon_sym_U_DQUOTE] = ACTIONS(1798), + [anon_sym_u8_DQUOTE] = ACTIONS(1798), + [anon_sym_DQUOTE] = ACTIONS(1798), + [sym_true] = ACTIONS(1796), + [sym_false] = ACTIONS(1796), + [sym_null] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_delete] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_namespace] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [anon_sym_new] = ACTIONS(1796), + [sym_operator_name] = ACTIONS(1796), + [sym_this] = ACTIONS(1796), + [sym_nullptr] = ACTIONS(1796), + [sym_alone_macro] = ACTIONS(1798), + [aux_sym_alone_macro_call_token1] = ACTIONS(1796), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_FORWARD] = ACTIONS(1796), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1796), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_PS_GET] = ACTIONS(1796), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1796), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1796), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1796), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), + [sym_raw_string_literal] = ACTIONS(1798), + }, + [632] = { + [ts_builtin_sym_end] = ACTIONS(1794), + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_include_token1] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_BANG] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_DASH] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1792), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym___cdecl] = ACTIONS(1792), + [anon_sym___clrcall] = ACTIONS(1792), + [anon_sym___stdcall] = ACTIONS(1792), + [anon_sym___fastcall] = ACTIONS(1792), + [anon_sym___thiscall] = ACTIONS(1792), + [anon_sym___vectorcall] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [anon_sym_if] = ACTIONS(1792), + [anon_sym_switch] = ACTIONS(1792), + [anon_sym_case] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1792), + [anon_sym_while] = ACTIONS(1792), + [anon_sym_do] = ACTIONS(1792), + [anon_sym_for] = ACTIONS(1792), + [anon_sym_return] = ACTIONS(1792), + [anon_sym_break] = ACTIONS(1792), + [anon_sym_continue] = ACTIONS(1792), + [anon_sym_goto] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_PLUS_PLUS] = ACTIONS(1794), + [anon_sym_sizeof] = ACTIONS(1792), + [sym_number_literal] = ACTIONS(1794), + [anon_sym_L_SQUOTE] = ACTIONS(1794), + [anon_sym_u_SQUOTE] = ACTIONS(1794), + [anon_sym_U_SQUOTE] = ACTIONS(1794), + [anon_sym_u8_SQUOTE] = ACTIONS(1794), + [anon_sym_SQUOTE] = ACTIONS(1794), + [anon_sym_L_DQUOTE] = ACTIONS(1794), + [anon_sym_u_DQUOTE] = ACTIONS(1794), + [anon_sym_U_DQUOTE] = ACTIONS(1794), + [anon_sym_u8_DQUOTE] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym_true] = ACTIONS(1792), + [sym_false] = ACTIONS(1792), + [sym_null] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_delete] = ACTIONS(1792), + [anon_sym_throw] = ACTIONS(1792), + [anon_sym_namespace] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_try] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [anon_sym_new] = ACTIONS(1792), + [sym_operator_name] = ACTIONS(1792), + [sym_this] = ACTIONS(1792), + [sym_nullptr] = ACTIONS(1792), + [sym_alone_macro] = ACTIONS(1794), + [aux_sym_alone_macro_call_token1] = ACTIONS(1792), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_FORWARD] = ACTIONS(1792), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1792), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_PS_GET] = ACTIONS(1792), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1792), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1792), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1792), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), + [sym_raw_string_literal] = ACTIONS(1794), + }, + [633] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1642), + [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_try] = ACTIONS(1640), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [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), + [sym_raw_string_literal] = ACTIONS(1642), + }, + [634] = { + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_include_token1] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token2] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_BANG] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_DASH] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1772), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym___cdecl] = ACTIONS(1772), + [anon_sym___clrcall] = ACTIONS(1772), + [anon_sym___stdcall] = ACTIONS(1772), + [anon_sym___fastcall] = ACTIONS(1772), + [anon_sym___thiscall] = ACTIONS(1772), + [anon_sym___vectorcall] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [anon_sym_if] = ACTIONS(1772), + [anon_sym_switch] = ACTIONS(1772), + [anon_sym_case] = ACTIONS(1772), + [anon_sym_default] = ACTIONS(1772), + [anon_sym_while] = ACTIONS(1772), + [anon_sym_do] = ACTIONS(1772), + [anon_sym_for] = ACTIONS(1772), + [anon_sym_return] = ACTIONS(1772), + [anon_sym_break] = ACTIONS(1772), + [anon_sym_continue] = ACTIONS(1772), + [anon_sym_goto] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1774), + [anon_sym_PLUS_PLUS] = ACTIONS(1774), + [anon_sym_sizeof] = ACTIONS(1772), + [sym_number_literal] = ACTIONS(1774), + [anon_sym_L_SQUOTE] = ACTIONS(1774), + [anon_sym_u_SQUOTE] = ACTIONS(1774), + [anon_sym_U_SQUOTE] = ACTIONS(1774), + [anon_sym_u8_SQUOTE] = ACTIONS(1774), + [anon_sym_SQUOTE] = ACTIONS(1774), + [anon_sym_L_DQUOTE] = ACTIONS(1774), + [anon_sym_u_DQUOTE] = ACTIONS(1774), + [anon_sym_U_DQUOTE] = ACTIONS(1774), + [anon_sym_u8_DQUOTE] = ACTIONS(1774), + [anon_sym_DQUOTE] = ACTIONS(1774), + [sym_true] = ACTIONS(1772), + [sym_false] = ACTIONS(1772), + [sym_null] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_delete] = ACTIONS(1772), + [anon_sym_throw] = ACTIONS(1772), + [anon_sym_namespace] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_try] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [anon_sym_new] = ACTIONS(1772), + [sym_operator_name] = ACTIONS(1772), + [sym_this] = ACTIONS(1772), + [sym_nullptr] = ACTIONS(1772), + [sym_alone_macro] = ACTIONS(1774), + [aux_sym_alone_macro_call_token1] = ACTIONS(1772), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_FORWARD] = ACTIONS(1772), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1772), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_PS_GET] = ACTIONS(1772), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1772), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1772), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1772), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), + [sym_raw_string_literal] = ACTIONS(1774), + }, + [635] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1690), + [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_try] = ACTIONS(1688), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), + [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), + [sym_raw_string_literal] = ACTIONS(1690), + }, + [636] = { + [ts_builtin_sym_end] = ACTIONS(1726), + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_include_token1] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_BANG] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(1724), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_SEMI] = ACTIONS(1726), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym___cdecl] = ACTIONS(1724), + [anon_sym___clrcall] = ACTIONS(1724), + [anon_sym___stdcall] = ACTIONS(1724), + [anon_sym___fastcall] = ACTIONS(1724), + [anon_sym___thiscall] = ACTIONS(1724), + [anon_sym___vectorcall] = ACTIONS(1724), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_switch] = ACTIONS(1724), + [anon_sym_case] = ACTIONS(1724), + [anon_sym_default] = ACTIONS(1724), + [anon_sym_while] = ACTIONS(1724), + [anon_sym_do] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_DASH_DASH] = ACTIONS(1726), + [anon_sym_PLUS_PLUS] = ACTIONS(1726), + [anon_sym_sizeof] = ACTIONS(1724), + [sym_number_literal] = ACTIONS(1726), + [anon_sym_L_SQUOTE] = ACTIONS(1726), + [anon_sym_u_SQUOTE] = ACTIONS(1726), + [anon_sym_U_SQUOTE] = ACTIONS(1726), + [anon_sym_u8_SQUOTE] = ACTIONS(1726), + [anon_sym_SQUOTE] = ACTIONS(1726), + [anon_sym_L_DQUOTE] = ACTIONS(1726), + [anon_sym_u_DQUOTE] = ACTIONS(1726), + [anon_sym_U_DQUOTE] = ACTIONS(1726), + [anon_sym_u8_DQUOTE] = ACTIONS(1726), + [anon_sym_DQUOTE] = ACTIONS(1726), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_null] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_delete] = ACTIONS(1724), + [anon_sym_throw] = ACTIONS(1724), + [anon_sym_namespace] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_try] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [anon_sym_new] = ACTIONS(1724), + [sym_operator_name] = ACTIONS(1724), + [sym_this] = ACTIONS(1724), + [sym_nullptr] = ACTIONS(1724), + [sym_alone_macro] = ACTIONS(1726), + [aux_sym_alone_macro_call_token1] = ACTIONS(1724), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_FORWARD] = ACTIONS(1724), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1724), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_PS_GET] = ACTIONS(1724), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1724), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1724), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), + [sym_raw_string_literal] = ACTIONS(1726), + }, + [637] = { + [ts_builtin_sym_end] = ACTIONS(1790), + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_include_token1] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym___cdecl] = ACTIONS(1788), + [anon_sym___clrcall] = ACTIONS(1788), + [anon_sym___stdcall] = ACTIONS(1788), + [anon_sym___fastcall] = ACTIONS(1788), + [anon_sym___thiscall] = ACTIONS(1788), + [anon_sym___vectorcall] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_switch] = ACTIONS(1788), + [anon_sym_case] = ACTIONS(1788), + [anon_sym_default] = ACTIONS(1788), + [anon_sym_while] = ACTIONS(1788), + [anon_sym_do] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1790), + [anon_sym_PLUS_PLUS] = ACTIONS(1790), + [anon_sym_sizeof] = ACTIONS(1788), + [sym_number_literal] = ACTIONS(1790), + [anon_sym_L_SQUOTE] = ACTIONS(1790), + [anon_sym_u_SQUOTE] = ACTIONS(1790), + [anon_sym_U_SQUOTE] = ACTIONS(1790), + [anon_sym_u8_SQUOTE] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1790), + [anon_sym_L_DQUOTE] = ACTIONS(1790), + [anon_sym_u_DQUOTE] = ACTIONS(1790), + [anon_sym_U_DQUOTE] = ACTIONS(1790), + [anon_sym_u8_DQUOTE] = ACTIONS(1790), + [anon_sym_DQUOTE] = ACTIONS(1790), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_null] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_delete] = ACTIONS(1788), + [anon_sym_throw] = ACTIONS(1788), + [anon_sym_namespace] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_try] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [anon_sym_new] = ACTIONS(1788), + [sym_operator_name] = ACTIONS(1788), + [sym_this] = ACTIONS(1788), + [sym_nullptr] = ACTIONS(1788), + [sym_alone_macro] = ACTIONS(1790), + [aux_sym_alone_macro_call_token1] = ACTIONS(1788), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_FORWARD] = ACTIONS(1788), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1788), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_PS_GET] = ACTIONS(1788), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1788), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1788), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1788), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), + [sym_raw_string_literal] = ACTIONS(1790), + }, + [638] = { + [ts_builtin_sym_end] = ACTIONS(1786), + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_include_token1] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym___cdecl] = ACTIONS(1784), + [anon_sym___clrcall] = ACTIONS(1784), + [anon_sym___stdcall] = ACTIONS(1784), + [anon_sym___fastcall] = ACTIONS(1784), + [anon_sym___thiscall] = ACTIONS(1784), + [anon_sym___vectorcall] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_switch] = ACTIONS(1784), + [anon_sym_case] = ACTIONS(1784), + [anon_sym_default] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_do] = ACTIONS(1784), + [anon_sym_for] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_goto] = ACTIONS(1784), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_sizeof] = ACTIONS(1784), + [sym_number_literal] = ACTIONS(1786), + [anon_sym_L_SQUOTE] = ACTIONS(1786), + [anon_sym_u_SQUOTE] = ACTIONS(1786), + [anon_sym_U_SQUOTE] = ACTIONS(1786), + [anon_sym_u8_SQUOTE] = ACTIONS(1786), + [anon_sym_SQUOTE] = ACTIONS(1786), + [anon_sym_L_DQUOTE] = ACTIONS(1786), + [anon_sym_u_DQUOTE] = ACTIONS(1786), + [anon_sym_U_DQUOTE] = ACTIONS(1786), + [anon_sym_u8_DQUOTE] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym_true] = ACTIONS(1784), + [sym_false] = ACTIONS(1784), + [sym_null] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_delete] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_namespace] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [anon_sym_new] = ACTIONS(1784), + [sym_operator_name] = ACTIONS(1784), + [sym_this] = ACTIONS(1784), + [sym_nullptr] = ACTIONS(1784), + [sym_alone_macro] = ACTIONS(1786), + [aux_sym_alone_macro_call_token1] = ACTIONS(1784), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_FORWARD] = ACTIONS(1784), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1784), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_PS_GET] = ACTIONS(1784), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1784), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1784), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1784), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), + [sym_raw_string_literal] = ACTIONS(1786), + }, + [639] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1674), + [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_try] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [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), + [sym_raw_string_literal] = ACTIONS(1674), + }, + [640] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1686), + [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_try] = ACTIONS(1684), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), + [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), + [sym_raw_string_literal] = ACTIONS(1686), + }, + [641] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1666), + [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_try] = ACTIONS(1664), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), + [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), + [sym_raw_string_literal] = ACTIONS(1666), + }, + [642] = { + [ts_builtin_sym_end] = ACTIONS(1782), + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_include_token1] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym___cdecl] = ACTIONS(1780), + [anon_sym___clrcall] = ACTIONS(1780), + [anon_sym___stdcall] = ACTIONS(1780), + [anon_sym___fastcall] = ACTIONS(1780), + [anon_sym___thiscall] = ACTIONS(1780), + [anon_sym___vectorcall] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [anon_sym_if] = ACTIONS(1780), + [anon_sym_switch] = ACTIONS(1780), + [anon_sym_case] = ACTIONS(1780), + [anon_sym_default] = ACTIONS(1780), + [anon_sym_while] = ACTIONS(1780), + [anon_sym_do] = ACTIONS(1780), + [anon_sym_for] = ACTIONS(1780), + [anon_sym_return] = ACTIONS(1780), + [anon_sym_break] = ACTIONS(1780), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_sizeof] = ACTIONS(1780), + [sym_number_literal] = ACTIONS(1782), + [anon_sym_L_SQUOTE] = ACTIONS(1782), + [anon_sym_u_SQUOTE] = ACTIONS(1782), + [anon_sym_U_SQUOTE] = ACTIONS(1782), + [anon_sym_u8_SQUOTE] = ACTIONS(1782), + [anon_sym_SQUOTE] = ACTIONS(1782), + [anon_sym_L_DQUOTE] = ACTIONS(1782), + [anon_sym_u_DQUOTE] = ACTIONS(1782), + [anon_sym_U_DQUOTE] = ACTIONS(1782), + [anon_sym_u8_DQUOTE] = ACTIONS(1782), + [anon_sym_DQUOTE] = ACTIONS(1782), + [sym_true] = ACTIONS(1780), + [sym_false] = ACTIONS(1780), + [sym_null] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_delete] = ACTIONS(1780), + [anon_sym_throw] = ACTIONS(1780), + [anon_sym_namespace] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_try] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym_new] = ACTIONS(1780), + [sym_operator_name] = ACTIONS(1780), + [sym_this] = ACTIONS(1780), + [sym_nullptr] = ACTIONS(1780), + [sym_alone_macro] = ACTIONS(1782), + [aux_sym_alone_macro_call_token1] = ACTIONS(1780), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_FORWARD] = ACTIONS(1780), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1780), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_PS_GET] = ACTIONS(1780), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1780), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1780), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1780), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), + [sym_raw_string_literal] = ACTIONS(1782), + }, + [643] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), + }, + [644] = { + [sym_identifier] = ACTIONS(1732), + [aux_sym_preproc_include_token1] = ACTIONS(1732), + [aux_sym_preproc_def_token1] = ACTIONS(1732), + [aux_sym_preproc_if_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1732), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1732), + [sym_preproc_directive] = ACTIONS(1732), + [anon_sym_LPAREN2] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1734), + [anon_sym_TILDE] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_AMP] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_typedef] = ACTIONS(1732), + [anon_sym_extern] = ACTIONS(1732), + [anon_sym___attribute__] = ACTIONS(1732), + [anon_sym___declspec] = ACTIONS(1732), + [anon_sym___based] = ACTIONS(1732), + [anon_sym___cdecl] = ACTIONS(1732), + [anon_sym___clrcall] = ACTIONS(1732), + [anon_sym___stdcall] = ACTIONS(1732), + [anon_sym___fastcall] = ACTIONS(1732), + [anon_sym___thiscall] = ACTIONS(1732), + [anon_sym___vectorcall] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_static] = ACTIONS(1732), + [anon_sym_register] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_const] = ACTIONS(1732), + [anon_sym_volatile] = ACTIONS(1732), + [anon_sym_restrict] = ACTIONS(1732), + [anon_sym__Atomic] = ACTIONS(1732), + [anon_sym_mutable] = ACTIONS(1732), + [anon_sym_constexpr] = ACTIONS(1732), + [anon_sym_signed] = ACTIONS(1732), + [anon_sym_unsigned] = ACTIONS(1732), + [anon_sym_long] = ACTIONS(1732), + [anon_sym_short] = ACTIONS(1732), + [sym_primitive_type] = ACTIONS(1732), + [anon_sym_enum] = ACTIONS(1732), + [anon_sym_class] = ACTIONS(1732), + [anon_sym_struct] = ACTIONS(1732), + [anon_sym_union] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_switch] = ACTIONS(1732), + [anon_sym_case] = ACTIONS(1732), + [anon_sym_default] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_do] = ACTIONS(1732), + [anon_sym_for] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1732), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_sizeof] = ACTIONS(1732), + [sym_number_literal] = ACTIONS(1734), + [anon_sym_L_SQUOTE] = ACTIONS(1734), + [anon_sym_u_SQUOTE] = ACTIONS(1734), + [anon_sym_U_SQUOTE] = ACTIONS(1734), + [anon_sym_u8_SQUOTE] = ACTIONS(1734), + [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_L_DQUOTE] = ACTIONS(1734), + [anon_sym_u_DQUOTE] = ACTIONS(1734), + [anon_sym_U_DQUOTE] = ACTIONS(1734), + [anon_sym_u8_DQUOTE] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym_true] = ACTIONS(1732), + [sym_false] = ACTIONS(1732), + [sym_null] = ACTIONS(1732), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1732), + [anon_sym_virtual] = ACTIONS(1732), + [anon_sym_explicit] = ACTIONS(1732), + [sym_auto] = ACTIONS(1732), + [anon_sym_typename] = ACTIONS(1732), + [anon_sym_template] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_delete] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_namespace] = ACTIONS(1732), + [anon_sym_using] = ACTIONS(1732), + [anon_sym_static_assert] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1734), + [anon_sym_new] = ACTIONS(1732), + [sym_operator_name] = ACTIONS(1732), + [sym_this] = ACTIONS(1732), + [sym_nullptr] = ACTIONS(1732), + [sym_alone_macro] = ACTIONS(1734), + [aux_sym_alone_macro_call_token1] = ACTIONS(1732), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_FORWARD] = ACTIONS(1732), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1732), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_PS_GET] = ACTIONS(1732), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1732), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1732), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1732), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1732), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1732), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1732), + [anon_sym_MOZ_COLD] = ACTIONS(1732), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1732), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1732), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1732), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1732), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1732), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1732), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1732), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1732), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1732), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1732), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1732), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1732), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL] = ACTIONS(1732), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1732), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1732), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN] = ACTIONS(1732), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1732), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1732), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1732), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1732), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1732), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1732), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1732), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1732), + [anon_sym_MOZ_RAII] = ACTIONS(1732), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1732), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1732), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1732), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1732), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1732), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1732), + [sym_raw_string_literal] = ACTIONS(1734), + }, + [645] = { + [sym_identifier] = ACTIONS(1604), + [aux_sym_preproc_include_token1] = ACTIONS(1604), + [aux_sym_preproc_def_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token1] = ACTIONS(1604), + [aux_sym_preproc_if_token2] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1604), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1604), + [sym_preproc_directive] = ACTIONS(1604), + [anon_sym_LPAREN2] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_TILDE] = ACTIONS(1606), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_AMP] = ACTIONS(1604), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_typedef] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym___attribute__] = ACTIONS(1604), + [anon_sym___declspec] = ACTIONS(1604), + [anon_sym___based] = ACTIONS(1604), + [anon_sym___cdecl] = ACTIONS(1604), + [anon_sym___clrcall] = ACTIONS(1604), + [anon_sym___stdcall] = ACTIONS(1604), + [anon_sym___fastcall] = ACTIONS(1604), + [anon_sym___thiscall] = ACTIONS(1604), + [anon_sym___vectorcall] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_static] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_inline] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [anon_sym_volatile] = ACTIONS(1604), + [anon_sym_restrict] = ACTIONS(1604), + [anon_sym__Atomic] = ACTIONS(1604), + [anon_sym_mutable] = ACTIONS(1604), + [anon_sym_constexpr] = ACTIONS(1604), + [anon_sym_signed] = ACTIONS(1604), + [anon_sym_unsigned] = ACTIONS(1604), + [anon_sym_long] = ACTIONS(1604), + [anon_sym_short] = ACTIONS(1604), + [sym_primitive_type] = ACTIONS(1604), + [anon_sym_enum] = ACTIONS(1604), + [anon_sym_class] = ACTIONS(1604), + [anon_sym_struct] = ACTIONS(1604), + [anon_sym_union] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_switch] = ACTIONS(1604), + [anon_sym_case] = ACTIONS(1604), + [anon_sym_default] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_goto] = ACTIONS(1604), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_sizeof] = ACTIONS(1604), + [sym_number_literal] = ACTIONS(1606), + [anon_sym_L_SQUOTE] = ACTIONS(1606), + [anon_sym_u_SQUOTE] = ACTIONS(1606), + [anon_sym_U_SQUOTE] = ACTIONS(1606), + [anon_sym_u8_SQUOTE] = ACTIONS(1606), + [anon_sym_SQUOTE] = ACTIONS(1606), + [anon_sym_L_DQUOTE] = ACTIONS(1606), + [anon_sym_u_DQUOTE] = ACTIONS(1606), + [anon_sym_U_DQUOTE] = ACTIONS(1606), + [anon_sym_u8_DQUOTE] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1606), + [sym_true] = ACTIONS(1604), + [sym_false] = ACTIONS(1604), + [sym_null] = ACTIONS(1604), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1604), + [anon_sym_virtual] = ACTIONS(1604), + [anon_sym_explicit] = ACTIONS(1604), + [sym_auto] = ACTIONS(1604), + [anon_sym_typename] = ACTIONS(1604), + [anon_sym_template] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_operator] = ACTIONS(1604), + [anon_sym_delete] = ACTIONS(1604), + [anon_sym_throw] = ACTIONS(1604), + [anon_sym_namespace] = ACTIONS(1604), + [anon_sym_using] = ACTIONS(1604), + [anon_sym_static_assert] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1606), + [anon_sym_new] = ACTIONS(1604), + [sym_operator_name] = ACTIONS(1604), + [sym_this] = ACTIONS(1604), + [sym_nullptr] = ACTIONS(1604), + [sym_alone_macro] = ACTIONS(1606), + [aux_sym_alone_macro_call_token1] = ACTIONS(1604), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_FORWARD] = ACTIONS(1604), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1604), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_PS_GET] = ACTIONS(1604), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1604), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1604), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1604), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1604), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1604), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1604), + [anon_sym_MOZ_COLD] = ACTIONS(1604), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1604), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1604), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1604), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1604), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1604), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1604), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1604), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1604), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1604), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1604), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1604), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1604), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL] = ACTIONS(1604), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1604), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1604), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN] = ACTIONS(1604), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1604), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1604), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1604), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1604), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1604), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1604), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1604), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1604), + [anon_sym_MOZ_RAII] = ACTIONS(1604), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1604), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1604), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1604), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1604), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1604), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1604), + [sym_raw_string_literal] = ACTIONS(1606), + }, + [646] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1678), + [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_try] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [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), + [sym_raw_string_literal] = ACTIONS(1678), + }, + [647] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1702), + [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_try] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [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), + [sym_raw_string_literal] = ACTIONS(1702), + }, + [648] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1658), + [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_try] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [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), + [sym_raw_string_literal] = ACTIONS(1658), + }, + [649] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1666), + [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_try] = ACTIONS(1664), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), + [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), + [sym_raw_string_literal] = ACTIONS(1666), + }, + [650] = { + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_include_token1] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_BANG] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_DASH] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(1724), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_SEMI] = ACTIONS(1726), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym___cdecl] = ACTIONS(1724), + [anon_sym___clrcall] = ACTIONS(1724), + [anon_sym___stdcall] = ACTIONS(1724), + [anon_sym___fastcall] = ACTIONS(1724), + [anon_sym___thiscall] = ACTIONS(1724), + [anon_sym___vectorcall] = ACTIONS(1724), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_RBRACE] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_switch] = ACTIONS(1724), + [anon_sym_case] = ACTIONS(1724), + [anon_sym_default] = ACTIONS(1724), + [anon_sym_while] = ACTIONS(1724), + [anon_sym_do] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_DASH_DASH] = ACTIONS(1726), + [anon_sym_PLUS_PLUS] = ACTIONS(1726), + [anon_sym_sizeof] = ACTIONS(1724), + [sym_number_literal] = ACTIONS(1726), + [anon_sym_L_SQUOTE] = ACTIONS(1726), + [anon_sym_u_SQUOTE] = ACTIONS(1726), + [anon_sym_U_SQUOTE] = ACTIONS(1726), + [anon_sym_u8_SQUOTE] = ACTIONS(1726), + [anon_sym_SQUOTE] = ACTIONS(1726), + [anon_sym_L_DQUOTE] = ACTIONS(1726), + [anon_sym_u_DQUOTE] = ACTIONS(1726), + [anon_sym_U_DQUOTE] = ACTIONS(1726), + [anon_sym_u8_DQUOTE] = ACTIONS(1726), + [anon_sym_DQUOTE] = ACTIONS(1726), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_null] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_delete] = ACTIONS(1724), + [anon_sym_throw] = ACTIONS(1724), + [anon_sym_namespace] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_try] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [anon_sym_new] = ACTIONS(1724), + [sym_operator_name] = ACTIONS(1724), + [sym_this] = ACTIONS(1724), + [sym_nullptr] = ACTIONS(1724), + [sym_alone_macro] = ACTIONS(1726), + [aux_sym_alone_macro_call_token1] = ACTIONS(1724), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_FORWARD] = ACTIONS(1724), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1724), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_PS_GET] = ACTIONS(1724), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1724), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1724), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1724), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), + [sym_raw_string_literal] = ACTIONS(1726), + }, + [651] = { + [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___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_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_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_COLON_COLON] = ACTIONS(1650), + [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_try] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), + [sym_raw_string_literal] = ACTIONS(1650), + }, + [652] = { + [sym_preproc_def] = STATE(660), + [sym_preproc_function_def] = STATE(660), + [sym_preproc_call] = STATE(660), + [sym_preproc_if_in_field_declaration_list] = STATE(660), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(660), + [sym_preproc_else_in_field_declaration_list] = STATE(5332), + [sym_preproc_elif_in_field_declaration_list] = STATE(5332), + [sym_type_definition] = STATE(660), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(660), + [sym_field_declaration] = STATE(660), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(660), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(660), + [aux_sym__constructor_specifiers] = STATE(1389), + [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_friend_declaration] = STATE(660), + [sym_access_specifier] = STATE(660), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(660), + [sym_alias_declaration] = STATE(660), + [sym_static_assert_declaration] = STATE(660), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(660), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(660), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1830), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -144937,7 +151218,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -144945,147 +151226,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(2146), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2150), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [684] = { - [sym_function_definition] = STATE(542), - [sym_declaration] = STATE(542), - [sym__declaration_specifiers] = STATE(3575), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1406), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3981), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1501), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(542), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1385), - [sym_explicit_function_specifier] = STATE(1385), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(542), - [sym_operator_cast] = STATE(4136), - [aux_sym__constructor_specifiers] = STATE(1385), - [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_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(542), - [sym_attribute] = STATE(904), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(904), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [653] = { + [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_preproc_else_in_field_declaration_list] = STATE(5485), + [sym_preproc_elif_in_field_declaration_list] = STATE(5485), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1870), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145100,7 +151403,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145108,147 +151411,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(2152), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2154), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [685] = { - [sym_function_definition] = STATE(281), - [sym_declaration] = STATE(281), - [sym__declaration_specifiers] = STATE(3581), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1392), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3996), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1497), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(281), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1381), - [sym_explicit_function_specifier] = STATE(1381), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(281), - [sym_operator_cast] = STATE(4217), - [aux_sym__constructor_specifiers] = STATE(1381), - [sym_operator_cast_definition] = STATE(281), - [sym_operator_cast_declaration] = STATE(281), - [sym_constructor_or_destructor_definition] = STATE(281), - [sym_constructor_or_destructor_declaration] = STATE(281), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(281), - [sym_attribute] = STATE(901), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [654] = { + [sym_preproc_def] = STATE(657), + [sym_preproc_function_def] = STATE(657), + [sym_preproc_call] = STATE(657), + [sym_preproc_if_in_field_declaration_list] = STATE(657), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(657), + [sym_preproc_else_in_field_declaration_list] = STATE(5221), + [sym_preproc_elif_in_field_declaration_list] = STATE(5221), + [sym_type_definition] = STATE(657), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(657), + [sym_field_declaration] = STATE(657), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(657), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(657), + [aux_sym__constructor_specifiers] = STATE(1389), + [sym_operator_cast_definition] = STATE(657), + [sym_operator_cast_declaration] = STATE(657), + [sym_constructor_or_destructor_definition] = STATE(657), + [sym_constructor_or_destructor_declaration] = STATE(657), + [sym_friend_declaration] = STATE(657), + [sym_access_specifier] = STATE(657), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(657), + [sym_alias_declaration] = STATE(657), + [sym_static_assert_declaration] = STATE(657), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(657), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(657), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145263,7 +151588,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145271,147 +151596,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(2156), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2158), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [686] = { - [sym_function_definition] = STATE(911), - [sym_declaration] = STATE(911), - [sym__declaration_specifiers] = STATE(3579), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1396), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3969), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1493), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(911), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1388), - [sym_explicit_function_specifier] = STATE(1388), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(911), - [sym_operator_cast] = STATE(4175), - [aux_sym__constructor_specifiers] = STATE(1388), - [sym_operator_cast_definition] = STATE(911), - [sym_operator_cast_declaration] = STATE(911), - [sym_constructor_or_destructor_definition] = STATE(911), - [sym_constructor_or_destructor_declaration] = STATE(911), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(911), - [sym_attribute] = STATE(979), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(979), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [655] = { + [sym_preproc_def] = STATE(659), + [sym_preproc_function_def] = STATE(659), + [sym_preproc_call] = STATE(659), + [sym_preproc_if_in_field_declaration_list] = STATE(659), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(659), + [sym_preproc_else_in_field_declaration_list] = STATE(5159), + [sym_preproc_elif_in_field_declaration_list] = STATE(5159), + [sym_type_definition] = STATE(659), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(659), + [sym_field_declaration] = STATE(659), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(659), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(659), + [aux_sym__constructor_specifiers] = STATE(1389), + [sym_operator_cast_definition] = STATE(659), + [sym_operator_cast_declaration] = STATE(659), + [sym_constructor_or_destructor_definition] = STATE(659), + [sym_constructor_or_destructor_declaration] = STATE(659), + [sym_friend_declaration] = STATE(659), + [sym_access_specifier] = STATE(659), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(659), + [sym_alias_declaration] = STATE(659), + [sym_static_assert_declaration] = STATE(659), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(659), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(659), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1874), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145426,7 +151773,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145434,147 +151781,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1388), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2160), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [687] = { - [sym_function_definition] = STATE(1141), - [sym_declaration] = STATE(1141), - [sym__declaration_specifiers] = STATE(3593), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1408), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3953), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1496), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(1141), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1376), - [sym_explicit_function_specifier] = STATE(1376), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(1141), - [sym_operator_cast] = STATE(4178), - [aux_sym__constructor_specifiers] = STATE(1376), - [sym_operator_cast_definition] = STATE(1141), - [sym_operator_cast_declaration] = STATE(1141), - [sym_constructor_or_destructor_definition] = STATE(1141), - [sym_constructor_or_destructor_declaration] = STATE(1141), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(1141), - [sym_attribute] = STATE(998), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(998), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [656] = { + [sym_preproc_def] = STATE(662), + [sym_preproc_function_def] = STATE(662), + [sym_preproc_call] = STATE(662), + [sym_preproc_if_in_field_declaration_list] = STATE(662), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(662), + [sym_preproc_else_in_field_declaration_list] = STATE(5510), + [sym_preproc_elif_in_field_declaration_list] = STATE(5510), + [sym_type_definition] = STATE(662), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(662), + [sym_field_declaration] = STATE(662), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(662), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(662), + [aux_sym__constructor_specifiers] = STATE(1389), + [sym_operator_cast_definition] = STATE(662), + [sym_operator_cast_declaration] = STATE(662), + [sym_constructor_or_destructor_definition] = STATE(662), + [sym_constructor_or_destructor_declaration] = STATE(662), + [sym_friend_declaration] = STATE(662), + [sym_access_specifier] = STATE(662), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(662), + [sym_alias_declaration] = STATE(662), + [sym_static_assert_declaration] = STATE(662), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(662), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(662), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1876), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145589,7 +151958,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145597,147 +151966,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1580), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2162), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [688] = { - [sym_function_definition] = STATE(662), - [sym_declaration] = STATE(662), - [sym__declaration_specifiers] = STATE(3565), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1389), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3980), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1499), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(662), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1383), - [sym_explicit_function_specifier] = STATE(1383), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(662), - [sym_operator_cast] = STATE(4163), - [aux_sym__constructor_specifiers] = STATE(1383), - [sym_operator_cast_definition] = STATE(662), - [sym_operator_cast_declaration] = STATE(662), - [sym_constructor_or_destructor_definition] = STATE(662), - [sym_constructor_or_destructor_declaration] = STATE(662), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(662), - [sym_attribute] = STATE(872), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [657] = { + [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_preproc_else_in_field_declaration_list] = STATE(5326), + [sym_preproc_elif_in_field_declaration_list] = STATE(5326), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1878), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145752,7 +152143,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145760,147 +152151,169 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(2164), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2166), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [689] = { - [sym_function_definition] = STATE(1176), - [sym_declaration] = STATE(1176), - [sym__declaration_specifiers] = STATE(3580), - [sym_attribute_specifier] = STATE(1422), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_call_modifier] = STATE(1399), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3959), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1422), - [sym_type_qualifier] = STATE(1422), - [sym__type_specifier] = STATE(1494), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__empty_declaration] = STATE(1176), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1386), - [sym_explicit_function_specifier] = STATE(1386), - [sym_dependent_type] = STATE(961), - [sym_template_declaration] = STATE(1176), - [sym_operator_cast] = STATE(4179), - [aux_sym__constructor_specifiers] = STATE(1386), - [sym_operator_cast_definition] = STATE(1176), - [sym_operator_cast_declaration] = STATE(1176), - [sym_constructor_or_destructor_definition] = STATE(1176), - [sym_constructor_or_destructor_declaration] = STATE(1176), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1679), - [sym_template_function] = STATE(4034), - [sym_alias_declaration] = STATE(1176), - [sym_attribute] = STATE(935), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5233), - [sym_macro_annotation] = STATE(1403), - [aux_sym_function_definition_repeat1] = STATE(935), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2144), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [658] = { + [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_preproc_else_in_field_declaration_list] = STATE(5271), + [sym_preproc_elif_in_field_declaration_list] = STATE(5271), + [sym_type_definition] = STATE(663), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(663), + [sym_field_declaration] = STATE(663), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(663), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(663), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(663), + [sym_alias_declaration] = STATE(663), + [sym_static_assert_declaration] = STATE(663), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(663), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(663), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1880), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1850), [anon_sym_static] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), [anon_sym_inline] = ACTIONS(51), @@ -145915,7 +152328,7 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), @@ -145923,14327 +152336,4536 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [anon_sym_virtual] = ACTIONS(103), [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1556), - [anon_sym_COLON_COLON] = ACTIONS(2148), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), [anon_sym_operator] = ACTIONS(115), - [anon_sym_using] = ACTIONS(2168), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [690] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4479), - [sym__abstract_declarator] = STATE(4473), - [sym_parenthesized_declarator] = STATE(4034), - [sym_abstract_parenthesized_declarator] = STATE(3690), - [sym_pointer_declarator] = STATE(4034), - [sym_abstract_pointer_declarator] = STATE(3690), - [sym_function_declarator] = STATE(4034), - [sym_abstract_function_declarator] = STATE(3690), - [sym_array_declarator] = STATE(4034), - [sym_abstract_array_declarator] = STATE(3690), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_list] = STATE(3661), - [sym_parameter_declaration] = STATE(4641), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4641), - [sym_variadic_parameter_declaration] = STATE(4641), - [sym_reference_declarator] = STATE(4034), - [sym_abstract_reference_declarator] = STATE(3690), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1518), - [sym_template_function] = STATE(4034), - [sym_attribute] = STATE(1364), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5116), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1684), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_LPAREN2] = ACTIONS(2174), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(2176), - [anon_sym_AMP_AMP] = ACTIONS(2178), - [anon_sym_AMP] = ACTIONS(2180), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [659] = { + [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_preproc_else_in_field_declaration_list] = STATE(5296), + [sym_preproc_elif_in_field_declaration_list] = STATE(5296), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1882), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2182), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2184), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [691] = { - [sym_catch_clause] = STATE(692), - [aux_sym_try_statement_repeat1] = STATE(692), - [sym_identifier] = 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] = ACTIONS(1716), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1714), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_delete] = ACTIONS(1714), - [anon_sym_catch] = ACTIONS(2186), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym_new] = ACTIONS(1714), - [sym_this] = ACTIONS(1714), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1716), - }, - [692] = { - [sym_catch_clause] = STATE(692), - [aux_sym_try_statement_repeat1] = STATE(692), - [sym_identifier] = ACTIONS(1720), - [anon_sym_LPAREN2] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym___attribute__] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_static] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_inline] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_volatile] = ACTIONS(1720), - [anon_sym_restrict] = ACTIONS(1720), - [anon_sym__Atomic] = ACTIONS(1720), - [anon_sym_mutable] = ACTIONS(1720), - [anon_sym_constexpr] = ACTIONS(1720), - [anon_sym_signed] = ACTIONS(1720), - [anon_sym_unsigned] = ACTIONS(1720), - [anon_sym_long] = ACTIONS(1720), - [anon_sym_short] = ACTIONS(1720), - [sym_primitive_type] = ACTIONS(1720), - [anon_sym_enum] = ACTIONS(1720), - [anon_sym_class] = ACTIONS(1720), - [anon_sym_struct] = ACTIONS(1720), - [anon_sym_union] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_else] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_goto] = ACTIONS(1720), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_sizeof] = ACTIONS(1720), - [sym_number_literal] = ACTIONS(1722), - [anon_sym_L_SQUOTE] = ACTIONS(1722), - [anon_sym_u_SQUOTE] = ACTIONS(1722), - [anon_sym_U_SQUOTE] = ACTIONS(1722), - [anon_sym_u8_SQUOTE] = ACTIONS(1722), - [anon_sym_SQUOTE] = ACTIONS(1722), - [anon_sym_L_DQUOTE] = ACTIONS(1722), - [anon_sym_u_DQUOTE] = ACTIONS(1722), - [anon_sym_U_DQUOTE] = ACTIONS(1722), - [anon_sym_u8_DQUOTE] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1722), - [sym_true] = ACTIONS(1720), - [sym_false] = ACTIONS(1720), - [sym_null] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1720), - [sym_auto] = ACTIONS(1720), - [anon_sym_typename] = ACTIONS(1720), - [anon_sym_COLON_COLON] = ACTIONS(1722), - [anon_sym_delete] = ACTIONS(1720), - [anon_sym_catch] = ACTIONS(2188), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1720), - [sym_this] = ACTIONS(1720), - [sym_nullptr] = ACTIONS(1720), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), - [anon_sym_MOZ_COLD] = ACTIONS(1720), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL] = ACTIONS(1720), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN] = ACTIONS(1720), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), - [anon_sym_MOZ_RAII] = ACTIONS(1720), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), - [sym_raw_string_literal] = ACTIONS(1722), - }, - [693] = { - [sym_identifier] = 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] = ACTIONS(1744), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1742), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_delete] = ACTIONS(1742), - [anon_sym_catch] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym_new] = ACTIONS(1742), - [sym_this] = ACTIONS(1742), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1744), - }, - [694] = { - [sym_identifier] = 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] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1752), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1750), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_delete] = ACTIONS(1750), - [anon_sym_catch] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [anon_sym_new] = ACTIONS(1750), - [sym_this] = ACTIONS(1750), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [695] = { - [sym_identifier] = 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] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_typedef] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym___attribute__] = ACTIONS(1735), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1735), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1735), - [anon_sym_typename] = ACTIONS(1735), - [anon_sym_COLON_COLON] = ACTIONS(1737), - [anon_sym_delete] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [anon_sym_new] = ACTIONS(1735), - [sym_this] = ACTIONS(1735), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1737), - }, - [696] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [697] = { - [sym_identifier] = 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] = ACTIONS(1784), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1782), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym_new] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1784), - }, - [698] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [699] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [700] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [701] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [702] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [703] = { - [sym_identifier] = 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] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1802), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_delete] = ACTIONS(1802), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym_new] = ACTIONS(1802), - [sym_this] = ACTIONS(1802), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1804), - }, - [704] = { - [sym_identifier] = 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] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1806), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_delete] = ACTIONS(1806), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym_new] = ACTIONS(1806), - [sym_this] = ACTIONS(1806), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1808), - }, - [705] = { - [sym_identifier] = 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] = ACTIONS(1816), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1814), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_delete] = ACTIONS(1814), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym_new] = ACTIONS(1814), - [sym_this] = ACTIONS(1814), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1816), - }, - [706] = { - [sym_identifier] = 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] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1798), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_delete] = ACTIONS(1798), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym_new] = ACTIONS(1798), - [sym_this] = ACTIONS(1798), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1800), - }, - [707] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [708] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [709] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [710] = { - [sym_identifier] = 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] = ACTIONS(1792), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym___declspec] = 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_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_else] = ACTIONS(2191), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_delete] = ACTIONS(1790), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym_new] = ACTIONS(1790), - [sym_this] = ACTIONS(1790), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1792), - }, - [711] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [712] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [713] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [714] = { - [sym_identifier] = 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] = ACTIONS(1868), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1866), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym_new] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1868), - }, - [715] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [716] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [717] = { - [sym_identifier] = 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] = ACTIONS(1868), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1866), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym_new] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1868), - }, - [718] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [719] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [720] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [721] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [722] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [723] = { - [sym_identifier] = 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] = ACTIONS(1812), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1810), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_delete] = ACTIONS(1810), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym_new] = ACTIONS(1810), - [sym_this] = ACTIONS(1810), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1812), - }, - [724] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [725] = { - [sym_identifier] = ACTIONS(1838), + [660] = { + [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_preproc_else_in_field_declaration_list] = STATE(5445), + [sym_preproc_elif_in_field_declaration_list] = STATE(5445), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1884), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [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] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_typedef] = ACTIONS(1838), - [anon_sym_extern] = ACTIONS(1838), - [anon_sym___attribute__] = ACTIONS(1838), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1838), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1838), - [anon_sym_typename] = ACTIONS(1838), - [anon_sym_COLON_COLON] = ACTIONS(1840), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [anon_sym_new] = ACTIONS(1838), - [sym_this] = ACTIONS(1838), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1840), - }, - [726] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [727] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [728] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [729] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [730] = { - [sym_identifier] = 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] = ACTIONS(1784), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1782), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym_new] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1784), - }, - [731] = { - [sym_identifier] = 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] = ACTIONS(1828), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_typedef] = ACTIONS(1826), - [anon_sym_extern] = ACTIONS(1826), - [anon_sym___attribute__] = ACTIONS(1826), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1826), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1826), - [anon_sym_typename] = ACTIONS(1826), - [anon_sym_COLON_COLON] = ACTIONS(1828), - [anon_sym_delete] = ACTIONS(1826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [anon_sym_new] = ACTIONS(1826), - [sym_this] = ACTIONS(1826), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1828), - }, - [732] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [733] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [734] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [735] = { - [sym_identifier] = 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] = ACTIONS(1848), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym___attribute__] = ACTIONS(1846), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1846), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1846), - [anon_sym_typename] = ACTIONS(1846), - [anon_sym_COLON_COLON] = ACTIONS(1848), - [anon_sym_delete] = ACTIONS(1846), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [anon_sym_new] = ACTIONS(1846), - [sym_this] = ACTIONS(1846), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1848), - }, - [736] = { - [sym_identifier] = 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] = ACTIONS(1856), - [anon_sym_SEMI] = ACTIONS(1856), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1854), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_delete] = ACTIONS(1854), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym_new] = ACTIONS(1854), - [sym_this] = ACTIONS(1854), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1856), - }, - [737] = { - [sym_identifier] = 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] = ACTIONS(1864), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1862), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_delete] = ACTIONS(1862), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym_new] = ACTIONS(1862), - [sym_this] = ACTIONS(1862), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1864), - }, - [738] = { - [sym_identifier] = 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] = ACTIONS(1904), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1902), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_delete] = ACTIONS(1902), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1902), - [sym_this] = ACTIONS(1902), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1904), - }, - [739] = { - [sym_identifier] = 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] = ACTIONS(1908), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1906), - [anon_sym_extern] = ACTIONS(1906), - [anon_sym___attribute__] = ACTIONS(1906), - [anon_sym___declspec] = 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_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_else] = ACTIONS(2193), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1906), - [anon_sym_typename] = ACTIONS(1906), - [anon_sym_COLON_COLON] = ACTIONS(1908), - [anon_sym_delete] = ACTIONS(1906), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [anon_sym_new] = ACTIONS(1906), - [sym_this] = ACTIONS(1906), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1908), - }, - [740] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [741] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [742] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [743] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [744] = { - [sym_identifier] = 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] = ACTIONS(1756), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1754), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym_new] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [745] = { - [sym_identifier] = 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] = ACTIONS(1820), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1818), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_delete] = ACTIONS(1818), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym_new] = ACTIONS(1818), - [sym_this] = ACTIONS(1818), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1820), - }, - [746] = { - [sym_identifier] = 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] = ACTIONS(1836), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_typedef] = ACTIONS(1834), - [anon_sym_extern] = ACTIONS(1834), - [anon_sym___attribute__] = ACTIONS(1834), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1834), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1834), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_COLON_COLON] = ACTIONS(1836), - [anon_sym_delete] = ACTIONS(1834), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [anon_sym_new] = ACTIONS(1834), - [sym_this] = ACTIONS(1834), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1836), - }, - [747] = { - [sym_identifier] = 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] = ACTIONS(1876), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1874), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_delete] = ACTIONS(1874), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym_new] = ACTIONS(1874), - [sym_this] = ACTIONS(1874), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1876), - }, - [748] = { - [sym_identifier] = 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] = ACTIONS(1880), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_typedef] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1878), - [anon_sym___attribute__] = ACTIONS(1878), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1878), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1878), - [anon_sym_typename] = ACTIONS(1878), - [anon_sym_COLON_COLON] = ACTIONS(1880), - [anon_sym_delete] = ACTIONS(1878), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [anon_sym_new] = ACTIONS(1878), - [sym_this] = ACTIONS(1878), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1880), - }, - [749] = { - [sym_identifier] = 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] = ACTIONS(1884), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym___attribute__] = ACTIONS(1882), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1882), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1882), - [anon_sym_typename] = ACTIONS(1882), - [anon_sym_COLON_COLON] = ACTIONS(1884), - [anon_sym_delete] = ACTIONS(1882), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [anon_sym_new] = ACTIONS(1882), - [sym_this] = ACTIONS(1882), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1884), - }, - [750] = { - [sym_identifier] = 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] = ACTIONS(1892), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1890), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_delete] = ACTIONS(1890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym_new] = ACTIONS(1890), - [sym_this] = ACTIONS(1890), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1892), - }, - [751] = { - [sym_identifier] = 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] = ACTIONS(1900), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_typedef] = ACTIONS(1898), - [anon_sym_extern] = ACTIONS(1898), - [anon_sym___attribute__] = ACTIONS(1898), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1898), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1898), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_COLON_COLON] = ACTIONS(1900), - [anon_sym_delete] = ACTIONS(1898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [anon_sym_new] = ACTIONS(1898), - [sym_this] = ACTIONS(1898), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1900), - }, - [752] = { - [sym_identifier] = 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] = ACTIONS(1872), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1870), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_delete] = ACTIONS(1870), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym_new] = ACTIONS(1870), - [sym_this] = ACTIONS(1870), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1872), - }, - [753] = { - [sym_identifier] = 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] = ACTIONS(1824), - [anon_sym_SEMI] = ACTIONS(1824), - [anon_sym_typedef] = ACTIONS(1822), - [anon_sym_extern] = ACTIONS(1822), - [anon_sym___attribute__] = ACTIONS(1822), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1822), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1822), - [anon_sym_typename] = ACTIONS(1822), - [anon_sym_COLON_COLON] = ACTIONS(1824), - [anon_sym_delete] = ACTIONS(1822), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [anon_sym_new] = ACTIONS(1822), - [sym_this] = ACTIONS(1822), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1824), - }, - [754] = { - [sym_identifier] = 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] = ACTIONS(1896), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1894), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_delete] = ACTIONS(1894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym_new] = ACTIONS(1894), - [sym_this] = ACTIONS(1894), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1896), - }, - [755] = { - [sym_identifier] = 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] = ACTIONS(1760), - [anon_sym_SEMI] = ACTIONS(1760), - [anon_sym_typedef] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym___attribute__] = ACTIONS(1758), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1758), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1758), - [anon_sym_typename] = ACTIONS(1758), - [anon_sym_COLON_COLON] = ACTIONS(1760), - [anon_sym_delete] = ACTIONS(1758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [anon_sym_new] = ACTIONS(1758), - [sym_this] = ACTIONS(1758), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1760), - }, - [756] = { - [sym_identifier] = 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] = ACTIONS(1888), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1886), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_delete] = ACTIONS(1886), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym_new] = ACTIONS(1886), - [sym_this] = ACTIONS(1886), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1888), - }, - [757] = { - [sym_identifier] = 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] = ACTIONS(1832), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1830), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym_new] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1832), - }, - [758] = { - [sym_identifier] = 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] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1764), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1762), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_delete] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym_new] = ACTIONS(1762), - [sym_this] = ACTIONS(1762), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1764), - }, - [759] = { - [sym_identifier] = 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] = ACTIONS(1780), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1778), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym_new] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1780), - }, - [760] = { - [sym_identifier] = 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] = ACTIONS(1780), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1778), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym_new] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1780), - }, - [761] = { - [sym_identifier] = 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] = ACTIONS(1832), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1830), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym_new] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1832), - }, - [762] = { - [sym_identifier] = 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] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1786), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_delete] = ACTIONS(1786), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym_new] = ACTIONS(1786), - [sym_this] = ACTIONS(1786), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1788), - }, - [763] = { - [sym_identifier] = 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] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1776), - [anon_sym_typedef] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym___attribute__] = ACTIONS(1774), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1774), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1774), - [anon_sym_typename] = ACTIONS(1774), - [anon_sym_COLON_COLON] = ACTIONS(1776), - [anon_sym_delete] = ACTIONS(1774), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [anon_sym_new] = ACTIONS(1774), - [sym_this] = ACTIONS(1774), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1776), - }, - [764] = { - [sym_identifier] = 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] = ACTIONS(1772), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_typedef] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1770), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1770), - [anon_sym_typename] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_delete] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym_new] = ACTIONS(1770), - [sym_this] = ACTIONS(1770), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1772), - }, - [765] = { - [sym_identifier] = 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] = ACTIONS(1768), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1766), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_delete] = ACTIONS(1766), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym_new] = ACTIONS(1766), - [sym_this] = ACTIONS(1766), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1768), - }, - [766] = { - [sym_identifier] = 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] = ACTIONS(1852), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1850), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_delete] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym_new] = ACTIONS(1850), - [sym_this] = ACTIONS(1850), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1852), - }, - [767] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1842), [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1844), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1842), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_delete] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym_new] = ACTIONS(1842), - [sym_this] = ACTIONS(1842), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1844), - }, - [768] = { - [sym_identifier] = 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] = ACTIONS(1860), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym___declspec] = 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_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_else] = ACTIONS(1858), - [anon_sym_switch] = 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), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_delete] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym_new] = ACTIONS(1858), - [sym_this] = ACTIONS(1858), - [sym_nullptr] = 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), - [sym_raw_string_literal] = ACTIONS(1860), - }, - [769] = { - [sym__declaration_specifiers] = STATE(3603), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4393), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_parameter_list] = STATE(685), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1518), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5116), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2170), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2184), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [770] = { - [sym__declaration_specifiers] = STATE(3616), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4357), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_parameter_list] = STATE(683), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1518), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5116), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2170), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [661] = { + [sym_preproc_def] = STATE(665), + [sym_preproc_function_def] = STATE(665), + [sym_preproc_call] = STATE(665), + [sym_preproc_if_in_field_declaration_list] = STATE(665), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(665), + [sym_preproc_else_in_field_declaration_list] = STATE(5601), + [sym_preproc_elif_in_field_declaration_list] = STATE(5601), + [sym_type_definition] = STATE(665), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(665), + [sym_field_declaration] = STATE(665), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(665), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(665), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(665), + [sym_alias_declaration] = STATE(665), + [sym_static_assert_declaration] = STATE(665), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(665), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1886), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2184), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [771] = { - [sym__declaration_specifiers] = STATE(3627), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4384), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_parameter_list] = STATE(684), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1518), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5116), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2170), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [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_preproc_else_in_field_declaration_list] = STATE(5268), + [sym_preproc_elif_in_field_declaration_list] = STATE(5268), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1888), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2184), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [772] = { - [sym__declaration_specifiers] = STATE(3617), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4414), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_parameter_list] = STATE(688), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(1518), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5116), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2170), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), + [663] = { + [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_preproc_else_in_field_declaration_list] = STATE(5435), + [sym_preproc_elif_in_field_declaration_list] = STATE(5435), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1890), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2184), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [773] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym__abstract_declarator] = STATE(4473), - [sym_abstract_parenthesized_declarator] = STATE(3690), - [sym_abstract_pointer_declarator] = STATE(3690), - [sym_abstract_function_declarator] = STATE(3690), - [sym_abstract_array_declarator] = STATE(3690), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_list] = STATE(3661), - [sym_parameter_declaration] = STATE(4548), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4548), - [sym_variadic_parameter_declaration] = STATE(4548), - [sym_abstract_reference_declarator] = STATE(3690), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1364), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1692), - [anon_sym_RPAREN] = ACTIONS(2201), - [anon_sym_LPAREN2] = ACTIONS(2203), - [anon_sym_STAR] = ACTIONS(2205), - [anon_sym_AMP_AMP] = ACTIONS(2207), - [anon_sym_AMP] = ACTIONS(2209), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [664] = { + [sym_preproc_def] = STATE(653), + [sym_preproc_function_def] = STATE(653), + [sym_preproc_call] = STATE(653), + [sym_preproc_if_in_field_declaration_list] = STATE(653), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(653), + [sym_preproc_else_in_field_declaration_list] = STATE(5384), + [sym_preproc_elif_in_field_declaration_list] = STATE(5384), + [sym_type_definition] = STATE(653), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(653), + [sym_field_declaration] = STATE(653), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(653), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(653), + [aux_sym__constructor_specifiers] = STATE(1389), + [sym_operator_cast_definition] = STATE(653), + [sym_operator_cast_declaration] = STATE(653), + [sym_constructor_or_destructor_definition] = STATE(653), + [sym_constructor_or_destructor_declaration] = STATE(653), + [sym_friend_declaration] = STATE(653), + [sym_access_specifier] = STATE(653), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(653), + [sym_alias_declaration] = STATE(653), + [sym_static_assert_declaration] = STATE(653), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(653), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(653), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1892), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2211), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [774] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym__abstract_declarator] = STATE(4473), - [sym_abstract_parenthesized_declarator] = STATE(3690), - [sym_abstract_pointer_declarator] = STATE(3690), - [sym_abstract_function_declarator] = STATE(3690), - [sym_abstract_array_declarator] = STATE(3690), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_list] = STATE(3661), - [sym_parameter_declaration] = STATE(4641), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4641), - [sym_variadic_parameter_declaration] = STATE(4641), - [sym_abstract_reference_declarator] = STATE(3690), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1364), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1684), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_LPAREN2] = ACTIONS(2203), - [anon_sym_STAR] = ACTIONS(2205), - [anon_sym_AMP_AMP] = ACTIONS(2207), - [anon_sym_AMP] = ACTIONS(2209), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [665] = { + [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_preproc_else_in_field_declaration_list] = STATE(5336), + [sym_preproc_elif_in_field_declaration_list] = STATE(5336), + [sym_type_definition] = STATE(666), + [sym__declaration_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(1826), + [aux_sym_preproc_if_token1] = ACTIONS(1828), + [aux_sym_preproc_if_token2] = ACTIONS(1894), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1832), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1832), + [aux_sym_preproc_else_token1] = ACTIONS(1834), + [aux_sym_preproc_elif_token1] = ACTIONS(1836), + [sym_preproc_directive] = ACTIONS(1838), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2211), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(1854), + [anon_sym_private] = ACTIONS(1854), + [anon_sym_protected] = ACTIONS(1854), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(1862), + [anon_sym_using] = ACTIONS(1864), + [anon_sym_static_assert] = ACTIONS(1866), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1868), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [775] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1370), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(2217), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2238), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2242), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [666] = { + [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_specifiers] = STATE(3543), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(666), + [sym_field_declaration] = STATE(666), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(809), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(666), + [sym_operator_cast] = STATE(4224), + [sym_inline_method_definition] = STATE(666), + [aux_sym__constructor_specifiers] = STATE(1389), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(666), + [sym_alias_declaration] = STATE(666), + [sym_static_assert_declaration] = STATE(666), + [sym_attribute] = STATE(1361), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(666), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), + [aux_sym_function_definition_repeat1] = STATE(1361), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1896), + [aux_sym_preproc_def_token1] = ACTIONS(1899), + [aux_sym_preproc_if_token1] = ACTIONS(1902), + [aux_sym_preproc_if_token2] = ACTIONS(1905), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1907), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1907), + [aux_sym_preproc_else_token1] = ACTIONS(1905), + [aux_sym_preproc_elif_token1] = ACTIONS(1905), + [sym_preproc_directive] = ACTIONS(1910), + [anon_sym_LPAREN2] = ACTIONS(1913), + [anon_sym_TILDE] = ACTIONS(1916), + [anon_sym_STAR] = ACTIONS(1919), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1925), + [anon_sym_typedef] = ACTIONS(1928), + [anon_sym_extern] = ACTIONS(1931), + [anon_sym___attribute__] = ACTIONS(1934), + [anon_sym___declspec] = ACTIONS(1937), + [anon_sym___based] = ACTIONS(1940), + [anon_sym_LBRACK] = ACTIONS(1943), + [anon_sym_static] = ACTIONS(1931), + [anon_sym_register] = ACTIONS(1931), + [anon_sym_inline] = ACTIONS(1931), + [anon_sym_const] = ACTIONS(1946), + [anon_sym_volatile] = ACTIONS(1946), + [anon_sym_restrict] = ACTIONS(1946), + [anon_sym__Atomic] = ACTIONS(1946), + [anon_sym_mutable] = ACTIONS(1946), + [anon_sym_constexpr] = ACTIONS(1946), + [anon_sym_signed] = ACTIONS(1949), + [anon_sym_unsigned] = ACTIONS(1949), + [anon_sym_long] = ACTIONS(1949), + [anon_sym_short] = ACTIONS(1949), + [sym_primitive_type] = ACTIONS(1952), + [anon_sym_enum] = ACTIONS(1955), + [anon_sym_class] = ACTIONS(1958), + [anon_sym_struct] = ACTIONS(1961), + [anon_sym_union] = ACTIONS(1964), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1967), + [anon_sym_virtual] = ACTIONS(1970), + [anon_sym_explicit] = ACTIONS(1973), + [anon_sym_public] = ACTIONS(1976), + [anon_sym_private] = ACTIONS(1976), + [anon_sym_protected] = ACTIONS(1976), + [sym_auto] = ACTIONS(1952), + [anon_sym_typename] = ACTIONS(1979), + [anon_sym_template] = ACTIONS(1982), + [anon_sym_COLON_COLON] = ACTIONS(1985), + [anon_sym_operator] = ACTIONS(1988), + [anon_sym_friend] = ACTIONS(1991), + [anon_sym_using] = ACTIONS(1994), + [anon_sym_static_assert] = ACTIONS(1997), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2000), + [sym_operator_name] = ACTIONS(2003), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2006), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2009), + [anon_sym_MOZ_COLD] = ACTIONS(2009), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2009), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2009), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2009), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2009), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2009), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2009), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2009), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2009), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2009), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2009), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2009), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2009), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_RAII] = ACTIONS(2009), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2009), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2009), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2009), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2009), }, - [776] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2244), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [667] = { + [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_specifiers] = STATE(3520), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4012), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(673), + [sym_field_declaration] = STATE(673), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(808), + [sym_explicit_function_specifier] = STATE(1387), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(673), + [sym_operator_cast] = STATE(4215), + [sym_inline_method_definition] = STATE(673), + [aux_sym__constructor_specifiers] = STATE(1387), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(673), + [sym_alias_declaration] = STATE(673), + [sym_static_assert_declaration] = STATE(673), + [sym_attribute] = STATE(1364), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(673), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(673), + [aux_sym_function_definition_repeat1] = STATE(1364), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2012), + [aux_sym_preproc_if_token1] = ACTIONS(2014), + [aux_sym_preproc_if_token2] = ACTIONS(2016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2018), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2018), + [sym_preproc_directive] = ACTIONS(2020), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2022), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2024), + [anon_sym_private] = ACTIONS(2024), + [anon_sym_protected] = ACTIONS(2024), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2026), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2028), + [anon_sym_using] = ACTIONS(2030), + [anon_sym_static_assert] = ACTIONS(2032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2034), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [777] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2238), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [668] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2046), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [778] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2248), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [669] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(668), + [sym_field_declaration] = STATE(668), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(668), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(668), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(668), + [sym_alias_declaration] = STATE(668), + [sym_static_assert_declaration] = STATE(668), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(668), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(668), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2060), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [779] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1370), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2250), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2242), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [670] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(672), + [sym_field_declaration] = STATE(672), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(672), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(672), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(672), + [sym_alias_declaration] = STATE(672), + [sym_static_assert_declaration] = STATE(672), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(672), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(672), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2062), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [780] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1370), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2252), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2242), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [671] = { + [sym_preproc_def] = STATE(680), + [sym_preproc_function_def] = STATE(680), + [sym_preproc_call] = STATE(680), + [sym_preproc_if_in_field_declaration_list] = STATE(680), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(680), + [sym_type_definition] = STATE(680), + [sym__declaration_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(680), + [sym_field_declaration] = STATE(680), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(680), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(680), + [aux_sym__constructor_specifiers] = STATE(1392), + [sym_operator_cast_definition] = STATE(680), + [sym_operator_cast_declaration] = STATE(680), + [sym_constructor_or_destructor_definition] = STATE(680), + [sym_constructor_or_destructor_declaration] = STATE(680), + [sym_friend_declaration] = STATE(680), + [sym_access_specifier] = STATE(680), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(680), + [sym_alias_declaration] = STATE(680), + [sym_static_assert_declaration] = STATE(680), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(680), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(680), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2064), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [781] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_RPAREN] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [672] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2066), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [782] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1370), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2219), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2244), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2242), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [673] = { + [sym_preproc_def] = STATE(676), + [sym_preproc_function_def] = STATE(676), + [sym_preproc_call] = STATE(676), + [sym_preproc_if_in_field_declaration_list] = STATE(676), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(676), + [sym_type_definition] = STATE(676), + [sym__declaration_specifiers] = STATE(3520), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4012), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(676), + [sym_field_declaration] = STATE(676), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(808), + [sym_explicit_function_specifier] = STATE(1387), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(676), + [sym_operator_cast] = STATE(4215), + [sym_inline_method_definition] = STATE(676), + [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast_definition] = STATE(676), + [sym_operator_cast_declaration] = STATE(676), + [sym_constructor_or_destructor_definition] = STATE(676), + [sym_constructor_or_destructor_declaration] = STATE(676), + [sym_friend_declaration] = STATE(676), + [sym_access_specifier] = STATE(676), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(676), + [sym_alias_declaration] = STATE(676), + [sym_static_assert_declaration] = STATE(676), + [sym_attribute] = STATE(1364), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(676), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(676), + [aux_sym_function_definition_repeat1] = STATE(1364), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2012), + [aux_sym_preproc_if_token1] = ACTIONS(2014), + [aux_sym_preproc_if_token2] = ACTIONS(2068), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2018), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2018), + [sym_preproc_directive] = ACTIONS(2020), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2022), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2024), + [anon_sym_private] = ACTIONS(2024), + [anon_sym_protected] = ACTIONS(2024), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2026), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2028), + [anon_sym_using] = ACTIONS(2030), + [anon_sym_static_assert] = ACTIONS(2032), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2034), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [783] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2252), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [674] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2070), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [784] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2250), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [675] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(674), + [sym_field_declaration] = STATE(674), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(674), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(674), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(674), + [sym_alias_declaration] = STATE(674), + [sym_static_assert_declaration] = STATE(674), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(674), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2072), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [785] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2256), - [anon_sym_COMMA] = ACTIONS(2256), - [anon_sym_RPAREN] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2263), - [anon_sym_PLUS] = ACTIONS(2263), - [anon_sym_STAR] = ACTIONS(2265), - [anon_sym_SLASH] = ACTIONS(2263), - [anon_sym_PERCENT] = ACTIONS(2263), - [anon_sym_PIPE_PIPE] = ACTIONS(2256), - [anon_sym_AMP_AMP] = ACTIONS(2258), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_CARET] = ACTIONS(2263), - [anon_sym_AMP] = ACTIONS(2265), - [anon_sym_EQ_EQ] = ACTIONS(2256), - [anon_sym_BANG_EQ] = ACTIONS(2256), - [anon_sym_GT] = ACTIONS(2263), - [anon_sym_GT_EQ] = ACTIONS(2256), - [anon_sym_LT_EQ] = ACTIONS(2256), - [anon_sym_LT] = ACTIONS(2265), - [anon_sym_LT_LT] = ACTIONS(2263), - [anon_sym_GT_GT] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2258), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_RBRACE] = ACTIONS(2256), - [anon_sym_LBRACK] = ACTIONS(2258), - [anon_sym_EQ] = ACTIONS(2268), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_QMARK] = ACTIONS(2256), - [anon_sym_STAR_EQ] = ACTIONS(2270), - [anon_sym_SLASH_EQ] = ACTIONS(2270), - [anon_sym_PERCENT_EQ] = ACTIONS(2270), - [anon_sym_PLUS_EQ] = ACTIONS(2270), - [anon_sym_DASH_EQ] = ACTIONS(2270), - [anon_sym_LT_LT_EQ] = ACTIONS(2270), - [anon_sym_GT_GT_EQ] = ACTIONS(2270), - [anon_sym_AMP_EQ] = ACTIONS(2270), - [anon_sym_CARET_EQ] = ACTIONS(2270), - [anon_sym_PIPE_EQ] = ACTIONS(2270), - [anon_sym_DASH_DASH] = ACTIONS(2256), - [anon_sym_PLUS_PLUS] = ACTIONS(2256), - [anon_sym_DOT] = ACTIONS(2263), - [anon_sym_DASH_GT] = ACTIONS(2256), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), + [676] = { + [sym_preproc_def] = STATE(676), + [sym_preproc_function_def] = STATE(676), + [sym_preproc_call] = STATE(676), + [sym_preproc_if_in_field_declaration_list] = STATE(676), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(676), + [sym_type_definition] = STATE(676), + [sym__declaration_specifiers] = STATE(3520), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4012), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(676), + [sym_field_declaration] = STATE(676), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(808), + [sym_explicit_function_specifier] = STATE(1387), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(676), + [sym_operator_cast] = STATE(4215), + [sym_inline_method_definition] = STATE(676), + [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast_definition] = STATE(676), + [sym_operator_cast_declaration] = STATE(676), + [sym_constructor_or_destructor_definition] = STATE(676), + [sym_constructor_or_destructor_declaration] = STATE(676), + [sym_friend_declaration] = STATE(676), + [sym_access_specifier] = STATE(676), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(676), + [sym_alias_declaration] = STATE(676), + [sym_static_assert_declaration] = STATE(676), + [sym_attribute] = STATE(1364), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(676), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(676), + [aux_sym_function_definition_repeat1] = STATE(1364), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1896), + [aux_sym_preproc_def_token1] = ACTIONS(2074), + [aux_sym_preproc_if_token1] = ACTIONS(2077), + [aux_sym_preproc_if_token2] = ACTIONS(1905), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), + [sym_preproc_directive] = ACTIONS(2083), + [anon_sym_LPAREN2] = ACTIONS(1913), + [anon_sym_TILDE] = ACTIONS(1916), + [anon_sym_STAR] = ACTIONS(1919), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1925), + [anon_sym_typedef] = ACTIONS(2086), + [anon_sym_extern] = ACTIONS(1931), + [anon_sym___attribute__] = ACTIONS(1934), + [anon_sym___declspec] = ACTIONS(1937), + [anon_sym___based] = ACTIONS(1940), + [anon_sym_LBRACK] = ACTIONS(1943), + [anon_sym_static] = ACTIONS(1931), + [anon_sym_register] = ACTIONS(1931), + [anon_sym_inline] = ACTIONS(1931), + [anon_sym_const] = ACTIONS(1946), + [anon_sym_volatile] = ACTIONS(1946), + [anon_sym_restrict] = ACTIONS(1946), + [anon_sym__Atomic] = ACTIONS(1946), + [anon_sym_mutable] = ACTIONS(1946), + [anon_sym_constexpr] = ACTIONS(1946), + [anon_sym_signed] = ACTIONS(1949), + [anon_sym_unsigned] = ACTIONS(1949), + [anon_sym_long] = ACTIONS(1949), + [anon_sym_short] = ACTIONS(1949), + [sym_primitive_type] = ACTIONS(1952), + [anon_sym_enum] = ACTIONS(1955), + [anon_sym_class] = ACTIONS(1958), + [anon_sym_struct] = ACTIONS(1961), + [anon_sym_union] = ACTIONS(1964), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1967), + [anon_sym_virtual] = ACTIONS(1970), + [anon_sym_explicit] = ACTIONS(1973), + [anon_sym_public] = ACTIONS(2089), + [anon_sym_private] = ACTIONS(2089), + [anon_sym_protected] = ACTIONS(2089), + [sym_auto] = ACTIONS(1952), + [anon_sym_typename] = ACTIONS(1979), + [anon_sym_template] = ACTIONS(2092), + [anon_sym_COLON_COLON] = ACTIONS(1985), + [anon_sym_operator] = ACTIONS(1988), + [anon_sym_friend] = ACTIONS(2095), + [anon_sym_using] = ACTIONS(2098), + [anon_sym_static_assert] = ACTIONS(2101), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2000), + [sym_operator_name] = ACTIONS(2003), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2104), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2009), + [anon_sym_MOZ_COLD] = ACTIONS(2009), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2009), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2009), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2009), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2009), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2009), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2009), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2009), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2009), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2009), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2009), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2009), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2009), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_RAII] = ACTIONS(2009), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2009), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2009), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2009), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2009), }, - [786] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), - [anon_sym_COMMA] = ACTIONS(2274), - [anon_sym_RPAREN] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2276), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2281), - [anon_sym_PLUS] = ACTIONS(2281), - [anon_sym_STAR] = ACTIONS(2283), - [anon_sym_SLASH] = ACTIONS(2281), - [anon_sym_PERCENT] = ACTIONS(2281), - [anon_sym_PIPE_PIPE] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2276), - [anon_sym_PIPE] = ACTIONS(2281), - [anon_sym_CARET] = ACTIONS(2281), - [anon_sym_AMP] = ACTIONS(2283), - [anon_sym_EQ_EQ] = ACTIONS(2274), - [anon_sym_BANG_EQ] = ACTIONS(2274), - [anon_sym_GT] = ACTIONS(2281), - [anon_sym_GT_EQ] = ACTIONS(2274), - [anon_sym_LT_EQ] = ACTIONS(2274), - [anon_sym_LT] = ACTIONS(2283), - [anon_sym_LT_LT] = ACTIONS(2281), - [anon_sym_GT_GT] = ACTIONS(2281), - [anon_sym_SEMI] = ACTIONS(2276), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_RBRACE] = ACTIONS(2274), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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_QMARK] = ACTIONS(2274), - [anon_sym_STAR_EQ] = ACTIONS(2288), - [anon_sym_SLASH_EQ] = ACTIONS(2288), - [anon_sym_PERCENT_EQ] = ACTIONS(2288), - [anon_sym_PLUS_EQ] = ACTIONS(2288), - [anon_sym_DASH_EQ] = ACTIONS(2288), - [anon_sym_LT_LT_EQ] = ACTIONS(2288), - [anon_sym_GT_GT_EQ] = ACTIONS(2288), - [anon_sym_AMP_EQ] = ACTIONS(2288), - [anon_sym_CARET_EQ] = ACTIONS(2288), - [anon_sym_PIPE_EQ] = ACTIONS(2288), - [anon_sym_DASH_DASH] = ACTIONS(2274), - [anon_sym_PLUS_PLUS] = ACTIONS(2274), - [anon_sym_DOT] = ACTIONS(2281), - [anon_sym_DASH_GT] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [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), + [677] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1896), + [aux_sym_preproc_def_token1] = ACTIONS(2107), + [aux_sym_preproc_if_token1] = ACTIONS(2110), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2113), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2113), + [sym_preproc_directive] = ACTIONS(2116), + [anon_sym_LPAREN2] = ACTIONS(1913), + [anon_sym_TILDE] = ACTIONS(1916), + [anon_sym_STAR] = ACTIONS(1919), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1925), + [anon_sym_typedef] = ACTIONS(2119), + [anon_sym_extern] = ACTIONS(1931), + [anon_sym___attribute__] = ACTIONS(1934), + [anon_sym___declspec] = ACTIONS(1937), + [anon_sym___based] = ACTIONS(1940), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_LBRACK] = ACTIONS(1943), + [anon_sym_static] = ACTIONS(1931), + [anon_sym_register] = ACTIONS(1931), + [anon_sym_inline] = ACTIONS(1931), + [anon_sym_const] = ACTIONS(1946), + [anon_sym_volatile] = ACTIONS(1946), + [anon_sym_restrict] = ACTIONS(1946), + [anon_sym__Atomic] = ACTIONS(1946), + [anon_sym_mutable] = ACTIONS(1946), + [anon_sym_constexpr] = ACTIONS(1946), + [anon_sym_signed] = ACTIONS(1949), + [anon_sym_unsigned] = ACTIONS(1949), + [anon_sym_long] = ACTIONS(1949), + [anon_sym_short] = ACTIONS(1949), + [sym_primitive_type] = ACTIONS(1952), + [anon_sym_enum] = ACTIONS(1955), + [anon_sym_class] = ACTIONS(1958), + [anon_sym_struct] = ACTIONS(1961), + [anon_sym_union] = ACTIONS(1964), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1967), + [anon_sym_virtual] = ACTIONS(1970), + [anon_sym_explicit] = ACTIONS(1973), + [anon_sym_public] = ACTIONS(2124), + [anon_sym_private] = ACTIONS(2124), + [anon_sym_protected] = ACTIONS(2124), + [sym_auto] = ACTIONS(1952), + [anon_sym_typename] = ACTIONS(1979), + [anon_sym_template] = ACTIONS(2127), + [anon_sym_COLON_COLON] = ACTIONS(1985), + [anon_sym_operator] = ACTIONS(1988), + [anon_sym_friend] = ACTIONS(2130), + [anon_sym_using] = ACTIONS(2133), + [anon_sym_static_assert] = ACTIONS(2136), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2000), + [sym_operator_name] = ACTIONS(2003), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2139), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2009), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2009), + [anon_sym_MOZ_COLD] = ACTIONS(2009), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2009), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2009), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2009), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2009), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2009), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2009), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2009), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2009), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2009), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2009), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2009), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2009), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL] = ACTIONS(2009), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2009), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2009), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN] = ACTIONS(2009), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2009), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2009), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2009), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2009), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2009), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2009), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2009), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2009), + [anon_sym_MOZ_RAII] = ACTIONS(2009), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2009), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2009), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2009), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2009), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2009), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2009), }, - [787] = { - [sym_function_definition] = STATE(636), - [sym_declaration] = STATE(636), - [sym__declaration_specifiers] = STATE(3566), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1398), - [sym_declaration_list] = STATE(636), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(919), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(919), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [678] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(2290), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [788] = { - [sym_function_definition] = STATE(568), - [sym_declaration] = STATE(568), - [sym__declaration_specifiers] = STATE(3575), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1406), - [sym_declaration_list] = STATE(568), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(904), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(904), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [679] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(2292), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [789] = { - [sym_function_definition] = STATE(260), - [sym_declaration] = STATE(260), - [sym__declaration_specifiers] = STATE(3581), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1392), - [sym_declaration_list] = STATE(260), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(901), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(901), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [680] = { + [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_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(677), + [sym_field_declaration] = STATE(677), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(677), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(677), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(677), + [sym_alias_declaration] = STATE(677), + [sym_static_assert_declaration] = STATE(677), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(677), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(2294), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(1852), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [790] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1373), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2217), - [anon_sym_COMMA] = ACTIONS(2217), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2236), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2246), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [681] = { + [sym_preproc_def] = STATE(678), + [sym_preproc_function_def] = STATE(678), + [sym_preproc_call] = STATE(678), + [sym_preproc_if_in_field_declaration_list] = STATE(678), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(678), + [sym_type_definition] = STATE(678), + [sym__declaration_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(678), + [sym_field_declaration] = STATE(678), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(678), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(678), + [aux_sym__constructor_specifiers] = STATE(1392), + [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(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(678), + [sym_alias_declaration] = STATE(678), + [sym_static_assert_declaration] = STATE(678), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(678), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(678), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2148), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [791] = { - [sym_initializer_list] = STATE(3009), - [sym_template_argument_list] = STATE(1374), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2230), - [anon_sym_COMMA] = ACTIONS(2230), - [anon_sym_RPAREN] = ACTIONS(2230), - [anon_sym_LPAREN2] = ACTIONS(2230), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2225), - [anon_sym_PLUS] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_SLASH] = ACTIONS(2225), - [anon_sym_PERCENT] = ACTIONS(2225), - [anon_sym_PIPE_PIPE] = ACTIONS(2217), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2225), - [anon_sym_CARET] = ACTIONS(2225), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_EQ_EQ] = ACTIONS(2217), - [anon_sym_BANG_EQ] = ACTIONS(2217), - [anon_sym_GT] = ACTIONS(2225), - [anon_sym_GT_EQ] = ACTIONS(2217), - [anon_sym_LT_EQ] = ACTIONS(2217), - [anon_sym_LT] = ACTIONS(2233), - [anon_sym_LT_LT] = ACTIONS(2225), - [anon_sym_GT_GT] = ACTIONS(2225), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2230), - [anon_sym_EQ] = ACTIONS(2215), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_QMARK] = ACTIONS(2217), - [anon_sym_STAR_EQ] = ACTIONS(2240), - [anon_sym_SLASH_EQ] = ACTIONS(2240), - [anon_sym_PERCENT_EQ] = ACTIONS(2240), - [anon_sym_PLUS_EQ] = ACTIONS(2240), - [anon_sym_DASH_EQ] = ACTIONS(2240), - [anon_sym_LT_LT_EQ] = ACTIONS(2240), - [anon_sym_GT_GT_EQ] = ACTIONS(2240), - [anon_sym_AMP_EQ] = ACTIONS(2240), - [anon_sym_CARET_EQ] = ACTIONS(2240), - [anon_sym_PIPE_EQ] = ACTIONS(2240), - [anon_sym_DASH_DASH] = ACTIONS(2217), - [anon_sym_PLUS_PLUS] = ACTIONS(2217), - [anon_sym_DOT] = ACTIONS(2225), - [anon_sym_DASH_GT] = ACTIONS(2217), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2296), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [682] = { + [sym_preproc_def] = STATE(679), + [sym_preproc_function_def] = STATE(679), + [sym_preproc_call] = STATE(679), + [sym_preproc_if_in_field_declaration_list] = STATE(679), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(679), + [sym_type_definition] = STATE(679), + [sym__declaration_specifiers] = STATE(3542), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__field_declaration_list_item] = STATE(679), + [sym_field_declaration] = STATE(679), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(806), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(679), + [sym_operator_cast] = STATE(4180), + [sym_inline_method_definition] = STATE(679), + [aux_sym__constructor_specifiers] = STATE(1392), + [sym_operator_cast_definition] = STATE(679), + [sym_operator_cast_declaration] = STATE(679), + [sym_constructor_or_destructor_definition] = STATE(679), + [sym_constructor_or_destructor_declaration] = STATE(679), + [sym_friend_declaration] = STATE(679), + [sym_access_specifier] = STATE(679), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1700), + [sym_template_function] = STATE(4055), + [sym_using_declaration] = STATE(679), + [sym_alias_declaration] = STATE(679), + [sym_static_assert_declaration] = STATE(679), + [sym_attribute] = STATE(1360), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5103), + [sym_macro_statement] = STATE(679), + [sym_macro_annotation] = STATE(1396), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(679), + [aux_sym_function_definition_repeat1] = STATE(1360), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(1824), + [aux_sym_preproc_def_token1] = ACTIONS(2036), + [aux_sym_preproc_if_token1] = ACTIONS(2038), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), + [sym_preproc_directive] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_typedef] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_public] = ACTIONS(2048), + [anon_sym_private] = ACTIONS(2048), + [anon_sym_protected] = ACTIONS(2048), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(1860), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_friend] = ACTIONS(2052), + [anon_sym_using] = ACTIONS(2054), + [anon_sym_static_assert] = ACTIONS(2056), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2058), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [792] = { - [sym_function_definition] = STATE(672), - [sym_declaration] = STATE(672), - [sym__declaration_specifiers] = STATE(3565), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1389), - [sym_declaration_list] = STATE(672), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(872), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(872), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [683] = { + [sym_function_definition] = STATE(243), + [sym_declaration] = STATE(243), + [sym__declaration_specifiers] = STATE(3611), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1404), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3985), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1661), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(243), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1382), + [sym_explicit_function_specifier] = STATE(1382), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(243), + [sym_operator_cast] = STATE(4227), + [aux_sym__constructor_specifiers] = STATE(1382), + [sym_operator_cast_definition] = STATE(243), + [sym_operator_cast_declaration] = STATE(243), + [sym_constructor_or_destructor_definition] = STATE(243), + [sym_constructor_or_destructor_declaration] = STATE(243), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(243), + [sym_attribute] = STATE(913), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(2298), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -160255,10099 +156877,16616 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_template] = ACTIONS(2154), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2158), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [793] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), - [anon_sym_COMMA] = ACTIONS(2302), - [anon_sym_RPAREN] = ACTIONS(2304), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2309), - [anon_sym_PLUS] = ACTIONS(2309), - [anon_sym_STAR] = ACTIONS(2311), - [anon_sym_SLASH] = ACTIONS(2309), - [anon_sym_PERCENT] = ACTIONS(2309), - [anon_sym_PIPE_PIPE] = ACTIONS(2302), - [anon_sym_AMP_AMP] = ACTIONS(2304), - [anon_sym_PIPE] = ACTIONS(2309), - [anon_sym_CARET] = ACTIONS(2309), - [anon_sym_AMP] = ACTIONS(2311), - [anon_sym_EQ_EQ] = ACTIONS(2302), - [anon_sym_BANG_EQ] = ACTIONS(2302), - [anon_sym_GT] = ACTIONS(2309), - [anon_sym_GT_EQ] = ACTIONS(2302), - [anon_sym_LT_EQ] = ACTIONS(2302), - [anon_sym_LT] = ACTIONS(2311), - [anon_sym_LT_LT] = ACTIONS(2309), - [anon_sym_GT_GT] = ACTIONS(2309), - [anon_sym_SEMI] = ACTIONS(2304), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_RBRACE] = ACTIONS(2302), - [anon_sym_LBRACK] = ACTIONS(2304), - [anon_sym_EQ] = ACTIONS(2314), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_QMARK] = ACTIONS(2302), - [anon_sym_STAR_EQ] = ACTIONS(2316), - [anon_sym_SLASH_EQ] = ACTIONS(2316), - [anon_sym_PERCENT_EQ] = ACTIONS(2316), - [anon_sym_PLUS_EQ] = ACTIONS(2316), - [anon_sym_DASH_EQ] = ACTIONS(2316), - [anon_sym_LT_LT_EQ] = ACTIONS(2316), - [anon_sym_GT_GT_EQ] = ACTIONS(2316), - [anon_sym_AMP_EQ] = ACTIONS(2316), - [anon_sym_CARET_EQ] = ACTIONS(2316), - [anon_sym_PIPE_EQ] = ACTIONS(2316), - [anon_sym_DASH_DASH] = ACTIONS(2302), - [anon_sym_PLUS_PLUS] = ACTIONS(2302), - [anon_sym_DOT] = ACTIONS(2309), - [anon_sym_DASH_GT] = ACTIONS(2302), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [794] = { - [sym_function_definition] = STATE(1114), - [sym_declaration] = STATE(1114), - [sym__declaration_specifiers] = STATE(3593), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1408), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym__class_name] = STATE(5238), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1672), - [sym_attribute] = STATE(998), - [sym_scoped_type_identifier] = STATE(1523), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(998), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2318), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [684] = { + [sym_function_definition] = STATE(1245), + [sym_declaration] = STATE(1245), + [sym__declaration_specifiers] = STATE(3608), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1414), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4014), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1666), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(1245), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1392), + [sym_explicit_function_specifier] = STATE(1392), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(1245), + [sym_operator_cast] = STATE(4180), + [aux_sym__constructor_specifiers] = STATE(1392), + [sym_operator_cast_definition] = STATE(1245), + [sym_operator_cast_declaration] = STATE(1245), + [sym_constructor_or_destructor_definition] = STATE(1245), + [sym_constructor_or_destructor_declaration] = STATE(1245), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(1245), + [sym_attribute] = STATE(968), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(2320), - [anon_sym_struct] = ACTIONS(2322), - [anon_sym_union] = ACTIONS(2324), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_template] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2160), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [795] = { - [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(2276), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2281), - [anon_sym_PLUS] = ACTIONS(2281), - [anon_sym_STAR] = ACTIONS(2283), - [anon_sym_SLASH] = ACTIONS(2281), - [anon_sym_PERCENT] = ACTIONS(2281), - [anon_sym_PIPE_PIPE] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2276), - [anon_sym_PIPE] = ACTIONS(2281), - [anon_sym_CARET] = ACTIONS(2281), - [anon_sym_AMP] = ACTIONS(2283), - [anon_sym_EQ_EQ] = ACTIONS(2274), - [anon_sym_BANG_EQ] = ACTIONS(2274), - [anon_sym_GT] = ACTIONS(2281), - [anon_sym_GT_EQ] = ACTIONS(2274), - [anon_sym_LT_EQ] = ACTIONS(2274), - [anon_sym_LT] = ACTIONS(2283), - [anon_sym_LT_LT] = ACTIONS(2281), - [anon_sym_GT_GT] = ACTIONS(2281), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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_QMARK] = ACTIONS(2274), - [anon_sym_STAR_EQ] = ACTIONS(2288), - [anon_sym_SLASH_EQ] = ACTIONS(2288), - [anon_sym_PERCENT_EQ] = ACTIONS(2288), - [anon_sym_PLUS_EQ] = ACTIONS(2288), - [anon_sym_DASH_EQ] = ACTIONS(2288), - [anon_sym_LT_LT_EQ] = ACTIONS(2288), - [anon_sym_GT_GT_EQ] = ACTIONS(2288), - [anon_sym_AMP_EQ] = ACTIONS(2288), - [anon_sym_CARET_EQ] = ACTIONS(2288), - [anon_sym_PIPE_EQ] = ACTIONS(2288), - [anon_sym_DASH_DASH] = ACTIONS(2274), - [anon_sym_PLUS_PLUS] = ACTIONS(2274), - [anon_sym_DOT] = ACTIONS(2281), - [anon_sym_DASH_GT] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [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), - }, - [796] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(796), - [sym_identifier] = ACTIONS(2326), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2328), - [anon_sym_COMMA] = ACTIONS(2328), - [anon_sym_RPAREN] = ACTIONS(2328), - [anon_sym_LPAREN2] = ACTIONS(2328), - [anon_sym_DASH] = ACTIONS(2326), - [anon_sym_PLUS] = ACTIONS(2326), - [anon_sym_STAR] = ACTIONS(2328), - [anon_sym_SLASH] = ACTIONS(2326), - [anon_sym_PERCENT] = ACTIONS(2328), - [anon_sym_PIPE_PIPE] = ACTIONS(2328), - [anon_sym_AMP_AMP] = ACTIONS(2328), - [anon_sym_PIPE] = ACTIONS(2326), - [anon_sym_CARET] = ACTIONS(2328), - [anon_sym_AMP] = ACTIONS(2326), - [anon_sym_EQ_EQ] = ACTIONS(2328), - [anon_sym_BANG_EQ] = ACTIONS(2328), - [anon_sym_GT] = ACTIONS(2326), - [anon_sym_GT_EQ] = ACTIONS(2328), - [anon_sym_LT_EQ] = ACTIONS(2328), - [anon_sym_LT] = ACTIONS(2326), - [anon_sym_LT_LT] = ACTIONS(2328), - [anon_sym_GT_GT] = ACTIONS(2328), - [anon_sym_SEMI] = ACTIONS(2328), - [anon_sym_extern] = ACTIONS(2326), - [anon_sym___attribute__] = ACTIONS(2326), - [anon_sym___declspec] = ACTIONS(2326), - [anon_sym___based] = ACTIONS(2326), - [anon_sym_LBRACE] = ACTIONS(2328), - [anon_sym_RBRACE] = ACTIONS(2328), - [anon_sym_LBRACK] = ACTIONS(2328), - [anon_sym_RBRACK] = ACTIONS(2328), - [anon_sym_EQ] = ACTIONS(2326), - [anon_sym_static] = ACTIONS(2326), - [anon_sym_register] = ACTIONS(2326), - [anon_sym_inline] = ACTIONS(2326), - [anon_sym_const] = ACTIONS(2326), - [anon_sym_volatile] = ACTIONS(2326), - [anon_sym_restrict] = ACTIONS(2326), - [anon_sym__Atomic] = ACTIONS(2326), - [anon_sym_mutable] = ACTIONS(2326), - [anon_sym_constexpr] = ACTIONS(2326), - [anon_sym_signed] = ACTIONS(2330), - [anon_sym_unsigned] = ACTIONS(2330), - [anon_sym_long] = ACTIONS(2330), - [anon_sym_short] = ACTIONS(2330), - [sym_primitive_type] = ACTIONS(2326), - [anon_sym_COLON] = ACTIONS(2328), - [anon_sym_QMARK] = ACTIONS(2328), - [anon_sym_DASH_DASH] = ACTIONS(2328), - [anon_sym_PLUS_PLUS] = ACTIONS(2328), - [anon_sym_DOT] = ACTIONS(2326), - [anon_sym_DASH_GT] = ACTIONS(2328), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2326), - [anon_sym_override] = ACTIONS(2326), - [anon_sym_noexcept] = ACTIONS(2326), - [anon_sym_throw] = ACTIONS(2326), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2326), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2326), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2326), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2326), - [anon_sym_MOZ_COLD] = ACTIONS(2326), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2326), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2326), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2326), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2326), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2326), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2326), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2326), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2326), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2326), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2326), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2326), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2326), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2326), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_NONNULL] = ACTIONS(2326), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2326), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2326), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2326), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2326), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2326), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2326), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2326), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2326), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2326), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2326), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2326), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2326), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2326), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2326), - [anon_sym_MOZ_RAII] = ACTIONS(2326), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2326), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2326), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2326), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2326), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [797] = { - [sym_function_definition] = STATE(1279), - [sym_declaration] = STATE(1279), - [sym__declaration_specifiers] = STATE(3580), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1399), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym__class_name] = STATE(5566), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1672), - [sym_attribute] = STATE(935), - [sym_scoped_type_identifier] = STATE(1523), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(935), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2318), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [685] = { + [sym_function_definition] = STATE(553), + [sym_declaration] = STATE(553), + [sym__declaration_specifiers] = STATE(3610), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1405), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3996), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1667), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(553), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1385), + [sym_explicit_function_specifier] = STATE(1385), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(553), + [sym_operator_cast] = STATE(4182), + [aux_sym__constructor_specifiers] = STATE(1385), + [sym_operator_cast_definition] = STATE(553), + [sym_operator_cast_declaration] = STATE(553), + [sym_constructor_or_destructor_definition] = STATE(553), + [sym_constructor_or_destructor_declaration] = STATE(553), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(553), + [sym_attribute] = STATE(876), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(876), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(2333), - [anon_sym_struct] = ACTIONS(2335), - [anon_sym_union] = ACTIONS(2337), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_template] = ACTIONS(2162), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2164), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [798] = { - [sym_function_definition] = STATE(923), - [sym_declaration] = STATE(923), - [sym__declaration_specifiers] = STATE(3579), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1396), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym__class_name] = STATE(5207), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1672), - [sym_attribute] = STATE(979), - [sym_scoped_type_identifier] = STATE(1523), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(979), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2318), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [686] = { + [sym_function_definition] = STATE(530), + [sym_declaration] = STATE(530), + [sym__declaration_specifiers] = STATE(3587), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1399), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4034), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1665), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(530), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1386), + [sym_explicit_function_specifier] = STATE(1386), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(530), + [sym_operator_cast] = STATE(4216), + [aux_sym__constructor_specifiers] = STATE(1386), + [sym_operator_cast_definition] = STATE(530), + [sym_operator_cast_declaration] = STATE(530), + [sym_constructor_or_destructor_definition] = STATE(530), + [sym_constructor_or_destructor_declaration] = STATE(530), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(530), + [sym_attribute] = STATE(893), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(2339), - [anon_sym_struct] = ACTIONS(2341), - [anon_sym_union] = ACTIONS(2343), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [799] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2256), - [anon_sym_COMMA] = ACTIONS(2256), - [anon_sym_RPAREN] = ACTIONS(2256), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2263), - [anon_sym_PLUS] = ACTIONS(2263), - [anon_sym_STAR] = ACTIONS(2265), - [anon_sym_SLASH] = ACTIONS(2263), - [anon_sym_PERCENT] = ACTIONS(2263), - [anon_sym_PIPE_PIPE] = ACTIONS(2256), - [anon_sym_AMP_AMP] = ACTIONS(2258), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_CARET] = ACTIONS(2263), - [anon_sym_AMP] = ACTIONS(2265), - [anon_sym_EQ_EQ] = ACTIONS(2256), - [anon_sym_BANG_EQ] = ACTIONS(2256), - [anon_sym_GT] = ACTIONS(2263), - [anon_sym_GT_EQ] = ACTIONS(2256), - [anon_sym_LT_EQ] = ACTIONS(2256), - [anon_sym_LT] = ACTIONS(2265), - [anon_sym_LT_LT] = ACTIONS(2263), - [anon_sym_GT_GT] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2256), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2258), - [anon_sym_EQ] = ACTIONS(2268), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_QMARK] = ACTIONS(2256), - [anon_sym_STAR_EQ] = ACTIONS(2270), - [anon_sym_SLASH_EQ] = ACTIONS(2270), - [anon_sym_PERCENT_EQ] = ACTIONS(2270), - [anon_sym_PLUS_EQ] = ACTIONS(2270), - [anon_sym_DASH_EQ] = ACTIONS(2270), - [anon_sym_LT_LT_EQ] = ACTIONS(2270), - [anon_sym_GT_GT_EQ] = ACTIONS(2270), - [anon_sym_AMP_EQ] = ACTIONS(2270), - [anon_sym_CARET_EQ] = ACTIONS(2270), - [anon_sym_PIPE_EQ] = ACTIONS(2270), - [anon_sym_DASH_DASH] = ACTIONS(2256), - [anon_sym_PLUS_PLUS] = ACTIONS(2256), - [anon_sym_DOT] = ACTIONS(2263), - [anon_sym_DASH_GT] = ACTIONS(2256), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [800] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2302), - [anon_sym_COMMA] = ACTIONS(2302), - [anon_sym_RPAREN] = ACTIONS(2302), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2309), - [anon_sym_PLUS] = ACTIONS(2309), - [anon_sym_STAR] = ACTIONS(2311), - [anon_sym_SLASH] = ACTIONS(2309), - [anon_sym_PERCENT] = ACTIONS(2309), - [anon_sym_PIPE_PIPE] = ACTIONS(2302), - [anon_sym_AMP_AMP] = ACTIONS(2304), - [anon_sym_PIPE] = ACTIONS(2309), - [anon_sym_CARET] = ACTIONS(2309), - [anon_sym_AMP] = ACTIONS(2311), - [anon_sym_EQ_EQ] = ACTIONS(2302), - [anon_sym_BANG_EQ] = ACTIONS(2302), - [anon_sym_GT] = ACTIONS(2309), - [anon_sym_GT_EQ] = ACTIONS(2302), - [anon_sym_LT_EQ] = ACTIONS(2302), - [anon_sym_LT] = ACTIONS(2311), - [anon_sym_LT_LT] = ACTIONS(2309), - [anon_sym_GT_GT] = ACTIONS(2309), - [anon_sym_SEMI] = ACTIONS(2302), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2304), - [anon_sym_EQ] = ACTIONS(2314), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_QMARK] = ACTIONS(2302), - [anon_sym_STAR_EQ] = ACTIONS(2316), - [anon_sym_SLASH_EQ] = ACTIONS(2316), - [anon_sym_PERCENT_EQ] = ACTIONS(2316), - [anon_sym_PLUS_EQ] = ACTIONS(2316), - [anon_sym_DASH_EQ] = ACTIONS(2316), - [anon_sym_LT_LT_EQ] = ACTIONS(2316), - [anon_sym_GT_GT_EQ] = ACTIONS(2316), - [anon_sym_AMP_EQ] = ACTIONS(2316), - [anon_sym_CARET_EQ] = ACTIONS(2316), - [anon_sym_PIPE_EQ] = ACTIONS(2316), - [anon_sym_DASH_DASH] = ACTIONS(2302), - [anon_sym_PLUS_PLUS] = ACTIONS(2302), - [anon_sym_DOT] = ACTIONS(2309), - [anon_sym_DASH_GT] = ACTIONS(2302), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), - }, - [801] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), - }, - [802] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2276), - [anon_sym_COMMA] = ACTIONS(2276), - [anon_sym_RPAREN] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2276), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2281), - [anon_sym_PLUS] = ACTIONS(2281), - [anon_sym_STAR] = ACTIONS(2283), - [anon_sym_SLASH] = ACTIONS(2281), - [anon_sym_PERCENT] = ACTIONS(2281), - [anon_sym_PIPE_PIPE] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2276), - [anon_sym_PIPE] = ACTIONS(2281), - [anon_sym_CARET] = ACTIONS(2281), - [anon_sym_AMP] = ACTIONS(2283), - [anon_sym_EQ_EQ] = ACTIONS(2274), - [anon_sym_BANG_EQ] = ACTIONS(2274), - [anon_sym_GT] = ACTIONS(2281), - [anon_sym_GT_EQ] = ACTIONS(2274), - [anon_sym_LT_EQ] = ACTIONS(2274), - [anon_sym_LT] = ACTIONS(2283), - [anon_sym_LT_LT] = ACTIONS(2281), - [anon_sym_GT_GT] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2286), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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_QMARK] = ACTIONS(2274), - [anon_sym_STAR_EQ] = ACTIONS(2288), - [anon_sym_SLASH_EQ] = ACTIONS(2288), - [anon_sym_PERCENT_EQ] = ACTIONS(2288), - [anon_sym_PLUS_EQ] = ACTIONS(2288), - [anon_sym_DASH_EQ] = ACTIONS(2288), - [anon_sym_LT_LT_EQ] = ACTIONS(2288), - [anon_sym_GT_GT_EQ] = ACTIONS(2288), - [anon_sym_AMP_EQ] = ACTIONS(2288), - [anon_sym_CARET_EQ] = ACTIONS(2288), - [anon_sym_PIPE_EQ] = ACTIONS(2288), - [anon_sym_DASH_DASH] = ACTIONS(2274), - [anon_sym_PLUS_PLUS] = ACTIONS(2274), - [anon_sym_DOT] = ACTIONS(2281), - [anon_sym_DASH_GT] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [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), - }, - [803] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2304), - [anon_sym_COMMA] = ACTIONS(2304), - [anon_sym_RPAREN] = ACTIONS(2304), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2309), - [anon_sym_PLUS] = ACTIONS(2309), - [anon_sym_STAR] = ACTIONS(2311), - [anon_sym_SLASH] = ACTIONS(2309), - [anon_sym_PERCENT] = ACTIONS(2309), - [anon_sym_PIPE_PIPE] = ACTIONS(2302), - [anon_sym_AMP_AMP] = ACTIONS(2304), - [anon_sym_PIPE] = ACTIONS(2309), - [anon_sym_CARET] = ACTIONS(2309), - [anon_sym_AMP] = ACTIONS(2311), - [anon_sym_EQ_EQ] = ACTIONS(2302), - [anon_sym_BANG_EQ] = ACTIONS(2302), - [anon_sym_GT] = ACTIONS(2309), - [anon_sym_GT_EQ] = ACTIONS(2302), - [anon_sym_LT_EQ] = ACTIONS(2302), - [anon_sym_LT] = ACTIONS(2311), - [anon_sym_LT_LT] = ACTIONS(2309), - [anon_sym_GT_GT] = ACTIONS(2309), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2304), - [anon_sym_EQ] = ACTIONS(2314), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_QMARK] = ACTIONS(2302), - [anon_sym_STAR_EQ] = ACTIONS(2316), - [anon_sym_SLASH_EQ] = ACTIONS(2316), - [anon_sym_PERCENT_EQ] = ACTIONS(2316), - [anon_sym_PLUS_EQ] = ACTIONS(2316), - [anon_sym_DASH_EQ] = ACTIONS(2316), - [anon_sym_LT_LT_EQ] = ACTIONS(2316), - [anon_sym_GT_GT_EQ] = ACTIONS(2316), - [anon_sym_AMP_EQ] = ACTIONS(2316), - [anon_sym_CARET_EQ] = ACTIONS(2316), - [anon_sym_PIPE_EQ] = ACTIONS(2316), - [anon_sym_DASH_DASH] = ACTIONS(2302), - [anon_sym_PLUS_PLUS] = ACTIONS(2302), - [anon_sym_DOT] = ACTIONS(2309), - [anon_sym_DASH_GT] = ACTIONS(2302), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), - }, - [804] = { - [sym__declaration_specifiers] = STATE(2853), - [sym_attribute_specifier] = STATE(1413), - [sym_ms_declspec_modifier] = STATE(1413), - [sym_storage_class_specifier] = STATE(1413), - [sym_type_qualifier] = STATE(1413), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym_parameter_declaration] = STATE(4501), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_type_parameter_declaration] = STATE(4501), - [sym_variadic_type_parameter_declaration] = STATE(4501), - [sym_optional_type_parameter_declaration] = STATE(4501), - [sym_template_template_parameter_declaration] = STATE(4501), - [sym_optional_parameter_declaration] = STATE(4501), - [sym_variadic_parameter_declaration] = STATE(4501), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1365), - [sym_scoped_type_identifier] = STATE(1504), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1365), - [aux_sym__declaration_specifiers_repeat1] = STATE(1413), - [aux_sym_sized_type_specifier_repeat1] = STATE(1446), - [sym_identifier] = ACTIONS(2345), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2347), - [anon_sym_unsigned] = ACTIONS(2347), - [anon_sym_long] = ACTIONS(2347), - [anon_sym_short] = ACTIONS(2347), - [sym_primitive_type] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2351), - [anon_sym_class] = ACTIONS(2353), - [anon_sym_struct] = ACTIONS(2355), - [anon_sym_union] = ACTIONS(2357), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(2361), - [anon_sym_template] = ACTIONS(2363), - [anon_sym_GT2] = ACTIONS(2365), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [805] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2258), - [anon_sym_COMMA] = ACTIONS(2258), - [anon_sym_RPAREN] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2263), - [anon_sym_PLUS] = ACTIONS(2263), - [anon_sym_STAR] = ACTIONS(2265), - [anon_sym_SLASH] = ACTIONS(2263), - [anon_sym_PERCENT] = ACTIONS(2263), - [anon_sym_PIPE_PIPE] = ACTIONS(2256), - [anon_sym_AMP_AMP] = ACTIONS(2258), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_CARET] = ACTIONS(2263), - [anon_sym_AMP] = ACTIONS(2265), - [anon_sym_EQ_EQ] = ACTIONS(2256), - [anon_sym_BANG_EQ] = ACTIONS(2256), - [anon_sym_GT] = ACTIONS(2263), - [anon_sym_GT_EQ] = ACTIONS(2256), - [anon_sym_LT_EQ] = ACTIONS(2256), - [anon_sym_LT] = ACTIONS(2265), - [anon_sym_LT_LT] = ACTIONS(2263), - [anon_sym_GT_GT] = ACTIONS(2263), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2258), - [anon_sym_EQ] = ACTIONS(2268), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_QMARK] = ACTIONS(2256), - [anon_sym_STAR_EQ] = ACTIONS(2270), - [anon_sym_SLASH_EQ] = ACTIONS(2270), - [anon_sym_PERCENT_EQ] = ACTIONS(2270), - [anon_sym_PLUS_EQ] = ACTIONS(2270), - [anon_sym_DASH_EQ] = ACTIONS(2270), - [anon_sym_LT_LT_EQ] = ACTIONS(2270), - [anon_sym_GT_GT_EQ] = ACTIONS(2270), - [anon_sym_AMP_EQ] = ACTIONS(2270), - [anon_sym_CARET_EQ] = ACTIONS(2270), - [anon_sym_PIPE_EQ] = ACTIONS(2270), - [anon_sym_DASH_DASH] = ACTIONS(2256), - [anon_sym_PLUS_PLUS] = ACTIONS(2256), - [anon_sym_DOT] = ACTIONS(2263), - [anon_sym_DASH_GT] = ACTIONS(2256), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [806] = { - [sym__declaration_specifiers] = STATE(2853), - [sym_attribute_specifier] = STATE(1413), - [sym_ms_declspec_modifier] = STATE(1413), - [sym_storage_class_specifier] = STATE(1413), - [sym_type_qualifier] = STATE(1413), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym_parameter_declaration] = STATE(4927), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_type_parameter_declaration] = STATE(4927), - [sym_variadic_type_parameter_declaration] = STATE(4927), - [sym_optional_type_parameter_declaration] = STATE(4927), - [sym_template_template_parameter_declaration] = STATE(4927), - [sym_optional_parameter_declaration] = STATE(4927), - [sym_variadic_parameter_declaration] = STATE(4927), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1365), - [sym_scoped_type_identifier] = STATE(1504), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1365), - [aux_sym__declaration_specifiers_repeat1] = STATE(1413), - [aux_sym_sized_type_specifier_repeat1] = STATE(1446), - [sym_identifier] = ACTIONS(2345), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2347), - [anon_sym_unsigned] = ACTIONS(2347), - [anon_sym_long] = ACTIONS(2347), - [anon_sym_short] = ACTIONS(2347), - [sym_primitive_type] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2351), - [anon_sym_class] = ACTIONS(2353), - [anon_sym_struct] = ACTIONS(2355), - [anon_sym_union] = ACTIONS(2357), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(2361), - [anon_sym_template] = ACTIONS(2363), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_template] = ACTIONS(2166), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2168), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [807] = { - [sym__declaration_specifiers] = STATE(3540), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_LPAREN2] = ACTIONS(2367), - [anon_sym_TILDE] = ACTIONS(2367), - [anon_sym_STAR] = ACTIONS(2367), - [anon_sym_AMP_AMP] = ACTIONS(2367), - [anon_sym_AMP] = ACTIONS(2369), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [687] = { + [sym_function_definition] = STATE(976), + [sym_declaration] = STATE(976), + [sym__declaration_specifiers] = STATE(3601), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1402), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4021), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1668), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(976), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1389), + [sym_explicit_function_specifier] = STATE(1389), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(976), + [sym_operator_cast] = STATE(4224), + [aux_sym__constructor_specifiers] = STATE(1389), + [sym_operator_cast_definition] = STATE(976), + [sym_operator_cast_declaration] = STATE(976), + [sym_constructor_or_destructor_definition] = STATE(976), + [sym_constructor_or_destructor_declaration] = STATE(976), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(976), + [sym_attribute] = STATE(980), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(980), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(2369), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2369), - [anon_sym_explicit] = ACTIONS(2369), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_operator] = ACTIONS(2369), - [sym_operator_name] = ACTIONS(2369), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [808] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(796), - [sym_identifier] = ACTIONS(2371), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2373), - [anon_sym_COMMA] = ACTIONS(2373), - [anon_sym_RPAREN] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2373), - [anon_sym_DASH] = ACTIONS(2375), - [anon_sym_PLUS] = ACTIONS(2375), - [anon_sym_STAR] = ACTIONS(2373), - [anon_sym_SLASH] = ACTIONS(2375), - [anon_sym_PERCENT] = ACTIONS(2373), - [anon_sym_PIPE_PIPE] = ACTIONS(2373), - [anon_sym_AMP_AMP] = ACTIONS(2373), - [anon_sym_PIPE] = ACTIONS(2375), - [anon_sym_CARET] = ACTIONS(2373), - [anon_sym_AMP] = ACTIONS(2375), - [anon_sym_EQ_EQ] = ACTIONS(2373), - [anon_sym_BANG_EQ] = ACTIONS(2373), - [anon_sym_GT] = ACTIONS(2375), - [anon_sym_GT_EQ] = ACTIONS(2373), - [anon_sym_LT_EQ] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_LT_LT] = ACTIONS(2373), - [anon_sym_GT_GT] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2375), - [anon_sym___attribute__] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2375), - [anon_sym_LBRACE] = ACTIONS(2373), - [anon_sym_RBRACE] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_RBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2375), - [anon_sym_static] = ACTIONS(2375), - [anon_sym_register] = ACTIONS(2375), - [anon_sym_inline] = ACTIONS(2375), - [anon_sym_const] = ACTIONS(2375), - [anon_sym_volatile] = ACTIONS(2375), - [anon_sym_restrict] = ACTIONS(2375), - [anon_sym__Atomic] = ACTIONS(2375), - [anon_sym_mutable] = ACTIONS(2375), - [anon_sym_constexpr] = ACTIONS(2375), - [anon_sym_signed] = ACTIONS(2377), - [anon_sym_unsigned] = ACTIONS(2377), - [anon_sym_long] = ACTIONS(2377), - [anon_sym_short] = ACTIONS(2377), - [sym_primitive_type] = ACTIONS(2379), - [anon_sym_QMARK] = ACTIONS(2373), - [anon_sym_DASH_DASH] = ACTIONS(2373), - [anon_sym_PLUS_PLUS] = ACTIONS(2373), - [anon_sym_DOT] = ACTIONS(2375), - [anon_sym_DASH_GT] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2375), - [anon_sym_override] = ACTIONS(2375), - [anon_sym_noexcept] = ACTIONS(2375), - [anon_sym_throw] = ACTIONS(2375), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2375), - [anon_sym_MOZ_COLD] = ACTIONS(2375), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2375), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2375), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2375), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2375), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2375), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2375), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2375), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2375), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2375), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2375), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2375), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2375), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_RAII] = ACTIONS(2375), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2375), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2375), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2375), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2375), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_template] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2170), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [809] = { - [sym__declaration_specifiers] = STATE(3514), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_LPAREN2] = ACTIONS(2367), - [anon_sym_TILDE] = ACTIONS(2367), - [anon_sym_STAR] = ACTIONS(2367), - [anon_sym_AMP_AMP] = ACTIONS(2367), - [anon_sym_AMP] = ACTIONS(2369), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [688] = { + [sym_function_definition] = STATE(490), + [sym_declaration] = STATE(490), + [sym__declaration_specifiers] = STATE(3578), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1410), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4032), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(490), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1391), + [sym_explicit_function_specifier] = STATE(1391), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(490), + [sym_operator_cast] = STATE(4176), + [aux_sym__constructor_specifiers] = STATE(1391), + [sym_operator_cast_definition] = STATE(490), + [sym_operator_cast_declaration] = STATE(490), + [sym_constructor_or_destructor_definition] = STATE(490), + [sym_constructor_or_destructor_declaration] = STATE(490), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(490), + [sym_attribute] = STATE(828), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(828), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(2369), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2369), - [anon_sym_explicit] = ACTIONS(2369), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_operator] = ACTIONS(2369), - [sym_operator_name] = ACTIONS(2369), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_template] = ACTIONS(2172), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [810] = { - [sym__declaration_specifiers] = STATE(3526), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_LPAREN2] = ACTIONS(2367), - [anon_sym_TILDE] = ACTIONS(2367), - [anon_sym_STAR] = ACTIONS(2367), - [anon_sym_AMP_AMP] = ACTIONS(2367), - [anon_sym_AMP] = ACTIONS(2369), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [689] = { + [sym_function_definition] = STATE(1266), + [sym_declaration] = STATE(1266), + [sym__declaration_specifiers] = STATE(3597), + [sym_attribute_specifier] = STATE(1584), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_call_modifier] = STATE(1416), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4012), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1584), + [sym_type_qualifier] = STATE(1584), + [sym__type_specifier] = STATE(1663), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__empty_declaration] = STATE(1266), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1387), + [sym_explicit_function_specifier] = STATE(1387), + [sym_dependent_type] = STATE(1013), + [sym_template_declaration] = STATE(1266), + [sym_operator_cast] = STATE(4215), + [aux_sym__constructor_specifiers] = STATE(1387), + [sym_operator_cast_definition] = STATE(1266), + [sym_operator_cast_declaration] = STATE(1266), + [sym_constructor_or_destructor_definition] = STATE(1266), + [sym_constructor_or_destructor_declaration] = STATE(1266), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1707), + [sym_template_function] = STATE(4055), + [sym_alias_declaration] = STATE(1266), + [sym_attribute] = STATE(942), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5263), + [sym_macro_annotation] = STATE(1396), + [aux_sym_function_definition_repeat1] = STATE(942), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2152), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym___declspec] = ACTIONS(41), - [anon_sym___based] = ACTIONS(2369), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___based] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), [anon_sym_short] = ACTIONS(55), [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), + [anon_sym_enum] = ACTIONS(59), [anon_sym_class] = ACTIONS(61), [anon_sym_struct] = ACTIONS(63), [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2369), - [anon_sym_explicit] = ACTIONS(2369), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_operator] = ACTIONS(2369), - [sym_operator_name] = ACTIONS(2369), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_template] = ACTIONS(2026), + [anon_sym_COLON_COLON] = ACTIONS(2156), + [anon_sym_operator] = ACTIONS(115), + [anon_sym_using] = ACTIONS(2176), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), }, - [811] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [690] = { + [sym_catch_clause] = STATE(690), + [aux_sym_try_statement_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1400), + [anon_sym_LPAREN2] = ACTIONS(1402), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1402), + [anon_sym_DASH] = ACTIONS(1400), + [anon_sym_PLUS] = ACTIONS(1400), + [anon_sym_STAR] = ACTIONS(1402), + [anon_sym_AMP] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1402), + [anon_sym_typedef] = ACTIONS(1400), + [anon_sym_extern] = ACTIONS(1400), + [anon_sym___attribute__] = ACTIONS(1400), + [anon_sym___declspec] = ACTIONS(1400), + [anon_sym_LBRACE] = ACTIONS(1402), + [anon_sym_LBRACK] = ACTIONS(1400), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_register] = ACTIONS(1400), + [anon_sym_inline] = ACTIONS(1400), + [anon_sym_const] = ACTIONS(1400), + [anon_sym_volatile] = ACTIONS(1400), + [anon_sym_restrict] = ACTIONS(1400), + [anon_sym__Atomic] = ACTIONS(1400), + [anon_sym_mutable] = ACTIONS(1400), + [anon_sym_constexpr] = ACTIONS(1400), + [anon_sym_signed] = ACTIONS(1400), + [anon_sym_unsigned] = ACTIONS(1400), + [anon_sym_long] = ACTIONS(1400), + [anon_sym_short] = ACTIONS(1400), + [sym_primitive_type] = ACTIONS(1400), + [anon_sym_enum] = ACTIONS(1400), + [anon_sym_class] = ACTIONS(1400), + [anon_sym_struct] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1400), + [anon_sym_if] = ACTIONS(1400), + [anon_sym_else] = ACTIONS(1400), + [anon_sym_switch] = ACTIONS(1400), + [anon_sym_while] = ACTIONS(1400), + [anon_sym_do] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(1400), + [anon_sym_return] = ACTIONS(1400), + [anon_sym_break] = ACTIONS(1400), + [anon_sym_continue] = ACTIONS(1400), + [anon_sym_goto] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1402), + [anon_sym_PLUS_PLUS] = ACTIONS(1402), + [anon_sym_sizeof] = ACTIONS(1400), + [sym_number_literal] = ACTIONS(1402), + [anon_sym_L_SQUOTE] = ACTIONS(1402), + [anon_sym_u_SQUOTE] = ACTIONS(1402), + [anon_sym_U_SQUOTE] = ACTIONS(1402), + [anon_sym_u8_SQUOTE] = ACTIONS(1402), + [anon_sym_SQUOTE] = ACTIONS(1402), + [anon_sym_L_DQUOTE] = ACTIONS(1402), + [anon_sym_u_DQUOTE] = ACTIONS(1402), + [anon_sym_U_DQUOTE] = ACTIONS(1402), + [anon_sym_u8_DQUOTE] = ACTIONS(1402), + [anon_sym_DQUOTE] = ACTIONS(1402), + [sym_true] = ACTIONS(1400), + [sym_false] = ACTIONS(1400), + [sym_null] = ACTIONS(1400), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1400), + [sym_auto] = ACTIONS(1400), + [anon_sym_typename] = ACTIONS(1400), + [anon_sym_COLON_COLON] = ACTIONS(1402), + [anon_sym_delete] = ACTIONS(1400), + [anon_sym_catch] = ACTIONS(2178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1402), + [anon_sym_new] = ACTIONS(1400), + [sym_this] = ACTIONS(1400), + [sym_nullptr] = ACTIONS(1400), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_FORWARD] = ACTIONS(1400), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1400), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_PS_GET] = ACTIONS(1400), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1400), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1400), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1400), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1400), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1400), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1400), + [anon_sym_MOZ_COLD] = ACTIONS(1400), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1400), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1400), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1400), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1400), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1400), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1400), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1400), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1400), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1400), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1400), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1400), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1400), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL] = ACTIONS(1400), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1400), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1400), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN] = ACTIONS(1400), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1400), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1400), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1400), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1400), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1400), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1400), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1400), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1400), + [anon_sym_MOZ_RAII] = ACTIONS(1400), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1400), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1400), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1400), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1400), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1400), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1400), + [sym_raw_string_literal] = ACTIONS(1402), }, - [812] = { - [sym_identifier] = ACTIONS(2381), - [aux_sym_preproc_def_token1] = ACTIONS(2381), - [aux_sym_preproc_if_token1] = ACTIONS(2381), - [aux_sym_preproc_if_token2] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2381), - [aux_sym_preproc_else_token1] = ACTIONS(2381), - [aux_sym_preproc_elif_token1] = ACTIONS(2381), - [sym_preproc_directive] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_TILDE] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2383), - [anon_sym_AMP_AMP] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2381), - [anon_sym_typedef] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2381), - [anon_sym___attribute__] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2381), - [anon_sym___based] = ACTIONS(2381), - [anon_sym_LBRACK] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2381), - [anon_sym_register] = ACTIONS(2381), - [anon_sym_inline] = ACTIONS(2381), - [anon_sym_const] = ACTIONS(2381), - [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_signed] = ACTIONS(2381), - [anon_sym_unsigned] = ACTIONS(2381), - [anon_sym_long] = ACTIONS(2381), - [anon_sym_short] = ACTIONS(2381), - [sym_primitive_type] = ACTIONS(2381), - [anon_sym_enum] = ACTIONS(2381), - [anon_sym_class] = ACTIONS(2381), - [anon_sym_struct] = ACTIONS(2381), - [anon_sym_union] = ACTIONS(2381), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2381), - [anon_sym_virtual] = ACTIONS(2381), - [anon_sym_explicit] = ACTIONS(2381), - [anon_sym_public] = ACTIONS(2381), - [anon_sym_private] = ACTIONS(2381), - [anon_sym_protected] = ACTIONS(2381), - [sym_auto] = ACTIONS(2381), - [anon_sym_typename] = ACTIONS(2381), - [anon_sym_template] = ACTIONS(2381), - [anon_sym_COLON_COLON] = ACTIONS(2383), - [anon_sym_operator] = ACTIONS(2381), - [anon_sym_friend] = ACTIONS(2381), - [anon_sym_using] = ACTIONS(2381), - [anon_sym_static_assert] = ACTIONS(2381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2383), - [sym_operator_name] = ACTIONS(2381), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2381), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2381), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2381), - [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(2381), - [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(2381), - [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(2381), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_NONNULL] = ACTIONS(2381), - [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(2381), - [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), + [691] = { + [sym_catch_clause] = STATE(690), + [aux_sym_try_statement_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1394), + [anon_sym_LPAREN2] = ACTIONS(1396), + [anon_sym_BANG] = ACTIONS(1396), + [anon_sym_TILDE] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_SEMI] = ACTIONS(1396), + [anon_sym_typedef] = ACTIONS(1394), + [anon_sym_extern] = ACTIONS(1394), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___declspec] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1396), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_static] = ACTIONS(1394), + [anon_sym_register] = ACTIONS(1394), + [anon_sym_inline] = ACTIONS(1394), + [anon_sym_const] = ACTIONS(1394), + [anon_sym_volatile] = ACTIONS(1394), + [anon_sym_restrict] = ACTIONS(1394), + [anon_sym__Atomic] = ACTIONS(1394), + [anon_sym_mutable] = ACTIONS(1394), + [anon_sym_constexpr] = ACTIONS(1394), + [anon_sym_signed] = ACTIONS(1394), + [anon_sym_unsigned] = ACTIONS(1394), + [anon_sym_long] = ACTIONS(1394), + [anon_sym_short] = ACTIONS(1394), + [sym_primitive_type] = ACTIONS(1394), + [anon_sym_enum] = ACTIONS(1394), + [anon_sym_class] = ACTIONS(1394), + [anon_sym_struct] = ACTIONS(1394), + [anon_sym_union] = ACTIONS(1394), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_else] = ACTIONS(1394), + [anon_sym_switch] = ACTIONS(1394), + [anon_sym_while] = ACTIONS(1394), + [anon_sym_do] = ACTIONS(1394), + [anon_sym_for] = ACTIONS(1394), + [anon_sym_return] = ACTIONS(1394), + [anon_sym_break] = ACTIONS(1394), + [anon_sym_continue] = ACTIONS(1394), + [anon_sym_goto] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1396), + [anon_sym_PLUS_PLUS] = ACTIONS(1396), + [anon_sym_sizeof] = ACTIONS(1394), + [sym_number_literal] = ACTIONS(1396), + [anon_sym_L_SQUOTE] = ACTIONS(1396), + [anon_sym_u_SQUOTE] = ACTIONS(1396), + [anon_sym_U_SQUOTE] = ACTIONS(1396), + [anon_sym_u8_SQUOTE] = ACTIONS(1396), + [anon_sym_SQUOTE] = ACTIONS(1396), + [anon_sym_L_DQUOTE] = ACTIONS(1396), + [anon_sym_u_DQUOTE] = ACTIONS(1396), + [anon_sym_U_DQUOTE] = ACTIONS(1396), + [anon_sym_u8_DQUOTE] = ACTIONS(1396), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1394), + [sym_auto] = ACTIONS(1394), + [anon_sym_typename] = ACTIONS(1394), + [anon_sym_COLON_COLON] = ACTIONS(1396), + [anon_sym_delete] = ACTIONS(1394), + [anon_sym_catch] = ACTIONS(2181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1396), + [anon_sym_new] = ACTIONS(1394), + [sym_this] = ACTIONS(1394), + [sym_nullptr] = ACTIONS(1394), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_FORWARD] = ACTIONS(1394), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1394), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_PS_GET] = ACTIONS(1394), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1394), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1394), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1394), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1394), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1394), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1394), + [anon_sym_MOZ_COLD] = ACTIONS(1394), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1394), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1394), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1394), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1394), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1394), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1394), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1394), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1394), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1394), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1394), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1394), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1394), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL] = ACTIONS(1394), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1394), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1394), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN] = ACTIONS(1394), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1394), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1394), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1394), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1394), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1394), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1394), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1394), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1394), + [anon_sym_MOZ_RAII] = ACTIONS(1394), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1394), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1394), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1394), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1394), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1394), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1394), + [sym_raw_string_literal] = ACTIONS(1396), }, - [813] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token2] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [aux_sym_preproc_else_token1] = ACTIONS(2036), - [aux_sym_preproc_elif_token1] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [anon_sym_public] = ACTIONS(2036), - [anon_sym_private] = ACTIONS(2036), - [anon_sym_protected] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_friend] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [sym_operator_name] = ACTIONS(2036), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), + [692] = { + [sym_identifier] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1412), + [anon_sym_PLUS] = ACTIONS(1412), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [anon_sym_if] = ACTIONS(1412), + [anon_sym_else] = ACTIONS(1412), + [anon_sym_switch] = ACTIONS(1412), + [anon_sym_while] = ACTIONS(1412), + [anon_sym_do] = ACTIONS(1412), + [anon_sym_for] = ACTIONS(1412), + [anon_sym_return] = ACTIONS(1412), + [anon_sym_break] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(1412), + [anon_sym_goto] = ACTIONS(1412), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_PLUS_PLUS] = ACTIONS(1414), + [anon_sym_sizeof] = ACTIONS(1412), + [sym_number_literal] = ACTIONS(1414), + [anon_sym_L_SQUOTE] = ACTIONS(1414), + [anon_sym_u_SQUOTE] = ACTIONS(1414), + [anon_sym_U_SQUOTE] = ACTIONS(1414), + [anon_sym_u8_SQUOTE] = ACTIONS(1414), + [anon_sym_SQUOTE] = ACTIONS(1414), + [anon_sym_L_DQUOTE] = ACTIONS(1414), + [anon_sym_u_DQUOTE] = ACTIONS(1414), + [anon_sym_U_DQUOTE] = ACTIONS(1414), + [anon_sym_u8_DQUOTE] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym_true] = ACTIONS(1412), + [sym_false] = ACTIONS(1412), + [sym_null] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_delete] = ACTIONS(1412), + [anon_sym_catch] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [anon_sym_new] = ACTIONS(1412), + [sym_this] = ACTIONS(1412), + [sym_nullptr] = ACTIONS(1412), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_FORWARD] = ACTIONS(1412), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1412), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_PS_GET] = ACTIONS(1412), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1412), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1412), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1412), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + [sym_raw_string_literal] = ACTIONS(1414), }, - [814] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token2] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [aux_sym_preproc_else_token1] = ACTIONS(2044), - [aux_sym_preproc_elif_token1] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [anon_sym_public] = ACTIONS(2044), - [anon_sym_private] = ACTIONS(2044), - [anon_sym_protected] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_friend] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [sym_operator_name] = ACTIONS(2044), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), + [693] = { + [sym_identifier] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym_mutable] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_else] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [sym_null] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1423), + [sym_auto] = ACTIONS(1423), + [anon_sym_typename] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1425), + [anon_sym_delete] = ACTIONS(1423), + [anon_sym_catch] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1423), + [sym_this] = ACTIONS(1423), + [sym_nullptr] = ACTIONS(1423), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_FORWARD] = ACTIONS(1423), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1423), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_PS_GET] = ACTIONS(1423), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1423), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1423), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1423), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1423), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1423), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1423), + [anon_sym_MOZ_COLD] = ACTIONS(1423), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1423), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1423), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1423), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1423), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1423), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1423), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1423), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1423), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1423), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1423), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1423), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1423), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL] = ACTIONS(1423), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1423), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1423), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN] = ACTIONS(1423), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1423), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1423), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1423), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1423), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1423), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1423), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1423), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1423), + [anon_sym_MOZ_RAII] = ACTIONS(1423), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1423), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1423), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1423), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1423), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1423), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1423), + [sym_raw_string_literal] = ACTIONS(1425), }, - [815] = { - [sym_identifier] = ACTIONS(2385), - [aux_sym_preproc_def_token1] = ACTIONS(2385), - [aux_sym_preproc_if_token1] = ACTIONS(2385), - [aux_sym_preproc_if_token2] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2385), - [aux_sym_preproc_else_token1] = ACTIONS(2385), - [aux_sym_preproc_elif_token1] = ACTIONS(2385), - [sym_preproc_directive] = ACTIONS(2385), - [anon_sym_LPAREN2] = ACTIONS(2387), - [anon_sym_TILDE] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(2387), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_typedef] = ACTIONS(2385), - [anon_sym_extern] = ACTIONS(2385), - [anon_sym___attribute__] = ACTIONS(2385), - [anon_sym___declspec] = ACTIONS(2385), - [anon_sym___based] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_static] = ACTIONS(2385), - [anon_sym_register] = ACTIONS(2385), - [anon_sym_inline] = ACTIONS(2385), - [anon_sym_const] = ACTIONS(2385), - [anon_sym_volatile] = ACTIONS(2385), - [anon_sym_restrict] = ACTIONS(2385), - [anon_sym__Atomic] = ACTIONS(2385), - [anon_sym_mutable] = ACTIONS(2385), - [anon_sym_constexpr] = ACTIONS(2385), - [anon_sym_signed] = ACTIONS(2385), - [anon_sym_unsigned] = ACTIONS(2385), - [anon_sym_long] = ACTIONS(2385), - [anon_sym_short] = ACTIONS(2385), - [sym_primitive_type] = ACTIONS(2385), - [anon_sym_enum] = ACTIONS(2385), - [anon_sym_class] = ACTIONS(2385), - [anon_sym_struct] = ACTIONS(2385), - [anon_sym_union] = ACTIONS(2385), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2385), - [anon_sym_virtual] = ACTIONS(2385), - [anon_sym_explicit] = ACTIONS(2385), - [anon_sym_public] = ACTIONS(2385), - [anon_sym_private] = ACTIONS(2385), - [anon_sym_protected] = ACTIONS(2385), - [sym_auto] = ACTIONS(2385), - [anon_sym_typename] = ACTIONS(2385), - [anon_sym_template] = ACTIONS(2385), - [anon_sym_COLON_COLON] = ACTIONS(2387), - [anon_sym_operator] = ACTIONS(2385), - [anon_sym_friend] = ACTIONS(2385), - [anon_sym_using] = ACTIONS(2385), - [anon_sym_static_assert] = ACTIONS(2385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2387), - [sym_operator_name] = ACTIONS(2385), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2385), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2385), - [anon_sym_MOZ_COLD] = ACTIONS(2385), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2385), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2385), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2385), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2385), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2385), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2385), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2385), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2385), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2385), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2385), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2385), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2385), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_RAII] = ACTIONS(2385), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2385), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2385), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2385), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2385), + [694] = { + [sym_identifier] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_BANG] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1416), + [anon_sym_PLUS] = ACTIONS(1416), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1416), + [anon_sym_else] = ACTIONS(1416), + [anon_sym_switch] = ACTIONS(1416), + [anon_sym_while] = ACTIONS(1416), + [anon_sym_do] = ACTIONS(1416), + [anon_sym_for] = ACTIONS(1416), + [anon_sym_return] = ACTIONS(1416), + [anon_sym_break] = ACTIONS(1416), + [anon_sym_continue] = ACTIONS(1416), + [anon_sym_goto] = ACTIONS(1416), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_sizeof] = ACTIONS(1416), + [sym_number_literal] = ACTIONS(1418), + [anon_sym_L_SQUOTE] = ACTIONS(1418), + [anon_sym_u_SQUOTE] = ACTIONS(1418), + [anon_sym_U_SQUOTE] = ACTIONS(1418), + [anon_sym_u8_SQUOTE] = ACTIONS(1418), + [anon_sym_SQUOTE] = ACTIONS(1418), + [anon_sym_L_DQUOTE] = ACTIONS(1418), + [anon_sym_u_DQUOTE] = ACTIONS(1418), + [anon_sym_U_DQUOTE] = ACTIONS(1418), + [anon_sym_u8_DQUOTE] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym_true] = ACTIONS(1416), + [sym_false] = ACTIONS(1416), + [sym_null] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_delete] = ACTIONS(1416), + [anon_sym_catch] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1416), + [sym_this] = ACTIONS(1416), + [sym_nullptr] = ACTIONS(1416), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_FORWARD] = ACTIONS(1416), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1416), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_PS_GET] = ACTIONS(1416), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1416), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1416), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1416), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + [sym_raw_string_literal] = ACTIONS(1418), }, - [816] = { - [sym_identifier] = ACTIONS(2389), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2391), - [anon_sym_COMMA] = ACTIONS(2391), - [anon_sym_RPAREN] = ACTIONS(2391), - [anon_sym_LPAREN2] = ACTIONS(2391), - [anon_sym_TILDE] = ACTIONS(2391), - [anon_sym_DASH] = ACTIONS(2389), - [anon_sym_PLUS] = ACTIONS(2389), - [anon_sym_STAR] = ACTIONS(2391), - [anon_sym_SLASH] = ACTIONS(2389), - [anon_sym_PERCENT] = ACTIONS(2391), - [anon_sym_PIPE_PIPE] = ACTIONS(2391), - [anon_sym_AMP_AMP] = ACTIONS(2391), - [anon_sym_PIPE] = ACTIONS(2389), - [anon_sym_CARET] = ACTIONS(2391), - [anon_sym_AMP] = ACTIONS(2389), - [anon_sym_EQ_EQ] = ACTIONS(2391), - [anon_sym_BANG_EQ] = ACTIONS(2391), - [anon_sym_GT] = ACTIONS(2389), - [anon_sym_GT_EQ] = ACTIONS(2391), - [anon_sym_LT_EQ] = ACTIONS(2391), - [anon_sym_LT] = ACTIONS(2389), - [anon_sym_LT_LT] = ACTIONS(2391), - [anon_sym_GT_GT] = ACTIONS(2391), - [anon_sym_SEMI] = ACTIONS(2391), - [anon_sym_extern] = ACTIONS(2389), - [anon_sym___attribute__] = ACTIONS(2389), - [anon_sym___declspec] = ACTIONS(2389), - [anon_sym___based] = ACTIONS(2389), - [anon_sym_LBRACE] = ACTIONS(2391), - [anon_sym_RBRACE] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_RBRACK] = ACTIONS(2391), - [anon_sym_EQ] = ACTIONS(2389), - [anon_sym_static] = ACTIONS(2389), - [anon_sym_register] = ACTIONS(2389), - [anon_sym_inline] = ACTIONS(2389), - [anon_sym_const] = ACTIONS(2389), - [anon_sym_volatile] = ACTIONS(2389), - [anon_sym_restrict] = ACTIONS(2389), - [anon_sym__Atomic] = ACTIONS(2389), - [anon_sym_mutable] = ACTIONS(2389), - [anon_sym_constexpr] = ACTIONS(2389), - [anon_sym_COLON] = ACTIONS(2389), - [anon_sym_QMARK] = ACTIONS(2391), - [anon_sym_DASH_DASH] = ACTIONS(2391), - [anon_sym_PLUS_PLUS] = ACTIONS(2391), - [anon_sym_DOT] = ACTIONS(2389), - [anon_sym_DASH_GT] = ACTIONS(2391), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2389), - [anon_sym_override] = ACTIONS(2389), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_noexcept] = ACTIONS(2389), - [anon_sym_throw] = ACTIONS(2389), - [sym_operator_name] = ACTIONS(2389), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), - [anon_sym_MOZ_COLD] = ACTIONS(2389), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_NONNULL] = ACTIONS(2389), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), - [anon_sym_MOZ_RAII] = ACTIONS(2389), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), + [695] = { + [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___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_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), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, - [817] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token2] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [aux_sym_preproc_else_token1] = ACTIONS(2393), - [aux_sym_preproc_elif_token1] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [696] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [818] = { - [sym_identifier] = ACTIONS(2397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(2399), - [anon_sym_RPAREN] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2399), - [anon_sym_DASH] = ACTIONS(2397), - [anon_sym_PLUS] = ACTIONS(2397), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_SLASH] = ACTIONS(2397), - [anon_sym_PERCENT] = ACTIONS(2399), - [anon_sym_PIPE_PIPE] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_PIPE] = ACTIONS(2397), - [anon_sym_CARET] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(2397), - [anon_sym_EQ_EQ] = ACTIONS(2399), - [anon_sym_BANG_EQ] = ACTIONS(2399), - [anon_sym_GT] = ACTIONS(2397), - [anon_sym_GT_EQ] = ACTIONS(2399), - [anon_sym_LT_EQ] = ACTIONS(2399), - [anon_sym_LT] = ACTIONS(2397), - [anon_sym_LT_LT] = ACTIONS(2399), - [anon_sym_GT_GT] = ACTIONS(2399), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_extern] = ACTIONS(2397), - [anon_sym___attribute__] = ACTIONS(2397), - [anon_sym___declspec] = ACTIONS(2397), - [anon_sym___based] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_RBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2399), - [anon_sym_RBRACK] = ACTIONS(2399), - [anon_sym_EQ] = ACTIONS(2397), - [anon_sym_static] = ACTIONS(2397), - [anon_sym_register] = ACTIONS(2397), - [anon_sym_inline] = ACTIONS(2397), - [anon_sym_const] = ACTIONS(2397), - [anon_sym_volatile] = ACTIONS(2397), - [anon_sym_restrict] = ACTIONS(2397), - [anon_sym__Atomic] = ACTIONS(2397), - [anon_sym_mutable] = ACTIONS(2397), - [anon_sym_constexpr] = ACTIONS(2397), - [anon_sym_COLON] = ACTIONS(2397), - [anon_sym_QMARK] = ACTIONS(2399), - [anon_sym_DASH_DASH] = ACTIONS(2399), - [anon_sym_PLUS_PLUS] = ACTIONS(2399), - [anon_sym_DOT] = ACTIONS(2397), - [anon_sym_DASH_GT] = ACTIONS(2399), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2397), - [anon_sym_override] = ACTIONS(2397), - [anon_sym_COLON_COLON] = ACTIONS(2399), - [anon_sym_noexcept] = ACTIONS(2397), - [anon_sym_throw] = ACTIONS(2397), - [sym_operator_name] = ACTIONS(2397), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), - [anon_sym_MOZ_COLD] = ACTIONS(2397), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_NONNULL] = ACTIONS(2397), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), - [anon_sym_MOZ_RAII] = ACTIONS(2397), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [697] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [819] = { - [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(2403), - [anon_sym_TILDE] = ACTIONS(2403), - [anon_sym_DASH] = ACTIONS(2401), - [anon_sym_PLUS] = ACTIONS(2401), - [anon_sym_STAR] = ACTIONS(2403), - [anon_sym_SLASH] = ACTIONS(2401), - [anon_sym_PERCENT] = ACTIONS(2403), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2403), - [anon_sym_PIPE] = ACTIONS(2401), - [anon_sym_CARET] = ACTIONS(2403), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2401), - [anon_sym_GT_EQ] = ACTIONS(2403), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2401), - [anon_sym_LT_LT] = ACTIONS(2403), - [anon_sym_GT_GT] = ACTIONS(2403), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2403), - [anon_sym_RBRACE] = ACTIONS(2403), - [anon_sym_LBRACK] = ACTIONS(2403), - [anon_sym_RBRACK] = ACTIONS(2403), - [anon_sym_EQ] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = 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_QMARK] = ACTIONS(2403), - [anon_sym_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2401), - [anon_sym_DASH_GT] = ACTIONS(2403), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2401), - [anon_sym_override] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2403), - [anon_sym_noexcept] = ACTIONS(2401), - [anon_sym_throw] = ACTIONS(2401), - [sym_operator_name] = 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), + [698] = { + [sym_identifier] = ACTIONS(1584), + [anon_sym_LPAREN2] = ACTIONS(1586), + [anon_sym_BANG] = ACTIONS(1586), + [anon_sym_TILDE] = ACTIONS(1586), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1586), + [anon_sym_AMP] = ACTIONS(1586), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym___attribute__] = ACTIONS(1584), + [anon_sym___declspec] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_static] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_inline] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_volatile] = ACTIONS(1584), + [anon_sym_restrict] = ACTIONS(1584), + [anon_sym__Atomic] = ACTIONS(1584), + [anon_sym_mutable] = ACTIONS(1584), + [anon_sym_constexpr] = ACTIONS(1584), + [anon_sym_signed] = ACTIONS(1584), + [anon_sym_unsigned] = ACTIONS(1584), + [anon_sym_long] = ACTIONS(1584), + [anon_sym_short] = ACTIONS(1584), + [sym_primitive_type] = ACTIONS(1584), + [anon_sym_enum] = ACTIONS(1584), + [anon_sym_class] = ACTIONS(1584), + [anon_sym_struct] = ACTIONS(1584), + [anon_sym_union] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_switch] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_goto] = ACTIONS(1584), + [anon_sym_DASH_DASH] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_sizeof] = ACTIONS(1584), + [sym_number_literal] = ACTIONS(1586), + [anon_sym_L_SQUOTE] = ACTIONS(1586), + [anon_sym_u_SQUOTE] = ACTIONS(1586), + [anon_sym_U_SQUOTE] = ACTIONS(1586), + [anon_sym_u8_SQUOTE] = ACTIONS(1586), + [anon_sym_SQUOTE] = ACTIONS(1586), + [anon_sym_L_DQUOTE] = ACTIONS(1586), + [anon_sym_u_DQUOTE] = ACTIONS(1586), + [anon_sym_U_DQUOTE] = ACTIONS(1586), + [anon_sym_u8_DQUOTE] = ACTIONS(1586), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym_true] = ACTIONS(1584), + [sym_false] = ACTIONS(1584), + [sym_null] = ACTIONS(1584), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1584), + [sym_auto] = ACTIONS(1584), + [anon_sym_typename] = ACTIONS(1584), + [anon_sym_COLON_COLON] = ACTIONS(1586), + [anon_sym_delete] = ACTIONS(1584), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1586), + [anon_sym_new] = ACTIONS(1584), + [sym_this] = ACTIONS(1584), + [sym_nullptr] = ACTIONS(1584), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_FORWARD] = ACTIONS(1584), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1584), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_PS_GET] = ACTIONS(1584), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1584), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1584), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1584), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1584), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1584), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1584), + [anon_sym_MOZ_COLD] = ACTIONS(1584), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1584), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1584), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1584), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1584), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1584), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1584), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1584), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1584), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1584), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1584), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1584), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1584), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL] = ACTIONS(1584), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1584), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1584), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN] = ACTIONS(1584), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1584), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1584), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1584), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1584), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1584), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1584), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1584), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1584), + [anon_sym_MOZ_RAII] = ACTIONS(1584), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1584), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1584), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1584), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1584), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1584), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1584), + [sym_raw_string_literal] = ACTIONS(1586), }, - [820] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token2] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [anon_sym_public] = ACTIONS(1940), - [anon_sym_private] = ACTIONS(1940), - [anon_sym_protected] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_friend] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [sym_operator_name] = ACTIONS(1940), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), + [699] = { + [sym_identifier] = ACTIONS(1580), + [anon_sym_LPAREN2] = ACTIONS(1582), + [anon_sym_BANG] = ACTIONS(1582), + [anon_sym_TILDE] = ACTIONS(1582), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1582), + [anon_sym_AMP] = ACTIONS(1582), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_typedef] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym___attribute__] = ACTIONS(1580), + [anon_sym___declspec] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_static] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_inline] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_volatile] = ACTIONS(1580), + [anon_sym_restrict] = ACTIONS(1580), + [anon_sym__Atomic] = ACTIONS(1580), + [anon_sym_mutable] = ACTIONS(1580), + [anon_sym_constexpr] = ACTIONS(1580), + [anon_sym_signed] = ACTIONS(1580), + [anon_sym_unsigned] = ACTIONS(1580), + [anon_sym_long] = ACTIONS(1580), + [anon_sym_short] = ACTIONS(1580), + [sym_primitive_type] = ACTIONS(1580), + [anon_sym_enum] = ACTIONS(1580), + [anon_sym_class] = ACTIONS(1580), + [anon_sym_struct] = ACTIONS(1580), + [anon_sym_union] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_switch] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_goto] = ACTIONS(1580), + [anon_sym_DASH_DASH] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_sizeof] = ACTIONS(1580), + [sym_number_literal] = ACTIONS(1582), + [anon_sym_L_SQUOTE] = ACTIONS(1582), + [anon_sym_u_SQUOTE] = ACTIONS(1582), + [anon_sym_U_SQUOTE] = ACTIONS(1582), + [anon_sym_u8_SQUOTE] = ACTIONS(1582), + [anon_sym_SQUOTE] = ACTIONS(1582), + [anon_sym_L_DQUOTE] = ACTIONS(1582), + [anon_sym_u_DQUOTE] = ACTIONS(1582), + [anon_sym_U_DQUOTE] = ACTIONS(1582), + [anon_sym_u8_DQUOTE] = ACTIONS(1582), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym_true] = ACTIONS(1580), + [sym_false] = ACTIONS(1580), + [sym_null] = ACTIONS(1580), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1580), + [sym_auto] = ACTIONS(1580), + [anon_sym_typename] = ACTIONS(1580), + [anon_sym_COLON_COLON] = ACTIONS(1582), + [anon_sym_delete] = ACTIONS(1580), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1582), + [anon_sym_new] = ACTIONS(1580), + [sym_this] = ACTIONS(1580), + [sym_nullptr] = ACTIONS(1580), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_FORWARD] = ACTIONS(1580), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1580), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_PS_GET] = ACTIONS(1580), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1580), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1580), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1580), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1580), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1580), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1580), + [anon_sym_MOZ_COLD] = ACTIONS(1580), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1580), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1580), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1580), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1580), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1580), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1580), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1580), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1580), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1580), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1580), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1580), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1580), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL] = ACTIONS(1580), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1580), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1580), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN] = ACTIONS(1580), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1580), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1580), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1580), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1580), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1580), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1580), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1580), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1580), + [anon_sym_MOZ_RAII] = ACTIONS(1580), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1580), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1580), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1580), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1580), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1580), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1580), + [sym_raw_string_literal] = ACTIONS(1582), }, - [821] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token2] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [aux_sym_preproc_else_token1] = ACTIONS(2405), - [aux_sym_preproc_elif_token1] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [700] = { + [sym_identifier] = ACTIONS(1536), + [anon_sym_LPAREN2] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_TILDE] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1536), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_SEMI] = ACTIONS(1538), + [anon_sym_typedef] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym___attribute__] = ACTIONS(1536), + [anon_sym___declspec] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1538), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_static] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_inline] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [anon_sym_volatile] = ACTIONS(1536), + [anon_sym_restrict] = ACTIONS(1536), + [anon_sym__Atomic] = ACTIONS(1536), + [anon_sym_mutable] = ACTIONS(1536), + [anon_sym_constexpr] = ACTIONS(1536), + [anon_sym_signed] = ACTIONS(1536), + [anon_sym_unsigned] = ACTIONS(1536), + [anon_sym_long] = ACTIONS(1536), + [anon_sym_short] = ACTIONS(1536), + [sym_primitive_type] = ACTIONS(1536), + [anon_sym_enum] = ACTIONS(1536), + [anon_sym_class] = ACTIONS(1536), + [anon_sym_struct] = ACTIONS(1536), + [anon_sym_union] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_else] = ACTIONS(1536), + [anon_sym_switch] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_goto] = ACTIONS(1536), + [anon_sym_DASH_DASH] = ACTIONS(1538), + [anon_sym_PLUS_PLUS] = ACTIONS(1538), + [anon_sym_sizeof] = ACTIONS(1536), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1538), + [anon_sym_u_SQUOTE] = ACTIONS(1538), + [anon_sym_U_SQUOTE] = ACTIONS(1538), + [anon_sym_u8_SQUOTE] = ACTIONS(1538), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_L_DQUOTE] = ACTIONS(1538), + [anon_sym_u_DQUOTE] = ACTIONS(1538), + [anon_sym_U_DQUOTE] = ACTIONS(1538), + [anon_sym_u8_DQUOTE] = ACTIONS(1538), + [anon_sym_DQUOTE] = ACTIONS(1538), + [sym_true] = ACTIONS(1536), + [sym_false] = ACTIONS(1536), + [sym_null] = ACTIONS(1536), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1536), + [sym_auto] = ACTIONS(1536), + [anon_sym_typename] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1538), + [anon_sym_delete] = ACTIONS(1536), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1538), + [anon_sym_new] = ACTIONS(1536), + [sym_this] = ACTIONS(1536), + [sym_nullptr] = ACTIONS(1536), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_FORWARD] = ACTIONS(1536), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1536), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_PS_GET] = ACTIONS(1536), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1536), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1536), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1536), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1536), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1536), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1536), + [anon_sym_MOZ_COLD] = ACTIONS(1536), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1536), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1536), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1536), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1536), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1536), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1536), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1536), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1536), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1536), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1536), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1536), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1536), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL] = ACTIONS(1536), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1536), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1536), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN] = ACTIONS(1536), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1536), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1536), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1536), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1536), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1536), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1536), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1536), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1536), + [anon_sym_MOZ_RAII] = ACTIONS(1536), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1536), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1536), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1536), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1536), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1536), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1536), + [sym_raw_string_literal] = ACTIONS(1538), }, - [822] = { - [sym_identifier] = ACTIONS(2409), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2411), - [anon_sym_COMMA] = ACTIONS(2411), - [anon_sym_RPAREN] = ACTIONS(2411), - [anon_sym_LPAREN2] = ACTIONS(2411), - [anon_sym_TILDE] = ACTIONS(2411), - [anon_sym_DASH] = ACTIONS(2409), - [anon_sym_PLUS] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2411), - [anon_sym_SLASH] = ACTIONS(2409), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2411), - [anon_sym_AMP_AMP] = ACTIONS(2411), - [anon_sym_PIPE] = ACTIONS(2409), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2409), - [anon_sym_EQ_EQ] = ACTIONS(2411), - [anon_sym_BANG_EQ] = ACTIONS(2411), - [anon_sym_GT] = ACTIONS(2409), - [anon_sym_GT_EQ] = ACTIONS(2411), - [anon_sym_LT_EQ] = ACTIONS(2411), - [anon_sym_LT] = ACTIONS(2409), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2411), - [anon_sym_extern] = ACTIONS(2409), - [anon_sym___attribute__] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2409), - [anon_sym___based] = ACTIONS(2409), - [anon_sym_LBRACE] = ACTIONS(2411), - [anon_sym_RBRACE] = ACTIONS(2411), - [anon_sym_LBRACK] = ACTIONS(2411), - [anon_sym_RBRACK] = ACTIONS(2411), - [anon_sym_EQ] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2409), - [anon_sym_register] = ACTIONS(2409), - [anon_sym_inline] = ACTIONS(2409), - [anon_sym_const] = ACTIONS(2409), - [anon_sym_volatile] = ACTIONS(2409), - [anon_sym_restrict] = ACTIONS(2409), - [anon_sym__Atomic] = ACTIONS(2409), - [anon_sym_mutable] = ACTIONS(2409), - [anon_sym_constexpr] = ACTIONS(2409), - [anon_sym_COLON] = ACTIONS(2409), - [anon_sym_QMARK] = ACTIONS(2411), - [anon_sym_DASH_DASH] = ACTIONS(2411), - [anon_sym_PLUS_PLUS] = ACTIONS(2411), - [anon_sym_DOT] = ACTIONS(2409), - [anon_sym_DASH_GT] = ACTIONS(2411), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2409), - [anon_sym_override] = ACTIONS(2409), - [anon_sym_COLON_COLON] = ACTIONS(2411), - [anon_sym_noexcept] = ACTIONS(2409), - [anon_sym_throw] = ACTIONS(2409), - [sym_operator_name] = ACTIONS(2409), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2409), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2409), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2409), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2409), - [anon_sym_MOZ_COLD] = ACTIONS(2409), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2409), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2409), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2409), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2409), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2409), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2409), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2409), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2409), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2409), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2409), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2409), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2409), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2409), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_NONNULL] = ACTIONS(2409), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2409), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2409), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2409), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2409), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2409), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2409), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2409), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2409), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2409), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2409), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2409), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2409), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), - [anon_sym_MOZ_RAII] = ACTIONS(2409), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2409), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2409), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2409), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2409), + [701] = { + [sym_identifier] = ACTIONS(1544), + [anon_sym_LPAREN2] = ACTIONS(1546), + [anon_sym_BANG] = ACTIONS(1546), + [anon_sym_TILDE] = ACTIONS(1546), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1546), + [anon_sym_AMP] = ACTIONS(1546), + [anon_sym_SEMI] = ACTIONS(1546), + [anon_sym_typedef] = ACTIONS(1544), + [anon_sym_extern] = ACTIONS(1544), + [anon_sym___attribute__] = ACTIONS(1544), + [anon_sym___declspec] = ACTIONS(1544), + [anon_sym_LBRACE] = ACTIONS(1546), + [anon_sym_LBRACK] = ACTIONS(1544), + [anon_sym_static] = ACTIONS(1544), + [anon_sym_register] = ACTIONS(1544), + [anon_sym_inline] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_volatile] = ACTIONS(1544), + [anon_sym_restrict] = ACTIONS(1544), + [anon_sym__Atomic] = ACTIONS(1544), + [anon_sym_mutable] = ACTIONS(1544), + [anon_sym_constexpr] = ACTIONS(1544), + [anon_sym_signed] = ACTIONS(1544), + [anon_sym_unsigned] = ACTIONS(1544), + [anon_sym_long] = ACTIONS(1544), + [anon_sym_short] = ACTIONS(1544), + [sym_primitive_type] = ACTIONS(1544), + [anon_sym_enum] = ACTIONS(1544), + [anon_sym_class] = ACTIONS(1544), + [anon_sym_struct] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_if] = ACTIONS(1544), + [anon_sym_else] = ACTIONS(1544), + [anon_sym_switch] = ACTIONS(1544), + [anon_sym_while] = ACTIONS(1544), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1544), + [anon_sym_return] = ACTIONS(1544), + [anon_sym_break] = ACTIONS(1544), + [anon_sym_continue] = ACTIONS(1544), + [anon_sym_goto] = ACTIONS(1544), + [anon_sym_DASH_DASH] = ACTIONS(1546), + [anon_sym_PLUS_PLUS] = ACTIONS(1546), + [anon_sym_sizeof] = ACTIONS(1544), + [sym_number_literal] = ACTIONS(1546), + [anon_sym_L_SQUOTE] = ACTIONS(1546), + [anon_sym_u_SQUOTE] = ACTIONS(1546), + [anon_sym_U_SQUOTE] = ACTIONS(1546), + [anon_sym_u8_SQUOTE] = ACTIONS(1546), + [anon_sym_SQUOTE] = ACTIONS(1546), + [anon_sym_L_DQUOTE] = ACTIONS(1546), + [anon_sym_u_DQUOTE] = ACTIONS(1546), + [anon_sym_U_DQUOTE] = ACTIONS(1546), + [anon_sym_u8_DQUOTE] = ACTIONS(1546), + [anon_sym_DQUOTE] = ACTIONS(1546), + [sym_true] = ACTIONS(1544), + [sym_false] = ACTIONS(1544), + [sym_null] = ACTIONS(1544), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1544), + [sym_auto] = ACTIONS(1544), + [anon_sym_typename] = ACTIONS(1544), + [anon_sym_COLON_COLON] = ACTIONS(1546), + [anon_sym_delete] = ACTIONS(1544), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1546), + [anon_sym_new] = ACTIONS(1544), + [sym_this] = ACTIONS(1544), + [sym_nullptr] = ACTIONS(1544), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_FORWARD] = ACTIONS(1544), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1544), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_PS_GET] = ACTIONS(1544), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1544), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1544), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1544), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1544), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1544), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1544), + [anon_sym_MOZ_COLD] = ACTIONS(1544), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1544), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1544), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1544), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1544), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1544), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1544), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1544), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1544), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1544), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1544), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1544), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1544), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL] = ACTIONS(1544), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1544), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1544), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN] = ACTIONS(1544), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1544), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1544), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1544), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1544), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1544), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1544), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1544), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1544), + [anon_sym_MOZ_RAII] = ACTIONS(1544), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1544), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1544), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1544), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1544), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1544), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1544), + [sym_raw_string_literal] = ACTIONS(1546), }, - [823] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token2] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [aux_sym_preproc_else_token1] = ACTIONS(2413), - [aux_sym_preproc_elif_token1] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [702] = { + [sym_identifier] = ACTIONS(1576), + [anon_sym_LPAREN2] = ACTIONS(1578), + [anon_sym_BANG] = ACTIONS(1578), + [anon_sym_TILDE] = ACTIONS(1578), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1578), + [anon_sym_AMP] = ACTIONS(1578), + [anon_sym_SEMI] = ACTIONS(1578), + [anon_sym_typedef] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym___attribute__] = ACTIONS(1576), + [anon_sym___declspec] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_static] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_inline] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_volatile] = ACTIONS(1576), + [anon_sym_restrict] = ACTIONS(1576), + [anon_sym__Atomic] = ACTIONS(1576), + [anon_sym_mutable] = ACTIONS(1576), + [anon_sym_constexpr] = ACTIONS(1576), + [anon_sym_signed] = ACTIONS(1576), + [anon_sym_unsigned] = ACTIONS(1576), + [anon_sym_long] = ACTIONS(1576), + [anon_sym_short] = ACTIONS(1576), + [sym_primitive_type] = ACTIONS(1576), + [anon_sym_enum] = ACTIONS(1576), + [anon_sym_class] = ACTIONS(1576), + [anon_sym_struct] = ACTIONS(1576), + [anon_sym_union] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_switch] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_goto] = ACTIONS(1576), + [anon_sym_DASH_DASH] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_sizeof] = ACTIONS(1576), + [sym_number_literal] = ACTIONS(1578), + [anon_sym_L_SQUOTE] = ACTIONS(1578), + [anon_sym_u_SQUOTE] = ACTIONS(1578), + [anon_sym_U_SQUOTE] = ACTIONS(1578), + [anon_sym_u8_SQUOTE] = ACTIONS(1578), + [anon_sym_SQUOTE] = ACTIONS(1578), + [anon_sym_L_DQUOTE] = ACTIONS(1578), + [anon_sym_u_DQUOTE] = ACTIONS(1578), + [anon_sym_U_DQUOTE] = ACTIONS(1578), + [anon_sym_u8_DQUOTE] = ACTIONS(1578), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym_true] = ACTIONS(1576), + [sym_false] = ACTIONS(1576), + [sym_null] = ACTIONS(1576), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1576), + [sym_auto] = ACTIONS(1576), + [anon_sym_typename] = ACTIONS(1576), + [anon_sym_COLON_COLON] = ACTIONS(1578), + [anon_sym_delete] = ACTIONS(1576), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1578), + [anon_sym_new] = ACTIONS(1576), + [sym_this] = ACTIONS(1576), + [sym_nullptr] = ACTIONS(1576), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_FORWARD] = ACTIONS(1576), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1576), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_PS_GET] = ACTIONS(1576), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1576), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1576), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1576), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1576), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1576), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1576), + [anon_sym_MOZ_COLD] = ACTIONS(1576), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1576), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1576), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1576), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1576), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1576), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1576), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1576), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1576), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1576), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1576), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1576), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1576), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL] = ACTIONS(1576), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1576), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1576), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN] = ACTIONS(1576), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1576), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1576), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1576), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1576), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1576), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1576), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1576), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1576), + [anon_sym_MOZ_RAII] = ACTIONS(1576), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1576), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1576), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1576), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1576), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1576), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1576), + [sym_raw_string_literal] = ACTIONS(1578), }, - [824] = { - [sym_identifier] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2419), - [anon_sym_COMMA] = ACTIONS(2419), - [anon_sym_RPAREN] = ACTIONS(2419), - [anon_sym_LPAREN2] = ACTIONS(2419), - [anon_sym_TILDE] = ACTIONS(2419), - [anon_sym_DASH] = ACTIONS(2417), - [anon_sym_PLUS] = ACTIONS(2417), - [anon_sym_STAR] = ACTIONS(2419), - [anon_sym_SLASH] = ACTIONS(2417), - [anon_sym_PERCENT] = ACTIONS(2419), - [anon_sym_PIPE_PIPE] = ACTIONS(2419), - [anon_sym_AMP_AMP] = ACTIONS(2419), - [anon_sym_PIPE] = ACTIONS(2417), - [anon_sym_CARET] = ACTIONS(2419), - [anon_sym_AMP] = ACTIONS(2417), - [anon_sym_EQ_EQ] = ACTIONS(2419), - [anon_sym_BANG_EQ] = ACTIONS(2419), - [anon_sym_GT] = ACTIONS(2417), - [anon_sym_GT_EQ] = ACTIONS(2419), - [anon_sym_LT_EQ] = ACTIONS(2419), - [anon_sym_LT] = ACTIONS(2417), - [anon_sym_LT_LT] = ACTIONS(2419), - [anon_sym_GT_GT] = ACTIONS(2419), - [anon_sym_SEMI] = ACTIONS(2419), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym___attribute__] = ACTIONS(2417), - [anon_sym___declspec] = ACTIONS(2417), - [anon_sym___based] = ACTIONS(2417), - [anon_sym_LBRACE] = ACTIONS(2419), - [anon_sym_RBRACE] = ACTIONS(2419), - [anon_sym_LBRACK] = ACTIONS(2419), - [anon_sym_RBRACK] = ACTIONS(2419), - [anon_sym_EQ] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2417), - [anon_sym_register] = ACTIONS(2417), - [anon_sym_inline] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [anon_sym_volatile] = ACTIONS(2417), - [anon_sym_restrict] = ACTIONS(2417), - [anon_sym__Atomic] = ACTIONS(2417), - [anon_sym_mutable] = ACTIONS(2417), - [anon_sym_constexpr] = ACTIONS(2417), - [anon_sym_COLON] = ACTIONS(2417), - [anon_sym_QMARK] = ACTIONS(2419), - [anon_sym_DASH_DASH] = ACTIONS(2419), - [anon_sym_PLUS_PLUS] = ACTIONS(2419), - [anon_sym_DOT] = ACTIONS(2417), - [anon_sym_DASH_GT] = ACTIONS(2419), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2417), - [anon_sym_override] = ACTIONS(2417), - [anon_sym_COLON_COLON] = ACTIONS(2419), - [anon_sym_noexcept] = ACTIONS(2417), - [anon_sym_throw] = ACTIONS(2417), - [sym_operator_name] = ACTIONS(2417), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2417), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2417), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2417), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2417), - [anon_sym_MOZ_COLD] = ACTIONS(2417), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2417), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2417), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2417), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2417), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2417), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2417), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2417), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2417), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2417), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2417), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2417), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2417), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_NONNULL] = ACTIONS(2417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2417), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2417), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2417), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2417), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2417), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2417), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2417), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2417), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2417), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2417), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2417), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2417), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), - [anon_sym_MOZ_RAII] = ACTIONS(2417), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2417), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2417), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2417), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2417), + [703] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [825] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token2] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [aux_sym_preproc_else_token1] = ACTIONS(2421), - [aux_sym_preproc_elif_token1] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym___attribute__] = ACTIONS(2421), - [anon_sym___declspec] = ACTIONS(2421), - [anon_sym___based] = ACTIONS(2421), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_inline] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_volatile] = ACTIONS(2421), - [anon_sym_restrict] = ACTIONS(2421), - [anon_sym__Atomic] = ACTIONS(2421), - [anon_sym_mutable] = ACTIONS(2421), - [anon_sym_constexpr] = ACTIONS(2421), - [anon_sym_signed] = ACTIONS(2421), - [anon_sym_unsigned] = ACTIONS(2421), - [anon_sym_long] = ACTIONS(2421), - [anon_sym_short] = ACTIONS(2421), - [sym_primitive_type] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_class] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2421), - [anon_sym_virtual] = ACTIONS(2421), - [anon_sym_explicit] = ACTIONS(2421), - [anon_sym_public] = ACTIONS(2421), - [anon_sym_private] = ACTIONS(2421), - [anon_sym_protected] = ACTIONS(2421), - [sym_auto] = ACTIONS(2421), - [anon_sym_typename] = ACTIONS(2421), - [anon_sym_template] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_operator] = ACTIONS(2421), - [anon_sym_friend] = ACTIONS(2421), - [anon_sym_using] = ACTIONS(2421), - [anon_sym_static_assert] = ACTIONS(2421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), - [sym_operator_name] = ACTIONS(2421), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), - [anon_sym_MOZ_COLD] = ACTIONS(2421), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_RAII] = ACTIONS(2421), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), + [704] = { + [sym_identifier] = ACTIONS(1572), + [anon_sym_LPAREN2] = ACTIONS(1574), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_TILDE] = ACTIONS(1574), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1574), + [anon_sym_AMP] = ACTIONS(1574), + [anon_sym_SEMI] = ACTIONS(1574), + [anon_sym_typedef] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym___attribute__] = ACTIONS(1572), + [anon_sym___declspec] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_static] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_inline] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_volatile] = ACTIONS(1572), + [anon_sym_restrict] = ACTIONS(1572), + [anon_sym__Atomic] = ACTIONS(1572), + [anon_sym_mutable] = ACTIONS(1572), + [anon_sym_constexpr] = ACTIONS(1572), + [anon_sym_signed] = ACTIONS(1572), + [anon_sym_unsigned] = ACTIONS(1572), + [anon_sym_long] = ACTIONS(1572), + [anon_sym_short] = ACTIONS(1572), + [sym_primitive_type] = ACTIONS(1572), + [anon_sym_enum] = ACTIONS(1572), + [anon_sym_class] = ACTIONS(1572), + [anon_sym_struct] = ACTIONS(1572), + [anon_sym_union] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_goto] = ACTIONS(1572), + [anon_sym_DASH_DASH] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_sizeof] = ACTIONS(1572), + [sym_number_literal] = ACTIONS(1574), + [anon_sym_L_SQUOTE] = ACTIONS(1574), + [anon_sym_u_SQUOTE] = ACTIONS(1574), + [anon_sym_U_SQUOTE] = ACTIONS(1574), + [anon_sym_u8_SQUOTE] = ACTIONS(1574), + [anon_sym_SQUOTE] = ACTIONS(1574), + [anon_sym_L_DQUOTE] = ACTIONS(1574), + [anon_sym_u_DQUOTE] = ACTIONS(1574), + [anon_sym_U_DQUOTE] = ACTIONS(1574), + [anon_sym_u8_DQUOTE] = ACTIONS(1574), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym_true] = ACTIONS(1572), + [sym_false] = ACTIONS(1572), + [sym_null] = ACTIONS(1572), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1572), + [sym_auto] = ACTIONS(1572), + [anon_sym_typename] = ACTIONS(1572), + [anon_sym_COLON_COLON] = ACTIONS(1574), + [anon_sym_delete] = ACTIONS(1572), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1574), + [anon_sym_new] = ACTIONS(1572), + [sym_this] = ACTIONS(1572), + [sym_nullptr] = ACTIONS(1572), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_FORWARD] = ACTIONS(1572), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1572), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_PS_GET] = ACTIONS(1572), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1572), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1572), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1572), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1572), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1572), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1572), + [anon_sym_MOZ_COLD] = ACTIONS(1572), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1572), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1572), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1572), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1572), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1572), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1572), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1572), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1572), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1572), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1572), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1572), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1572), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL] = ACTIONS(1572), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1572), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1572), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN] = ACTIONS(1572), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1572), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1572), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1572), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1572), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1572), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1572), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1572), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1572), + [anon_sym_MOZ_RAII] = ACTIONS(1572), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1572), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1572), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1572), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1572), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1572), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1572), + [sym_raw_string_literal] = ACTIONS(1574), }, - [826] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token2] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [aux_sym_preproc_else_token1] = ACTIONS(2052), - [aux_sym_preproc_elif_token1] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [anon_sym_public] = ACTIONS(2052), - [anon_sym_private] = ACTIONS(2052), - [anon_sym_protected] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_friend] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [sym_operator_name] = ACTIONS(2052), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), + [705] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [827] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token2] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [aux_sym_preproc_else_token1] = ACTIONS(2425), - [aux_sym_preproc_elif_token1] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [706] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [828] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [aux_sym_preproc_else_token1] = ACTIONS(2429), - [aux_sym_preproc_elif_token1] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [707] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [829] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token2] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [aux_sym_preproc_else_token1] = ACTIONS(2421), - [aux_sym_preproc_elif_token1] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym___attribute__] = ACTIONS(2421), - [anon_sym___declspec] = ACTIONS(2421), - [anon_sym___based] = ACTIONS(2421), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_inline] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_volatile] = ACTIONS(2421), - [anon_sym_restrict] = ACTIONS(2421), - [anon_sym__Atomic] = ACTIONS(2421), - [anon_sym_mutable] = ACTIONS(2421), - [anon_sym_constexpr] = ACTIONS(2421), - [anon_sym_signed] = ACTIONS(2421), - [anon_sym_unsigned] = ACTIONS(2421), - [anon_sym_long] = ACTIONS(2421), - [anon_sym_short] = ACTIONS(2421), - [sym_primitive_type] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_class] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2421), - [anon_sym_virtual] = ACTIONS(2421), - [anon_sym_explicit] = ACTIONS(2421), - [anon_sym_public] = ACTIONS(2421), - [anon_sym_private] = ACTIONS(2421), - [anon_sym_protected] = ACTIONS(2421), - [sym_auto] = ACTIONS(2421), - [anon_sym_typename] = ACTIONS(2421), - [anon_sym_template] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_operator] = ACTIONS(2421), - [anon_sym_friend] = ACTIONS(2421), - [anon_sym_using] = ACTIONS(2421), - [anon_sym_static_assert] = ACTIONS(2421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), - [sym_operator_name] = ACTIONS(2421), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), - [anon_sym_MOZ_COLD] = ACTIONS(2421), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_RAII] = ACTIONS(2421), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), + [708] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [830] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [aux_sym_preproc_else_token1] = ACTIONS(2429), - [aux_sym_preproc_elif_token1] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [709] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [831] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token2] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [aux_sym_preproc_else_token1] = ACTIONS(1916), - [aux_sym_preproc_elif_token1] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [anon_sym_public] = ACTIONS(1916), - [anon_sym_private] = ACTIONS(1916), - [anon_sym_protected] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_friend] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [sym_operator_name] = ACTIONS(1916), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), + [710] = { + [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___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_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), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_delete] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [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), + [sym_raw_string_literal] = ACTIONS(1502), }, - [832] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), + [711] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [833] = { - [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___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_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_COLON_COLON] = ACTIONS(1860), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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), + [712] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [834] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token2] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [aux_sym_preproc_else_token1] = ACTIONS(2393), - [aux_sym_preproc_elif_token1] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [713] = { + [sym_identifier] = ACTIONS(1568), + [anon_sym_LPAREN2] = ACTIONS(1570), + [anon_sym_BANG] = ACTIONS(1570), + [anon_sym_TILDE] = ACTIONS(1570), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1570), + [anon_sym_AMP] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_typedef] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym___attribute__] = ACTIONS(1568), + [anon_sym___declspec] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_static] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_inline] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_volatile] = ACTIONS(1568), + [anon_sym_restrict] = ACTIONS(1568), + [anon_sym__Atomic] = ACTIONS(1568), + [anon_sym_mutable] = ACTIONS(1568), + [anon_sym_constexpr] = ACTIONS(1568), + [anon_sym_signed] = ACTIONS(1568), + [anon_sym_unsigned] = ACTIONS(1568), + [anon_sym_long] = ACTIONS(1568), + [anon_sym_short] = ACTIONS(1568), + [sym_primitive_type] = ACTIONS(1568), + [anon_sym_enum] = ACTIONS(1568), + [anon_sym_class] = ACTIONS(1568), + [anon_sym_struct] = ACTIONS(1568), + [anon_sym_union] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_switch] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym_DASH_DASH] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_sizeof] = ACTIONS(1568), + [sym_number_literal] = ACTIONS(1570), + [anon_sym_L_SQUOTE] = ACTIONS(1570), + [anon_sym_u_SQUOTE] = ACTIONS(1570), + [anon_sym_U_SQUOTE] = ACTIONS(1570), + [anon_sym_u8_SQUOTE] = ACTIONS(1570), + [anon_sym_SQUOTE] = ACTIONS(1570), + [anon_sym_L_DQUOTE] = ACTIONS(1570), + [anon_sym_u_DQUOTE] = ACTIONS(1570), + [anon_sym_U_DQUOTE] = ACTIONS(1570), + [anon_sym_u8_DQUOTE] = ACTIONS(1570), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym_true] = ACTIONS(1568), + [sym_false] = ACTIONS(1568), + [sym_null] = ACTIONS(1568), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1568), + [sym_auto] = ACTIONS(1568), + [anon_sym_typename] = ACTIONS(1568), + [anon_sym_COLON_COLON] = ACTIONS(1570), + [anon_sym_delete] = ACTIONS(1568), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1570), + [anon_sym_new] = ACTIONS(1568), + [sym_this] = ACTIONS(1568), + [sym_nullptr] = ACTIONS(1568), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_FORWARD] = ACTIONS(1568), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1568), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_PS_GET] = ACTIONS(1568), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1568), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1568), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1568), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1568), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1568), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1568), + [anon_sym_MOZ_COLD] = ACTIONS(1568), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1568), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1568), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1568), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1568), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1568), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1568), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1568), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1568), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1568), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1568), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1568), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1568), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL] = ACTIONS(1568), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1568), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1568), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN] = ACTIONS(1568), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1568), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1568), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1568), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1568), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1568), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1568), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1568), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1568), + [anon_sym_MOZ_RAII] = ACTIONS(1568), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1568), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1568), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1568), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1568), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1568), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1568), + [sym_raw_string_literal] = ACTIONS(1570), }, - [835] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token2] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [aux_sym_preproc_else_token1] = ACTIONS(2405), - [aux_sym_preproc_elif_token1] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [714] = { + [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___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_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), + [sym_auto] = ACTIONS(1540), + [anon_sym_typename] = ACTIONS(1540), + [anon_sym_COLON_COLON] = ACTIONS(1542), + [anon_sym_delete] = ACTIONS(1540), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), + [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), + [sym_raw_string_literal] = ACTIONS(1542), }, - [836] = { - [sym_identifier] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2435), - [anon_sym_COMMA] = ACTIONS(2435), - [anon_sym_RPAREN] = ACTIONS(2435), - [anon_sym_LPAREN2] = ACTIONS(2435), - [anon_sym_TILDE] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2433), - [anon_sym_PLUS] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2435), - [anon_sym_SLASH] = ACTIONS(2433), - [anon_sym_PERCENT] = ACTIONS(2435), - [anon_sym_PIPE_PIPE] = ACTIONS(2435), - [anon_sym_AMP_AMP] = ACTIONS(2435), - [anon_sym_PIPE] = ACTIONS(2433), - [anon_sym_CARET] = ACTIONS(2435), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_EQ_EQ] = ACTIONS(2435), - [anon_sym_BANG_EQ] = ACTIONS(2435), - [anon_sym_GT] = ACTIONS(2433), - [anon_sym_GT_EQ] = ACTIONS(2435), - [anon_sym_LT_EQ] = ACTIONS(2435), - [anon_sym_LT] = ACTIONS(2433), - [anon_sym_LT_LT] = ACTIONS(2435), - [anon_sym_GT_GT] = ACTIONS(2435), - [anon_sym_SEMI] = ACTIONS(2435), - [anon_sym_extern] = ACTIONS(2433), - [anon_sym___attribute__] = ACTIONS(2433), - [anon_sym___declspec] = ACTIONS(2433), - [anon_sym___based] = ACTIONS(2433), - [anon_sym_LBRACE] = ACTIONS(2435), - [anon_sym_RBRACE] = ACTIONS(2435), - [anon_sym_LBRACK] = ACTIONS(2435), - [anon_sym_RBRACK] = ACTIONS(2435), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2433), - [anon_sym_register] = ACTIONS(2433), - [anon_sym_inline] = ACTIONS(2433), - [anon_sym_const] = ACTIONS(2433), - [anon_sym_volatile] = ACTIONS(2433), - [anon_sym_restrict] = ACTIONS(2433), - [anon_sym__Atomic] = ACTIONS(2433), - [anon_sym_mutable] = ACTIONS(2433), - [anon_sym_constexpr] = ACTIONS(2433), - [anon_sym_COLON] = ACTIONS(2433), - [anon_sym_QMARK] = ACTIONS(2435), - [anon_sym_DASH_DASH] = ACTIONS(2435), - [anon_sym_PLUS_PLUS] = ACTIONS(2435), - [anon_sym_DOT] = ACTIONS(2433), - [anon_sym_DASH_GT] = ACTIONS(2435), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2433), - [anon_sym_override] = ACTIONS(2433), - [anon_sym_COLON_COLON] = ACTIONS(2435), - [anon_sym_noexcept] = ACTIONS(2433), - [anon_sym_throw] = ACTIONS(2433), - [sym_operator_name] = ACTIONS(2433), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2433), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2433), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2433), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2433), - [anon_sym_MOZ_COLD] = ACTIONS(2433), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2433), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2433), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2433), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2433), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2433), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2433), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2433), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2433), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2433), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2433), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2433), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2433), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2433), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_NONNULL] = ACTIONS(2433), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2433), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2433), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2433), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2433), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2433), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2433), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2433), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2433), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2433), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2433), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2433), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2433), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), - [anon_sym_MOZ_RAII] = ACTIONS(2433), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2433), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2433), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2433), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2433), + [715] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [837] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token2] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [aux_sym_preproc_else_token1] = ACTIONS(1948), - [aux_sym_preproc_elif_token1] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [anon_sym_public] = ACTIONS(1948), - [anon_sym_private] = ACTIONS(1948), - [anon_sym_protected] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_friend] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [sym_operator_name] = ACTIONS(1948), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), + [716] = { + [sym_identifier] = ACTIONS(1564), + [anon_sym_LPAREN2] = ACTIONS(1566), + [anon_sym_BANG] = ACTIONS(1566), + [anon_sym_TILDE] = ACTIONS(1566), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1566), + [anon_sym_AMP] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1566), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym___attribute__] = ACTIONS(1564), + [anon_sym___declspec] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_inline] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym__Atomic] = ACTIONS(1564), + [anon_sym_mutable] = ACTIONS(1564), + [anon_sym_constexpr] = ACTIONS(1564), + [anon_sym_signed] = ACTIONS(1564), + [anon_sym_unsigned] = ACTIONS(1564), + [anon_sym_long] = ACTIONS(1564), + [anon_sym_short] = ACTIONS(1564), + [sym_primitive_type] = ACTIONS(1564), + [anon_sym_enum] = ACTIONS(1564), + [anon_sym_class] = ACTIONS(1564), + [anon_sym_struct] = ACTIONS(1564), + [anon_sym_union] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_switch] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_goto] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1566), + [anon_sym_L_SQUOTE] = ACTIONS(1566), + [anon_sym_u_SQUOTE] = ACTIONS(1566), + [anon_sym_U_SQUOTE] = ACTIONS(1566), + [anon_sym_u8_SQUOTE] = ACTIONS(1566), + [anon_sym_SQUOTE] = ACTIONS(1566), + [anon_sym_L_DQUOTE] = ACTIONS(1566), + [anon_sym_u_DQUOTE] = ACTIONS(1566), + [anon_sym_U_DQUOTE] = ACTIONS(1566), + [anon_sym_u8_DQUOTE] = ACTIONS(1566), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym_true] = ACTIONS(1564), + [sym_false] = ACTIONS(1564), + [sym_null] = ACTIONS(1564), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1564), + [sym_auto] = ACTIONS(1564), + [anon_sym_typename] = ACTIONS(1564), + [anon_sym_COLON_COLON] = ACTIONS(1566), + [anon_sym_delete] = ACTIONS(1564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1566), + [anon_sym_new] = ACTIONS(1564), + [sym_this] = ACTIONS(1564), + [sym_nullptr] = ACTIONS(1564), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_FORWARD] = ACTIONS(1564), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1564), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_PS_GET] = ACTIONS(1564), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1564), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1564), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1564), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1564), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1564), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1564), + [anon_sym_MOZ_COLD] = ACTIONS(1564), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1564), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1564), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1564), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1564), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1564), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1564), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1564), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1564), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1564), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1564), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1564), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1564), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL] = ACTIONS(1564), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1564), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1564), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN] = ACTIONS(1564), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1564), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1564), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1564), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1564), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1564), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1564), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1564), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1564), + [anon_sym_MOZ_RAII] = ACTIONS(1564), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1564), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1564), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1564), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1564), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1564), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1564), + [sym_raw_string_literal] = ACTIONS(1566), }, - [838] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token2] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [aux_sym_preproc_else_token1] = ACTIONS(2068), - [aux_sym_preproc_elif_token1] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [anon_sym_public] = ACTIONS(2068), - [anon_sym_private] = ACTIONS(2068), - [anon_sym_protected] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_friend] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [sym_operator_name] = ACTIONS(2068), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), + [717] = { + [sym_identifier] = ACTIONS(1560), + [anon_sym_LPAREN2] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_AMP] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym___attribute__] = ACTIONS(1560), + [anon_sym___declspec] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_static] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_inline] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_volatile] = ACTIONS(1560), + [anon_sym_restrict] = ACTIONS(1560), + [anon_sym__Atomic] = ACTIONS(1560), + [anon_sym_mutable] = ACTIONS(1560), + [anon_sym_constexpr] = ACTIONS(1560), + [anon_sym_signed] = ACTIONS(1560), + [anon_sym_unsigned] = ACTIONS(1560), + [anon_sym_long] = ACTIONS(1560), + [anon_sym_short] = ACTIONS(1560), + [sym_primitive_type] = ACTIONS(1560), + [anon_sym_enum] = ACTIONS(1560), + [anon_sym_class] = ACTIONS(1560), + [anon_sym_struct] = ACTIONS(1560), + [anon_sym_union] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_switch] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_goto] = ACTIONS(1560), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1560), + [sym_number_literal] = ACTIONS(1562), + [anon_sym_L_SQUOTE] = ACTIONS(1562), + [anon_sym_u_SQUOTE] = ACTIONS(1562), + [anon_sym_U_SQUOTE] = ACTIONS(1562), + [anon_sym_u8_SQUOTE] = ACTIONS(1562), + [anon_sym_SQUOTE] = ACTIONS(1562), + [anon_sym_L_DQUOTE] = ACTIONS(1562), + [anon_sym_u_DQUOTE] = ACTIONS(1562), + [anon_sym_U_DQUOTE] = ACTIONS(1562), + [anon_sym_u8_DQUOTE] = ACTIONS(1562), + [anon_sym_DQUOTE] = ACTIONS(1562), + [sym_true] = ACTIONS(1560), + [sym_false] = ACTIONS(1560), + [sym_null] = ACTIONS(1560), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1560), + [sym_auto] = ACTIONS(1560), + [anon_sym_typename] = ACTIONS(1560), + [anon_sym_COLON_COLON] = ACTIONS(1562), + [anon_sym_delete] = ACTIONS(1560), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1562), + [anon_sym_new] = ACTIONS(1560), + [sym_this] = ACTIONS(1560), + [sym_nullptr] = ACTIONS(1560), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_FORWARD] = ACTIONS(1560), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1560), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_PS_GET] = ACTIONS(1560), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1560), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1560), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1560), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1560), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1560), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1560), + [anon_sym_MOZ_COLD] = ACTIONS(1560), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1560), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1560), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1560), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1560), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1560), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1560), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1560), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1560), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1560), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1560), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1560), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1560), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL] = ACTIONS(1560), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1560), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1560), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN] = ACTIONS(1560), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1560), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1560), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1560), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1560), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1560), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1560), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1560), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1560), + [anon_sym_MOZ_RAII] = ACTIONS(1560), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1560), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1560), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1560), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1560), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1560), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1560), + [sym_raw_string_literal] = ACTIONS(1562), }, - [839] = { - [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___declspec] = ACTIONS(2437), - [anon_sym___based] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2439), - [anon_sym_RBRACK] = ACTIONS(2439), - [anon_sym_EQ] = ACTIONS(2437), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = 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_COLON_COLON] = 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), + [718] = { + [sym_identifier] = ACTIONS(1504), + [anon_sym_LPAREN2] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_TILDE] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1504), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_typedef] = ACTIONS(1504), + [anon_sym_extern] = ACTIONS(1504), + [anon_sym___attribute__] = ACTIONS(1504), + [anon_sym___declspec] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1506), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_static] = ACTIONS(1504), + [anon_sym_register] = ACTIONS(1504), + [anon_sym_inline] = ACTIONS(1504), + [anon_sym_const] = ACTIONS(1504), + [anon_sym_volatile] = ACTIONS(1504), + [anon_sym_restrict] = ACTIONS(1504), + [anon_sym__Atomic] = ACTIONS(1504), + [anon_sym_mutable] = ACTIONS(1504), + [anon_sym_constexpr] = ACTIONS(1504), + [anon_sym_signed] = ACTIONS(1504), + [anon_sym_unsigned] = ACTIONS(1504), + [anon_sym_long] = ACTIONS(1504), + [anon_sym_short] = ACTIONS(1504), + [sym_primitive_type] = ACTIONS(1504), + [anon_sym_enum] = ACTIONS(1504), + [anon_sym_class] = ACTIONS(1504), + [anon_sym_struct] = ACTIONS(1504), + [anon_sym_union] = ACTIONS(1504), + [anon_sym_if] = ACTIONS(1504), + [anon_sym_else] = ACTIONS(1504), + [anon_sym_switch] = ACTIONS(1504), + [anon_sym_while] = ACTIONS(1504), + [anon_sym_do] = ACTIONS(1504), + [anon_sym_for] = ACTIONS(1504), + [anon_sym_return] = ACTIONS(1504), + [anon_sym_break] = ACTIONS(1504), + [anon_sym_continue] = ACTIONS(1504), + [anon_sym_goto] = ACTIONS(1504), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_sizeof] = ACTIONS(1504), + [sym_number_literal] = ACTIONS(1506), + [anon_sym_L_SQUOTE] = ACTIONS(1506), + [anon_sym_u_SQUOTE] = ACTIONS(1506), + [anon_sym_U_SQUOTE] = ACTIONS(1506), + [anon_sym_u8_SQUOTE] = ACTIONS(1506), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_L_DQUOTE] = ACTIONS(1506), + [anon_sym_u_DQUOTE] = ACTIONS(1506), + [anon_sym_U_DQUOTE] = ACTIONS(1506), + [anon_sym_u8_DQUOTE] = ACTIONS(1506), + [anon_sym_DQUOTE] = ACTIONS(1506), + [sym_true] = ACTIONS(1504), + [sym_false] = ACTIONS(1504), + [sym_null] = ACTIONS(1504), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1504), + [sym_auto] = ACTIONS(1504), + [anon_sym_typename] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1506), + [anon_sym_delete] = ACTIONS(1504), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1506), + [anon_sym_new] = ACTIONS(1504), + [sym_this] = ACTIONS(1504), + [sym_nullptr] = ACTIONS(1504), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_FORWARD] = ACTIONS(1504), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1504), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_PS_GET] = ACTIONS(1504), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1504), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1504), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1504), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1504), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1504), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1504), + [anon_sym_MOZ_COLD] = ACTIONS(1504), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1504), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1504), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1504), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1504), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1504), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1504), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1504), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1504), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1504), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1504), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1504), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1504), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL] = ACTIONS(1504), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1504), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1504), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN] = ACTIONS(1504), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1504), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1504), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1504), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1504), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1504), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1504), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1504), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1504), + [anon_sym_MOZ_RAII] = ACTIONS(1504), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1504), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1504), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1504), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1504), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1504), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1504), + [sym_raw_string_literal] = ACTIONS(1506), }, - [840] = { - [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(2443), - [anon_sym_TILDE] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2441), - [anon_sym_PLUS] = ACTIONS(2441), - [anon_sym_STAR] = ACTIONS(2443), - [anon_sym_SLASH] = ACTIONS(2441), - [anon_sym_PERCENT] = ACTIONS(2443), - [anon_sym_PIPE_PIPE] = ACTIONS(2443), - [anon_sym_AMP_AMP] = ACTIONS(2443), - [anon_sym_PIPE] = ACTIONS(2441), - [anon_sym_CARET] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_EQ_EQ] = ACTIONS(2443), - [anon_sym_BANG_EQ] = ACTIONS(2443), - [anon_sym_GT] = ACTIONS(2441), - [anon_sym_GT_EQ] = ACTIONS(2443), - [anon_sym_LT_EQ] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2441), - [anon_sym_LT_LT] = ACTIONS(2443), - [anon_sym_GT_GT] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2443), - [anon_sym_RBRACE] = ACTIONS(2443), - [anon_sym_LBRACK] = ACTIONS(2443), - [anon_sym_RBRACK] = ACTIONS(2443), - [anon_sym_EQ] = ACTIONS(2441), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = 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), - [anon_sym_QMARK] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2443), - [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DOT] = ACTIONS(2441), - [anon_sym_DASH_GT] = ACTIONS(2443), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2441), - [anon_sym_override] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2443), - [anon_sym_noexcept] = ACTIONS(2441), - [anon_sym_throw] = 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), + [719] = { + [sym_identifier] = ACTIONS(1492), + [anon_sym_LPAREN2] = ACTIONS(1494), + [anon_sym_BANG] = ACTIONS(1494), + [anon_sym_TILDE] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1492), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym_SEMI] = ACTIONS(1494), + [anon_sym_typedef] = ACTIONS(1492), + [anon_sym_extern] = ACTIONS(1492), + [anon_sym___attribute__] = ACTIONS(1492), + [anon_sym___declspec] = ACTIONS(1492), + [anon_sym_LBRACE] = ACTIONS(1494), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_static] = ACTIONS(1492), + [anon_sym_register] = ACTIONS(1492), + [anon_sym_inline] = ACTIONS(1492), + [anon_sym_const] = ACTIONS(1492), + [anon_sym_volatile] = ACTIONS(1492), + [anon_sym_restrict] = ACTIONS(1492), + [anon_sym__Atomic] = ACTIONS(1492), + [anon_sym_mutable] = ACTIONS(1492), + [anon_sym_constexpr] = ACTIONS(1492), + [anon_sym_signed] = ACTIONS(1492), + [anon_sym_unsigned] = ACTIONS(1492), + [anon_sym_long] = ACTIONS(1492), + [anon_sym_short] = ACTIONS(1492), + [sym_primitive_type] = ACTIONS(1492), + [anon_sym_enum] = ACTIONS(1492), + [anon_sym_class] = ACTIONS(1492), + [anon_sym_struct] = ACTIONS(1492), + [anon_sym_union] = ACTIONS(1492), + [anon_sym_if] = ACTIONS(1492), + [anon_sym_else] = ACTIONS(1492), + [anon_sym_switch] = ACTIONS(1492), + [anon_sym_while] = ACTIONS(1492), + [anon_sym_do] = ACTIONS(1492), + [anon_sym_for] = ACTIONS(1492), + [anon_sym_return] = ACTIONS(1492), + [anon_sym_break] = ACTIONS(1492), + [anon_sym_continue] = ACTIONS(1492), + [anon_sym_goto] = ACTIONS(1492), + [anon_sym_DASH_DASH] = ACTIONS(1494), + [anon_sym_PLUS_PLUS] = ACTIONS(1494), + [anon_sym_sizeof] = ACTIONS(1492), + [sym_number_literal] = ACTIONS(1494), + [anon_sym_L_SQUOTE] = ACTIONS(1494), + [anon_sym_u_SQUOTE] = ACTIONS(1494), + [anon_sym_U_SQUOTE] = ACTIONS(1494), + [anon_sym_u8_SQUOTE] = ACTIONS(1494), + [anon_sym_SQUOTE] = ACTIONS(1494), + [anon_sym_L_DQUOTE] = ACTIONS(1494), + [anon_sym_u_DQUOTE] = ACTIONS(1494), + [anon_sym_U_DQUOTE] = ACTIONS(1494), + [anon_sym_u8_DQUOTE] = ACTIONS(1494), + [anon_sym_DQUOTE] = ACTIONS(1494), + [sym_true] = ACTIONS(1492), + [sym_false] = ACTIONS(1492), + [sym_null] = ACTIONS(1492), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1492), + [sym_auto] = ACTIONS(1492), + [anon_sym_typename] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1494), + [anon_sym_delete] = ACTIONS(1492), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1494), + [anon_sym_new] = ACTIONS(1492), + [sym_this] = ACTIONS(1492), + [sym_nullptr] = ACTIONS(1492), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_FORWARD] = ACTIONS(1492), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1492), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_PS_GET] = ACTIONS(1492), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1492), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1492), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1492), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1492), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1492), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1492), + [anon_sym_MOZ_COLD] = ACTIONS(1492), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1492), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1492), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1492), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1492), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1492), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1492), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1492), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1492), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1492), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1492), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1492), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1492), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL] = ACTIONS(1492), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1492), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1492), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN] = ACTIONS(1492), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1492), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1492), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1492), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1492), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1492), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1492), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1492), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1492), + [anon_sym_MOZ_RAII] = ACTIONS(1492), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1492), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1492), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1492), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1492), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1492), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1492), + [sym_raw_string_literal] = ACTIONS(1494), }, - [841] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token2] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [aux_sym_preproc_else_token1] = ACTIONS(2072), - [aux_sym_preproc_elif_token1] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [anon_sym_public] = ACTIONS(2072), - [anon_sym_private] = ACTIONS(2072), - [anon_sym_protected] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_friend] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [sym_operator_name] = ACTIONS(2072), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), + [720] = { + [sym_identifier] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1458), + [anon_sym_BANG] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(1458), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1458), + [anon_sym_AMP] = ACTIONS(1458), + [anon_sym_SEMI] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym___attribute__] = ACTIONS(1456), + [anon_sym___declspec] = ACTIONS(1456), + [anon_sym_LBRACE] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_register] = ACTIONS(1456), + [anon_sym_inline] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_volatile] = ACTIONS(1456), + [anon_sym_restrict] = ACTIONS(1456), + [anon_sym__Atomic] = ACTIONS(1456), + [anon_sym_mutable] = ACTIONS(1456), + [anon_sym_constexpr] = ACTIONS(1456), + [anon_sym_signed] = ACTIONS(1456), + [anon_sym_unsigned] = ACTIONS(1456), + [anon_sym_long] = ACTIONS(1456), + [anon_sym_short] = ACTIONS(1456), + [sym_primitive_type] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_class] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [anon_sym_switch] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_do] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_goto] = ACTIONS(1456), + [anon_sym_DASH_DASH] = ACTIONS(1458), + [anon_sym_PLUS_PLUS] = ACTIONS(1458), + [anon_sym_sizeof] = ACTIONS(1456), + [sym_number_literal] = ACTIONS(1458), + [anon_sym_L_SQUOTE] = ACTIONS(1458), + [anon_sym_u_SQUOTE] = ACTIONS(1458), + [anon_sym_U_SQUOTE] = ACTIONS(1458), + [anon_sym_u8_SQUOTE] = ACTIONS(1458), + [anon_sym_SQUOTE] = ACTIONS(1458), + [anon_sym_L_DQUOTE] = ACTIONS(1458), + [anon_sym_u_DQUOTE] = ACTIONS(1458), + [anon_sym_U_DQUOTE] = ACTIONS(1458), + [anon_sym_u8_DQUOTE] = ACTIONS(1458), + [anon_sym_DQUOTE] = ACTIONS(1458), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1456), + [sym_auto] = ACTIONS(1456), + [anon_sym_typename] = ACTIONS(1456), + [anon_sym_COLON_COLON] = ACTIONS(1458), + [anon_sym_delete] = ACTIONS(1456), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1458), + [anon_sym_new] = ACTIONS(1456), + [sym_this] = ACTIONS(1456), + [sym_nullptr] = ACTIONS(1456), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_FORWARD] = ACTIONS(1456), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1456), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_PS_GET] = ACTIONS(1456), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1456), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1456), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1456), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1456), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1456), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1456), + [anon_sym_MOZ_COLD] = ACTIONS(1456), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1456), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1456), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1456), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1456), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1456), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1456), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1456), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1456), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1456), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1456), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1456), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1456), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL] = ACTIONS(1456), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1456), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1456), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN] = ACTIONS(1456), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1456), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1456), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1456), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1456), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1456), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1456), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1456), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1456), + [anon_sym_MOZ_RAII] = ACTIONS(1456), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1456), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1456), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1456), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1456), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1456), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1456), + [sym_raw_string_literal] = ACTIONS(1458), }, - [842] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [anon_sym_public] = ACTIONS(1762), - [anon_sym_private] = ACTIONS(1762), - [anon_sym_protected] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_friend] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [sym_operator_name] = ACTIONS(1762), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [721] = { + [sym_identifier] = ACTIONS(1488), + [anon_sym_LPAREN2] = ACTIONS(1490), + [anon_sym_BANG] = ACTIONS(1490), + [anon_sym_TILDE] = ACTIONS(1490), + [anon_sym_DASH] = ACTIONS(1488), + [anon_sym_PLUS] = ACTIONS(1488), + [anon_sym_STAR] = ACTIONS(1490), + [anon_sym_AMP] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_typedef] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym___attribute__] = ACTIONS(1488), + [anon_sym___declspec] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_LBRACK] = ACTIONS(1488), + [anon_sym_static] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_inline] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [anon_sym_volatile] = ACTIONS(1488), + [anon_sym_restrict] = ACTIONS(1488), + [anon_sym__Atomic] = ACTIONS(1488), + [anon_sym_mutable] = ACTIONS(1488), + [anon_sym_constexpr] = ACTIONS(1488), + [anon_sym_signed] = ACTIONS(1488), + [anon_sym_unsigned] = ACTIONS(1488), + [anon_sym_long] = ACTIONS(1488), + [anon_sym_short] = ACTIONS(1488), + [sym_primitive_type] = ACTIONS(1488), + [anon_sym_enum] = ACTIONS(1488), + [anon_sym_class] = ACTIONS(1488), + [anon_sym_struct] = ACTIONS(1488), + [anon_sym_union] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_else] = ACTIONS(1488), + [anon_sym_switch] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_goto] = ACTIONS(1488), + [anon_sym_DASH_DASH] = ACTIONS(1490), + [anon_sym_PLUS_PLUS] = ACTIONS(1490), + [anon_sym_sizeof] = ACTIONS(1488), + [sym_number_literal] = ACTIONS(1490), + [anon_sym_L_SQUOTE] = ACTIONS(1490), + [anon_sym_u_SQUOTE] = ACTIONS(1490), + [anon_sym_U_SQUOTE] = ACTIONS(1490), + [anon_sym_u8_SQUOTE] = ACTIONS(1490), + [anon_sym_SQUOTE] = ACTIONS(1490), + [anon_sym_L_DQUOTE] = ACTIONS(1490), + [anon_sym_u_DQUOTE] = ACTIONS(1490), + [anon_sym_U_DQUOTE] = ACTIONS(1490), + [anon_sym_u8_DQUOTE] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym_true] = ACTIONS(1488), + [sym_false] = ACTIONS(1488), + [sym_null] = ACTIONS(1488), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1488), + [sym_auto] = ACTIONS(1488), + [anon_sym_typename] = ACTIONS(1488), + [anon_sym_COLON_COLON] = ACTIONS(1490), + [anon_sym_delete] = ACTIONS(1488), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1490), + [anon_sym_new] = ACTIONS(1488), + [sym_this] = ACTIONS(1488), + [sym_nullptr] = ACTIONS(1488), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_FORWARD] = ACTIONS(1488), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1488), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_PS_GET] = ACTIONS(1488), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1488), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1488), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1488), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1488), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1488), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1488), + [anon_sym_MOZ_COLD] = ACTIONS(1488), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1488), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1488), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1488), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1488), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1488), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1488), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1488), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1488), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1488), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1488), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1488), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1488), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL] = ACTIONS(1488), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1488), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1488), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN] = ACTIONS(1488), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1488), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1488), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1488), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1488), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1488), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1488), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1488), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1488), + [anon_sym_MOZ_RAII] = ACTIONS(1488), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1488), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1488), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1488), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1488), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1488), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1488), + [sym_raw_string_literal] = ACTIONS(1490), }, - [843] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [aux_sym_preproc_else_token1] = ACTIONS(2429), - [aux_sym_preproc_elif_token1] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [722] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [844] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token2] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [aux_sym_preproc_else_token1] = ACTIONS(1912), - [aux_sym_preproc_elif_token1] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [anon_sym_public] = ACTIONS(1912), - [anon_sym_private] = ACTIONS(1912), - [anon_sym_protected] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_friend] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1912), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), + [723] = { + [sym_identifier] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, - [845] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [aux_sym_preproc_else_token1] = ACTIONS(2076), - [aux_sym_preproc_elif_token1] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [anon_sym_public] = ACTIONS(2076), - [anon_sym_private] = ACTIONS(2076), - [anon_sym_protected] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_friend] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [sym_operator_name] = ACTIONS(2076), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), + [724] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), }, - [846] = { - [sym_enumerator_list] = STATE(954), - [sym_identifier] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2447), - [anon_sym_COMMA] = ACTIONS(2447), - [anon_sym_RPAREN] = ACTIONS(2447), - [anon_sym_LPAREN2] = ACTIONS(2447), - [anon_sym_DASH] = ACTIONS(2445), - [anon_sym_PLUS] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2447), - [anon_sym_SLASH] = ACTIONS(2445), - [anon_sym_PERCENT] = ACTIONS(2447), - [anon_sym_PIPE_PIPE] = ACTIONS(2447), - [anon_sym_AMP_AMP] = ACTIONS(2447), - [anon_sym_PIPE] = ACTIONS(2445), - [anon_sym_CARET] = ACTIONS(2447), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_EQ_EQ] = ACTIONS(2447), - [anon_sym_BANG_EQ] = ACTIONS(2447), - [anon_sym_GT] = ACTIONS(2445), - [anon_sym_GT_EQ] = ACTIONS(2447), - [anon_sym_LT_EQ] = ACTIONS(2447), - [anon_sym_LT] = ACTIONS(2445), - [anon_sym_LT_LT] = ACTIONS(2447), - [anon_sym_GT_GT] = ACTIONS(2447), - [anon_sym_SEMI] = ACTIONS(2447), - [anon_sym_extern] = ACTIONS(2445), - [anon_sym___attribute__] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2445), - [anon_sym___based] = ACTIONS(2445), - [anon_sym_LBRACE] = ACTIONS(2447), - [anon_sym_RBRACE] = ACTIONS(2447), - [anon_sym_LBRACK] = ACTIONS(2447), - [anon_sym_RBRACK] = ACTIONS(2447), - [anon_sym_EQ] = ACTIONS(2445), - [anon_sym_static] = ACTIONS(2445), - [anon_sym_register] = ACTIONS(2445), - [anon_sym_inline] = ACTIONS(2445), - [anon_sym_const] = ACTIONS(2445), - [anon_sym_volatile] = ACTIONS(2445), - [anon_sym_restrict] = ACTIONS(2445), - [anon_sym__Atomic] = ACTIONS(2445), - [anon_sym_mutable] = ACTIONS(2445), - [anon_sym_constexpr] = ACTIONS(2445), - [anon_sym_COLON] = ACTIONS(2445), - [anon_sym_QMARK] = ACTIONS(2447), - [anon_sym_DASH_DASH] = ACTIONS(2447), - [anon_sym_PLUS_PLUS] = ACTIONS(2447), - [anon_sym_DOT] = ACTIONS(2445), - [anon_sym_DASH_GT] = ACTIONS(2447), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2445), - [anon_sym_override] = ACTIONS(2445), - [anon_sym_COLON_COLON] = ACTIONS(2447), - [anon_sym_noexcept] = ACTIONS(2445), - [anon_sym_throw] = ACTIONS(2445), - [sym_operator_name] = ACTIONS(2445), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2445), - [anon_sym_MOZ_COLD] = ACTIONS(2445), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2445), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2445), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2445), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2445), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2445), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2445), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2445), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2445), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2445), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2445), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2445), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2445), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_RAII] = ACTIONS(2445), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2445), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2445), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2445), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2445), + [725] = { + [sym_identifier] = ACTIONS(1480), + [anon_sym_LPAREN2] = ACTIONS(1482), + [anon_sym_BANG] = ACTIONS(1482), + [anon_sym_TILDE] = ACTIONS(1482), + [anon_sym_DASH] = ACTIONS(1480), + [anon_sym_PLUS] = ACTIONS(1480), + [anon_sym_STAR] = ACTIONS(1482), + [anon_sym_AMP] = ACTIONS(1482), + [anon_sym_SEMI] = ACTIONS(1482), + [anon_sym_typedef] = ACTIONS(1480), + [anon_sym_extern] = ACTIONS(1480), + [anon_sym___attribute__] = ACTIONS(1480), + [anon_sym___declspec] = ACTIONS(1480), + [anon_sym_LBRACE] = ACTIONS(1482), + [anon_sym_LBRACK] = ACTIONS(1480), + [anon_sym_static] = ACTIONS(1480), + [anon_sym_register] = ACTIONS(1480), + [anon_sym_inline] = ACTIONS(1480), + [anon_sym_const] = ACTIONS(1480), + [anon_sym_volatile] = ACTIONS(1480), + [anon_sym_restrict] = ACTIONS(1480), + [anon_sym__Atomic] = ACTIONS(1480), + [anon_sym_mutable] = ACTIONS(1480), + [anon_sym_constexpr] = ACTIONS(1480), + [anon_sym_signed] = ACTIONS(1480), + [anon_sym_unsigned] = ACTIONS(1480), + [anon_sym_long] = ACTIONS(1480), + [anon_sym_short] = ACTIONS(1480), + [sym_primitive_type] = ACTIONS(1480), + [anon_sym_enum] = ACTIONS(1480), + [anon_sym_class] = ACTIONS(1480), + [anon_sym_struct] = ACTIONS(1480), + [anon_sym_union] = ACTIONS(1480), + [anon_sym_if] = ACTIONS(1480), + [anon_sym_else] = ACTIONS(1480), + [anon_sym_switch] = ACTIONS(1480), + [anon_sym_while] = ACTIONS(1480), + [anon_sym_do] = ACTIONS(1480), + [anon_sym_for] = ACTIONS(1480), + [anon_sym_return] = ACTIONS(1480), + [anon_sym_break] = ACTIONS(1480), + [anon_sym_continue] = ACTIONS(1480), + [anon_sym_goto] = ACTIONS(1480), + [anon_sym_DASH_DASH] = ACTIONS(1482), + [anon_sym_PLUS_PLUS] = ACTIONS(1482), + [anon_sym_sizeof] = ACTIONS(1480), + [sym_number_literal] = ACTIONS(1482), + [anon_sym_L_SQUOTE] = ACTIONS(1482), + [anon_sym_u_SQUOTE] = ACTIONS(1482), + [anon_sym_U_SQUOTE] = ACTIONS(1482), + [anon_sym_u8_SQUOTE] = ACTIONS(1482), + [anon_sym_SQUOTE] = ACTIONS(1482), + [anon_sym_L_DQUOTE] = ACTIONS(1482), + [anon_sym_u_DQUOTE] = ACTIONS(1482), + [anon_sym_U_DQUOTE] = ACTIONS(1482), + [anon_sym_u8_DQUOTE] = ACTIONS(1482), + [anon_sym_DQUOTE] = ACTIONS(1482), + [sym_true] = ACTIONS(1480), + [sym_false] = ACTIONS(1480), + [sym_null] = ACTIONS(1480), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1480), + [sym_auto] = ACTIONS(1480), + [anon_sym_typename] = ACTIONS(1480), + [anon_sym_COLON_COLON] = ACTIONS(1482), + [anon_sym_delete] = ACTIONS(1480), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1482), + [anon_sym_new] = ACTIONS(1480), + [sym_this] = ACTIONS(1480), + [sym_nullptr] = ACTIONS(1480), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_FORWARD] = ACTIONS(1480), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1480), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_PS_GET] = ACTIONS(1480), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1480), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1480), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1480), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1480), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1480), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1480), + [anon_sym_MOZ_COLD] = ACTIONS(1480), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1480), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1480), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1480), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1480), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1480), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1480), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1480), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1480), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1480), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1480), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1480), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1480), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL] = ACTIONS(1480), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1480), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1480), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN] = ACTIONS(1480), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1480), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1480), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1480), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1480), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1480), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1480), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1480), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1480), + [anon_sym_MOZ_RAII] = ACTIONS(1480), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1480), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1480), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1480), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1480), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1480), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1480), + [sym_raw_string_literal] = ACTIONS(1482), }, - [847] = { - [sym_identifier] = ACTIONS(2449), - [aux_sym_preproc_def_token1] = ACTIONS(2449), - [aux_sym_preproc_if_token1] = ACTIONS(2449), - [aux_sym_preproc_if_token2] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2449), - [aux_sym_preproc_else_token1] = ACTIONS(2449), - [aux_sym_preproc_elif_token1] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2451), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = 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_signed] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_class] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2449), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_explicit] = ACTIONS(2449), - [anon_sym_public] = ACTIONS(2449), - [anon_sym_private] = ACTIONS(2449), - [anon_sym_protected] = ACTIONS(2449), - [sym_auto] = ACTIONS(2449), - [anon_sym_typename] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2451), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_friend] = ACTIONS(2449), - [anon_sym_using] = ACTIONS(2449), - [anon_sym_static_assert] = ACTIONS(2449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2451), - [sym_operator_name] = ACTIONS(2449), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [726] = { + [sym_identifier] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_BANG] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1558), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_switch] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1556), + [anon_sym_DASH_DASH] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_sizeof] = ACTIONS(1556), + [sym_number_literal] = ACTIONS(1558), + [anon_sym_L_SQUOTE] = ACTIONS(1558), + [anon_sym_u_SQUOTE] = ACTIONS(1558), + [anon_sym_U_SQUOTE] = ACTIONS(1558), + [anon_sym_u8_SQUOTE] = ACTIONS(1558), + [anon_sym_SQUOTE] = ACTIONS(1558), + [anon_sym_L_DQUOTE] = ACTIONS(1558), + [anon_sym_u_DQUOTE] = ACTIONS(1558), + [anon_sym_U_DQUOTE] = ACTIONS(1558), + [anon_sym_u8_DQUOTE] = ACTIONS(1558), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym_true] = ACTIONS(1556), + [sym_false] = ACTIONS(1556), + [sym_null] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_delete] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [anon_sym_new] = ACTIONS(1556), + [sym_this] = ACTIONS(1556), + [sym_nullptr] = ACTIONS(1556), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_FORWARD] = ACTIONS(1556), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1556), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_PS_GET] = ACTIONS(1556), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1556), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1556), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1556), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), + [sym_raw_string_literal] = ACTIONS(1558), }, - [848] = { - [sym_identifier] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2455), - [anon_sym_COMMA] = ACTIONS(2455), - [anon_sym_RPAREN] = ACTIONS(2455), - [anon_sym_LPAREN2] = ACTIONS(2455), - [anon_sym_TILDE] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2453), - [anon_sym_PLUS] = ACTIONS(2453), - [anon_sym_STAR] = ACTIONS(2455), - [anon_sym_SLASH] = ACTIONS(2453), - [anon_sym_PERCENT] = ACTIONS(2455), - [anon_sym_PIPE_PIPE] = ACTIONS(2455), - [anon_sym_AMP_AMP] = ACTIONS(2455), - [anon_sym_PIPE] = ACTIONS(2453), - [anon_sym_CARET] = ACTIONS(2455), - [anon_sym_AMP] = ACTIONS(2453), - [anon_sym_EQ_EQ] = ACTIONS(2455), - [anon_sym_BANG_EQ] = ACTIONS(2455), - [anon_sym_GT] = ACTIONS(2453), - [anon_sym_GT_EQ] = ACTIONS(2455), - [anon_sym_LT_EQ] = ACTIONS(2455), - [anon_sym_LT] = ACTIONS(2453), - [anon_sym_LT_LT] = ACTIONS(2455), - [anon_sym_GT_GT] = ACTIONS(2455), - [anon_sym_SEMI] = ACTIONS(2455), - [anon_sym_extern] = ACTIONS(2453), - [anon_sym___attribute__] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2453), - [anon_sym___based] = ACTIONS(2453), - [anon_sym_LBRACE] = ACTIONS(2455), - [anon_sym_RBRACE] = ACTIONS(2455), - [anon_sym_LBRACK] = ACTIONS(2455), - [anon_sym_RBRACK] = ACTIONS(2455), - [anon_sym_EQ] = ACTIONS(2453), - [anon_sym_static] = ACTIONS(2453), - [anon_sym_register] = ACTIONS(2453), - [anon_sym_inline] = ACTIONS(2453), - [anon_sym_const] = ACTIONS(2453), - [anon_sym_volatile] = ACTIONS(2453), - [anon_sym_restrict] = ACTIONS(2453), - [anon_sym__Atomic] = ACTIONS(2453), - [anon_sym_mutable] = ACTIONS(2453), - [anon_sym_constexpr] = ACTIONS(2453), - [anon_sym_COLON] = ACTIONS(2453), - [anon_sym_QMARK] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2455), - [anon_sym_PLUS_PLUS] = ACTIONS(2455), - [anon_sym_DOT] = ACTIONS(2453), - [anon_sym_DASH_GT] = ACTIONS(2455), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2453), - [anon_sym_override] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2455), - [anon_sym_noexcept] = ACTIONS(2453), - [anon_sym_throw] = ACTIONS(2453), - [sym_operator_name] = ACTIONS(2453), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2453), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2453), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2453), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2453), - [anon_sym_MOZ_COLD] = ACTIONS(2453), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2453), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2453), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2453), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2453), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2453), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2453), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2453), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2453), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2453), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2453), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2453), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2453), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2453), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_NONNULL] = ACTIONS(2453), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2453), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2453), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2453), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2453), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2453), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2453), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2453), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2453), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2453), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2453), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2453), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2453), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), - [anon_sym_MOZ_RAII] = ACTIONS(2453), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2453), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2453), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2453), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2453), + [727] = { + [sym_identifier] = ACTIONS(1524), + [anon_sym_LPAREN2] = ACTIONS(1526), + [anon_sym_BANG] = ACTIONS(1526), + [anon_sym_TILDE] = ACTIONS(1526), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1526), + [anon_sym_AMP] = ACTIONS(1526), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym___attribute__] = ACTIONS(1524), + [anon_sym___declspec] = ACTIONS(1524), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_register] = ACTIONS(1524), + [anon_sym_inline] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_volatile] = ACTIONS(1524), + [anon_sym_restrict] = ACTIONS(1524), + [anon_sym__Atomic] = ACTIONS(1524), + [anon_sym_mutable] = ACTIONS(1524), + [anon_sym_constexpr] = ACTIONS(1524), + [anon_sym_signed] = ACTIONS(1524), + [anon_sym_unsigned] = ACTIONS(1524), + [anon_sym_long] = ACTIONS(1524), + [anon_sym_short] = ACTIONS(1524), + [sym_primitive_type] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_class] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_else] = ACTIONS(2183), + [anon_sym_switch] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_do] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_goto] = ACTIONS(1524), + [anon_sym_DASH_DASH] = ACTIONS(1526), + [anon_sym_PLUS_PLUS] = ACTIONS(1526), + [anon_sym_sizeof] = ACTIONS(1524), + [sym_number_literal] = ACTIONS(1526), + [anon_sym_L_SQUOTE] = ACTIONS(1526), + [anon_sym_u_SQUOTE] = ACTIONS(1526), + [anon_sym_U_SQUOTE] = ACTIONS(1526), + [anon_sym_u8_SQUOTE] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1526), + [anon_sym_L_DQUOTE] = ACTIONS(1526), + [anon_sym_u_DQUOTE] = ACTIONS(1526), + [anon_sym_U_DQUOTE] = ACTIONS(1526), + [anon_sym_u8_DQUOTE] = ACTIONS(1526), + [anon_sym_DQUOTE] = ACTIONS(1526), + [sym_true] = ACTIONS(1524), + [sym_false] = ACTIONS(1524), + [sym_null] = ACTIONS(1524), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1524), + [sym_auto] = ACTIONS(1524), + [anon_sym_typename] = ACTIONS(1524), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_delete] = ACTIONS(1524), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1526), + [anon_sym_new] = ACTIONS(1524), + [sym_this] = ACTIONS(1524), + [sym_nullptr] = ACTIONS(1524), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_FORWARD] = ACTIONS(1524), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1524), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_PS_GET] = ACTIONS(1524), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1524), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1524), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1524), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1524), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1524), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1524), + [anon_sym_MOZ_COLD] = ACTIONS(1524), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1524), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1524), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1524), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1524), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1524), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1524), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1524), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1524), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1524), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1524), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1524), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1524), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL] = ACTIONS(1524), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1524), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1524), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN] = ACTIONS(1524), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1524), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1524), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1524), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1524), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1524), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1524), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1524), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1524), + [anon_sym_MOZ_RAII] = ACTIONS(1524), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1524), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1524), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1524), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1524), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1524), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1524), + [sym_raw_string_literal] = ACTIONS(1526), }, - [849] = { - [sym_identifier] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2459), - [anon_sym_COMMA] = ACTIONS(2459), - [anon_sym_RPAREN] = ACTIONS(2459), - [anon_sym_LPAREN2] = ACTIONS(2459), - [anon_sym_TILDE] = ACTIONS(2459), - [anon_sym_DASH] = ACTIONS(2457), - [anon_sym_PLUS] = ACTIONS(2457), - [anon_sym_STAR] = ACTIONS(2459), - [anon_sym_SLASH] = ACTIONS(2457), - [anon_sym_PERCENT] = ACTIONS(2459), - [anon_sym_PIPE_PIPE] = ACTIONS(2459), - [anon_sym_AMP_AMP] = ACTIONS(2459), - [anon_sym_PIPE] = ACTIONS(2457), - [anon_sym_CARET] = ACTIONS(2459), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_EQ_EQ] = ACTIONS(2459), - [anon_sym_BANG_EQ] = ACTIONS(2459), - [anon_sym_GT] = ACTIONS(2457), - [anon_sym_GT_EQ] = ACTIONS(2459), - [anon_sym_LT_EQ] = ACTIONS(2459), - [anon_sym_LT] = ACTIONS(2457), - [anon_sym_LT_LT] = ACTIONS(2459), - [anon_sym_GT_GT] = ACTIONS(2459), - [anon_sym_SEMI] = ACTIONS(2459), - [anon_sym_extern] = ACTIONS(2457), - [anon_sym___attribute__] = ACTIONS(2457), - [anon_sym___declspec] = ACTIONS(2457), - [anon_sym___based] = ACTIONS(2457), - [anon_sym_LBRACE] = ACTIONS(2459), - [anon_sym_RBRACE] = ACTIONS(2459), - [anon_sym_LBRACK] = ACTIONS(2459), - [anon_sym_RBRACK] = ACTIONS(2459), - [anon_sym_EQ] = ACTIONS(2457), - [anon_sym_static] = ACTIONS(2457), - [anon_sym_register] = ACTIONS(2457), - [anon_sym_inline] = ACTIONS(2457), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_volatile] = ACTIONS(2457), - [anon_sym_restrict] = ACTIONS(2457), - [anon_sym__Atomic] = ACTIONS(2457), - [anon_sym_mutable] = ACTIONS(2457), - [anon_sym_constexpr] = ACTIONS(2457), - [anon_sym_COLON] = ACTIONS(2457), - [anon_sym_QMARK] = ACTIONS(2459), - [anon_sym_DASH_DASH] = ACTIONS(2459), - [anon_sym_PLUS_PLUS] = ACTIONS(2459), - [anon_sym_DOT] = ACTIONS(2457), - [anon_sym_DASH_GT] = ACTIONS(2459), + [728] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [729] = { + [sym_identifier] = ACTIONS(1476), + [anon_sym_LPAREN2] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1478), + [anon_sym_TILDE] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1476), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1478), + [anon_sym_SEMI] = ACTIONS(1478), + [anon_sym_typedef] = ACTIONS(1476), + [anon_sym_extern] = ACTIONS(1476), + [anon_sym___attribute__] = ACTIONS(1476), + [anon_sym___declspec] = ACTIONS(1476), + [anon_sym_LBRACE] = ACTIONS(1478), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_static] = ACTIONS(1476), + [anon_sym_register] = ACTIONS(1476), + [anon_sym_inline] = ACTIONS(1476), + [anon_sym_const] = ACTIONS(1476), + [anon_sym_volatile] = ACTIONS(1476), + [anon_sym_restrict] = ACTIONS(1476), + [anon_sym__Atomic] = ACTIONS(1476), + [anon_sym_mutable] = ACTIONS(1476), + [anon_sym_constexpr] = ACTIONS(1476), + [anon_sym_signed] = ACTIONS(1476), + [anon_sym_unsigned] = ACTIONS(1476), + [anon_sym_long] = ACTIONS(1476), + [anon_sym_short] = ACTIONS(1476), + [sym_primitive_type] = ACTIONS(1476), + [anon_sym_enum] = ACTIONS(1476), + [anon_sym_class] = ACTIONS(1476), + [anon_sym_struct] = ACTIONS(1476), + [anon_sym_union] = ACTIONS(1476), + [anon_sym_if] = ACTIONS(1476), + [anon_sym_else] = ACTIONS(1476), + [anon_sym_switch] = ACTIONS(1476), + [anon_sym_while] = ACTIONS(1476), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_for] = ACTIONS(1476), + [anon_sym_return] = ACTIONS(1476), + [anon_sym_break] = ACTIONS(1476), + [anon_sym_continue] = ACTIONS(1476), + [anon_sym_goto] = ACTIONS(1476), + [anon_sym_DASH_DASH] = ACTIONS(1478), + [anon_sym_PLUS_PLUS] = ACTIONS(1478), + [anon_sym_sizeof] = ACTIONS(1476), + [sym_number_literal] = ACTIONS(1478), + [anon_sym_L_SQUOTE] = ACTIONS(1478), + [anon_sym_u_SQUOTE] = ACTIONS(1478), + [anon_sym_U_SQUOTE] = ACTIONS(1478), + [anon_sym_u8_SQUOTE] = ACTIONS(1478), + [anon_sym_SQUOTE] = ACTIONS(1478), + [anon_sym_L_DQUOTE] = ACTIONS(1478), + [anon_sym_u_DQUOTE] = ACTIONS(1478), + [anon_sym_U_DQUOTE] = ACTIONS(1478), + [anon_sym_u8_DQUOTE] = ACTIONS(1478), + [anon_sym_DQUOTE] = ACTIONS(1478), + [sym_true] = ACTIONS(1476), + [sym_false] = ACTIONS(1476), + [sym_null] = ACTIONS(1476), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1476), + [sym_auto] = ACTIONS(1476), + [anon_sym_typename] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1478), + [anon_sym_delete] = ACTIONS(1476), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1478), + [anon_sym_new] = ACTIONS(1476), + [sym_this] = ACTIONS(1476), + [sym_nullptr] = ACTIONS(1476), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_FORWARD] = ACTIONS(1476), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1476), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_PS_GET] = ACTIONS(1476), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1476), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1476), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1476), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1476), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1476), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1476), + [anon_sym_MOZ_COLD] = ACTIONS(1476), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1476), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1476), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1476), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1476), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1476), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1476), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1476), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1476), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1476), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1476), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1476), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1476), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL] = ACTIONS(1476), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1476), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1476), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN] = ACTIONS(1476), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1476), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1476), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1476), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1476), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1476), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1476), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1476), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1476), + [anon_sym_MOZ_RAII] = ACTIONS(1476), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1476), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1476), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1476), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1476), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1476), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1476), + [sym_raw_string_literal] = ACTIONS(1478), + }, + [730] = { + [sym_identifier] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1496), + [anon_sym_PLUS] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1498), + [anon_sym_SEMI] = ACTIONS(1498), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym_LBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [anon_sym_if] = ACTIONS(1496), + [anon_sym_else] = ACTIONS(1496), + [anon_sym_switch] = ACTIONS(1496), + [anon_sym_while] = ACTIONS(1496), + [anon_sym_do] = ACTIONS(1496), + [anon_sym_for] = ACTIONS(1496), + [anon_sym_return] = ACTIONS(1496), + [anon_sym_break] = ACTIONS(1496), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1496), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_sizeof] = ACTIONS(1496), + [sym_number_literal] = ACTIONS(1498), + [anon_sym_L_SQUOTE] = ACTIONS(1498), + [anon_sym_u_SQUOTE] = ACTIONS(1498), + [anon_sym_U_SQUOTE] = ACTIONS(1498), + [anon_sym_u8_SQUOTE] = ACTIONS(1498), + [anon_sym_SQUOTE] = ACTIONS(1498), + [anon_sym_L_DQUOTE] = ACTIONS(1498), + [anon_sym_u_DQUOTE] = ACTIONS(1498), + [anon_sym_U_DQUOTE] = ACTIONS(1498), + [anon_sym_u8_DQUOTE] = ACTIONS(1498), + [anon_sym_DQUOTE] = ACTIONS(1498), + [sym_true] = ACTIONS(1496), + [sym_false] = ACTIONS(1496), + [sym_null] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_delete] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [anon_sym_new] = ACTIONS(1496), + [sym_this] = ACTIONS(1496), + [sym_nullptr] = ACTIONS(1496), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_FORWARD] = ACTIONS(1496), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1496), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_PS_GET] = ACTIONS(1496), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1496), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1496), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1496), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), + [sym_raw_string_literal] = ACTIONS(1498), + }, + [731] = { + [sym_identifier] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_BANG] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1522), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_else] = ACTIONS(1520), + [anon_sym_switch] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_do] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_goto] = ACTIONS(1520), + [anon_sym_DASH_DASH] = ACTIONS(1522), + [anon_sym_PLUS_PLUS] = ACTIONS(1522), + [anon_sym_sizeof] = ACTIONS(1520), + [sym_number_literal] = ACTIONS(1522), + [anon_sym_L_SQUOTE] = ACTIONS(1522), + [anon_sym_u_SQUOTE] = ACTIONS(1522), + [anon_sym_U_SQUOTE] = ACTIONS(1522), + [anon_sym_u8_SQUOTE] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1522), + [anon_sym_L_DQUOTE] = ACTIONS(1522), + [anon_sym_u_DQUOTE] = ACTIONS(1522), + [anon_sym_U_DQUOTE] = ACTIONS(1522), + [anon_sym_u8_DQUOTE] = ACTIONS(1522), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym_true] = ACTIONS(1520), + [sym_false] = ACTIONS(1520), + [sym_null] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_delete] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [anon_sym_new] = ACTIONS(1520), + [sym_this] = ACTIONS(1520), + [sym_nullptr] = ACTIONS(1520), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_FORWARD] = ACTIONS(1520), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1520), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_PS_GET] = ACTIONS(1520), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1520), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1520), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1520), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + [sym_raw_string_literal] = ACTIONS(1522), + }, + [732] = { + [sym_identifier] = ACTIONS(1460), + [anon_sym_LPAREN2] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_TILDE] = ACTIONS(1462), + [anon_sym_DASH] = ACTIONS(1460), + [anon_sym_PLUS] = ACTIONS(1460), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_typedef] = ACTIONS(1460), + [anon_sym_extern] = ACTIONS(1460), + [anon_sym___attribute__] = ACTIONS(1460), + [anon_sym___declspec] = ACTIONS(1460), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1460), + [anon_sym_static] = ACTIONS(1460), + [anon_sym_register] = ACTIONS(1460), + [anon_sym_inline] = ACTIONS(1460), + [anon_sym_const] = ACTIONS(1460), + [anon_sym_volatile] = ACTIONS(1460), + [anon_sym_restrict] = ACTIONS(1460), + [anon_sym__Atomic] = ACTIONS(1460), + [anon_sym_mutable] = ACTIONS(1460), + [anon_sym_constexpr] = ACTIONS(1460), + [anon_sym_signed] = ACTIONS(1460), + [anon_sym_unsigned] = ACTIONS(1460), + [anon_sym_long] = ACTIONS(1460), + [anon_sym_short] = ACTIONS(1460), + [sym_primitive_type] = ACTIONS(1460), + [anon_sym_enum] = ACTIONS(1460), + [anon_sym_class] = ACTIONS(1460), + [anon_sym_struct] = ACTIONS(1460), + [anon_sym_union] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1460), + [anon_sym_else] = ACTIONS(1460), + [anon_sym_switch] = ACTIONS(1460), + [anon_sym_while] = ACTIONS(1460), + [anon_sym_do] = ACTIONS(1460), + [anon_sym_for] = ACTIONS(1460), + [anon_sym_return] = ACTIONS(1460), + [anon_sym_break] = ACTIONS(1460), + [anon_sym_continue] = ACTIONS(1460), + [anon_sym_goto] = ACTIONS(1460), + [anon_sym_DASH_DASH] = ACTIONS(1462), + [anon_sym_PLUS_PLUS] = ACTIONS(1462), + [anon_sym_sizeof] = ACTIONS(1460), + [sym_number_literal] = ACTIONS(1462), + [anon_sym_L_SQUOTE] = ACTIONS(1462), + [anon_sym_u_SQUOTE] = ACTIONS(1462), + [anon_sym_U_SQUOTE] = ACTIONS(1462), + [anon_sym_u8_SQUOTE] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1462), + [anon_sym_L_DQUOTE] = ACTIONS(1462), + [anon_sym_u_DQUOTE] = ACTIONS(1462), + [anon_sym_U_DQUOTE] = ACTIONS(1462), + [anon_sym_u8_DQUOTE] = ACTIONS(1462), + [anon_sym_DQUOTE] = ACTIONS(1462), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_null] = ACTIONS(1460), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1460), + [sym_auto] = ACTIONS(1460), + [anon_sym_typename] = ACTIONS(1460), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_delete] = ACTIONS(1460), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1462), + [anon_sym_new] = ACTIONS(1460), + [sym_this] = ACTIONS(1460), + [sym_nullptr] = ACTIONS(1460), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_FORWARD] = ACTIONS(1460), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1460), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_PS_GET] = ACTIONS(1460), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1460), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1460), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1460), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1460), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1460), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1460), + [anon_sym_MOZ_COLD] = ACTIONS(1460), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1460), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1460), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1460), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1460), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1460), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1460), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1460), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1460), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1460), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1460), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1460), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1460), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL] = ACTIONS(1460), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1460), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1460), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN] = ACTIONS(1460), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1460), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1460), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1460), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1460), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1460), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1460), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1460), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1460), + [anon_sym_MOZ_RAII] = ACTIONS(1460), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1460), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1460), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1460), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1460), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1460), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1460), + [sym_raw_string_literal] = ACTIONS(1462), + }, + [733] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [734] = { + [sym_identifier] = ACTIONS(1484), + [anon_sym_LPAREN2] = ACTIONS(1486), + [anon_sym_BANG] = ACTIONS(1486), + [anon_sym_TILDE] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1484), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1486), + [anon_sym_SEMI] = ACTIONS(1486), + [anon_sym_typedef] = ACTIONS(1484), + [anon_sym_extern] = ACTIONS(1484), + [anon_sym___attribute__] = ACTIONS(1484), + [anon_sym___declspec] = ACTIONS(1484), + [anon_sym_LBRACE] = ACTIONS(1486), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_static] = ACTIONS(1484), + [anon_sym_register] = ACTIONS(1484), + [anon_sym_inline] = ACTIONS(1484), + [anon_sym_const] = ACTIONS(1484), + [anon_sym_volatile] = ACTIONS(1484), + [anon_sym_restrict] = ACTIONS(1484), + [anon_sym__Atomic] = ACTIONS(1484), + [anon_sym_mutable] = ACTIONS(1484), + [anon_sym_constexpr] = ACTIONS(1484), + [anon_sym_signed] = ACTIONS(1484), + [anon_sym_unsigned] = ACTIONS(1484), + [anon_sym_long] = ACTIONS(1484), + [anon_sym_short] = ACTIONS(1484), + [sym_primitive_type] = ACTIONS(1484), + [anon_sym_enum] = ACTIONS(1484), + [anon_sym_class] = ACTIONS(1484), + [anon_sym_struct] = ACTIONS(1484), + [anon_sym_union] = ACTIONS(1484), + [anon_sym_if] = ACTIONS(1484), + [anon_sym_else] = ACTIONS(1484), + [anon_sym_switch] = ACTIONS(1484), + [anon_sym_while] = ACTIONS(1484), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1484), + [anon_sym_return] = ACTIONS(1484), + [anon_sym_break] = ACTIONS(1484), + [anon_sym_continue] = ACTIONS(1484), + [anon_sym_goto] = ACTIONS(1484), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1484), + [sym_number_literal] = ACTIONS(1486), + [anon_sym_L_SQUOTE] = ACTIONS(1486), + [anon_sym_u_SQUOTE] = ACTIONS(1486), + [anon_sym_U_SQUOTE] = ACTIONS(1486), + [anon_sym_u8_SQUOTE] = ACTIONS(1486), + [anon_sym_SQUOTE] = ACTIONS(1486), + [anon_sym_L_DQUOTE] = ACTIONS(1486), + [anon_sym_u_DQUOTE] = ACTIONS(1486), + [anon_sym_U_DQUOTE] = ACTIONS(1486), + [anon_sym_u8_DQUOTE] = ACTIONS(1486), + [anon_sym_DQUOTE] = ACTIONS(1486), + [sym_true] = ACTIONS(1484), + [sym_false] = ACTIONS(1484), + [sym_null] = ACTIONS(1484), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1484), + [sym_auto] = ACTIONS(1484), + [anon_sym_typename] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1486), + [anon_sym_delete] = ACTIONS(1484), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1486), + [anon_sym_new] = ACTIONS(1484), + [sym_this] = ACTIONS(1484), + [sym_nullptr] = ACTIONS(1484), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_FORWARD] = ACTIONS(1484), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1484), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_PS_GET] = ACTIONS(1484), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1484), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1484), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1484), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1484), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1484), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1484), + [anon_sym_MOZ_COLD] = ACTIONS(1484), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1484), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1484), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1484), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1484), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1484), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1484), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1484), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1484), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1484), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1484), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1484), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1484), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL] = ACTIONS(1484), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1484), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1484), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN] = ACTIONS(1484), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1484), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1484), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1484), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1484), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1484), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1484), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1484), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1484), + [anon_sym_MOZ_RAII] = ACTIONS(1484), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1484), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1484), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1484), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1484), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1484), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1484), + [sym_raw_string_literal] = ACTIONS(1486), + }, + [735] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [736] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [737] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [738] = { + [sym_identifier] = ACTIONS(1472), + [anon_sym_LPAREN2] = ACTIONS(1474), + [anon_sym_BANG] = ACTIONS(1474), + [anon_sym_TILDE] = ACTIONS(1474), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1474), + [anon_sym_AMP] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_typedef] = ACTIONS(1472), + [anon_sym_extern] = ACTIONS(1472), + [anon_sym___attribute__] = ACTIONS(1472), + [anon_sym___declspec] = ACTIONS(1472), + [anon_sym_LBRACE] = ACTIONS(1474), + [anon_sym_LBRACK] = ACTIONS(1472), + [anon_sym_static] = ACTIONS(1472), + [anon_sym_register] = ACTIONS(1472), + [anon_sym_inline] = ACTIONS(1472), + [anon_sym_const] = ACTIONS(1472), + [anon_sym_volatile] = ACTIONS(1472), + [anon_sym_restrict] = ACTIONS(1472), + [anon_sym__Atomic] = ACTIONS(1472), + [anon_sym_mutable] = ACTIONS(1472), + [anon_sym_constexpr] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1472), + [anon_sym_unsigned] = ACTIONS(1472), + [anon_sym_long] = ACTIONS(1472), + [anon_sym_short] = ACTIONS(1472), + [sym_primitive_type] = ACTIONS(1472), + [anon_sym_enum] = ACTIONS(1472), + [anon_sym_class] = ACTIONS(1472), + [anon_sym_struct] = ACTIONS(1472), + [anon_sym_union] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1472), + [anon_sym_else] = ACTIONS(1472), + [anon_sym_switch] = ACTIONS(1472), + [anon_sym_while] = ACTIONS(1472), + [anon_sym_do] = ACTIONS(1472), + [anon_sym_for] = ACTIONS(1472), + [anon_sym_return] = ACTIONS(1472), + [anon_sym_break] = ACTIONS(1472), + [anon_sym_continue] = ACTIONS(1472), + [anon_sym_goto] = ACTIONS(1472), + [anon_sym_DASH_DASH] = ACTIONS(1474), + [anon_sym_PLUS_PLUS] = ACTIONS(1474), + [anon_sym_sizeof] = ACTIONS(1472), + [sym_number_literal] = ACTIONS(1474), + [anon_sym_L_SQUOTE] = ACTIONS(1474), + [anon_sym_u_SQUOTE] = ACTIONS(1474), + [anon_sym_U_SQUOTE] = ACTIONS(1474), + [anon_sym_u8_SQUOTE] = ACTIONS(1474), + [anon_sym_SQUOTE] = ACTIONS(1474), + [anon_sym_L_DQUOTE] = ACTIONS(1474), + [anon_sym_u_DQUOTE] = ACTIONS(1474), + [anon_sym_U_DQUOTE] = ACTIONS(1474), + [anon_sym_u8_DQUOTE] = ACTIONS(1474), + [anon_sym_DQUOTE] = ACTIONS(1474), + [sym_true] = ACTIONS(1472), + [sym_false] = ACTIONS(1472), + [sym_null] = ACTIONS(1472), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1472), + [sym_auto] = ACTIONS(1472), + [anon_sym_typename] = ACTIONS(1472), + [anon_sym_COLON_COLON] = ACTIONS(1474), + [anon_sym_delete] = ACTIONS(1472), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1474), + [anon_sym_new] = ACTIONS(1472), + [sym_this] = ACTIONS(1472), + [sym_nullptr] = ACTIONS(1472), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_FORWARD] = ACTIONS(1472), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1472), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_PS_GET] = ACTIONS(1472), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1472), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1472), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1472), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1472), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1472), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1472), + [anon_sym_MOZ_COLD] = ACTIONS(1472), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1472), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1472), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1472), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1472), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1472), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1472), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1472), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1472), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1472), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1472), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1472), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1472), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL] = ACTIONS(1472), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1472), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1472), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN] = ACTIONS(1472), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1472), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1472), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1472), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1472), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1472), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1472), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1472), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1472), + [anon_sym_MOZ_RAII] = ACTIONS(1472), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1472), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1472), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1472), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1472), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1472), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1472), + [sym_raw_string_literal] = ACTIONS(1474), + }, + [739] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [740] = { + [sym_identifier] = ACTIONS(1464), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1466), + [anon_sym_TILDE] = ACTIONS(1466), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1466), + [anon_sym_AMP] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym___attribute__] = ACTIONS(1464), + [anon_sym___declspec] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_inline] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_volatile] = ACTIONS(1464), + [anon_sym_restrict] = ACTIONS(1464), + [anon_sym__Atomic] = ACTIONS(1464), + [anon_sym_mutable] = ACTIONS(1464), + [anon_sym_constexpr] = ACTIONS(1464), + [anon_sym_signed] = ACTIONS(1464), + [anon_sym_unsigned] = ACTIONS(1464), + [anon_sym_long] = ACTIONS(1464), + [anon_sym_short] = ACTIONS(1464), + [sym_primitive_type] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_class] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_switch] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_goto] = ACTIONS(1464), + [anon_sym_DASH_DASH] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_sizeof] = ACTIONS(1464), + [sym_number_literal] = ACTIONS(1466), + [anon_sym_L_SQUOTE] = ACTIONS(1466), + [anon_sym_u_SQUOTE] = ACTIONS(1466), + [anon_sym_U_SQUOTE] = ACTIONS(1466), + [anon_sym_u8_SQUOTE] = ACTIONS(1466), + [anon_sym_SQUOTE] = ACTIONS(1466), + [anon_sym_L_DQUOTE] = ACTIONS(1466), + [anon_sym_u_DQUOTE] = ACTIONS(1466), + [anon_sym_U_DQUOTE] = ACTIONS(1466), + [anon_sym_u8_DQUOTE] = ACTIONS(1466), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym_true] = ACTIONS(1464), + [sym_false] = ACTIONS(1464), + [sym_null] = ACTIONS(1464), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1464), + [sym_auto] = ACTIONS(1464), + [anon_sym_typename] = ACTIONS(1464), + [anon_sym_COLON_COLON] = ACTIONS(1466), + [anon_sym_delete] = ACTIONS(1464), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1466), + [anon_sym_new] = ACTIONS(1464), + [sym_this] = ACTIONS(1464), + [sym_nullptr] = ACTIONS(1464), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_FORWARD] = ACTIONS(1464), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1464), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_PS_GET] = ACTIONS(1464), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1464), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1464), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1464), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1464), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1464), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1464), + [anon_sym_MOZ_COLD] = ACTIONS(1464), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1464), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1464), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1464), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1464), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1464), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1464), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1464), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1464), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1464), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1464), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1464), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1464), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL] = ACTIONS(1464), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1464), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1464), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN] = ACTIONS(1464), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1464), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1464), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1464), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1464), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1464), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1464), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1464), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1464), + [anon_sym_MOZ_RAII] = ACTIONS(1464), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1464), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1464), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1464), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1464), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1464), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1464), + [sym_raw_string_literal] = ACTIONS(1466), + }, + [741] = { + [sym_identifier] = ACTIONS(1512), + [anon_sym_LPAREN2] = ACTIONS(1514), + [anon_sym_BANG] = ACTIONS(1514), + [anon_sym_TILDE] = ACTIONS(1514), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1514), + [anon_sym_AMP] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_typedef] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym___attribute__] = ACTIONS(1512), + [anon_sym___declspec] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_inline] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_volatile] = ACTIONS(1512), + [anon_sym_restrict] = ACTIONS(1512), + [anon_sym__Atomic] = ACTIONS(1512), + [anon_sym_mutable] = ACTIONS(1512), + [anon_sym_constexpr] = ACTIONS(1512), + [anon_sym_signed] = ACTIONS(1512), + [anon_sym_unsigned] = ACTIONS(1512), + [anon_sym_long] = ACTIONS(1512), + [anon_sym_short] = ACTIONS(1512), + [sym_primitive_type] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_class] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_else] = ACTIONS(1512), + [anon_sym_switch] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_goto] = ACTIONS(1512), + [anon_sym_DASH_DASH] = ACTIONS(1514), + [anon_sym_PLUS_PLUS] = ACTIONS(1514), + [anon_sym_sizeof] = ACTIONS(1512), + [sym_number_literal] = ACTIONS(1514), + [anon_sym_L_SQUOTE] = ACTIONS(1514), + [anon_sym_u_SQUOTE] = ACTIONS(1514), + [anon_sym_U_SQUOTE] = ACTIONS(1514), + [anon_sym_u8_SQUOTE] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1514), + [anon_sym_L_DQUOTE] = ACTIONS(1514), + [anon_sym_u_DQUOTE] = ACTIONS(1514), + [anon_sym_U_DQUOTE] = ACTIONS(1514), + [anon_sym_u8_DQUOTE] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym_true] = ACTIONS(1512), + [sym_false] = ACTIONS(1512), + [sym_null] = ACTIONS(1512), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1512), + [sym_auto] = ACTIONS(1512), + [anon_sym_typename] = ACTIONS(1512), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_delete] = ACTIONS(1512), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1514), + [anon_sym_new] = ACTIONS(1512), + [sym_this] = ACTIONS(1512), + [sym_nullptr] = ACTIONS(1512), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_FORWARD] = ACTIONS(1512), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1512), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_PS_GET] = ACTIONS(1512), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1512), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1512), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1512), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1512), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1512), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1512), + [anon_sym_MOZ_COLD] = ACTIONS(1512), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1512), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1512), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1512), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1512), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1512), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1512), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1512), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1512), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1512), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1512), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1512), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1512), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL] = ACTIONS(1512), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1512), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1512), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN] = ACTIONS(1512), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1512), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1512), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1512), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1512), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1512), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1512), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1512), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1512), + [anon_sym_MOZ_RAII] = ACTIONS(1512), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1512), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1512), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1512), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1512), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1512), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1512), + [sym_raw_string_literal] = ACTIONS(1514), + }, + [742] = { + [sym_identifier] = ACTIONS(1468), + [anon_sym_LPAREN2] = ACTIONS(1470), + [anon_sym_BANG] = ACTIONS(1470), + [anon_sym_TILDE] = ACTIONS(1470), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1470), + [anon_sym_AMP] = ACTIONS(1470), + [anon_sym_SEMI] = ACTIONS(1470), + [anon_sym_typedef] = ACTIONS(1468), + [anon_sym_extern] = ACTIONS(1468), + [anon_sym___attribute__] = ACTIONS(1468), + [anon_sym___declspec] = ACTIONS(1468), + [anon_sym_LBRACE] = ACTIONS(1470), + [anon_sym_LBRACK] = ACTIONS(1468), + [anon_sym_static] = ACTIONS(1468), + [anon_sym_register] = ACTIONS(1468), + [anon_sym_inline] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1468), + [anon_sym_volatile] = ACTIONS(1468), + [anon_sym_restrict] = ACTIONS(1468), + [anon_sym__Atomic] = ACTIONS(1468), + [anon_sym_mutable] = ACTIONS(1468), + [anon_sym_constexpr] = ACTIONS(1468), + [anon_sym_signed] = ACTIONS(1468), + [anon_sym_unsigned] = ACTIONS(1468), + [anon_sym_long] = ACTIONS(1468), + [anon_sym_short] = ACTIONS(1468), + [sym_primitive_type] = ACTIONS(1468), + [anon_sym_enum] = ACTIONS(1468), + [anon_sym_class] = ACTIONS(1468), + [anon_sym_struct] = ACTIONS(1468), + [anon_sym_union] = ACTIONS(1468), + [anon_sym_if] = ACTIONS(1468), + [anon_sym_else] = ACTIONS(1468), + [anon_sym_switch] = ACTIONS(1468), + [anon_sym_while] = ACTIONS(1468), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_for] = ACTIONS(1468), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1468), + [anon_sym_continue] = ACTIONS(1468), + [anon_sym_goto] = ACTIONS(1468), + [anon_sym_DASH_DASH] = ACTIONS(1470), + [anon_sym_PLUS_PLUS] = ACTIONS(1470), + [anon_sym_sizeof] = ACTIONS(1468), + [sym_number_literal] = ACTIONS(1470), + [anon_sym_L_SQUOTE] = ACTIONS(1470), + [anon_sym_u_SQUOTE] = ACTIONS(1470), + [anon_sym_U_SQUOTE] = ACTIONS(1470), + [anon_sym_u8_SQUOTE] = ACTIONS(1470), + [anon_sym_SQUOTE] = ACTIONS(1470), + [anon_sym_L_DQUOTE] = ACTIONS(1470), + [anon_sym_u_DQUOTE] = ACTIONS(1470), + [anon_sym_U_DQUOTE] = ACTIONS(1470), + [anon_sym_u8_DQUOTE] = ACTIONS(1470), + [anon_sym_DQUOTE] = ACTIONS(1470), + [sym_true] = ACTIONS(1468), + [sym_false] = ACTIONS(1468), + [sym_null] = ACTIONS(1468), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1468), + [sym_auto] = ACTIONS(1468), + [anon_sym_typename] = ACTIONS(1468), + [anon_sym_COLON_COLON] = ACTIONS(1470), + [anon_sym_delete] = ACTIONS(1468), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1470), + [anon_sym_new] = ACTIONS(1468), + [sym_this] = ACTIONS(1468), + [sym_nullptr] = ACTIONS(1468), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_FORWARD] = ACTIONS(1468), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1468), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_PS_GET] = ACTIONS(1468), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1468), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1468), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1468), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1468), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1468), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1468), + [anon_sym_MOZ_COLD] = ACTIONS(1468), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1468), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1468), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1468), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1468), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1468), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1468), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1468), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1468), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1468), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1468), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1468), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1468), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL] = ACTIONS(1468), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1468), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1468), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN] = ACTIONS(1468), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1468), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1468), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1468), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1468), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1468), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1468), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1468), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1468), + [anon_sym_MOZ_RAII] = ACTIONS(1468), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1468), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1468), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1468), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1468), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1468), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1468), + [sym_raw_string_literal] = ACTIONS(1470), + }, + [743] = { + [sym_identifier] = ACTIONS(1444), + [anon_sym_LPAREN2] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_TILDE] = ACTIONS(1446), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1446), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_typedef] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym___attribute__] = ACTIONS(1444), + [anon_sym___declspec] = ACTIONS(1444), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_register] = ACTIONS(1444), + [anon_sym_inline] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_volatile] = ACTIONS(1444), + [anon_sym_restrict] = ACTIONS(1444), + [anon_sym__Atomic] = ACTIONS(1444), + [anon_sym_mutable] = ACTIONS(1444), + [anon_sym_constexpr] = ACTIONS(1444), + [anon_sym_signed] = ACTIONS(1444), + [anon_sym_unsigned] = ACTIONS(1444), + [anon_sym_long] = ACTIONS(1444), + [anon_sym_short] = ACTIONS(1444), + [sym_primitive_type] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_class] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [anon_sym_switch] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_do] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_goto] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1446), + [anon_sym_PLUS_PLUS] = ACTIONS(1446), + [anon_sym_sizeof] = ACTIONS(1444), + [sym_number_literal] = ACTIONS(1446), + [anon_sym_L_SQUOTE] = ACTIONS(1446), + [anon_sym_u_SQUOTE] = ACTIONS(1446), + [anon_sym_U_SQUOTE] = ACTIONS(1446), + [anon_sym_u8_SQUOTE] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1446), + [anon_sym_L_DQUOTE] = ACTIONS(1446), + [anon_sym_u_DQUOTE] = ACTIONS(1446), + [anon_sym_U_DQUOTE] = ACTIONS(1446), + [anon_sym_u8_DQUOTE] = ACTIONS(1446), + [anon_sym_DQUOTE] = ACTIONS(1446), + [sym_true] = ACTIONS(1444), + [sym_false] = ACTIONS(1444), + [sym_null] = ACTIONS(1444), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1444), + [sym_auto] = ACTIONS(1444), + [anon_sym_typename] = ACTIONS(1444), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_delete] = ACTIONS(1444), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1446), + [anon_sym_new] = ACTIONS(1444), + [sym_this] = ACTIONS(1444), + [sym_nullptr] = ACTIONS(1444), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_FORWARD] = ACTIONS(1444), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1444), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_PS_GET] = ACTIONS(1444), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1444), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1444), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1444), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1444), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1444), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1444), + [anon_sym_MOZ_COLD] = ACTIONS(1444), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1444), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1444), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1444), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1444), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1444), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1444), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1444), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1444), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1444), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1444), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1444), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1444), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL] = ACTIONS(1444), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1444), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1444), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN] = ACTIONS(1444), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1444), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1444), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1444), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1444), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1444), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1444), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1444), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1444), + [anon_sym_MOZ_RAII] = ACTIONS(1444), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1444), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1444), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1444), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1444), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1444), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1444), + [sym_raw_string_literal] = ACTIONS(1446), + }, + [744] = { + [sym_identifier] = ACTIONS(1452), + [anon_sym_LPAREN2] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1452), + [anon_sym_PLUS] = ACTIONS(1452), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_typedef] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym___attribute__] = ACTIONS(1452), + [anon_sym___declspec] = ACTIONS(1452), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_register] = ACTIONS(1452), + [anon_sym_inline] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_volatile] = ACTIONS(1452), + [anon_sym_restrict] = ACTIONS(1452), + [anon_sym__Atomic] = ACTIONS(1452), + [anon_sym_mutable] = ACTIONS(1452), + [anon_sym_constexpr] = ACTIONS(1452), + [anon_sym_signed] = ACTIONS(1452), + [anon_sym_unsigned] = ACTIONS(1452), + [anon_sym_long] = ACTIONS(1452), + [anon_sym_short] = ACTIONS(1452), + [sym_primitive_type] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_class] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_else] = ACTIONS(1452), + [anon_sym_switch] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_do] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_goto] = ACTIONS(1452), + [anon_sym_DASH_DASH] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_sizeof] = ACTIONS(1452), + [sym_number_literal] = ACTIONS(1454), + [anon_sym_L_SQUOTE] = ACTIONS(1454), + [anon_sym_u_SQUOTE] = ACTIONS(1454), + [anon_sym_U_SQUOTE] = ACTIONS(1454), + [anon_sym_u8_SQUOTE] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1454), + [anon_sym_L_DQUOTE] = ACTIONS(1454), + [anon_sym_u_DQUOTE] = ACTIONS(1454), + [anon_sym_U_DQUOTE] = ACTIONS(1454), + [anon_sym_u8_DQUOTE] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym_true] = ACTIONS(1452), + [sym_false] = ACTIONS(1452), + [sym_null] = ACTIONS(1452), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1452), + [sym_auto] = ACTIONS(1452), + [anon_sym_typename] = ACTIONS(1452), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_delete] = ACTIONS(1452), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1452), + [sym_this] = ACTIONS(1452), + [sym_nullptr] = ACTIONS(1452), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_FORWARD] = ACTIONS(1452), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1452), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_PS_GET] = ACTIONS(1452), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1452), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1452), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1452), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1452), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1452), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1452), + [anon_sym_MOZ_COLD] = ACTIONS(1452), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1452), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1452), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1452), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1452), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1452), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1452), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1452), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1452), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1452), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1452), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1452), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1452), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL] = ACTIONS(1452), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1452), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1452), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN] = ACTIONS(1452), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1452), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1452), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1452), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1452), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1452), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1452), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1452), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1452), + [anon_sym_MOZ_RAII] = ACTIONS(1452), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1452), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1452), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1452), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1452), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1452), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1452), + [sym_raw_string_literal] = ACTIONS(1454), + }, + [745] = { + [sym_identifier] = ACTIONS(1434), + [anon_sym_LPAREN2] = ACTIONS(1436), + [anon_sym_BANG] = ACTIONS(1436), + [anon_sym_TILDE] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_typedef] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym___attribute__] = ACTIONS(1434), + [anon_sym___declspec] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_register] = ACTIONS(1434), + [anon_sym_inline] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_volatile] = ACTIONS(1434), + [anon_sym_restrict] = ACTIONS(1434), + [anon_sym__Atomic] = ACTIONS(1434), + [anon_sym_mutable] = ACTIONS(1434), + [anon_sym_constexpr] = ACTIONS(1434), + [anon_sym_signed] = ACTIONS(1434), + [anon_sym_unsigned] = ACTIONS(1434), + [anon_sym_long] = ACTIONS(1434), + [anon_sym_short] = ACTIONS(1434), + [sym_primitive_type] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_class] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(2185), + [anon_sym_switch] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_do] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_goto] = ACTIONS(1434), + [anon_sym_DASH_DASH] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_sizeof] = ACTIONS(1434), + [sym_number_literal] = ACTIONS(1436), + [anon_sym_L_SQUOTE] = ACTIONS(1436), + [anon_sym_u_SQUOTE] = ACTIONS(1436), + [anon_sym_U_SQUOTE] = ACTIONS(1436), + [anon_sym_u8_SQUOTE] = ACTIONS(1436), + [anon_sym_SQUOTE] = ACTIONS(1436), + [anon_sym_L_DQUOTE] = ACTIONS(1436), + [anon_sym_u_DQUOTE] = ACTIONS(1436), + [anon_sym_U_DQUOTE] = ACTIONS(1436), + [anon_sym_u8_DQUOTE] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym_true] = ACTIONS(1434), + [sym_false] = ACTIONS(1434), + [sym_null] = ACTIONS(1434), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1434), + [sym_auto] = ACTIONS(1434), + [anon_sym_typename] = ACTIONS(1434), + [anon_sym_COLON_COLON] = ACTIONS(1436), + [anon_sym_delete] = ACTIONS(1434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1434), + [sym_this] = ACTIONS(1434), + [sym_nullptr] = ACTIONS(1434), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_FORWARD] = ACTIONS(1434), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1434), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_PS_GET] = ACTIONS(1434), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1434), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1434), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1434), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1434), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1434), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1434), + [anon_sym_MOZ_COLD] = ACTIONS(1434), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1434), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1434), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1434), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1434), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1434), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1434), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1434), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1434), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1434), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1434), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1434), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1434), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL] = ACTIONS(1434), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1434), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1434), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN] = ACTIONS(1434), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1434), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1434), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1434), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1434), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1434), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1434), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1434), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1434), + [anon_sym_MOZ_RAII] = ACTIONS(1434), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1434), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1434), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1434), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1434), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1434), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1434), + [sym_raw_string_literal] = ACTIONS(1436), + }, + [746] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [747] = { + [sym_identifier] = ACTIONS(1448), + [anon_sym_LPAREN2] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_TILDE] = ACTIONS(1450), + [anon_sym_DASH] = ACTIONS(1448), + [anon_sym_PLUS] = ACTIONS(1448), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1450), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym___attribute__] = ACTIONS(1448), + [anon_sym___declspec] = ACTIONS(1448), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_register] = ACTIONS(1448), + [anon_sym_inline] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_volatile] = ACTIONS(1448), + [anon_sym_restrict] = ACTIONS(1448), + [anon_sym__Atomic] = ACTIONS(1448), + [anon_sym_mutable] = ACTIONS(1448), + [anon_sym_constexpr] = ACTIONS(1448), + [anon_sym_signed] = ACTIONS(1448), + [anon_sym_unsigned] = ACTIONS(1448), + [anon_sym_long] = ACTIONS(1448), + [anon_sym_short] = ACTIONS(1448), + [sym_primitive_type] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_class] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_else] = ACTIONS(1448), + [anon_sym_switch] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_do] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_goto] = ACTIONS(1448), + [anon_sym_DASH_DASH] = ACTIONS(1450), + [anon_sym_PLUS_PLUS] = ACTIONS(1450), + [anon_sym_sizeof] = ACTIONS(1448), + [sym_number_literal] = ACTIONS(1450), + [anon_sym_L_SQUOTE] = ACTIONS(1450), + [anon_sym_u_SQUOTE] = ACTIONS(1450), + [anon_sym_U_SQUOTE] = ACTIONS(1450), + [anon_sym_u8_SQUOTE] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1450), + [anon_sym_L_DQUOTE] = ACTIONS(1450), + [anon_sym_u_DQUOTE] = ACTIONS(1450), + [anon_sym_U_DQUOTE] = ACTIONS(1450), + [anon_sym_u8_DQUOTE] = ACTIONS(1450), + [anon_sym_DQUOTE] = ACTIONS(1450), + [sym_true] = ACTIONS(1448), + [sym_false] = ACTIONS(1448), + [sym_null] = ACTIONS(1448), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1448), + [sym_auto] = ACTIONS(1448), + [anon_sym_typename] = ACTIONS(1448), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_delete] = ACTIONS(1448), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1450), + [anon_sym_new] = ACTIONS(1448), + [sym_this] = ACTIONS(1448), + [sym_nullptr] = ACTIONS(1448), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_FORWARD] = ACTIONS(1448), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1448), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_PS_GET] = ACTIONS(1448), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1448), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1448), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1448), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1448), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1448), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1448), + [anon_sym_MOZ_COLD] = ACTIONS(1448), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1448), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1448), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1448), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1448), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1448), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1448), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1448), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1448), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1448), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1448), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1448), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1448), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL] = ACTIONS(1448), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1448), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1448), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN] = ACTIONS(1448), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1448), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1448), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1448), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1448), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1448), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1448), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1448), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1448), + [anon_sym_MOZ_RAII] = ACTIONS(1448), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1448), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1448), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1448), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1448), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1448), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1448), + [sym_raw_string_literal] = ACTIONS(1450), + }, + [748] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [749] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [750] = { + [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___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_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), + [sym_auto] = ACTIONS(1516), + [anon_sym_typename] = ACTIONS(1516), + [anon_sym_COLON_COLON] = ACTIONS(1518), + [anon_sym_delete] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [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), + [sym_raw_string_literal] = ACTIONS(1518), + }, + [751] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [752] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [753] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [754] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [755] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [756] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [757] = { + [sym_identifier] = ACTIONS(1552), + [anon_sym_LPAREN2] = ACTIONS(1554), + [anon_sym_BANG] = ACTIONS(1554), + [anon_sym_TILDE] = ACTIONS(1554), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_PLUS] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(1554), + [anon_sym_AMP] = ACTIONS(1554), + [anon_sym_SEMI] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym___attribute__] = ACTIONS(1552), + [anon_sym___declspec] = ACTIONS(1552), + [anon_sym_LBRACE] = ACTIONS(1554), + [anon_sym_LBRACK] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_register] = ACTIONS(1552), + [anon_sym_inline] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_volatile] = ACTIONS(1552), + [anon_sym_restrict] = ACTIONS(1552), + [anon_sym__Atomic] = ACTIONS(1552), + [anon_sym_mutable] = ACTIONS(1552), + [anon_sym_constexpr] = ACTIONS(1552), + [anon_sym_signed] = ACTIONS(1552), + [anon_sym_unsigned] = ACTIONS(1552), + [anon_sym_long] = ACTIONS(1552), + [anon_sym_short] = ACTIONS(1552), + [sym_primitive_type] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_class] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_else] = ACTIONS(1552), + [anon_sym_switch] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_do] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_goto] = ACTIONS(1552), + [anon_sym_DASH_DASH] = ACTIONS(1554), + [anon_sym_PLUS_PLUS] = ACTIONS(1554), + [anon_sym_sizeof] = ACTIONS(1552), + [sym_number_literal] = ACTIONS(1554), + [anon_sym_L_SQUOTE] = ACTIONS(1554), + [anon_sym_u_SQUOTE] = ACTIONS(1554), + [anon_sym_U_SQUOTE] = ACTIONS(1554), + [anon_sym_u8_SQUOTE] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1554), + [anon_sym_L_DQUOTE] = ACTIONS(1554), + [anon_sym_u_DQUOTE] = ACTIONS(1554), + [anon_sym_U_DQUOTE] = ACTIONS(1554), + [anon_sym_u8_DQUOTE] = ACTIONS(1554), + [anon_sym_DQUOTE] = ACTIONS(1554), + [sym_true] = ACTIONS(1552), + [sym_false] = ACTIONS(1552), + [sym_null] = ACTIONS(1552), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1552), + [sym_auto] = ACTIONS(1552), + [anon_sym_typename] = ACTIONS(1552), + [anon_sym_COLON_COLON] = ACTIONS(1554), + [anon_sym_delete] = ACTIONS(1552), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1554), + [anon_sym_new] = ACTIONS(1552), + [sym_this] = ACTIONS(1552), + [sym_nullptr] = ACTIONS(1552), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_FORWARD] = ACTIONS(1552), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1552), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_PS_GET] = ACTIONS(1552), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1552), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1552), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1552), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1552), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1552), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1552), + [anon_sym_MOZ_COLD] = ACTIONS(1552), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1552), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1552), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1552), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1552), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1552), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1552), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1552), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1552), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1552), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1552), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1552), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1552), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL] = ACTIONS(1552), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1552), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1552), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN] = ACTIONS(1552), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1552), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1552), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1552), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1552), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1552), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1552), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1552), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1552), + [anon_sym_MOZ_RAII] = ACTIONS(1552), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1552), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1552), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1552), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1552), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1552), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1552), + [sym_raw_string_literal] = ACTIONS(1554), + }, + [758] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [759] = { + [sym_identifier] = ACTIONS(1548), + [anon_sym_LPAREN2] = ACTIONS(1550), + [anon_sym_BANG] = ACTIONS(1550), + [anon_sym_TILDE] = ACTIONS(1550), + [anon_sym_DASH] = ACTIONS(1548), + [anon_sym_PLUS] = ACTIONS(1548), + [anon_sym_STAR] = ACTIONS(1550), + [anon_sym_AMP] = ACTIONS(1550), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(1548), + [anon_sym_extern] = ACTIONS(1548), + [anon_sym___attribute__] = ACTIONS(1548), + [anon_sym___declspec] = ACTIONS(1548), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1548), + [anon_sym_static] = ACTIONS(1548), + [anon_sym_register] = ACTIONS(1548), + [anon_sym_inline] = ACTIONS(1548), + [anon_sym_const] = ACTIONS(1548), + [anon_sym_volatile] = ACTIONS(1548), + [anon_sym_restrict] = ACTIONS(1548), + [anon_sym__Atomic] = ACTIONS(1548), + [anon_sym_mutable] = ACTIONS(1548), + [anon_sym_constexpr] = ACTIONS(1548), + [anon_sym_signed] = ACTIONS(1548), + [anon_sym_unsigned] = ACTIONS(1548), + [anon_sym_long] = ACTIONS(1548), + [anon_sym_short] = ACTIONS(1548), + [sym_primitive_type] = ACTIONS(1548), + [anon_sym_enum] = ACTIONS(1548), + [anon_sym_class] = ACTIONS(1548), + [anon_sym_struct] = ACTIONS(1548), + [anon_sym_union] = ACTIONS(1548), + [anon_sym_if] = ACTIONS(1548), + [anon_sym_else] = ACTIONS(1548), + [anon_sym_switch] = ACTIONS(1548), + [anon_sym_while] = ACTIONS(1548), + [anon_sym_do] = ACTIONS(1548), + [anon_sym_for] = ACTIONS(1548), + [anon_sym_return] = ACTIONS(1548), + [anon_sym_break] = ACTIONS(1548), + [anon_sym_continue] = ACTIONS(1548), + [anon_sym_goto] = ACTIONS(1548), + [anon_sym_DASH_DASH] = ACTIONS(1550), + [anon_sym_PLUS_PLUS] = ACTIONS(1550), + [anon_sym_sizeof] = ACTIONS(1548), + [sym_number_literal] = ACTIONS(1550), + [anon_sym_L_SQUOTE] = ACTIONS(1550), + [anon_sym_u_SQUOTE] = ACTIONS(1550), + [anon_sym_U_SQUOTE] = ACTIONS(1550), + [anon_sym_u8_SQUOTE] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1550), + [anon_sym_L_DQUOTE] = ACTIONS(1550), + [anon_sym_u_DQUOTE] = ACTIONS(1550), + [anon_sym_U_DQUOTE] = ACTIONS(1550), + [anon_sym_u8_DQUOTE] = ACTIONS(1550), + [anon_sym_DQUOTE] = ACTIONS(1550), + [sym_true] = ACTIONS(1548), + [sym_false] = ACTIONS(1548), + [sym_null] = ACTIONS(1548), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1548), + [sym_auto] = ACTIONS(1548), + [anon_sym_typename] = ACTIONS(1548), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_delete] = ACTIONS(1548), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1550), + [anon_sym_new] = ACTIONS(1548), + [sym_this] = ACTIONS(1548), + [sym_nullptr] = ACTIONS(1548), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_FORWARD] = ACTIONS(1548), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1548), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_PS_GET] = ACTIONS(1548), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1548), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1548), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1548), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1548), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1548), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1548), + [anon_sym_MOZ_COLD] = ACTIONS(1548), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1548), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1548), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1548), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1548), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1548), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1548), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1548), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1548), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1548), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1548), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1548), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1548), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL] = ACTIONS(1548), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1548), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1548), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN] = ACTIONS(1548), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1548), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1548), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1548), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1548), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1548), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1548), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1548), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1548), + [anon_sym_MOZ_RAII] = ACTIONS(1548), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1548), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1548), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1548), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1548), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1548), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1548), + [sym_raw_string_literal] = ACTIONS(1550), + }, + [760] = { + [sym_identifier] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_BANG] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1590), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_switch] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_goto] = ACTIONS(1588), + [anon_sym_DASH_DASH] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_sizeof] = ACTIONS(1588), + [sym_number_literal] = ACTIONS(1590), + [anon_sym_L_SQUOTE] = ACTIONS(1590), + [anon_sym_u_SQUOTE] = ACTIONS(1590), + [anon_sym_U_SQUOTE] = ACTIONS(1590), + [anon_sym_u8_SQUOTE] = ACTIONS(1590), + [anon_sym_SQUOTE] = ACTIONS(1590), + [anon_sym_L_DQUOTE] = ACTIONS(1590), + [anon_sym_u_DQUOTE] = ACTIONS(1590), + [anon_sym_U_DQUOTE] = ACTIONS(1590), + [anon_sym_u8_DQUOTE] = ACTIONS(1590), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym_true] = ACTIONS(1588), + [sym_false] = ACTIONS(1588), + [sym_null] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_delete] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [anon_sym_new] = ACTIONS(1588), + [sym_this] = ACTIONS(1588), + [sym_nullptr] = ACTIONS(1588), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_FORWARD] = ACTIONS(1588), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1588), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_PS_GET] = ACTIONS(1588), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1588), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1588), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1588), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), + [sym_raw_string_literal] = ACTIONS(1590), + }, + [761] = { + [sym_identifier] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), + }, + [762] = { + [sym_identifier] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), + }, + [763] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [764] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [765] = { + [sym_identifier] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1508), + [anon_sym_PLUS] = ACTIONS(1508), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1510), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [anon_sym_if] = ACTIONS(1508), + [anon_sym_else] = ACTIONS(1508), + [anon_sym_switch] = ACTIONS(1508), + [anon_sym_while] = ACTIONS(1508), + [anon_sym_do] = ACTIONS(1508), + [anon_sym_for] = ACTIONS(1508), + [anon_sym_return] = ACTIONS(1508), + [anon_sym_break] = ACTIONS(1508), + [anon_sym_continue] = ACTIONS(1508), + [anon_sym_goto] = ACTIONS(1508), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1508), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1508), + [sym_false] = ACTIONS(1508), + [sym_null] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_delete] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym_new] = ACTIONS(1508), + [sym_this] = ACTIONS(1508), + [sym_nullptr] = ACTIONS(1508), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_FORWARD] = ACTIONS(1508), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1508), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_PS_GET] = ACTIONS(1508), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1508), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1508), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1508), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), + [sym_raw_string_literal] = ACTIONS(1510), + }, + [766] = { + [sym_identifier] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_BANG] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1530), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1532), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [anon_sym_if] = ACTIONS(1530), + [anon_sym_else] = ACTIONS(1530), + [anon_sym_switch] = ACTIONS(1530), + [anon_sym_while] = ACTIONS(1530), + [anon_sym_do] = ACTIONS(1530), + [anon_sym_for] = ACTIONS(1530), + [anon_sym_return] = ACTIONS(1530), + [anon_sym_break] = ACTIONS(1530), + [anon_sym_continue] = ACTIONS(1530), + [anon_sym_goto] = ACTIONS(1530), + [anon_sym_DASH_DASH] = ACTIONS(1532), + [anon_sym_PLUS_PLUS] = ACTIONS(1532), + [anon_sym_sizeof] = ACTIONS(1530), + [sym_number_literal] = ACTIONS(1532), + [anon_sym_L_SQUOTE] = ACTIONS(1532), + [anon_sym_u_SQUOTE] = ACTIONS(1532), + [anon_sym_U_SQUOTE] = ACTIONS(1532), + [anon_sym_u8_SQUOTE] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1532), + [anon_sym_L_DQUOTE] = ACTIONS(1532), + [anon_sym_u_DQUOTE] = ACTIONS(1532), + [anon_sym_U_DQUOTE] = ACTIONS(1532), + [anon_sym_u8_DQUOTE] = ACTIONS(1532), + [anon_sym_DQUOTE] = ACTIONS(1532), + [sym_true] = ACTIONS(1530), + [sym_false] = ACTIONS(1530), + [sym_null] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_delete] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [anon_sym_new] = ACTIONS(1530), + [sym_this] = ACTIONS(1530), + [sym_nullptr] = ACTIONS(1530), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_FORWARD] = ACTIONS(1530), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1530), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_PS_GET] = ACTIONS(1530), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1530), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1530), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1530), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + [sym_raw_string_literal] = ACTIONS(1532), + }, + [767] = { + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN2] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_TILDE] = ACTIONS(1442), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_typedef] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym___attribute__] = ACTIONS(1440), + [anon_sym___declspec] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_inline] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_volatile] = ACTIONS(1440), + [anon_sym_restrict] = ACTIONS(1440), + [anon_sym__Atomic] = ACTIONS(1440), + [anon_sym_mutable] = ACTIONS(1440), + [anon_sym_constexpr] = ACTIONS(1440), + [anon_sym_signed] = ACTIONS(1440), + [anon_sym_unsigned] = ACTIONS(1440), + [anon_sym_long] = ACTIONS(1440), + [anon_sym_short] = ACTIONS(1440), + [sym_primitive_type] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_class] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_switch] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_goto] = ACTIONS(1440), + [anon_sym_DASH_DASH] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_sizeof] = ACTIONS(1440), + [sym_number_literal] = ACTIONS(1442), + [anon_sym_L_SQUOTE] = ACTIONS(1442), + [anon_sym_u_SQUOTE] = ACTIONS(1442), + [anon_sym_U_SQUOTE] = ACTIONS(1442), + [anon_sym_u8_SQUOTE] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1442), + [anon_sym_L_DQUOTE] = ACTIONS(1442), + [anon_sym_u_DQUOTE] = ACTIONS(1442), + [anon_sym_U_DQUOTE] = ACTIONS(1442), + [anon_sym_u8_DQUOTE] = ACTIONS(1442), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1440), + [sym_auto] = ACTIONS(1440), + [anon_sym_typename] = ACTIONS(1440), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_delete] = ACTIONS(1440), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1442), + [anon_sym_new] = ACTIONS(1440), + [sym_this] = ACTIONS(1440), + [sym_nullptr] = ACTIONS(1440), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_FORWARD] = ACTIONS(1440), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1440), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_PS_GET] = ACTIONS(1440), + [anon_sym_PS_GET_AND_SET] = ACTIONS(1440), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1440), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(1440), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1440), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1440), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1440), + [anon_sym_MOZ_COLD] = ACTIONS(1440), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1440), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1440), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1440), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1440), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1440), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1440), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1440), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1440), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1440), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1440), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1440), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1440), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL] = ACTIONS(1440), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1440), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1440), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN] = ACTIONS(1440), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1440), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1440), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1440), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1440), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1440), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1440), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1440), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1440), + [anon_sym_MOZ_RAII] = ACTIONS(1440), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1440), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1440), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1440), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1440), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1440), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1440), + [sym_raw_string_literal] = ACTIONS(1442), + }, + [768] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4486), + [sym__abstract_declarator] = STATE(4380), + [sym_parenthesized_declarator] = STATE(4055), + [sym_abstract_parenthesized_declarator] = STATE(3719), + [sym_pointer_declarator] = STATE(4055), + [sym_abstract_pointer_declarator] = STATE(3719), + [sym_function_declarator] = STATE(4055), + [sym_abstract_function_declarator] = STATE(3719), + [sym_array_declarator] = STATE(4055), + [sym_abstract_array_declarator] = STATE(3719), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_list] = STATE(3689), + [sym_parameter_declaration] = STATE(4583), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4583), + [sym_variadic_parameter_declaration] = STATE(4583), + [sym_reference_declarator] = STATE(4055), + [sym_abstract_reference_declarator] = STATE(3719), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1685), + [sym_template_function] = STATE(4055), + [sym_attribute] = STATE(1371), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5110), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2187), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1364), + [anon_sym_RPAREN] = ACTIONS(2189), + [anon_sym_LPAREN2] = ACTIONS(2191), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(2193), + [anon_sym_AMP_AMP] = ACTIONS(2195), + [anon_sym_AMP] = ACTIONS(2197), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2457), - [anon_sym_override] = ACTIONS(2457), - [anon_sym_COLON_COLON] = ACTIONS(2459), - [anon_sym_noexcept] = ACTIONS(2457), - [anon_sym_throw] = ACTIONS(2457), - [sym_operator_name] = ACTIONS(2457), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2457), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2457), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2457), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2457), - [anon_sym_MOZ_COLD] = ACTIONS(2457), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2457), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2457), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2457), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2457), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2457), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2457), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2457), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2457), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2457), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2457), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2457), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2457), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2457), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_NONNULL] = ACTIONS(2457), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2457), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2457), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2457), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2457), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2457), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2457), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2457), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2457), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2457), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2457), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2457), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2457), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), - [anon_sym_MOZ_RAII] = ACTIONS(2457), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2457), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2457), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2457), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2457), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [850] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token2] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [anon_sym_public] = ACTIONS(1960), - [anon_sym_private] = ACTIONS(1960), - [anon_sym_protected] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_friend] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [sym_operator_name] = ACTIONS(1960), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), + [769] = { + [sym__declaration_specifiers] = STATE(3637), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4386), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_parameter_list] = STATE(685), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1685), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5110), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2187), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(2203), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [851] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token2] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [aux_sym_preproc_else_token1] = ACTIONS(1964), - [aux_sym_preproc_elif_token1] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), + [770] = { + [sym__declaration_specifiers] = STATE(3628), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4466), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_parameter_list] = STATE(683), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1685), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5110), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2187), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(2203), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [anon_sym_public] = ACTIONS(1964), - [anon_sym_private] = ACTIONS(1964), - [anon_sym_protected] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_friend] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [sym_operator_name] = ACTIONS(1964), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [852] = { - [sym_identifier] = ACTIONS(2461), - [aux_sym_preproc_def_token1] = ACTIONS(2461), - [aux_sym_preproc_if_token1] = ACTIONS(2461), - [aux_sym_preproc_if_token2] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2461), - [aux_sym_preproc_else_token1] = ACTIONS(2461), - [aux_sym_preproc_elif_token1] = ACTIONS(2461), - [sym_preproc_directive] = ACTIONS(2461), - [anon_sym_LPAREN2] = ACTIONS(2463), - [anon_sym_TILDE] = ACTIONS(2463), - [anon_sym_STAR] = ACTIONS(2463), - [anon_sym_AMP_AMP] = ACTIONS(2463), - [anon_sym_AMP] = ACTIONS(2461), - [anon_sym_typedef] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym___attribute__] = ACTIONS(2461), - [anon_sym___declspec] = ACTIONS(2461), - [anon_sym___based] = ACTIONS(2461), - [anon_sym_LBRACK] = ACTIONS(2461), - [anon_sym_static] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_inline] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [anon_sym_volatile] = ACTIONS(2461), - [anon_sym_restrict] = ACTIONS(2461), - [anon_sym__Atomic] = ACTIONS(2461), - [anon_sym_mutable] = ACTIONS(2461), - [anon_sym_constexpr] = ACTIONS(2461), - [anon_sym_signed] = ACTIONS(2461), - [anon_sym_unsigned] = ACTIONS(2461), - [anon_sym_long] = ACTIONS(2461), - [anon_sym_short] = ACTIONS(2461), - [sym_primitive_type] = ACTIONS(2461), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_class] = ACTIONS(2461), - [anon_sym_struct] = ACTIONS(2461), - [anon_sym_union] = ACTIONS(2461), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2461), - [anon_sym_virtual] = ACTIONS(2461), - [anon_sym_explicit] = ACTIONS(2461), - [anon_sym_public] = ACTIONS(2461), - [anon_sym_private] = ACTIONS(2461), - [anon_sym_protected] = ACTIONS(2461), - [sym_auto] = ACTIONS(2461), - [anon_sym_typename] = ACTIONS(2461), - [anon_sym_template] = ACTIONS(2461), - [anon_sym_COLON_COLON] = ACTIONS(2463), - [anon_sym_operator] = ACTIONS(2461), - [anon_sym_friend] = ACTIONS(2461), - [anon_sym_using] = ACTIONS(2461), - [anon_sym_static_assert] = ACTIONS(2461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), - [sym_operator_name] = ACTIONS(2461), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2461), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2461), - [anon_sym_MOZ_COLD] = ACTIONS(2461), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2461), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2461), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2461), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2461), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2461), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2461), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2461), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2461), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2461), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2461), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2461), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2461), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_RAII] = ACTIONS(2461), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2461), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2461), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2461), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2461), + [771] = { + [sym__declaration_specifiers] = STATE(3627), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4440), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_parameter_list] = STATE(688), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1685), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5110), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2187), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(2203), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [853] = { - [sym_identifier] = ACTIONS(2465), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2467), - [anon_sym_COMMA] = ACTIONS(2467), - [anon_sym_RPAREN] = ACTIONS(2467), - [anon_sym_LPAREN2] = ACTIONS(2467), - [anon_sym_TILDE] = ACTIONS(2467), - [anon_sym_DASH] = ACTIONS(2465), - [anon_sym_PLUS] = ACTIONS(2465), - [anon_sym_STAR] = ACTIONS(2467), - [anon_sym_SLASH] = ACTIONS(2465), - [anon_sym_PERCENT] = ACTIONS(2467), - [anon_sym_PIPE_PIPE] = ACTIONS(2467), - [anon_sym_AMP_AMP] = ACTIONS(2467), - [anon_sym_PIPE] = ACTIONS(2465), - [anon_sym_CARET] = ACTIONS(2467), - [anon_sym_AMP] = ACTIONS(2465), - [anon_sym_EQ_EQ] = ACTIONS(2467), - [anon_sym_BANG_EQ] = ACTIONS(2467), - [anon_sym_GT] = ACTIONS(2465), - [anon_sym_GT_EQ] = ACTIONS(2467), - [anon_sym_LT_EQ] = ACTIONS(2467), - [anon_sym_LT] = ACTIONS(2465), - [anon_sym_LT_LT] = ACTIONS(2467), - [anon_sym_GT_GT] = ACTIONS(2467), - [anon_sym_SEMI] = ACTIONS(2467), - [anon_sym_extern] = ACTIONS(2465), - [anon_sym___attribute__] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2465), - [anon_sym___based] = ACTIONS(2465), - [anon_sym_LBRACE] = ACTIONS(2467), - [anon_sym_RBRACE] = ACTIONS(2467), - [anon_sym_LBRACK] = ACTIONS(2467), - [anon_sym_RBRACK] = ACTIONS(2467), - [anon_sym_EQ] = ACTIONS(2465), - [anon_sym_static] = ACTIONS(2465), - [anon_sym_register] = ACTIONS(2465), - [anon_sym_inline] = ACTIONS(2465), - [anon_sym_const] = ACTIONS(2465), - [anon_sym_volatile] = ACTIONS(2465), - [anon_sym_restrict] = ACTIONS(2465), - [anon_sym__Atomic] = ACTIONS(2465), - [anon_sym_mutable] = ACTIONS(2465), - [anon_sym_constexpr] = ACTIONS(2465), - [anon_sym_COLON] = ACTIONS(2465), - [anon_sym_QMARK] = ACTIONS(2467), - [anon_sym_DASH_DASH] = ACTIONS(2467), - [anon_sym_PLUS_PLUS] = ACTIONS(2467), - [anon_sym_DOT] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2467), + [772] = { + [sym__declaration_specifiers] = STATE(3649), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4419), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_parameter_list] = STATE(686), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(1685), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5110), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2187), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(2203), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2465), - [anon_sym_override] = ACTIONS(2465), - [anon_sym_COLON_COLON] = ACTIONS(2467), - [anon_sym_noexcept] = ACTIONS(2465), - [anon_sym_throw] = ACTIONS(2465), - [sym_operator_name] = ACTIONS(2465), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2465), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2465), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2465), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2465), - [anon_sym_MOZ_COLD] = ACTIONS(2465), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2465), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2465), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2465), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2465), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2465), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2465), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2465), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2465), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2465), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2465), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2465), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2465), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2465), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_NONNULL] = ACTIONS(2465), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2465), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2465), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2465), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2465), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2465), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2465), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2465), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2465), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2465), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2465), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2465), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2465), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), - [anon_sym_MOZ_RAII] = ACTIONS(2465), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2465), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2465), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2465), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2465), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [854] = { - [sym_identifier] = ACTIONS(2469), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2471), - [anon_sym_COMMA] = ACTIONS(2471), - [anon_sym_RPAREN] = ACTIONS(2471), - [anon_sym_LPAREN2] = ACTIONS(2471), - [anon_sym_TILDE] = ACTIONS(2471), - [anon_sym_DASH] = ACTIONS(2469), - [anon_sym_PLUS] = ACTIONS(2469), - [anon_sym_STAR] = ACTIONS(2471), - [anon_sym_SLASH] = ACTIONS(2469), - [anon_sym_PERCENT] = ACTIONS(2471), - [anon_sym_PIPE_PIPE] = ACTIONS(2471), - [anon_sym_AMP_AMP] = ACTIONS(2471), - [anon_sym_PIPE] = ACTIONS(2469), - [anon_sym_CARET] = ACTIONS(2471), - [anon_sym_AMP] = ACTIONS(2469), - [anon_sym_EQ_EQ] = ACTIONS(2471), - [anon_sym_BANG_EQ] = ACTIONS(2471), - [anon_sym_GT] = ACTIONS(2469), - [anon_sym_GT_EQ] = ACTIONS(2471), - [anon_sym_LT_EQ] = ACTIONS(2471), - [anon_sym_LT] = ACTIONS(2469), - [anon_sym_LT_LT] = ACTIONS(2471), - [anon_sym_GT_GT] = ACTIONS(2471), - [anon_sym_SEMI] = ACTIONS(2471), - [anon_sym_extern] = ACTIONS(2469), - [anon_sym___attribute__] = ACTIONS(2469), - [anon_sym___declspec] = ACTIONS(2469), - [anon_sym___based] = ACTIONS(2469), - [anon_sym_LBRACE] = ACTIONS(2471), - [anon_sym_RBRACE] = ACTIONS(2471), - [anon_sym_LBRACK] = ACTIONS(2471), - [anon_sym_RBRACK] = ACTIONS(2471), - [anon_sym_EQ] = ACTIONS(2469), - [anon_sym_static] = ACTIONS(2469), - [anon_sym_register] = ACTIONS(2469), - [anon_sym_inline] = ACTIONS(2469), - [anon_sym_const] = ACTIONS(2469), - [anon_sym_volatile] = ACTIONS(2469), - [anon_sym_restrict] = ACTIONS(2469), - [anon_sym__Atomic] = ACTIONS(2469), - [anon_sym_mutable] = ACTIONS(2469), - [anon_sym_constexpr] = ACTIONS(2469), - [anon_sym_COLON] = ACTIONS(2469), - [anon_sym_QMARK] = ACTIONS(2471), - [anon_sym_DASH_DASH] = ACTIONS(2471), - [anon_sym_PLUS_PLUS] = ACTIONS(2471), - [anon_sym_DOT] = ACTIONS(2469), - [anon_sym_DASH_GT] = ACTIONS(2471), + [773] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym__abstract_declarator] = STATE(4380), + [sym_abstract_parenthesized_declarator] = STATE(3719), + [sym_abstract_pointer_declarator] = STATE(3719), + [sym_abstract_function_declarator] = STATE(3719), + [sym_abstract_array_declarator] = STATE(3719), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_list] = STATE(3689), + [sym_parameter_declaration] = STATE(4657), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4657), + [sym_variadic_parameter_declaration] = STATE(4657), + [sym_abstract_reference_declarator] = STATE(3719), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1372), + [anon_sym_RPAREN] = ACTIONS(2209), + [anon_sym_LPAREN2] = ACTIONS(2211), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_AMP_AMP] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2469), - [anon_sym_override] = ACTIONS(2469), - [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_noexcept] = ACTIONS(2469), - [anon_sym_throw] = ACTIONS(2469), - [sym_operator_name] = ACTIONS(2469), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2469), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2469), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2469), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2469), - [anon_sym_MOZ_COLD] = ACTIONS(2469), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2469), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2469), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2469), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2469), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2469), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2469), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2469), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2469), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2469), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2469), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2469), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2469), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2469), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_NONNULL] = ACTIONS(2469), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2469), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2469), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2469), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2469), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2469), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2469), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2469), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2469), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2469), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2469), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2469), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2469), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), - [anon_sym_MOZ_RAII] = ACTIONS(2469), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2469), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2469), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2469), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2469), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [855] = { - [sym_identifier] = ACTIONS(2473), - [aux_sym_preproc_def_token1] = ACTIONS(2473), - [aux_sym_preproc_if_token1] = ACTIONS(2473), - [aux_sym_preproc_if_token2] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2473), - [aux_sym_preproc_else_token1] = ACTIONS(2473), - [aux_sym_preproc_elif_token1] = ACTIONS(2473), - [sym_preproc_directive] = ACTIONS(2473), - [anon_sym_LPAREN2] = ACTIONS(2475), - [anon_sym_TILDE] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_AMP_AMP] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2473), - [anon_sym_typedef] = ACTIONS(2473), - [anon_sym_extern] = ACTIONS(2473), - [anon_sym___attribute__] = ACTIONS(2473), - [anon_sym___declspec] = ACTIONS(2473), - [anon_sym___based] = ACTIONS(2473), - [anon_sym_LBRACK] = ACTIONS(2473), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_register] = ACTIONS(2473), - [anon_sym_inline] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_volatile] = ACTIONS(2473), - [anon_sym_restrict] = ACTIONS(2473), - [anon_sym__Atomic] = ACTIONS(2473), - [anon_sym_mutable] = ACTIONS(2473), - [anon_sym_constexpr] = ACTIONS(2473), - [anon_sym_signed] = ACTIONS(2473), - [anon_sym_unsigned] = ACTIONS(2473), - [anon_sym_long] = ACTIONS(2473), - [anon_sym_short] = ACTIONS(2473), - [sym_primitive_type] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2473), - [anon_sym_union] = ACTIONS(2473), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2473), - [anon_sym_virtual] = ACTIONS(2473), - [anon_sym_explicit] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [sym_auto] = ACTIONS(2473), - [anon_sym_typename] = ACTIONS(2473), - [anon_sym_template] = ACTIONS(2473), - [anon_sym_COLON_COLON] = ACTIONS(2475), - [anon_sym_operator] = ACTIONS(2473), - [anon_sym_friend] = ACTIONS(2473), - [anon_sym_using] = ACTIONS(2473), - [anon_sym_static_assert] = ACTIONS(2473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2475), - [sym_operator_name] = ACTIONS(2473), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2473), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2473), - [anon_sym_MOZ_COLD] = ACTIONS(2473), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2473), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2473), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2473), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2473), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2473), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2473), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2473), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2473), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2473), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2473), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2473), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2473), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_RAII] = ACTIONS(2473), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2473), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2473), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2473), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2473), + [774] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym__abstract_declarator] = STATE(4380), + [sym_abstract_parenthesized_declarator] = STATE(3719), + [sym_abstract_pointer_declarator] = STATE(3719), + [sym_abstract_function_declarator] = STATE(3719), + [sym_abstract_array_declarator] = STATE(3719), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_list] = STATE(3689), + [sym_parameter_declaration] = STATE(4583), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4583), + [sym_variadic_parameter_declaration] = STATE(4583), + [sym_abstract_reference_declarator] = STATE(3719), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1364), + [anon_sym_RPAREN] = ACTIONS(2189), + [anon_sym_LPAREN2] = ACTIONS(2211), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_AMP_AMP] = ACTIONS(2215), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [856] = { - [sym_identifier] = ACTIONS(2477), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2479), - [anon_sym_COMMA] = ACTIONS(2479), - [anon_sym_RPAREN] = ACTIONS(2479), - [anon_sym_LPAREN2] = ACTIONS(2479), - [anon_sym_TILDE] = ACTIONS(2479), - [anon_sym_DASH] = ACTIONS(2477), - [anon_sym_PLUS] = ACTIONS(2477), - [anon_sym_STAR] = ACTIONS(2479), - [anon_sym_SLASH] = ACTIONS(2477), - [anon_sym_PERCENT] = ACTIONS(2479), - [anon_sym_PIPE_PIPE] = ACTIONS(2479), - [anon_sym_AMP_AMP] = ACTIONS(2479), - [anon_sym_PIPE] = ACTIONS(2477), - [anon_sym_CARET] = ACTIONS(2479), - [anon_sym_AMP] = ACTIONS(2477), - [anon_sym_EQ_EQ] = ACTIONS(2479), - [anon_sym_BANG_EQ] = ACTIONS(2479), - [anon_sym_GT] = ACTIONS(2477), - [anon_sym_GT_EQ] = ACTIONS(2479), - [anon_sym_LT_EQ] = ACTIONS(2479), - [anon_sym_LT] = ACTIONS(2477), - [anon_sym_LT_LT] = ACTIONS(2479), - [anon_sym_GT_GT] = ACTIONS(2479), - [anon_sym_SEMI] = ACTIONS(2479), - [anon_sym_extern] = ACTIONS(2477), - [anon_sym___attribute__] = ACTIONS(2477), - [anon_sym___declspec] = ACTIONS(2477), - [anon_sym___based] = ACTIONS(2477), - [anon_sym_LBRACE] = ACTIONS(2479), - [anon_sym_RBRACE] = ACTIONS(2479), - [anon_sym_LBRACK] = ACTIONS(2479), - [anon_sym_RBRACK] = ACTIONS(2479), - [anon_sym_EQ] = ACTIONS(2477), - [anon_sym_static] = ACTIONS(2477), - [anon_sym_register] = ACTIONS(2477), - [anon_sym_inline] = ACTIONS(2477), - [anon_sym_const] = ACTIONS(2477), - [anon_sym_volatile] = ACTIONS(2477), - [anon_sym_restrict] = ACTIONS(2477), - [anon_sym__Atomic] = ACTIONS(2477), - [anon_sym_mutable] = ACTIONS(2477), - [anon_sym_constexpr] = ACTIONS(2477), - [anon_sym_COLON] = ACTIONS(2477), - [anon_sym_QMARK] = ACTIONS(2479), - [anon_sym_DASH_DASH] = ACTIONS(2479), - [anon_sym_PLUS_PLUS] = ACTIONS(2479), - [anon_sym_DOT] = ACTIONS(2477), - [anon_sym_DASH_GT] = ACTIONS(2479), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2477), - [anon_sym_override] = ACTIONS(2477), - [anon_sym_COLON_COLON] = ACTIONS(2479), - [anon_sym_noexcept] = ACTIONS(2477), - [anon_sym_throw] = ACTIONS(2477), - [sym_operator_name] = ACTIONS(2477), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2477), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2477), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2477), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2477), - [anon_sym_MOZ_COLD] = ACTIONS(2477), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2477), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2477), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2477), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2477), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2477), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2477), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2477), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2477), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2477), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2477), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2477), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2477), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2477), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_NONNULL] = ACTIONS(2477), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2477), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2477), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2477), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2477), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2477), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2477), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2477), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2477), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2477), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2477), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2477), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2477), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), - [anon_sym_MOZ_RAII] = ACTIONS(2477), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2477), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2477), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2477), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2477), - }, - [857] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [sym_operator_name] = ACTIONS(1968), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), + [775] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1374), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2238), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2246), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2250), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [858] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_COMMA] = ACTIONS(2483), - [anon_sym_RPAREN] = ACTIONS(2483), - [anon_sym_LPAREN2] = ACTIONS(2483), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_STAR] = ACTIONS(2483), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_PERCENT] = ACTIONS(2483), - [anon_sym_PIPE_PIPE] = ACTIONS(2483), - [anon_sym_AMP_AMP] = ACTIONS(2483), - [anon_sym_PIPE] = ACTIONS(2481), - [anon_sym_CARET] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(2481), - [anon_sym_EQ_EQ] = ACTIONS(2483), - [anon_sym_BANG_EQ] = ACTIONS(2483), - [anon_sym_GT] = ACTIONS(2481), - [anon_sym_GT_EQ] = ACTIONS(2483), - [anon_sym_LT_EQ] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_LT_LT] = ACTIONS(2483), - [anon_sym_GT_GT] = ACTIONS(2483), - [anon_sym_SEMI] = ACTIONS(2483), - [anon_sym_extern] = ACTIONS(2481), - [anon_sym___attribute__] = ACTIONS(2481), - [anon_sym___declspec] = ACTIONS(2481), - [anon_sym___based] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_RBRACE] = ACTIONS(2483), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_RBRACK] = ACTIONS(2483), - [anon_sym_EQ] = ACTIONS(2481), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_register] = ACTIONS(2481), - [anon_sym_inline] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_volatile] = ACTIONS(2481), - [anon_sym_restrict] = ACTIONS(2481), - [anon_sym__Atomic] = ACTIONS(2481), - [anon_sym_mutable] = ACTIONS(2481), - [anon_sym_constexpr] = ACTIONS(2481), - [anon_sym_COLON] = ACTIONS(2481), - [anon_sym_QMARK] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DOT] = ACTIONS(2481), - [anon_sym_DASH_GT] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2483), - [anon_sym_noexcept] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [sym_operator_name] = ACTIONS(2481), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2481), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2481), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2481), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2481), - [anon_sym_MOZ_COLD] = ACTIONS(2481), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2481), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2481), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2481), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2481), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2481), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2481), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2481), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2481), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2481), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2481), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2481), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2481), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2481), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_NONNULL] = ACTIONS(2481), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2481), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2481), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2481), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2481), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2481), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2481), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2481), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2481), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2481), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2481), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2481), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2481), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), - [anon_sym_MOZ_RAII] = ACTIONS(2481), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2481), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2481), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2481), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2481), + [776] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1374), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2238), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2252), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2250), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [859] = { - [sym_identifier] = ACTIONS(2485), - [aux_sym_preproc_def_token1] = ACTIONS(2485), - [aux_sym_preproc_if_token1] = ACTIONS(2485), - [aux_sym_preproc_if_token2] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), - [aux_sym_preproc_else_token1] = ACTIONS(2485), - [aux_sym_preproc_elif_token1] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2485), - [anon_sym_LPAREN2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2485), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym___attribute__] = ACTIONS(2485), - [anon_sym___declspec] = ACTIONS(2485), - [anon_sym___based] = ACTIONS(2485), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym__Atomic] = ACTIONS(2485), - [anon_sym_mutable] = ACTIONS(2485), - [anon_sym_constexpr] = ACTIONS(2485), - [anon_sym_signed] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_class] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2485), - [anon_sym_virtual] = ACTIONS(2485), - [anon_sym_explicit] = ACTIONS(2485), - [anon_sym_public] = ACTIONS(2485), - [anon_sym_private] = ACTIONS(2485), - [anon_sym_protected] = ACTIONS(2485), - [sym_auto] = ACTIONS(2485), - [anon_sym_typename] = ACTIONS(2485), - [anon_sym_template] = ACTIONS(2485), - [anon_sym_COLON_COLON] = ACTIONS(2487), - [anon_sym_operator] = ACTIONS(2485), - [anon_sym_friend] = ACTIONS(2485), - [anon_sym_using] = ACTIONS(2485), - [anon_sym_static_assert] = ACTIONS(2485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), - [sym_operator_name] = ACTIONS(2485), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), - [anon_sym_MOZ_COLD] = ACTIONS(2485), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_RAII] = ACTIONS(2485), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), + [777] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1374), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2238), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2254), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2250), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [860] = { - [sym_identifier] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2491), - [anon_sym_COMMA] = ACTIONS(2491), - [anon_sym_RPAREN] = ACTIONS(2491), - [anon_sym_LPAREN2] = ACTIONS(2491), - [anon_sym_TILDE] = ACTIONS(2491), - [anon_sym_DASH] = ACTIONS(2489), - [anon_sym_PLUS] = ACTIONS(2489), - [anon_sym_STAR] = ACTIONS(2491), - [anon_sym_SLASH] = ACTIONS(2489), - [anon_sym_PERCENT] = ACTIONS(2491), - [anon_sym_PIPE_PIPE] = ACTIONS(2491), - [anon_sym_AMP_AMP] = ACTIONS(2491), - [anon_sym_PIPE] = ACTIONS(2489), - [anon_sym_CARET] = ACTIONS(2491), - [anon_sym_AMP] = ACTIONS(2489), - [anon_sym_EQ_EQ] = ACTIONS(2491), - [anon_sym_BANG_EQ] = ACTIONS(2491), - [anon_sym_GT] = ACTIONS(2489), - [anon_sym_GT_EQ] = ACTIONS(2491), - [anon_sym_LT_EQ] = ACTIONS(2491), - [anon_sym_LT] = ACTIONS(2489), - [anon_sym_LT_LT] = ACTIONS(2491), - [anon_sym_GT_GT] = ACTIONS(2491), - [anon_sym_SEMI] = ACTIONS(2491), - [anon_sym_extern] = ACTIONS(2489), - [anon_sym___attribute__] = ACTIONS(2489), - [anon_sym___declspec] = ACTIONS(2489), - [anon_sym___based] = ACTIONS(2489), - [anon_sym_LBRACE] = ACTIONS(2491), - [anon_sym_RBRACE] = ACTIONS(2491), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_RBRACK] = ACTIONS(2491), - [anon_sym_EQ] = ACTIONS(2489), - [anon_sym_static] = ACTIONS(2489), - [anon_sym_register] = ACTIONS(2489), - [anon_sym_inline] = ACTIONS(2489), - [anon_sym_const] = ACTIONS(2489), - [anon_sym_volatile] = ACTIONS(2489), - [anon_sym_restrict] = ACTIONS(2489), - [anon_sym__Atomic] = ACTIONS(2489), - [anon_sym_mutable] = ACTIONS(2489), - [anon_sym_constexpr] = ACTIONS(2489), - [anon_sym_COLON] = ACTIONS(2489), - [anon_sym_QMARK] = ACTIONS(2491), - [anon_sym_DASH_DASH] = ACTIONS(2491), - [anon_sym_PLUS_PLUS] = ACTIONS(2491), - [anon_sym_DOT] = ACTIONS(2489), - [anon_sym_DASH_GT] = ACTIONS(2491), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2489), - [anon_sym_override] = ACTIONS(2489), - [anon_sym_COLON_COLON] = ACTIONS(2491), - [anon_sym_noexcept] = ACTIONS(2489), - [anon_sym_throw] = ACTIONS(2489), - [sym_operator_name] = ACTIONS(2489), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2489), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2489), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2489), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2489), - [anon_sym_MOZ_COLD] = ACTIONS(2489), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2489), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2489), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2489), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2489), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2489), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2489), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2489), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2489), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2489), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2489), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2489), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2489), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2489), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_NONNULL] = ACTIONS(2489), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2489), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2489), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2489), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2489), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2489), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2489), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2489), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2489), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2489), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2489), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2489), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2489), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), - [anon_sym_MOZ_RAII] = ACTIONS(2489), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2489), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2489), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2489), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2489), + [778] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_RPAREN] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [861] = { - [sym_identifier] = ACTIONS(2493), - [aux_sym_preproc_def_token1] = ACTIONS(2493), - [aux_sym_preproc_if_token1] = ACTIONS(2493), - [aux_sym_preproc_if_token2] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), - [aux_sym_preproc_else_token1] = ACTIONS(2493), - [aux_sym_preproc_elif_token1] = ACTIONS(2493), - [sym_preproc_directive] = ACTIONS(2493), - [anon_sym_LPAREN2] = ACTIONS(2495), - [anon_sym_TILDE] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2495), - [anon_sym_AMP_AMP] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_typedef] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2493), - [anon_sym___attribute__] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2493), - [anon_sym___based] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2493), - [anon_sym_register] = ACTIONS(2493), - [anon_sym_inline] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_volatile] = ACTIONS(2493), - [anon_sym_restrict] = ACTIONS(2493), - [anon_sym__Atomic] = ACTIONS(2493), - [anon_sym_mutable] = ACTIONS(2493), - [anon_sym_constexpr] = ACTIONS(2493), - [anon_sym_signed] = ACTIONS(2493), - [anon_sym_unsigned] = ACTIONS(2493), - [anon_sym_long] = ACTIONS(2493), - [anon_sym_short] = ACTIONS(2493), - [sym_primitive_type] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), - [anon_sym_class] = ACTIONS(2493), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_union] = ACTIONS(2493), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2493), - [anon_sym_virtual] = ACTIONS(2493), - [anon_sym_explicit] = ACTIONS(2493), - [anon_sym_public] = ACTIONS(2493), - [anon_sym_private] = ACTIONS(2493), - [anon_sym_protected] = ACTIONS(2493), - [sym_auto] = ACTIONS(2493), - [anon_sym_typename] = ACTIONS(2493), - [anon_sym_template] = ACTIONS(2493), - [anon_sym_COLON_COLON] = ACTIONS(2495), - [anon_sym_operator] = ACTIONS(2493), - [anon_sym_friend] = ACTIONS(2493), - [anon_sym_using] = ACTIONS(2493), - [anon_sym_static_assert] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), - [sym_operator_name] = ACTIONS(2493), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), - [anon_sym_MOZ_COLD] = ACTIONS(2493), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_RAII] = ACTIONS(2493), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), + [779] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2246), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [862] = { - [sym_identifier] = ACTIONS(2497), - [aux_sym_preproc_def_token1] = ACTIONS(2497), - [aux_sym_preproc_if_token1] = ACTIONS(2497), - [aux_sym_preproc_if_token2] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2497), - [aux_sym_preproc_else_token1] = ACTIONS(2497), - [aux_sym_preproc_elif_token1] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2497), - [anon_sym_LPAREN2] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_AMP_AMP] = ACTIONS(2499), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym___attribute__] = ACTIONS(2497), - [anon_sym___declspec] = ACTIONS(2497), - [anon_sym___based] = ACTIONS(2497), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym__Atomic] = ACTIONS(2497), - [anon_sym_mutable] = ACTIONS(2497), - [anon_sym_constexpr] = ACTIONS(2497), - [anon_sym_signed] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_class] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2497), - [anon_sym_virtual] = ACTIONS(2497), - [anon_sym_explicit] = ACTIONS(2497), - [anon_sym_public] = ACTIONS(2497), - [anon_sym_private] = ACTIONS(2497), - [anon_sym_protected] = ACTIONS(2497), - [sym_auto] = ACTIONS(2497), - [anon_sym_typename] = ACTIONS(2497), - [anon_sym_template] = ACTIONS(2497), - [anon_sym_COLON_COLON] = ACTIONS(2499), - [anon_sym_operator] = ACTIONS(2497), - [anon_sym_friend] = ACTIONS(2497), - [anon_sym_using] = ACTIONS(2497), - [anon_sym_static_assert] = ACTIONS(2497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2499), - [sym_operator_name] = ACTIONS(2497), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2497), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2497), - [anon_sym_MOZ_COLD] = ACTIONS(2497), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2497), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2497), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2497), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2497), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2497), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2497), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2497), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2497), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2497), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2497), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2497), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2497), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_RAII] = ACTIONS(2497), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2497), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2497), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2497), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2497), + [780] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2252), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [863] = { - [sym_enumerator_list] = STATE(898), - [sym_identifier] = ACTIONS(2501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2503), - [anon_sym_COMMA] = ACTIONS(2503), - [anon_sym_RPAREN] = ACTIONS(2503), - [anon_sym_LPAREN2] = ACTIONS(2503), - [anon_sym_DASH] = ACTIONS(2501), - [anon_sym_PLUS] = ACTIONS(2501), - [anon_sym_STAR] = ACTIONS(2503), - [anon_sym_SLASH] = ACTIONS(2501), - [anon_sym_PERCENT] = ACTIONS(2503), - [anon_sym_PIPE_PIPE] = ACTIONS(2503), - [anon_sym_AMP_AMP] = ACTIONS(2503), - [anon_sym_PIPE] = ACTIONS(2501), - [anon_sym_CARET] = ACTIONS(2503), - [anon_sym_AMP] = ACTIONS(2501), - [anon_sym_EQ_EQ] = ACTIONS(2503), - [anon_sym_BANG_EQ] = ACTIONS(2503), - [anon_sym_GT] = ACTIONS(2501), - [anon_sym_GT_EQ] = ACTIONS(2503), - [anon_sym_LT_EQ] = ACTIONS(2503), - [anon_sym_LT] = ACTIONS(2501), - [anon_sym_LT_LT] = ACTIONS(2503), - [anon_sym_GT_GT] = ACTIONS(2503), - [anon_sym_SEMI] = ACTIONS(2503), - [anon_sym_extern] = ACTIONS(2501), - [anon_sym___attribute__] = ACTIONS(2501), - [anon_sym___declspec] = ACTIONS(2501), - [anon_sym___based] = ACTIONS(2501), - [anon_sym_LBRACE] = ACTIONS(2503), - [anon_sym_RBRACE] = ACTIONS(2503), - [anon_sym_LBRACK] = ACTIONS(2503), - [anon_sym_RBRACK] = ACTIONS(2503), - [anon_sym_EQ] = ACTIONS(2501), - [anon_sym_static] = ACTIONS(2501), - [anon_sym_register] = ACTIONS(2501), - [anon_sym_inline] = ACTIONS(2501), - [anon_sym_const] = ACTIONS(2501), - [anon_sym_volatile] = ACTIONS(2501), - [anon_sym_restrict] = ACTIONS(2501), - [anon_sym__Atomic] = ACTIONS(2501), - [anon_sym_mutable] = ACTIONS(2501), - [anon_sym_constexpr] = ACTIONS(2501), - [anon_sym_COLON] = ACTIONS(2501), - [anon_sym_QMARK] = ACTIONS(2503), - [anon_sym_DASH_DASH] = ACTIONS(2503), - [anon_sym_PLUS_PLUS] = ACTIONS(2503), - [anon_sym_DOT] = ACTIONS(2501), - [anon_sym_DASH_GT] = ACTIONS(2503), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2501), - [anon_sym_override] = ACTIONS(2501), - [anon_sym_COLON_COLON] = ACTIONS(2503), - [anon_sym_noexcept] = ACTIONS(2501), - [anon_sym_throw] = ACTIONS(2501), - [sym_operator_name] = ACTIONS(2501), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), - [anon_sym_MOZ_COLD] = ACTIONS(2501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_RAII] = ACTIONS(2501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), + [781] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1374), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2227), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2238), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2227), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2258), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2250), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [864] = { - [sym_identifier] = ACTIONS(2505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2507), - [anon_sym_COMMA] = ACTIONS(2507), - [anon_sym_RPAREN] = ACTIONS(2507), - [anon_sym_LPAREN2] = ACTIONS(2507), - [anon_sym_TILDE] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2505), - [anon_sym_PLUS] = ACTIONS(2505), - [anon_sym_STAR] = ACTIONS(2507), - [anon_sym_SLASH] = ACTIONS(2505), - [anon_sym_PERCENT] = ACTIONS(2507), - [anon_sym_PIPE_PIPE] = ACTIONS(2507), - [anon_sym_AMP_AMP] = ACTIONS(2507), - [anon_sym_PIPE] = ACTIONS(2505), - [anon_sym_CARET] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2505), - [anon_sym_EQ_EQ] = ACTIONS(2507), - [anon_sym_BANG_EQ] = ACTIONS(2507), - [anon_sym_GT] = ACTIONS(2505), - [anon_sym_GT_EQ] = ACTIONS(2507), - [anon_sym_LT_EQ] = ACTIONS(2507), - [anon_sym_LT] = ACTIONS(2505), - [anon_sym_LT_LT] = ACTIONS(2507), - [anon_sym_GT_GT] = ACTIONS(2507), - [anon_sym_SEMI] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym___attribute__] = ACTIONS(2505), - [anon_sym___declspec] = ACTIONS(2505), - [anon_sym___based] = ACTIONS(2505), - [anon_sym_LBRACE] = ACTIONS(2507), - [anon_sym_RBRACE] = ACTIONS(2507), - [anon_sym_LBRACK] = ACTIONS(2507), - [anon_sym_RBRACK] = ACTIONS(2507), - [anon_sym_EQ] = ACTIONS(2505), - [anon_sym_static] = ACTIONS(2505), - [anon_sym_register] = ACTIONS(2505), - [anon_sym_inline] = ACTIONS(2505), - [anon_sym_const] = ACTIONS(2505), - [anon_sym_volatile] = ACTIONS(2505), - [anon_sym_restrict] = ACTIONS(2505), - [anon_sym__Atomic] = ACTIONS(2505), - [anon_sym_mutable] = ACTIONS(2505), - [anon_sym_constexpr] = ACTIONS(2505), - [anon_sym_COLON] = ACTIONS(2505), - [anon_sym_QMARK] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2507), - [anon_sym_PLUS_PLUS] = ACTIONS(2507), - [anon_sym_DOT] = ACTIONS(2505), - [anon_sym_DASH_GT] = ACTIONS(2507), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2505), - [anon_sym_override] = ACTIONS(2505), - [anon_sym_COLON_COLON] = ACTIONS(2507), - [anon_sym_noexcept] = ACTIONS(2505), - [anon_sym_throw] = ACTIONS(2505), - [sym_operator_name] = ACTIONS(2505), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2505), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2505), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2505), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2505), - [anon_sym_MOZ_COLD] = ACTIONS(2505), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2505), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2505), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2505), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2505), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2505), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2505), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2505), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2505), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2505), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2505), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2505), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2505), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2505), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_NONNULL] = ACTIONS(2505), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2505), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2505), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2505), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2505), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2505), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2505), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2505), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2505), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2505), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2505), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2505), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2505), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), - [anon_sym_MOZ_RAII] = ACTIONS(2505), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2505), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2505), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2505), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2505), + [782] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2254), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [865] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [783] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2258), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [866] = { - [sym_identifier] = ACTIONS(2509), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2511), - [anon_sym_COMMA] = ACTIONS(2511), - [anon_sym_RPAREN] = ACTIONS(2511), - [anon_sym_LPAREN2] = ACTIONS(2511), - [anon_sym_TILDE] = ACTIONS(2511), - [anon_sym_DASH] = ACTIONS(2509), - [anon_sym_PLUS] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2511), - [anon_sym_SLASH] = ACTIONS(2509), - [anon_sym_PERCENT] = ACTIONS(2511), - [anon_sym_PIPE_PIPE] = ACTIONS(2511), - [anon_sym_AMP_AMP] = ACTIONS(2511), - [anon_sym_PIPE] = ACTIONS(2509), - [anon_sym_CARET] = ACTIONS(2511), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_EQ_EQ] = ACTIONS(2511), - [anon_sym_BANG_EQ] = ACTIONS(2511), - [anon_sym_GT] = ACTIONS(2509), - [anon_sym_GT_EQ] = ACTIONS(2511), - [anon_sym_LT_EQ] = ACTIONS(2511), - [anon_sym_LT] = ACTIONS(2509), - [anon_sym_LT_LT] = ACTIONS(2511), - [anon_sym_GT_GT] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2511), - [anon_sym_extern] = ACTIONS(2509), - [anon_sym___attribute__] = ACTIONS(2509), - [anon_sym___declspec] = ACTIONS(2509), - [anon_sym___based] = ACTIONS(2509), - [anon_sym_LBRACE] = ACTIONS(2511), - [anon_sym_RBRACE] = ACTIONS(2511), - [anon_sym_LBRACK] = ACTIONS(2511), - [anon_sym_RBRACK] = ACTIONS(2511), - [anon_sym_EQ] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2509), - [anon_sym_register] = ACTIONS(2509), - [anon_sym_inline] = ACTIONS(2509), - [anon_sym_const] = ACTIONS(2509), - [anon_sym_volatile] = ACTIONS(2509), - [anon_sym_restrict] = ACTIONS(2509), - [anon_sym__Atomic] = ACTIONS(2509), - [anon_sym_mutable] = ACTIONS(2509), - [anon_sym_constexpr] = ACTIONS(2509), - [anon_sym_COLON] = ACTIONS(2509), - [anon_sym_QMARK] = ACTIONS(2511), - [anon_sym_DASH_DASH] = ACTIONS(2511), - [anon_sym_PLUS_PLUS] = ACTIONS(2511), - [anon_sym_DOT] = ACTIONS(2509), - [anon_sym_DASH_GT] = ACTIONS(2511), + [784] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2260), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [785] = { + [sym_function_definition] = STATE(509), + [sym_declaration] = STATE(509), + [sym__declaration_specifiers] = STATE(3587), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1399), + [sym_declaration_list] = STATE(509), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(893), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(893), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2509), - [anon_sym_override] = ACTIONS(2509), - [anon_sym_COLON_COLON] = ACTIONS(2511), - [anon_sym_noexcept] = ACTIONS(2509), - [anon_sym_throw] = ACTIONS(2509), - [sym_operator_name] = ACTIONS(2509), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2509), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2509), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2509), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2509), - [anon_sym_MOZ_COLD] = ACTIONS(2509), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2509), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2509), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2509), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2509), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2509), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2509), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2509), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2509), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2509), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2509), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2509), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2509), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2509), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_NONNULL] = ACTIONS(2509), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2509), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2509), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2509), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2509), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2509), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2509), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2509), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2509), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2509), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2509), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2509), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2509), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), - [anon_sym_MOZ_RAII] = ACTIONS(2509), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2509), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2509), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2509), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2509), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [867] = { - [sym_identifier] = ACTIONS(2513), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2515), - [anon_sym_COMMA] = ACTIONS(2515), - [anon_sym_RPAREN] = ACTIONS(2515), - [anon_sym_LPAREN2] = ACTIONS(2515), - [anon_sym_TILDE] = ACTIONS(2515), - [anon_sym_DASH] = ACTIONS(2513), - [anon_sym_PLUS] = ACTIONS(2513), - [anon_sym_STAR] = ACTIONS(2515), - [anon_sym_SLASH] = ACTIONS(2513), - [anon_sym_PERCENT] = ACTIONS(2515), - [anon_sym_PIPE_PIPE] = ACTIONS(2515), - [anon_sym_AMP_AMP] = ACTIONS(2515), - [anon_sym_PIPE] = ACTIONS(2513), - [anon_sym_CARET] = ACTIONS(2515), - [anon_sym_AMP] = ACTIONS(2513), - [anon_sym_EQ_EQ] = ACTIONS(2515), - [anon_sym_BANG_EQ] = ACTIONS(2515), - [anon_sym_GT] = ACTIONS(2513), - [anon_sym_GT_EQ] = ACTIONS(2515), - [anon_sym_LT_EQ] = ACTIONS(2515), - [anon_sym_LT] = ACTIONS(2513), - [anon_sym_LT_LT] = ACTIONS(2515), - [anon_sym_GT_GT] = ACTIONS(2515), - [anon_sym_SEMI] = ACTIONS(2515), - [anon_sym_extern] = ACTIONS(2513), - [anon_sym___attribute__] = ACTIONS(2513), - [anon_sym___declspec] = ACTIONS(2513), - [anon_sym___based] = ACTIONS(2513), - [anon_sym_LBRACE] = ACTIONS(2515), - [anon_sym_RBRACE] = ACTIONS(2515), - [anon_sym_LBRACK] = ACTIONS(2515), - [anon_sym_RBRACK] = ACTIONS(2515), - [anon_sym_EQ] = ACTIONS(2513), - [anon_sym_static] = ACTIONS(2513), - [anon_sym_register] = ACTIONS(2513), - [anon_sym_inline] = ACTIONS(2513), - [anon_sym_const] = ACTIONS(2513), - [anon_sym_volatile] = ACTIONS(2513), - [anon_sym_restrict] = ACTIONS(2513), - [anon_sym__Atomic] = ACTIONS(2513), - [anon_sym_mutable] = ACTIONS(2513), - [anon_sym_constexpr] = ACTIONS(2513), - [anon_sym_COLON] = ACTIONS(2513), - [anon_sym_QMARK] = ACTIONS(2515), - [anon_sym_DASH_DASH] = ACTIONS(2515), - [anon_sym_PLUS_PLUS] = ACTIONS(2515), - [anon_sym_DOT] = ACTIONS(2513), - [anon_sym_DASH_GT] = ACTIONS(2515), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2513), - [anon_sym_override] = ACTIONS(2513), - [anon_sym_COLON_COLON] = ACTIONS(2515), - [anon_sym_noexcept] = ACTIONS(2513), - [anon_sym_throw] = ACTIONS(2513), - [sym_operator_name] = ACTIONS(2513), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), - [anon_sym_MOZ_COLD] = ACTIONS(2513), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_NONNULL] = ACTIONS(2513), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_NORETURN] = ACTIONS(2513), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), - [anon_sym_MOZ_RAII] = ACTIONS(2513), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), + [786] = { + [sym_function_definition] = STATE(550), + [sym_declaration] = STATE(550), + [sym__declaration_specifiers] = STATE(3610), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1405), + [sym_declaration_list] = STATE(550), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(876), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(876), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [868] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token2] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [aux_sym_preproc_else_token1] = ACTIONS(2517), - [aux_sym_preproc_elif_token1] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + [787] = { + [sym_function_definition] = STATE(245), + [sym_declaration] = STATE(245), + [sym__declaration_specifiers] = STATE(3611), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1404), + [sym_declaration_list] = STATE(245), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(913), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(913), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(2266), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [869] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token2] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [aux_sym_preproc_else_token1] = ACTIONS(2521), - [aux_sym_preproc_elif_token1] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), + [788] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1378), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2225), + [anon_sym_COMMA] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2256), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [870] = { - [sym_identifier] = ACTIONS(2525), - [aux_sym_preproc_def_token1] = ACTIONS(2525), - [aux_sym_preproc_if_token1] = ACTIONS(2525), - [aux_sym_preproc_if_token2] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2525), - [aux_sym_preproc_else_token1] = ACTIONS(2525), - [aux_sym_preproc_elif_token1] = ACTIONS(2525), - [sym_preproc_directive] = ACTIONS(2525), - [anon_sym_LPAREN2] = ACTIONS(2527), - [anon_sym_TILDE] = ACTIONS(2527), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_AMP_AMP] = ACTIONS(2527), - [anon_sym_AMP] = ACTIONS(2525), - [anon_sym_typedef] = ACTIONS(2525), - [anon_sym_extern] = ACTIONS(2525), - [anon_sym___attribute__] = ACTIONS(2525), - [anon_sym___declspec] = ACTIONS(2525), - [anon_sym___based] = ACTIONS(2525), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_static] = ACTIONS(2525), - [anon_sym_register] = ACTIONS(2525), - [anon_sym_inline] = ACTIONS(2525), - [anon_sym_const] = ACTIONS(2525), - [anon_sym_volatile] = ACTIONS(2525), - [anon_sym_restrict] = ACTIONS(2525), - [anon_sym__Atomic] = ACTIONS(2525), - [anon_sym_mutable] = ACTIONS(2525), - [anon_sym_constexpr] = ACTIONS(2525), - [anon_sym_signed] = ACTIONS(2525), - [anon_sym_unsigned] = ACTIONS(2525), - [anon_sym_long] = ACTIONS(2525), - [anon_sym_short] = ACTIONS(2525), - [sym_primitive_type] = ACTIONS(2525), - [anon_sym_enum] = ACTIONS(2525), - [anon_sym_class] = ACTIONS(2525), - [anon_sym_struct] = ACTIONS(2525), - [anon_sym_union] = ACTIONS(2525), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2525), - [anon_sym_virtual] = ACTIONS(2525), - [anon_sym_explicit] = ACTIONS(2525), - [anon_sym_public] = ACTIONS(2525), - [anon_sym_private] = ACTIONS(2525), - [anon_sym_protected] = ACTIONS(2525), - [sym_auto] = ACTIONS(2525), - [anon_sym_typename] = ACTIONS(2525), - [anon_sym_template] = ACTIONS(2525), - [anon_sym_COLON_COLON] = ACTIONS(2527), - [anon_sym_operator] = ACTIONS(2525), - [anon_sym_friend] = ACTIONS(2525), - [anon_sym_using] = ACTIONS(2525), - [anon_sym_static_assert] = ACTIONS(2525), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2527), - [sym_operator_name] = ACTIONS(2525), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2525), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2525), - [anon_sym_MOZ_COLD] = ACTIONS(2525), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2525), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2525), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2525), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2525), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2525), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2525), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2525), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2525), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2525), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2525), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2525), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2525), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_RAII] = ACTIONS(2525), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2525), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2525), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2525), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2525), + [789] = { + [sym_initializer_list] = STATE(3001), + [sym_template_argument_list] = STATE(1379), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2238), + [anon_sym_COMMA] = ACTIONS(2238), + [anon_sym_RPAREN] = ACTIONS(2238), + [anon_sym_LPAREN2] = ACTIONS(2238), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_SLASH] = ACTIONS(2233), + [anon_sym_PERCENT] = ACTIONS(2233), + [anon_sym_PIPE_PIPE] = ACTIONS(2225), + [anon_sym_AMP_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_CARET] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_EQ_EQ] = ACTIONS(2225), + [anon_sym_BANG_EQ] = ACTIONS(2225), + [anon_sym_GT] = ACTIONS(2233), + [anon_sym_GT_EQ] = ACTIONS(2225), + [anon_sym_LT_EQ] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_LT_LT] = ACTIONS(2233), + [anon_sym_GT_GT] = ACTIONS(2233), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_EQ] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_QMARK] = ACTIONS(2225), + [anon_sym_STAR_EQ] = ACTIONS(2248), + [anon_sym_SLASH_EQ] = ACTIONS(2248), + [anon_sym_PERCENT_EQ] = ACTIONS(2248), + [anon_sym_PLUS_EQ] = ACTIONS(2248), + [anon_sym_DASH_EQ] = ACTIONS(2248), + [anon_sym_LT_LT_EQ] = ACTIONS(2248), + [anon_sym_GT_GT_EQ] = ACTIONS(2248), + [anon_sym_AMP_EQ] = ACTIONS(2248), + [anon_sym_CARET_EQ] = ACTIONS(2248), + [anon_sym_PIPE_EQ] = ACTIONS(2248), + [anon_sym_DASH_DASH] = ACTIONS(2225), + [anon_sym_PLUS_PLUS] = ACTIONS(2225), + [anon_sym_DOT] = ACTIONS(2233), + [anon_sym_DASH_GT] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2268), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), }, - [871] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token2] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [aux_sym_preproc_else_token1] = ACTIONS(2517), - [aux_sym_preproc_elif_token1] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + [790] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2272), + [anon_sym_COMMA] = ACTIONS(2272), + [anon_sym_RPAREN] = ACTIONS(2274), + [anon_sym_LPAREN2] = ACTIONS(2274), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2279), + [anon_sym_PLUS] = ACTIONS(2279), + [anon_sym_STAR] = ACTIONS(2281), + [anon_sym_SLASH] = ACTIONS(2279), + [anon_sym_PERCENT] = ACTIONS(2279), + [anon_sym_PIPE_PIPE] = ACTIONS(2272), + [anon_sym_AMP_AMP] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2279), + [anon_sym_CARET] = ACTIONS(2279), + [anon_sym_AMP] = ACTIONS(2281), + [anon_sym_EQ_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2279), + [anon_sym_GT_EQ] = ACTIONS(2272), + [anon_sym_LT_EQ] = ACTIONS(2272), + [anon_sym_LT] = ACTIONS(2281), + [anon_sym_LT_LT] = ACTIONS(2279), + [anon_sym_GT_GT] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2274), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2272), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_EQ] = ACTIONS(2284), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_LT_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_GT_EQ] = ACTIONS(2286), + [anon_sym_AMP_EQ] = ACTIONS(2286), + [anon_sym_CARET_EQ] = ACTIONS(2286), + [anon_sym_PIPE_EQ] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2272), + [anon_sym_DOT] = ACTIONS(2279), + [anon_sym_DASH_GT] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), }, - [872] = { - [sym__declaration_specifiers] = STATE(3583), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1404), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [791] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_RPAREN] = ACTIONS(2292), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_PERCENT] = ACTIONS(2297), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2292), + [anon_sym_PIPE] = ACTIONS(2297), + [anon_sym_CARET] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2297), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2299), + [anon_sym_LT_LT] = ACTIONS(2297), + [anon_sym_GT_GT] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2292), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_LBRACK] = ACTIONS(2292), + [anon_sym_EQ] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2304), + [anon_sym_SLASH_EQ] = ACTIONS(2304), + [anon_sym_PERCENT_EQ] = ACTIONS(2304), + [anon_sym_PLUS_EQ] = ACTIONS(2304), + [anon_sym_DASH_EQ] = ACTIONS(2304), + [anon_sym_LT_LT_EQ] = ACTIONS(2304), + [anon_sym_GT_GT_EQ] = ACTIONS(2304), + [anon_sym_AMP_EQ] = ACTIONS(2304), + [anon_sym_CARET_EQ] = ACTIONS(2304), + [anon_sym_PIPE_EQ] = ACTIONS(2304), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2297), + [anon_sym_DASH_GT] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), + }, + [792] = { + [sym_function_definition] = STATE(535), + [sym_declaration] = STATE(535), + [sym__declaration_specifiers] = STATE(3578), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1410), + [sym_declaration_list] = STATE(535), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(828), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(828), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), @@ -170355,15 +173494,16 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -170377,5899 +173517,4553 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_COLON_COLON] = ACTIONS(2221), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [873] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [aux_sym_preproc_else_token1] = ACTIONS(1972), - [aux_sym_preproc_elif_token1] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [sym_operator_name] = ACTIONS(1972), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), + [793] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2310), + [anon_sym_COMMA] = ACTIONS(2310), + [anon_sym_RPAREN] = ACTIONS(2312), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_PERCENT] = ACTIONS(2317), + [anon_sym_PIPE_PIPE] = ACTIONS(2310), + [anon_sym_AMP_AMP] = ACTIONS(2312), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2319), + [anon_sym_EQ_EQ] = ACTIONS(2310), + [anon_sym_BANG_EQ] = ACTIONS(2310), + [anon_sym_GT] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2310), + [anon_sym_LT_EQ] = ACTIONS(2310), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2312), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2310), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_EQ] = ACTIONS(2322), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_QMARK] = ACTIONS(2310), + [anon_sym_STAR_EQ] = ACTIONS(2324), + [anon_sym_SLASH_EQ] = ACTIONS(2324), + [anon_sym_PERCENT_EQ] = ACTIONS(2324), + [anon_sym_PLUS_EQ] = ACTIONS(2324), + [anon_sym_DASH_EQ] = ACTIONS(2324), + [anon_sym_LT_LT_EQ] = ACTIONS(2324), + [anon_sym_GT_GT_EQ] = ACTIONS(2324), + [anon_sym_AMP_EQ] = ACTIONS(2324), + [anon_sym_CARET_EQ] = ACTIONS(2324), + [anon_sym_PIPE_EQ] = ACTIONS(2324), + [anon_sym_DASH_DASH] = ACTIONS(2310), + [anon_sym_PLUS_PLUS] = ACTIONS(2310), + [anon_sym_DOT] = ACTIONS(2317), + [anon_sym_DASH_GT] = ACTIONS(2310), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), }, - [874] = { - [sym_identifier] = ACTIONS(2529), - [aux_sym_preproc_def_token1] = ACTIONS(2529), - [aux_sym_preproc_if_token1] = ACTIONS(2529), - [aux_sym_preproc_if_token2] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), - [aux_sym_preproc_else_token1] = ACTIONS(2529), - [aux_sym_preproc_elif_token1] = ACTIONS(2529), - [sym_preproc_directive] = ACTIONS(2529), - [anon_sym_LPAREN2] = ACTIONS(2531), - [anon_sym_TILDE] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2531), - [anon_sym_AMP_AMP] = ACTIONS(2531), - [anon_sym_AMP] = ACTIONS(2529), - [anon_sym_typedef] = ACTIONS(2529), - [anon_sym_extern] = ACTIONS(2529), - [anon_sym___attribute__] = ACTIONS(2529), - [anon_sym___declspec] = ACTIONS(2529), - [anon_sym___based] = ACTIONS(2529), - [anon_sym_LBRACK] = ACTIONS(2529), - [anon_sym_static] = ACTIONS(2529), - [anon_sym_register] = ACTIONS(2529), - [anon_sym_inline] = ACTIONS(2529), - [anon_sym_const] = ACTIONS(2529), - [anon_sym_volatile] = ACTIONS(2529), - [anon_sym_restrict] = ACTIONS(2529), - [anon_sym__Atomic] = ACTIONS(2529), - [anon_sym_mutable] = ACTIONS(2529), - [anon_sym_constexpr] = ACTIONS(2529), - [anon_sym_signed] = ACTIONS(2529), - [anon_sym_unsigned] = ACTIONS(2529), - [anon_sym_long] = ACTIONS(2529), - [anon_sym_short] = ACTIONS(2529), - [sym_primitive_type] = ACTIONS(2529), - [anon_sym_enum] = ACTIONS(2529), - [anon_sym_class] = ACTIONS(2529), - [anon_sym_struct] = ACTIONS(2529), - [anon_sym_union] = ACTIONS(2529), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2529), - [anon_sym_virtual] = ACTIONS(2529), - [anon_sym_explicit] = ACTIONS(2529), - [anon_sym_public] = ACTIONS(2529), - [anon_sym_private] = ACTIONS(2529), - [anon_sym_protected] = ACTIONS(2529), - [sym_auto] = ACTIONS(2529), - [anon_sym_typename] = ACTIONS(2529), - [anon_sym_template] = ACTIONS(2529), - [anon_sym_COLON_COLON] = ACTIONS(2531), - [anon_sym_operator] = ACTIONS(2529), - [anon_sym_friend] = ACTIONS(2529), - [anon_sym_using] = ACTIONS(2529), - [anon_sym_static_assert] = ACTIONS(2529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), - [sym_operator_name] = ACTIONS(2529), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), - [anon_sym_MOZ_COLD] = ACTIONS(2529), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_RAII] = ACTIONS(2529), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), + [794] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2290), + [anon_sym_COMMA] = ACTIONS(2290), + [anon_sym_RPAREN] = ACTIONS(2290), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_PERCENT] = ACTIONS(2297), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2292), + [anon_sym_PIPE] = ACTIONS(2297), + [anon_sym_CARET] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2297), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2299), + [anon_sym_LT_LT] = ACTIONS(2297), + [anon_sym_GT_GT] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2292), + [anon_sym_EQ] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2304), + [anon_sym_SLASH_EQ] = ACTIONS(2304), + [anon_sym_PERCENT_EQ] = ACTIONS(2304), + [anon_sym_PLUS_EQ] = ACTIONS(2304), + [anon_sym_DASH_EQ] = ACTIONS(2304), + [anon_sym_LT_LT_EQ] = ACTIONS(2304), + [anon_sym_GT_GT_EQ] = ACTIONS(2304), + [anon_sym_AMP_EQ] = ACTIONS(2304), + [anon_sym_CARET_EQ] = ACTIONS(2304), + [anon_sym_PIPE_EQ] = ACTIONS(2304), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2297), + [anon_sym_DASH_GT] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), }, - [875] = { - [sym_identifier] = ACTIONS(2533), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2535), - [anon_sym_COMMA] = ACTIONS(2535), - [anon_sym_RPAREN] = ACTIONS(2535), - [anon_sym_LPAREN2] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2533), - [anon_sym_PLUS] = ACTIONS(2533), - [anon_sym_STAR] = ACTIONS(2535), - [anon_sym_SLASH] = ACTIONS(2533), - [anon_sym_PERCENT] = ACTIONS(2535), - [anon_sym_PIPE_PIPE] = ACTIONS(2535), - [anon_sym_AMP_AMP] = ACTIONS(2535), - [anon_sym_PIPE] = ACTIONS(2533), - [anon_sym_CARET] = ACTIONS(2535), - [anon_sym_AMP] = ACTIONS(2533), - [anon_sym_EQ_EQ] = ACTIONS(2535), - [anon_sym_BANG_EQ] = ACTIONS(2535), - [anon_sym_GT] = ACTIONS(2533), - [anon_sym_GT_EQ] = ACTIONS(2535), - [anon_sym_LT_EQ] = ACTIONS(2535), - [anon_sym_LT] = ACTIONS(2533), - [anon_sym_LT_LT] = ACTIONS(2535), - [anon_sym_GT_GT] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2535), - [anon_sym_extern] = ACTIONS(2533), - [anon_sym___attribute__] = ACTIONS(2533), - [anon_sym___declspec] = ACTIONS(2533), - [anon_sym___based] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_RBRACE] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2535), - [anon_sym_RBRACK] = ACTIONS(2535), - [anon_sym_EQ] = ACTIONS(2533), - [anon_sym_static] = ACTIONS(2533), - [anon_sym_register] = ACTIONS(2533), - [anon_sym_inline] = ACTIONS(2533), - [anon_sym_const] = ACTIONS(2533), - [anon_sym_volatile] = ACTIONS(2533), - [anon_sym_restrict] = ACTIONS(2533), - [anon_sym__Atomic] = ACTIONS(2533), - [anon_sym_mutable] = ACTIONS(2533), - [anon_sym_constexpr] = ACTIONS(2533), - [anon_sym_COLON] = ACTIONS(2533), - [anon_sym_QMARK] = ACTIONS(2535), - [anon_sym_DASH_DASH] = ACTIONS(2535), - [anon_sym_PLUS_PLUS] = ACTIONS(2535), - [anon_sym_DOT] = ACTIONS(2533), - [anon_sym_DASH_GT] = ACTIONS(2535), + [795] = { + [sym_function_definition] = STATE(896), + [sym_declaration] = STATE(896), + [sym__declaration_specifiers] = STATE(3601), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1402), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym__class_name] = STATE(5134), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1706), + [sym_attribute] = STATE(980), + [sym_scoped_type_identifier] = STATE(1693), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(980), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(2328), + [anon_sym_struct] = ACTIONS(2330), + [anon_sym_union] = ACTIONS(2332), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2533), - [anon_sym_override] = ACTIONS(2533), - [anon_sym_COLON_COLON] = ACTIONS(2535), - [anon_sym_noexcept] = ACTIONS(2533), - [anon_sym_throw] = ACTIONS(2533), - [sym_operator_name] = ACTIONS(2533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2533), - [anon_sym_MOZ_COLD] = ACTIONS(2533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_NONNULL] = ACTIONS(2533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), - [anon_sym_MOZ_RAII] = ACTIONS(2533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2533), - }, - [876] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token2] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [aux_sym_preproc_else_token1] = ACTIONS(1984), - [aux_sym_preproc_elif_token1] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [anon_sym_public] = ACTIONS(1984), - [anon_sym_private] = ACTIONS(1984), - [anon_sym_protected] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_friend] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(1984), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [877] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token2] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [aux_sym_preproc_else_token1] = ACTIONS(1988), - [aux_sym_preproc_elif_token1] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [anon_sym_public] = ACTIONS(1988), - [anon_sym_private] = ACTIONS(1988), - [anon_sym_protected] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_friend] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [sym_operator_name] = ACTIONS(1988), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), + [796] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2310), + [anon_sym_COMMA] = ACTIONS(2310), + [anon_sym_RPAREN] = ACTIONS(2310), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_PERCENT] = ACTIONS(2317), + [anon_sym_PIPE_PIPE] = ACTIONS(2310), + [anon_sym_AMP_AMP] = ACTIONS(2312), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2319), + [anon_sym_EQ_EQ] = ACTIONS(2310), + [anon_sym_BANG_EQ] = ACTIONS(2310), + [anon_sym_GT] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2310), + [anon_sym_LT_EQ] = ACTIONS(2310), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2310), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_EQ] = ACTIONS(2322), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_QMARK] = ACTIONS(2310), + [anon_sym_STAR_EQ] = ACTIONS(2324), + [anon_sym_SLASH_EQ] = ACTIONS(2324), + [anon_sym_PERCENT_EQ] = ACTIONS(2324), + [anon_sym_PLUS_EQ] = ACTIONS(2324), + [anon_sym_DASH_EQ] = ACTIONS(2324), + [anon_sym_LT_LT_EQ] = ACTIONS(2324), + [anon_sym_GT_GT_EQ] = ACTIONS(2324), + [anon_sym_AMP_EQ] = ACTIONS(2324), + [anon_sym_CARET_EQ] = ACTIONS(2324), + [anon_sym_PIPE_EQ] = ACTIONS(2324), + [anon_sym_DASH_DASH] = ACTIONS(2310), + [anon_sym_PLUS_PLUS] = ACTIONS(2310), + [anon_sym_DOT] = ACTIONS(2317), + [anon_sym_DASH_GT] = ACTIONS(2310), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), }, - [878] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token2] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [aux_sym_preproc_else_token1] = ACTIONS(1976), - [aux_sym_preproc_elif_token1] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_friend] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [sym_operator_name] = ACTIONS(1976), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), + [797] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(797), + [sym_identifier] = ACTIONS(2334), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2336), + [anon_sym_COMMA] = ACTIONS(2336), + [anon_sym_RPAREN] = ACTIONS(2336), + [anon_sym_LPAREN2] = ACTIONS(2336), + [anon_sym_DASH] = ACTIONS(2334), + [anon_sym_PLUS] = ACTIONS(2334), + [anon_sym_STAR] = ACTIONS(2336), + [anon_sym_SLASH] = ACTIONS(2334), + [anon_sym_PERCENT] = ACTIONS(2336), + [anon_sym_PIPE_PIPE] = ACTIONS(2336), + [anon_sym_AMP_AMP] = ACTIONS(2336), + [anon_sym_PIPE] = ACTIONS(2334), + [anon_sym_CARET] = ACTIONS(2336), + [anon_sym_AMP] = ACTIONS(2334), + [anon_sym_EQ_EQ] = ACTIONS(2336), + [anon_sym_BANG_EQ] = ACTIONS(2336), + [anon_sym_GT] = ACTIONS(2334), + [anon_sym_GT_EQ] = ACTIONS(2336), + [anon_sym_LT_EQ] = ACTIONS(2336), + [anon_sym_LT] = ACTIONS(2334), + [anon_sym_LT_LT] = ACTIONS(2336), + [anon_sym_GT_GT] = ACTIONS(2336), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym_extern] = ACTIONS(2334), + [anon_sym___attribute__] = ACTIONS(2334), + [anon_sym___declspec] = ACTIONS(2334), + [anon_sym___based] = ACTIONS(2334), + [anon_sym_LBRACE] = ACTIONS(2336), + [anon_sym_RBRACE] = ACTIONS(2336), + [anon_sym_LBRACK] = ACTIONS(2336), + [anon_sym_RBRACK] = ACTIONS(2336), + [anon_sym_EQ] = ACTIONS(2334), + [anon_sym_static] = ACTIONS(2334), + [anon_sym_register] = ACTIONS(2334), + [anon_sym_inline] = ACTIONS(2334), + [anon_sym_const] = ACTIONS(2334), + [anon_sym_volatile] = ACTIONS(2334), + [anon_sym_restrict] = ACTIONS(2334), + [anon_sym__Atomic] = ACTIONS(2334), + [anon_sym_mutable] = ACTIONS(2334), + [anon_sym_constexpr] = ACTIONS(2334), + [anon_sym_signed] = ACTIONS(2338), + [anon_sym_unsigned] = ACTIONS(2338), + [anon_sym_long] = ACTIONS(2338), + [anon_sym_short] = ACTIONS(2338), + [sym_primitive_type] = ACTIONS(2334), + [anon_sym_COLON] = ACTIONS(2336), + [anon_sym_QMARK] = ACTIONS(2336), + [anon_sym_DASH_DASH] = ACTIONS(2336), + [anon_sym_PLUS_PLUS] = ACTIONS(2336), + [anon_sym_DOT] = ACTIONS(2334), + [anon_sym_DASH_GT] = ACTIONS(2336), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2334), + [anon_sym_override] = ACTIONS(2334), + [anon_sym_noexcept] = ACTIONS(2334), + [anon_sym_throw] = ACTIONS(2334), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2334), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2334), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2334), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2334), + [anon_sym_MOZ_COLD] = ACTIONS(2334), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2334), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2334), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2334), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2334), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2334), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2334), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2334), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2334), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2334), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2334), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2334), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2334), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2334), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_NONNULL] = ACTIONS(2334), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2334), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2334), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2334), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2334), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2334), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2334), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2334), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2334), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2334), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2334), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2334), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2334), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2334), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2334), + [anon_sym_MOZ_RAII] = ACTIONS(2334), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2334), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2334), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2334), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2334), }, - [879] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token2] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [aux_sym_preproc_else_token1] = ACTIONS(2008), - [aux_sym_preproc_elif_token1] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [anon_sym_public] = ACTIONS(2008), - [anon_sym_private] = ACTIONS(2008), - [anon_sym_protected] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_friend] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [sym_operator_name] = ACTIONS(2008), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), + [798] = { + [sym_function_definition] = STATE(1295), + [sym_declaration] = STATE(1295), + [sym__declaration_specifiers] = STATE(3608), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1414), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym__class_name] = STATE(5138), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1706), + [sym_attribute] = STATE(968), + [sym_scoped_type_identifier] = STATE(1693), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(2341), + [anon_sym_struct] = ACTIONS(2343), + [anon_sym_union] = ACTIONS(2345), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [880] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token2] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [aux_sym_preproc_else_token1] = ACTIONS(2521), - [aux_sym_preproc_elif_token1] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), + [799] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2272), + [anon_sym_COMMA] = ACTIONS(2272), + [anon_sym_RPAREN] = ACTIONS(2272), + [anon_sym_LPAREN2] = ACTIONS(2274), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2279), + [anon_sym_PLUS] = ACTIONS(2279), + [anon_sym_STAR] = ACTIONS(2281), + [anon_sym_SLASH] = ACTIONS(2279), + [anon_sym_PERCENT] = ACTIONS(2279), + [anon_sym_PIPE_PIPE] = ACTIONS(2272), + [anon_sym_AMP_AMP] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2279), + [anon_sym_CARET] = ACTIONS(2279), + [anon_sym_AMP] = ACTIONS(2281), + [anon_sym_EQ_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2279), + [anon_sym_GT_EQ] = ACTIONS(2272), + [anon_sym_LT_EQ] = ACTIONS(2272), + [anon_sym_LT] = ACTIONS(2281), + [anon_sym_LT_LT] = ACTIONS(2279), + [anon_sym_GT_GT] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_EQ] = ACTIONS(2284), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_LT_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_GT_EQ] = ACTIONS(2286), + [anon_sym_AMP_EQ] = ACTIONS(2286), + [anon_sym_CARET_EQ] = ACTIONS(2286), + [anon_sym_PIPE_EQ] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2272), + [anon_sym_DOT] = ACTIONS(2279), + [anon_sym_DASH_GT] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), }, - [881] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token2] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [aux_sym_preproc_else_token1] = ACTIONS(2537), - [aux_sym_preproc_elif_token1] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), + [800] = { + [sym_function_definition] = STATE(1092), + [sym_declaration] = STATE(1092), + [sym__declaration_specifiers] = STATE(3597), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1416), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym__class_name] = STATE(5318), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1706), + [sym_attribute] = STATE(942), + [sym_scoped_type_identifier] = STATE(1693), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(942), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(2347), + [anon_sym_struct] = ACTIONS(2349), + [anon_sym_union] = ACTIONS(2351), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [882] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token2] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [aux_sym_preproc_else_token1] = ACTIONS(2541), - [aux_sym_preproc_elif_token1] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), + [801] = { + [sym__declaration_specifiers] = STATE(2883), + [sym_attribute_specifier] = STATE(1419), + [sym_ms_declspec_modifier] = STATE(1419), + [sym_storage_class_specifier] = STATE(1419), + [sym_type_qualifier] = STATE(1419), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym_parameter_declaration] = STATE(4620), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_type_parameter_declaration] = STATE(4620), + [sym_variadic_type_parameter_declaration] = STATE(4620), + [sym_optional_type_parameter_declaration] = STATE(4620), + [sym_template_template_parameter_declaration] = STATE(4620), + [sym_optional_parameter_declaration] = STATE(4620), + [sym_variadic_parameter_declaration] = STATE(4620), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1373), + [sym_scoped_type_identifier] = STATE(1670), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1373), + [aux_sym__declaration_specifiers_repeat1] = STATE(1419), + [aux_sym_sized_type_specifier_repeat1] = STATE(1617), + [sym_identifier] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2355), + [anon_sym_unsigned] = ACTIONS(2355), + [anon_sym_long] = ACTIONS(2355), + [anon_sym_short] = ACTIONS(2355), + [sym_primitive_type] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2361), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_union] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(2369), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_GT2] = ACTIONS(2373), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [883] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token2] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [aux_sym_preproc_else_token1] = ACTIONS(2020), - [aux_sym_preproc_elif_token1] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [anon_sym_public] = ACTIONS(2020), - [anon_sym_private] = ACTIONS(2020), - [anon_sym_protected] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_friend] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [sym_operator_name] = ACTIONS(2020), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), + [802] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2312), + [anon_sym_COMMA] = ACTIONS(2312), + [anon_sym_RPAREN] = ACTIONS(2312), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2317), + [anon_sym_PLUS] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_SLASH] = ACTIONS(2317), + [anon_sym_PERCENT] = ACTIONS(2317), + [anon_sym_PIPE_PIPE] = ACTIONS(2310), + [anon_sym_AMP_AMP] = ACTIONS(2312), + [anon_sym_PIPE] = ACTIONS(2317), + [anon_sym_CARET] = ACTIONS(2317), + [anon_sym_AMP] = ACTIONS(2319), + [anon_sym_EQ_EQ] = ACTIONS(2310), + [anon_sym_BANG_EQ] = ACTIONS(2310), + [anon_sym_GT] = ACTIONS(2317), + [anon_sym_GT_EQ] = ACTIONS(2310), + [anon_sym_LT_EQ] = ACTIONS(2310), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_LT_LT] = ACTIONS(2317), + [anon_sym_GT_GT] = ACTIONS(2317), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_EQ] = ACTIONS(2322), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_QMARK] = ACTIONS(2310), + [anon_sym_STAR_EQ] = ACTIONS(2324), + [anon_sym_SLASH_EQ] = ACTIONS(2324), + [anon_sym_PERCENT_EQ] = ACTIONS(2324), + [anon_sym_PLUS_EQ] = ACTIONS(2324), + [anon_sym_DASH_EQ] = ACTIONS(2324), + [anon_sym_LT_LT_EQ] = ACTIONS(2324), + [anon_sym_GT_GT_EQ] = ACTIONS(2324), + [anon_sym_AMP_EQ] = ACTIONS(2324), + [anon_sym_CARET_EQ] = ACTIONS(2324), + [anon_sym_PIPE_EQ] = ACTIONS(2324), + [anon_sym_DASH_DASH] = ACTIONS(2310), + [anon_sym_PLUS_PLUS] = ACTIONS(2310), + [anon_sym_DOT] = ACTIONS(2317), + [anon_sym_DASH_GT] = ACTIONS(2310), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), }, - [884] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [aux_sym_preproc_else_token1] = ACTIONS(2545), - [aux_sym_preproc_elif_token1] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), - }, - [885] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [aux_sym_preproc_else_token1] = ACTIONS(2545), - [aux_sym_preproc_elif_token1] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [803] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [aux_sym_preproc_else_token1] = ACTIONS(1416), + [aux_sym_preproc_elif_token1] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), }, - [886] = { - [sym_identifier] = ACTIONS(2549), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2551), - [anon_sym_COMMA] = ACTIONS(2551), - [anon_sym_RPAREN] = ACTIONS(2551), - [anon_sym_LPAREN2] = ACTIONS(2551), - [anon_sym_TILDE] = ACTIONS(2551), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_STAR] = ACTIONS(2551), - [anon_sym_SLASH] = ACTIONS(2549), - [anon_sym_PERCENT] = ACTIONS(2551), - [anon_sym_PIPE_PIPE] = ACTIONS(2551), - [anon_sym_AMP_AMP] = ACTIONS(2551), - [anon_sym_PIPE] = ACTIONS(2549), - [anon_sym_CARET] = ACTIONS(2551), - [anon_sym_AMP] = ACTIONS(2549), - [anon_sym_EQ_EQ] = ACTIONS(2551), - [anon_sym_BANG_EQ] = ACTIONS(2551), - [anon_sym_GT] = ACTIONS(2549), - [anon_sym_GT_EQ] = ACTIONS(2551), - [anon_sym_LT_EQ] = ACTIONS(2551), - [anon_sym_LT] = ACTIONS(2549), - [anon_sym_LT_LT] = ACTIONS(2551), - [anon_sym_GT_GT] = ACTIONS(2551), - [anon_sym_SEMI] = ACTIONS(2551), - [anon_sym_extern] = ACTIONS(2549), - [anon_sym___attribute__] = ACTIONS(2549), - [anon_sym___declspec] = ACTIONS(2549), - [anon_sym___based] = ACTIONS(2549), - [anon_sym_LBRACE] = ACTIONS(2551), - [anon_sym_RBRACE] = ACTIONS(2551), - [anon_sym_LBRACK] = ACTIONS(2551), - [anon_sym_RBRACK] = ACTIONS(2551), - [anon_sym_EQ] = ACTIONS(2549), - [anon_sym_static] = ACTIONS(2549), - [anon_sym_register] = ACTIONS(2549), - [anon_sym_inline] = ACTIONS(2549), - [anon_sym_const] = ACTIONS(2549), - [anon_sym_volatile] = ACTIONS(2549), - [anon_sym_restrict] = ACTIONS(2549), - [anon_sym__Atomic] = ACTIONS(2549), - [anon_sym_mutable] = ACTIONS(2549), - [anon_sym_constexpr] = ACTIONS(2549), - [anon_sym_COLON] = ACTIONS(2549), - [anon_sym_QMARK] = ACTIONS(2551), - [anon_sym_DASH_DASH] = ACTIONS(2551), - [anon_sym_PLUS_PLUS] = ACTIONS(2551), - [anon_sym_DOT] = ACTIONS(2549), - [anon_sym_DASH_GT] = ACTIONS(2551), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2549), - [anon_sym_override] = ACTIONS(2549), - [anon_sym_COLON_COLON] = ACTIONS(2551), - [anon_sym_noexcept] = ACTIONS(2549), - [anon_sym_throw] = ACTIONS(2549), - [sym_operator_name] = ACTIONS(2549), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2549), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2549), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2549), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2549), - [anon_sym_MOZ_COLD] = ACTIONS(2549), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2549), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2549), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2549), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2549), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2549), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2549), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2549), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2549), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2549), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2549), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2549), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2549), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2549), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_NONNULL] = ACTIONS(2549), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2549), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2549), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2549), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2549), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2549), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2549), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2549), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2549), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2549), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2549), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2549), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2549), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), - [anon_sym_MOZ_RAII] = ACTIONS(2549), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2549), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2549), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2549), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2549), + [804] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2292), + [anon_sym_COMMA] = ACTIONS(2292), + [anon_sym_RPAREN] = ACTIONS(2292), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_SLASH] = ACTIONS(2297), + [anon_sym_PERCENT] = ACTIONS(2297), + [anon_sym_PIPE_PIPE] = ACTIONS(2290), + [anon_sym_AMP_AMP] = ACTIONS(2292), + [anon_sym_PIPE] = ACTIONS(2297), + [anon_sym_CARET] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_EQ_EQ] = ACTIONS(2290), + [anon_sym_BANG_EQ] = ACTIONS(2290), + [anon_sym_GT] = ACTIONS(2297), + [anon_sym_GT_EQ] = ACTIONS(2290), + [anon_sym_LT_EQ] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2299), + [anon_sym_LT_LT] = ACTIONS(2297), + [anon_sym_GT_GT] = ACTIONS(2297), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2292), + [anon_sym_EQ] = ACTIONS(2302), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2290), + [anon_sym_STAR_EQ] = ACTIONS(2304), + [anon_sym_SLASH_EQ] = ACTIONS(2304), + [anon_sym_PERCENT_EQ] = ACTIONS(2304), + [anon_sym_PLUS_EQ] = ACTIONS(2304), + [anon_sym_DASH_EQ] = ACTIONS(2304), + [anon_sym_LT_LT_EQ] = ACTIONS(2304), + [anon_sym_GT_GT_EQ] = ACTIONS(2304), + [anon_sym_AMP_EQ] = ACTIONS(2304), + [anon_sym_CARET_EQ] = ACTIONS(2304), + [anon_sym_PIPE_EQ] = ACTIONS(2304), + [anon_sym_DASH_DASH] = ACTIONS(2290), + [anon_sym_PLUS_PLUS] = ACTIONS(2290), + [anon_sym_DOT] = ACTIONS(2297), + [anon_sym_DASH_GT] = ACTIONS(2290), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), }, - [887] = { - [sym_identifier] = ACTIONS(2553), - [aux_sym_preproc_def_token1] = ACTIONS(2553), - [aux_sym_preproc_if_token1] = ACTIONS(2553), - [aux_sym_preproc_if_token2] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2553), - [aux_sym_preproc_else_token1] = ACTIONS(2553), - [aux_sym_preproc_elif_token1] = ACTIONS(2553), - [sym_preproc_directive] = ACTIONS(2553), - [anon_sym_LPAREN2] = ACTIONS(2555), - [anon_sym_TILDE] = ACTIONS(2555), - [anon_sym_STAR] = ACTIONS(2555), - [anon_sym_AMP_AMP] = ACTIONS(2555), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_typedef] = ACTIONS(2553), - [anon_sym_extern] = ACTIONS(2553), - [anon_sym___attribute__] = ACTIONS(2553), - [anon_sym___declspec] = ACTIONS(2553), - [anon_sym___based] = ACTIONS(2553), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_static] = ACTIONS(2553), - [anon_sym_register] = ACTIONS(2553), - [anon_sym_inline] = ACTIONS(2553), - [anon_sym_const] = ACTIONS(2553), - [anon_sym_volatile] = ACTIONS(2553), - [anon_sym_restrict] = ACTIONS(2553), - [anon_sym__Atomic] = ACTIONS(2553), - [anon_sym_mutable] = ACTIONS(2553), - [anon_sym_constexpr] = ACTIONS(2553), - [anon_sym_signed] = ACTIONS(2553), - [anon_sym_unsigned] = ACTIONS(2553), - [anon_sym_long] = ACTIONS(2553), - [anon_sym_short] = ACTIONS(2553), - [sym_primitive_type] = ACTIONS(2553), - [anon_sym_enum] = ACTIONS(2553), - [anon_sym_class] = ACTIONS(2553), - [anon_sym_struct] = ACTIONS(2553), - [anon_sym_union] = ACTIONS(2553), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2553), - [anon_sym_virtual] = ACTIONS(2553), - [anon_sym_explicit] = ACTIONS(2553), - [anon_sym_public] = ACTIONS(2553), - [anon_sym_private] = ACTIONS(2553), - [anon_sym_protected] = ACTIONS(2553), - [sym_auto] = ACTIONS(2553), - [anon_sym_typename] = ACTIONS(2553), - [anon_sym_template] = ACTIONS(2553), - [anon_sym_COLON_COLON] = ACTIONS(2555), - [anon_sym_operator] = ACTIONS(2553), - [anon_sym_friend] = ACTIONS(2553), - [anon_sym_using] = ACTIONS(2553), - [anon_sym_static_assert] = ACTIONS(2553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2555), - [sym_operator_name] = ACTIONS(2553), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2553), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2553), - [anon_sym_MOZ_COLD] = ACTIONS(2553), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2553), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2553), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2553), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2553), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2553), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2553), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2553), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2553), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2553), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2553), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2553), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2553), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_RAII] = ACTIONS(2553), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2553), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2553), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2553), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2553), + [805] = { + [sym_identifier] = ACTIONS(2270), + [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(2277), + [anon_sym_DASH] = ACTIONS(2279), + [anon_sym_PLUS] = ACTIONS(2279), + [anon_sym_STAR] = ACTIONS(2281), + [anon_sym_SLASH] = ACTIONS(2279), + [anon_sym_PERCENT] = ACTIONS(2279), + [anon_sym_PIPE_PIPE] = ACTIONS(2272), + [anon_sym_AMP_AMP] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2279), + [anon_sym_CARET] = ACTIONS(2279), + [anon_sym_AMP] = ACTIONS(2281), + [anon_sym_EQ_EQ] = ACTIONS(2272), + [anon_sym_BANG_EQ] = ACTIONS(2272), + [anon_sym_GT] = ACTIONS(2279), + [anon_sym_GT_EQ] = ACTIONS(2272), + [anon_sym_LT_EQ] = ACTIONS(2272), + [anon_sym_LT] = ACTIONS(2281), + [anon_sym_LT_LT] = ACTIONS(2279), + [anon_sym_GT_GT] = ACTIONS(2279), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_EQ] = ACTIONS(2284), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_QMARK] = ACTIONS(2272), + [anon_sym_STAR_EQ] = ACTIONS(2286), + [anon_sym_SLASH_EQ] = ACTIONS(2286), + [anon_sym_PERCENT_EQ] = ACTIONS(2286), + [anon_sym_PLUS_EQ] = ACTIONS(2286), + [anon_sym_DASH_EQ] = ACTIONS(2286), + [anon_sym_LT_LT_EQ] = ACTIONS(2286), + [anon_sym_GT_GT_EQ] = ACTIONS(2286), + [anon_sym_AMP_EQ] = ACTIONS(2286), + [anon_sym_CARET_EQ] = ACTIONS(2286), + [anon_sym_PIPE_EQ] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2272), + [anon_sym_PLUS_PLUS] = ACTIONS(2272), + [anon_sym_DOT] = ACTIONS(2279), + [anon_sym_DASH_GT] = ACTIONS(2272), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), }, - [888] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token2] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [aux_sym_preproc_else_token1] = ACTIONS(2537), - [aux_sym_preproc_elif_token1] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), + [806] = { + [sym__declaration_specifiers] = STATE(3566), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_LPAREN2] = ACTIONS(2375), + [anon_sym_TILDE] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2375), + [anon_sym_AMP_AMP] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2377), + [anon_sym_explicit] = ACTIONS(2377), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_operator] = ACTIONS(2377), + [sym_operator_name] = ACTIONS(2377), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [889] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token2] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [aux_sym_preproc_else_token1] = ACTIONS(2541), - [aux_sym_preproc_elif_token1] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), + [807] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(797), + [sym_identifier] = ACTIONS(2379), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), + [anon_sym_COMMA] = ACTIONS(2381), + [anon_sym_RPAREN] = ACTIONS(2381), + [anon_sym_LPAREN2] = ACTIONS(2381), + [anon_sym_DASH] = ACTIONS(2383), + [anon_sym_PLUS] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(2381), + [anon_sym_SLASH] = ACTIONS(2383), + [anon_sym_PERCENT] = ACTIONS(2381), + [anon_sym_PIPE_PIPE] = ACTIONS(2381), + [anon_sym_AMP_AMP] = ACTIONS(2381), + [anon_sym_PIPE] = ACTIONS(2383), + [anon_sym_CARET] = ACTIONS(2381), + [anon_sym_AMP] = ACTIONS(2383), + [anon_sym_EQ_EQ] = ACTIONS(2381), + [anon_sym_BANG_EQ] = ACTIONS(2381), + [anon_sym_GT] = ACTIONS(2383), + [anon_sym_GT_EQ] = ACTIONS(2381), + [anon_sym_LT_EQ] = ACTIONS(2381), + [anon_sym_LT] = ACTIONS(2383), + [anon_sym_LT_LT] = ACTIONS(2381), + [anon_sym_GT_GT] = ACTIONS(2381), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(2383), + [anon_sym___attribute__] = ACTIONS(2383), + [anon_sym___declspec] = ACTIONS(2383), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_RBRACK] = ACTIONS(2381), + [anon_sym_EQ] = ACTIONS(2383), + [anon_sym_static] = ACTIONS(2383), + [anon_sym_register] = ACTIONS(2383), + [anon_sym_inline] = ACTIONS(2383), + [anon_sym_const] = ACTIONS(2383), + [anon_sym_volatile] = ACTIONS(2383), + [anon_sym_restrict] = ACTIONS(2383), + [anon_sym__Atomic] = ACTIONS(2383), + [anon_sym_mutable] = ACTIONS(2383), + [anon_sym_constexpr] = ACTIONS(2383), + [anon_sym_signed] = ACTIONS(2385), + [anon_sym_unsigned] = ACTIONS(2385), + [anon_sym_long] = ACTIONS(2385), + [anon_sym_short] = ACTIONS(2385), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_QMARK] = ACTIONS(2381), + [anon_sym_DASH_DASH] = ACTIONS(2381), + [anon_sym_PLUS_PLUS] = ACTIONS(2381), + [anon_sym_DOT] = ACTIONS(2383), + [anon_sym_DASH_GT] = ACTIONS(2381), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2383), + [anon_sym_override] = ACTIONS(2383), + [anon_sym_noexcept] = ACTIONS(2383), + [anon_sym_throw] = ACTIONS(2383), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2383), + [anon_sym_MOZ_COLD] = ACTIONS(2383), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2383), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2383), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2383), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2383), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2383), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2383), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2383), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2383), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2383), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2383), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2383), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2383), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_RAII] = ACTIONS(2383), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2383), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2383), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2383), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2383), }, - [890] = { - [sym_identifier] = ACTIONS(2557), - [aux_sym_preproc_def_token1] = ACTIONS(2557), - [aux_sym_preproc_if_token1] = ACTIONS(2557), - [aux_sym_preproc_if_token2] = ACTIONS(2557), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2557), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2557), - [aux_sym_preproc_else_token1] = ACTIONS(2557), - [aux_sym_preproc_elif_token1] = ACTIONS(2557), - [sym_preproc_directive] = ACTIONS(2557), - [anon_sym_LPAREN2] = ACTIONS(2559), - [anon_sym_TILDE] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(2559), - [anon_sym_AMP_AMP] = ACTIONS(2559), - [anon_sym_AMP] = ACTIONS(2557), - [anon_sym_typedef] = ACTIONS(2557), - [anon_sym_extern] = ACTIONS(2557), - [anon_sym___attribute__] = ACTIONS(2557), - [anon_sym___declspec] = ACTIONS(2557), - [anon_sym___based] = ACTIONS(2557), - [anon_sym_LBRACK] = ACTIONS(2557), - [anon_sym_static] = ACTIONS(2557), - [anon_sym_register] = ACTIONS(2557), - [anon_sym_inline] = ACTIONS(2557), - [anon_sym_const] = ACTIONS(2557), - [anon_sym_volatile] = ACTIONS(2557), - [anon_sym_restrict] = ACTIONS(2557), - [anon_sym__Atomic] = ACTIONS(2557), - [anon_sym_mutable] = ACTIONS(2557), - [anon_sym_constexpr] = ACTIONS(2557), - [anon_sym_signed] = ACTIONS(2557), - [anon_sym_unsigned] = ACTIONS(2557), - [anon_sym_long] = ACTIONS(2557), - [anon_sym_short] = ACTIONS(2557), - [sym_primitive_type] = ACTIONS(2557), - [anon_sym_enum] = ACTIONS(2557), - [anon_sym_class] = ACTIONS(2557), - [anon_sym_struct] = ACTIONS(2557), - [anon_sym_union] = ACTIONS(2557), + [808] = { + [sym__declaration_specifiers] = STATE(3525), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_LPAREN2] = ACTIONS(2375), + [anon_sym_TILDE] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2375), + [anon_sym_AMP_AMP] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2557), - [anon_sym_virtual] = ACTIONS(2557), - [anon_sym_explicit] = ACTIONS(2557), - [anon_sym_public] = ACTIONS(2557), - [anon_sym_private] = ACTIONS(2557), - [anon_sym_protected] = ACTIONS(2557), - [sym_auto] = ACTIONS(2557), - [anon_sym_typename] = ACTIONS(2557), - [anon_sym_template] = ACTIONS(2557), - [anon_sym_COLON_COLON] = ACTIONS(2559), - [anon_sym_operator] = ACTIONS(2557), - [anon_sym_friend] = ACTIONS(2557), - [anon_sym_using] = ACTIONS(2557), - [anon_sym_static_assert] = ACTIONS(2557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2559), - [sym_operator_name] = ACTIONS(2557), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2557), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2557), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2557), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2557), - [anon_sym_MOZ_COLD] = ACTIONS(2557), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2557), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2557), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2557), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2557), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2557), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2557), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2557), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2557), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2557), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2557), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2557), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2557), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2557), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_NONNULL] = ACTIONS(2557), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2557), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2557), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2557), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2557), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2557), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2557), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2557), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2557), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2557), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2557), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2557), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2557), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), - [anon_sym_MOZ_RAII] = ACTIONS(2557), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2557), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2557), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2557), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2557), - }, - [891] = { - [sym_identifier] = ACTIONS(2561), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), - [anon_sym_COMMA] = ACTIONS(2563), - [anon_sym_RPAREN] = ACTIONS(2563), - [anon_sym_LPAREN2] = ACTIONS(2563), - [anon_sym_TILDE] = ACTIONS(2563), - [anon_sym_DASH] = ACTIONS(2561), - [anon_sym_PLUS] = ACTIONS(2561), - [anon_sym_STAR] = ACTIONS(2563), - [anon_sym_SLASH] = ACTIONS(2561), - [anon_sym_PERCENT] = ACTIONS(2563), - [anon_sym_PIPE_PIPE] = ACTIONS(2563), - [anon_sym_AMP_AMP] = ACTIONS(2563), - [anon_sym_PIPE] = ACTIONS(2561), - [anon_sym_CARET] = ACTIONS(2563), - [anon_sym_AMP] = ACTIONS(2561), - [anon_sym_EQ_EQ] = ACTIONS(2563), - [anon_sym_BANG_EQ] = ACTIONS(2563), - [anon_sym_GT] = ACTIONS(2561), - [anon_sym_GT_EQ] = ACTIONS(2563), - [anon_sym_LT_EQ] = ACTIONS(2563), - [anon_sym_LT] = ACTIONS(2561), - [anon_sym_LT_LT] = ACTIONS(2563), - [anon_sym_GT_GT] = ACTIONS(2563), - [anon_sym_SEMI] = ACTIONS(2563), - [anon_sym_extern] = ACTIONS(2561), - [anon_sym___attribute__] = ACTIONS(2561), - [anon_sym___declspec] = ACTIONS(2561), - [anon_sym___based] = ACTIONS(2561), - [anon_sym_LBRACE] = ACTIONS(2563), - [anon_sym_RBRACE] = ACTIONS(2563), - [anon_sym_LBRACK] = ACTIONS(2563), - [anon_sym_RBRACK] = ACTIONS(2563), - [anon_sym_EQ] = ACTIONS(2561), - [anon_sym_static] = ACTIONS(2561), - [anon_sym_register] = ACTIONS(2561), - [anon_sym_inline] = ACTIONS(2561), - [anon_sym_const] = ACTIONS(2561), - [anon_sym_volatile] = ACTIONS(2561), - [anon_sym_restrict] = ACTIONS(2561), - [anon_sym__Atomic] = ACTIONS(2561), - [anon_sym_mutable] = ACTIONS(2561), - [anon_sym_constexpr] = ACTIONS(2561), - [anon_sym_COLON] = ACTIONS(2561), - [anon_sym_QMARK] = ACTIONS(2563), - [anon_sym_DASH_DASH] = ACTIONS(2563), - [anon_sym_PLUS_PLUS] = ACTIONS(2563), - [anon_sym_DOT] = ACTIONS(2561), - [anon_sym_DASH_GT] = ACTIONS(2563), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2561), - [anon_sym_override] = ACTIONS(2561), - [anon_sym_COLON_COLON] = ACTIONS(2563), - [anon_sym_noexcept] = ACTIONS(2561), - [anon_sym_throw] = ACTIONS(2561), - [sym_operator_name] = ACTIONS(2561), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2561), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2561), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2561), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2561), - [anon_sym_MOZ_COLD] = ACTIONS(2561), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2561), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2561), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2561), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2561), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2561), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2561), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2561), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2561), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2561), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2561), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2561), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2561), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2561), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_NONNULL] = ACTIONS(2561), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2561), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2561), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2561), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2561), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2561), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2561), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2561), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2561), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2561), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2561), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2561), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2561), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), - [anon_sym_MOZ_RAII] = ACTIONS(2561), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2561), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2561), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2561), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2561), - }, - [892] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2377), + [anon_sym_explicit] = ACTIONS(2377), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_operator] = ACTIONS(2377), + [sym_operator_name] = ACTIONS(2377), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [893] = { - [sym_identifier] = ACTIONS(2565), - [aux_sym_preproc_def_token1] = ACTIONS(2565), - [aux_sym_preproc_if_token1] = ACTIONS(2565), - [aux_sym_preproc_if_token2] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), - [aux_sym_preproc_else_token1] = ACTIONS(2565), - [aux_sym_preproc_elif_token1] = ACTIONS(2565), - [sym_preproc_directive] = ACTIONS(2565), - [anon_sym_LPAREN2] = ACTIONS(2567), - [anon_sym_TILDE] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(2567), - [anon_sym_AMP_AMP] = ACTIONS(2567), - [anon_sym_AMP] = ACTIONS(2565), - [anon_sym_typedef] = ACTIONS(2565), - [anon_sym_extern] = ACTIONS(2565), - [anon_sym___attribute__] = ACTIONS(2565), - [anon_sym___declspec] = ACTIONS(2565), - [anon_sym___based] = ACTIONS(2565), - [anon_sym_LBRACK] = ACTIONS(2565), - [anon_sym_static] = ACTIONS(2565), - [anon_sym_register] = ACTIONS(2565), - [anon_sym_inline] = ACTIONS(2565), - [anon_sym_const] = ACTIONS(2565), - [anon_sym_volatile] = ACTIONS(2565), - [anon_sym_restrict] = ACTIONS(2565), - [anon_sym__Atomic] = ACTIONS(2565), - [anon_sym_mutable] = ACTIONS(2565), - [anon_sym_constexpr] = ACTIONS(2565), - [anon_sym_signed] = ACTIONS(2565), - [anon_sym_unsigned] = ACTIONS(2565), - [anon_sym_long] = ACTIONS(2565), - [anon_sym_short] = ACTIONS(2565), - [sym_primitive_type] = ACTIONS(2565), - [anon_sym_enum] = ACTIONS(2565), - [anon_sym_class] = ACTIONS(2565), - [anon_sym_struct] = ACTIONS(2565), - [anon_sym_union] = ACTIONS(2565), + [809] = { + [sym__declaration_specifiers] = STATE(3545), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_LPAREN2] = ACTIONS(2375), + [anon_sym_TILDE] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2375), + [anon_sym_AMP_AMP] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___based] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2565), - [anon_sym_virtual] = ACTIONS(2565), - [anon_sym_explicit] = ACTIONS(2565), - [anon_sym_public] = ACTIONS(2565), - [anon_sym_private] = ACTIONS(2565), - [anon_sym_protected] = ACTIONS(2565), - [sym_auto] = ACTIONS(2565), - [anon_sym_typename] = ACTIONS(2565), - [anon_sym_template] = ACTIONS(2565), - [anon_sym_COLON_COLON] = ACTIONS(2567), - [anon_sym_operator] = ACTIONS(2565), - [anon_sym_friend] = ACTIONS(2565), - [anon_sym_using] = ACTIONS(2565), - [anon_sym_static_assert] = ACTIONS(2565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), - [sym_operator_name] = ACTIONS(2565), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), - [anon_sym_MOZ_COLD] = ACTIONS(2565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_RAII] = ACTIONS(2565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2377), + [anon_sym_explicit] = ACTIONS(2377), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_operator] = ACTIONS(2377), + [sym_operator_name] = ACTIONS(2377), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [894] = { - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2571), - [anon_sym_COMMA] = ACTIONS(2571), - [anon_sym_RPAREN] = ACTIONS(2571), - [anon_sym_LPAREN2] = ACTIONS(2571), - [anon_sym_TILDE] = ACTIONS(2571), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_STAR] = ACTIONS(2571), - [anon_sym_SLASH] = ACTIONS(2569), - [anon_sym_PERCENT] = ACTIONS(2571), - [anon_sym_PIPE_PIPE] = ACTIONS(2571), - [anon_sym_AMP_AMP] = ACTIONS(2571), - [anon_sym_PIPE] = ACTIONS(2569), - [anon_sym_CARET] = ACTIONS(2571), - [anon_sym_AMP] = ACTIONS(2569), - [anon_sym_EQ_EQ] = ACTIONS(2571), - [anon_sym_BANG_EQ] = ACTIONS(2571), - [anon_sym_GT] = ACTIONS(2569), - [anon_sym_GT_EQ] = ACTIONS(2571), - [anon_sym_LT_EQ] = ACTIONS(2571), - [anon_sym_LT] = ACTIONS(2569), - [anon_sym_LT_LT] = ACTIONS(2571), - [anon_sym_GT_GT] = ACTIONS(2571), - [anon_sym_SEMI] = ACTIONS(2571), - [anon_sym_extern] = ACTIONS(2569), - [anon_sym___attribute__] = ACTIONS(2569), - [anon_sym___declspec] = ACTIONS(2569), - [anon_sym___based] = ACTIONS(2569), - [anon_sym_LBRACE] = ACTIONS(2571), - [anon_sym_RBRACE] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_RBRACK] = ACTIONS(2571), - [anon_sym_EQ] = ACTIONS(2569), - [anon_sym_static] = ACTIONS(2569), - [anon_sym_register] = ACTIONS(2569), - [anon_sym_inline] = ACTIONS(2569), - [anon_sym_const] = ACTIONS(2569), - [anon_sym_volatile] = ACTIONS(2569), - [anon_sym_restrict] = ACTIONS(2569), - [anon_sym__Atomic] = ACTIONS(2569), - [anon_sym_mutable] = ACTIONS(2569), - [anon_sym_constexpr] = ACTIONS(2569), - [anon_sym_COLON] = ACTIONS(2569), - [anon_sym_QMARK] = ACTIONS(2571), - [anon_sym_DASH_DASH] = ACTIONS(2571), - [anon_sym_PLUS_PLUS] = ACTIONS(2571), - [anon_sym_DOT] = ACTIONS(2569), - [anon_sym_DASH_GT] = ACTIONS(2571), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2569), - [anon_sym_override] = ACTIONS(2569), - [anon_sym_COLON_COLON] = ACTIONS(2571), - [anon_sym_noexcept] = ACTIONS(2569), - [anon_sym_throw] = ACTIONS(2569), - [sym_operator_name] = ACTIONS(2569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2569), - [anon_sym_MOZ_COLD] = ACTIONS(2569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_NONNULL] = ACTIONS(2569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), - [anon_sym_MOZ_RAII] = ACTIONS(2569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2569), + [810] = { + [sym__declaration_specifiers] = STATE(2883), + [sym_attribute_specifier] = STATE(1419), + [sym_ms_declspec_modifier] = STATE(1419), + [sym_storage_class_specifier] = STATE(1419), + [sym_type_qualifier] = STATE(1419), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym_parameter_declaration] = STATE(5057), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_type_parameter_declaration] = STATE(5057), + [sym_variadic_type_parameter_declaration] = STATE(5057), + [sym_optional_type_parameter_declaration] = STATE(5057), + [sym_template_template_parameter_declaration] = STATE(5057), + [sym_optional_parameter_declaration] = STATE(5057), + [sym_variadic_parameter_declaration] = STATE(5057), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1373), + [sym_scoped_type_identifier] = STATE(1670), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1373), + [aux_sym__declaration_specifiers_repeat1] = STATE(1419), + [aux_sym_sized_type_specifier_repeat1] = STATE(1617), + [sym_identifier] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2355), + [anon_sym_unsigned] = ACTIONS(2355), + [anon_sym_long] = ACTIONS(2355), + [anon_sym_short] = ACTIONS(2355), + [sym_primitive_type] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2361), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_union] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(2369), + [anon_sym_template] = ACTIONS(2371), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [895] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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), + [811] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token2] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [aux_sym_preproc_else_token1] = ACTIONS(2389), + [aux_sym_preproc_elif_token1] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [896] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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), + [812] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_AMP_AMP] = ACTIONS(1678), + [anon_sym_AMP] = ACTIONS(1676), + [anon_sym_typedef] = ACTIONS(1676), + [anon_sym_extern] = ACTIONS(1676), + [anon_sym___attribute__] = ACTIONS(1676), + [anon_sym___declspec] = ACTIONS(1676), + [anon_sym___based] = ACTIONS(1676), + [anon_sym_LBRACK] = ACTIONS(1676), + [anon_sym_static] = ACTIONS(1676), + [anon_sym_register] = ACTIONS(1676), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1676), + [anon_sym_virtual] = ACTIONS(1676), + [anon_sym_explicit] = ACTIONS(1676), + [anon_sym_public] = ACTIONS(1676), + [anon_sym_private] = ACTIONS(1676), + [anon_sym_protected] = ACTIONS(1676), + [sym_auto] = ACTIONS(1676), + [anon_sym_typename] = ACTIONS(1676), + [anon_sym_template] = ACTIONS(1676), + [anon_sym_COLON_COLON] = ACTIONS(1678), + [anon_sym_operator] = ACTIONS(1676), + [anon_sym_friend] = ACTIONS(1676), + [anon_sym_using] = ACTIONS(1676), + [anon_sym_static_assert] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [sym_operator_name] = ACTIONS(1676), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [897] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), + [813] = { + [sym_enumerator_list] = STATE(924), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2395), + [anon_sym_COMMA] = ACTIONS(2395), + [anon_sym_RPAREN] = ACTIONS(2395), + [anon_sym_LPAREN2] = ACTIONS(2395), + [anon_sym_DASH] = ACTIONS(2393), + [anon_sym_PLUS] = ACTIONS(2393), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_SLASH] = ACTIONS(2393), + [anon_sym_PERCENT] = ACTIONS(2395), + [anon_sym_PIPE_PIPE] = ACTIONS(2395), + [anon_sym_AMP_AMP] = ACTIONS(2395), + [anon_sym_PIPE] = ACTIONS(2393), + [anon_sym_CARET] = ACTIONS(2395), + [anon_sym_AMP] = ACTIONS(2393), + [anon_sym_EQ_EQ] = ACTIONS(2395), + [anon_sym_BANG_EQ] = ACTIONS(2395), + [anon_sym_GT] = ACTIONS(2393), + [anon_sym_GT_EQ] = ACTIONS(2395), + [anon_sym_LT_EQ] = ACTIONS(2395), + [anon_sym_LT] = ACTIONS(2393), + [anon_sym_LT_LT] = ACTIONS(2395), + [anon_sym_GT_GT] = ACTIONS(2395), + [anon_sym_SEMI] = ACTIONS(2395), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym___attribute__] = ACTIONS(2393), + [anon_sym___declspec] = ACTIONS(2393), + [anon_sym___based] = ACTIONS(2393), + [anon_sym_LBRACE] = ACTIONS(2395), + [anon_sym_RBRACE] = ACTIONS(2395), + [anon_sym_LBRACK] = ACTIONS(2395), + [anon_sym_RBRACK] = ACTIONS(2395), + [anon_sym_EQ] = ACTIONS(2393), + [anon_sym_static] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_inline] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [anon_sym_volatile] = ACTIONS(2393), + [anon_sym_restrict] = ACTIONS(2393), + [anon_sym__Atomic] = ACTIONS(2393), + [anon_sym_mutable] = ACTIONS(2393), + [anon_sym_constexpr] = ACTIONS(2393), + [anon_sym_COLON] = ACTIONS(2393), + [anon_sym_QMARK] = ACTIONS(2395), + [anon_sym_DASH_DASH] = ACTIONS(2395), + [anon_sym_PLUS_PLUS] = ACTIONS(2395), + [anon_sym_DOT] = ACTIONS(2393), + [anon_sym_DASH_GT] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2393), + [anon_sym_override] = ACTIONS(2393), + [anon_sym_COLON_COLON] = ACTIONS(2395), + [anon_sym_noexcept] = ACTIONS(2393), + [anon_sym_throw] = ACTIONS(2393), + [sym_operator_name] = ACTIONS(2393), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), + [anon_sym_MOZ_COLD] = ACTIONS(2393), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_RAII] = ACTIONS(2393), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), }, - [898] = { - [sym_identifier] = ACTIONS(2573), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2575), - [anon_sym_COMMA] = ACTIONS(2575), - [anon_sym_RPAREN] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2575), - [anon_sym_TILDE] = ACTIONS(2575), - [anon_sym_DASH] = ACTIONS(2573), - [anon_sym_PLUS] = ACTIONS(2573), - [anon_sym_STAR] = ACTIONS(2575), - [anon_sym_SLASH] = ACTIONS(2573), - [anon_sym_PERCENT] = ACTIONS(2575), - [anon_sym_PIPE_PIPE] = ACTIONS(2575), - [anon_sym_AMP_AMP] = ACTIONS(2575), - [anon_sym_PIPE] = ACTIONS(2573), - [anon_sym_CARET] = ACTIONS(2575), - [anon_sym_AMP] = ACTIONS(2573), - [anon_sym_EQ_EQ] = ACTIONS(2575), - [anon_sym_BANG_EQ] = ACTIONS(2575), - [anon_sym_GT] = ACTIONS(2573), - [anon_sym_GT_EQ] = ACTIONS(2575), - [anon_sym_LT_EQ] = ACTIONS(2575), - [anon_sym_LT] = ACTIONS(2573), - [anon_sym_LT_LT] = ACTIONS(2575), - [anon_sym_GT_GT] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2573), - [anon_sym___attribute__] = ACTIONS(2573), - [anon_sym___declspec] = ACTIONS(2573), - [anon_sym___based] = ACTIONS(2573), - [anon_sym_LBRACE] = ACTIONS(2575), - [anon_sym_RBRACE] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_RBRACK] = ACTIONS(2575), - [anon_sym_EQ] = ACTIONS(2573), - [anon_sym_static] = ACTIONS(2573), - [anon_sym_register] = ACTIONS(2573), - [anon_sym_inline] = ACTIONS(2573), - [anon_sym_const] = ACTIONS(2573), - [anon_sym_volatile] = ACTIONS(2573), - [anon_sym_restrict] = ACTIONS(2573), - [anon_sym__Atomic] = ACTIONS(2573), - [anon_sym_mutable] = ACTIONS(2573), - [anon_sym_constexpr] = ACTIONS(2573), - [anon_sym_COLON] = ACTIONS(2573), - [anon_sym_QMARK] = ACTIONS(2575), - [anon_sym_DASH_DASH] = ACTIONS(2575), - [anon_sym_PLUS_PLUS] = ACTIONS(2575), - [anon_sym_DOT] = ACTIONS(2573), - [anon_sym_DASH_GT] = ACTIONS(2575), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2573), - [anon_sym_override] = ACTIONS(2573), - [anon_sym_COLON_COLON] = ACTIONS(2575), - [anon_sym_noexcept] = ACTIONS(2573), - [anon_sym_throw] = ACTIONS(2573), - [sym_operator_name] = ACTIONS(2573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2573), - [anon_sym_MOZ_COLD] = ACTIONS(2573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_NONNULL] = ACTIONS(2573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), - [anon_sym_MOZ_RAII] = ACTIONS(2573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2573), + [814] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_AMP_AMP] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(1616), + [anon_sym_typedef] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym___attribute__] = ACTIONS(1616), + [anon_sym___declspec] = ACTIONS(1616), + [anon_sym___based] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_static] = ACTIONS(1616), + [anon_sym_register] = ACTIONS(1616), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1616), + [anon_sym_virtual] = ACTIONS(1616), + [anon_sym_explicit] = ACTIONS(1616), + [anon_sym_public] = ACTIONS(1616), + [anon_sym_private] = ACTIONS(1616), + [anon_sym_protected] = ACTIONS(1616), + [sym_auto] = ACTIONS(1616), + [anon_sym_typename] = ACTIONS(1616), + [anon_sym_template] = ACTIONS(1616), + [anon_sym_COLON_COLON] = ACTIONS(1618), + [anon_sym_operator] = ACTIONS(1616), + [anon_sym_friend] = ACTIONS(1616), + [anon_sym_using] = ACTIONS(1616), + [anon_sym_static_assert] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [sym_operator_name] = ACTIONS(1616), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [899] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [aux_sym_preproc_else_token1] = ACTIONS(2545), - [aux_sym_preproc_elif_token1] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [815] = { + [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___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_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_COLON_COLON] = ACTIONS(1654), + [anon_sym_operator] = ACTIONS(1652), + [anon_sym_friend] = ACTIONS(1652), + [anon_sym_using] = ACTIONS(1652), + [anon_sym_static_assert] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), }, - [900] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), + [816] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token2] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [aux_sym_preproc_else_token1] = ACTIONS(2397), + [aux_sym_preproc_elif_token1] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [901] = { - [sym__declaration_specifiers] = STATE(3577), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1402), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [817] = { + [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(2403), + [anon_sym_TILDE] = ACTIONS(2403), + [anon_sym_DASH] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2401), + [anon_sym_STAR] = ACTIONS(2403), + [anon_sym_SLASH] = ACTIONS(2401), + [anon_sym_PERCENT] = ACTIONS(2403), + [anon_sym_PIPE_PIPE] = ACTIONS(2403), + [anon_sym_AMP_AMP] = ACTIONS(2403), + [anon_sym_PIPE] = ACTIONS(2401), + [anon_sym_CARET] = ACTIONS(2403), + [anon_sym_AMP] = ACTIONS(2401), + [anon_sym_EQ_EQ] = ACTIONS(2403), + [anon_sym_BANG_EQ] = ACTIONS(2403), + [anon_sym_GT] = ACTIONS(2401), + [anon_sym_GT_EQ] = ACTIONS(2403), + [anon_sym_LT_EQ] = ACTIONS(2403), + [anon_sym_LT] = ACTIONS(2401), + [anon_sym_LT_LT] = ACTIONS(2403), + [anon_sym_GT_GT] = ACTIONS(2403), + [anon_sym_SEMI] = ACTIONS(2403), + [anon_sym_extern] = ACTIONS(2401), + [anon_sym___attribute__] = ACTIONS(2401), + [anon_sym___declspec] = ACTIONS(2401), + [anon_sym___based] = ACTIONS(2401), + [anon_sym_LBRACE] = ACTIONS(2403), + [anon_sym_RBRACE] = ACTIONS(2403), + [anon_sym_LBRACK] = ACTIONS(2403), + [anon_sym_RBRACK] = ACTIONS(2403), + [anon_sym_EQ] = ACTIONS(2401), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_register] = ACTIONS(2401), + [anon_sym_inline] = 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_QMARK] = ACTIONS(2403), + [anon_sym_DASH_DASH] = ACTIONS(2403), + [anon_sym_PLUS_PLUS] = ACTIONS(2403), + [anon_sym_DOT] = ACTIONS(2401), + [anon_sym_DASH_GT] = ACTIONS(2403), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_final] = ACTIONS(2401), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_COLON_COLON] = ACTIONS(2403), + [anon_sym_noexcept] = ACTIONS(2401), + [anon_sym_throw] = ACTIONS(2401), + [sym_operator_name] = 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), }, - [902] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [aux_sym_preproc_else_token1] = ACTIONS(2545), - [aux_sym_preproc_elif_token1] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [818] = { + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token2] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [aux_sym_preproc_else_token1] = ACTIONS(1796), + [aux_sym_preproc_elif_token1] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_friend] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [sym_operator_name] = ACTIONS(1796), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), }, - [903] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token2] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [aux_sym_preproc_else_token1] = ACTIONS(1952), - [aux_sym_preproc_elif_token1] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [anon_sym_public] = ACTIONS(1952), - [anon_sym_private] = ACTIONS(1952), - [anon_sym_protected] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_friend] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [sym_operator_name] = ACTIONS(1952), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), + [819] = { + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token2] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [aux_sym_preproc_else_token1] = ACTIONS(1716), + [aux_sym_preproc_elif_token1] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [anon_sym_public] = ACTIONS(1716), + [anon_sym_private] = ACTIONS(1716), + [anon_sym_protected] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_friend] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [sym_operator_name] = ACTIONS(1716), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), }, - [904] = { - [sym__declaration_specifiers] = STATE(3590), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1409), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [820] = { + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token2] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [aux_sym_preproc_else_token1] = ACTIONS(1496), + [aux_sym_preproc_elif_token1] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [anon_sym_public] = ACTIONS(1496), + [anon_sym_private] = ACTIONS(1496), + [anon_sym_protected] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_friend] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [sym_operator_name] = ACTIONS(1496), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), }, - [905] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token2] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [aux_sym_preproc_else_token1] = ACTIONS(1956), - [aux_sym_preproc_elif_token1] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [anon_sym_public] = ACTIONS(1956), - [anon_sym_private] = ACTIONS(1956), - [anon_sym_protected] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_friend] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [sym_operator_name] = ACTIONS(1956), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), + [821] = { + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token2] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [aux_sym_preproc_else_token1] = ACTIONS(1800), + [aux_sym_preproc_elif_token1] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [anon_sym_public] = ACTIONS(1800), + [anon_sym_private] = ACTIONS(1800), + [anon_sym_protected] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_friend] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [sym_operator_name] = ACTIONS(1800), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), }, - [906] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token2] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [aux_sym_preproc_else_token1] = ACTIONS(2577), - [aux_sym_preproc_elif_token1] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), + [822] = { + [sym_identifier] = ACTIONS(2405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_RPAREN] = ACTIONS(2407), + [anon_sym_LPAREN2] = ACTIONS(2407), + [anon_sym_TILDE] = ACTIONS(2407), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2407), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2407), + [anon_sym_AMP_AMP] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2405), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2405), + [anon_sym_EQ_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2407), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_GT_EQ] = ACTIONS(2407), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2407), + [anon_sym_SEMI] = ACTIONS(2407), + [anon_sym_extern] = ACTIONS(2405), + [anon_sym___attribute__] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2405), + [anon_sym___based] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_RBRACK] = ACTIONS(2407), + [anon_sym_EQ] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2405), + [anon_sym_register] = ACTIONS(2405), + [anon_sym_inline] = ACTIONS(2405), + [anon_sym_const] = ACTIONS(2405), + [anon_sym_volatile] = ACTIONS(2405), + [anon_sym_restrict] = ACTIONS(2405), + [anon_sym__Atomic] = ACTIONS(2405), + [anon_sym_mutable] = ACTIONS(2405), + [anon_sym_constexpr] = ACTIONS(2405), + [anon_sym_COLON] = ACTIONS(2405), + [anon_sym_QMARK] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DOT] = ACTIONS(2405), + [anon_sym_DASH_GT] = ACTIONS(2407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2405), + [anon_sym_COLON_COLON] = ACTIONS(2407), + [anon_sym_noexcept] = ACTIONS(2405), + [anon_sym_throw] = ACTIONS(2405), + [sym_operator_name] = ACTIONS(2405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), + [anon_sym_MOZ_COLD] = ACTIONS(2405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_NONNULL] = ACTIONS(2405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), + [anon_sym_MOZ_RAII] = ACTIONS(2405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), }, - [907] = { - [sym_identifier] = ACTIONS(2581), - [aux_sym_preproc_def_token1] = ACTIONS(2581), - [aux_sym_preproc_if_token1] = ACTIONS(2581), - [aux_sym_preproc_if_token2] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2581), - [aux_sym_preproc_else_token1] = ACTIONS(2581), - [aux_sym_preproc_elif_token1] = ACTIONS(2581), - [sym_preproc_directive] = ACTIONS(2581), - [anon_sym_LPAREN2] = ACTIONS(2583), - [anon_sym_TILDE] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_AMP_AMP] = ACTIONS(2583), - [anon_sym_AMP] = ACTIONS(2581), - [anon_sym_typedef] = ACTIONS(2581), - [anon_sym_extern] = ACTIONS(2581), - [anon_sym___attribute__] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2581), - [anon_sym___based] = ACTIONS(2581), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_static] = ACTIONS(2581), - [anon_sym_register] = ACTIONS(2581), - [anon_sym_inline] = ACTIONS(2581), - [anon_sym_const] = ACTIONS(2581), - [anon_sym_volatile] = ACTIONS(2581), - [anon_sym_restrict] = ACTIONS(2581), - [anon_sym__Atomic] = ACTIONS(2581), - [anon_sym_mutable] = ACTIONS(2581), - [anon_sym_constexpr] = ACTIONS(2581), - [anon_sym_signed] = ACTIONS(2581), - [anon_sym_unsigned] = ACTIONS(2581), - [anon_sym_long] = ACTIONS(2581), - [anon_sym_short] = ACTIONS(2581), - [sym_primitive_type] = ACTIONS(2581), - [anon_sym_enum] = ACTIONS(2581), - [anon_sym_class] = ACTIONS(2581), - [anon_sym_struct] = ACTIONS(2581), - [anon_sym_union] = ACTIONS(2581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2581), - [anon_sym_virtual] = ACTIONS(2581), - [anon_sym_explicit] = ACTIONS(2581), - [anon_sym_public] = ACTIONS(2581), - [anon_sym_private] = ACTIONS(2581), - [anon_sym_protected] = ACTIONS(2581), - [sym_auto] = ACTIONS(2581), - [anon_sym_typename] = ACTIONS(2581), - [anon_sym_template] = ACTIONS(2581), - [anon_sym_COLON_COLON] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2581), - [anon_sym_friend] = ACTIONS(2581), - [anon_sym_using] = ACTIONS(2581), - [anon_sym_static_assert] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2583), - [sym_operator_name] = ACTIONS(2581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2581), - [anon_sym_MOZ_COLD] = ACTIONS(2581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_RAII] = ACTIONS(2581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2581), - }, - [908] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token2] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [aux_sym_preproc_else_token1] = ACTIONS(1980), - [aux_sym_preproc_elif_token1] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [anon_sym_public] = ACTIONS(1980), - [anon_sym_private] = ACTIONS(1980), - [anon_sym_protected] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_friend] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [sym_operator_name] = ACTIONS(1980), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), - }, - [909] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), - }, - [910] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [aux_sym_preproc_else_token1] = ACTIONS(1992), - [aux_sym_preproc_elif_token1] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [anon_sym_public] = ACTIONS(1992), - [anon_sym_private] = ACTIONS(1992), - [anon_sym_protected] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_friend] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [sym_operator_name] = ACTIONS(1992), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - }, - [911] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token2] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [aux_sym_preproc_else_token1] = ACTIONS(2092), - [aux_sym_preproc_elif_token1] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [anon_sym_public] = ACTIONS(2092), - [anon_sym_private] = ACTIONS(2092), - [anon_sym_protected] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_friend] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [sym_operator_name] = ACTIONS(2092), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), - }, - [912] = { - [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token2] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [aux_sym_preproc_else_token1] = ACTIONS(2585), - [aux_sym_preproc_elif_token1] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_TILDE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_AMP_AMP] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym___attribute__] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2585), - [anon_sym___based] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_register] = ACTIONS(2585), - [anon_sym_inline] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_volatile] = ACTIONS(2585), - [anon_sym_restrict] = ACTIONS(2585), - [anon_sym__Atomic] = ACTIONS(2585), - [anon_sym_mutable] = ACTIONS(2585), - [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), - [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), - [anon_sym_MOZ_COLD] = ACTIONS(2585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_RAII] = ACTIONS(2585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), - }, - [913] = { - [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token2] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [aux_sym_preproc_else_token1] = ACTIONS(2585), - [aux_sym_preproc_elif_token1] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_TILDE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_AMP_AMP] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym___attribute__] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2585), - [anon_sym___based] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_register] = ACTIONS(2585), - [anon_sym_inline] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_volatile] = ACTIONS(2585), - [anon_sym_restrict] = ACTIONS(2585), - [anon_sym__Atomic] = ACTIONS(2585), - [anon_sym_mutable] = ACTIONS(2585), - [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), - [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), - [anon_sym_MOZ_COLD] = ACTIONS(2585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_RAII] = ACTIONS(2585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), + [823] = { + [sym_identifier] = ACTIONS(2409), + [aux_sym_preproc_def_token1] = ACTIONS(2409), + [aux_sym_preproc_if_token1] = ACTIONS(2409), + [aux_sym_preproc_if_token2] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2409), + [aux_sym_preproc_else_token1] = ACTIONS(2409), + [aux_sym_preproc_elif_token1] = ACTIONS(2409), + [sym_preproc_directive] = ACTIONS(2409), + [anon_sym_LPAREN2] = ACTIONS(2411), + [anon_sym_TILDE] = ACTIONS(2411), + [anon_sym_STAR] = ACTIONS(2411), + [anon_sym_AMP_AMP] = ACTIONS(2411), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_typedef] = ACTIONS(2409), + [anon_sym_extern] = ACTIONS(2409), + [anon_sym___attribute__] = ACTIONS(2409), + [anon_sym___declspec] = ACTIONS(2409), + [anon_sym___based] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_static] = ACTIONS(2409), + [anon_sym_register] = ACTIONS(2409), + [anon_sym_inline] = ACTIONS(2409), + [anon_sym_const] = ACTIONS(2409), + [anon_sym_volatile] = ACTIONS(2409), + [anon_sym_restrict] = ACTIONS(2409), + [anon_sym__Atomic] = ACTIONS(2409), + [anon_sym_mutable] = ACTIONS(2409), + [anon_sym_constexpr] = ACTIONS(2409), + [anon_sym_signed] = ACTIONS(2409), + [anon_sym_unsigned] = ACTIONS(2409), + [anon_sym_long] = ACTIONS(2409), + [anon_sym_short] = ACTIONS(2409), + [sym_primitive_type] = ACTIONS(2409), + [anon_sym_enum] = ACTIONS(2409), + [anon_sym_class] = ACTIONS(2409), + [anon_sym_struct] = ACTIONS(2409), + [anon_sym_union] = ACTIONS(2409), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2409), + [anon_sym_virtual] = ACTIONS(2409), + [anon_sym_explicit] = ACTIONS(2409), + [anon_sym_public] = ACTIONS(2409), + [anon_sym_private] = ACTIONS(2409), + [anon_sym_protected] = ACTIONS(2409), + [sym_auto] = ACTIONS(2409), + [anon_sym_typename] = ACTIONS(2409), + [anon_sym_template] = ACTIONS(2409), + [anon_sym_COLON_COLON] = ACTIONS(2411), + [anon_sym_operator] = ACTIONS(2409), + [anon_sym_friend] = ACTIONS(2409), + [anon_sym_using] = ACTIONS(2409), + [anon_sym_static_assert] = ACTIONS(2409), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2411), + [sym_operator_name] = ACTIONS(2409), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2409), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2409), + [anon_sym_MOZ_COLD] = ACTIONS(2409), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2409), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2409), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2409), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2409), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2409), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2409), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2409), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2409), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2409), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2409), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2409), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2409), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_RAII] = ACTIONS(2409), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2409), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2409), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2409), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2409), }, - [914] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token2] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [aux_sym_preproc_else_token1] = ACTIONS(2577), - [aux_sym_preproc_elif_token1] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), + [824] = { + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token2] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [aux_sym_preproc_else_token1] = ACTIONS(1724), + [aux_sym_preproc_elif_token1] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [anon_sym_public] = ACTIONS(1724), + [anon_sym_private] = ACTIONS(1724), + [anon_sym_protected] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_friend] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [sym_operator_name] = ACTIONS(1724), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), }, - [915] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), + [825] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [916] = { - [sym_identifier] = ACTIONS(2589), - [aux_sym_preproc_def_token1] = ACTIONS(2589), - [aux_sym_preproc_if_token1] = ACTIONS(2589), - [aux_sym_preproc_if_token2] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2589), - [aux_sym_preproc_else_token1] = ACTIONS(2589), - [aux_sym_preproc_elif_token1] = ACTIONS(2589), - [sym_preproc_directive] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_TILDE] = ACTIONS(2591), - [anon_sym_STAR] = ACTIONS(2591), - [anon_sym_AMP_AMP] = ACTIONS(2591), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_typedef] = ACTIONS(2589), - [anon_sym_extern] = ACTIONS(2589), - [anon_sym___attribute__] = ACTIONS(2589), - [anon_sym___declspec] = ACTIONS(2589), - [anon_sym___based] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_static] = ACTIONS(2589), - [anon_sym_register] = ACTIONS(2589), - [anon_sym_inline] = ACTIONS(2589), - [anon_sym_const] = ACTIONS(2589), - [anon_sym_volatile] = ACTIONS(2589), - [anon_sym_restrict] = ACTIONS(2589), - [anon_sym__Atomic] = ACTIONS(2589), - [anon_sym_mutable] = ACTIONS(2589), - [anon_sym_constexpr] = ACTIONS(2589), - [anon_sym_signed] = ACTIONS(2589), - [anon_sym_unsigned] = ACTIONS(2589), - [anon_sym_long] = ACTIONS(2589), - [anon_sym_short] = ACTIONS(2589), - [sym_primitive_type] = ACTIONS(2589), - [anon_sym_enum] = ACTIONS(2589), - [anon_sym_class] = ACTIONS(2589), - [anon_sym_struct] = ACTIONS(2589), - [anon_sym_union] = ACTIONS(2589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2589), - [anon_sym_virtual] = ACTIONS(2589), - [anon_sym_explicit] = ACTIONS(2589), - [anon_sym_public] = ACTIONS(2589), - [anon_sym_private] = ACTIONS(2589), - [anon_sym_protected] = ACTIONS(2589), - [sym_auto] = ACTIONS(2589), - [anon_sym_typename] = ACTIONS(2589), - [anon_sym_template] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2591), - [anon_sym_operator] = ACTIONS(2589), - [anon_sym_friend] = ACTIONS(2589), - [anon_sym_using] = ACTIONS(2589), - [anon_sym_static_assert] = ACTIONS(2589), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2591), - [sym_operator_name] = ACTIONS(2589), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2589), - [anon_sym_MOZ_COLD] = ACTIONS(2589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_RAII] = ACTIONS(2589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2589), + [826] = { + [sym_identifier] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2415), + [anon_sym_COMMA] = ACTIONS(2415), + [anon_sym_RPAREN] = ACTIONS(2415), + [anon_sym_LPAREN2] = ACTIONS(2415), + [anon_sym_TILDE] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2413), + [anon_sym_PLUS] = ACTIONS(2413), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2413), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PIPE_PIPE] = ACTIONS(2415), + [anon_sym_AMP_AMP] = ACTIONS(2415), + [anon_sym_PIPE] = ACTIONS(2413), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_AMP] = ACTIONS(2413), + [anon_sym_EQ_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2413), + [anon_sym_GT_EQ] = ACTIONS(2415), + [anon_sym_LT_EQ] = ACTIONS(2415), + [anon_sym_LT] = ACTIONS(2413), + [anon_sym_LT_LT] = ACTIONS(2415), + [anon_sym_GT_GT] = ACTIONS(2415), + [anon_sym_SEMI] = ACTIONS(2415), + [anon_sym_extern] = ACTIONS(2413), + [anon_sym___attribute__] = ACTIONS(2413), + [anon_sym___declspec] = ACTIONS(2413), + [anon_sym___based] = ACTIONS(2413), + [anon_sym_LBRACE] = ACTIONS(2415), + [anon_sym_RBRACE] = ACTIONS(2415), + [anon_sym_LBRACK] = ACTIONS(2415), + [anon_sym_RBRACK] = ACTIONS(2415), + [anon_sym_EQ] = ACTIONS(2413), + [anon_sym_static] = ACTIONS(2413), + [anon_sym_register] = ACTIONS(2413), + [anon_sym_inline] = ACTIONS(2413), + [anon_sym_const] = ACTIONS(2413), + [anon_sym_volatile] = ACTIONS(2413), + [anon_sym_restrict] = ACTIONS(2413), + [anon_sym__Atomic] = ACTIONS(2413), + [anon_sym_mutable] = ACTIONS(2413), + [anon_sym_constexpr] = ACTIONS(2413), + [anon_sym_COLON] = ACTIONS(2413), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_DASH_DASH] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2415), + [anon_sym_DOT] = ACTIONS(2413), + [anon_sym_DASH_GT] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2413), + [anon_sym_override] = ACTIONS(2413), + [anon_sym_COLON_COLON] = ACTIONS(2415), + [anon_sym_noexcept] = ACTIONS(2413), + [anon_sym_throw] = ACTIONS(2413), + [sym_operator_name] = ACTIONS(2413), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), + [anon_sym_MOZ_COLD] = ACTIONS(2413), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_NONNULL] = ACTIONS(2413), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), + [anon_sym_MOZ_RAII] = ACTIONS(2413), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), }, - [917] = { - [sym_identifier] = ACTIONS(2593), - [aux_sym_preproc_def_token1] = ACTIONS(2593), - [aux_sym_preproc_if_token1] = ACTIONS(2593), - [aux_sym_preproc_if_token2] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), - [aux_sym_preproc_else_token1] = ACTIONS(2593), - [aux_sym_preproc_elif_token1] = ACTIONS(2593), - [sym_preproc_directive] = ACTIONS(2593), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_TILDE] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2595), - [anon_sym_AMP_AMP] = ACTIONS(2595), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_typedef] = ACTIONS(2593), - [anon_sym_extern] = ACTIONS(2593), - [anon_sym___attribute__] = ACTIONS(2593), - [anon_sym___declspec] = ACTIONS(2593), - [anon_sym___based] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_static] = ACTIONS(2593), - [anon_sym_register] = ACTIONS(2593), - [anon_sym_inline] = ACTIONS(2593), - [anon_sym_const] = ACTIONS(2593), - [anon_sym_volatile] = ACTIONS(2593), - [anon_sym_restrict] = ACTIONS(2593), - [anon_sym__Atomic] = ACTIONS(2593), - [anon_sym_mutable] = ACTIONS(2593), - [anon_sym_constexpr] = ACTIONS(2593), - [anon_sym_signed] = ACTIONS(2593), - [anon_sym_unsigned] = ACTIONS(2593), - [anon_sym_long] = ACTIONS(2593), - [anon_sym_short] = ACTIONS(2593), - [sym_primitive_type] = ACTIONS(2593), - [anon_sym_enum] = ACTIONS(2593), - [anon_sym_class] = ACTIONS(2593), - [anon_sym_struct] = ACTIONS(2593), - [anon_sym_union] = ACTIONS(2593), + [827] = { + [sym_identifier] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2419), + [anon_sym_COMMA] = ACTIONS(2419), + [anon_sym_RPAREN] = ACTIONS(2419), + [anon_sym_LPAREN2] = ACTIONS(2419), + [anon_sym_TILDE] = ACTIONS(2419), + [anon_sym_DASH] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2417), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_SLASH] = ACTIONS(2417), + [anon_sym_PERCENT] = ACTIONS(2419), + [anon_sym_PIPE_PIPE] = ACTIONS(2419), + [anon_sym_AMP_AMP] = ACTIONS(2419), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2419), + [anon_sym_AMP] = ACTIONS(2417), + [anon_sym_EQ_EQ] = ACTIONS(2419), + [anon_sym_BANG_EQ] = ACTIONS(2419), + [anon_sym_GT] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2419), + [anon_sym_LT_EQ] = ACTIONS(2419), + [anon_sym_LT] = ACTIONS(2417), + [anon_sym_LT_LT] = ACTIONS(2419), + [anon_sym_GT_GT] = ACTIONS(2419), + [anon_sym_SEMI] = ACTIONS(2419), + [anon_sym_extern] = ACTIONS(2417), + [anon_sym___attribute__] = ACTIONS(2417), + [anon_sym___declspec] = ACTIONS(2417), + [anon_sym___based] = ACTIONS(2417), + [anon_sym_LBRACE] = ACTIONS(2419), + [anon_sym_RBRACE] = ACTIONS(2419), + [anon_sym_LBRACK] = ACTIONS(2419), + [anon_sym_RBRACK] = ACTIONS(2419), + [anon_sym_EQ] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_register] = ACTIONS(2417), + [anon_sym_inline] = ACTIONS(2417), + [anon_sym_const] = ACTIONS(2417), + [anon_sym_volatile] = ACTIONS(2417), + [anon_sym_restrict] = ACTIONS(2417), + [anon_sym__Atomic] = ACTIONS(2417), + [anon_sym_mutable] = ACTIONS(2417), + [anon_sym_constexpr] = ACTIONS(2417), + [anon_sym_COLON] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2419), + [anon_sym_DASH_DASH] = ACTIONS(2419), + [anon_sym_PLUS_PLUS] = ACTIONS(2419), + [anon_sym_DOT] = ACTIONS(2417), + [anon_sym_DASH_GT] = ACTIONS(2419), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2593), - [anon_sym_virtual] = ACTIONS(2593), - [anon_sym_explicit] = ACTIONS(2593), - [anon_sym_public] = ACTIONS(2593), - [anon_sym_private] = ACTIONS(2593), - [anon_sym_protected] = ACTIONS(2593), - [sym_auto] = ACTIONS(2593), - [anon_sym_typename] = ACTIONS(2593), - [anon_sym_template] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2595), - [anon_sym_operator] = ACTIONS(2593), - [anon_sym_friend] = ACTIONS(2593), - [anon_sym_using] = ACTIONS(2593), - [anon_sym_static_assert] = ACTIONS(2593), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), - [sym_operator_name] = ACTIONS(2593), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), - [anon_sym_MOZ_COLD] = ACTIONS(2593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_RAII] = ACTIONS(2593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), - }, - [918] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token2] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [aux_sym_preproc_else_token1] = ACTIONS(2000), - [aux_sym_preproc_elif_token1] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [anon_sym_public] = ACTIONS(2000), - [anon_sym_private] = ACTIONS(2000), - [anon_sym_protected] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_friend] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [sym_operator_name] = ACTIONS(2000), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_COLON_COLON] = ACTIONS(2419), + [anon_sym_noexcept] = ACTIONS(2417), + [anon_sym_throw] = ACTIONS(2417), + [sym_operator_name] = ACTIONS(2417), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2417), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2417), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2417), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2417), + [anon_sym_MOZ_COLD] = ACTIONS(2417), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2417), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2417), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2417), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2417), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2417), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2417), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2417), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2417), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2417), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2417), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2417), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2417), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2417), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_NONNULL] = ACTIONS(2417), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2417), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2417), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2417), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2417), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2417), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2417), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2417), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2417), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2417), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2417), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2417), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2417), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), + [anon_sym_MOZ_RAII] = ACTIONS(2417), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2417), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2417), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2417), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2417), }, - [919] = { - [sym__declaration_specifiers] = STATE(3556), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1395), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [828] = { + [sym__declaration_specifiers] = STATE(3579), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1401), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), @@ -176277,15 +178071,15 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -176299,1610 +178093,1372 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_COLON_COLON] = ACTIONS(2221), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [920] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - }, - [921] = { - [sym_identifier] = ACTIONS(2597), - [aux_sym_preproc_def_token1] = ACTIONS(2597), - [aux_sym_preproc_if_token1] = ACTIONS(2597), - [aux_sym_preproc_if_token2] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2597), - [aux_sym_preproc_else_token1] = ACTIONS(2597), - [aux_sym_preproc_elif_token1] = ACTIONS(2597), - [sym_preproc_directive] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_TILDE] = ACTIONS(2599), - [anon_sym_STAR] = ACTIONS(2599), - [anon_sym_AMP_AMP] = ACTIONS(2599), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_typedef] = ACTIONS(2597), - [anon_sym_extern] = ACTIONS(2597), - [anon_sym___attribute__] = ACTIONS(2597), - [anon_sym___declspec] = ACTIONS(2597), - [anon_sym___based] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_static] = ACTIONS(2597), - [anon_sym_register] = ACTIONS(2597), - [anon_sym_inline] = ACTIONS(2597), - [anon_sym_const] = ACTIONS(2597), - [anon_sym_volatile] = ACTIONS(2597), - [anon_sym_restrict] = ACTIONS(2597), - [anon_sym__Atomic] = ACTIONS(2597), - [anon_sym_mutable] = ACTIONS(2597), - [anon_sym_constexpr] = ACTIONS(2597), - [anon_sym_signed] = ACTIONS(2597), - [anon_sym_unsigned] = ACTIONS(2597), - [anon_sym_long] = ACTIONS(2597), - [anon_sym_short] = ACTIONS(2597), - [sym_primitive_type] = ACTIONS(2597), - [anon_sym_enum] = ACTIONS(2597), - [anon_sym_class] = ACTIONS(2597), - [anon_sym_struct] = ACTIONS(2597), - [anon_sym_union] = ACTIONS(2597), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2597), - [anon_sym_virtual] = ACTIONS(2597), - [anon_sym_explicit] = ACTIONS(2597), - [anon_sym_public] = ACTIONS(2597), - [anon_sym_private] = ACTIONS(2597), - [anon_sym_protected] = ACTIONS(2597), - [sym_auto] = ACTIONS(2597), - [anon_sym_typename] = ACTIONS(2597), - [anon_sym_template] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2599), - [anon_sym_operator] = ACTIONS(2597), - [anon_sym_friend] = ACTIONS(2597), - [anon_sym_using] = ACTIONS(2597), - [anon_sym_static_assert] = ACTIONS(2597), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2599), - [sym_operator_name] = ACTIONS(2597), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2597), - [anon_sym_MOZ_COLD] = ACTIONS(2597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_RAII] = ACTIONS(2597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [922] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [829] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [923] = { - [sym_identifier] = ACTIONS(2601), - [aux_sym_preproc_def_token1] = ACTIONS(2601), - [aux_sym_preproc_if_token1] = ACTIONS(2601), - [aux_sym_preproc_if_token2] = ACTIONS(2601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), - [aux_sym_preproc_else_token1] = ACTIONS(2601), - [aux_sym_preproc_elif_token1] = ACTIONS(2601), - [sym_preproc_directive] = ACTIONS(2601), - [anon_sym_LPAREN2] = ACTIONS(2603), - [anon_sym_TILDE] = ACTIONS(2603), - [anon_sym_STAR] = ACTIONS(2603), - [anon_sym_AMP_AMP] = ACTIONS(2603), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_typedef] = ACTIONS(2601), - [anon_sym_extern] = ACTIONS(2601), - [anon_sym___attribute__] = ACTIONS(2601), - [anon_sym___declspec] = ACTIONS(2601), - [anon_sym___based] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_static] = ACTIONS(2601), - [anon_sym_register] = ACTIONS(2601), - [anon_sym_inline] = ACTIONS(2601), - [anon_sym_const] = ACTIONS(2601), - [anon_sym_volatile] = ACTIONS(2601), - [anon_sym_restrict] = ACTIONS(2601), - [anon_sym__Atomic] = ACTIONS(2601), - [anon_sym_mutable] = ACTIONS(2601), - [anon_sym_constexpr] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2601), - [anon_sym_unsigned] = ACTIONS(2601), - [anon_sym_long] = ACTIONS(2601), - [anon_sym_short] = ACTIONS(2601), - [sym_primitive_type] = ACTIONS(2601), - [anon_sym_enum] = ACTIONS(2601), - [anon_sym_class] = ACTIONS(2601), - [anon_sym_struct] = ACTIONS(2601), - [anon_sym_union] = ACTIONS(2601), + [830] = { + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token2] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [aux_sym_preproc_else_token1] = ACTIONS(1720), + [aux_sym_preproc_elif_token1] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2601), - [anon_sym_virtual] = ACTIONS(2601), - [anon_sym_explicit] = ACTIONS(2601), - [anon_sym_public] = ACTIONS(2601), - [anon_sym_private] = ACTIONS(2601), - [anon_sym_protected] = ACTIONS(2601), - [sym_auto] = ACTIONS(2601), - [anon_sym_typename] = ACTIONS(2601), - [anon_sym_template] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2603), - [anon_sym_operator] = ACTIONS(2601), - [anon_sym_friend] = ACTIONS(2601), - [anon_sym_using] = ACTIONS(2601), - [anon_sym_static_assert] = ACTIONS(2601), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), - [sym_operator_name] = ACTIONS(2601), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), - [anon_sym_MOZ_COLD] = ACTIONS(2601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_NONNULL] = ACTIONS(2601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), - [anon_sym_MOZ_RAII] = ACTIONS(2601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [anon_sym_public] = ACTIONS(1720), + [anon_sym_private] = ACTIONS(1720), + [anon_sym_protected] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_friend] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [sym_operator_name] = ACTIONS(1720), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), }, - [924] = { - [sym_identifier] = ACTIONS(2605), - [aux_sym_preproc_def_token1] = ACTIONS(2605), - [aux_sym_preproc_if_token1] = ACTIONS(2605), - [aux_sym_preproc_if_token2] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), - [aux_sym_preproc_else_token1] = ACTIONS(2605), - [aux_sym_preproc_elif_token1] = ACTIONS(2605), - [sym_preproc_directive] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_TILDE] = ACTIONS(2607), - [anon_sym_STAR] = ACTIONS(2607), - [anon_sym_AMP_AMP] = ACTIONS(2607), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_typedef] = ACTIONS(2605), - [anon_sym_extern] = ACTIONS(2605), - [anon_sym___attribute__] = ACTIONS(2605), - [anon_sym___declspec] = ACTIONS(2605), - [anon_sym___based] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_register] = ACTIONS(2605), - [anon_sym_inline] = ACTIONS(2605), - [anon_sym_const] = ACTIONS(2605), - [anon_sym_volatile] = ACTIONS(2605), - [anon_sym_restrict] = ACTIONS(2605), - [anon_sym__Atomic] = ACTIONS(2605), - [anon_sym_mutable] = ACTIONS(2605), - [anon_sym_constexpr] = ACTIONS(2605), - [anon_sym_signed] = ACTIONS(2605), - [anon_sym_unsigned] = ACTIONS(2605), - [anon_sym_long] = ACTIONS(2605), - [anon_sym_short] = ACTIONS(2605), - [sym_primitive_type] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2605), - [anon_sym_class] = ACTIONS(2605), - [anon_sym_struct] = ACTIONS(2605), - [anon_sym_union] = ACTIONS(2605), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2605), - [anon_sym_virtual] = ACTIONS(2605), - [anon_sym_explicit] = ACTIONS(2605), - [anon_sym_public] = ACTIONS(2605), - [anon_sym_private] = ACTIONS(2605), - [anon_sym_protected] = ACTIONS(2605), - [sym_auto] = ACTIONS(2605), - [anon_sym_typename] = ACTIONS(2605), - [anon_sym_template] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2607), - [anon_sym_operator] = ACTIONS(2605), - [anon_sym_friend] = ACTIONS(2605), - [anon_sym_using] = ACTIONS(2605), - [anon_sym_static_assert] = ACTIONS(2605), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), - [sym_operator_name] = ACTIONS(2605), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), - [anon_sym_MOZ_COLD] = ACTIONS(2605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_RAII] = ACTIONS(2605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), + [831] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [925] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [anon_sym_COMMA] = ACTIONS(1796), - [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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [832] = { + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token2] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [aux_sym_preproc_else_token1] = ACTIONS(1792), + [aux_sym_preproc_elif_token1] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [anon_sym_public] = ACTIONS(1792), + [anon_sym_private] = ACTIONS(1792), + [anon_sym_protected] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_friend] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [sym_operator_name] = ACTIONS(1792), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), }, - [926] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token2] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [aux_sym_preproc_else_token1] = ACTIONS(2120), - [aux_sym_preproc_elif_token1] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [anon_sym_public] = ACTIONS(2120), - [anon_sym_private] = ACTIONS(2120), - [anon_sym_protected] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_friend] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [sym_operator_name] = ACTIONS(2120), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), + [833] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1614), + [anon_sym_STAR] = ACTIONS(1614), + [anon_sym_AMP_AMP] = ACTIONS(1614), + [anon_sym_AMP] = ACTIONS(1612), + [anon_sym_typedef] = ACTIONS(1612), + [anon_sym_extern] = ACTIONS(1612), + [anon_sym___attribute__] = ACTIONS(1612), + [anon_sym___declspec] = ACTIONS(1612), + [anon_sym___based] = ACTIONS(1612), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_static] = ACTIONS(1612), + [anon_sym_register] = ACTIONS(1612), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1612), + [anon_sym_virtual] = ACTIONS(1612), + [anon_sym_explicit] = ACTIONS(1612), + [anon_sym_public] = ACTIONS(1612), + [anon_sym_private] = ACTIONS(1612), + [anon_sym_protected] = ACTIONS(1612), + [sym_auto] = ACTIONS(1612), + [anon_sym_typename] = ACTIONS(1612), + [anon_sym_template] = ACTIONS(1612), + [anon_sym_COLON_COLON] = ACTIONS(1614), + [anon_sym_operator] = ACTIONS(1612), + [anon_sym_friend] = ACTIONS(1612), + [anon_sym_using] = ACTIONS(1612), + [anon_sym_static_assert] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [sym_operator_name] = ACTIONS(1612), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [927] = { - [sym_identifier] = ACTIONS(2609), - [aux_sym_preproc_def_token1] = ACTIONS(2609), - [aux_sym_preproc_if_token1] = ACTIONS(2609), - [aux_sym_preproc_if_token2] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), - [aux_sym_preproc_else_token1] = ACTIONS(2609), - [aux_sym_preproc_elif_token1] = ACTIONS(2609), - [sym_preproc_directive] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2611), - [anon_sym_TILDE] = ACTIONS(2611), - [anon_sym_STAR] = ACTIONS(2611), - [anon_sym_AMP_AMP] = ACTIONS(2611), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_typedef] = ACTIONS(2609), - [anon_sym_extern] = ACTIONS(2609), - [anon_sym___attribute__] = ACTIONS(2609), - [anon_sym___declspec] = ACTIONS(2609), - [anon_sym___based] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_static] = ACTIONS(2609), - [anon_sym_register] = ACTIONS(2609), - [anon_sym_inline] = ACTIONS(2609), - [anon_sym_const] = ACTIONS(2609), - [anon_sym_volatile] = ACTIONS(2609), - [anon_sym_restrict] = ACTIONS(2609), - [anon_sym__Atomic] = ACTIONS(2609), - [anon_sym_mutable] = ACTIONS(2609), - [anon_sym_constexpr] = ACTIONS(2609), - [anon_sym_signed] = ACTIONS(2609), - [anon_sym_unsigned] = ACTIONS(2609), - [anon_sym_long] = ACTIONS(2609), - [anon_sym_short] = ACTIONS(2609), - [sym_primitive_type] = ACTIONS(2609), - [anon_sym_enum] = ACTIONS(2609), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2609), - [anon_sym_union] = ACTIONS(2609), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2609), - [anon_sym_virtual] = ACTIONS(2609), - [anon_sym_explicit] = ACTIONS(2609), - [anon_sym_public] = ACTIONS(2609), - [anon_sym_private] = ACTIONS(2609), - [anon_sym_protected] = ACTIONS(2609), - [sym_auto] = ACTIONS(2609), - [anon_sym_typename] = ACTIONS(2609), - [anon_sym_template] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2611), - [anon_sym_operator] = ACTIONS(2609), - [anon_sym_friend] = ACTIONS(2609), - [anon_sym_using] = ACTIONS(2609), - [anon_sym_static_assert] = ACTIONS(2609), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), - [sym_operator_name] = ACTIONS(2609), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), - [anon_sym_MOZ_COLD] = ACTIONS(2609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_RAII] = ACTIONS(2609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), + [834] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1622), + [anon_sym_STAR] = ACTIONS(1622), + [anon_sym_AMP_AMP] = ACTIONS(1622), + [anon_sym_AMP] = ACTIONS(1620), + [anon_sym_typedef] = ACTIONS(1620), + [anon_sym_extern] = ACTIONS(1620), + [anon_sym___attribute__] = ACTIONS(1620), + [anon_sym___declspec] = ACTIONS(1620), + [anon_sym___based] = ACTIONS(1620), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_static] = ACTIONS(1620), + [anon_sym_register] = ACTIONS(1620), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1620), + [anon_sym_virtual] = ACTIONS(1620), + [anon_sym_explicit] = ACTIONS(1620), + [anon_sym_public] = ACTIONS(1620), + [anon_sym_private] = ACTIONS(1620), + [anon_sym_protected] = ACTIONS(1620), + [sym_auto] = ACTIONS(1620), + [anon_sym_typename] = ACTIONS(1620), + [anon_sym_template] = ACTIONS(1620), + [anon_sym_COLON_COLON] = ACTIONS(1622), + [anon_sym_operator] = ACTIONS(1620), + [anon_sym_friend] = ACTIONS(1620), + [anon_sym_using] = ACTIONS(1620), + [anon_sym_static_assert] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [sym_operator_name] = ACTIONS(1620), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [928] = { - [sym_identifier] = ACTIONS(2613), - [aux_sym_preproc_def_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token2] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), - [aux_sym_preproc_else_token1] = ACTIONS(2613), - [aux_sym_preproc_elif_token1] = ACTIONS(2613), - [sym_preproc_directive] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_TILDE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_AMP_AMP] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_typedef] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym___attribute__] = ACTIONS(2613), - [anon_sym___declspec] = ACTIONS(2613), - [anon_sym___based] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_register] = ACTIONS(2613), - [anon_sym_inline] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_volatile] = ACTIONS(2613), - [anon_sym_restrict] = ACTIONS(2613), - [anon_sym__Atomic] = ACTIONS(2613), - [anon_sym_mutable] = ACTIONS(2613), - [anon_sym_constexpr] = ACTIONS(2613), - [anon_sym_signed] = ACTIONS(2613), - [anon_sym_unsigned] = ACTIONS(2613), - [anon_sym_long] = ACTIONS(2613), - [anon_sym_short] = ACTIONS(2613), - [sym_primitive_type] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_class] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), + [835] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token2] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [aux_sym_preproc_else_token1] = ACTIONS(2421), + [aux_sym_preproc_elif_token1] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym___attribute__] = ACTIONS(2421), + [anon_sym___declspec] = ACTIONS(2421), + [anon_sym___based] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_register] = ACTIONS(2421), + [anon_sym_inline] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_volatile] = ACTIONS(2421), + [anon_sym_restrict] = ACTIONS(2421), + [anon_sym__Atomic] = ACTIONS(2421), + [anon_sym_mutable] = ACTIONS(2421), + [anon_sym_constexpr] = ACTIONS(2421), + [anon_sym_signed] = ACTIONS(2421), + [anon_sym_unsigned] = ACTIONS(2421), + [anon_sym_long] = ACTIONS(2421), + [anon_sym_short] = ACTIONS(2421), + [sym_primitive_type] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2613), - [anon_sym_virtual] = ACTIONS(2613), - [anon_sym_explicit] = ACTIONS(2613), - [anon_sym_public] = ACTIONS(2613), - [anon_sym_private] = ACTIONS(2613), - [anon_sym_protected] = ACTIONS(2613), - [sym_auto] = ACTIONS(2613), - [anon_sym_typename] = ACTIONS(2613), - [anon_sym_template] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_operator] = ACTIONS(2613), - [anon_sym_friend] = ACTIONS(2613), - [anon_sym_using] = ACTIONS(2613), - [anon_sym_static_assert] = ACTIONS(2613), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), - [sym_operator_name] = ACTIONS(2613), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), - [anon_sym_MOZ_COLD] = ACTIONS(2613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_RAII] = ACTIONS(2613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), + [anon_sym_decltype] = ACTIONS(2421), + [anon_sym_virtual] = ACTIONS(2421), + [anon_sym_explicit] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [sym_auto] = ACTIONS(2421), + [anon_sym_typename] = ACTIONS(2421), + [anon_sym_template] = ACTIONS(2421), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(2421), + [anon_sym_friend] = ACTIONS(2421), + [anon_sym_using] = ACTIONS(2421), + [anon_sym_static_assert] = ACTIONS(2421), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [sym_operator_name] = ACTIONS(2421), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), + [anon_sym_MOZ_COLD] = ACTIONS(2421), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_RAII] = ACTIONS(2421), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [929] = { - [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___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_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_COLON_COLON] = ACTIONS(1737), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [sym_operator_name] = 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), + [836] = { + [sym_identifier] = ACTIONS(2425), + [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_DASH] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2425), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2425), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_PIPE_PIPE] = ACTIONS(2427), + [anon_sym_AMP_AMP] = ACTIONS(2427), + [anon_sym_PIPE] = ACTIONS(2425), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_AMP] = ACTIONS(2425), + [anon_sym_EQ_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_GT] = ACTIONS(2425), + [anon_sym_GT_EQ] = ACTIONS(2427), + [anon_sym_LT_EQ] = ACTIONS(2427), + [anon_sym_LT] = ACTIONS(2425), + [anon_sym_LT_LT] = ACTIONS(2427), + [anon_sym_GT_GT] = ACTIONS(2427), + [anon_sym_SEMI] = ACTIONS(2427), + [anon_sym_extern] = ACTIONS(2425), + [anon_sym___attribute__] = ACTIONS(2425), + [anon_sym___declspec] = ACTIONS(2425), + [anon_sym___based] = ACTIONS(2425), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2427), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_RBRACK] = ACTIONS(2427), + [anon_sym_EQ] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_register] = ACTIONS(2425), + [anon_sym_inline] = ACTIONS(2425), + [anon_sym_const] = ACTIONS(2425), + [anon_sym_volatile] = ACTIONS(2425), + [anon_sym_restrict] = ACTIONS(2425), + [anon_sym__Atomic] = ACTIONS(2425), + [anon_sym_mutable] = ACTIONS(2425), + [anon_sym_constexpr] = ACTIONS(2425), + [anon_sym_COLON] = ACTIONS(2425), + [anon_sym_QMARK] = ACTIONS(2427), + [anon_sym_DASH_DASH] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2427), + [anon_sym_DOT] = ACTIONS(2425), + [anon_sym_DASH_GT] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2425), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_COLON_COLON] = ACTIONS(2427), + [anon_sym_noexcept] = ACTIONS(2425), + [anon_sym_throw] = ACTIONS(2425), + [sym_operator_name] = ACTIONS(2425), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), + [anon_sym_MOZ_COLD] = ACTIONS(2425), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_NONNULL] = ACTIONS(2425), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), + [anon_sym_MOZ_RAII] = ACTIONS(2425), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), }, - [930] = { - [sym_identifier] = ACTIONS(2617), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2619), - [anon_sym_COMMA] = ACTIONS(2619), - [anon_sym_RPAREN] = ACTIONS(2619), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_TILDE] = ACTIONS(2619), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2619), - [anon_sym_SLASH] = ACTIONS(2617), - [anon_sym_PERCENT] = ACTIONS(2619), - [anon_sym_PIPE_PIPE] = ACTIONS(2619), - [anon_sym_AMP_AMP] = ACTIONS(2619), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_CARET] = ACTIONS(2619), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_EQ_EQ] = ACTIONS(2619), - [anon_sym_BANG_EQ] = ACTIONS(2619), - [anon_sym_GT] = ACTIONS(2617), - [anon_sym_GT_EQ] = ACTIONS(2619), - [anon_sym_LT_EQ] = ACTIONS(2619), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_LT_LT] = ACTIONS(2619), - [anon_sym_GT_GT] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2619), - [anon_sym_extern] = ACTIONS(2617), - [anon_sym___attribute__] = ACTIONS(2617), - [anon_sym___declspec] = ACTIONS(2617), - [anon_sym___based] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2619), - [anon_sym_RBRACE] = ACTIONS(2619), - [anon_sym_LBRACK] = ACTIONS(2619), - [anon_sym_RBRACK] = ACTIONS(2619), - [anon_sym_EQ] = ACTIONS(2617), - [anon_sym_static] = ACTIONS(2617), - [anon_sym_register] = ACTIONS(2617), - [anon_sym_inline] = ACTIONS(2617), - [anon_sym_const] = ACTIONS(2617), - [anon_sym_volatile] = ACTIONS(2617), - [anon_sym_restrict] = ACTIONS(2617), - [anon_sym__Atomic] = ACTIONS(2617), - [anon_sym_mutable] = ACTIONS(2617), - [anon_sym_constexpr] = ACTIONS(2617), - [anon_sym_COLON] = ACTIONS(2617), - [anon_sym_QMARK] = ACTIONS(2619), - [anon_sym_DASH_DASH] = ACTIONS(2619), - [anon_sym_PLUS_PLUS] = ACTIONS(2619), - [anon_sym_DOT] = ACTIONS(2617), - [anon_sym_DASH_GT] = ACTIONS(2619), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2617), - [anon_sym_override] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2619), - [anon_sym_noexcept] = ACTIONS(2617), - [anon_sym_throw] = ACTIONS(2617), - [sym_operator_name] = ACTIONS(2617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), - [anon_sym_MOZ_COLD] = ACTIONS(2617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_NONNULL] = ACTIONS(2617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), - [anon_sym_MOZ_RAII] = ACTIONS(2617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), + [837] = { + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token2] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [aux_sym_preproc_else_token1] = ACTIONS(1412), + [aux_sym_preproc_elif_token1] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [anon_sym_public] = ACTIONS(1412), + [anon_sym_private] = ACTIONS(1412), + [anon_sym_protected] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_friend] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [sym_operator_name] = ACTIONS(1412), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), }, - [931] = { - [sym_identifier] = ACTIONS(2613), - [aux_sym_preproc_def_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token2] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), - [aux_sym_preproc_else_token1] = ACTIONS(2613), - [aux_sym_preproc_elif_token1] = ACTIONS(2613), - [sym_preproc_directive] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_TILDE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_AMP_AMP] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_typedef] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym___attribute__] = ACTIONS(2613), - [anon_sym___declspec] = ACTIONS(2613), - [anon_sym___based] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_register] = ACTIONS(2613), - [anon_sym_inline] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_volatile] = ACTIONS(2613), - [anon_sym_restrict] = ACTIONS(2613), - [anon_sym__Atomic] = ACTIONS(2613), - [anon_sym_mutable] = ACTIONS(2613), - [anon_sym_constexpr] = ACTIONS(2613), - [anon_sym_signed] = ACTIONS(2613), - [anon_sym_unsigned] = ACTIONS(2613), - [anon_sym_long] = ACTIONS(2613), - [anon_sym_short] = ACTIONS(2613), - [sym_primitive_type] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_class] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2613), - [anon_sym_virtual] = ACTIONS(2613), - [anon_sym_explicit] = ACTIONS(2613), - [anon_sym_public] = ACTIONS(2613), - [anon_sym_private] = ACTIONS(2613), - [anon_sym_protected] = ACTIONS(2613), - [sym_auto] = ACTIONS(2613), - [anon_sym_typename] = ACTIONS(2613), - [anon_sym_template] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_operator] = ACTIONS(2613), - [anon_sym_friend] = ACTIONS(2613), - [anon_sym_using] = ACTIONS(2613), - [anon_sym_static_assert] = ACTIONS(2613), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), - [sym_operator_name] = ACTIONS(2613), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), - [anon_sym_MOZ_COLD] = ACTIONS(2613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_RAII] = ACTIONS(2613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), + [838] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1698), + [anon_sym_STAR] = ACTIONS(1698), + [anon_sym_AMP_AMP] = ACTIONS(1698), + [anon_sym_AMP] = ACTIONS(1696), + [anon_sym_typedef] = ACTIONS(1696), + [anon_sym_extern] = ACTIONS(1696), + [anon_sym___attribute__] = ACTIONS(1696), + [anon_sym___declspec] = ACTIONS(1696), + [anon_sym___based] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_static] = ACTIONS(1696), + [anon_sym_register] = ACTIONS(1696), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1696), + [anon_sym_virtual] = ACTIONS(1696), + [anon_sym_explicit] = ACTIONS(1696), + [anon_sym_public] = ACTIONS(1696), + [anon_sym_private] = ACTIONS(1696), + [anon_sym_protected] = ACTIONS(1696), + [sym_auto] = ACTIONS(1696), + [anon_sym_typename] = ACTIONS(1696), + [anon_sym_template] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_operator] = ACTIONS(1696), + [anon_sym_friend] = ACTIONS(1696), + [anon_sym_using] = ACTIONS(1696), + [anon_sym_static_assert] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [sym_operator_name] = ACTIONS(1696), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [932] = { + [839] = { [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [aux_sym_preproc_else_token1] = ACTIONS(2429), - [aux_sym_preproc_elif_token1] = ACTIONS(2429), - [sym_preproc_directive] = 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_typedef] = 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___declspec] = ACTIONS(2429), [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_RBRACE] = ACTIONS(2431), + [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_RBRACK] = ACTIONS(2431), + [anon_sym_EQ] = ACTIONS(2429), [anon_sym_static] = ACTIONS(2429), [anon_sym_register] = ACTIONS(2429), [anon_sym_inline] = ACTIONS(2429), @@ -177912,33 +179468,19 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2429), [anon_sym_mutable] = ACTIONS(2429), [anon_sym_constexpr] = ACTIONS(2429), - [anon_sym_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = 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_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), + [anon_sym_noexcept] = ACTIONS(2429), + [anon_sym_throw] = ACTIONS(2429), [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2429), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2429), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2429), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2429), @@ -178008,11104 +179550,7727 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2429), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2429), }, - [933] = { - [sym_identifier] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2623), - [anon_sym_COMMA] = ACTIONS(2623), - [anon_sym_RPAREN] = ACTIONS(2623), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_TILDE] = ACTIONS(2623), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2623), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2623), - [anon_sym_PIPE_PIPE] = ACTIONS(2623), - [anon_sym_AMP_AMP] = ACTIONS(2623), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2623), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2623), - [anon_sym_BANG_EQ] = ACTIONS(2623), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2623), - [anon_sym_LT_EQ] = ACTIONS(2623), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2623), - [anon_sym_GT_GT] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2623), - [anon_sym_extern] = ACTIONS(2621), - [anon_sym___attribute__] = ACTIONS(2621), - [anon_sym___declspec] = ACTIONS(2621), - [anon_sym___based] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2623), - [anon_sym_RBRACE] = ACTIONS(2623), - [anon_sym_LBRACK] = ACTIONS(2623), - [anon_sym_RBRACK] = ACTIONS(2623), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_static] = ACTIONS(2621), - [anon_sym_register] = ACTIONS(2621), - [anon_sym_inline] = ACTIONS(2621), - [anon_sym_const] = ACTIONS(2621), - [anon_sym_volatile] = ACTIONS(2621), - [anon_sym_restrict] = ACTIONS(2621), - [anon_sym__Atomic] = ACTIONS(2621), - [anon_sym_mutable] = ACTIONS(2621), - [anon_sym_constexpr] = ACTIONS(2621), - [anon_sym_COLON] = ACTIONS(2621), - [anon_sym_QMARK] = ACTIONS(2623), - [anon_sym_DASH_DASH] = ACTIONS(2623), - [anon_sym_PLUS_PLUS] = ACTIONS(2623), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2623), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2621), - [anon_sym_override] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2623), - [anon_sym_noexcept] = ACTIONS(2621), - [anon_sym_throw] = ACTIONS(2621), - [sym_operator_name] = ACTIONS(2621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), - [anon_sym_MOZ_COLD] = ACTIONS(2621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_NONNULL] = ACTIONS(2621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), - [anon_sym_MOZ_RAII] = ACTIONS(2621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), - }, - [934] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token2] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [aux_sym_preproc_else_token1] = ACTIONS(2028), - [aux_sym_preproc_elif_token1] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [anon_sym_public] = ACTIONS(2028), - [anon_sym_private] = ACTIONS(2028), - [anon_sym_protected] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_friend] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [sym_operator_name] = ACTIONS(2028), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), - }, - [935] = { - [sym__declaration_specifiers] = STATE(3571), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1394), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [840] = { + [sym_identifier] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2435), + [anon_sym_COMMA] = ACTIONS(2435), + [anon_sym_RPAREN] = ACTIONS(2435), + [anon_sym_LPAREN2] = ACTIONS(2435), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2433), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_SLASH] = ACTIONS(2433), + [anon_sym_PERCENT] = ACTIONS(2435), + [anon_sym_PIPE_PIPE] = ACTIONS(2435), + [anon_sym_AMP_AMP] = ACTIONS(2435), + [anon_sym_PIPE] = ACTIONS(2433), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2433), + [anon_sym_EQ_EQ] = ACTIONS(2435), + [anon_sym_BANG_EQ] = ACTIONS(2435), + [anon_sym_GT] = ACTIONS(2433), + [anon_sym_GT_EQ] = ACTIONS(2435), + [anon_sym_LT_EQ] = ACTIONS(2435), + [anon_sym_LT] = ACTIONS(2433), + [anon_sym_LT_LT] = ACTIONS(2435), + [anon_sym_GT_GT] = ACTIONS(2435), + [anon_sym_SEMI] = ACTIONS(2435), + [anon_sym_extern] = ACTIONS(2433), + [anon_sym___attribute__] = ACTIONS(2433), + [anon_sym___declspec] = ACTIONS(2433), + [anon_sym___based] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2435), + [anon_sym_RBRACE] = ACTIONS(2435), + [anon_sym_LBRACK] = ACTIONS(2435), + [anon_sym_RBRACK] = ACTIONS(2435), + [anon_sym_EQ] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_register] = ACTIONS(2433), + [anon_sym_inline] = ACTIONS(2433), + [anon_sym_const] = ACTIONS(2433), + [anon_sym_volatile] = ACTIONS(2433), + [anon_sym_restrict] = ACTIONS(2433), + [anon_sym__Atomic] = ACTIONS(2433), + [anon_sym_mutable] = ACTIONS(2433), + [anon_sym_constexpr] = ACTIONS(2433), + [anon_sym_COLON] = ACTIONS(2433), + [anon_sym_QMARK] = ACTIONS(2435), + [anon_sym_DASH_DASH] = ACTIONS(2435), + [anon_sym_PLUS_PLUS] = ACTIONS(2435), + [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DASH_GT] = ACTIONS(2435), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_final] = ACTIONS(2433), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_COLON_COLON] = ACTIONS(2435), + [anon_sym_noexcept] = ACTIONS(2433), + [anon_sym_throw] = ACTIONS(2433), + [sym_operator_name] = ACTIONS(2433), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2433), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2433), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2433), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2433), + [anon_sym_MOZ_COLD] = ACTIONS(2433), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2433), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2433), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2433), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2433), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2433), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2433), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2433), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2433), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2433), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2433), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2433), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2433), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2433), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_NONNULL] = ACTIONS(2433), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2433), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2433), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2433), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2433), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2433), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2433), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2433), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2433), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2433), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2433), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2433), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2433), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), + [anon_sym_MOZ_RAII] = ACTIONS(2433), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2433), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2433), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2433), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2433), }, - [936] = { - [sym_identifier] = ACTIONS(2625), - [aux_sym_preproc_def_token1] = ACTIONS(2625), - [aux_sym_preproc_if_token1] = ACTIONS(2625), - [aux_sym_preproc_if_token2] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), - [aux_sym_preproc_else_token1] = ACTIONS(2625), - [aux_sym_preproc_elif_token1] = ACTIONS(2625), - [sym_preproc_directive] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2627), - [anon_sym_TILDE] = ACTIONS(2627), - [anon_sym_STAR] = ACTIONS(2627), - [anon_sym_AMP_AMP] = ACTIONS(2627), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_typedef] = ACTIONS(2625), - [anon_sym_extern] = ACTIONS(2625), - [anon_sym___attribute__] = ACTIONS(2625), - [anon_sym___declspec] = ACTIONS(2625), - [anon_sym___based] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_static] = ACTIONS(2625), - [anon_sym_register] = ACTIONS(2625), - [anon_sym_inline] = ACTIONS(2625), - [anon_sym_const] = ACTIONS(2625), - [anon_sym_volatile] = ACTIONS(2625), - [anon_sym_restrict] = ACTIONS(2625), - [anon_sym__Atomic] = ACTIONS(2625), - [anon_sym_mutable] = ACTIONS(2625), - [anon_sym_constexpr] = ACTIONS(2625), - [anon_sym_signed] = ACTIONS(2625), - [anon_sym_unsigned] = ACTIONS(2625), - [anon_sym_long] = ACTIONS(2625), - [anon_sym_short] = ACTIONS(2625), - [sym_primitive_type] = ACTIONS(2625), - [anon_sym_enum] = ACTIONS(2625), - [anon_sym_class] = ACTIONS(2625), - [anon_sym_struct] = ACTIONS(2625), - [anon_sym_union] = ACTIONS(2625), + [841] = { + [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___declspec] = ACTIONS(2437), + [anon_sym___based] = ACTIONS(2437), + [anon_sym_LBRACE] = ACTIONS(2439), + [anon_sym_RBRACE] = ACTIONS(2439), + [anon_sym_LBRACK] = ACTIONS(2439), + [anon_sym_RBRACK] = ACTIONS(2439), + [anon_sym_EQ] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_register] = ACTIONS(2437), + [anon_sym_inline] = 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_decltype] = ACTIONS(2625), - [anon_sym_virtual] = ACTIONS(2625), - [anon_sym_explicit] = ACTIONS(2625), - [anon_sym_public] = ACTIONS(2625), - [anon_sym_private] = ACTIONS(2625), - [anon_sym_protected] = ACTIONS(2625), - [sym_auto] = ACTIONS(2625), - [anon_sym_typename] = ACTIONS(2625), - [anon_sym_template] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2627), - [anon_sym_operator] = ACTIONS(2625), - [anon_sym_friend] = ACTIONS(2625), - [anon_sym_using] = ACTIONS(2625), - [anon_sym_static_assert] = ACTIONS(2625), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), - [sym_operator_name] = ACTIONS(2625), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), - [anon_sym_MOZ_COLD] = ACTIONS(2625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_RAII] = ACTIONS(2625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), + [anon_sym_final] = ACTIONS(2437), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_COLON_COLON] = 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), }, - [937] = { - [sym_identifier] = ACTIONS(2629), - [aux_sym_preproc_def_token1] = ACTIONS(2629), - [aux_sym_preproc_if_token1] = ACTIONS(2629), - [aux_sym_preproc_if_token2] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2629), - [aux_sym_preproc_else_token1] = ACTIONS(2629), - [aux_sym_preproc_elif_token1] = ACTIONS(2629), - [sym_preproc_directive] = ACTIONS(2629), - [anon_sym_LPAREN2] = ACTIONS(2631), - [anon_sym_TILDE] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(2631), - [anon_sym_AMP_AMP] = ACTIONS(2631), - [anon_sym_AMP] = ACTIONS(2629), - [anon_sym_typedef] = ACTIONS(2629), - [anon_sym_extern] = ACTIONS(2629), - [anon_sym___attribute__] = ACTIONS(2629), - [anon_sym___declspec] = ACTIONS(2629), - [anon_sym___based] = ACTIONS(2629), - [anon_sym_LBRACK] = ACTIONS(2629), - [anon_sym_static] = ACTIONS(2629), - [anon_sym_register] = ACTIONS(2629), - [anon_sym_inline] = ACTIONS(2629), - [anon_sym_const] = ACTIONS(2629), - [anon_sym_volatile] = ACTIONS(2629), - [anon_sym_restrict] = ACTIONS(2629), - [anon_sym__Atomic] = ACTIONS(2629), - [anon_sym_mutable] = ACTIONS(2629), - [anon_sym_constexpr] = ACTIONS(2629), - [anon_sym_signed] = ACTIONS(2629), - [anon_sym_unsigned] = ACTIONS(2629), - [anon_sym_long] = ACTIONS(2629), - [anon_sym_short] = ACTIONS(2629), - [sym_primitive_type] = ACTIONS(2629), - [anon_sym_enum] = ACTIONS(2629), - [anon_sym_class] = ACTIONS(2629), - [anon_sym_struct] = ACTIONS(2629), - [anon_sym_union] = ACTIONS(2629), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2629), - [anon_sym_virtual] = ACTIONS(2629), - [anon_sym_explicit] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2629), - [anon_sym_private] = ACTIONS(2629), - [anon_sym_protected] = ACTIONS(2629), - [sym_auto] = ACTIONS(2629), - [anon_sym_typename] = ACTIONS(2629), - [anon_sym_template] = ACTIONS(2629), - [anon_sym_COLON_COLON] = ACTIONS(2631), - [anon_sym_operator] = ACTIONS(2629), - [anon_sym_friend] = ACTIONS(2629), - [anon_sym_using] = ACTIONS(2629), - [anon_sym_static_assert] = ACTIONS(2629), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2631), - [sym_operator_name] = ACTIONS(2629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2629), - [anon_sym_MOZ_COLD] = ACTIONS(2629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_NONNULL] = ACTIONS(2629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), - [anon_sym_MOZ_RAII] = ACTIONS(2629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2629), + [842] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1630), + [anon_sym_STAR] = ACTIONS(1630), + [anon_sym_AMP_AMP] = ACTIONS(1630), + [anon_sym_AMP] = ACTIONS(1628), + [anon_sym_typedef] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym___attribute__] = ACTIONS(1628), + [anon_sym___declspec] = ACTIONS(1628), + [anon_sym___based] = ACTIONS(1628), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_static] = ACTIONS(1628), + [anon_sym_register] = ACTIONS(1628), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1628), + [anon_sym_virtual] = ACTIONS(1628), + [anon_sym_explicit] = ACTIONS(1628), + [anon_sym_public] = ACTIONS(1628), + [anon_sym_private] = ACTIONS(1628), + [anon_sym_protected] = ACTIONS(1628), + [sym_auto] = ACTIONS(1628), + [anon_sym_typename] = ACTIONS(1628), + [anon_sym_template] = ACTIONS(1628), + [anon_sym_COLON_COLON] = ACTIONS(1630), + [anon_sym_operator] = ACTIONS(1628), + [anon_sym_friend] = ACTIONS(1628), + [anon_sym_using] = ACTIONS(1628), + [anon_sym_static_assert] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [sym_operator_name] = ACTIONS(1628), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [938] = { - [sym_identifier] = ACTIONS(2633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2635), - [anon_sym_COMMA] = ACTIONS(2635), - [anon_sym_RPAREN] = ACTIONS(2635), - [anon_sym_LPAREN2] = ACTIONS(2635), - [anon_sym_TILDE] = ACTIONS(2635), - [anon_sym_DASH] = ACTIONS(2633), - [anon_sym_PLUS] = ACTIONS(2633), - [anon_sym_STAR] = ACTIONS(2635), - [anon_sym_SLASH] = ACTIONS(2633), - [anon_sym_PERCENT] = ACTIONS(2635), - [anon_sym_PIPE_PIPE] = ACTIONS(2635), - [anon_sym_AMP_AMP] = ACTIONS(2635), - [anon_sym_PIPE] = ACTIONS(2633), - [anon_sym_CARET] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(2633), - [anon_sym_EQ_EQ] = ACTIONS(2635), - [anon_sym_BANG_EQ] = ACTIONS(2635), - [anon_sym_GT] = ACTIONS(2633), - [anon_sym_GT_EQ] = ACTIONS(2635), - [anon_sym_LT_EQ] = ACTIONS(2635), - [anon_sym_LT] = ACTIONS(2633), - [anon_sym_LT_LT] = ACTIONS(2635), - [anon_sym_GT_GT] = ACTIONS(2635), - [anon_sym_SEMI] = ACTIONS(2635), - [anon_sym_extern] = ACTIONS(2633), - [anon_sym___attribute__] = ACTIONS(2633), - [anon_sym___declspec] = ACTIONS(2633), - [anon_sym___based] = ACTIONS(2633), - [anon_sym_LBRACE] = ACTIONS(2635), - [anon_sym_RBRACE] = ACTIONS(2635), - [anon_sym_LBRACK] = ACTIONS(2635), - [anon_sym_RBRACK] = ACTIONS(2635), - [anon_sym_EQ] = ACTIONS(2633), - [anon_sym_static] = ACTIONS(2633), - [anon_sym_register] = ACTIONS(2633), - [anon_sym_inline] = ACTIONS(2633), - [anon_sym_const] = ACTIONS(2633), - [anon_sym_volatile] = ACTIONS(2633), - [anon_sym_restrict] = ACTIONS(2633), - [anon_sym__Atomic] = ACTIONS(2633), - [anon_sym_mutable] = ACTIONS(2633), - [anon_sym_constexpr] = ACTIONS(2633), - [anon_sym_COLON] = ACTIONS(2633), - [anon_sym_QMARK] = ACTIONS(2635), - [anon_sym_DASH_DASH] = ACTIONS(2635), - [anon_sym_PLUS_PLUS] = ACTIONS(2635), - [anon_sym_DOT] = ACTIONS(2633), - [anon_sym_DASH_GT] = ACTIONS(2635), + [843] = { + [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(2443), + [anon_sym_TILDE] = ACTIONS(2443), + [anon_sym_DASH] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2441), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_SLASH] = ACTIONS(2441), + [anon_sym_PERCENT] = ACTIONS(2443), + [anon_sym_PIPE_PIPE] = ACTIONS(2443), + [anon_sym_AMP_AMP] = ACTIONS(2443), + [anon_sym_PIPE] = ACTIONS(2441), + [anon_sym_CARET] = ACTIONS(2443), + [anon_sym_AMP] = ACTIONS(2441), + [anon_sym_EQ_EQ] = ACTIONS(2443), + [anon_sym_BANG_EQ] = ACTIONS(2443), + [anon_sym_GT] = ACTIONS(2441), + [anon_sym_GT_EQ] = ACTIONS(2443), + [anon_sym_LT_EQ] = ACTIONS(2443), + [anon_sym_LT] = ACTIONS(2441), + [anon_sym_LT_LT] = ACTIONS(2443), + [anon_sym_GT_GT] = ACTIONS(2443), + [anon_sym_SEMI] = ACTIONS(2443), + [anon_sym_extern] = ACTIONS(2441), + [anon_sym___attribute__] = ACTIONS(2441), + [anon_sym___declspec] = ACTIONS(2441), + [anon_sym___based] = ACTIONS(2441), + [anon_sym_LBRACE] = ACTIONS(2443), + [anon_sym_RBRACE] = ACTIONS(2443), + [anon_sym_LBRACK] = ACTIONS(2443), + [anon_sym_RBRACK] = ACTIONS(2443), + [anon_sym_EQ] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_register] = ACTIONS(2441), + [anon_sym_inline] = 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), + [anon_sym_QMARK] = ACTIONS(2443), + [anon_sym_DASH_DASH] = ACTIONS(2443), + [anon_sym_PLUS_PLUS] = ACTIONS(2443), + [anon_sym_DOT] = ACTIONS(2441), + [anon_sym_DASH_GT] = ACTIONS(2443), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2633), - [anon_sym_override] = ACTIONS(2633), - [anon_sym_COLON_COLON] = ACTIONS(2635), - [anon_sym_noexcept] = ACTIONS(2633), - [anon_sym_throw] = ACTIONS(2633), - [sym_operator_name] = ACTIONS(2633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2633), - [anon_sym_MOZ_COLD] = ACTIONS(2633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_NONNULL] = ACTIONS(2633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), - [anon_sym_MOZ_RAII] = ACTIONS(2633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2633), + [anon_sym_final] = ACTIONS(2441), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_COLON_COLON] = ACTIONS(2443), + [anon_sym_noexcept] = ACTIONS(2441), + [anon_sym_throw] = 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), }, - [939] = { - [sym_identifier] = ACTIONS(2637), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), - [anon_sym_COMMA] = ACTIONS(2639), - [anon_sym_RPAREN] = ACTIONS(2639), - [anon_sym_LPAREN2] = ACTIONS(2639), - [anon_sym_TILDE] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2637), - [anon_sym_PLUS] = ACTIONS(2637), - [anon_sym_STAR] = ACTIONS(2639), - [anon_sym_SLASH] = ACTIONS(2637), - [anon_sym_PERCENT] = ACTIONS(2639), - [anon_sym_PIPE_PIPE] = ACTIONS(2639), - [anon_sym_AMP_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2637), - [anon_sym_CARET] = ACTIONS(2639), - [anon_sym_AMP] = ACTIONS(2637), - [anon_sym_EQ_EQ] = ACTIONS(2639), - [anon_sym_BANG_EQ] = ACTIONS(2639), - [anon_sym_GT] = ACTIONS(2637), - [anon_sym_GT_EQ] = ACTIONS(2639), - [anon_sym_LT_EQ] = ACTIONS(2639), - [anon_sym_LT] = ACTIONS(2637), - [anon_sym_LT_LT] = ACTIONS(2639), - [anon_sym_GT_GT] = ACTIONS(2639), - [anon_sym_SEMI] = ACTIONS(2639), - [anon_sym_extern] = ACTIONS(2637), - [anon_sym___attribute__] = ACTIONS(2637), - [anon_sym___declspec] = ACTIONS(2637), - [anon_sym___based] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2639), - [anon_sym_RBRACE] = ACTIONS(2639), - [anon_sym_LBRACK] = ACTIONS(2639), - [anon_sym_RBRACK] = ACTIONS(2639), - [anon_sym_EQ] = ACTIONS(2637), - [anon_sym_static] = ACTIONS(2637), - [anon_sym_register] = ACTIONS(2637), - [anon_sym_inline] = ACTIONS(2637), - [anon_sym_const] = ACTIONS(2637), - [anon_sym_volatile] = ACTIONS(2637), - [anon_sym_restrict] = ACTIONS(2637), - [anon_sym__Atomic] = ACTIONS(2637), - [anon_sym_mutable] = ACTIONS(2637), - [anon_sym_constexpr] = ACTIONS(2637), - [anon_sym_COLON] = ACTIONS(2637), - [anon_sym_QMARK] = ACTIONS(2639), - [anon_sym_DASH_DASH] = ACTIONS(2639), - [anon_sym_PLUS_PLUS] = ACTIONS(2639), - [anon_sym_DOT] = ACTIONS(2637), - [anon_sym_DASH_GT] = ACTIONS(2639), + [844] = { + [sym_identifier] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2447), + [anon_sym_COMMA] = ACTIONS(2447), + [anon_sym_RPAREN] = ACTIONS(2447), + [anon_sym_LPAREN2] = ACTIONS(2447), + [anon_sym_TILDE] = ACTIONS(2447), + [anon_sym_DASH] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2445), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2445), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PIPE_PIPE] = ACTIONS(2447), + [anon_sym_AMP_AMP] = ACTIONS(2447), + [anon_sym_PIPE] = ACTIONS(2445), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_EQ_EQ] = ACTIONS(2447), + [anon_sym_BANG_EQ] = ACTIONS(2447), + [anon_sym_GT] = ACTIONS(2445), + [anon_sym_GT_EQ] = ACTIONS(2447), + [anon_sym_LT_EQ] = ACTIONS(2447), + [anon_sym_LT] = ACTIONS(2445), + [anon_sym_LT_LT] = ACTIONS(2447), + [anon_sym_GT_GT] = ACTIONS(2447), + [anon_sym_SEMI] = ACTIONS(2447), + [anon_sym_extern] = ACTIONS(2445), + [anon_sym___attribute__] = ACTIONS(2445), + [anon_sym___declspec] = ACTIONS(2445), + [anon_sym___based] = ACTIONS(2445), + [anon_sym_LBRACE] = ACTIONS(2447), + [anon_sym_RBRACE] = ACTIONS(2447), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_RBRACK] = ACTIONS(2447), + [anon_sym_EQ] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_register] = ACTIONS(2445), + [anon_sym_inline] = ACTIONS(2445), + [anon_sym_const] = ACTIONS(2445), + [anon_sym_volatile] = ACTIONS(2445), + [anon_sym_restrict] = ACTIONS(2445), + [anon_sym__Atomic] = ACTIONS(2445), + [anon_sym_mutable] = ACTIONS(2445), + [anon_sym_constexpr] = ACTIONS(2445), + [anon_sym_COLON] = ACTIONS(2445), + [anon_sym_QMARK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(2447), + [anon_sym_PLUS_PLUS] = ACTIONS(2447), + [anon_sym_DOT] = ACTIONS(2445), + [anon_sym_DASH_GT] = ACTIONS(2447), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2637), - [anon_sym_override] = ACTIONS(2637), - [anon_sym_COLON_COLON] = ACTIONS(2639), - [anon_sym_noexcept] = ACTIONS(2637), - [anon_sym_throw] = ACTIONS(2637), - [sym_operator_name] = ACTIONS(2637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2637), - [anon_sym_MOZ_COLD] = ACTIONS(2637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_NONNULL] = ACTIONS(2637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), - [anon_sym_MOZ_RAII] = ACTIONS(2637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2637), - }, - [940] = { - [sym_identifier] = ACTIONS(2641), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2643), - [anon_sym_COMMA] = ACTIONS(2643), - [anon_sym_RPAREN] = ACTIONS(2643), - [anon_sym_LPAREN2] = ACTIONS(2643), - [anon_sym_TILDE] = ACTIONS(2643), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_SLASH] = ACTIONS(2641), - [anon_sym_PERCENT] = ACTIONS(2643), - [anon_sym_PIPE_PIPE] = ACTIONS(2643), - [anon_sym_AMP_AMP] = ACTIONS(2643), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2643), - [anon_sym_AMP] = ACTIONS(2641), - [anon_sym_EQ_EQ] = ACTIONS(2643), - [anon_sym_BANG_EQ] = ACTIONS(2643), - [anon_sym_GT] = ACTIONS(2641), - [anon_sym_GT_EQ] = ACTIONS(2643), - [anon_sym_LT_EQ] = ACTIONS(2643), - [anon_sym_LT] = ACTIONS(2641), - [anon_sym_LT_LT] = ACTIONS(2643), - [anon_sym_GT_GT] = ACTIONS(2643), - [anon_sym_SEMI] = ACTIONS(2643), - [anon_sym_extern] = ACTIONS(2641), - [anon_sym___attribute__] = ACTIONS(2641), - [anon_sym___declspec] = ACTIONS(2641), - [anon_sym___based] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2643), - [anon_sym_RBRACE] = ACTIONS(2643), - [anon_sym_LBRACK] = ACTIONS(2643), - [anon_sym_RBRACK] = ACTIONS(2643), - [anon_sym_EQ] = ACTIONS(2641), - [anon_sym_static] = ACTIONS(2641), - [anon_sym_register] = ACTIONS(2641), - [anon_sym_inline] = ACTIONS(2641), - [anon_sym_const] = ACTIONS(2641), - [anon_sym_volatile] = ACTIONS(2641), - [anon_sym_restrict] = ACTIONS(2641), - [anon_sym__Atomic] = ACTIONS(2641), - [anon_sym_mutable] = ACTIONS(2641), - [anon_sym_constexpr] = ACTIONS(2641), - [anon_sym_COLON] = ACTIONS(2641), - [anon_sym_QMARK] = ACTIONS(2643), - [anon_sym_DASH_DASH] = ACTIONS(2643), - [anon_sym_PLUS_PLUS] = ACTIONS(2643), - [anon_sym_DOT] = ACTIONS(2641), - [anon_sym_DASH_GT] = ACTIONS(2643), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2641), - [anon_sym_override] = ACTIONS(2641), - [anon_sym_COLON_COLON] = ACTIONS(2643), - [anon_sym_noexcept] = ACTIONS(2641), - [anon_sym_throw] = ACTIONS(2641), - [sym_operator_name] = ACTIONS(2641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2641), - [anon_sym_MOZ_COLD] = ACTIONS(2641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_NONNULL] = ACTIONS(2641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), - [anon_sym_MOZ_RAII] = ACTIONS(2641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2641), - }, - [941] = { - [sym_identifier] = ACTIONS(2645), - [aux_sym_preproc_def_token1] = ACTIONS(2645), - [aux_sym_preproc_if_token1] = ACTIONS(2645), - [aux_sym_preproc_if_token2] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2645), - [aux_sym_preproc_else_token1] = ACTIONS(2645), - [aux_sym_preproc_elif_token1] = ACTIONS(2645), - [sym_preproc_directive] = ACTIONS(2645), - [anon_sym_LPAREN2] = ACTIONS(2647), - [anon_sym_TILDE] = ACTIONS(2647), - [anon_sym_STAR] = ACTIONS(2647), - [anon_sym_AMP_AMP] = ACTIONS(2647), - [anon_sym_AMP] = ACTIONS(2645), - [anon_sym_typedef] = ACTIONS(2645), - [anon_sym_extern] = ACTIONS(2645), - [anon_sym___attribute__] = ACTIONS(2645), - [anon_sym___declspec] = ACTIONS(2645), - [anon_sym___based] = ACTIONS(2645), - [anon_sym_LBRACK] = ACTIONS(2645), - [anon_sym_static] = ACTIONS(2645), - [anon_sym_register] = ACTIONS(2645), - [anon_sym_inline] = ACTIONS(2645), - [anon_sym_const] = ACTIONS(2645), - [anon_sym_volatile] = ACTIONS(2645), - [anon_sym_restrict] = ACTIONS(2645), - [anon_sym__Atomic] = ACTIONS(2645), - [anon_sym_mutable] = ACTIONS(2645), - [anon_sym_constexpr] = ACTIONS(2645), - [anon_sym_signed] = ACTIONS(2645), - [anon_sym_unsigned] = ACTIONS(2645), - [anon_sym_long] = ACTIONS(2645), - [anon_sym_short] = ACTIONS(2645), - [sym_primitive_type] = ACTIONS(2645), - [anon_sym_enum] = ACTIONS(2645), - [anon_sym_class] = ACTIONS(2645), - [anon_sym_struct] = ACTIONS(2645), - [anon_sym_union] = ACTIONS(2645), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2645), - [anon_sym_virtual] = ACTIONS(2645), - [anon_sym_explicit] = ACTIONS(2645), - [anon_sym_public] = ACTIONS(2645), - [anon_sym_private] = ACTIONS(2645), - [anon_sym_protected] = ACTIONS(2645), - [sym_auto] = ACTIONS(2645), - [anon_sym_typename] = ACTIONS(2645), - [anon_sym_template] = ACTIONS(2645), - [anon_sym_COLON_COLON] = ACTIONS(2647), - [anon_sym_operator] = ACTIONS(2645), - [anon_sym_friend] = ACTIONS(2645), - [anon_sym_using] = ACTIONS(2645), - [anon_sym_static_assert] = ACTIONS(2645), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2647), - [sym_operator_name] = ACTIONS(2645), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2645), - [anon_sym_MOZ_COLD] = ACTIONS(2645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_RAII] = ACTIONS(2645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2645), + [anon_sym_final] = ACTIONS(2445), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_COLON_COLON] = ACTIONS(2447), + [anon_sym_noexcept] = ACTIONS(2445), + [anon_sym_throw] = ACTIONS(2445), + [sym_operator_name] = ACTIONS(2445), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2445), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2445), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2445), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2445), + [anon_sym_MOZ_COLD] = ACTIONS(2445), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2445), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2445), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2445), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2445), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2445), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2445), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2445), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2445), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2445), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2445), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2445), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2445), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2445), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_NONNULL] = ACTIONS(2445), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2445), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2445), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2445), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2445), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2445), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2445), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2445), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2445), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2445), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2445), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2445), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2445), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), + [anon_sym_MOZ_RAII] = ACTIONS(2445), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2445), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2445), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2445), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2445), }, - [942] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token2] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [aux_sym_preproc_else_token1] = ACTIONS(2649), - [aux_sym_preproc_elif_token1] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [845] = { + [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(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2449), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PIPE_PIPE] = ACTIONS(2451), + [anon_sym_AMP_AMP] = ACTIONS(2451), + [anon_sym_PIPE] = ACTIONS(2449), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_AMP] = ACTIONS(2449), + [anon_sym_EQ_EQ] = ACTIONS(2451), + [anon_sym_BANG_EQ] = ACTIONS(2451), + [anon_sym_GT] = ACTIONS(2449), + [anon_sym_GT_EQ] = ACTIONS(2451), + [anon_sym_LT_EQ] = ACTIONS(2451), + [anon_sym_LT] = ACTIONS(2449), + [anon_sym_LT_LT] = ACTIONS(2451), + [anon_sym_GT_GT] = ACTIONS(2451), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym___attribute__] = ACTIONS(2449), + [anon_sym___declspec] = ACTIONS(2449), + [anon_sym___based] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_RBRACK] = ACTIONS(2451), + [anon_sym_EQ] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_inline] = 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_QMARK] = ACTIONS(2451), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_DOT] = ACTIONS(2449), + [anon_sym_DASH_GT] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2449), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_COLON_COLON] = ACTIONS(2451), + [anon_sym_noexcept] = ACTIONS(2449), + [anon_sym_throw] = ACTIONS(2449), + [sym_operator_name] = 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), }, - [943] = { - [sym_identifier] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2655), - [anon_sym_COMMA] = ACTIONS(2655), - [anon_sym_RPAREN] = ACTIONS(2655), - [anon_sym_LPAREN2] = ACTIONS(2655), - [anon_sym_TILDE] = ACTIONS(2655), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2655), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2655), - [anon_sym_PIPE_PIPE] = ACTIONS(2655), - [anon_sym_AMP_AMP] = ACTIONS(2655), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2655), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2655), - [anon_sym_BANG_EQ] = ACTIONS(2655), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2655), - [anon_sym_LT_EQ] = ACTIONS(2655), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2655), - [anon_sym_GT_GT] = ACTIONS(2655), - [anon_sym_SEMI] = ACTIONS(2655), - [anon_sym_extern] = ACTIONS(2653), - [anon_sym___attribute__] = ACTIONS(2653), - [anon_sym___declspec] = ACTIONS(2653), - [anon_sym___based] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2655), - [anon_sym_RBRACE] = ACTIONS(2655), - [anon_sym_LBRACK] = ACTIONS(2655), - [anon_sym_RBRACK] = ACTIONS(2655), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_static] = ACTIONS(2653), - [anon_sym_register] = ACTIONS(2653), - [anon_sym_inline] = ACTIONS(2653), - [anon_sym_const] = ACTIONS(2653), - [anon_sym_volatile] = ACTIONS(2653), - [anon_sym_restrict] = ACTIONS(2653), - [anon_sym__Atomic] = ACTIONS(2653), - [anon_sym_mutable] = ACTIONS(2653), - [anon_sym_constexpr] = ACTIONS(2653), - [anon_sym_COLON] = ACTIONS(2653), - [anon_sym_QMARK] = ACTIONS(2655), - [anon_sym_DASH_DASH] = ACTIONS(2655), - [anon_sym_PLUS_PLUS] = ACTIONS(2655), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2655), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2653), - [anon_sym_override] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2655), - [anon_sym_noexcept] = ACTIONS(2653), - [anon_sym_throw] = ACTIONS(2653), - [sym_operator_name] = ACTIONS(2653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2653), - [anon_sym_MOZ_COLD] = ACTIONS(2653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_NONNULL] = ACTIONS(2653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), - [anon_sym_MOZ_RAII] = ACTIONS(2653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2653), + [846] = { + [sym_identifier] = ACTIONS(2453), + [aux_sym_preproc_def_token1] = ACTIONS(2453), + [aux_sym_preproc_if_token1] = ACTIONS(2453), + [aux_sym_preproc_if_token2] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2453), + [aux_sym_preproc_else_token1] = ACTIONS(2453), + [aux_sym_preproc_elif_token1] = ACTIONS(2453), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2455), + [anon_sym_TILDE] = ACTIONS(2455), + [anon_sym_STAR] = ACTIONS(2455), + [anon_sym_AMP_AMP] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2453), + [anon_sym_typedef] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2453), + [anon_sym___attribute__] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2453), + [anon_sym___based] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2453), + [anon_sym_static] = ACTIONS(2453), + [anon_sym_register] = ACTIONS(2453), + [anon_sym_inline] = ACTIONS(2453), + [anon_sym_const] = ACTIONS(2453), + [anon_sym_volatile] = ACTIONS(2453), + [anon_sym_restrict] = ACTIONS(2453), + [anon_sym__Atomic] = ACTIONS(2453), + [anon_sym_mutable] = ACTIONS(2453), + [anon_sym_constexpr] = ACTIONS(2453), + [anon_sym_signed] = ACTIONS(2453), + [anon_sym_unsigned] = ACTIONS(2453), + [anon_sym_long] = ACTIONS(2453), + [anon_sym_short] = ACTIONS(2453), + [sym_primitive_type] = ACTIONS(2453), + [anon_sym_enum] = ACTIONS(2453), + [anon_sym_class] = ACTIONS(2453), + [anon_sym_struct] = ACTIONS(2453), + [anon_sym_union] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2453), + [anon_sym_virtual] = ACTIONS(2453), + [anon_sym_explicit] = ACTIONS(2453), + [anon_sym_public] = ACTIONS(2453), + [anon_sym_private] = ACTIONS(2453), + [anon_sym_protected] = ACTIONS(2453), + [sym_auto] = ACTIONS(2453), + [anon_sym_typename] = ACTIONS(2453), + [anon_sym_template] = ACTIONS(2453), + [anon_sym_COLON_COLON] = ACTIONS(2455), + [anon_sym_operator] = ACTIONS(2453), + [anon_sym_friend] = ACTIONS(2453), + [anon_sym_using] = ACTIONS(2453), + [anon_sym_static_assert] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2455), + [sym_operator_name] = ACTIONS(2453), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2453), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2453), + [anon_sym_MOZ_COLD] = ACTIONS(2453), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2453), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2453), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2453), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2453), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2453), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2453), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2453), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2453), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2453), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2453), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2453), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2453), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_RAII] = ACTIONS(2453), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2453), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2453), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2453), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2453), }, - [944] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [aux_sym_preproc_else_token1] = ACTIONS(2657), - [aux_sym_preproc_elif_token1] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), + [847] = { + [sym_identifier] = ACTIONS(2457), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2459), + [anon_sym_COMMA] = ACTIONS(2459), + [anon_sym_RPAREN] = ACTIONS(2459), + [anon_sym_LPAREN2] = ACTIONS(2459), + [anon_sym_TILDE] = ACTIONS(2459), + [anon_sym_DASH] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2459), + [anon_sym_SLASH] = ACTIONS(2457), + [anon_sym_PERCENT] = ACTIONS(2459), + [anon_sym_PIPE_PIPE] = ACTIONS(2459), + [anon_sym_AMP_AMP] = ACTIONS(2459), + [anon_sym_PIPE] = ACTIONS(2457), + [anon_sym_CARET] = ACTIONS(2459), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_EQ_EQ] = ACTIONS(2459), + [anon_sym_BANG_EQ] = ACTIONS(2459), + [anon_sym_GT] = ACTIONS(2457), + [anon_sym_GT_EQ] = ACTIONS(2459), + [anon_sym_LT_EQ] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(2457), + [anon_sym_LT_LT] = ACTIONS(2459), + [anon_sym_GT_GT] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2459), + [anon_sym_extern] = ACTIONS(2457), + [anon_sym___attribute__] = ACTIONS(2457), + [anon_sym___declspec] = ACTIONS(2457), + [anon_sym___based] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2459), + [anon_sym_RBRACE] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2459), + [anon_sym_RBRACK] = ACTIONS(2459), + [anon_sym_EQ] = ACTIONS(2457), + [anon_sym_static] = ACTIONS(2457), + [anon_sym_register] = ACTIONS(2457), + [anon_sym_inline] = ACTIONS(2457), + [anon_sym_const] = ACTIONS(2457), + [anon_sym_volatile] = ACTIONS(2457), + [anon_sym_restrict] = ACTIONS(2457), + [anon_sym__Atomic] = ACTIONS(2457), + [anon_sym_mutable] = ACTIONS(2457), + [anon_sym_constexpr] = ACTIONS(2457), + [anon_sym_COLON] = ACTIONS(2457), + [anon_sym_QMARK] = ACTIONS(2459), + [anon_sym_DASH_DASH] = ACTIONS(2459), + [anon_sym_PLUS_PLUS] = ACTIONS(2459), + [anon_sym_DOT] = ACTIONS(2457), + [anon_sym_DASH_GT] = ACTIONS(2459), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + [anon_sym_final] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2457), + [anon_sym_COLON_COLON] = ACTIONS(2459), + [anon_sym_noexcept] = ACTIONS(2457), + [anon_sym_throw] = ACTIONS(2457), + [sym_operator_name] = ACTIONS(2457), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2457), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2457), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2457), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2457), + [anon_sym_MOZ_COLD] = ACTIONS(2457), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2457), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2457), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2457), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2457), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2457), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2457), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2457), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2457), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2457), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2457), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2457), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2457), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2457), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_NONNULL] = ACTIONS(2457), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2457), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2457), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2457), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2457), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2457), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2457), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2457), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2457), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2457), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2457), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2457), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2457), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), + [anon_sym_MOZ_RAII] = ACTIONS(2457), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2457), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2457), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2457), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2457), }, - [945] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [aux_sym_preproc_else_token1] = ACTIONS(2657), - [aux_sym_preproc_elif_token1] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + [848] = { + [sym_identifier] = ACTIONS(2461), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2463), + [anon_sym_COMMA] = ACTIONS(2463), + [anon_sym_RPAREN] = ACTIONS(2463), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2461), + [anon_sym_PLUS] = ACTIONS(2461), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_SLASH] = ACTIONS(2461), + [anon_sym_PERCENT] = ACTIONS(2463), + [anon_sym_PIPE_PIPE] = ACTIONS(2463), + [anon_sym_AMP_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2461), + [anon_sym_CARET] = ACTIONS(2463), + [anon_sym_AMP] = ACTIONS(2461), + [anon_sym_EQ_EQ] = ACTIONS(2463), + [anon_sym_BANG_EQ] = ACTIONS(2463), + [anon_sym_GT] = ACTIONS(2461), + [anon_sym_GT_EQ] = ACTIONS(2463), + [anon_sym_LT_EQ] = ACTIONS(2463), + [anon_sym_LT] = ACTIONS(2461), + [anon_sym_LT_LT] = ACTIONS(2463), + [anon_sym_GT_GT] = ACTIONS(2463), + [anon_sym_SEMI] = ACTIONS(2463), + [anon_sym_extern] = ACTIONS(2461), + [anon_sym___attribute__] = ACTIONS(2461), + [anon_sym___declspec] = ACTIONS(2461), + [anon_sym___based] = ACTIONS(2461), + [anon_sym_LBRACE] = ACTIONS(2463), + [anon_sym_RBRACE] = ACTIONS(2463), + [anon_sym_LBRACK] = ACTIONS(2463), + [anon_sym_RBRACK] = ACTIONS(2463), + [anon_sym_EQ] = ACTIONS(2461), + [anon_sym_static] = ACTIONS(2461), + [anon_sym_register] = ACTIONS(2461), + [anon_sym_inline] = ACTIONS(2461), + [anon_sym_const] = ACTIONS(2461), + [anon_sym_volatile] = ACTIONS(2461), + [anon_sym_restrict] = ACTIONS(2461), + [anon_sym__Atomic] = ACTIONS(2461), + [anon_sym_mutable] = ACTIONS(2461), + [anon_sym_constexpr] = ACTIONS(2461), + [anon_sym_COLON] = ACTIONS(2461), + [anon_sym_QMARK] = ACTIONS(2463), + [anon_sym_DASH_DASH] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2463), + [anon_sym_DOT] = ACTIONS(2461), + [anon_sym_DASH_GT] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2461), + [anon_sym_override] = ACTIONS(2461), + [anon_sym_COLON_COLON] = ACTIONS(2463), + [anon_sym_noexcept] = ACTIONS(2461), + [anon_sym_throw] = ACTIONS(2461), + [sym_operator_name] = ACTIONS(2461), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2461), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2461), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2461), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2461), + [anon_sym_MOZ_COLD] = ACTIONS(2461), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2461), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2461), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2461), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2461), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2461), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2461), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2461), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2461), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2461), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2461), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2461), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2461), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2461), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_NONNULL] = ACTIONS(2461), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2461), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2461), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2461), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2461), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2461), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2461), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2461), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2461), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2461), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2461), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2461), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2461), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), + [anon_sym_MOZ_RAII] = ACTIONS(2461), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2461), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2461), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2461), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2461), }, - [946] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token2] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [aux_sym_preproc_else_token1] = ACTIONS(2649), - [aux_sym_preproc_elif_token1] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [849] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1682), + [anon_sym_STAR] = ACTIONS(1682), + [anon_sym_AMP_AMP] = ACTIONS(1682), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_typedef] = ACTIONS(1680), + [anon_sym_extern] = ACTIONS(1680), + [anon_sym___attribute__] = ACTIONS(1680), + [anon_sym___declspec] = ACTIONS(1680), + [anon_sym___based] = ACTIONS(1680), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_static] = ACTIONS(1680), + [anon_sym_register] = ACTIONS(1680), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1680), + [anon_sym_virtual] = ACTIONS(1680), + [anon_sym_explicit] = ACTIONS(1680), + [anon_sym_public] = ACTIONS(1680), + [anon_sym_private] = ACTIONS(1680), + [anon_sym_protected] = ACTIONS(1680), + [sym_auto] = ACTIONS(1680), + [anon_sym_typename] = ACTIONS(1680), + [anon_sym_template] = ACTIONS(1680), + [anon_sym_COLON_COLON] = ACTIONS(1682), + [anon_sym_operator] = ACTIONS(1680), + [anon_sym_friend] = ACTIONS(1680), + [anon_sym_using] = ACTIONS(1680), + [anon_sym_static_assert] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [sym_operator_name] = ACTIONS(1680), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [947] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [aux_sym_preproc_else_token1] = ACTIONS(2657), - [aux_sym_preproc_elif_token1] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), + [850] = { + [sym_identifier] = ACTIONS(2465), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2467), + [anon_sym_COMMA] = ACTIONS(2467), + [anon_sym_RPAREN] = ACTIONS(2467), + [anon_sym_LPAREN2] = ACTIONS(2467), + [anon_sym_TILDE] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_PLUS] = ACTIONS(2465), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_SLASH] = ACTIONS(2465), + [anon_sym_PERCENT] = ACTIONS(2467), + [anon_sym_PIPE_PIPE] = ACTIONS(2467), + [anon_sym_AMP_AMP] = ACTIONS(2467), + [anon_sym_PIPE] = ACTIONS(2465), + [anon_sym_CARET] = ACTIONS(2467), + [anon_sym_AMP] = ACTIONS(2465), + [anon_sym_EQ_EQ] = ACTIONS(2467), + [anon_sym_BANG_EQ] = ACTIONS(2467), + [anon_sym_GT] = ACTIONS(2465), + [anon_sym_GT_EQ] = ACTIONS(2467), + [anon_sym_LT_EQ] = ACTIONS(2467), + [anon_sym_LT] = ACTIONS(2465), + [anon_sym_LT_LT] = ACTIONS(2467), + [anon_sym_GT_GT] = ACTIONS(2467), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym___attribute__] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2465), + [anon_sym___based] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_RBRACE] = ACTIONS(2467), + [anon_sym_LBRACK] = ACTIONS(2467), + [anon_sym_RBRACK] = ACTIONS(2467), + [anon_sym_EQ] = ACTIONS(2465), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2465), + [anon_sym_inline] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_volatile] = ACTIONS(2465), + [anon_sym_restrict] = ACTIONS(2465), + [anon_sym__Atomic] = ACTIONS(2465), + [anon_sym_mutable] = ACTIONS(2465), + [anon_sym_constexpr] = ACTIONS(2465), + [anon_sym_COLON] = ACTIONS(2465), + [anon_sym_QMARK] = ACTIONS(2467), + [anon_sym_DASH_DASH] = ACTIONS(2467), + [anon_sym_PLUS_PLUS] = ACTIONS(2467), + [anon_sym_DOT] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2467), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [948] = { - [sym_identifier] = ACTIONS(2661), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2663), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_RPAREN] = ACTIONS(2663), - [anon_sym_LPAREN2] = ACTIONS(2663), - [anon_sym_TILDE] = ACTIONS(2663), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_PLUS] = ACTIONS(2661), - [anon_sym_STAR] = ACTIONS(2663), - [anon_sym_SLASH] = ACTIONS(2661), - [anon_sym_PERCENT] = ACTIONS(2663), - [anon_sym_PIPE_PIPE] = ACTIONS(2663), - [anon_sym_AMP_AMP] = ACTIONS(2663), - [anon_sym_PIPE] = ACTIONS(2661), - [anon_sym_CARET] = ACTIONS(2663), - [anon_sym_AMP] = ACTIONS(2661), - [anon_sym_EQ_EQ] = ACTIONS(2663), - [anon_sym_BANG_EQ] = ACTIONS(2663), - [anon_sym_GT] = ACTIONS(2661), - [anon_sym_GT_EQ] = ACTIONS(2663), - [anon_sym_LT_EQ] = ACTIONS(2663), - [anon_sym_LT] = ACTIONS(2661), - [anon_sym_LT_LT] = ACTIONS(2663), - [anon_sym_GT_GT] = ACTIONS(2663), - [anon_sym_SEMI] = ACTIONS(2663), - [anon_sym_extern] = ACTIONS(2661), - [anon_sym___attribute__] = ACTIONS(2661), - [anon_sym___declspec] = ACTIONS(2661), - [anon_sym___based] = ACTIONS(2661), - [anon_sym_LBRACE] = ACTIONS(2663), - [anon_sym_RBRACE] = ACTIONS(2663), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(2663), - [anon_sym_EQ] = ACTIONS(2661), - [anon_sym_static] = ACTIONS(2661), - [anon_sym_register] = ACTIONS(2661), - [anon_sym_inline] = ACTIONS(2661), - [anon_sym_const] = ACTIONS(2661), - [anon_sym_volatile] = ACTIONS(2661), - [anon_sym_restrict] = ACTIONS(2661), - [anon_sym__Atomic] = ACTIONS(2661), - [anon_sym_mutable] = ACTIONS(2661), - [anon_sym_constexpr] = ACTIONS(2661), - [anon_sym_COLON] = ACTIONS(2661), - [anon_sym_QMARK] = ACTIONS(2663), - [anon_sym_DASH_DASH] = ACTIONS(2663), - [anon_sym_PLUS_PLUS] = ACTIONS(2663), - [anon_sym_DOT] = ACTIONS(2661), - [anon_sym_DASH_GT] = ACTIONS(2663), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2661), - [anon_sym_override] = ACTIONS(2661), - [anon_sym_COLON_COLON] = ACTIONS(2663), - [anon_sym_noexcept] = ACTIONS(2661), - [anon_sym_throw] = ACTIONS(2661), - [sym_operator_name] = ACTIONS(2661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2661), - [anon_sym_MOZ_COLD] = ACTIONS(2661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_NONNULL] = ACTIONS(2661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), - [anon_sym_MOZ_RAII] = ACTIONS(2661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2661), - }, - [949] = { - [sym_identifier] = ACTIONS(2665), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2667), - [anon_sym_COMMA] = ACTIONS(2667), - [anon_sym_RPAREN] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2667), - [anon_sym_TILDE] = ACTIONS(2667), - [anon_sym_DASH] = ACTIONS(2665), - [anon_sym_PLUS] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_SLASH] = ACTIONS(2665), - [anon_sym_PERCENT] = ACTIONS(2667), - [anon_sym_PIPE_PIPE] = ACTIONS(2667), - [anon_sym_AMP_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(2665), - [anon_sym_CARET] = ACTIONS(2667), - [anon_sym_AMP] = ACTIONS(2665), - [anon_sym_EQ_EQ] = ACTIONS(2667), - [anon_sym_BANG_EQ] = ACTIONS(2667), - [anon_sym_GT] = ACTIONS(2665), - [anon_sym_GT_EQ] = ACTIONS(2667), - [anon_sym_LT_EQ] = ACTIONS(2667), - [anon_sym_LT] = ACTIONS(2665), - [anon_sym_LT_LT] = ACTIONS(2667), - [anon_sym_GT_GT] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2665), - [anon_sym___attribute__] = ACTIONS(2665), - [anon_sym___declspec] = ACTIONS(2665), - [anon_sym___based] = ACTIONS(2665), - [anon_sym_LBRACE] = ACTIONS(2667), - [anon_sym_RBRACE] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_RBRACK] = ACTIONS(2667), - [anon_sym_EQ] = ACTIONS(2665), - [anon_sym_static] = ACTIONS(2665), - [anon_sym_register] = ACTIONS(2665), - [anon_sym_inline] = ACTIONS(2665), - [anon_sym_const] = ACTIONS(2665), - [anon_sym_volatile] = ACTIONS(2665), - [anon_sym_restrict] = ACTIONS(2665), - [anon_sym__Atomic] = ACTIONS(2665), - [anon_sym_mutable] = ACTIONS(2665), - [anon_sym_constexpr] = ACTIONS(2665), - [anon_sym_COLON] = ACTIONS(2665), - [anon_sym_QMARK] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2667), - [anon_sym_PLUS_PLUS] = ACTIONS(2667), - [anon_sym_DOT] = ACTIONS(2665), - [anon_sym_DASH_GT] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2665), - [anon_sym_override] = ACTIONS(2665), - [anon_sym_COLON_COLON] = ACTIONS(2667), - [anon_sym_noexcept] = ACTIONS(2665), - [anon_sym_throw] = ACTIONS(2665), - [sym_operator_name] = ACTIONS(2665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2665), - [anon_sym_MOZ_COLD] = ACTIONS(2665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_NONNULL] = ACTIONS(2665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), - [anon_sym_MOZ_RAII] = ACTIONS(2665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2665), + [anon_sym_final] = ACTIONS(2465), + [anon_sym_override] = ACTIONS(2465), + [anon_sym_COLON_COLON] = ACTIONS(2467), + [anon_sym_noexcept] = ACTIONS(2465), + [anon_sym_throw] = ACTIONS(2465), + [sym_operator_name] = ACTIONS(2465), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2465), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2465), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2465), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2465), + [anon_sym_MOZ_COLD] = ACTIONS(2465), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2465), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2465), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2465), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2465), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2465), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2465), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2465), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2465), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2465), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2465), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2465), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2465), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2465), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_NONNULL] = ACTIONS(2465), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2465), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2465), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2465), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2465), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2465), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2465), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2465), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2465), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2465), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2465), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2465), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2465), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), + [anon_sym_MOZ_RAII] = ACTIONS(2465), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2465), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2465), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2465), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2465), }, - [950] = { - [sym_identifier] = ACTIONS(2669), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2671), - [anon_sym_COMMA] = ACTIONS(2671), - [anon_sym_RPAREN] = ACTIONS(2671), - [anon_sym_LPAREN2] = ACTIONS(2671), - [anon_sym_TILDE] = ACTIONS(2671), - [anon_sym_DASH] = ACTIONS(2669), - [anon_sym_PLUS] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2671), - [anon_sym_SLASH] = ACTIONS(2669), - [anon_sym_PERCENT] = ACTIONS(2671), - [anon_sym_PIPE_PIPE] = ACTIONS(2671), - [anon_sym_AMP_AMP] = ACTIONS(2671), - [anon_sym_PIPE] = ACTIONS(2669), - [anon_sym_CARET] = ACTIONS(2671), - [anon_sym_AMP] = ACTIONS(2669), - [anon_sym_EQ_EQ] = ACTIONS(2671), - [anon_sym_BANG_EQ] = ACTIONS(2671), - [anon_sym_GT] = ACTIONS(2669), - [anon_sym_GT_EQ] = ACTIONS(2671), - [anon_sym_LT_EQ] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2669), - [anon_sym_LT_LT] = ACTIONS(2671), - [anon_sym_GT_GT] = ACTIONS(2671), - [anon_sym_SEMI] = ACTIONS(2671), - [anon_sym_extern] = ACTIONS(2669), - [anon_sym___attribute__] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2669), - [anon_sym___based] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_RBRACE] = ACTIONS(2671), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_RBRACK] = ACTIONS(2671), - [anon_sym_EQ] = ACTIONS(2669), - [anon_sym_static] = ACTIONS(2669), - [anon_sym_register] = ACTIONS(2669), - [anon_sym_inline] = ACTIONS(2669), - [anon_sym_const] = ACTIONS(2669), - [anon_sym_volatile] = ACTIONS(2669), - [anon_sym_restrict] = ACTIONS(2669), - [anon_sym__Atomic] = ACTIONS(2669), - [anon_sym_mutable] = ACTIONS(2669), - [anon_sym_constexpr] = ACTIONS(2669), - [anon_sym_COLON] = ACTIONS(2669), - [anon_sym_QMARK] = ACTIONS(2671), - [anon_sym_DASH_DASH] = ACTIONS(2671), - [anon_sym_PLUS_PLUS] = ACTIONS(2671), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_DASH_GT] = ACTIONS(2671), + [851] = { + [sym_identifier] = ACTIONS(2469), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2471), + [anon_sym_COMMA] = ACTIONS(2471), + [anon_sym_RPAREN] = ACTIONS(2471), + [anon_sym_LPAREN2] = ACTIONS(2471), + [anon_sym_TILDE] = ACTIONS(2471), + [anon_sym_DASH] = ACTIONS(2469), + [anon_sym_PLUS] = ACTIONS(2469), + [anon_sym_STAR] = ACTIONS(2471), + [anon_sym_SLASH] = ACTIONS(2469), + [anon_sym_PERCENT] = ACTIONS(2471), + [anon_sym_PIPE_PIPE] = ACTIONS(2471), + [anon_sym_AMP_AMP] = ACTIONS(2471), + [anon_sym_PIPE] = ACTIONS(2469), + [anon_sym_CARET] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2469), + [anon_sym_EQ_EQ] = ACTIONS(2471), + [anon_sym_BANG_EQ] = ACTIONS(2471), + [anon_sym_GT] = ACTIONS(2469), + [anon_sym_GT_EQ] = ACTIONS(2471), + [anon_sym_LT_EQ] = ACTIONS(2471), + [anon_sym_LT] = ACTIONS(2469), + [anon_sym_LT_LT] = ACTIONS(2471), + [anon_sym_GT_GT] = ACTIONS(2471), + [anon_sym_SEMI] = ACTIONS(2471), + [anon_sym_extern] = ACTIONS(2469), + [anon_sym___attribute__] = ACTIONS(2469), + [anon_sym___declspec] = ACTIONS(2469), + [anon_sym___based] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2471), + [anon_sym_RBRACE] = ACTIONS(2471), + [anon_sym_LBRACK] = ACTIONS(2471), + [anon_sym_RBRACK] = ACTIONS(2471), + [anon_sym_EQ] = ACTIONS(2469), + [anon_sym_static] = ACTIONS(2469), + [anon_sym_register] = ACTIONS(2469), + [anon_sym_inline] = ACTIONS(2469), + [anon_sym_const] = ACTIONS(2469), + [anon_sym_volatile] = ACTIONS(2469), + [anon_sym_restrict] = ACTIONS(2469), + [anon_sym__Atomic] = ACTIONS(2469), + [anon_sym_mutable] = ACTIONS(2469), + [anon_sym_constexpr] = ACTIONS(2469), + [anon_sym_COLON] = ACTIONS(2469), + [anon_sym_QMARK] = ACTIONS(2471), + [anon_sym_DASH_DASH] = ACTIONS(2471), + [anon_sym_PLUS_PLUS] = ACTIONS(2471), + [anon_sym_DOT] = ACTIONS(2469), + [anon_sym_DASH_GT] = ACTIONS(2471), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2669), - [anon_sym_override] = ACTIONS(2669), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_noexcept] = ACTIONS(2669), - [anon_sym_throw] = ACTIONS(2669), - [sym_operator_name] = ACTIONS(2669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2669), - [anon_sym_MOZ_COLD] = ACTIONS(2669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_NONNULL] = ACTIONS(2669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), - [anon_sym_MOZ_RAII] = ACTIONS(2669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2669), + [anon_sym_final] = ACTIONS(2469), + [anon_sym_override] = ACTIONS(2469), + [anon_sym_COLON_COLON] = ACTIONS(2471), + [anon_sym_noexcept] = ACTIONS(2469), + [anon_sym_throw] = ACTIONS(2469), + [sym_operator_name] = ACTIONS(2469), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2469), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2469), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2469), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2469), + [anon_sym_MOZ_COLD] = ACTIONS(2469), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2469), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2469), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2469), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2469), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2469), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2469), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2469), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2469), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2469), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2469), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2469), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2469), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2469), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_NONNULL] = ACTIONS(2469), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2469), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2469), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2469), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2469), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2469), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2469), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2469), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2469), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2469), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2469), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2469), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2469), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), + [anon_sym_MOZ_RAII] = ACTIONS(2469), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2469), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2469), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2469), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2469), }, - [951] = { - [sym_identifier] = ACTIONS(2673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2675), - [anon_sym_COMMA] = ACTIONS(2675), - [anon_sym_RPAREN] = ACTIONS(2675), - [anon_sym_LPAREN2] = ACTIONS(2675), - [anon_sym_TILDE] = ACTIONS(2675), - [anon_sym_DASH] = ACTIONS(2673), - [anon_sym_PLUS] = ACTIONS(2673), - [anon_sym_STAR] = ACTIONS(2675), - [anon_sym_SLASH] = ACTIONS(2673), - [anon_sym_PERCENT] = ACTIONS(2675), - [anon_sym_PIPE_PIPE] = ACTIONS(2675), - [anon_sym_AMP_AMP] = ACTIONS(2675), - [anon_sym_PIPE] = ACTIONS(2673), - [anon_sym_CARET] = ACTIONS(2675), - [anon_sym_AMP] = ACTIONS(2673), - [anon_sym_EQ_EQ] = ACTIONS(2675), - [anon_sym_BANG_EQ] = ACTIONS(2675), - [anon_sym_GT] = ACTIONS(2673), - [anon_sym_GT_EQ] = ACTIONS(2675), - [anon_sym_LT_EQ] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2673), - [anon_sym_LT_LT] = ACTIONS(2675), - [anon_sym_GT_GT] = ACTIONS(2675), - [anon_sym_SEMI] = ACTIONS(2675), - [anon_sym_extern] = ACTIONS(2673), - [anon_sym___attribute__] = ACTIONS(2673), - [anon_sym___declspec] = ACTIONS(2673), - [anon_sym___based] = ACTIONS(2673), - [anon_sym_LBRACE] = ACTIONS(2675), - [anon_sym_RBRACE] = ACTIONS(2675), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_RBRACK] = ACTIONS(2675), - [anon_sym_EQ] = ACTIONS(2673), - [anon_sym_static] = ACTIONS(2673), - [anon_sym_register] = ACTIONS(2673), - [anon_sym_inline] = ACTIONS(2673), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_volatile] = ACTIONS(2673), - [anon_sym_restrict] = ACTIONS(2673), - [anon_sym__Atomic] = ACTIONS(2673), - [anon_sym_mutable] = ACTIONS(2673), - [anon_sym_constexpr] = ACTIONS(2673), - [anon_sym_COLON] = ACTIONS(2673), - [anon_sym_QMARK] = ACTIONS(2675), - [anon_sym_DASH_DASH] = ACTIONS(2675), - [anon_sym_PLUS_PLUS] = ACTIONS(2675), - [anon_sym_DOT] = ACTIONS(2673), - [anon_sym_DASH_GT] = ACTIONS(2675), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2673), - [anon_sym_override] = ACTIONS(2673), - [anon_sym_COLON_COLON] = ACTIONS(2675), - [anon_sym_noexcept] = ACTIONS(2673), - [anon_sym_throw] = ACTIONS(2673), - [sym_operator_name] = ACTIONS(2673), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2673), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2673), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2673), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2673), - [anon_sym_MOZ_COLD] = ACTIONS(2673), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2673), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2673), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2673), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2673), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2673), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2673), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2673), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2673), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2673), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2673), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2673), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2673), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2673), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_NONNULL] = ACTIONS(2673), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2673), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2673), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2673), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2673), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2673), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2673), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2673), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2673), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2673), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2673), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2673), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2673), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), - [anon_sym_MOZ_RAII] = ACTIONS(2673), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2673), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2673), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2673), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2673), + [852] = { + [sym_identifier] = ACTIONS(2473), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2475), + [anon_sym_COMMA] = ACTIONS(2475), + [anon_sym_RPAREN] = ACTIONS(2475), + [anon_sym_LPAREN2] = ACTIONS(2475), + [anon_sym_TILDE] = ACTIONS(2475), + [anon_sym_DASH] = ACTIONS(2473), + [anon_sym_PLUS] = ACTIONS(2473), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2473), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PIPE_PIPE] = ACTIONS(2475), + [anon_sym_AMP_AMP] = ACTIONS(2475), + [anon_sym_PIPE] = ACTIONS(2473), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2473), + [anon_sym_EQ_EQ] = ACTIONS(2475), + [anon_sym_BANG_EQ] = ACTIONS(2475), + [anon_sym_GT] = ACTIONS(2473), + [anon_sym_GT_EQ] = ACTIONS(2475), + [anon_sym_LT_EQ] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2473), + [anon_sym_LT_LT] = ACTIONS(2475), + [anon_sym_GT_GT] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2473), + [anon_sym___attribute__] = ACTIONS(2473), + [anon_sym___declspec] = ACTIONS(2473), + [anon_sym___based] = ACTIONS(2473), + [anon_sym_LBRACE] = ACTIONS(2475), + [anon_sym_RBRACE] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_RBRACK] = ACTIONS(2475), + [anon_sym_EQ] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2473), + [anon_sym_register] = ACTIONS(2473), + [anon_sym_inline] = ACTIONS(2473), + [anon_sym_const] = ACTIONS(2473), + [anon_sym_volatile] = ACTIONS(2473), + [anon_sym_restrict] = ACTIONS(2473), + [anon_sym__Atomic] = ACTIONS(2473), + [anon_sym_mutable] = ACTIONS(2473), + [anon_sym_constexpr] = ACTIONS(2473), + [anon_sym_COLON] = ACTIONS(2473), + [anon_sym_QMARK] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2475), + [anon_sym_PLUS_PLUS] = ACTIONS(2475), + [anon_sym_DOT] = ACTIONS(2473), + [anon_sym_DASH_GT] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2473), + [anon_sym_override] = ACTIONS(2473), + [anon_sym_COLON_COLON] = ACTIONS(2475), + [anon_sym_noexcept] = ACTIONS(2473), + [anon_sym_throw] = ACTIONS(2473), + [sym_operator_name] = ACTIONS(2473), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2473), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2473), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2473), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2473), + [anon_sym_MOZ_COLD] = ACTIONS(2473), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2473), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2473), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2473), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2473), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2473), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2473), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2473), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2473), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2473), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2473), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2473), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2473), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2473), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_NONNULL] = ACTIONS(2473), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2473), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2473), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2473), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2473), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2473), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2473), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2473), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2473), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2473), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2473), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2473), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2473), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), + [anon_sym_MOZ_RAII] = ACTIONS(2473), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2473), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2473), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2473), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2473), }, - [952] = { - [sym_identifier] = ACTIONS(2677), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2679), - [anon_sym_COMMA] = ACTIONS(2679), - [anon_sym_RPAREN] = ACTIONS(2679), - [anon_sym_LPAREN2] = ACTIONS(2679), - [anon_sym_TILDE] = ACTIONS(2679), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_SLASH] = ACTIONS(2677), - [anon_sym_PERCENT] = ACTIONS(2679), - [anon_sym_PIPE_PIPE] = ACTIONS(2679), - [anon_sym_AMP_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2679), - [anon_sym_AMP] = ACTIONS(2677), - [anon_sym_EQ_EQ] = ACTIONS(2679), - [anon_sym_BANG_EQ] = ACTIONS(2679), - [anon_sym_GT] = ACTIONS(2677), - [anon_sym_GT_EQ] = ACTIONS(2679), - [anon_sym_LT_EQ] = ACTIONS(2679), - [anon_sym_LT] = ACTIONS(2677), - [anon_sym_LT_LT] = ACTIONS(2679), - [anon_sym_GT_GT] = ACTIONS(2679), - [anon_sym_SEMI] = ACTIONS(2679), - [anon_sym_extern] = ACTIONS(2677), - [anon_sym___attribute__] = ACTIONS(2677), - [anon_sym___declspec] = ACTIONS(2677), - [anon_sym___based] = ACTIONS(2677), - [anon_sym_LBRACE] = ACTIONS(2679), - [anon_sym_RBRACE] = ACTIONS(2679), - [anon_sym_LBRACK] = ACTIONS(2679), - [anon_sym_RBRACK] = ACTIONS(2679), - [anon_sym_EQ] = ACTIONS(2677), - [anon_sym_static] = ACTIONS(2677), - [anon_sym_register] = ACTIONS(2677), - [anon_sym_inline] = ACTIONS(2677), - [anon_sym_const] = ACTIONS(2677), - [anon_sym_volatile] = ACTIONS(2677), - [anon_sym_restrict] = ACTIONS(2677), - [anon_sym__Atomic] = ACTIONS(2677), - [anon_sym_mutable] = ACTIONS(2677), - [anon_sym_constexpr] = ACTIONS(2677), - [anon_sym_COLON] = ACTIONS(2677), - [anon_sym_QMARK] = ACTIONS(2679), - [anon_sym_DASH_DASH] = ACTIONS(2679), - [anon_sym_PLUS_PLUS] = ACTIONS(2679), - [anon_sym_DOT] = ACTIONS(2677), - [anon_sym_DASH_GT] = ACTIONS(2679), + [853] = { + [sym_identifier] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2479), + [anon_sym_COMMA] = ACTIONS(2479), + [anon_sym_RPAREN] = ACTIONS(2479), + [anon_sym_LPAREN2] = ACTIONS(2479), + [anon_sym_TILDE] = ACTIONS(2479), + [anon_sym_DASH] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2477), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_SLASH] = ACTIONS(2477), + [anon_sym_PERCENT] = ACTIONS(2479), + [anon_sym_PIPE_PIPE] = ACTIONS(2479), + [anon_sym_AMP_AMP] = ACTIONS(2479), + [anon_sym_PIPE] = ACTIONS(2477), + [anon_sym_CARET] = ACTIONS(2479), + [anon_sym_AMP] = ACTIONS(2477), + [anon_sym_EQ_EQ] = ACTIONS(2479), + [anon_sym_BANG_EQ] = ACTIONS(2479), + [anon_sym_GT] = ACTIONS(2477), + [anon_sym_GT_EQ] = ACTIONS(2479), + [anon_sym_LT_EQ] = ACTIONS(2479), + [anon_sym_LT] = ACTIONS(2477), + [anon_sym_LT_LT] = ACTIONS(2479), + [anon_sym_GT_GT] = ACTIONS(2479), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym___attribute__] = ACTIONS(2477), + [anon_sym___declspec] = ACTIONS(2477), + [anon_sym___based] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2479), + [anon_sym_LBRACK] = ACTIONS(2479), + [anon_sym_RBRACK] = ACTIONS(2479), + [anon_sym_EQ] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_register] = ACTIONS(2477), + [anon_sym_inline] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_volatile] = ACTIONS(2477), + [anon_sym_restrict] = ACTIONS(2477), + [anon_sym__Atomic] = ACTIONS(2477), + [anon_sym_mutable] = ACTIONS(2477), + [anon_sym_constexpr] = ACTIONS(2477), + [anon_sym_COLON] = ACTIONS(2477), + [anon_sym_QMARK] = ACTIONS(2479), + [anon_sym_DASH_DASH] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2479), + [anon_sym_DOT] = ACTIONS(2477), + [anon_sym_DASH_GT] = ACTIONS(2479), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2677), - [anon_sym_override] = ACTIONS(2677), - [anon_sym_COLON_COLON] = ACTIONS(2679), - [anon_sym_noexcept] = ACTIONS(2677), - [anon_sym_throw] = ACTIONS(2677), - [sym_operator_name] = ACTIONS(2677), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2677), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2677), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2677), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2677), - [anon_sym_MOZ_COLD] = ACTIONS(2677), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2677), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2677), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2677), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2677), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2677), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2677), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2677), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2677), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2677), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2677), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2677), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2677), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2677), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_NONNULL] = ACTIONS(2677), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2677), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2677), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2677), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2677), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2677), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2677), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2677), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2677), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2677), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2677), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2677), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2677), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), - [anon_sym_MOZ_RAII] = ACTIONS(2677), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2677), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2677), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2677), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2677), + [anon_sym_final] = ACTIONS(2477), + [anon_sym_override] = ACTIONS(2477), + [anon_sym_COLON_COLON] = ACTIONS(2479), + [anon_sym_noexcept] = ACTIONS(2477), + [anon_sym_throw] = ACTIONS(2477), + [sym_operator_name] = ACTIONS(2477), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2477), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2477), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2477), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2477), + [anon_sym_MOZ_COLD] = ACTIONS(2477), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2477), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2477), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2477), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2477), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2477), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2477), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2477), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2477), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2477), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2477), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2477), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2477), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2477), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_NONNULL] = ACTIONS(2477), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2477), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2477), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2477), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2477), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2477), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2477), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2477), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2477), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2477), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2477), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2477), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2477), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), + [anon_sym_MOZ_RAII] = ACTIONS(2477), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2477), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2477), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2477), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2477), }, - [953] = { - [sym_identifier] = ACTIONS(2681), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2683), - [anon_sym_COMMA] = ACTIONS(2683), - [anon_sym_RPAREN] = ACTIONS(2683), - [anon_sym_LPAREN2] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_SLASH] = ACTIONS(2681), - [anon_sym_PERCENT] = ACTIONS(2683), - [anon_sym_PIPE_PIPE] = ACTIONS(2683), - [anon_sym_AMP_AMP] = ACTIONS(2683), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_CARET] = ACTIONS(2683), - [anon_sym_AMP] = ACTIONS(2681), - [anon_sym_EQ_EQ] = ACTIONS(2683), - [anon_sym_BANG_EQ] = ACTIONS(2683), - [anon_sym_GT] = ACTIONS(2681), - [anon_sym_GT_EQ] = ACTIONS(2683), - [anon_sym_LT_EQ] = ACTIONS(2683), - [anon_sym_LT] = ACTIONS(2681), - [anon_sym_LT_LT] = ACTIONS(2683), - [anon_sym_GT_GT] = ACTIONS(2683), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym___attribute__] = ACTIONS(2681), - [anon_sym___declspec] = ACTIONS(2681), - [anon_sym___based] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_RBRACE] = ACTIONS(2683), - [anon_sym_LBRACK] = ACTIONS(2683), - [anon_sym_RBRACK] = ACTIONS(2683), - [anon_sym_EQ] = ACTIONS(2681), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym__Atomic] = ACTIONS(2681), - [anon_sym_mutable] = ACTIONS(2681), - [anon_sym_constexpr] = ACTIONS(2681), - [anon_sym_COLON] = ACTIONS(2681), - [anon_sym_QMARK] = ACTIONS(2683), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_DOT] = ACTIONS(2681), - [anon_sym_DASH_GT] = ACTIONS(2683), + [854] = { + [sym_identifier] = ACTIONS(2481), + [aux_sym_preproc_def_token1] = ACTIONS(2481), + [aux_sym_preproc_if_token1] = ACTIONS(2481), + [aux_sym_preproc_if_token2] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2481), + [aux_sym_preproc_else_token1] = ACTIONS(2481), + [aux_sym_preproc_elif_token1] = ACTIONS(2481), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_LPAREN2] = ACTIONS(2483), + [anon_sym_TILDE] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_AMP_AMP] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2481), + [anon_sym_typedef] = ACTIONS(2481), + [anon_sym_extern] = ACTIONS(2481), + [anon_sym___attribute__] = ACTIONS(2481), + [anon_sym___declspec] = ACTIONS(2481), + [anon_sym___based] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_register] = ACTIONS(2481), + [anon_sym_inline] = ACTIONS(2481), + [anon_sym_const] = ACTIONS(2481), + [anon_sym_volatile] = ACTIONS(2481), + [anon_sym_restrict] = ACTIONS(2481), + [anon_sym__Atomic] = ACTIONS(2481), + [anon_sym_mutable] = ACTIONS(2481), + [anon_sym_constexpr] = ACTIONS(2481), + [anon_sym_signed] = ACTIONS(2481), + [anon_sym_unsigned] = ACTIONS(2481), + [anon_sym_long] = ACTIONS(2481), + [anon_sym_short] = ACTIONS(2481), + [sym_primitive_type] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_union] = ACTIONS(2481), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2481), + [anon_sym_virtual] = ACTIONS(2481), + [anon_sym_explicit] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_protected] = ACTIONS(2481), + [sym_auto] = ACTIONS(2481), + [anon_sym_typename] = ACTIONS(2481), + [anon_sym_template] = ACTIONS(2481), + [anon_sym_COLON_COLON] = ACTIONS(2483), + [anon_sym_operator] = ACTIONS(2481), + [anon_sym_friend] = ACTIONS(2481), + [anon_sym_using] = ACTIONS(2481), + [anon_sym_static_assert] = ACTIONS(2481), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2483), + [sym_operator_name] = ACTIONS(2481), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2481), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2481), + [anon_sym_MOZ_COLD] = ACTIONS(2481), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2481), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2481), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2481), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2481), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2481), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2481), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2481), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2481), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2481), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2481), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2481), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2481), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_RAII] = ACTIONS(2481), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2481), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2481), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2481), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2481), + }, + [855] = { + [sym_identifier] = ACTIONS(2485), + [aux_sym_preproc_def_token1] = ACTIONS(2485), + [aux_sym_preproc_if_token1] = ACTIONS(2485), + [aux_sym_preproc_if_token2] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), + [aux_sym_preproc_else_token1] = ACTIONS(2485), + [aux_sym_preproc_elif_token1] = ACTIONS(2485), + [sym_preproc_directive] = ACTIONS(2485), + [anon_sym_LPAREN2] = ACTIONS(2487), + [anon_sym_TILDE] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_AMP_AMP] = ACTIONS(2487), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2485), + [anon_sym_extern] = ACTIONS(2485), + [anon_sym___attribute__] = ACTIONS(2485), + [anon_sym___declspec] = ACTIONS(2485), + [anon_sym___based] = ACTIONS(2485), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_register] = ACTIONS(2485), + [anon_sym_inline] = ACTIONS(2485), + [anon_sym_const] = ACTIONS(2485), + [anon_sym_volatile] = ACTIONS(2485), + [anon_sym_restrict] = ACTIONS(2485), + [anon_sym__Atomic] = ACTIONS(2485), + [anon_sym_mutable] = ACTIONS(2485), + [anon_sym_constexpr] = ACTIONS(2485), + [anon_sym_signed] = ACTIONS(2485), + [anon_sym_unsigned] = ACTIONS(2485), + [anon_sym_long] = ACTIONS(2485), + [anon_sym_short] = ACTIONS(2485), + [sym_primitive_type] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_union] = ACTIONS(2485), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2681), - [anon_sym_override] = ACTIONS(2681), - [anon_sym_COLON_COLON] = ACTIONS(2683), - [anon_sym_noexcept] = ACTIONS(2681), - [anon_sym_throw] = ACTIONS(2681), - [sym_operator_name] = ACTIONS(2681), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2681), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2681), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2681), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2681), - [anon_sym_MOZ_COLD] = ACTIONS(2681), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2681), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2681), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2681), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2681), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2681), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2681), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2681), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2681), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2681), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2681), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2681), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2681), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2681), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_NONNULL] = ACTIONS(2681), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2681), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2681), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2681), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2681), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2681), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2681), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2681), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2681), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2681), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2681), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2681), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2681), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), - [anon_sym_MOZ_RAII] = ACTIONS(2681), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2681), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2681), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2681), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2681), + [anon_sym_decltype] = ACTIONS(2485), + [anon_sym_virtual] = ACTIONS(2485), + [anon_sym_explicit] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_protected] = ACTIONS(2485), + [sym_auto] = ACTIONS(2485), + [anon_sym_typename] = ACTIONS(2485), + [anon_sym_template] = ACTIONS(2485), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_operator] = ACTIONS(2485), + [anon_sym_friend] = ACTIONS(2485), + [anon_sym_using] = ACTIONS(2485), + [anon_sym_static_assert] = ACTIONS(2485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), + [sym_operator_name] = ACTIONS(2485), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), + [anon_sym_MOZ_COLD] = ACTIONS(2485), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_RAII] = ACTIONS(2485), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), }, - [954] = { - [sym_identifier] = ACTIONS(2685), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2687), - [anon_sym_COMMA] = ACTIONS(2687), - [anon_sym_RPAREN] = ACTIONS(2687), - [anon_sym_LPAREN2] = ACTIONS(2687), - [anon_sym_TILDE] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_STAR] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_PERCENT] = ACTIONS(2687), - [anon_sym_PIPE_PIPE] = ACTIONS(2687), - [anon_sym_AMP_AMP] = ACTIONS(2687), - [anon_sym_PIPE] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2685), - [anon_sym_EQ_EQ] = ACTIONS(2687), - [anon_sym_BANG_EQ] = ACTIONS(2687), - [anon_sym_GT] = ACTIONS(2685), - [anon_sym_GT_EQ] = ACTIONS(2687), - [anon_sym_LT_EQ] = ACTIONS(2687), - [anon_sym_LT] = ACTIONS(2685), - [anon_sym_LT_LT] = ACTIONS(2687), - [anon_sym_GT_GT] = ACTIONS(2687), - [anon_sym_SEMI] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2685), - [anon_sym___attribute__] = ACTIONS(2685), - [anon_sym___declspec] = ACTIONS(2685), - [anon_sym___based] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2687), - [anon_sym_RBRACE] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_RBRACK] = ACTIONS(2687), - [anon_sym_EQ] = ACTIONS(2685), - [anon_sym_static] = ACTIONS(2685), - [anon_sym_register] = ACTIONS(2685), - [anon_sym_inline] = ACTIONS(2685), - [anon_sym_const] = ACTIONS(2685), - [anon_sym_volatile] = ACTIONS(2685), - [anon_sym_restrict] = ACTIONS(2685), - [anon_sym__Atomic] = ACTIONS(2685), - [anon_sym_mutable] = ACTIONS(2685), - [anon_sym_constexpr] = ACTIONS(2685), - [anon_sym_COLON] = ACTIONS(2685), - [anon_sym_QMARK] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_DASH_GT] = ACTIONS(2687), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2685), - [anon_sym_override] = ACTIONS(2685), - [anon_sym_COLON_COLON] = ACTIONS(2687), - [anon_sym_noexcept] = ACTIONS(2685), - [anon_sym_throw] = ACTIONS(2685), - [sym_operator_name] = ACTIONS(2685), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), - [anon_sym_MOZ_COLD] = ACTIONS(2685), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_NONNULL] = ACTIONS(2685), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), - [anon_sym_MOZ_RAII] = ACTIONS(2685), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), + [856] = { + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token2] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [aux_sym_preproc_else_token1] = ACTIONS(1596), + [aux_sym_preproc_elif_token1] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [anon_sym_public] = ACTIONS(1596), + [anon_sym_private] = ACTIONS(1596), + [anon_sym_protected] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_friend] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [sym_operator_name] = ACTIONS(1596), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), }, - [955] = { - [sym_identifier] = ACTIONS(2689), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2691), - [anon_sym_COMMA] = ACTIONS(2691), - [anon_sym_RPAREN] = ACTIONS(2691), - [anon_sym_LPAREN2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2691), - [anon_sym_DASH] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2691), - [anon_sym_SLASH] = ACTIONS(2689), - [anon_sym_PERCENT] = ACTIONS(2691), - [anon_sym_PIPE_PIPE] = ACTIONS(2691), - [anon_sym_AMP_AMP] = ACTIONS(2691), - [anon_sym_PIPE] = ACTIONS(2689), - [anon_sym_CARET] = ACTIONS(2691), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2691), - [anon_sym_BANG_EQ] = ACTIONS(2691), - [anon_sym_GT] = ACTIONS(2689), - [anon_sym_GT_EQ] = ACTIONS(2691), - [anon_sym_LT_EQ] = ACTIONS(2691), - [anon_sym_LT] = ACTIONS(2689), - [anon_sym_LT_LT] = ACTIONS(2691), - [anon_sym_GT_GT] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2691), - [anon_sym_extern] = ACTIONS(2689), - [anon_sym___attribute__] = ACTIONS(2689), - [anon_sym___declspec] = ACTIONS(2689), - [anon_sym___based] = ACTIONS(2689), - [anon_sym_LBRACE] = ACTIONS(2691), - [anon_sym_RBRACE] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_RBRACK] = ACTIONS(2691), - [anon_sym_EQ] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2689), - [anon_sym_register] = ACTIONS(2689), - [anon_sym_inline] = ACTIONS(2689), - [anon_sym_const] = ACTIONS(2689), - [anon_sym_volatile] = ACTIONS(2689), - [anon_sym_restrict] = ACTIONS(2689), - [anon_sym__Atomic] = ACTIONS(2689), - [anon_sym_mutable] = ACTIONS(2689), - [anon_sym_constexpr] = ACTIONS(2689), - [anon_sym_COLON] = ACTIONS(2689), - [anon_sym_QMARK] = ACTIONS(2691), - [anon_sym_DASH_DASH] = ACTIONS(2691), - [anon_sym_PLUS_PLUS] = ACTIONS(2691), - [anon_sym_DOT] = ACTIONS(2689), - [anon_sym_DASH_GT] = ACTIONS(2691), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2689), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_COLON_COLON] = ACTIONS(2691), - [anon_sym_noexcept] = ACTIONS(2689), - [anon_sym_throw] = ACTIONS(2689), - [sym_operator_name] = ACTIONS(2689), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), - [anon_sym_MOZ_COLD] = ACTIONS(2689), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_NONNULL] = ACTIONS(2689), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), - [anon_sym_MOZ_RAII] = ACTIONS(2689), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), + [857] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1634), + [anon_sym_STAR] = ACTIONS(1634), + [anon_sym_AMP_AMP] = ACTIONS(1634), + [anon_sym_AMP] = ACTIONS(1632), + [anon_sym_typedef] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym___attribute__] = ACTIONS(1632), + [anon_sym___declspec] = ACTIONS(1632), + [anon_sym___based] = ACTIONS(1632), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_static] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1632), + [anon_sym_virtual] = ACTIONS(1632), + [anon_sym_explicit] = ACTIONS(1632), + [anon_sym_public] = ACTIONS(1632), + [anon_sym_private] = ACTIONS(1632), + [anon_sym_protected] = ACTIONS(1632), + [sym_auto] = ACTIONS(1632), + [anon_sym_typename] = ACTIONS(1632), + [anon_sym_template] = ACTIONS(1632), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_operator] = ACTIONS(1632), + [anon_sym_friend] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [anon_sym_static_assert] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [sym_operator_name] = ACTIONS(1632), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [956] = { - [sym_identifier] = ACTIONS(2693), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2695), - [anon_sym_COMMA] = ACTIONS(2695), - [anon_sym_RPAREN] = ACTIONS(2695), - [anon_sym_LPAREN2] = ACTIONS(2695), - [anon_sym_TILDE] = ACTIONS(2695), - [anon_sym_DASH] = ACTIONS(2693), - [anon_sym_PLUS] = ACTIONS(2693), - [anon_sym_STAR] = ACTIONS(2695), - [anon_sym_SLASH] = ACTIONS(2693), - [anon_sym_PERCENT] = ACTIONS(2695), - [anon_sym_PIPE_PIPE] = ACTIONS(2695), - [anon_sym_AMP_AMP] = ACTIONS(2695), - [anon_sym_PIPE] = ACTIONS(2693), - [anon_sym_CARET] = ACTIONS(2695), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_EQ_EQ] = ACTIONS(2695), - [anon_sym_BANG_EQ] = ACTIONS(2695), - [anon_sym_GT] = ACTIONS(2693), - [anon_sym_GT_EQ] = ACTIONS(2695), - [anon_sym_LT_EQ] = ACTIONS(2695), - [anon_sym_LT] = ACTIONS(2693), - [anon_sym_LT_LT] = ACTIONS(2695), - [anon_sym_GT_GT] = ACTIONS(2695), - [anon_sym_SEMI] = ACTIONS(2695), - [anon_sym_extern] = ACTIONS(2693), - [anon_sym___attribute__] = ACTIONS(2693), - [anon_sym___declspec] = ACTIONS(2693), - [anon_sym___based] = ACTIONS(2693), - [anon_sym_LBRACE] = ACTIONS(2695), - [anon_sym_RBRACE] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_RBRACK] = ACTIONS(2695), - [anon_sym_EQ] = ACTIONS(2693), - [anon_sym_static] = ACTIONS(2693), - [anon_sym_register] = ACTIONS(2693), - [anon_sym_inline] = ACTIONS(2693), - [anon_sym_const] = ACTIONS(2693), - [anon_sym_volatile] = ACTIONS(2693), - [anon_sym_restrict] = ACTIONS(2693), - [anon_sym__Atomic] = ACTIONS(2693), - [anon_sym_mutable] = ACTIONS(2693), - [anon_sym_constexpr] = ACTIONS(2693), - [anon_sym_COLON] = ACTIONS(2693), - [anon_sym_QMARK] = ACTIONS(2695), - [anon_sym_DASH_DASH] = ACTIONS(2695), - [anon_sym_PLUS_PLUS] = ACTIONS(2695), - [anon_sym_DOT] = ACTIONS(2693), - [anon_sym_DASH_GT] = ACTIONS(2695), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2693), - [anon_sym_override] = ACTIONS(2693), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_noexcept] = ACTIONS(2693), - [anon_sym_throw] = ACTIONS(2693), - [sym_operator_name] = ACTIONS(2693), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2693), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2693), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2693), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2693), - [anon_sym_MOZ_COLD] = ACTIONS(2693), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2693), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2693), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2693), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2693), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2693), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2693), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2693), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2693), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2693), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2693), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2693), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2693), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2693), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_NONNULL] = ACTIONS(2693), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2693), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2693), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2693), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2693), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2693), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2693), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2693), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2693), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2693), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2693), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2693), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2693), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), - [anon_sym_MOZ_RAII] = ACTIONS(2693), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2693), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2693), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2693), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2693), + [858] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1638), + [anon_sym_STAR] = ACTIONS(1638), + [anon_sym_AMP_AMP] = ACTIONS(1638), + [anon_sym_AMP] = ACTIONS(1636), + [anon_sym_typedef] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1636), + [anon_sym___declspec] = ACTIONS(1636), + [anon_sym___based] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_static] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1636), + [anon_sym_virtual] = ACTIONS(1636), + [anon_sym_explicit] = ACTIONS(1636), + [anon_sym_public] = ACTIONS(1636), + [anon_sym_private] = ACTIONS(1636), + [anon_sym_protected] = ACTIONS(1636), + [sym_auto] = ACTIONS(1636), + [anon_sym_typename] = ACTIONS(1636), + [anon_sym_template] = ACTIONS(1636), + [anon_sym_COLON_COLON] = ACTIONS(1638), + [anon_sym_operator] = ACTIONS(1636), + [anon_sym_friend] = ACTIONS(1636), + [anon_sym_using] = ACTIONS(1636), + [anon_sym_static_assert] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [sym_operator_name] = ACTIONS(1636), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [957] = { - [sym_identifier] = ACTIONS(2697), - [aux_sym_preproc_def_token1] = ACTIONS(2697), - [aux_sym_preproc_if_token1] = ACTIONS(2697), - [aux_sym_preproc_if_token2] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2697), - [aux_sym_preproc_else_token1] = ACTIONS(2697), - [aux_sym_preproc_elif_token1] = ACTIONS(2697), - [sym_preproc_directive] = ACTIONS(2697), - [anon_sym_LPAREN2] = ACTIONS(2699), - [anon_sym_TILDE] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_AMP_AMP] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2697), - [anon_sym_typedef] = ACTIONS(2697), - [anon_sym_extern] = ACTIONS(2697), - [anon_sym___attribute__] = ACTIONS(2697), - [anon_sym___declspec] = ACTIONS(2697), - [anon_sym___based] = ACTIONS(2697), - [anon_sym_LBRACK] = ACTIONS(2697), - [anon_sym_static] = ACTIONS(2697), - [anon_sym_register] = ACTIONS(2697), - [anon_sym_inline] = ACTIONS(2697), - [anon_sym_const] = ACTIONS(2697), - [anon_sym_volatile] = ACTIONS(2697), - [anon_sym_restrict] = ACTIONS(2697), - [anon_sym__Atomic] = ACTIONS(2697), - [anon_sym_mutable] = ACTIONS(2697), - [anon_sym_constexpr] = ACTIONS(2697), - [anon_sym_signed] = ACTIONS(2697), - [anon_sym_unsigned] = ACTIONS(2697), - [anon_sym_long] = ACTIONS(2697), - [anon_sym_short] = ACTIONS(2697), - [sym_primitive_type] = ACTIONS(2697), - [anon_sym_enum] = ACTIONS(2697), - [anon_sym_class] = ACTIONS(2697), - [anon_sym_struct] = ACTIONS(2697), - [anon_sym_union] = ACTIONS(2697), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2697), - [anon_sym_virtual] = ACTIONS(2697), - [anon_sym_explicit] = ACTIONS(2697), - [anon_sym_public] = ACTIONS(2697), - [anon_sym_private] = ACTIONS(2697), - [anon_sym_protected] = ACTIONS(2697), - [sym_auto] = ACTIONS(2697), - [anon_sym_typename] = ACTIONS(2697), - [anon_sym_template] = ACTIONS(2697), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_operator] = ACTIONS(2697), - [anon_sym_friend] = ACTIONS(2697), - [anon_sym_using] = ACTIONS(2697), - [anon_sym_static_assert] = ACTIONS(2697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2699), - [sym_operator_name] = ACTIONS(2697), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2697), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2697), - [anon_sym_MOZ_COLD] = ACTIONS(2697), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2697), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2697), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2697), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2697), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2697), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2697), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2697), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2697), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2697), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2697), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2697), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2697), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_RAII] = ACTIONS(2697), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2697), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2697), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2697), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2697), - }, - [958] = { - [sym_identifier] = ACTIONS(2701), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2703), - [anon_sym_COMMA] = ACTIONS(2703), - [anon_sym_RPAREN] = ACTIONS(2703), - [anon_sym_LPAREN2] = ACTIONS(2703), - [anon_sym_TILDE] = ACTIONS(2703), - [anon_sym_DASH] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2701), - [anon_sym_STAR] = ACTIONS(2703), - [anon_sym_SLASH] = ACTIONS(2701), - [anon_sym_PERCENT] = ACTIONS(2703), - [anon_sym_PIPE_PIPE] = ACTIONS(2703), - [anon_sym_AMP_AMP] = ACTIONS(2703), - [anon_sym_PIPE] = ACTIONS(2701), - [anon_sym_CARET] = ACTIONS(2703), - [anon_sym_AMP] = ACTIONS(2701), - [anon_sym_EQ_EQ] = ACTIONS(2703), - [anon_sym_BANG_EQ] = ACTIONS(2703), - [anon_sym_GT] = ACTIONS(2701), - [anon_sym_GT_EQ] = ACTIONS(2703), - [anon_sym_LT_EQ] = ACTIONS(2703), - [anon_sym_LT] = ACTIONS(2701), - [anon_sym_LT_LT] = ACTIONS(2703), - [anon_sym_GT_GT] = ACTIONS(2703), - [anon_sym_SEMI] = ACTIONS(2703), - [anon_sym_extern] = ACTIONS(2701), - [anon_sym___attribute__] = ACTIONS(2701), - [anon_sym___declspec] = ACTIONS(2701), - [anon_sym___based] = ACTIONS(2701), - [anon_sym_LBRACE] = ACTIONS(2703), - [anon_sym_RBRACE] = ACTIONS(2703), - [anon_sym_LBRACK] = ACTIONS(2703), - [anon_sym_RBRACK] = ACTIONS(2703), - [anon_sym_EQ] = ACTIONS(2701), - [anon_sym_static] = ACTIONS(2701), - [anon_sym_register] = ACTIONS(2701), - [anon_sym_inline] = ACTIONS(2701), - [anon_sym_const] = ACTIONS(2701), - [anon_sym_volatile] = ACTIONS(2701), - [anon_sym_restrict] = ACTIONS(2701), - [anon_sym__Atomic] = ACTIONS(2701), - [anon_sym_mutable] = ACTIONS(2701), - [anon_sym_constexpr] = ACTIONS(2701), - [anon_sym_COLON] = ACTIONS(2701), - [anon_sym_QMARK] = ACTIONS(2703), - [anon_sym_DASH_DASH] = ACTIONS(2703), - [anon_sym_PLUS_PLUS] = ACTIONS(2703), - [anon_sym_DOT] = ACTIONS(2701), - [anon_sym_DASH_GT] = ACTIONS(2703), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2701), - [anon_sym_override] = ACTIONS(2701), - [anon_sym_COLON_COLON] = ACTIONS(2703), - [anon_sym_noexcept] = ACTIONS(2701), - [anon_sym_throw] = ACTIONS(2701), - [sym_operator_name] = ACTIONS(2701), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), - [anon_sym_MOZ_COLD] = ACTIONS(2701), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_NONNULL] = ACTIONS(2701), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), - [anon_sym_MOZ_RAII] = ACTIONS(2701), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), - }, - [959] = { - [sym_identifier] = ACTIONS(2705), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2707), - [anon_sym_COMMA] = ACTIONS(2707), - [anon_sym_RPAREN] = ACTIONS(2707), - [anon_sym_LPAREN2] = ACTIONS(2707), - [anon_sym_TILDE] = ACTIONS(2707), - [anon_sym_DASH] = ACTIONS(2705), - [anon_sym_PLUS] = ACTIONS(2705), - [anon_sym_STAR] = ACTIONS(2707), - [anon_sym_SLASH] = ACTIONS(2705), - [anon_sym_PERCENT] = ACTIONS(2707), - [anon_sym_PIPE_PIPE] = ACTIONS(2707), - [anon_sym_AMP_AMP] = ACTIONS(2707), - [anon_sym_PIPE] = ACTIONS(2705), - [anon_sym_CARET] = ACTIONS(2707), - [anon_sym_AMP] = ACTIONS(2705), - [anon_sym_EQ_EQ] = ACTIONS(2707), - [anon_sym_BANG_EQ] = ACTIONS(2707), - [anon_sym_GT] = ACTIONS(2705), - [anon_sym_GT_EQ] = ACTIONS(2707), - [anon_sym_LT_EQ] = ACTIONS(2707), - [anon_sym_LT] = ACTIONS(2705), - [anon_sym_LT_LT] = ACTIONS(2707), - [anon_sym_GT_GT] = ACTIONS(2707), - [anon_sym_SEMI] = ACTIONS(2707), - [anon_sym_extern] = ACTIONS(2705), - [anon_sym___attribute__] = ACTIONS(2705), - [anon_sym___declspec] = ACTIONS(2705), - [anon_sym___based] = ACTIONS(2705), - [anon_sym_LBRACE] = ACTIONS(2707), - [anon_sym_RBRACE] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_RBRACK] = ACTIONS(2707), - [anon_sym_EQ] = ACTIONS(2705), - [anon_sym_static] = ACTIONS(2705), - [anon_sym_register] = ACTIONS(2705), - [anon_sym_inline] = ACTIONS(2705), - [anon_sym_const] = ACTIONS(2705), - [anon_sym_volatile] = ACTIONS(2705), - [anon_sym_restrict] = ACTIONS(2705), - [anon_sym__Atomic] = ACTIONS(2705), - [anon_sym_mutable] = ACTIONS(2705), - [anon_sym_constexpr] = ACTIONS(2705), - [anon_sym_COLON] = ACTIONS(2705), - [anon_sym_QMARK] = ACTIONS(2707), - [anon_sym_DASH_DASH] = ACTIONS(2707), - [anon_sym_PLUS_PLUS] = ACTIONS(2707), - [anon_sym_DOT] = ACTIONS(2705), - [anon_sym_DASH_GT] = ACTIONS(2707), + [859] = { + [sym_identifier] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2491), + [anon_sym_COMMA] = ACTIONS(2491), + [anon_sym_RPAREN] = ACTIONS(2491), + [anon_sym_LPAREN2] = ACTIONS(2491), + [anon_sym_TILDE] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(2489), + [anon_sym_PLUS] = ACTIONS(2489), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_SLASH] = ACTIONS(2489), + [anon_sym_PERCENT] = ACTIONS(2491), + [anon_sym_PIPE_PIPE] = ACTIONS(2491), + [anon_sym_AMP_AMP] = ACTIONS(2491), + [anon_sym_PIPE] = ACTIONS(2489), + [anon_sym_CARET] = ACTIONS(2491), + [anon_sym_AMP] = ACTIONS(2489), + [anon_sym_EQ_EQ] = ACTIONS(2491), + [anon_sym_BANG_EQ] = ACTIONS(2491), + [anon_sym_GT] = ACTIONS(2489), + [anon_sym_GT_EQ] = ACTIONS(2491), + [anon_sym_LT_EQ] = ACTIONS(2491), + [anon_sym_LT] = ACTIONS(2489), + [anon_sym_LT_LT] = ACTIONS(2491), + [anon_sym_GT_GT] = ACTIONS(2491), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym___attribute__] = ACTIONS(2489), + [anon_sym___declspec] = ACTIONS(2489), + [anon_sym___based] = ACTIONS(2489), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2491), + [anon_sym_LBRACK] = ACTIONS(2491), + [anon_sym_RBRACK] = ACTIONS(2491), + [anon_sym_EQ] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_register] = ACTIONS(2489), + [anon_sym_inline] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_volatile] = ACTIONS(2489), + [anon_sym_restrict] = ACTIONS(2489), + [anon_sym__Atomic] = ACTIONS(2489), + [anon_sym_mutable] = ACTIONS(2489), + [anon_sym_constexpr] = ACTIONS(2489), + [anon_sym_COLON] = ACTIONS(2489), + [anon_sym_QMARK] = ACTIONS(2491), + [anon_sym_DASH_DASH] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2491), + [anon_sym_DOT] = ACTIONS(2489), + [anon_sym_DASH_GT] = ACTIONS(2491), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2705), - [anon_sym_override] = ACTIONS(2705), - [anon_sym_COLON_COLON] = ACTIONS(2707), - [anon_sym_noexcept] = ACTIONS(2705), - [anon_sym_throw] = ACTIONS(2705), - [sym_operator_name] = ACTIONS(2705), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2705), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2705), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2705), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2705), - [anon_sym_MOZ_COLD] = ACTIONS(2705), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2705), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2705), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2705), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2705), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2705), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2705), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2705), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2705), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2705), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2705), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2705), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2705), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2705), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_NONNULL] = ACTIONS(2705), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2705), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2705), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2705), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2705), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2705), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2705), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2705), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2705), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2705), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2705), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2705), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2705), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), - [anon_sym_MOZ_RAII] = ACTIONS(2705), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2705), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2705), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2705), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2705), + [anon_sym_final] = ACTIONS(2489), + [anon_sym_override] = ACTIONS(2489), + [anon_sym_COLON_COLON] = ACTIONS(2491), + [anon_sym_noexcept] = ACTIONS(2489), + [anon_sym_throw] = ACTIONS(2489), + [sym_operator_name] = ACTIONS(2489), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2489), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2489), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2489), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2489), + [anon_sym_MOZ_COLD] = ACTIONS(2489), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2489), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2489), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2489), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2489), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2489), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2489), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2489), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2489), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2489), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2489), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2489), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2489), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2489), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_NONNULL] = ACTIONS(2489), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2489), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2489), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2489), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2489), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2489), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2489), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2489), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2489), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2489), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2489), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2489), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2489), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), + [anon_sym_MOZ_RAII] = ACTIONS(2489), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2489), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2489), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2489), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2489), }, - [960] = { - [sym_identifier] = ACTIONS(2709), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2711), - [anon_sym_COMMA] = ACTIONS(2711), - [anon_sym_RPAREN] = ACTIONS(2711), - [anon_sym_LPAREN2] = ACTIONS(2711), - [anon_sym_TILDE] = ACTIONS(2711), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2711), - [anon_sym_SLASH] = ACTIONS(2709), - [anon_sym_PERCENT] = ACTIONS(2711), - [anon_sym_PIPE_PIPE] = ACTIONS(2711), - [anon_sym_AMP_AMP] = ACTIONS(2711), - [anon_sym_PIPE] = ACTIONS(2709), - [anon_sym_CARET] = ACTIONS(2711), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_EQ_EQ] = ACTIONS(2711), - [anon_sym_BANG_EQ] = ACTIONS(2711), - [anon_sym_GT] = ACTIONS(2709), - [anon_sym_GT_EQ] = ACTIONS(2711), - [anon_sym_LT_EQ] = ACTIONS(2711), - [anon_sym_LT] = ACTIONS(2709), - [anon_sym_LT_LT] = ACTIONS(2711), - [anon_sym_GT_GT] = ACTIONS(2711), - [anon_sym_SEMI] = ACTIONS(2711), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2711), - [anon_sym_RBRACE] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_RBRACK] = ACTIONS(2711), - [anon_sym_EQ] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_COLON] = ACTIONS(2709), - [anon_sym_QMARK] = ACTIONS(2711), - [anon_sym_DASH_DASH] = ACTIONS(2711), - [anon_sym_PLUS_PLUS] = ACTIONS(2711), - [anon_sym_DOT] = ACTIONS(2709), - [anon_sym_DASH_GT] = ACTIONS(2711), + [860] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token2] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [aux_sym_preproc_else_token1] = ACTIONS(2493), + [aux_sym_preproc_elif_token1] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2709), - [anon_sym_override] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2711), - [anon_sym_noexcept] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [sym_operator_name] = ACTIONS(2709), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2709), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2709), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2709), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2709), - [anon_sym_MOZ_COLD] = ACTIONS(2709), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2709), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2709), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2709), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2709), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2709), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2709), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2709), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2709), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2709), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2709), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2709), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2709), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2709), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_NONNULL] = ACTIONS(2709), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2709), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2709), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2709), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2709), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2709), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2709), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2709), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2709), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2709), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2709), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2709), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2709), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), - [anon_sym_MOZ_RAII] = ACTIONS(2709), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2709), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2709), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2709), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2709), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [961] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_PLUS] = ACTIONS(2713), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_SLASH] = ACTIONS(2713), - [anon_sym_PERCENT] = ACTIONS(2715), - [anon_sym_PIPE_PIPE] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2713), - [anon_sym_CARET] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_EQ_EQ] = ACTIONS(2715), - [anon_sym_BANG_EQ] = ACTIONS(2715), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_EQ] = ACTIONS(2715), - [anon_sym_LT_EQ] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_GT_GT] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_RBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_RBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_COLON] = ACTIONS(2713), - [anon_sym_QMARK] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2715), - [anon_sym_PLUS_PLUS] = ACTIONS(2715), - [anon_sym_DOT] = ACTIONS(2713), - [anon_sym_DASH_GT] = ACTIONS(2715), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2713), - [anon_sym_override] = ACTIONS(2713), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [anon_sym_noexcept] = ACTIONS(2713), - [anon_sym_throw] = ACTIONS(2713), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [861] = { + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token2] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [aux_sym_preproc_else_token1] = ACTIONS(1704), + [aux_sym_preproc_elif_token1] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [anon_sym_public] = ACTIONS(1704), + [anon_sym_private] = ACTIONS(1704), + [anon_sym_protected] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_friend] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [sym_operator_name] = ACTIONS(1704), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), }, - [962] = { - [sym_identifier] = ACTIONS(2717), - [aux_sym_preproc_def_token1] = ACTIONS(2717), - [aux_sym_preproc_if_token1] = ACTIONS(2717), - [aux_sym_preproc_if_token2] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), - [aux_sym_preproc_else_token1] = ACTIONS(2717), - [aux_sym_preproc_elif_token1] = ACTIONS(2717), - [sym_preproc_directive] = ACTIONS(2717), - [anon_sym_LPAREN2] = ACTIONS(2719), - [anon_sym_TILDE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(2719), - [anon_sym_AMP_AMP] = ACTIONS(2719), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2717), - [anon_sym_extern] = ACTIONS(2717), - [anon_sym___attribute__] = ACTIONS(2717), - [anon_sym___declspec] = ACTIONS(2717), - [anon_sym___based] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2717), - [anon_sym_register] = ACTIONS(2717), - [anon_sym_inline] = ACTIONS(2717), - [anon_sym_const] = ACTIONS(2717), - [anon_sym_volatile] = ACTIONS(2717), - [anon_sym_restrict] = ACTIONS(2717), - [anon_sym__Atomic] = ACTIONS(2717), - [anon_sym_mutable] = ACTIONS(2717), - [anon_sym_constexpr] = ACTIONS(2717), - [anon_sym_signed] = ACTIONS(2717), - [anon_sym_unsigned] = ACTIONS(2717), - [anon_sym_long] = ACTIONS(2717), - [anon_sym_short] = ACTIONS(2717), - [sym_primitive_type] = ACTIONS(2717), - [anon_sym_enum] = ACTIONS(2717), - [anon_sym_class] = ACTIONS(2717), - [anon_sym_struct] = ACTIONS(2717), - [anon_sym_union] = ACTIONS(2717), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2717), - [anon_sym_virtual] = ACTIONS(2717), - [anon_sym_explicit] = ACTIONS(2717), - [anon_sym_public] = ACTIONS(2717), - [anon_sym_private] = ACTIONS(2717), - [anon_sym_protected] = ACTIONS(2717), - [sym_auto] = ACTIONS(2717), - [anon_sym_typename] = ACTIONS(2717), - [anon_sym_template] = ACTIONS(2717), - [anon_sym_COLON_COLON] = ACTIONS(2719), - [anon_sym_operator] = ACTIONS(2717), - [anon_sym_friend] = ACTIONS(2717), - [anon_sym_using] = ACTIONS(2717), - [anon_sym_static_assert] = ACTIONS(2717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), - [sym_operator_name] = ACTIONS(2717), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), - [anon_sym_MOZ_COLD] = ACTIONS(2717), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_RAII] = ACTIONS(2717), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), + [862] = { + [sym_identifier] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2499), + [anon_sym_COMMA] = ACTIONS(2499), + [anon_sym_RPAREN] = ACTIONS(2499), + [anon_sym_LPAREN2] = ACTIONS(2499), + [anon_sym_TILDE] = ACTIONS(2499), + [anon_sym_DASH] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2497), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_SLASH] = ACTIONS(2497), + [anon_sym_PERCENT] = ACTIONS(2499), + [anon_sym_PIPE_PIPE] = ACTIONS(2499), + [anon_sym_AMP_AMP] = ACTIONS(2499), + [anon_sym_PIPE] = ACTIONS(2497), + [anon_sym_CARET] = ACTIONS(2499), + [anon_sym_AMP] = ACTIONS(2497), + [anon_sym_EQ_EQ] = ACTIONS(2499), + [anon_sym_BANG_EQ] = ACTIONS(2499), + [anon_sym_GT] = ACTIONS(2497), + [anon_sym_GT_EQ] = ACTIONS(2499), + [anon_sym_LT_EQ] = ACTIONS(2499), + [anon_sym_LT] = ACTIONS(2497), + [anon_sym_LT_LT] = ACTIONS(2499), + [anon_sym_GT_GT] = ACTIONS(2499), + [anon_sym_SEMI] = ACTIONS(2499), + [anon_sym_extern] = ACTIONS(2497), + [anon_sym___attribute__] = ACTIONS(2497), + [anon_sym___declspec] = ACTIONS(2497), + [anon_sym___based] = ACTIONS(2497), + [anon_sym_LBRACE] = ACTIONS(2499), + [anon_sym_RBRACE] = ACTIONS(2499), + [anon_sym_LBRACK] = ACTIONS(2499), + [anon_sym_RBRACK] = ACTIONS(2499), + [anon_sym_EQ] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_register] = ACTIONS(2497), + [anon_sym_inline] = ACTIONS(2497), + [anon_sym_const] = ACTIONS(2497), + [anon_sym_volatile] = ACTIONS(2497), + [anon_sym_restrict] = ACTIONS(2497), + [anon_sym__Atomic] = ACTIONS(2497), + [anon_sym_mutable] = ACTIONS(2497), + [anon_sym_constexpr] = ACTIONS(2497), + [anon_sym_COLON] = ACTIONS(2497), + [anon_sym_QMARK] = ACTIONS(2499), + [anon_sym_DASH_DASH] = ACTIONS(2499), + [anon_sym_PLUS_PLUS] = ACTIONS(2499), + [anon_sym_DOT] = ACTIONS(2497), + [anon_sym_DASH_GT] = ACTIONS(2499), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2497), + [anon_sym_override] = ACTIONS(2497), + [anon_sym_COLON_COLON] = ACTIONS(2499), + [anon_sym_noexcept] = ACTIONS(2497), + [anon_sym_throw] = ACTIONS(2497), + [sym_operator_name] = ACTIONS(2497), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2497), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2497), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2497), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2497), + [anon_sym_MOZ_COLD] = ACTIONS(2497), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2497), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2497), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2497), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2497), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2497), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2497), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2497), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2497), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2497), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2497), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2497), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2497), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2497), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_NONNULL] = ACTIONS(2497), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2497), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2497), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2497), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2497), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2497), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2497), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2497), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2497), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2497), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2497), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2497), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2497), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), + [anon_sym_MOZ_RAII] = ACTIONS(2497), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2497), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2497), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2497), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2497), }, - [963] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [aux_sym_preproc_else_token1] = ACTIONS(2657), - [aux_sym_preproc_elif_token1] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + [863] = { + [sym_identifier] = ACTIONS(2501), + [aux_sym_preproc_def_token1] = ACTIONS(2501), + [aux_sym_preproc_if_token1] = ACTIONS(2501), + [aux_sym_preproc_if_token2] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2501), + [aux_sym_preproc_else_token1] = ACTIONS(2501), + [aux_sym_preproc_elif_token1] = ACTIONS(2501), + [sym_preproc_directive] = ACTIONS(2501), + [anon_sym_LPAREN2] = ACTIONS(2503), + [anon_sym_TILDE] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_AMP_AMP] = ACTIONS(2503), + [anon_sym_AMP] = ACTIONS(2501), + [anon_sym_typedef] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym___attribute__] = ACTIONS(2501), + [anon_sym___declspec] = ACTIONS(2501), + [anon_sym___based] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_inline] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_volatile] = ACTIONS(2501), + [anon_sym_restrict] = ACTIONS(2501), + [anon_sym__Atomic] = ACTIONS(2501), + [anon_sym_mutable] = ACTIONS(2501), + [anon_sym_constexpr] = ACTIONS(2501), + [anon_sym_signed] = ACTIONS(2501), + [anon_sym_unsigned] = ACTIONS(2501), + [anon_sym_long] = ACTIONS(2501), + [anon_sym_short] = ACTIONS(2501), + [sym_primitive_type] = ACTIONS(2501), + [anon_sym_enum] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_struct] = ACTIONS(2501), + [anon_sym_union] = ACTIONS(2501), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2501), + [anon_sym_virtual] = ACTIONS(2501), + [anon_sym_explicit] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_protected] = ACTIONS(2501), + [sym_auto] = ACTIONS(2501), + [anon_sym_typename] = ACTIONS(2501), + [anon_sym_template] = ACTIONS(2501), + [anon_sym_COLON_COLON] = ACTIONS(2503), + [anon_sym_operator] = ACTIONS(2501), + [anon_sym_friend] = ACTIONS(2501), + [anon_sym_using] = ACTIONS(2501), + [anon_sym_static_assert] = ACTIONS(2501), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2503), + [sym_operator_name] = ACTIONS(2501), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2501), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), + [anon_sym_MOZ_COLD] = ACTIONS(2501), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_RAII] = ACTIONS(2501), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), }, - [964] = { - [sym_identifier] = ACTIONS(2721), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2723), - [anon_sym_COMMA] = ACTIONS(2723), - [anon_sym_RPAREN] = ACTIONS(2723), - [anon_sym_LPAREN2] = ACTIONS(2723), - [anon_sym_TILDE] = ACTIONS(2723), - [anon_sym_DASH] = ACTIONS(2721), - [anon_sym_PLUS] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2723), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_PERCENT] = ACTIONS(2723), - [anon_sym_PIPE_PIPE] = ACTIONS(2723), - [anon_sym_AMP_AMP] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_CARET] = ACTIONS(2723), - [anon_sym_AMP] = ACTIONS(2721), - [anon_sym_EQ_EQ] = ACTIONS(2723), - [anon_sym_BANG_EQ] = ACTIONS(2723), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2723), - [anon_sym_LT_EQ] = ACTIONS(2723), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_LT_LT] = ACTIONS(2723), - [anon_sym_GT_GT] = ACTIONS(2723), - [anon_sym_SEMI] = ACTIONS(2723), - [anon_sym_extern] = ACTIONS(2721), - [anon_sym___attribute__] = ACTIONS(2721), - [anon_sym___declspec] = ACTIONS(2721), - [anon_sym___based] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2723), - [anon_sym_RBRACE] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2723), - [anon_sym_RBRACK] = ACTIONS(2723), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_static] = ACTIONS(2721), - [anon_sym_register] = ACTIONS(2721), - [anon_sym_inline] = ACTIONS(2721), - [anon_sym_const] = ACTIONS(2721), - [anon_sym_volatile] = ACTIONS(2721), - [anon_sym_restrict] = ACTIONS(2721), - [anon_sym__Atomic] = ACTIONS(2721), - [anon_sym_mutable] = ACTIONS(2721), - [anon_sym_constexpr] = ACTIONS(2721), - [anon_sym_COLON] = ACTIONS(2721), - [anon_sym_QMARK] = ACTIONS(2723), - [anon_sym_DASH_DASH] = ACTIONS(2723), - [anon_sym_PLUS_PLUS] = ACTIONS(2723), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2723), + [864] = { + [sym_identifier] = ACTIONS(2505), + [aux_sym_preproc_def_token1] = ACTIONS(2505), + [aux_sym_preproc_if_token1] = ACTIONS(2505), + [aux_sym_preproc_if_token2] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2505), + [aux_sym_preproc_else_token1] = ACTIONS(2505), + [aux_sym_preproc_elif_token1] = ACTIONS(2505), + [sym_preproc_directive] = ACTIONS(2505), + [anon_sym_LPAREN2] = ACTIONS(2507), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_AMP_AMP] = ACTIONS(2507), + [anon_sym_AMP] = ACTIONS(2505), + [anon_sym_typedef] = ACTIONS(2505), + [anon_sym_extern] = ACTIONS(2505), + [anon_sym___attribute__] = ACTIONS(2505), + [anon_sym___declspec] = ACTIONS(2505), + [anon_sym___based] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_register] = ACTIONS(2505), + [anon_sym_inline] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_volatile] = ACTIONS(2505), + [anon_sym_restrict] = ACTIONS(2505), + [anon_sym__Atomic] = ACTIONS(2505), + [anon_sym_mutable] = ACTIONS(2505), + [anon_sym_constexpr] = ACTIONS(2505), + [anon_sym_signed] = ACTIONS(2505), + [anon_sym_unsigned] = ACTIONS(2505), + [anon_sym_long] = ACTIONS(2505), + [anon_sym_short] = ACTIONS(2505), + [sym_primitive_type] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_struct] = ACTIONS(2505), + [anon_sym_union] = ACTIONS(2505), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2505), + [anon_sym_virtual] = ACTIONS(2505), + [anon_sym_explicit] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [sym_auto] = ACTIONS(2505), + [anon_sym_typename] = ACTIONS(2505), + [anon_sym_template] = ACTIONS(2505), + [anon_sym_COLON_COLON] = ACTIONS(2507), + [anon_sym_operator] = ACTIONS(2505), + [anon_sym_friend] = ACTIONS(2505), + [anon_sym_using] = ACTIONS(2505), + [anon_sym_static_assert] = ACTIONS(2505), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2507), + [sym_operator_name] = ACTIONS(2505), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2505), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2505), + [anon_sym_MOZ_COLD] = ACTIONS(2505), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2505), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2505), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2505), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2505), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2505), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2505), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2505), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2505), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2505), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2505), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2505), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2505), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_RAII] = ACTIONS(2505), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2505), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2505), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2505), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2505), + }, + [865] = { + [sym_identifier] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2511), + [anon_sym_COMMA] = ACTIONS(2511), + [anon_sym_RPAREN] = ACTIONS(2511), + [anon_sym_LPAREN2] = ACTIONS(2511), + [anon_sym_TILDE] = ACTIONS(2511), + [anon_sym_DASH] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2509), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_SLASH] = ACTIONS(2509), + [anon_sym_PERCENT] = ACTIONS(2511), + [anon_sym_PIPE_PIPE] = ACTIONS(2511), + [anon_sym_AMP_AMP] = ACTIONS(2511), + [anon_sym_PIPE] = ACTIONS(2509), + [anon_sym_CARET] = ACTIONS(2511), + [anon_sym_AMP] = ACTIONS(2509), + [anon_sym_EQ_EQ] = ACTIONS(2511), + [anon_sym_BANG_EQ] = ACTIONS(2511), + [anon_sym_GT] = ACTIONS(2509), + [anon_sym_GT_EQ] = ACTIONS(2511), + [anon_sym_LT_EQ] = ACTIONS(2511), + [anon_sym_LT] = ACTIONS(2509), + [anon_sym_LT_LT] = ACTIONS(2511), + [anon_sym_GT_GT] = ACTIONS(2511), + [anon_sym_SEMI] = ACTIONS(2511), + [anon_sym_extern] = ACTIONS(2509), + [anon_sym___attribute__] = ACTIONS(2509), + [anon_sym___declspec] = ACTIONS(2509), + [anon_sym___based] = ACTIONS(2509), + [anon_sym_LBRACE] = ACTIONS(2511), + [anon_sym_RBRACE] = ACTIONS(2511), + [anon_sym_LBRACK] = ACTIONS(2511), + [anon_sym_RBRACK] = ACTIONS(2511), + [anon_sym_EQ] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_register] = ACTIONS(2509), + [anon_sym_inline] = ACTIONS(2509), + [anon_sym_const] = ACTIONS(2509), + [anon_sym_volatile] = ACTIONS(2509), + [anon_sym_restrict] = ACTIONS(2509), + [anon_sym__Atomic] = ACTIONS(2509), + [anon_sym_mutable] = ACTIONS(2509), + [anon_sym_constexpr] = ACTIONS(2509), + [anon_sym_COLON] = ACTIONS(2509), + [anon_sym_QMARK] = ACTIONS(2511), + [anon_sym_DASH_DASH] = ACTIONS(2511), + [anon_sym_PLUS_PLUS] = ACTIONS(2511), + [anon_sym_DOT] = ACTIONS(2509), + [anon_sym_DASH_GT] = ACTIONS(2511), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2721), - [anon_sym_override] = ACTIONS(2721), - [anon_sym_COLON_COLON] = ACTIONS(2723), - [anon_sym_noexcept] = ACTIONS(2721), - [anon_sym_throw] = ACTIONS(2721), - [sym_operator_name] = ACTIONS(2721), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2721), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2721), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2721), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2721), - [anon_sym_MOZ_COLD] = ACTIONS(2721), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2721), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2721), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2721), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2721), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2721), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2721), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2721), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2721), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2721), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2721), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2721), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2721), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2721), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_NONNULL] = ACTIONS(2721), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2721), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2721), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2721), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2721), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2721), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2721), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2721), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2721), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2721), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2721), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2721), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2721), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), - [anon_sym_MOZ_RAII] = ACTIONS(2721), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2721), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2721), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2721), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2721), + [anon_sym_final] = ACTIONS(2509), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_COLON_COLON] = ACTIONS(2511), + [anon_sym_noexcept] = ACTIONS(2509), + [anon_sym_throw] = ACTIONS(2509), + [sym_operator_name] = ACTIONS(2509), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2509), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2509), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2509), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2509), + [anon_sym_MOZ_COLD] = ACTIONS(2509), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2509), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2509), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2509), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2509), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2509), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2509), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2509), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2509), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2509), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2509), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2509), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2509), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2509), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_NONNULL] = ACTIONS(2509), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2509), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2509), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2509), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2509), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2509), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2509), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2509), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2509), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2509), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2509), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2509), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2509), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), + [anon_sym_MOZ_RAII] = ACTIONS(2509), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2509), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2509), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2509), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2509), }, - [965] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token2] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [aux_sym_preproc_else_token1] = ACTIONS(2425), - [aux_sym_preproc_elif_token1] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [866] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token2] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [aux_sym_preproc_else_token1] = ACTIONS(1728), + [aux_sym_preproc_elif_token1] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [anon_sym_public] = ACTIONS(1728), + [anon_sym_private] = ACTIONS(1728), + [anon_sym_protected] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_friend] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [sym_operator_name] = ACTIONS(1728), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), }, - [966] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [aux_sym_preproc_else_token1] = ACTIONS(2725), - [aux_sym_preproc_elif_token1] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), + [867] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_AMP_AMP] = ACTIONS(1694), + [anon_sym_AMP] = ACTIONS(1692), + [anon_sym_typedef] = ACTIONS(1692), + [anon_sym_extern] = ACTIONS(1692), + [anon_sym___attribute__] = ACTIONS(1692), + [anon_sym___declspec] = ACTIONS(1692), + [anon_sym___based] = ACTIONS(1692), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1692), + [anon_sym_register] = ACTIONS(1692), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1692), + [anon_sym_virtual] = ACTIONS(1692), + [anon_sym_explicit] = ACTIONS(1692), + [anon_sym_public] = ACTIONS(1692), + [anon_sym_private] = ACTIONS(1692), + [anon_sym_protected] = ACTIONS(1692), + [sym_auto] = ACTIONS(1692), + [anon_sym_typename] = ACTIONS(1692), + [anon_sym_template] = ACTIONS(1692), + [anon_sym_COLON_COLON] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1692), + [anon_sym_friend] = ACTIONS(1692), + [anon_sym_using] = ACTIONS(1692), + [anon_sym_static_assert] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [sym_operator_name] = ACTIONS(1692), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [967] = { - [sym_identifier] = ACTIONS(2729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2731), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_RPAREN] = ACTIONS(2731), - [anon_sym_LPAREN2] = ACTIONS(2731), - [anon_sym_TILDE] = ACTIONS(2731), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_SLASH] = ACTIONS(2729), - [anon_sym_PERCENT] = ACTIONS(2731), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_GT_GT] = ACTIONS(2731), - [anon_sym_SEMI] = ACTIONS(2731), - [anon_sym_extern] = ACTIONS(2729), - [anon_sym___attribute__] = ACTIONS(2729), - [anon_sym___declspec] = ACTIONS(2729), - [anon_sym___based] = ACTIONS(2729), - [anon_sym_LBRACE] = ACTIONS(2731), - [anon_sym_RBRACE] = ACTIONS(2731), - [anon_sym_LBRACK] = ACTIONS(2731), - [anon_sym_RBRACK] = ACTIONS(2731), - [anon_sym_EQ] = ACTIONS(2729), - [anon_sym_static] = ACTIONS(2729), - [anon_sym_register] = ACTIONS(2729), - [anon_sym_inline] = ACTIONS(2729), - [anon_sym_const] = ACTIONS(2729), - [anon_sym_volatile] = ACTIONS(2729), - [anon_sym_restrict] = ACTIONS(2729), - [anon_sym__Atomic] = ACTIONS(2729), - [anon_sym_mutable] = ACTIONS(2729), - [anon_sym_constexpr] = ACTIONS(2729), - [anon_sym_COLON] = ACTIONS(2729), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_DASH_DASH] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2731), - [anon_sym_DOT] = ACTIONS(2729), - [anon_sym_DASH_GT] = ACTIONS(2731), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2729), - [anon_sym_override] = ACTIONS(2729), - [anon_sym_COLON_COLON] = ACTIONS(2731), - [anon_sym_noexcept] = ACTIONS(2729), - [anon_sym_throw] = ACTIONS(2729), - [sym_operator_name] = ACTIONS(2729), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2729), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2729), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2729), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2729), - [anon_sym_MOZ_COLD] = ACTIONS(2729), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2729), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2729), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2729), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2729), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2729), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2729), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2729), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2729), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2729), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2729), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2729), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2729), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2729), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_NONNULL] = ACTIONS(2729), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2729), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2729), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2729), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2729), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2729), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2729), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2729), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2729), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2729), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2729), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2729), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2729), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), - [anon_sym_MOZ_RAII] = ACTIONS(2729), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2729), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2729), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2729), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2729), + [868] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [968] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token2] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [aux_sym_preproc_else_token1] = ACTIONS(2413), - [aux_sym_preproc_elif_token1] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [869] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [aux_sym_preproc_else_token1] = ACTIONS(1508), + [aux_sym_preproc_elif_token1] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [969] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token2] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [aux_sym_preproc_else_token1] = ACTIONS(1932), - [aux_sym_preproc_elif_token1] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [anon_sym_public] = ACTIONS(1932), - [anon_sym_private] = ACTIONS(1932), - [anon_sym_protected] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_friend] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [sym_operator_name] = ACTIONS(1932), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), + [870] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [aux_sym_preproc_else_token1] = ACTIONS(1508), + [aux_sym_preproc_elif_token1] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [970] = { - [sym_identifier] = ACTIONS(2733), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2735), - [anon_sym_COMMA] = ACTIONS(2735), - [anon_sym_RPAREN] = ACTIONS(2735), - [anon_sym_LPAREN2] = ACTIONS(2735), - [anon_sym_TILDE] = ACTIONS(2735), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_STAR] = ACTIONS(2735), - [anon_sym_SLASH] = ACTIONS(2733), - [anon_sym_PERCENT] = ACTIONS(2735), - [anon_sym_PIPE_PIPE] = ACTIONS(2735), - [anon_sym_AMP_AMP] = ACTIONS(2735), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2735), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2735), - [anon_sym_BANG_EQ] = ACTIONS(2735), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_GT_EQ] = ACTIONS(2735), - [anon_sym_LT_EQ] = ACTIONS(2735), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_LT_LT] = ACTIONS(2735), - [anon_sym_GT_GT] = ACTIONS(2735), - [anon_sym_SEMI] = ACTIONS(2735), - [anon_sym_extern] = ACTIONS(2733), - [anon_sym___attribute__] = ACTIONS(2733), - [anon_sym___declspec] = ACTIONS(2733), - [anon_sym___based] = ACTIONS(2733), - [anon_sym_LBRACE] = ACTIONS(2735), - [anon_sym_RBRACE] = ACTIONS(2735), - [anon_sym_LBRACK] = ACTIONS(2735), - [anon_sym_RBRACK] = ACTIONS(2735), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_static] = ACTIONS(2733), - [anon_sym_register] = ACTIONS(2733), - [anon_sym_inline] = ACTIONS(2733), - [anon_sym_const] = ACTIONS(2733), - [anon_sym_volatile] = ACTIONS(2733), - [anon_sym_restrict] = ACTIONS(2733), - [anon_sym__Atomic] = ACTIONS(2733), - [anon_sym_mutable] = ACTIONS(2733), - [anon_sym_constexpr] = ACTIONS(2733), - [anon_sym_COLON] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2735), - [anon_sym_DASH_DASH] = ACTIONS(2735), - [anon_sym_PLUS_PLUS] = ACTIONS(2735), - [anon_sym_DOT] = ACTIONS(2733), - [anon_sym_DASH_GT] = ACTIONS(2735), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2733), - [anon_sym_override] = ACTIONS(2733), - [anon_sym_COLON_COLON] = ACTIONS(2735), - [anon_sym_noexcept] = ACTIONS(2733), - [anon_sym_throw] = ACTIONS(2733), - [sym_operator_name] = ACTIONS(2733), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2733), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2733), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2733), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2733), - [anon_sym_MOZ_COLD] = ACTIONS(2733), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2733), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2733), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2733), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2733), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2733), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2733), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2733), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2733), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2733), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2733), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2733), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2733), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2733), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_NONNULL] = ACTIONS(2733), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2733), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2733), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2733), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2733), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2733), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2733), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2733), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2733), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2733), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2733), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2733), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2733), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), - [anon_sym_MOZ_RAII] = ACTIONS(2733), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2733), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2733), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2733), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2733), - }, - [971] = { - [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___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_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_COLON_COLON] = ACTIONS(1844), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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), - }, - [972] = { - [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___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_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_COLON_COLON] = ACTIONS(1852), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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), - }, - [973] = { - [sym_identifier] = ACTIONS(2737), - [aux_sym_preproc_def_token1] = ACTIONS(2737), - [aux_sym_preproc_if_token1] = ACTIONS(2737), - [aux_sym_preproc_if_token2] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2737), - [aux_sym_preproc_else_token1] = ACTIONS(2737), - [aux_sym_preproc_elif_token1] = ACTIONS(2737), - [sym_preproc_directive] = ACTIONS(2737), - [anon_sym_LPAREN2] = ACTIONS(2739), - [anon_sym_TILDE] = ACTIONS(2739), - [anon_sym_STAR] = ACTIONS(2739), - [anon_sym_AMP_AMP] = ACTIONS(2739), - [anon_sym_AMP] = ACTIONS(2737), - [anon_sym_typedef] = ACTIONS(2737), - [anon_sym_extern] = ACTIONS(2737), - [anon_sym___attribute__] = ACTIONS(2737), - [anon_sym___declspec] = ACTIONS(2737), - [anon_sym___based] = ACTIONS(2737), - [anon_sym_LBRACK] = ACTIONS(2737), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_register] = ACTIONS(2737), - [anon_sym_inline] = ACTIONS(2737), - [anon_sym_const] = ACTIONS(2737), - [anon_sym_volatile] = ACTIONS(2737), - [anon_sym_restrict] = ACTIONS(2737), - [anon_sym__Atomic] = ACTIONS(2737), - [anon_sym_mutable] = ACTIONS(2737), - [anon_sym_constexpr] = ACTIONS(2737), - [anon_sym_signed] = ACTIONS(2737), - [anon_sym_unsigned] = ACTIONS(2737), - [anon_sym_long] = ACTIONS(2737), - [anon_sym_short] = ACTIONS(2737), - [sym_primitive_type] = ACTIONS(2737), - [anon_sym_enum] = ACTIONS(2737), - [anon_sym_class] = ACTIONS(2737), - [anon_sym_struct] = ACTIONS(2737), - [anon_sym_union] = ACTIONS(2737), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2737), - [anon_sym_virtual] = ACTIONS(2737), - [anon_sym_explicit] = ACTIONS(2737), - [anon_sym_public] = ACTIONS(2737), - [anon_sym_private] = ACTIONS(2737), - [anon_sym_protected] = ACTIONS(2737), - [sym_auto] = ACTIONS(2737), - [anon_sym_typename] = ACTIONS(2737), - [anon_sym_template] = ACTIONS(2737), - [anon_sym_COLON_COLON] = ACTIONS(2739), - [anon_sym_operator] = ACTIONS(2737), - [anon_sym_friend] = ACTIONS(2737), - [anon_sym_using] = ACTIONS(2737), - [anon_sym_static_assert] = ACTIONS(2737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2739), - [sym_operator_name] = ACTIONS(2737), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2737), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2737), - [anon_sym_MOZ_COLD] = ACTIONS(2737), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2737), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2737), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2737), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2737), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2737), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2737), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2737), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2737), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2737), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2737), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2737), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2737), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_RAII] = ACTIONS(2737), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2737), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2737), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2737), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2737), + [871] = { + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token2] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [aux_sym_preproc_else_token1] = ACTIONS(1788), + [aux_sym_preproc_elif_token1] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_friend] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [sym_operator_name] = ACTIONS(1788), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), }, - [974] = { - [sym_identifier] = ACTIONS(2741), - [aux_sym_preproc_def_token1] = ACTIONS(2741), - [aux_sym_preproc_if_token1] = ACTIONS(2741), - [aux_sym_preproc_if_token2] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), - [aux_sym_preproc_else_token1] = ACTIONS(2741), - [aux_sym_preproc_elif_token1] = ACTIONS(2741), - [sym_preproc_directive] = ACTIONS(2741), - [anon_sym_LPAREN2] = ACTIONS(2743), - [anon_sym_TILDE] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_AMP_AMP] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2741), - [anon_sym_typedef] = ACTIONS(2741), - [anon_sym_extern] = ACTIONS(2741), - [anon_sym___attribute__] = ACTIONS(2741), - [anon_sym___declspec] = ACTIONS(2741), - [anon_sym___based] = ACTIONS(2741), - [anon_sym_LBRACK] = ACTIONS(2741), - [anon_sym_static] = ACTIONS(2741), - [anon_sym_register] = ACTIONS(2741), - [anon_sym_inline] = ACTIONS(2741), - [anon_sym_const] = ACTIONS(2741), - [anon_sym_volatile] = ACTIONS(2741), - [anon_sym_restrict] = ACTIONS(2741), - [anon_sym__Atomic] = ACTIONS(2741), - [anon_sym_mutable] = ACTIONS(2741), - [anon_sym_constexpr] = ACTIONS(2741), - [anon_sym_signed] = ACTIONS(2741), - [anon_sym_unsigned] = ACTIONS(2741), - [anon_sym_long] = ACTIONS(2741), - [anon_sym_short] = ACTIONS(2741), - [sym_primitive_type] = ACTIONS(2741), - [anon_sym_enum] = ACTIONS(2741), - [anon_sym_class] = ACTIONS(2741), - [anon_sym_struct] = ACTIONS(2741), - [anon_sym_union] = ACTIONS(2741), + [872] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token2] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [aux_sym_preproc_else_token1] = ACTIONS(2493), + [aux_sym_preproc_elif_token1] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2741), - [anon_sym_virtual] = ACTIONS(2741), - [anon_sym_explicit] = ACTIONS(2741), - [anon_sym_public] = ACTIONS(2741), - [anon_sym_private] = ACTIONS(2741), - [anon_sym_protected] = ACTIONS(2741), - [sym_auto] = ACTIONS(2741), - [anon_sym_typename] = ACTIONS(2741), - [anon_sym_template] = ACTIONS(2741), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_operator] = ACTIONS(2741), - [anon_sym_friend] = ACTIONS(2741), - [anon_sym_using] = ACTIONS(2741), - [anon_sym_static_assert] = ACTIONS(2741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), - [sym_operator_name] = ACTIONS(2741), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), - [anon_sym_MOZ_COLD] = ACTIONS(2741), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_RAII] = ACTIONS(2741), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [975] = { - [sym_identifier] = ACTIONS(2745), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2747), - [anon_sym_COMMA] = ACTIONS(2747), - [anon_sym_RPAREN] = ACTIONS(2747), - [anon_sym_LPAREN2] = ACTIONS(2747), - [anon_sym_TILDE] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2745), - [anon_sym_PLUS] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2747), - [anon_sym_SLASH] = ACTIONS(2745), - [anon_sym_PERCENT] = ACTIONS(2747), - [anon_sym_PIPE_PIPE] = ACTIONS(2747), - [anon_sym_AMP_AMP] = ACTIONS(2747), - [anon_sym_PIPE] = ACTIONS(2745), - [anon_sym_CARET] = ACTIONS(2747), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_EQ_EQ] = ACTIONS(2747), - [anon_sym_BANG_EQ] = ACTIONS(2747), - [anon_sym_GT] = ACTIONS(2745), - [anon_sym_GT_EQ] = ACTIONS(2747), - [anon_sym_LT_EQ] = ACTIONS(2747), - [anon_sym_LT] = ACTIONS(2745), - [anon_sym_LT_LT] = ACTIONS(2747), - [anon_sym_GT_GT] = ACTIONS(2747), - [anon_sym_SEMI] = ACTIONS(2747), - [anon_sym_extern] = ACTIONS(2745), - [anon_sym___attribute__] = ACTIONS(2745), - [anon_sym___declspec] = ACTIONS(2745), - [anon_sym___based] = ACTIONS(2745), - [anon_sym_LBRACE] = ACTIONS(2747), - [anon_sym_RBRACE] = ACTIONS(2747), - [anon_sym_LBRACK] = ACTIONS(2747), - [anon_sym_RBRACK] = ACTIONS(2747), - [anon_sym_EQ] = ACTIONS(2745), - [anon_sym_static] = ACTIONS(2745), - [anon_sym_register] = ACTIONS(2745), - [anon_sym_inline] = ACTIONS(2745), - [anon_sym_const] = ACTIONS(2745), - [anon_sym_volatile] = ACTIONS(2745), - [anon_sym_restrict] = ACTIONS(2745), - [anon_sym__Atomic] = ACTIONS(2745), - [anon_sym_mutable] = ACTIONS(2745), - [anon_sym_constexpr] = ACTIONS(2745), - [anon_sym_COLON] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_DASH_DASH] = ACTIONS(2747), - [anon_sym_PLUS_PLUS] = ACTIONS(2747), - [anon_sym_DOT] = ACTIONS(2745), - [anon_sym_DASH_GT] = ACTIONS(2747), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2745), - [anon_sym_override] = ACTIONS(2745), - [anon_sym_COLON_COLON] = ACTIONS(2747), - [anon_sym_noexcept] = ACTIONS(2745), - [anon_sym_throw] = ACTIONS(2745), - [sym_operator_name] = ACTIONS(2745), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2745), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2745), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2745), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2745), - [anon_sym_MOZ_COLD] = ACTIONS(2745), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2745), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2745), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2745), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2745), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2745), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2745), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2745), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2745), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2745), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2745), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2745), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2745), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2745), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_NONNULL] = ACTIONS(2745), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2745), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2745), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2745), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2745), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2745), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2745), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2745), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2745), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2745), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2745), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2745), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2745), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), - [anon_sym_MOZ_RAII] = ACTIONS(2745), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2745), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2745), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2745), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2745), + [873] = { + [sym_identifier] = ACTIONS(2513), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token2] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [aux_sym_preproc_else_token1] = ACTIONS(2513), + [aux_sym_preproc_elif_token1] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), + [anon_sym_LPAREN2] = ACTIONS(2515), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_AMP_AMP] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym___attribute__] = ACTIONS(2513), + [anon_sym___declspec] = ACTIONS(2513), + [anon_sym___based] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_register] = ACTIONS(2513), + [anon_sym_inline] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_volatile] = ACTIONS(2513), + [anon_sym_restrict] = ACTIONS(2513), + [anon_sym__Atomic] = ACTIONS(2513), + [anon_sym_mutable] = ACTIONS(2513), + [anon_sym_constexpr] = ACTIONS(2513), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), + [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), + [anon_sym_MOZ_COLD] = ACTIONS(2513), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_RAII] = ACTIONS(2513), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [976] = { - [sym_identifier] = ACTIONS(2749), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2751), - [anon_sym_COMMA] = ACTIONS(2751), - [anon_sym_RPAREN] = ACTIONS(2751), - [anon_sym_LPAREN2] = ACTIONS(2751), - [anon_sym_TILDE] = ACTIONS(2751), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_PLUS] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(2751), - [anon_sym_SLASH] = ACTIONS(2749), - [anon_sym_PERCENT] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2751), - [anon_sym_AMP_AMP] = ACTIONS(2751), - [anon_sym_PIPE] = ACTIONS(2749), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_AMP] = ACTIONS(2749), - [anon_sym_EQ_EQ] = ACTIONS(2751), - [anon_sym_BANG_EQ] = ACTIONS(2751), - [anon_sym_GT] = ACTIONS(2749), - [anon_sym_GT_EQ] = ACTIONS(2751), - [anon_sym_LT_EQ] = ACTIONS(2751), - [anon_sym_LT] = ACTIONS(2749), - [anon_sym_LT_LT] = ACTIONS(2751), - [anon_sym_GT_GT] = ACTIONS(2751), - [anon_sym_SEMI] = ACTIONS(2751), - [anon_sym_extern] = ACTIONS(2749), - [anon_sym___attribute__] = ACTIONS(2749), - [anon_sym___declspec] = ACTIONS(2749), - [anon_sym___based] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2751), - [anon_sym_RBRACE] = ACTIONS(2751), - [anon_sym_LBRACK] = ACTIONS(2751), - [anon_sym_RBRACK] = ACTIONS(2751), - [anon_sym_EQ] = ACTIONS(2749), - [anon_sym_static] = ACTIONS(2749), - [anon_sym_register] = ACTIONS(2749), - [anon_sym_inline] = ACTIONS(2749), - [anon_sym_const] = ACTIONS(2749), - [anon_sym_volatile] = ACTIONS(2749), - [anon_sym_restrict] = ACTIONS(2749), - [anon_sym__Atomic] = ACTIONS(2749), - [anon_sym_mutable] = ACTIONS(2749), - [anon_sym_constexpr] = ACTIONS(2749), - [anon_sym_COLON] = ACTIONS(2749), - [anon_sym_QMARK] = ACTIONS(2751), - [anon_sym_DASH_DASH] = ACTIONS(2751), - [anon_sym_PLUS_PLUS] = ACTIONS(2751), - [anon_sym_DOT] = ACTIONS(2749), - [anon_sym_DASH_GT] = ACTIONS(2751), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2749), - [anon_sym_override] = ACTIONS(2749), - [anon_sym_COLON_COLON] = ACTIONS(2751), - [anon_sym_noexcept] = ACTIONS(2749), - [anon_sym_throw] = ACTIONS(2749), - [sym_operator_name] = ACTIONS(2749), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2749), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2749), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2749), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2749), - [anon_sym_MOZ_COLD] = ACTIONS(2749), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2749), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2749), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2749), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2749), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2749), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2749), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2749), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2749), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2749), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2749), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2749), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2749), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2749), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_NONNULL] = ACTIONS(2749), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2749), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2749), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2749), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2749), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2749), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2749), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2749), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2749), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2749), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2749), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2749), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2749), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), - [anon_sym_MOZ_RAII] = ACTIONS(2749), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2749), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2749), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2749), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2749), + [874] = { + [sym_identifier] = ACTIONS(2517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2519), + [anon_sym_COMMA] = ACTIONS(2519), + [anon_sym_RPAREN] = ACTIONS(2519), + [anon_sym_LPAREN2] = ACTIONS(2519), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_PERCENT] = ACTIONS(2519), + [anon_sym_PIPE_PIPE] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_PIPE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2517), + [anon_sym_EQ_EQ] = ACTIONS(2519), + [anon_sym_BANG_EQ] = ACTIONS(2519), + [anon_sym_GT] = ACTIONS(2517), + [anon_sym_GT_EQ] = ACTIONS(2519), + [anon_sym_LT_EQ] = ACTIONS(2519), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_LT_LT] = ACTIONS(2519), + [anon_sym_GT_GT] = ACTIONS(2519), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym___attribute__] = ACTIONS(2517), + [anon_sym___declspec] = ACTIONS(2517), + [anon_sym___based] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_RBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_RBRACK] = ACTIONS(2519), + [anon_sym_EQ] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_inline] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_volatile] = ACTIONS(2517), + [anon_sym_restrict] = ACTIONS(2517), + [anon_sym__Atomic] = ACTIONS(2517), + [anon_sym_mutable] = ACTIONS(2517), + [anon_sym_constexpr] = ACTIONS(2517), + [anon_sym_COLON] = ACTIONS(2517), + [anon_sym_QMARK] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2519), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DASH_GT] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_noexcept] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [sym_operator_name] = ACTIONS(2517), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), + [anon_sym_MOZ_COLD] = ACTIONS(2517), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_NONNULL] = ACTIONS(2517), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), + [anon_sym_MOZ_RAII] = ACTIONS(2517), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), }, - [977] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token2] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [aux_sym_preproc_else_token1] = ACTIONS(2753), - [aux_sym_preproc_elif_token1] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2755), - [anon_sym_TILDE] = ACTIONS(2755), - [anon_sym_STAR] = ACTIONS(2755), - [anon_sym_AMP_AMP] = ACTIONS(2755), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [sym_primitive_type] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), + [875] = { + [sym_identifier] = ACTIONS(2521), + [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_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2523), + [anon_sym_PIPE_PIPE] = ACTIONS(2523), + [anon_sym_AMP_AMP] = ACTIONS(2523), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2523), + [anon_sym_AMP] = ACTIONS(2521), + [anon_sym_EQ_EQ] = ACTIONS(2523), + [anon_sym_BANG_EQ] = ACTIONS(2523), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2523), + [anon_sym_LT_EQ] = ACTIONS(2523), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2523), + [anon_sym_GT_GT] = ACTIONS(2523), + [anon_sym_SEMI] = ACTIONS(2523), + [anon_sym_extern] = ACTIONS(2521), + [anon_sym___attribute__] = ACTIONS(2521), + [anon_sym___declspec] = ACTIONS(2521), + [anon_sym___based] = ACTIONS(2521), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_RBRACE] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_RBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_register] = ACTIONS(2521), + [anon_sym_inline] = ACTIONS(2521), + [anon_sym_const] = ACTIONS(2521), + [anon_sym_volatile] = ACTIONS(2521), + [anon_sym_restrict] = ACTIONS(2521), + [anon_sym__Atomic] = ACTIONS(2521), + [anon_sym_mutable] = ACTIONS(2521), + [anon_sym_constexpr] = ACTIONS(2521), + [anon_sym_COLON] = ACTIONS(2521), + [anon_sym_QMARK] = ACTIONS(2523), + [anon_sym_DASH_DASH] = ACTIONS(2523), + [anon_sym_PLUS_PLUS] = ACTIONS(2523), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2521), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_COLON_COLON] = ACTIONS(2523), + [anon_sym_noexcept] = ACTIONS(2521), + [anon_sym_throw] = ACTIONS(2521), + [sym_operator_name] = ACTIONS(2521), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), + [anon_sym_MOZ_COLD] = ACTIONS(2521), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_NONNULL] = ACTIONS(2521), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), + [anon_sym_MOZ_RAII] = ACTIONS(2521), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), + }, + [876] = { + [sym__declaration_specifiers] = STATE(3588), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1407), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_public] = ACTIONS(2753), - [anon_sym_private] = ACTIONS(2753), - [anon_sym_protected] = ACTIONS(2753), - [sym_auto] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_friend] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), - [sym_operator_name] = ACTIONS(2753), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), - [anon_sym_MOZ_COLD] = ACTIONS(2753), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_RAII] = ACTIONS(2753), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [978] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token2] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [aux_sym_preproc_else_token1] = ACTIONS(2757), - [aux_sym_preproc_elif_token1] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + [877] = { + [sym_identifier] = ACTIONS(2525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2527), + [anon_sym_COMMA] = ACTIONS(2527), + [anon_sym_RPAREN] = ACTIONS(2527), + [anon_sym_LPAREN2] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_SLASH] = ACTIONS(2525), + [anon_sym_PERCENT] = ACTIONS(2527), + [anon_sym_PIPE_PIPE] = ACTIONS(2527), + [anon_sym_AMP_AMP] = ACTIONS(2527), + [anon_sym_PIPE] = ACTIONS(2525), + [anon_sym_CARET] = ACTIONS(2527), + [anon_sym_AMP] = ACTIONS(2525), + [anon_sym_EQ_EQ] = ACTIONS(2527), + [anon_sym_BANG_EQ] = ACTIONS(2527), + [anon_sym_GT] = ACTIONS(2525), + [anon_sym_GT_EQ] = ACTIONS(2527), + [anon_sym_LT_EQ] = ACTIONS(2527), + [anon_sym_LT] = ACTIONS(2525), + [anon_sym_LT_LT] = ACTIONS(2527), + [anon_sym_GT_GT] = ACTIONS(2527), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym___attribute__] = ACTIONS(2525), + [anon_sym___declspec] = ACTIONS(2525), + [anon_sym___based] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_RBRACE] = ACTIONS(2527), + [anon_sym_LBRACK] = ACTIONS(2527), + [anon_sym_RBRACK] = ACTIONS(2527), + [anon_sym_EQ] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym__Atomic] = ACTIONS(2525), + [anon_sym_mutable] = ACTIONS(2525), + [anon_sym_constexpr] = ACTIONS(2525), + [anon_sym_COLON] = ACTIONS(2525), + [anon_sym_QMARK] = ACTIONS(2527), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_DOT] = ACTIONS(2525), + [anon_sym_DASH_GT] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2525), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_COLON_COLON] = ACTIONS(2527), + [anon_sym_noexcept] = ACTIONS(2525), + [anon_sym_throw] = ACTIONS(2525), + [sym_operator_name] = ACTIONS(2525), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2525), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2525), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2525), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2525), + [anon_sym_MOZ_COLD] = ACTIONS(2525), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2525), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2525), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2525), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2525), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2525), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2525), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2525), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2525), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2525), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2525), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2525), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2525), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2525), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_NONNULL] = ACTIONS(2525), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2525), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2525), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2525), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2525), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2525), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2525), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2525), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2525), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2525), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2525), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2525), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2525), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), + [anon_sym_MOZ_RAII] = ACTIONS(2525), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2525), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2525), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2525), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2525), }, - [979] = { - [sym__declaration_specifiers] = STATE(3594), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1400), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [878] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token2] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [aux_sym_preproc_else_token1] = ACTIONS(2529), + [aux_sym_preproc_elif_token1] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [980] = { - [sym_identifier] = ACTIONS(2761), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2763), - [anon_sym_COMMA] = ACTIONS(2763), - [anon_sym_RPAREN] = ACTIONS(2763), - [anon_sym_LPAREN2] = ACTIONS(2763), - [anon_sym_TILDE] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), - [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2763), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_SEMI] = ACTIONS(2763), - [anon_sym_extern] = ACTIONS(2761), - [anon_sym___attribute__] = ACTIONS(2761), - [anon_sym___declspec] = ACTIONS(2761), - [anon_sym___based] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_RBRACE] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2763), - [anon_sym_RBRACK] = ACTIONS(2763), - [anon_sym_EQ] = ACTIONS(2761), - [anon_sym_static] = ACTIONS(2761), - [anon_sym_register] = ACTIONS(2761), - [anon_sym_inline] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_volatile] = ACTIONS(2761), - [anon_sym_restrict] = ACTIONS(2761), - [anon_sym__Atomic] = ACTIONS(2761), - [anon_sym_mutable] = ACTIONS(2761), - [anon_sym_constexpr] = ACTIONS(2761), - [anon_sym_COLON] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_DASH_GT] = ACTIONS(2763), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2761), - [anon_sym_override] = ACTIONS(2761), - [anon_sym_COLON_COLON] = ACTIONS(2763), - [anon_sym_noexcept] = ACTIONS(2761), - [anon_sym_throw] = ACTIONS(2761), - [sym_operator_name] = ACTIONS(2761), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2761), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2761), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2761), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2761), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2761), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2761), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2761), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2761), - [anon_sym_MOZ_COLD] = ACTIONS(2761), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2761), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2761), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2761), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2761), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2761), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2761), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2761), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2761), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2761), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2761), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2761), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2761), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2761), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2761), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2761), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2761), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2761), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2761), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2761), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_NONNULL] = ACTIONS(2761), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2761), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2761), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2761), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2761), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2761), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_NORETURN] = ACTIONS(2761), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2761), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2761), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2761), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2761), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2761), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2761), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2761), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2761), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2761), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), - [anon_sym_MOZ_RAII] = ACTIONS(2761), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2761), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2761), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2761), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2761), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2761), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [981] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [aux_sym_preproc_else_token1] = ACTIONS(1996), - [aux_sym_preproc_elif_token1] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [anon_sym_public] = ACTIONS(1996), - [anon_sym_private] = ACTIONS(1996), - [anon_sym_protected] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_friend] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [sym_operator_name] = ACTIONS(1996), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), + [879] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [aux_sym_preproc_else_token1] = ACTIONS(1530), + [aux_sym_preproc_elif_token1] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), }, - [982] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token2] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [aux_sym_preproc_else_token1] = ACTIONS(2753), - [aux_sym_preproc_elif_token1] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2755), - [anon_sym_TILDE] = ACTIONS(2755), - [anon_sym_STAR] = ACTIONS(2755), - [anon_sym_AMP_AMP] = ACTIONS(2755), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [sym_primitive_type] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), + [880] = { + [sym_identifier] = ACTIONS(2533), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2535), + [anon_sym_COMMA] = ACTIONS(2535), + [anon_sym_RPAREN] = ACTIONS(2535), + [anon_sym_LPAREN2] = ACTIONS(2535), + [anon_sym_TILDE] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2533), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_SLASH] = ACTIONS(2533), + [anon_sym_PERCENT] = ACTIONS(2535), + [anon_sym_PIPE_PIPE] = ACTIONS(2535), + [anon_sym_AMP_AMP] = ACTIONS(2535), + [anon_sym_PIPE] = ACTIONS(2533), + [anon_sym_CARET] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2533), + [anon_sym_EQ_EQ] = ACTIONS(2535), + [anon_sym_BANG_EQ] = ACTIONS(2535), + [anon_sym_GT] = ACTIONS(2533), + [anon_sym_GT_EQ] = ACTIONS(2535), + [anon_sym_LT_EQ] = ACTIONS(2535), + [anon_sym_LT] = ACTIONS(2533), + [anon_sym_LT_LT] = ACTIONS(2535), + [anon_sym_GT_GT] = ACTIONS(2535), + [anon_sym_SEMI] = ACTIONS(2535), + [anon_sym_extern] = ACTIONS(2533), + [anon_sym___attribute__] = ACTIONS(2533), + [anon_sym___declspec] = ACTIONS(2533), + [anon_sym___based] = ACTIONS(2533), + [anon_sym_LBRACE] = ACTIONS(2535), + [anon_sym_RBRACE] = ACTIONS(2535), + [anon_sym_LBRACK] = ACTIONS(2535), + [anon_sym_RBRACK] = ACTIONS(2535), + [anon_sym_EQ] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_register] = ACTIONS(2533), + [anon_sym_inline] = ACTIONS(2533), + [anon_sym_const] = ACTIONS(2533), + [anon_sym_volatile] = ACTIONS(2533), + [anon_sym_restrict] = ACTIONS(2533), + [anon_sym__Atomic] = ACTIONS(2533), + [anon_sym_mutable] = ACTIONS(2533), + [anon_sym_constexpr] = ACTIONS(2533), + [anon_sym_COLON] = ACTIONS(2533), + [anon_sym_QMARK] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2535), + [anon_sym_PLUS_PLUS] = ACTIONS(2535), + [anon_sym_DOT] = ACTIONS(2533), + [anon_sym_DASH_GT] = ACTIONS(2535), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_public] = ACTIONS(2753), - [anon_sym_private] = ACTIONS(2753), - [anon_sym_protected] = ACTIONS(2753), - [sym_auto] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_friend] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), - [sym_operator_name] = ACTIONS(2753), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), - [anon_sym_MOZ_COLD] = ACTIONS(2753), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_RAII] = ACTIONS(2753), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), - }, - [983] = { - [sym_identifier] = ACTIONS(2765), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2767), - [anon_sym_COMMA] = ACTIONS(2767), - [anon_sym_RPAREN] = ACTIONS(2767), - [anon_sym_LPAREN2] = ACTIONS(2767), - [anon_sym_TILDE] = ACTIONS(2767), - [anon_sym_DASH] = ACTIONS(2765), - [anon_sym_PLUS] = ACTIONS(2765), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2765), - [anon_sym_PERCENT] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2765), - [anon_sym_CARET] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2765), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2765), - [anon_sym_GT_EQ] = ACTIONS(2767), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_LT] = ACTIONS(2765), - [anon_sym_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT] = ACTIONS(2767), - [anon_sym_SEMI] = ACTIONS(2767), - [anon_sym_extern] = ACTIONS(2765), - [anon_sym___attribute__] = ACTIONS(2765), - [anon_sym___declspec] = ACTIONS(2765), - [anon_sym___based] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(2767), - [anon_sym_RBRACE] = ACTIONS(2767), - [anon_sym_LBRACK] = ACTIONS(2767), - [anon_sym_RBRACK] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2765), - [anon_sym_static] = ACTIONS(2765), - [anon_sym_register] = ACTIONS(2765), - [anon_sym_inline] = ACTIONS(2765), - [anon_sym_const] = ACTIONS(2765), - [anon_sym_volatile] = ACTIONS(2765), - [anon_sym_restrict] = ACTIONS(2765), - [anon_sym__Atomic] = ACTIONS(2765), - [anon_sym_mutable] = ACTIONS(2765), - [anon_sym_constexpr] = ACTIONS(2765), - [anon_sym_COLON] = ACTIONS(2765), - [anon_sym_QMARK] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2765), - [anon_sym_DASH_GT] = ACTIONS(2767), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2765), - [anon_sym_override] = ACTIONS(2765), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_noexcept] = ACTIONS(2765), - [anon_sym_throw] = ACTIONS(2765), - [sym_operator_name] = ACTIONS(2765), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2765), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2765), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2765), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2765), - [anon_sym_MOZ_COLD] = ACTIONS(2765), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2765), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2765), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2765), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2765), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2765), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2765), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2765), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2765), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2765), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2765), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2765), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2765), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2765), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_NONNULL] = ACTIONS(2765), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2765), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2765), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2765), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2765), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2765), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2765), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2765), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2765), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2765), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2765), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2765), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2765), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), - [anon_sym_MOZ_RAII] = ACTIONS(2765), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2765), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2765), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2765), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2765), + [anon_sym_final] = ACTIONS(2533), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_COLON_COLON] = ACTIONS(2535), + [anon_sym_noexcept] = ACTIONS(2533), + [anon_sym_throw] = ACTIONS(2533), + [sym_operator_name] = ACTIONS(2533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2533), + [anon_sym_MOZ_COLD] = ACTIONS(2533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_NONNULL] = ACTIONS(2533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), + [anon_sym_MOZ_RAII] = ACTIONS(2533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2533), }, - [984] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [aux_sym_preproc_else_token1] = ACTIONS(2769), - [aux_sym_preproc_elif_token1] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), + [881] = { + [sym_identifier] = ACTIONS(2537), + [aux_sym_preproc_def_token1] = ACTIONS(2537), + [aux_sym_preproc_if_token1] = ACTIONS(2537), + [aux_sym_preproc_if_token2] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), + [aux_sym_preproc_else_token1] = ACTIONS(2537), + [aux_sym_preproc_elif_token1] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2537), + [anon_sym_LPAREN2] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_AMP_AMP] = ACTIONS(2539), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym___attribute__] = ACTIONS(2537), + [anon_sym___declspec] = ACTIONS(2537), + [anon_sym___based] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym__Atomic] = ACTIONS(2537), + [anon_sym_mutable] = ACTIONS(2537), + [anon_sym_constexpr] = ACTIONS(2537), + [anon_sym_signed] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [anon_sym_decltype] = ACTIONS(2537), + [anon_sym_virtual] = ACTIONS(2537), + [anon_sym_explicit] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_protected] = ACTIONS(2537), + [sym_auto] = ACTIONS(2537), + [anon_sym_typename] = ACTIONS(2537), + [anon_sym_template] = ACTIONS(2537), + [anon_sym_COLON_COLON] = ACTIONS(2539), + [anon_sym_operator] = ACTIONS(2537), + [anon_sym_friend] = ACTIONS(2537), + [anon_sym_using] = ACTIONS(2537), + [anon_sym_static_assert] = ACTIONS(2537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), + [sym_operator_name] = ACTIONS(2537), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), + [anon_sym_MOZ_COLD] = ACTIONS(2537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_RAII] = ACTIONS(2537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), }, - [985] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [aux_sym_preproc_else_token1] = ACTIONS(2773), - [aux_sym_preproc_elif_token1] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), - }, - [986] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [aux_sym_preproc_else_token1] = ACTIONS(2773), - [aux_sym_preproc_elif_token1] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [882] = { + [sym_identifier] = ACTIONS(2541), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2543), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(2543), + [anon_sym_LPAREN2] = ACTIONS(2543), + [anon_sym_TILDE] = ACTIONS(2543), + [anon_sym_DASH] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2541), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_SLASH] = ACTIONS(2541), + [anon_sym_PERCENT] = ACTIONS(2543), + [anon_sym_PIPE_PIPE] = ACTIONS(2543), + [anon_sym_AMP_AMP] = ACTIONS(2543), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2543), + [anon_sym_AMP] = ACTIONS(2541), + [anon_sym_EQ_EQ] = ACTIONS(2543), + [anon_sym_BANG_EQ] = ACTIONS(2543), + [anon_sym_GT] = ACTIONS(2541), + [anon_sym_GT_EQ] = ACTIONS(2543), + [anon_sym_LT_EQ] = ACTIONS(2543), + [anon_sym_LT] = ACTIONS(2541), + [anon_sym_LT_LT] = ACTIONS(2543), + [anon_sym_GT_GT] = ACTIONS(2543), + [anon_sym_SEMI] = ACTIONS(2543), + [anon_sym_extern] = ACTIONS(2541), + [anon_sym___attribute__] = ACTIONS(2541), + [anon_sym___declspec] = ACTIONS(2541), + [anon_sym___based] = ACTIONS(2541), + [anon_sym_LBRACE] = ACTIONS(2543), + [anon_sym_RBRACE] = ACTIONS(2543), + [anon_sym_LBRACK] = ACTIONS(2543), + [anon_sym_RBRACK] = ACTIONS(2543), + [anon_sym_EQ] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_register] = ACTIONS(2541), + [anon_sym_inline] = ACTIONS(2541), + [anon_sym_const] = ACTIONS(2541), + [anon_sym_volatile] = ACTIONS(2541), + [anon_sym_restrict] = ACTIONS(2541), + [anon_sym__Atomic] = ACTIONS(2541), + [anon_sym_mutable] = ACTIONS(2541), + [anon_sym_constexpr] = ACTIONS(2541), + [anon_sym_COLON] = ACTIONS(2541), + [anon_sym_QMARK] = ACTIONS(2543), + [anon_sym_DASH_DASH] = ACTIONS(2543), + [anon_sym_PLUS_PLUS] = ACTIONS(2543), + [anon_sym_DOT] = ACTIONS(2541), + [anon_sym_DASH_GT] = ACTIONS(2543), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2541), + [anon_sym_override] = ACTIONS(2541), + [anon_sym_COLON_COLON] = ACTIONS(2543), + [anon_sym_noexcept] = ACTIONS(2541), + [anon_sym_throw] = ACTIONS(2541), + [sym_operator_name] = ACTIONS(2541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), + [anon_sym_MOZ_COLD] = ACTIONS(2541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_NONNULL] = ACTIONS(2541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), + [anon_sym_MOZ_RAII] = ACTIONS(2541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), }, - [987] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [aux_sym_preproc_else_token1] = ACTIONS(2777), - [aux_sym_preproc_elif_token1] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [sym_primitive_type] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [sym_auto] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [sym_operator_name] = ACTIONS(2777), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), - [anon_sym_MOZ_COLD] = ACTIONS(2777), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_RAII] = ACTIONS(2777), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), + [883] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1702), + [anon_sym_AMP_AMP] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1700), + [anon_sym_typedef] = ACTIONS(1700), + [anon_sym_extern] = ACTIONS(1700), + [anon_sym___attribute__] = ACTIONS(1700), + [anon_sym___declspec] = ACTIONS(1700), + [anon_sym___based] = ACTIONS(1700), + [anon_sym_LBRACK] = ACTIONS(1700), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_register] = ACTIONS(1700), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1700), + [anon_sym_virtual] = ACTIONS(1700), + [anon_sym_explicit] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [sym_auto] = ACTIONS(1700), + [anon_sym_typename] = ACTIONS(1700), + [anon_sym_template] = ACTIONS(1700), + [anon_sym_COLON_COLON] = ACTIONS(1702), + [anon_sym_operator] = ACTIONS(1700), + [anon_sym_friend] = ACTIONS(1700), + [anon_sym_using] = ACTIONS(1700), + [anon_sym_static_assert] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [sym_operator_name] = ACTIONS(1700), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [988] = { - [sym_identifier] = ACTIONS(2781), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2783), - [anon_sym_COMMA] = ACTIONS(2783), - [anon_sym_RPAREN] = ACTIONS(2783), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_SLASH] = ACTIONS(2781), - [anon_sym_PERCENT] = ACTIONS(2783), - [anon_sym_PIPE_PIPE] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_PIPE] = ACTIONS(2781), - [anon_sym_CARET] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_EQ_EQ] = ACTIONS(2783), - [anon_sym_BANG_EQ] = ACTIONS(2783), - [anon_sym_GT] = ACTIONS(2781), - [anon_sym_GT_EQ] = ACTIONS(2783), - [anon_sym_LT_EQ] = ACTIONS(2783), - [anon_sym_LT] = ACTIONS(2781), - [anon_sym_LT_LT] = ACTIONS(2783), - [anon_sym_GT_GT] = ACTIONS(2783), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_LBRACK] = ACTIONS(2783), - [anon_sym_RBRACK] = ACTIONS(2783), - [anon_sym_EQ] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_COLON] = ACTIONS(2781), - [anon_sym_QMARK] = ACTIONS(2783), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_DOT] = ACTIONS(2781), - [anon_sym_DASH_GT] = ACTIONS(2783), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2781), - [anon_sym_override] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_noexcept] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [sym_operator_name] = ACTIONS(2781), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2781), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2781), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2781), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2781), - [anon_sym_MOZ_COLD] = ACTIONS(2781), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2781), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2781), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2781), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2781), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2781), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2781), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2781), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2781), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2781), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2781), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2781), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2781), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2781), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_NONNULL] = ACTIONS(2781), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2781), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2781), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2781), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2781), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2781), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2781), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2781), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2781), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2781), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2781), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2781), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2781), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), - [anon_sym_MOZ_RAII] = ACTIONS(2781), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2781), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2781), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2781), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2781), + [884] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [aux_sym_preproc_else_token1] = ACTIONS(1530), + [aux_sym_preproc_elif_token1] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), }, - [989] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token2] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [aux_sym_preproc_else_token1] = ACTIONS(2012), - [aux_sym_preproc_elif_token1] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_friend] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [sym_operator_name] = ACTIONS(2012), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), + [885] = { + [sym_identifier] = ACTIONS(2545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2547), + [anon_sym_COMMA] = ACTIONS(2547), + [anon_sym_RPAREN] = ACTIONS(2547), + [anon_sym_LPAREN2] = ACTIONS(2547), + [anon_sym_TILDE] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2545), + [anon_sym_PLUS] = ACTIONS(2545), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_SLASH] = ACTIONS(2545), + [anon_sym_PERCENT] = ACTIONS(2547), + [anon_sym_PIPE_PIPE] = ACTIONS(2547), + [anon_sym_AMP_AMP] = ACTIONS(2547), + [anon_sym_PIPE] = ACTIONS(2545), + [anon_sym_CARET] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2545), + [anon_sym_EQ_EQ] = ACTIONS(2547), + [anon_sym_BANG_EQ] = ACTIONS(2547), + [anon_sym_GT] = ACTIONS(2545), + [anon_sym_GT_EQ] = ACTIONS(2547), + [anon_sym_LT_EQ] = ACTIONS(2547), + [anon_sym_LT] = ACTIONS(2545), + [anon_sym_LT_LT] = ACTIONS(2547), + [anon_sym_GT_GT] = ACTIONS(2547), + [anon_sym_SEMI] = ACTIONS(2547), + [anon_sym_extern] = ACTIONS(2545), + [anon_sym___attribute__] = ACTIONS(2545), + [anon_sym___declspec] = ACTIONS(2545), + [anon_sym___based] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_RBRACE] = ACTIONS(2547), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_RBRACK] = ACTIONS(2547), + [anon_sym_EQ] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_register] = ACTIONS(2545), + [anon_sym_inline] = ACTIONS(2545), + [anon_sym_const] = ACTIONS(2545), + [anon_sym_volatile] = ACTIONS(2545), + [anon_sym_restrict] = ACTIONS(2545), + [anon_sym__Atomic] = ACTIONS(2545), + [anon_sym_mutable] = ACTIONS(2545), + [anon_sym_constexpr] = ACTIONS(2545), + [anon_sym_COLON] = ACTIONS(2545), + [anon_sym_QMARK] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2547), + [anon_sym_PLUS_PLUS] = ACTIONS(2547), + [anon_sym_DOT] = ACTIONS(2545), + [anon_sym_DASH_GT] = ACTIONS(2547), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2545), + [anon_sym_override] = ACTIONS(2545), + [anon_sym_COLON_COLON] = ACTIONS(2547), + [anon_sym_noexcept] = ACTIONS(2545), + [anon_sym_throw] = ACTIONS(2545), + [sym_operator_name] = ACTIONS(2545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), + [anon_sym_MOZ_COLD] = ACTIONS(2545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_NONNULL] = ACTIONS(2545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), + [anon_sym_MOZ_RAII] = ACTIONS(2545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), }, - [990] = { - [sym_identifier] = ACTIONS(2785), - [aux_sym_preproc_def_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token2] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), - [aux_sym_preproc_else_token1] = ACTIONS(2785), - [aux_sym_preproc_elif_token1] = ACTIONS(2785), - [sym_preproc_directive] = ACTIONS(2785), - [anon_sym_LPAREN2] = ACTIONS(2787), - [anon_sym_TILDE] = ACTIONS(2787), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_AMP_AMP] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_typedef] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym___attribute__] = ACTIONS(2785), - [anon_sym___declspec] = ACTIONS(2785), - [anon_sym___based] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_register] = ACTIONS(2785), - [anon_sym_inline] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_volatile] = ACTIONS(2785), - [anon_sym_restrict] = ACTIONS(2785), - [anon_sym__Atomic] = ACTIONS(2785), - [anon_sym_mutable] = ACTIONS(2785), - [anon_sym_constexpr] = ACTIONS(2785), - [anon_sym_signed] = ACTIONS(2785), - [anon_sym_unsigned] = ACTIONS(2785), - [anon_sym_long] = ACTIONS(2785), - [anon_sym_short] = ACTIONS(2785), - [sym_primitive_type] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_class] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2785), - [anon_sym_virtual] = ACTIONS(2785), - [anon_sym_explicit] = ACTIONS(2785), - [anon_sym_public] = ACTIONS(2785), - [anon_sym_private] = ACTIONS(2785), - [anon_sym_protected] = ACTIONS(2785), - [sym_auto] = ACTIONS(2785), - [anon_sym_typename] = ACTIONS(2785), - [anon_sym_template] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_operator] = ACTIONS(2785), - [anon_sym_friend] = ACTIONS(2785), - [anon_sym_using] = ACTIONS(2785), - [anon_sym_static_assert] = ACTIONS(2785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), - [sym_operator_name] = ACTIONS(2785), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2785), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2785), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2785), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2785), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2785), - [anon_sym_MOZ_COLD] = ACTIONS(2785), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2785), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2785), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2785), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2785), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2785), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2785), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2785), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2785), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2785), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2785), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2785), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2785), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2785), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_NONNULL] = ACTIONS(2785), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2785), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2785), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2785), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2785), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2785), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2785), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2785), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2785), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2785), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2785), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2785), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2785), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), - [anon_sym_MOZ_RAII] = ACTIONS(2785), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2785), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2785), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2785), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2785), + [886] = { + [sym_identifier] = ACTIONS(2549), + [aux_sym_preproc_def_token1] = ACTIONS(2549), + [aux_sym_preproc_if_token1] = ACTIONS(2549), + [aux_sym_preproc_if_token2] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2549), + [aux_sym_preproc_else_token1] = ACTIONS(2549), + [aux_sym_preproc_elif_token1] = ACTIONS(2549), + [sym_preproc_directive] = ACTIONS(2549), + [anon_sym_LPAREN2] = ACTIONS(2551), + [anon_sym_TILDE] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_AMP_AMP] = ACTIONS(2551), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2549), + [anon_sym_extern] = ACTIONS(2549), + [anon_sym___attribute__] = ACTIONS(2549), + [anon_sym___declspec] = ACTIONS(2549), + [anon_sym___based] = ACTIONS(2549), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_register] = ACTIONS(2549), + [anon_sym_inline] = ACTIONS(2549), + [anon_sym_const] = ACTIONS(2549), + [anon_sym_volatile] = ACTIONS(2549), + [anon_sym_restrict] = ACTIONS(2549), + [anon_sym__Atomic] = ACTIONS(2549), + [anon_sym_mutable] = ACTIONS(2549), + [anon_sym_constexpr] = ACTIONS(2549), + [anon_sym_signed] = ACTIONS(2549), + [anon_sym_unsigned] = ACTIONS(2549), + [anon_sym_long] = ACTIONS(2549), + [anon_sym_short] = ACTIONS(2549), + [sym_primitive_type] = ACTIONS(2549), + [anon_sym_enum] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_struct] = ACTIONS(2549), + [anon_sym_union] = ACTIONS(2549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2549), + [anon_sym_virtual] = ACTIONS(2549), + [anon_sym_explicit] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_protected] = ACTIONS(2549), + [sym_auto] = ACTIONS(2549), + [anon_sym_typename] = ACTIONS(2549), + [anon_sym_template] = ACTIONS(2549), + [anon_sym_COLON_COLON] = ACTIONS(2551), + [anon_sym_operator] = ACTIONS(2549), + [anon_sym_friend] = ACTIONS(2549), + [anon_sym_using] = ACTIONS(2549), + [anon_sym_static_assert] = ACTIONS(2549), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2551), + [sym_operator_name] = ACTIONS(2549), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2549), + [anon_sym_MOZ_COLD] = ACTIONS(2549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_RAII] = ACTIONS(2549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2549), }, - [991] = { - [sym_identifier] = ACTIONS(2789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2791), - [anon_sym_COMMA] = ACTIONS(2791), - [anon_sym_RPAREN] = ACTIONS(2791), - [anon_sym_LPAREN2] = ACTIONS(2791), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_DASH] = ACTIONS(2789), - [anon_sym_PLUS] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_SLASH] = ACTIONS(2789), - [anon_sym_PERCENT] = ACTIONS(2791), - [anon_sym_PIPE_PIPE] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_PIPE] = ACTIONS(2789), - [anon_sym_CARET] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_EQ_EQ] = ACTIONS(2791), - [anon_sym_BANG_EQ] = ACTIONS(2791), - [anon_sym_GT] = ACTIONS(2789), - [anon_sym_GT_EQ] = ACTIONS(2791), - [anon_sym_LT_EQ] = ACTIONS(2791), - [anon_sym_LT] = ACTIONS(2789), - [anon_sym_LT_LT] = ACTIONS(2791), - [anon_sym_GT_GT] = ACTIONS(2791), - [anon_sym_SEMI] = ACTIONS(2791), - [anon_sym_extern] = ACTIONS(2789), - [anon_sym___attribute__] = ACTIONS(2789), - [anon_sym___declspec] = ACTIONS(2789), - [anon_sym___based] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_RBRACK] = ACTIONS(2791), - [anon_sym_EQ] = ACTIONS(2789), - [anon_sym_static] = ACTIONS(2789), - [anon_sym_register] = ACTIONS(2789), - [anon_sym_inline] = ACTIONS(2789), - [anon_sym_const] = ACTIONS(2789), - [anon_sym_volatile] = ACTIONS(2789), - [anon_sym_restrict] = ACTIONS(2789), - [anon_sym__Atomic] = ACTIONS(2789), - [anon_sym_mutable] = ACTIONS(2789), - [anon_sym_constexpr] = ACTIONS(2789), - [anon_sym_COLON] = ACTIONS(2789), - [anon_sym_QMARK] = ACTIONS(2791), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_PLUS_PLUS] = ACTIONS(2791), - [anon_sym_DOT] = ACTIONS(2789), - [anon_sym_DASH_GT] = ACTIONS(2791), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2789), - [anon_sym_override] = ACTIONS(2789), - [anon_sym_COLON_COLON] = ACTIONS(2791), - [anon_sym_noexcept] = ACTIONS(2789), - [anon_sym_throw] = ACTIONS(2789), - [sym_operator_name] = ACTIONS(2789), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2789), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2789), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2789), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2789), - [anon_sym_MOZ_COLD] = ACTIONS(2789), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2789), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2789), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2789), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2789), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2789), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2789), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2789), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2789), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2789), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2789), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2789), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2789), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2789), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_NONNULL] = ACTIONS(2789), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2789), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2789), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2789), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2789), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2789), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2789), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2789), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2789), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2789), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2789), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2789), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2789), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), - [anon_sym_MOZ_RAII] = ACTIONS(2789), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2789), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2789), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2789), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2789), + [887] = { + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token2] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [aux_sym_preproc_else_token1] = ACTIONS(1784), + [aux_sym_preproc_elif_token1] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_friend] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [sym_operator_name] = ACTIONS(1784), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), }, - [992] = { - [sym_identifier] = ACTIONS(2793), - [aux_sym_preproc_def_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token2] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), - [aux_sym_preproc_else_token1] = ACTIONS(2793), - [aux_sym_preproc_elif_token1] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2793), - [anon_sym_LPAREN2] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_AMP_AMP] = ACTIONS(2795), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym___attribute__] = ACTIONS(2793), - [anon_sym___declspec] = ACTIONS(2793), - [anon_sym___based] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym__Atomic] = ACTIONS(2793), - [anon_sym_mutable] = ACTIONS(2793), - [anon_sym_constexpr] = ACTIONS(2793), - [anon_sym_signed] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_class] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2793), - [anon_sym_virtual] = ACTIONS(2793), - [anon_sym_explicit] = ACTIONS(2793), - [anon_sym_public] = ACTIONS(2793), - [anon_sym_private] = ACTIONS(2793), - [anon_sym_protected] = ACTIONS(2793), - [sym_auto] = ACTIONS(2793), - [anon_sym_typename] = ACTIONS(2793), - [anon_sym_template] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2795), - [anon_sym_operator] = ACTIONS(2793), - [anon_sym_friend] = ACTIONS(2793), - [anon_sym_using] = ACTIONS(2793), - [anon_sym_static_assert] = ACTIONS(2793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), - [sym_operator_name] = ACTIONS(2793), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2793), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2793), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2793), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2793), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2793), - [anon_sym_MOZ_COLD] = ACTIONS(2793), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2793), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2793), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2793), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2793), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2793), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2793), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2793), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2793), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2793), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2793), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2793), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2793), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2793), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_NONNULL] = ACTIONS(2793), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2793), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2793), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2793), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2793), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2793), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2793), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2793), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2793), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2793), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2793), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2793), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2793), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), - [anon_sym_MOZ_RAII] = ACTIONS(2793), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2793), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2793), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2793), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2793), - }, - [993] = { - [sym_identifier] = ACTIONS(2797), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2799), - [anon_sym_COMMA] = ACTIONS(2799), - [anon_sym_RPAREN] = ACTIONS(2799), - [anon_sym_LPAREN2] = ACTIONS(2799), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_STAR] = ACTIONS(2799), - [anon_sym_SLASH] = ACTIONS(2797), - [anon_sym_PERCENT] = ACTIONS(2799), - [anon_sym_PIPE_PIPE] = ACTIONS(2799), - [anon_sym_AMP_AMP] = ACTIONS(2799), - [anon_sym_PIPE] = ACTIONS(2797), - [anon_sym_CARET] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2797), - [anon_sym_EQ_EQ] = ACTIONS(2799), - [anon_sym_BANG_EQ] = ACTIONS(2799), - [anon_sym_GT] = ACTIONS(2797), - [anon_sym_GT_EQ] = ACTIONS(2799), - [anon_sym_LT_EQ] = ACTIONS(2799), - [anon_sym_LT] = ACTIONS(2797), - [anon_sym_LT_LT] = ACTIONS(2799), - [anon_sym_GT_GT] = ACTIONS(2799), - [anon_sym_SEMI] = ACTIONS(2799), - [anon_sym_extern] = ACTIONS(2797), - [anon_sym___attribute__] = ACTIONS(2797), - [anon_sym___declspec] = ACTIONS(2797), - [anon_sym___based] = ACTIONS(2797), - [anon_sym_LBRACE] = ACTIONS(2799), - [anon_sym_RBRACE] = ACTIONS(2799), - [anon_sym_LBRACK] = ACTIONS(2799), - [anon_sym_RBRACK] = ACTIONS(2799), - [anon_sym_EQ] = ACTIONS(2797), - [anon_sym_static] = ACTIONS(2797), - [anon_sym_register] = ACTIONS(2797), - [anon_sym_inline] = ACTIONS(2797), - [anon_sym_const] = ACTIONS(2797), - [anon_sym_volatile] = ACTIONS(2797), - [anon_sym_restrict] = ACTIONS(2797), - [anon_sym__Atomic] = ACTIONS(2797), - [anon_sym_mutable] = ACTIONS(2797), - [anon_sym_constexpr] = ACTIONS(2797), - [anon_sym_COLON] = ACTIONS(2797), - [anon_sym_QMARK] = ACTIONS(2799), - [anon_sym_DASH_DASH] = ACTIONS(2799), - [anon_sym_PLUS_PLUS] = ACTIONS(2799), - [anon_sym_DOT] = ACTIONS(2797), - [anon_sym_DASH_GT] = ACTIONS(2799), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2797), - [anon_sym_override] = ACTIONS(2797), - [anon_sym_COLON_COLON] = ACTIONS(2799), - [anon_sym_noexcept] = ACTIONS(2797), - [anon_sym_throw] = ACTIONS(2797), - [sym_operator_name] = ACTIONS(2797), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), - [anon_sym_MOZ_COLD] = ACTIONS(2797), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_NONNULL] = ACTIONS(2797), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), - [anon_sym_MOZ_RAII] = ACTIONS(2797), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), + [888] = { + [sym_identifier] = ACTIONS(2553), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2555), + [anon_sym_COMMA] = ACTIONS(2555), + [anon_sym_RPAREN] = ACTIONS(2555), + [anon_sym_LPAREN2] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_SLASH] = ACTIONS(2553), + [anon_sym_PERCENT] = ACTIONS(2555), + [anon_sym_PIPE_PIPE] = ACTIONS(2555), + [anon_sym_AMP_AMP] = ACTIONS(2555), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_CARET] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2553), + [anon_sym_EQ_EQ] = ACTIONS(2555), + [anon_sym_BANG_EQ] = ACTIONS(2555), + [anon_sym_GT] = ACTIONS(2553), + [anon_sym_GT_EQ] = ACTIONS(2555), + [anon_sym_LT_EQ] = ACTIONS(2555), + [anon_sym_LT] = ACTIONS(2553), + [anon_sym_LT_LT] = ACTIONS(2555), + [anon_sym_GT_GT] = ACTIONS(2555), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym___attribute__] = ACTIONS(2553), + [anon_sym___declspec] = ACTIONS(2553), + [anon_sym___based] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_RBRACE] = ACTIONS(2555), + [anon_sym_LBRACK] = ACTIONS(2555), + [anon_sym_RBRACK] = ACTIONS(2555), + [anon_sym_EQ] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_inline] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym__Atomic] = ACTIONS(2553), + [anon_sym_mutable] = ACTIONS(2553), + [anon_sym_constexpr] = ACTIONS(2553), + [anon_sym_COLON] = ACTIONS(2553), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_DOT] = ACTIONS(2553), + [anon_sym_DASH_GT] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2553), + [anon_sym_override] = ACTIONS(2553), + [anon_sym_COLON_COLON] = ACTIONS(2555), + [anon_sym_noexcept] = ACTIONS(2553), + [anon_sym_throw] = ACTIONS(2553), + [sym_operator_name] = ACTIONS(2553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2553), + [anon_sym_MOZ_COLD] = ACTIONS(2553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_NONNULL] = ACTIONS(2553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), + [anon_sym_MOZ_RAII] = ACTIONS(2553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2553), }, - [994] = { - [sym_identifier] = ACTIONS(2801), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), - [anon_sym_COMMA] = ACTIONS(2803), - [anon_sym_RPAREN] = ACTIONS(2803), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_PLUS] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_SLASH] = ACTIONS(2801), - [anon_sym_PERCENT] = ACTIONS(2803), - [anon_sym_PIPE_PIPE] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_PIPE] = ACTIONS(2801), - [anon_sym_CARET] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_EQ_EQ] = ACTIONS(2803), - [anon_sym_BANG_EQ] = ACTIONS(2803), - [anon_sym_GT] = ACTIONS(2801), - [anon_sym_GT_EQ] = ACTIONS(2803), - [anon_sym_LT_EQ] = ACTIONS(2803), - [anon_sym_LT] = ACTIONS(2801), - [anon_sym_LT_LT] = ACTIONS(2803), - [anon_sym_GT_GT] = ACTIONS(2803), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_RBRACE] = ACTIONS(2803), - [anon_sym_LBRACK] = ACTIONS(2803), - [anon_sym_RBRACK] = ACTIONS(2803), - [anon_sym_EQ] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_COLON] = ACTIONS(2801), - [anon_sym_QMARK] = ACTIONS(2803), - [anon_sym_DASH_DASH] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2803), - [anon_sym_DOT] = ACTIONS(2801), - [anon_sym_DASH_GT] = ACTIONS(2803), + [889] = { + [sym_identifier] = ACTIONS(2557), + [aux_sym_preproc_def_token1] = ACTIONS(2557), + [aux_sym_preproc_if_token1] = ACTIONS(2557), + [aux_sym_preproc_if_token2] = ACTIONS(2557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2557), + [aux_sym_preproc_else_token1] = ACTIONS(2557), + [aux_sym_preproc_elif_token1] = ACTIONS(2557), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_LPAREN2] = ACTIONS(2559), + [anon_sym_TILDE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_typedef] = ACTIONS(2557), + [anon_sym_extern] = ACTIONS(2557), + [anon_sym___attribute__] = ACTIONS(2557), + [anon_sym___declspec] = ACTIONS(2557), + [anon_sym___based] = ACTIONS(2557), + [anon_sym_LBRACK] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_register] = ACTIONS(2557), + [anon_sym_inline] = ACTIONS(2557), + [anon_sym_const] = ACTIONS(2557), + [anon_sym_volatile] = ACTIONS(2557), + [anon_sym_restrict] = ACTIONS(2557), + [anon_sym__Atomic] = ACTIONS(2557), + [anon_sym_mutable] = ACTIONS(2557), + [anon_sym_constexpr] = ACTIONS(2557), + [anon_sym_signed] = ACTIONS(2557), + [anon_sym_unsigned] = ACTIONS(2557), + [anon_sym_long] = ACTIONS(2557), + [anon_sym_short] = ACTIONS(2557), + [sym_primitive_type] = ACTIONS(2557), + [anon_sym_enum] = ACTIONS(2557), + [anon_sym_class] = ACTIONS(2557), + [anon_sym_struct] = ACTIONS(2557), + [anon_sym_union] = ACTIONS(2557), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2801), - [anon_sym_override] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_noexcept] = ACTIONS(2801), - [anon_sym_throw] = ACTIONS(2801), - [sym_operator_name] = ACTIONS(2801), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2801), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2801), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2801), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2801), - [anon_sym_MOZ_COLD] = ACTIONS(2801), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2801), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2801), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2801), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2801), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2801), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2801), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2801), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2801), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2801), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2801), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2801), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2801), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2801), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_NONNULL] = ACTIONS(2801), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2801), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2801), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2801), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2801), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2801), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2801), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2801), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2801), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2801), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2801), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2801), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2801), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), - [anon_sym_MOZ_RAII] = ACTIONS(2801), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2801), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2801), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2801), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2801), - }, - [995] = { - [sym_identifier] = ACTIONS(2805), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2807), - [anon_sym_COMMA] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2807), - [anon_sym_LPAREN2] = ACTIONS(2807), - [anon_sym_TILDE] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(2807), - [anon_sym_SLASH] = ACTIONS(2805), - [anon_sym_PERCENT] = ACTIONS(2807), - [anon_sym_PIPE_PIPE] = ACTIONS(2807), - [anon_sym_AMP_AMP] = ACTIONS(2807), - [anon_sym_PIPE] = ACTIONS(2805), - [anon_sym_CARET] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2805), - [anon_sym_EQ_EQ] = ACTIONS(2807), - [anon_sym_BANG_EQ] = ACTIONS(2807), - [anon_sym_GT] = ACTIONS(2805), - [anon_sym_GT_EQ] = ACTIONS(2807), - [anon_sym_LT_EQ] = ACTIONS(2807), - [anon_sym_LT] = ACTIONS(2805), - [anon_sym_LT_LT] = ACTIONS(2807), - [anon_sym_GT_GT] = ACTIONS(2807), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2805), - [anon_sym___attribute__] = ACTIONS(2805), - [anon_sym___declspec] = ACTIONS(2805), - [anon_sym___based] = ACTIONS(2805), - [anon_sym_LBRACE] = ACTIONS(2807), - [anon_sym_RBRACE] = ACTIONS(2807), - [anon_sym_LBRACK] = ACTIONS(2807), - [anon_sym_RBRACK] = ACTIONS(2807), - [anon_sym_EQ] = ACTIONS(2805), - [anon_sym_static] = ACTIONS(2805), - [anon_sym_register] = ACTIONS(2805), - [anon_sym_inline] = ACTIONS(2805), - [anon_sym_const] = ACTIONS(2805), - [anon_sym_volatile] = ACTIONS(2805), - [anon_sym_restrict] = ACTIONS(2805), - [anon_sym__Atomic] = ACTIONS(2805), - [anon_sym_mutable] = ACTIONS(2805), - [anon_sym_constexpr] = ACTIONS(2805), - [anon_sym_COLON] = ACTIONS(2805), - [anon_sym_QMARK] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2807), - [anon_sym_PLUS_PLUS] = ACTIONS(2807), - [anon_sym_DOT] = ACTIONS(2805), - [anon_sym_DASH_GT] = ACTIONS(2807), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2805), - [anon_sym_override] = ACTIONS(2805), - [anon_sym_COLON_COLON] = ACTIONS(2807), - [anon_sym_noexcept] = ACTIONS(2805), - [anon_sym_throw] = ACTIONS(2805), - [sym_operator_name] = ACTIONS(2805), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), - [anon_sym_MOZ_COLD] = ACTIONS(2805), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_NONNULL] = ACTIONS(2805), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), - [anon_sym_MOZ_RAII] = ACTIONS(2805), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), - }, - [996] = { - [sym_identifier] = ACTIONS(2809), - [aux_sym_preproc_def_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token2] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), - [aux_sym_preproc_else_token1] = ACTIONS(2809), - [aux_sym_preproc_elif_token1] = ACTIONS(2809), - [sym_preproc_directive] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP_AMP] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym___based] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [sym_primitive_type] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_explicit] = ACTIONS(2809), - [anon_sym_public] = ACTIONS(2809), - [anon_sym_private] = ACTIONS(2809), - [anon_sym_protected] = ACTIONS(2809), - [sym_auto] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_operator] = ACTIONS(2809), - [anon_sym_friend] = ACTIONS(2809), - [anon_sym_using] = ACTIONS(2809), - [anon_sym_static_assert] = ACTIONS(2809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [sym_operator_name] = ACTIONS(2809), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2809), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2809), - [anon_sym_MOZ_COLD] = ACTIONS(2809), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2809), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2809), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2809), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2809), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2809), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2809), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2809), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2809), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2809), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2809), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2809), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2809), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_RAII] = ACTIONS(2809), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2809), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2809), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2809), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2809), + [anon_sym_decltype] = ACTIONS(2557), + [anon_sym_virtual] = ACTIONS(2557), + [anon_sym_explicit] = ACTIONS(2557), + [anon_sym_public] = ACTIONS(2557), + [anon_sym_private] = ACTIONS(2557), + [anon_sym_protected] = ACTIONS(2557), + [sym_auto] = ACTIONS(2557), + [anon_sym_typename] = ACTIONS(2557), + [anon_sym_template] = ACTIONS(2557), + [anon_sym_COLON_COLON] = ACTIONS(2559), + [anon_sym_operator] = ACTIONS(2557), + [anon_sym_friend] = ACTIONS(2557), + [anon_sym_using] = ACTIONS(2557), + [anon_sym_static_assert] = ACTIONS(2557), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2559), + [sym_operator_name] = ACTIONS(2557), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2557), + [anon_sym_MOZ_COLD] = ACTIONS(2557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_NONNULL] = ACTIONS(2557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), + [anon_sym_MOZ_RAII] = ACTIONS(2557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2557), }, - [997] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [aux_sym_preproc_else_token1] = ACTIONS(2725), - [aux_sym_preproc_elif_token1] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), + [890] = { + [sym_identifier] = ACTIONS(2561), + [aux_sym_preproc_def_token1] = ACTIONS(2561), + [aux_sym_preproc_if_token1] = ACTIONS(2561), + [aux_sym_preproc_if_token2] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2561), + [aux_sym_preproc_else_token1] = ACTIONS(2561), + [aux_sym_preproc_elif_token1] = ACTIONS(2561), + [sym_preproc_directive] = ACTIONS(2561), + [anon_sym_LPAREN2] = ACTIONS(2563), + [anon_sym_TILDE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_typedef] = ACTIONS(2561), + [anon_sym_extern] = ACTIONS(2561), + [anon_sym___attribute__] = ACTIONS(2561), + [anon_sym___declspec] = ACTIONS(2561), + [anon_sym___based] = ACTIONS(2561), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_register] = ACTIONS(2561), + [anon_sym_inline] = ACTIONS(2561), + [anon_sym_const] = ACTIONS(2561), + [anon_sym_volatile] = ACTIONS(2561), + [anon_sym_restrict] = ACTIONS(2561), + [anon_sym__Atomic] = ACTIONS(2561), + [anon_sym_mutable] = ACTIONS(2561), + [anon_sym_constexpr] = ACTIONS(2561), + [anon_sym_signed] = ACTIONS(2561), + [anon_sym_unsigned] = ACTIONS(2561), + [anon_sym_long] = ACTIONS(2561), + [anon_sym_short] = ACTIONS(2561), + [sym_primitive_type] = ACTIONS(2561), + [anon_sym_enum] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_struct] = ACTIONS(2561), + [anon_sym_union] = ACTIONS(2561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2561), + [anon_sym_virtual] = ACTIONS(2561), + [anon_sym_explicit] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_protected] = ACTIONS(2561), + [sym_auto] = ACTIONS(2561), + [anon_sym_typename] = ACTIONS(2561), + [anon_sym_template] = ACTIONS(2561), + [anon_sym_COLON_COLON] = ACTIONS(2563), + [anon_sym_operator] = ACTIONS(2561), + [anon_sym_friend] = ACTIONS(2561), + [anon_sym_using] = ACTIONS(2561), + [anon_sym_static_assert] = ACTIONS(2561), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2563), + [sym_operator_name] = ACTIONS(2561), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2561), + [anon_sym_MOZ_COLD] = ACTIONS(2561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_RAII] = ACTIONS(2561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2561), }, - [998] = { - [sym__declaration_specifiers] = STATE(3563), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_ms_call_modifier] = STATE(1405), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [891] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token2] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [aux_sym_preproc_else_token1] = ACTIONS(2565), + [aux_sym_preproc_elif_token1] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [999] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token2] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [aux_sym_preproc_else_token1] = ACTIONS(2032), - [aux_sym_preproc_elif_token1] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [anon_sym_public] = ACTIONS(2032), - [anon_sym_private] = ACTIONS(2032), - [anon_sym_protected] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_friend] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [sym_operator_name] = ACTIONS(2032), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - }, - [1000] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token2] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [aux_sym_preproc_else_token1] = ACTIONS(2040), - [aux_sym_preproc_elif_token1] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [anon_sym_public] = ACTIONS(2040), - [anon_sym_private] = ACTIONS(2040), - [anon_sym_protected] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_friend] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [sym_operator_name] = ACTIONS(2040), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), - }, - [1001] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token2] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [aux_sym_preproc_else_token1] = ACTIONS(2056), - [aux_sym_preproc_elif_token1] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [anon_sym_public] = ACTIONS(2056), - [anon_sym_private] = ACTIONS(2056), - [anon_sym_protected] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_friend] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [sym_operator_name] = ACTIONS(2056), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1002] = { - [sym_identifier] = ACTIONS(2813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2815), - [anon_sym_COMMA] = ACTIONS(2815), - [anon_sym_RPAREN] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2815), - [anon_sym_TILDE] = ACTIONS(2815), - [anon_sym_DASH] = ACTIONS(2813), - [anon_sym_PLUS] = ACTIONS(2813), - [anon_sym_STAR] = ACTIONS(2815), - [anon_sym_SLASH] = ACTIONS(2813), - [anon_sym_PERCENT] = ACTIONS(2815), - [anon_sym_PIPE_PIPE] = ACTIONS(2815), - [anon_sym_AMP_AMP] = ACTIONS(2815), - [anon_sym_PIPE] = ACTIONS(2813), - [anon_sym_CARET] = ACTIONS(2815), - [anon_sym_AMP] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2815), - [anon_sym_BANG_EQ] = ACTIONS(2815), - [anon_sym_GT] = ACTIONS(2813), - [anon_sym_GT_EQ] = ACTIONS(2815), - [anon_sym_LT_EQ] = ACTIONS(2815), - [anon_sym_LT] = ACTIONS(2813), - [anon_sym_LT_LT] = ACTIONS(2815), - [anon_sym_GT_GT] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2813), - [anon_sym___attribute__] = ACTIONS(2813), - [anon_sym___declspec] = ACTIONS(2813), - [anon_sym___based] = ACTIONS(2813), - [anon_sym_LBRACE] = ACTIONS(2815), - [anon_sym_RBRACE] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_RBRACK] = ACTIONS(2815), - [anon_sym_EQ] = ACTIONS(2813), - [anon_sym_static] = ACTIONS(2813), - [anon_sym_register] = ACTIONS(2813), - [anon_sym_inline] = ACTIONS(2813), - [anon_sym_const] = ACTIONS(2813), - [anon_sym_volatile] = ACTIONS(2813), - [anon_sym_restrict] = ACTIONS(2813), - [anon_sym__Atomic] = ACTIONS(2813), - [anon_sym_mutable] = ACTIONS(2813), - [anon_sym_constexpr] = ACTIONS(2813), - [anon_sym_COLON] = ACTIONS(2813), - [anon_sym_QMARK] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2815), - [anon_sym_PLUS_PLUS] = ACTIONS(2815), - [anon_sym_DOT] = ACTIONS(2813), - [anon_sym_DASH_GT] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2813), - [anon_sym_override] = ACTIONS(2813), - [anon_sym_COLON_COLON] = ACTIONS(2815), - [anon_sym_noexcept] = ACTIONS(2813), - [anon_sym_throw] = ACTIONS(2813), - [sym_operator_name] = ACTIONS(2813), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2813), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2813), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2813), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2813), - [anon_sym_MOZ_COLD] = ACTIONS(2813), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2813), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2813), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2813), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2813), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2813), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2813), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2813), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2813), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2813), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2813), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2813), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2813), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2813), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_NONNULL] = ACTIONS(2813), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2813), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2813), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2813), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2813), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2813), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2813), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2813), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2813), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2813), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2813), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2813), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2813), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), - [anon_sym_MOZ_RAII] = ACTIONS(2813), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2813), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2813), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2813), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2813), + [892] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token2] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [aux_sym_preproc_else_token1] = ACTIONS(2389), + [aux_sym_preproc_elif_token1] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [1003] = { - [sym_identifier] = ACTIONS(2817), - [aux_sym_preproc_def_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token2] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), - [aux_sym_preproc_else_token1] = ACTIONS(2817), - [aux_sym_preproc_elif_token1] = ACTIONS(2817), - [sym_preproc_directive] = ACTIONS(2817), - [anon_sym_LPAREN2] = ACTIONS(2819), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_typedef] = ACTIONS(2817), - [anon_sym_extern] = ACTIONS(2817), - [anon_sym___attribute__] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2817), - [anon_sym___based] = ACTIONS(2817), - [anon_sym_LBRACK] = ACTIONS(2817), - [anon_sym_static] = ACTIONS(2817), - [anon_sym_register] = ACTIONS(2817), - [anon_sym_inline] = ACTIONS(2817), - [anon_sym_const] = ACTIONS(2817), - [anon_sym_volatile] = ACTIONS(2817), - [anon_sym_restrict] = ACTIONS(2817), - [anon_sym__Atomic] = ACTIONS(2817), - [anon_sym_mutable] = ACTIONS(2817), - [anon_sym_constexpr] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2817), - [anon_sym_unsigned] = ACTIONS(2817), - [anon_sym_long] = ACTIONS(2817), - [anon_sym_short] = ACTIONS(2817), - [sym_primitive_type] = ACTIONS(2817), - [anon_sym_enum] = ACTIONS(2817), - [anon_sym_class] = ACTIONS(2817), - [anon_sym_struct] = ACTIONS(2817), - [anon_sym_union] = ACTIONS(2817), + [893] = { + [sym__declaration_specifiers] = STATE(3602), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1400), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2817), - [anon_sym_virtual] = ACTIONS(2817), - [anon_sym_explicit] = ACTIONS(2817), - [anon_sym_public] = ACTIONS(2817), - [anon_sym_private] = ACTIONS(2817), - [anon_sym_protected] = ACTIONS(2817), - [sym_auto] = ACTIONS(2817), - [anon_sym_typename] = ACTIONS(2817), - [anon_sym_template] = ACTIONS(2817), - [anon_sym_COLON_COLON] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2817), - [anon_sym_friend] = ACTIONS(2817), - [anon_sym_using] = ACTIONS(2817), - [anon_sym_static_assert] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), - [sym_operator_name] = ACTIONS(2817), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), - [anon_sym_MOZ_COLD] = ACTIONS(2817), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_RAII] = ACTIONS(2817), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), - }, - [1004] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token2] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [aux_sym_preproc_else_token1] = ACTIONS(2060), - [aux_sym_preproc_elif_token1] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [anon_sym_public] = ACTIONS(2060), - [anon_sym_private] = ACTIONS(2060), - [anon_sym_protected] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_friend] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [sym_operator_name] = ACTIONS(2060), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1005] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token2] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [aux_sym_preproc_else_token1] = ACTIONS(2757), - [aux_sym_preproc_elif_token1] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), + [894] = { + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2571), + [anon_sym_COMMA] = ACTIONS(2571), + [anon_sym_RPAREN] = ACTIONS(2571), + [anon_sym_LPAREN2] = ACTIONS(2571), + [anon_sym_TILDE] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_SLASH] = ACTIONS(2569), + [anon_sym_PERCENT] = ACTIONS(2571), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_GT] = ACTIONS(2569), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2569), + [anon_sym_LT_LT] = ACTIONS(2571), + [anon_sym_GT_GT] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2571), + [anon_sym_extern] = ACTIONS(2569), + [anon_sym___attribute__] = ACTIONS(2569), + [anon_sym___declspec] = ACTIONS(2569), + [anon_sym___based] = ACTIONS(2569), + [anon_sym_LBRACE] = ACTIONS(2571), + [anon_sym_RBRACE] = ACTIONS(2571), + [anon_sym_LBRACK] = ACTIONS(2571), + [anon_sym_RBRACK] = ACTIONS(2571), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_register] = ACTIONS(2569), + [anon_sym_inline] = ACTIONS(2569), + [anon_sym_const] = ACTIONS(2569), + [anon_sym_volatile] = ACTIONS(2569), + [anon_sym_restrict] = ACTIONS(2569), + [anon_sym__Atomic] = ACTIONS(2569), + [anon_sym_mutable] = ACTIONS(2569), + [anon_sym_constexpr] = ACTIONS(2569), + [anon_sym_COLON] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_DASH_DASH] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2571), + [anon_sym_DOT] = ACTIONS(2569), + [anon_sym_DASH_GT] = ACTIONS(2571), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + [anon_sym_final] = ACTIONS(2569), + [anon_sym_override] = ACTIONS(2569), + [anon_sym_COLON_COLON] = ACTIONS(2571), + [anon_sym_noexcept] = ACTIONS(2569), + [anon_sym_throw] = ACTIONS(2569), + [sym_operator_name] = ACTIONS(2569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2569), + [anon_sym_MOZ_COLD] = ACTIONS(2569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_NONNULL] = ACTIONS(2569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), + [anon_sym_MOZ_RAII] = ACTIONS(2569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2569), }, - [1006] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [aux_sym_preproc_else_token1] = ACTIONS(2769), - [aux_sym_preproc_elif_token1] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [895] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1007] = { - [sym_identifier] = ACTIONS(2821), - [aux_sym_preproc_def_token1] = ACTIONS(2821), - [aux_sym_preproc_if_token1] = ACTIONS(2821), - [aux_sym_preproc_if_token2] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), - [aux_sym_preproc_else_token1] = ACTIONS(2821), - [aux_sym_preproc_elif_token1] = ACTIONS(2821), - [sym_preproc_directive] = ACTIONS(2821), - [anon_sym_LPAREN2] = ACTIONS(2823), - [anon_sym_TILDE] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2823), - [anon_sym_AMP_AMP] = ACTIONS(2823), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_typedef] = ACTIONS(2821), - [anon_sym_extern] = ACTIONS(2821), - [anon_sym___attribute__] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2821), - [anon_sym___based] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2821), - [anon_sym_static] = ACTIONS(2821), - [anon_sym_register] = ACTIONS(2821), - [anon_sym_inline] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_volatile] = ACTIONS(2821), - [anon_sym_restrict] = ACTIONS(2821), - [anon_sym__Atomic] = ACTIONS(2821), - [anon_sym_mutable] = ACTIONS(2821), - [anon_sym_constexpr] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2821), - [anon_sym_unsigned] = ACTIONS(2821), - [anon_sym_long] = ACTIONS(2821), - [anon_sym_short] = ACTIONS(2821), - [sym_primitive_type] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_class] = ACTIONS(2821), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2821), - [anon_sym_virtual] = ACTIONS(2821), - [anon_sym_explicit] = ACTIONS(2821), - [anon_sym_public] = ACTIONS(2821), - [anon_sym_private] = ACTIONS(2821), - [anon_sym_protected] = ACTIONS(2821), - [sym_auto] = ACTIONS(2821), - [anon_sym_typename] = ACTIONS(2821), - [anon_sym_template] = ACTIONS(2821), - [anon_sym_COLON_COLON] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2821), - [anon_sym_friend] = ACTIONS(2821), - [anon_sym_using] = ACTIONS(2821), - [anon_sym_static_assert] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), - [sym_operator_name] = ACTIONS(2821), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2821), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2821), - [anon_sym_MOZ_COLD] = ACTIONS(2821), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2821), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2821), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2821), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2821), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2821), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2821), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2821), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2821), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2821), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2821), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2821), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2821), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_RAII] = ACTIONS(2821), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2821), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2821), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2821), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2821), + [896] = { + [sym_identifier] = ACTIONS(2573), + [aux_sym_preproc_def_token1] = ACTIONS(2573), + [aux_sym_preproc_if_token1] = ACTIONS(2573), + [aux_sym_preproc_if_token2] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2573), + [aux_sym_preproc_else_token1] = ACTIONS(2573), + [aux_sym_preproc_elif_token1] = ACTIONS(2573), + [sym_preproc_directive] = ACTIONS(2573), + [anon_sym_LPAREN2] = ACTIONS(2575), + [anon_sym_TILDE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_typedef] = ACTIONS(2573), + [anon_sym_extern] = ACTIONS(2573), + [anon_sym___attribute__] = ACTIONS(2573), + [anon_sym___declspec] = ACTIONS(2573), + [anon_sym___based] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_register] = ACTIONS(2573), + [anon_sym_inline] = ACTIONS(2573), + [anon_sym_const] = ACTIONS(2573), + [anon_sym_volatile] = ACTIONS(2573), + [anon_sym_restrict] = ACTIONS(2573), + [anon_sym__Atomic] = ACTIONS(2573), + [anon_sym_mutable] = ACTIONS(2573), + [anon_sym_constexpr] = ACTIONS(2573), + [anon_sym_signed] = ACTIONS(2573), + [anon_sym_unsigned] = ACTIONS(2573), + [anon_sym_long] = ACTIONS(2573), + [anon_sym_short] = ACTIONS(2573), + [sym_primitive_type] = ACTIONS(2573), + [anon_sym_enum] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_struct] = ACTIONS(2573), + [anon_sym_union] = ACTIONS(2573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2573), + [anon_sym_virtual] = ACTIONS(2573), + [anon_sym_explicit] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_protected] = ACTIONS(2573), + [sym_auto] = ACTIONS(2573), + [anon_sym_typename] = ACTIONS(2573), + [anon_sym_template] = ACTIONS(2573), + [anon_sym_COLON_COLON] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2573), + [anon_sym_friend] = ACTIONS(2573), + [anon_sym_using] = ACTIONS(2573), + [anon_sym_static_assert] = ACTIONS(2573), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2575), + [sym_operator_name] = ACTIONS(2573), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2573), + [anon_sym_MOZ_COLD] = ACTIONS(2573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_RAII] = ACTIONS(2573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2573), }, - [1008] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [aux_sym_preproc_else_token1] = ACTIONS(2773), - [aux_sym_preproc_elif_token1] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [897] = { + [sym_identifier] = ACTIONS(2577), + [aux_sym_preproc_def_token1] = ACTIONS(2577), + [aux_sym_preproc_if_token1] = ACTIONS(2577), + [aux_sym_preproc_if_token2] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), + [aux_sym_preproc_else_token1] = ACTIONS(2577), + [aux_sym_preproc_elif_token1] = ACTIONS(2577), + [sym_preproc_directive] = ACTIONS(2577), + [anon_sym_LPAREN2] = ACTIONS(2579), + [anon_sym_TILDE] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_AMP_AMP] = ACTIONS(2579), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_typedef] = ACTIONS(2577), + [anon_sym_extern] = ACTIONS(2577), + [anon_sym___attribute__] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2577), + [anon_sym___based] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_register] = ACTIONS(2577), + [anon_sym_inline] = ACTIONS(2577), + [anon_sym_const] = ACTIONS(2577), + [anon_sym_volatile] = ACTIONS(2577), + [anon_sym_restrict] = ACTIONS(2577), + [anon_sym__Atomic] = ACTIONS(2577), + [anon_sym_mutable] = ACTIONS(2577), + [anon_sym_constexpr] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2577), + [anon_sym_unsigned] = ACTIONS(2577), + [anon_sym_long] = ACTIONS(2577), + [anon_sym_short] = ACTIONS(2577), + [sym_primitive_type] = ACTIONS(2577), + [anon_sym_enum] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_struct] = ACTIONS(2577), + [anon_sym_union] = ACTIONS(2577), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), - }, - [1009] = { - [sym_identifier] = ACTIONS(2817), - [aux_sym_preproc_def_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token2] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), - [aux_sym_preproc_else_token1] = ACTIONS(2817), - [aux_sym_preproc_elif_token1] = ACTIONS(2817), - [sym_preproc_directive] = ACTIONS(2817), - [anon_sym_LPAREN2] = ACTIONS(2819), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_typedef] = ACTIONS(2817), - [anon_sym_extern] = ACTIONS(2817), - [anon_sym___attribute__] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2817), - [anon_sym___based] = ACTIONS(2817), - [anon_sym_LBRACK] = ACTIONS(2817), - [anon_sym_static] = ACTIONS(2817), - [anon_sym_register] = ACTIONS(2817), - [anon_sym_inline] = ACTIONS(2817), - [anon_sym_const] = ACTIONS(2817), - [anon_sym_volatile] = ACTIONS(2817), - [anon_sym_restrict] = ACTIONS(2817), - [anon_sym__Atomic] = ACTIONS(2817), - [anon_sym_mutable] = ACTIONS(2817), - [anon_sym_constexpr] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2817), - [anon_sym_unsigned] = ACTIONS(2817), - [anon_sym_long] = ACTIONS(2817), - [anon_sym_short] = ACTIONS(2817), - [sym_primitive_type] = ACTIONS(2817), - [anon_sym_enum] = ACTIONS(2817), - [anon_sym_class] = ACTIONS(2817), - [anon_sym_struct] = ACTIONS(2817), - [anon_sym_union] = ACTIONS(2817), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2817), - [anon_sym_virtual] = ACTIONS(2817), - [anon_sym_explicit] = ACTIONS(2817), - [anon_sym_public] = ACTIONS(2817), - [anon_sym_private] = ACTIONS(2817), - [anon_sym_protected] = ACTIONS(2817), - [sym_auto] = ACTIONS(2817), - [anon_sym_typename] = ACTIONS(2817), - [anon_sym_template] = ACTIONS(2817), - [anon_sym_COLON_COLON] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2817), - [anon_sym_friend] = ACTIONS(2817), - [anon_sym_using] = ACTIONS(2817), - [anon_sym_static_assert] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), - [sym_operator_name] = ACTIONS(2817), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), - [anon_sym_MOZ_COLD] = ACTIONS(2817), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_RAII] = ACTIONS(2817), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), - }, - [1010] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [aux_sym_preproc_else_token1] = ACTIONS(2773), - [aux_sym_preproc_elif_token1] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), - }, - [1011] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token2] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [aux_sym_preproc_else_token1] = ACTIONS(2064), - [aux_sym_preproc_elif_token1] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [anon_sym_public] = ACTIONS(2064), - [anon_sym_private] = ACTIONS(2064), - [anon_sym_protected] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_friend] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [sym_operator_name] = ACTIONS(2064), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), - }, - [1012] = { - [sym_identifier] = ACTIONS(2825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2827), - [anon_sym_COMMA] = ACTIONS(2827), - [anon_sym_RPAREN] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2827), - [anon_sym_TILDE] = ACTIONS(2827), - [anon_sym_DASH] = ACTIONS(2825), - [anon_sym_PLUS] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2827), - [anon_sym_SLASH] = ACTIONS(2825), - [anon_sym_PERCENT] = ACTIONS(2827), - [anon_sym_PIPE_PIPE] = ACTIONS(2827), - [anon_sym_AMP_AMP] = ACTIONS(2827), - [anon_sym_PIPE] = ACTIONS(2825), - [anon_sym_CARET] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2825), - [anon_sym_EQ_EQ] = ACTIONS(2827), - [anon_sym_BANG_EQ] = ACTIONS(2827), - [anon_sym_GT] = ACTIONS(2825), - [anon_sym_GT_EQ] = ACTIONS(2827), - [anon_sym_LT_EQ] = ACTIONS(2827), - [anon_sym_LT] = ACTIONS(2825), - [anon_sym_LT_LT] = ACTIONS(2827), - [anon_sym_GT_GT] = ACTIONS(2827), - [anon_sym_SEMI] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2825), - [anon_sym___attribute__] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2825), - [anon_sym___based] = ACTIONS(2825), - [anon_sym_LBRACE] = ACTIONS(2827), - [anon_sym_RBRACE] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_RBRACK] = ACTIONS(2827), - [anon_sym_EQ] = ACTIONS(2825), - [anon_sym_static] = ACTIONS(2825), - [anon_sym_register] = ACTIONS(2825), - [anon_sym_inline] = ACTIONS(2825), - [anon_sym_const] = ACTIONS(2825), - [anon_sym_volatile] = ACTIONS(2825), - [anon_sym_restrict] = ACTIONS(2825), - [anon_sym__Atomic] = ACTIONS(2825), - [anon_sym_mutable] = ACTIONS(2825), - [anon_sym_constexpr] = ACTIONS(2825), - [anon_sym_COLON] = ACTIONS(2825), - [anon_sym_QMARK] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2827), - [anon_sym_PLUS_PLUS] = ACTIONS(2827), - [anon_sym_DOT] = ACTIONS(2825), - [anon_sym_DASH_GT] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2825), - [anon_sym_override] = ACTIONS(2825), - [anon_sym_COLON_COLON] = ACTIONS(2827), - [anon_sym_noexcept] = ACTIONS(2825), - [anon_sym_throw] = ACTIONS(2825), - [sym_operator_name] = ACTIONS(2825), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2825), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2825), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2825), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2825), - [anon_sym_MOZ_COLD] = ACTIONS(2825), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2825), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2825), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2825), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2825), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2825), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2825), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2825), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2825), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2825), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2825), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2825), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2825), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2825), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_NONNULL] = ACTIONS(2825), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2825), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2825), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2825), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2825), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2825), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2825), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2825), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2825), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2825), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2825), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2825), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2825), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), - [anon_sym_MOZ_RAII] = ACTIONS(2825), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2825), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2825), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2825), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2825), - }, - [1013] = { - [sym_identifier] = ACTIONS(2829), - [aux_sym_preproc_def_token1] = ACTIONS(2829), - [aux_sym_preproc_if_token1] = ACTIONS(2829), - [aux_sym_preproc_if_token2] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), - [aux_sym_preproc_else_token1] = ACTIONS(2829), - [aux_sym_preproc_elif_token1] = ACTIONS(2829), - [sym_preproc_directive] = ACTIONS(2829), - [anon_sym_LPAREN2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_typedef] = ACTIONS(2829), - [anon_sym_extern] = ACTIONS(2829), - [anon_sym___attribute__] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2829), - [anon_sym___based] = ACTIONS(2829), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_static] = ACTIONS(2829), - [anon_sym_register] = ACTIONS(2829), - [anon_sym_inline] = ACTIONS(2829), - [anon_sym_const] = ACTIONS(2829), - [anon_sym_volatile] = ACTIONS(2829), - [anon_sym_restrict] = ACTIONS(2829), - [anon_sym__Atomic] = ACTIONS(2829), - [anon_sym_mutable] = ACTIONS(2829), - [anon_sym_constexpr] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2829), - [anon_sym_unsigned] = ACTIONS(2829), - [anon_sym_long] = ACTIONS(2829), - [anon_sym_short] = ACTIONS(2829), - [sym_primitive_type] = ACTIONS(2829), - [anon_sym_enum] = ACTIONS(2829), - [anon_sym_class] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2829), - [anon_sym_union] = ACTIONS(2829), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2829), - [anon_sym_virtual] = ACTIONS(2829), - [anon_sym_explicit] = ACTIONS(2829), - [anon_sym_public] = ACTIONS(2829), - [anon_sym_private] = ACTIONS(2829), - [anon_sym_protected] = ACTIONS(2829), - [sym_auto] = ACTIONS(2829), - [anon_sym_typename] = ACTIONS(2829), - [anon_sym_template] = ACTIONS(2829), - [anon_sym_COLON_COLON] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2829), - [anon_sym_friend] = ACTIONS(2829), - [anon_sym_using] = ACTIONS(2829), - [anon_sym_static_assert] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), - [sym_operator_name] = ACTIONS(2829), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2829), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2829), - [anon_sym_MOZ_COLD] = ACTIONS(2829), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2829), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2829), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2829), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2829), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2829), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2829), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2829), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2829), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2829), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2829), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2829), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2829), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2829), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_NONNULL] = ACTIONS(2829), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2829), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2829), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2829), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2829), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2829), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2829), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2829), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2829), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2829), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2829), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2829), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2829), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), - [anon_sym_MOZ_RAII] = ACTIONS(2829), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2829), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2829), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2829), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2829), - }, - [1014] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2279), - [anon_sym_COMMA] = ACTIONS(2279), - [anon_sym_RPAREN] = ACTIONS(2279), - [anon_sym_LPAREN2] = ACTIONS(2279), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2272), - [anon_sym_PLUS] = ACTIONS(2272), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_SLASH] = ACTIONS(2272), - [anon_sym_PERCENT] = ACTIONS(2279), - [anon_sym_PIPE_PIPE] = ACTIONS(2279), - [anon_sym_AMP_AMP] = ACTIONS(2279), - [anon_sym_PIPE] = ACTIONS(2272), - [anon_sym_CARET] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_EQ_EQ] = ACTIONS(2279), - [anon_sym_BANG_EQ] = ACTIONS(2279), - [anon_sym_GT] = ACTIONS(2272), - [anon_sym_GT_EQ] = ACTIONS(2272), - [anon_sym_LT_EQ] = ACTIONS(2279), - [anon_sym_LT] = ACTIONS(2272), - [anon_sym_LT_LT] = ACTIONS(2279), - [anon_sym_GT_GT] = ACTIONS(2272), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2279), - [anon_sym_EQ] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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(2272), - [anon_sym_QMARK] = ACTIONS(2279), - [anon_sym_DASH_DASH] = ACTIONS(2279), - [anon_sym_PLUS_PLUS] = ACTIONS(2279), - [anon_sym_DOT] = ACTIONS(2272), - [anon_sym_DASH_GT] = ACTIONS(2279), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2272), - [anon_sym_override] = ACTIONS(2272), - [anon_sym_GT2] = ACTIONS(2279), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [anon_sym_noexcept] = ACTIONS(2272), - [anon_sym_throw] = 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), - }, - [1015] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2835), - [anon_sym_COMMA] = ACTIONS(2835), - [anon_sym_RPAREN] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2835), - [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_DASH] = ACTIONS(2833), - [anon_sym_PLUS] = ACTIONS(2833), - [anon_sym_STAR] = ACTIONS(2835), - [anon_sym_SLASH] = ACTIONS(2833), - [anon_sym_PERCENT] = ACTIONS(2835), - [anon_sym_PIPE_PIPE] = ACTIONS(2835), - [anon_sym_AMP_AMP] = ACTIONS(2835), - [anon_sym_PIPE] = ACTIONS(2833), - [anon_sym_CARET] = ACTIONS(2835), - [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_EQ_EQ] = ACTIONS(2835), - [anon_sym_BANG_EQ] = ACTIONS(2835), - [anon_sym_GT] = ACTIONS(2833), - [anon_sym_GT_EQ] = ACTIONS(2833), - [anon_sym_LT_EQ] = ACTIONS(2835), - [anon_sym_LT] = ACTIONS(2833), - [anon_sym_LT_LT] = ACTIONS(2835), - [anon_sym_GT_GT] = ACTIONS(2833), - [anon_sym_SEMI] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_EQ] = ACTIONS(2833), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_COLON] = ACTIONS(2833), - [anon_sym_QMARK] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2835), - [anon_sym_PLUS_PLUS] = ACTIONS(2835), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_DASH_GT] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2833), - [anon_sym_override] = ACTIONS(2833), - [anon_sym_GT2] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [anon_sym_noexcept] = ACTIONS(2833), - [anon_sym_throw] = ACTIONS(2833), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), - }, - [1016] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2261), - [anon_sym_COMMA] = ACTIONS(2261), - [anon_sym_RPAREN] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2261), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2254), - [anon_sym_PLUS] = ACTIONS(2254), - [anon_sym_STAR] = ACTIONS(2261), - [anon_sym_SLASH] = ACTIONS(2254), - [anon_sym_PERCENT] = ACTIONS(2261), - [anon_sym_PIPE_PIPE] = ACTIONS(2261), - [anon_sym_AMP_AMP] = ACTIONS(2261), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_CARET] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(2254), - [anon_sym_EQ_EQ] = ACTIONS(2261), - [anon_sym_BANG_EQ] = ACTIONS(2261), - [anon_sym_GT] = ACTIONS(2254), - [anon_sym_GT_EQ] = ACTIONS(2254), - [anon_sym_LT_EQ] = ACTIONS(2261), - [anon_sym_LT] = ACTIONS(2254), - [anon_sym_LT_LT] = ACTIONS(2261), - [anon_sym_GT_GT] = ACTIONS(2254), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2261), - [anon_sym_EQ] = ACTIONS(2254), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_COLON] = ACTIONS(2254), - [anon_sym_QMARK] = ACTIONS(2261), - [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_PLUS_PLUS] = ACTIONS(2261), - [anon_sym_DOT] = ACTIONS(2254), - [anon_sym_DASH_GT] = ACTIONS(2261), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2254), - [anon_sym_override] = ACTIONS(2254), - [anon_sym_GT2] = ACTIONS(2261), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [anon_sym_noexcept] = ACTIONS(2254), - [anon_sym_throw] = ACTIONS(2254), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [1017] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2307), - [anon_sym_COMMA] = ACTIONS(2307), - [anon_sym_RPAREN] = ACTIONS(2307), - [anon_sym_LPAREN2] = ACTIONS(2307), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2300), - [anon_sym_PLUS] = ACTIONS(2300), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2300), - [anon_sym_PERCENT] = ACTIONS(2307), - [anon_sym_PIPE_PIPE] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2300), - [anon_sym_CARET] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2300), - [anon_sym_EQ_EQ] = ACTIONS(2307), - [anon_sym_BANG_EQ] = ACTIONS(2307), - [anon_sym_GT] = ACTIONS(2300), - [anon_sym_GT_EQ] = ACTIONS(2300), - [anon_sym_LT_EQ] = ACTIONS(2307), - [anon_sym_LT] = ACTIONS(2300), - [anon_sym_LT_LT] = ACTIONS(2307), - [anon_sym_GT_GT] = ACTIONS(2300), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2307), - [anon_sym_EQ] = ACTIONS(2300), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_COLON] = ACTIONS(2300), - [anon_sym_QMARK] = ACTIONS(2307), - [anon_sym_DASH_DASH] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2307), - [anon_sym_DOT] = ACTIONS(2300), - [anon_sym_DASH_GT] = ACTIONS(2307), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2300), - [anon_sym_override] = ACTIONS(2300), - [anon_sym_GT2] = ACTIONS(2307), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [anon_sym_noexcept] = ACTIONS(2300), - [anon_sym_throw] = ACTIONS(2300), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), + [anon_sym_decltype] = ACTIONS(2577), + [anon_sym_virtual] = ACTIONS(2577), + [anon_sym_explicit] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_protected] = ACTIONS(2577), + [sym_auto] = ACTIONS(2577), + [anon_sym_typename] = ACTIONS(2577), + [anon_sym_template] = ACTIONS(2577), + [anon_sym_COLON_COLON] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2577), + [anon_sym_friend] = ACTIONS(2577), + [anon_sym_using] = ACTIONS(2577), + [anon_sym_static_assert] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), + [sym_operator_name] = ACTIONS(2577), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), + [anon_sym_MOZ_COLD] = ACTIONS(2577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_RAII] = ACTIONS(2577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), }, - [1018] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_PLUS] = ACTIONS(2713), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_SLASH] = ACTIONS(2713), - [anon_sym_PERCENT] = ACTIONS(2715), - [anon_sym_PIPE_PIPE] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2713), - [anon_sym_CARET] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_EQ_EQ] = ACTIONS(2715), - [anon_sym_BANG_EQ] = ACTIONS(2715), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_EQ] = ACTIONS(2713), - [anon_sym_LT_EQ] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_COLON] = ACTIONS(2713), - [anon_sym_QMARK] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2715), - [anon_sym_PLUS_PLUS] = ACTIONS(2715), - [anon_sym_DOT] = ACTIONS(2713), - [anon_sym_DASH_GT] = ACTIONS(2715), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2713), - [anon_sym_override] = ACTIONS(2713), - [anon_sym_GT2] = ACTIONS(2715), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_noexcept] = ACTIONS(2713), - [anon_sym_throw] = ACTIONS(2713), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [898] = { + [sym_identifier] = ACTIONS(2581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2583), + [anon_sym_COMMA] = ACTIONS(2583), + [anon_sym_RPAREN] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2583), + [anon_sym_TILDE] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2581), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2581), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_PIPE_PIPE] = ACTIONS(2583), + [anon_sym_AMP_AMP] = ACTIONS(2583), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_AMP] = ACTIONS(2581), + [anon_sym_EQ_EQ] = ACTIONS(2583), + [anon_sym_BANG_EQ] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2583), + [anon_sym_LT_EQ] = ACTIONS(2583), + [anon_sym_LT] = ACTIONS(2581), + [anon_sym_LT_LT] = ACTIONS(2583), + [anon_sym_GT_GT] = ACTIONS(2583), + [anon_sym_SEMI] = ACTIONS(2583), + [anon_sym_extern] = ACTIONS(2581), + [anon_sym___attribute__] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2581), + [anon_sym___based] = ACTIONS(2581), + [anon_sym_LBRACE] = ACTIONS(2583), + [anon_sym_RBRACE] = ACTIONS(2583), + [anon_sym_LBRACK] = ACTIONS(2583), + [anon_sym_RBRACK] = ACTIONS(2583), + [anon_sym_EQ] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_register] = ACTIONS(2581), + [anon_sym_inline] = ACTIONS(2581), + [anon_sym_const] = ACTIONS(2581), + [anon_sym_volatile] = ACTIONS(2581), + [anon_sym_restrict] = ACTIONS(2581), + [anon_sym__Atomic] = ACTIONS(2581), + [anon_sym_mutable] = ACTIONS(2581), + [anon_sym_constexpr] = ACTIONS(2581), + [anon_sym_COLON] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2583), + [anon_sym_DASH_DASH] = ACTIONS(2583), + [anon_sym_PLUS_PLUS] = ACTIONS(2583), + [anon_sym_DOT] = ACTIONS(2581), + [anon_sym_DASH_GT] = ACTIONS(2583), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2581), + [anon_sym_override] = ACTIONS(2581), + [anon_sym_COLON_COLON] = ACTIONS(2583), + [anon_sym_noexcept] = ACTIONS(2581), + [anon_sym_throw] = ACTIONS(2581), + [sym_operator_name] = ACTIONS(2581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2581), + [anon_sym_MOZ_COLD] = ACTIONS(2581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_NONNULL] = ACTIONS(2581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), + [anon_sym_MOZ_RAII] = ACTIONS(2581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2581), }, - [1019] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token2] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [anon_sym_public] = ACTIONS(1980), - [anon_sym_private] = ACTIONS(1980), - [anon_sym_protected] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_friend] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [sym_operator_name] = ACTIONS(1980), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), + [899] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [aux_sym_preproc_else_token1] = ACTIONS(1556), + [aux_sym_preproc_elif_token1] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1020] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token2] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [anon_sym_public] = ACTIONS(2060), - [anon_sym_private] = ACTIONS(2060), - [anon_sym_protected] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_friend] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [sym_operator_name] = ACTIONS(2060), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), + [900] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), }, - [1021] = { + [901] = { [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token2] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2587), + [anon_sym_COMMA] = ACTIONS(2587), + [anon_sym_RPAREN] = ACTIONS(2587), [anon_sym_LPAREN2] = ACTIONS(2587), [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2585), + [anon_sym_PLUS] = ACTIONS(2585), [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_SLASH] = ACTIONS(2585), + [anon_sym_PERCENT] = ACTIONS(2587), + [anon_sym_PIPE_PIPE] = ACTIONS(2587), [anon_sym_AMP_AMP] = ACTIONS(2587), + [anon_sym_PIPE] = ACTIONS(2585), + [anon_sym_CARET] = ACTIONS(2587), [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), + [anon_sym_EQ_EQ] = ACTIONS(2587), + [anon_sym_BANG_EQ] = ACTIONS(2587), + [anon_sym_GT] = ACTIONS(2585), + [anon_sym_GT_EQ] = ACTIONS(2587), + [anon_sym_LT_EQ] = ACTIONS(2587), + [anon_sym_LT] = ACTIONS(2585), + [anon_sym_LT_LT] = ACTIONS(2587), + [anon_sym_GT_GT] = ACTIONS(2587), + [anon_sym_SEMI] = ACTIONS(2587), [anon_sym_extern] = ACTIONS(2585), [anon_sym___attribute__] = ACTIONS(2585), [anon_sym___declspec] = ACTIONS(2585), [anon_sym___based] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), + [anon_sym_LBRACE] = ACTIONS(2587), + [anon_sym_RBRACE] = ACTIONS(2587), + [anon_sym_LBRACK] = ACTIONS(2587), + [anon_sym_RBRACK] = ACTIONS(2587), + [anon_sym_EQ] = ACTIONS(2585), [anon_sym_static] = ACTIONS(2585), [anon_sym_register] = ACTIONS(2585), [anon_sym_inline] = ACTIONS(2585), @@ -189115,33 +187280,19 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2585), [anon_sym_mutable] = ACTIONS(2585), [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), + [anon_sym_COLON] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(2587), + [anon_sym_DASH_DASH] = ACTIONS(2587), + [anon_sym_PLUS_PLUS] = ACTIONS(2587), + [anon_sym_DOT] = ACTIONS(2585), + [anon_sym_DASH_GT] = ACTIONS(2587), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2585), + [anon_sym_override] = ACTIONS(2585), [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), + [anon_sym_noexcept] = ACTIONS(2585), + [anon_sym_throw] = ACTIONS(2585), [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), @@ -189211,2381 +187362,2813 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), }, - [1022] = { - [sym_identifier] = ACTIONS(2381), - [aux_sym_preproc_def_token1] = ACTIONS(2381), - [aux_sym_preproc_if_token1] = ACTIONS(2381), - [aux_sym_preproc_if_token2] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2381), - [sym_preproc_directive] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_TILDE] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2383), - [anon_sym_AMP_AMP] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2381), - [anon_sym_typedef] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2381), - [anon_sym___attribute__] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2381), - [anon_sym___based] = ACTIONS(2381), - [anon_sym_LBRACK] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2381), - [anon_sym_register] = ACTIONS(2381), - [anon_sym_inline] = ACTIONS(2381), - [anon_sym_const] = ACTIONS(2381), - [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_signed] = ACTIONS(2381), - [anon_sym_unsigned] = ACTIONS(2381), - [anon_sym_long] = ACTIONS(2381), - [anon_sym_short] = ACTIONS(2381), - [sym_primitive_type] = ACTIONS(2381), - [anon_sym_enum] = ACTIONS(2381), - [anon_sym_class] = ACTIONS(2381), - [anon_sym_struct] = ACTIONS(2381), - [anon_sym_union] = ACTIONS(2381), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2381), - [anon_sym_virtual] = ACTIONS(2381), - [anon_sym_explicit] = ACTIONS(2381), - [anon_sym_public] = ACTIONS(2381), - [anon_sym_private] = ACTIONS(2381), - [anon_sym_protected] = ACTIONS(2381), - [sym_auto] = ACTIONS(2381), - [anon_sym_typename] = ACTIONS(2381), - [anon_sym_template] = ACTIONS(2381), - [anon_sym_COLON_COLON] = ACTIONS(2383), - [anon_sym_operator] = ACTIONS(2381), - [anon_sym_friend] = ACTIONS(2381), - [anon_sym_using] = ACTIONS(2381), - [anon_sym_static_assert] = ACTIONS(2381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2383), - [sym_operator_name] = ACTIONS(2381), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2381), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2381), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2381), - [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(2381), - [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(2381), - [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(2381), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_NONNULL] = ACTIONS(2381), - [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(2381), - [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), - }, - [1023] = { - [sym_identifier] = ACTIONS(2625), - [aux_sym_preproc_def_token1] = ACTIONS(2625), - [aux_sym_preproc_if_token1] = ACTIONS(2625), - [aux_sym_preproc_if_token2] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), - [sym_preproc_directive] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2627), - [anon_sym_TILDE] = ACTIONS(2627), - [anon_sym_STAR] = ACTIONS(2627), - [anon_sym_AMP_AMP] = ACTIONS(2627), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_typedef] = ACTIONS(2625), - [anon_sym_extern] = ACTIONS(2625), - [anon_sym___attribute__] = ACTIONS(2625), - [anon_sym___declspec] = ACTIONS(2625), - [anon_sym___based] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_static] = ACTIONS(2625), - [anon_sym_register] = ACTIONS(2625), - [anon_sym_inline] = ACTIONS(2625), - [anon_sym_const] = ACTIONS(2625), - [anon_sym_volatile] = ACTIONS(2625), - [anon_sym_restrict] = ACTIONS(2625), - [anon_sym__Atomic] = ACTIONS(2625), - [anon_sym_mutable] = ACTIONS(2625), - [anon_sym_constexpr] = ACTIONS(2625), - [anon_sym_signed] = ACTIONS(2625), - [anon_sym_unsigned] = ACTIONS(2625), - [anon_sym_long] = ACTIONS(2625), - [anon_sym_short] = ACTIONS(2625), - [sym_primitive_type] = ACTIONS(2625), - [anon_sym_enum] = ACTIONS(2625), - [anon_sym_class] = ACTIONS(2625), - [anon_sym_struct] = ACTIONS(2625), - [anon_sym_union] = ACTIONS(2625), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2625), - [anon_sym_virtual] = ACTIONS(2625), - [anon_sym_explicit] = ACTIONS(2625), - [anon_sym_public] = ACTIONS(2625), - [anon_sym_private] = ACTIONS(2625), - [anon_sym_protected] = ACTIONS(2625), - [sym_auto] = ACTIONS(2625), - [anon_sym_typename] = ACTIONS(2625), - [anon_sym_template] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2627), - [anon_sym_operator] = ACTIONS(2625), - [anon_sym_friend] = ACTIONS(2625), - [anon_sym_using] = ACTIONS(2625), - [anon_sym_static_assert] = ACTIONS(2625), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), - [sym_operator_name] = ACTIONS(2625), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), - [anon_sym_MOZ_COLD] = ACTIONS(2625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_RAII] = ACTIONS(2625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), + [902] = { + [sym_identifier] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2591), + [anon_sym_COMMA] = ACTIONS(2591), + [anon_sym_RPAREN] = ACTIONS(2591), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_TILDE] = ACTIONS(2591), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2591), + [anon_sym_PIPE_PIPE] = ACTIONS(2591), + [anon_sym_AMP_AMP] = ACTIONS(2591), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2591), + [anon_sym_BANG_EQ] = ACTIONS(2591), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2591), + [anon_sym_LT_EQ] = ACTIONS(2591), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2591), + [anon_sym_GT_GT] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2591), + [anon_sym_extern] = ACTIONS(2589), + [anon_sym___attribute__] = ACTIONS(2589), + [anon_sym___declspec] = ACTIONS(2589), + [anon_sym___based] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2591), + [anon_sym_RBRACE] = ACTIONS(2591), + [anon_sym_LBRACK] = ACTIONS(2591), + [anon_sym_RBRACK] = ACTIONS(2591), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_register] = ACTIONS(2589), + [anon_sym_inline] = ACTIONS(2589), + [anon_sym_const] = ACTIONS(2589), + [anon_sym_volatile] = ACTIONS(2589), + [anon_sym_restrict] = ACTIONS(2589), + [anon_sym__Atomic] = ACTIONS(2589), + [anon_sym_mutable] = ACTIONS(2589), + [anon_sym_constexpr] = ACTIONS(2589), + [anon_sym_COLON] = ACTIONS(2589), + [anon_sym_QMARK] = ACTIONS(2591), + [anon_sym_DASH_DASH] = ACTIONS(2591), + [anon_sym_PLUS_PLUS] = ACTIONS(2591), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2591), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2589), + [anon_sym_override] = ACTIONS(2589), + [anon_sym_COLON_COLON] = ACTIONS(2591), + [anon_sym_noexcept] = ACTIONS(2589), + [anon_sym_throw] = ACTIONS(2589), + [sym_operator_name] = ACTIONS(2589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2589), + [anon_sym_MOZ_COLD] = ACTIONS(2589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_NONNULL] = ACTIONS(2589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), + [anon_sym_MOZ_RAII] = ACTIONS(2589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2589), }, - [1024] = { - [sym_identifier] = ACTIONS(2645), - [aux_sym_preproc_def_token1] = ACTIONS(2645), - [aux_sym_preproc_if_token1] = ACTIONS(2645), - [aux_sym_preproc_if_token2] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2645), - [sym_preproc_directive] = ACTIONS(2645), - [anon_sym_LPAREN2] = ACTIONS(2647), - [anon_sym_TILDE] = ACTIONS(2647), - [anon_sym_STAR] = ACTIONS(2647), - [anon_sym_AMP_AMP] = ACTIONS(2647), - [anon_sym_AMP] = ACTIONS(2645), - [anon_sym_typedef] = ACTIONS(2645), - [anon_sym_extern] = ACTIONS(2645), - [anon_sym___attribute__] = ACTIONS(2645), - [anon_sym___declspec] = ACTIONS(2645), - [anon_sym___based] = ACTIONS(2645), - [anon_sym_LBRACK] = ACTIONS(2645), - [anon_sym_static] = ACTIONS(2645), - [anon_sym_register] = ACTIONS(2645), - [anon_sym_inline] = ACTIONS(2645), - [anon_sym_const] = ACTIONS(2645), - [anon_sym_volatile] = ACTIONS(2645), - [anon_sym_restrict] = ACTIONS(2645), - [anon_sym__Atomic] = ACTIONS(2645), - [anon_sym_mutable] = ACTIONS(2645), - [anon_sym_constexpr] = ACTIONS(2645), - [anon_sym_signed] = ACTIONS(2645), - [anon_sym_unsigned] = ACTIONS(2645), - [anon_sym_long] = ACTIONS(2645), - [anon_sym_short] = ACTIONS(2645), - [sym_primitive_type] = ACTIONS(2645), - [anon_sym_enum] = ACTIONS(2645), - [anon_sym_class] = ACTIONS(2645), - [anon_sym_struct] = ACTIONS(2645), - [anon_sym_union] = ACTIONS(2645), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2645), - [anon_sym_virtual] = ACTIONS(2645), - [anon_sym_explicit] = ACTIONS(2645), - [anon_sym_public] = ACTIONS(2645), - [anon_sym_private] = ACTIONS(2645), - [anon_sym_protected] = ACTIONS(2645), - [sym_auto] = ACTIONS(2645), - [anon_sym_typename] = ACTIONS(2645), - [anon_sym_template] = ACTIONS(2645), - [anon_sym_COLON_COLON] = ACTIONS(2647), - [anon_sym_operator] = ACTIONS(2645), - [anon_sym_friend] = ACTIONS(2645), - [anon_sym_using] = ACTIONS(2645), - [anon_sym_static_assert] = ACTIONS(2645), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2647), - [sym_operator_name] = ACTIONS(2645), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2645), - [anon_sym_MOZ_COLD] = ACTIONS(2645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_RAII] = ACTIONS(2645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2645), + [903] = { + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token2] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [aux_sym_preproc_else_token1] = ACTIONS(1780), + [aux_sym_preproc_elif_token1] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_friend] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [sym_operator_name] = ACTIONS(1780), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), }, - [1025] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token2] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), + [904] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [aux_sym_preproc_else_token1] = ACTIONS(2593), + [aux_sym_preproc_elif_token1] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1026] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token2] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), + [905] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [aux_sym_preproc_else_token1] = ACTIONS(2593), + [aux_sym_preproc_elif_token1] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1027] = { - [sym_identifier] = ACTIONS(2697), - [aux_sym_preproc_def_token1] = ACTIONS(2697), - [aux_sym_preproc_if_token1] = ACTIONS(2697), - [aux_sym_preproc_if_token2] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2697), - [sym_preproc_directive] = ACTIONS(2697), - [anon_sym_LPAREN2] = ACTIONS(2699), - [anon_sym_TILDE] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_AMP_AMP] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2697), - [anon_sym_typedef] = ACTIONS(2697), - [anon_sym_extern] = ACTIONS(2697), - [anon_sym___attribute__] = ACTIONS(2697), - [anon_sym___declspec] = ACTIONS(2697), - [anon_sym___based] = ACTIONS(2697), - [anon_sym_LBRACK] = ACTIONS(2697), - [anon_sym_static] = ACTIONS(2697), - [anon_sym_register] = ACTIONS(2697), - [anon_sym_inline] = ACTIONS(2697), - [anon_sym_const] = ACTIONS(2697), - [anon_sym_volatile] = ACTIONS(2697), - [anon_sym_restrict] = ACTIONS(2697), - [anon_sym__Atomic] = ACTIONS(2697), - [anon_sym_mutable] = ACTIONS(2697), - [anon_sym_constexpr] = ACTIONS(2697), - [anon_sym_signed] = ACTIONS(2697), - [anon_sym_unsigned] = ACTIONS(2697), - [anon_sym_long] = ACTIONS(2697), - [anon_sym_short] = ACTIONS(2697), - [sym_primitive_type] = ACTIONS(2697), - [anon_sym_enum] = ACTIONS(2697), - [anon_sym_class] = ACTIONS(2697), - [anon_sym_struct] = ACTIONS(2697), - [anon_sym_union] = ACTIONS(2697), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2697), - [anon_sym_virtual] = ACTIONS(2697), - [anon_sym_explicit] = ACTIONS(2697), - [anon_sym_public] = ACTIONS(2697), - [anon_sym_private] = ACTIONS(2697), - [anon_sym_protected] = ACTIONS(2697), - [sym_auto] = ACTIONS(2697), - [anon_sym_typename] = ACTIONS(2697), - [anon_sym_template] = ACTIONS(2697), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_operator] = ACTIONS(2697), - [anon_sym_friend] = ACTIONS(2697), - [anon_sym_using] = ACTIONS(2697), - [anon_sym_static_assert] = ACTIONS(2697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2699), - [sym_operator_name] = ACTIONS(2697), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2697), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2697), - [anon_sym_MOZ_COLD] = ACTIONS(2697), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2697), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2697), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2697), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2697), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2697), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2697), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2697), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2697), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2697), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2697), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2697), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2697), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_RAII] = ACTIONS(2697), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2697), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2697), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2697), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2697), + [906] = { + [sym_identifier] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2599), + [anon_sym_COMMA] = ACTIONS(2599), + [anon_sym_RPAREN] = ACTIONS(2599), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_TILDE] = ACTIONS(2599), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2599), + [anon_sym_PIPE_PIPE] = ACTIONS(2599), + [anon_sym_AMP_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2599), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2599), + [anon_sym_BANG_EQ] = ACTIONS(2599), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2599), + [anon_sym_LT_EQ] = ACTIONS(2599), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2599), + [anon_sym_GT_GT] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2599), + [anon_sym_extern] = ACTIONS(2597), + [anon_sym___attribute__] = ACTIONS(2597), + [anon_sym___declspec] = ACTIONS(2597), + [anon_sym___based] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2599), + [anon_sym_RBRACE] = ACTIONS(2599), + [anon_sym_LBRACK] = ACTIONS(2599), + [anon_sym_RBRACK] = ACTIONS(2599), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_register] = ACTIONS(2597), + [anon_sym_inline] = ACTIONS(2597), + [anon_sym_const] = ACTIONS(2597), + [anon_sym_volatile] = ACTIONS(2597), + [anon_sym_restrict] = ACTIONS(2597), + [anon_sym__Atomic] = ACTIONS(2597), + [anon_sym_mutable] = ACTIONS(2597), + [anon_sym_constexpr] = ACTIONS(2597), + [anon_sym_COLON] = ACTIONS(2597), + [anon_sym_QMARK] = ACTIONS(2599), + [anon_sym_DASH_DASH] = ACTIONS(2599), + [anon_sym_PLUS_PLUS] = ACTIONS(2599), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2599), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2597), + [anon_sym_override] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2599), + [anon_sym_noexcept] = ACTIONS(2597), + [anon_sym_throw] = ACTIONS(2597), + [sym_operator_name] = ACTIONS(2597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2597), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2597), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2597), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2597), + [anon_sym_MOZ_COLD] = ACTIONS(2597), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2597), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2597), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2597), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2597), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2597), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2597), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2597), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2597), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2597), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2597), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2597), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2597), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2597), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_NONNULL] = ACTIONS(2597), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2597), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2597), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2597), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2597), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2597), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2597), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2597), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2597), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2597), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2597), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2597), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2597), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), + [anon_sym_MOZ_RAII] = ACTIONS(2597), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2597), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2597), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2597), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2597), }, - [1028] = { - [sym_identifier] = ACTIONS(2717), - [aux_sym_preproc_def_token1] = ACTIONS(2717), - [aux_sym_preproc_if_token1] = ACTIONS(2717), - [aux_sym_preproc_if_token2] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), - [sym_preproc_directive] = ACTIONS(2717), - [anon_sym_LPAREN2] = ACTIONS(2719), - [anon_sym_TILDE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(2719), - [anon_sym_AMP_AMP] = ACTIONS(2719), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2717), - [anon_sym_extern] = ACTIONS(2717), - [anon_sym___attribute__] = ACTIONS(2717), - [anon_sym___declspec] = ACTIONS(2717), - [anon_sym___based] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2717), - [anon_sym_register] = ACTIONS(2717), - [anon_sym_inline] = ACTIONS(2717), - [anon_sym_const] = ACTIONS(2717), - [anon_sym_volatile] = ACTIONS(2717), - [anon_sym_restrict] = ACTIONS(2717), - [anon_sym__Atomic] = ACTIONS(2717), - [anon_sym_mutable] = ACTIONS(2717), - [anon_sym_constexpr] = ACTIONS(2717), - [anon_sym_signed] = ACTIONS(2717), - [anon_sym_unsigned] = ACTIONS(2717), - [anon_sym_long] = ACTIONS(2717), - [anon_sym_short] = ACTIONS(2717), - [sym_primitive_type] = ACTIONS(2717), - [anon_sym_enum] = ACTIONS(2717), - [anon_sym_class] = ACTIONS(2717), - [anon_sym_struct] = ACTIONS(2717), - [anon_sym_union] = ACTIONS(2717), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2717), - [anon_sym_virtual] = ACTIONS(2717), - [anon_sym_explicit] = ACTIONS(2717), - [anon_sym_public] = ACTIONS(2717), - [anon_sym_private] = ACTIONS(2717), - [anon_sym_protected] = ACTIONS(2717), - [sym_auto] = ACTIONS(2717), - [anon_sym_typename] = ACTIONS(2717), - [anon_sym_template] = ACTIONS(2717), - [anon_sym_COLON_COLON] = ACTIONS(2719), - [anon_sym_operator] = ACTIONS(2717), - [anon_sym_friend] = ACTIONS(2717), - [anon_sym_using] = ACTIONS(2717), - [anon_sym_static_assert] = ACTIONS(2717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), - [sym_operator_name] = ACTIONS(2717), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), - [anon_sym_MOZ_COLD] = ACTIONS(2717), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_RAII] = ACTIONS(2717), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), + [907] = { + [sym_identifier] = ACTIONS(2513), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token2] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [aux_sym_preproc_else_token1] = ACTIONS(2513), + [aux_sym_preproc_elif_token1] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), + [anon_sym_LPAREN2] = ACTIONS(2515), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_AMP_AMP] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym___attribute__] = ACTIONS(2513), + [anon_sym___declspec] = ACTIONS(2513), + [anon_sym___based] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_register] = ACTIONS(2513), + [anon_sym_inline] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_volatile] = ACTIONS(2513), + [anon_sym_restrict] = ACTIONS(2513), + [anon_sym__Atomic] = ACTIONS(2513), + [anon_sym_mutable] = ACTIONS(2513), + [anon_sym_constexpr] = ACTIONS(2513), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), + [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), + [anon_sym_MOZ_COLD] = ACTIONS(2513), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_RAII] = ACTIONS(2513), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [1029] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), + [908] = { + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token2] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [aux_sym_preproc_else_token1] = ACTIONS(1588), + [aux_sym_preproc_elif_token1] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [anon_sym_public] = ACTIONS(1588), + [anon_sym_private] = ACTIONS(1588), + [anon_sym_protected] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_friend] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [sym_operator_name] = ACTIONS(1588), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), }, - [1030] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token2] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), + [909] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token2] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [aux_sym_preproc_else_token1] = ACTIONS(2529), + [aux_sym_preproc_elif_token1] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + [anon_sym_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [1031] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), + [910] = { + [sym_identifier] = ACTIONS(2601), + [aux_sym_preproc_def_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token2] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), + [aux_sym_preproc_else_token1] = ACTIONS(2601), + [aux_sym_preproc_elif_token1] = ACTIONS(2601), + [sym_preproc_directive] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_TILDE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_AMP_AMP] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_typedef] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym___attribute__] = ACTIONS(2601), + [anon_sym___declspec] = ACTIONS(2601), + [anon_sym___based] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_register] = ACTIONS(2601), + [anon_sym_inline] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_volatile] = ACTIONS(2601), + [anon_sym_restrict] = ACTIONS(2601), + [anon_sym__Atomic] = ACTIONS(2601), + [anon_sym_mutable] = ACTIONS(2601), + [anon_sym_constexpr] = ACTIONS(2601), + [anon_sym_signed] = ACTIONS(2601), + [anon_sym_unsigned] = ACTIONS(2601), + [anon_sym_long] = ACTIONS(2601), + [anon_sym_short] = ACTIONS(2601), + [sym_primitive_type] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [anon_sym_decltype] = ACTIONS(2601), + [anon_sym_virtual] = ACTIONS(2601), + [anon_sym_explicit] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_protected] = ACTIONS(2601), + [sym_auto] = ACTIONS(2601), + [anon_sym_typename] = ACTIONS(2601), + [anon_sym_template] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_operator] = ACTIONS(2601), + [anon_sym_friend] = ACTIONS(2601), + [anon_sym_using] = ACTIONS(2601), + [anon_sym_static_assert] = ACTIONS(2601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), + [sym_operator_name] = ACTIONS(2601), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), + [anon_sym_MOZ_COLD] = ACTIONS(2601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_RAII] = ACTIONS(2601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1032] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [911] = { + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token2] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [aux_sym_preproc_else_token1] = ACTIONS(1600), + [aux_sym_preproc_elif_token1] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [anon_sym_public] = ACTIONS(1600), + [anon_sym_private] = ACTIONS(1600), + [anon_sym_protected] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_friend] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [sym_operator_name] = ACTIONS(1600), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), + }, + [912] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [aux_sym_preproc_else_token1] = ACTIONS(2593), + [aux_sym_preproc_elif_token1] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1033] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [913] = { + [sym__declaration_specifiers] = STATE(3591), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1409), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), - }, - [1034] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym_RBRACE] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [anon_sym_public] = ACTIONS(1932), - [anon_sym_private] = ACTIONS(1932), - [anon_sym_protected] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_friend] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [sym_operator_name] = ACTIONS(1932), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1035] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), + [914] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [aux_sym_preproc_else_token1] = ACTIONS(1416), + [aux_sym_preproc_elif_token1] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), }, - [1036] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token2] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), + [915] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [aux_sym_preproc_else_token1] = ACTIONS(2593), + [aux_sym_preproc_elif_token1] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1037] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), + [916] = { + [sym_identifier] = ACTIONS(2605), + [aux_sym_preproc_def_token1] = ACTIONS(2605), + [aux_sym_preproc_if_token1] = ACTIONS(2605), + [aux_sym_preproc_if_token2] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), + [aux_sym_preproc_else_token1] = ACTIONS(2605), + [aux_sym_preproc_elif_token1] = ACTIONS(2605), + [sym_preproc_directive] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_TILDE] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_AMP_AMP] = ACTIONS(2607), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_typedef] = ACTIONS(2605), + [anon_sym_extern] = ACTIONS(2605), + [anon_sym___attribute__] = ACTIONS(2605), + [anon_sym___declspec] = ACTIONS(2605), + [anon_sym___based] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_register] = ACTIONS(2605), + [anon_sym_inline] = ACTIONS(2605), + [anon_sym_const] = ACTIONS(2605), + [anon_sym_volatile] = ACTIONS(2605), + [anon_sym_restrict] = ACTIONS(2605), + [anon_sym__Atomic] = ACTIONS(2605), + [anon_sym_mutable] = ACTIONS(2605), + [anon_sym_constexpr] = ACTIONS(2605), + [anon_sym_signed] = ACTIONS(2605), + [anon_sym_unsigned] = ACTIONS(2605), + [anon_sym_long] = ACTIONS(2605), + [anon_sym_short] = ACTIONS(2605), + [sym_primitive_type] = ACTIONS(2605), + [anon_sym_enum] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2605), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [anon_sym_decltype] = ACTIONS(2605), + [anon_sym_virtual] = ACTIONS(2605), + [anon_sym_explicit] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_protected] = ACTIONS(2605), + [sym_auto] = ACTIONS(2605), + [anon_sym_typename] = ACTIONS(2605), + [anon_sym_template] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2607), + [anon_sym_operator] = ACTIONS(2605), + [anon_sym_friend] = ACTIONS(2605), + [anon_sym_using] = ACTIONS(2605), + [anon_sym_static_assert] = ACTIONS(2605), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), + [sym_operator_name] = ACTIONS(2605), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), + [anon_sym_MOZ_COLD] = ACTIONS(2605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_RAII] = ACTIONS(2605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), }, - [1038] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [917] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token2] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [aux_sym_preproc_else_token1] = ACTIONS(2609), + [aux_sym_preproc_elif_token1] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), }, - [1039] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [918] = { + [sym_identifier] = ACTIONS(2613), + [aux_sym_preproc_def_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token2] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), + [aux_sym_preproc_else_token1] = ACTIONS(2613), + [aux_sym_preproc_elif_token1] = ACTIONS(2613), + [sym_preproc_directive] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_TILDE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_AMP_AMP] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_typedef] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym___attribute__] = ACTIONS(2613), + [anon_sym___declspec] = ACTIONS(2613), + [anon_sym___based] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_register] = ACTIONS(2613), + [anon_sym_inline] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_volatile] = ACTIONS(2613), + [anon_sym_restrict] = ACTIONS(2613), + [anon_sym__Atomic] = ACTIONS(2613), + [anon_sym_mutable] = ACTIONS(2613), + [anon_sym_constexpr] = ACTIONS(2613), + [anon_sym_signed] = ACTIONS(2613), + [anon_sym_unsigned] = ACTIONS(2613), + [anon_sym_long] = ACTIONS(2613), + [anon_sym_short] = ACTIONS(2613), + [sym_primitive_type] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [anon_sym_decltype] = ACTIONS(2613), + [anon_sym_virtual] = ACTIONS(2613), + [anon_sym_explicit] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_protected] = ACTIONS(2613), + [sym_auto] = ACTIONS(2613), + [anon_sym_typename] = ACTIONS(2613), + [anon_sym_template] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_operator] = ACTIONS(2613), + [anon_sym_friend] = ACTIONS(2613), + [anon_sym_using] = ACTIONS(2613), + [anon_sym_static_assert] = ACTIONS(2613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), + [sym_operator_name] = ACTIONS(2613), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), + [anon_sym_MOZ_COLD] = ACTIONS(2613), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_RAII] = ACTIONS(2613), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1040] = { - [sym_identifier] = ACTIONS(2741), - [aux_sym_preproc_def_token1] = ACTIONS(2741), - [aux_sym_preproc_if_token1] = ACTIONS(2741), - [aux_sym_preproc_if_token2] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), - [sym_preproc_directive] = ACTIONS(2741), - [anon_sym_LPAREN2] = ACTIONS(2743), - [anon_sym_TILDE] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_AMP_AMP] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2741), - [anon_sym_typedef] = ACTIONS(2741), - [anon_sym_extern] = ACTIONS(2741), - [anon_sym___attribute__] = ACTIONS(2741), - [anon_sym___declspec] = ACTIONS(2741), - [anon_sym___based] = ACTIONS(2741), - [anon_sym_LBRACK] = ACTIONS(2741), - [anon_sym_static] = ACTIONS(2741), - [anon_sym_register] = ACTIONS(2741), - [anon_sym_inline] = ACTIONS(2741), - [anon_sym_const] = ACTIONS(2741), - [anon_sym_volatile] = ACTIONS(2741), - [anon_sym_restrict] = ACTIONS(2741), - [anon_sym__Atomic] = ACTIONS(2741), - [anon_sym_mutable] = ACTIONS(2741), - [anon_sym_constexpr] = ACTIONS(2741), - [anon_sym_signed] = ACTIONS(2741), - [anon_sym_unsigned] = ACTIONS(2741), - [anon_sym_long] = ACTIONS(2741), - [anon_sym_short] = ACTIONS(2741), - [sym_primitive_type] = ACTIONS(2741), - [anon_sym_enum] = ACTIONS(2741), - [anon_sym_class] = ACTIONS(2741), - [anon_sym_struct] = ACTIONS(2741), - [anon_sym_union] = ACTIONS(2741), + [919] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token2] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [aux_sym_preproc_else_token1] = ACTIONS(2609), + [aux_sym_preproc_elif_token1] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2741), - [anon_sym_virtual] = ACTIONS(2741), - [anon_sym_explicit] = ACTIONS(2741), - [anon_sym_public] = ACTIONS(2741), - [anon_sym_private] = ACTIONS(2741), - [anon_sym_protected] = ACTIONS(2741), - [sym_auto] = ACTIONS(2741), - [anon_sym_typename] = ACTIONS(2741), - [anon_sym_template] = ACTIONS(2741), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_operator] = ACTIONS(2741), - [anon_sym_friend] = ACTIONS(2741), - [anon_sym_using] = ACTIONS(2741), - [anon_sym_static_assert] = ACTIONS(2741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), - [sym_operator_name] = ACTIONS(2741), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), - [anon_sym_MOZ_COLD] = ACTIONS(2741), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_RAII] = ACTIONS(2741), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), }, - [1041] = { + [920] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [aux_sym_preproc_else_token1] = ACTIONS(2617), + [aux_sym_preproc_elif_token1] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), + }, + [921] = { + [sym_identifier] = ACTIONS(2621), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token2] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [aux_sym_preproc_else_token1] = ACTIONS(2621), + [aux_sym_preproc_elif_token1] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_TILDE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_AMP_AMP] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym___attribute__] = ACTIONS(2621), + [anon_sym___declspec] = ACTIONS(2621), + [anon_sym___based] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_register] = ACTIONS(2621), + [anon_sym_inline] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_volatile] = ACTIONS(2621), + [anon_sym_restrict] = ACTIONS(2621), + [anon_sym__Atomic] = ACTIONS(2621), + [anon_sym_mutable] = ACTIONS(2621), + [anon_sym_constexpr] = ACTIONS(2621), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), + [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), + [anon_sym_MOZ_COLD] = ACTIONS(2621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_RAII] = ACTIONS(2621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), + }, + [922] = { + [sym_identifier] = ACTIONS(2625), + [aux_sym_preproc_def_token1] = ACTIONS(2625), + [aux_sym_preproc_if_token1] = ACTIONS(2625), + [aux_sym_preproc_if_token2] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), + [aux_sym_preproc_else_token1] = ACTIONS(2625), + [aux_sym_preproc_elif_token1] = ACTIONS(2625), + [sym_preproc_directive] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_TILDE] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_AMP_AMP] = ACTIONS(2627), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_typedef] = ACTIONS(2625), + [anon_sym_extern] = ACTIONS(2625), + [anon_sym___attribute__] = ACTIONS(2625), + [anon_sym___declspec] = ACTIONS(2625), + [anon_sym___based] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_register] = ACTIONS(2625), + [anon_sym_inline] = ACTIONS(2625), + [anon_sym_const] = ACTIONS(2625), + [anon_sym_volatile] = ACTIONS(2625), + [anon_sym_restrict] = ACTIONS(2625), + [anon_sym__Atomic] = ACTIONS(2625), + [anon_sym_mutable] = ACTIONS(2625), + [anon_sym_constexpr] = ACTIONS(2625), + [anon_sym_signed] = ACTIONS(2625), + [anon_sym_unsigned] = ACTIONS(2625), + [anon_sym_long] = ACTIONS(2625), + [anon_sym_short] = ACTIONS(2625), + [sym_primitive_type] = ACTIONS(2625), + [anon_sym_enum] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_struct] = ACTIONS(2625), + [anon_sym_union] = ACTIONS(2625), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2625), + [anon_sym_virtual] = ACTIONS(2625), + [anon_sym_explicit] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_protected] = ACTIONS(2625), + [sym_auto] = ACTIONS(2625), + [anon_sym_typename] = ACTIONS(2625), + [anon_sym_template] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2627), + [anon_sym_operator] = ACTIONS(2625), + [anon_sym_friend] = ACTIONS(2625), + [anon_sym_using] = ACTIONS(2625), + [anon_sym_static_assert] = ACTIONS(2625), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), + [sym_operator_name] = ACTIONS(2625), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), + [anon_sym_MOZ_COLD] = ACTIONS(2625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_RAII] = ACTIONS(2625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), + }, + [923] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [aux_sym_preproc_else_token1] = ACTIONS(2617), + [aux_sym_preproc_elif_token1] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), + }, + [924] = { [sym_identifier] = ACTIONS(2629), - [aux_sym_preproc_def_token1] = ACTIONS(2629), - [aux_sym_preproc_if_token1] = ACTIONS(2629), - [aux_sym_preproc_if_token2] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2629), - [sym_preproc_directive] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2631), + [anon_sym_COMMA] = ACTIONS(2631), + [anon_sym_RPAREN] = ACTIONS(2631), [anon_sym_LPAREN2] = ACTIONS(2631), [anon_sym_TILDE] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2631), + [anon_sym_PIPE_PIPE] = ACTIONS(2631), [anon_sym_AMP_AMP] = ACTIONS(2631), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2631), [anon_sym_AMP] = ACTIONS(2629), - [anon_sym_typedef] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2631), + [anon_sym_BANG_EQ] = ACTIONS(2631), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2631), + [anon_sym_LT_EQ] = ACTIONS(2631), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2631), + [anon_sym_GT_GT] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2631), [anon_sym_extern] = ACTIONS(2629), [anon_sym___attribute__] = ACTIONS(2629), [anon_sym___declspec] = ACTIONS(2629), [anon_sym___based] = ACTIONS(2629), - [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2631), + [anon_sym_RBRACE] = ACTIONS(2631), + [anon_sym_LBRACK] = ACTIONS(2631), + [anon_sym_RBRACK] = ACTIONS(2631), + [anon_sym_EQ] = ACTIONS(2629), [anon_sym_static] = ACTIONS(2629), [anon_sym_register] = ACTIONS(2629), [anon_sym_inline] = ACTIONS(2629), @@ -191595,33 +190178,19 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2629), [anon_sym_mutable] = ACTIONS(2629), [anon_sym_constexpr] = ACTIONS(2629), - [anon_sym_signed] = ACTIONS(2629), - [anon_sym_unsigned] = ACTIONS(2629), - [anon_sym_long] = ACTIONS(2629), - [anon_sym_short] = ACTIONS(2629), - [sym_primitive_type] = ACTIONS(2629), - [anon_sym_enum] = ACTIONS(2629), - [anon_sym_class] = ACTIONS(2629), - [anon_sym_struct] = ACTIONS(2629), - [anon_sym_union] = ACTIONS(2629), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2629), - [anon_sym_virtual] = ACTIONS(2629), - [anon_sym_explicit] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2629), - [anon_sym_private] = ACTIONS(2629), - [anon_sym_protected] = ACTIONS(2629), - [sym_auto] = ACTIONS(2629), - [anon_sym_typename] = ACTIONS(2629), - [anon_sym_template] = ACTIONS(2629), + [anon_sym_COLON] = ACTIONS(2629), + [anon_sym_QMARK] = ACTIONS(2631), + [anon_sym_DASH_DASH] = ACTIONS(2631), + [anon_sym_PLUS_PLUS] = ACTIONS(2631), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2629), + [anon_sym_override] = ACTIONS(2629), [anon_sym_COLON_COLON] = ACTIONS(2631), - [anon_sym_operator] = ACTIONS(2629), - [anon_sym_friend] = ACTIONS(2629), - [anon_sym_using] = ACTIONS(2629), - [anon_sym_static_assert] = ACTIONS(2629), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2631), + [anon_sym_noexcept] = ACTIONS(2629), + [anon_sym_throw] = ACTIONS(2629), [sym_operator_name] = ACTIONS(2629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2629), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2629), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2629), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2629), @@ -191691,144 +190260,778 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2629), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2629), }, - [1042] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token2] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym___attribute__] = ACTIONS(2421), - [anon_sym___declspec] = ACTIONS(2421), - [anon_sym___based] = ACTIONS(2421), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_inline] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_volatile] = ACTIONS(2421), - [anon_sym_restrict] = ACTIONS(2421), - [anon_sym__Atomic] = ACTIONS(2421), - [anon_sym_mutable] = ACTIONS(2421), - [anon_sym_constexpr] = ACTIONS(2421), - [anon_sym_signed] = ACTIONS(2421), - [anon_sym_unsigned] = ACTIONS(2421), - [anon_sym_long] = ACTIONS(2421), - [anon_sym_short] = ACTIONS(2421), - [sym_primitive_type] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_class] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), + [925] = { + [sym_identifier] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2635), + [anon_sym_COMMA] = ACTIONS(2635), + [anon_sym_RPAREN] = ACTIONS(2635), + [anon_sym_LPAREN2] = ACTIONS(2635), + [anon_sym_TILDE] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2635), + [anon_sym_PIPE_PIPE] = ACTIONS(2635), + [anon_sym_AMP_AMP] = ACTIONS(2635), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2635), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2635), + [anon_sym_BANG_EQ] = ACTIONS(2635), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2635), + [anon_sym_LT_EQ] = ACTIONS(2635), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2635), + [anon_sym_GT_GT] = ACTIONS(2635), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_extern] = ACTIONS(2633), + [anon_sym___attribute__] = ACTIONS(2633), + [anon_sym___declspec] = ACTIONS(2633), + [anon_sym___based] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_RBRACE] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_RBRACK] = ACTIONS(2635), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_register] = ACTIONS(2633), + [anon_sym_inline] = ACTIONS(2633), + [anon_sym_const] = ACTIONS(2633), + [anon_sym_volatile] = ACTIONS(2633), + [anon_sym_restrict] = ACTIONS(2633), + [anon_sym__Atomic] = ACTIONS(2633), + [anon_sym_mutable] = ACTIONS(2633), + [anon_sym_constexpr] = ACTIONS(2633), + [anon_sym_COLON] = ACTIONS(2633), + [anon_sym_QMARK] = ACTIONS(2635), + [anon_sym_DASH_DASH] = ACTIONS(2635), + [anon_sym_PLUS_PLUS] = ACTIONS(2635), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2635), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2421), - [anon_sym_virtual] = ACTIONS(2421), - [anon_sym_explicit] = ACTIONS(2421), - [anon_sym_public] = ACTIONS(2421), - [anon_sym_private] = ACTIONS(2421), - [anon_sym_protected] = ACTIONS(2421), - [sym_auto] = ACTIONS(2421), - [anon_sym_typename] = ACTIONS(2421), - [anon_sym_template] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_operator] = ACTIONS(2421), - [anon_sym_friend] = ACTIONS(2421), - [anon_sym_using] = ACTIONS(2421), - [anon_sym_static_assert] = ACTIONS(2421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), - [sym_operator_name] = ACTIONS(2421), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), - [anon_sym_MOZ_COLD] = ACTIONS(2421), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_RAII] = ACTIONS(2421), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2635), + [anon_sym_noexcept] = ACTIONS(2633), + [anon_sym_throw] = ACTIONS(2633), + [sym_operator_name] = ACTIONS(2633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2633), + [anon_sym_MOZ_COLD] = ACTIONS(2633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_RAII] = ACTIONS(2633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2633), }, - [1043] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token2] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), + [926] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1668), + [anon_sym_typedef] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym___attribute__] = ACTIONS(1668), + [anon_sym___declspec] = ACTIONS(1668), + [anon_sym___based] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_static] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1668), + [anon_sym_virtual] = ACTIONS(1668), + [anon_sym_explicit] = ACTIONS(1668), + [anon_sym_public] = ACTIONS(1668), + [anon_sym_private] = ACTIONS(1668), + [anon_sym_protected] = ACTIONS(1668), + [sym_auto] = ACTIONS(1668), + [anon_sym_typename] = ACTIONS(1668), + [anon_sym_template] = ACTIONS(1668), + [anon_sym_COLON_COLON] = ACTIONS(1670), + [anon_sym_operator] = ACTIONS(1668), + [anon_sym_friend] = ACTIONS(1668), + [anon_sym_using] = ACTIONS(1668), + [anon_sym_static_assert] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [sym_operator_name] = ACTIONS(1668), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + }, + [927] = { + [sym_identifier] = ACTIONS(2637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [anon_sym_COMMA] = ACTIONS(2639), + [anon_sym_RPAREN] = ACTIONS(2639), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2637), + [anon_sym_PLUS] = ACTIONS(2637), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2637), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2637), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2637), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2637), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2637), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT] = ACTIONS(2639), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_extern] = ACTIONS(2637), + [anon_sym___attribute__] = ACTIONS(2637), + [anon_sym___declspec] = ACTIONS(2637), + [anon_sym___based] = ACTIONS(2637), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_RBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_RBRACK] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_register] = ACTIONS(2637), + [anon_sym_inline] = ACTIONS(2637), + [anon_sym_const] = ACTIONS(2637), + [anon_sym_volatile] = ACTIONS(2637), + [anon_sym_restrict] = ACTIONS(2637), + [anon_sym__Atomic] = ACTIONS(2637), + [anon_sym_mutable] = ACTIONS(2637), + [anon_sym_constexpr] = ACTIONS(2637), + [anon_sym_COLON] = ACTIONS(2637), + [anon_sym_QMARK] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2637), + [anon_sym_DASH_GT] = ACTIONS(2639), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2637), + [anon_sym_override] = ACTIONS(2637), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_noexcept] = ACTIONS(2637), + [anon_sym_throw] = ACTIONS(2637), + [sym_operator_name] = ACTIONS(2637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2637), + [anon_sym_MOZ_COLD] = ACTIONS(2637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_NONNULL] = ACTIONS(2637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), + [anon_sym_MOZ_RAII] = ACTIONS(2637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2637), + }, + [928] = { + [sym_identifier] = ACTIONS(2641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2643), + [anon_sym_COMMA] = ACTIONS(2643), + [anon_sym_RPAREN] = ACTIONS(2643), + [anon_sym_LPAREN2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2641), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_PIPE_PIPE] = ACTIONS(2643), + [anon_sym_AMP_AMP] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2641), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2641), + [anon_sym_EQ_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2641), + [anon_sym_GT_EQ] = ACTIONS(2643), + [anon_sym_LT_EQ] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2641), + [anon_sym_LT_LT] = ACTIONS(2643), + [anon_sym_GT_GT] = ACTIONS(2643), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym___attribute__] = ACTIONS(2641), + [anon_sym___declspec] = ACTIONS(2641), + [anon_sym___based] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_RBRACK] = ACTIONS(2643), + [anon_sym_EQ] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_inline] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym__Atomic] = ACTIONS(2641), + [anon_sym_mutable] = ACTIONS(2641), + [anon_sym_constexpr] = ACTIONS(2641), + [anon_sym_COLON] = ACTIONS(2641), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_DOT] = ACTIONS(2641), + [anon_sym_DASH_GT] = ACTIONS(2643), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2641), + [anon_sym_override] = ACTIONS(2641), + [anon_sym_COLON_COLON] = ACTIONS(2643), + [anon_sym_noexcept] = ACTIONS(2641), + [anon_sym_throw] = ACTIONS(2641), + [sym_operator_name] = ACTIONS(2641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2641), + [anon_sym_MOZ_COLD] = ACTIONS(2641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_NONNULL] = ACTIONS(2641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), + [anon_sym_MOZ_RAII] = ACTIONS(2641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2641), + }, + [929] = { + [sym_identifier] = ACTIONS(2645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_RPAREN] = ACTIONS(2647), + [anon_sym_LPAREN2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2645), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2645), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2645), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_extern] = ACTIONS(2645), + [anon_sym___attribute__] = ACTIONS(2645), + [anon_sym___declspec] = ACTIONS(2645), + [anon_sym___based] = ACTIONS(2645), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2647), + [anon_sym_RBRACK] = ACTIONS(2647), + [anon_sym_EQ] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_register] = ACTIONS(2645), + [anon_sym_inline] = ACTIONS(2645), + [anon_sym_const] = ACTIONS(2645), + [anon_sym_volatile] = ACTIONS(2645), + [anon_sym_restrict] = ACTIONS(2645), + [anon_sym__Atomic] = ACTIONS(2645), + [anon_sym_mutable] = ACTIONS(2645), + [anon_sym_constexpr] = ACTIONS(2645), + [anon_sym_COLON] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DOT] = ACTIONS(2645), + [anon_sym_DASH_GT] = ACTIONS(2647), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2645), + [anon_sym_override] = ACTIONS(2645), + [anon_sym_COLON_COLON] = ACTIONS(2647), + [anon_sym_noexcept] = ACTIONS(2645), + [anon_sym_throw] = ACTIONS(2645), + [sym_operator_name] = ACTIONS(2645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2645), + [anon_sym_MOZ_COLD] = ACTIONS(2645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_NONNULL] = ACTIONS(2645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), + [anon_sym_MOZ_RAII] = ACTIONS(2645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2645), + }, + [930] = { + [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___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_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_COLON_COLON] = ACTIONS(1662), + [anon_sym_operator] = ACTIONS(1660), + [anon_sym_friend] = ACTIONS(1660), + [anon_sym_using] = ACTIONS(1660), + [anon_sym_static_assert] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), + }, + [931] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token2] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [aux_sym_preproc_else_token1] = ACTIONS(2421), + [aux_sym_preproc_elif_token1] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), [anon_sym_extern] = ACTIONS(2421), [anon_sym___attribute__] = ACTIONS(2421), [anon_sym___declspec] = ACTIONS(2421), @@ -191939,1410 +191142,1308 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [1044] = { - [sym_identifier] = ACTIONS(2385), - [aux_sym_preproc_def_token1] = ACTIONS(2385), - [aux_sym_preproc_if_token1] = ACTIONS(2385), - [aux_sym_preproc_if_token2] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2385), - [sym_preproc_directive] = ACTIONS(2385), - [anon_sym_LPAREN2] = ACTIONS(2387), - [anon_sym_TILDE] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(2387), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_typedef] = ACTIONS(2385), - [anon_sym_extern] = ACTIONS(2385), - [anon_sym___attribute__] = ACTIONS(2385), - [anon_sym___declspec] = ACTIONS(2385), - [anon_sym___based] = ACTIONS(2385), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_static] = ACTIONS(2385), - [anon_sym_register] = ACTIONS(2385), - [anon_sym_inline] = ACTIONS(2385), - [anon_sym_const] = ACTIONS(2385), - [anon_sym_volatile] = ACTIONS(2385), - [anon_sym_restrict] = ACTIONS(2385), - [anon_sym__Atomic] = ACTIONS(2385), - [anon_sym_mutable] = ACTIONS(2385), - [anon_sym_constexpr] = ACTIONS(2385), - [anon_sym_signed] = ACTIONS(2385), - [anon_sym_unsigned] = ACTIONS(2385), - [anon_sym_long] = ACTIONS(2385), - [anon_sym_short] = ACTIONS(2385), - [sym_primitive_type] = ACTIONS(2385), - [anon_sym_enum] = ACTIONS(2385), - [anon_sym_class] = ACTIONS(2385), - [anon_sym_struct] = ACTIONS(2385), - [anon_sym_union] = ACTIONS(2385), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2385), - [anon_sym_virtual] = ACTIONS(2385), - [anon_sym_explicit] = ACTIONS(2385), - [anon_sym_public] = ACTIONS(2385), - [anon_sym_private] = ACTIONS(2385), - [anon_sym_protected] = ACTIONS(2385), - [sym_auto] = ACTIONS(2385), - [anon_sym_typename] = ACTIONS(2385), - [anon_sym_template] = ACTIONS(2385), - [anon_sym_COLON_COLON] = ACTIONS(2387), - [anon_sym_operator] = ACTIONS(2385), - [anon_sym_friend] = ACTIONS(2385), - [anon_sym_using] = ACTIONS(2385), - [anon_sym_static_assert] = ACTIONS(2385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2387), - [sym_operator_name] = ACTIONS(2385), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2385), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2385), - [anon_sym_MOZ_COLD] = ACTIONS(2385), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2385), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2385), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2385), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2385), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2385), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2385), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2385), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2385), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2385), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2385), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2385), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2385), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_RAII] = ACTIONS(2385), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2385), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2385), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2385), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2385), + [932] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [aux_sym_preproc_else_token1] = ACTIONS(2617), + [aux_sym_preproc_elif_token1] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1045] = { - [sym_identifier] = ACTIONS(2565), - [aux_sym_preproc_def_token1] = ACTIONS(2565), - [aux_sym_preproc_if_token1] = ACTIONS(2565), - [aux_sym_preproc_if_token2] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), - [sym_preproc_directive] = ACTIONS(2565), - [anon_sym_LPAREN2] = ACTIONS(2567), - [anon_sym_TILDE] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(2567), - [anon_sym_AMP_AMP] = ACTIONS(2567), - [anon_sym_AMP] = ACTIONS(2565), - [anon_sym_typedef] = ACTIONS(2565), - [anon_sym_extern] = ACTIONS(2565), - [anon_sym___attribute__] = ACTIONS(2565), - [anon_sym___declspec] = ACTIONS(2565), - [anon_sym___based] = ACTIONS(2565), - [anon_sym_LBRACK] = ACTIONS(2565), - [anon_sym_static] = ACTIONS(2565), - [anon_sym_register] = ACTIONS(2565), - [anon_sym_inline] = ACTIONS(2565), - [anon_sym_const] = ACTIONS(2565), - [anon_sym_volatile] = ACTIONS(2565), - [anon_sym_restrict] = ACTIONS(2565), - [anon_sym__Atomic] = ACTIONS(2565), - [anon_sym_mutable] = ACTIONS(2565), - [anon_sym_constexpr] = ACTIONS(2565), - [anon_sym_signed] = ACTIONS(2565), - [anon_sym_unsigned] = ACTIONS(2565), - [anon_sym_long] = ACTIONS(2565), - [anon_sym_short] = ACTIONS(2565), - [sym_primitive_type] = ACTIONS(2565), - [anon_sym_enum] = ACTIONS(2565), - [anon_sym_class] = ACTIONS(2565), - [anon_sym_struct] = ACTIONS(2565), - [anon_sym_union] = ACTIONS(2565), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2565), - [anon_sym_virtual] = ACTIONS(2565), - [anon_sym_explicit] = ACTIONS(2565), - [anon_sym_public] = ACTIONS(2565), - [anon_sym_private] = ACTIONS(2565), - [anon_sym_protected] = ACTIONS(2565), - [sym_auto] = ACTIONS(2565), - [anon_sym_typename] = ACTIONS(2565), - [anon_sym_template] = ACTIONS(2565), - [anon_sym_COLON_COLON] = ACTIONS(2567), - [anon_sym_operator] = ACTIONS(2565), - [anon_sym_friend] = ACTIONS(2565), - [anon_sym_using] = ACTIONS(2565), - [anon_sym_static_assert] = ACTIONS(2565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), - [sym_operator_name] = ACTIONS(2565), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), - [anon_sym_MOZ_COLD] = ACTIONS(2565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_RAII] = ACTIONS(2565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), + [933] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token2] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [aux_sym_preproc_else_token1] = ACTIONS(2397), + [aux_sym_preproc_elif_token1] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [1046] = { - [sym_identifier] = ACTIONS(2809), - [aux_sym_preproc_def_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token2] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), - [sym_preproc_directive] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP_AMP] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym___based] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [sym_primitive_type] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_explicit] = ACTIONS(2809), - [anon_sym_public] = ACTIONS(2809), - [anon_sym_private] = ACTIONS(2809), - [anon_sym_protected] = ACTIONS(2809), - [sym_auto] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_operator] = ACTIONS(2809), - [anon_sym_friend] = ACTIONS(2809), - [anon_sym_using] = ACTIONS(2809), - [anon_sym_static_assert] = ACTIONS(2809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [sym_operator_name] = ACTIONS(2809), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2809), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2809), - [anon_sym_MOZ_COLD] = ACTIONS(2809), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2809), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2809), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2809), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2809), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2809), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2809), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2809), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2809), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2809), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2809), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2809), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2809), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_RAII] = ACTIONS(2809), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2809), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2809), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2809), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2809), + [934] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_AMP_AMP] = ACTIONS(1658), + [anon_sym_AMP] = ACTIONS(1656), + [anon_sym_typedef] = ACTIONS(1656), + [anon_sym_extern] = ACTIONS(1656), + [anon_sym___attribute__] = ACTIONS(1656), + [anon_sym___declspec] = ACTIONS(1656), + [anon_sym___based] = ACTIONS(1656), + [anon_sym_LBRACK] = ACTIONS(1656), + [anon_sym_static] = ACTIONS(1656), + [anon_sym_register] = ACTIONS(1656), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1656), + [anon_sym_virtual] = ACTIONS(1656), + [anon_sym_explicit] = ACTIONS(1656), + [anon_sym_public] = ACTIONS(1656), + [anon_sym_private] = ACTIONS(1656), + [anon_sym_protected] = ACTIONS(1656), + [sym_auto] = ACTIONS(1656), + [anon_sym_typename] = ACTIONS(1656), + [anon_sym_template] = ACTIONS(1656), + [anon_sym_COLON_COLON] = ACTIONS(1658), + [anon_sym_operator] = ACTIONS(1656), + [anon_sym_friend] = ACTIONS(1656), + [anon_sym_using] = ACTIONS(1656), + [anon_sym_static_assert] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [sym_operator_name] = ACTIONS(1656), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1047] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [935] = { + [sym_identifier] = ACTIONS(2601), + [aux_sym_preproc_def_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token2] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), + [aux_sym_preproc_else_token1] = ACTIONS(2601), + [aux_sym_preproc_elif_token1] = ACTIONS(2601), + [sym_preproc_directive] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_TILDE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_AMP_AMP] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_typedef] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym___attribute__] = ACTIONS(2601), + [anon_sym___declspec] = ACTIONS(2601), + [anon_sym___based] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_register] = ACTIONS(2601), + [anon_sym_inline] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_volatile] = ACTIONS(2601), + [anon_sym_restrict] = ACTIONS(2601), + [anon_sym__Atomic] = ACTIONS(2601), + [anon_sym_mutable] = ACTIONS(2601), + [anon_sym_constexpr] = ACTIONS(2601), + [anon_sym_signed] = ACTIONS(2601), + [anon_sym_unsigned] = ACTIONS(2601), + [anon_sym_long] = ACTIONS(2601), + [anon_sym_short] = ACTIONS(2601), + [sym_primitive_type] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2601), + [anon_sym_virtual] = ACTIONS(2601), + [anon_sym_explicit] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_protected] = ACTIONS(2601), + [sym_auto] = ACTIONS(2601), + [anon_sym_typename] = ACTIONS(2601), + [anon_sym_template] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_operator] = ACTIONS(2601), + [anon_sym_friend] = ACTIONS(2601), + [anon_sym_using] = ACTIONS(2601), + [anon_sym_static_assert] = ACTIONS(2601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), + [sym_operator_name] = ACTIONS(2601), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), + [anon_sym_MOZ_COLD] = ACTIONS(2601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_RAII] = ACTIONS(2601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1048] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), - }, - [1049] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token2] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), - }, - [1050] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token2] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), + [936] = { + [sym_identifier] = ACTIONS(2613), + [aux_sym_preproc_def_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token2] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), + [aux_sym_preproc_else_token1] = ACTIONS(2613), + [aux_sym_preproc_elif_token1] = ACTIONS(2613), + [sym_preproc_directive] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_TILDE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_AMP_AMP] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_typedef] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym___attribute__] = ACTIONS(2613), + [anon_sym___declspec] = ACTIONS(2613), + [anon_sym___based] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_register] = ACTIONS(2613), + [anon_sym_inline] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_volatile] = ACTIONS(2613), + [anon_sym_restrict] = ACTIONS(2613), + [anon_sym__Atomic] = ACTIONS(2613), + [anon_sym_mutable] = ACTIONS(2613), + [anon_sym_constexpr] = ACTIONS(2613), + [anon_sym_signed] = ACTIONS(2613), + [anon_sym_unsigned] = ACTIONS(2613), + [anon_sym_long] = ACTIONS(2613), + [anon_sym_short] = ACTIONS(2613), + [sym_primitive_type] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), + [anon_sym_decltype] = ACTIONS(2613), + [anon_sym_virtual] = ACTIONS(2613), + [anon_sym_explicit] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_protected] = ACTIONS(2613), + [sym_auto] = ACTIONS(2613), + [anon_sym_typename] = ACTIONS(2613), + [anon_sym_template] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_operator] = ACTIONS(2613), + [anon_sym_friend] = ACTIONS(2613), + [anon_sym_using] = ACTIONS(2613), + [anon_sym_static_assert] = ACTIONS(2613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), + [sym_operator_name] = ACTIONS(2613), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), + [anon_sym_MOZ_COLD] = ACTIONS(2613), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_RAII] = ACTIONS(2613), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1051] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [sym_primitive_type] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), + [937] = { + [sym_identifier] = ACTIONS(2649), + [aux_sym_preproc_def_token1] = ACTIONS(2649), + [aux_sym_preproc_if_token1] = ACTIONS(2649), + [aux_sym_preproc_if_token2] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), + [aux_sym_preproc_else_token1] = ACTIONS(2649), + [aux_sym_preproc_elif_token1] = ACTIONS(2649), + [sym_preproc_directive] = ACTIONS(2649), + [anon_sym_LPAREN2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2649), + [anon_sym_typedef] = ACTIONS(2649), + [anon_sym_extern] = ACTIONS(2649), + [anon_sym___attribute__] = ACTIONS(2649), + [anon_sym___declspec] = ACTIONS(2649), + [anon_sym___based] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_register] = ACTIONS(2649), + [anon_sym_inline] = ACTIONS(2649), + [anon_sym_const] = ACTIONS(2649), + [anon_sym_volatile] = ACTIONS(2649), + [anon_sym_restrict] = ACTIONS(2649), + [anon_sym__Atomic] = ACTIONS(2649), + [anon_sym_mutable] = ACTIONS(2649), + [anon_sym_constexpr] = ACTIONS(2649), + [anon_sym_signed] = ACTIONS(2649), + [anon_sym_unsigned] = ACTIONS(2649), + [anon_sym_long] = ACTIONS(2649), + [anon_sym_short] = ACTIONS(2649), + [sym_primitive_type] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_union] = ACTIONS(2649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [sym_auto] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [sym_operator_name] = ACTIONS(2777), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), - [anon_sym_MOZ_COLD] = ACTIONS(2777), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_RAII] = ACTIONS(2777), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), + [anon_sym_decltype] = ACTIONS(2649), + [anon_sym_virtual] = ACTIONS(2649), + [anon_sym_explicit] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_protected] = ACTIONS(2649), + [sym_auto] = ACTIONS(2649), + [anon_sym_typename] = ACTIONS(2649), + [anon_sym_template] = ACTIONS(2649), + [anon_sym_COLON_COLON] = ACTIONS(2651), + [anon_sym_operator] = ACTIONS(2649), + [anon_sym_friend] = ACTIONS(2649), + [anon_sym_using] = ACTIONS(2649), + [anon_sym_static_assert] = ACTIONS(2649), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), + [sym_operator_name] = ACTIONS(2649), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), + [anon_sym_MOZ_COLD] = ACTIONS(2649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_RAII] = ACTIONS(2649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), }, - [1052] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token2] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [938] = { + [sym_identifier] = ACTIONS(2621), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token2] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [aux_sym_preproc_else_token1] = ACTIONS(2621), + [aux_sym_preproc_elif_token1] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_TILDE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_AMP_AMP] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym___attribute__] = ACTIONS(2621), + [anon_sym___declspec] = ACTIONS(2621), + [anon_sym___based] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_register] = ACTIONS(2621), + [anon_sym_inline] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_volatile] = ACTIONS(2621), + [anon_sym_restrict] = ACTIONS(2621), + [anon_sym__Atomic] = ACTIONS(2621), + [anon_sym_mutable] = ACTIONS(2621), + [anon_sym_constexpr] = ACTIONS(2621), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), + [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), + [anon_sym_MOZ_COLD] = ACTIONS(2621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_RAII] = ACTIONS(2621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), }, - [1053] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token2] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [939] = { + [sym_identifier] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2655), + [anon_sym_COMMA] = ACTIONS(2655), + [anon_sym_RPAREN] = ACTIONS(2655), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2655), + [anon_sym_PIPE_PIPE] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2655), + [anon_sym_BANG_EQ] = ACTIONS(2655), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2655), + [anon_sym_LT_EQ] = ACTIONS(2655), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2655), + [anon_sym_GT_GT] = ACTIONS(2655), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_RBRACE] = ACTIONS(2655), + [anon_sym_LBRACK] = ACTIONS(2655), + [anon_sym_RBRACK] = ACTIONS(2655), + [anon_sym_EQ] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_COLON] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2655), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_DASH_GT] = ACTIONS(2655), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2653), + [anon_sym_override] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_noexcept] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [sym_operator_name] = ACTIONS(2653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2653), + [anon_sym_MOZ_COLD] = ACTIONS(2653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_NONNULL] = ACTIONS(2653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), + [anon_sym_MOZ_RAII] = ACTIONS(2653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2653), }, - [1054] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [940] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [aux_sym_preproc_else_token1] = ACTIONS(2617), + [aux_sym_preproc_elif_token1] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1055] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_declaration] = STATE(4641), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4641), - [sym_variadic_parameter_declaration] = STATE(4641), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1364), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1684), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), + [941] = { + [sym_identifier] = ACTIONS(2657), + [aux_sym_preproc_def_token1] = ACTIONS(2657), + [aux_sym_preproc_if_token1] = ACTIONS(2657), + [aux_sym_preproc_if_token2] = ACTIONS(2657), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), + [aux_sym_preproc_else_token1] = ACTIONS(2657), + [aux_sym_preproc_elif_token1] = ACTIONS(2657), + [sym_preproc_directive] = ACTIONS(2657), + [anon_sym_LPAREN2] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2657), + [anon_sym_typedef] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2657), + [anon_sym___attribute__] = ACTIONS(2657), + [anon_sym___declspec] = ACTIONS(2657), + [anon_sym___based] = ACTIONS(2657), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_register] = ACTIONS(2657), + [anon_sym_inline] = ACTIONS(2657), + [anon_sym_const] = ACTIONS(2657), + [anon_sym_volatile] = ACTIONS(2657), + [anon_sym_restrict] = ACTIONS(2657), + [anon_sym__Atomic] = ACTIONS(2657), + [anon_sym_mutable] = ACTIONS(2657), + [anon_sym_constexpr] = ACTIONS(2657), + [anon_sym_signed] = ACTIONS(2657), + [anon_sym_unsigned] = ACTIONS(2657), + [anon_sym_long] = ACTIONS(2657), + [anon_sym_short] = ACTIONS(2657), + [sym_primitive_type] = ACTIONS(2657), + [anon_sym_enum] = ACTIONS(2657), + [anon_sym_class] = ACTIONS(2657), + [anon_sym_struct] = ACTIONS(2657), + [anon_sym_union] = ACTIONS(2657), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2657), + [anon_sym_virtual] = ACTIONS(2657), + [anon_sym_explicit] = ACTIONS(2657), + [anon_sym_public] = ACTIONS(2657), + [anon_sym_private] = ACTIONS(2657), + [anon_sym_protected] = ACTIONS(2657), + [sym_auto] = ACTIONS(2657), + [anon_sym_typename] = ACTIONS(2657), + [anon_sym_template] = ACTIONS(2657), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_operator] = ACTIONS(2657), + [anon_sym_friend] = ACTIONS(2657), + [anon_sym_using] = ACTIONS(2657), + [anon_sym_static_assert] = ACTIONS(2657), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), + [sym_operator_name] = ACTIONS(2657), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), + [anon_sym_MOZ_COLD] = ACTIONS(2657), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_NONNULL] = ACTIONS(2657), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), + [anon_sym_MOZ_RAII] = ACTIONS(2657), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + }, + [942] = { + [sym__declaration_specifiers] = STATE(3596), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1412), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), [anon_sym_signed] = ACTIONS(55), [anon_sym_unsigned] = ACTIONS(55), [anon_sym_long] = ACTIONS(55), @@ -193356,4176 +192457,4118 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(101), [sym_auto] = ACTIONS(107), [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_COLON_COLON] = ACTIONS(2221), [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1056] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1057] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token2] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [943] = { + [sym_identifier] = ACTIONS(2661), + [aux_sym_preproc_def_token1] = ACTIONS(2661), + [aux_sym_preproc_if_token1] = ACTIONS(2661), + [aux_sym_preproc_if_token2] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2661), + [aux_sym_preproc_else_token1] = ACTIONS(2661), + [aux_sym_preproc_elif_token1] = ACTIONS(2661), + [sym_preproc_directive] = ACTIONS(2661), + [anon_sym_LPAREN2] = ACTIONS(2663), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_AMP_AMP] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2661), + [anon_sym_typedef] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym___attribute__] = ACTIONS(2661), + [anon_sym___declspec] = ACTIONS(2661), + [anon_sym___based] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_register] = ACTIONS(2661), + [anon_sym_inline] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_volatile] = ACTIONS(2661), + [anon_sym_restrict] = ACTIONS(2661), + [anon_sym__Atomic] = ACTIONS(2661), + [anon_sym_mutable] = ACTIONS(2661), + [anon_sym_constexpr] = ACTIONS(2661), + [anon_sym_signed] = ACTIONS(2661), + [anon_sym_unsigned] = ACTIONS(2661), + [anon_sym_long] = ACTIONS(2661), + [anon_sym_short] = ACTIONS(2661), + [sym_primitive_type] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_union] = ACTIONS(2661), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2661), + [anon_sym_virtual] = ACTIONS(2661), + [anon_sym_explicit] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_protected] = ACTIONS(2661), + [sym_auto] = ACTIONS(2661), + [anon_sym_typename] = ACTIONS(2661), + [anon_sym_template] = ACTIONS(2661), + [anon_sym_COLON_COLON] = ACTIONS(2663), + [anon_sym_operator] = ACTIONS(2661), + [anon_sym_friend] = ACTIONS(2661), + [anon_sym_using] = ACTIONS(2661), + [anon_sym_static_assert] = ACTIONS(2661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2663), + [sym_operator_name] = ACTIONS(2661), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2661), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2661), + [anon_sym_MOZ_COLD] = ACTIONS(2661), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2661), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2661), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2661), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2661), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2661), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2661), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2661), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2661), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2661), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2661), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2661), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2661), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_RAII] = ACTIONS(2661), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2661), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2661), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2661), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2661), }, - [1058] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token2] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [944] = { + [sym_identifier] = ACTIONS(2665), + [aux_sym_preproc_def_token1] = ACTIONS(2665), + [aux_sym_preproc_if_token1] = ACTIONS(2665), + [aux_sym_preproc_if_token2] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2665), + [aux_sym_preproc_else_token1] = ACTIONS(2665), + [aux_sym_preproc_elif_token1] = ACTIONS(2665), + [sym_preproc_directive] = ACTIONS(2665), + [anon_sym_LPAREN2] = ACTIONS(2667), + [anon_sym_TILDE] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_AMP_AMP] = ACTIONS(2667), + [anon_sym_AMP] = ACTIONS(2665), + [anon_sym_typedef] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2665), + [anon_sym___attribute__] = ACTIONS(2665), + [anon_sym___declspec] = ACTIONS(2665), + [anon_sym___based] = ACTIONS(2665), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_register] = ACTIONS(2665), + [anon_sym_inline] = ACTIONS(2665), + [anon_sym_const] = ACTIONS(2665), + [anon_sym_volatile] = ACTIONS(2665), + [anon_sym_restrict] = ACTIONS(2665), + [anon_sym__Atomic] = ACTIONS(2665), + [anon_sym_mutable] = ACTIONS(2665), + [anon_sym_constexpr] = ACTIONS(2665), + [anon_sym_signed] = ACTIONS(2665), + [anon_sym_unsigned] = ACTIONS(2665), + [anon_sym_long] = ACTIONS(2665), + [anon_sym_short] = ACTIONS(2665), + [sym_primitive_type] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_union] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2665), + [anon_sym_virtual] = ACTIONS(2665), + [anon_sym_explicit] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_protected] = ACTIONS(2665), + [sym_auto] = ACTIONS(2665), + [anon_sym_typename] = ACTIONS(2665), + [anon_sym_template] = ACTIONS(2665), + [anon_sym_COLON_COLON] = ACTIONS(2667), + [anon_sym_operator] = ACTIONS(2665), + [anon_sym_friend] = ACTIONS(2665), + [anon_sym_using] = ACTIONS(2665), + [anon_sym_static_assert] = ACTIONS(2665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2667), + [sym_operator_name] = ACTIONS(2665), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2665), + [anon_sym_MOZ_COLD] = ACTIONS(2665), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2665), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2665), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2665), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2665), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2665), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2665), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2665), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2665), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2665), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2665), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2665), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2665), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_RAII] = ACTIONS(2665), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2665), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2665), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2665), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2665), }, - [1059] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token2] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [945] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1646), + [anon_sym_AMP] = ACTIONS(1644), + [anon_sym_typedef] = ACTIONS(1644), + [anon_sym_extern] = ACTIONS(1644), + [anon_sym___attribute__] = ACTIONS(1644), + [anon_sym___declspec] = ACTIONS(1644), + [anon_sym___based] = ACTIONS(1644), + [anon_sym_LBRACK] = ACTIONS(1644), + [anon_sym_static] = ACTIONS(1644), + [anon_sym_register] = ACTIONS(1644), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1644), + [anon_sym_virtual] = ACTIONS(1644), + [anon_sym_explicit] = ACTIONS(1644), + [anon_sym_public] = ACTIONS(1644), + [anon_sym_private] = ACTIONS(1644), + [anon_sym_protected] = ACTIONS(1644), + [sym_auto] = ACTIONS(1644), + [anon_sym_typename] = ACTIONS(1644), + [anon_sym_template] = ACTIONS(1644), + [anon_sym_COLON_COLON] = ACTIONS(1646), + [anon_sym_operator] = ACTIONS(1644), + [anon_sym_friend] = ACTIONS(1644), + [anon_sym_using] = ACTIONS(1644), + [anon_sym_static_assert] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [sym_operator_name] = ACTIONS(1644), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1060] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token2] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [946] = { + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token2] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [aux_sym_preproc_else_token1] = ACTIONS(1772), + [aux_sym_preproc_elif_token1] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_protected] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_friend] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [sym_operator_name] = ACTIONS(1772), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), }, - [1061] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), - }, - [1062] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token2] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [947] = { + [sym_identifier] = ACTIONS(2669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2671), + [anon_sym_COMMA] = ACTIONS(2671), + [anon_sym_RPAREN] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2671), + [anon_sym_TILDE] = ACTIONS(2671), + [anon_sym_DASH] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2669), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_SLASH] = ACTIONS(2669), + [anon_sym_PERCENT] = ACTIONS(2671), + [anon_sym_PIPE_PIPE] = ACTIONS(2671), + [anon_sym_AMP_AMP] = ACTIONS(2671), + [anon_sym_PIPE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2671), + [anon_sym_AMP] = ACTIONS(2669), + [anon_sym_EQ_EQ] = ACTIONS(2671), + [anon_sym_BANG_EQ] = ACTIONS(2671), + [anon_sym_GT] = ACTIONS(2669), + [anon_sym_GT_EQ] = ACTIONS(2671), + [anon_sym_LT_EQ] = ACTIONS(2671), + [anon_sym_LT] = ACTIONS(2669), + [anon_sym_LT_LT] = ACTIONS(2671), + [anon_sym_GT_GT] = ACTIONS(2671), + [anon_sym_SEMI] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2669), + [anon_sym___attribute__] = ACTIONS(2669), + [anon_sym___declspec] = ACTIONS(2669), + [anon_sym___based] = ACTIONS(2669), + [anon_sym_LBRACE] = ACTIONS(2671), + [anon_sym_RBRACE] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_RBRACK] = ACTIONS(2671), + [anon_sym_EQ] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_register] = ACTIONS(2669), + [anon_sym_inline] = ACTIONS(2669), + [anon_sym_const] = ACTIONS(2669), + [anon_sym_volatile] = ACTIONS(2669), + [anon_sym_restrict] = ACTIONS(2669), + [anon_sym__Atomic] = ACTIONS(2669), + [anon_sym_mutable] = ACTIONS(2669), + [anon_sym_constexpr] = ACTIONS(2669), + [anon_sym_COLON] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2671), + [anon_sym_PLUS_PLUS] = ACTIONS(2671), + [anon_sym_DOT] = ACTIONS(2669), + [anon_sym_DASH_GT] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2669), + [anon_sym_override] = ACTIONS(2669), + [anon_sym_COLON_COLON] = ACTIONS(2671), + [anon_sym_noexcept] = ACTIONS(2669), + [anon_sym_throw] = ACTIONS(2669), + [sym_operator_name] = ACTIONS(2669), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2669), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2669), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2669), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2669), + [anon_sym_MOZ_COLD] = ACTIONS(2669), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2669), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2669), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2669), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2669), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2669), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2669), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2669), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2669), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2669), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2669), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2669), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2669), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2669), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_NONNULL] = ACTIONS(2669), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2669), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2669), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2669), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2669), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2669), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2669), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2669), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2669), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2669), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2669), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2669), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2669), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), + [anon_sym_MOZ_RAII] = ACTIONS(2669), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2669), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2669), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2669), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2669), }, - [1063] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token2] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [948] = { + [sym_identifier] = ACTIONS(2673), + [aux_sym_preproc_def_token1] = ACTIONS(2673), + [aux_sym_preproc_if_token1] = ACTIONS(2673), + [aux_sym_preproc_if_token2] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2673), + [aux_sym_preproc_else_token1] = ACTIONS(2673), + [aux_sym_preproc_elif_token1] = ACTIONS(2673), + [sym_preproc_directive] = ACTIONS(2673), + [anon_sym_LPAREN2] = ACTIONS(2675), + [anon_sym_TILDE] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_AMP_AMP] = ACTIONS(2675), + [anon_sym_AMP] = ACTIONS(2673), + [anon_sym_typedef] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2673), + [anon_sym___attribute__] = ACTIONS(2673), + [anon_sym___declspec] = ACTIONS(2673), + [anon_sym___based] = ACTIONS(2673), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_register] = ACTIONS(2673), + [anon_sym_inline] = ACTIONS(2673), + [anon_sym_const] = ACTIONS(2673), + [anon_sym_volatile] = ACTIONS(2673), + [anon_sym_restrict] = ACTIONS(2673), + [anon_sym__Atomic] = ACTIONS(2673), + [anon_sym_mutable] = ACTIONS(2673), + [anon_sym_constexpr] = ACTIONS(2673), + [anon_sym_signed] = ACTIONS(2673), + [anon_sym_unsigned] = ACTIONS(2673), + [anon_sym_long] = ACTIONS(2673), + [anon_sym_short] = ACTIONS(2673), + [sym_primitive_type] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_union] = ACTIONS(2673), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2673), + [anon_sym_virtual] = ACTIONS(2673), + [anon_sym_explicit] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_protected] = ACTIONS(2673), + [sym_auto] = ACTIONS(2673), + [anon_sym_typename] = ACTIONS(2673), + [anon_sym_template] = ACTIONS(2673), + [anon_sym_COLON_COLON] = ACTIONS(2675), + [anon_sym_operator] = ACTIONS(2673), + [anon_sym_friend] = ACTIONS(2673), + [anon_sym_using] = ACTIONS(2673), + [anon_sym_static_assert] = ACTIONS(2673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2675), + [sym_operator_name] = ACTIONS(2673), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2673), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2673), + [anon_sym_MOZ_COLD] = ACTIONS(2673), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2673), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2673), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2673), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2673), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2673), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2673), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2673), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2673), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2673), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2673), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2673), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2673), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_RAII] = ACTIONS(2673), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2673), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2673), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2673), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2673), }, - [1064] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token2] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [949] = { + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token2] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [aux_sym_preproc_else_token1] = ACTIONS(1764), + [aux_sym_preproc_elif_token1] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [anon_sym_public] = ACTIONS(1764), + [anon_sym_private] = ACTIONS(1764), + [anon_sym_protected] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_friend] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [sym_operator_name] = ACTIONS(1764), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), }, - [1065] = { - [sym_identifier] = ACTIONS(2449), - [aux_sym_preproc_def_token1] = ACTIONS(2449), - [aux_sym_preproc_if_token1] = ACTIONS(2449), - [aux_sym_preproc_if_token2] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2451), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = 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_signed] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_class] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2449), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_explicit] = ACTIONS(2449), - [anon_sym_public] = ACTIONS(2449), - [anon_sym_private] = ACTIONS(2449), - [anon_sym_protected] = ACTIONS(2449), - [sym_auto] = ACTIONS(2449), - [anon_sym_typename] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2451), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_friend] = ACTIONS(2449), - [anon_sym_using] = ACTIONS(2449), - [anon_sym_static_assert] = ACTIONS(2449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2451), - [sym_operator_name] = ACTIONS(2449), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [950] = { + [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___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_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_COLON_COLON] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1516), + [anon_sym_friend] = ACTIONS(1516), + [anon_sym_using] = ACTIONS(1516), + [anon_sym_static_assert] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [sym_operator_name] = 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), }, - [1066] = { - [sym_identifier] = ACTIONS(2473), - [aux_sym_preproc_def_token1] = ACTIONS(2473), - [aux_sym_preproc_if_token1] = ACTIONS(2473), - [aux_sym_preproc_if_token2] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2473), - [sym_preproc_directive] = ACTIONS(2473), - [anon_sym_LPAREN2] = ACTIONS(2475), - [anon_sym_TILDE] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_AMP_AMP] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2473), - [anon_sym_typedef] = ACTIONS(2473), - [anon_sym_extern] = ACTIONS(2473), - [anon_sym___attribute__] = ACTIONS(2473), - [anon_sym___declspec] = ACTIONS(2473), - [anon_sym___based] = ACTIONS(2473), - [anon_sym_LBRACK] = ACTIONS(2473), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_register] = ACTIONS(2473), - [anon_sym_inline] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_volatile] = ACTIONS(2473), - [anon_sym_restrict] = ACTIONS(2473), - [anon_sym__Atomic] = ACTIONS(2473), - [anon_sym_mutable] = ACTIONS(2473), - [anon_sym_constexpr] = ACTIONS(2473), - [anon_sym_signed] = ACTIONS(2473), - [anon_sym_unsigned] = ACTIONS(2473), - [anon_sym_long] = ACTIONS(2473), - [anon_sym_short] = ACTIONS(2473), - [sym_primitive_type] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2473), - [anon_sym_union] = ACTIONS(2473), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2473), - [anon_sym_virtual] = ACTIONS(2473), - [anon_sym_explicit] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [sym_auto] = ACTIONS(2473), - [anon_sym_typename] = ACTIONS(2473), - [anon_sym_template] = ACTIONS(2473), - [anon_sym_COLON_COLON] = ACTIONS(2475), - [anon_sym_operator] = ACTIONS(2473), - [anon_sym_friend] = ACTIONS(2473), - [anon_sym_using] = ACTIONS(2473), - [anon_sym_static_assert] = ACTIONS(2473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2475), - [sym_operator_name] = ACTIONS(2473), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2473), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2473), - [anon_sym_MOZ_COLD] = ACTIONS(2473), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2473), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2473), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2473), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2473), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2473), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2473), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2473), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2473), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2473), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2473), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2473), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2473), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_RAII] = ACTIONS(2473), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2473), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2473), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2473), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2473), + [951] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [aux_sym_preproc_else_token1] = ACTIONS(1520), + [aux_sym_preproc_elif_token1] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [anon_sym_public] = ACTIONS(1520), + [anon_sym_private] = ACTIONS(1520), + [anon_sym_protected] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_friend] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [sym_operator_name] = ACTIONS(1520), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), }, - [1067] = { - [sym_identifier] = ACTIONS(2485), - [aux_sym_preproc_def_token1] = ACTIONS(2485), - [aux_sym_preproc_if_token1] = ACTIONS(2485), - [aux_sym_preproc_if_token2] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2485), - [anon_sym_LPAREN2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2485), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym___attribute__] = ACTIONS(2485), - [anon_sym___declspec] = ACTIONS(2485), - [anon_sym___based] = ACTIONS(2485), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym__Atomic] = ACTIONS(2485), - [anon_sym_mutable] = ACTIONS(2485), - [anon_sym_constexpr] = ACTIONS(2485), - [anon_sym_signed] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_class] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), + [952] = { + [sym_identifier] = ACTIONS(2677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2679), + [anon_sym_COMMA] = ACTIONS(2679), + [anon_sym_RPAREN] = ACTIONS(2679), + [anon_sym_LPAREN2] = ACTIONS(2679), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_DASH] = ACTIONS(2677), + [anon_sym_PLUS] = ACTIONS(2677), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_SLASH] = ACTIONS(2677), + [anon_sym_PERCENT] = ACTIONS(2679), + [anon_sym_PIPE_PIPE] = ACTIONS(2679), + [anon_sym_AMP_AMP] = ACTIONS(2679), + [anon_sym_PIPE] = ACTIONS(2677), + [anon_sym_CARET] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2677), + [anon_sym_EQ_EQ] = ACTIONS(2679), + [anon_sym_BANG_EQ] = ACTIONS(2679), + [anon_sym_GT] = ACTIONS(2677), + [anon_sym_GT_EQ] = ACTIONS(2679), + [anon_sym_LT_EQ] = ACTIONS(2679), + [anon_sym_LT] = ACTIONS(2677), + [anon_sym_LT_LT] = ACTIONS(2679), + [anon_sym_GT_GT] = ACTIONS(2679), + [anon_sym_SEMI] = ACTIONS(2679), + [anon_sym_extern] = ACTIONS(2677), + [anon_sym___attribute__] = ACTIONS(2677), + [anon_sym___declspec] = ACTIONS(2677), + [anon_sym___based] = ACTIONS(2677), + [anon_sym_LBRACE] = ACTIONS(2679), + [anon_sym_RBRACE] = ACTIONS(2679), + [anon_sym_LBRACK] = ACTIONS(2679), + [anon_sym_RBRACK] = ACTIONS(2679), + [anon_sym_EQ] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_register] = ACTIONS(2677), + [anon_sym_inline] = ACTIONS(2677), + [anon_sym_const] = ACTIONS(2677), + [anon_sym_volatile] = ACTIONS(2677), + [anon_sym_restrict] = ACTIONS(2677), + [anon_sym__Atomic] = ACTIONS(2677), + [anon_sym_mutable] = ACTIONS(2677), + [anon_sym_constexpr] = ACTIONS(2677), + [anon_sym_COLON] = ACTIONS(2677), + [anon_sym_QMARK] = ACTIONS(2679), + [anon_sym_DASH_DASH] = ACTIONS(2679), + [anon_sym_PLUS_PLUS] = ACTIONS(2679), + [anon_sym_DOT] = ACTIONS(2677), + [anon_sym_DASH_GT] = ACTIONS(2679), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2485), - [anon_sym_virtual] = ACTIONS(2485), - [anon_sym_explicit] = ACTIONS(2485), - [anon_sym_public] = ACTIONS(2485), - [anon_sym_private] = ACTIONS(2485), - [anon_sym_protected] = ACTIONS(2485), - [sym_auto] = ACTIONS(2485), - [anon_sym_typename] = ACTIONS(2485), - [anon_sym_template] = ACTIONS(2485), - [anon_sym_COLON_COLON] = ACTIONS(2487), - [anon_sym_operator] = ACTIONS(2485), - [anon_sym_friend] = ACTIONS(2485), - [anon_sym_using] = ACTIONS(2485), - [anon_sym_static_assert] = ACTIONS(2485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), - [sym_operator_name] = ACTIONS(2485), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), - [anon_sym_MOZ_COLD] = ACTIONS(2485), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_RAII] = ACTIONS(2485), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), - }, - [1068] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token2] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + [anon_sym_final] = ACTIONS(2677), + [anon_sym_override] = ACTIONS(2677), + [anon_sym_COLON_COLON] = ACTIONS(2679), + [anon_sym_noexcept] = ACTIONS(2677), + [anon_sym_throw] = ACTIONS(2677), + [sym_operator_name] = ACTIONS(2677), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2677), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2677), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2677), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2677), + [anon_sym_MOZ_COLD] = ACTIONS(2677), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2677), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2677), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2677), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2677), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2677), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2677), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2677), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2677), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2677), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2677), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2677), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2677), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2677), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_NONNULL] = ACTIONS(2677), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2677), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2677), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2677), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2677), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2677), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2677), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2677), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2677), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2677), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2677), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2677), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2677), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), + [anon_sym_MOZ_RAII] = ACTIONS(2677), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2677), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2677), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2677), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2677), }, - [1069] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token2] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), - }, - [1070] = { - [sym_identifier] = ACTIONS(2529), - [aux_sym_preproc_def_token1] = ACTIONS(2529), - [aux_sym_preproc_if_token1] = ACTIONS(2529), - [aux_sym_preproc_if_token2] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), - [sym_preproc_directive] = ACTIONS(2529), - [anon_sym_LPAREN2] = ACTIONS(2531), - [anon_sym_TILDE] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2531), - [anon_sym_AMP_AMP] = ACTIONS(2531), - [anon_sym_AMP] = ACTIONS(2529), - [anon_sym_typedef] = ACTIONS(2529), - [anon_sym_extern] = ACTIONS(2529), - [anon_sym___attribute__] = ACTIONS(2529), - [anon_sym___declspec] = ACTIONS(2529), - [anon_sym___based] = ACTIONS(2529), - [anon_sym_LBRACK] = ACTIONS(2529), - [anon_sym_static] = ACTIONS(2529), - [anon_sym_register] = ACTIONS(2529), - [anon_sym_inline] = ACTIONS(2529), - [anon_sym_const] = ACTIONS(2529), - [anon_sym_volatile] = ACTIONS(2529), - [anon_sym_restrict] = ACTIONS(2529), - [anon_sym__Atomic] = ACTIONS(2529), - [anon_sym_mutable] = ACTIONS(2529), - [anon_sym_constexpr] = ACTIONS(2529), - [anon_sym_signed] = ACTIONS(2529), - [anon_sym_unsigned] = ACTIONS(2529), - [anon_sym_long] = ACTIONS(2529), - [anon_sym_short] = ACTIONS(2529), - [sym_primitive_type] = ACTIONS(2529), - [anon_sym_enum] = ACTIONS(2529), - [anon_sym_class] = ACTIONS(2529), - [anon_sym_struct] = ACTIONS(2529), - [anon_sym_union] = ACTIONS(2529), + [953] = { + [sym_identifier] = ACTIONS(2681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2683), + [anon_sym_COMMA] = ACTIONS(2683), + [anon_sym_RPAREN] = ACTIONS(2683), + [anon_sym_LPAREN2] = ACTIONS(2683), + [anon_sym_TILDE] = ACTIONS(2683), + [anon_sym_DASH] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2681), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_SLASH] = ACTIONS(2681), + [anon_sym_PERCENT] = ACTIONS(2683), + [anon_sym_PIPE_PIPE] = ACTIONS(2683), + [anon_sym_AMP_AMP] = ACTIONS(2683), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2683), + [anon_sym_AMP] = ACTIONS(2681), + [anon_sym_EQ_EQ] = ACTIONS(2683), + [anon_sym_BANG_EQ] = ACTIONS(2683), + [anon_sym_GT] = ACTIONS(2681), + [anon_sym_GT_EQ] = ACTIONS(2683), + [anon_sym_LT_EQ] = ACTIONS(2683), + [anon_sym_LT] = ACTIONS(2681), + [anon_sym_LT_LT] = ACTIONS(2683), + [anon_sym_GT_GT] = ACTIONS(2683), + [anon_sym_SEMI] = ACTIONS(2683), + [anon_sym_extern] = ACTIONS(2681), + [anon_sym___attribute__] = ACTIONS(2681), + [anon_sym___declspec] = ACTIONS(2681), + [anon_sym___based] = ACTIONS(2681), + [anon_sym_LBRACE] = ACTIONS(2683), + [anon_sym_RBRACE] = ACTIONS(2683), + [anon_sym_LBRACK] = ACTIONS(2683), + [anon_sym_RBRACK] = ACTIONS(2683), + [anon_sym_EQ] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_register] = ACTIONS(2681), + [anon_sym_inline] = ACTIONS(2681), + [anon_sym_const] = ACTIONS(2681), + [anon_sym_volatile] = ACTIONS(2681), + [anon_sym_restrict] = ACTIONS(2681), + [anon_sym__Atomic] = ACTIONS(2681), + [anon_sym_mutable] = ACTIONS(2681), + [anon_sym_constexpr] = ACTIONS(2681), + [anon_sym_COLON] = ACTIONS(2681), + [anon_sym_QMARK] = ACTIONS(2683), + [anon_sym_DASH_DASH] = ACTIONS(2683), + [anon_sym_PLUS_PLUS] = ACTIONS(2683), + [anon_sym_DOT] = ACTIONS(2681), + [anon_sym_DASH_GT] = ACTIONS(2683), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2529), - [anon_sym_virtual] = ACTIONS(2529), - [anon_sym_explicit] = ACTIONS(2529), - [anon_sym_public] = ACTIONS(2529), - [anon_sym_private] = ACTIONS(2529), - [anon_sym_protected] = ACTIONS(2529), - [sym_auto] = ACTIONS(2529), - [anon_sym_typename] = ACTIONS(2529), - [anon_sym_template] = ACTIONS(2529), - [anon_sym_COLON_COLON] = ACTIONS(2531), - [anon_sym_operator] = ACTIONS(2529), - [anon_sym_friend] = ACTIONS(2529), - [anon_sym_using] = ACTIONS(2529), - [anon_sym_static_assert] = ACTIONS(2529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), - [sym_operator_name] = ACTIONS(2529), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), - [anon_sym_MOZ_COLD] = ACTIONS(2529), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_RAII] = ACTIONS(2529), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), + [anon_sym_final] = ACTIONS(2681), + [anon_sym_override] = ACTIONS(2681), + [anon_sym_COLON_COLON] = ACTIONS(2683), + [anon_sym_noexcept] = ACTIONS(2681), + [anon_sym_throw] = ACTIONS(2681), + [sym_operator_name] = ACTIONS(2681), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2681), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2681), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2681), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2681), + [anon_sym_MOZ_COLD] = ACTIONS(2681), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2681), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2681), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2681), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2681), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2681), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2681), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2681), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2681), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2681), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2681), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2681), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2681), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2681), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_NONNULL] = ACTIONS(2681), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2681), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2681), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2681), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2681), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2681), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2681), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2681), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2681), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2681), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2681), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2681), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2681), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), + [anon_sym_MOZ_RAII] = ACTIONS(2681), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2681), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2681), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2681), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2681), }, - [1071] = { - [sym_identifier] = ACTIONS(2553), - [aux_sym_preproc_def_token1] = ACTIONS(2553), - [aux_sym_preproc_if_token1] = ACTIONS(2553), - [aux_sym_preproc_if_token2] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2553), - [sym_preproc_directive] = ACTIONS(2553), - [anon_sym_LPAREN2] = ACTIONS(2555), - [anon_sym_TILDE] = ACTIONS(2555), - [anon_sym_STAR] = ACTIONS(2555), - [anon_sym_AMP_AMP] = ACTIONS(2555), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_typedef] = ACTIONS(2553), - [anon_sym_extern] = ACTIONS(2553), - [anon_sym___attribute__] = ACTIONS(2553), - [anon_sym___declspec] = ACTIONS(2553), - [anon_sym___based] = ACTIONS(2553), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_static] = ACTIONS(2553), - [anon_sym_register] = ACTIONS(2553), - [anon_sym_inline] = ACTIONS(2553), - [anon_sym_const] = ACTIONS(2553), - [anon_sym_volatile] = ACTIONS(2553), - [anon_sym_restrict] = ACTIONS(2553), - [anon_sym__Atomic] = ACTIONS(2553), - [anon_sym_mutable] = ACTIONS(2553), - [anon_sym_constexpr] = ACTIONS(2553), - [anon_sym_signed] = ACTIONS(2553), - [anon_sym_unsigned] = ACTIONS(2553), - [anon_sym_long] = ACTIONS(2553), - [anon_sym_short] = ACTIONS(2553), - [sym_primitive_type] = ACTIONS(2553), - [anon_sym_enum] = ACTIONS(2553), - [anon_sym_class] = ACTIONS(2553), - [anon_sym_struct] = ACTIONS(2553), - [anon_sym_union] = ACTIONS(2553), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2553), - [anon_sym_virtual] = ACTIONS(2553), - [anon_sym_explicit] = ACTIONS(2553), - [anon_sym_public] = ACTIONS(2553), - [anon_sym_private] = ACTIONS(2553), - [anon_sym_protected] = ACTIONS(2553), - [sym_auto] = ACTIONS(2553), - [anon_sym_typename] = ACTIONS(2553), - [anon_sym_template] = ACTIONS(2553), - [anon_sym_COLON_COLON] = ACTIONS(2555), - [anon_sym_operator] = ACTIONS(2553), - [anon_sym_friend] = ACTIONS(2553), - [anon_sym_using] = ACTIONS(2553), - [anon_sym_static_assert] = ACTIONS(2553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2555), - [sym_operator_name] = ACTIONS(2553), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2553), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2553), - [anon_sym_MOZ_COLD] = ACTIONS(2553), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2553), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2553), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2553), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2553), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2553), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2553), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2553), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2553), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2553), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2553), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2553), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2553), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_RAII] = ACTIONS(2553), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2553), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2553), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2553), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2553), + [954] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token2] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [aux_sym_preproc_else_token1] = ACTIONS(2685), + [aux_sym_preproc_elif_token1] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), }, - [1072] = { - [sym_identifier] = ACTIONS(2581), - [aux_sym_preproc_def_token1] = ACTIONS(2581), - [aux_sym_preproc_if_token1] = ACTIONS(2581), - [aux_sym_preproc_if_token2] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2581), - [sym_preproc_directive] = ACTIONS(2581), - [anon_sym_LPAREN2] = ACTIONS(2583), - [anon_sym_TILDE] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_AMP_AMP] = ACTIONS(2583), - [anon_sym_AMP] = ACTIONS(2581), - [anon_sym_typedef] = ACTIONS(2581), - [anon_sym_extern] = ACTIONS(2581), - [anon_sym___attribute__] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2581), - [anon_sym___based] = ACTIONS(2581), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_static] = ACTIONS(2581), - [anon_sym_register] = ACTIONS(2581), - [anon_sym_inline] = ACTIONS(2581), - [anon_sym_const] = ACTIONS(2581), - [anon_sym_volatile] = ACTIONS(2581), - [anon_sym_restrict] = ACTIONS(2581), - [anon_sym__Atomic] = ACTIONS(2581), - [anon_sym_mutable] = ACTIONS(2581), - [anon_sym_constexpr] = ACTIONS(2581), - [anon_sym_signed] = ACTIONS(2581), - [anon_sym_unsigned] = ACTIONS(2581), - [anon_sym_long] = ACTIONS(2581), - [anon_sym_short] = ACTIONS(2581), - [sym_primitive_type] = ACTIONS(2581), - [anon_sym_enum] = ACTIONS(2581), - [anon_sym_class] = ACTIONS(2581), - [anon_sym_struct] = ACTIONS(2581), - [anon_sym_union] = ACTIONS(2581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2581), - [anon_sym_virtual] = ACTIONS(2581), - [anon_sym_explicit] = ACTIONS(2581), - [anon_sym_public] = ACTIONS(2581), - [anon_sym_private] = ACTIONS(2581), - [anon_sym_protected] = ACTIONS(2581), - [sym_auto] = ACTIONS(2581), - [anon_sym_typename] = ACTIONS(2581), - [anon_sym_template] = ACTIONS(2581), - [anon_sym_COLON_COLON] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2581), - [anon_sym_friend] = ACTIONS(2581), - [anon_sym_using] = ACTIONS(2581), - [anon_sym_static_assert] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2583), - [sym_operator_name] = ACTIONS(2581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2581), - [anon_sym_MOZ_COLD] = ACTIONS(2581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_RAII] = ACTIONS(2581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2581), + [955] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token2] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [aux_sym_preproc_else_token1] = ACTIONS(2689), + [aux_sym_preproc_elif_token1] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), }, - [1073] = { - [sym_identifier] = ACTIONS(2593), - [aux_sym_preproc_def_token1] = ACTIONS(2593), - [aux_sym_preproc_if_token1] = ACTIONS(2593), - [aux_sym_preproc_if_token2] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), - [sym_preproc_directive] = ACTIONS(2593), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_TILDE] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2595), - [anon_sym_AMP_AMP] = ACTIONS(2595), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_typedef] = ACTIONS(2593), - [anon_sym_extern] = ACTIONS(2593), - [anon_sym___attribute__] = ACTIONS(2593), - [anon_sym___declspec] = ACTIONS(2593), - [anon_sym___based] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_static] = ACTIONS(2593), - [anon_sym_register] = ACTIONS(2593), - [anon_sym_inline] = ACTIONS(2593), - [anon_sym_const] = ACTIONS(2593), - [anon_sym_volatile] = ACTIONS(2593), - [anon_sym_restrict] = ACTIONS(2593), - [anon_sym__Atomic] = ACTIONS(2593), - [anon_sym_mutable] = ACTIONS(2593), - [anon_sym_constexpr] = ACTIONS(2593), - [anon_sym_signed] = ACTIONS(2593), - [anon_sym_unsigned] = ACTIONS(2593), - [anon_sym_long] = ACTIONS(2593), - [anon_sym_short] = ACTIONS(2593), - [sym_primitive_type] = ACTIONS(2593), - [anon_sym_enum] = ACTIONS(2593), - [anon_sym_class] = ACTIONS(2593), - [anon_sym_struct] = ACTIONS(2593), - [anon_sym_union] = ACTIONS(2593), + [956] = { + [sym_identifier] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2695), + [anon_sym_COMMA] = ACTIONS(2695), + [anon_sym_RPAREN] = ACTIONS(2695), + [anon_sym_LPAREN2] = ACTIONS(2695), + [anon_sym_TILDE] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_SLASH] = ACTIONS(2693), + [anon_sym_PERCENT] = ACTIONS(2695), + [anon_sym_PIPE_PIPE] = ACTIONS(2695), + [anon_sym_AMP_AMP] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2693), + [anon_sym_EQ_EQ] = ACTIONS(2695), + [anon_sym_BANG_EQ] = ACTIONS(2695), + [anon_sym_GT] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2695), + [anon_sym_LT_EQ] = ACTIONS(2695), + [anon_sym_LT] = ACTIONS(2693), + [anon_sym_LT_LT] = ACTIONS(2695), + [anon_sym_GT_GT] = ACTIONS(2695), + [anon_sym_SEMI] = ACTIONS(2695), + [anon_sym_extern] = ACTIONS(2693), + [anon_sym___attribute__] = ACTIONS(2693), + [anon_sym___declspec] = ACTIONS(2693), + [anon_sym___based] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2695), + [anon_sym_RBRACE] = ACTIONS(2695), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_RBRACK] = ACTIONS(2695), + [anon_sym_EQ] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_register] = ACTIONS(2693), + [anon_sym_inline] = ACTIONS(2693), + [anon_sym_const] = ACTIONS(2693), + [anon_sym_volatile] = ACTIONS(2693), + [anon_sym_restrict] = ACTIONS(2693), + [anon_sym__Atomic] = ACTIONS(2693), + [anon_sym_mutable] = ACTIONS(2693), + [anon_sym_constexpr] = ACTIONS(2693), + [anon_sym_COLON] = ACTIONS(2693), + [anon_sym_QMARK] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2695), + [anon_sym_PLUS_PLUS] = ACTIONS(2695), + [anon_sym_DOT] = ACTIONS(2693), + [anon_sym_DASH_GT] = ACTIONS(2695), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2593), - [anon_sym_virtual] = ACTIONS(2593), - [anon_sym_explicit] = ACTIONS(2593), - [anon_sym_public] = ACTIONS(2593), - [anon_sym_private] = ACTIONS(2593), - [anon_sym_protected] = ACTIONS(2593), - [sym_auto] = ACTIONS(2593), - [anon_sym_typename] = ACTIONS(2593), - [anon_sym_template] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2595), - [anon_sym_operator] = ACTIONS(2593), - [anon_sym_friend] = ACTIONS(2593), - [anon_sym_using] = ACTIONS(2593), - [anon_sym_static_assert] = ACTIONS(2593), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), - [sym_operator_name] = ACTIONS(2593), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), - [anon_sym_MOZ_COLD] = ACTIONS(2593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_RAII] = ACTIONS(2593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), + [anon_sym_final] = ACTIONS(2693), + [anon_sym_override] = ACTIONS(2693), + [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_noexcept] = ACTIONS(2693), + [anon_sym_throw] = ACTIONS(2693), + [sym_operator_name] = ACTIONS(2693), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2693), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2693), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2693), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2693), + [anon_sym_MOZ_COLD] = ACTIONS(2693), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2693), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2693), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2693), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2693), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2693), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2693), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2693), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2693), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2693), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2693), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2693), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2693), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2693), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_NONNULL] = ACTIONS(2693), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2693), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2693), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2693), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2693), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2693), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2693), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2693), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2693), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2693), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2693), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2693), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2693), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), + [anon_sym_MOZ_RAII] = ACTIONS(2693), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2693), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2693), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2693), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2693), }, - [1074] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), - }, - [1075] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token2] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [anon_sym_public] = ACTIONS(1940), - [anon_sym_private] = ACTIONS(1940), - [anon_sym_protected] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_friend] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [sym_operator_name] = ACTIONS(1940), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), + [957] = { + [sym_identifier] = ACTIONS(2697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2699), + [anon_sym_COMMA] = ACTIONS(2699), + [anon_sym_RPAREN] = ACTIONS(2699), + [anon_sym_LPAREN2] = ACTIONS(2699), + [anon_sym_TILDE] = ACTIONS(2699), + [anon_sym_DASH] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_SLASH] = ACTIONS(2697), + [anon_sym_PERCENT] = ACTIONS(2699), + [anon_sym_PIPE_PIPE] = ACTIONS(2699), + [anon_sym_AMP_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2699), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_EQ_EQ] = ACTIONS(2699), + [anon_sym_BANG_EQ] = ACTIONS(2699), + [anon_sym_GT] = ACTIONS(2697), + [anon_sym_GT_EQ] = ACTIONS(2699), + [anon_sym_LT_EQ] = ACTIONS(2699), + [anon_sym_LT] = ACTIONS(2697), + [anon_sym_LT_LT] = ACTIONS(2699), + [anon_sym_GT_GT] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2699), + [anon_sym_extern] = ACTIONS(2697), + [anon_sym___attribute__] = ACTIONS(2697), + [anon_sym___declspec] = ACTIONS(2697), + [anon_sym___based] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2699), + [anon_sym_RBRACE] = ACTIONS(2699), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_RBRACK] = ACTIONS(2699), + [anon_sym_EQ] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_register] = ACTIONS(2697), + [anon_sym_inline] = ACTIONS(2697), + [anon_sym_const] = ACTIONS(2697), + [anon_sym_volatile] = ACTIONS(2697), + [anon_sym_restrict] = ACTIONS(2697), + [anon_sym__Atomic] = ACTIONS(2697), + [anon_sym_mutable] = ACTIONS(2697), + [anon_sym_constexpr] = ACTIONS(2697), + [anon_sym_COLON] = ACTIONS(2697), + [anon_sym_QMARK] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2699), + [anon_sym_PLUS_PLUS] = ACTIONS(2699), + [anon_sym_DOT] = ACTIONS(2697), + [anon_sym_DASH_GT] = ACTIONS(2699), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2697), + [anon_sym_override] = ACTIONS(2697), + [anon_sym_COLON_COLON] = ACTIONS(2699), + [anon_sym_noexcept] = ACTIONS(2697), + [anon_sym_throw] = ACTIONS(2697), + [sym_operator_name] = ACTIONS(2697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2697), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2697), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2697), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2697), + [anon_sym_MOZ_COLD] = ACTIONS(2697), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2697), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2697), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2697), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2697), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2697), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2697), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2697), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2697), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2697), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2697), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2697), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2697), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2697), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_NONNULL] = ACTIONS(2697), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2697), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2697), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2697), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2697), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2697), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2697), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2697), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2697), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2697), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2697), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2697), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2697), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), + [anon_sym_MOZ_RAII] = ACTIONS(2697), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2697), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2697), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2697), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2697), }, - [1076] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token2] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [958] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token2] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [aux_sym_preproc_else_token1] = ACTIONS(2701), + [aux_sym_preproc_elif_token1] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1077] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token2] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), + [959] = { + [sym_identifier] = ACTIONS(2705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2707), + [anon_sym_COMMA] = ACTIONS(2707), + [anon_sym_RPAREN] = ACTIONS(2707), + [anon_sym_LPAREN2] = ACTIONS(2707), + [anon_sym_TILDE] = ACTIONS(2707), + [anon_sym_DASH] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2705), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2705), + [anon_sym_PERCENT] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2705), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2705), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_LT] = ACTIONS(2705), + [anon_sym_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT] = ACTIONS(2707), + [anon_sym_SEMI] = ACTIONS(2707), + [anon_sym_extern] = ACTIONS(2705), + [anon_sym___attribute__] = ACTIONS(2705), + [anon_sym___declspec] = ACTIONS(2705), + [anon_sym___based] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(2707), + [anon_sym_RBRACE] = ACTIONS(2707), + [anon_sym_LBRACK] = ACTIONS(2707), + [anon_sym_RBRACK] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_register] = ACTIONS(2705), + [anon_sym_inline] = ACTIONS(2705), + [anon_sym_const] = ACTIONS(2705), + [anon_sym_volatile] = ACTIONS(2705), + [anon_sym_restrict] = ACTIONS(2705), + [anon_sym__Atomic] = ACTIONS(2705), + [anon_sym_mutable] = ACTIONS(2705), + [anon_sym_constexpr] = ACTIONS(2705), + [anon_sym_COLON] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2705), + [anon_sym_DASH_GT] = ACTIONS(2707), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2705), + [anon_sym_override] = ACTIONS(2705), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_noexcept] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2705), + [sym_operator_name] = ACTIONS(2705), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2705), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2705), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2705), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2705), + [anon_sym_MOZ_COLD] = ACTIONS(2705), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2705), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2705), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2705), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2705), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2705), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2705), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2705), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2705), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2705), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2705), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2705), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2705), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2705), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_NONNULL] = ACTIONS(2705), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2705), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2705), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2705), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2705), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2705), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2705), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2705), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2705), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2705), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2705), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2705), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2705), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), + [anon_sym_MOZ_RAII] = ACTIONS(2705), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2705), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2705), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2705), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2705), }, - [1078] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token2] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), + [960] = { + [sym_identifier] = ACTIONS(2709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2711), + [anon_sym_COMMA] = ACTIONS(2711), + [anon_sym_RPAREN] = ACTIONS(2711), + [anon_sym_LPAREN2] = ACTIONS(2711), + [anon_sym_TILDE] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2709), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_SLASH] = ACTIONS(2709), + [anon_sym_PERCENT] = ACTIONS(2711), + [anon_sym_PIPE_PIPE] = ACTIONS(2711), + [anon_sym_AMP_AMP] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_EQ_EQ] = ACTIONS(2711), + [anon_sym_BANG_EQ] = ACTIONS(2711), + [anon_sym_GT] = ACTIONS(2709), + [anon_sym_GT_EQ] = ACTIONS(2711), + [anon_sym_LT_EQ] = ACTIONS(2711), + [anon_sym_LT] = ACTIONS(2709), + [anon_sym_LT_LT] = ACTIONS(2711), + [anon_sym_GT_GT] = ACTIONS(2711), + [anon_sym_SEMI] = ACTIONS(2711), + [anon_sym_extern] = ACTIONS(2709), + [anon_sym___attribute__] = ACTIONS(2709), + [anon_sym___declspec] = ACTIONS(2709), + [anon_sym___based] = ACTIONS(2709), + [anon_sym_LBRACE] = ACTIONS(2711), + [anon_sym_RBRACE] = ACTIONS(2711), + [anon_sym_LBRACK] = ACTIONS(2711), + [anon_sym_RBRACK] = ACTIONS(2711), + [anon_sym_EQ] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_register] = ACTIONS(2709), + [anon_sym_inline] = ACTIONS(2709), + [anon_sym_const] = ACTIONS(2709), + [anon_sym_volatile] = ACTIONS(2709), + [anon_sym_restrict] = ACTIONS(2709), + [anon_sym__Atomic] = ACTIONS(2709), + [anon_sym_mutable] = ACTIONS(2709), + [anon_sym_constexpr] = ACTIONS(2709), + [anon_sym_COLON] = ACTIONS(2709), + [anon_sym_QMARK] = ACTIONS(2711), + [anon_sym_DASH_DASH] = ACTIONS(2711), + [anon_sym_PLUS_PLUS] = ACTIONS(2711), + [anon_sym_DOT] = ACTIONS(2709), + [anon_sym_DASH_GT] = ACTIONS(2711), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), + [anon_sym_final] = ACTIONS(2709), + [anon_sym_override] = ACTIONS(2709), + [anon_sym_COLON_COLON] = ACTIONS(2711), + [anon_sym_noexcept] = ACTIONS(2709), + [anon_sym_throw] = ACTIONS(2709), + [sym_operator_name] = ACTIONS(2709), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2709), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2709), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2709), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2709), + [anon_sym_MOZ_COLD] = ACTIONS(2709), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2709), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2709), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2709), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2709), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2709), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2709), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2709), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2709), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2709), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2709), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2709), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2709), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2709), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_NONNULL] = ACTIONS(2709), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2709), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2709), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2709), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2709), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2709), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2709), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2709), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2709), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2709), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2709), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2709), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2709), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), + [anon_sym_MOZ_RAII] = ACTIONS(2709), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2709), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2709), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2709), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2709), }, - [1079] = { - [sym_identifier] = ACTIONS(2593), - [aux_sym_preproc_def_token1] = ACTIONS(2593), - [aux_sym_preproc_if_token1] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), - [sym_preproc_directive] = ACTIONS(2593), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_TILDE] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2595), - [anon_sym_AMP_AMP] = ACTIONS(2595), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_typedef] = ACTIONS(2593), - [anon_sym_extern] = ACTIONS(2593), - [anon_sym___attribute__] = ACTIONS(2593), - [anon_sym___declspec] = ACTIONS(2593), - [anon_sym___based] = ACTIONS(2593), - [anon_sym_RBRACE] = ACTIONS(2595), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_static] = ACTIONS(2593), - [anon_sym_register] = ACTIONS(2593), - [anon_sym_inline] = ACTIONS(2593), - [anon_sym_const] = ACTIONS(2593), - [anon_sym_volatile] = ACTIONS(2593), - [anon_sym_restrict] = ACTIONS(2593), - [anon_sym__Atomic] = ACTIONS(2593), - [anon_sym_mutable] = ACTIONS(2593), - [anon_sym_constexpr] = ACTIONS(2593), - [anon_sym_signed] = ACTIONS(2593), - [anon_sym_unsigned] = ACTIONS(2593), - [anon_sym_long] = ACTIONS(2593), - [anon_sym_short] = ACTIONS(2593), - [sym_primitive_type] = ACTIONS(2593), - [anon_sym_enum] = ACTIONS(2593), - [anon_sym_class] = ACTIONS(2593), - [anon_sym_struct] = ACTIONS(2593), - [anon_sym_union] = ACTIONS(2593), + [961] = { + [sym_identifier] = ACTIONS(2713), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), + [anon_sym_COMMA] = ACTIONS(2715), + [anon_sym_RPAREN] = ACTIONS(2715), + [anon_sym_LPAREN2] = ACTIONS(2715), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2713), + [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2713), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_PIPE_PIPE] = ACTIONS(2715), + [anon_sym_AMP_AMP] = ACTIONS(2715), + [anon_sym_PIPE] = ACTIONS(2713), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2713), + [anon_sym_EQ_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_GT] = ACTIONS(2713), + [anon_sym_GT_EQ] = ACTIONS(2715), + [anon_sym_LT_EQ] = ACTIONS(2715), + [anon_sym_LT] = ACTIONS(2713), + [anon_sym_LT_LT] = ACTIONS(2715), + [anon_sym_GT_GT] = ACTIONS(2715), + [anon_sym_SEMI] = ACTIONS(2715), + [anon_sym_extern] = ACTIONS(2713), + [anon_sym___attribute__] = ACTIONS(2713), + [anon_sym___declspec] = ACTIONS(2713), + [anon_sym___based] = ACTIONS(2713), + [anon_sym_LBRACE] = ACTIONS(2715), + [anon_sym_RBRACE] = ACTIONS(2715), + [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_RBRACK] = ACTIONS(2715), + [anon_sym_EQ] = ACTIONS(2713), + [anon_sym_static] = ACTIONS(2713), + [anon_sym_register] = ACTIONS(2713), + [anon_sym_inline] = ACTIONS(2713), + [anon_sym_const] = ACTIONS(2713), + [anon_sym_volatile] = ACTIONS(2713), + [anon_sym_restrict] = ACTIONS(2713), + [anon_sym__Atomic] = ACTIONS(2713), + [anon_sym_mutable] = ACTIONS(2713), + [anon_sym_constexpr] = ACTIONS(2713), + [anon_sym_COLON] = ACTIONS(2713), + [anon_sym_QMARK] = ACTIONS(2715), + [anon_sym_DASH_DASH] = ACTIONS(2715), + [anon_sym_PLUS_PLUS] = ACTIONS(2715), + [anon_sym_DOT] = ACTIONS(2713), + [anon_sym_DASH_GT] = ACTIONS(2715), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2593), - [anon_sym_virtual] = ACTIONS(2593), - [anon_sym_explicit] = ACTIONS(2593), - [anon_sym_public] = ACTIONS(2593), - [anon_sym_private] = ACTIONS(2593), - [anon_sym_protected] = ACTIONS(2593), - [sym_auto] = ACTIONS(2593), - [anon_sym_typename] = ACTIONS(2593), - [anon_sym_template] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2595), - [anon_sym_operator] = ACTIONS(2593), - [anon_sym_friend] = ACTIONS(2593), - [anon_sym_using] = ACTIONS(2593), - [anon_sym_static_assert] = ACTIONS(2593), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), - [sym_operator_name] = ACTIONS(2593), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), - [anon_sym_MOZ_COLD] = ACTIONS(2593), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL] = ACTIONS(2593), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN] = ACTIONS(2593), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), - [anon_sym_MOZ_RAII] = ACTIONS(2593), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), + [anon_sym_final] = ACTIONS(2713), + [anon_sym_override] = ACTIONS(2713), + [anon_sym_COLON_COLON] = ACTIONS(2715), + [anon_sym_noexcept] = ACTIONS(2713), + [anon_sym_throw] = ACTIONS(2713), + [sym_operator_name] = ACTIONS(2713), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), + [anon_sym_MOZ_COLD] = ACTIONS(2713), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_NONNULL] = ACTIONS(2713), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_NORETURN] = ACTIONS(2713), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), + [anon_sym_MOZ_RAII] = ACTIONS(2713), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), }, - [1080] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token2] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), - }, - [1081] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token2] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), + [962] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [aux_sym_preproc_else_token1] = ACTIONS(2717), + [aux_sym_preproc_elif_token1] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1082] = { - [sym_identifier] = ACTIONS(2497), - [aux_sym_preproc_def_token1] = ACTIONS(2497), - [aux_sym_preproc_if_token1] = ACTIONS(2497), - [aux_sym_preproc_if_token2] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2497), - [anon_sym_LPAREN2] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_AMP_AMP] = ACTIONS(2499), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym___attribute__] = ACTIONS(2497), - [anon_sym___declspec] = ACTIONS(2497), - [anon_sym___based] = ACTIONS(2497), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym__Atomic] = ACTIONS(2497), - [anon_sym_mutable] = ACTIONS(2497), - [anon_sym_constexpr] = ACTIONS(2497), - [anon_sym_signed] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_class] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2497), - [anon_sym_virtual] = ACTIONS(2497), - [anon_sym_explicit] = ACTIONS(2497), - [anon_sym_public] = ACTIONS(2497), - [anon_sym_private] = ACTIONS(2497), - [anon_sym_protected] = ACTIONS(2497), - [sym_auto] = ACTIONS(2497), - [anon_sym_typename] = ACTIONS(2497), - [anon_sym_template] = ACTIONS(2497), - [anon_sym_COLON_COLON] = ACTIONS(2499), - [anon_sym_operator] = ACTIONS(2497), - [anon_sym_friend] = ACTIONS(2497), - [anon_sym_using] = ACTIONS(2497), - [anon_sym_static_assert] = ACTIONS(2497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2499), - [sym_operator_name] = ACTIONS(2497), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2497), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2497), - [anon_sym_MOZ_COLD] = ACTIONS(2497), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2497), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2497), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2497), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2497), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2497), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2497), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2497), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2497), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2497), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2497), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2497), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2497), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_RAII] = ACTIONS(2497), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2497), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2497), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2497), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2497), + [963] = { + [sym_identifier] = ACTIONS(2721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2723), + [anon_sym_COMMA] = ACTIONS(2723), + [anon_sym_RPAREN] = ACTIONS(2723), + [anon_sym_LPAREN2] = ACTIONS(2723), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2723), + [anon_sym_PIPE_PIPE] = ACTIONS(2723), + [anon_sym_AMP_AMP] = ACTIONS(2723), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2723), + [anon_sym_BANG_EQ] = ACTIONS(2723), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2723), + [anon_sym_LT_EQ] = ACTIONS(2723), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_LT_LT] = ACTIONS(2723), + [anon_sym_GT_GT] = ACTIONS(2723), + [anon_sym_SEMI] = ACTIONS(2723), + [anon_sym_extern] = ACTIONS(2721), + [anon_sym___attribute__] = ACTIONS(2721), + [anon_sym___declspec] = ACTIONS(2721), + [anon_sym___based] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2723), + [anon_sym_RBRACE] = ACTIONS(2723), + [anon_sym_LBRACK] = ACTIONS(2723), + [anon_sym_RBRACK] = ACTIONS(2723), + [anon_sym_EQ] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2721), + [anon_sym_register] = ACTIONS(2721), + [anon_sym_inline] = ACTIONS(2721), + [anon_sym_const] = ACTIONS(2721), + [anon_sym_volatile] = ACTIONS(2721), + [anon_sym_restrict] = ACTIONS(2721), + [anon_sym__Atomic] = ACTIONS(2721), + [anon_sym_mutable] = ACTIONS(2721), + [anon_sym_constexpr] = ACTIONS(2721), + [anon_sym_COLON] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2723), + [anon_sym_PLUS_PLUS] = ACTIONS(2723), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_DASH_GT] = ACTIONS(2723), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2721), + [anon_sym_override] = ACTIONS(2721), + [anon_sym_COLON_COLON] = ACTIONS(2723), + [anon_sym_noexcept] = ACTIONS(2721), + [anon_sym_throw] = ACTIONS(2721), + [sym_operator_name] = ACTIONS(2721), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2721), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2721), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2721), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2721), + [anon_sym_MOZ_COLD] = ACTIONS(2721), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2721), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2721), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2721), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2721), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2721), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2721), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2721), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2721), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2721), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2721), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2721), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2721), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2721), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_NONNULL] = ACTIONS(2721), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2721), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2721), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2721), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2721), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2721), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2721), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2721), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2721), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2721), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2721), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2721), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2721), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), + [anon_sym_MOZ_RAII] = ACTIONS(2721), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2721), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2721), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2721), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2721), }, - [1083] = { - [sym_identifier] = ACTIONS(2581), - [aux_sym_preproc_def_token1] = ACTIONS(2581), - [aux_sym_preproc_if_token1] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2581), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2581), - [sym_preproc_directive] = ACTIONS(2581), - [anon_sym_LPAREN2] = ACTIONS(2583), - [anon_sym_TILDE] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_AMP_AMP] = ACTIONS(2583), - [anon_sym_AMP] = ACTIONS(2581), - [anon_sym_typedef] = ACTIONS(2581), - [anon_sym_extern] = ACTIONS(2581), - [anon_sym___attribute__] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2581), - [anon_sym___based] = ACTIONS(2581), - [anon_sym_RBRACE] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_static] = ACTIONS(2581), - [anon_sym_register] = ACTIONS(2581), - [anon_sym_inline] = ACTIONS(2581), - [anon_sym_const] = ACTIONS(2581), - [anon_sym_volatile] = ACTIONS(2581), - [anon_sym_restrict] = ACTIONS(2581), - [anon_sym__Atomic] = ACTIONS(2581), - [anon_sym_mutable] = ACTIONS(2581), - [anon_sym_constexpr] = ACTIONS(2581), - [anon_sym_signed] = ACTIONS(2581), - [anon_sym_unsigned] = ACTIONS(2581), - [anon_sym_long] = ACTIONS(2581), - [anon_sym_short] = ACTIONS(2581), - [sym_primitive_type] = ACTIONS(2581), - [anon_sym_enum] = ACTIONS(2581), - [anon_sym_class] = ACTIONS(2581), - [anon_sym_struct] = ACTIONS(2581), - [anon_sym_union] = ACTIONS(2581), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2581), - [anon_sym_virtual] = ACTIONS(2581), - [anon_sym_explicit] = ACTIONS(2581), - [anon_sym_public] = ACTIONS(2581), - [anon_sym_private] = ACTIONS(2581), - [anon_sym_protected] = ACTIONS(2581), - [sym_auto] = ACTIONS(2581), - [anon_sym_typename] = ACTIONS(2581), - [anon_sym_template] = ACTIONS(2581), - [anon_sym_COLON_COLON] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2581), - [anon_sym_friend] = ACTIONS(2581), - [anon_sym_using] = ACTIONS(2581), - [anon_sym_static_assert] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2583), - [sym_operator_name] = ACTIONS(2581), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2581), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2581), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2581), - [anon_sym_MOZ_COLD] = ACTIONS(2581), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2581), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2581), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2581), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2581), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2581), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2581), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2581), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2581), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2581), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2581), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2581), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2581), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL] = ACTIONS(2581), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2581), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2581), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN] = ACTIONS(2581), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2581), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2581), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2581), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2581), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2581), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2581), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2581), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), - [anon_sym_MOZ_RAII] = ACTIONS(2581), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2581), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2581), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2581), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2581), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2581), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2581), + [964] = { + [sym_identifier] = ACTIONS(2725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2727), + [anon_sym_COMMA] = ACTIONS(2727), + [anon_sym_RPAREN] = ACTIONS(2727), + [anon_sym_LPAREN2] = ACTIONS(2727), + [anon_sym_TILDE] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2725), + [anon_sym_PERCENT] = ACTIONS(2727), + [anon_sym_PIPE_PIPE] = ACTIONS(2727), + [anon_sym_AMP_AMP] = ACTIONS(2727), + [anon_sym_PIPE] = ACTIONS(2725), + [anon_sym_CARET] = ACTIONS(2727), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_EQ_EQ] = ACTIONS(2727), + [anon_sym_BANG_EQ] = ACTIONS(2727), + [anon_sym_GT] = ACTIONS(2725), + [anon_sym_GT_EQ] = ACTIONS(2727), + [anon_sym_LT_EQ] = ACTIONS(2727), + [anon_sym_LT] = ACTIONS(2725), + [anon_sym_LT_LT] = ACTIONS(2727), + [anon_sym_GT_GT] = ACTIONS(2727), + [anon_sym_SEMI] = ACTIONS(2727), + [anon_sym_extern] = ACTIONS(2725), + [anon_sym___attribute__] = ACTIONS(2725), + [anon_sym___declspec] = ACTIONS(2725), + [anon_sym___based] = ACTIONS(2725), + [anon_sym_LBRACE] = ACTIONS(2727), + [anon_sym_RBRACE] = ACTIONS(2727), + [anon_sym_LBRACK] = ACTIONS(2727), + [anon_sym_RBRACK] = ACTIONS(2727), + [anon_sym_EQ] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2725), + [anon_sym_register] = ACTIONS(2725), + [anon_sym_inline] = ACTIONS(2725), + [anon_sym_const] = ACTIONS(2725), + [anon_sym_volatile] = ACTIONS(2725), + [anon_sym_restrict] = ACTIONS(2725), + [anon_sym__Atomic] = ACTIONS(2725), + [anon_sym_mutable] = ACTIONS(2725), + [anon_sym_constexpr] = ACTIONS(2725), + [anon_sym_COLON] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_DASH_DASH] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2727), + [anon_sym_DOT] = ACTIONS(2725), + [anon_sym_DASH_GT] = ACTIONS(2727), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2725), + [anon_sym_override] = ACTIONS(2725), + [anon_sym_COLON_COLON] = ACTIONS(2727), + [anon_sym_noexcept] = ACTIONS(2725), + [anon_sym_throw] = ACTIONS(2725), + [sym_operator_name] = ACTIONS(2725), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), + [anon_sym_MOZ_COLD] = ACTIONS(2725), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_NONNULL] = ACTIONS(2725), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), + [anon_sym_MOZ_RAII] = ACTIONS(2725), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), }, - [1084] = { - [sym_identifier] = ACTIONS(2553), - [aux_sym_preproc_def_token1] = ACTIONS(2553), - [aux_sym_preproc_if_token1] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2553), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2553), - [sym_preproc_directive] = ACTIONS(2553), - [anon_sym_LPAREN2] = ACTIONS(2555), - [anon_sym_TILDE] = ACTIONS(2555), - [anon_sym_STAR] = ACTIONS(2555), - [anon_sym_AMP_AMP] = ACTIONS(2555), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_typedef] = ACTIONS(2553), - [anon_sym_extern] = ACTIONS(2553), - [anon_sym___attribute__] = ACTIONS(2553), - [anon_sym___declspec] = ACTIONS(2553), - [anon_sym___based] = ACTIONS(2553), - [anon_sym_RBRACE] = ACTIONS(2555), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_static] = ACTIONS(2553), - [anon_sym_register] = ACTIONS(2553), - [anon_sym_inline] = ACTIONS(2553), - [anon_sym_const] = ACTIONS(2553), - [anon_sym_volatile] = ACTIONS(2553), - [anon_sym_restrict] = ACTIONS(2553), - [anon_sym__Atomic] = ACTIONS(2553), - [anon_sym_mutable] = ACTIONS(2553), - [anon_sym_constexpr] = ACTIONS(2553), - [anon_sym_signed] = ACTIONS(2553), - [anon_sym_unsigned] = ACTIONS(2553), - [anon_sym_long] = ACTIONS(2553), - [anon_sym_short] = ACTIONS(2553), - [sym_primitive_type] = ACTIONS(2553), - [anon_sym_enum] = ACTIONS(2553), - [anon_sym_class] = ACTIONS(2553), - [anon_sym_struct] = ACTIONS(2553), - [anon_sym_union] = ACTIONS(2553), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2553), - [anon_sym_virtual] = ACTIONS(2553), - [anon_sym_explicit] = ACTIONS(2553), - [anon_sym_public] = ACTIONS(2553), - [anon_sym_private] = ACTIONS(2553), - [anon_sym_protected] = ACTIONS(2553), - [sym_auto] = ACTIONS(2553), - [anon_sym_typename] = ACTIONS(2553), - [anon_sym_template] = ACTIONS(2553), - [anon_sym_COLON_COLON] = ACTIONS(2555), - [anon_sym_operator] = ACTIONS(2553), - [anon_sym_friend] = ACTIONS(2553), - [anon_sym_using] = ACTIONS(2553), - [anon_sym_static_assert] = ACTIONS(2553), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2555), - [sym_operator_name] = ACTIONS(2553), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2553), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2553), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2553), - [anon_sym_MOZ_COLD] = ACTIONS(2553), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2553), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2553), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2553), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2553), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2553), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2553), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2553), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2553), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2553), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2553), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2553), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2553), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL] = ACTIONS(2553), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2553), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2553), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN] = ACTIONS(2553), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2553), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2553), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2553), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2553), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2553), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2553), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2553), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), - [anon_sym_MOZ_RAII] = ACTIONS(2553), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2553), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2553), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2553), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2553), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2553), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2553), + [965] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [anon_sym_COMMA] = ACTIONS(1534), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_SEMI] = ACTIONS(1534), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), }, - [1085] = { - [sym_identifier] = ACTIONS(2493), - [aux_sym_preproc_def_token1] = ACTIONS(2493), - [aux_sym_preproc_if_token1] = ACTIONS(2493), - [aux_sym_preproc_if_token2] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), - [sym_preproc_directive] = ACTIONS(2493), - [anon_sym_LPAREN2] = ACTIONS(2495), - [anon_sym_TILDE] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2495), - [anon_sym_AMP_AMP] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_typedef] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2493), - [anon_sym___attribute__] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2493), - [anon_sym___based] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2493), - [anon_sym_register] = ACTIONS(2493), - [anon_sym_inline] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_volatile] = ACTIONS(2493), - [anon_sym_restrict] = ACTIONS(2493), - [anon_sym__Atomic] = ACTIONS(2493), - [anon_sym_mutable] = ACTIONS(2493), - [anon_sym_constexpr] = ACTIONS(2493), - [anon_sym_signed] = ACTIONS(2493), - [anon_sym_unsigned] = ACTIONS(2493), - [anon_sym_long] = ACTIONS(2493), - [anon_sym_short] = ACTIONS(2493), - [sym_primitive_type] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), - [anon_sym_class] = ACTIONS(2493), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_union] = ACTIONS(2493), + [966] = { + [sym_identifier] = ACTIONS(2729), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2731), + [anon_sym_COMMA] = ACTIONS(2731), + [anon_sym_RPAREN] = ACTIONS(2731), + [anon_sym_LPAREN2] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2729), + [anon_sym_PERCENT] = ACTIONS(2731), + [anon_sym_PIPE_PIPE] = ACTIONS(2731), + [anon_sym_AMP_AMP] = ACTIONS(2731), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_CARET] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2729), + [anon_sym_EQ_EQ] = ACTIONS(2731), + [anon_sym_BANG_EQ] = ACTIONS(2731), + [anon_sym_GT] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2731), + [anon_sym_LT_EQ] = ACTIONS(2731), + [anon_sym_LT] = ACTIONS(2729), + [anon_sym_LT_LT] = ACTIONS(2731), + [anon_sym_GT_GT] = ACTIONS(2731), + [anon_sym_SEMI] = ACTIONS(2731), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym___attribute__] = ACTIONS(2729), + [anon_sym___declspec] = ACTIONS(2729), + [anon_sym___based] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_RBRACE] = ACTIONS(2731), + [anon_sym_LBRACK] = ACTIONS(2731), + [anon_sym_RBRACK] = ACTIONS(2731), + [anon_sym_EQ] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym__Atomic] = ACTIONS(2729), + [anon_sym_mutable] = ACTIONS(2729), + [anon_sym_constexpr] = ACTIONS(2729), + [anon_sym_COLON] = ACTIONS(2729), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_DOT] = ACTIONS(2729), + [anon_sym_DASH_GT] = ACTIONS(2731), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2493), - [anon_sym_virtual] = ACTIONS(2493), - [anon_sym_explicit] = ACTIONS(2493), - [anon_sym_public] = ACTIONS(2493), - [anon_sym_private] = ACTIONS(2493), - [anon_sym_protected] = ACTIONS(2493), - [sym_auto] = ACTIONS(2493), - [anon_sym_typename] = ACTIONS(2493), - [anon_sym_template] = ACTIONS(2493), - [anon_sym_COLON_COLON] = ACTIONS(2495), - [anon_sym_operator] = ACTIONS(2493), - [anon_sym_friend] = ACTIONS(2493), - [anon_sym_using] = ACTIONS(2493), - [anon_sym_static_assert] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), - [sym_operator_name] = ACTIONS(2493), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), - [anon_sym_MOZ_COLD] = ACTIONS(2493), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_RAII] = ACTIONS(2493), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), + [anon_sym_final] = ACTIONS(2729), + [anon_sym_override] = ACTIONS(2729), + [anon_sym_COLON_COLON] = ACTIONS(2731), + [anon_sym_noexcept] = ACTIONS(2729), + [anon_sym_throw] = ACTIONS(2729), + [sym_operator_name] = ACTIONS(2729), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2729), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2729), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2729), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2729), + [anon_sym_MOZ_COLD] = ACTIONS(2729), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2729), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2729), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2729), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2729), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2729), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2729), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2729), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2729), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2729), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2729), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2729), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2729), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2729), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_NONNULL] = ACTIONS(2729), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2729), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2729), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2729), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2729), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2729), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2729), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2729), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2729), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2729), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2729), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2729), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2729), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), + [anon_sym_MOZ_RAII] = ACTIONS(2729), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2729), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2729), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2729), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2729), }, - [1086] = { - [sym_identifier] = ACTIONS(2529), - [aux_sym_preproc_def_token1] = ACTIONS(2529), - [aux_sym_preproc_if_token1] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), - [sym_preproc_directive] = ACTIONS(2529), - [anon_sym_LPAREN2] = ACTIONS(2531), - [anon_sym_TILDE] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2531), - [anon_sym_AMP_AMP] = ACTIONS(2531), - [anon_sym_AMP] = ACTIONS(2529), - [anon_sym_typedef] = ACTIONS(2529), - [anon_sym_extern] = ACTIONS(2529), - [anon_sym___attribute__] = ACTIONS(2529), - [anon_sym___declspec] = ACTIONS(2529), - [anon_sym___based] = ACTIONS(2529), - [anon_sym_RBRACE] = ACTIONS(2531), - [anon_sym_LBRACK] = ACTIONS(2529), - [anon_sym_static] = ACTIONS(2529), - [anon_sym_register] = ACTIONS(2529), - [anon_sym_inline] = ACTIONS(2529), - [anon_sym_const] = ACTIONS(2529), - [anon_sym_volatile] = ACTIONS(2529), - [anon_sym_restrict] = ACTIONS(2529), - [anon_sym__Atomic] = ACTIONS(2529), - [anon_sym_mutable] = ACTIONS(2529), - [anon_sym_constexpr] = ACTIONS(2529), - [anon_sym_signed] = ACTIONS(2529), - [anon_sym_unsigned] = ACTIONS(2529), - [anon_sym_long] = ACTIONS(2529), - [anon_sym_short] = ACTIONS(2529), - [sym_primitive_type] = ACTIONS(2529), - [anon_sym_enum] = ACTIONS(2529), - [anon_sym_class] = ACTIONS(2529), - [anon_sym_struct] = ACTIONS(2529), - [anon_sym_union] = ACTIONS(2529), + [967] = { + [sym_identifier] = ACTIONS(2733), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2735), + [anon_sym_COMMA] = ACTIONS(2735), + [anon_sym_RPAREN] = ACTIONS(2735), + [anon_sym_LPAREN2] = ACTIONS(2735), + [anon_sym_TILDE] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2733), + [anon_sym_PERCENT] = ACTIONS(2735), + [anon_sym_PIPE_PIPE] = ACTIONS(2735), + [anon_sym_AMP_AMP] = ACTIONS(2735), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2735), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_EQ_EQ] = ACTIONS(2735), + [anon_sym_BANG_EQ] = ACTIONS(2735), + [anon_sym_GT] = ACTIONS(2733), + [anon_sym_GT_EQ] = ACTIONS(2735), + [anon_sym_LT_EQ] = ACTIONS(2735), + [anon_sym_LT] = ACTIONS(2733), + [anon_sym_LT_LT] = ACTIONS(2735), + [anon_sym_GT_GT] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2735), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2735), + [anon_sym_RBRACE] = ACTIONS(2735), + [anon_sym_LBRACK] = ACTIONS(2735), + [anon_sym_RBRACK] = ACTIONS(2735), + [anon_sym_EQ] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_COLON] = ACTIONS(2733), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_DASH_DASH] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2735), + [anon_sym_DOT] = ACTIONS(2733), + [anon_sym_DASH_GT] = ACTIONS(2735), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2529), - [anon_sym_virtual] = ACTIONS(2529), - [anon_sym_explicit] = ACTIONS(2529), - [anon_sym_public] = ACTIONS(2529), - [anon_sym_private] = ACTIONS(2529), - [anon_sym_protected] = ACTIONS(2529), - [sym_auto] = ACTIONS(2529), - [anon_sym_typename] = ACTIONS(2529), - [anon_sym_template] = ACTIONS(2529), - [anon_sym_COLON_COLON] = ACTIONS(2531), - [anon_sym_operator] = ACTIONS(2529), - [anon_sym_friend] = ACTIONS(2529), - [anon_sym_using] = ACTIONS(2529), - [anon_sym_static_assert] = ACTIONS(2529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), - [sym_operator_name] = ACTIONS(2529), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), - [anon_sym_MOZ_COLD] = ACTIONS(2529), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL] = ACTIONS(2529), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN] = ACTIONS(2529), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), - [anon_sym_MOZ_RAII] = ACTIONS(2529), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), + [anon_sym_final] = ACTIONS(2733), + [anon_sym_override] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2735), + [anon_sym_noexcept] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [sym_operator_name] = ACTIONS(2733), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2733), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2733), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2733), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2733), + [anon_sym_MOZ_COLD] = ACTIONS(2733), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2733), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2733), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2733), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2733), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2733), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2733), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2733), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2733), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2733), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2733), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2733), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2733), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2733), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_NONNULL] = ACTIONS(2733), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2733), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2733), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2733), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2733), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2733), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2733), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2733), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2733), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2733), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2733), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2733), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2733), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), + [anon_sym_MOZ_RAII] = ACTIONS(2733), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2733), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2733), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2733), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2733), }, - [1087] = { - [sym_identifier] = ACTIONS(2461), - [aux_sym_preproc_def_token1] = ACTIONS(2461), - [aux_sym_preproc_if_token1] = ACTIONS(2461), - [aux_sym_preproc_if_token2] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2461), - [sym_preproc_directive] = ACTIONS(2461), - [anon_sym_LPAREN2] = ACTIONS(2463), - [anon_sym_TILDE] = ACTIONS(2463), - [anon_sym_STAR] = ACTIONS(2463), - [anon_sym_AMP_AMP] = ACTIONS(2463), - [anon_sym_AMP] = ACTIONS(2461), - [anon_sym_typedef] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym___attribute__] = ACTIONS(2461), - [anon_sym___declspec] = ACTIONS(2461), - [anon_sym___based] = ACTIONS(2461), - [anon_sym_LBRACK] = ACTIONS(2461), - [anon_sym_static] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_inline] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [anon_sym_volatile] = ACTIONS(2461), - [anon_sym_restrict] = ACTIONS(2461), - [anon_sym__Atomic] = ACTIONS(2461), - [anon_sym_mutable] = ACTIONS(2461), - [anon_sym_constexpr] = ACTIONS(2461), - [anon_sym_signed] = ACTIONS(2461), - [anon_sym_unsigned] = ACTIONS(2461), - [anon_sym_long] = ACTIONS(2461), - [anon_sym_short] = ACTIONS(2461), - [sym_primitive_type] = ACTIONS(2461), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_class] = ACTIONS(2461), - [anon_sym_struct] = ACTIONS(2461), - [anon_sym_union] = ACTIONS(2461), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2461), - [anon_sym_virtual] = ACTIONS(2461), - [anon_sym_explicit] = ACTIONS(2461), - [anon_sym_public] = ACTIONS(2461), - [anon_sym_private] = ACTIONS(2461), - [anon_sym_protected] = ACTIONS(2461), - [sym_auto] = ACTIONS(2461), - [anon_sym_typename] = ACTIONS(2461), - [anon_sym_template] = ACTIONS(2461), - [anon_sym_COLON_COLON] = ACTIONS(2463), - [anon_sym_operator] = ACTIONS(2461), - [anon_sym_friend] = ACTIONS(2461), - [anon_sym_using] = ACTIONS(2461), - [anon_sym_static_assert] = ACTIONS(2461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), - [sym_operator_name] = ACTIONS(2461), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2461), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2461), - [anon_sym_MOZ_COLD] = ACTIONS(2461), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2461), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2461), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2461), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2461), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2461), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2461), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2461), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2461), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2461), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2461), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2461), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2461), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_RAII] = ACTIONS(2461), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2461), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2461), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2461), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2461), + [968] = { + [sym__declaration_specifiers] = STATE(3581), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1395), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1088] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [969] = { + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token2] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [aux_sym_preproc_else_token1] = ACTIONS(1736), + [aux_sym_preproc_elif_token1] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [anon_sym_public] = ACTIONS(1736), + [anon_sym_private] = ACTIONS(1736), + [anon_sym_protected] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_friend] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [sym_operator_name] = ACTIONS(1736), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), }, - [1089] = { + [970] = { + [sym_identifier] = ACTIONS(2737), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2739), + [anon_sym_COMMA] = ACTIONS(2739), + [anon_sym_RPAREN] = ACTIONS(2739), + [anon_sym_LPAREN2] = ACTIONS(2739), + [anon_sym_TILDE] = ACTIONS(2739), + [anon_sym_DASH] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2737), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_SLASH] = ACTIONS(2737), + [anon_sym_PERCENT] = ACTIONS(2739), + [anon_sym_PIPE_PIPE] = ACTIONS(2739), + [anon_sym_AMP_AMP] = ACTIONS(2739), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2739), + [anon_sym_AMP] = ACTIONS(2737), + [anon_sym_EQ_EQ] = ACTIONS(2739), + [anon_sym_BANG_EQ] = ACTIONS(2739), + [anon_sym_GT] = ACTIONS(2737), + [anon_sym_GT_EQ] = ACTIONS(2739), + [anon_sym_LT_EQ] = ACTIONS(2739), + [anon_sym_LT] = ACTIONS(2737), + [anon_sym_LT_LT] = ACTIONS(2739), + [anon_sym_GT_GT] = ACTIONS(2739), + [anon_sym_SEMI] = ACTIONS(2739), + [anon_sym_extern] = ACTIONS(2737), + [anon_sym___attribute__] = ACTIONS(2737), + [anon_sym___declspec] = ACTIONS(2737), + [anon_sym___based] = ACTIONS(2737), + [anon_sym_LBRACE] = ACTIONS(2739), + [anon_sym_RBRACE] = ACTIONS(2739), + [anon_sym_LBRACK] = ACTIONS(2739), + [anon_sym_RBRACK] = ACTIONS(2739), + [anon_sym_EQ] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2737), + [anon_sym_register] = ACTIONS(2737), + [anon_sym_inline] = ACTIONS(2737), + [anon_sym_const] = ACTIONS(2737), + [anon_sym_volatile] = ACTIONS(2737), + [anon_sym_restrict] = ACTIONS(2737), + [anon_sym__Atomic] = ACTIONS(2737), + [anon_sym_mutable] = ACTIONS(2737), + [anon_sym_constexpr] = ACTIONS(2737), + [anon_sym_COLON] = ACTIONS(2737), + [anon_sym_QMARK] = ACTIONS(2739), + [anon_sym_DASH_DASH] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2739), + [anon_sym_DOT] = ACTIONS(2737), + [anon_sym_DASH_GT] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2737), + [anon_sym_override] = ACTIONS(2737), + [anon_sym_COLON_COLON] = ACTIONS(2739), + [anon_sym_noexcept] = ACTIONS(2737), + [anon_sym_throw] = ACTIONS(2737), + [sym_operator_name] = ACTIONS(2737), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2737), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2737), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2737), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2737), + [anon_sym_MOZ_COLD] = ACTIONS(2737), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2737), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2737), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2737), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2737), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2737), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2737), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2737), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2737), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2737), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2737), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2737), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2737), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2737), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_NONNULL] = ACTIONS(2737), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2737), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2737), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2737), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2737), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2737), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2737), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2737), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2737), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2737), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2737), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2737), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2737), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), + [anon_sym_MOZ_RAII] = ACTIONS(2737), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2737), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2737), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2737), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2737), + }, + [971] = { + [sym_identifier] = ACTIONS(2741), + [aux_sym_preproc_def_token1] = ACTIONS(2741), + [aux_sym_preproc_if_token1] = ACTIONS(2741), + [aux_sym_preproc_if_token2] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), + [aux_sym_preproc_else_token1] = ACTIONS(2741), + [aux_sym_preproc_elif_token1] = ACTIONS(2741), + [sym_preproc_directive] = ACTIONS(2741), + [anon_sym_LPAREN2] = ACTIONS(2743), + [anon_sym_TILDE] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_AMP_AMP] = ACTIONS(2743), + [anon_sym_AMP] = ACTIONS(2741), + [anon_sym_typedef] = ACTIONS(2741), + [anon_sym_extern] = ACTIONS(2741), + [anon_sym___attribute__] = ACTIONS(2741), + [anon_sym___declspec] = ACTIONS(2741), + [anon_sym___based] = ACTIONS(2741), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_register] = ACTIONS(2741), + [anon_sym_inline] = ACTIONS(2741), + [anon_sym_const] = ACTIONS(2741), + [anon_sym_volatile] = ACTIONS(2741), + [anon_sym_restrict] = ACTIONS(2741), + [anon_sym__Atomic] = ACTIONS(2741), + [anon_sym_mutable] = ACTIONS(2741), + [anon_sym_constexpr] = ACTIONS(2741), + [anon_sym_signed] = ACTIONS(2741), + [anon_sym_unsigned] = ACTIONS(2741), + [anon_sym_long] = ACTIONS(2741), + [anon_sym_short] = ACTIONS(2741), + [sym_primitive_type] = ACTIONS(2741), + [anon_sym_enum] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_struct] = ACTIONS(2741), + [anon_sym_union] = ACTIONS(2741), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2741), + [anon_sym_virtual] = ACTIONS(2741), + [anon_sym_explicit] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_protected] = ACTIONS(2741), + [sym_auto] = ACTIONS(2741), + [anon_sym_typename] = ACTIONS(2741), + [anon_sym_template] = ACTIONS(2741), + [anon_sym_COLON_COLON] = ACTIONS(2743), + [anon_sym_operator] = ACTIONS(2741), + [anon_sym_friend] = ACTIONS(2741), + [anon_sym_using] = ACTIONS(2741), + [anon_sym_static_assert] = ACTIONS(2741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), + [sym_operator_name] = ACTIONS(2741), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), + [anon_sym_MOZ_COLD] = ACTIONS(2741), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_RAII] = ACTIONS(2741), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), + }, + [972] = { + [sym_identifier] = ACTIONS(2745), + [aux_sym_preproc_def_token1] = ACTIONS(2745), + [aux_sym_preproc_if_token1] = ACTIONS(2745), + [aux_sym_preproc_if_token2] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2745), + [aux_sym_preproc_else_token1] = ACTIONS(2745), + [aux_sym_preproc_elif_token1] = ACTIONS(2745), + [sym_preproc_directive] = ACTIONS(2745), + [anon_sym_LPAREN2] = ACTIONS(2747), + [anon_sym_TILDE] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_AMP_AMP] = ACTIONS(2747), + [anon_sym_AMP] = ACTIONS(2745), + [anon_sym_typedef] = ACTIONS(2745), + [anon_sym_extern] = ACTIONS(2745), + [anon_sym___attribute__] = ACTIONS(2745), + [anon_sym___declspec] = ACTIONS(2745), + [anon_sym___based] = ACTIONS(2745), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_register] = ACTIONS(2745), + [anon_sym_inline] = ACTIONS(2745), + [anon_sym_const] = ACTIONS(2745), + [anon_sym_volatile] = ACTIONS(2745), + [anon_sym_restrict] = ACTIONS(2745), + [anon_sym__Atomic] = ACTIONS(2745), + [anon_sym_mutable] = ACTIONS(2745), + [anon_sym_constexpr] = ACTIONS(2745), + [anon_sym_signed] = ACTIONS(2745), + [anon_sym_unsigned] = ACTIONS(2745), + [anon_sym_long] = ACTIONS(2745), + [anon_sym_short] = ACTIONS(2745), + [sym_primitive_type] = ACTIONS(2745), + [anon_sym_enum] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_struct] = ACTIONS(2745), + [anon_sym_union] = ACTIONS(2745), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2745), + [anon_sym_virtual] = ACTIONS(2745), + [anon_sym_explicit] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_protected] = ACTIONS(2745), + [sym_auto] = ACTIONS(2745), + [anon_sym_typename] = ACTIONS(2745), + [anon_sym_template] = ACTIONS(2745), + [anon_sym_COLON_COLON] = ACTIONS(2747), + [anon_sym_operator] = ACTIONS(2745), + [anon_sym_friend] = ACTIONS(2745), + [anon_sym_using] = ACTIONS(2745), + [anon_sym_static_assert] = ACTIONS(2745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2747), + [sym_operator_name] = ACTIONS(2745), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2745), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2745), + [anon_sym_MOZ_COLD] = ACTIONS(2745), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2745), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2745), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2745), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2745), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2745), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2745), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2745), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2745), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2745), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2745), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2745), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2745), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_RAII] = ACTIONS(2745), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2745), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2745), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2745), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2745), + }, + [973] = { + [sym_identifier] = ACTIONS(2749), + [aux_sym_preproc_def_token1] = ACTIONS(2749), + [aux_sym_preproc_if_token1] = ACTIONS(2749), + [aux_sym_preproc_if_token2] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2749), + [aux_sym_preproc_else_token1] = ACTIONS(2749), + [aux_sym_preproc_elif_token1] = ACTIONS(2749), + [sym_preproc_directive] = ACTIONS(2749), + [anon_sym_LPAREN2] = ACTIONS(2751), + [anon_sym_TILDE] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_AMP_AMP] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2749), + [anon_sym_typedef] = ACTIONS(2749), + [anon_sym_extern] = ACTIONS(2749), + [anon_sym___attribute__] = ACTIONS(2749), + [anon_sym___declspec] = ACTIONS(2749), + [anon_sym___based] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_register] = ACTIONS(2749), + [anon_sym_inline] = ACTIONS(2749), + [anon_sym_const] = ACTIONS(2749), + [anon_sym_volatile] = ACTIONS(2749), + [anon_sym_restrict] = ACTIONS(2749), + [anon_sym__Atomic] = ACTIONS(2749), + [anon_sym_mutable] = ACTIONS(2749), + [anon_sym_constexpr] = ACTIONS(2749), + [anon_sym_signed] = ACTIONS(2749), + [anon_sym_unsigned] = ACTIONS(2749), + [anon_sym_long] = ACTIONS(2749), + [anon_sym_short] = ACTIONS(2749), + [sym_primitive_type] = ACTIONS(2749), + [anon_sym_enum] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_struct] = ACTIONS(2749), + [anon_sym_union] = ACTIONS(2749), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2749), + [anon_sym_virtual] = ACTIONS(2749), + [anon_sym_explicit] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_protected] = ACTIONS(2749), + [sym_auto] = ACTIONS(2749), + [anon_sym_typename] = ACTIONS(2749), + [anon_sym_template] = ACTIONS(2749), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_operator] = ACTIONS(2749), + [anon_sym_friend] = ACTIONS(2749), + [anon_sym_using] = ACTIONS(2749), + [anon_sym_static_assert] = ACTIONS(2749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2751), + [sym_operator_name] = ACTIONS(2749), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2749), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2749), + [anon_sym_MOZ_COLD] = ACTIONS(2749), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2749), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2749), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2749), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2749), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2749), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2749), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2749), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2749), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2749), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2749), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2749), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2749), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_RAII] = ACTIONS(2749), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2749), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2749), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2749), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2749), + }, + [974] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [aux_sym_preproc_else_token1] = ACTIONS(2717), + [aux_sym_preproc_elif_token1] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), + }, + [975] = { [sym_identifier] = ACTIONS(2753), [aux_sym_preproc_def_token1] = ACTIONS(2753), [aux_sym_preproc_if_token1] = ACTIONS(2753), [aux_sym_preproc_if_token2] = ACTIONS(2753), [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [aux_sym_preproc_else_token1] = ACTIONS(2753), + [aux_sym_preproc_elif_token1] = ACTIONS(2753), [sym_preproc_directive] = ACTIONS(2753), [anon_sym_LPAREN2] = ACTIONS(2755), [anon_sym_TILDE] = ACTIONS(2755), @@ -197643,261 +196686,771 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1090] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_RBRACE] = ACTIONS(2519), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + [976] = { + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token2] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [aux_sym_preproc_else_token1] = ACTIONS(1752), + [aux_sym_preproc_elif_token1] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_friend] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [sym_operator_name] = ACTIONS(1752), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), }, - [1091] = { - [sym_identifier] = ACTIONS(2517), - [aux_sym_preproc_def_token1] = ACTIONS(2517), - [aux_sym_preproc_if_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2517), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2517), - [sym_preproc_directive] = ACTIONS(2517), - [anon_sym_LPAREN2] = ACTIONS(2519), - [anon_sym_TILDE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_AMP_AMP] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_typedef] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym___attribute__] = ACTIONS(2517), - [anon_sym___declspec] = ACTIONS(2517), - [anon_sym___based] = ACTIONS(2517), - [anon_sym_RBRACE] = ACTIONS(2519), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_register] = ACTIONS(2517), - [anon_sym_inline] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_volatile] = ACTIONS(2517), - [anon_sym_restrict] = ACTIONS(2517), - [anon_sym__Atomic] = ACTIONS(2517), - [anon_sym_mutable] = ACTIONS(2517), - [anon_sym_constexpr] = ACTIONS(2517), - [anon_sym_signed] = ACTIONS(2517), - [anon_sym_unsigned] = ACTIONS(2517), - [anon_sym_long] = ACTIONS(2517), - [anon_sym_short] = ACTIONS(2517), - [sym_primitive_type] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_class] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2517), - [anon_sym_virtual] = ACTIONS(2517), - [anon_sym_explicit] = ACTIONS(2517), - [anon_sym_public] = ACTIONS(2517), - [anon_sym_private] = ACTIONS(2517), - [anon_sym_protected] = ACTIONS(2517), - [sym_auto] = ACTIONS(2517), - [anon_sym_typename] = ACTIONS(2517), - [anon_sym_template] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_operator] = ACTIONS(2517), - [anon_sym_friend] = ACTIONS(2517), - [anon_sym_using] = ACTIONS(2517), - [anon_sym_static_assert] = ACTIONS(2517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2519), - [sym_operator_name] = ACTIONS(2517), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2517), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), - [anon_sym_MOZ_COLD] = ACTIONS(2517), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL] = ACTIONS(2517), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN] = ACTIONS(2517), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), - [anon_sym_MOZ_RAII] = ACTIONS(2517), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + [977] = { + [sym_identifier] = ACTIONS(2757), + [aux_sym_preproc_def_token1] = ACTIONS(2757), + [aux_sym_preproc_if_token1] = ACTIONS(2757), + [aux_sym_preproc_if_token2] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), + [aux_sym_preproc_else_token1] = ACTIONS(2757), + [aux_sym_preproc_elif_token1] = ACTIONS(2757), + [sym_preproc_directive] = ACTIONS(2757), + [anon_sym_LPAREN2] = ACTIONS(2759), + [anon_sym_TILDE] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_AMP_AMP] = ACTIONS(2759), + [anon_sym_AMP] = ACTIONS(2757), + [anon_sym_typedef] = ACTIONS(2757), + [anon_sym_extern] = ACTIONS(2757), + [anon_sym___attribute__] = ACTIONS(2757), + [anon_sym___declspec] = ACTIONS(2757), + [anon_sym___based] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_register] = ACTIONS(2757), + [anon_sym_inline] = ACTIONS(2757), + [anon_sym_const] = ACTIONS(2757), + [anon_sym_volatile] = ACTIONS(2757), + [anon_sym_restrict] = ACTIONS(2757), + [anon_sym__Atomic] = ACTIONS(2757), + [anon_sym_mutable] = ACTIONS(2757), + [anon_sym_constexpr] = ACTIONS(2757), + [anon_sym_signed] = ACTIONS(2757), + [anon_sym_unsigned] = ACTIONS(2757), + [anon_sym_long] = ACTIONS(2757), + [anon_sym_short] = ACTIONS(2757), + [sym_primitive_type] = ACTIONS(2757), + [anon_sym_enum] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_struct] = ACTIONS(2757), + [anon_sym_union] = ACTIONS(2757), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2757), + [anon_sym_virtual] = ACTIONS(2757), + [anon_sym_explicit] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_protected] = ACTIONS(2757), + [sym_auto] = ACTIONS(2757), + [anon_sym_typename] = ACTIONS(2757), + [anon_sym_template] = ACTIONS(2757), + [anon_sym_COLON_COLON] = ACTIONS(2759), + [anon_sym_operator] = ACTIONS(2757), + [anon_sym_friend] = ACTIONS(2757), + [anon_sym_using] = ACTIONS(2757), + [anon_sym_static_assert] = ACTIONS(2757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), + [sym_operator_name] = ACTIONS(2757), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), + [anon_sym_MOZ_COLD] = ACTIONS(2757), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_RAII] = ACTIONS(2757), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), }, - [1092] = { + [978] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token2] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [aux_sym_preproc_else_token1] = ACTIONS(2685), + [aux_sym_preproc_elif_token1] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), + }, + [979] = { + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token2] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [aux_sym_preproc_else_token1] = ACTIONS(2761), + [aux_sym_preproc_elif_token1] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [sym_primitive_type] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_protected] = ACTIONS(2761), + [sym_auto] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_friend] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [sym_operator_name] = ACTIONS(2761), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2761), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2761), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2761), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2761), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2761), + [anon_sym_MOZ_COLD] = ACTIONS(2761), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2761), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2761), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2761), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2761), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2761), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2761), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2761), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2761), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2761), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2761), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2761), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2761), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2761), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_NONNULL] = ACTIONS(2761), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2761), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2761), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2761), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2761), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2761), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2761), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2761), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2761), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2761), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2761), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2761), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2761), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), + [anon_sym_MOZ_RAII] = ACTIONS(2761), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2761), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2761), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2761), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2761), + }, + [980] = { + [sym__declaration_specifiers] = STATE(3594), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_ms_call_modifier] = STATE(1413), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [981] = { + [sym_identifier] = ACTIONS(2765), + [aux_sym_preproc_def_token1] = ACTIONS(2765), + [aux_sym_preproc_if_token1] = ACTIONS(2765), + [aux_sym_preproc_if_token2] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2765), + [aux_sym_preproc_else_token1] = ACTIONS(2765), + [aux_sym_preproc_elif_token1] = ACTIONS(2765), + [sym_preproc_directive] = ACTIONS(2765), + [anon_sym_LPAREN2] = ACTIONS(2767), + [anon_sym_TILDE] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_AMP_AMP] = ACTIONS(2767), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_typedef] = ACTIONS(2765), + [anon_sym_extern] = ACTIONS(2765), + [anon_sym___attribute__] = ACTIONS(2765), + [anon_sym___declspec] = ACTIONS(2765), + [anon_sym___based] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_register] = ACTIONS(2765), + [anon_sym_inline] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_volatile] = ACTIONS(2765), + [anon_sym_restrict] = ACTIONS(2765), + [anon_sym__Atomic] = ACTIONS(2765), + [anon_sym_mutable] = ACTIONS(2765), + [anon_sym_constexpr] = ACTIONS(2765), + [anon_sym_signed] = ACTIONS(2765), + [anon_sym_unsigned] = ACTIONS(2765), + [anon_sym_long] = ACTIONS(2765), + [anon_sym_short] = ACTIONS(2765), + [sym_primitive_type] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2765), + [anon_sym_virtual] = ACTIONS(2765), + [anon_sym_explicit] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_protected] = ACTIONS(2765), + [sym_auto] = ACTIONS(2765), + [anon_sym_typename] = ACTIONS(2765), + [anon_sym_template] = ACTIONS(2765), + [anon_sym_COLON_COLON] = ACTIONS(2767), + [anon_sym_operator] = ACTIONS(2765), + [anon_sym_friend] = ACTIONS(2765), + [anon_sym_using] = ACTIONS(2765), + [anon_sym_static_assert] = ACTIONS(2765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2767), + [sym_operator_name] = ACTIONS(2765), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2765), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2765), + [anon_sym_MOZ_COLD] = ACTIONS(2765), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2765), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2765), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2765), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2765), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2765), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2765), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2765), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2765), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2765), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2765), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2765), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2765), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_RAII] = ACTIONS(2765), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2765), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2765), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2765), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2765), + }, + [982] = { [sym_identifier] = ACTIONS(2753), [aux_sym_preproc_def_token1] = ACTIONS(2753), [aux_sym_preproc_if_token1] = ACTIONS(2753), [aux_sym_preproc_if_token2] = ACTIONS(2753), [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [aux_sym_preproc_else_token1] = ACTIONS(2753), + [aux_sym_preproc_elif_token1] = ACTIONS(2753), [sym_preproc_directive] = ACTIONS(2753), [anon_sym_LPAREN2] = ACTIONS(2755), [anon_sym_TILDE] = ACTIONS(2755), @@ -198015,13 +197568,771 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1093] = { + [983] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token2] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [aux_sym_preproc_else_token1] = ACTIONS(2689), + [aux_sym_preproc_elif_token1] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), + }, + [984] = { + [sym_identifier] = ACTIONS(2769), + [aux_sym_preproc_def_token1] = ACTIONS(2769), + [aux_sym_preproc_if_token1] = ACTIONS(2769), + [aux_sym_preproc_if_token2] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), + [aux_sym_preproc_else_token1] = ACTIONS(2769), + [aux_sym_preproc_elif_token1] = ACTIONS(2769), + [sym_preproc_directive] = ACTIONS(2769), + [anon_sym_LPAREN2] = ACTIONS(2771), + [anon_sym_TILDE] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_AMP_AMP] = ACTIONS(2771), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_typedef] = ACTIONS(2769), + [anon_sym_extern] = ACTIONS(2769), + [anon_sym___attribute__] = ACTIONS(2769), + [anon_sym___declspec] = ACTIONS(2769), + [anon_sym___based] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2769), + [anon_sym_static] = ACTIONS(2769), + [anon_sym_register] = ACTIONS(2769), + [anon_sym_inline] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_volatile] = ACTIONS(2769), + [anon_sym_restrict] = ACTIONS(2769), + [anon_sym__Atomic] = ACTIONS(2769), + [anon_sym_mutable] = ACTIONS(2769), + [anon_sym_constexpr] = ACTIONS(2769), + [anon_sym_signed] = ACTIONS(2769), + [anon_sym_unsigned] = ACTIONS(2769), + [anon_sym_long] = ACTIONS(2769), + [anon_sym_short] = ACTIONS(2769), + [sym_primitive_type] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_class] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2769), + [anon_sym_virtual] = ACTIONS(2769), + [anon_sym_explicit] = ACTIONS(2769), + [anon_sym_public] = ACTIONS(2769), + [anon_sym_private] = ACTIONS(2769), + [anon_sym_protected] = ACTIONS(2769), + [sym_auto] = ACTIONS(2769), + [anon_sym_typename] = ACTIONS(2769), + [anon_sym_template] = ACTIONS(2769), + [anon_sym_COLON_COLON] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2769), + [anon_sym_friend] = ACTIONS(2769), + [anon_sym_using] = ACTIONS(2769), + [anon_sym_static_assert] = ACTIONS(2769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), + [sym_operator_name] = ACTIONS(2769), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), + [anon_sym_MOZ_COLD] = ACTIONS(2769), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_RAII] = ACTIONS(2769), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + }, + [985] = { + [sym_identifier] = ACTIONS(2773), + [aux_sym_preproc_def_token1] = ACTIONS(2773), + [aux_sym_preproc_if_token1] = ACTIONS(2773), + [aux_sym_preproc_if_token2] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), + [aux_sym_preproc_else_token1] = ACTIONS(2773), + [aux_sym_preproc_elif_token1] = ACTIONS(2773), + [sym_preproc_directive] = ACTIONS(2773), + [anon_sym_LPAREN2] = ACTIONS(2775), + [anon_sym_TILDE] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_typedef] = ACTIONS(2773), + [anon_sym_extern] = ACTIONS(2773), + [anon_sym___attribute__] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2773), + [anon_sym___based] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2773), + [anon_sym_static] = ACTIONS(2773), + [anon_sym_register] = ACTIONS(2773), + [anon_sym_inline] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_volatile] = ACTIONS(2773), + [anon_sym_restrict] = ACTIONS(2773), + [anon_sym__Atomic] = ACTIONS(2773), + [anon_sym_mutable] = ACTIONS(2773), + [anon_sym_constexpr] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2773), + [anon_sym_unsigned] = ACTIONS(2773), + [anon_sym_long] = ACTIONS(2773), + [anon_sym_short] = ACTIONS(2773), + [sym_primitive_type] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_class] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2773), + [anon_sym_virtual] = ACTIONS(2773), + [anon_sym_explicit] = ACTIONS(2773), + [anon_sym_public] = ACTIONS(2773), + [anon_sym_private] = ACTIONS(2773), + [anon_sym_protected] = ACTIONS(2773), + [sym_auto] = ACTIONS(2773), + [anon_sym_typename] = ACTIONS(2773), + [anon_sym_template] = ACTIONS(2773), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2773), + [anon_sym_friend] = ACTIONS(2773), + [anon_sym_using] = ACTIONS(2773), + [anon_sym_static_assert] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), + [sym_operator_name] = ACTIONS(2773), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), + [anon_sym_MOZ_COLD] = ACTIONS(2773), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_RAII] = ACTIONS(2773), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + }, + [986] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token2] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [aux_sym_preproc_else_token1] = ACTIONS(2777), + [aux_sym_preproc_elif_token1] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), + }, + [987] = { + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token2] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [aux_sym_preproc_else_token1] = ACTIONS(2781), + [aux_sym_preproc_elif_token1] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [sym_primitive_type] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_public] = ACTIONS(2781), + [anon_sym_private] = ACTIONS(2781), + [anon_sym_protected] = ACTIONS(2781), + [sym_auto] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_friend] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [sym_operator_name] = ACTIONS(2781), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2781), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2781), + [anon_sym_MOZ_COLD] = ACTIONS(2781), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2781), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2781), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2781), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2781), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2781), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2781), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2781), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2781), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2781), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2781), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2781), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2781), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_RAII] = ACTIONS(2781), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2781), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2781), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2781), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2781), + }, + [988] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1674), + [anon_sym_STAR] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_AMP] = ACTIONS(1672), + [anon_sym_typedef] = ACTIONS(1672), + [anon_sym_extern] = ACTIONS(1672), + [anon_sym___attribute__] = ACTIONS(1672), + [anon_sym___declspec] = ACTIONS(1672), + [anon_sym___based] = ACTIONS(1672), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1672), + [anon_sym_register] = ACTIONS(1672), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1672), + [anon_sym_virtual] = ACTIONS(1672), + [anon_sym_explicit] = ACTIONS(1672), + [anon_sym_public] = ACTIONS(1672), + [anon_sym_private] = ACTIONS(1672), + [anon_sym_protected] = ACTIONS(1672), + [sym_auto] = ACTIONS(1672), + [anon_sym_typename] = ACTIONS(1672), + [anon_sym_template] = ACTIONS(1672), + [anon_sym_COLON_COLON] = ACTIONS(1674), + [anon_sym_operator] = ACTIONS(1672), + [anon_sym_friend] = ACTIONS(1672), + [anon_sym_using] = ACTIONS(1672), + [anon_sym_static_assert] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [sym_operator_name] = ACTIONS(1672), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + }, + [989] = { [sym_identifier] = ACTIONS(2785), [aux_sym_preproc_def_token1] = ACTIONS(2785), [aux_sym_preproc_if_token1] = ACTIONS(2785), [aux_sym_preproc_if_token2] = ACTIONS(2785), [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [aux_sym_preproc_else_token1] = ACTIONS(2785), + [aux_sym_preproc_elif_token1] = ACTIONS(2785), [sym_preproc_directive] = ACTIONS(2785), [anon_sym_LPAREN2] = ACTIONS(2787), [anon_sym_TILDE] = ACTIONS(2787), @@ -198139,13 +198450,141 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2785), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2785), }, - [1094] = { + [990] = { + [sym_identifier] = ACTIONS(2789), + [aux_sym_preproc_def_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token2] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), + [aux_sym_preproc_else_token1] = ACTIONS(2789), + [aux_sym_preproc_elif_token1] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_LPAREN2] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_AMP_AMP] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym___attribute__] = ACTIONS(2789), + [anon_sym___declspec] = ACTIONS(2789), + [anon_sym___based] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_mutable] = ACTIONS(2789), + [anon_sym_constexpr] = ACTIONS(2789), + [anon_sym_signed] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_class] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2789), + [anon_sym_virtual] = ACTIONS(2789), + [anon_sym_explicit] = ACTIONS(2789), + [anon_sym_public] = ACTIONS(2789), + [anon_sym_private] = ACTIONS(2789), + [anon_sym_protected] = ACTIONS(2789), + [sym_auto] = ACTIONS(2789), + [anon_sym_typename] = ACTIONS(2789), + [anon_sym_template] = ACTIONS(2789), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_operator] = ACTIONS(2789), + [anon_sym_friend] = ACTIONS(2789), + [anon_sym_using] = ACTIONS(2789), + [anon_sym_static_assert] = ACTIONS(2789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), + [sym_operator_name] = ACTIONS(2789), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2789), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2789), + [anon_sym_MOZ_COLD] = ACTIONS(2789), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2789), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2789), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2789), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2789), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2789), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2789), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2789), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2789), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2789), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2789), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2789), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2789), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_RAII] = ACTIONS(2789), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2789), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2789), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2789), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2789), + }, + [991] = { [sym_identifier] = ACTIONS(2793), [aux_sym_preproc_def_token1] = ACTIONS(2793), [aux_sym_preproc_if_token1] = ACTIONS(2793), [aux_sym_preproc_if_token2] = ACTIONS(2793), [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), + [aux_sym_preproc_else_token1] = ACTIONS(2793), + [aux_sym_preproc_elif_token1] = ACTIONS(2793), [sym_preproc_directive] = ACTIONS(2793), [anon_sym_LPAREN2] = ACTIONS(2795), [anon_sym_TILDE] = ACTIONS(2795), @@ -198263,137 +198702,1023 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2793), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2793), }, - [1095] = { - [sym_identifier] = ACTIONS(2817), - [aux_sym_preproc_def_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token2] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), - [sym_preproc_directive] = ACTIONS(2817), - [anon_sym_LPAREN2] = ACTIONS(2819), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_typedef] = ACTIONS(2817), - [anon_sym_extern] = ACTIONS(2817), - [anon_sym___attribute__] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2817), - [anon_sym___based] = ACTIONS(2817), - [anon_sym_LBRACK] = ACTIONS(2817), - [anon_sym_static] = ACTIONS(2817), - [anon_sym_register] = ACTIONS(2817), - [anon_sym_inline] = ACTIONS(2817), - [anon_sym_const] = ACTIONS(2817), - [anon_sym_volatile] = ACTIONS(2817), - [anon_sym_restrict] = ACTIONS(2817), - [anon_sym__Atomic] = ACTIONS(2817), - [anon_sym_mutable] = ACTIONS(2817), - [anon_sym_constexpr] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2817), - [anon_sym_unsigned] = ACTIONS(2817), - [anon_sym_long] = ACTIONS(2817), - [anon_sym_short] = ACTIONS(2817), - [sym_primitive_type] = ACTIONS(2817), - [anon_sym_enum] = ACTIONS(2817), - [anon_sym_class] = ACTIONS(2817), - [anon_sym_struct] = ACTIONS(2817), - [anon_sym_union] = ACTIONS(2817), + [992] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [aux_sym_preproc_else_token1] = ACTIONS(2797), + [aux_sym_preproc_elif_token1] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), + }, + [993] = { + [sym_enumerator_list] = STATE(906), + [sym_identifier] = ACTIONS(2801), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RPAREN] = ACTIONS(2803), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_SLASH] = ACTIONS(2801), + [anon_sym_PERCENT] = ACTIONS(2803), + [anon_sym_PIPE_PIPE] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2801), + [anon_sym_EQ_EQ] = ACTIONS(2803), + [anon_sym_BANG_EQ] = ACTIONS(2803), + [anon_sym_GT] = ACTIONS(2801), + [anon_sym_GT_EQ] = ACTIONS(2803), + [anon_sym_LT_EQ] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2801), + [anon_sym_LT_LT] = ACTIONS(2803), + [anon_sym_GT_GT] = ACTIONS(2803), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym___based] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2803), + [anon_sym_RBRACK] = ACTIONS(2803), + [anon_sym_EQ] = ACTIONS(2801), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_COLON] = ACTIONS(2801), + [anon_sym_QMARK] = ACTIONS(2803), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_DOT] = ACTIONS(2801), + [anon_sym_DASH_GT] = ACTIONS(2803), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2817), - [anon_sym_virtual] = ACTIONS(2817), - [anon_sym_explicit] = ACTIONS(2817), - [anon_sym_public] = ACTIONS(2817), - [anon_sym_private] = ACTIONS(2817), - [anon_sym_protected] = ACTIONS(2817), - [sym_auto] = ACTIONS(2817), - [anon_sym_typename] = ACTIONS(2817), - [anon_sym_template] = ACTIONS(2817), - [anon_sym_COLON_COLON] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2817), - [anon_sym_friend] = ACTIONS(2817), - [anon_sym_using] = ACTIONS(2817), - [anon_sym_static_assert] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), - [sym_operator_name] = ACTIONS(2817), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), - [anon_sym_MOZ_COLD] = ACTIONS(2817), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_RAII] = ACTIONS(2817), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), + [anon_sym_final] = ACTIONS(2801), + [anon_sym_override] = ACTIONS(2801), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_noexcept] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [sym_operator_name] = ACTIONS(2801), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2801), + [anon_sym_MOZ_COLD] = ACTIONS(2801), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2801), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2801), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2801), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2801), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2801), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2801), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2801), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2801), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2801), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2801), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2801), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2801), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_RAII] = ACTIONS(2801), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2801), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2801), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2801), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2801), }, - [1096] = { + [994] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [aux_sym_preproc_else_token1] = ACTIONS(2805), + [aux_sym_preproc_elif_token1] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), + }, + [995] = { + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token2] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [aux_sym_preproc_else_token1] = ACTIONS(1808), + [aux_sym_preproc_elif_token1] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [anon_sym_public] = ACTIONS(1808), + [anon_sym_private] = ACTIONS(1808), + [anon_sym_protected] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_friend] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [sym_operator_name] = ACTIONS(1808), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), + }, + [996] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [aux_sym_preproc_else_token1] = ACTIONS(2805), + [aux_sym_preproc_elif_token1] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), + }, + [997] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token2] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [aux_sym_preproc_else_token1] = ACTIONS(2777), + [aux_sym_preproc_elif_token1] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), + }, + [998] = { + [sym_identifier] = ACTIONS(2809), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2811), + [anon_sym_COMMA] = ACTIONS(2811), + [anon_sym_RPAREN] = ACTIONS(2811), + [anon_sym_LPAREN2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2809), + [anon_sym_PLUS] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_SLASH] = ACTIONS(2809), + [anon_sym_PERCENT] = ACTIONS(2811), + [anon_sym_PIPE_PIPE] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2809), + [anon_sym_CARET] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2809), + [anon_sym_EQ_EQ] = ACTIONS(2811), + [anon_sym_BANG_EQ] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2809), + [anon_sym_GT_EQ] = ACTIONS(2811), + [anon_sym_LT_EQ] = ACTIONS(2811), + [anon_sym_LT] = ACTIONS(2809), + [anon_sym_LT_LT] = ACTIONS(2811), + [anon_sym_GT_GT] = ACTIONS(2811), + [anon_sym_SEMI] = ACTIONS(2811), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym___attribute__] = ACTIONS(2809), + [anon_sym___declspec] = ACTIONS(2809), + [anon_sym___based] = ACTIONS(2809), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_RBRACE] = ACTIONS(2811), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_RBRACK] = ACTIONS(2811), + [anon_sym_EQ] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_register] = ACTIONS(2809), + [anon_sym_inline] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_volatile] = ACTIONS(2809), + [anon_sym_restrict] = ACTIONS(2809), + [anon_sym__Atomic] = ACTIONS(2809), + [anon_sym_mutable] = ACTIONS(2809), + [anon_sym_constexpr] = ACTIONS(2809), + [anon_sym_COLON] = ACTIONS(2809), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_DOT] = ACTIONS(2809), + [anon_sym_DASH_GT] = ACTIONS(2811), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2809), + [anon_sym_override] = ACTIONS(2809), + [anon_sym_COLON_COLON] = ACTIONS(2811), + [anon_sym_noexcept] = ACTIONS(2809), + [anon_sym_throw] = ACTIONS(2809), + [sym_operator_name] = ACTIONS(2809), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2809), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2809), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2809), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2809), + [anon_sym_MOZ_COLD] = ACTIONS(2809), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2809), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2809), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2809), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2809), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2809), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2809), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2809), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2809), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2809), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2809), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2809), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2809), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2809), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_NONNULL] = ACTIONS(2809), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2809), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2809), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2809), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2809), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2809), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2809), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2809), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2809), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2809), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2809), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2809), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2809), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), + [anon_sym_MOZ_RAII] = ACTIONS(2809), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2809), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2809), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2809), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2809), + }, + [999] = { + [sym_identifier] = ACTIONS(2813), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2815), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_RPAREN] = ACTIONS(2815), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_SLASH] = ACTIONS(2813), + [anon_sym_PERCENT] = ACTIONS(2815), + [anon_sym_PIPE_PIPE] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_PIPE] = ACTIONS(2813), + [anon_sym_CARET] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_EQ_EQ] = ACTIONS(2815), + [anon_sym_BANG_EQ] = ACTIONS(2815), + [anon_sym_GT] = ACTIONS(2813), + [anon_sym_GT_EQ] = ACTIONS(2815), + [anon_sym_LT_EQ] = ACTIONS(2815), + [anon_sym_LT] = ACTIONS(2813), + [anon_sym_LT_LT] = ACTIONS(2815), + [anon_sym_GT_GT] = ACTIONS(2815), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_LBRACK] = ACTIONS(2815), + [anon_sym_RBRACK] = ACTIONS(2815), + [anon_sym_EQ] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_COLON] = ACTIONS(2813), + [anon_sym_QMARK] = ACTIONS(2815), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_DOT] = ACTIONS(2813), + [anon_sym_DASH_GT] = ACTIONS(2815), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2813), + [anon_sym_override] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_noexcept] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [sym_operator_name] = ACTIONS(2813), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2813), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2813), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2813), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2813), + [anon_sym_MOZ_COLD] = ACTIONS(2813), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2813), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2813), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2813), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2813), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2813), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2813), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2813), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2813), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2813), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2813), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2813), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2813), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2813), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_NONNULL] = ACTIONS(2813), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2813), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2813), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2813), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2813), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2813), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2813), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2813), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2813), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2813), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2813), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2813), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2813), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), + [anon_sym_MOZ_RAII] = ACTIONS(2813), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2813), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2813), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2813), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2813), + }, + [1000] = { [sym_identifier] = ACTIONS(2817), [aux_sym_preproc_def_token1] = ACTIONS(2817), [aux_sym_preproc_if_token1] = ACTIONS(2817), [aux_sym_preproc_if_token2] = ACTIONS(2817), [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [aux_sym_preproc_else_token1] = ACTIONS(2817), + [aux_sym_preproc_elif_token1] = ACTIONS(2817), [sym_preproc_directive] = ACTIONS(2817), [anon_sym_LPAREN2] = ACTIONS(2819), [anon_sym_TILDE] = ACTIONS(2819), @@ -198511,64 +199836,318 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), }, - [1097] = { - [sym_identifier] = ACTIONS(2829), - [aux_sym_preproc_def_token1] = ACTIONS(2829), - [aux_sym_preproc_if_token1] = ACTIONS(2829), - [aux_sym_preproc_if_token2] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), - [sym_preproc_directive] = ACTIONS(2829), - [anon_sym_LPAREN2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_typedef] = ACTIONS(2829), - [anon_sym_extern] = ACTIONS(2829), - [anon_sym___attribute__] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2829), - [anon_sym___based] = ACTIONS(2829), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_static] = ACTIONS(2829), - [anon_sym_register] = ACTIONS(2829), - [anon_sym_inline] = ACTIONS(2829), - [anon_sym_const] = ACTIONS(2829), - [anon_sym_volatile] = ACTIONS(2829), - [anon_sym_restrict] = ACTIONS(2829), - [anon_sym__Atomic] = ACTIONS(2829), - [anon_sym_mutable] = ACTIONS(2829), - [anon_sym_constexpr] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2829), - [anon_sym_unsigned] = ACTIONS(2829), - [anon_sym_long] = ACTIONS(2829), - [anon_sym_short] = ACTIONS(2829), - [sym_primitive_type] = ACTIONS(2829), - [anon_sym_enum] = ACTIONS(2829), - [anon_sym_class] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2829), - [anon_sym_union] = ACTIONS(2829), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2829), - [anon_sym_virtual] = ACTIONS(2829), - [anon_sym_explicit] = ACTIONS(2829), - [anon_sym_public] = ACTIONS(2829), - [anon_sym_private] = ACTIONS(2829), - [anon_sym_protected] = ACTIONS(2829), - [sym_auto] = ACTIONS(2829), - [anon_sym_typename] = ACTIONS(2829), - [anon_sym_template] = ACTIONS(2829), - [anon_sym_COLON_COLON] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2829), - [anon_sym_friend] = ACTIONS(2829), - [anon_sym_using] = ACTIONS(2829), - [anon_sym_static_assert] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), - [sym_operator_name] = ACTIONS(2829), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), + [1001] = { + [sym_identifier] = ACTIONS(2821), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2823), + [anon_sym_COMMA] = ACTIONS(2823), + [anon_sym_RPAREN] = ACTIONS(2823), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_SLASH] = ACTIONS(2821), + [anon_sym_PERCENT] = ACTIONS(2823), + [anon_sym_PIPE_PIPE] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_PIPE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_EQ_EQ] = ACTIONS(2823), + [anon_sym_BANG_EQ] = ACTIONS(2823), + [anon_sym_GT] = ACTIONS(2821), + [anon_sym_GT_EQ] = ACTIONS(2823), + [anon_sym_LT_EQ] = ACTIONS(2823), + [anon_sym_LT] = ACTIONS(2821), + [anon_sym_LT_LT] = ACTIONS(2823), + [anon_sym_GT_GT] = ACTIONS(2823), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_RBRACE] = ACTIONS(2823), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_RBRACK] = ACTIONS(2823), + [anon_sym_EQ] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_COLON] = ACTIONS(2821), + [anon_sym_QMARK] = ACTIONS(2823), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_DOT] = ACTIONS(2821), + [anon_sym_DASH_GT] = ACTIONS(2823), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2821), + [anon_sym_override] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_noexcept] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [sym_operator_name] = ACTIONS(2821), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2821), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2821), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2821), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2821), + [anon_sym_MOZ_COLD] = ACTIONS(2821), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2821), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2821), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2821), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2821), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2821), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2821), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2821), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2821), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2821), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2821), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2821), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2821), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2821), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_NONNULL] = ACTIONS(2821), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2821), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2821), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2821), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2821), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2821), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2821), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2821), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2821), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2821), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2821), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2821), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2821), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), + [anon_sym_MOZ_RAII] = ACTIONS(2821), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2821), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2821), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2821), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2821), + }, + [1002] = { + [sym_identifier] = ACTIONS(2825), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2827), + [anon_sym_COMMA] = ACTIONS(2827), + [anon_sym_RPAREN] = ACTIONS(2827), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_SLASH] = ACTIONS(2825), + [anon_sym_PERCENT] = ACTIONS(2827), + [anon_sym_PIPE_PIPE] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_PIPE] = ACTIONS(2825), + [anon_sym_CARET] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_EQ_EQ] = ACTIONS(2827), + [anon_sym_BANG_EQ] = ACTIONS(2827), + [anon_sym_GT] = ACTIONS(2825), + [anon_sym_GT_EQ] = ACTIONS(2827), + [anon_sym_LT_EQ] = ACTIONS(2827), + [anon_sym_LT] = ACTIONS(2825), + [anon_sym_LT_LT] = ACTIONS(2827), + [anon_sym_GT_GT] = ACTIONS(2827), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_RBRACE] = ACTIONS(2827), + [anon_sym_LBRACK] = ACTIONS(2827), + [anon_sym_RBRACK] = ACTIONS(2827), + [anon_sym_EQ] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_COLON] = ACTIONS(2825), + [anon_sym_QMARK] = ACTIONS(2827), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_DOT] = ACTIONS(2825), + [anon_sym_DASH_GT] = ACTIONS(2827), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2825), + [anon_sym_override] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_noexcept] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [sym_operator_name] = ACTIONS(2825), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2825), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2825), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2825), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2825), + [anon_sym_MOZ_COLD] = ACTIONS(2825), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2825), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2825), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2825), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2825), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2825), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2825), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2825), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2825), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2825), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2825), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2825), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2825), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2825), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_NONNULL] = ACTIONS(2825), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2825), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2825), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2825), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2825), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2825), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2825), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2825), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2825), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2825), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2825), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2825), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2825), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), + [anon_sym_MOZ_RAII] = ACTIONS(2825), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2825), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2825), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2825), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2825), + }, + [1003] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [aux_sym_preproc_else_token1] = ACTIONS(2829), + [aux_sym_preproc_elif_token1] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [sym_primitive_type] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [sym_auto] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [sym_operator_name] = ACTIONS(2829), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2829), [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2829), [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2829), @@ -198635,2735 +200214,3008 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2829), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2829), }, - [1098] = { - [sym_identifier] = ACTIONS(2737), - [aux_sym_preproc_def_token1] = ACTIONS(2737), - [aux_sym_preproc_if_token1] = ACTIONS(2737), - [aux_sym_preproc_if_token2] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2737), - [sym_preproc_directive] = ACTIONS(2737), - [anon_sym_LPAREN2] = ACTIONS(2739), - [anon_sym_TILDE] = ACTIONS(2739), - [anon_sym_STAR] = ACTIONS(2739), - [anon_sym_AMP_AMP] = ACTIONS(2739), - [anon_sym_AMP] = ACTIONS(2737), - [anon_sym_typedef] = ACTIONS(2737), - [anon_sym_extern] = ACTIONS(2737), - [anon_sym___attribute__] = ACTIONS(2737), - [anon_sym___declspec] = ACTIONS(2737), - [anon_sym___based] = ACTIONS(2737), - [anon_sym_LBRACK] = ACTIONS(2737), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_register] = ACTIONS(2737), - [anon_sym_inline] = ACTIONS(2737), - [anon_sym_const] = ACTIONS(2737), - [anon_sym_volatile] = ACTIONS(2737), - [anon_sym_restrict] = ACTIONS(2737), - [anon_sym__Atomic] = ACTIONS(2737), - [anon_sym_mutable] = ACTIONS(2737), - [anon_sym_constexpr] = ACTIONS(2737), - [anon_sym_signed] = ACTIONS(2737), - [anon_sym_unsigned] = ACTIONS(2737), - [anon_sym_long] = ACTIONS(2737), - [anon_sym_short] = ACTIONS(2737), - [sym_primitive_type] = ACTIONS(2737), - [anon_sym_enum] = ACTIONS(2737), - [anon_sym_class] = ACTIONS(2737), - [anon_sym_struct] = ACTIONS(2737), - [anon_sym_union] = ACTIONS(2737), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2737), - [anon_sym_virtual] = ACTIONS(2737), - [anon_sym_explicit] = ACTIONS(2737), - [anon_sym_public] = ACTIONS(2737), - [anon_sym_private] = ACTIONS(2737), - [anon_sym_protected] = ACTIONS(2737), - [sym_auto] = ACTIONS(2737), - [anon_sym_typename] = ACTIONS(2737), - [anon_sym_template] = ACTIONS(2737), - [anon_sym_COLON_COLON] = ACTIONS(2739), - [anon_sym_operator] = ACTIONS(2737), - [anon_sym_friend] = ACTIONS(2737), - [anon_sym_using] = ACTIONS(2737), - [anon_sym_static_assert] = ACTIONS(2737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2739), - [sym_operator_name] = ACTIONS(2737), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2737), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2737), - [anon_sym_MOZ_COLD] = ACTIONS(2737), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2737), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2737), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2737), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2737), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2737), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2737), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2737), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2737), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2737), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2737), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2737), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2737), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_RAII] = ACTIONS(2737), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2737), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2737), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2737), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2737), - }, - [1099] = { - [sym_identifier] = ACTIONS(2525), - [aux_sym_preproc_def_token1] = ACTIONS(2525), - [aux_sym_preproc_if_token1] = ACTIONS(2525), - [aux_sym_preproc_if_token2] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2525), - [sym_preproc_directive] = ACTIONS(2525), - [anon_sym_LPAREN2] = ACTIONS(2527), - [anon_sym_TILDE] = ACTIONS(2527), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_AMP_AMP] = ACTIONS(2527), - [anon_sym_AMP] = ACTIONS(2525), - [anon_sym_typedef] = ACTIONS(2525), - [anon_sym_extern] = ACTIONS(2525), - [anon_sym___attribute__] = ACTIONS(2525), - [anon_sym___declspec] = ACTIONS(2525), - [anon_sym___based] = ACTIONS(2525), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_static] = ACTIONS(2525), - [anon_sym_register] = ACTIONS(2525), - [anon_sym_inline] = ACTIONS(2525), - [anon_sym_const] = ACTIONS(2525), - [anon_sym_volatile] = ACTIONS(2525), - [anon_sym_restrict] = ACTIONS(2525), - [anon_sym__Atomic] = ACTIONS(2525), - [anon_sym_mutable] = ACTIONS(2525), - [anon_sym_constexpr] = ACTIONS(2525), - [anon_sym_signed] = ACTIONS(2525), - [anon_sym_unsigned] = ACTIONS(2525), - [anon_sym_long] = ACTIONS(2525), - [anon_sym_short] = ACTIONS(2525), - [sym_primitive_type] = ACTIONS(2525), - [anon_sym_enum] = ACTIONS(2525), - [anon_sym_class] = ACTIONS(2525), - [anon_sym_struct] = ACTIONS(2525), - [anon_sym_union] = ACTIONS(2525), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2525), - [anon_sym_virtual] = ACTIONS(2525), - [anon_sym_explicit] = ACTIONS(2525), - [anon_sym_public] = ACTIONS(2525), - [anon_sym_private] = ACTIONS(2525), - [anon_sym_protected] = ACTIONS(2525), - [sym_auto] = ACTIONS(2525), - [anon_sym_typename] = ACTIONS(2525), - [anon_sym_template] = ACTIONS(2525), - [anon_sym_COLON_COLON] = ACTIONS(2527), - [anon_sym_operator] = ACTIONS(2525), - [anon_sym_friend] = ACTIONS(2525), - [anon_sym_using] = ACTIONS(2525), - [anon_sym_static_assert] = ACTIONS(2525), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2527), - [sym_operator_name] = ACTIONS(2525), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2525), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2525), - [anon_sym_MOZ_COLD] = ACTIONS(2525), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2525), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2525), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2525), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2525), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2525), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2525), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2525), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2525), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2525), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2525), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2525), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2525), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_RAII] = ACTIONS(2525), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2525), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2525), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2525), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2525), + [1004] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), + [anon_sym_MOZ_COLD] = ACTIONS(2833), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_RAII] = ACTIONS(2833), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1100] = { - [sym_identifier] = ACTIONS(2485), - [aux_sym_preproc_def_token1] = ACTIONS(2485), - [aux_sym_preproc_if_token1] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), - [sym_preproc_directive] = ACTIONS(2485), - [anon_sym_LPAREN2] = ACTIONS(2487), - [anon_sym_TILDE] = ACTIONS(2487), - [anon_sym_STAR] = ACTIONS(2487), - [anon_sym_AMP_AMP] = ACTIONS(2487), - [anon_sym_AMP] = ACTIONS(2485), - [anon_sym_typedef] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym___attribute__] = ACTIONS(2485), - [anon_sym___declspec] = ACTIONS(2485), - [anon_sym___based] = ACTIONS(2485), - [anon_sym_RBRACE] = ACTIONS(2487), - [anon_sym_LBRACK] = ACTIONS(2485), - [anon_sym_static] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_inline] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [anon_sym_volatile] = ACTIONS(2485), - [anon_sym_restrict] = ACTIONS(2485), - [anon_sym__Atomic] = ACTIONS(2485), - [anon_sym_mutable] = ACTIONS(2485), - [anon_sym_constexpr] = ACTIONS(2485), - [anon_sym_signed] = ACTIONS(2485), - [anon_sym_unsigned] = ACTIONS(2485), - [anon_sym_long] = ACTIONS(2485), - [anon_sym_short] = ACTIONS(2485), - [sym_primitive_type] = ACTIONS(2485), - [anon_sym_enum] = ACTIONS(2485), - [anon_sym_class] = ACTIONS(2485), - [anon_sym_struct] = ACTIONS(2485), - [anon_sym_union] = ACTIONS(2485), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2485), - [anon_sym_virtual] = ACTIONS(2485), - [anon_sym_explicit] = ACTIONS(2485), - [anon_sym_public] = ACTIONS(2485), - [anon_sym_private] = ACTIONS(2485), - [anon_sym_protected] = ACTIONS(2485), - [sym_auto] = ACTIONS(2485), - [anon_sym_typename] = ACTIONS(2485), - [anon_sym_template] = ACTIONS(2485), - [anon_sym_COLON_COLON] = ACTIONS(2487), - [anon_sym_operator] = ACTIONS(2485), - [anon_sym_friend] = ACTIONS(2485), - [anon_sym_using] = ACTIONS(2485), - [anon_sym_static_assert] = ACTIONS(2485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), - [sym_operator_name] = ACTIONS(2485), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), - [anon_sym_MOZ_COLD] = ACTIONS(2485), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL] = ACTIONS(2485), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN] = ACTIONS(2485), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), - [anon_sym_MOZ_RAII] = ACTIONS(2485), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), + [1005] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), + [anon_sym_MOZ_COLD] = ACTIONS(2833), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_RAII] = ACTIONS(2833), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1101] = { - [sym_identifier] = ACTIONS(2557), - [aux_sym_preproc_def_token1] = ACTIONS(2557), - [aux_sym_preproc_if_token1] = ACTIONS(2557), - [aux_sym_preproc_if_token2] = ACTIONS(2557), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2557), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2557), - [sym_preproc_directive] = ACTIONS(2557), - [anon_sym_LPAREN2] = ACTIONS(2559), - [anon_sym_TILDE] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(2559), - [anon_sym_AMP_AMP] = ACTIONS(2559), - [anon_sym_AMP] = ACTIONS(2557), - [anon_sym_typedef] = ACTIONS(2557), - [anon_sym_extern] = ACTIONS(2557), - [anon_sym___attribute__] = ACTIONS(2557), - [anon_sym___declspec] = ACTIONS(2557), - [anon_sym___based] = ACTIONS(2557), - [anon_sym_LBRACK] = ACTIONS(2557), - [anon_sym_static] = ACTIONS(2557), - [anon_sym_register] = ACTIONS(2557), - [anon_sym_inline] = ACTIONS(2557), - [anon_sym_const] = ACTIONS(2557), - [anon_sym_volatile] = ACTIONS(2557), - [anon_sym_restrict] = ACTIONS(2557), - [anon_sym__Atomic] = ACTIONS(2557), - [anon_sym_mutable] = ACTIONS(2557), - [anon_sym_constexpr] = ACTIONS(2557), - [anon_sym_signed] = ACTIONS(2557), - [anon_sym_unsigned] = ACTIONS(2557), - [anon_sym_long] = ACTIONS(2557), - [anon_sym_short] = ACTIONS(2557), - [sym_primitive_type] = ACTIONS(2557), - [anon_sym_enum] = ACTIONS(2557), - [anon_sym_class] = ACTIONS(2557), - [anon_sym_struct] = ACTIONS(2557), - [anon_sym_union] = ACTIONS(2557), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2557), - [anon_sym_virtual] = ACTIONS(2557), - [anon_sym_explicit] = ACTIONS(2557), - [anon_sym_public] = ACTIONS(2557), - [anon_sym_private] = ACTIONS(2557), - [anon_sym_protected] = ACTIONS(2557), - [sym_auto] = ACTIONS(2557), - [anon_sym_typename] = ACTIONS(2557), - [anon_sym_template] = ACTIONS(2557), - [anon_sym_COLON_COLON] = ACTIONS(2559), - [anon_sym_operator] = ACTIONS(2557), - [anon_sym_friend] = ACTIONS(2557), - [anon_sym_using] = ACTIONS(2557), - [anon_sym_static_assert] = ACTIONS(2557), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2559), - [sym_operator_name] = ACTIONS(2557), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2557), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2557), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2557), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2557), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2557), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2557), - [anon_sym_MOZ_COLD] = ACTIONS(2557), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2557), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2557), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2557), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2557), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2557), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2557), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2557), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2557), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2557), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2557), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2557), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2557), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2557), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2557), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2557), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_NONNULL] = ACTIONS(2557), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2557), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2557), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2557), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2557), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_NORETURN] = ACTIONS(2557), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2557), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2557), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2557), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2557), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2557), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2557), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2557), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2557), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2557), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), - [anon_sym_MOZ_RAII] = ACTIONS(2557), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2557), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2557), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2557), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2557), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2557), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2557), + [1006] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [aux_sym_preproc_else_token1] = ACTIONS(2797), + [aux_sym_preproc_elif_token1] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1102] = { - [sym_identifier] = ACTIONS(2473), - [aux_sym_preproc_def_token1] = ACTIONS(2473), - [aux_sym_preproc_if_token1] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2473), - [sym_preproc_directive] = ACTIONS(2473), - [anon_sym_LPAREN2] = ACTIONS(2475), - [anon_sym_TILDE] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_AMP_AMP] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2473), - [anon_sym_typedef] = ACTIONS(2473), - [anon_sym_extern] = ACTIONS(2473), - [anon_sym___attribute__] = ACTIONS(2473), - [anon_sym___declspec] = ACTIONS(2473), - [anon_sym___based] = ACTIONS(2473), - [anon_sym_RBRACE] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2473), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_register] = ACTIONS(2473), - [anon_sym_inline] = ACTIONS(2473), - [anon_sym_const] = ACTIONS(2473), - [anon_sym_volatile] = ACTIONS(2473), - [anon_sym_restrict] = ACTIONS(2473), - [anon_sym__Atomic] = ACTIONS(2473), - [anon_sym_mutable] = ACTIONS(2473), - [anon_sym_constexpr] = ACTIONS(2473), - [anon_sym_signed] = ACTIONS(2473), - [anon_sym_unsigned] = ACTIONS(2473), - [anon_sym_long] = ACTIONS(2473), - [anon_sym_short] = ACTIONS(2473), - [sym_primitive_type] = ACTIONS(2473), - [anon_sym_enum] = ACTIONS(2473), - [anon_sym_class] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2473), - [anon_sym_union] = ACTIONS(2473), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2473), - [anon_sym_virtual] = ACTIONS(2473), - [anon_sym_explicit] = ACTIONS(2473), - [anon_sym_public] = ACTIONS(2473), - [anon_sym_private] = ACTIONS(2473), - [anon_sym_protected] = ACTIONS(2473), - [sym_auto] = ACTIONS(2473), - [anon_sym_typename] = ACTIONS(2473), - [anon_sym_template] = ACTIONS(2473), - [anon_sym_COLON_COLON] = ACTIONS(2475), - [anon_sym_operator] = ACTIONS(2473), - [anon_sym_friend] = ACTIONS(2473), - [anon_sym_using] = ACTIONS(2473), - [anon_sym_static_assert] = ACTIONS(2473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2475), - [sym_operator_name] = ACTIONS(2473), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2473), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2473), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2473), - [anon_sym_MOZ_COLD] = ACTIONS(2473), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2473), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2473), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2473), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2473), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2473), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2473), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2473), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2473), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2473), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2473), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2473), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2473), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL] = ACTIONS(2473), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2473), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2473), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN] = ACTIONS(2473), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2473), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2473), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2473), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2473), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2473), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2473), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2473), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), - [anon_sym_MOZ_RAII] = ACTIONS(2473), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2473), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2473), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2473), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2473), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2473), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2473), - }, - [1103] = { - [sym_identifier] = ACTIONS(2449), - [aux_sym_preproc_def_token1] = ACTIONS(2449), - [aux_sym_preproc_if_token1] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2449), - [sym_preproc_directive] = ACTIONS(2449), - [anon_sym_LPAREN2] = ACTIONS(2451), - [anon_sym_TILDE] = ACTIONS(2451), - [anon_sym_STAR] = ACTIONS(2451), - [anon_sym_AMP_AMP] = ACTIONS(2451), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_typedef] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym___attribute__] = ACTIONS(2449), - [anon_sym___declspec] = ACTIONS(2449), - [anon_sym___based] = ACTIONS(2449), - [anon_sym_RBRACE] = ACTIONS(2451), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_static] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_inline] = 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_signed] = ACTIONS(2449), - [anon_sym_unsigned] = ACTIONS(2449), - [anon_sym_long] = ACTIONS(2449), - [anon_sym_short] = ACTIONS(2449), - [sym_primitive_type] = ACTIONS(2449), - [anon_sym_enum] = ACTIONS(2449), - [anon_sym_class] = ACTIONS(2449), - [anon_sym_struct] = ACTIONS(2449), - [anon_sym_union] = ACTIONS(2449), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2449), - [anon_sym_virtual] = ACTIONS(2449), - [anon_sym_explicit] = ACTIONS(2449), - [anon_sym_public] = ACTIONS(2449), - [anon_sym_private] = ACTIONS(2449), - [anon_sym_protected] = ACTIONS(2449), - [sym_auto] = ACTIONS(2449), - [anon_sym_typename] = ACTIONS(2449), - [anon_sym_template] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2451), - [anon_sym_operator] = ACTIONS(2449), - [anon_sym_friend] = ACTIONS(2449), - [anon_sym_using] = ACTIONS(2449), - [anon_sym_static_assert] = ACTIONS(2449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2451), - [sym_operator_name] = ACTIONS(2449), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1007] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [aux_sym_preproc_else_token1] = ACTIONS(2797), + [aux_sym_preproc_elif_token1] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1104] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1008] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [aux_sym_preproc_else_token1] = ACTIONS(2797), + [aux_sym_preproc_elif_token1] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1105] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token2] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [anon_sym_public] = ACTIONS(1960), - [anon_sym_private] = ACTIONS(1960), - [anon_sym_protected] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_friend] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [sym_operator_name] = ACTIONS(1960), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), + [1009] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token2] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [aux_sym_preproc_else_token1] = ACTIONS(2701), + [aux_sym_preproc_elif_token1] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1106] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token2] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), + [1010] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token2] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [aux_sym_preproc_else_token1] = ACTIONS(2565), + [aux_sym_preproc_elif_token1] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [anon_sym_public] = ACTIONS(1964), - [anon_sym_private] = ACTIONS(1964), - [anon_sym_protected] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_friend] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [sym_operator_name] = ACTIONS(1964), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - }, - [1107] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [sym_operator_name] = ACTIONS(1968), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1108] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), + [1011] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [aux_sym_preproc_else_token1] = ACTIONS(2717), + [aux_sym_preproc_elif_token1] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1109] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), + [1012] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [aux_sym_preproc_else_token1] = ACTIONS(2717), + [aux_sym_preproc_elif_token1] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [1110] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_RBRACE] = ACTIONS(2407), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1111] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token2] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), + [1013] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2837), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_GT] = ACTIONS(2837), + [anon_sym_GT_EQ] = ACTIONS(2839), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2837), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_RBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_COLON] = ACTIONS(2837), + [anon_sym_QMARK] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DOT] = ACTIONS(2837), + [anon_sym_DASH_GT] = ACTIONS(2839), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2837), + [anon_sym_override] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_noexcept] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), }, - [1112] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_RBRACE] = ACTIONS(2395), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [1014] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2837), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_GT] = ACTIONS(2837), + [anon_sym_GT_EQ] = ACTIONS(2837), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2837), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_COLON] = ACTIONS(2837), + [anon_sym_QMARK] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DOT] = ACTIONS(2837), + [anon_sym_DASH_GT] = ACTIONS(2839), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2837), + [anon_sym_override] = ACTIONS(2837), + [anon_sym_GT2] = ACTIONS(2839), + [anon_sym_COLON_COLON] = ACTIONS(2841), + [anon_sym_noexcept] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), }, - [1113] = { - [sym_identifier] = ACTIONS(2605), - [aux_sym_preproc_def_token1] = ACTIONS(2605), - [aux_sym_preproc_if_token1] = ACTIONS(2605), - [aux_sym_preproc_if_token2] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), - [sym_preproc_directive] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_TILDE] = ACTIONS(2607), - [anon_sym_STAR] = ACTIONS(2607), - [anon_sym_AMP_AMP] = ACTIONS(2607), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_typedef] = ACTIONS(2605), - [anon_sym_extern] = ACTIONS(2605), - [anon_sym___attribute__] = ACTIONS(2605), - [anon_sym___declspec] = ACTIONS(2605), - [anon_sym___based] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_register] = ACTIONS(2605), - [anon_sym_inline] = ACTIONS(2605), - [anon_sym_const] = ACTIONS(2605), - [anon_sym_volatile] = ACTIONS(2605), - [anon_sym_restrict] = ACTIONS(2605), - [anon_sym__Atomic] = ACTIONS(2605), - [anon_sym_mutable] = ACTIONS(2605), - [anon_sym_constexpr] = ACTIONS(2605), - [anon_sym_signed] = ACTIONS(2605), - [anon_sym_unsigned] = ACTIONS(2605), - [anon_sym_long] = ACTIONS(2605), - [anon_sym_short] = ACTIONS(2605), - [sym_primitive_type] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2605), - [anon_sym_class] = ACTIONS(2605), - [anon_sym_struct] = ACTIONS(2605), - [anon_sym_union] = ACTIONS(2605), + [1015] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2277), + [anon_sym_COMMA] = ACTIONS(2277), + [anon_sym_RPAREN] = ACTIONS(2277), + [anon_sym_LPAREN2] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2270), + [anon_sym_PLUS] = ACTIONS(2270), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_SLASH] = ACTIONS(2270), + [anon_sym_PERCENT] = ACTIONS(2277), + [anon_sym_PIPE_PIPE] = ACTIONS(2277), + [anon_sym_AMP_AMP] = ACTIONS(2277), + [anon_sym_PIPE] = ACTIONS(2270), + [anon_sym_CARET] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_EQ_EQ] = ACTIONS(2277), + [anon_sym_BANG_EQ] = ACTIONS(2277), + [anon_sym_GT] = ACTIONS(2270), + [anon_sym_GT_EQ] = ACTIONS(2270), + [anon_sym_LT_EQ] = ACTIONS(2277), + [anon_sym_LT] = ACTIONS(2270), + [anon_sym_LT_LT] = ACTIONS(2277), + [anon_sym_GT_GT] = ACTIONS(2270), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2277), + [anon_sym_EQ] = ACTIONS(2270), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_COLON] = ACTIONS(2270), + [anon_sym_QMARK] = ACTIONS(2277), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_DOT] = ACTIONS(2270), + [anon_sym_DASH_GT] = ACTIONS(2277), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2270), + [anon_sym_override] = ACTIONS(2270), + [anon_sym_GT2] = ACTIONS(2277), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [anon_sym_noexcept] = ACTIONS(2270), + [anon_sym_throw] = ACTIONS(2270), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), + }, + [1016] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_RPAREN] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2845), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2843), + [anon_sym_PLUS] = ACTIONS(2843), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_SLASH] = ACTIONS(2843), + [anon_sym_PERCENT] = ACTIONS(2845), + [anon_sym_PIPE_PIPE] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_PIPE] = ACTIONS(2843), + [anon_sym_CARET] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_EQ_EQ] = ACTIONS(2845), + [anon_sym_BANG_EQ] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2843), + [anon_sym_GT_EQ] = ACTIONS(2843), + [anon_sym_LT_EQ] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2843), + [anon_sym_LT_LT] = ACTIONS(2845), + [anon_sym_GT_GT] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_EQ] = ACTIONS(2843), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_COLON] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2845), + [anon_sym_DOT] = ACTIONS(2843), + [anon_sym_DASH_GT] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2843), + [anon_sym_override] = ACTIONS(2843), + [anon_sym_GT2] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [anon_sym_noexcept] = ACTIONS(2843), + [anon_sym_throw] = ACTIONS(2843), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1017] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2315), + [anon_sym_COMMA] = ACTIONS(2315), + [anon_sym_RPAREN] = ACTIONS(2315), + [anon_sym_LPAREN2] = ACTIONS(2315), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2308), + [anon_sym_PLUS] = ACTIONS(2308), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_SLASH] = ACTIONS(2308), + [anon_sym_PERCENT] = ACTIONS(2315), + [anon_sym_PIPE_PIPE] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_PIPE] = ACTIONS(2308), + [anon_sym_CARET] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_EQ_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2308), + [anon_sym_GT_EQ] = ACTIONS(2308), + [anon_sym_LT_EQ] = ACTIONS(2315), + [anon_sym_LT] = ACTIONS(2308), + [anon_sym_LT_LT] = ACTIONS(2315), + [anon_sym_GT_GT] = ACTIONS(2308), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_EQ] = ACTIONS(2308), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_COLON] = ACTIONS(2308), + [anon_sym_QMARK] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DOT] = ACTIONS(2308), + [anon_sym_DASH_GT] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2308), + [anon_sym_override] = ACTIONS(2308), + [anon_sym_GT2] = ACTIONS(2315), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [anon_sym_noexcept] = ACTIONS(2308), + [anon_sym_throw] = ACTIONS(2308), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), + }, + [1018] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2295), + [anon_sym_COMMA] = ACTIONS(2295), + [anon_sym_RPAREN] = ACTIONS(2295), + [anon_sym_LPAREN2] = ACTIONS(2295), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2288), + [anon_sym_PLUS] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_SLASH] = ACTIONS(2288), + [anon_sym_PERCENT] = ACTIONS(2295), + [anon_sym_PIPE_PIPE] = ACTIONS(2295), + [anon_sym_AMP_AMP] = ACTIONS(2295), + [anon_sym_PIPE] = ACTIONS(2288), + [anon_sym_CARET] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_GT] = ACTIONS(2288), + [anon_sym_GT_EQ] = ACTIONS(2288), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_LT] = ACTIONS(2288), + [anon_sym_LT_LT] = ACTIONS(2295), + [anon_sym_GT_GT] = ACTIONS(2288), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_EQ] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2295), + [anon_sym_DASH_DASH] = ACTIONS(2295), + [anon_sym_PLUS_PLUS] = ACTIONS(2295), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_DASH_GT] = ACTIONS(2295), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2288), + [anon_sym_GT2] = ACTIONS(2295), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [anon_sym_noexcept] = ACTIONS(2288), + [anon_sym_throw] = ACTIONS(2288), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), + }, + [1019] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_RBRACE] = ACTIONS(2831), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [sym_primitive_type] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2605), - [anon_sym_virtual] = ACTIONS(2605), - [anon_sym_explicit] = ACTIONS(2605), - [anon_sym_public] = ACTIONS(2605), - [anon_sym_private] = ACTIONS(2605), - [anon_sym_protected] = ACTIONS(2605), - [sym_auto] = ACTIONS(2605), - [anon_sym_typename] = ACTIONS(2605), - [anon_sym_template] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2607), - [anon_sym_operator] = ACTIONS(2605), - [anon_sym_friend] = ACTIONS(2605), - [anon_sym_using] = ACTIONS(2605), - [anon_sym_static_assert] = ACTIONS(2605), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), - [sym_operator_name] = ACTIONS(2605), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), - [anon_sym_MOZ_COLD] = ACTIONS(2605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_RAII] = ACTIONS(2605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [sym_auto] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [sym_operator_name] = ACTIONS(2829), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2829), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2829), + [anon_sym_MOZ_COLD] = ACTIONS(2829), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2829), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2829), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2829), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2829), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2829), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2829), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2829), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2829), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2829), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2829), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2829), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2829), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2829), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_NONNULL] = ACTIONS(2829), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2829), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2829), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2829), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2829), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2829), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2829), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2829), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2829), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2829), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2829), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2829), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2829), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), + [anon_sym_MOZ_RAII] = ACTIONS(2829), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2829), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2829), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2829), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2829), }, - [1114] = { - [sym_identifier] = ACTIONS(2601), - [aux_sym_preproc_def_token1] = ACTIONS(2601), - [aux_sym_preproc_if_token1] = ACTIONS(2601), - [aux_sym_preproc_if_token2] = ACTIONS(2601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), - [sym_preproc_directive] = ACTIONS(2601), - [anon_sym_LPAREN2] = ACTIONS(2603), - [anon_sym_TILDE] = ACTIONS(2603), - [anon_sym_STAR] = ACTIONS(2603), - [anon_sym_AMP_AMP] = ACTIONS(2603), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_typedef] = ACTIONS(2601), - [anon_sym_extern] = ACTIONS(2601), - [anon_sym___attribute__] = ACTIONS(2601), - [anon_sym___declspec] = ACTIONS(2601), - [anon_sym___based] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_static] = ACTIONS(2601), - [anon_sym_register] = ACTIONS(2601), - [anon_sym_inline] = ACTIONS(2601), - [anon_sym_const] = ACTIONS(2601), - [anon_sym_volatile] = ACTIONS(2601), - [anon_sym_restrict] = ACTIONS(2601), - [anon_sym__Atomic] = ACTIONS(2601), - [anon_sym_mutable] = ACTIONS(2601), - [anon_sym_constexpr] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2601), - [anon_sym_unsigned] = ACTIONS(2601), - [anon_sym_long] = ACTIONS(2601), - [anon_sym_short] = ACTIONS(2601), - [sym_primitive_type] = ACTIONS(2601), - [anon_sym_enum] = ACTIONS(2601), - [anon_sym_class] = ACTIONS(2601), - [anon_sym_struct] = ACTIONS(2601), - [anon_sym_union] = ACTIONS(2601), + [1020] = { + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym_RBRACE] = ACTIONS(2755), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [sym_primitive_type] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2601), - [anon_sym_virtual] = ACTIONS(2601), - [anon_sym_explicit] = ACTIONS(2601), - [anon_sym_public] = ACTIONS(2601), - [anon_sym_private] = ACTIONS(2601), - [anon_sym_protected] = ACTIONS(2601), - [sym_auto] = ACTIONS(2601), - [anon_sym_typename] = ACTIONS(2601), - [anon_sym_template] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2603), - [anon_sym_operator] = ACTIONS(2601), - [anon_sym_friend] = ACTIONS(2601), - [anon_sym_using] = ACTIONS(2601), - [anon_sym_static_assert] = ACTIONS(2601), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), - [sym_operator_name] = ACTIONS(2601), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), - [anon_sym_MOZ_COLD] = ACTIONS(2601), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_NONNULL] = ACTIONS(2601), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_NORETURN] = ACTIONS(2601), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), - [anon_sym_MOZ_RAII] = ACTIONS(2601), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_public] = ACTIONS(2753), + [anon_sym_private] = ACTIONS(2753), + [anon_sym_protected] = ACTIONS(2753), + [sym_auto] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_friend] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [sym_operator_name] = ACTIONS(2753), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), + [anon_sym_MOZ_COLD] = ACTIONS(2753), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_RAII] = ACTIONS(2753), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1115] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1021] = { + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token2] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_protected] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_friend] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [sym_operator_name] = ACTIONS(1772), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), }, - [1116] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1022] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1117] = { - [sym_identifier] = ACTIONS(2597), - [aux_sym_preproc_def_token1] = ACTIONS(2597), - [aux_sym_preproc_if_token1] = ACTIONS(2597), - [aux_sym_preproc_if_token2] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2597), - [sym_preproc_directive] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_TILDE] = ACTIONS(2599), - [anon_sym_STAR] = ACTIONS(2599), - [anon_sym_AMP_AMP] = ACTIONS(2599), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_typedef] = ACTIONS(2597), - [anon_sym_extern] = ACTIONS(2597), - [anon_sym___attribute__] = ACTIONS(2597), - [anon_sym___declspec] = ACTIONS(2597), - [anon_sym___based] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_static] = ACTIONS(2597), - [anon_sym_register] = ACTIONS(2597), - [anon_sym_inline] = ACTIONS(2597), - [anon_sym_const] = ACTIONS(2597), - [anon_sym_volatile] = ACTIONS(2597), - [anon_sym_restrict] = ACTIONS(2597), - [anon_sym__Atomic] = ACTIONS(2597), - [anon_sym_mutable] = ACTIONS(2597), - [anon_sym_constexpr] = ACTIONS(2597), - [anon_sym_signed] = ACTIONS(2597), - [anon_sym_unsigned] = ACTIONS(2597), - [anon_sym_long] = ACTIONS(2597), - [anon_sym_short] = ACTIONS(2597), - [sym_primitive_type] = ACTIONS(2597), - [anon_sym_enum] = ACTIONS(2597), - [anon_sym_class] = ACTIONS(2597), - [anon_sym_struct] = ACTIONS(2597), - [anon_sym_union] = ACTIONS(2597), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2597), - [anon_sym_virtual] = ACTIONS(2597), - [anon_sym_explicit] = ACTIONS(2597), - [anon_sym_public] = ACTIONS(2597), - [anon_sym_private] = ACTIONS(2597), - [anon_sym_protected] = ACTIONS(2597), - [sym_auto] = ACTIONS(2597), - [anon_sym_typename] = ACTIONS(2597), - [anon_sym_template] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2599), - [anon_sym_operator] = ACTIONS(2597), - [anon_sym_friend] = ACTIONS(2597), - [anon_sym_using] = ACTIONS(2597), - [anon_sym_static_assert] = ACTIONS(2597), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2599), - [sym_operator_name] = ACTIONS(2597), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2597), - [anon_sym_MOZ_COLD] = ACTIONS(2597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_RAII] = ACTIONS(2597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2597), + [1023] = { + [sym_identifier] = ACTIONS(2625), + [aux_sym_preproc_def_token1] = ACTIONS(2625), + [aux_sym_preproc_if_token1] = ACTIONS(2625), + [aux_sym_preproc_if_token2] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), + [sym_preproc_directive] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_TILDE] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_AMP_AMP] = ACTIONS(2627), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_typedef] = ACTIONS(2625), + [anon_sym_extern] = ACTIONS(2625), + [anon_sym___attribute__] = ACTIONS(2625), + [anon_sym___declspec] = ACTIONS(2625), + [anon_sym___based] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_register] = ACTIONS(2625), + [anon_sym_inline] = ACTIONS(2625), + [anon_sym_const] = ACTIONS(2625), + [anon_sym_volatile] = ACTIONS(2625), + [anon_sym_restrict] = ACTIONS(2625), + [anon_sym__Atomic] = ACTIONS(2625), + [anon_sym_mutable] = ACTIONS(2625), + [anon_sym_constexpr] = ACTIONS(2625), + [anon_sym_signed] = ACTIONS(2625), + [anon_sym_unsigned] = ACTIONS(2625), + [anon_sym_long] = ACTIONS(2625), + [anon_sym_short] = ACTIONS(2625), + [sym_primitive_type] = ACTIONS(2625), + [anon_sym_enum] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_struct] = ACTIONS(2625), + [anon_sym_union] = ACTIONS(2625), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2625), + [anon_sym_virtual] = ACTIONS(2625), + [anon_sym_explicit] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_protected] = ACTIONS(2625), + [sym_auto] = ACTIONS(2625), + [anon_sym_typename] = ACTIONS(2625), + [anon_sym_template] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2627), + [anon_sym_operator] = ACTIONS(2625), + [anon_sym_friend] = ACTIONS(2625), + [anon_sym_using] = ACTIONS(2625), + [anon_sym_static_assert] = ACTIONS(2625), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), + [sym_operator_name] = ACTIONS(2625), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), + [anon_sym_MOZ_COLD] = ACTIONS(2625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_RAII] = ACTIONS(2625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), }, - [1118] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [1024] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token2] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), }, - [1119] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2415), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [1025] = { + [sym_identifier] = ACTIONS(2649), + [aux_sym_preproc_def_token1] = ACTIONS(2649), + [aux_sym_preproc_if_token1] = ACTIONS(2649), + [aux_sym_preproc_if_token2] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), + [sym_preproc_directive] = ACTIONS(2649), + [anon_sym_LPAREN2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2649), + [anon_sym_typedef] = ACTIONS(2649), + [anon_sym_extern] = ACTIONS(2649), + [anon_sym___attribute__] = ACTIONS(2649), + [anon_sym___declspec] = ACTIONS(2649), + [anon_sym___based] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_register] = ACTIONS(2649), + [anon_sym_inline] = ACTIONS(2649), + [anon_sym_const] = ACTIONS(2649), + [anon_sym_volatile] = ACTIONS(2649), + [anon_sym_restrict] = ACTIONS(2649), + [anon_sym__Atomic] = ACTIONS(2649), + [anon_sym_mutable] = ACTIONS(2649), + [anon_sym_constexpr] = ACTIONS(2649), + [anon_sym_signed] = ACTIONS(2649), + [anon_sym_unsigned] = ACTIONS(2649), + [anon_sym_long] = ACTIONS(2649), + [anon_sym_short] = ACTIONS(2649), + [sym_primitive_type] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_union] = ACTIONS(2649), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2649), + [anon_sym_virtual] = ACTIONS(2649), + [anon_sym_explicit] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_protected] = ACTIONS(2649), + [sym_auto] = ACTIONS(2649), + [anon_sym_typename] = ACTIONS(2649), + [anon_sym_template] = ACTIONS(2649), + [anon_sym_COLON_COLON] = ACTIONS(2651), + [anon_sym_operator] = ACTIONS(2649), + [anon_sym_friend] = ACTIONS(2649), + [anon_sym_using] = ACTIONS(2649), + [anon_sym_static_assert] = ACTIONS(2649), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), + [sym_operator_name] = ACTIONS(2649), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), + [anon_sym_MOZ_COLD] = ACTIONS(2649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_RAII] = ACTIONS(2649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), }, - [1120] = { + [1026] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token2] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), + }, + [1027] = { + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token2] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_friend] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [sym_operator_name] = ACTIONS(1780), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), + }, + [1028] = { [sym_identifier] = ACTIONS(2657), [aux_sym_preproc_def_token1] = ACTIONS(2657), [aux_sym_preproc_if_token1] = ACTIONS(2657), @@ -201487,7108 +203339,4117 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), }, - [1121] = { - [sym_identifier] = ACTIONS(2613), - [aux_sym_preproc_def_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token2] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), - [sym_preproc_directive] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_TILDE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_AMP_AMP] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_typedef] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym___attribute__] = ACTIONS(2613), - [anon_sym___declspec] = ACTIONS(2613), - [anon_sym___based] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_register] = ACTIONS(2613), - [anon_sym_inline] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_volatile] = ACTIONS(2613), - [anon_sym_restrict] = ACTIONS(2613), - [anon_sym__Atomic] = ACTIONS(2613), - [anon_sym_mutable] = ACTIONS(2613), - [anon_sym_constexpr] = ACTIONS(2613), - [anon_sym_signed] = ACTIONS(2613), - [anon_sym_unsigned] = ACTIONS(2613), - [anon_sym_long] = ACTIONS(2613), - [anon_sym_short] = ACTIONS(2613), - [sym_primitive_type] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_class] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2613), - [anon_sym_virtual] = ACTIONS(2613), - [anon_sym_explicit] = ACTIONS(2613), - [anon_sym_public] = ACTIONS(2613), - [anon_sym_private] = ACTIONS(2613), - [anon_sym_protected] = ACTIONS(2613), - [sym_auto] = ACTIONS(2613), - [anon_sym_typename] = ACTIONS(2613), - [anon_sym_template] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_operator] = ACTIONS(2613), - [anon_sym_friend] = ACTIONS(2613), - [anon_sym_using] = ACTIONS(2613), - [anon_sym_static_assert] = ACTIONS(2613), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), - [sym_operator_name] = ACTIONS(2613), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), - [anon_sym_MOZ_COLD] = ACTIONS(2613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_RAII] = ACTIONS(2613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), + [1029] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token2] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [1122] = { - [sym_identifier] = ACTIONS(2405), - [aux_sym_preproc_def_token1] = ACTIONS(2405), - [aux_sym_preproc_if_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2405), - [sym_preproc_directive] = ACTIONS(2405), - [anon_sym_LPAREN2] = ACTIONS(2407), - [anon_sym_TILDE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_AMP_AMP] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_typedef] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym___attribute__] = ACTIONS(2405), - [anon_sym___declspec] = ACTIONS(2405), - [anon_sym___based] = ACTIONS(2405), - [anon_sym_RBRACE] = ACTIONS(2407), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_register] = ACTIONS(2405), - [anon_sym_inline] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_volatile] = ACTIONS(2405), - [anon_sym_restrict] = ACTIONS(2405), - [anon_sym__Atomic] = ACTIONS(2405), - [anon_sym_mutable] = ACTIONS(2405), - [anon_sym_constexpr] = ACTIONS(2405), - [anon_sym_signed] = ACTIONS(2405), - [anon_sym_unsigned] = ACTIONS(2405), - [anon_sym_long] = ACTIONS(2405), - [anon_sym_short] = ACTIONS(2405), - [sym_primitive_type] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_class] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2405), - [anon_sym_virtual] = ACTIONS(2405), - [anon_sym_explicit] = ACTIONS(2405), - [anon_sym_public] = ACTIONS(2405), - [anon_sym_private] = ACTIONS(2405), - [anon_sym_protected] = ACTIONS(2405), - [sym_auto] = ACTIONS(2405), - [anon_sym_typename] = ACTIONS(2405), - [anon_sym_template] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_operator] = ACTIONS(2405), - [anon_sym_friend] = ACTIONS(2405), - [anon_sym_using] = ACTIONS(2405), - [anon_sym_static_assert] = ACTIONS(2405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2407), - [sym_operator_name] = ACTIONS(2405), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2405), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), - [anon_sym_MOZ_COLD] = ACTIONS(2405), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL] = ACTIONS(2405), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN] = ACTIONS(2405), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), - [anon_sym_MOZ_RAII] = ACTIONS(2405), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), + [1030] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token2] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [1123] = { - [sym_identifier] = ACTIONS(2613), - [aux_sym_preproc_def_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token2] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), - [sym_preproc_directive] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_TILDE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_AMP_AMP] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_typedef] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym___attribute__] = ACTIONS(2613), - [anon_sym___declspec] = ACTIONS(2613), - [anon_sym___based] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_register] = ACTIONS(2613), - [anon_sym_inline] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_volatile] = ACTIONS(2613), - [anon_sym_restrict] = ACTIONS(2613), - [anon_sym__Atomic] = ACTIONS(2613), - [anon_sym_mutable] = ACTIONS(2613), - [anon_sym_constexpr] = ACTIONS(2613), - [anon_sym_signed] = ACTIONS(2613), - [anon_sym_unsigned] = ACTIONS(2613), - [anon_sym_long] = ACTIONS(2613), - [anon_sym_short] = ACTIONS(2613), - [sym_primitive_type] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_class] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), + [1031] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2613), - [anon_sym_virtual] = ACTIONS(2613), - [anon_sym_explicit] = ACTIONS(2613), - [anon_sym_public] = ACTIONS(2613), - [anon_sym_private] = ACTIONS(2613), - [anon_sym_protected] = ACTIONS(2613), - [sym_auto] = ACTIONS(2613), - [anon_sym_typename] = ACTIONS(2613), - [anon_sym_template] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_operator] = ACTIONS(2613), - [anon_sym_friend] = ACTIONS(2613), - [anon_sym_using] = ACTIONS(2613), - [anon_sym_static_assert] = ACTIONS(2613), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), - [sym_operator_name] = ACTIONS(2613), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), - [anon_sym_MOZ_COLD] = ACTIONS(2613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_RAII] = ACTIONS(2613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1124] = { - [sym_identifier] = ACTIONS(2393), - [aux_sym_preproc_def_token1] = ACTIONS(2393), - [aux_sym_preproc_if_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2393), - [sym_preproc_directive] = ACTIONS(2393), - [anon_sym_LPAREN2] = ACTIONS(2395), - [anon_sym_TILDE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_AMP_AMP] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_typedef] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym___attribute__] = ACTIONS(2393), - [anon_sym___declspec] = ACTIONS(2393), - [anon_sym___based] = ACTIONS(2393), - [anon_sym_RBRACE] = ACTIONS(2395), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_register] = ACTIONS(2393), - [anon_sym_inline] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_volatile] = ACTIONS(2393), - [anon_sym_restrict] = ACTIONS(2393), - [anon_sym__Atomic] = ACTIONS(2393), - [anon_sym_mutable] = ACTIONS(2393), - [anon_sym_constexpr] = ACTIONS(2393), - [anon_sym_signed] = ACTIONS(2393), - [anon_sym_unsigned] = ACTIONS(2393), - [anon_sym_long] = ACTIONS(2393), - [anon_sym_short] = ACTIONS(2393), - [sym_primitive_type] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_class] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2393), - [anon_sym_virtual] = ACTIONS(2393), - [anon_sym_explicit] = ACTIONS(2393), - [anon_sym_public] = ACTIONS(2393), - [anon_sym_private] = ACTIONS(2393), - [anon_sym_protected] = ACTIONS(2393), - [sym_auto] = ACTIONS(2393), - [anon_sym_typename] = ACTIONS(2393), - [anon_sym_template] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_operator] = ACTIONS(2393), - [anon_sym_friend] = ACTIONS(2393), - [anon_sym_using] = ACTIONS(2393), - [anon_sym_static_assert] = ACTIONS(2393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2395), - [sym_operator_name] = ACTIONS(2393), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2393), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), - [anon_sym_MOZ_COLD] = ACTIONS(2393), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL] = ACTIONS(2393), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN] = ACTIONS(2393), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), - [anon_sym_MOZ_RAII] = ACTIONS(2393), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + [1032] = { + [sym_identifier] = ACTIONS(2665), + [aux_sym_preproc_def_token1] = ACTIONS(2665), + [aux_sym_preproc_if_token1] = ACTIONS(2665), + [aux_sym_preproc_if_token2] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2665), + [sym_preproc_directive] = ACTIONS(2665), + [anon_sym_LPAREN2] = ACTIONS(2667), + [anon_sym_TILDE] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_AMP_AMP] = ACTIONS(2667), + [anon_sym_AMP] = ACTIONS(2665), + [anon_sym_typedef] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2665), + [anon_sym___attribute__] = ACTIONS(2665), + [anon_sym___declspec] = ACTIONS(2665), + [anon_sym___based] = ACTIONS(2665), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_register] = ACTIONS(2665), + [anon_sym_inline] = ACTIONS(2665), + [anon_sym_const] = ACTIONS(2665), + [anon_sym_volatile] = ACTIONS(2665), + [anon_sym_restrict] = ACTIONS(2665), + [anon_sym__Atomic] = ACTIONS(2665), + [anon_sym_mutable] = ACTIONS(2665), + [anon_sym_constexpr] = ACTIONS(2665), + [anon_sym_signed] = ACTIONS(2665), + [anon_sym_unsigned] = ACTIONS(2665), + [anon_sym_long] = ACTIONS(2665), + [anon_sym_short] = ACTIONS(2665), + [sym_primitive_type] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_union] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2665), + [anon_sym_virtual] = ACTIONS(2665), + [anon_sym_explicit] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_protected] = ACTIONS(2665), + [sym_auto] = ACTIONS(2665), + [anon_sym_typename] = ACTIONS(2665), + [anon_sym_template] = ACTIONS(2665), + [anon_sym_COLON_COLON] = ACTIONS(2667), + [anon_sym_operator] = ACTIONS(2665), + [anon_sym_friend] = ACTIONS(2665), + [anon_sym_using] = ACTIONS(2665), + [anon_sym_static_assert] = ACTIONS(2665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2667), + [sym_operator_name] = ACTIONS(2665), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2665), + [anon_sym_MOZ_COLD] = ACTIONS(2665), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2665), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2665), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2665), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2665), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2665), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2665), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2665), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2665), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2665), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2665), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2665), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2665), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_RAII] = ACTIONS(2665), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2665), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2665), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2665), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2665), }, - [1125] = { - [sym_identifier] = ACTIONS(2609), - [aux_sym_preproc_def_token1] = ACTIONS(2609), - [aux_sym_preproc_if_token1] = ACTIONS(2609), - [aux_sym_preproc_if_token2] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), - [sym_preproc_directive] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2611), - [anon_sym_TILDE] = ACTIONS(2611), - [anon_sym_STAR] = ACTIONS(2611), - [anon_sym_AMP_AMP] = ACTIONS(2611), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_typedef] = ACTIONS(2609), - [anon_sym_extern] = ACTIONS(2609), - [anon_sym___attribute__] = ACTIONS(2609), - [anon_sym___declspec] = ACTIONS(2609), - [anon_sym___based] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_static] = ACTIONS(2609), - [anon_sym_register] = ACTIONS(2609), - [anon_sym_inline] = ACTIONS(2609), - [anon_sym_const] = ACTIONS(2609), - [anon_sym_volatile] = ACTIONS(2609), - [anon_sym_restrict] = ACTIONS(2609), - [anon_sym__Atomic] = ACTIONS(2609), - [anon_sym_mutable] = ACTIONS(2609), - [anon_sym_constexpr] = ACTIONS(2609), - [anon_sym_signed] = ACTIONS(2609), - [anon_sym_unsigned] = ACTIONS(2609), - [anon_sym_long] = ACTIONS(2609), - [anon_sym_short] = ACTIONS(2609), - [sym_primitive_type] = ACTIONS(2609), - [anon_sym_enum] = ACTIONS(2609), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2609), - [anon_sym_union] = ACTIONS(2609), + [1033] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token2] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2609), - [anon_sym_virtual] = ACTIONS(2609), - [anon_sym_explicit] = ACTIONS(2609), - [anon_sym_public] = ACTIONS(2609), - [anon_sym_private] = ACTIONS(2609), - [anon_sym_protected] = ACTIONS(2609), - [sym_auto] = ACTIONS(2609), - [anon_sym_typename] = ACTIONS(2609), - [anon_sym_template] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2611), - [anon_sym_operator] = ACTIONS(2609), - [anon_sym_friend] = ACTIONS(2609), - [anon_sym_using] = ACTIONS(2609), - [anon_sym_static_assert] = ACTIONS(2609), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), - [sym_operator_name] = ACTIONS(2609), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), - [anon_sym_MOZ_COLD] = ACTIONS(2609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_RAII] = ACTIONS(2609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), + [anon_sym_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [1126] = { - [sym_identifier] = ACTIONS(2589), - [aux_sym_preproc_def_token1] = ACTIONS(2589), - [aux_sym_preproc_if_token1] = ACTIONS(2589), - [aux_sym_preproc_if_token2] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2589), - [sym_preproc_directive] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_TILDE] = ACTIONS(2591), - [anon_sym_STAR] = ACTIONS(2591), - [anon_sym_AMP_AMP] = ACTIONS(2591), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_typedef] = ACTIONS(2589), - [anon_sym_extern] = ACTIONS(2589), - [anon_sym___attribute__] = ACTIONS(2589), - [anon_sym___declspec] = ACTIONS(2589), - [anon_sym___based] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_static] = ACTIONS(2589), - [anon_sym_register] = ACTIONS(2589), - [anon_sym_inline] = ACTIONS(2589), - [anon_sym_const] = ACTIONS(2589), - [anon_sym_volatile] = ACTIONS(2589), - [anon_sym_restrict] = ACTIONS(2589), - [anon_sym__Atomic] = ACTIONS(2589), - [anon_sym_mutable] = ACTIONS(2589), - [anon_sym_constexpr] = ACTIONS(2589), - [anon_sym_signed] = ACTIONS(2589), - [anon_sym_unsigned] = ACTIONS(2589), - [anon_sym_long] = ACTIONS(2589), - [anon_sym_short] = ACTIONS(2589), - [sym_primitive_type] = ACTIONS(2589), - [anon_sym_enum] = ACTIONS(2589), - [anon_sym_class] = ACTIONS(2589), - [anon_sym_struct] = ACTIONS(2589), - [anon_sym_union] = ACTIONS(2589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2589), - [anon_sym_virtual] = ACTIONS(2589), - [anon_sym_explicit] = ACTIONS(2589), - [anon_sym_public] = ACTIONS(2589), - [anon_sym_private] = ACTIONS(2589), - [anon_sym_protected] = ACTIONS(2589), - [sym_auto] = ACTIONS(2589), - [anon_sym_typename] = ACTIONS(2589), - [anon_sym_template] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2591), - [anon_sym_operator] = ACTIONS(2589), - [anon_sym_friend] = ACTIONS(2589), - [anon_sym_using] = ACTIONS(2589), - [anon_sym_static_assert] = ACTIONS(2589), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2591), - [sym_operator_name] = ACTIONS(2589), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2589), - [anon_sym_MOZ_COLD] = ACTIONS(2589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_RAII] = ACTIONS(2589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2589), + [1034] = { + [sym_identifier] = ACTIONS(2673), + [aux_sym_preproc_def_token1] = ACTIONS(2673), + [aux_sym_preproc_if_token1] = ACTIONS(2673), + [aux_sym_preproc_if_token2] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2673), + [sym_preproc_directive] = ACTIONS(2673), + [anon_sym_LPAREN2] = ACTIONS(2675), + [anon_sym_TILDE] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_AMP_AMP] = ACTIONS(2675), + [anon_sym_AMP] = ACTIONS(2673), + [anon_sym_typedef] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2673), + [anon_sym___attribute__] = ACTIONS(2673), + [anon_sym___declspec] = ACTIONS(2673), + [anon_sym___based] = ACTIONS(2673), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_register] = ACTIONS(2673), + [anon_sym_inline] = ACTIONS(2673), + [anon_sym_const] = ACTIONS(2673), + [anon_sym_volatile] = ACTIONS(2673), + [anon_sym_restrict] = ACTIONS(2673), + [anon_sym__Atomic] = ACTIONS(2673), + [anon_sym_mutable] = ACTIONS(2673), + [anon_sym_constexpr] = ACTIONS(2673), + [anon_sym_signed] = ACTIONS(2673), + [anon_sym_unsigned] = ACTIONS(2673), + [anon_sym_long] = ACTIONS(2673), + [anon_sym_short] = ACTIONS(2673), + [sym_primitive_type] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_union] = ACTIONS(2673), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2673), + [anon_sym_virtual] = ACTIONS(2673), + [anon_sym_explicit] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_protected] = ACTIONS(2673), + [sym_auto] = ACTIONS(2673), + [anon_sym_typename] = ACTIONS(2673), + [anon_sym_template] = ACTIONS(2673), + [anon_sym_COLON_COLON] = ACTIONS(2675), + [anon_sym_operator] = ACTIONS(2673), + [anon_sym_friend] = ACTIONS(2673), + [anon_sym_using] = ACTIONS(2673), + [anon_sym_static_assert] = ACTIONS(2673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2675), + [sym_operator_name] = ACTIONS(2673), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2673), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2673), + [anon_sym_MOZ_COLD] = ACTIONS(2673), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2673), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2673), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2673), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2673), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2673), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2673), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2673), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2673), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2673), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2673), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2673), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2673), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_RAII] = ACTIONS(2673), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2673), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2673), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2673), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2673), }, - [1127] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1035] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token2] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), }, - [1128] = { - [sym_identifier] = ACTIONS(2429), - [aux_sym_preproc_def_token1] = ACTIONS(2429), - [aux_sym_preproc_if_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2429), - [sym_preproc_directive] = ACTIONS(2429), - [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_typedef] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = 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_signed] = ACTIONS(2429), - [anon_sym_unsigned] = ACTIONS(2429), - [anon_sym_long] = ACTIONS(2429), - [anon_sym_short] = ACTIONS(2429), - [sym_primitive_type] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_class] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_explicit] = ACTIONS(2429), - [anon_sym_public] = ACTIONS(2429), - [anon_sym_private] = ACTIONS(2429), - [anon_sym_protected] = ACTIONS(2429), - [sym_auto] = ACTIONS(2429), - [anon_sym_typename] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_operator] = ACTIONS(2429), - [anon_sym_friend] = ACTIONS(2429), - [anon_sym_using] = ACTIONS(2429), - [anon_sym_static_assert] = ACTIONS(2429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1036] = { + [sym_identifier] = ACTIONS(2513), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token2] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), + [anon_sym_LPAREN2] = ACTIONS(2515), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_AMP_AMP] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym___attribute__] = ACTIONS(2513), + [anon_sym___declspec] = ACTIONS(2513), + [anon_sym___based] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_register] = ACTIONS(2513), + [anon_sym_inline] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_volatile] = ACTIONS(2513), + [anon_sym_restrict] = ACTIONS(2513), + [anon_sym__Atomic] = ACTIONS(2513), + [anon_sym_mutable] = ACTIONS(2513), + [anon_sym_constexpr] = ACTIONS(2513), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), + [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), + [anon_sym_MOZ_COLD] = ACTIONS(2513), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_RAII] = ACTIONS(2513), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [1129] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token2] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), + [1037] = { + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token2] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_friend] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [sym_operator_name] = ACTIONS(1784), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), }, - [1130] = { - [sym_identifier] = ACTIONS(2425), - [aux_sym_preproc_def_token1] = ACTIONS(2425), - [aux_sym_preproc_if_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2425), - [sym_preproc_directive] = ACTIONS(2425), - [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(2425), - [anon_sym_typedef] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym___attribute__] = ACTIONS(2425), - [anon_sym___declspec] = ACTIONS(2425), - [anon_sym___based] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_inline] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_volatile] = ACTIONS(2425), - [anon_sym_restrict] = ACTIONS(2425), - [anon_sym__Atomic] = ACTIONS(2425), - [anon_sym_mutable] = ACTIONS(2425), - [anon_sym_constexpr] = ACTIONS(2425), - [anon_sym_signed] = ACTIONS(2425), - [anon_sym_unsigned] = ACTIONS(2425), - [anon_sym_long] = ACTIONS(2425), - [anon_sym_short] = ACTIONS(2425), - [sym_primitive_type] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_class] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2425), - [anon_sym_virtual] = ACTIONS(2425), - [anon_sym_explicit] = ACTIONS(2425), - [anon_sym_public] = ACTIONS(2425), - [anon_sym_private] = ACTIONS(2425), - [anon_sym_protected] = ACTIONS(2425), - [sym_auto] = ACTIONS(2425), - [anon_sym_typename] = ACTIONS(2425), - [anon_sym_template] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_operator] = ACTIONS(2425), - [anon_sym_friend] = ACTIONS(2425), - [anon_sym_using] = ACTIONS(2425), - [anon_sym_static_assert] = ACTIONS(2425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2427), - [sym_operator_name] = ACTIONS(2425), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2425), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), - [anon_sym_MOZ_COLD] = ACTIONS(2425), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL] = ACTIONS(2425), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN] = ACTIONS(2425), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), - [anon_sym_MOZ_RAII] = ACTIONS(2425), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), + [1038] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token2] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), }, - [1131] = { - [sym_identifier] = ACTIONS(2413), - [aux_sym_preproc_def_token1] = ACTIONS(2413), - [aux_sym_preproc_if_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2413), - [sym_preproc_directive] = ACTIONS(2413), - [anon_sym_LPAREN2] = ACTIONS(2415), - [anon_sym_TILDE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_AMP_AMP] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_typedef] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym___attribute__] = ACTIONS(2413), - [anon_sym___declspec] = ACTIONS(2413), - [anon_sym___based] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2415), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_inline] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_volatile] = ACTIONS(2413), - [anon_sym_restrict] = ACTIONS(2413), - [anon_sym__Atomic] = ACTIONS(2413), - [anon_sym_mutable] = ACTIONS(2413), - [anon_sym_constexpr] = ACTIONS(2413), - [anon_sym_signed] = ACTIONS(2413), - [anon_sym_unsigned] = ACTIONS(2413), - [anon_sym_long] = ACTIONS(2413), - [anon_sym_short] = ACTIONS(2413), - [sym_primitive_type] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_class] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2413), - [anon_sym_virtual] = ACTIONS(2413), - [anon_sym_explicit] = ACTIONS(2413), - [anon_sym_public] = ACTIONS(2413), - [anon_sym_private] = ACTIONS(2413), - [anon_sym_protected] = ACTIONS(2413), - [sym_auto] = ACTIONS(2413), - [anon_sym_typename] = ACTIONS(2413), - [anon_sym_template] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_operator] = ACTIONS(2413), - [anon_sym_friend] = ACTIONS(2413), - [anon_sym_using] = ACTIONS(2413), - [anon_sym_static_assert] = ACTIONS(2413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2413), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2413), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), - [anon_sym_MOZ_COLD] = ACTIONS(2413), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL] = ACTIONS(2413), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN] = ACTIONS(2413), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), - [anon_sym_MOZ_RAII] = ACTIONS(2413), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), + [1039] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token2] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1132] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_RBRACE] = ACTIONS(2779), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [sym_primitive_type] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), + [1040] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [sym_auto] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [sym_operator_name] = ACTIONS(2777), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), - [anon_sym_MOZ_COLD] = ACTIONS(2777), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL] = ACTIONS(2777), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN] = ACTIONS(2777), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), - [anon_sym_MOZ_RAII] = ACTIONS(2777), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1133] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token2] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), + [1041] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token2] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1134] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_PLUS] = ACTIONS(2713), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_SLASH] = ACTIONS(2713), - [anon_sym_PERCENT] = ACTIONS(2715), - [anon_sym_PIPE_PIPE] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2713), - [anon_sym_CARET] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_EQ_EQ] = ACTIONS(2715), - [anon_sym_BANG_EQ] = ACTIONS(2715), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_EQ] = ACTIONS(2715), - [anon_sym_LT_EQ] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_GT_GT] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_RBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_RBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_COLON] = ACTIONS(2713), - [anon_sym_QMARK] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2715), - [anon_sym_PLUS_PLUS] = ACTIONS(2715), - [anon_sym_DOT] = ACTIONS(2713), - [anon_sym_DASH_GT] = ACTIONS(2715), + [1042] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2713), - [anon_sym_override] = ACTIONS(2713), - [anon_sym_COLON_COLON] = ACTIONS(2839), - [anon_sym_noexcept] = ACTIONS(2713), - [anon_sym_throw] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1135] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [sym_operator_name] = ACTIONS(1972), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - }, - [1136] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token2] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [anon_sym_public] = ACTIONS(1984), - [anon_sym_private] = ACTIONS(1984), - [anon_sym_protected] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_friend] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(1984), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - }, - [1137] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token2] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [anon_sym_public] = ACTIONS(1988), - [anon_sym_private] = ACTIONS(1988), - [anon_sym_protected] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_friend] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [sym_operator_name] = ACTIONS(1988), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - }, - [1138] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token2] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [anon_sym_public] = ACTIONS(2008), - [anon_sym_private] = ACTIONS(2008), - [anon_sym_protected] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_friend] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [sym_operator_name] = ACTIONS(2008), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1139] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token2] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [anon_sym_public] = ACTIONS(2020), - [anon_sym_private] = ACTIONS(2020), - [anon_sym_protected] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_friend] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [sym_operator_name] = ACTIONS(2020), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), + [1043] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1140] = { - [sym_identifier] = ACTIONS(1940), - [aux_sym_preproc_def_token1] = ACTIONS(1940), - [aux_sym_preproc_if_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1940), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1940), - [sym_preproc_directive] = ACTIONS(1940), - [anon_sym_LPAREN2] = ACTIONS(1942), - [anon_sym_TILDE] = ACTIONS(1942), - [anon_sym_STAR] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1942), - [anon_sym_AMP] = ACTIONS(1940), - [anon_sym_typedef] = ACTIONS(1940), - [anon_sym_extern] = ACTIONS(1940), - [anon_sym___attribute__] = ACTIONS(1940), - [anon_sym___declspec] = ACTIONS(1940), - [anon_sym___based] = ACTIONS(1940), - [anon_sym_RBRACE] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1940), - [anon_sym_static] = ACTIONS(1940), - [anon_sym_register] = ACTIONS(1940), - [anon_sym_inline] = ACTIONS(1940), - [anon_sym_const] = ACTIONS(1940), - [anon_sym_volatile] = ACTIONS(1940), - [anon_sym_restrict] = ACTIONS(1940), - [anon_sym__Atomic] = ACTIONS(1940), - [anon_sym_mutable] = ACTIONS(1940), - [anon_sym_constexpr] = ACTIONS(1940), - [anon_sym_signed] = ACTIONS(1940), - [anon_sym_unsigned] = ACTIONS(1940), - [anon_sym_long] = ACTIONS(1940), - [anon_sym_short] = ACTIONS(1940), - [sym_primitive_type] = ACTIONS(1940), - [anon_sym_enum] = ACTIONS(1940), - [anon_sym_class] = ACTIONS(1940), - [anon_sym_struct] = ACTIONS(1940), - [anon_sym_union] = ACTIONS(1940), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1940), - [anon_sym_virtual] = ACTIONS(1940), - [anon_sym_explicit] = ACTIONS(1940), - [anon_sym_public] = ACTIONS(1940), - [anon_sym_private] = ACTIONS(1940), - [anon_sym_protected] = ACTIONS(1940), - [sym_auto] = ACTIONS(1940), - [anon_sym_typename] = ACTIONS(1940), - [anon_sym_template] = ACTIONS(1940), - [anon_sym_COLON_COLON] = ACTIONS(1942), - [anon_sym_operator] = ACTIONS(1940), - [anon_sym_friend] = ACTIONS(1940), - [anon_sym_using] = ACTIONS(1940), - [anon_sym_static_assert] = ACTIONS(1940), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1942), - [sym_operator_name] = ACTIONS(1940), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1940), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1940), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1940), - [anon_sym_MOZ_COLD] = ACTIONS(1940), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1940), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1940), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1940), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1940), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1940), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1940), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1940), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1940), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1940), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1940), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1940), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1940), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL] = ACTIONS(1940), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1940), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1940), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN] = ACTIONS(1940), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1940), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1940), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1940), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1940), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1940), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1940), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1940), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1940), - [anon_sym_MOZ_RAII] = ACTIONS(1940), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1940), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1940), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1940), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1940), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1940), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1940), + [1044] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token2] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), }, - [1141] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token2] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [anon_sym_public] = ACTIONS(2092), - [anon_sym_private] = ACTIONS(2092), - [anon_sym_protected] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_friend] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [sym_operator_name] = ACTIONS(2092), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), + [1045] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token2] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), }, - [1142] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token2] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [anon_sym_public] = ACTIONS(2120), - [anon_sym_private] = ACTIONS(2120), - [anon_sym_protected] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_friend] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [sym_operator_name] = ACTIONS(2120), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - }, - [1143] = { - [sym_identifier] = ACTIONS(1932), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token2] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1932), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1932), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_LPAREN2] = ACTIONS(1934), - [anon_sym_TILDE] = ACTIONS(1934), - [anon_sym_STAR] = ACTIONS(1934), - [anon_sym_AMP_AMP] = ACTIONS(1934), - [anon_sym_AMP] = ACTIONS(1932), - [anon_sym_typedef] = ACTIONS(1932), - [anon_sym_extern] = ACTIONS(1932), - [anon_sym___attribute__] = ACTIONS(1932), - [anon_sym___declspec] = ACTIONS(1932), - [anon_sym___based] = ACTIONS(1932), - [anon_sym_LBRACK] = ACTIONS(1932), - [anon_sym_static] = ACTIONS(1932), - [anon_sym_register] = ACTIONS(1932), - [anon_sym_inline] = ACTIONS(1932), - [anon_sym_const] = ACTIONS(1932), - [anon_sym_volatile] = ACTIONS(1932), - [anon_sym_restrict] = ACTIONS(1932), - [anon_sym__Atomic] = ACTIONS(1932), - [anon_sym_mutable] = ACTIONS(1932), - [anon_sym_constexpr] = ACTIONS(1932), - [anon_sym_signed] = ACTIONS(1932), - [anon_sym_unsigned] = ACTIONS(1932), - [anon_sym_long] = ACTIONS(1932), - [anon_sym_short] = ACTIONS(1932), - [sym_primitive_type] = ACTIONS(1932), - [anon_sym_enum] = ACTIONS(1932), - [anon_sym_class] = ACTIONS(1932), - [anon_sym_struct] = ACTIONS(1932), - [anon_sym_union] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1932), - [anon_sym_virtual] = ACTIONS(1932), - [anon_sym_explicit] = ACTIONS(1932), - [anon_sym_public] = ACTIONS(1932), - [anon_sym_private] = ACTIONS(1932), - [anon_sym_protected] = ACTIONS(1932), - [sym_auto] = ACTIONS(1932), - [anon_sym_typename] = ACTIONS(1932), - [anon_sym_template] = ACTIONS(1932), - [anon_sym_COLON_COLON] = ACTIONS(1934), - [anon_sym_operator] = ACTIONS(1932), - [anon_sym_friend] = ACTIONS(1932), - [anon_sym_using] = ACTIONS(1932), - [anon_sym_static_assert] = ACTIONS(1932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1934), - [sym_operator_name] = ACTIONS(1932), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1932), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1932), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1932), - [anon_sym_MOZ_COLD] = ACTIONS(1932), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1932), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1932), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1932), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1932), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1932), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1932), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1932), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1932), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1932), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1932), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1932), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1932), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL] = ACTIONS(1932), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1932), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1932), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN] = ACTIONS(1932), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1932), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1932), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1932), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1932), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1932), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1932), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1932), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1932), - [anon_sym_MOZ_RAII] = ACTIONS(1932), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1932), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1932), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1932), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1932), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1932), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1932), + [1046] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token2] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1144] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2755), - [anon_sym_TILDE] = ACTIONS(2755), - [anon_sym_STAR] = ACTIONS(2755), - [anon_sym_AMP_AMP] = ACTIONS(2755), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym_RBRACE] = ACTIONS(2755), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [sym_primitive_type] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), + [1047] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_public] = ACTIONS(2753), - [anon_sym_private] = ACTIONS(2753), - [anon_sym_protected] = ACTIONS(2753), - [sym_auto] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_friend] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), - [sym_operator_name] = ACTIONS(2753), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), - [anon_sym_MOZ_COLD] = ACTIONS(2753), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_RAII] = ACTIONS(2753), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), - }, - [1145] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym_RBRACE] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [anon_sym_public] = ACTIONS(1992), - [anon_sym_private] = ACTIONS(1992), - [anon_sym_protected] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_friend] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [sym_operator_name] = ACTIONS(1992), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), - }, - [1146] = { - [sym_identifier] = ACTIONS(2821), - [aux_sym_preproc_def_token1] = ACTIONS(2821), - [aux_sym_preproc_if_token1] = ACTIONS(2821), - [aux_sym_preproc_if_token2] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), - [sym_preproc_directive] = ACTIONS(2821), - [anon_sym_LPAREN2] = ACTIONS(2823), - [anon_sym_TILDE] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2823), - [anon_sym_AMP_AMP] = ACTIONS(2823), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_typedef] = ACTIONS(2821), - [anon_sym_extern] = ACTIONS(2821), - [anon_sym___attribute__] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2821), - [anon_sym___based] = ACTIONS(2821), - [anon_sym_LBRACK] = ACTIONS(2821), - [anon_sym_static] = ACTIONS(2821), - [anon_sym_register] = ACTIONS(2821), - [anon_sym_inline] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_volatile] = ACTIONS(2821), - [anon_sym_restrict] = ACTIONS(2821), - [anon_sym__Atomic] = ACTIONS(2821), - [anon_sym_mutable] = ACTIONS(2821), - [anon_sym_constexpr] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2821), - [anon_sym_unsigned] = ACTIONS(2821), - [anon_sym_long] = ACTIONS(2821), - [anon_sym_short] = ACTIONS(2821), - [sym_primitive_type] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_class] = ACTIONS(2821), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2821), - [anon_sym_virtual] = ACTIONS(2821), - [anon_sym_explicit] = ACTIONS(2821), - [anon_sym_public] = ACTIONS(2821), - [anon_sym_private] = ACTIONS(2821), - [anon_sym_protected] = ACTIONS(2821), - [sym_auto] = ACTIONS(2821), - [anon_sym_typename] = ACTIONS(2821), - [anon_sym_template] = ACTIONS(2821), - [anon_sym_COLON_COLON] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2821), - [anon_sym_friend] = ACTIONS(2821), - [anon_sym_using] = ACTIONS(2821), - [anon_sym_static_assert] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), - [sym_operator_name] = ACTIONS(2821), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2821), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2821), - [anon_sym_MOZ_COLD] = ACTIONS(2821), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2821), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2821), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2821), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2821), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2821), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2821), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2821), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2821), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2821), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2821), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2821), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2821), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_RAII] = ACTIONS(2821), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2821), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2821), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2821), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2821), - }, - [1147] = { - [sym_identifier] = ACTIONS(1960), - [aux_sym_preproc_def_token1] = ACTIONS(1960), - [aux_sym_preproc_if_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1960), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1960), - [sym_preproc_directive] = ACTIONS(1960), - [anon_sym_LPAREN2] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1962), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_AMP_AMP] = ACTIONS(1962), - [anon_sym_AMP] = ACTIONS(1960), - [anon_sym_typedef] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym___attribute__] = ACTIONS(1960), - [anon_sym___declspec] = ACTIONS(1960), - [anon_sym___based] = ACTIONS(1960), - [anon_sym_RBRACE] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_inline] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [anon_sym_volatile] = ACTIONS(1960), - [anon_sym_restrict] = ACTIONS(1960), - [anon_sym__Atomic] = ACTIONS(1960), - [anon_sym_mutable] = ACTIONS(1960), - [anon_sym_constexpr] = ACTIONS(1960), - [anon_sym_signed] = ACTIONS(1960), - [anon_sym_unsigned] = ACTIONS(1960), - [anon_sym_long] = ACTIONS(1960), - [anon_sym_short] = ACTIONS(1960), - [sym_primitive_type] = ACTIONS(1960), - [anon_sym_enum] = ACTIONS(1960), - [anon_sym_class] = ACTIONS(1960), - [anon_sym_struct] = ACTIONS(1960), - [anon_sym_union] = ACTIONS(1960), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1960), - [anon_sym_virtual] = ACTIONS(1960), - [anon_sym_explicit] = ACTIONS(1960), - [anon_sym_public] = ACTIONS(1960), - [anon_sym_private] = ACTIONS(1960), - [anon_sym_protected] = ACTIONS(1960), - [sym_auto] = ACTIONS(1960), - [anon_sym_typename] = ACTIONS(1960), - [anon_sym_template] = ACTIONS(1960), - [anon_sym_COLON_COLON] = ACTIONS(1962), - [anon_sym_operator] = ACTIONS(1960), - [anon_sym_friend] = ACTIONS(1960), - [anon_sym_using] = ACTIONS(1960), - [anon_sym_static_assert] = ACTIONS(1960), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1962), - [sym_operator_name] = ACTIONS(1960), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1960), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1960), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1960), - [anon_sym_MOZ_COLD] = ACTIONS(1960), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1960), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1960), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1960), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1960), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1960), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1960), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1960), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1960), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1960), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1960), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1960), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1960), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL] = ACTIONS(1960), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1960), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1960), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN] = ACTIONS(1960), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1960), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1960), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1960), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1960), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1960), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1960), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1960), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1960), - [anon_sym_MOZ_RAII] = ACTIONS(1960), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1960), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1960), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1960), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1960), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1960), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1960), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1148] = { - [sym_identifier] = ACTIONS(1964), - [aux_sym_preproc_def_token1] = ACTIONS(1964), - [aux_sym_preproc_if_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1964), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1964), - [anon_sym_typedef] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym___attribute__] = ACTIONS(1964), - [anon_sym___declspec] = ACTIONS(1964), - [anon_sym___based] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_static] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_inline] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [anon_sym_volatile] = ACTIONS(1964), - [anon_sym_restrict] = ACTIONS(1964), - [anon_sym__Atomic] = ACTIONS(1964), - [anon_sym_mutable] = ACTIONS(1964), - [anon_sym_constexpr] = ACTIONS(1964), - [anon_sym_signed] = ACTIONS(1964), - [anon_sym_unsigned] = ACTIONS(1964), - [anon_sym_long] = ACTIONS(1964), - [anon_sym_short] = ACTIONS(1964), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1964), - [anon_sym_class] = ACTIONS(1964), - [anon_sym_struct] = ACTIONS(1964), - [anon_sym_union] = ACTIONS(1964), + [1048] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token2] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1964), - [anon_sym_virtual] = ACTIONS(1964), - [anon_sym_explicit] = ACTIONS(1964), - [anon_sym_public] = ACTIONS(1964), - [anon_sym_private] = ACTIONS(1964), - [anon_sym_protected] = ACTIONS(1964), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1964), - [anon_sym_template] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1964), - [anon_sym_friend] = ACTIONS(1964), - [anon_sym_using] = ACTIONS(1964), - [anon_sym_static_assert] = ACTIONS(1964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [sym_operator_name] = ACTIONS(1964), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1964), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1964), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1964), - [anon_sym_MOZ_COLD] = ACTIONS(1964), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1964), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1964), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1964), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1964), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1964), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1964), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1964), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1964), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1964), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1964), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1964), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1964), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL] = ACTIONS(1964), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1964), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1964), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN] = ACTIONS(1964), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1964), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1964), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1964), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1964), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1964), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1964), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1964), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1964), - [anon_sym_MOZ_RAII] = ACTIONS(1964), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1964), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1964), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1964), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1964), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1964), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1964), - }, - [1149] = { - [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___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_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_COLON_COLON] = ACTIONS(1737), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [sym_operator_name] = 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), - }, - [1150] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [anon_sym_public] = ACTIONS(1996), - [anon_sym_private] = ACTIONS(1996), - [anon_sym_protected] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_friend] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [sym_operator_name] = ACTIONS(1996), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - }, - [1151] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token2] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_friend] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [sym_operator_name] = ACTIONS(2012), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), - }, - [1152] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1974), - [anon_sym_TILDE] = ACTIONS(1974), - [anon_sym_STAR] = ACTIONS(1974), - [anon_sym_AMP_AMP] = ACTIONS(1974), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_RBRACE] = ACTIONS(1974), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [sym_primitive_type] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [sym_auto] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1974), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1974), - [sym_operator_name] = ACTIONS(1972), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1972), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1972), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1972), - [anon_sym_MOZ_COLD] = ACTIONS(1972), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1972), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1972), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1972), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1972), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1972), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1972), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1972), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1972), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1972), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1972), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1972), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1972), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL] = ACTIONS(1972), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1972), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1972), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN] = ACTIONS(1972), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1972), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1972), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1972), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1972), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1972), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1972), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1972), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1972), - [anon_sym_MOZ_RAII] = ACTIONS(1972), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1972), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1972), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1972), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1972), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1972), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1972), - }, - [1153] = { - [sym_identifier] = ACTIONS(1984), - [aux_sym_preproc_def_token1] = ACTIONS(1984), - [aux_sym_preproc_if_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1984), - [sym_preproc_directive] = ACTIONS(1984), - [anon_sym_LPAREN2] = ACTIONS(1986), - [anon_sym_TILDE] = ACTIONS(1986), - [anon_sym_STAR] = ACTIONS(1986), - [anon_sym_AMP_AMP] = ACTIONS(1986), - [anon_sym_AMP] = ACTIONS(1984), - [anon_sym_typedef] = ACTIONS(1984), - [anon_sym_extern] = ACTIONS(1984), - [anon_sym___attribute__] = ACTIONS(1984), - [anon_sym___declspec] = ACTIONS(1984), - [anon_sym___based] = ACTIONS(1984), - [anon_sym_RBRACE] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1984), - [anon_sym_static] = ACTIONS(1984), - [anon_sym_register] = ACTIONS(1984), - [anon_sym_inline] = ACTIONS(1984), - [anon_sym_const] = ACTIONS(1984), - [anon_sym_volatile] = ACTIONS(1984), - [anon_sym_restrict] = ACTIONS(1984), - [anon_sym__Atomic] = ACTIONS(1984), - [anon_sym_mutable] = ACTIONS(1984), - [anon_sym_constexpr] = ACTIONS(1984), - [anon_sym_signed] = ACTIONS(1984), - [anon_sym_unsigned] = ACTIONS(1984), - [anon_sym_long] = ACTIONS(1984), - [anon_sym_short] = ACTIONS(1984), - [sym_primitive_type] = ACTIONS(1984), - [anon_sym_enum] = ACTIONS(1984), - [anon_sym_class] = ACTIONS(1984), - [anon_sym_struct] = ACTIONS(1984), - [anon_sym_union] = ACTIONS(1984), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1984), - [anon_sym_virtual] = ACTIONS(1984), - [anon_sym_explicit] = ACTIONS(1984), - [anon_sym_public] = ACTIONS(1984), - [anon_sym_private] = ACTIONS(1984), - [anon_sym_protected] = ACTIONS(1984), - [sym_auto] = ACTIONS(1984), - [anon_sym_typename] = ACTIONS(1984), - [anon_sym_template] = ACTIONS(1984), - [anon_sym_COLON_COLON] = ACTIONS(1986), - [anon_sym_operator] = ACTIONS(1984), - [anon_sym_friend] = ACTIONS(1984), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(1984), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1984), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1984), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1984), - [anon_sym_MOZ_COLD] = ACTIONS(1984), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1984), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1984), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1984), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1984), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1984), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1984), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1984), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1984), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1984), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1984), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1984), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1984), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL] = ACTIONS(1984), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1984), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1984), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN] = ACTIONS(1984), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1984), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1984), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1984), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1984), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1984), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1984), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1984), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1984), - [anon_sym_MOZ_RAII] = ACTIONS(1984), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1984), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1984), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1984), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1984), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1984), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1984), - }, - [1154] = { - [sym_identifier] = ACTIONS(1988), - [aux_sym_preproc_def_token1] = ACTIONS(1988), - [aux_sym_preproc_if_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1988), - [sym_preproc_directive] = ACTIONS(1988), - [anon_sym_LPAREN2] = ACTIONS(1990), - [anon_sym_TILDE] = ACTIONS(1990), - [anon_sym_STAR] = ACTIONS(1990), - [anon_sym_AMP_AMP] = ACTIONS(1990), - [anon_sym_AMP] = ACTIONS(1988), - [anon_sym_typedef] = ACTIONS(1988), - [anon_sym_extern] = ACTIONS(1988), - [anon_sym___attribute__] = ACTIONS(1988), - [anon_sym___declspec] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(1988), - [anon_sym_RBRACE] = ACTIONS(1990), - [anon_sym_LBRACK] = ACTIONS(1988), - [anon_sym_static] = ACTIONS(1988), - [anon_sym_register] = ACTIONS(1988), - [anon_sym_inline] = ACTIONS(1988), - [anon_sym_const] = ACTIONS(1988), - [anon_sym_volatile] = ACTIONS(1988), - [anon_sym_restrict] = ACTIONS(1988), - [anon_sym__Atomic] = ACTIONS(1988), - [anon_sym_mutable] = ACTIONS(1988), - [anon_sym_constexpr] = ACTIONS(1988), - [anon_sym_signed] = ACTIONS(1988), - [anon_sym_unsigned] = ACTIONS(1988), - [anon_sym_long] = ACTIONS(1988), - [anon_sym_short] = ACTIONS(1988), - [sym_primitive_type] = ACTIONS(1988), - [anon_sym_enum] = ACTIONS(1988), - [anon_sym_class] = ACTIONS(1988), - [anon_sym_struct] = ACTIONS(1988), - [anon_sym_union] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1988), - [anon_sym_virtual] = ACTIONS(1988), - [anon_sym_explicit] = ACTIONS(1988), - [anon_sym_public] = ACTIONS(1988), - [anon_sym_private] = ACTIONS(1988), - [anon_sym_protected] = ACTIONS(1988), - [sym_auto] = ACTIONS(1988), - [anon_sym_typename] = ACTIONS(1988), - [anon_sym_template] = ACTIONS(1988), - [anon_sym_COLON_COLON] = ACTIONS(1990), - [anon_sym_operator] = ACTIONS(1988), - [anon_sym_friend] = ACTIONS(1988), - [anon_sym_using] = ACTIONS(1988), - [anon_sym_static_assert] = ACTIONS(1988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1990), - [sym_operator_name] = ACTIONS(1988), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1988), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1988), - [anon_sym_MOZ_COLD] = ACTIONS(1988), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1988), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1988), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1988), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1988), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1988), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1988), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1988), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1988), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1988), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1988), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1988), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1988), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL] = ACTIONS(1988), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1988), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1988), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN] = ACTIONS(1988), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1988), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1988), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1988), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1988), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1988), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1988), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1988), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1988), - [anon_sym_MOZ_RAII] = ACTIONS(1988), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1988), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1988), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1988), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1988), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1988), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1988), - }, - [1155] = { - [sym_identifier] = ACTIONS(2008), - [aux_sym_preproc_def_token1] = ACTIONS(2008), - [aux_sym_preproc_if_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2008), - [sym_preproc_directive] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(2010), - [anon_sym_TILDE] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(2010), - [anon_sym_AMP_AMP] = ACTIONS(2010), - [anon_sym_AMP] = ACTIONS(2008), - [anon_sym_typedef] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym___attribute__] = ACTIONS(2008), - [anon_sym___declspec] = ACTIONS(2008), - [anon_sym___based] = ACTIONS(2008), - [anon_sym_RBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_static] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_inline] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [anon_sym_volatile] = ACTIONS(2008), - [anon_sym_restrict] = ACTIONS(2008), - [anon_sym__Atomic] = ACTIONS(2008), - [anon_sym_mutable] = ACTIONS(2008), - [anon_sym_constexpr] = ACTIONS(2008), - [anon_sym_signed] = ACTIONS(2008), - [anon_sym_unsigned] = ACTIONS(2008), - [anon_sym_long] = ACTIONS(2008), - [anon_sym_short] = ACTIONS(2008), - [sym_primitive_type] = ACTIONS(2008), - [anon_sym_enum] = ACTIONS(2008), - [anon_sym_class] = ACTIONS(2008), - [anon_sym_struct] = ACTIONS(2008), - [anon_sym_union] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2008), - [anon_sym_virtual] = ACTIONS(2008), - [anon_sym_explicit] = ACTIONS(2008), - [anon_sym_public] = ACTIONS(2008), - [anon_sym_private] = ACTIONS(2008), - [anon_sym_protected] = ACTIONS(2008), - [sym_auto] = ACTIONS(2008), - [anon_sym_typename] = ACTIONS(2008), - [anon_sym_template] = ACTIONS(2008), - [anon_sym_COLON_COLON] = ACTIONS(2010), - [anon_sym_operator] = ACTIONS(2008), - [anon_sym_friend] = ACTIONS(2008), - [anon_sym_using] = ACTIONS(2008), - [anon_sym_static_assert] = ACTIONS(2008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2010), - [sym_operator_name] = ACTIONS(2008), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2008), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2008), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2008), - [anon_sym_MOZ_COLD] = ACTIONS(2008), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2008), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2008), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2008), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2008), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2008), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2008), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2008), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2008), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2008), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2008), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2008), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2008), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL] = ACTIONS(2008), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2008), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2008), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN] = ACTIONS(2008), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2008), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2008), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2008), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2008), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2008), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2008), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2008), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2008), - [anon_sym_MOZ_RAII] = ACTIONS(2008), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2008), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2008), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2008), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2008), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2008), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2008), - }, - [1156] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [1157] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token2] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [anon_sym_public] = ACTIONS(2032), - [anon_sym_private] = ACTIONS(2032), - [anon_sym_protected] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_friend] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [sym_operator_name] = ACTIONS(2032), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), + [1049] = { + [sym_identifier] = ACTIONS(2513), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token2] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), + [anon_sym_LPAREN2] = ACTIONS(2515), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_AMP_AMP] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym___attribute__] = ACTIONS(2513), + [anon_sym___declspec] = ACTIONS(2513), + [anon_sym___based] = ACTIONS(2513), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_register] = ACTIONS(2513), + [anon_sym_inline] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_volatile] = ACTIONS(2513), + [anon_sym_restrict] = ACTIONS(2513), + [anon_sym__Atomic] = ACTIONS(2513), + [anon_sym_mutable] = ACTIONS(2513), + [anon_sym_constexpr] = ACTIONS(2513), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), + [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), + [anon_sym_MOZ_COLD] = ACTIONS(2513), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_RAII] = ACTIONS(2513), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [1158] = { - [sym_identifier] = ACTIONS(2020), - [aux_sym_preproc_def_token1] = ACTIONS(2020), - [aux_sym_preproc_if_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2020), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2020), - [sym_preproc_directive] = ACTIONS(2020), - [anon_sym_LPAREN2] = ACTIONS(2022), - [anon_sym_TILDE] = ACTIONS(2022), - [anon_sym_STAR] = ACTIONS(2022), - [anon_sym_AMP_AMP] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2020), - [anon_sym_typedef] = ACTIONS(2020), - [anon_sym_extern] = ACTIONS(2020), - [anon_sym___attribute__] = ACTIONS(2020), - [anon_sym___declspec] = ACTIONS(2020), - [anon_sym___based] = ACTIONS(2020), - [anon_sym_RBRACE] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2020), - [anon_sym_static] = ACTIONS(2020), - [anon_sym_register] = ACTIONS(2020), - [anon_sym_inline] = ACTIONS(2020), - [anon_sym_const] = ACTIONS(2020), - [anon_sym_volatile] = ACTIONS(2020), - [anon_sym_restrict] = ACTIONS(2020), - [anon_sym__Atomic] = ACTIONS(2020), - [anon_sym_mutable] = ACTIONS(2020), - [anon_sym_constexpr] = ACTIONS(2020), - [anon_sym_signed] = ACTIONS(2020), - [anon_sym_unsigned] = ACTIONS(2020), - [anon_sym_long] = ACTIONS(2020), - [anon_sym_short] = ACTIONS(2020), - [sym_primitive_type] = ACTIONS(2020), - [anon_sym_enum] = ACTIONS(2020), - [anon_sym_class] = ACTIONS(2020), - [anon_sym_struct] = ACTIONS(2020), - [anon_sym_union] = ACTIONS(2020), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2020), - [anon_sym_virtual] = ACTIONS(2020), - [anon_sym_explicit] = ACTIONS(2020), - [anon_sym_public] = ACTIONS(2020), - [anon_sym_private] = ACTIONS(2020), - [anon_sym_protected] = ACTIONS(2020), - [sym_auto] = ACTIONS(2020), - [anon_sym_typename] = ACTIONS(2020), - [anon_sym_template] = ACTIONS(2020), - [anon_sym_COLON_COLON] = ACTIONS(2022), - [anon_sym_operator] = ACTIONS(2020), - [anon_sym_friend] = ACTIONS(2020), - [anon_sym_using] = ACTIONS(2020), - [anon_sym_static_assert] = ACTIONS(2020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2022), - [sym_operator_name] = ACTIONS(2020), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2020), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2020), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2020), - [anon_sym_MOZ_COLD] = ACTIONS(2020), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2020), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2020), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2020), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2020), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2020), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2020), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2020), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2020), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2020), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2020), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2020), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2020), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL] = ACTIONS(2020), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2020), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2020), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN] = ACTIONS(2020), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2020), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2020), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2020), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2020), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2020), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2020), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2020), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2020), - [anon_sym_MOZ_RAII] = ACTIONS(2020), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2020), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2020), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2020), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2020), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2020), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2020), + [1050] = { + [sym_field_declaration_list] = STATE(877), + [sym_virtual_specifier] = STATE(4487), + [sym_base_class_clause] = STATE(5035), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2847), + [anon_sym_COMMA] = ACTIONS(2847), + [anon_sym_RPAREN] = ACTIONS(2847), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_SLASH] = ACTIONS(2849), + [anon_sym_PERCENT] = ACTIONS(2847), + [anon_sym_PIPE_PIPE] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_CARET] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_EQ_EQ] = ACTIONS(2847), + [anon_sym_BANG_EQ] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2849), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_LT] = ACTIONS(2849), + [anon_sym_LT_LT] = ACTIONS(2847), + [anon_sym_GT_GT] = ACTIONS(2847), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym_extern] = ACTIONS(2847), + [anon_sym___attribute__] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2847), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2847), + [anon_sym_LBRACK] = ACTIONS(2847), + [anon_sym_RBRACK] = ACTIONS(2847), + [anon_sym_EQ] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2847), + [anon_sym_register] = ACTIONS(2847), + [anon_sym_inline] = ACTIONS(2847), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2847), + [anon_sym_restrict] = ACTIONS(2847), + [anon_sym__Atomic] = ACTIONS(2847), + [anon_sym_mutable] = ACTIONS(2847), + [anon_sym_constexpr] = ACTIONS(2847), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2847), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_DOT] = ACTIONS(2849), + [anon_sym_DASH_GT] = ACTIONS(2847), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2847), + [anon_sym_throw] = ACTIONS(2847), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2847), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2847), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2847), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2847), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2847), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2847), + [anon_sym_MOZ_COLD] = ACTIONS(2847), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2847), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2847), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2847), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2847), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2847), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2847), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2847), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2847), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2847), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2847), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2847), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2847), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2847), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2847), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2849), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2847), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2847), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2847), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2847), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_NONNULL] = ACTIONS(2849), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2847), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2847), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2847), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2847), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2847), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2847), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2847), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2847), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2847), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2847), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2847), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2847), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2847), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2847), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2847), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2847), + [anon_sym_MOZ_RAII] = ACTIONS(2847), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2847), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2847), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2847), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2847), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2847), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2847), }, - [1159] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2755), - [anon_sym_TILDE] = ACTIONS(2755), - [anon_sym_STAR] = ACTIONS(2755), - [anon_sym_AMP_AMP] = ACTIONS(2755), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym_RBRACE] = ACTIONS(2755), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [sym_primitive_type] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), + [1051] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token2] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_public] = ACTIONS(2753), - [anon_sym_private] = ACTIONS(2753), - [anon_sym_protected] = ACTIONS(2753), - [sym_auto] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_friend] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), - [sym_operator_name] = ACTIONS(2753), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), - [anon_sym_MOZ_COLD] = ACTIONS(2753), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL] = ACTIONS(2753), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN] = ACTIONS(2753), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), - [anon_sym_MOZ_RAII] = ACTIONS(2753), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), - }, - [1160] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token2] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [anon_sym_public] = ACTIONS(2040), - [anon_sym_private] = ACTIONS(2040), - [anon_sym_protected] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_friend] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [sym_operator_name] = ACTIONS(2040), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [1161] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token2] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [anon_sym_public] = ACTIONS(2056), - [anon_sym_private] = ACTIONS(2056), - [anon_sym_protected] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_friend] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [sym_operator_name] = ACTIONS(2056), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), + [1052] = { + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token2] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_friend] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [sym_operator_name] = ACTIONS(1788), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), }, - [1162] = { - [sym_identifier] = ACTIONS(2609), - [aux_sym_preproc_def_token1] = ACTIONS(2609), - [aux_sym_preproc_if_token1] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), - [sym_preproc_directive] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2611), - [anon_sym_TILDE] = ACTIONS(2611), - [anon_sym_STAR] = ACTIONS(2611), - [anon_sym_AMP_AMP] = ACTIONS(2611), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_typedef] = ACTIONS(2609), - [anon_sym_extern] = ACTIONS(2609), - [anon_sym___attribute__] = ACTIONS(2609), - [anon_sym___declspec] = ACTIONS(2609), - [anon_sym___based] = ACTIONS(2609), - [anon_sym_RBRACE] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_static] = ACTIONS(2609), - [anon_sym_register] = ACTIONS(2609), - [anon_sym_inline] = ACTIONS(2609), - [anon_sym_const] = ACTIONS(2609), - [anon_sym_volatile] = ACTIONS(2609), - [anon_sym_restrict] = ACTIONS(2609), - [anon_sym__Atomic] = ACTIONS(2609), - [anon_sym_mutable] = ACTIONS(2609), - [anon_sym_constexpr] = ACTIONS(2609), - [anon_sym_signed] = ACTIONS(2609), - [anon_sym_unsigned] = ACTIONS(2609), - [anon_sym_long] = ACTIONS(2609), - [anon_sym_short] = ACTIONS(2609), - [sym_primitive_type] = ACTIONS(2609), - [anon_sym_enum] = ACTIONS(2609), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2609), - [anon_sym_union] = ACTIONS(2609), + [1053] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token2] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2609), - [anon_sym_virtual] = ACTIONS(2609), - [anon_sym_explicit] = ACTIONS(2609), - [anon_sym_public] = ACTIONS(2609), - [anon_sym_private] = ACTIONS(2609), - [anon_sym_protected] = ACTIONS(2609), - [sym_auto] = ACTIONS(2609), - [anon_sym_typename] = ACTIONS(2609), - [anon_sym_template] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2611), - [anon_sym_operator] = ACTIONS(2609), - [anon_sym_friend] = ACTIONS(2609), - [anon_sym_using] = ACTIONS(2609), - [anon_sym_static_assert] = ACTIONS(2609), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), - [sym_operator_name] = ACTIONS(2609), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), - [anon_sym_MOZ_COLD] = ACTIONS(2609), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL] = ACTIONS(2609), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN] = ACTIONS(2609), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), - [anon_sym_MOZ_RAII] = ACTIONS(2609), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), - }, - [1163] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token2] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [anon_sym_public] = ACTIONS(2064), - [anon_sym_private] = ACTIONS(2064), - [anon_sym_protected] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_friend] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [sym_operator_name] = ACTIONS(2064), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [1164] = { - [sym_identifier] = ACTIONS(2785), - [aux_sym_preproc_def_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), - [sym_preproc_directive] = ACTIONS(2785), - [anon_sym_LPAREN2] = ACTIONS(2787), - [anon_sym_TILDE] = ACTIONS(2787), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_AMP_AMP] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_typedef] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym___attribute__] = ACTIONS(2785), - [anon_sym___declspec] = ACTIONS(2785), - [anon_sym___based] = ACTIONS(2785), - [anon_sym_RBRACE] = ACTIONS(2787), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_register] = ACTIONS(2785), - [anon_sym_inline] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_volatile] = ACTIONS(2785), - [anon_sym_restrict] = ACTIONS(2785), - [anon_sym__Atomic] = ACTIONS(2785), - [anon_sym_mutable] = ACTIONS(2785), - [anon_sym_constexpr] = ACTIONS(2785), - [anon_sym_signed] = ACTIONS(2785), - [anon_sym_unsigned] = ACTIONS(2785), - [anon_sym_long] = ACTIONS(2785), - [anon_sym_short] = ACTIONS(2785), - [sym_primitive_type] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_class] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), + [1054] = { + [sym_identifier] = ACTIONS(2485), + [aux_sym_preproc_def_token1] = ACTIONS(2485), + [aux_sym_preproc_if_token1] = ACTIONS(2485), + [aux_sym_preproc_if_token2] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), + [sym_preproc_directive] = ACTIONS(2485), + [anon_sym_LPAREN2] = ACTIONS(2487), + [anon_sym_TILDE] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_AMP_AMP] = ACTIONS(2487), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2485), + [anon_sym_extern] = ACTIONS(2485), + [anon_sym___attribute__] = ACTIONS(2485), + [anon_sym___declspec] = ACTIONS(2485), + [anon_sym___based] = ACTIONS(2485), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_register] = ACTIONS(2485), + [anon_sym_inline] = ACTIONS(2485), + [anon_sym_const] = ACTIONS(2485), + [anon_sym_volatile] = ACTIONS(2485), + [anon_sym_restrict] = ACTIONS(2485), + [anon_sym__Atomic] = ACTIONS(2485), + [anon_sym_mutable] = ACTIONS(2485), + [anon_sym_constexpr] = ACTIONS(2485), + [anon_sym_signed] = ACTIONS(2485), + [anon_sym_unsigned] = ACTIONS(2485), + [anon_sym_long] = ACTIONS(2485), + [anon_sym_short] = ACTIONS(2485), + [sym_primitive_type] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_union] = ACTIONS(2485), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2785), - [anon_sym_virtual] = ACTIONS(2785), - [anon_sym_explicit] = ACTIONS(2785), - [anon_sym_public] = ACTIONS(2785), - [anon_sym_private] = ACTIONS(2785), - [anon_sym_protected] = ACTIONS(2785), - [sym_auto] = ACTIONS(2785), - [anon_sym_typename] = ACTIONS(2785), - [anon_sym_template] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_operator] = ACTIONS(2785), - [anon_sym_friend] = ACTIONS(2785), - [anon_sym_using] = ACTIONS(2785), - [anon_sym_static_assert] = ACTIONS(2785), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), - [sym_operator_name] = ACTIONS(2785), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2785), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2785), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2785), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2785), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2785), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2785), - [anon_sym_MOZ_COLD] = ACTIONS(2785), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2785), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2785), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2785), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2785), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2785), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2785), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2785), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2785), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2785), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2785), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2785), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2785), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2785), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2785), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2785), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_NONNULL] = ACTIONS(2785), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2785), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2785), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2785), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2785), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_NORETURN] = ACTIONS(2785), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2785), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2785), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2785), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2785), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2785), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2785), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2785), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2785), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2785), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), - [anon_sym_MOZ_RAII] = ACTIONS(2785), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2785), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2785), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2785), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2785), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2785), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2785), + [anon_sym_decltype] = ACTIONS(2485), + [anon_sym_virtual] = ACTIONS(2485), + [anon_sym_explicit] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_protected] = ACTIONS(2485), + [sym_auto] = ACTIONS(2485), + [anon_sym_typename] = ACTIONS(2485), + [anon_sym_template] = ACTIONS(2485), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_operator] = ACTIONS(2485), + [anon_sym_friend] = ACTIONS(2485), + [anon_sym_using] = ACTIONS(2485), + [anon_sym_static_assert] = ACTIONS(2485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), + [sym_operator_name] = ACTIONS(2485), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), + [anon_sym_MOZ_COLD] = ACTIONS(2485), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_RAII] = ACTIONS(2485), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), }, - [1165] = { - [sym_identifier] = ACTIONS(2793), - [aux_sym_preproc_def_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2793), - [anon_sym_LPAREN2] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_AMP_AMP] = ACTIONS(2795), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym___attribute__] = ACTIONS(2793), - [anon_sym___declspec] = ACTIONS(2793), - [anon_sym___based] = ACTIONS(2793), - [anon_sym_RBRACE] = ACTIONS(2795), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym__Atomic] = ACTIONS(2793), - [anon_sym_mutable] = ACTIONS(2793), - [anon_sym_constexpr] = ACTIONS(2793), - [anon_sym_signed] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [sym_primitive_type] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_class] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2793), - [anon_sym_virtual] = ACTIONS(2793), - [anon_sym_explicit] = ACTIONS(2793), - [anon_sym_public] = ACTIONS(2793), - [anon_sym_private] = ACTIONS(2793), - [anon_sym_protected] = ACTIONS(2793), - [sym_auto] = ACTIONS(2793), - [anon_sym_typename] = ACTIONS(2793), - [anon_sym_template] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2795), - [anon_sym_operator] = ACTIONS(2793), - [anon_sym_friend] = ACTIONS(2793), - [anon_sym_using] = ACTIONS(2793), - [anon_sym_static_assert] = ACTIONS(2793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), - [sym_operator_name] = ACTIONS(2793), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2793), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2793), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2793), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2793), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2793), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2793), - [anon_sym_MOZ_COLD] = ACTIONS(2793), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2793), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2793), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2793), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2793), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2793), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2793), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2793), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2793), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2793), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2793), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2793), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2793), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2793), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2793), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2793), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_NONNULL] = ACTIONS(2793), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2793), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2793), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2793), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2793), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_NORETURN] = ACTIONS(2793), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2793), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2793), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2793), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2793), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2793), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2793), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2793), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2793), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2793), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), - [anon_sym_MOZ_RAII] = ACTIONS(2793), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2793), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2793), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2793), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2793), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2793), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2793), + [1055] = { + [sym_field_declaration_list] = STATE(880), + [sym_virtual_specifier] = STATE(4503), + [sym_base_class_clause] = STATE(5074), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2857), + [anon_sym_COMMA] = ACTIONS(2857), + [anon_sym_RPAREN] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_STAR] = ACTIONS(2857), + [anon_sym_SLASH] = ACTIONS(2859), + [anon_sym_PERCENT] = ACTIONS(2857), + [anon_sym_PIPE_PIPE] = ACTIONS(2857), + [anon_sym_AMP_AMP] = ACTIONS(2857), + [anon_sym_PIPE] = ACTIONS(2859), + [anon_sym_CARET] = ACTIONS(2857), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_EQ_EQ] = ACTIONS(2857), + [anon_sym_BANG_EQ] = ACTIONS(2857), + [anon_sym_GT] = ACTIONS(2859), + [anon_sym_GT_EQ] = ACTIONS(2857), + [anon_sym_LT_EQ] = ACTIONS(2857), + [anon_sym_LT] = ACTIONS(2859), + [anon_sym_LT_LT] = ACTIONS(2857), + [anon_sym_GT_GT] = ACTIONS(2857), + [anon_sym_SEMI] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_RBRACK] = ACTIONS(2857), + [anon_sym_EQ] = ACTIONS(2859), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2859), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2857), + [anon_sym_PLUS_PLUS] = ACTIONS(2857), + [anon_sym_DOT] = ACTIONS(2859), + [anon_sym_DASH_GT] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2857), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2857), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2857), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2857), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2857), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2857), + [anon_sym_MOZ_COLD] = ACTIONS(2857), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2857), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2857), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2857), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2857), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2857), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2857), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2857), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2857), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2857), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2857), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2857), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2857), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2857), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2857), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2857), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2857), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2857), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_NONNULL] = ACTIONS(2859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2857), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2857), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2857), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2857), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2857), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2857), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2857), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2857), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2857), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2857), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2857), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2857), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2857), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2857), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), + [anon_sym_MOZ_RAII] = ACTIONS(2857), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2857), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2857), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2857), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2857), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2857), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2857), }, - [1166] = { - [sym_identifier] = ACTIONS(2817), - [aux_sym_preproc_def_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), - [sym_preproc_directive] = ACTIONS(2817), - [anon_sym_LPAREN2] = ACTIONS(2819), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_typedef] = ACTIONS(2817), - [anon_sym_extern] = ACTIONS(2817), - [anon_sym___attribute__] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2817), - [anon_sym___based] = ACTIONS(2817), - [anon_sym_RBRACE] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2817), - [anon_sym_static] = ACTIONS(2817), - [anon_sym_register] = ACTIONS(2817), - [anon_sym_inline] = ACTIONS(2817), - [anon_sym_const] = ACTIONS(2817), - [anon_sym_volatile] = ACTIONS(2817), - [anon_sym_restrict] = ACTIONS(2817), - [anon_sym__Atomic] = ACTIONS(2817), - [anon_sym_mutable] = ACTIONS(2817), - [anon_sym_constexpr] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2817), - [anon_sym_unsigned] = ACTIONS(2817), - [anon_sym_long] = ACTIONS(2817), - [anon_sym_short] = ACTIONS(2817), - [sym_primitive_type] = ACTIONS(2817), - [anon_sym_enum] = ACTIONS(2817), - [anon_sym_class] = ACTIONS(2817), - [anon_sym_struct] = ACTIONS(2817), - [anon_sym_union] = ACTIONS(2817), + [1056] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token2] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2817), - [anon_sym_virtual] = ACTIONS(2817), - [anon_sym_explicit] = ACTIONS(2817), - [anon_sym_public] = ACTIONS(2817), - [anon_sym_private] = ACTIONS(2817), - [anon_sym_protected] = ACTIONS(2817), - [sym_auto] = ACTIONS(2817), - [anon_sym_typename] = ACTIONS(2817), - [anon_sym_template] = ACTIONS(2817), - [anon_sym_COLON_COLON] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2817), - [anon_sym_friend] = ACTIONS(2817), - [anon_sym_using] = ACTIONS(2817), - [anon_sym_static_assert] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), - [sym_operator_name] = ACTIONS(2817), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), - [anon_sym_MOZ_COLD] = ACTIONS(2817), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_RAII] = ACTIONS(2817), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), - }, - [1167] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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), - }, - [1168] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1169] = { - [sym_identifier] = ACTIONS(2817), - [aux_sym_preproc_def_token1] = ACTIONS(2817), - [aux_sym_preproc_if_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), - [sym_preproc_directive] = ACTIONS(2817), - [anon_sym_LPAREN2] = ACTIONS(2819), - [anon_sym_TILDE] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2819), - [anon_sym_AMP_AMP] = ACTIONS(2819), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_typedef] = ACTIONS(2817), - [anon_sym_extern] = ACTIONS(2817), - [anon_sym___attribute__] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2817), - [anon_sym___based] = ACTIONS(2817), - [anon_sym_RBRACE] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2817), - [anon_sym_static] = ACTIONS(2817), - [anon_sym_register] = ACTIONS(2817), - [anon_sym_inline] = ACTIONS(2817), - [anon_sym_const] = ACTIONS(2817), - [anon_sym_volatile] = ACTIONS(2817), - [anon_sym_restrict] = ACTIONS(2817), - [anon_sym__Atomic] = ACTIONS(2817), - [anon_sym_mutable] = ACTIONS(2817), - [anon_sym_constexpr] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2817), - [anon_sym_unsigned] = ACTIONS(2817), - [anon_sym_long] = ACTIONS(2817), - [anon_sym_short] = ACTIONS(2817), - [sym_primitive_type] = ACTIONS(2817), - [anon_sym_enum] = ACTIONS(2817), - [anon_sym_class] = ACTIONS(2817), - [anon_sym_struct] = ACTIONS(2817), - [anon_sym_union] = ACTIONS(2817), + [1057] = { + [sym_identifier] = ACTIONS(2537), + [aux_sym_preproc_def_token1] = ACTIONS(2537), + [aux_sym_preproc_if_token1] = ACTIONS(2537), + [aux_sym_preproc_if_token2] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2537), + [anon_sym_LPAREN2] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_AMP_AMP] = ACTIONS(2539), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym___attribute__] = ACTIONS(2537), + [anon_sym___declspec] = ACTIONS(2537), + [anon_sym___based] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym__Atomic] = ACTIONS(2537), + [anon_sym_mutable] = ACTIONS(2537), + [anon_sym_constexpr] = ACTIONS(2537), + [anon_sym_signed] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2817), - [anon_sym_virtual] = ACTIONS(2817), - [anon_sym_explicit] = ACTIONS(2817), - [anon_sym_public] = ACTIONS(2817), - [anon_sym_private] = ACTIONS(2817), - [anon_sym_protected] = ACTIONS(2817), - [sym_auto] = ACTIONS(2817), - [anon_sym_typename] = ACTIONS(2817), - [anon_sym_template] = ACTIONS(2817), - [anon_sym_COLON_COLON] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2817), - [anon_sym_friend] = ACTIONS(2817), - [anon_sym_using] = ACTIONS(2817), - [anon_sym_static_assert] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), - [sym_operator_name] = ACTIONS(2817), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), - [anon_sym_MOZ_COLD] = ACTIONS(2817), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL] = ACTIONS(2817), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN] = ACTIONS(2817), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), - [anon_sym_MOZ_RAII] = ACTIONS(2817), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), - }, - [1170] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token2] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [anon_sym_public] = ACTIONS(2068), - [anon_sym_private] = ACTIONS(2068), - [anon_sym_protected] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_friend] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [sym_operator_name] = ACTIONS(2068), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), - }, - [1171] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token2] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [anon_sym_public] = ACTIONS(2072), - [anon_sym_private] = ACTIONS(2072), - [anon_sym_protected] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_friend] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [sym_operator_name] = ACTIONS(2072), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), - }, - [1172] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), - }, - [1173] = { - [sym_identifier] = ACTIONS(2829), - [aux_sym_preproc_def_token1] = ACTIONS(2829), - [aux_sym_preproc_if_token1] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), - [sym_preproc_directive] = ACTIONS(2829), - [anon_sym_LPAREN2] = ACTIONS(2831), - [anon_sym_TILDE] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2831), - [anon_sym_AMP_AMP] = ACTIONS(2831), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_typedef] = ACTIONS(2829), - [anon_sym_extern] = ACTIONS(2829), - [anon_sym___attribute__] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2829), - [anon_sym___based] = ACTIONS(2829), - [anon_sym_RBRACE] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2829), - [anon_sym_static] = ACTIONS(2829), - [anon_sym_register] = ACTIONS(2829), - [anon_sym_inline] = ACTIONS(2829), - [anon_sym_const] = ACTIONS(2829), - [anon_sym_volatile] = ACTIONS(2829), - [anon_sym_restrict] = ACTIONS(2829), - [anon_sym__Atomic] = ACTIONS(2829), - [anon_sym_mutable] = ACTIONS(2829), - [anon_sym_constexpr] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2829), - [anon_sym_unsigned] = ACTIONS(2829), - [anon_sym_long] = ACTIONS(2829), - [anon_sym_short] = ACTIONS(2829), - [sym_primitive_type] = ACTIONS(2829), - [anon_sym_enum] = ACTIONS(2829), - [anon_sym_class] = ACTIONS(2829), - [anon_sym_struct] = ACTIONS(2829), - [anon_sym_union] = ACTIONS(2829), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2829), - [anon_sym_virtual] = ACTIONS(2829), - [anon_sym_explicit] = ACTIONS(2829), - [anon_sym_public] = ACTIONS(2829), - [anon_sym_private] = ACTIONS(2829), - [anon_sym_protected] = ACTIONS(2829), - [sym_auto] = ACTIONS(2829), - [anon_sym_typename] = ACTIONS(2829), - [anon_sym_template] = ACTIONS(2829), - [anon_sym_COLON_COLON] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2829), - [anon_sym_friend] = ACTIONS(2829), - [anon_sym_using] = ACTIONS(2829), - [anon_sym_static_assert] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), - [sym_operator_name] = ACTIONS(2829), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2829), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2829), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2829), - [anon_sym_MOZ_COLD] = ACTIONS(2829), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2829), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2829), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2829), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2829), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2829), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2829), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2829), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2829), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2829), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2829), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2829), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2829), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2829), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2829), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2829), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_NONNULL] = ACTIONS(2829), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2829), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2829), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2829), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2829), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_NORETURN] = ACTIONS(2829), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2829), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2829), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2829), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2829), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2829), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2829), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2829), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2829), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2829), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), - [anon_sym_MOZ_RAII] = ACTIONS(2829), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2829), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2829), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2829), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2829), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2829), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2537), + [anon_sym_virtual] = ACTIONS(2537), + [anon_sym_explicit] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_protected] = ACTIONS(2537), + [sym_auto] = ACTIONS(2537), + [anon_sym_typename] = ACTIONS(2537), + [anon_sym_template] = ACTIONS(2537), + [anon_sym_COLON_COLON] = ACTIONS(2539), + [anon_sym_operator] = ACTIONS(2537), + [anon_sym_friend] = ACTIONS(2537), + [anon_sym_using] = ACTIONS(2537), + [anon_sym_static_assert] = ACTIONS(2537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), + [sym_operator_name] = ACTIONS(2537), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), + [anon_sym_MOZ_COLD] = ACTIONS(2537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_RAII] = ACTIONS(2537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), }, - [1174] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), + [1058] = { + [sym_identifier] = ACTIONS(2661), + [aux_sym_preproc_def_token1] = ACTIONS(2661), + [aux_sym_preproc_if_token1] = ACTIONS(2661), + [aux_sym_preproc_if_token2] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2661), + [sym_preproc_directive] = ACTIONS(2661), + [anon_sym_LPAREN2] = ACTIONS(2663), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_AMP_AMP] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2661), + [anon_sym_typedef] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym___attribute__] = ACTIONS(2661), + [anon_sym___declspec] = ACTIONS(2661), + [anon_sym___based] = ACTIONS(2661), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_register] = ACTIONS(2661), + [anon_sym_inline] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_volatile] = ACTIONS(2661), + [anon_sym_restrict] = ACTIONS(2661), + [anon_sym__Atomic] = ACTIONS(2661), + [anon_sym_mutable] = ACTIONS(2661), + [anon_sym_constexpr] = ACTIONS(2661), + [anon_sym_signed] = ACTIONS(2661), + [anon_sym_unsigned] = ACTIONS(2661), + [anon_sym_long] = ACTIONS(2661), + [anon_sym_short] = ACTIONS(2661), + [sym_primitive_type] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_union] = ACTIONS(2661), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2661), + [anon_sym_virtual] = ACTIONS(2661), + [anon_sym_explicit] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_protected] = ACTIONS(2661), + [sym_auto] = ACTIONS(2661), + [anon_sym_typename] = ACTIONS(2661), + [anon_sym_template] = ACTIONS(2661), + [anon_sym_COLON_COLON] = ACTIONS(2663), + [anon_sym_operator] = ACTIONS(2661), + [anon_sym_friend] = ACTIONS(2661), + [anon_sym_using] = ACTIONS(2661), + [anon_sym_static_assert] = ACTIONS(2661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2663), + [sym_operator_name] = ACTIONS(2661), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2661), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2661), + [anon_sym_MOZ_COLD] = ACTIONS(2661), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2661), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2661), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2661), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2661), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2661), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2661), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2661), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2661), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2661), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2661), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2661), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2661), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_RAII] = ACTIONS(2661), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2661), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2661), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2661), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2661), }, - [1175] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token2] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [anon_sym_public] = ACTIONS(2028), - [anon_sym_private] = ACTIONS(2028), - [anon_sym_protected] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_friend] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [sym_operator_name] = ACTIONS(2028), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), + [1059] = { + [sym_identifier] = ACTIONS(2481), + [aux_sym_preproc_def_token1] = ACTIONS(2481), + [aux_sym_preproc_if_token1] = ACTIONS(2481), + [aux_sym_preproc_if_token2] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2481), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_LPAREN2] = ACTIONS(2483), + [anon_sym_TILDE] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_AMP_AMP] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2481), + [anon_sym_typedef] = ACTIONS(2481), + [anon_sym_extern] = ACTIONS(2481), + [anon_sym___attribute__] = ACTIONS(2481), + [anon_sym___declspec] = ACTIONS(2481), + [anon_sym___based] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_register] = ACTIONS(2481), + [anon_sym_inline] = ACTIONS(2481), + [anon_sym_const] = ACTIONS(2481), + [anon_sym_volatile] = ACTIONS(2481), + [anon_sym_restrict] = ACTIONS(2481), + [anon_sym__Atomic] = ACTIONS(2481), + [anon_sym_mutable] = ACTIONS(2481), + [anon_sym_constexpr] = ACTIONS(2481), + [anon_sym_signed] = ACTIONS(2481), + [anon_sym_unsigned] = ACTIONS(2481), + [anon_sym_long] = ACTIONS(2481), + [anon_sym_short] = ACTIONS(2481), + [sym_primitive_type] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_union] = ACTIONS(2481), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2481), + [anon_sym_virtual] = ACTIONS(2481), + [anon_sym_explicit] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_protected] = ACTIONS(2481), + [sym_auto] = ACTIONS(2481), + [anon_sym_typename] = ACTIONS(2481), + [anon_sym_template] = ACTIONS(2481), + [anon_sym_COLON_COLON] = ACTIONS(2483), + [anon_sym_operator] = ACTIONS(2481), + [anon_sym_friend] = ACTIONS(2481), + [anon_sym_using] = ACTIONS(2481), + [anon_sym_static_assert] = ACTIONS(2481), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2483), + [sym_operator_name] = ACTIONS(2481), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2481), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2481), + [anon_sym_MOZ_COLD] = ACTIONS(2481), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2481), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2481), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2481), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2481), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2481), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2481), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2481), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2481), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2481), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2481), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2481), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2481), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_RAII] = ACTIONS(2481), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2481), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2481), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2481), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2481), }, - [1176] = { - [sym_identifier] = ACTIONS(2092), - [aux_sym_preproc_def_token1] = ACTIONS(2092), - [aux_sym_preproc_if_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2092), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2092), - [sym_preproc_directive] = ACTIONS(2092), - [anon_sym_LPAREN2] = ACTIONS(2094), - [anon_sym_TILDE] = ACTIONS(2094), - [anon_sym_STAR] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_typedef] = ACTIONS(2092), - [anon_sym_extern] = ACTIONS(2092), - [anon_sym___attribute__] = ACTIONS(2092), - [anon_sym___declspec] = ACTIONS(2092), - [anon_sym___based] = ACTIONS(2092), - [anon_sym_RBRACE] = ACTIONS(2094), - [anon_sym_LBRACK] = ACTIONS(2092), - [anon_sym_static] = ACTIONS(2092), - [anon_sym_register] = ACTIONS(2092), - [anon_sym_inline] = ACTIONS(2092), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_volatile] = ACTIONS(2092), - [anon_sym_restrict] = ACTIONS(2092), - [anon_sym__Atomic] = ACTIONS(2092), - [anon_sym_mutable] = ACTIONS(2092), - [anon_sym_constexpr] = ACTIONS(2092), - [anon_sym_signed] = ACTIONS(2092), - [anon_sym_unsigned] = ACTIONS(2092), - [anon_sym_long] = ACTIONS(2092), - [anon_sym_short] = ACTIONS(2092), - [sym_primitive_type] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_class] = ACTIONS(2092), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2092), - [anon_sym_virtual] = ACTIONS(2092), - [anon_sym_explicit] = ACTIONS(2092), - [anon_sym_public] = ACTIONS(2092), - [anon_sym_private] = ACTIONS(2092), - [anon_sym_protected] = ACTIONS(2092), - [sym_auto] = ACTIONS(2092), - [anon_sym_typename] = ACTIONS(2092), - [anon_sym_template] = ACTIONS(2092), - [anon_sym_COLON_COLON] = ACTIONS(2094), - [anon_sym_operator] = ACTIONS(2092), - [anon_sym_friend] = ACTIONS(2092), - [anon_sym_using] = ACTIONS(2092), - [anon_sym_static_assert] = ACTIONS(2092), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2094), - [sym_operator_name] = ACTIONS(2092), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2092), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2092), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2092), - [anon_sym_MOZ_COLD] = ACTIONS(2092), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2092), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2092), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2092), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2092), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2092), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2092), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2092), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2092), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2092), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2092), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2092), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2092), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL] = ACTIONS(2092), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2092), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2092), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN] = ACTIONS(2092), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2092), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2092), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2092), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2092), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2092), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2092), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2092), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2092), - [anon_sym_MOZ_RAII] = ACTIONS(2092), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2092), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2092), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2092), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2092), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2092), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2092), + [1060] = { + [sym_identifier] = ACTIONS(2453), + [aux_sym_preproc_def_token1] = ACTIONS(2453), + [aux_sym_preproc_if_token1] = ACTIONS(2453), + [aux_sym_preproc_if_token2] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2453), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2455), + [anon_sym_TILDE] = ACTIONS(2455), + [anon_sym_STAR] = ACTIONS(2455), + [anon_sym_AMP_AMP] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2453), + [anon_sym_typedef] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2453), + [anon_sym___attribute__] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2453), + [anon_sym___based] = ACTIONS(2453), + [anon_sym_LBRACK] = ACTIONS(2453), + [anon_sym_static] = ACTIONS(2453), + [anon_sym_register] = ACTIONS(2453), + [anon_sym_inline] = ACTIONS(2453), + [anon_sym_const] = ACTIONS(2453), + [anon_sym_volatile] = ACTIONS(2453), + [anon_sym_restrict] = ACTIONS(2453), + [anon_sym__Atomic] = ACTIONS(2453), + [anon_sym_mutable] = ACTIONS(2453), + [anon_sym_constexpr] = ACTIONS(2453), + [anon_sym_signed] = ACTIONS(2453), + [anon_sym_unsigned] = ACTIONS(2453), + [anon_sym_long] = ACTIONS(2453), + [anon_sym_short] = ACTIONS(2453), + [sym_primitive_type] = ACTIONS(2453), + [anon_sym_enum] = ACTIONS(2453), + [anon_sym_class] = ACTIONS(2453), + [anon_sym_struct] = ACTIONS(2453), + [anon_sym_union] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2453), + [anon_sym_virtual] = ACTIONS(2453), + [anon_sym_explicit] = ACTIONS(2453), + [anon_sym_public] = ACTIONS(2453), + [anon_sym_private] = ACTIONS(2453), + [anon_sym_protected] = ACTIONS(2453), + [sym_auto] = ACTIONS(2453), + [anon_sym_typename] = ACTIONS(2453), + [anon_sym_template] = ACTIONS(2453), + [anon_sym_COLON_COLON] = ACTIONS(2455), + [anon_sym_operator] = ACTIONS(2453), + [anon_sym_friend] = ACTIONS(2453), + [anon_sym_using] = ACTIONS(2453), + [anon_sym_static_assert] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2455), + [sym_operator_name] = ACTIONS(2453), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2453), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2453), + [anon_sym_MOZ_COLD] = ACTIONS(2453), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2453), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2453), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2453), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2453), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2453), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2453), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2453), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2453), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2453), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2453), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2453), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2453), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_RAII] = ACTIONS(2453), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2453), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2453), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2453), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2453), }, - [1177] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_declaration] = STATE(4548), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4548), - [sym_variadic_parameter_declaration] = STATE(4548), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1364), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1692), - [anon_sym_RPAREN] = ACTIONS(2201), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1061] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [1178] = { + [1062] = { [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2835), - [anon_sym_COMMA] = ACTIONS(2835), - [anon_sym_RPAREN] = ACTIONS(2835), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), [anon_sym_LPAREN2] = ACTIONS(2835), - [anon_sym_DASH] = ACTIONS(2833), - [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_TILDE] = ACTIONS(2835), [anon_sym_STAR] = ACTIONS(2835), - [anon_sym_SLASH] = ACTIONS(2833), - [anon_sym_PERCENT] = ACTIONS(2835), - [anon_sym_PIPE_PIPE] = ACTIONS(2835), [anon_sym_AMP_AMP] = ACTIONS(2835), - [anon_sym_PIPE] = ACTIONS(2833), - [anon_sym_CARET] = ACTIONS(2835), [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_EQ_EQ] = ACTIONS(2835), - [anon_sym_BANG_EQ] = ACTIONS(2835), - [anon_sym_GT] = ACTIONS(2833), - [anon_sym_GT_EQ] = ACTIONS(2835), - [anon_sym_LT_EQ] = ACTIONS(2835), - [anon_sym_LT] = ACTIONS(2833), - [anon_sym_LT_LT] = ACTIONS(2835), - [anon_sym_GT_GT] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym_typedef] = ACTIONS(2833), [anon_sym_extern] = ACTIONS(2833), [anon_sym___attribute__] = ACTIONS(2833), [anon_sym___declspec] = ACTIONS(2833), [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), [anon_sym_RBRACE] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_RBRACK] = ACTIONS(2835), - [anon_sym_EQ] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), [anon_sym_static] = ACTIONS(2833), [anon_sym_register] = ACTIONS(2833), [anon_sym_inline] = ACTIONS(2833), @@ -208598,18 +207459,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2833), [anon_sym_mutable] = ACTIONS(2833), [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_COLON] = ACTIONS(2833), - [anon_sym_QMARK] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2835), - [anon_sym_PLUS_PLUS] = ACTIONS(2835), - [anon_sym_DOT] = ACTIONS(2833), - [anon_sym_DASH_GT] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2833), - [anon_sym_override] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), [anon_sym_COLON_COLON] = ACTIONS(2835), - [anon_sym_noexcept] = ACTIONS(2833), - [anon_sym_throw] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), @@ -208679,4843 +207555,4223 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1179] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2279), - [anon_sym_COMMA] = ACTIONS(2279), - [anon_sym_RPAREN] = ACTIONS(2279), - [anon_sym_LPAREN2] = ACTIONS(2279), - [anon_sym_DASH] = ACTIONS(2272), - [anon_sym_PLUS] = ACTIONS(2272), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_SLASH] = ACTIONS(2272), - [anon_sym_PERCENT] = ACTIONS(2279), - [anon_sym_PIPE_PIPE] = ACTIONS(2279), - [anon_sym_AMP_AMP] = ACTIONS(2279), - [anon_sym_PIPE] = ACTIONS(2272), - [anon_sym_CARET] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_EQ_EQ] = ACTIONS(2279), - [anon_sym_BANG_EQ] = ACTIONS(2279), - [anon_sym_GT] = ACTIONS(2272), - [anon_sym_GT_EQ] = ACTIONS(2279), - [anon_sym_LT_EQ] = ACTIONS(2279), - [anon_sym_LT] = ACTIONS(2272), - [anon_sym_LT_LT] = ACTIONS(2279), - [anon_sym_GT_GT] = ACTIONS(2279), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_RBRACE] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2279), - [anon_sym_RBRACK] = ACTIONS(2279), - [anon_sym_EQ] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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(2272), - [anon_sym_QMARK] = ACTIONS(2279), - [anon_sym_DASH_DASH] = ACTIONS(2279), - [anon_sym_PLUS_PLUS] = ACTIONS(2279), - [anon_sym_DOT] = ACTIONS(2272), - [anon_sym_DASH_GT] = ACTIONS(2279), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2272), - [anon_sym_override] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [anon_sym_noexcept] = ACTIONS(2272), - [anon_sym_throw] = 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), - }, - [1180] = { - [sym_identifier] = ACTIONS(2821), - [aux_sym_preproc_def_token1] = ACTIONS(2821), - [aux_sym_preproc_if_token1] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), - [sym_preproc_directive] = ACTIONS(2821), - [anon_sym_LPAREN2] = ACTIONS(2823), - [anon_sym_TILDE] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2823), - [anon_sym_AMP_AMP] = ACTIONS(2823), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_typedef] = ACTIONS(2821), - [anon_sym_extern] = ACTIONS(2821), - [anon_sym___attribute__] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2821), - [anon_sym___based] = ACTIONS(2821), - [anon_sym_RBRACE] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2821), - [anon_sym_static] = ACTIONS(2821), - [anon_sym_register] = ACTIONS(2821), - [anon_sym_inline] = ACTIONS(2821), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_volatile] = ACTIONS(2821), - [anon_sym_restrict] = ACTIONS(2821), - [anon_sym__Atomic] = ACTIONS(2821), - [anon_sym_mutable] = ACTIONS(2821), - [anon_sym_constexpr] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2821), - [anon_sym_unsigned] = ACTIONS(2821), - [anon_sym_long] = ACTIONS(2821), - [anon_sym_short] = ACTIONS(2821), - [sym_primitive_type] = ACTIONS(2821), - [anon_sym_enum] = ACTIONS(2821), - [anon_sym_class] = ACTIONS(2821), - [anon_sym_struct] = ACTIONS(2821), - [anon_sym_union] = ACTIONS(2821), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2821), - [anon_sym_virtual] = ACTIONS(2821), - [anon_sym_explicit] = ACTIONS(2821), - [anon_sym_public] = ACTIONS(2821), - [anon_sym_private] = ACTIONS(2821), - [anon_sym_protected] = ACTIONS(2821), - [sym_auto] = ACTIONS(2821), - [anon_sym_typename] = ACTIONS(2821), - [anon_sym_template] = ACTIONS(2821), - [anon_sym_COLON_COLON] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2821), - [anon_sym_friend] = ACTIONS(2821), - [anon_sym_using] = ACTIONS(2821), - [anon_sym_static_assert] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), - [sym_operator_name] = ACTIONS(2821), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2821), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2821), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2821), - [anon_sym_MOZ_COLD] = ACTIONS(2821), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2821), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2821), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2821), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2821), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2821), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2821), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2821), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2821), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2821), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2821), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2821), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2821), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL] = ACTIONS(2821), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2821), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2821), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN] = ACTIONS(2821), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2821), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2821), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2821), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2821), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2821), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2821), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2821), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), - [anon_sym_MOZ_RAII] = ACTIONS(2821), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2821), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2821), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2821), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2821), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2821), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2821), - }, - [1181] = { - [sym_identifier] = ACTIONS(2120), - [aux_sym_preproc_def_token1] = ACTIONS(2120), - [aux_sym_preproc_if_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2120), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2120), - [sym_preproc_directive] = ACTIONS(2120), - [anon_sym_LPAREN2] = ACTIONS(2122), - [anon_sym_TILDE] = ACTIONS(2122), - [anon_sym_STAR] = ACTIONS(2122), - [anon_sym_AMP_AMP] = ACTIONS(2122), - [anon_sym_AMP] = ACTIONS(2120), - [anon_sym_typedef] = ACTIONS(2120), - [anon_sym_extern] = ACTIONS(2120), - [anon_sym___attribute__] = ACTIONS(2120), - [anon_sym___declspec] = ACTIONS(2120), - [anon_sym___based] = ACTIONS(2120), - [anon_sym_RBRACE] = ACTIONS(2122), - [anon_sym_LBRACK] = ACTIONS(2120), - [anon_sym_static] = ACTIONS(2120), - [anon_sym_register] = ACTIONS(2120), - [anon_sym_inline] = ACTIONS(2120), - [anon_sym_const] = ACTIONS(2120), - [anon_sym_volatile] = ACTIONS(2120), - [anon_sym_restrict] = ACTIONS(2120), - [anon_sym__Atomic] = ACTIONS(2120), - [anon_sym_mutable] = ACTIONS(2120), - [anon_sym_constexpr] = ACTIONS(2120), - [anon_sym_signed] = ACTIONS(2120), - [anon_sym_unsigned] = ACTIONS(2120), - [anon_sym_long] = ACTIONS(2120), - [anon_sym_short] = ACTIONS(2120), - [sym_primitive_type] = ACTIONS(2120), - [anon_sym_enum] = ACTIONS(2120), - [anon_sym_class] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_union] = ACTIONS(2120), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2120), - [anon_sym_virtual] = ACTIONS(2120), - [anon_sym_explicit] = ACTIONS(2120), - [anon_sym_public] = ACTIONS(2120), - [anon_sym_private] = ACTIONS(2120), - [anon_sym_protected] = ACTIONS(2120), - [sym_auto] = ACTIONS(2120), - [anon_sym_typename] = ACTIONS(2120), - [anon_sym_template] = ACTIONS(2120), - [anon_sym_COLON_COLON] = ACTIONS(2122), - [anon_sym_operator] = ACTIONS(2120), - [anon_sym_friend] = ACTIONS(2120), - [anon_sym_using] = ACTIONS(2120), - [anon_sym_static_assert] = ACTIONS(2120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2122), - [sym_operator_name] = ACTIONS(2120), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2120), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2120), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2120), - [anon_sym_MOZ_COLD] = ACTIONS(2120), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2120), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2120), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2120), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2120), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2120), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2120), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2120), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2120), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2120), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2120), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2120), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2120), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL] = ACTIONS(2120), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2120), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2120), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN] = ACTIONS(2120), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2120), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2120), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2120), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2120), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2120), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2120), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2120), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2120), - [anon_sym_MOZ_RAII] = ACTIONS(2120), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2120), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2120), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2120), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2120), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2120), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2120), - }, - [1182] = { - [sym_identifier] = ACTIONS(2809), - [aux_sym_preproc_def_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), - [sym_preproc_directive] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP_AMP] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym___based] = ACTIONS(2809), - [anon_sym_RBRACE] = ACTIONS(2811), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [sym_primitive_type] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_explicit] = ACTIONS(2809), - [anon_sym_public] = ACTIONS(2809), - [anon_sym_private] = ACTIONS(2809), - [anon_sym_protected] = ACTIONS(2809), - [sym_auto] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_operator] = ACTIONS(2809), - [anon_sym_friend] = ACTIONS(2809), - [anon_sym_using] = ACTIONS(2809), - [anon_sym_static_assert] = ACTIONS(2809), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [sym_operator_name] = ACTIONS(2809), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2809), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2809), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2809), - [anon_sym_MOZ_COLD] = ACTIONS(2809), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2809), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2809), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2809), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2809), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2809), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2809), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2809), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2809), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2809), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2809), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2809), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2809), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL] = ACTIONS(2809), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2809), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2809), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN] = ACTIONS(2809), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2809), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2809), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2809), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2809), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2809), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2809), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2809), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), - [anon_sym_MOZ_RAII] = ACTIONS(2809), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2809), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2809), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2809), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2809), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2809), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2809), - }, - [1183] = { - [sym_identifier] = ACTIONS(2565), - [aux_sym_preproc_def_token1] = ACTIONS(2565), - [aux_sym_preproc_if_token1] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), - [sym_preproc_directive] = ACTIONS(2565), - [anon_sym_LPAREN2] = ACTIONS(2567), - [anon_sym_TILDE] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(2567), - [anon_sym_AMP_AMP] = ACTIONS(2567), - [anon_sym_AMP] = ACTIONS(2565), - [anon_sym_typedef] = ACTIONS(2565), - [anon_sym_extern] = ACTIONS(2565), - [anon_sym___attribute__] = ACTIONS(2565), - [anon_sym___declspec] = ACTIONS(2565), - [anon_sym___based] = ACTIONS(2565), - [anon_sym_RBRACE] = ACTIONS(2567), - [anon_sym_LBRACK] = ACTIONS(2565), - [anon_sym_static] = ACTIONS(2565), - [anon_sym_register] = ACTIONS(2565), - [anon_sym_inline] = ACTIONS(2565), - [anon_sym_const] = ACTIONS(2565), - [anon_sym_volatile] = ACTIONS(2565), - [anon_sym_restrict] = ACTIONS(2565), - [anon_sym__Atomic] = ACTIONS(2565), - [anon_sym_mutable] = ACTIONS(2565), - [anon_sym_constexpr] = ACTIONS(2565), - [anon_sym_signed] = ACTIONS(2565), - [anon_sym_unsigned] = ACTIONS(2565), - [anon_sym_long] = ACTIONS(2565), - [anon_sym_short] = ACTIONS(2565), - [sym_primitive_type] = ACTIONS(2565), - [anon_sym_enum] = ACTIONS(2565), - [anon_sym_class] = ACTIONS(2565), - [anon_sym_struct] = ACTIONS(2565), - [anon_sym_union] = ACTIONS(2565), + [1063] = { + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token2] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [sym_primitive_type] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2565), - [anon_sym_virtual] = ACTIONS(2565), - [anon_sym_explicit] = ACTIONS(2565), - [anon_sym_public] = ACTIONS(2565), - [anon_sym_private] = ACTIONS(2565), - [anon_sym_protected] = ACTIONS(2565), - [sym_auto] = ACTIONS(2565), - [anon_sym_typename] = ACTIONS(2565), - [anon_sym_template] = ACTIONS(2565), - [anon_sym_COLON_COLON] = ACTIONS(2567), - [anon_sym_operator] = ACTIONS(2565), - [anon_sym_friend] = ACTIONS(2565), - [anon_sym_using] = ACTIONS(2565), - [anon_sym_static_assert] = ACTIONS(2565), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), - [sym_operator_name] = ACTIONS(2565), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), - [anon_sym_MOZ_COLD] = ACTIONS(2565), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL] = ACTIONS(2565), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN] = ACTIONS(2565), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), - [anon_sym_MOZ_RAII] = ACTIONS(2565), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), - }, - [1184] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), - }, - [1185] = { - [sym_identifier] = ACTIONS(1996), - [aux_sym_preproc_def_token1] = ACTIONS(1996), - [aux_sym_preproc_if_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1996), - [sym_preproc_directive] = ACTIONS(1996), - [anon_sym_LPAREN2] = ACTIONS(1998), - [anon_sym_TILDE] = ACTIONS(1998), - [anon_sym_STAR] = ACTIONS(1998), - [anon_sym_AMP_AMP] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1996), - [anon_sym_typedef] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym___attribute__] = ACTIONS(1996), - [anon_sym___declspec] = ACTIONS(1996), - [anon_sym___based] = ACTIONS(1996), - [anon_sym_RBRACE] = ACTIONS(1998), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_static] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_inline] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [anon_sym_volatile] = ACTIONS(1996), - [anon_sym_restrict] = ACTIONS(1996), - [anon_sym__Atomic] = ACTIONS(1996), - [anon_sym_mutable] = ACTIONS(1996), - [anon_sym_constexpr] = ACTIONS(1996), - [anon_sym_signed] = ACTIONS(1996), - [anon_sym_unsigned] = ACTIONS(1996), - [anon_sym_long] = ACTIONS(1996), - [anon_sym_short] = ACTIONS(1996), - [sym_primitive_type] = ACTIONS(1996), - [anon_sym_enum] = ACTIONS(1996), - [anon_sym_class] = ACTIONS(1996), - [anon_sym_struct] = ACTIONS(1996), - [anon_sym_union] = ACTIONS(1996), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1996), - [anon_sym_virtual] = ACTIONS(1996), - [anon_sym_explicit] = ACTIONS(1996), - [anon_sym_public] = ACTIONS(1996), - [anon_sym_private] = ACTIONS(1996), - [anon_sym_protected] = ACTIONS(1996), - [sym_auto] = ACTIONS(1996), - [anon_sym_typename] = ACTIONS(1996), - [anon_sym_template] = ACTIONS(1996), - [anon_sym_COLON_COLON] = ACTIONS(1998), - [anon_sym_operator] = ACTIONS(1996), - [anon_sym_friend] = ACTIONS(1996), - [anon_sym_using] = ACTIONS(1996), - [anon_sym_static_assert] = ACTIONS(1996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1998), - [sym_operator_name] = ACTIONS(1996), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1996), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1996), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1996), - [anon_sym_MOZ_COLD] = ACTIONS(1996), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1996), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1996), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1996), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1996), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1996), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1996), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1996), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1996), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1996), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1996), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1996), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1996), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL] = ACTIONS(1996), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1996), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1996), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN] = ACTIONS(1996), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1996), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1996), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1996), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1996), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1996), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1996), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1996), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1996), - [anon_sym_MOZ_RAII] = ACTIONS(1996), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1996), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1996), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1996), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1996), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1996), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1996), - }, - [1186] = { - [sym_identifier] = ACTIONS(2385), - [aux_sym_preproc_def_token1] = ACTIONS(2385), - [aux_sym_preproc_if_token1] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2385), - [sym_preproc_directive] = ACTIONS(2385), - [anon_sym_LPAREN2] = ACTIONS(2387), - [anon_sym_TILDE] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(2387), - [anon_sym_AMP_AMP] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_typedef] = ACTIONS(2385), - [anon_sym_extern] = ACTIONS(2385), - [anon_sym___attribute__] = ACTIONS(2385), - [anon_sym___declspec] = ACTIONS(2385), - [anon_sym___based] = ACTIONS(2385), - [anon_sym_RBRACE] = ACTIONS(2387), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_static] = ACTIONS(2385), - [anon_sym_register] = ACTIONS(2385), - [anon_sym_inline] = ACTIONS(2385), - [anon_sym_const] = ACTIONS(2385), - [anon_sym_volatile] = ACTIONS(2385), - [anon_sym_restrict] = ACTIONS(2385), - [anon_sym__Atomic] = ACTIONS(2385), - [anon_sym_mutable] = ACTIONS(2385), - [anon_sym_constexpr] = ACTIONS(2385), - [anon_sym_signed] = ACTIONS(2385), - [anon_sym_unsigned] = ACTIONS(2385), - [anon_sym_long] = ACTIONS(2385), - [anon_sym_short] = ACTIONS(2385), - [sym_primitive_type] = ACTIONS(2385), - [anon_sym_enum] = ACTIONS(2385), - [anon_sym_class] = ACTIONS(2385), - [anon_sym_struct] = ACTIONS(2385), - [anon_sym_union] = ACTIONS(2385), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2385), - [anon_sym_virtual] = ACTIONS(2385), - [anon_sym_explicit] = ACTIONS(2385), - [anon_sym_public] = ACTIONS(2385), - [anon_sym_private] = ACTIONS(2385), - [anon_sym_protected] = ACTIONS(2385), - [sym_auto] = ACTIONS(2385), - [anon_sym_typename] = ACTIONS(2385), - [anon_sym_template] = ACTIONS(2385), - [anon_sym_COLON_COLON] = ACTIONS(2387), - [anon_sym_operator] = ACTIONS(2385), - [anon_sym_friend] = ACTIONS(2385), - [anon_sym_using] = ACTIONS(2385), - [anon_sym_static_assert] = ACTIONS(2385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2387), - [sym_operator_name] = ACTIONS(2385), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2385), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2385), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2385), - [anon_sym_MOZ_COLD] = ACTIONS(2385), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2385), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2385), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2385), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2385), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2385), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2385), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2385), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2385), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2385), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2385), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2385), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2385), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL] = ACTIONS(2385), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2385), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2385), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN] = ACTIONS(2385), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2385), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2385), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2385), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2385), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2385), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2385), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2385), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2385), - [anon_sym_MOZ_RAII] = ACTIONS(2385), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2385), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2385), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2385), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2385), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2385), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2385), - }, - [1187] = { - [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___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_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_COLON_COLON] = ACTIONS(1780), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [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), - }, - [1188] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token2] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [anon_sym_public] = ACTIONS(1912), - [anon_sym_private] = ACTIONS(1912), - [anon_sym_protected] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_friend] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1912), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), - }, - [1189] = { - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2012), - [aux_sym_preproc_if_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2012), - [sym_preproc_directive] = ACTIONS(2012), - [anon_sym_LPAREN2] = ACTIONS(2014), - [anon_sym_TILDE] = ACTIONS(2014), - [anon_sym_STAR] = ACTIONS(2014), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_AMP] = ACTIONS(2012), - [anon_sym_typedef] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym___attribute__] = ACTIONS(2012), - [anon_sym___declspec] = ACTIONS(2012), - [anon_sym___based] = ACTIONS(2012), - [anon_sym_RBRACE] = ACTIONS(2014), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_static] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_inline] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [anon_sym_volatile] = ACTIONS(2012), - [anon_sym_restrict] = ACTIONS(2012), - [anon_sym__Atomic] = ACTIONS(2012), - [anon_sym_mutable] = ACTIONS(2012), - [anon_sym_constexpr] = ACTIONS(2012), - [anon_sym_signed] = ACTIONS(2012), - [anon_sym_unsigned] = ACTIONS(2012), - [anon_sym_long] = ACTIONS(2012), - [anon_sym_short] = ACTIONS(2012), - [sym_primitive_type] = ACTIONS(2012), - [anon_sym_enum] = ACTIONS(2012), - [anon_sym_class] = ACTIONS(2012), - [anon_sym_struct] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2012), - [anon_sym_virtual] = ACTIONS(2012), - [anon_sym_explicit] = ACTIONS(2012), - [anon_sym_public] = ACTIONS(2012), - [anon_sym_private] = ACTIONS(2012), - [anon_sym_protected] = ACTIONS(2012), - [sym_auto] = ACTIONS(2012), - [anon_sym_typename] = ACTIONS(2012), - [anon_sym_template] = ACTIONS(2012), - [anon_sym_COLON_COLON] = ACTIONS(2014), - [anon_sym_operator] = ACTIONS(2012), - [anon_sym_friend] = ACTIONS(2012), - [anon_sym_using] = ACTIONS(2012), - [anon_sym_static_assert] = ACTIONS(2012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2014), - [sym_operator_name] = ACTIONS(2012), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2012), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2012), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2012), - [anon_sym_MOZ_COLD] = ACTIONS(2012), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2012), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2012), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2012), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2012), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2012), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2012), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2012), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2012), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2012), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2012), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2012), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2012), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL] = ACTIONS(2012), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2012), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2012), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN] = ACTIONS(2012), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2012), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2012), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2012), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2012), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2012), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2012), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2012), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2012), - [anon_sym_MOZ_RAII] = ACTIONS(2012), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2012), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2012), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2012), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2012), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2012), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2012), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_public] = ACTIONS(2753), + [anon_sym_private] = ACTIONS(2753), + [anon_sym_protected] = ACTIONS(2753), + [sym_auto] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_friend] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [sym_operator_name] = ACTIONS(2753), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), + [anon_sym_MOZ_COLD] = ACTIONS(2753), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_RAII] = ACTIONS(2753), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1190] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), + [1064] = { + [sym_field_declaration_list] = STATE(851), + [sym_virtual_specifier] = STATE(4326), + [sym_base_class_clause] = STATE(5056), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2861), + [anon_sym_COMMA] = ACTIONS(2861), + [anon_sym_RPAREN] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2861), + [anon_sym_PIPE_PIPE] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_CARET] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2861), + [anon_sym_BANG_EQ] = ACTIONS(2861), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_GT_EQ] = ACTIONS(2861), + [anon_sym_LT_EQ] = ACTIONS(2861), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_LT_LT] = ACTIONS(2861), + [anon_sym_GT_GT] = ACTIONS(2861), + [anon_sym_SEMI] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_RBRACK] = ACTIONS(2861), + [anon_sym_EQ] = ACTIONS(2863), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2861), + [anon_sym_PLUS_PLUS] = ACTIONS(2861), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_DASH_GT] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), + [anon_sym_MOZ_COLD] = ACTIONS(2861), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), + [anon_sym_MOZ_RAII] = ACTIONS(2861), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), }, - [1191] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), + [1065] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1646), + [anon_sym_AMP] = ACTIONS(1644), + [anon_sym_typedef] = ACTIONS(1644), + [anon_sym_extern] = ACTIONS(1644), + [anon_sym___attribute__] = ACTIONS(1644), + [anon_sym___declspec] = ACTIONS(1644), + [anon_sym___based] = ACTIONS(1644), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1644), + [anon_sym_virtual] = ACTIONS(1644), + [anon_sym_explicit] = ACTIONS(1644), + [anon_sym_public] = ACTIONS(1644), + [anon_sym_private] = ACTIONS(1644), + [anon_sym_protected] = ACTIONS(1644), + [sym_auto] = ACTIONS(1644), + [anon_sym_typename] = ACTIONS(1644), + [anon_sym_template] = ACTIONS(1644), + [anon_sym_COLON_COLON] = ACTIONS(1646), + [anon_sym_operator] = ACTIONS(1644), + [anon_sym_friend] = ACTIONS(1644), + [anon_sym_using] = ACTIONS(1644), + [anon_sym_static_assert] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [sym_operator_name] = ACTIONS(1644), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1192] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym___attribute__] = ACTIONS(2421), - [anon_sym___declspec] = ACTIONS(2421), - [anon_sym___based] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2423), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_inline] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_volatile] = ACTIONS(2421), - [anon_sym_restrict] = ACTIONS(2421), - [anon_sym__Atomic] = ACTIONS(2421), - [anon_sym_mutable] = ACTIONS(2421), - [anon_sym_constexpr] = ACTIONS(2421), - [anon_sym_signed] = ACTIONS(2421), - [anon_sym_unsigned] = ACTIONS(2421), - [anon_sym_long] = ACTIONS(2421), - [anon_sym_short] = ACTIONS(2421), - [sym_primitive_type] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_class] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2421), - [anon_sym_virtual] = ACTIONS(2421), - [anon_sym_explicit] = ACTIONS(2421), - [anon_sym_public] = ACTIONS(2421), - [anon_sym_private] = ACTIONS(2421), - [anon_sym_protected] = ACTIONS(2421), - [sym_auto] = ACTIONS(2421), - [anon_sym_typename] = ACTIONS(2421), - [anon_sym_template] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_operator] = ACTIONS(2421), - [anon_sym_friend] = ACTIONS(2421), - [anon_sym_using] = ACTIONS(2421), - [anon_sym_static_assert] = ACTIONS(2421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), - [sym_operator_name] = ACTIONS(2421), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), - [anon_sym_MOZ_COLD] = ACTIONS(2421), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_RAII] = ACTIONS(2421), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), - }, - [1193] = { - [sym_identifier] = ACTIONS(2421), - [aux_sym_preproc_def_token1] = ACTIONS(2421), - [aux_sym_preproc_if_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), - [sym_preproc_directive] = ACTIONS(2421), - [anon_sym_LPAREN2] = ACTIONS(2423), - [anon_sym_TILDE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_AMP_AMP] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_typedef] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym___attribute__] = ACTIONS(2421), - [anon_sym___declspec] = ACTIONS(2421), - [anon_sym___based] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2423), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_inline] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_volatile] = ACTIONS(2421), - [anon_sym_restrict] = ACTIONS(2421), - [anon_sym__Atomic] = ACTIONS(2421), - [anon_sym_mutable] = ACTIONS(2421), - [anon_sym_constexpr] = ACTIONS(2421), - [anon_sym_signed] = ACTIONS(2421), - [anon_sym_unsigned] = ACTIONS(2421), - [anon_sym_long] = ACTIONS(2421), - [anon_sym_short] = ACTIONS(2421), - [sym_primitive_type] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_class] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2421), - [anon_sym_virtual] = ACTIONS(2421), - [anon_sym_explicit] = ACTIONS(2421), - [anon_sym_public] = ACTIONS(2421), - [anon_sym_private] = ACTIONS(2421), - [anon_sym_protected] = ACTIONS(2421), - [sym_auto] = ACTIONS(2421), - [anon_sym_typename] = ACTIONS(2421), - [anon_sym_template] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_operator] = ACTIONS(2421), - [anon_sym_friend] = ACTIONS(2421), - [anon_sym_using] = ACTIONS(2421), - [anon_sym_static_assert] = ACTIONS(2421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), - [sym_operator_name] = ACTIONS(2421), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), - [anon_sym_MOZ_COLD] = ACTIONS(2421), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL] = ACTIONS(2421), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN] = ACTIONS(2421), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), - [anon_sym_MOZ_RAII] = ACTIONS(2421), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), + [1066] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_RBRACE] = ACTIONS(2835), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), + [anon_sym_MOZ_COLD] = ACTIONS(2833), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_RAII] = ACTIONS(2833), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1194] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), + [1067] = { + [sym_field_declaration_list] = STATE(817), + [sym_virtual_specifier] = STATE(4323), + [sym_base_class_clause] = STATE(5048), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2865), + [anon_sym_COMMA] = ACTIONS(2865), + [anon_sym_RPAREN] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_DASH] = ACTIONS(2867), + [anon_sym_PLUS] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_SLASH] = ACTIONS(2867), + [anon_sym_PERCENT] = ACTIONS(2865), + [anon_sym_PIPE_PIPE] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_PIPE] = ACTIONS(2867), + [anon_sym_CARET] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_EQ_EQ] = ACTIONS(2865), + [anon_sym_BANG_EQ] = ACTIONS(2865), + [anon_sym_GT] = ACTIONS(2867), + [anon_sym_GT_EQ] = ACTIONS(2865), + [anon_sym_LT_EQ] = ACTIONS(2865), + [anon_sym_LT] = ACTIONS(2867), + [anon_sym_LT_LT] = ACTIONS(2865), + [anon_sym_GT_GT] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_RBRACK] = ACTIONS(2865), + [anon_sym_EQ] = ACTIONS(2867), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2865), + [anon_sym_PLUS_PLUS] = ACTIONS(2865), + [anon_sym_DOT] = ACTIONS(2867), + [anon_sym_DASH_GT] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), + [anon_sym_MOZ_COLD] = ACTIONS(2865), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), + [anon_sym_MOZ_RAII] = ACTIONS(2865), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), }, - [1195] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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), + [1068] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [sym_primitive_type] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_public] = ACTIONS(2817), + [anon_sym_private] = ACTIONS(2817), + [anon_sym_protected] = ACTIONS(2817), + [sym_auto] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_friend] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [sym_operator_name] = ACTIONS(2817), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), + [anon_sym_MOZ_COLD] = ACTIONS(2817), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_NONNULL] = ACTIONS(2817), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), + [anon_sym_MOZ_RAII] = ACTIONS(2817), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), }, - [1196] = { - [sym_identifier] = ACTIONS(2629), - [aux_sym_preproc_def_token1] = ACTIONS(2629), - [aux_sym_preproc_if_token1] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2629), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2629), - [sym_preproc_directive] = ACTIONS(2629), - [anon_sym_LPAREN2] = ACTIONS(2631), - [anon_sym_TILDE] = ACTIONS(2631), - [anon_sym_STAR] = ACTIONS(2631), - [anon_sym_AMP_AMP] = ACTIONS(2631), - [anon_sym_AMP] = ACTIONS(2629), - [anon_sym_typedef] = ACTIONS(2629), - [anon_sym_extern] = ACTIONS(2629), - [anon_sym___attribute__] = ACTIONS(2629), - [anon_sym___declspec] = ACTIONS(2629), - [anon_sym___based] = ACTIONS(2629), - [anon_sym_RBRACE] = ACTIONS(2631), - [anon_sym_LBRACK] = ACTIONS(2629), - [anon_sym_static] = ACTIONS(2629), - [anon_sym_register] = ACTIONS(2629), - [anon_sym_inline] = ACTIONS(2629), - [anon_sym_const] = ACTIONS(2629), - [anon_sym_volatile] = ACTIONS(2629), - [anon_sym_restrict] = ACTIONS(2629), - [anon_sym__Atomic] = ACTIONS(2629), - [anon_sym_mutable] = ACTIONS(2629), - [anon_sym_constexpr] = ACTIONS(2629), - [anon_sym_signed] = ACTIONS(2629), - [anon_sym_unsigned] = ACTIONS(2629), - [anon_sym_long] = ACTIONS(2629), - [anon_sym_short] = ACTIONS(2629), - [sym_primitive_type] = ACTIONS(2629), - [anon_sym_enum] = ACTIONS(2629), - [anon_sym_class] = ACTIONS(2629), - [anon_sym_struct] = ACTIONS(2629), - [anon_sym_union] = ACTIONS(2629), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2629), - [anon_sym_virtual] = ACTIONS(2629), - [anon_sym_explicit] = ACTIONS(2629), - [anon_sym_public] = ACTIONS(2629), - [anon_sym_private] = ACTIONS(2629), - [anon_sym_protected] = ACTIONS(2629), - [sym_auto] = ACTIONS(2629), - [anon_sym_typename] = ACTIONS(2629), - [anon_sym_template] = ACTIONS(2629), - [anon_sym_COLON_COLON] = ACTIONS(2631), - [anon_sym_operator] = ACTIONS(2629), - [anon_sym_friend] = ACTIONS(2629), - [anon_sym_using] = ACTIONS(2629), - [anon_sym_static_assert] = ACTIONS(2629), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2631), - [sym_operator_name] = ACTIONS(2629), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2629), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2629), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2629), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2629), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2629), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2629), - [anon_sym_MOZ_COLD] = ACTIONS(2629), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2629), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2629), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2629), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2629), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2629), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2629), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2629), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2629), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2629), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2629), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2629), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2629), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2629), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2629), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2629), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_NONNULL] = ACTIONS(2629), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2629), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2629), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2629), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2629), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_NORETURN] = ACTIONS(2629), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2629), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2629), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2629), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2629), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2629), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2629), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2629), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2629), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2629), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), - [anon_sym_MOZ_RAII] = ACTIONS(2629), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2629), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2629), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2629), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2629), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2629), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2629), + [1069] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), }, - [1197] = { - [sym_identifier] = ACTIONS(2741), - [aux_sym_preproc_def_token1] = ACTIONS(2741), - [aux_sym_preproc_if_token1] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), - [sym_preproc_directive] = ACTIONS(2741), - [anon_sym_LPAREN2] = ACTIONS(2743), - [anon_sym_TILDE] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_AMP_AMP] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2741), - [anon_sym_typedef] = ACTIONS(2741), - [anon_sym_extern] = ACTIONS(2741), - [anon_sym___attribute__] = ACTIONS(2741), - [anon_sym___declspec] = ACTIONS(2741), - [anon_sym___based] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2743), - [anon_sym_LBRACK] = ACTIONS(2741), - [anon_sym_static] = ACTIONS(2741), - [anon_sym_register] = ACTIONS(2741), - [anon_sym_inline] = ACTIONS(2741), - [anon_sym_const] = ACTIONS(2741), - [anon_sym_volatile] = ACTIONS(2741), - [anon_sym_restrict] = ACTIONS(2741), - [anon_sym__Atomic] = ACTIONS(2741), - [anon_sym_mutable] = ACTIONS(2741), - [anon_sym_constexpr] = ACTIONS(2741), - [anon_sym_signed] = ACTIONS(2741), - [anon_sym_unsigned] = ACTIONS(2741), - [anon_sym_long] = ACTIONS(2741), - [anon_sym_short] = ACTIONS(2741), - [sym_primitive_type] = ACTIONS(2741), - [anon_sym_enum] = ACTIONS(2741), - [anon_sym_class] = ACTIONS(2741), - [anon_sym_struct] = ACTIONS(2741), - [anon_sym_union] = ACTIONS(2741), + [1070] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(4583), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4583), + [sym_variadic_parameter_declaration] = STATE(4583), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1364), + [anon_sym_RPAREN] = ACTIONS(2189), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2741), - [anon_sym_virtual] = ACTIONS(2741), - [anon_sym_explicit] = ACTIONS(2741), - [anon_sym_public] = ACTIONS(2741), - [anon_sym_private] = ACTIONS(2741), - [anon_sym_protected] = ACTIONS(2741), - [sym_auto] = ACTIONS(2741), - [anon_sym_typename] = ACTIONS(2741), - [anon_sym_template] = ACTIONS(2741), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_operator] = ACTIONS(2741), - [anon_sym_friend] = ACTIONS(2741), - [anon_sym_using] = ACTIONS(2741), - [anon_sym_static_assert] = ACTIONS(2741), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), - [sym_operator_name] = ACTIONS(2741), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), - [anon_sym_MOZ_COLD] = ACTIONS(2741), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL] = ACTIONS(2741), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN] = ACTIONS(2741), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), - [anon_sym_MOZ_RAII] = ACTIONS(2741), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1198] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), + [1071] = { + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token2] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [sym_primitive_type] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), - }, - [1199] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_public] = ACTIONS(2753), + [anon_sym_private] = ACTIONS(2753), + [anon_sym_protected] = ACTIONS(2753), + [sym_auto] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_friend] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [sym_operator_name] = ACTIONS(2753), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), + [anon_sym_MOZ_COLD] = ACTIONS(2753), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_RAII] = ACTIONS(2753), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1200] = { - [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___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_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_COLON_COLON] = ACTIONS(1784), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [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), + [1072] = { + [sym_identifier] = ACTIONS(2749), + [aux_sym_preproc_def_token1] = ACTIONS(2749), + [aux_sym_preproc_if_token1] = ACTIONS(2749), + [aux_sym_preproc_if_token2] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2749), + [sym_preproc_directive] = ACTIONS(2749), + [anon_sym_LPAREN2] = ACTIONS(2751), + [anon_sym_TILDE] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_AMP_AMP] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2749), + [anon_sym_typedef] = ACTIONS(2749), + [anon_sym_extern] = ACTIONS(2749), + [anon_sym___attribute__] = ACTIONS(2749), + [anon_sym___declspec] = ACTIONS(2749), + [anon_sym___based] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_register] = ACTIONS(2749), + [anon_sym_inline] = ACTIONS(2749), + [anon_sym_const] = ACTIONS(2749), + [anon_sym_volatile] = ACTIONS(2749), + [anon_sym_restrict] = ACTIONS(2749), + [anon_sym__Atomic] = ACTIONS(2749), + [anon_sym_mutable] = ACTIONS(2749), + [anon_sym_constexpr] = ACTIONS(2749), + [anon_sym_signed] = ACTIONS(2749), + [anon_sym_unsigned] = ACTIONS(2749), + [anon_sym_long] = ACTIONS(2749), + [anon_sym_short] = ACTIONS(2749), + [sym_primitive_type] = ACTIONS(2749), + [anon_sym_enum] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_struct] = ACTIONS(2749), + [anon_sym_union] = ACTIONS(2749), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2749), + [anon_sym_virtual] = ACTIONS(2749), + [anon_sym_explicit] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_protected] = ACTIONS(2749), + [sym_auto] = ACTIONS(2749), + [anon_sym_typename] = ACTIONS(2749), + [anon_sym_template] = ACTIONS(2749), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_operator] = ACTIONS(2749), + [anon_sym_friend] = ACTIONS(2749), + [anon_sym_using] = ACTIONS(2749), + [anon_sym_static_assert] = ACTIONS(2749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2751), + [sym_operator_name] = ACTIONS(2749), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2749), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2749), + [anon_sym_MOZ_COLD] = ACTIONS(2749), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2749), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2749), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2749), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2749), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2749), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2749), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2749), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2749), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2749), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2749), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2749), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2749), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_RAII] = ACTIONS(2749), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2749), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2749), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2749), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2749), }, - [1201] = { - [sym_identifier] = ACTIONS(2737), - [aux_sym_preproc_def_token1] = ACTIONS(2737), - [aux_sym_preproc_if_token1] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2737), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2737), - [sym_preproc_directive] = ACTIONS(2737), - [anon_sym_LPAREN2] = ACTIONS(2739), - [anon_sym_TILDE] = ACTIONS(2739), - [anon_sym_STAR] = ACTIONS(2739), - [anon_sym_AMP_AMP] = ACTIONS(2739), - [anon_sym_AMP] = ACTIONS(2737), - [anon_sym_typedef] = ACTIONS(2737), - [anon_sym_extern] = ACTIONS(2737), - [anon_sym___attribute__] = ACTIONS(2737), - [anon_sym___declspec] = ACTIONS(2737), - [anon_sym___based] = ACTIONS(2737), - [anon_sym_RBRACE] = ACTIONS(2739), - [anon_sym_LBRACK] = ACTIONS(2737), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_register] = ACTIONS(2737), - [anon_sym_inline] = ACTIONS(2737), - [anon_sym_const] = ACTIONS(2737), - [anon_sym_volatile] = ACTIONS(2737), - [anon_sym_restrict] = ACTIONS(2737), - [anon_sym__Atomic] = ACTIONS(2737), - [anon_sym_mutable] = ACTIONS(2737), - [anon_sym_constexpr] = ACTIONS(2737), - [anon_sym_signed] = ACTIONS(2737), - [anon_sym_unsigned] = ACTIONS(2737), - [anon_sym_long] = ACTIONS(2737), - [anon_sym_short] = ACTIONS(2737), - [sym_primitive_type] = ACTIONS(2737), - [anon_sym_enum] = ACTIONS(2737), - [anon_sym_class] = ACTIONS(2737), - [anon_sym_struct] = ACTIONS(2737), - [anon_sym_union] = ACTIONS(2737), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2737), - [anon_sym_virtual] = ACTIONS(2737), - [anon_sym_explicit] = ACTIONS(2737), - [anon_sym_public] = ACTIONS(2737), - [anon_sym_private] = ACTIONS(2737), - [anon_sym_protected] = ACTIONS(2737), - [sym_auto] = ACTIONS(2737), - [anon_sym_typename] = ACTIONS(2737), - [anon_sym_template] = ACTIONS(2737), - [anon_sym_COLON_COLON] = ACTIONS(2739), - [anon_sym_operator] = ACTIONS(2737), - [anon_sym_friend] = ACTIONS(2737), - [anon_sym_using] = ACTIONS(2737), - [anon_sym_static_assert] = ACTIONS(2737), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2739), - [sym_operator_name] = ACTIONS(2737), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2737), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2737), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2737), - [anon_sym_MOZ_COLD] = ACTIONS(2737), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2737), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2737), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2737), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2737), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2737), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2737), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2737), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2737), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2737), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2737), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2737), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2737), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL] = ACTIONS(2737), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2737), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2737), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN] = ACTIONS(2737), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2737), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2737), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2737), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2737), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2737), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2737), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2737), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), - [anon_sym_MOZ_RAII] = ACTIONS(2737), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2737), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2737), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2737), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2737), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2737), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2737), + [1073] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), }, - [1202] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_RBRACE] = ACTIONS(2771), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [1074] = { + [sym_identifier] = ACTIONS(2745), + [aux_sym_preproc_def_token1] = ACTIONS(2745), + [aux_sym_preproc_if_token1] = ACTIONS(2745), + [aux_sym_preproc_if_token2] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2745), + [sym_preproc_directive] = ACTIONS(2745), + [anon_sym_LPAREN2] = ACTIONS(2747), + [anon_sym_TILDE] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_AMP_AMP] = ACTIONS(2747), + [anon_sym_AMP] = ACTIONS(2745), + [anon_sym_typedef] = ACTIONS(2745), + [anon_sym_extern] = ACTIONS(2745), + [anon_sym___attribute__] = ACTIONS(2745), + [anon_sym___declspec] = ACTIONS(2745), + [anon_sym___based] = ACTIONS(2745), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_register] = ACTIONS(2745), + [anon_sym_inline] = ACTIONS(2745), + [anon_sym_const] = ACTIONS(2745), + [anon_sym_volatile] = ACTIONS(2745), + [anon_sym_restrict] = ACTIONS(2745), + [anon_sym__Atomic] = ACTIONS(2745), + [anon_sym_mutable] = ACTIONS(2745), + [anon_sym_constexpr] = ACTIONS(2745), + [anon_sym_signed] = ACTIONS(2745), + [anon_sym_unsigned] = ACTIONS(2745), + [anon_sym_long] = ACTIONS(2745), + [anon_sym_short] = ACTIONS(2745), + [sym_primitive_type] = ACTIONS(2745), + [anon_sym_enum] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_struct] = ACTIONS(2745), + [anon_sym_union] = ACTIONS(2745), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2745), + [anon_sym_virtual] = ACTIONS(2745), + [anon_sym_explicit] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_protected] = ACTIONS(2745), + [sym_auto] = ACTIONS(2745), + [anon_sym_typename] = ACTIONS(2745), + [anon_sym_template] = ACTIONS(2745), + [anon_sym_COLON_COLON] = ACTIONS(2747), + [anon_sym_operator] = ACTIONS(2745), + [anon_sym_friend] = ACTIONS(2745), + [anon_sym_using] = ACTIONS(2745), + [anon_sym_static_assert] = ACTIONS(2745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2747), + [sym_operator_name] = ACTIONS(2745), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2745), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2745), + [anon_sym_MOZ_COLD] = ACTIONS(2745), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2745), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2745), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2745), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2745), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2745), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2745), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2745), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2745), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2745), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2745), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2745), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2745), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_RAII] = ACTIONS(2745), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2745), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2745), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2745), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2745), }, - [1203] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), + [1075] = { + [sym_identifier] = ACTIONS(2793), + [aux_sym_preproc_def_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_LPAREN2] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_AMP_AMP] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2793), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym___attribute__] = ACTIONS(2793), + [anon_sym___declspec] = ACTIONS(2793), + [anon_sym___based] = ACTIONS(2793), + [anon_sym_RBRACE] = ACTIONS(2795), + [anon_sym_LBRACK] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym_mutable] = ACTIONS(2793), + [anon_sym_constexpr] = ACTIONS(2793), + [anon_sym_signed] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [sym_primitive_type] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_class] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), - }, - [1204] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_RBRACE] = ACTIONS(2727), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), - }, - [1205] = { - [sym_identifier] = ACTIONS(2032), - [aux_sym_preproc_def_token1] = ACTIONS(2032), - [aux_sym_preproc_if_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2032), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2032), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_LPAREN2] = ACTIONS(2034), - [anon_sym_TILDE] = ACTIONS(2034), - [anon_sym_STAR] = ACTIONS(2034), - [anon_sym_AMP_AMP] = ACTIONS(2034), - [anon_sym_AMP] = ACTIONS(2032), - [anon_sym_typedef] = ACTIONS(2032), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2032), - [anon_sym___declspec] = ACTIONS(2032), - [anon_sym___based] = ACTIONS(2032), - [anon_sym_RBRACE] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2032), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2032), - [anon_sym_volatile] = ACTIONS(2032), - [anon_sym_restrict] = ACTIONS(2032), - [anon_sym__Atomic] = ACTIONS(2032), - [anon_sym_mutable] = ACTIONS(2032), - [anon_sym_constexpr] = ACTIONS(2032), - [anon_sym_signed] = ACTIONS(2032), - [anon_sym_unsigned] = ACTIONS(2032), - [anon_sym_long] = ACTIONS(2032), - [anon_sym_short] = ACTIONS(2032), - [sym_primitive_type] = ACTIONS(2032), - [anon_sym_enum] = ACTIONS(2032), - [anon_sym_class] = ACTIONS(2032), - [anon_sym_struct] = ACTIONS(2032), - [anon_sym_union] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2032), - [anon_sym_virtual] = ACTIONS(2032), - [anon_sym_explicit] = ACTIONS(2032), - [anon_sym_public] = ACTIONS(2032), - [anon_sym_private] = ACTIONS(2032), - [anon_sym_protected] = ACTIONS(2032), - [sym_auto] = ACTIONS(2032), - [anon_sym_typename] = ACTIONS(2032), - [anon_sym_template] = ACTIONS(2032), - [anon_sym_COLON_COLON] = ACTIONS(2034), - [anon_sym_operator] = ACTIONS(2032), - [anon_sym_friend] = ACTIONS(2032), - [anon_sym_using] = ACTIONS(2032), - [anon_sym_static_assert] = ACTIONS(2032), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2034), - [sym_operator_name] = ACTIONS(2032), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2032), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2032), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2032), - [anon_sym_MOZ_COLD] = ACTIONS(2032), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2032), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2032), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2032), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2032), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2032), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2032), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2032), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2032), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2032), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2032), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2032), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2032), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL] = ACTIONS(2032), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2032), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2032), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN] = ACTIONS(2032), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2032), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2032), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2032), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2032), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2032), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2032), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2032), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2032), - [anon_sym_MOZ_RAII] = ACTIONS(2032), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2032), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2032), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2032), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2032), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2032), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2032), - }, - [1206] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_RBRACE] = ACTIONS(1970), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [sym_primitive_type] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [sym_auto] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [sym_operator_name] = ACTIONS(1968), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1968), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1968), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1968), - [anon_sym_MOZ_COLD] = ACTIONS(1968), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1968), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1968), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1968), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1968), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1968), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1968), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1968), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1968), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1968), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1968), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1968), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1968), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL] = ACTIONS(1968), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1968), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1968), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN] = ACTIONS(1968), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1968), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1968), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1968), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1968), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1968), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1968), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1968), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1968), - [anon_sym_MOZ_RAII] = ACTIONS(1968), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1968), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1968), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1968), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1968), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1968), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1968), + [anon_sym_decltype] = ACTIONS(2793), + [anon_sym_virtual] = ACTIONS(2793), + [anon_sym_explicit] = ACTIONS(2793), + [anon_sym_public] = ACTIONS(2793), + [anon_sym_private] = ACTIONS(2793), + [anon_sym_protected] = ACTIONS(2793), + [sym_auto] = ACTIONS(2793), + [anon_sym_typename] = ACTIONS(2793), + [anon_sym_template] = ACTIONS(2793), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_operator] = ACTIONS(2793), + [anon_sym_friend] = ACTIONS(2793), + [anon_sym_using] = ACTIONS(2793), + [anon_sym_static_assert] = ACTIONS(2793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), + [sym_operator_name] = ACTIONS(2793), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2793), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2793), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2793), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2793), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2793), + [anon_sym_MOZ_COLD] = ACTIONS(2793), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2793), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2793), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2793), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2793), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2793), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2793), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2793), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2793), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2793), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2793), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2793), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2793), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2793), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_NONNULL] = ACTIONS(2793), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2793), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2793), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2793), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2793), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2793), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2793), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2793), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2793), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2793), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2793), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2793), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2793), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), + [anon_sym_MOZ_RAII] = ACTIONS(2793), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2793), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2793), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2793), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2793), }, - [1207] = { - [sym_identifier] = ACTIONS(2040), - [aux_sym_preproc_def_token1] = ACTIONS(2040), - [aux_sym_preproc_if_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2040), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2040), - [sym_preproc_directive] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(2042), - [anon_sym_TILDE] = ACTIONS(2042), - [anon_sym_STAR] = ACTIONS(2042), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_typedef] = ACTIONS(2040), - [anon_sym_extern] = ACTIONS(2040), - [anon_sym___attribute__] = ACTIONS(2040), - [anon_sym___declspec] = ACTIONS(2040), - [anon_sym___based] = ACTIONS(2040), - [anon_sym_RBRACE] = ACTIONS(2042), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_static] = ACTIONS(2040), - [anon_sym_register] = ACTIONS(2040), - [anon_sym_inline] = ACTIONS(2040), - [anon_sym_const] = ACTIONS(2040), - [anon_sym_volatile] = ACTIONS(2040), - [anon_sym_restrict] = ACTIONS(2040), - [anon_sym__Atomic] = ACTIONS(2040), - [anon_sym_mutable] = ACTIONS(2040), - [anon_sym_constexpr] = ACTIONS(2040), - [anon_sym_signed] = ACTIONS(2040), - [anon_sym_unsigned] = ACTIONS(2040), - [anon_sym_long] = ACTIONS(2040), - [anon_sym_short] = ACTIONS(2040), - [sym_primitive_type] = ACTIONS(2040), - [anon_sym_enum] = ACTIONS(2040), - [anon_sym_class] = ACTIONS(2040), - [anon_sym_struct] = ACTIONS(2040), - [anon_sym_union] = ACTIONS(2040), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2040), - [anon_sym_virtual] = ACTIONS(2040), - [anon_sym_explicit] = ACTIONS(2040), - [anon_sym_public] = ACTIONS(2040), - [anon_sym_private] = ACTIONS(2040), - [anon_sym_protected] = ACTIONS(2040), - [sym_auto] = ACTIONS(2040), - [anon_sym_typename] = ACTIONS(2040), - [anon_sym_template] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2042), - [anon_sym_operator] = ACTIONS(2040), - [anon_sym_friend] = ACTIONS(2040), - [anon_sym_using] = ACTIONS(2040), - [anon_sym_static_assert] = ACTIONS(2040), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2042), - [sym_operator_name] = ACTIONS(2040), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2040), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2040), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2040), - [anon_sym_MOZ_COLD] = ACTIONS(2040), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2040), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2040), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2040), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2040), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2040), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2040), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2040), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2040), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2040), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2040), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2040), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2040), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL] = ACTIONS(2040), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2040), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2040), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN] = ACTIONS(2040), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2040), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2040), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2040), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2040), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2040), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2040), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2040), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2040), - [anon_sym_MOZ_RAII] = ACTIONS(2040), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2040), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2040), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2040), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2040), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2040), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2040), + [1076] = { + [sym_identifier] = ACTIONS(2789), + [aux_sym_preproc_def_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_LPAREN2] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_AMP_AMP] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym___attribute__] = ACTIONS(2789), + [anon_sym___declspec] = ACTIONS(2789), + [anon_sym___based] = ACTIONS(2789), + [anon_sym_RBRACE] = ACTIONS(2791), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_mutable] = ACTIONS(2789), + [anon_sym_constexpr] = ACTIONS(2789), + [anon_sym_signed] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_class] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2789), + [anon_sym_virtual] = ACTIONS(2789), + [anon_sym_explicit] = ACTIONS(2789), + [anon_sym_public] = ACTIONS(2789), + [anon_sym_private] = ACTIONS(2789), + [anon_sym_protected] = ACTIONS(2789), + [sym_auto] = ACTIONS(2789), + [anon_sym_typename] = ACTIONS(2789), + [anon_sym_template] = ACTIONS(2789), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_operator] = ACTIONS(2789), + [anon_sym_friend] = ACTIONS(2789), + [anon_sym_using] = ACTIONS(2789), + [anon_sym_static_assert] = ACTIONS(2789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), + [sym_operator_name] = ACTIONS(2789), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2789), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2789), + [anon_sym_MOZ_COLD] = ACTIONS(2789), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2789), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2789), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2789), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2789), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2789), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2789), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2789), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2789), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2789), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2789), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2789), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2789), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_RAII] = ACTIONS(2789), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2789), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2789), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2789), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2789), }, - [1208] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [1077] = { + [sym_field_declaration_list] = STATE(888), + [sym_virtual_specifier] = STATE(4509), + [sym_base_class_clause] = STATE(4888), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2869), + [anon_sym_COMMA] = ACTIONS(2869), + [anon_sym_RPAREN] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2869), + [anon_sym_DASH] = ACTIONS(2871), + [anon_sym_PLUS] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2869), + [anon_sym_SLASH] = ACTIONS(2871), + [anon_sym_PERCENT] = ACTIONS(2869), + [anon_sym_PIPE_PIPE] = ACTIONS(2869), + [anon_sym_AMP_AMP] = ACTIONS(2869), + [anon_sym_PIPE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2869), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_EQ_EQ] = ACTIONS(2869), + [anon_sym_BANG_EQ] = ACTIONS(2869), + [anon_sym_GT] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2869), + [anon_sym_LT_EQ] = ACTIONS(2869), + [anon_sym_LT] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2869), + [anon_sym_GT_GT] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_RBRACK] = ACTIONS(2869), + [anon_sym_EQ] = ACTIONS(2871), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2871), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2869), + [anon_sym_PLUS_PLUS] = ACTIONS(2869), + [anon_sym_DOT] = ACTIONS(2871), + [anon_sym_DASH_GT] = ACTIONS(2869), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2869), + [anon_sym_throw] = ACTIONS(2869), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), + [anon_sym_MOZ_COLD] = ACTIONS(2869), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_NONNULL] = ACTIONS(2871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), + [anon_sym_MOZ_RAII] = ACTIONS(2869), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), }, - [1209] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [sym_primitive_type] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_public] = ACTIONS(2773), - [anon_sym_private] = ACTIONS(2773), - [anon_sym_protected] = ACTIONS(2773), - [sym_auto] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_friend] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [sym_operator_name] = ACTIONS(2773), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), - [anon_sym_MOZ_COLD] = ACTIONS(2773), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL] = ACTIONS(2773), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN] = ACTIONS(2773), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), - [anon_sym_MOZ_RAII] = ACTIONS(2773), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), + [1078] = { + [sym_field_declaration_list] = STATE(826), + [sym_virtual_specifier] = STATE(4321), + [sym_base_class_clause] = STATE(5042), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_RPAREN] = ACTIONS(2873), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2875), + [anon_sym_PLUS] = ACTIONS(2875), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2875), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_GT] = ACTIONS(2875), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2875), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2873), + [anon_sym_SEMI] = ACTIONS(2873), + [anon_sym_extern] = ACTIONS(2873), + [anon_sym___attribute__] = ACTIONS(2873), + [anon_sym___declspec] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_RBRACK] = ACTIONS(2873), + [anon_sym_EQ] = ACTIONS(2875), + [anon_sym_static] = ACTIONS(2873), + [anon_sym_register] = ACTIONS(2873), + [anon_sym_inline] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2873), + [anon_sym_restrict] = ACTIONS(2873), + [anon_sym__Atomic] = ACTIONS(2873), + [anon_sym_mutable] = ACTIONS(2873), + [anon_sym_constexpr] = ACTIONS(2873), + [anon_sym_COLON] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DOT] = ACTIONS(2875), + [anon_sym_DASH_GT] = ACTIONS(2873), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2855), + [anon_sym_override] = ACTIONS(2855), + [anon_sym_noexcept] = ACTIONS(2873), + [anon_sym_throw] = ACTIONS(2873), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2873), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2873), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2873), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2873), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2873), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2873), + [anon_sym_MOZ_COLD] = ACTIONS(2873), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2873), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2873), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2873), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2873), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2873), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2873), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2873), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2873), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2873), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2873), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2873), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2873), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2873), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2873), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2873), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2873), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2873), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2873), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2873), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2873), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2873), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2873), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2873), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2873), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2873), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2873), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2873), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2873), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2873), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2873), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2873), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), + [anon_sym_MOZ_RAII] = ACTIONS(2873), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2873), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2873), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2873), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2873), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2873), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2873), }, - [1210] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token2] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [anon_sym_public] = ACTIONS(2000), - [anon_sym_private] = ACTIONS(2000), - [anon_sym_protected] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_friend] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [sym_operator_name] = ACTIONS(2000), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), + [1079] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym_RBRACE] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [anon_sym_public] = ACTIONS(1728), + [anon_sym_private] = ACTIONS(1728), + [anon_sym_protected] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_friend] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [sym_operator_name] = ACTIONS(1728), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), }, - [1211] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1080] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(4657), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(4657), + [sym_variadic_parameter_declaration] = STATE(4657), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1372), + [anon_sym_RPAREN] = ACTIONS(2209), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1212] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym_RBRACE] = ACTIONS(2771), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [sym_primitive_type] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), + [1081] = { + [sym_identifier] = ACTIONS(2785), + [aux_sym_preproc_def_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [sym_preproc_directive] = ACTIONS(2785), + [anon_sym_LPAREN2] = ACTIONS(2787), + [anon_sym_TILDE] = ACTIONS(2787), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_AMP_AMP] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_typedef] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym___attribute__] = ACTIONS(2785), + [anon_sym___declspec] = ACTIONS(2785), + [anon_sym___based] = ACTIONS(2785), + [anon_sym_RBRACE] = ACTIONS(2787), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_register] = ACTIONS(2785), + [anon_sym_inline] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_volatile] = ACTIONS(2785), + [anon_sym_restrict] = ACTIONS(2785), + [anon_sym__Atomic] = ACTIONS(2785), + [anon_sym_mutable] = ACTIONS(2785), + [anon_sym_constexpr] = ACTIONS(2785), + [anon_sym_signed] = ACTIONS(2785), + [anon_sym_unsigned] = ACTIONS(2785), + [anon_sym_long] = ACTIONS(2785), + [anon_sym_short] = ACTIONS(2785), + [sym_primitive_type] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_class] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_public] = ACTIONS(2769), - [anon_sym_private] = ACTIONS(2769), - [anon_sym_protected] = ACTIONS(2769), - [sym_auto] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_friend] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [sym_operator_name] = ACTIONS(2769), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), - [anon_sym_MOZ_COLD] = ACTIONS(2769), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL] = ACTIONS(2769), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN] = ACTIONS(2769), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), - [anon_sym_MOZ_RAII] = ACTIONS(2769), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), + [anon_sym_decltype] = ACTIONS(2785), + [anon_sym_virtual] = ACTIONS(2785), + [anon_sym_explicit] = ACTIONS(2785), + [anon_sym_public] = ACTIONS(2785), + [anon_sym_private] = ACTIONS(2785), + [anon_sym_protected] = ACTIONS(2785), + [sym_auto] = ACTIONS(2785), + [anon_sym_typename] = ACTIONS(2785), + [anon_sym_template] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_operator] = ACTIONS(2785), + [anon_sym_friend] = ACTIONS(2785), + [anon_sym_using] = ACTIONS(2785), + [anon_sym_static_assert] = ACTIONS(2785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), + [sym_operator_name] = ACTIONS(2785), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2785), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2785), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2785), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2785), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2785), + [anon_sym_MOZ_COLD] = ACTIONS(2785), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2785), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2785), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2785), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2785), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2785), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2785), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2785), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2785), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2785), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2785), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2785), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2785), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2785), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_NONNULL] = ACTIONS(2785), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2785), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2785), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2785), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2785), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2785), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2785), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2785), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2785), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2785), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2785), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2785), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2785), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), + [anon_sym_MOZ_RAII] = ACTIONS(2785), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2785), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2785), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2785), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2785), }, - [1213] = { - [sym_identifier] = ACTIONS(2757), - [aux_sym_preproc_def_token1] = ACTIONS(2757), - [aux_sym_preproc_if_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), - [sym_preproc_directive] = ACTIONS(2757), - [anon_sym_LPAREN2] = ACTIONS(2759), - [anon_sym_TILDE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_AMP_AMP] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_typedef] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym___attribute__] = ACTIONS(2757), - [anon_sym___declspec] = ACTIONS(2757), - [anon_sym___based] = ACTIONS(2757), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_register] = ACTIONS(2757), - [anon_sym_inline] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_volatile] = ACTIONS(2757), - [anon_sym_restrict] = ACTIONS(2757), - [anon_sym__Atomic] = ACTIONS(2757), - [anon_sym_mutable] = ACTIONS(2757), - [anon_sym_constexpr] = ACTIONS(2757), - [anon_sym_signed] = ACTIONS(2757), - [anon_sym_unsigned] = ACTIONS(2757), - [anon_sym_long] = ACTIONS(2757), - [anon_sym_short] = ACTIONS(2757), - [sym_primitive_type] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_class] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), + [1082] = { + [sym_identifier] = ACTIONS(2741), + [aux_sym_preproc_def_token1] = ACTIONS(2741), + [aux_sym_preproc_if_token1] = ACTIONS(2741), + [aux_sym_preproc_if_token2] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), + [sym_preproc_directive] = ACTIONS(2741), + [anon_sym_LPAREN2] = ACTIONS(2743), + [anon_sym_TILDE] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_AMP_AMP] = ACTIONS(2743), + [anon_sym_AMP] = ACTIONS(2741), + [anon_sym_typedef] = ACTIONS(2741), + [anon_sym_extern] = ACTIONS(2741), + [anon_sym___attribute__] = ACTIONS(2741), + [anon_sym___declspec] = ACTIONS(2741), + [anon_sym___based] = ACTIONS(2741), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_register] = ACTIONS(2741), + [anon_sym_inline] = ACTIONS(2741), + [anon_sym_const] = ACTIONS(2741), + [anon_sym_volatile] = ACTIONS(2741), + [anon_sym_restrict] = ACTIONS(2741), + [anon_sym__Atomic] = ACTIONS(2741), + [anon_sym_mutable] = ACTIONS(2741), + [anon_sym_constexpr] = ACTIONS(2741), + [anon_sym_signed] = ACTIONS(2741), + [anon_sym_unsigned] = ACTIONS(2741), + [anon_sym_long] = ACTIONS(2741), + [anon_sym_short] = ACTIONS(2741), + [sym_primitive_type] = ACTIONS(2741), + [anon_sym_enum] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_struct] = ACTIONS(2741), + [anon_sym_union] = ACTIONS(2741), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2757), - [anon_sym_virtual] = ACTIONS(2757), - [anon_sym_explicit] = ACTIONS(2757), - [anon_sym_public] = ACTIONS(2757), - [anon_sym_private] = ACTIONS(2757), - [anon_sym_protected] = ACTIONS(2757), - [sym_auto] = ACTIONS(2757), - [anon_sym_typename] = ACTIONS(2757), - [anon_sym_template] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_operator] = ACTIONS(2757), - [anon_sym_friend] = ACTIONS(2757), - [anon_sym_using] = ACTIONS(2757), - [anon_sym_static_assert] = ACTIONS(2757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), - [sym_operator_name] = ACTIONS(2757), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), - [anon_sym_MOZ_COLD] = ACTIONS(2757), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL] = ACTIONS(2757), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN] = ACTIONS(2757), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), - [anon_sym_MOZ_RAII] = ACTIONS(2757), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + [anon_sym_decltype] = ACTIONS(2741), + [anon_sym_virtual] = ACTIONS(2741), + [anon_sym_explicit] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_protected] = ACTIONS(2741), + [sym_auto] = ACTIONS(2741), + [anon_sym_typename] = ACTIONS(2741), + [anon_sym_template] = ACTIONS(2741), + [anon_sym_COLON_COLON] = ACTIONS(2743), + [anon_sym_operator] = ACTIONS(2741), + [anon_sym_friend] = ACTIONS(2741), + [anon_sym_using] = ACTIONS(2741), + [anon_sym_static_assert] = ACTIONS(2741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), + [sym_operator_name] = ACTIONS(2741), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), + [anon_sym_MOZ_COLD] = ACTIONS(2741), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_RAII] = ACTIONS(2741), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), }, - [1214] = { - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym_RBRACE] = ACTIONS(2727), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [sym_primitive_type] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_public] = ACTIONS(2725), - [anon_sym_private] = ACTIONS(2725), - [anon_sym_protected] = ACTIONS(2725), - [sym_auto] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_friend] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [sym_operator_name] = ACTIONS(2725), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2725), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), - [anon_sym_MOZ_COLD] = ACTIONS(2725), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL] = ACTIONS(2725), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN] = ACTIONS(2725), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), - [anon_sym_MOZ_RAII] = ACTIONS(2725), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), + [1083] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_RPAREN] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2843), + [anon_sym_PLUS] = ACTIONS(2843), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_SLASH] = ACTIONS(2843), + [anon_sym_PERCENT] = ACTIONS(2845), + [anon_sym_PIPE_PIPE] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_PIPE] = ACTIONS(2843), + [anon_sym_CARET] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_EQ_EQ] = ACTIONS(2845), + [anon_sym_BANG_EQ] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2843), + [anon_sym_GT_EQ] = ACTIONS(2845), + [anon_sym_LT_EQ] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2843), + [anon_sym_LT_LT] = ACTIONS(2845), + [anon_sym_GT_GT] = ACTIONS(2845), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_RBRACE] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_RBRACK] = ACTIONS(2845), + [anon_sym_EQ] = ACTIONS(2843), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_COLON] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2845), + [anon_sym_DOT] = ACTIONS(2843), + [anon_sym_DASH_GT] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2843), + [anon_sym_override] = ACTIONS(2843), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [anon_sym_noexcept] = ACTIONS(2843), + [anon_sym_throw] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), }, - [1215] = { - [sym_identifier] = ACTIONS(2056), - [aux_sym_preproc_def_token1] = ACTIONS(2056), - [aux_sym_preproc_if_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2056), - [sym_preproc_directive] = ACTIONS(2056), - [anon_sym_LPAREN2] = ACTIONS(2058), - [anon_sym_TILDE] = ACTIONS(2058), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP_AMP] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_typedef] = ACTIONS(2056), - [anon_sym_extern] = ACTIONS(2056), - [anon_sym___attribute__] = ACTIONS(2056), - [anon_sym___declspec] = ACTIONS(2056), - [anon_sym___based] = ACTIONS(2056), - [anon_sym_RBRACE] = ACTIONS(2058), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_static] = ACTIONS(2056), - [anon_sym_register] = ACTIONS(2056), - [anon_sym_inline] = ACTIONS(2056), - [anon_sym_const] = ACTIONS(2056), - [anon_sym_volatile] = ACTIONS(2056), - [anon_sym_restrict] = ACTIONS(2056), - [anon_sym__Atomic] = ACTIONS(2056), - [anon_sym_mutable] = ACTIONS(2056), - [anon_sym_constexpr] = ACTIONS(2056), - [anon_sym_signed] = ACTIONS(2056), - [anon_sym_unsigned] = ACTIONS(2056), - [anon_sym_long] = ACTIONS(2056), - [anon_sym_short] = ACTIONS(2056), - [sym_primitive_type] = ACTIONS(2056), - [anon_sym_enum] = ACTIONS(2056), - [anon_sym_class] = ACTIONS(2056), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2056), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2056), - [anon_sym_virtual] = ACTIONS(2056), - [anon_sym_explicit] = ACTIONS(2056), - [anon_sym_public] = ACTIONS(2056), - [anon_sym_private] = ACTIONS(2056), - [anon_sym_protected] = ACTIONS(2056), - [sym_auto] = ACTIONS(2056), - [anon_sym_typename] = ACTIONS(2056), - [anon_sym_template] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2058), - [anon_sym_operator] = ACTIONS(2056), - [anon_sym_friend] = ACTIONS(2056), - [anon_sym_using] = ACTIONS(2056), - [anon_sym_static_assert] = ACTIONS(2056), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2058), - [sym_operator_name] = ACTIONS(2056), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2056), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2056), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2056), - [anon_sym_MOZ_COLD] = ACTIONS(2056), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2056), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2056), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2056), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2056), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2056), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2056), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2056), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2056), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2056), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2056), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2056), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2056), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL] = ACTIONS(2056), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2056), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2056), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN] = ACTIONS(2056), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2056), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2056), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2056), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2056), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2056), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2056), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2056), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2056), - [anon_sym_MOZ_RAII] = ACTIONS(2056), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2056), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2056), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2056), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2056), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2056), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2056), + [1084] = { + [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___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_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_COLON_COLON] = ACTIONS(1662), + [anon_sym_operator] = ACTIONS(1660), + [anon_sym_friend] = ACTIONS(1660), + [anon_sym_using] = ACTIONS(1660), + [anon_sym_static_assert] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), }, - [1216] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [anon_sym_public] = ACTIONS(1830), - [anon_sym_private] = ACTIONS(1830), - [anon_sym_protected] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_friend] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [sym_operator_name] = ACTIONS(1830), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1085] = { + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token2] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [anon_sym_public] = ACTIONS(1588), + [anon_sym_private] = ACTIONS(1588), + [anon_sym_protected] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_friend] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [sym_operator_name] = ACTIONS(1588), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), }, - [1217] = { - [sym_identifier] = ACTIONS(2060), - [aux_sym_preproc_def_token1] = ACTIONS(2060), - [aux_sym_preproc_if_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2060), - [sym_preproc_directive] = ACTIONS(2060), - [anon_sym_LPAREN2] = ACTIONS(2062), - [anon_sym_TILDE] = ACTIONS(2062), - [anon_sym_STAR] = ACTIONS(2062), - [anon_sym_AMP_AMP] = ACTIONS(2062), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_typedef] = ACTIONS(2060), - [anon_sym_extern] = ACTIONS(2060), - [anon_sym___attribute__] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2060), - [anon_sym___based] = ACTIONS(2060), - [anon_sym_RBRACE] = ACTIONS(2062), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_static] = ACTIONS(2060), - [anon_sym_register] = ACTIONS(2060), - [anon_sym_inline] = ACTIONS(2060), - [anon_sym_const] = ACTIONS(2060), - [anon_sym_volatile] = ACTIONS(2060), - [anon_sym_restrict] = ACTIONS(2060), - [anon_sym__Atomic] = ACTIONS(2060), - [anon_sym_mutable] = ACTIONS(2060), - [anon_sym_constexpr] = ACTIONS(2060), - [anon_sym_signed] = ACTIONS(2060), - [anon_sym_unsigned] = ACTIONS(2060), - [anon_sym_long] = ACTIONS(2060), - [anon_sym_short] = ACTIONS(2060), - [sym_primitive_type] = ACTIONS(2060), - [anon_sym_enum] = ACTIONS(2060), - [anon_sym_class] = ACTIONS(2060), - [anon_sym_struct] = ACTIONS(2060), - [anon_sym_union] = ACTIONS(2060), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2060), - [anon_sym_virtual] = ACTIONS(2060), - [anon_sym_explicit] = ACTIONS(2060), - [anon_sym_public] = ACTIONS(2060), - [anon_sym_private] = ACTIONS(2060), - [anon_sym_protected] = ACTIONS(2060), - [sym_auto] = ACTIONS(2060), - [anon_sym_typename] = ACTIONS(2060), - [anon_sym_template] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2062), - [anon_sym_operator] = ACTIONS(2060), - [anon_sym_friend] = ACTIONS(2060), - [anon_sym_using] = ACTIONS(2060), - [anon_sym_static_assert] = ACTIONS(2060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2062), - [sym_operator_name] = ACTIONS(2060), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2060), - [anon_sym_MOZ_COLD] = ACTIONS(2060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL] = ACTIONS(2060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN] = ACTIONS(2060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2060), - [anon_sym_MOZ_RAII] = ACTIONS(2060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2060), + [1086] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2277), + [anon_sym_COMMA] = ACTIONS(2277), + [anon_sym_RPAREN] = ACTIONS(2277), + [anon_sym_LPAREN2] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2270), + [anon_sym_PLUS] = ACTIONS(2270), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_SLASH] = ACTIONS(2270), + [anon_sym_PERCENT] = ACTIONS(2277), + [anon_sym_PIPE_PIPE] = ACTIONS(2277), + [anon_sym_AMP_AMP] = ACTIONS(2277), + [anon_sym_PIPE] = ACTIONS(2270), + [anon_sym_CARET] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_EQ_EQ] = ACTIONS(2277), + [anon_sym_BANG_EQ] = ACTIONS(2277), + [anon_sym_GT] = ACTIONS(2270), + [anon_sym_GT_EQ] = ACTIONS(2277), + [anon_sym_LT_EQ] = ACTIONS(2277), + [anon_sym_LT] = ACTIONS(2270), + [anon_sym_LT_LT] = ACTIONS(2277), + [anon_sym_GT_GT] = ACTIONS(2277), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2277), + [anon_sym_RBRACK] = ACTIONS(2277), + [anon_sym_EQ] = ACTIONS(2270), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_COLON] = ACTIONS(2270), + [anon_sym_QMARK] = ACTIONS(2277), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_DOT] = ACTIONS(2270), + [anon_sym_DASH_GT] = ACTIONS(2277), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2270), + [anon_sym_override] = ACTIONS(2270), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [anon_sym_noexcept] = ACTIONS(2270), + [anon_sym_throw] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), }, - [1218] = { + [1087] = { + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym_RBRACE] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [sym_primitive_type] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_public] = ACTIONS(2781), + [anon_sym_private] = ACTIONS(2781), + [anon_sym_protected] = ACTIONS(2781), + [sym_auto] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_friend] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [sym_operator_name] = ACTIONS(2781), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2781), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2781), + [anon_sym_MOZ_COLD] = ACTIONS(2781), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2781), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2781), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2781), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2781), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2781), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2781), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2781), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2781), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2781), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2781), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2781), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2781), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_RAII] = ACTIONS(2781), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2781), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2781), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2781), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2781), + }, + [1088] = { + [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___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_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_COLON_COLON] = ACTIONS(1654), + [anon_sym_operator] = ACTIONS(1652), + [anon_sym_friend] = ACTIONS(1652), + [anon_sym_using] = ACTIONS(1652), + [anon_sym_static_assert] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), + }, + [1089] = { + [sym_identifier] = ACTIONS(2757), + [aux_sym_preproc_def_token1] = ACTIONS(2757), + [aux_sym_preproc_if_token1] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), + [sym_preproc_directive] = ACTIONS(2757), + [anon_sym_LPAREN2] = ACTIONS(2759), + [anon_sym_TILDE] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_AMP_AMP] = ACTIONS(2759), + [anon_sym_AMP] = ACTIONS(2757), + [anon_sym_typedef] = ACTIONS(2757), + [anon_sym_extern] = ACTIONS(2757), + [anon_sym___attribute__] = ACTIONS(2757), + [anon_sym___declspec] = ACTIONS(2757), + [anon_sym___based] = ACTIONS(2757), + [anon_sym_RBRACE] = ACTIONS(2759), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_register] = ACTIONS(2757), + [anon_sym_inline] = ACTIONS(2757), + [anon_sym_const] = ACTIONS(2757), + [anon_sym_volatile] = ACTIONS(2757), + [anon_sym_restrict] = ACTIONS(2757), + [anon_sym__Atomic] = ACTIONS(2757), + [anon_sym_mutable] = ACTIONS(2757), + [anon_sym_constexpr] = ACTIONS(2757), + [anon_sym_signed] = ACTIONS(2757), + [anon_sym_unsigned] = ACTIONS(2757), + [anon_sym_long] = ACTIONS(2757), + [anon_sym_short] = ACTIONS(2757), + [sym_primitive_type] = ACTIONS(2757), + [anon_sym_enum] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_struct] = ACTIONS(2757), + [anon_sym_union] = ACTIONS(2757), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2757), + [anon_sym_virtual] = ACTIONS(2757), + [anon_sym_explicit] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_protected] = ACTIONS(2757), + [sym_auto] = ACTIONS(2757), + [anon_sym_typename] = ACTIONS(2757), + [anon_sym_template] = ACTIONS(2757), + [anon_sym_COLON_COLON] = ACTIONS(2759), + [anon_sym_operator] = ACTIONS(2757), + [anon_sym_friend] = ACTIONS(2757), + [anon_sym_using] = ACTIONS(2757), + [anon_sym_static_assert] = ACTIONS(2757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), + [sym_operator_name] = ACTIONS(2757), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), + [anon_sym_MOZ_COLD] = ACTIONS(2757), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_RAII] = ACTIONS(2757), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), + }, + [1090] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1634), + [anon_sym_STAR] = ACTIONS(1634), + [anon_sym_AMP_AMP] = ACTIONS(1634), + [anon_sym_AMP] = ACTIONS(1632), + [anon_sym_typedef] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym___attribute__] = ACTIONS(1632), + [anon_sym___declspec] = ACTIONS(1632), + [anon_sym___based] = ACTIONS(1632), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_static] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1632), + [anon_sym_virtual] = ACTIONS(1632), + [anon_sym_explicit] = ACTIONS(1632), + [anon_sym_public] = ACTIONS(1632), + [anon_sym_private] = ACTIONS(1632), + [anon_sym_protected] = ACTIONS(1632), + [sym_auto] = ACTIONS(1632), + [anon_sym_typename] = ACTIONS(1632), + [anon_sym_template] = ACTIONS(1632), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_operator] = ACTIONS(1632), + [anon_sym_friend] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [anon_sym_static_assert] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [sym_operator_name] = ACTIONS(1632), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + }, + [1091] = { + [sym_identifier] = ACTIONS(2549), + [aux_sym_preproc_def_token1] = ACTIONS(2549), + [aux_sym_preproc_if_token1] = ACTIONS(2549), + [aux_sym_preproc_if_token2] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2549), + [sym_preproc_directive] = ACTIONS(2549), + [anon_sym_LPAREN2] = ACTIONS(2551), + [anon_sym_TILDE] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_AMP_AMP] = ACTIONS(2551), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2549), + [anon_sym_extern] = ACTIONS(2549), + [anon_sym___attribute__] = ACTIONS(2549), + [anon_sym___declspec] = ACTIONS(2549), + [anon_sym___based] = ACTIONS(2549), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_register] = ACTIONS(2549), + [anon_sym_inline] = ACTIONS(2549), + [anon_sym_const] = ACTIONS(2549), + [anon_sym_volatile] = ACTIONS(2549), + [anon_sym_restrict] = ACTIONS(2549), + [anon_sym__Atomic] = ACTIONS(2549), + [anon_sym_mutable] = ACTIONS(2549), + [anon_sym_constexpr] = ACTIONS(2549), + [anon_sym_signed] = ACTIONS(2549), + [anon_sym_unsigned] = ACTIONS(2549), + [anon_sym_long] = ACTIONS(2549), + [anon_sym_short] = ACTIONS(2549), + [sym_primitive_type] = ACTIONS(2549), + [anon_sym_enum] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_struct] = ACTIONS(2549), + [anon_sym_union] = ACTIONS(2549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2549), + [anon_sym_virtual] = ACTIONS(2549), + [anon_sym_explicit] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_protected] = ACTIONS(2549), + [sym_auto] = ACTIONS(2549), + [anon_sym_typename] = ACTIONS(2549), + [anon_sym_template] = ACTIONS(2549), + [anon_sym_COLON_COLON] = ACTIONS(2551), + [anon_sym_operator] = ACTIONS(2549), + [anon_sym_friend] = ACTIONS(2549), + [anon_sym_using] = ACTIONS(2549), + [anon_sym_static_assert] = ACTIONS(2549), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2551), + [sym_operator_name] = ACTIONS(2549), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2549), + [anon_sym_MOZ_COLD] = ACTIONS(2549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_RAII] = ACTIONS(2549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2549), + }, + [1092] = { + [sym_identifier] = ACTIONS(2573), + [aux_sym_preproc_def_token1] = ACTIONS(2573), + [aux_sym_preproc_if_token1] = ACTIONS(2573), + [aux_sym_preproc_if_token2] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2573), + [sym_preproc_directive] = ACTIONS(2573), + [anon_sym_LPAREN2] = ACTIONS(2575), + [anon_sym_TILDE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_typedef] = ACTIONS(2573), + [anon_sym_extern] = ACTIONS(2573), + [anon_sym___attribute__] = ACTIONS(2573), + [anon_sym___declspec] = ACTIONS(2573), + [anon_sym___based] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_register] = ACTIONS(2573), + [anon_sym_inline] = ACTIONS(2573), + [anon_sym_const] = ACTIONS(2573), + [anon_sym_volatile] = ACTIONS(2573), + [anon_sym_restrict] = ACTIONS(2573), + [anon_sym__Atomic] = ACTIONS(2573), + [anon_sym_mutable] = ACTIONS(2573), + [anon_sym_constexpr] = ACTIONS(2573), + [anon_sym_signed] = ACTIONS(2573), + [anon_sym_unsigned] = ACTIONS(2573), + [anon_sym_long] = ACTIONS(2573), + [anon_sym_short] = ACTIONS(2573), + [sym_primitive_type] = ACTIONS(2573), + [anon_sym_enum] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_struct] = ACTIONS(2573), + [anon_sym_union] = ACTIONS(2573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2573), + [anon_sym_virtual] = ACTIONS(2573), + [anon_sym_explicit] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_protected] = ACTIONS(2573), + [sym_auto] = ACTIONS(2573), + [anon_sym_typename] = ACTIONS(2573), + [anon_sym_template] = ACTIONS(2573), + [anon_sym_COLON_COLON] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2573), + [anon_sym_friend] = ACTIONS(2573), + [anon_sym_using] = ACTIONS(2573), + [anon_sym_static_assert] = ACTIONS(2573), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2575), + [sym_operator_name] = ACTIONS(2573), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2573), + [anon_sym_MOZ_COLD] = ACTIONS(2573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_RAII] = ACTIONS(2573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2573), + }, + [1093] = { + [sym_identifier] = ACTIONS(2577), + [aux_sym_preproc_def_token1] = ACTIONS(2577), + [aux_sym_preproc_if_token1] = ACTIONS(2577), + [aux_sym_preproc_if_token2] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), + [sym_preproc_directive] = ACTIONS(2577), + [anon_sym_LPAREN2] = ACTIONS(2579), + [anon_sym_TILDE] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_AMP_AMP] = ACTIONS(2579), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_typedef] = ACTIONS(2577), + [anon_sym_extern] = ACTIONS(2577), + [anon_sym___attribute__] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2577), + [anon_sym___based] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_register] = ACTIONS(2577), + [anon_sym_inline] = ACTIONS(2577), + [anon_sym_const] = ACTIONS(2577), + [anon_sym_volatile] = ACTIONS(2577), + [anon_sym_restrict] = ACTIONS(2577), + [anon_sym__Atomic] = ACTIONS(2577), + [anon_sym_mutable] = ACTIONS(2577), + [anon_sym_constexpr] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2577), + [anon_sym_unsigned] = ACTIONS(2577), + [anon_sym_long] = ACTIONS(2577), + [anon_sym_short] = ACTIONS(2577), + [sym_primitive_type] = ACTIONS(2577), + [anon_sym_enum] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_struct] = ACTIONS(2577), + [anon_sym_union] = ACTIONS(2577), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2577), + [anon_sym_virtual] = ACTIONS(2577), + [anon_sym_explicit] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_protected] = ACTIONS(2577), + [sym_auto] = ACTIONS(2577), + [anon_sym_typename] = ACTIONS(2577), + [anon_sym_template] = ACTIONS(2577), + [anon_sym_COLON_COLON] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2577), + [anon_sym_friend] = ACTIONS(2577), + [anon_sym_using] = ACTIONS(2577), + [anon_sym_static_assert] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), + [sym_operator_name] = ACTIONS(2577), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), + [anon_sym_MOZ_COLD] = ACTIONS(2577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_RAII] = ACTIONS(2577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), + }, + [1094] = { + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym_RBRACE] = ACTIONS(2763), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [sym_primitive_type] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_protected] = ACTIONS(2761), + [sym_auto] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_friend] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [sym_operator_name] = ACTIONS(2761), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2761), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2761), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2761), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2761), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2761), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2761), + [anon_sym_MOZ_COLD] = ACTIONS(2761), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2761), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2761), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2761), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2761), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2761), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2761), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2761), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2761), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2761), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2761), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2761), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2761), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2761), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2761), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2761), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2761), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_NONNULL] = ACTIONS(2761), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2761), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2761), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2761), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2761), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_NORETURN] = ACTIONS(2761), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2761), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2761), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2761), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2761), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2761), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2761), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2761), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2761), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2761), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2761), + [anon_sym_MOZ_RAII] = ACTIONS(2761), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2761), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2761), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2761), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2761), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2761), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2761), + }, + [1095] = { + [sym_identifier] = ACTIONS(2561), + [aux_sym_preproc_def_token1] = ACTIONS(2561), + [aux_sym_preproc_if_token1] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2561), + [sym_preproc_directive] = ACTIONS(2561), + [anon_sym_LPAREN2] = ACTIONS(2563), + [anon_sym_TILDE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_typedef] = ACTIONS(2561), + [anon_sym_extern] = ACTIONS(2561), + [anon_sym___attribute__] = ACTIONS(2561), + [anon_sym___declspec] = ACTIONS(2561), + [anon_sym___based] = ACTIONS(2561), + [anon_sym_RBRACE] = ACTIONS(2563), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_register] = ACTIONS(2561), + [anon_sym_inline] = ACTIONS(2561), + [anon_sym_const] = ACTIONS(2561), + [anon_sym_volatile] = ACTIONS(2561), + [anon_sym_restrict] = ACTIONS(2561), + [anon_sym__Atomic] = ACTIONS(2561), + [anon_sym_mutable] = ACTIONS(2561), + [anon_sym_constexpr] = ACTIONS(2561), + [anon_sym_signed] = ACTIONS(2561), + [anon_sym_unsigned] = ACTIONS(2561), + [anon_sym_long] = ACTIONS(2561), + [anon_sym_short] = ACTIONS(2561), + [sym_primitive_type] = ACTIONS(2561), + [anon_sym_enum] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_struct] = ACTIONS(2561), + [anon_sym_union] = ACTIONS(2561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2561), + [anon_sym_virtual] = ACTIONS(2561), + [anon_sym_explicit] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_protected] = ACTIONS(2561), + [sym_auto] = ACTIONS(2561), + [anon_sym_typename] = ACTIONS(2561), + [anon_sym_template] = ACTIONS(2561), + [anon_sym_COLON_COLON] = ACTIONS(2563), + [anon_sym_operator] = ACTIONS(2561), + [anon_sym_friend] = ACTIONS(2561), + [anon_sym_using] = ACTIONS(2561), + [anon_sym_static_assert] = ACTIONS(2561), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2563), + [sym_operator_name] = ACTIONS(2561), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2561), + [anon_sym_MOZ_COLD] = ACTIONS(2561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_RAII] = ACTIONS(2561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2561), + }, + [1096] = { + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym_RBRACE] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [anon_sym_public] = ACTIONS(1724), + [anon_sym_private] = ACTIONS(1724), + [anon_sym_protected] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_friend] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [sym_operator_name] = ACTIONS(1724), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), + }, + [1097] = { [sym_identifier] = ACTIONS(2557), [aux_sym_preproc_def_token1] = ACTIONS(2557), [aux_sym_preproc_if_token1] = ACTIONS(2557), @@ -213639,7450 +211895,5219 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2557), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2557), }, - [1219] = { - [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token2] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_TILDE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_AMP_AMP] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym___attribute__] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2585), - [anon_sym___based] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_register] = ACTIONS(2585), - [anon_sym_inline] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_volatile] = ACTIONS(2585), - [anon_sym_restrict] = ACTIONS(2585), - [anon_sym__Atomic] = ACTIONS(2585), - [anon_sym_mutable] = ACTIONS(2585), - [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), - [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), - [anon_sym_MOZ_COLD] = ACTIONS(2585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_RAII] = ACTIONS(2585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), + [1098] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [1220] = { - [sym_identifier] = ACTIONS(2717), - [aux_sym_preproc_def_token1] = ACTIONS(2717), - [aux_sym_preproc_if_token1] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), - [sym_preproc_directive] = ACTIONS(2717), - [anon_sym_LPAREN2] = ACTIONS(2719), - [anon_sym_TILDE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(2719), - [anon_sym_AMP_AMP] = ACTIONS(2719), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2717), - [anon_sym_extern] = ACTIONS(2717), - [anon_sym___attribute__] = ACTIONS(2717), - [anon_sym___declspec] = ACTIONS(2717), - [anon_sym___based] = ACTIONS(2717), - [anon_sym_RBRACE] = ACTIONS(2719), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2717), - [anon_sym_register] = ACTIONS(2717), - [anon_sym_inline] = ACTIONS(2717), - [anon_sym_const] = ACTIONS(2717), - [anon_sym_volatile] = ACTIONS(2717), - [anon_sym_restrict] = ACTIONS(2717), - [anon_sym__Atomic] = ACTIONS(2717), - [anon_sym_mutable] = ACTIONS(2717), - [anon_sym_constexpr] = ACTIONS(2717), - [anon_sym_signed] = ACTIONS(2717), - [anon_sym_unsigned] = ACTIONS(2717), - [anon_sym_long] = ACTIONS(2717), - [anon_sym_short] = ACTIONS(2717), - [sym_primitive_type] = ACTIONS(2717), - [anon_sym_enum] = ACTIONS(2717), - [anon_sym_class] = ACTIONS(2717), - [anon_sym_struct] = ACTIONS(2717), - [anon_sym_union] = ACTIONS(2717), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2717), - [anon_sym_virtual] = ACTIONS(2717), - [anon_sym_explicit] = ACTIONS(2717), - [anon_sym_public] = ACTIONS(2717), - [anon_sym_private] = ACTIONS(2717), - [anon_sym_protected] = ACTIONS(2717), - [sym_auto] = ACTIONS(2717), - [anon_sym_typename] = ACTIONS(2717), - [anon_sym_template] = ACTIONS(2717), - [anon_sym_COLON_COLON] = ACTIONS(2719), - [anon_sym_operator] = ACTIONS(2717), - [anon_sym_friend] = ACTIONS(2717), - [anon_sym_using] = ACTIONS(2717), - [anon_sym_static_assert] = ACTIONS(2717), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), - [sym_operator_name] = ACTIONS(2717), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), - [anon_sym_MOZ_COLD] = ACTIONS(2717), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL] = ACTIONS(2717), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN] = ACTIONS(2717), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), - [anon_sym_MOZ_RAII] = ACTIONS(2717), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), + [1099] = { + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token2] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [anon_sym_public] = ACTIONS(1596), + [anon_sym_private] = ACTIONS(1596), + [anon_sym_protected] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_friend] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [sym_operator_name] = ACTIONS(1596), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), }, - [1221] = { - [sym_identifier] = ACTIONS(2064), - [aux_sym_preproc_def_token1] = ACTIONS(2064), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2064), - [sym_preproc_directive] = ACTIONS(2064), - [anon_sym_LPAREN2] = ACTIONS(2066), - [anon_sym_TILDE] = ACTIONS(2066), - [anon_sym_STAR] = ACTIONS(2066), - [anon_sym_AMP_AMP] = ACTIONS(2066), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_typedef] = ACTIONS(2064), - [anon_sym_extern] = ACTIONS(2064), - [anon_sym___attribute__] = ACTIONS(2064), - [anon_sym___declspec] = ACTIONS(2064), - [anon_sym___based] = ACTIONS(2064), - [anon_sym_RBRACE] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_static] = ACTIONS(2064), - [anon_sym_register] = ACTIONS(2064), - [anon_sym_inline] = ACTIONS(2064), - [anon_sym_const] = ACTIONS(2064), - [anon_sym_volatile] = ACTIONS(2064), - [anon_sym_restrict] = ACTIONS(2064), - [anon_sym__Atomic] = ACTIONS(2064), - [anon_sym_mutable] = ACTIONS(2064), - [anon_sym_constexpr] = ACTIONS(2064), - [anon_sym_signed] = ACTIONS(2064), - [anon_sym_unsigned] = ACTIONS(2064), - [anon_sym_long] = ACTIONS(2064), - [anon_sym_short] = ACTIONS(2064), - [sym_primitive_type] = ACTIONS(2064), - [anon_sym_enum] = ACTIONS(2064), - [anon_sym_class] = ACTIONS(2064), - [anon_sym_struct] = ACTIONS(2064), - [anon_sym_union] = ACTIONS(2064), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2064), - [anon_sym_virtual] = ACTIONS(2064), - [anon_sym_explicit] = ACTIONS(2064), - [anon_sym_public] = ACTIONS(2064), - [anon_sym_private] = ACTIONS(2064), - [anon_sym_protected] = ACTIONS(2064), - [sym_auto] = ACTIONS(2064), - [anon_sym_typename] = ACTIONS(2064), - [anon_sym_template] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2066), - [anon_sym_operator] = ACTIONS(2064), - [anon_sym_friend] = ACTIONS(2064), - [anon_sym_using] = ACTIONS(2064), - [anon_sym_static_assert] = ACTIONS(2064), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), - [sym_operator_name] = ACTIONS(2064), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2064), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2064), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2064), - [anon_sym_MOZ_COLD] = ACTIONS(2064), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2064), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2064), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2064), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2064), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2064), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2064), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2064), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2064), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2064), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2064), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2064), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2064), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL] = ACTIONS(2064), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2064), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2064), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN] = ACTIONS(2064), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2064), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2064), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2064), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2064), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2064), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2064), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2064), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2064), - [anon_sym_MOZ_RAII] = ACTIONS(2064), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2064), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2064), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2064), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2064), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2064), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2064), + [1100] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token2] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1222] = { - [sym_identifier] = ACTIONS(2697), - [aux_sym_preproc_def_token1] = ACTIONS(2697), - [aux_sym_preproc_if_token1] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2697), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2697), - [sym_preproc_directive] = ACTIONS(2697), - [anon_sym_LPAREN2] = ACTIONS(2699), - [anon_sym_TILDE] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_AMP_AMP] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2697), - [anon_sym_typedef] = ACTIONS(2697), - [anon_sym_extern] = ACTIONS(2697), - [anon_sym___attribute__] = ACTIONS(2697), - [anon_sym___declspec] = ACTIONS(2697), - [anon_sym___based] = ACTIONS(2697), - [anon_sym_RBRACE] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2697), - [anon_sym_static] = ACTIONS(2697), - [anon_sym_register] = ACTIONS(2697), - [anon_sym_inline] = ACTIONS(2697), - [anon_sym_const] = ACTIONS(2697), - [anon_sym_volatile] = ACTIONS(2697), - [anon_sym_restrict] = ACTIONS(2697), - [anon_sym__Atomic] = ACTIONS(2697), - [anon_sym_mutable] = ACTIONS(2697), - [anon_sym_constexpr] = ACTIONS(2697), - [anon_sym_signed] = ACTIONS(2697), - [anon_sym_unsigned] = ACTIONS(2697), - [anon_sym_long] = ACTIONS(2697), - [anon_sym_short] = ACTIONS(2697), - [sym_primitive_type] = ACTIONS(2697), - [anon_sym_enum] = ACTIONS(2697), - [anon_sym_class] = ACTIONS(2697), - [anon_sym_struct] = ACTIONS(2697), - [anon_sym_union] = ACTIONS(2697), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2697), - [anon_sym_virtual] = ACTIONS(2697), - [anon_sym_explicit] = ACTIONS(2697), - [anon_sym_public] = ACTIONS(2697), - [anon_sym_private] = ACTIONS(2697), - [anon_sym_protected] = ACTIONS(2697), - [sym_auto] = ACTIONS(2697), - [anon_sym_typename] = ACTIONS(2697), - [anon_sym_template] = ACTIONS(2697), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_operator] = ACTIONS(2697), - [anon_sym_friend] = ACTIONS(2697), - [anon_sym_using] = ACTIONS(2697), - [anon_sym_static_assert] = ACTIONS(2697), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2699), - [sym_operator_name] = ACTIONS(2697), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2697), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2697), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2697), - [anon_sym_MOZ_COLD] = ACTIONS(2697), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2697), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2697), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2697), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2697), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2697), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2697), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2697), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2697), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2697), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2697), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2697), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2697), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL] = ACTIONS(2697), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2697), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2697), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN] = ACTIONS(2697), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2697), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2697), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2697), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2697), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2697), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2697), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2697), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), - [anon_sym_MOZ_RAII] = ACTIONS(2697), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2697), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2697), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2697), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2697), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2697), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2697), + [1101] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_RBRACE] = ACTIONS(2779), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), }, - [1223] = { - [sym_identifier] = ACTIONS(2068), - [aux_sym_preproc_def_token1] = ACTIONS(2068), - [aux_sym_preproc_if_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2068), - [sym_preproc_directive] = ACTIONS(2068), - [anon_sym_LPAREN2] = ACTIONS(2070), - [anon_sym_TILDE] = ACTIONS(2070), - [anon_sym_STAR] = ACTIONS(2070), - [anon_sym_AMP_AMP] = ACTIONS(2070), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_typedef] = ACTIONS(2068), - [anon_sym_extern] = ACTIONS(2068), - [anon_sym___attribute__] = ACTIONS(2068), - [anon_sym___declspec] = ACTIONS(2068), - [anon_sym___based] = ACTIONS(2068), - [anon_sym_RBRACE] = ACTIONS(2070), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_static] = ACTIONS(2068), - [anon_sym_register] = ACTIONS(2068), - [anon_sym_inline] = ACTIONS(2068), - [anon_sym_const] = ACTIONS(2068), - [anon_sym_volatile] = ACTIONS(2068), - [anon_sym_restrict] = ACTIONS(2068), - [anon_sym__Atomic] = ACTIONS(2068), - [anon_sym_mutable] = ACTIONS(2068), - [anon_sym_constexpr] = ACTIONS(2068), - [anon_sym_signed] = ACTIONS(2068), - [anon_sym_unsigned] = ACTIONS(2068), - [anon_sym_long] = ACTIONS(2068), - [anon_sym_short] = ACTIONS(2068), - [sym_primitive_type] = ACTIONS(2068), - [anon_sym_enum] = ACTIONS(2068), - [anon_sym_class] = ACTIONS(2068), - [anon_sym_struct] = ACTIONS(2068), - [anon_sym_union] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2068), - [anon_sym_virtual] = ACTIONS(2068), - [anon_sym_explicit] = ACTIONS(2068), - [anon_sym_public] = ACTIONS(2068), - [anon_sym_private] = ACTIONS(2068), - [anon_sym_protected] = ACTIONS(2068), - [sym_auto] = ACTIONS(2068), - [anon_sym_typename] = ACTIONS(2068), - [anon_sym_template] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2070), - [anon_sym_operator] = ACTIONS(2068), - [anon_sym_friend] = ACTIONS(2068), - [anon_sym_using] = ACTIONS(2068), - [anon_sym_static_assert] = ACTIONS(2068), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [sym_operator_name] = ACTIONS(2068), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2068), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2068), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2068), - [anon_sym_MOZ_COLD] = ACTIONS(2068), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2068), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2068), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2068), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2068), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2068), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2068), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2068), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2068), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2068), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2068), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2068), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2068), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL] = ACTIONS(2068), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2068), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2068), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN] = ACTIONS(2068), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2068), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2068), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2068), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2068), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2068), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2068), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2068), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2068), - [anon_sym_MOZ_RAII] = ACTIONS(2068), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2068), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2068), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2068), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2068), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2068), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2068), + [1102] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_RBRACE] = ACTIONS(2779), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), }, - [1224] = { - [sym_identifier] = ACTIONS(2072), - [aux_sym_preproc_def_token1] = ACTIONS(2072), - [aux_sym_preproc_if_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2072), - [sym_preproc_directive] = ACTIONS(2072), - [anon_sym_LPAREN2] = ACTIONS(2074), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_typedef] = ACTIONS(2072), - [anon_sym_extern] = ACTIONS(2072), - [anon_sym___attribute__] = ACTIONS(2072), - [anon_sym___declspec] = ACTIONS(2072), - [anon_sym___based] = ACTIONS(2072), - [anon_sym_RBRACE] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_static] = ACTIONS(2072), - [anon_sym_register] = ACTIONS(2072), - [anon_sym_inline] = ACTIONS(2072), - [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(2072), - [anon_sym_unsigned] = ACTIONS(2072), - [anon_sym_long] = ACTIONS(2072), - [anon_sym_short] = ACTIONS(2072), - [sym_primitive_type] = ACTIONS(2072), - [anon_sym_enum] = ACTIONS(2072), - [anon_sym_class] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(2072), - [anon_sym_union] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2072), - [anon_sym_virtual] = ACTIONS(2072), - [anon_sym_explicit] = ACTIONS(2072), - [anon_sym_public] = ACTIONS(2072), - [anon_sym_private] = ACTIONS(2072), - [anon_sym_protected] = ACTIONS(2072), - [sym_auto] = ACTIONS(2072), - [anon_sym_typename] = ACTIONS(2072), - [anon_sym_template] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2074), - [anon_sym_operator] = ACTIONS(2072), - [anon_sym_friend] = ACTIONS(2072), - [anon_sym_using] = ACTIONS(2072), - [anon_sym_static_assert] = ACTIONS(2072), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2074), - [sym_operator_name] = ACTIONS(2072), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2072), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2072), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2072), - [anon_sym_MOZ_COLD] = ACTIONS(2072), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2072), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2072), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2072), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2072), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2072), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2072), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2072), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2072), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2072), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2072), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2072), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2072), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL] = ACTIONS(2072), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2072), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2072), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN] = ACTIONS(2072), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2072), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2072), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2072), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2072), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2072), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2072), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2072), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2072), - [anon_sym_MOZ_RAII] = ACTIONS(2072), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2072), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2072), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2072), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2072), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2072), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2072), + [1103] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1225] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_RBRACE] = ACTIONS(2651), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [1104] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1638), + [anon_sym_STAR] = ACTIONS(1638), + [anon_sym_AMP_AMP] = ACTIONS(1638), + [anon_sym_AMP] = ACTIONS(1636), + [anon_sym_typedef] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1636), + [anon_sym___declspec] = ACTIONS(1636), + [anon_sym___based] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_static] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1636), + [anon_sym_virtual] = ACTIONS(1636), + [anon_sym_explicit] = ACTIONS(1636), + [anon_sym_public] = ACTIONS(1636), + [anon_sym_private] = ACTIONS(1636), + [anon_sym_protected] = ACTIONS(1636), + [sym_auto] = ACTIONS(1636), + [anon_sym_typename] = ACTIONS(1636), + [anon_sym_template] = ACTIONS(1636), + [anon_sym_COLON_COLON] = ACTIONS(1638), + [anon_sym_operator] = ACTIONS(1636), + [anon_sym_friend] = ACTIONS(1636), + [anon_sym_using] = ACTIONS(1636), + [anon_sym_static_assert] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [sym_operator_name] = ACTIONS(1636), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1226] = { - [sym_identifier] = ACTIONS(2649), - [aux_sym_preproc_def_token1] = ACTIONS(2649), - [aux_sym_preproc_if_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), - [sym_preproc_directive] = ACTIONS(2649), - [anon_sym_LPAREN2] = ACTIONS(2651), - [anon_sym_TILDE] = ACTIONS(2651), - [anon_sym_STAR] = ACTIONS(2651), - [anon_sym_AMP_AMP] = ACTIONS(2651), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_typedef] = ACTIONS(2649), - [anon_sym_extern] = ACTIONS(2649), - [anon_sym___attribute__] = ACTIONS(2649), - [anon_sym___declspec] = ACTIONS(2649), - [anon_sym___based] = ACTIONS(2649), - [anon_sym_RBRACE] = ACTIONS(2651), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_static] = ACTIONS(2649), - [anon_sym_register] = ACTIONS(2649), - [anon_sym_inline] = ACTIONS(2649), - [anon_sym_const] = ACTIONS(2649), - [anon_sym_volatile] = ACTIONS(2649), - [anon_sym_restrict] = ACTIONS(2649), - [anon_sym__Atomic] = ACTIONS(2649), - [anon_sym_mutable] = ACTIONS(2649), - [anon_sym_constexpr] = ACTIONS(2649), - [anon_sym_signed] = ACTIONS(2649), - [anon_sym_unsigned] = ACTIONS(2649), - [anon_sym_long] = ACTIONS(2649), - [anon_sym_short] = ACTIONS(2649), - [sym_primitive_type] = ACTIONS(2649), - [anon_sym_enum] = ACTIONS(2649), - [anon_sym_class] = ACTIONS(2649), - [anon_sym_struct] = ACTIONS(2649), - [anon_sym_union] = ACTIONS(2649), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2649), - [anon_sym_virtual] = ACTIONS(2649), - [anon_sym_explicit] = ACTIONS(2649), - [anon_sym_public] = ACTIONS(2649), - [anon_sym_private] = ACTIONS(2649), - [anon_sym_protected] = ACTIONS(2649), - [sym_auto] = ACTIONS(2649), - [anon_sym_typename] = ACTIONS(2649), - [anon_sym_template] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2651), - [anon_sym_operator] = ACTIONS(2649), - [anon_sym_friend] = ACTIONS(2649), - [anon_sym_using] = ACTIONS(2649), - [anon_sym_static_assert] = ACTIONS(2649), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), - [sym_operator_name] = ACTIONS(2649), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), - [anon_sym_MOZ_COLD] = ACTIONS(2649), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL] = ACTIONS(2649), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN] = ACTIONS(2649), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), - [anon_sym_MOZ_RAII] = ACTIONS(2649), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), + [1105] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1702), + [anon_sym_AMP_AMP] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1700), + [anon_sym_typedef] = ACTIONS(1700), + [anon_sym_extern] = ACTIONS(1700), + [anon_sym___attribute__] = ACTIONS(1700), + [anon_sym___declspec] = ACTIONS(1700), + [anon_sym___based] = ACTIONS(1700), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1700), + [anon_sym_virtual] = ACTIONS(1700), + [anon_sym_explicit] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [sym_auto] = ACTIONS(1700), + [anon_sym_typename] = ACTIONS(1700), + [anon_sym_template] = ACTIONS(1700), + [anon_sym_COLON_COLON] = ACTIONS(1702), + [anon_sym_operator] = ACTIONS(1700), + [anon_sym_friend] = ACTIONS(1700), + [anon_sym_using] = ACTIONS(1700), + [anon_sym_static_assert] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [sym_operator_name] = ACTIONS(1700), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1227] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [anon_sym_public] = ACTIONS(1762), - [anon_sym_private] = ACTIONS(1762), - [anon_sym_protected] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_friend] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [sym_operator_name] = ACTIONS(1762), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + [1106] = { + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token2] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [anon_sym_public] = ACTIONS(1792), + [anon_sym_private] = ACTIONS(1792), + [anon_sym_protected] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_friend] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [sym_operator_name] = ACTIONS(1792), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), }, - [1228] = { - [sym_identifier] = ACTIONS(2645), - [aux_sym_preproc_def_token1] = ACTIONS(2645), - [aux_sym_preproc_if_token1] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2645), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2645), - [sym_preproc_directive] = ACTIONS(2645), - [anon_sym_LPAREN2] = ACTIONS(2647), - [anon_sym_TILDE] = ACTIONS(2647), - [anon_sym_STAR] = ACTIONS(2647), - [anon_sym_AMP_AMP] = ACTIONS(2647), - [anon_sym_AMP] = ACTIONS(2645), - [anon_sym_typedef] = ACTIONS(2645), - [anon_sym_extern] = ACTIONS(2645), - [anon_sym___attribute__] = ACTIONS(2645), - [anon_sym___declspec] = ACTIONS(2645), - [anon_sym___based] = ACTIONS(2645), - [anon_sym_RBRACE] = ACTIONS(2647), - [anon_sym_LBRACK] = ACTIONS(2645), - [anon_sym_static] = ACTIONS(2645), - [anon_sym_register] = ACTIONS(2645), - [anon_sym_inline] = ACTIONS(2645), - [anon_sym_const] = ACTIONS(2645), - [anon_sym_volatile] = ACTIONS(2645), - [anon_sym_restrict] = ACTIONS(2645), - [anon_sym__Atomic] = ACTIONS(2645), - [anon_sym_mutable] = ACTIONS(2645), - [anon_sym_constexpr] = ACTIONS(2645), - [anon_sym_signed] = ACTIONS(2645), - [anon_sym_unsigned] = ACTIONS(2645), - [anon_sym_long] = ACTIONS(2645), - [anon_sym_short] = ACTIONS(2645), - [sym_primitive_type] = ACTIONS(2645), - [anon_sym_enum] = ACTIONS(2645), - [anon_sym_class] = ACTIONS(2645), - [anon_sym_struct] = ACTIONS(2645), - [anon_sym_union] = ACTIONS(2645), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2645), - [anon_sym_virtual] = ACTIONS(2645), - [anon_sym_explicit] = ACTIONS(2645), - [anon_sym_public] = ACTIONS(2645), - [anon_sym_private] = ACTIONS(2645), - [anon_sym_protected] = ACTIONS(2645), - [sym_auto] = ACTIONS(2645), - [anon_sym_typename] = ACTIONS(2645), - [anon_sym_template] = ACTIONS(2645), - [anon_sym_COLON_COLON] = ACTIONS(2647), - [anon_sym_operator] = ACTIONS(2645), - [anon_sym_friend] = ACTIONS(2645), - [anon_sym_using] = ACTIONS(2645), - [anon_sym_static_assert] = ACTIONS(2645), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2647), - [sym_operator_name] = ACTIONS(2645), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2645), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2645), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2645), - [anon_sym_MOZ_COLD] = ACTIONS(2645), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2645), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2645), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2645), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2645), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2645), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2645), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2645), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2645), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2645), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2645), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2645), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2645), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL] = ACTIONS(2645), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2645), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2645), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN] = ACTIONS(2645), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2645), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2645), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2645), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2645), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2645), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2645), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2645), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), - [anon_sym_MOZ_RAII] = ACTIONS(2645), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2645), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2645), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2645), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2645), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2645), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2645), + [1107] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1668), + [anon_sym_typedef] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym___attribute__] = ACTIONS(1668), + [anon_sym___declspec] = ACTIONS(1668), + [anon_sym___based] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_static] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1668), + [anon_sym_virtual] = ACTIONS(1668), + [anon_sym_explicit] = ACTIONS(1668), + [anon_sym_public] = ACTIONS(1668), + [anon_sym_private] = ACTIONS(1668), + [anon_sym_protected] = ACTIONS(1668), + [sym_auto] = ACTIONS(1668), + [anon_sym_typename] = ACTIONS(1668), + [anon_sym_template] = ACTIONS(1668), + [anon_sym_COLON_COLON] = ACTIONS(1670), + [anon_sym_operator] = ACTIONS(1668), + [anon_sym_friend] = ACTIONS(1668), + [anon_sym_using] = ACTIONS(1668), + [anon_sym_static_assert] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [sym_operator_name] = ACTIONS(1668), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1229] = { - [sym_identifier] = ACTIONS(2625), - [aux_sym_preproc_def_token1] = ACTIONS(2625), - [aux_sym_preproc_if_token1] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), - [sym_preproc_directive] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2627), - [anon_sym_TILDE] = ACTIONS(2627), - [anon_sym_STAR] = ACTIONS(2627), - [anon_sym_AMP_AMP] = ACTIONS(2627), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_typedef] = ACTIONS(2625), - [anon_sym_extern] = ACTIONS(2625), - [anon_sym___attribute__] = ACTIONS(2625), - [anon_sym___declspec] = ACTIONS(2625), - [anon_sym___based] = ACTIONS(2625), - [anon_sym_RBRACE] = ACTIONS(2627), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_static] = ACTIONS(2625), - [anon_sym_register] = ACTIONS(2625), - [anon_sym_inline] = ACTIONS(2625), - [anon_sym_const] = ACTIONS(2625), - [anon_sym_volatile] = ACTIONS(2625), - [anon_sym_restrict] = ACTIONS(2625), - [anon_sym__Atomic] = ACTIONS(2625), - [anon_sym_mutable] = ACTIONS(2625), - [anon_sym_constexpr] = ACTIONS(2625), - [anon_sym_signed] = ACTIONS(2625), - [anon_sym_unsigned] = ACTIONS(2625), - [anon_sym_long] = ACTIONS(2625), - [anon_sym_short] = ACTIONS(2625), - [sym_primitive_type] = ACTIONS(2625), - [anon_sym_enum] = ACTIONS(2625), - [anon_sym_class] = ACTIONS(2625), - [anon_sym_struct] = ACTIONS(2625), - [anon_sym_union] = ACTIONS(2625), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2625), - [anon_sym_virtual] = ACTIONS(2625), - [anon_sym_explicit] = ACTIONS(2625), - [anon_sym_public] = ACTIONS(2625), - [anon_sym_private] = ACTIONS(2625), - [anon_sym_protected] = ACTIONS(2625), - [sym_auto] = ACTIONS(2625), - [anon_sym_typename] = ACTIONS(2625), - [anon_sym_template] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2627), - [anon_sym_operator] = ACTIONS(2625), - [anon_sym_friend] = ACTIONS(2625), - [anon_sym_using] = ACTIONS(2625), - [anon_sym_static_assert] = ACTIONS(2625), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), - [sym_operator_name] = ACTIONS(2625), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), - [anon_sym_MOZ_COLD] = ACTIONS(2625), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL] = ACTIONS(2625), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN] = ACTIONS(2625), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), - [anon_sym_MOZ_RAII] = ACTIONS(2625), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), - }, - [1230] = { - [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___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_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_COLON_COLON] = ACTIONS(1860), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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), + [1108] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1231] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token2] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [anon_sym_public] = ACTIONS(1956), - [anon_sym_private] = ACTIONS(1956), - [anon_sym_protected] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_friend] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [sym_operator_name] = ACTIONS(1956), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), + [1109] = { + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token2] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_friend] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [sym_operator_name] = ACTIONS(1796), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), }, - [1232] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token2] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [anon_sym_public] = ACTIONS(1952), - [anon_sym_private] = ACTIONS(1952), - [anon_sym_protected] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_friend] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [sym_operator_name] = ACTIONS(1952), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), + [1110] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1674), + [anon_sym_STAR] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_AMP] = ACTIONS(1672), + [anon_sym_typedef] = ACTIONS(1672), + [anon_sym_extern] = ACTIONS(1672), + [anon_sym___attribute__] = ACTIONS(1672), + [anon_sym___declspec] = ACTIONS(1672), + [anon_sym___based] = ACTIONS(1672), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_static] = ACTIONS(1672), + [anon_sym_register] = ACTIONS(1672), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1672), + [anon_sym_virtual] = ACTIONS(1672), + [anon_sym_explicit] = ACTIONS(1672), + [anon_sym_public] = ACTIONS(1672), + [anon_sym_private] = ACTIONS(1672), + [anon_sym_protected] = ACTIONS(1672), + [sym_auto] = ACTIONS(1672), + [anon_sym_typename] = ACTIONS(1672), + [anon_sym_template] = ACTIONS(1672), + [anon_sym_COLON_COLON] = ACTIONS(1674), + [anon_sym_operator] = ACTIONS(1672), + [anon_sym_friend] = ACTIONS(1672), + [anon_sym_using] = ACTIONS(1672), + [anon_sym_static_assert] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [sym_operator_name] = ACTIONS(1672), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1233] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token2] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [anon_sym_public] = ACTIONS(1948), - [anon_sym_private] = ACTIONS(1948), - [anon_sym_protected] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_friend] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [sym_operator_name] = ACTIONS(1948), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), + [1111] = { + [sym_identifier] = ACTIONS(2773), + [aux_sym_preproc_def_token1] = ACTIONS(2773), + [aux_sym_preproc_if_token1] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), + [sym_preproc_directive] = ACTIONS(2773), + [anon_sym_LPAREN2] = ACTIONS(2775), + [anon_sym_TILDE] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_typedef] = ACTIONS(2773), + [anon_sym_extern] = ACTIONS(2773), + [anon_sym___attribute__] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2773), + [anon_sym___based] = ACTIONS(2773), + [anon_sym_RBRACE] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2773), + [anon_sym_static] = ACTIONS(2773), + [anon_sym_register] = ACTIONS(2773), + [anon_sym_inline] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_volatile] = ACTIONS(2773), + [anon_sym_restrict] = ACTIONS(2773), + [anon_sym__Atomic] = ACTIONS(2773), + [anon_sym_mutable] = ACTIONS(2773), + [anon_sym_constexpr] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2773), + [anon_sym_unsigned] = ACTIONS(2773), + [anon_sym_long] = ACTIONS(2773), + [anon_sym_short] = ACTIONS(2773), + [sym_primitive_type] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_class] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2773), + [anon_sym_virtual] = ACTIONS(2773), + [anon_sym_explicit] = ACTIONS(2773), + [anon_sym_public] = ACTIONS(2773), + [anon_sym_private] = ACTIONS(2773), + [anon_sym_protected] = ACTIONS(2773), + [sym_auto] = ACTIONS(2773), + [anon_sym_typename] = ACTIONS(2773), + [anon_sym_template] = ACTIONS(2773), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2773), + [anon_sym_friend] = ACTIONS(2773), + [anon_sym_using] = ACTIONS(2773), + [anon_sym_static_assert] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), + [sym_operator_name] = ACTIONS(2773), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), + [anon_sym_MOZ_COLD] = ACTIONS(2773), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_RAII] = ACTIONS(2773), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), }, - [1234] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), + [1112] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_AMP_AMP] = ACTIONS(1678), + [anon_sym_AMP] = ACTIONS(1676), + [anon_sym_typedef] = ACTIONS(1676), + [anon_sym_extern] = ACTIONS(1676), + [anon_sym___attribute__] = ACTIONS(1676), + [anon_sym___declspec] = ACTIONS(1676), + [anon_sym___based] = ACTIONS(1676), + [anon_sym_LBRACK] = ACTIONS(1676), + [anon_sym_static] = ACTIONS(1676), + [anon_sym_register] = ACTIONS(1676), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1676), + [anon_sym_virtual] = ACTIONS(1676), + [anon_sym_explicit] = ACTIONS(1676), + [anon_sym_public] = ACTIONS(1676), + [anon_sym_private] = ACTIONS(1676), + [anon_sym_protected] = ACTIONS(1676), + [sym_auto] = ACTIONS(1676), + [anon_sym_typename] = ACTIONS(1676), + [anon_sym_template] = ACTIONS(1676), + [anon_sym_COLON_COLON] = ACTIONS(1678), + [anon_sym_operator] = ACTIONS(1676), + [anon_sym_friend] = ACTIONS(1676), + [anon_sym_using] = ACTIONS(1676), + [anon_sym_static_assert] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [sym_operator_name] = ACTIONS(1676), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1235] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token2] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [anon_sym_public] = ACTIONS(1916), - [anon_sym_private] = ACTIONS(1916), - [anon_sym_protected] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_friend] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [sym_operator_name] = ACTIONS(1916), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), + [1113] = { + [sym_identifier] = ACTIONS(2501), + [aux_sym_preproc_def_token1] = ACTIONS(2501), + [aux_sym_preproc_if_token1] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2501), + [sym_preproc_directive] = ACTIONS(2501), + [anon_sym_LPAREN2] = ACTIONS(2503), + [anon_sym_TILDE] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_AMP_AMP] = ACTIONS(2503), + [anon_sym_AMP] = ACTIONS(2501), + [anon_sym_typedef] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym___attribute__] = ACTIONS(2501), + [anon_sym___declspec] = ACTIONS(2501), + [anon_sym___based] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2503), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_inline] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_volatile] = ACTIONS(2501), + [anon_sym_restrict] = ACTIONS(2501), + [anon_sym__Atomic] = ACTIONS(2501), + [anon_sym_mutable] = ACTIONS(2501), + [anon_sym_constexpr] = ACTIONS(2501), + [anon_sym_signed] = ACTIONS(2501), + [anon_sym_unsigned] = ACTIONS(2501), + [anon_sym_long] = ACTIONS(2501), + [anon_sym_short] = ACTIONS(2501), + [sym_primitive_type] = ACTIONS(2501), + [anon_sym_enum] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_struct] = ACTIONS(2501), + [anon_sym_union] = ACTIONS(2501), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2501), + [anon_sym_virtual] = ACTIONS(2501), + [anon_sym_explicit] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_protected] = ACTIONS(2501), + [sym_auto] = ACTIONS(2501), + [anon_sym_typename] = ACTIONS(2501), + [anon_sym_template] = ACTIONS(2501), + [anon_sym_COLON_COLON] = ACTIONS(2503), + [anon_sym_operator] = ACTIONS(2501), + [anon_sym_friend] = ACTIONS(2501), + [anon_sym_using] = ACTIONS(2501), + [anon_sym_static_assert] = ACTIONS(2501), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2503), + [sym_operator_name] = ACTIONS(2501), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2501), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), + [anon_sym_MOZ_COLD] = ACTIONS(2501), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_RAII] = ACTIONS(2501), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), }, - [1236] = { - [sym_identifier] = ACTIONS(1992), - [aux_sym_preproc_def_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token1] = ACTIONS(1992), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1992), - [sym_preproc_directive] = ACTIONS(1992), - [anon_sym_LPAREN2] = ACTIONS(1994), - [anon_sym_TILDE] = ACTIONS(1994), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_AMP_AMP] = ACTIONS(1994), - [anon_sym_AMP] = ACTIONS(1992), - [anon_sym_typedef] = ACTIONS(1992), - [anon_sym_extern] = ACTIONS(1992), - [anon_sym___attribute__] = ACTIONS(1992), - [anon_sym___declspec] = ACTIONS(1992), - [anon_sym___based] = ACTIONS(1992), - [anon_sym_LBRACK] = ACTIONS(1992), - [anon_sym_static] = ACTIONS(1992), - [anon_sym_register] = ACTIONS(1992), - [anon_sym_inline] = ACTIONS(1992), - [anon_sym_const] = ACTIONS(1992), - [anon_sym_volatile] = ACTIONS(1992), - [anon_sym_restrict] = ACTIONS(1992), - [anon_sym__Atomic] = ACTIONS(1992), - [anon_sym_mutable] = ACTIONS(1992), - [anon_sym_constexpr] = ACTIONS(1992), - [anon_sym_signed] = ACTIONS(1992), - [anon_sym_unsigned] = ACTIONS(1992), - [anon_sym_long] = ACTIONS(1992), - [anon_sym_short] = ACTIONS(1992), - [sym_primitive_type] = ACTIONS(1992), - [anon_sym_enum] = ACTIONS(1992), - [anon_sym_class] = ACTIONS(1992), - [anon_sym_struct] = ACTIONS(1992), - [anon_sym_union] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1992), - [anon_sym_virtual] = ACTIONS(1992), - [anon_sym_explicit] = ACTIONS(1992), - [anon_sym_public] = ACTIONS(1992), - [anon_sym_private] = ACTIONS(1992), - [anon_sym_protected] = ACTIONS(1992), - [sym_auto] = ACTIONS(1992), - [anon_sym_typename] = ACTIONS(1992), - [anon_sym_template] = ACTIONS(1992), - [anon_sym_COLON_COLON] = ACTIONS(1994), - [anon_sym_operator] = ACTIONS(1992), - [anon_sym_friend] = ACTIONS(1992), - [anon_sym_using] = ACTIONS(1992), - [anon_sym_static_assert] = ACTIONS(1992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1994), - [sym_operator_name] = ACTIONS(1992), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1992), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1992), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1992), - [anon_sym_MOZ_COLD] = ACTIONS(1992), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1992), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1992), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1992), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1992), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1992), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1992), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1992), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1992), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1992), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1992), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1992), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1992), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL] = ACTIONS(1992), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1992), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1992), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN] = ACTIONS(1992), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1992), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1992), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1992), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1992), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1992), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1992), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1992), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1992), - [anon_sym_MOZ_RAII] = ACTIONS(1992), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1992), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1992), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1992), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1992), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1992), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1992), + [1114] = { + [sym_identifier] = ACTIONS(2505), + [aux_sym_preproc_def_token1] = ACTIONS(2505), + [aux_sym_preproc_if_token1] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2505), + [sym_preproc_directive] = ACTIONS(2505), + [anon_sym_LPAREN2] = ACTIONS(2507), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_AMP_AMP] = ACTIONS(2507), + [anon_sym_AMP] = ACTIONS(2505), + [anon_sym_typedef] = ACTIONS(2505), + [anon_sym_extern] = ACTIONS(2505), + [anon_sym___attribute__] = ACTIONS(2505), + [anon_sym___declspec] = ACTIONS(2505), + [anon_sym___based] = ACTIONS(2505), + [anon_sym_RBRACE] = ACTIONS(2507), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_register] = ACTIONS(2505), + [anon_sym_inline] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_volatile] = ACTIONS(2505), + [anon_sym_restrict] = ACTIONS(2505), + [anon_sym__Atomic] = ACTIONS(2505), + [anon_sym_mutable] = ACTIONS(2505), + [anon_sym_constexpr] = ACTIONS(2505), + [anon_sym_signed] = ACTIONS(2505), + [anon_sym_unsigned] = ACTIONS(2505), + [anon_sym_long] = ACTIONS(2505), + [anon_sym_short] = ACTIONS(2505), + [sym_primitive_type] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_struct] = ACTIONS(2505), + [anon_sym_union] = ACTIONS(2505), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2505), + [anon_sym_virtual] = ACTIONS(2505), + [anon_sym_explicit] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [sym_auto] = ACTIONS(2505), + [anon_sym_typename] = ACTIONS(2505), + [anon_sym_template] = ACTIONS(2505), + [anon_sym_COLON_COLON] = ACTIONS(2507), + [anon_sym_operator] = ACTIONS(2505), + [anon_sym_friend] = ACTIONS(2505), + [anon_sym_using] = ACTIONS(2505), + [anon_sym_static_assert] = ACTIONS(2505), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2507), + [sym_operator_name] = ACTIONS(2505), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2505), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2505), + [anon_sym_MOZ_COLD] = ACTIONS(2505), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2505), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2505), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2505), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2505), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2505), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2505), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2505), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2505), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2505), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2505), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2505), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2505), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_RAII] = ACTIONS(2505), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2505), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2505), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2505), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2505), }, - [1237] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2078), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [anon_sym_public] = ACTIONS(2076), - [anon_sym_private] = ACTIONS(2076), - [anon_sym_protected] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_friend] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [sym_operator_name] = ACTIONS(2076), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), + [1115] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [1238] = { - [sym_identifier] = ACTIONS(1912), - [aux_sym_preproc_def_token1] = ACTIONS(1912), - [aux_sym_preproc_if_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1912), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1912), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_LPAREN2] = ACTIONS(1914), - [anon_sym_TILDE] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1914), - [anon_sym_AMP_AMP] = ACTIONS(1914), - [anon_sym_AMP] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1912), - [anon_sym_extern] = ACTIONS(1912), - [anon_sym___attribute__] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1912), - [anon_sym___based] = ACTIONS(1912), - [anon_sym_RBRACE] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1912), - [anon_sym_static] = ACTIONS(1912), - [anon_sym_register] = ACTIONS(1912), - [anon_sym_inline] = ACTIONS(1912), - [anon_sym_const] = ACTIONS(1912), - [anon_sym_volatile] = ACTIONS(1912), - [anon_sym_restrict] = ACTIONS(1912), - [anon_sym__Atomic] = ACTIONS(1912), - [anon_sym_mutable] = ACTIONS(1912), - [anon_sym_constexpr] = ACTIONS(1912), - [anon_sym_signed] = ACTIONS(1912), - [anon_sym_unsigned] = ACTIONS(1912), - [anon_sym_long] = ACTIONS(1912), - [anon_sym_short] = ACTIONS(1912), - [sym_primitive_type] = ACTIONS(1912), - [anon_sym_enum] = ACTIONS(1912), - [anon_sym_class] = ACTIONS(1912), - [anon_sym_struct] = ACTIONS(1912), - [anon_sym_union] = ACTIONS(1912), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1912), - [anon_sym_virtual] = ACTIONS(1912), - [anon_sym_explicit] = ACTIONS(1912), - [anon_sym_public] = ACTIONS(1912), - [anon_sym_private] = ACTIONS(1912), - [anon_sym_protected] = ACTIONS(1912), - [sym_auto] = ACTIONS(1912), - [anon_sym_typename] = ACTIONS(1912), - [anon_sym_template] = ACTIONS(1912), - [anon_sym_COLON_COLON] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1912), - [anon_sym_friend] = ACTIONS(1912), - [anon_sym_using] = ACTIONS(1912), - [anon_sym_static_assert] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1912), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1912), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1912), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1912), - [anon_sym_MOZ_COLD] = ACTIONS(1912), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1912), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1912), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1912), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1912), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1912), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1912), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1912), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1912), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1912), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1912), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1912), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1912), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL] = ACTIONS(1912), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1912), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1912), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN] = ACTIONS(1912), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1912), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1912), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1912), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1912), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1912), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1912), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1912), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1912), - [anon_sym_MOZ_RAII] = ACTIONS(1912), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1912), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1912), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1912), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1912), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1912), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1912), + [1116] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1239] = { - [sym_identifier] = ACTIONS(2000), - [aux_sym_preproc_def_token1] = ACTIONS(2000), - [aux_sym_preproc_if_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2000), - [sym_preproc_directive] = ACTIONS(2000), - [anon_sym_LPAREN2] = ACTIONS(2002), - [anon_sym_TILDE] = ACTIONS(2002), - [anon_sym_STAR] = ACTIONS(2002), - [anon_sym_AMP_AMP] = ACTIONS(2002), - [anon_sym_AMP] = ACTIONS(2000), - [anon_sym_typedef] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym___attribute__] = ACTIONS(2000), - [anon_sym___declspec] = ACTIONS(2000), - [anon_sym___based] = ACTIONS(2000), - [anon_sym_RBRACE] = ACTIONS(2002), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_inline] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [anon_sym_volatile] = ACTIONS(2000), - [anon_sym_restrict] = ACTIONS(2000), - [anon_sym__Atomic] = ACTIONS(2000), - [anon_sym_mutable] = ACTIONS(2000), - [anon_sym_constexpr] = ACTIONS(2000), - [anon_sym_signed] = ACTIONS(2000), - [anon_sym_unsigned] = ACTIONS(2000), - [anon_sym_long] = ACTIONS(2000), - [anon_sym_short] = ACTIONS(2000), - [sym_primitive_type] = ACTIONS(2000), - [anon_sym_enum] = ACTIONS(2000), - [anon_sym_class] = ACTIONS(2000), - [anon_sym_struct] = ACTIONS(2000), - [anon_sym_union] = ACTIONS(2000), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2000), - [anon_sym_virtual] = ACTIONS(2000), - [anon_sym_explicit] = ACTIONS(2000), - [anon_sym_public] = ACTIONS(2000), - [anon_sym_private] = ACTIONS(2000), - [anon_sym_protected] = ACTIONS(2000), - [sym_auto] = ACTIONS(2000), - [anon_sym_typename] = ACTIONS(2000), - [anon_sym_template] = ACTIONS(2000), - [anon_sym_COLON_COLON] = ACTIONS(2002), - [anon_sym_operator] = ACTIONS(2000), - [anon_sym_friend] = ACTIONS(2000), - [anon_sym_using] = ACTIONS(2000), - [anon_sym_static_assert] = ACTIONS(2000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2002), - [sym_operator_name] = ACTIONS(2000), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2000), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2000), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2000), - [anon_sym_MOZ_COLD] = ACTIONS(2000), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2000), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2000), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2000), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2000), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2000), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2000), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2000), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2000), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2000), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2000), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2000), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2000), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL] = ACTIONS(2000), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2000), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2000), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN] = ACTIONS(2000), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2000), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2000), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2000), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2000), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2000), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2000), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2000), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2000), - [anon_sym_MOZ_RAII] = ACTIONS(2000), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2000), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2000), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2000), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2000), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2000), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2000), + [1117] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1240] = { - [sym_identifier] = ACTIONS(1980), - [aux_sym_preproc_def_token1] = ACTIONS(1980), - [aux_sym_preproc_if_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1980), - [sym_preproc_directive] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1982), - [anon_sym_AMP_AMP] = ACTIONS(1982), - [anon_sym_AMP] = ACTIONS(1980), - [anon_sym_typedef] = ACTIONS(1980), - [anon_sym_extern] = ACTIONS(1980), - [anon_sym___attribute__] = ACTIONS(1980), - [anon_sym___declspec] = ACTIONS(1980), - [anon_sym___based] = ACTIONS(1980), - [anon_sym_RBRACE] = ACTIONS(1982), - [anon_sym_LBRACK] = ACTIONS(1980), - [anon_sym_static] = ACTIONS(1980), - [anon_sym_register] = ACTIONS(1980), - [anon_sym_inline] = ACTIONS(1980), - [anon_sym_const] = ACTIONS(1980), - [anon_sym_volatile] = ACTIONS(1980), - [anon_sym_restrict] = ACTIONS(1980), - [anon_sym__Atomic] = ACTIONS(1980), - [anon_sym_mutable] = ACTIONS(1980), - [anon_sym_constexpr] = ACTIONS(1980), - [anon_sym_signed] = ACTIONS(1980), - [anon_sym_unsigned] = ACTIONS(1980), - [anon_sym_long] = ACTIONS(1980), - [anon_sym_short] = ACTIONS(1980), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1980), - [anon_sym_class] = ACTIONS(1980), - [anon_sym_struct] = ACTIONS(1980), - [anon_sym_union] = ACTIONS(1980), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1980), - [anon_sym_virtual] = ACTIONS(1980), - [anon_sym_explicit] = ACTIONS(1980), - [anon_sym_public] = ACTIONS(1980), - [anon_sym_private] = ACTIONS(1980), - [anon_sym_protected] = ACTIONS(1980), - [sym_auto] = ACTIONS(1980), - [anon_sym_typename] = ACTIONS(1980), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_COLON_COLON] = ACTIONS(1982), - [anon_sym_operator] = ACTIONS(1980), - [anon_sym_friend] = ACTIONS(1980), - [anon_sym_using] = ACTIONS(1980), - [anon_sym_static_assert] = ACTIONS(1980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1982), - [sym_operator_name] = ACTIONS(1980), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1980), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1980), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1980), - [anon_sym_MOZ_COLD] = ACTIONS(1980), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1980), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1980), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1980), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1980), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1980), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1980), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1980), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1980), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1980), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1980), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1980), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1980), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL] = ACTIONS(1980), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1980), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1980), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN] = ACTIONS(1980), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1980), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1980), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1980), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1980), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1980), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1980), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1980), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1980), - [anon_sym_MOZ_RAII] = ACTIONS(1980), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1980), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1980), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1980), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1980), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1980), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1980), + [1118] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1682), + [anon_sym_STAR] = ACTIONS(1682), + [anon_sym_AMP_AMP] = ACTIONS(1682), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_typedef] = ACTIONS(1680), + [anon_sym_extern] = ACTIONS(1680), + [anon_sym___attribute__] = ACTIONS(1680), + [anon_sym___declspec] = ACTIONS(1680), + [anon_sym___based] = ACTIONS(1680), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_static] = ACTIONS(1680), + [anon_sym_register] = ACTIONS(1680), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1680), + [anon_sym_virtual] = ACTIONS(1680), + [anon_sym_explicit] = ACTIONS(1680), + [anon_sym_public] = ACTIONS(1680), + [anon_sym_private] = ACTIONS(1680), + [anon_sym_protected] = ACTIONS(1680), + [sym_auto] = ACTIONS(1680), + [anon_sym_typename] = ACTIONS(1680), + [anon_sym_template] = ACTIONS(1680), + [anon_sym_COLON_COLON] = ACTIONS(1682), + [anon_sym_operator] = ACTIONS(1680), + [anon_sym_friend] = ACTIONS(1680), + [anon_sym_using] = ACTIONS(1680), + [anon_sym_static_assert] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [sym_operator_name] = ACTIONS(1680), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1241] = { - [sym_identifier] = ACTIONS(1956), - [aux_sym_preproc_def_token1] = ACTIONS(1956), - [aux_sym_preproc_if_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [sym_preproc_directive] = ACTIONS(1956), - [anon_sym_LPAREN2] = ACTIONS(1958), - [anon_sym_TILDE] = ACTIONS(1958), - [anon_sym_STAR] = ACTIONS(1958), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_AMP] = ACTIONS(1956), - [anon_sym_typedef] = ACTIONS(1956), - [anon_sym_extern] = ACTIONS(1956), - [anon_sym___attribute__] = ACTIONS(1956), - [anon_sym___declspec] = ACTIONS(1956), - [anon_sym___based] = ACTIONS(1956), - [anon_sym_RBRACE] = ACTIONS(1958), - [anon_sym_LBRACK] = ACTIONS(1956), - [anon_sym_static] = ACTIONS(1956), - [anon_sym_register] = ACTIONS(1956), - [anon_sym_inline] = ACTIONS(1956), - [anon_sym_const] = ACTIONS(1956), - [anon_sym_volatile] = ACTIONS(1956), - [anon_sym_restrict] = ACTIONS(1956), - [anon_sym__Atomic] = ACTIONS(1956), - [anon_sym_mutable] = ACTIONS(1956), - [anon_sym_constexpr] = ACTIONS(1956), - [anon_sym_signed] = ACTIONS(1956), - [anon_sym_unsigned] = ACTIONS(1956), - [anon_sym_long] = ACTIONS(1956), - [anon_sym_short] = ACTIONS(1956), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1956), - [anon_sym_class] = ACTIONS(1956), - [anon_sym_struct] = ACTIONS(1956), - [anon_sym_union] = ACTIONS(1956), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1956), - [anon_sym_virtual] = ACTIONS(1956), - [anon_sym_explicit] = ACTIONS(1956), - [anon_sym_public] = ACTIONS(1956), - [anon_sym_private] = ACTIONS(1956), - [anon_sym_protected] = ACTIONS(1956), - [sym_auto] = ACTIONS(1956), - [anon_sym_typename] = ACTIONS(1956), - [anon_sym_template] = ACTIONS(1956), - [anon_sym_COLON_COLON] = ACTIONS(1958), - [anon_sym_operator] = ACTIONS(1956), - [anon_sym_friend] = ACTIONS(1956), - [anon_sym_using] = ACTIONS(1956), - [anon_sym_static_assert] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [sym_operator_name] = ACTIONS(1956), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1956), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1956), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1956), - [anon_sym_MOZ_COLD] = ACTIONS(1956), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1956), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1956), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1956), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1956), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1956), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1956), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1956), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1956), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1956), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1956), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1956), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1956), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL] = ACTIONS(1956), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1956), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1956), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN] = ACTIONS(1956), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1956), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1956), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1956), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1956), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1956), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1956), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1956), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1956), - [anon_sym_MOZ_RAII] = ACTIONS(1956), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1956), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1956), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1956), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1956), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1956), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1956), + [1119] = { + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [anon_sym_public] = ACTIONS(1412), + [anon_sym_private] = ACTIONS(1412), + [anon_sym_protected] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_friend] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [sym_operator_name] = ACTIONS(1412), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), }, - [1242] = { - [sym_identifier] = ACTIONS(1952), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1952), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1952), - [sym_preproc_directive] = ACTIONS(1952), - [anon_sym_LPAREN2] = ACTIONS(1954), - [anon_sym_TILDE] = ACTIONS(1954), - [anon_sym_STAR] = ACTIONS(1954), - [anon_sym_AMP_AMP] = ACTIONS(1954), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(1952), - [anon_sym___attribute__] = ACTIONS(1952), - [anon_sym___declspec] = ACTIONS(1952), - [anon_sym___based] = ACTIONS(1952), - [anon_sym_RBRACE] = ACTIONS(1954), - [anon_sym_LBRACK] = ACTIONS(1952), - [anon_sym_static] = ACTIONS(1952), - [anon_sym_register] = ACTIONS(1952), - [anon_sym_inline] = ACTIONS(1952), - [anon_sym_const] = ACTIONS(1952), - [anon_sym_volatile] = ACTIONS(1952), - [anon_sym_restrict] = ACTIONS(1952), - [anon_sym__Atomic] = ACTIONS(1952), - [anon_sym_mutable] = ACTIONS(1952), - [anon_sym_constexpr] = ACTIONS(1952), - [anon_sym_signed] = ACTIONS(1952), - [anon_sym_unsigned] = ACTIONS(1952), - [anon_sym_long] = ACTIONS(1952), - [anon_sym_short] = ACTIONS(1952), - [sym_primitive_type] = ACTIONS(1952), - [anon_sym_enum] = ACTIONS(1952), - [anon_sym_class] = ACTIONS(1952), - [anon_sym_struct] = ACTIONS(1952), - [anon_sym_union] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1952), - [anon_sym_virtual] = ACTIONS(1952), - [anon_sym_explicit] = ACTIONS(1952), - [anon_sym_public] = ACTIONS(1952), - [anon_sym_private] = ACTIONS(1952), - [anon_sym_protected] = ACTIONS(1952), - [sym_auto] = ACTIONS(1952), - [anon_sym_typename] = ACTIONS(1952), - [anon_sym_template] = ACTIONS(1952), - [anon_sym_COLON_COLON] = ACTIONS(1954), - [anon_sym_operator] = ACTIONS(1952), - [anon_sym_friend] = ACTIONS(1952), - [anon_sym_using] = ACTIONS(1952), - [anon_sym_static_assert] = ACTIONS(1952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1954), - [sym_operator_name] = ACTIONS(1952), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1952), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1952), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1952), - [anon_sym_MOZ_COLD] = ACTIONS(1952), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1952), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1952), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1952), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1952), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1952), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1952), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1952), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1952), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1952), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1952), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1952), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1952), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL] = ACTIONS(1952), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1952), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1952), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN] = ACTIONS(1952), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1952), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1952), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1952), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1952), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1952), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1952), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1952), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1952), - [anon_sym_MOZ_RAII] = ACTIONS(1952), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1952), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1952), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1952), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1952), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1952), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1952), + [1120] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1698), + [anon_sym_STAR] = ACTIONS(1698), + [anon_sym_AMP_AMP] = ACTIONS(1698), + [anon_sym_AMP] = ACTIONS(1696), + [anon_sym_typedef] = ACTIONS(1696), + [anon_sym_extern] = ACTIONS(1696), + [anon_sym___attribute__] = ACTIONS(1696), + [anon_sym___declspec] = ACTIONS(1696), + [anon_sym___based] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_static] = ACTIONS(1696), + [anon_sym_register] = ACTIONS(1696), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1696), + [anon_sym_virtual] = ACTIONS(1696), + [anon_sym_explicit] = ACTIONS(1696), + [anon_sym_public] = ACTIONS(1696), + [anon_sym_private] = ACTIONS(1696), + [anon_sym_protected] = ACTIONS(1696), + [sym_auto] = ACTIONS(1696), + [anon_sym_typename] = ACTIONS(1696), + [anon_sym_template] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_operator] = ACTIONS(1696), + [anon_sym_friend] = ACTIONS(1696), + [anon_sym_using] = ACTIONS(1696), + [anon_sym_static_assert] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [sym_operator_name] = ACTIONS(1696), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1243] = { - [sym_identifier] = ACTIONS(1948), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1948), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1948), - [sym_preproc_directive] = ACTIONS(1948), - [anon_sym_LPAREN2] = ACTIONS(1950), - [anon_sym_TILDE] = ACTIONS(1950), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(1950), - [anon_sym_AMP] = ACTIONS(1948), - [anon_sym_typedef] = ACTIONS(1948), - [anon_sym_extern] = ACTIONS(1948), - [anon_sym___attribute__] = ACTIONS(1948), - [anon_sym___declspec] = ACTIONS(1948), - [anon_sym___based] = ACTIONS(1948), - [anon_sym_RBRACE] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1948), - [anon_sym_static] = ACTIONS(1948), - [anon_sym_register] = ACTIONS(1948), - [anon_sym_inline] = ACTIONS(1948), - [anon_sym_const] = ACTIONS(1948), - [anon_sym_volatile] = ACTIONS(1948), - [anon_sym_restrict] = ACTIONS(1948), - [anon_sym__Atomic] = ACTIONS(1948), - [anon_sym_mutable] = ACTIONS(1948), - [anon_sym_constexpr] = ACTIONS(1948), - [anon_sym_signed] = ACTIONS(1948), - [anon_sym_unsigned] = ACTIONS(1948), - [anon_sym_long] = ACTIONS(1948), - [anon_sym_short] = ACTIONS(1948), - [sym_primitive_type] = ACTIONS(1948), - [anon_sym_enum] = ACTIONS(1948), - [anon_sym_class] = ACTIONS(1948), - [anon_sym_struct] = ACTIONS(1948), - [anon_sym_union] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1948), - [anon_sym_virtual] = ACTIONS(1948), - [anon_sym_explicit] = ACTIONS(1948), - [anon_sym_public] = ACTIONS(1948), - [anon_sym_private] = ACTIONS(1948), - [anon_sym_protected] = ACTIONS(1948), - [sym_auto] = ACTIONS(1948), - [anon_sym_typename] = ACTIONS(1948), - [anon_sym_template] = ACTIONS(1948), - [anon_sym_COLON_COLON] = ACTIONS(1950), - [anon_sym_operator] = ACTIONS(1948), - [anon_sym_friend] = ACTIONS(1948), - [anon_sym_using] = ACTIONS(1948), - [anon_sym_static_assert] = ACTIONS(1948), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1950), - [sym_operator_name] = ACTIONS(1948), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1948), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1948), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1948), - [anon_sym_MOZ_COLD] = ACTIONS(1948), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1948), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1948), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1948), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1948), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1948), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1948), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1948), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1948), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1948), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1948), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1948), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1948), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL] = ACTIONS(1948), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1948), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1948), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN] = ACTIONS(1948), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1948), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1948), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1948), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1948), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1948), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1948), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1948), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1948), - [anon_sym_MOZ_RAII] = ACTIONS(1948), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1948), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1948), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1948), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1948), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1948), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1948), + [1121] = { + [sym_identifier] = ACTIONS(2601), + [aux_sym_preproc_def_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), + [sym_preproc_directive] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_TILDE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_AMP_AMP] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_typedef] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym___attribute__] = ACTIONS(2601), + [anon_sym___declspec] = ACTIONS(2601), + [anon_sym___based] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2603), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_register] = ACTIONS(2601), + [anon_sym_inline] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_volatile] = ACTIONS(2601), + [anon_sym_restrict] = ACTIONS(2601), + [anon_sym__Atomic] = ACTIONS(2601), + [anon_sym_mutable] = ACTIONS(2601), + [anon_sym_constexpr] = ACTIONS(2601), + [anon_sym_signed] = ACTIONS(2601), + [anon_sym_unsigned] = ACTIONS(2601), + [anon_sym_long] = ACTIONS(2601), + [anon_sym_short] = ACTIONS(2601), + [sym_primitive_type] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2601), + [anon_sym_virtual] = ACTIONS(2601), + [anon_sym_explicit] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_protected] = ACTIONS(2601), + [sym_auto] = ACTIONS(2601), + [anon_sym_typename] = ACTIONS(2601), + [anon_sym_template] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_operator] = ACTIONS(2601), + [anon_sym_friend] = ACTIONS(2601), + [anon_sym_using] = ACTIONS(2601), + [anon_sym_static_assert] = ACTIONS(2601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), + [sym_operator_name] = ACTIONS(2601), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), + [anon_sym_MOZ_COLD] = ACTIONS(2601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_RAII] = ACTIONS(2601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1244] = { - [sym_identifier] = ACTIONS(2525), - [aux_sym_preproc_def_token1] = ACTIONS(2525), - [aux_sym_preproc_if_token1] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2525), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2525), - [sym_preproc_directive] = ACTIONS(2525), - [anon_sym_LPAREN2] = ACTIONS(2527), - [anon_sym_TILDE] = ACTIONS(2527), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_AMP_AMP] = ACTIONS(2527), - [anon_sym_AMP] = ACTIONS(2525), - [anon_sym_typedef] = ACTIONS(2525), - [anon_sym_extern] = ACTIONS(2525), - [anon_sym___attribute__] = ACTIONS(2525), - [anon_sym___declspec] = ACTIONS(2525), - [anon_sym___based] = ACTIONS(2525), - [anon_sym_RBRACE] = ACTIONS(2527), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_static] = ACTIONS(2525), - [anon_sym_register] = ACTIONS(2525), - [anon_sym_inline] = ACTIONS(2525), - [anon_sym_const] = ACTIONS(2525), - [anon_sym_volatile] = ACTIONS(2525), - [anon_sym_restrict] = ACTIONS(2525), - [anon_sym__Atomic] = ACTIONS(2525), - [anon_sym_mutable] = ACTIONS(2525), - [anon_sym_constexpr] = ACTIONS(2525), - [anon_sym_signed] = ACTIONS(2525), - [anon_sym_unsigned] = ACTIONS(2525), - [anon_sym_long] = ACTIONS(2525), - [anon_sym_short] = ACTIONS(2525), - [sym_primitive_type] = ACTIONS(2525), - [anon_sym_enum] = ACTIONS(2525), - [anon_sym_class] = ACTIONS(2525), - [anon_sym_struct] = ACTIONS(2525), - [anon_sym_union] = ACTIONS(2525), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2525), - [anon_sym_virtual] = ACTIONS(2525), - [anon_sym_explicit] = ACTIONS(2525), - [anon_sym_public] = ACTIONS(2525), - [anon_sym_private] = ACTIONS(2525), - [anon_sym_protected] = ACTIONS(2525), - [sym_auto] = ACTIONS(2525), - [anon_sym_typename] = ACTIONS(2525), - [anon_sym_template] = ACTIONS(2525), - [anon_sym_COLON_COLON] = ACTIONS(2527), - [anon_sym_operator] = ACTIONS(2525), - [anon_sym_friend] = ACTIONS(2525), - [anon_sym_using] = ACTIONS(2525), - [anon_sym_static_assert] = ACTIONS(2525), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2527), - [sym_operator_name] = ACTIONS(2525), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2525), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2525), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2525), - [anon_sym_MOZ_COLD] = ACTIONS(2525), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2525), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2525), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2525), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2525), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2525), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2525), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2525), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2525), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2525), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2525), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2525), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2525), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL] = ACTIONS(2525), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2525), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2525), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN] = ACTIONS(2525), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2525), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2525), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2525), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2525), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2525), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2525), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2525), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), - [anon_sym_MOZ_RAII] = ACTIONS(2525), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2525), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2525), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2525), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2525), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2525), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2525), + [1122] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1614), + [anon_sym_STAR] = ACTIONS(1614), + [anon_sym_AMP_AMP] = ACTIONS(1614), + [anon_sym_AMP] = ACTIONS(1612), + [anon_sym_typedef] = ACTIONS(1612), + [anon_sym_extern] = ACTIONS(1612), + [anon_sym___attribute__] = ACTIONS(1612), + [anon_sym___declspec] = ACTIONS(1612), + [anon_sym___based] = ACTIONS(1612), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_static] = ACTIONS(1612), + [anon_sym_register] = ACTIONS(1612), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1612), + [anon_sym_virtual] = ACTIONS(1612), + [anon_sym_explicit] = ACTIONS(1612), + [anon_sym_public] = ACTIONS(1612), + [anon_sym_private] = ACTIONS(1612), + [anon_sym_protected] = ACTIONS(1612), + [sym_auto] = ACTIONS(1612), + [anon_sym_typename] = ACTIONS(1612), + [anon_sym_template] = ACTIONS(1612), + [anon_sym_COLON_COLON] = ACTIONS(1614), + [anon_sym_operator] = ACTIONS(1612), + [anon_sym_friend] = ACTIONS(1612), + [anon_sym_using] = ACTIONS(1612), + [anon_sym_static_assert] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [sym_operator_name] = ACTIONS(1612), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1245] = { - [sym_identifier] = ACTIONS(1916), - [aux_sym_preproc_def_token1] = ACTIONS(1916), - [aux_sym_preproc_if_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1916), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1916), - [sym_preproc_directive] = ACTIONS(1916), - [anon_sym_LPAREN2] = ACTIONS(1918), - [anon_sym_TILDE] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_AMP_AMP] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1916), - [anon_sym_extern] = ACTIONS(1916), - [anon_sym___attribute__] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1916), - [anon_sym___based] = ACTIONS(1916), - [anon_sym_RBRACE] = ACTIONS(1918), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_static] = ACTIONS(1916), - [anon_sym_register] = ACTIONS(1916), - [anon_sym_inline] = ACTIONS(1916), - [anon_sym_const] = ACTIONS(1916), - [anon_sym_volatile] = ACTIONS(1916), - [anon_sym_restrict] = ACTIONS(1916), - [anon_sym__Atomic] = ACTIONS(1916), - [anon_sym_mutable] = ACTIONS(1916), - [anon_sym_constexpr] = ACTIONS(1916), - [anon_sym_signed] = ACTIONS(1916), - [anon_sym_unsigned] = ACTIONS(1916), - [anon_sym_long] = ACTIONS(1916), - [anon_sym_short] = ACTIONS(1916), - [sym_primitive_type] = ACTIONS(1916), - [anon_sym_enum] = ACTIONS(1916), - [anon_sym_class] = ACTIONS(1916), - [anon_sym_struct] = ACTIONS(1916), - [anon_sym_union] = ACTIONS(1916), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1916), - [anon_sym_virtual] = ACTIONS(1916), - [anon_sym_explicit] = ACTIONS(1916), - [anon_sym_public] = ACTIONS(1916), - [anon_sym_private] = ACTIONS(1916), - [anon_sym_protected] = ACTIONS(1916), - [sym_auto] = ACTIONS(1916), - [anon_sym_typename] = ACTIONS(1916), - [anon_sym_template] = ACTIONS(1916), - [anon_sym_COLON_COLON] = ACTIONS(1918), - [anon_sym_operator] = ACTIONS(1916), - [anon_sym_friend] = ACTIONS(1916), - [anon_sym_using] = ACTIONS(1916), - [anon_sym_static_assert] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), - [sym_operator_name] = ACTIONS(1916), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1916), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1916), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1916), - [anon_sym_MOZ_COLD] = ACTIONS(1916), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1916), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1916), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1916), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1916), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1916), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1916), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1916), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1916), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1916), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1916), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1916), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1916), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL] = ACTIONS(1916), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1916), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1916), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN] = ACTIONS(1916), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1916), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1916), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1916), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1916), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1916), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1916), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1916), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1916), - [anon_sym_MOZ_RAII] = ACTIONS(1916), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1916), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1916), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1916), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1916), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1916), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1916), + [1123] = { + [sym_identifier] = ACTIONS(2613), + [aux_sym_preproc_def_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), + [sym_preproc_directive] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_TILDE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_AMP_AMP] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_typedef] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym___attribute__] = ACTIONS(2613), + [anon_sym___declspec] = ACTIONS(2613), + [anon_sym___based] = ACTIONS(2613), + [anon_sym_RBRACE] = ACTIONS(2615), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_register] = ACTIONS(2613), + [anon_sym_inline] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_volatile] = ACTIONS(2613), + [anon_sym_restrict] = ACTIONS(2613), + [anon_sym__Atomic] = ACTIONS(2613), + [anon_sym_mutable] = ACTIONS(2613), + [anon_sym_constexpr] = ACTIONS(2613), + [anon_sym_signed] = ACTIONS(2613), + [anon_sym_unsigned] = ACTIONS(2613), + [anon_sym_long] = ACTIONS(2613), + [anon_sym_short] = ACTIONS(2613), + [sym_primitive_type] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2613), + [anon_sym_virtual] = ACTIONS(2613), + [anon_sym_explicit] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_protected] = ACTIONS(2613), + [sym_auto] = ACTIONS(2613), + [anon_sym_typename] = ACTIONS(2613), + [anon_sym_template] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_operator] = ACTIONS(2613), + [anon_sym_friend] = ACTIONS(2613), + [anon_sym_using] = ACTIONS(2613), + [anon_sym_static_assert] = ACTIONS(2613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), + [sym_operator_name] = ACTIONS(2613), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), + [anon_sym_MOZ_COLD] = ACTIONS(2613), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_RAII] = ACTIONS(2613), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1246] = { - [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___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_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_COLON_COLON] = ACTIONS(1852), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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), + [1124] = { + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token2] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [anon_sym_public] = ACTIONS(1808), + [anon_sym_private] = ACTIONS(1808), + [anon_sym_protected] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_friend] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [sym_operator_name] = ACTIONS(1808), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), }, - [1247] = { - [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___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_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_COLON_COLON] = ACTIONS(1844), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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), - }, - [1248] = { - [sym_identifier] = ACTIONS(2381), - [aux_sym_preproc_def_token1] = ACTIONS(2381), - [aux_sym_preproc_if_token1] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2381), - [sym_preproc_directive] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2383), - [anon_sym_TILDE] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2383), - [anon_sym_AMP_AMP] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2381), - [anon_sym_typedef] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2381), - [anon_sym___attribute__] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2381), - [anon_sym___based] = ACTIONS(2381), - [anon_sym_RBRACE] = ACTIONS(2383), - [anon_sym_LBRACK] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2381), - [anon_sym_register] = ACTIONS(2381), - [anon_sym_inline] = ACTIONS(2381), - [anon_sym_const] = ACTIONS(2381), - [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_signed] = ACTIONS(2381), - [anon_sym_unsigned] = ACTIONS(2381), - [anon_sym_long] = ACTIONS(2381), - [anon_sym_short] = ACTIONS(2381), - [sym_primitive_type] = ACTIONS(2381), - [anon_sym_enum] = ACTIONS(2381), - [anon_sym_class] = ACTIONS(2381), - [anon_sym_struct] = ACTIONS(2381), - [anon_sym_union] = ACTIONS(2381), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2381), - [anon_sym_virtual] = ACTIONS(2381), - [anon_sym_explicit] = ACTIONS(2381), - [anon_sym_public] = ACTIONS(2381), - [anon_sym_private] = ACTIONS(2381), - [anon_sym_protected] = ACTIONS(2381), - [sym_auto] = ACTIONS(2381), - [anon_sym_typename] = ACTIONS(2381), - [anon_sym_template] = ACTIONS(2381), - [anon_sym_COLON_COLON] = ACTIONS(2383), - [anon_sym_operator] = ACTIONS(2381), - [anon_sym_friend] = ACTIONS(2381), - [anon_sym_using] = ACTIONS(2381), - [anon_sym_static_assert] = ACTIONS(2381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2383), - [sym_operator_name] = ACTIONS(2381), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2381), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2381), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2381), - [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(2381), - [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(2381), - [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(2381), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_NONNULL] = ACTIONS(2381), - [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(2381), - [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), + [1125] = { + [sym_identifier] = ACTIONS(2409), + [aux_sym_preproc_def_token1] = ACTIONS(2409), + [aux_sym_preproc_if_token1] = ACTIONS(2409), + [aux_sym_preproc_if_token2] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2409), + [sym_preproc_directive] = ACTIONS(2409), + [anon_sym_LPAREN2] = ACTIONS(2411), + [anon_sym_TILDE] = ACTIONS(2411), + [anon_sym_STAR] = ACTIONS(2411), + [anon_sym_AMP_AMP] = ACTIONS(2411), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_typedef] = ACTIONS(2409), + [anon_sym_extern] = ACTIONS(2409), + [anon_sym___attribute__] = ACTIONS(2409), + [anon_sym___declspec] = ACTIONS(2409), + [anon_sym___based] = ACTIONS(2409), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_static] = ACTIONS(2409), + [anon_sym_register] = ACTIONS(2409), + [anon_sym_inline] = ACTIONS(2409), + [anon_sym_const] = ACTIONS(2409), + [anon_sym_volatile] = ACTIONS(2409), + [anon_sym_restrict] = ACTIONS(2409), + [anon_sym__Atomic] = ACTIONS(2409), + [anon_sym_mutable] = ACTIONS(2409), + [anon_sym_constexpr] = ACTIONS(2409), + [anon_sym_signed] = ACTIONS(2409), + [anon_sym_unsigned] = ACTIONS(2409), + [anon_sym_long] = ACTIONS(2409), + [anon_sym_short] = ACTIONS(2409), + [sym_primitive_type] = ACTIONS(2409), + [anon_sym_enum] = ACTIONS(2409), + [anon_sym_class] = ACTIONS(2409), + [anon_sym_struct] = ACTIONS(2409), + [anon_sym_union] = ACTIONS(2409), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2409), + [anon_sym_virtual] = ACTIONS(2409), + [anon_sym_explicit] = ACTIONS(2409), + [anon_sym_public] = ACTIONS(2409), + [anon_sym_private] = ACTIONS(2409), + [anon_sym_protected] = ACTIONS(2409), + [sym_auto] = ACTIONS(2409), + [anon_sym_typename] = ACTIONS(2409), + [anon_sym_template] = ACTIONS(2409), + [anon_sym_COLON_COLON] = ACTIONS(2411), + [anon_sym_operator] = ACTIONS(2409), + [anon_sym_friend] = ACTIONS(2409), + [anon_sym_using] = ACTIONS(2409), + [anon_sym_static_assert] = ACTIONS(2409), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2411), + [sym_operator_name] = ACTIONS(2409), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2409), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2409), + [anon_sym_MOZ_COLD] = ACTIONS(2409), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2409), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2409), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2409), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2409), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2409), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2409), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2409), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2409), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2409), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2409), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2409), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2409), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_RAII] = ACTIONS(2409), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2409), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2409), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2409), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2409), }, - [1249] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token2] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [anon_sym_public] = ACTIONS(2036), - [anon_sym_private] = ACTIONS(2036), - [anon_sym_protected] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_friend] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [sym_operator_name] = ACTIONS(2036), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), + [1126] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2619), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1250] = { - [sym_identifier] = ACTIONS(2036), - [aux_sym_preproc_def_token1] = ACTIONS(2036), - [aux_sym_preproc_if_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2036), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2036), - [sym_preproc_directive] = ACTIONS(2036), - [anon_sym_LPAREN2] = ACTIONS(2038), - [anon_sym_TILDE] = ACTIONS(2038), - [anon_sym_STAR] = ACTIONS(2038), - [anon_sym_AMP_AMP] = ACTIONS(2038), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_typedef] = ACTIONS(2036), - [anon_sym_extern] = ACTIONS(2036), - [anon_sym___attribute__] = ACTIONS(2036), - [anon_sym___declspec] = ACTIONS(2036), - [anon_sym___based] = ACTIONS(2036), - [anon_sym_RBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_static] = ACTIONS(2036), - [anon_sym_register] = ACTIONS(2036), - [anon_sym_inline] = ACTIONS(2036), - [anon_sym_const] = ACTIONS(2036), - [anon_sym_volatile] = ACTIONS(2036), - [anon_sym_restrict] = ACTIONS(2036), - [anon_sym__Atomic] = ACTIONS(2036), - [anon_sym_mutable] = ACTIONS(2036), - [anon_sym_constexpr] = ACTIONS(2036), - [anon_sym_signed] = ACTIONS(2036), - [anon_sym_unsigned] = ACTIONS(2036), - [anon_sym_long] = ACTIONS(2036), - [anon_sym_short] = ACTIONS(2036), - [sym_primitive_type] = ACTIONS(2036), - [anon_sym_enum] = ACTIONS(2036), - [anon_sym_class] = ACTIONS(2036), - [anon_sym_struct] = ACTIONS(2036), - [anon_sym_union] = ACTIONS(2036), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2036), - [anon_sym_virtual] = ACTIONS(2036), - [anon_sym_explicit] = ACTIONS(2036), - [anon_sym_public] = ACTIONS(2036), - [anon_sym_private] = ACTIONS(2036), - [anon_sym_protected] = ACTIONS(2036), - [sym_auto] = ACTIONS(2036), - [anon_sym_typename] = ACTIONS(2036), - [anon_sym_template] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2036), - [anon_sym_friend] = ACTIONS(2036), - [anon_sym_using] = ACTIONS(2036), - [anon_sym_static_assert] = ACTIONS(2036), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [sym_operator_name] = ACTIONS(2036), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2036), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2036), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2036), - [anon_sym_MOZ_COLD] = ACTIONS(2036), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2036), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2036), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2036), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2036), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2036), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2036), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2036), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2036), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2036), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2036), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2036), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2036), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL] = ACTIONS(2036), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2036), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2036), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN] = ACTIONS(2036), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2036), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2036), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2036), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2036), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2036), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2036), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2036), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2036), - [anon_sym_MOZ_RAII] = ACTIONS(2036), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2036), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2036), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2036), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2036), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2036), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2036), + [1127] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2619), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1251] = { - [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___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_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_COLON_COLON] = ACTIONS(1844), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [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), + [1128] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_AMP_AMP] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(1616), + [anon_sym_typedef] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym___attribute__] = ACTIONS(1616), + [anon_sym___declspec] = ACTIONS(1616), + [anon_sym___based] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_static] = ACTIONS(1616), + [anon_sym_register] = ACTIONS(1616), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1616), + [anon_sym_virtual] = ACTIONS(1616), + [anon_sym_explicit] = ACTIONS(1616), + [anon_sym_public] = ACTIONS(1616), + [anon_sym_private] = ACTIONS(1616), + [anon_sym_protected] = ACTIONS(1616), + [sym_auto] = ACTIONS(1616), + [anon_sym_typename] = ACTIONS(1616), + [anon_sym_template] = ACTIONS(1616), + [anon_sym_COLON_COLON] = ACTIONS(1618), + [anon_sym_operator] = ACTIONS(1616), + [anon_sym_friend] = ACTIONS(1616), + [anon_sym_using] = ACTIONS(1616), + [anon_sym_static_assert] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [sym_operator_name] = ACTIONS(1616), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1252] = { - [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___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_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_COLON_COLON] = ACTIONS(1852), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [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), + [1129] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym___attribute__] = ACTIONS(2421), + [anon_sym___declspec] = ACTIONS(2421), + [anon_sym___based] = ACTIONS(2421), + [anon_sym_RBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_register] = ACTIONS(2421), + [anon_sym_inline] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_volatile] = ACTIONS(2421), + [anon_sym_restrict] = ACTIONS(2421), + [anon_sym__Atomic] = ACTIONS(2421), + [anon_sym_mutable] = ACTIONS(2421), + [anon_sym_constexpr] = ACTIONS(2421), + [anon_sym_signed] = ACTIONS(2421), + [anon_sym_unsigned] = ACTIONS(2421), + [anon_sym_long] = ACTIONS(2421), + [anon_sym_short] = ACTIONS(2421), + [sym_primitive_type] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2421), + [anon_sym_virtual] = ACTIONS(2421), + [anon_sym_explicit] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [sym_auto] = ACTIONS(2421), + [anon_sym_typename] = ACTIONS(2421), + [anon_sym_template] = ACTIONS(2421), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(2421), + [anon_sym_friend] = ACTIONS(2421), + [anon_sym_using] = ACTIONS(2421), + [anon_sym_static_assert] = ACTIONS(2421), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [sym_operator_name] = ACTIONS(2421), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), + [anon_sym_MOZ_COLD] = ACTIONS(2421), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_RAII] = ACTIONS(2421), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [1253] = { - [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_TILDE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_AMP_AMP] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym___attribute__] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2585), - [anon_sym___based] = ACTIONS(2585), - [anon_sym_RBRACE] = ACTIONS(2587), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_register] = ACTIONS(2585), - [anon_sym_inline] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_volatile] = ACTIONS(2585), - [anon_sym_restrict] = ACTIONS(2585), - [anon_sym__Atomic] = ACTIONS(2585), - [anon_sym_mutable] = ACTIONS(2585), - [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), - [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), - [anon_sym_MOZ_COLD] = ACTIONS(2585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_RAII] = ACTIONS(2585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), + [1130] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2399), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [1254] = { - [sym_identifier] = ACTIONS(2585), - [aux_sym_preproc_def_token1] = ACTIONS(2585), - [aux_sym_preproc_if_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2585), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2585), - [sym_preproc_directive] = ACTIONS(2585), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_TILDE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_AMP_AMP] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_typedef] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym___attribute__] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2585), - [anon_sym___based] = ACTIONS(2585), - [anon_sym_RBRACE] = ACTIONS(2587), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_register] = ACTIONS(2585), - [anon_sym_inline] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_volatile] = ACTIONS(2585), - [anon_sym_restrict] = ACTIONS(2585), - [anon_sym__Atomic] = ACTIONS(2585), - [anon_sym_mutable] = ACTIONS(2585), - [anon_sym_constexpr] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2585), - [anon_sym_unsigned] = ACTIONS(2585), - [anon_sym_long] = ACTIONS(2585), - [anon_sym_short] = ACTIONS(2585), - [sym_primitive_type] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_class] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2585), - [anon_sym_virtual] = ACTIONS(2585), - [anon_sym_explicit] = ACTIONS(2585), - [anon_sym_public] = ACTIONS(2585), - [anon_sym_private] = ACTIONS(2585), - [anon_sym_protected] = ACTIONS(2585), - [sym_auto] = ACTIONS(2585), - [anon_sym_typename] = ACTIONS(2585), - [anon_sym_template] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_operator] = ACTIONS(2585), - [anon_sym_friend] = ACTIONS(2585), - [anon_sym_using] = ACTIONS(2585), - [anon_sym_static_assert] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2587), - [sym_operator_name] = ACTIONS(2585), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2585), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), - [anon_sym_MOZ_COLD] = ACTIONS(2585), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL] = ACTIONS(2585), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN] = ACTIONS(2585), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), - [anon_sym_MOZ_RAII] = ACTIONS(2585), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), + [1131] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token2] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [1255] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [1132] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token2] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym___attribute__] = ACTIONS(2421), + [anon_sym___declspec] = ACTIONS(2421), + [anon_sym___based] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_register] = ACTIONS(2421), + [anon_sym_inline] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_volatile] = ACTIONS(2421), + [anon_sym_restrict] = ACTIONS(2421), + [anon_sym__Atomic] = ACTIONS(2421), + [anon_sym_mutable] = ACTIONS(2421), + [anon_sym_constexpr] = ACTIONS(2421), + [anon_sym_signed] = ACTIONS(2421), + [anon_sym_unsigned] = ACTIONS(2421), + [anon_sym_long] = ACTIONS(2421), + [anon_sym_short] = ACTIONS(2421), + [sym_primitive_type] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2421), + [anon_sym_virtual] = ACTIONS(2421), + [anon_sym_explicit] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [sym_auto] = ACTIONS(2421), + [anon_sym_typename] = ACTIONS(2421), + [anon_sym_template] = ACTIONS(2421), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(2421), + [anon_sym_friend] = ACTIONS(2421), + [anon_sym_using] = ACTIONS(2421), + [anon_sym_static_assert] = ACTIONS(2421), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [sym_operator_name] = ACTIONS(2421), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), + [anon_sym_MOZ_COLD] = ACTIONS(2421), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_RAII] = ACTIONS(2421), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [1256] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [1133] = { + [sym_identifier] = ACTIONS(2601), + [aux_sym_preproc_def_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), + [sym_preproc_directive] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_TILDE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_AMP_AMP] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_typedef] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym___attribute__] = ACTIONS(2601), + [anon_sym___declspec] = ACTIONS(2601), + [anon_sym___based] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2603), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_register] = ACTIONS(2601), + [anon_sym_inline] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_volatile] = ACTIONS(2601), + [anon_sym_restrict] = ACTIONS(2601), + [anon_sym__Atomic] = ACTIONS(2601), + [anon_sym_mutable] = ACTIONS(2601), + [anon_sym_constexpr] = ACTIONS(2601), + [anon_sym_signed] = ACTIONS(2601), + [anon_sym_unsigned] = ACTIONS(2601), + [anon_sym_long] = ACTIONS(2601), + [anon_sym_short] = ACTIONS(2601), + [sym_primitive_type] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2601), + [anon_sym_virtual] = ACTIONS(2601), + [anon_sym_explicit] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_protected] = ACTIONS(2601), + [sym_auto] = ACTIONS(2601), + [anon_sym_typename] = ACTIONS(2601), + [anon_sym_template] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_operator] = ACTIONS(2601), + [anon_sym_friend] = ACTIONS(2601), + [anon_sym_using] = ACTIONS(2601), + [anon_sym_static_assert] = ACTIONS(2601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), + [sym_operator_name] = ACTIONS(2601), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), + [anon_sym_MOZ_COLD] = ACTIONS(2601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_RAII] = ACTIONS(2601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1257] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token2] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [anon_sym_public] = ACTIONS(2044), - [anon_sym_private] = ACTIONS(2044), - [anon_sym_protected] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_friend] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [sym_operator_name] = ACTIONS(2044), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), + [1134] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1258] = { - [sym_identifier] = ACTIONS(2044), - [aux_sym_preproc_def_token1] = ACTIONS(2044), - [aux_sym_preproc_if_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2044), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2044), - [sym_preproc_directive] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(2046), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2046), - [anon_sym_AMP_AMP] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_typedef] = ACTIONS(2044), - [anon_sym_extern] = ACTIONS(2044), - [anon_sym___attribute__] = ACTIONS(2044), - [anon_sym___declspec] = ACTIONS(2044), - [anon_sym___based] = ACTIONS(2044), - [anon_sym_RBRACE] = ACTIONS(2046), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2044), - [anon_sym_register] = ACTIONS(2044), - [anon_sym_inline] = ACTIONS(2044), - [anon_sym_const] = ACTIONS(2044), - [anon_sym_volatile] = ACTIONS(2044), - [anon_sym_restrict] = ACTIONS(2044), - [anon_sym__Atomic] = ACTIONS(2044), - [anon_sym_mutable] = ACTIONS(2044), - [anon_sym_constexpr] = ACTIONS(2044), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [sym_primitive_type] = ACTIONS(2044), - [anon_sym_enum] = ACTIONS(2044), - [anon_sym_class] = ACTIONS(2044), - [anon_sym_struct] = ACTIONS(2044), - [anon_sym_union] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2044), - [anon_sym_virtual] = ACTIONS(2044), - [anon_sym_explicit] = ACTIONS(2044), - [anon_sym_public] = ACTIONS(2044), - [anon_sym_private] = ACTIONS(2044), - [anon_sym_protected] = ACTIONS(2044), - [sym_auto] = ACTIONS(2044), - [anon_sym_typename] = ACTIONS(2044), - [anon_sym_template] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2046), - [anon_sym_operator] = ACTIONS(2044), - [anon_sym_friend] = ACTIONS(2044), - [anon_sym_using] = ACTIONS(2044), - [anon_sym_static_assert] = ACTIONS(2044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2046), - [sym_operator_name] = ACTIONS(2044), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2044), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2044), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2044), - [anon_sym_MOZ_COLD] = ACTIONS(2044), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2044), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2044), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2044), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2044), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2044), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2044), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2044), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2044), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2044), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2044), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2044), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2044), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL] = ACTIONS(2044), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2044), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2044), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN] = ACTIONS(2044), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2044), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2044), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2044), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2044), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2044), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2044), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2044), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2044), - [anon_sym_MOZ_RAII] = ACTIONS(2044), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2044), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2044), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2044), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2044), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2044), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2044), + [1135] = { + [sym_identifier] = ACTIONS(2613), + [aux_sym_preproc_def_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), + [sym_preproc_directive] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_TILDE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_AMP_AMP] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_typedef] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym___attribute__] = ACTIONS(2613), + [anon_sym___declspec] = ACTIONS(2613), + [anon_sym___based] = ACTIONS(2613), + [anon_sym_RBRACE] = ACTIONS(2615), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_register] = ACTIONS(2613), + [anon_sym_inline] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_volatile] = ACTIONS(2613), + [anon_sym_restrict] = ACTIONS(2613), + [anon_sym__Atomic] = ACTIONS(2613), + [anon_sym_mutable] = ACTIONS(2613), + [anon_sym_constexpr] = ACTIONS(2613), + [anon_sym_signed] = ACTIONS(2613), + [anon_sym_unsigned] = ACTIONS(2613), + [anon_sym_long] = ACTIONS(2613), + [anon_sym_short] = ACTIONS(2613), + [sym_primitive_type] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2613), + [anon_sym_virtual] = ACTIONS(2613), + [anon_sym_explicit] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_protected] = ACTIONS(2613), + [sym_auto] = ACTIONS(2613), + [anon_sym_typename] = ACTIONS(2613), + [anon_sym_template] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_operator] = ACTIONS(2613), + [anon_sym_friend] = ACTIONS(2613), + [anon_sym_using] = ACTIONS(2613), + [anon_sym_static_assert] = ACTIONS(2613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), + [sym_operator_name] = ACTIONS(2613), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), + [anon_sym_MOZ_COLD] = ACTIONS(2613), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_RAII] = ACTIONS(2613), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1259] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_RBRACE] = ACTIONS(2543), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), + [1136] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1260] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_RBRACE] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), + [1137] = { + [sym_identifier] = ACTIONS(2613), + [aux_sym_preproc_def_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token2] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), + [sym_preproc_directive] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_TILDE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_AMP_AMP] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_typedef] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym___attribute__] = ACTIONS(2613), + [anon_sym___declspec] = ACTIONS(2613), + [anon_sym___based] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_register] = ACTIONS(2613), + [anon_sym_inline] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_volatile] = ACTIONS(2613), + [anon_sym_restrict] = ACTIONS(2613), + [anon_sym__Atomic] = ACTIONS(2613), + [anon_sym_mutable] = ACTIONS(2613), + [anon_sym_constexpr] = ACTIONS(2613), + [anon_sym_signed] = ACTIONS(2613), + [anon_sym_unsigned] = ACTIONS(2613), + [anon_sym_long] = ACTIONS(2613), + [anon_sym_short] = ACTIONS(2613), + [sym_primitive_type] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_class] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), + [anon_sym_decltype] = ACTIONS(2613), + [anon_sym_virtual] = ACTIONS(2613), + [anon_sym_explicit] = ACTIONS(2613), + [anon_sym_public] = ACTIONS(2613), + [anon_sym_private] = ACTIONS(2613), + [anon_sym_protected] = ACTIONS(2613), + [sym_auto] = ACTIONS(2613), + [anon_sym_typename] = ACTIONS(2613), + [anon_sym_template] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_operator] = ACTIONS(2613), + [anon_sym_friend] = ACTIONS(2613), + [anon_sym_using] = ACTIONS(2613), + [anon_sym_static_assert] = ACTIONS(2613), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), + [sym_operator_name] = ACTIONS(2613), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), + [anon_sym_MOZ_COLD] = ACTIONS(2613), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL] = ACTIONS(2613), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN] = ACTIONS(2613), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), + [anon_sym_MOZ_RAII] = ACTIONS(2613), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1261] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), + [1138] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2619), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1262] = { - [sym_identifier] = ACTIONS(2545), - [aux_sym_preproc_def_token1] = ACTIONS(2545), - [aux_sym_preproc_if_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2545), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2545), - [sym_preproc_directive] = ACTIONS(2545), - [anon_sym_LPAREN2] = ACTIONS(2547), - [anon_sym_TILDE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_AMP_AMP] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_typedef] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym___attribute__] = ACTIONS(2545), - [anon_sym___declspec] = ACTIONS(2545), - [anon_sym___based] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_register] = ACTIONS(2545), - [anon_sym_inline] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_volatile] = ACTIONS(2545), - [anon_sym_restrict] = ACTIONS(2545), - [anon_sym__Atomic] = ACTIONS(2545), - [anon_sym_mutable] = ACTIONS(2545), - [anon_sym_constexpr] = ACTIONS(2545), - [anon_sym_signed] = ACTIONS(2545), - [anon_sym_unsigned] = ACTIONS(2545), - [anon_sym_long] = ACTIONS(2545), - [anon_sym_short] = ACTIONS(2545), - [sym_primitive_type] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_class] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2545), - [anon_sym_virtual] = ACTIONS(2545), - [anon_sym_explicit] = ACTIONS(2545), - [anon_sym_public] = ACTIONS(2545), - [anon_sym_private] = ACTIONS(2545), - [anon_sym_protected] = ACTIONS(2545), - [sym_auto] = ACTIONS(2545), - [anon_sym_typename] = ACTIONS(2545), - [anon_sym_template] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_operator] = ACTIONS(2545), - [anon_sym_friend] = ACTIONS(2545), - [anon_sym_using] = ACTIONS(2545), - [anon_sym_static_assert] = ACTIONS(2545), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2547), - [sym_operator_name] = ACTIONS(2545), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2545), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), - [anon_sym_MOZ_COLD] = ACTIONS(2545), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL] = ACTIONS(2545), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN] = ACTIONS(2545), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), - [anon_sym_MOZ_RAII] = ACTIONS(2545), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), - }, - [1263] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym_RBRACE] = ACTIONS(2054), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [anon_sym_public] = ACTIONS(2052), - [anon_sym_private] = ACTIONS(2052), - [anon_sym_protected] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_friend] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [sym_operator_name] = ACTIONS(2052), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - }, - [1264] = { - [sym_identifier] = ACTIONS(2052), - [aux_sym_preproc_def_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token1] = ACTIONS(2052), - [aux_sym_preproc_if_token2] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2052), - [sym_preproc_directive] = ACTIONS(2052), - [anon_sym_LPAREN2] = ACTIONS(2054), - [anon_sym_TILDE] = ACTIONS(2054), - [anon_sym_STAR] = ACTIONS(2054), - [anon_sym_AMP_AMP] = ACTIONS(2054), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_typedef] = ACTIONS(2052), - [anon_sym_extern] = ACTIONS(2052), - [anon_sym___attribute__] = ACTIONS(2052), - [anon_sym___declspec] = ACTIONS(2052), - [anon_sym___based] = ACTIONS(2052), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_static] = ACTIONS(2052), - [anon_sym_register] = ACTIONS(2052), - [anon_sym_inline] = ACTIONS(2052), - [anon_sym_const] = ACTIONS(2052), - [anon_sym_volatile] = ACTIONS(2052), - [anon_sym_restrict] = ACTIONS(2052), - [anon_sym__Atomic] = ACTIONS(2052), - [anon_sym_mutable] = ACTIONS(2052), - [anon_sym_constexpr] = ACTIONS(2052), - [anon_sym_signed] = ACTIONS(2052), - [anon_sym_unsigned] = ACTIONS(2052), - [anon_sym_long] = ACTIONS(2052), - [anon_sym_short] = ACTIONS(2052), - [sym_primitive_type] = ACTIONS(2052), - [anon_sym_enum] = ACTIONS(2052), - [anon_sym_class] = ACTIONS(2052), - [anon_sym_struct] = ACTIONS(2052), - [anon_sym_union] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2052), - [anon_sym_virtual] = ACTIONS(2052), - [anon_sym_explicit] = ACTIONS(2052), - [anon_sym_public] = ACTIONS(2052), - [anon_sym_private] = ACTIONS(2052), - [anon_sym_protected] = ACTIONS(2052), - [sym_auto] = ACTIONS(2052), - [anon_sym_typename] = ACTIONS(2052), - [anon_sym_template] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2054), - [anon_sym_operator] = ACTIONS(2052), - [anon_sym_friend] = ACTIONS(2052), - [anon_sym_using] = ACTIONS(2052), - [anon_sym_static_assert] = ACTIONS(2052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2054), - [sym_operator_name] = ACTIONS(2052), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2052), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2052), - [anon_sym_MOZ_COLD] = ACTIONS(2052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL] = ACTIONS(2052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN] = ACTIONS(2052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2052), - [anon_sym_MOZ_RAII] = ACTIONS(2052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2052), - }, - [1265] = { - [sym_identifier] = ACTIONS(2541), - [aux_sym_preproc_def_token1] = ACTIONS(2541), - [aux_sym_preproc_if_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2541), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2541), - [sym_preproc_directive] = ACTIONS(2541), - [anon_sym_LPAREN2] = ACTIONS(2543), - [anon_sym_TILDE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_AMP_AMP] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_typedef] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym___attribute__] = ACTIONS(2541), - [anon_sym___declspec] = ACTIONS(2541), - [anon_sym___based] = ACTIONS(2541), - [anon_sym_RBRACE] = ACTIONS(2543), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_register] = ACTIONS(2541), - [anon_sym_inline] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_volatile] = ACTIONS(2541), - [anon_sym_restrict] = ACTIONS(2541), - [anon_sym__Atomic] = ACTIONS(2541), - [anon_sym_mutable] = ACTIONS(2541), - [anon_sym_constexpr] = ACTIONS(2541), - [anon_sym_signed] = ACTIONS(2541), - [anon_sym_unsigned] = ACTIONS(2541), - [anon_sym_long] = ACTIONS(2541), - [anon_sym_short] = ACTIONS(2541), - [sym_primitive_type] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_class] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2541), - [anon_sym_virtual] = ACTIONS(2541), - [anon_sym_explicit] = ACTIONS(2541), - [anon_sym_public] = ACTIONS(2541), - [anon_sym_private] = ACTIONS(2541), - [anon_sym_protected] = ACTIONS(2541), - [sym_auto] = ACTIONS(2541), - [anon_sym_typename] = ACTIONS(2541), - [anon_sym_template] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_operator] = ACTIONS(2541), - [anon_sym_friend] = ACTIONS(2541), - [anon_sym_using] = ACTIONS(2541), - [anon_sym_static_assert] = ACTIONS(2541), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2543), - [sym_operator_name] = ACTIONS(2541), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2541), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), - [anon_sym_MOZ_COLD] = ACTIONS(2541), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL] = ACTIONS(2541), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN] = ACTIONS(2541), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), - [anon_sym_MOZ_RAII] = ACTIONS(2541), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), - }, - [1266] = { - [sym_identifier] = ACTIONS(2537), - [aux_sym_preproc_def_token1] = ACTIONS(2537), - [aux_sym_preproc_if_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), - [sym_preproc_directive] = ACTIONS(2537), - [anon_sym_LPAREN2] = ACTIONS(2539), - [anon_sym_TILDE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_AMP_AMP] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_typedef] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym___attribute__] = ACTIONS(2537), - [anon_sym___declspec] = ACTIONS(2537), - [anon_sym___based] = ACTIONS(2537), - [anon_sym_RBRACE] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_register] = ACTIONS(2537), - [anon_sym_inline] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_volatile] = ACTIONS(2537), - [anon_sym_restrict] = ACTIONS(2537), - [anon_sym__Atomic] = ACTIONS(2537), - [anon_sym_mutable] = ACTIONS(2537), - [anon_sym_constexpr] = ACTIONS(2537), - [anon_sym_signed] = ACTIONS(2537), - [anon_sym_unsigned] = ACTIONS(2537), - [anon_sym_long] = ACTIONS(2537), - [anon_sym_short] = ACTIONS(2537), - [sym_primitive_type] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_class] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2537), - [anon_sym_virtual] = ACTIONS(2537), - [anon_sym_explicit] = ACTIONS(2537), - [anon_sym_public] = ACTIONS(2537), - [anon_sym_private] = ACTIONS(2537), - [anon_sym_protected] = ACTIONS(2537), - [sym_auto] = ACTIONS(2537), - [anon_sym_typename] = ACTIONS(2537), - [anon_sym_template] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_operator] = ACTIONS(2537), - [anon_sym_friend] = ACTIONS(2537), - [anon_sym_using] = ACTIONS(2537), - [anon_sym_static_assert] = ACTIONS(2537), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), - [sym_operator_name] = ACTIONS(2537), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), - [anon_sym_MOZ_COLD] = ACTIONS(2537), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL] = ACTIONS(2537), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN] = ACTIONS(2537), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), - [anon_sym_MOZ_RAII] = ACTIONS(2537), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), - }, - [1267] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_RBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), - }, - [1268] = { - [sym_identifier] = ACTIONS(2521), - [aux_sym_preproc_def_token1] = ACTIONS(2521), - [aux_sym_preproc_if_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2521), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2521), - [sym_preproc_directive] = ACTIONS(2521), - [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(2521), - [anon_sym_typedef] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym___attribute__] = ACTIONS(2521), - [anon_sym___declspec] = ACTIONS(2521), - [anon_sym___based] = ACTIONS(2521), - [anon_sym_RBRACE] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_register] = ACTIONS(2521), - [anon_sym_inline] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_volatile] = ACTIONS(2521), - [anon_sym_restrict] = ACTIONS(2521), - [anon_sym__Atomic] = ACTIONS(2521), - [anon_sym_mutable] = ACTIONS(2521), - [anon_sym_constexpr] = ACTIONS(2521), - [anon_sym_signed] = ACTIONS(2521), - [anon_sym_unsigned] = ACTIONS(2521), - [anon_sym_long] = ACTIONS(2521), - [anon_sym_short] = ACTIONS(2521), - [sym_primitive_type] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_class] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2521), - [anon_sym_virtual] = ACTIONS(2521), - [anon_sym_explicit] = ACTIONS(2521), - [anon_sym_public] = ACTIONS(2521), - [anon_sym_private] = ACTIONS(2521), - [anon_sym_protected] = ACTIONS(2521), - [sym_auto] = ACTIONS(2521), - [anon_sym_typename] = ACTIONS(2521), - [anon_sym_template] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_operator] = ACTIONS(2521), - [anon_sym_friend] = ACTIONS(2521), - [anon_sym_using] = ACTIONS(2521), - [anon_sym_static_assert] = ACTIONS(2521), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2523), - [sym_operator_name] = ACTIONS(2521), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2521), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), - [anon_sym_MOZ_COLD] = ACTIONS(2521), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL] = ACTIONS(2521), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN] = ACTIONS(2521), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), - [anon_sym_MOZ_RAII] = ACTIONS(2521), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), - }, - [1269] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2307), - [anon_sym_COMMA] = ACTIONS(2307), - [anon_sym_RPAREN] = ACTIONS(2307), - [anon_sym_LPAREN2] = ACTIONS(2307), - [anon_sym_DASH] = ACTIONS(2300), - [anon_sym_PLUS] = ACTIONS(2300), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_SLASH] = ACTIONS(2300), - [anon_sym_PERCENT] = ACTIONS(2307), - [anon_sym_PIPE_PIPE] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2300), - [anon_sym_CARET] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2300), - [anon_sym_EQ_EQ] = ACTIONS(2307), - [anon_sym_BANG_EQ] = ACTIONS(2307), - [anon_sym_GT] = ACTIONS(2300), - [anon_sym_GT_EQ] = ACTIONS(2307), - [anon_sym_LT_EQ] = ACTIONS(2307), - [anon_sym_LT] = ACTIONS(2300), - [anon_sym_LT_LT] = ACTIONS(2307), - [anon_sym_GT_GT] = ACTIONS(2307), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_RBRACE] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2307), - [anon_sym_RBRACK] = ACTIONS(2307), - [anon_sym_EQ] = ACTIONS(2300), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_COLON] = ACTIONS(2300), - [anon_sym_QMARK] = ACTIONS(2307), - [anon_sym_DASH_DASH] = ACTIONS(2307), - [anon_sym_PLUS_PLUS] = ACTIONS(2307), - [anon_sym_DOT] = ACTIONS(2300), - [anon_sym_DASH_GT] = ACTIONS(2307), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2300), - [anon_sym_override] = ACTIONS(2300), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [anon_sym_noexcept] = ACTIONS(2300), - [anon_sym_throw] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), - }, - [1270] = { - [sym_identifier] = ACTIONS(2076), - [aux_sym_preproc_def_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2076), - [sym_preproc_directive] = ACTIONS(2076), - [anon_sym_LPAREN2] = ACTIONS(2078), - [anon_sym_TILDE] = ACTIONS(2078), - [anon_sym_STAR] = ACTIONS(2078), - [anon_sym_AMP_AMP] = ACTIONS(2078), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_typedef] = ACTIONS(2076), - [anon_sym_extern] = ACTIONS(2076), - [anon_sym___attribute__] = ACTIONS(2076), - [anon_sym___declspec] = ACTIONS(2076), - [anon_sym___based] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_static] = ACTIONS(2076), - [anon_sym_register] = ACTIONS(2076), - [anon_sym_inline] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_volatile] = ACTIONS(2076), - [anon_sym_restrict] = ACTIONS(2076), - [anon_sym__Atomic] = ACTIONS(2076), - [anon_sym_mutable] = ACTIONS(2076), - [anon_sym_constexpr] = ACTIONS(2076), - [anon_sym_signed] = ACTIONS(2076), - [anon_sym_unsigned] = ACTIONS(2076), - [anon_sym_long] = ACTIONS(2076), - [anon_sym_short] = ACTIONS(2076), - [sym_primitive_type] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_class] = ACTIONS(2076), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2076), - [anon_sym_virtual] = ACTIONS(2076), - [anon_sym_explicit] = ACTIONS(2076), - [anon_sym_public] = ACTIONS(2076), - [anon_sym_private] = ACTIONS(2076), - [anon_sym_protected] = ACTIONS(2076), - [sym_auto] = ACTIONS(2076), - [anon_sym_typename] = ACTIONS(2076), - [anon_sym_template] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2078), - [anon_sym_operator] = ACTIONS(2076), - [anon_sym_friend] = ACTIONS(2076), - [anon_sym_using] = ACTIONS(2076), - [anon_sym_static_assert] = ACTIONS(2076), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2078), - [sym_operator_name] = ACTIONS(2076), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2076), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2076), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2076), - [anon_sym_MOZ_COLD] = ACTIONS(2076), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2076), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2076), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2076), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2076), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2076), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2076), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2076), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2076), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2076), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2076), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2076), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2076), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL] = ACTIONS(2076), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2076), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2076), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN] = ACTIONS(2076), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2076), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2076), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2076), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2076), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2076), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2076), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2076), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2076), - [anon_sym_MOZ_RAII] = ACTIONS(2076), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2076), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2076), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2076), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2076), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2076), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2076), - }, - [1271] = { - [sym_identifier] = ACTIONS(2497), - [aux_sym_preproc_def_token1] = ACTIONS(2497), - [aux_sym_preproc_if_token1] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2497), - [sym_preproc_directive] = ACTIONS(2497), - [anon_sym_LPAREN2] = ACTIONS(2499), - [anon_sym_TILDE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_AMP_AMP] = ACTIONS(2499), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_typedef] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym___attribute__] = ACTIONS(2497), - [anon_sym___declspec] = ACTIONS(2497), - [anon_sym___based] = ACTIONS(2497), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_inline] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_volatile] = ACTIONS(2497), - [anon_sym_restrict] = ACTIONS(2497), - [anon_sym__Atomic] = ACTIONS(2497), - [anon_sym_mutable] = ACTIONS(2497), - [anon_sym_constexpr] = ACTIONS(2497), - [anon_sym_signed] = ACTIONS(2497), - [anon_sym_unsigned] = ACTIONS(2497), - [anon_sym_long] = ACTIONS(2497), - [anon_sym_short] = ACTIONS(2497), - [sym_primitive_type] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_class] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2497), - [anon_sym_virtual] = ACTIONS(2497), - [anon_sym_explicit] = ACTIONS(2497), - [anon_sym_public] = ACTIONS(2497), - [anon_sym_private] = ACTIONS(2497), - [anon_sym_protected] = ACTIONS(2497), - [sym_auto] = ACTIONS(2497), - [anon_sym_typename] = ACTIONS(2497), - [anon_sym_template] = ACTIONS(2497), - [anon_sym_COLON_COLON] = ACTIONS(2499), - [anon_sym_operator] = ACTIONS(2497), - [anon_sym_friend] = ACTIONS(2497), - [anon_sym_using] = ACTIONS(2497), - [anon_sym_static_assert] = ACTIONS(2497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2499), - [sym_operator_name] = ACTIONS(2497), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2497), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2497), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2497), - [anon_sym_MOZ_COLD] = ACTIONS(2497), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2497), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2497), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2497), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2497), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2497), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2497), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2497), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2497), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2497), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2497), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2497), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2497), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL] = ACTIONS(2497), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2497), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2497), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN] = ACTIONS(2497), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2497), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2497), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2497), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2497), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2497), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2497), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2497), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), - [anon_sym_MOZ_RAII] = ACTIONS(2497), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2497), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2497), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2497), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2497), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2497), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2497), - }, - [1272] = { - [sym_identifier] = ACTIONS(2493), - [aux_sym_preproc_def_token1] = ACTIONS(2493), - [aux_sym_preproc_if_token1] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), - [sym_preproc_directive] = ACTIONS(2493), - [anon_sym_LPAREN2] = ACTIONS(2495), - [anon_sym_TILDE] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2495), - [anon_sym_AMP_AMP] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2493), - [anon_sym_typedef] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2493), - [anon_sym___attribute__] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2493), - [anon_sym___based] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2495), - [anon_sym_LBRACK] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2493), - [anon_sym_register] = ACTIONS(2493), - [anon_sym_inline] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [anon_sym_volatile] = ACTIONS(2493), - [anon_sym_restrict] = ACTIONS(2493), - [anon_sym__Atomic] = ACTIONS(2493), - [anon_sym_mutable] = ACTIONS(2493), - [anon_sym_constexpr] = ACTIONS(2493), - [anon_sym_signed] = ACTIONS(2493), - [anon_sym_unsigned] = ACTIONS(2493), - [anon_sym_long] = ACTIONS(2493), - [anon_sym_short] = ACTIONS(2493), - [sym_primitive_type] = ACTIONS(2493), - [anon_sym_enum] = ACTIONS(2493), - [anon_sym_class] = ACTIONS(2493), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_union] = ACTIONS(2493), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2493), - [anon_sym_virtual] = ACTIONS(2493), - [anon_sym_explicit] = ACTIONS(2493), - [anon_sym_public] = ACTIONS(2493), - [anon_sym_private] = ACTIONS(2493), - [anon_sym_protected] = ACTIONS(2493), - [sym_auto] = ACTIONS(2493), - [anon_sym_typename] = ACTIONS(2493), - [anon_sym_template] = ACTIONS(2493), - [anon_sym_COLON_COLON] = ACTIONS(2495), - [anon_sym_operator] = ACTIONS(2493), - [anon_sym_friend] = ACTIONS(2493), - [anon_sym_using] = ACTIONS(2493), - [anon_sym_static_assert] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), - [sym_operator_name] = ACTIONS(2493), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), - [anon_sym_MOZ_COLD] = ACTIONS(2493), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL] = ACTIONS(2493), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN] = ACTIONS(2493), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), - [anon_sym_MOZ_RAII] = ACTIONS(2493), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), - }, - [1273] = { - [sym_identifier] = ACTIONS(2461), - [aux_sym_preproc_def_token1] = ACTIONS(2461), - [aux_sym_preproc_if_token1] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2461), - [sym_preproc_directive] = ACTIONS(2461), - [anon_sym_LPAREN2] = ACTIONS(2463), - [anon_sym_TILDE] = ACTIONS(2463), - [anon_sym_STAR] = ACTIONS(2463), - [anon_sym_AMP_AMP] = ACTIONS(2463), - [anon_sym_AMP] = ACTIONS(2461), - [anon_sym_typedef] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym___attribute__] = ACTIONS(2461), - [anon_sym___declspec] = ACTIONS(2461), - [anon_sym___based] = ACTIONS(2461), - [anon_sym_RBRACE] = ACTIONS(2463), - [anon_sym_LBRACK] = ACTIONS(2461), - [anon_sym_static] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_inline] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [anon_sym_volatile] = ACTIONS(2461), - [anon_sym_restrict] = ACTIONS(2461), - [anon_sym__Atomic] = ACTIONS(2461), - [anon_sym_mutable] = ACTIONS(2461), - [anon_sym_constexpr] = ACTIONS(2461), - [anon_sym_signed] = ACTIONS(2461), - [anon_sym_unsigned] = ACTIONS(2461), - [anon_sym_long] = ACTIONS(2461), - [anon_sym_short] = ACTIONS(2461), - [sym_primitive_type] = ACTIONS(2461), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_class] = ACTIONS(2461), - [anon_sym_struct] = ACTIONS(2461), - [anon_sym_union] = ACTIONS(2461), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2461), - [anon_sym_virtual] = ACTIONS(2461), - [anon_sym_explicit] = ACTIONS(2461), - [anon_sym_public] = ACTIONS(2461), - [anon_sym_private] = ACTIONS(2461), - [anon_sym_protected] = ACTIONS(2461), - [sym_auto] = ACTIONS(2461), - [anon_sym_typename] = ACTIONS(2461), - [anon_sym_template] = ACTIONS(2461), - [anon_sym_COLON_COLON] = ACTIONS(2463), - [anon_sym_operator] = ACTIONS(2461), - [anon_sym_friend] = ACTIONS(2461), - [anon_sym_using] = ACTIONS(2461), - [anon_sym_static_assert] = ACTIONS(2461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2463), - [sym_operator_name] = ACTIONS(2461), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2461), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2461), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2461), - [anon_sym_MOZ_COLD] = ACTIONS(2461), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2461), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2461), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2461), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2461), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2461), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2461), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2461), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2461), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2461), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2461), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2461), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL] = ACTIONS(2461), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2461), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2461), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN] = ACTIONS(2461), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2461), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2461), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2461), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2461), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2461), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2461), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2461), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), - [anon_sym_MOZ_RAII] = ACTIONS(2461), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2461), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2461), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2461), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2461), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2461), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2461), - }, - [1274] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token2] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_friend] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [sym_operator_name] = ACTIONS(1976), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - }, - [1275] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [anon_sym_public] = ACTIONS(1750), - [anon_sym_private] = ACTIONS(1750), - [anon_sym_protected] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_friend] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [sym_operator_name] = ACTIONS(1750), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), - }, - [1276] = { - [sym_identifier] = 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_TILDE] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [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_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), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [anon_sym_public] = ACTIONS(1762), - [anon_sym_private] = ACTIONS(1762), - [anon_sym_protected] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_friend] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [sym_operator_name] = ACTIONS(1762), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), - }, - [1277] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2261), - [anon_sym_COMMA] = ACTIONS(2261), - [anon_sym_RPAREN] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2254), - [anon_sym_PLUS] = ACTIONS(2254), - [anon_sym_STAR] = ACTIONS(2261), - [anon_sym_SLASH] = ACTIONS(2254), - [anon_sym_PERCENT] = ACTIONS(2261), - [anon_sym_PIPE_PIPE] = ACTIONS(2261), - [anon_sym_AMP_AMP] = ACTIONS(2261), - [anon_sym_PIPE] = ACTIONS(2254), - [anon_sym_CARET] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(2254), - [anon_sym_EQ_EQ] = ACTIONS(2261), - [anon_sym_BANG_EQ] = ACTIONS(2261), - [anon_sym_GT] = ACTIONS(2254), - [anon_sym_GT_EQ] = ACTIONS(2261), - [anon_sym_LT_EQ] = ACTIONS(2261), - [anon_sym_LT] = ACTIONS(2254), - [anon_sym_LT_LT] = ACTIONS(2261), - [anon_sym_GT_GT] = ACTIONS(2261), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_RBRACE] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2261), - [anon_sym_RBRACK] = ACTIONS(2261), - [anon_sym_EQ] = ACTIONS(2254), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_COLON] = ACTIONS(2254), - [anon_sym_QMARK] = ACTIONS(2261), - [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_PLUS_PLUS] = ACTIONS(2261), - [anon_sym_DOT] = ACTIONS(2254), - [anon_sym_DASH_GT] = ACTIONS(2261), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2254), - [anon_sym_override] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [anon_sym_noexcept] = ACTIONS(2254), - [anon_sym_throw] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [1278] = { - [sym_identifier] = ACTIONS(2597), - [aux_sym_preproc_def_token1] = ACTIONS(2597), - [aux_sym_preproc_if_token1] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2597), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2597), - [sym_preproc_directive] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_TILDE] = ACTIONS(2599), - [anon_sym_STAR] = ACTIONS(2599), - [anon_sym_AMP_AMP] = ACTIONS(2599), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_typedef] = ACTIONS(2597), - [anon_sym_extern] = ACTIONS(2597), - [anon_sym___attribute__] = ACTIONS(2597), - [anon_sym___declspec] = ACTIONS(2597), - [anon_sym___based] = ACTIONS(2597), - [anon_sym_RBRACE] = ACTIONS(2599), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_static] = ACTIONS(2597), - [anon_sym_register] = ACTIONS(2597), - [anon_sym_inline] = ACTIONS(2597), - [anon_sym_const] = ACTIONS(2597), - [anon_sym_volatile] = ACTIONS(2597), - [anon_sym_restrict] = ACTIONS(2597), - [anon_sym__Atomic] = ACTIONS(2597), - [anon_sym_mutable] = ACTIONS(2597), - [anon_sym_constexpr] = ACTIONS(2597), - [anon_sym_signed] = ACTIONS(2597), - [anon_sym_unsigned] = ACTIONS(2597), - [anon_sym_long] = ACTIONS(2597), - [anon_sym_short] = ACTIONS(2597), - [sym_primitive_type] = ACTIONS(2597), - [anon_sym_enum] = ACTIONS(2597), - [anon_sym_class] = ACTIONS(2597), - [anon_sym_struct] = ACTIONS(2597), - [anon_sym_union] = ACTIONS(2597), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2597), - [anon_sym_virtual] = ACTIONS(2597), - [anon_sym_explicit] = ACTIONS(2597), - [anon_sym_public] = ACTIONS(2597), - [anon_sym_private] = ACTIONS(2597), - [anon_sym_protected] = ACTIONS(2597), - [sym_auto] = ACTIONS(2597), - [anon_sym_typename] = ACTIONS(2597), - [anon_sym_template] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2599), - [anon_sym_operator] = ACTIONS(2597), - [anon_sym_friend] = ACTIONS(2597), - [anon_sym_using] = ACTIONS(2597), - [anon_sym_static_assert] = ACTIONS(2597), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2599), - [sym_operator_name] = ACTIONS(2597), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2597), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2597), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2597), - [anon_sym_MOZ_COLD] = ACTIONS(2597), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2597), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2597), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2597), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2597), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2597), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2597), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2597), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2597), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2597), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2597), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2597), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2597), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL] = ACTIONS(2597), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2597), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2597), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN] = ACTIONS(2597), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2597), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2597), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2597), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2597), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2597), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2597), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2597), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), - [anon_sym_MOZ_RAII] = ACTIONS(2597), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2597), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2597), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2597), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2597), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2597), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2597), + [1139] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2619), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1279] = { + [1140] = { [sym_identifier] = ACTIONS(2601), [aux_sym_preproc_def_token1] = ACTIONS(2601), [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token2] = ACTIONS(2601), [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), [sym_preproc_directive] = ACTIONS(2601), @@ -221096,7 +217121,6 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(2601), [anon_sym___declspec] = ACTIONS(2601), [anon_sym___based] = ACTIONS(2601), - [anon_sym_RBRACE] = ACTIONS(2603), [anon_sym_LBRACK] = ACTIONS(2601), [anon_sym_static] = ACTIONS(2601), [anon_sym_register] = ACTIONS(2601), @@ -221203,2614 +217227,1003 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1280] = { - [sym_identifier] = ACTIONS(1976), - [aux_sym_preproc_def_token1] = ACTIONS(1976), - [aux_sym_preproc_if_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1976), - [sym_preproc_directive] = ACTIONS(1976), - [anon_sym_LPAREN2] = ACTIONS(1978), - [anon_sym_TILDE] = ACTIONS(1978), - [anon_sym_STAR] = ACTIONS(1978), - [anon_sym_AMP_AMP] = ACTIONS(1978), - [anon_sym_AMP] = ACTIONS(1976), - [anon_sym_typedef] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym___attribute__] = ACTIONS(1976), - [anon_sym___declspec] = ACTIONS(1976), - [anon_sym___based] = ACTIONS(1976), - [anon_sym_RBRACE] = ACTIONS(1978), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_static] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_inline] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_volatile] = ACTIONS(1976), - [anon_sym_restrict] = ACTIONS(1976), - [anon_sym__Atomic] = ACTIONS(1976), - [anon_sym_mutable] = ACTIONS(1976), - [anon_sym_constexpr] = ACTIONS(1976), - [anon_sym_signed] = ACTIONS(1976), - [anon_sym_unsigned] = ACTIONS(1976), - [anon_sym_long] = ACTIONS(1976), - [anon_sym_short] = ACTIONS(1976), - [sym_primitive_type] = ACTIONS(1976), - [anon_sym_enum] = ACTIONS(1976), - [anon_sym_class] = ACTIONS(1976), - [anon_sym_struct] = ACTIONS(1976), - [anon_sym_union] = ACTIONS(1976), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1976), - [anon_sym_virtual] = ACTIONS(1976), - [anon_sym_explicit] = ACTIONS(1976), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1976), - [anon_sym_typename] = ACTIONS(1976), - [anon_sym_template] = ACTIONS(1976), - [anon_sym_COLON_COLON] = ACTIONS(1978), - [anon_sym_operator] = ACTIONS(1976), - [anon_sym_friend] = ACTIONS(1976), - [anon_sym_using] = ACTIONS(1976), - [anon_sym_static_assert] = ACTIONS(1976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1978), - [sym_operator_name] = ACTIONS(1976), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1976), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1976), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1976), - [anon_sym_MOZ_COLD] = ACTIONS(1976), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1976), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1976), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1976), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1976), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1976), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1976), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1976), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1976), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1976), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1976), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1976), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1976), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL] = ACTIONS(1976), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1976), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1976), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN] = ACTIONS(1976), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1976), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1976), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1976), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1976), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1976), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1976), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1976), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1976), - [anon_sym_MOZ_RAII] = ACTIONS(1976), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1976), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1976), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1976), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1976), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1976), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1976), - }, - [1281] = { - [sym_identifier] = ACTIONS(2605), - [aux_sym_preproc_def_token1] = ACTIONS(2605), - [aux_sym_preproc_if_token1] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), - [sym_preproc_directive] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_TILDE] = ACTIONS(2607), - [anon_sym_STAR] = ACTIONS(2607), - [anon_sym_AMP_AMP] = ACTIONS(2607), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_typedef] = ACTIONS(2605), - [anon_sym_extern] = ACTIONS(2605), - [anon_sym___attribute__] = ACTIONS(2605), - [anon_sym___declspec] = ACTIONS(2605), - [anon_sym___based] = ACTIONS(2605), - [anon_sym_RBRACE] = ACTIONS(2607), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_register] = ACTIONS(2605), - [anon_sym_inline] = ACTIONS(2605), - [anon_sym_const] = ACTIONS(2605), - [anon_sym_volatile] = ACTIONS(2605), - [anon_sym_restrict] = ACTIONS(2605), - [anon_sym__Atomic] = ACTIONS(2605), - [anon_sym_mutable] = ACTIONS(2605), - [anon_sym_constexpr] = ACTIONS(2605), - [anon_sym_signed] = ACTIONS(2605), - [anon_sym_unsigned] = ACTIONS(2605), - [anon_sym_long] = ACTIONS(2605), - [anon_sym_short] = ACTIONS(2605), - [sym_primitive_type] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2605), - [anon_sym_class] = ACTIONS(2605), - [anon_sym_struct] = ACTIONS(2605), - [anon_sym_union] = ACTIONS(2605), + [1141] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym___attribute__] = ACTIONS(2421), + [anon_sym___declspec] = ACTIONS(2421), + [anon_sym___based] = ACTIONS(2421), + [anon_sym_RBRACE] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_register] = ACTIONS(2421), + [anon_sym_inline] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_volatile] = ACTIONS(2421), + [anon_sym_restrict] = ACTIONS(2421), + [anon_sym__Atomic] = ACTIONS(2421), + [anon_sym_mutable] = ACTIONS(2421), + [anon_sym_constexpr] = ACTIONS(2421), + [anon_sym_signed] = ACTIONS(2421), + [anon_sym_unsigned] = ACTIONS(2421), + [anon_sym_long] = ACTIONS(2421), + [anon_sym_short] = ACTIONS(2421), + [sym_primitive_type] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2605), - [anon_sym_virtual] = ACTIONS(2605), - [anon_sym_explicit] = ACTIONS(2605), - [anon_sym_public] = ACTIONS(2605), - [anon_sym_private] = ACTIONS(2605), - [anon_sym_protected] = ACTIONS(2605), - [sym_auto] = ACTIONS(2605), - [anon_sym_typename] = ACTIONS(2605), - [anon_sym_template] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2607), - [anon_sym_operator] = ACTIONS(2605), - [anon_sym_friend] = ACTIONS(2605), - [anon_sym_using] = ACTIONS(2605), - [anon_sym_static_assert] = ACTIONS(2605), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), - [sym_operator_name] = ACTIONS(2605), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), - [anon_sym_MOZ_COLD] = ACTIONS(2605), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL] = ACTIONS(2605), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN] = ACTIONS(2605), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), - [anon_sym_MOZ_RAII] = ACTIONS(2605), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), - }, - [1282] = { - [sym_identifier] = ACTIONS(2028), - [aux_sym_preproc_def_token1] = ACTIONS(2028), - [aux_sym_preproc_if_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2028), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2028), - [anon_sym_LPAREN2] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_AMP_AMP] = ACTIONS(2030), - [anon_sym_AMP] = ACTIONS(2028), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym___attribute__] = ACTIONS(2028), - [anon_sym___declspec] = ACTIONS(2028), - [anon_sym___based] = ACTIONS(2028), - [anon_sym_RBRACE] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_inline] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym__Atomic] = ACTIONS(2028), - [anon_sym_mutable] = ACTIONS(2028), - [anon_sym_constexpr] = ACTIONS(2028), - [anon_sym_signed] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [sym_primitive_type] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_class] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2028), - [anon_sym_virtual] = ACTIONS(2028), - [anon_sym_explicit] = ACTIONS(2028), - [anon_sym_public] = ACTIONS(2028), - [anon_sym_private] = ACTIONS(2028), - [anon_sym_protected] = ACTIONS(2028), - [sym_auto] = ACTIONS(2028), - [anon_sym_typename] = ACTIONS(2028), - [anon_sym_template] = ACTIONS(2028), - [anon_sym_COLON_COLON] = ACTIONS(2030), - [anon_sym_operator] = ACTIONS(2028), - [anon_sym_friend] = ACTIONS(2028), - [anon_sym_using] = ACTIONS(2028), - [anon_sym_static_assert] = ACTIONS(2028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2030), - [sym_operator_name] = ACTIONS(2028), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2028), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2028), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2028), - [anon_sym_MOZ_COLD] = ACTIONS(2028), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2028), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2028), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2028), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2028), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2028), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2028), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2028), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2028), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2028), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2028), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2028), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2028), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL] = ACTIONS(2028), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2028), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2028), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN] = ACTIONS(2028), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2028), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2028), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2028), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2028), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2028), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2028), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2028), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2028), - [anon_sym_MOZ_RAII] = ACTIONS(2028), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2028), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2028), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2028), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2028), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2028), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2028), + [anon_sym_decltype] = ACTIONS(2421), + [anon_sym_virtual] = ACTIONS(2421), + [anon_sym_explicit] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [sym_auto] = ACTIONS(2421), + [anon_sym_typename] = ACTIONS(2421), + [anon_sym_template] = ACTIONS(2421), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(2421), + [anon_sym_friend] = ACTIONS(2421), + [anon_sym_using] = ACTIONS(2421), + [anon_sym_static_assert] = ACTIONS(2421), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [sym_operator_name] = ACTIONS(2421), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), + [anon_sym_MOZ_COLD] = ACTIONS(2421), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_RAII] = ACTIONS(2421), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [1283] = { - [sym_field_declaration_list] = STATE(970), - [sym_virtual_specifier] = STATE(4458), - [sym_base_class_clause] = STATE(5007), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2841), - [anon_sym_COMMA] = ACTIONS(2841), - [anon_sym_RPAREN] = ACTIONS(2841), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_PERCENT] = ACTIONS(2841), - [anon_sym_PIPE_PIPE] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_PIPE] = ACTIONS(2843), - [anon_sym_CARET] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_EQ_EQ] = ACTIONS(2841), - [anon_sym_BANG_EQ] = ACTIONS(2841), - [anon_sym_GT] = ACTIONS(2843), - [anon_sym_GT_EQ] = ACTIONS(2841), - [anon_sym_LT_EQ] = ACTIONS(2841), - [anon_sym_LT] = ACTIONS(2843), - [anon_sym_LT_LT] = ACTIONS(2841), - [anon_sym_GT_GT] = ACTIONS(2841), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym_extern] = ACTIONS(2841), - [anon_sym___attribute__] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2841), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2841), - [anon_sym_LBRACK] = ACTIONS(2841), - [anon_sym_RBRACK] = ACTIONS(2841), - [anon_sym_EQ] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2841), - [anon_sym_register] = ACTIONS(2841), - [anon_sym_inline] = ACTIONS(2841), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2841), - [anon_sym_restrict] = ACTIONS(2841), - [anon_sym__Atomic] = ACTIONS(2841), - [anon_sym_mutable] = ACTIONS(2841), - [anon_sym_constexpr] = ACTIONS(2841), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2841), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_DOT] = ACTIONS(2843), - [anon_sym_DASH_GT] = ACTIONS(2841), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2841), - [anon_sym_throw] = ACTIONS(2841), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2841), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2841), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2841), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2841), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2841), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2841), - [anon_sym_MOZ_COLD] = ACTIONS(2841), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2841), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2841), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2841), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2841), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2841), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2841), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2841), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2841), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2841), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2841), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2841), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2841), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2841), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2841), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2841), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2841), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2841), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2841), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2841), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_NONNULL] = ACTIONS(2843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2841), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2841), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2841), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2841), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2841), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2841), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2841), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2841), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2841), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2841), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2841), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2841), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2841), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2841), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2841), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2841), - [anon_sym_MOZ_RAII] = ACTIONS(2841), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2841), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2841), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2841), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2841), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2841), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2841), + [1142] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2399), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [1284] = { - [sym_field_declaration_list] = STATE(975), - [sym_virtual_specifier] = STATE(4477), - [sym_base_class_clause] = STATE(5042), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2851), - [anon_sym_COMMA] = ACTIONS(2851), - [anon_sym_RPAREN] = ACTIONS(2851), - [anon_sym_LPAREN2] = ACTIONS(2851), - [anon_sym_DASH] = ACTIONS(2853), - [anon_sym_PLUS] = ACTIONS(2853), - [anon_sym_STAR] = ACTIONS(2851), - [anon_sym_SLASH] = ACTIONS(2853), - [anon_sym_PERCENT] = ACTIONS(2851), - [anon_sym_PIPE_PIPE] = ACTIONS(2851), - [anon_sym_AMP_AMP] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2853), - [anon_sym_CARET] = ACTIONS(2851), - [anon_sym_AMP] = ACTIONS(2853), - [anon_sym_EQ_EQ] = ACTIONS(2851), - [anon_sym_BANG_EQ] = ACTIONS(2851), - [anon_sym_GT] = ACTIONS(2853), - [anon_sym_GT_EQ] = ACTIONS(2851), - [anon_sym_LT_EQ] = ACTIONS(2851), - [anon_sym_LT] = ACTIONS(2853), - [anon_sym_LT_LT] = ACTIONS(2851), - [anon_sym_GT_GT] = ACTIONS(2851), - [anon_sym_SEMI] = ACTIONS(2851), - [anon_sym_extern] = ACTIONS(2851), - [anon_sym___attribute__] = ACTIONS(2851), - [anon_sym___declspec] = ACTIONS(2851), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2851), - [anon_sym_LBRACK] = ACTIONS(2851), - [anon_sym_RBRACK] = ACTIONS(2851), - [anon_sym_EQ] = ACTIONS(2853), - [anon_sym_static] = ACTIONS(2851), - [anon_sym_register] = ACTIONS(2851), - [anon_sym_inline] = ACTIONS(2851), - [anon_sym_const] = ACTIONS(2853), - [anon_sym_volatile] = ACTIONS(2851), - [anon_sym_restrict] = ACTIONS(2851), - [anon_sym__Atomic] = ACTIONS(2851), - [anon_sym_mutable] = ACTIONS(2851), - [anon_sym_constexpr] = ACTIONS(2851), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2851), - [anon_sym_DASH_DASH] = ACTIONS(2851), - [anon_sym_PLUS_PLUS] = ACTIONS(2851), - [anon_sym_DOT] = ACTIONS(2853), - [anon_sym_DASH_GT] = ACTIONS(2851), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2851), - [anon_sym_throw] = ACTIONS(2851), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2851), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2851), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2851), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2851), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2851), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2851), - [anon_sym_MOZ_COLD] = ACTIONS(2851), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2851), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2851), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2851), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2851), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2851), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2851), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2851), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2851), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2851), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2851), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2851), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2851), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2851), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2851), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2853), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2851), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2851), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2851), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2851), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_NONNULL] = ACTIONS(2853), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2851), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2851), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2851), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2851), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2851), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2851), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2851), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2851), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2851), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2851), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2851), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2851), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2851), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2851), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2851), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2851), - [anon_sym_MOZ_RAII] = ACTIONS(2851), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2851), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2851), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2851), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2851), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2851), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2851), + [1143] = { + [sym_identifier] = ACTIONS(2409), + [aux_sym_preproc_def_token1] = ACTIONS(2409), + [aux_sym_preproc_if_token1] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2409), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2409), + [sym_preproc_directive] = ACTIONS(2409), + [anon_sym_LPAREN2] = ACTIONS(2411), + [anon_sym_TILDE] = ACTIONS(2411), + [anon_sym_STAR] = ACTIONS(2411), + [anon_sym_AMP_AMP] = ACTIONS(2411), + [anon_sym_AMP] = ACTIONS(2409), + [anon_sym_typedef] = ACTIONS(2409), + [anon_sym_extern] = ACTIONS(2409), + [anon_sym___attribute__] = ACTIONS(2409), + [anon_sym___declspec] = ACTIONS(2409), + [anon_sym___based] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2411), + [anon_sym_LBRACK] = ACTIONS(2409), + [anon_sym_static] = ACTIONS(2409), + [anon_sym_register] = ACTIONS(2409), + [anon_sym_inline] = ACTIONS(2409), + [anon_sym_const] = ACTIONS(2409), + [anon_sym_volatile] = ACTIONS(2409), + [anon_sym_restrict] = ACTIONS(2409), + [anon_sym__Atomic] = ACTIONS(2409), + [anon_sym_mutable] = ACTIONS(2409), + [anon_sym_constexpr] = ACTIONS(2409), + [anon_sym_signed] = ACTIONS(2409), + [anon_sym_unsigned] = ACTIONS(2409), + [anon_sym_long] = ACTIONS(2409), + [anon_sym_short] = ACTIONS(2409), + [sym_primitive_type] = ACTIONS(2409), + [anon_sym_enum] = ACTIONS(2409), + [anon_sym_class] = ACTIONS(2409), + [anon_sym_struct] = ACTIONS(2409), + [anon_sym_union] = ACTIONS(2409), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2409), + [anon_sym_virtual] = ACTIONS(2409), + [anon_sym_explicit] = ACTIONS(2409), + [anon_sym_public] = ACTIONS(2409), + [anon_sym_private] = ACTIONS(2409), + [anon_sym_protected] = ACTIONS(2409), + [sym_auto] = ACTIONS(2409), + [anon_sym_typename] = ACTIONS(2409), + [anon_sym_template] = ACTIONS(2409), + [anon_sym_COLON_COLON] = ACTIONS(2411), + [anon_sym_operator] = ACTIONS(2409), + [anon_sym_friend] = ACTIONS(2409), + [anon_sym_using] = ACTIONS(2409), + [anon_sym_static_assert] = ACTIONS(2409), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2411), + [sym_operator_name] = ACTIONS(2409), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2409), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2409), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2409), + [anon_sym_MOZ_COLD] = ACTIONS(2409), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2409), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2409), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2409), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2409), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2409), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2409), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2409), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2409), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2409), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2409), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2409), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2409), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL] = ACTIONS(2409), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2409), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2409), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN] = ACTIONS(2409), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2409), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2409), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2409), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2409), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2409), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2409), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2409), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), + [anon_sym_MOZ_RAII] = ACTIONS(2409), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2409), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2409), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2409), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2409), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2409), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2409), }, - [1285] = { - [sym_field_declaration_list] = STATE(988), - [sym_virtual_specifier] = STATE(4486), - [sym_base_class_clause] = STATE(5050), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2855), - [anon_sym_COMMA] = ACTIONS(2855), - [anon_sym_RPAREN] = ACTIONS(2855), - [anon_sym_LPAREN2] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(2857), - [anon_sym_PLUS] = ACTIONS(2857), - [anon_sym_STAR] = ACTIONS(2855), - [anon_sym_SLASH] = ACTIONS(2857), - [anon_sym_PERCENT] = ACTIONS(2855), - [anon_sym_PIPE_PIPE] = ACTIONS(2855), - [anon_sym_AMP_AMP] = ACTIONS(2855), - [anon_sym_PIPE] = ACTIONS(2857), - [anon_sym_CARET] = ACTIONS(2855), - [anon_sym_AMP] = ACTIONS(2857), - [anon_sym_EQ_EQ] = ACTIONS(2855), - [anon_sym_BANG_EQ] = ACTIONS(2855), - [anon_sym_GT] = ACTIONS(2857), - [anon_sym_GT_EQ] = ACTIONS(2855), - [anon_sym_LT_EQ] = ACTIONS(2855), - [anon_sym_LT] = ACTIONS(2857), - [anon_sym_LT_LT] = ACTIONS(2855), - [anon_sym_GT_GT] = ACTIONS(2855), - [anon_sym_SEMI] = ACTIONS(2855), - [anon_sym_extern] = ACTIONS(2855), - [anon_sym___attribute__] = ACTIONS(2855), - [anon_sym___declspec] = ACTIONS(2855), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2855), - [anon_sym_LBRACK] = ACTIONS(2855), - [anon_sym_RBRACK] = ACTIONS(2855), - [anon_sym_EQ] = ACTIONS(2857), - [anon_sym_static] = ACTIONS(2855), - [anon_sym_register] = ACTIONS(2855), - [anon_sym_inline] = ACTIONS(2855), - [anon_sym_const] = ACTIONS(2857), - [anon_sym_volatile] = ACTIONS(2855), - [anon_sym_restrict] = ACTIONS(2855), - [anon_sym__Atomic] = ACTIONS(2855), - [anon_sym_mutable] = ACTIONS(2855), - [anon_sym_constexpr] = ACTIONS(2855), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2855), - [anon_sym_DASH_DASH] = ACTIONS(2855), - [anon_sym_PLUS_PLUS] = ACTIONS(2855), - [anon_sym_DOT] = ACTIONS(2857), - [anon_sym_DASH_GT] = ACTIONS(2855), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2855), - [anon_sym_throw] = ACTIONS(2855), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2855), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2855), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2855), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2855), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2855), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2855), - [anon_sym_MOZ_COLD] = ACTIONS(2855), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2855), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2855), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2855), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2855), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2855), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2855), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2855), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2855), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2855), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2855), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2855), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2855), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2855), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2855), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2857), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2855), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2855), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2855), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2855), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_NONNULL] = ACTIONS(2857), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2855), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2855), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2855), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2855), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2855), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2855), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2855), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2855), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2855), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2855), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2855), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2855), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2855), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2855), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2855), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2855), - [anon_sym_MOZ_RAII] = ACTIONS(2855), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2855), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2855), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2855), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2855), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2855), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2855), + [1144] = { + [sym_identifier] = ACTIONS(2397), + [aux_sym_preproc_def_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token1] = ACTIONS(2397), + [aux_sym_preproc_if_token2] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2397), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2397), + [sym_preproc_directive] = ACTIONS(2397), + [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(2397), + [anon_sym_typedef] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym___attribute__] = ACTIONS(2397), + [anon_sym___declspec] = ACTIONS(2397), + [anon_sym___based] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(2397), + [anon_sym_static] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_inline] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [anon_sym_volatile] = ACTIONS(2397), + [anon_sym_restrict] = ACTIONS(2397), + [anon_sym__Atomic] = ACTIONS(2397), + [anon_sym_mutable] = ACTIONS(2397), + [anon_sym_constexpr] = ACTIONS(2397), + [anon_sym_signed] = ACTIONS(2397), + [anon_sym_unsigned] = ACTIONS(2397), + [anon_sym_long] = ACTIONS(2397), + [anon_sym_short] = ACTIONS(2397), + [sym_primitive_type] = ACTIONS(2397), + [anon_sym_enum] = ACTIONS(2397), + [anon_sym_class] = ACTIONS(2397), + [anon_sym_struct] = ACTIONS(2397), + [anon_sym_union] = ACTIONS(2397), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2397), + [anon_sym_virtual] = ACTIONS(2397), + [anon_sym_explicit] = ACTIONS(2397), + [anon_sym_public] = ACTIONS(2397), + [anon_sym_private] = ACTIONS(2397), + [anon_sym_protected] = ACTIONS(2397), + [sym_auto] = ACTIONS(2397), + [anon_sym_typename] = ACTIONS(2397), + [anon_sym_template] = ACTIONS(2397), + [anon_sym_COLON_COLON] = ACTIONS(2399), + [anon_sym_operator] = ACTIONS(2397), + [anon_sym_friend] = ACTIONS(2397), + [anon_sym_using] = ACTIONS(2397), + [anon_sym_static_assert] = ACTIONS(2397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), + [sym_operator_name] = ACTIONS(2397), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2397), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), + [anon_sym_MOZ_COLD] = ACTIONS(2397), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL] = ACTIONS(2397), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN] = ACTIONS(2397), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), + [anon_sym_MOZ_RAII] = ACTIONS(2397), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), }, - [1286] = { - [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___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_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_COLON_COLON] = ACTIONS(1737), - [anon_sym_operator] = ACTIONS(1735), - [anon_sym_friend] = ACTIONS(1735), - [anon_sym_using] = ACTIONS(1735), - [anon_sym_static_assert] = ACTIONS(1735), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1737), - [sym_operator_name] = 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), + [1145] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1630), + [anon_sym_STAR] = ACTIONS(1630), + [anon_sym_AMP_AMP] = ACTIONS(1630), + [anon_sym_AMP] = ACTIONS(1628), + [anon_sym_typedef] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym___attribute__] = ACTIONS(1628), + [anon_sym___declspec] = ACTIONS(1628), + [anon_sym___based] = ACTIONS(1628), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_static] = ACTIONS(1628), + [anon_sym_register] = ACTIONS(1628), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1628), + [anon_sym_virtual] = ACTIONS(1628), + [anon_sym_explicit] = ACTIONS(1628), + [anon_sym_public] = ACTIONS(1628), + [anon_sym_private] = ACTIONS(1628), + [anon_sym_protected] = ACTIONS(1628), + [sym_auto] = ACTIONS(1628), + [anon_sym_typename] = ACTIONS(1628), + [anon_sym_template] = ACTIONS(1628), + [anon_sym_COLON_COLON] = ACTIONS(1630), + [anon_sym_operator] = ACTIONS(1628), + [anon_sym_friend] = ACTIONS(1628), + [anon_sym_using] = ACTIONS(1628), + [anon_sym_static_assert] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [sym_operator_name] = ACTIONS(1628), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1287] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), + [1146] = { + [sym_identifier] = ACTIONS(2421), + [aux_sym_preproc_def_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token1] = ACTIONS(2421), + [aux_sym_preproc_if_token2] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2421), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2421), + [sym_preproc_directive] = ACTIONS(2421), + [anon_sym_LPAREN2] = ACTIONS(2423), + [anon_sym_TILDE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_AMP_AMP] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2421), + [anon_sym_typedef] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym___attribute__] = ACTIONS(2421), + [anon_sym___declspec] = ACTIONS(2421), + [anon_sym___based] = ACTIONS(2421), + [anon_sym_LBRACK] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_register] = ACTIONS(2421), + [anon_sym_inline] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_volatile] = ACTIONS(2421), + [anon_sym_restrict] = ACTIONS(2421), + [anon_sym__Atomic] = ACTIONS(2421), + [anon_sym_mutable] = ACTIONS(2421), + [anon_sym_constexpr] = ACTIONS(2421), + [anon_sym_signed] = ACTIONS(2421), + [anon_sym_unsigned] = ACTIONS(2421), + [anon_sym_long] = ACTIONS(2421), + [anon_sym_short] = ACTIONS(2421), + [sym_primitive_type] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_class] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2421), + [anon_sym_virtual] = ACTIONS(2421), + [anon_sym_explicit] = ACTIONS(2421), + [anon_sym_public] = ACTIONS(2421), + [anon_sym_private] = ACTIONS(2421), + [anon_sym_protected] = ACTIONS(2421), + [sym_auto] = ACTIONS(2421), + [anon_sym_typename] = ACTIONS(2421), + [anon_sym_template] = ACTIONS(2421), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_operator] = ACTIONS(2421), + [anon_sym_friend] = ACTIONS(2421), + [anon_sym_using] = ACTIONS(2421), + [anon_sym_static_assert] = ACTIONS(2421), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2423), + [sym_operator_name] = ACTIONS(2421), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2421), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2421), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2421), + [anon_sym_MOZ_COLD] = ACTIONS(2421), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2421), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2421), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2421), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2421), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2421), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2421), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2421), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2421), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2421), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2421), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2421), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2421), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL] = ACTIONS(2421), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2421), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2421), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN] = ACTIONS(2421), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2421), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2421), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2421), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2421), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2421), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2421), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2421), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2421), + [anon_sym_MOZ_RAII] = ACTIONS(2421), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2421), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2421), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2421), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2421), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2421), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2421), }, - [1288] = { - [sym_identifier] = ACTIONS(2589), - [aux_sym_preproc_def_token1] = ACTIONS(2589), - [aux_sym_preproc_if_token1] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2589), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2589), - [sym_preproc_directive] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_TILDE] = ACTIONS(2591), - [anon_sym_STAR] = ACTIONS(2591), - [anon_sym_AMP_AMP] = ACTIONS(2591), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_typedef] = ACTIONS(2589), - [anon_sym_extern] = ACTIONS(2589), - [anon_sym___attribute__] = ACTIONS(2589), - [anon_sym___declspec] = ACTIONS(2589), - [anon_sym___based] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2591), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_static] = ACTIONS(2589), - [anon_sym_register] = ACTIONS(2589), - [anon_sym_inline] = ACTIONS(2589), - [anon_sym_const] = ACTIONS(2589), - [anon_sym_volatile] = ACTIONS(2589), - [anon_sym_restrict] = ACTIONS(2589), - [anon_sym__Atomic] = ACTIONS(2589), - [anon_sym_mutable] = ACTIONS(2589), - [anon_sym_constexpr] = ACTIONS(2589), - [anon_sym_signed] = ACTIONS(2589), - [anon_sym_unsigned] = ACTIONS(2589), - [anon_sym_long] = ACTIONS(2589), - [anon_sym_short] = ACTIONS(2589), - [sym_primitive_type] = ACTIONS(2589), - [anon_sym_enum] = ACTIONS(2589), - [anon_sym_class] = ACTIONS(2589), - [anon_sym_struct] = ACTIONS(2589), - [anon_sym_union] = ACTIONS(2589), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2589), - [anon_sym_virtual] = ACTIONS(2589), - [anon_sym_explicit] = ACTIONS(2589), - [anon_sym_public] = ACTIONS(2589), - [anon_sym_private] = ACTIONS(2589), - [anon_sym_protected] = ACTIONS(2589), - [sym_auto] = ACTIONS(2589), - [anon_sym_typename] = ACTIONS(2589), - [anon_sym_template] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2591), - [anon_sym_operator] = ACTIONS(2589), - [anon_sym_friend] = ACTIONS(2589), - [anon_sym_using] = ACTIONS(2589), - [anon_sym_static_assert] = ACTIONS(2589), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2591), - [sym_operator_name] = ACTIONS(2589), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2589), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2589), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2589), - [anon_sym_MOZ_COLD] = ACTIONS(2589), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2589), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2589), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2589), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2589), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2589), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2589), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2589), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2589), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2589), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2589), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2589), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2589), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL] = ACTIONS(2589), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2589), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2589), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN] = ACTIONS(2589), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2589), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2589), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2589), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2589), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2589), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2589), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2589), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), - [anon_sym_MOZ_RAII] = ACTIONS(2589), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2589), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2589), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2589), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2589), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2589), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2589), + [1147] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1289] = { - [sym_field_declaration_list] = STATE(840), - [sym_virtual_specifier] = STATE(4311), - [sym_base_class_clause] = STATE(5059), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2859), - [anon_sym_COMMA] = ACTIONS(2859), - [anon_sym_RPAREN] = ACTIONS(2859), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_DASH] = ACTIONS(2861), - [anon_sym_PLUS] = ACTIONS(2861), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_SLASH] = ACTIONS(2861), - [anon_sym_PERCENT] = ACTIONS(2859), - [anon_sym_PIPE_PIPE] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_PIPE] = ACTIONS(2861), - [anon_sym_CARET] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_EQ_EQ] = ACTIONS(2859), - [anon_sym_BANG_EQ] = ACTIONS(2859), - [anon_sym_GT] = ACTIONS(2861), - [anon_sym_GT_EQ] = ACTIONS(2859), - [anon_sym_LT_EQ] = ACTIONS(2859), - [anon_sym_LT] = ACTIONS(2861), - [anon_sym_LT_LT] = ACTIONS(2859), - [anon_sym_GT_GT] = ACTIONS(2859), - [anon_sym_SEMI] = ACTIONS(2859), - [anon_sym_extern] = ACTIONS(2859), - [anon_sym___attribute__] = ACTIONS(2859), - [anon_sym___declspec] = ACTIONS(2859), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2859), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_RBRACK] = ACTIONS(2859), - [anon_sym_EQ] = ACTIONS(2861), - [anon_sym_static] = ACTIONS(2859), - [anon_sym_register] = ACTIONS(2859), - [anon_sym_inline] = ACTIONS(2859), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2859), - [anon_sym_restrict] = ACTIONS(2859), - [anon_sym__Atomic] = ACTIONS(2859), - [anon_sym_mutable] = ACTIONS(2859), - [anon_sym_constexpr] = ACTIONS(2859), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2859), - [anon_sym_DASH_DASH] = ACTIONS(2859), - [anon_sym_PLUS_PLUS] = ACTIONS(2859), - [anon_sym_DOT] = ACTIONS(2861), - [anon_sym_DASH_GT] = ACTIONS(2859), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2859), - [anon_sym_throw] = ACTIONS(2859), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2859), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2859), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2859), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2859), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2859), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2859), - [anon_sym_MOZ_COLD] = ACTIONS(2859), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2859), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2859), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2859), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2859), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2859), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2859), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2859), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2859), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2859), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2859), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2859), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2859), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2859), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2859), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2859), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2859), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2859), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2859), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2859), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2859), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2859), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2859), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2859), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2859), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2859), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2859), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2859), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2859), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2859), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2859), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), - [anon_sym_MOZ_RAII] = ACTIONS(2859), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2859), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2859), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2859), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2859), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2859), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2859), + [1148] = { + [sym_identifier] = ACTIONS(2617), + [aux_sym_preproc_def_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token1] = ACTIONS(2617), + [aux_sym_preproc_if_token2] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2617), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2617), + [sym_preproc_directive] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_TILDE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_AMP_AMP] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_typedef] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym___attribute__] = ACTIONS(2617), + [anon_sym___declspec] = ACTIONS(2617), + [anon_sym___based] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_register] = ACTIONS(2617), + [anon_sym_inline] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_volatile] = ACTIONS(2617), + [anon_sym_restrict] = ACTIONS(2617), + [anon_sym__Atomic] = ACTIONS(2617), + [anon_sym_mutable] = ACTIONS(2617), + [anon_sym_constexpr] = ACTIONS(2617), + [anon_sym_signed] = ACTIONS(2617), + [anon_sym_unsigned] = ACTIONS(2617), + [anon_sym_long] = ACTIONS(2617), + [anon_sym_short] = ACTIONS(2617), + [sym_primitive_type] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_class] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2617), + [anon_sym_virtual] = ACTIONS(2617), + [anon_sym_explicit] = ACTIONS(2617), + [anon_sym_public] = ACTIONS(2617), + [anon_sym_private] = ACTIONS(2617), + [anon_sym_protected] = ACTIONS(2617), + [sym_auto] = ACTIONS(2617), + [anon_sym_typename] = ACTIONS(2617), + [anon_sym_template] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_operator] = ACTIONS(2617), + [anon_sym_friend] = ACTIONS(2617), + [anon_sym_using] = ACTIONS(2617), + [anon_sym_static_assert] = ACTIONS(2617), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2619), + [sym_operator_name] = ACTIONS(2617), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2617), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), + [anon_sym_MOZ_COLD] = ACTIONS(2617), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL] = ACTIONS(2617), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN] = ACTIONS(2617), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), + [anon_sym_MOZ_RAII] = ACTIONS(2617), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), }, - [1290] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_RBRACE] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), - }, - [1291] = { - [sym_identifier] = ACTIONS(2577), - [aux_sym_preproc_def_token1] = ACTIONS(2577), - [aux_sym_preproc_if_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), - [sym_preproc_directive] = ACTIONS(2577), - [anon_sym_LPAREN2] = ACTIONS(2579), - [anon_sym_TILDE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_AMP_AMP] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_typedef] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym___attribute__] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2577), - [anon_sym___based] = ACTIONS(2577), - [anon_sym_RBRACE] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_register] = ACTIONS(2577), - [anon_sym_inline] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_volatile] = ACTIONS(2577), - [anon_sym_restrict] = ACTIONS(2577), - [anon_sym__Atomic] = ACTIONS(2577), - [anon_sym_mutable] = ACTIONS(2577), - [anon_sym_constexpr] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2577), - [anon_sym_unsigned] = ACTIONS(2577), - [anon_sym_long] = ACTIONS(2577), - [anon_sym_short] = ACTIONS(2577), - [sym_primitive_type] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_class] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2577), - [anon_sym_virtual] = ACTIONS(2577), - [anon_sym_explicit] = ACTIONS(2577), - [anon_sym_public] = ACTIONS(2577), - [anon_sym_private] = ACTIONS(2577), - [anon_sym_protected] = ACTIONS(2577), - [sym_auto] = ACTIONS(2577), - [anon_sym_typename] = ACTIONS(2577), - [anon_sym_template] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2577), - [anon_sym_friend] = ACTIONS(2577), - [anon_sym_using] = ACTIONS(2577), - [anon_sym_static_assert] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), - [sym_operator_name] = ACTIONS(2577), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), - [anon_sym_MOZ_COLD] = ACTIONS(2577), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL] = ACTIONS(2577), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN] = ACTIONS(2577), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), - [anon_sym_MOZ_RAII] = ACTIONS(2577), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), - }, - [1292] = { - [sym_field_declaration_list] = STATE(818), - [sym_virtual_specifier] = STATE(4292), - [sym_base_class_clause] = STATE(5054), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2863), - [anon_sym_COMMA] = ACTIONS(2863), - [anon_sym_RPAREN] = ACTIONS(2863), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_DASH] = ACTIONS(2865), - [anon_sym_PLUS] = ACTIONS(2865), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_SLASH] = ACTIONS(2865), - [anon_sym_PERCENT] = ACTIONS(2863), - [anon_sym_PIPE_PIPE] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_PIPE] = ACTIONS(2865), - [anon_sym_CARET] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_EQ_EQ] = ACTIONS(2863), - [anon_sym_BANG_EQ] = ACTIONS(2863), - [anon_sym_GT] = ACTIONS(2865), - [anon_sym_GT_EQ] = ACTIONS(2863), - [anon_sym_LT_EQ] = ACTIONS(2863), - [anon_sym_LT] = ACTIONS(2865), - [anon_sym_LT_LT] = ACTIONS(2863), - [anon_sym_GT_GT] = ACTIONS(2863), - [anon_sym_SEMI] = ACTIONS(2863), - [anon_sym_extern] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(2863), - [anon_sym___declspec] = ACTIONS(2863), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2863), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_RBRACK] = ACTIONS(2863), - [anon_sym_EQ] = ACTIONS(2865), - [anon_sym_static] = ACTIONS(2863), - [anon_sym_register] = ACTIONS(2863), - [anon_sym_inline] = ACTIONS(2863), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2863), - [anon_sym_DASH_DASH] = ACTIONS(2863), - [anon_sym_PLUS_PLUS] = ACTIONS(2863), - [anon_sym_DOT] = ACTIONS(2865), - [anon_sym_DASH_GT] = ACTIONS(2863), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2863), - [anon_sym_throw] = ACTIONS(2863), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), - [anon_sym_MOZ_COLD] = ACTIONS(2863), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), - [anon_sym_MOZ_RAII] = ACTIONS(2863), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), - }, - [1293] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), - }, - [1294] = { - [sym_field_declaration_list] = STATE(980), - [sym_virtual_specifier] = STATE(4305), - [sym_base_class_clause] = STATE(5044), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2867), - [anon_sym_COMMA] = ACTIONS(2867), - [anon_sym_RPAREN] = ACTIONS(2867), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_DASH] = ACTIONS(2869), - [anon_sym_PLUS] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_SLASH] = ACTIONS(2869), - [anon_sym_PERCENT] = ACTIONS(2867), - [anon_sym_PIPE_PIPE] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_PIPE] = ACTIONS(2869), - [anon_sym_CARET] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_EQ_EQ] = ACTIONS(2867), - [anon_sym_BANG_EQ] = ACTIONS(2867), - [anon_sym_GT] = ACTIONS(2869), - [anon_sym_GT_EQ] = ACTIONS(2867), - [anon_sym_LT_EQ] = ACTIONS(2867), - [anon_sym_LT] = ACTIONS(2869), - [anon_sym_LT_LT] = ACTIONS(2867), - [anon_sym_GT_GT] = ACTIONS(2867), - [anon_sym_SEMI] = ACTIONS(2867), - [anon_sym_extern] = ACTIONS(2867), - [anon_sym___attribute__] = ACTIONS(2867), - [anon_sym___declspec] = ACTIONS(2867), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2867), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_RBRACK] = ACTIONS(2867), - [anon_sym_EQ] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2867), - [anon_sym_register] = ACTIONS(2867), - [anon_sym_inline] = ACTIONS(2867), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2867), - [anon_sym_restrict] = ACTIONS(2867), - [anon_sym__Atomic] = ACTIONS(2867), - [anon_sym_mutable] = ACTIONS(2867), - [anon_sym_constexpr] = ACTIONS(2867), - [anon_sym_COLON] = ACTIONS(2847), - [anon_sym_QMARK] = ACTIONS(2867), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_DOT] = ACTIONS(2869), - [anon_sym_DASH_GT] = ACTIONS(2867), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2849), - [anon_sym_override] = ACTIONS(2849), - [anon_sym_noexcept] = ACTIONS(2867), - [anon_sym_throw] = ACTIONS(2867), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), - [anon_sym_MOZ_COLD] = ACTIONS(2867), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), - [anon_sym_MOZ_RAII] = ACTIONS(2867), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), - }, - [1295] = { - [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___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_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_COLON_COLON] = ACTIONS(1860), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [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), - }, - [1296] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_RBRACE] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [1297] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_RBRACE] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [1298] = { - [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___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_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_COLON_COLON] = ACTIONS(1868), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [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), - }, - [1299] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_RBRACE] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [1300] = { - [sym_identifier] = ACTIONS(2657), - [aux_sym_preproc_def_token1] = ACTIONS(2657), - [aux_sym_preproc_if_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), - [sym_preproc_directive] = ACTIONS(2657), - [anon_sym_LPAREN2] = ACTIONS(2659), - [anon_sym_TILDE] = ACTIONS(2659), - [anon_sym_STAR] = ACTIONS(2659), - [anon_sym_AMP_AMP] = ACTIONS(2659), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_typedef] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2657), - [anon_sym___attribute__] = ACTIONS(2657), - [anon_sym___declspec] = ACTIONS(2657), - [anon_sym___based] = ACTIONS(2657), - [anon_sym_RBRACE] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_static] = ACTIONS(2657), - [anon_sym_register] = ACTIONS(2657), - [anon_sym_inline] = ACTIONS(2657), - [anon_sym_const] = ACTIONS(2657), - [anon_sym_volatile] = ACTIONS(2657), - [anon_sym_restrict] = ACTIONS(2657), - [anon_sym__Atomic] = ACTIONS(2657), - [anon_sym_mutable] = ACTIONS(2657), - [anon_sym_constexpr] = ACTIONS(2657), - [anon_sym_signed] = ACTIONS(2657), - [anon_sym_unsigned] = ACTIONS(2657), - [anon_sym_long] = ACTIONS(2657), - [anon_sym_short] = ACTIONS(2657), - [sym_primitive_type] = ACTIONS(2657), - [anon_sym_enum] = ACTIONS(2657), - [anon_sym_class] = ACTIONS(2657), - [anon_sym_struct] = ACTIONS(2657), - [anon_sym_union] = ACTIONS(2657), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2657), - [anon_sym_virtual] = ACTIONS(2657), - [anon_sym_explicit] = ACTIONS(2657), - [anon_sym_public] = ACTIONS(2657), - [anon_sym_private] = ACTIONS(2657), - [anon_sym_protected] = ACTIONS(2657), - [sym_auto] = ACTIONS(2657), - [anon_sym_typename] = ACTIONS(2657), - [anon_sym_template] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2659), - [anon_sym_operator] = ACTIONS(2657), - [anon_sym_friend] = ACTIONS(2657), - [anon_sym_using] = ACTIONS(2657), - [anon_sym_static_assert] = ACTIONS(2657), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), - [sym_operator_name] = ACTIONS(2657), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), - [anon_sym_MOZ_COLD] = ACTIONS(2657), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL] = ACTIONS(2657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN] = ACTIONS(2657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), - [anon_sym_MOZ_RAII] = ACTIONS(2657), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), - }, - [1301] = { + [1149] = { [sym_identifier] = ACTIONS(2613), [aux_sym_preproc_def_token1] = ACTIONS(2613), [aux_sym_preproc_if_token1] = ACTIONS(2613), + [aux_sym_preproc_if_token2] = ACTIONS(2613), [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), [sym_preproc_directive] = ACTIONS(2613), @@ -223824,7 +218237,6 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(2613), [anon_sym___declspec] = ACTIONS(2613), [anon_sym___based] = ACTIONS(2613), - [anon_sym_RBRACE] = ACTIONS(2615), [anon_sym_LBRACK] = ACTIONS(2613), [anon_sym_static] = ACTIONS(2613), [anon_sym_register] = ACTIONS(2613), @@ -223931,2240 +218343,769 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), }, - [1302] = { - [sym_identifier] = ACTIONS(2613), - [aux_sym_preproc_def_token1] = ACTIONS(2613), - [aux_sym_preproc_if_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2613), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2613), - [sym_preproc_directive] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_TILDE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_AMP_AMP] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_typedef] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym___attribute__] = ACTIONS(2613), - [anon_sym___declspec] = ACTIONS(2613), - [anon_sym___based] = ACTIONS(2613), - [anon_sym_RBRACE] = ACTIONS(2615), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_register] = ACTIONS(2613), - [anon_sym_inline] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_volatile] = ACTIONS(2613), - [anon_sym_restrict] = ACTIONS(2613), - [anon_sym__Atomic] = ACTIONS(2613), - [anon_sym_mutable] = ACTIONS(2613), - [anon_sym_constexpr] = ACTIONS(2613), - [anon_sym_signed] = ACTIONS(2613), - [anon_sym_unsigned] = ACTIONS(2613), - [anon_sym_long] = ACTIONS(2613), - [anon_sym_short] = ACTIONS(2613), - [sym_primitive_type] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_class] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), + [1150] = { + [sym_identifier] = ACTIONS(2601), + [aux_sym_preproc_def_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token1] = ACTIONS(2601), + [aux_sym_preproc_if_token2] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2601), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2601), + [sym_preproc_directive] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_TILDE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_AMP_AMP] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_typedef] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym___attribute__] = ACTIONS(2601), + [anon_sym___declspec] = ACTIONS(2601), + [anon_sym___based] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_register] = ACTIONS(2601), + [anon_sym_inline] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_volatile] = ACTIONS(2601), + [anon_sym_restrict] = ACTIONS(2601), + [anon_sym__Atomic] = ACTIONS(2601), + [anon_sym_mutable] = ACTIONS(2601), + [anon_sym_constexpr] = ACTIONS(2601), + [anon_sym_signed] = ACTIONS(2601), + [anon_sym_unsigned] = ACTIONS(2601), + [anon_sym_long] = ACTIONS(2601), + [anon_sym_short] = ACTIONS(2601), + [sym_primitive_type] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2613), - [anon_sym_virtual] = ACTIONS(2613), - [anon_sym_explicit] = ACTIONS(2613), - [anon_sym_public] = ACTIONS(2613), - [anon_sym_private] = ACTIONS(2613), - [anon_sym_protected] = ACTIONS(2613), - [sym_auto] = ACTIONS(2613), - [anon_sym_typename] = ACTIONS(2613), - [anon_sym_template] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_operator] = ACTIONS(2613), - [anon_sym_friend] = ACTIONS(2613), - [anon_sym_using] = ACTIONS(2613), - [anon_sym_static_assert] = ACTIONS(2613), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2615), - [sym_operator_name] = ACTIONS(2613), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2613), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2613), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2613), - [anon_sym_MOZ_COLD] = ACTIONS(2613), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2613), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2613), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2613), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2613), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2613), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2613), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2613), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2613), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2613), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2613), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2613), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2613), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL] = ACTIONS(2613), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2613), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2613), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN] = ACTIONS(2613), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2613), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2613), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2613), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2613), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2613), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2613), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2613), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2613), - [anon_sym_MOZ_RAII] = ACTIONS(2613), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2613), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2613), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2613), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2613), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2613), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2613), - }, - [1303] = { - [sym_identifier] = ACTIONS(1920), - [aux_sym_preproc_def_token1] = ACTIONS(1920), - [aux_sym_preproc_if_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), - [sym_preproc_directive] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(1922), - [anon_sym_AMP_AMP] = ACTIONS(1922), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1920), - [anon_sym___attribute__] = ACTIONS(1920), - [anon_sym___declspec] = ACTIONS(1920), - [anon_sym___based] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_static] = ACTIONS(1920), - [anon_sym_register] = ACTIONS(1920), - [anon_sym_inline] = ACTIONS(1920), - [anon_sym_const] = ACTIONS(1920), - [anon_sym_volatile] = ACTIONS(1920), - [anon_sym_restrict] = ACTIONS(1920), - [anon_sym__Atomic] = ACTIONS(1920), - [anon_sym_mutable] = ACTIONS(1920), - [anon_sym_constexpr] = ACTIONS(1920), - [anon_sym_signed] = ACTIONS(1920), - [anon_sym_unsigned] = ACTIONS(1920), - [anon_sym_long] = ACTIONS(1920), - [anon_sym_short] = ACTIONS(1920), - [sym_primitive_type] = ACTIONS(1920), - [anon_sym_enum] = ACTIONS(1920), - [anon_sym_class] = ACTIONS(1920), - [anon_sym_struct] = ACTIONS(1920), - [anon_sym_union] = ACTIONS(1920), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1920), - [anon_sym_virtual] = ACTIONS(1920), - [anon_sym_explicit] = ACTIONS(1920), - [anon_sym_public] = ACTIONS(1920), - [anon_sym_private] = ACTIONS(1920), - [anon_sym_protected] = ACTIONS(1920), - [sym_auto] = ACTIONS(1920), - [anon_sym_typename] = ACTIONS(1920), - [anon_sym_template] = ACTIONS(1920), - [anon_sym_COLON_COLON] = ACTIONS(1922), - [anon_sym_operator] = ACTIONS(1920), - [anon_sym_friend] = ACTIONS(1920), - [anon_sym_using] = ACTIONS(1920), - [anon_sym_static_assert] = ACTIONS(1920), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), - [sym_operator_name] = ACTIONS(1920), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1920), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1920), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1920), - [anon_sym_MOZ_COLD] = ACTIONS(1920), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1920), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1920), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1920), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1920), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1920), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1920), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1920), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1920), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1920), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1920), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1920), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1920), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL] = ACTIONS(1920), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1920), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1920), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN] = ACTIONS(1920), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1920), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1920), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1920), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1920), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1920), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1920), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1920), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1920), - [anon_sym_MOZ_RAII] = ACTIONS(1920), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1920), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1920), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1920), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1920), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1920), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1920), - }, - [1304] = { - [sym_template_argument_list] = STATE(1178), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_RPAREN] = ACTIONS(2871), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2873), - [anon_sym_PLUS] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_SLASH] = ACTIONS(2873), - [anon_sym_PERCENT] = ACTIONS(2871), - [anon_sym_PIPE_PIPE] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_PIPE] = ACTIONS(2873), - [anon_sym_CARET] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2873), - [anon_sym_EQ_EQ] = ACTIONS(2871), - [anon_sym_BANG_EQ] = ACTIONS(2871), - [anon_sym_GT] = ACTIONS(2873), - [anon_sym_GT_EQ] = ACTIONS(2871), - [anon_sym_LT_EQ] = ACTIONS(2871), - [anon_sym_LT] = ACTIONS(2875), - [anon_sym_LT_LT] = ACTIONS(2871), - [anon_sym_GT_GT] = ACTIONS(2871), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym_extern] = ACTIONS(2871), - [anon_sym___attribute__] = ACTIONS(2871), - [anon_sym___declspec] = ACTIONS(2871), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_RBRACE] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2871), - [anon_sym_RBRACK] = ACTIONS(2871), - [anon_sym_EQ] = ACTIONS(2873), - [anon_sym_static] = ACTIONS(2871), - [anon_sym_register] = ACTIONS(2871), - [anon_sym_inline] = ACTIONS(2871), - [anon_sym_const] = ACTIONS(2873), - [anon_sym_volatile] = ACTIONS(2871), - [anon_sym_restrict] = ACTIONS(2871), - [anon_sym__Atomic] = ACTIONS(2871), - [anon_sym_mutable] = ACTIONS(2871), - [anon_sym_constexpr] = ACTIONS(2871), - [anon_sym_COLON] = ACTIONS(2873), - [anon_sym_QMARK] = ACTIONS(2871), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_DOT] = ACTIONS(2873), - [anon_sym_DASH_GT] = ACTIONS(2871), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2871), - [anon_sym_override] = ACTIONS(2871), - [anon_sym_COLON_COLON] = ACTIONS(2877), - [anon_sym_noexcept] = ACTIONS(2871), - [anon_sym_throw] = ACTIONS(2871), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2871), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2871), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2871), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2871), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2871), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2871), - [anon_sym_MOZ_COLD] = ACTIONS(2871), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2871), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2871), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2871), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2871), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2871), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2871), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2871), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2871), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2871), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2871), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2871), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2871), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2871), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2871), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2871), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2871), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_NONNULL] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2871), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2871), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2871), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2871), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2871), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2871), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2871), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2871), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2871), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2871), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2871), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2871), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2871), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2871), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), - [anon_sym_MOZ_RAII] = ACTIONS(2871), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2871), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2871), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2871), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2871), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2871), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2871), - }, - [1305] = { - [sym_template_argument_list] = STATE(1178), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), - [anon_sym_COMMA] = ACTIONS(2223), - [anon_sym_RPAREN] = ACTIONS(2223), - [anon_sym_LPAREN2] = ACTIONS(2223), - [anon_sym_DASH] = ACTIONS(2215), - [anon_sym_PLUS] = ACTIONS(2215), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_SLASH] = ACTIONS(2215), - [anon_sym_PERCENT] = ACTIONS(2223), - [anon_sym_PIPE_PIPE] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_PIPE] = ACTIONS(2215), - [anon_sym_CARET] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_EQ_EQ] = ACTIONS(2223), - [anon_sym_BANG_EQ] = ACTIONS(2223), - [anon_sym_GT] = ACTIONS(2215), - [anon_sym_GT_EQ] = ACTIONS(2223), - [anon_sym_LT_EQ] = ACTIONS(2223), - [anon_sym_LT] = ACTIONS(2875), - [anon_sym_LT_LT] = ACTIONS(2223), - [anon_sym_GT_GT] = ACTIONS(2223), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2223), - [anon_sym___attribute__] = ACTIONS(2223), - [anon_sym___declspec] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2223), - [anon_sym_RBRACE] = ACTIONS(2223), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_RBRACK] = ACTIONS(2223), - [anon_sym_EQ] = ACTIONS(2215), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_register] = ACTIONS(2223), - [anon_sym_inline] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2223), - [anon_sym_restrict] = ACTIONS(2223), - [anon_sym__Atomic] = ACTIONS(2223), - [anon_sym_mutable] = ACTIONS(2223), - [anon_sym_constexpr] = ACTIONS(2223), - [anon_sym_COLON] = ACTIONS(2215), - [anon_sym_QMARK] = ACTIONS(2223), - [anon_sym_DASH_DASH] = ACTIONS(2223), - [anon_sym_PLUS_PLUS] = ACTIONS(2223), - [anon_sym_DOT] = ACTIONS(2215), - [anon_sym_DASH_GT] = ACTIONS(2223), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2223), - [anon_sym_override] = ACTIONS(2223), - [anon_sym_COLON_COLON] = ACTIONS(2877), - [anon_sym_noexcept] = ACTIONS(2223), - [anon_sym_throw] = ACTIONS(2223), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), - [anon_sym_MOZ_COLD] = ACTIONS(2223), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), - [anon_sym_MOZ_RAII] = ACTIONS(2223), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + [anon_sym_decltype] = ACTIONS(2601), + [anon_sym_virtual] = ACTIONS(2601), + [anon_sym_explicit] = ACTIONS(2601), + [anon_sym_public] = ACTIONS(2601), + [anon_sym_private] = ACTIONS(2601), + [anon_sym_protected] = ACTIONS(2601), + [sym_auto] = ACTIONS(2601), + [anon_sym_typename] = ACTIONS(2601), + [anon_sym_template] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_operator] = ACTIONS(2601), + [anon_sym_friend] = ACTIONS(2601), + [anon_sym_using] = ACTIONS(2601), + [anon_sym_static_assert] = ACTIONS(2601), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2603), + [sym_operator_name] = ACTIONS(2601), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2601), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2601), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2601), + [anon_sym_MOZ_COLD] = ACTIONS(2601), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2601), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2601), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2601), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2601), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2601), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2601), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2601), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2601), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2601), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2601), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2601), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2601), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL] = ACTIONS(2601), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2601), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2601), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN] = ACTIONS(2601), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2601), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2601), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2601), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2601), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2601), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2601), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2601), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2601), + [anon_sym_MOZ_RAII] = ACTIONS(2601), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2601), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2601), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2601), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2601), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2601), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2601), }, - [1306] = { - [sym__declaration_specifiers] = STATE(2849), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_parameter_declaration] = STATE(4866), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_optional_parameter_declaration] = STATE(4866), - [sym_variadic_parameter_declaration] = STATE(4866), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1364), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1364), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2879), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1151] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token2] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1307] = { - [sym_identifier] = ACTIONS(2641), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2643), - [anon_sym_COMMA] = ACTIONS(2643), - [anon_sym_LPAREN2] = ACTIONS(2643), - [anon_sym_TILDE] = ACTIONS(2643), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_PLUS] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2643), - [anon_sym_SLASH] = ACTIONS(2641), - [anon_sym_PERCENT] = ACTIONS(2643), - [anon_sym_PIPE_PIPE] = ACTIONS(2643), - [anon_sym_AMP_AMP] = ACTIONS(2643), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_CARET] = ACTIONS(2643), - [anon_sym_AMP] = ACTIONS(2641), - [anon_sym_EQ_EQ] = ACTIONS(2643), - [anon_sym_BANG_EQ] = ACTIONS(2643), - [anon_sym_GT] = ACTIONS(2641), - [anon_sym_GT_EQ] = ACTIONS(2641), - [anon_sym_LT_EQ] = ACTIONS(2643), - [anon_sym_LT] = ACTIONS(2641), - [anon_sym_LT_LT] = ACTIONS(2643), - [anon_sym_GT_GT] = ACTIONS(2641), - [anon_sym_extern] = ACTIONS(2641), - [anon_sym___attribute__] = ACTIONS(2641), - [anon_sym___declspec] = ACTIONS(2641), - [anon_sym___based] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2643), - [anon_sym_LBRACK] = ACTIONS(2643), - [anon_sym_EQ] = ACTIONS(2641), - [anon_sym_static] = ACTIONS(2641), - [anon_sym_register] = ACTIONS(2641), - [anon_sym_inline] = ACTIONS(2641), - [anon_sym_const] = ACTIONS(2641), - [anon_sym_volatile] = ACTIONS(2641), - [anon_sym_restrict] = ACTIONS(2641), - [anon_sym__Atomic] = ACTIONS(2641), - [anon_sym_mutable] = ACTIONS(2641), - [anon_sym_constexpr] = ACTIONS(2641), - [anon_sym_QMARK] = ACTIONS(2643), - [anon_sym_DASH_DASH] = ACTIONS(2643), - [anon_sym_PLUS_PLUS] = ACTIONS(2643), - [anon_sym_DOT] = ACTIONS(2641), - [anon_sym_DASH_GT] = ACTIONS(2643), + [1152] = { + [sym_identifier] = ACTIONS(2769), + [aux_sym_preproc_def_token1] = ACTIONS(2769), + [aux_sym_preproc_if_token1] = ACTIONS(2769), + [aux_sym_preproc_if_token2] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), + [sym_preproc_directive] = ACTIONS(2769), + [anon_sym_LPAREN2] = ACTIONS(2771), + [anon_sym_TILDE] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_AMP_AMP] = ACTIONS(2771), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_typedef] = ACTIONS(2769), + [anon_sym_extern] = ACTIONS(2769), + [anon_sym___attribute__] = ACTIONS(2769), + [anon_sym___declspec] = ACTIONS(2769), + [anon_sym___based] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2769), + [anon_sym_static] = ACTIONS(2769), + [anon_sym_register] = ACTIONS(2769), + [anon_sym_inline] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_volatile] = ACTIONS(2769), + [anon_sym_restrict] = ACTIONS(2769), + [anon_sym__Atomic] = ACTIONS(2769), + [anon_sym_mutable] = ACTIONS(2769), + [anon_sym_constexpr] = ACTIONS(2769), + [anon_sym_signed] = ACTIONS(2769), + [anon_sym_unsigned] = ACTIONS(2769), + [anon_sym_long] = ACTIONS(2769), + [anon_sym_short] = ACTIONS(2769), + [sym_primitive_type] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_class] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2641), - [anon_sym_override] = ACTIONS(2641), - [anon_sym_GT2] = ACTIONS(2643), - [anon_sym_COLON_COLON] = ACTIONS(2643), - [anon_sym_noexcept] = ACTIONS(2641), - [anon_sym_throw] = ACTIONS(2641), - [sym_operator_name] = ACTIONS(2641), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2641), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2641), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2641), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2641), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2641), - [anon_sym_MOZ_COLD] = ACTIONS(2641), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2641), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2641), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2641), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2641), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2641), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2641), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2641), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2641), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2641), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2641), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2641), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2641), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2641), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2641), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2641), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_NONNULL] = ACTIONS(2641), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2641), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2641), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2641), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2641), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_NORETURN] = ACTIONS(2641), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2641), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2641), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2641), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2641), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2641), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2641), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2641), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2641), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2641), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), - [anon_sym_MOZ_RAII] = ACTIONS(2641), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2641), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2641), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2641), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2641), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2641), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2641), + [anon_sym_decltype] = ACTIONS(2769), + [anon_sym_virtual] = ACTIONS(2769), + [anon_sym_explicit] = ACTIONS(2769), + [anon_sym_public] = ACTIONS(2769), + [anon_sym_private] = ACTIONS(2769), + [anon_sym_protected] = ACTIONS(2769), + [sym_auto] = ACTIONS(2769), + [anon_sym_typename] = ACTIONS(2769), + [anon_sym_template] = ACTIONS(2769), + [anon_sym_COLON_COLON] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2769), + [anon_sym_friend] = ACTIONS(2769), + [anon_sym_using] = ACTIONS(2769), + [anon_sym_static_assert] = ACTIONS(2769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), + [sym_operator_name] = ACTIONS(2769), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), + [anon_sym_MOZ_COLD] = ACTIONS(2769), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_RAII] = ACTIONS(2769), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), }, - [1308] = { - [sym_identifier] = ACTIONS(2805), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2807), - [anon_sym_COMMA] = ACTIONS(2807), - [anon_sym_LPAREN2] = ACTIONS(2807), - [anon_sym_TILDE] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_PLUS] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(2807), - [anon_sym_SLASH] = ACTIONS(2805), - [anon_sym_PERCENT] = ACTIONS(2807), - [anon_sym_PIPE_PIPE] = ACTIONS(2807), - [anon_sym_AMP_AMP] = ACTIONS(2807), - [anon_sym_PIPE] = ACTIONS(2805), - [anon_sym_CARET] = ACTIONS(2807), - [anon_sym_AMP] = ACTIONS(2805), - [anon_sym_EQ_EQ] = ACTIONS(2807), - [anon_sym_BANG_EQ] = ACTIONS(2807), - [anon_sym_GT] = ACTIONS(2805), - [anon_sym_GT_EQ] = ACTIONS(2805), - [anon_sym_LT_EQ] = ACTIONS(2807), - [anon_sym_LT] = ACTIONS(2805), - [anon_sym_LT_LT] = ACTIONS(2807), - [anon_sym_GT_GT] = ACTIONS(2805), - [anon_sym_extern] = ACTIONS(2805), - [anon_sym___attribute__] = ACTIONS(2805), - [anon_sym___declspec] = ACTIONS(2805), - [anon_sym___based] = ACTIONS(2805), - [anon_sym_LBRACE] = ACTIONS(2807), - [anon_sym_LBRACK] = ACTIONS(2807), - [anon_sym_EQ] = ACTIONS(2805), - [anon_sym_static] = ACTIONS(2805), - [anon_sym_register] = ACTIONS(2805), - [anon_sym_inline] = ACTIONS(2805), - [anon_sym_const] = ACTIONS(2805), - [anon_sym_volatile] = ACTIONS(2805), - [anon_sym_restrict] = ACTIONS(2805), - [anon_sym__Atomic] = ACTIONS(2805), - [anon_sym_mutable] = ACTIONS(2805), - [anon_sym_constexpr] = ACTIONS(2805), - [anon_sym_QMARK] = ACTIONS(2807), - [anon_sym_DASH_DASH] = ACTIONS(2807), - [anon_sym_PLUS_PLUS] = ACTIONS(2807), - [anon_sym_DOT] = ACTIONS(2805), - [anon_sym_DASH_GT] = ACTIONS(2807), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2805), - [anon_sym_override] = ACTIONS(2805), - [anon_sym_GT2] = ACTIONS(2807), - [anon_sym_COLON_COLON] = ACTIONS(2807), - [anon_sym_noexcept] = ACTIONS(2805), - [anon_sym_throw] = ACTIONS(2805), - [sym_operator_name] = ACTIONS(2805), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), - [anon_sym_MOZ_COLD] = ACTIONS(2805), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_NONNULL] = ACTIONS(2805), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_NORETURN] = ACTIONS(2805), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), - [anon_sym_MOZ_RAII] = ACTIONS(2805), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), + [1153] = { + [sym_identifier] = ACTIONS(2765), + [aux_sym_preproc_def_token1] = ACTIONS(2765), + [aux_sym_preproc_if_token1] = ACTIONS(2765), + [aux_sym_preproc_if_token2] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2765), + [sym_preproc_directive] = ACTIONS(2765), + [anon_sym_LPAREN2] = ACTIONS(2767), + [anon_sym_TILDE] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_AMP_AMP] = ACTIONS(2767), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_typedef] = ACTIONS(2765), + [anon_sym_extern] = ACTIONS(2765), + [anon_sym___attribute__] = ACTIONS(2765), + [anon_sym___declspec] = ACTIONS(2765), + [anon_sym___based] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_register] = ACTIONS(2765), + [anon_sym_inline] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_volatile] = ACTIONS(2765), + [anon_sym_restrict] = ACTIONS(2765), + [anon_sym__Atomic] = ACTIONS(2765), + [anon_sym_mutable] = ACTIONS(2765), + [anon_sym_constexpr] = ACTIONS(2765), + [anon_sym_signed] = ACTIONS(2765), + [anon_sym_unsigned] = ACTIONS(2765), + [anon_sym_long] = ACTIONS(2765), + [anon_sym_short] = ACTIONS(2765), + [sym_primitive_type] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2765), + [anon_sym_virtual] = ACTIONS(2765), + [anon_sym_explicit] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_protected] = ACTIONS(2765), + [sym_auto] = ACTIONS(2765), + [anon_sym_typename] = ACTIONS(2765), + [anon_sym_template] = ACTIONS(2765), + [anon_sym_COLON_COLON] = ACTIONS(2767), + [anon_sym_operator] = ACTIONS(2765), + [anon_sym_friend] = ACTIONS(2765), + [anon_sym_using] = ACTIONS(2765), + [anon_sym_static_assert] = ACTIONS(2765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2767), + [sym_operator_name] = ACTIONS(2765), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2765), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2765), + [anon_sym_MOZ_COLD] = ACTIONS(2765), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2765), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2765), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2765), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2765), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2765), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2765), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2765), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2765), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2765), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2765), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2765), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2765), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_RAII] = ACTIONS(2765), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2765), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2765), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2765), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2765), }, - [1309] = { - [sym_identifier] = ACTIONS(2689), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2691), - [anon_sym_COMMA] = ACTIONS(2691), - [anon_sym_LPAREN2] = ACTIONS(2691), - [anon_sym_TILDE] = ACTIONS(2691), - [anon_sym_DASH] = ACTIONS(2689), - [anon_sym_PLUS] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2691), - [anon_sym_SLASH] = ACTIONS(2689), - [anon_sym_PERCENT] = ACTIONS(2691), - [anon_sym_PIPE_PIPE] = ACTIONS(2691), - [anon_sym_AMP_AMP] = ACTIONS(2691), - [anon_sym_PIPE] = ACTIONS(2689), - [anon_sym_CARET] = ACTIONS(2691), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2691), - [anon_sym_BANG_EQ] = ACTIONS(2691), - [anon_sym_GT] = ACTIONS(2689), - [anon_sym_GT_EQ] = ACTIONS(2689), - [anon_sym_LT_EQ] = ACTIONS(2691), - [anon_sym_LT] = ACTIONS(2689), - [anon_sym_LT_LT] = ACTIONS(2691), - [anon_sym_GT_GT] = ACTIONS(2689), - [anon_sym_extern] = ACTIONS(2689), - [anon_sym___attribute__] = ACTIONS(2689), - [anon_sym___declspec] = ACTIONS(2689), - [anon_sym___based] = ACTIONS(2689), - [anon_sym_LBRACE] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_EQ] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2689), - [anon_sym_register] = ACTIONS(2689), - [anon_sym_inline] = ACTIONS(2689), - [anon_sym_const] = ACTIONS(2689), - [anon_sym_volatile] = ACTIONS(2689), - [anon_sym_restrict] = ACTIONS(2689), - [anon_sym__Atomic] = ACTIONS(2689), - [anon_sym_mutable] = ACTIONS(2689), - [anon_sym_constexpr] = ACTIONS(2689), - [anon_sym_QMARK] = ACTIONS(2691), - [anon_sym_DASH_DASH] = ACTIONS(2691), - [anon_sym_PLUS_PLUS] = ACTIONS(2691), - [anon_sym_DOT] = ACTIONS(2689), - [anon_sym_DASH_GT] = ACTIONS(2691), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2689), - [anon_sym_override] = ACTIONS(2689), - [anon_sym_GT2] = ACTIONS(2691), - [anon_sym_COLON_COLON] = ACTIONS(2691), - [anon_sym_noexcept] = ACTIONS(2689), - [anon_sym_throw] = ACTIONS(2689), - [sym_operator_name] = ACTIONS(2689), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), - [anon_sym_MOZ_COLD] = ACTIONS(2689), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_NONNULL] = ACTIONS(2689), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_NORETURN] = ACTIONS(2689), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), - [anon_sym_MOZ_RAII] = ACTIONS(2689), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), + [1154] = { + [sym_identifier] = ACTIONS(2505), + [aux_sym_preproc_def_token1] = ACTIONS(2505), + [aux_sym_preproc_if_token1] = ACTIONS(2505), + [aux_sym_preproc_if_token2] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2505), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2505), + [sym_preproc_directive] = ACTIONS(2505), + [anon_sym_LPAREN2] = ACTIONS(2507), + [anon_sym_TILDE] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_AMP_AMP] = ACTIONS(2507), + [anon_sym_AMP] = ACTIONS(2505), + [anon_sym_typedef] = ACTIONS(2505), + [anon_sym_extern] = ACTIONS(2505), + [anon_sym___attribute__] = ACTIONS(2505), + [anon_sym___declspec] = ACTIONS(2505), + [anon_sym___based] = ACTIONS(2505), + [anon_sym_LBRACK] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_register] = ACTIONS(2505), + [anon_sym_inline] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_volatile] = ACTIONS(2505), + [anon_sym_restrict] = ACTIONS(2505), + [anon_sym__Atomic] = ACTIONS(2505), + [anon_sym_mutable] = ACTIONS(2505), + [anon_sym_constexpr] = ACTIONS(2505), + [anon_sym_signed] = ACTIONS(2505), + [anon_sym_unsigned] = ACTIONS(2505), + [anon_sym_long] = ACTIONS(2505), + [anon_sym_short] = ACTIONS(2505), + [sym_primitive_type] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), + [anon_sym_class] = ACTIONS(2505), + [anon_sym_struct] = ACTIONS(2505), + [anon_sym_union] = ACTIONS(2505), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2505), + [anon_sym_virtual] = ACTIONS(2505), + [anon_sym_explicit] = ACTIONS(2505), + [anon_sym_public] = ACTIONS(2505), + [anon_sym_private] = ACTIONS(2505), + [anon_sym_protected] = ACTIONS(2505), + [sym_auto] = ACTIONS(2505), + [anon_sym_typename] = ACTIONS(2505), + [anon_sym_template] = ACTIONS(2505), + [anon_sym_COLON_COLON] = ACTIONS(2507), + [anon_sym_operator] = ACTIONS(2505), + [anon_sym_friend] = ACTIONS(2505), + [anon_sym_using] = ACTIONS(2505), + [anon_sym_static_assert] = ACTIONS(2505), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2507), + [sym_operator_name] = ACTIONS(2505), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2505), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2505), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2505), + [anon_sym_MOZ_COLD] = ACTIONS(2505), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2505), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2505), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2505), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2505), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2505), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2505), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2505), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2505), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2505), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2505), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2505), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2505), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL] = ACTIONS(2505), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2505), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2505), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN] = ACTIONS(2505), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2505), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2505), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2505), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2505), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2505), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2505), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2505), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), + [anon_sym_MOZ_RAII] = ACTIONS(2505), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2505), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2505), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2505), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2505), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2505), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2505), }, - [1310] = { - [sym_identifier] = ACTIONS(2561), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), - [anon_sym_COMMA] = ACTIONS(2563), - [anon_sym_LPAREN2] = ACTIONS(2563), - [anon_sym_TILDE] = ACTIONS(2563), - [anon_sym_DASH] = ACTIONS(2561), - [anon_sym_PLUS] = ACTIONS(2561), - [anon_sym_STAR] = ACTIONS(2563), - [anon_sym_SLASH] = ACTIONS(2561), - [anon_sym_PERCENT] = ACTIONS(2563), - [anon_sym_PIPE_PIPE] = ACTIONS(2563), - [anon_sym_AMP_AMP] = ACTIONS(2563), - [anon_sym_PIPE] = ACTIONS(2561), - [anon_sym_CARET] = ACTIONS(2563), - [anon_sym_AMP] = ACTIONS(2561), - [anon_sym_EQ_EQ] = ACTIONS(2563), - [anon_sym_BANG_EQ] = ACTIONS(2563), - [anon_sym_GT] = ACTIONS(2561), - [anon_sym_GT_EQ] = ACTIONS(2561), - [anon_sym_LT_EQ] = ACTIONS(2563), - [anon_sym_LT] = ACTIONS(2561), - [anon_sym_LT_LT] = ACTIONS(2563), - [anon_sym_GT_GT] = ACTIONS(2561), - [anon_sym_extern] = ACTIONS(2561), - [anon_sym___attribute__] = ACTIONS(2561), - [anon_sym___declspec] = ACTIONS(2561), - [anon_sym___based] = ACTIONS(2561), - [anon_sym_LBRACE] = ACTIONS(2563), - [anon_sym_LBRACK] = ACTIONS(2563), - [anon_sym_EQ] = ACTIONS(2561), - [anon_sym_static] = ACTIONS(2561), - [anon_sym_register] = ACTIONS(2561), - [anon_sym_inline] = ACTIONS(2561), - [anon_sym_const] = ACTIONS(2561), - [anon_sym_volatile] = ACTIONS(2561), - [anon_sym_restrict] = ACTIONS(2561), - [anon_sym__Atomic] = ACTIONS(2561), - [anon_sym_mutable] = ACTIONS(2561), - [anon_sym_constexpr] = ACTIONS(2561), - [anon_sym_QMARK] = ACTIONS(2563), - [anon_sym_DASH_DASH] = ACTIONS(2563), - [anon_sym_PLUS_PLUS] = ACTIONS(2563), - [anon_sym_DOT] = ACTIONS(2561), - [anon_sym_DASH_GT] = ACTIONS(2563), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2561), - [anon_sym_override] = ACTIONS(2561), - [anon_sym_GT2] = ACTIONS(2563), - [anon_sym_COLON_COLON] = ACTIONS(2563), - [anon_sym_noexcept] = ACTIONS(2561), - [anon_sym_throw] = ACTIONS(2561), - [sym_operator_name] = ACTIONS(2561), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2561), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2561), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2561), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2561), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2561), - [anon_sym_MOZ_COLD] = ACTIONS(2561), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2561), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2561), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2561), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2561), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2561), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2561), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2561), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2561), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2561), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2561), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2561), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2561), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2561), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2561), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2561), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_NONNULL] = ACTIONS(2561), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2561), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2561), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2561), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2561), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_NORETURN] = ACTIONS(2561), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2561), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2561), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2561), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2561), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2561), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2561), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2561), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2561), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2561), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), - [anon_sym_MOZ_RAII] = ACTIONS(2561), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2561), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2561), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2561), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2561), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2561), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2561), - }, - [1311] = { - [sym_identifier] = ACTIONS(2681), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2683), - [anon_sym_COMMA] = ACTIONS(2683), - [anon_sym_LPAREN2] = ACTIONS(2683), - [anon_sym_TILDE] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_STAR] = ACTIONS(2683), - [anon_sym_SLASH] = ACTIONS(2681), - [anon_sym_PERCENT] = ACTIONS(2683), - [anon_sym_PIPE_PIPE] = ACTIONS(2683), - [anon_sym_AMP_AMP] = ACTIONS(2683), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_CARET] = ACTIONS(2683), - [anon_sym_AMP] = ACTIONS(2681), - [anon_sym_EQ_EQ] = ACTIONS(2683), - [anon_sym_BANG_EQ] = ACTIONS(2683), - [anon_sym_GT] = ACTIONS(2681), - [anon_sym_GT_EQ] = ACTIONS(2681), - [anon_sym_LT_EQ] = ACTIONS(2683), - [anon_sym_LT] = ACTIONS(2681), - [anon_sym_LT_LT] = ACTIONS(2683), - [anon_sym_GT_GT] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym___attribute__] = ACTIONS(2681), - [anon_sym___declspec] = ACTIONS(2681), - [anon_sym___based] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_LBRACK] = ACTIONS(2683), - [anon_sym_EQ] = ACTIONS(2681), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym__Atomic] = ACTIONS(2681), - [anon_sym_mutable] = ACTIONS(2681), - [anon_sym_constexpr] = ACTIONS(2681), - [anon_sym_QMARK] = ACTIONS(2683), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2683), - [anon_sym_DOT] = ACTIONS(2681), - [anon_sym_DASH_GT] = ACTIONS(2683), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2681), - [anon_sym_override] = ACTIONS(2681), - [anon_sym_GT2] = ACTIONS(2683), - [anon_sym_COLON_COLON] = ACTIONS(2683), - [anon_sym_noexcept] = ACTIONS(2681), - [anon_sym_throw] = ACTIONS(2681), - [sym_operator_name] = ACTIONS(2681), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2681), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2681), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2681), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2681), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2681), - [anon_sym_MOZ_COLD] = ACTIONS(2681), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2681), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2681), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2681), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2681), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2681), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2681), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2681), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2681), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2681), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2681), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2681), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2681), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2681), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2681), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2681), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_NONNULL] = ACTIONS(2681), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2681), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2681), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2681), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2681), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_NORETURN] = ACTIONS(2681), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2681), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2681), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2681), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2681), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2681), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2681), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2681), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2681), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2681), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), - [anon_sym_MOZ_RAII] = ACTIONS(2681), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2681), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2681), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2681), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2681), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2681), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2681), - }, - [1312] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_RPAREN] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2881), - [anon_sym_PIPE_PIPE] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_CARET] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2881), - [anon_sym_BANG_EQ] = ACTIONS(2881), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_GT_EQ] = ACTIONS(2881), - [anon_sym_LT_EQ] = ACTIONS(2881), - [anon_sym_LT] = ACTIONS(2883), - [anon_sym_LT_LT] = ACTIONS(2881), - [anon_sym_GT_GT] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_RBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_RBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2883), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_COLON] = ACTIONS(2883), - [anon_sym_QMARK] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2881), - [anon_sym_PLUS_PLUS] = ACTIONS(2881), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_DASH_GT] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2881), - [anon_sym_override] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2839), - [anon_sym_noexcept] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2881), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2881), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2881), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2881), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2881), - [anon_sym_MOZ_COLD] = ACTIONS(2881), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2881), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2881), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2881), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2881), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2881), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2881), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2881), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2881), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2881), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2881), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2881), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2881), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2881), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2881), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2881), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2881), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2881), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2881), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2881), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2881), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2881), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2881), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2881), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2881), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2881), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2881), - [anon_sym_MOZ_RAII] = ACTIONS(2881), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2881), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2881), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2881), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2881), - }, - [1313] = { - [sym_identifier] = ACTIONS(2781), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2783), - [anon_sym_COMMA] = ACTIONS(2783), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_SLASH] = ACTIONS(2781), - [anon_sym_PERCENT] = ACTIONS(2783), - [anon_sym_PIPE_PIPE] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_PIPE] = ACTIONS(2781), - [anon_sym_CARET] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_EQ_EQ] = ACTIONS(2783), - [anon_sym_BANG_EQ] = ACTIONS(2783), - [anon_sym_GT] = ACTIONS(2781), - [anon_sym_GT_EQ] = ACTIONS(2781), - [anon_sym_LT_EQ] = ACTIONS(2783), - [anon_sym_LT] = ACTIONS(2781), - [anon_sym_LT_LT] = ACTIONS(2783), - [anon_sym_GT_GT] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_LBRACK] = ACTIONS(2783), - [anon_sym_EQ] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_QMARK] = ACTIONS(2783), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_DOT] = ACTIONS(2781), - [anon_sym_DASH_GT] = ACTIONS(2783), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2781), - [anon_sym_override] = ACTIONS(2781), - [anon_sym_GT2] = ACTIONS(2783), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_noexcept] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [sym_operator_name] = ACTIONS(2781), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2781), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2781), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2781), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2781), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2781), - [anon_sym_MOZ_COLD] = ACTIONS(2781), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2781), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2781), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2781), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2781), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2781), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2781), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2781), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2781), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2781), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2781), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2781), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2781), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2781), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2781), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2781), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_NONNULL] = ACTIONS(2781), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2781), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2781), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2781), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2781), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_NORETURN] = ACTIONS(2781), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2781), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2781), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2781), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2781), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2781), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2781), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2781), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2781), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2781), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), - [anon_sym_MOZ_RAII] = ACTIONS(2781), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2781), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2781), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2781), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2781), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2781), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2781), - }, - [1314] = { - [sym_identifier] = ACTIONS(2673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2675), - [anon_sym_COMMA] = ACTIONS(2675), - [anon_sym_LPAREN2] = ACTIONS(2675), - [anon_sym_TILDE] = ACTIONS(2675), - [anon_sym_DASH] = ACTIONS(2673), - [anon_sym_PLUS] = ACTIONS(2673), - [anon_sym_STAR] = ACTIONS(2675), - [anon_sym_SLASH] = ACTIONS(2673), - [anon_sym_PERCENT] = ACTIONS(2675), - [anon_sym_PIPE_PIPE] = ACTIONS(2675), - [anon_sym_AMP_AMP] = ACTIONS(2675), - [anon_sym_PIPE] = ACTIONS(2673), - [anon_sym_CARET] = ACTIONS(2675), - [anon_sym_AMP] = ACTIONS(2673), - [anon_sym_EQ_EQ] = ACTIONS(2675), - [anon_sym_BANG_EQ] = ACTIONS(2675), - [anon_sym_GT] = ACTIONS(2673), - [anon_sym_GT_EQ] = ACTIONS(2673), - [anon_sym_LT_EQ] = ACTIONS(2675), - [anon_sym_LT] = ACTIONS(2673), - [anon_sym_LT_LT] = ACTIONS(2675), - [anon_sym_GT_GT] = ACTIONS(2673), - [anon_sym_extern] = ACTIONS(2673), - [anon_sym___attribute__] = ACTIONS(2673), - [anon_sym___declspec] = ACTIONS(2673), - [anon_sym___based] = ACTIONS(2673), - [anon_sym_LBRACE] = ACTIONS(2675), - [anon_sym_LBRACK] = ACTIONS(2675), - [anon_sym_EQ] = ACTIONS(2673), - [anon_sym_static] = ACTIONS(2673), - [anon_sym_register] = ACTIONS(2673), - [anon_sym_inline] = ACTIONS(2673), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_volatile] = ACTIONS(2673), - [anon_sym_restrict] = ACTIONS(2673), - [anon_sym__Atomic] = ACTIONS(2673), - [anon_sym_mutable] = ACTIONS(2673), - [anon_sym_constexpr] = ACTIONS(2673), - [anon_sym_QMARK] = ACTIONS(2675), - [anon_sym_DASH_DASH] = ACTIONS(2675), - [anon_sym_PLUS_PLUS] = ACTIONS(2675), - [anon_sym_DOT] = ACTIONS(2673), - [anon_sym_DASH_GT] = ACTIONS(2675), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2673), - [anon_sym_override] = ACTIONS(2673), - [anon_sym_GT2] = ACTIONS(2675), - [anon_sym_COLON_COLON] = ACTIONS(2675), - [anon_sym_noexcept] = ACTIONS(2673), - [anon_sym_throw] = ACTIONS(2673), - [sym_operator_name] = ACTIONS(2673), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2673), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2673), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2673), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2673), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2673), - [anon_sym_MOZ_COLD] = ACTIONS(2673), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2673), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2673), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2673), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2673), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2673), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2673), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2673), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2673), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2673), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2673), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2673), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2673), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2673), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2673), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2673), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_NONNULL] = ACTIONS(2673), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2673), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2673), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2673), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2673), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_NORETURN] = ACTIONS(2673), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2673), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2673), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2673), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2673), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2673), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2673), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2673), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2673), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2673), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), - [anon_sym_MOZ_RAII] = ACTIONS(2673), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2673), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2673), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2673), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2673), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2673), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2673), - }, - [1315] = { - [sym_template_argument_list] = STATE(849), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_PLUS] = ACTIONS(2713), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_SLASH] = ACTIONS(2713), - [anon_sym_PERCENT] = ACTIONS(2715), - [anon_sym_PIPE_PIPE] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2713), - [anon_sym_CARET] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_EQ_EQ] = ACTIONS(2715), - [anon_sym_BANG_EQ] = ACTIONS(2715), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_EQ] = ACTIONS(2715), - [anon_sym_LT_EQ] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2875), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_GT_GT] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym___attribute__] = ACTIONS(2715), - [anon_sym___declspec] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_RBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_RBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_mutable] = ACTIONS(2715), - [anon_sym_constexpr] = ACTIONS(2715), - [anon_sym_COLON] = ACTIONS(2715), - [anon_sym_QMARK] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2715), - [anon_sym_PLUS_PLUS] = ACTIONS(2715), - [anon_sym_DOT] = ACTIONS(2713), - [anon_sym_DASH_GT] = ACTIONS(2715), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2715), - [anon_sym_override] = ACTIONS(2715), - [anon_sym_noexcept] = ACTIONS(2715), - [anon_sym_throw] = ACTIONS(2715), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2715), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2715), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2715), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2715), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2715), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2715), - [anon_sym_MOZ_COLD] = ACTIONS(2715), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2715), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2715), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2715), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2715), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2715), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2715), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2715), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2715), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2715), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2715), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2715), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2715), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2715), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2715), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2715), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2715), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2715), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2715), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2715), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2715), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2715), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2715), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2715), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2715), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2715), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2715), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2715), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2715), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2715), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2715), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2715), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2715), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2715), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2715), - [anon_sym_MOZ_RAII] = ACTIONS(2715), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2715), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2715), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2715), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2715), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2715), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2715), - }, - [1316] = { - [sym_identifier] = ACTIONS(2765), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2767), - [anon_sym_COMMA] = ACTIONS(2767), - [anon_sym_LPAREN2] = ACTIONS(2767), - [anon_sym_TILDE] = ACTIONS(2767), - [anon_sym_DASH] = ACTIONS(2765), - [anon_sym_PLUS] = ACTIONS(2765), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2765), - [anon_sym_PERCENT] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2765), - [anon_sym_CARET] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2765), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2765), - [anon_sym_GT_EQ] = ACTIONS(2765), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_LT] = ACTIONS(2765), - [anon_sym_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT] = ACTIONS(2765), - [anon_sym_extern] = ACTIONS(2765), - [anon_sym___attribute__] = ACTIONS(2765), - [anon_sym___declspec] = ACTIONS(2765), - [anon_sym___based] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(2767), - [anon_sym_LBRACK] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2765), - [anon_sym_static] = ACTIONS(2765), - [anon_sym_register] = ACTIONS(2765), - [anon_sym_inline] = ACTIONS(2765), - [anon_sym_const] = ACTIONS(2765), - [anon_sym_volatile] = ACTIONS(2765), - [anon_sym_restrict] = ACTIONS(2765), - [anon_sym__Atomic] = ACTIONS(2765), - [anon_sym_mutable] = ACTIONS(2765), - [anon_sym_constexpr] = ACTIONS(2765), - [anon_sym_QMARK] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2765), - [anon_sym_DASH_GT] = ACTIONS(2767), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2765), - [anon_sym_override] = ACTIONS(2765), - [anon_sym_GT2] = ACTIONS(2767), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_noexcept] = ACTIONS(2765), - [anon_sym_throw] = ACTIONS(2765), - [sym_operator_name] = ACTIONS(2765), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2765), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2765), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2765), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2765), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2765), - [anon_sym_MOZ_COLD] = ACTIONS(2765), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2765), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2765), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2765), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2765), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2765), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2765), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2765), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2765), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2765), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2765), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2765), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2765), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2765), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2765), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2765), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_NONNULL] = ACTIONS(2765), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2765), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2765), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2765), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2765), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_NORETURN] = ACTIONS(2765), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2765), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2765), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2765), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2765), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2765), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2765), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2765), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2765), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2765), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), - [anon_sym_MOZ_RAII] = ACTIONS(2765), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2765), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2765), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2765), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2765), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2765), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2765), - }, - [1317] = { - [sym_identifier] = ACTIONS(2749), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2751), - [anon_sym_COMMA] = ACTIONS(2751), - [anon_sym_LPAREN2] = ACTIONS(2751), - [anon_sym_TILDE] = ACTIONS(2751), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_PLUS] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(2751), - [anon_sym_SLASH] = ACTIONS(2749), - [anon_sym_PERCENT] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2751), - [anon_sym_AMP_AMP] = ACTIONS(2751), - [anon_sym_PIPE] = ACTIONS(2749), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_AMP] = ACTIONS(2749), - [anon_sym_EQ_EQ] = ACTIONS(2751), - [anon_sym_BANG_EQ] = ACTIONS(2751), - [anon_sym_GT] = ACTIONS(2749), - [anon_sym_GT_EQ] = ACTIONS(2749), - [anon_sym_LT_EQ] = ACTIONS(2751), - [anon_sym_LT] = ACTIONS(2749), - [anon_sym_LT_LT] = ACTIONS(2751), - [anon_sym_GT_GT] = ACTIONS(2749), - [anon_sym_extern] = ACTIONS(2749), - [anon_sym___attribute__] = ACTIONS(2749), - [anon_sym___declspec] = ACTIONS(2749), - [anon_sym___based] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2751), - [anon_sym_LBRACK] = ACTIONS(2751), - [anon_sym_EQ] = ACTIONS(2749), - [anon_sym_static] = ACTIONS(2749), - [anon_sym_register] = ACTIONS(2749), - [anon_sym_inline] = ACTIONS(2749), - [anon_sym_const] = ACTIONS(2749), - [anon_sym_volatile] = ACTIONS(2749), - [anon_sym_restrict] = ACTIONS(2749), - [anon_sym__Atomic] = ACTIONS(2749), - [anon_sym_mutable] = ACTIONS(2749), - [anon_sym_constexpr] = ACTIONS(2749), - [anon_sym_QMARK] = ACTIONS(2751), - [anon_sym_DASH_DASH] = ACTIONS(2751), - [anon_sym_PLUS_PLUS] = ACTIONS(2751), - [anon_sym_DOT] = ACTIONS(2749), - [anon_sym_DASH_GT] = ACTIONS(2751), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2749), - [anon_sym_override] = ACTIONS(2749), - [anon_sym_GT2] = ACTIONS(2751), - [anon_sym_COLON_COLON] = ACTIONS(2751), - [anon_sym_noexcept] = ACTIONS(2749), - [anon_sym_throw] = ACTIONS(2749), - [sym_operator_name] = ACTIONS(2749), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2749), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2749), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2749), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2749), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2749), - [anon_sym_MOZ_COLD] = ACTIONS(2749), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2749), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2749), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2749), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2749), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2749), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2749), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2749), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2749), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2749), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2749), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2749), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2749), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2749), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2749), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2749), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_NONNULL] = ACTIONS(2749), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2749), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2749), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2749), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2749), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_NORETURN] = ACTIONS(2749), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2749), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2749), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2749), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2749), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2749), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2749), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2749), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2749), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2749), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), - [anon_sym_MOZ_RAII] = ACTIONS(2749), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2749), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2749), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2749), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2749), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2749), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2749), - }, - [1318] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2713), - [anon_sym_PLUS] = ACTIONS(2713), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_SLASH] = ACTIONS(2713), - [anon_sym_PERCENT] = ACTIONS(2715), - [anon_sym_PIPE_PIPE] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2713), - [anon_sym_CARET] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_EQ_EQ] = ACTIONS(2715), - [anon_sym_BANG_EQ] = ACTIONS(2715), - [anon_sym_GT] = ACTIONS(2713), - [anon_sym_GT_EQ] = ACTIONS(2713), - [anon_sym_LT_EQ] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2713), - [anon_sym_LT_LT] = ACTIONS(2715), - [anon_sym_GT_GT] = ACTIONS(2713), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_QMARK] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2715), - [anon_sym_PLUS_PLUS] = ACTIONS(2715), - [anon_sym_DOT] = ACTIONS(2713), - [anon_sym_DASH_GT] = ACTIONS(2715), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2713), - [anon_sym_override] = ACTIONS(2713), - [anon_sym_GT2] = ACTIONS(2715), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [anon_sym_noexcept] = ACTIONS(2713), - [anon_sym_throw] = ACTIONS(2713), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1319] = { - [sym_identifier] = ACTIONS(2745), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2747), - [anon_sym_COMMA] = ACTIONS(2747), - [anon_sym_LPAREN2] = ACTIONS(2747), - [anon_sym_TILDE] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2745), - [anon_sym_PLUS] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2747), - [anon_sym_SLASH] = ACTIONS(2745), - [anon_sym_PERCENT] = ACTIONS(2747), - [anon_sym_PIPE_PIPE] = ACTIONS(2747), - [anon_sym_AMP_AMP] = ACTIONS(2747), - [anon_sym_PIPE] = ACTIONS(2745), - [anon_sym_CARET] = ACTIONS(2747), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_EQ_EQ] = ACTIONS(2747), - [anon_sym_BANG_EQ] = ACTIONS(2747), - [anon_sym_GT] = ACTIONS(2745), - [anon_sym_GT_EQ] = ACTIONS(2745), - [anon_sym_LT_EQ] = ACTIONS(2747), - [anon_sym_LT] = ACTIONS(2745), - [anon_sym_LT_LT] = ACTIONS(2747), - [anon_sym_GT_GT] = ACTIONS(2745), - [anon_sym_extern] = ACTIONS(2745), - [anon_sym___attribute__] = ACTIONS(2745), - [anon_sym___declspec] = ACTIONS(2745), - [anon_sym___based] = ACTIONS(2745), - [anon_sym_LBRACE] = ACTIONS(2747), - [anon_sym_LBRACK] = ACTIONS(2747), - [anon_sym_EQ] = ACTIONS(2745), - [anon_sym_static] = ACTIONS(2745), - [anon_sym_register] = ACTIONS(2745), - [anon_sym_inline] = ACTIONS(2745), - [anon_sym_const] = ACTIONS(2745), - [anon_sym_volatile] = ACTIONS(2745), - [anon_sym_restrict] = ACTIONS(2745), - [anon_sym__Atomic] = ACTIONS(2745), - [anon_sym_mutable] = ACTIONS(2745), - [anon_sym_constexpr] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2747), - [anon_sym_DASH_DASH] = ACTIONS(2747), - [anon_sym_PLUS_PLUS] = ACTIONS(2747), - [anon_sym_DOT] = ACTIONS(2745), - [anon_sym_DASH_GT] = ACTIONS(2747), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2745), - [anon_sym_override] = ACTIONS(2745), - [anon_sym_GT2] = ACTIONS(2747), - [anon_sym_COLON_COLON] = ACTIONS(2747), - [anon_sym_noexcept] = ACTIONS(2745), - [anon_sym_throw] = ACTIONS(2745), - [sym_operator_name] = ACTIONS(2745), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2745), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2745), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2745), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2745), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2745), - [anon_sym_MOZ_COLD] = ACTIONS(2745), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2745), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2745), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2745), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2745), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2745), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2745), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2745), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2745), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2745), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2745), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2745), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2745), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2745), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2745), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2745), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_NONNULL] = ACTIONS(2745), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2745), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2745), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2745), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2745), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_NORETURN] = ACTIONS(2745), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2745), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2745), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2745), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2745), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2745), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2745), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2745), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2745), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2745), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), - [anon_sym_MOZ_RAII] = ACTIONS(2745), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2745), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2745), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2745), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2745), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2745), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2745), + [1155] = { + [sym_identifier] = ACTIONS(2621), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token2] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_TILDE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_AMP_AMP] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym___attribute__] = ACTIONS(2621), + [anon_sym___declspec] = ACTIONS(2621), + [anon_sym___based] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_register] = ACTIONS(2621), + [anon_sym_inline] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_volatile] = ACTIONS(2621), + [anon_sym_restrict] = ACTIONS(2621), + [anon_sym__Atomic] = ACTIONS(2621), + [anon_sym_mutable] = ACTIONS(2621), + [anon_sym_constexpr] = ACTIONS(2621), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), + [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), + [anon_sym_MOZ_COLD] = ACTIONS(2621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_RAII] = ACTIONS(2621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), }, - [1320] = { + [1156] = { [sym_identifier] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2623), - [anon_sym_COMMA] = ACTIONS(2623), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token2] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), [anon_sym_LPAREN2] = ACTIONS(2623), [anon_sym_TILDE] = ACTIONS(2623), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), [anon_sym_STAR] = ACTIONS(2623), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2623), - [anon_sym_PIPE_PIPE] = ACTIONS(2623), [anon_sym_AMP_AMP] = ACTIONS(2623), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2623), [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2623), - [anon_sym_BANG_EQ] = ACTIONS(2623), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2623), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2623), - [anon_sym_GT_GT] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), [anon_sym_extern] = ACTIONS(2621), [anon_sym___attribute__] = ACTIONS(2621), [anon_sym___declspec] = ACTIONS(2621), [anon_sym___based] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2623), - [anon_sym_LBRACK] = ACTIONS(2623), - [anon_sym_EQ] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), [anon_sym_static] = ACTIONS(2621), [anon_sym_register] = ACTIONS(2621), [anon_sym_inline] = ACTIONS(2621), @@ -226174,19 +219115,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2621), [anon_sym_mutable] = ACTIONS(2621), [anon_sym_constexpr] = ACTIONS(2621), - [anon_sym_QMARK] = ACTIONS(2623), - [anon_sym_DASH_DASH] = ACTIONS(2623), - [anon_sym_PLUS_PLUS] = ACTIONS(2623), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2623), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2621), - [anon_sym_override] = ACTIONS(2621), - [anon_sym_GT2] = ACTIONS(2623), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), [anon_sym_COLON_COLON] = ACTIONS(2623), - [anon_sym_noexcept] = ACTIONS(2621), - [anon_sym_throw] = ACTIONS(2621), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), @@ -226256,1501 +219211,1885 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), }, - [1321] = { - [sym_identifier] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2419), - [anon_sym_COMMA] = ACTIONS(2419), - [anon_sym_LPAREN2] = ACTIONS(2419), - [anon_sym_TILDE] = ACTIONS(2419), - [anon_sym_DASH] = ACTIONS(2417), - [anon_sym_PLUS] = ACTIONS(2417), - [anon_sym_STAR] = ACTIONS(2419), - [anon_sym_SLASH] = ACTIONS(2417), - [anon_sym_PERCENT] = ACTIONS(2419), - [anon_sym_PIPE_PIPE] = ACTIONS(2419), - [anon_sym_AMP_AMP] = ACTIONS(2419), - [anon_sym_PIPE] = ACTIONS(2417), - [anon_sym_CARET] = ACTIONS(2419), - [anon_sym_AMP] = ACTIONS(2417), - [anon_sym_EQ_EQ] = ACTIONS(2419), - [anon_sym_BANG_EQ] = ACTIONS(2419), - [anon_sym_GT] = ACTIONS(2417), - [anon_sym_GT_EQ] = ACTIONS(2417), - [anon_sym_LT_EQ] = ACTIONS(2419), - [anon_sym_LT] = ACTIONS(2417), - [anon_sym_LT_LT] = ACTIONS(2419), - [anon_sym_GT_GT] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym___attribute__] = ACTIONS(2417), - [anon_sym___declspec] = ACTIONS(2417), - [anon_sym___based] = ACTIONS(2417), - [anon_sym_LBRACE] = ACTIONS(2419), - [anon_sym_LBRACK] = ACTIONS(2419), - [anon_sym_EQ] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2417), - [anon_sym_register] = ACTIONS(2417), - [anon_sym_inline] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [anon_sym_volatile] = ACTIONS(2417), - [anon_sym_restrict] = ACTIONS(2417), - [anon_sym__Atomic] = ACTIONS(2417), - [anon_sym_mutable] = ACTIONS(2417), - [anon_sym_constexpr] = ACTIONS(2417), - [anon_sym_QMARK] = ACTIONS(2419), - [anon_sym_DASH_DASH] = ACTIONS(2419), - [anon_sym_PLUS_PLUS] = ACTIONS(2419), - [anon_sym_DOT] = ACTIONS(2417), - [anon_sym_DASH_GT] = ACTIONS(2419), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2417), - [anon_sym_override] = ACTIONS(2417), - [anon_sym_GT2] = ACTIONS(2419), - [anon_sym_COLON_COLON] = ACTIONS(2419), - [anon_sym_noexcept] = ACTIONS(2417), - [anon_sym_throw] = ACTIONS(2417), - [sym_operator_name] = ACTIONS(2417), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2417), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2417), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2417), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2417), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2417), - [anon_sym_MOZ_COLD] = ACTIONS(2417), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2417), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2417), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2417), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2417), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2417), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2417), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2417), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2417), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2417), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2417), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2417), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2417), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2417), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2417), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2417), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_NONNULL] = ACTIONS(2417), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2417), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2417), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2417), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2417), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_NORETURN] = ACTIONS(2417), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2417), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2417), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2417), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2417), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2417), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2417), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2417), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2417), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2417), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), - [anon_sym_MOZ_RAII] = ACTIONS(2417), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2417), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2417), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2417), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2417), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2417), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2417), + [1157] = { + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token2] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [anon_sym_public] = ACTIONS(1800), + [anon_sym_private] = ACTIONS(1800), + [anon_sym_protected] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_friend] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [sym_operator_name] = ACTIONS(1800), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), }, - [1322] = { - [sym_identifier] = ACTIONS(2705), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2707), - [anon_sym_COMMA] = ACTIONS(2707), - [anon_sym_LPAREN2] = ACTIONS(2707), - [anon_sym_TILDE] = ACTIONS(2707), - [anon_sym_DASH] = ACTIONS(2705), - [anon_sym_PLUS] = ACTIONS(2705), - [anon_sym_STAR] = ACTIONS(2707), - [anon_sym_SLASH] = ACTIONS(2705), - [anon_sym_PERCENT] = ACTIONS(2707), - [anon_sym_PIPE_PIPE] = ACTIONS(2707), - [anon_sym_AMP_AMP] = ACTIONS(2707), - [anon_sym_PIPE] = ACTIONS(2705), - [anon_sym_CARET] = ACTIONS(2707), - [anon_sym_AMP] = ACTIONS(2705), - [anon_sym_EQ_EQ] = ACTIONS(2707), - [anon_sym_BANG_EQ] = ACTIONS(2707), - [anon_sym_GT] = ACTIONS(2705), - [anon_sym_GT_EQ] = ACTIONS(2705), - [anon_sym_LT_EQ] = ACTIONS(2707), - [anon_sym_LT] = ACTIONS(2705), - [anon_sym_LT_LT] = ACTIONS(2707), - [anon_sym_GT_GT] = ACTIONS(2705), - [anon_sym_extern] = ACTIONS(2705), - [anon_sym___attribute__] = ACTIONS(2705), - [anon_sym___declspec] = ACTIONS(2705), - [anon_sym___based] = ACTIONS(2705), - [anon_sym_LBRACE] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_EQ] = ACTIONS(2705), - [anon_sym_static] = ACTIONS(2705), - [anon_sym_register] = ACTIONS(2705), - [anon_sym_inline] = ACTIONS(2705), - [anon_sym_const] = ACTIONS(2705), - [anon_sym_volatile] = ACTIONS(2705), - [anon_sym_restrict] = ACTIONS(2705), - [anon_sym__Atomic] = ACTIONS(2705), - [anon_sym_mutable] = ACTIONS(2705), - [anon_sym_constexpr] = ACTIONS(2705), - [anon_sym_QMARK] = ACTIONS(2707), - [anon_sym_DASH_DASH] = ACTIONS(2707), - [anon_sym_PLUS_PLUS] = ACTIONS(2707), - [anon_sym_DOT] = ACTIONS(2705), - [anon_sym_DASH_GT] = ACTIONS(2707), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2705), - [anon_sym_override] = ACTIONS(2705), - [anon_sym_GT2] = ACTIONS(2707), - [anon_sym_COLON_COLON] = ACTIONS(2707), - [anon_sym_noexcept] = ACTIONS(2705), - [anon_sym_throw] = ACTIONS(2705), - [sym_operator_name] = ACTIONS(2705), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2705), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2705), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2705), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2705), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2705), - [anon_sym_MOZ_COLD] = ACTIONS(2705), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2705), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2705), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2705), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2705), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2705), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2705), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2705), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2705), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2705), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2705), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2705), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2705), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2705), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2705), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2705), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_NONNULL] = ACTIONS(2705), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2705), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2705), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2705), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2705), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_NORETURN] = ACTIONS(2705), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2705), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2705), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2705), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2705), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2705), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2705), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2705), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2705), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2705), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), - [anon_sym_MOZ_RAII] = ACTIONS(2705), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2705), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2705), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2705), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2705), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2705), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2705), + [1158] = { + [sym_identifier] = ACTIONS(1808), + [aux_sym_preproc_def_token1] = ACTIONS(1808), + [aux_sym_preproc_if_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1808), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1808), + [sym_preproc_directive] = ACTIONS(1808), + [anon_sym_LPAREN2] = ACTIONS(1810), + [anon_sym_TILDE] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_AMP_AMP] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1808), + [anon_sym_typedef] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym___attribute__] = ACTIONS(1808), + [anon_sym___declspec] = ACTIONS(1808), + [anon_sym___based] = ACTIONS(1808), + [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_register] = ACTIONS(1808), + [anon_sym_inline] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_volatile] = ACTIONS(1808), + [anon_sym_restrict] = ACTIONS(1808), + [anon_sym__Atomic] = ACTIONS(1808), + [anon_sym_mutable] = ACTIONS(1808), + [anon_sym_constexpr] = ACTIONS(1808), + [anon_sym_signed] = ACTIONS(1808), + [anon_sym_unsigned] = ACTIONS(1808), + [anon_sym_long] = ACTIONS(1808), + [anon_sym_short] = ACTIONS(1808), + [sym_primitive_type] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_class] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1808), + [anon_sym_virtual] = ACTIONS(1808), + [anon_sym_explicit] = ACTIONS(1808), + [anon_sym_public] = ACTIONS(1808), + [anon_sym_private] = ACTIONS(1808), + [anon_sym_protected] = ACTIONS(1808), + [sym_auto] = ACTIONS(1808), + [anon_sym_typename] = ACTIONS(1808), + [anon_sym_template] = ACTIONS(1808), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1808), + [anon_sym_friend] = ACTIONS(1808), + [anon_sym_using] = ACTIONS(1808), + [anon_sym_static_assert] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1810), + [sym_operator_name] = ACTIONS(1808), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1808), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1808), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1808), + [anon_sym_MOZ_COLD] = ACTIONS(1808), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1808), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1808), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1808), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1808), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1808), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1808), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1808), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1808), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1808), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1808), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1808), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1808), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL] = ACTIONS(1808), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1808), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1808), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN] = ACTIONS(1808), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1808), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1808), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1808), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1808), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1808), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1808), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1808), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1808), + [anon_sym_MOZ_RAII] = ACTIONS(1808), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1808), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1808), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1808), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1808), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1808), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1808), }, - [1323] = { - [sym_identifier] = ACTIONS(2397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2399), - [anon_sym_DASH] = ACTIONS(2397), - [anon_sym_PLUS] = ACTIONS(2397), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_SLASH] = ACTIONS(2397), - [anon_sym_PERCENT] = ACTIONS(2399), - [anon_sym_PIPE_PIPE] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_PIPE] = ACTIONS(2397), - [anon_sym_CARET] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(2397), - [anon_sym_EQ_EQ] = ACTIONS(2399), - [anon_sym_BANG_EQ] = ACTIONS(2399), - [anon_sym_GT] = ACTIONS(2397), - [anon_sym_GT_EQ] = ACTIONS(2397), - [anon_sym_LT_EQ] = ACTIONS(2399), - [anon_sym_LT] = ACTIONS(2397), - [anon_sym_LT_LT] = ACTIONS(2399), - [anon_sym_GT_GT] = ACTIONS(2397), - [anon_sym_extern] = ACTIONS(2397), - [anon_sym___attribute__] = ACTIONS(2397), - [anon_sym___declspec] = ACTIONS(2397), - [anon_sym___based] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2399), - [anon_sym_EQ] = ACTIONS(2397), - [anon_sym_static] = ACTIONS(2397), - [anon_sym_register] = ACTIONS(2397), - [anon_sym_inline] = ACTIONS(2397), - [anon_sym_const] = ACTIONS(2397), - [anon_sym_volatile] = ACTIONS(2397), - [anon_sym_restrict] = ACTIONS(2397), - [anon_sym__Atomic] = ACTIONS(2397), - [anon_sym_mutable] = ACTIONS(2397), - [anon_sym_constexpr] = ACTIONS(2397), - [anon_sym_QMARK] = ACTIONS(2399), - [anon_sym_DASH_DASH] = ACTIONS(2399), - [anon_sym_PLUS_PLUS] = ACTIONS(2399), - [anon_sym_DOT] = ACTIONS(2397), - [anon_sym_DASH_GT] = ACTIONS(2399), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2397), - [anon_sym_override] = ACTIONS(2397), - [anon_sym_GT2] = ACTIONS(2399), - [anon_sym_COLON_COLON] = ACTIONS(2399), - [anon_sym_noexcept] = ACTIONS(2397), - [anon_sym_throw] = ACTIONS(2397), - [sym_operator_name] = ACTIONS(2397), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2397), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2397), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2397), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2397), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2397), - [anon_sym_MOZ_COLD] = ACTIONS(2397), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2397), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2397), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2397), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2397), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2397), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2397), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2397), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2397), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2397), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2397), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2397), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2397), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2397), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2397), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2397), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2397), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_NONNULL] = ACTIONS(2397), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2397), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2397), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2397), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2397), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_NORETURN] = ACTIONS(2397), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2397), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2397), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2397), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2397), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2397), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2397), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2397), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2397), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2397), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2397), - [anon_sym_MOZ_RAII] = ACTIONS(2397), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2397), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2397), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2397), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2397), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2397), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2397), + [1159] = { + [sym_identifier] = ACTIONS(2501), + [aux_sym_preproc_def_token1] = ACTIONS(2501), + [aux_sym_preproc_if_token1] = ACTIONS(2501), + [aux_sym_preproc_if_token2] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2501), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2501), + [sym_preproc_directive] = ACTIONS(2501), + [anon_sym_LPAREN2] = ACTIONS(2503), + [anon_sym_TILDE] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_AMP_AMP] = ACTIONS(2503), + [anon_sym_AMP] = ACTIONS(2501), + [anon_sym_typedef] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym___attribute__] = ACTIONS(2501), + [anon_sym___declspec] = ACTIONS(2501), + [anon_sym___based] = ACTIONS(2501), + [anon_sym_LBRACK] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_inline] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_volatile] = ACTIONS(2501), + [anon_sym_restrict] = ACTIONS(2501), + [anon_sym__Atomic] = ACTIONS(2501), + [anon_sym_mutable] = ACTIONS(2501), + [anon_sym_constexpr] = ACTIONS(2501), + [anon_sym_signed] = ACTIONS(2501), + [anon_sym_unsigned] = ACTIONS(2501), + [anon_sym_long] = ACTIONS(2501), + [anon_sym_short] = ACTIONS(2501), + [sym_primitive_type] = ACTIONS(2501), + [anon_sym_enum] = ACTIONS(2501), + [anon_sym_class] = ACTIONS(2501), + [anon_sym_struct] = ACTIONS(2501), + [anon_sym_union] = ACTIONS(2501), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2501), + [anon_sym_virtual] = ACTIONS(2501), + [anon_sym_explicit] = ACTIONS(2501), + [anon_sym_public] = ACTIONS(2501), + [anon_sym_private] = ACTIONS(2501), + [anon_sym_protected] = ACTIONS(2501), + [sym_auto] = ACTIONS(2501), + [anon_sym_typename] = ACTIONS(2501), + [anon_sym_template] = ACTIONS(2501), + [anon_sym_COLON_COLON] = ACTIONS(2503), + [anon_sym_operator] = ACTIONS(2501), + [anon_sym_friend] = ACTIONS(2501), + [anon_sym_using] = ACTIONS(2501), + [anon_sym_static_assert] = ACTIONS(2501), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2503), + [sym_operator_name] = ACTIONS(2501), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2501), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), + [anon_sym_MOZ_COLD] = ACTIONS(2501), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL] = ACTIONS(2501), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN] = ACTIONS(2501), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), + [anon_sym_MOZ_RAII] = ACTIONS(2501), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), }, - [1324] = { - [sym_identifier] = ACTIONS(2693), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2695), - [anon_sym_COMMA] = ACTIONS(2695), - [anon_sym_LPAREN2] = ACTIONS(2695), - [anon_sym_TILDE] = ACTIONS(2695), - [anon_sym_DASH] = ACTIONS(2693), - [anon_sym_PLUS] = ACTIONS(2693), - [anon_sym_STAR] = ACTIONS(2695), - [anon_sym_SLASH] = ACTIONS(2693), - [anon_sym_PERCENT] = ACTIONS(2695), - [anon_sym_PIPE_PIPE] = ACTIONS(2695), - [anon_sym_AMP_AMP] = ACTIONS(2695), - [anon_sym_PIPE] = ACTIONS(2693), - [anon_sym_CARET] = ACTIONS(2695), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_EQ_EQ] = ACTIONS(2695), - [anon_sym_BANG_EQ] = ACTIONS(2695), - [anon_sym_GT] = ACTIONS(2693), - [anon_sym_GT_EQ] = ACTIONS(2693), - [anon_sym_LT_EQ] = ACTIONS(2695), - [anon_sym_LT] = ACTIONS(2693), - [anon_sym_LT_LT] = ACTIONS(2695), - [anon_sym_GT_GT] = ACTIONS(2693), - [anon_sym_extern] = ACTIONS(2693), - [anon_sym___attribute__] = ACTIONS(2693), - [anon_sym___declspec] = ACTIONS(2693), - [anon_sym___based] = ACTIONS(2693), - [anon_sym_LBRACE] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_EQ] = ACTIONS(2693), - [anon_sym_static] = ACTIONS(2693), - [anon_sym_register] = ACTIONS(2693), - [anon_sym_inline] = ACTIONS(2693), - [anon_sym_const] = ACTIONS(2693), - [anon_sym_volatile] = ACTIONS(2693), - [anon_sym_restrict] = ACTIONS(2693), - [anon_sym__Atomic] = ACTIONS(2693), - [anon_sym_mutable] = ACTIONS(2693), - [anon_sym_constexpr] = ACTIONS(2693), - [anon_sym_QMARK] = ACTIONS(2695), - [anon_sym_DASH_DASH] = ACTIONS(2695), - [anon_sym_PLUS_PLUS] = ACTIONS(2695), - [anon_sym_DOT] = ACTIONS(2693), - [anon_sym_DASH_GT] = ACTIONS(2695), + [1160] = { + [sym_identifier] = ACTIONS(2773), + [aux_sym_preproc_def_token1] = ACTIONS(2773), + [aux_sym_preproc_if_token1] = ACTIONS(2773), + [aux_sym_preproc_if_token2] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), + [sym_preproc_directive] = ACTIONS(2773), + [anon_sym_LPAREN2] = ACTIONS(2775), + [anon_sym_TILDE] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_typedef] = ACTIONS(2773), + [anon_sym_extern] = ACTIONS(2773), + [anon_sym___attribute__] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2773), + [anon_sym___based] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2773), + [anon_sym_static] = ACTIONS(2773), + [anon_sym_register] = ACTIONS(2773), + [anon_sym_inline] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_volatile] = ACTIONS(2773), + [anon_sym_restrict] = ACTIONS(2773), + [anon_sym__Atomic] = ACTIONS(2773), + [anon_sym_mutable] = ACTIONS(2773), + [anon_sym_constexpr] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2773), + [anon_sym_unsigned] = ACTIONS(2773), + [anon_sym_long] = ACTIONS(2773), + [anon_sym_short] = ACTIONS(2773), + [sym_primitive_type] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_class] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2693), - [anon_sym_override] = ACTIONS(2693), - [anon_sym_GT2] = ACTIONS(2695), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_noexcept] = ACTIONS(2693), - [anon_sym_throw] = ACTIONS(2693), - [sym_operator_name] = ACTIONS(2693), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2693), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2693), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2693), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2693), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2693), - [anon_sym_MOZ_COLD] = ACTIONS(2693), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2693), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2693), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2693), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2693), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2693), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2693), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2693), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2693), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2693), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2693), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2693), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2693), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2693), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2693), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2693), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_NONNULL] = ACTIONS(2693), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2693), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2693), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2693), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2693), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_NORETURN] = ACTIONS(2693), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2693), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2693), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2693), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2693), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2693), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2693), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2693), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2693), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2693), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), - [anon_sym_MOZ_RAII] = ACTIONS(2693), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2693), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2693), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2693), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2693), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2693), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2693), + [anon_sym_decltype] = ACTIONS(2773), + [anon_sym_virtual] = ACTIONS(2773), + [anon_sym_explicit] = ACTIONS(2773), + [anon_sym_public] = ACTIONS(2773), + [anon_sym_private] = ACTIONS(2773), + [anon_sym_protected] = ACTIONS(2773), + [sym_auto] = ACTIONS(2773), + [anon_sym_typename] = ACTIONS(2773), + [anon_sym_template] = ACTIONS(2773), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2773), + [anon_sym_friend] = ACTIONS(2773), + [anon_sym_using] = ACTIONS(2773), + [anon_sym_static_assert] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), + [sym_operator_name] = ACTIONS(2773), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2773), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2773), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2773), + [anon_sym_MOZ_COLD] = ACTIONS(2773), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2773), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2773), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2773), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2773), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2773), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2773), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2773), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2773), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2773), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2773), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2773), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2773), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL] = ACTIONS(2773), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2773), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2773), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN] = ACTIONS(2773), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2773), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2773), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2773), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2773), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2773), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2773), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2773), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2773), + [anon_sym_MOZ_RAII] = ACTIONS(2773), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2773), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2773), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2773), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2773), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2773), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2773), }, - [1325] = { - [sym_identifier] = ACTIONS(2733), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2735), - [anon_sym_COMMA] = ACTIONS(2735), - [anon_sym_LPAREN2] = ACTIONS(2735), - [anon_sym_TILDE] = ACTIONS(2735), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_STAR] = ACTIONS(2735), - [anon_sym_SLASH] = ACTIONS(2733), - [anon_sym_PERCENT] = ACTIONS(2735), - [anon_sym_PIPE_PIPE] = ACTIONS(2735), - [anon_sym_AMP_AMP] = ACTIONS(2735), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2735), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2735), - [anon_sym_BANG_EQ] = ACTIONS(2735), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_GT_EQ] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2735), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_LT_LT] = ACTIONS(2735), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_extern] = ACTIONS(2733), - [anon_sym___attribute__] = ACTIONS(2733), - [anon_sym___declspec] = ACTIONS(2733), - [anon_sym___based] = ACTIONS(2733), - [anon_sym_LBRACE] = ACTIONS(2735), - [anon_sym_LBRACK] = ACTIONS(2735), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_static] = ACTIONS(2733), - [anon_sym_register] = ACTIONS(2733), - [anon_sym_inline] = ACTIONS(2733), - [anon_sym_const] = ACTIONS(2733), - [anon_sym_volatile] = ACTIONS(2733), - [anon_sym_restrict] = ACTIONS(2733), - [anon_sym__Atomic] = ACTIONS(2733), - [anon_sym_mutable] = ACTIONS(2733), - [anon_sym_constexpr] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2735), - [anon_sym_DASH_DASH] = ACTIONS(2735), - [anon_sym_PLUS_PLUS] = ACTIONS(2735), - [anon_sym_DOT] = ACTIONS(2733), - [anon_sym_DASH_GT] = ACTIONS(2735), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2733), - [anon_sym_override] = ACTIONS(2733), - [anon_sym_GT2] = ACTIONS(2735), - [anon_sym_COLON_COLON] = ACTIONS(2735), - [anon_sym_noexcept] = ACTIONS(2733), - [anon_sym_throw] = ACTIONS(2733), - [sym_operator_name] = ACTIONS(2733), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2733), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2733), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2733), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2733), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2733), - [anon_sym_MOZ_COLD] = ACTIONS(2733), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2733), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2733), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2733), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2733), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2733), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2733), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2733), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2733), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2733), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2733), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2733), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2733), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2733), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2733), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2733), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_NONNULL] = ACTIONS(2733), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2733), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2733), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2733), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2733), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_NORETURN] = ACTIONS(2733), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2733), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2733), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2733), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2733), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2733), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2733), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2733), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2733), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2733), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), - [anon_sym_MOZ_RAII] = ACTIONS(2733), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2733), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2733), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2733), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2733), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2733), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2733), + [1161] = { + [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___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_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_COLON_COLON] = ACTIONS(1650), + [anon_sym_operator] = ACTIONS(1648), + [anon_sym_friend] = ACTIONS(1648), + [anon_sym_using] = ACTIONS(1648), + [anon_sym_static_assert] = ACTIONS(1648), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), + [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), }, - [1326] = { - [sym_identifier] = ACTIONS(2669), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2671), - [anon_sym_COMMA] = ACTIONS(2671), - [anon_sym_LPAREN2] = ACTIONS(2671), - [anon_sym_TILDE] = ACTIONS(2671), - [anon_sym_DASH] = ACTIONS(2669), - [anon_sym_PLUS] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2671), - [anon_sym_SLASH] = ACTIONS(2669), - [anon_sym_PERCENT] = ACTIONS(2671), - [anon_sym_PIPE_PIPE] = ACTIONS(2671), - [anon_sym_AMP_AMP] = ACTIONS(2671), - [anon_sym_PIPE] = ACTIONS(2669), - [anon_sym_CARET] = ACTIONS(2671), - [anon_sym_AMP] = ACTIONS(2669), - [anon_sym_EQ_EQ] = ACTIONS(2671), - [anon_sym_BANG_EQ] = ACTIONS(2671), - [anon_sym_GT] = ACTIONS(2669), - [anon_sym_GT_EQ] = ACTIONS(2669), - [anon_sym_LT_EQ] = ACTIONS(2671), - [anon_sym_LT] = ACTIONS(2669), - [anon_sym_LT_LT] = ACTIONS(2671), - [anon_sym_GT_GT] = ACTIONS(2669), - [anon_sym_extern] = ACTIONS(2669), - [anon_sym___attribute__] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2669), - [anon_sym___based] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2671), - [anon_sym_LBRACK] = ACTIONS(2671), - [anon_sym_EQ] = ACTIONS(2669), - [anon_sym_static] = ACTIONS(2669), - [anon_sym_register] = ACTIONS(2669), - [anon_sym_inline] = ACTIONS(2669), - [anon_sym_const] = ACTIONS(2669), - [anon_sym_volatile] = ACTIONS(2669), - [anon_sym_restrict] = ACTIONS(2669), - [anon_sym__Atomic] = ACTIONS(2669), - [anon_sym_mutable] = ACTIONS(2669), - [anon_sym_constexpr] = ACTIONS(2669), - [anon_sym_QMARK] = ACTIONS(2671), - [anon_sym_DASH_DASH] = ACTIONS(2671), - [anon_sym_PLUS_PLUS] = ACTIONS(2671), - [anon_sym_DOT] = ACTIONS(2669), - [anon_sym_DASH_GT] = ACTIONS(2671), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2669), - [anon_sym_override] = ACTIONS(2669), - [anon_sym_GT2] = ACTIONS(2671), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_noexcept] = ACTIONS(2669), - [anon_sym_throw] = ACTIONS(2669), - [sym_operator_name] = ACTIONS(2669), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2669), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2669), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2669), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2669), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2669), - [anon_sym_MOZ_COLD] = ACTIONS(2669), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2669), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2669), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2669), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2669), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2669), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2669), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2669), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2669), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2669), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2669), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2669), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2669), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2669), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2669), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2669), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_NONNULL] = ACTIONS(2669), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2669), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2669), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2669), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2669), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_NORETURN] = ACTIONS(2669), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2669), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2669), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2669), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2669), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2669), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2669), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2669), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2669), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2669), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), - [anon_sym_MOZ_RAII] = ACTIONS(2669), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2669), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2669), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2669), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2669), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2669), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2669), + [1162] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_AMP_AMP] = ACTIONS(1658), + [anon_sym_AMP] = ACTIONS(1656), + [anon_sym_typedef] = ACTIONS(1656), + [anon_sym_extern] = ACTIONS(1656), + [anon_sym___attribute__] = ACTIONS(1656), + [anon_sym___declspec] = ACTIONS(1656), + [anon_sym___based] = ACTIONS(1656), + [anon_sym_LBRACK] = ACTIONS(1656), + [anon_sym_static] = ACTIONS(1656), + [anon_sym_register] = ACTIONS(1656), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1656), + [anon_sym_virtual] = ACTIONS(1656), + [anon_sym_explicit] = ACTIONS(1656), + [anon_sym_public] = ACTIONS(1656), + [anon_sym_private] = ACTIONS(1656), + [anon_sym_protected] = ACTIONS(1656), + [sym_auto] = ACTIONS(1656), + [anon_sym_typename] = ACTIONS(1656), + [anon_sym_template] = ACTIONS(1656), + [anon_sym_COLON_COLON] = ACTIONS(1658), + [anon_sym_operator] = ACTIONS(1656), + [anon_sym_friend] = ACTIONS(1656), + [anon_sym_using] = ACTIONS(1656), + [anon_sym_static_assert] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [sym_operator_name] = ACTIONS(1656), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1327] = { - [sym_identifier] = ACTIONS(2617), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2619), - [anon_sym_COMMA] = ACTIONS(2619), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_TILDE] = ACTIONS(2619), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2619), - [anon_sym_SLASH] = ACTIONS(2617), - [anon_sym_PERCENT] = ACTIONS(2619), - [anon_sym_PIPE_PIPE] = ACTIONS(2619), - [anon_sym_AMP_AMP] = ACTIONS(2619), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_CARET] = ACTIONS(2619), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_EQ_EQ] = ACTIONS(2619), - [anon_sym_BANG_EQ] = ACTIONS(2619), - [anon_sym_GT] = ACTIONS(2617), - [anon_sym_GT_EQ] = ACTIONS(2617), - [anon_sym_LT_EQ] = ACTIONS(2619), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_LT_LT] = ACTIONS(2619), - [anon_sym_GT_GT] = ACTIONS(2617), - [anon_sym_extern] = ACTIONS(2617), - [anon_sym___attribute__] = ACTIONS(2617), - [anon_sym___declspec] = ACTIONS(2617), - [anon_sym___based] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2619), - [anon_sym_LBRACK] = ACTIONS(2619), - [anon_sym_EQ] = ACTIONS(2617), - [anon_sym_static] = ACTIONS(2617), - [anon_sym_register] = ACTIONS(2617), - [anon_sym_inline] = ACTIONS(2617), - [anon_sym_const] = ACTIONS(2617), - [anon_sym_volatile] = ACTIONS(2617), - [anon_sym_restrict] = ACTIONS(2617), - [anon_sym__Atomic] = ACTIONS(2617), - [anon_sym_mutable] = ACTIONS(2617), - [anon_sym_constexpr] = ACTIONS(2617), - [anon_sym_QMARK] = ACTIONS(2619), - [anon_sym_DASH_DASH] = ACTIONS(2619), - [anon_sym_PLUS_PLUS] = ACTIONS(2619), - [anon_sym_DOT] = ACTIONS(2617), - [anon_sym_DASH_GT] = ACTIONS(2619), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2617), - [anon_sym_override] = ACTIONS(2617), - [anon_sym_GT2] = ACTIONS(2619), - [anon_sym_COLON_COLON] = ACTIONS(2619), - [anon_sym_noexcept] = ACTIONS(2617), - [anon_sym_throw] = ACTIONS(2617), - [sym_operator_name] = ACTIONS(2617), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2617), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2617), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2617), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2617), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2617), - [anon_sym_MOZ_COLD] = ACTIONS(2617), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2617), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2617), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2617), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2617), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2617), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2617), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2617), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2617), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2617), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2617), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2617), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2617), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2617), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2617), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2617), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2617), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_NONNULL] = ACTIONS(2617), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2617), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2617), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2617), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2617), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_NORETURN] = ACTIONS(2617), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2617), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2617), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2617), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2617), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2617), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2617), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2617), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2617), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2617), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2617), - [anon_sym_MOZ_RAII] = ACTIONS(2617), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2617), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2617), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2617), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2617), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2617), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2617), + [1163] = { + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token2] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [anon_sym_public] = ACTIONS(1764), + [anon_sym_private] = ACTIONS(1764), + [anon_sym_protected] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_friend] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [sym_operator_name] = ACTIONS(1764), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), }, - [1328] = { - [sym_identifier] = ACTIONS(2721), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2723), - [anon_sym_COMMA] = ACTIONS(2723), - [anon_sym_LPAREN2] = ACTIONS(2723), - [anon_sym_TILDE] = ACTIONS(2723), - [anon_sym_DASH] = ACTIONS(2721), - [anon_sym_PLUS] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2723), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_PERCENT] = ACTIONS(2723), - [anon_sym_PIPE_PIPE] = ACTIONS(2723), - [anon_sym_AMP_AMP] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_CARET] = ACTIONS(2723), - [anon_sym_AMP] = ACTIONS(2721), - [anon_sym_EQ_EQ] = ACTIONS(2723), - [anon_sym_BANG_EQ] = ACTIONS(2723), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_LT_EQ] = ACTIONS(2723), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_LT_LT] = ACTIONS(2723), - [anon_sym_GT_GT] = ACTIONS(2721), - [anon_sym_extern] = ACTIONS(2721), - [anon_sym___attribute__] = ACTIONS(2721), - [anon_sym___declspec] = ACTIONS(2721), - [anon_sym___based] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2723), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_static] = ACTIONS(2721), - [anon_sym_register] = ACTIONS(2721), - [anon_sym_inline] = ACTIONS(2721), - [anon_sym_const] = ACTIONS(2721), - [anon_sym_volatile] = ACTIONS(2721), - [anon_sym_restrict] = ACTIONS(2721), - [anon_sym__Atomic] = ACTIONS(2721), - [anon_sym_mutable] = ACTIONS(2721), - [anon_sym_constexpr] = ACTIONS(2721), - [anon_sym_QMARK] = ACTIONS(2723), - [anon_sym_DASH_DASH] = ACTIONS(2723), - [anon_sym_PLUS_PLUS] = ACTIONS(2723), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2723), + [1164] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token2] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2721), - [anon_sym_override] = ACTIONS(2721), - [anon_sym_GT2] = ACTIONS(2723), - [anon_sym_COLON_COLON] = ACTIONS(2723), - [anon_sym_noexcept] = ACTIONS(2721), - [anon_sym_throw] = ACTIONS(2721), - [sym_operator_name] = ACTIONS(2721), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2721), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2721), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2721), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2721), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2721), - [anon_sym_MOZ_COLD] = ACTIONS(2721), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2721), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2721), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2721), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2721), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2721), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2721), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2721), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2721), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2721), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2721), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2721), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2721), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2721), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2721), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2721), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_NONNULL] = ACTIONS(2721), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2721), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2721), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2721), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2721), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_NORETURN] = ACTIONS(2721), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2721), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2721), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2721), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2721), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2721), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2721), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2721), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2721), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2721), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), - [anon_sym_MOZ_RAII] = ACTIONS(2721), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2721), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2721), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2721), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2721), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2721), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2721), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), }, - [1329] = { - [sym_identifier] = ACTIONS(2709), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2711), - [anon_sym_COMMA] = ACTIONS(2711), - [anon_sym_LPAREN2] = ACTIONS(2711), - [anon_sym_TILDE] = ACTIONS(2711), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2711), - [anon_sym_SLASH] = ACTIONS(2709), - [anon_sym_PERCENT] = ACTIONS(2711), - [anon_sym_PIPE_PIPE] = ACTIONS(2711), - [anon_sym_AMP_AMP] = ACTIONS(2711), - [anon_sym_PIPE] = ACTIONS(2709), - [anon_sym_CARET] = ACTIONS(2711), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_EQ_EQ] = ACTIONS(2711), - [anon_sym_BANG_EQ] = ACTIONS(2711), - [anon_sym_GT] = ACTIONS(2709), - [anon_sym_GT_EQ] = ACTIONS(2709), - [anon_sym_LT_EQ] = ACTIONS(2711), - [anon_sym_LT] = ACTIONS(2709), - [anon_sym_LT_LT] = ACTIONS(2711), - [anon_sym_GT_GT] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_EQ] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_QMARK] = ACTIONS(2711), - [anon_sym_DASH_DASH] = ACTIONS(2711), - [anon_sym_PLUS_PLUS] = ACTIONS(2711), - [anon_sym_DOT] = ACTIONS(2709), - [anon_sym_DASH_GT] = ACTIONS(2711), + [1165] = { + [sym_identifier] = ACTIONS(1412), + [aux_sym_preproc_def_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token1] = ACTIONS(1412), + [aux_sym_preproc_if_token2] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), + [sym_preproc_directive] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1414), + [anon_sym_TILDE] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_AMP_AMP] = ACTIONS(1414), + [anon_sym_AMP] = ACTIONS(1412), + [anon_sym_typedef] = ACTIONS(1412), + [anon_sym_extern] = ACTIONS(1412), + [anon_sym___attribute__] = ACTIONS(1412), + [anon_sym___declspec] = ACTIONS(1412), + [anon_sym___based] = ACTIONS(1412), + [anon_sym_LBRACK] = ACTIONS(1412), + [anon_sym_static] = ACTIONS(1412), + [anon_sym_register] = ACTIONS(1412), + [anon_sym_inline] = ACTIONS(1412), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_volatile] = ACTIONS(1412), + [anon_sym_restrict] = ACTIONS(1412), + [anon_sym__Atomic] = ACTIONS(1412), + [anon_sym_mutable] = ACTIONS(1412), + [anon_sym_constexpr] = ACTIONS(1412), + [anon_sym_signed] = ACTIONS(1412), + [anon_sym_unsigned] = ACTIONS(1412), + [anon_sym_long] = ACTIONS(1412), + [anon_sym_short] = ACTIONS(1412), + [sym_primitive_type] = ACTIONS(1412), + [anon_sym_enum] = ACTIONS(1412), + [anon_sym_class] = ACTIONS(1412), + [anon_sym_struct] = ACTIONS(1412), + [anon_sym_union] = ACTIONS(1412), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1412), + [anon_sym_virtual] = ACTIONS(1412), + [anon_sym_explicit] = ACTIONS(1412), + [anon_sym_public] = ACTIONS(1412), + [anon_sym_private] = ACTIONS(1412), + [anon_sym_protected] = ACTIONS(1412), + [sym_auto] = ACTIONS(1412), + [anon_sym_typename] = ACTIONS(1412), + [anon_sym_template] = ACTIONS(1412), + [anon_sym_COLON_COLON] = ACTIONS(1414), + [anon_sym_operator] = ACTIONS(1412), + [anon_sym_friend] = ACTIONS(1412), + [anon_sym_using] = ACTIONS(1412), + [anon_sym_static_assert] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1414), + [sym_operator_name] = ACTIONS(1412), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1412), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1412), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1412), + [anon_sym_MOZ_COLD] = ACTIONS(1412), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1412), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1412), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1412), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1412), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1412), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1412), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1412), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1412), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1412), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1412), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1412), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1412), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL] = ACTIONS(1412), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1412), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1412), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN] = ACTIONS(1412), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1412), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1412), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1412), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1412), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1412), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1412), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1412), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1412), + [anon_sym_MOZ_RAII] = ACTIONS(1412), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1412), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1412), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1412), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1412), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1412), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1412), + }, + [1166] = { + [sym_identifier] = ACTIONS(2777), + [aux_sym_preproc_def_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token1] = ACTIONS(2777), + [aux_sym_preproc_if_token2] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), + [sym_preproc_directive] = ACTIONS(2777), + [anon_sym_LPAREN2] = ACTIONS(2779), + [anon_sym_TILDE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_AMP_AMP] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_typedef] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym___attribute__] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2777), + [anon_sym___based] = ACTIONS(2777), + [anon_sym_LBRACK] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_register] = ACTIONS(2777), + [anon_sym_inline] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_volatile] = ACTIONS(2777), + [anon_sym_restrict] = ACTIONS(2777), + [anon_sym__Atomic] = ACTIONS(2777), + [anon_sym_mutable] = ACTIONS(2777), + [anon_sym_constexpr] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2777), + [anon_sym_unsigned] = ACTIONS(2777), + [anon_sym_long] = ACTIONS(2777), + [anon_sym_short] = ACTIONS(2777), + [sym_primitive_type] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_class] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2709), - [anon_sym_override] = ACTIONS(2709), - [anon_sym_GT2] = ACTIONS(2711), - [anon_sym_COLON_COLON] = ACTIONS(2711), - [anon_sym_noexcept] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [sym_operator_name] = ACTIONS(2709), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2709), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2709), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2709), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2709), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2709), - [anon_sym_MOZ_COLD] = ACTIONS(2709), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2709), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2709), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2709), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2709), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2709), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2709), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2709), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2709), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2709), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2709), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2709), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2709), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2709), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2709), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2709), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_NONNULL] = ACTIONS(2709), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2709), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2709), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2709), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2709), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_NORETURN] = ACTIONS(2709), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2709), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2709), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2709), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2709), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2709), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2709), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2709), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2709), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2709), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), - [anon_sym_MOZ_RAII] = ACTIONS(2709), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2709), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2709), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2709), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2709), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2709), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2709), + [anon_sym_decltype] = ACTIONS(2777), + [anon_sym_virtual] = ACTIONS(2777), + [anon_sym_explicit] = ACTIONS(2777), + [anon_sym_public] = ACTIONS(2777), + [anon_sym_private] = ACTIONS(2777), + [anon_sym_protected] = ACTIONS(2777), + [sym_auto] = ACTIONS(2777), + [anon_sym_typename] = ACTIONS(2777), + [anon_sym_template] = ACTIONS(2777), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_operator] = ACTIONS(2777), + [anon_sym_friend] = ACTIONS(2777), + [anon_sym_using] = ACTIONS(2777), + [anon_sym_static_assert] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), + [sym_operator_name] = ACTIONS(2777), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2777), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2777), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2777), + [anon_sym_MOZ_COLD] = ACTIONS(2777), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2777), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2777), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2777), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2777), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2777), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2777), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2777), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2777), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2777), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2777), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2777), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2777), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL] = ACTIONS(2777), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2777), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2777), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN] = ACTIONS(2777), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2777), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2777), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2777), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2777), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2777), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2777), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2777), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2777), + [anon_sym_MOZ_RAII] = ACTIONS(2777), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2777), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2777), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2777), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2777), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2777), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2777), }, - [1330] = { - [sym_identifier] = ACTIONS(2389), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2391), - [anon_sym_COMMA] = ACTIONS(2391), - [anon_sym_LPAREN2] = ACTIONS(2391), - [anon_sym_TILDE] = ACTIONS(2391), - [anon_sym_DASH] = ACTIONS(2389), - [anon_sym_PLUS] = ACTIONS(2389), - [anon_sym_STAR] = ACTIONS(2391), - [anon_sym_SLASH] = ACTIONS(2389), - [anon_sym_PERCENT] = ACTIONS(2391), - [anon_sym_PIPE_PIPE] = ACTIONS(2391), - [anon_sym_AMP_AMP] = ACTIONS(2391), - [anon_sym_PIPE] = ACTIONS(2389), - [anon_sym_CARET] = ACTIONS(2391), - [anon_sym_AMP] = ACTIONS(2389), - [anon_sym_EQ_EQ] = ACTIONS(2391), - [anon_sym_BANG_EQ] = ACTIONS(2391), - [anon_sym_GT] = ACTIONS(2389), - [anon_sym_GT_EQ] = ACTIONS(2389), - [anon_sym_LT_EQ] = ACTIONS(2391), - [anon_sym_LT] = ACTIONS(2389), - [anon_sym_LT_LT] = ACTIONS(2391), - [anon_sym_GT_GT] = ACTIONS(2389), - [anon_sym_extern] = ACTIONS(2389), - [anon_sym___attribute__] = ACTIONS(2389), - [anon_sym___declspec] = ACTIONS(2389), - [anon_sym___based] = ACTIONS(2389), - [anon_sym_LBRACE] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_EQ] = ACTIONS(2389), - [anon_sym_static] = ACTIONS(2389), - [anon_sym_register] = ACTIONS(2389), - [anon_sym_inline] = ACTIONS(2389), - [anon_sym_const] = ACTIONS(2389), - [anon_sym_volatile] = ACTIONS(2389), - [anon_sym_restrict] = ACTIONS(2389), - [anon_sym__Atomic] = ACTIONS(2389), - [anon_sym_mutable] = ACTIONS(2389), - [anon_sym_constexpr] = ACTIONS(2389), - [anon_sym_QMARK] = ACTIONS(2391), - [anon_sym_DASH_DASH] = ACTIONS(2391), - [anon_sym_PLUS_PLUS] = ACTIONS(2391), - [anon_sym_DOT] = ACTIONS(2389), - [anon_sym_DASH_GT] = ACTIONS(2391), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2389), - [anon_sym_override] = ACTIONS(2389), - [anon_sym_GT2] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_noexcept] = ACTIONS(2389), - [anon_sym_throw] = ACTIONS(2389), - [sym_operator_name] = ACTIONS(2389), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), - [anon_sym_MOZ_COLD] = ACTIONS(2389), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_NONNULL] = ACTIONS(2389), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_NORETURN] = ACTIONS(2389), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), - [anon_sym_MOZ_RAII] = ACTIONS(2389), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), + [1167] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1646), + [anon_sym_AMP] = ACTIONS(1644), + [anon_sym_typedef] = ACTIONS(1644), + [anon_sym_extern] = ACTIONS(1644), + [anon_sym___attribute__] = ACTIONS(1644), + [anon_sym___declspec] = ACTIONS(1644), + [anon_sym___based] = ACTIONS(1644), + [anon_sym_LBRACK] = ACTIONS(1644), + [anon_sym_static] = ACTIONS(1644), + [anon_sym_register] = ACTIONS(1644), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1644), + [anon_sym_virtual] = ACTIONS(1644), + [anon_sym_explicit] = ACTIONS(1644), + [anon_sym_public] = ACTIONS(1644), + [anon_sym_private] = ACTIONS(1644), + [anon_sym_protected] = ACTIONS(1644), + [sym_auto] = ACTIONS(1644), + [anon_sym_typename] = ACTIONS(1644), + [anon_sym_template] = ACTIONS(1644), + [anon_sym_COLON_COLON] = ACTIONS(1646), + [anon_sym_operator] = ACTIONS(1644), + [anon_sym_friend] = ACTIONS(1644), + [anon_sym_using] = ACTIONS(1644), + [anon_sym_static_assert] = ACTIONS(1644), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), + [sym_operator_name] = ACTIONS(1644), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1331] = { - [sym_identifier] = ACTIONS(2825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2827), - [anon_sym_COMMA] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2827), - [anon_sym_TILDE] = ACTIONS(2827), - [anon_sym_DASH] = ACTIONS(2825), - [anon_sym_PLUS] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2827), - [anon_sym_SLASH] = ACTIONS(2825), - [anon_sym_PERCENT] = ACTIONS(2827), - [anon_sym_PIPE_PIPE] = ACTIONS(2827), - [anon_sym_AMP_AMP] = ACTIONS(2827), - [anon_sym_PIPE] = ACTIONS(2825), - [anon_sym_CARET] = ACTIONS(2827), - [anon_sym_AMP] = ACTIONS(2825), - [anon_sym_EQ_EQ] = ACTIONS(2827), - [anon_sym_BANG_EQ] = ACTIONS(2827), - [anon_sym_GT] = ACTIONS(2825), - [anon_sym_GT_EQ] = ACTIONS(2825), - [anon_sym_LT_EQ] = ACTIONS(2827), - [anon_sym_LT] = ACTIONS(2825), - [anon_sym_LT_LT] = ACTIONS(2827), - [anon_sym_GT_GT] = ACTIONS(2825), - [anon_sym_extern] = ACTIONS(2825), - [anon_sym___attribute__] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2825), - [anon_sym___based] = ACTIONS(2825), - [anon_sym_LBRACE] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_EQ] = ACTIONS(2825), - [anon_sym_static] = ACTIONS(2825), - [anon_sym_register] = ACTIONS(2825), - [anon_sym_inline] = ACTIONS(2825), - [anon_sym_const] = ACTIONS(2825), - [anon_sym_volatile] = ACTIONS(2825), - [anon_sym_restrict] = ACTIONS(2825), - [anon_sym__Atomic] = ACTIONS(2825), - [anon_sym_mutable] = ACTIONS(2825), - [anon_sym_constexpr] = ACTIONS(2825), - [anon_sym_QMARK] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2827), - [anon_sym_PLUS_PLUS] = ACTIONS(2827), - [anon_sym_DOT] = ACTIONS(2825), - [anon_sym_DASH_GT] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2825), - [anon_sym_override] = ACTIONS(2825), - [anon_sym_GT2] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2827), - [anon_sym_noexcept] = ACTIONS(2825), - [anon_sym_throw] = ACTIONS(2825), - [sym_operator_name] = ACTIONS(2825), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2825), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2825), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2825), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2825), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2825), - [anon_sym_MOZ_COLD] = ACTIONS(2825), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2825), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2825), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2825), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2825), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2825), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2825), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2825), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2825), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2825), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2825), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2825), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2825), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2825), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2825), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2825), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_NONNULL] = ACTIONS(2825), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2825), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2825), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2825), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2825), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_NORETURN] = ACTIONS(2825), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2825), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2825), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2825), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2825), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2825), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2825), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2825), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2825), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2825), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), - [anon_sym_MOZ_RAII] = ACTIONS(2825), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2825), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2825), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2825), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2825), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2825), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2825), + [1168] = { + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym_RBRACE] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [anon_sym_public] = ACTIONS(1496), + [anon_sym_private] = ACTIONS(1496), + [anon_sym_protected] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_friend] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [sym_operator_name] = ACTIONS(1496), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), }, - [1332] = { - [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_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(2437), - [anon_sym_LT_EQ] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2437), - [anon_sym_LT_LT] = ACTIONS(2439), - [anon_sym_GT_GT] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym___attribute__] = ACTIONS(2437), - [anon_sym___declspec] = ACTIONS(2437), - [anon_sym___based] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2439), - [anon_sym_EQ] = ACTIONS(2437), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_DOT] = ACTIONS(2437), - [anon_sym_DASH_GT] = ACTIONS(2439), + [1169] = { + [sym_identifier] = ACTIONS(2557), + [aux_sym_preproc_def_token1] = ACTIONS(2557), + [aux_sym_preproc_if_token1] = ACTIONS(2557), + [aux_sym_preproc_if_token2] = ACTIONS(2557), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2557), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2557), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_LPAREN2] = ACTIONS(2559), + [anon_sym_TILDE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2557), + [anon_sym_typedef] = ACTIONS(2557), + [anon_sym_extern] = ACTIONS(2557), + [anon_sym___attribute__] = ACTIONS(2557), + [anon_sym___declspec] = ACTIONS(2557), + [anon_sym___based] = ACTIONS(2557), + [anon_sym_LBRACK] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_register] = ACTIONS(2557), + [anon_sym_inline] = ACTIONS(2557), + [anon_sym_const] = ACTIONS(2557), + [anon_sym_volatile] = ACTIONS(2557), + [anon_sym_restrict] = ACTIONS(2557), + [anon_sym__Atomic] = ACTIONS(2557), + [anon_sym_mutable] = ACTIONS(2557), + [anon_sym_constexpr] = ACTIONS(2557), + [anon_sym_signed] = ACTIONS(2557), + [anon_sym_unsigned] = ACTIONS(2557), + [anon_sym_long] = ACTIONS(2557), + [anon_sym_short] = ACTIONS(2557), + [sym_primitive_type] = ACTIONS(2557), + [anon_sym_enum] = ACTIONS(2557), + [anon_sym_class] = ACTIONS(2557), + [anon_sym_struct] = ACTIONS(2557), + [anon_sym_union] = ACTIONS(2557), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2437), - [anon_sym_override] = ACTIONS(2437), - [anon_sym_GT2] = ACTIONS(2439), - [anon_sym_COLON_COLON] = 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_decltype] = ACTIONS(2557), + [anon_sym_virtual] = ACTIONS(2557), + [anon_sym_explicit] = ACTIONS(2557), + [anon_sym_public] = ACTIONS(2557), + [anon_sym_private] = ACTIONS(2557), + [anon_sym_protected] = ACTIONS(2557), + [sym_auto] = ACTIONS(2557), + [anon_sym_typename] = ACTIONS(2557), + [anon_sym_template] = ACTIONS(2557), + [anon_sym_COLON_COLON] = ACTIONS(2559), + [anon_sym_operator] = ACTIONS(2557), + [anon_sym_friend] = ACTIONS(2557), + [anon_sym_using] = ACTIONS(2557), + [anon_sym_static_assert] = ACTIONS(2557), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2559), + [sym_operator_name] = ACTIONS(2557), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2557), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2557), + [anon_sym_MOZ_COLD] = ACTIONS(2557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2557), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2557), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_NONNULL] = ACTIONS(2557), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_NORETURN] = ACTIONS(2557), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2557), + [anon_sym_MOZ_RAII] = ACTIONS(2557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2557), }, - [1333] = { + [1170] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token2] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), + }, + [1171] = { + [sym_identifier] = ACTIONS(2561), + [aux_sym_preproc_def_token1] = ACTIONS(2561), + [aux_sym_preproc_if_token1] = ACTIONS(2561), + [aux_sym_preproc_if_token2] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2561), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2561), + [sym_preproc_directive] = ACTIONS(2561), + [anon_sym_LPAREN2] = ACTIONS(2563), + [anon_sym_TILDE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_typedef] = ACTIONS(2561), + [anon_sym_extern] = ACTIONS(2561), + [anon_sym___attribute__] = ACTIONS(2561), + [anon_sym___declspec] = ACTIONS(2561), + [anon_sym___based] = ACTIONS(2561), + [anon_sym_LBRACK] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_register] = ACTIONS(2561), + [anon_sym_inline] = ACTIONS(2561), + [anon_sym_const] = ACTIONS(2561), + [anon_sym_volatile] = ACTIONS(2561), + [anon_sym_restrict] = ACTIONS(2561), + [anon_sym__Atomic] = ACTIONS(2561), + [anon_sym_mutable] = ACTIONS(2561), + [anon_sym_constexpr] = ACTIONS(2561), + [anon_sym_signed] = ACTIONS(2561), + [anon_sym_unsigned] = ACTIONS(2561), + [anon_sym_long] = ACTIONS(2561), + [anon_sym_short] = ACTIONS(2561), + [sym_primitive_type] = ACTIONS(2561), + [anon_sym_enum] = ACTIONS(2561), + [anon_sym_class] = ACTIONS(2561), + [anon_sym_struct] = ACTIONS(2561), + [anon_sym_union] = ACTIONS(2561), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2561), + [anon_sym_virtual] = ACTIONS(2561), + [anon_sym_explicit] = ACTIONS(2561), + [anon_sym_public] = ACTIONS(2561), + [anon_sym_private] = ACTIONS(2561), + [anon_sym_protected] = ACTIONS(2561), + [sym_auto] = ACTIONS(2561), + [anon_sym_typename] = ACTIONS(2561), + [anon_sym_template] = ACTIONS(2561), + [anon_sym_COLON_COLON] = ACTIONS(2563), + [anon_sym_operator] = ACTIONS(2561), + [anon_sym_friend] = ACTIONS(2561), + [anon_sym_using] = ACTIONS(2561), + [anon_sym_static_assert] = ACTIONS(2561), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2563), + [sym_operator_name] = ACTIONS(2561), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2561), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2561), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2561), + [anon_sym_MOZ_COLD] = ACTIONS(2561), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2561), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2561), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2561), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2561), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2561), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2561), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2561), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2561), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2561), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2561), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2561), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2561), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL] = ACTIONS(2561), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2561), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2561), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN] = ACTIONS(2561), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2561), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2561), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2561), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2561), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2561), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2561), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2561), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2561), + [anon_sym_MOZ_RAII] = ACTIONS(2561), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2561), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2561), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2561), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2561), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2561), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2561), + }, + [1172] = { [sym_identifier] = ACTIONS(2761), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2763), - [anon_sym_COMMA] = ACTIONS(2763), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token2] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), [anon_sym_LPAREN2] = ACTIONS(2763), [anon_sym_TILDE] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_PLUS] = ACTIONS(2761), [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2761), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2763), [anon_sym_AMP_AMP] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_CARET] = ACTIONS(2763), [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_EQ_EQ] = ACTIONS(2763), - [anon_sym_BANG_EQ] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LT_EQ] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), [anon_sym_extern] = ACTIONS(2761), [anon_sym___attribute__] = ACTIONS(2761), [anon_sym___declspec] = ACTIONS(2761), [anon_sym___based] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2763), - [anon_sym_EQ] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), [anon_sym_static] = ACTIONS(2761), [anon_sym_register] = ACTIONS(2761), [anon_sym_inline] = ACTIONS(2761), @@ -227760,19 +221099,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2761), [anon_sym_mutable] = ACTIONS(2761), [anon_sym_constexpr] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2763), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_DASH_GT] = ACTIONS(2763), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2761), - [anon_sym_override] = ACTIONS(2761), - [anon_sym_GT2] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [sym_primitive_type] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_public] = ACTIONS(2761), + [anon_sym_private] = ACTIONS(2761), + [anon_sym_protected] = ACTIONS(2761), + [sym_auto] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), [anon_sym_COLON_COLON] = ACTIONS(2763), - [anon_sym_noexcept] = ACTIONS(2761), - [anon_sym_throw] = ACTIONS(2761), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_friend] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), [sym_operator_name] = ACTIONS(2761), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2761), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2761), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2761), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2761), @@ -227842,4407 +221195,3001 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2761), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2761), }, - [1334] = { - [sym_identifier] = ACTIONS(2401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), - [anon_sym_COMMA] = ACTIONS(2403), - [anon_sym_LPAREN2] = ACTIONS(2403), - [anon_sym_TILDE] = ACTIONS(2403), - [anon_sym_DASH] = ACTIONS(2401), - [anon_sym_PLUS] = ACTIONS(2401), - [anon_sym_STAR] = ACTIONS(2403), - [anon_sym_SLASH] = ACTIONS(2401), - [anon_sym_PERCENT] = ACTIONS(2403), - [anon_sym_PIPE_PIPE] = ACTIONS(2403), - [anon_sym_AMP_AMP] = ACTIONS(2403), - [anon_sym_PIPE] = ACTIONS(2401), - [anon_sym_CARET] = ACTIONS(2403), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_EQ_EQ] = ACTIONS(2403), - [anon_sym_BANG_EQ] = ACTIONS(2403), - [anon_sym_GT] = ACTIONS(2401), - [anon_sym_GT_EQ] = ACTIONS(2401), - [anon_sym_LT_EQ] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2401), - [anon_sym_LT_LT] = ACTIONS(2403), - [anon_sym_GT_GT] = ACTIONS(2401), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym___attribute__] = ACTIONS(2401), - [anon_sym___declspec] = ACTIONS(2401), - [anon_sym___based] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2403), - [anon_sym_LBRACK] = ACTIONS(2403), - [anon_sym_EQ] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_register] = ACTIONS(2401), - [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2403), - [anon_sym_PLUS_PLUS] = ACTIONS(2403), - [anon_sym_DOT] = ACTIONS(2401), - [anon_sym_DASH_GT] = ACTIONS(2403), + [1173] = { + [sym_identifier] = ACTIONS(2605), + [aux_sym_preproc_def_token1] = ACTIONS(2605), + [aux_sym_preproc_if_token1] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), + [sym_preproc_directive] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_TILDE] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_AMP_AMP] = ACTIONS(2607), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_typedef] = ACTIONS(2605), + [anon_sym_extern] = ACTIONS(2605), + [anon_sym___attribute__] = ACTIONS(2605), + [anon_sym___declspec] = ACTIONS(2605), + [anon_sym___based] = ACTIONS(2605), + [anon_sym_RBRACE] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_register] = ACTIONS(2605), + [anon_sym_inline] = ACTIONS(2605), + [anon_sym_const] = ACTIONS(2605), + [anon_sym_volatile] = ACTIONS(2605), + [anon_sym_restrict] = ACTIONS(2605), + [anon_sym__Atomic] = ACTIONS(2605), + [anon_sym_mutable] = ACTIONS(2605), + [anon_sym_constexpr] = ACTIONS(2605), + [anon_sym_signed] = ACTIONS(2605), + [anon_sym_unsigned] = ACTIONS(2605), + [anon_sym_long] = ACTIONS(2605), + [anon_sym_short] = ACTIONS(2605), + [sym_primitive_type] = ACTIONS(2605), + [anon_sym_enum] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2605), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2401), - [anon_sym_override] = ACTIONS(2401), - [anon_sym_GT2] = ACTIONS(2403), - [anon_sym_COLON_COLON] = ACTIONS(2403), - [anon_sym_noexcept] = ACTIONS(2401), - [anon_sym_throw] = ACTIONS(2401), - [sym_operator_name] = 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_decltype] = ACTIONS(2605), + [anon_sym_virtual] = ACTIONS(2605), + [anon_sym_explicit] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_protected] = ACTIONS(2605), + [sym_auto] = ACTIONS(2605), + [anon_sym_typename] = ACTIONS(2605), + [anon_sym_template] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2607), + [anon_sym_operator] = ACTIONS(2605), + [anon_sym_friend] = ACTIONS(2605), + [anon_sym_using] = ACTIONS(2605), + [anon_sym_static_assert] = ACTIONS(2605), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), + [sym_operator_name] = ACTIONS(2605), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), + [anon_sym_MOZ_COLD] = ACTIONS(2605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_RAII] = ACTIONS(2605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), }, - [1335] = { - [sym_identifier] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2435), - [anon_sym_COMMA] = ACTIONS(2435), - [anon_sym_LPAREN2] = ACTIONS(2435), - [anon_sym_TILDE] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2433), - [anon_sym_PLUS] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2435), - [anon_sym_SLASH] = ACTIONS(2433), - [anon_sym_PERCENT] = ACTIONS(2435), - [anon_sym_PIPE_PIPE] = ACTIONS(2435), - [anon_sym_AMP_AMP] = ACTIONS(2435), - [anon_sym_PIPE] = ACTIONS(2433), - [anon_sym_CARET] = ACTIONS(2435), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_EQ_EQ] = ACTIONS(2435), - [anon_sym_BANG_EQ] = ACTIONS(2435), - [anon_sym_GT] = ACTIONS(2433), - [anon_sym_GT_EQ] = ACTIONS(2433), - [anon_sym_LT_EQ] = ACTIONS(2435), - [anon_sym_LT] = ACTIONS(2433), - [anon_sym_LT_LT] = ACTIONS(2435), - [anon_sym_GT_GT] = ACTIONS(2433), - [anon_sym_extern] = ACTIONS(2433), - [anon_sym___attribute__] = ACTIONS(2433), - [anon_sym___declspec] = ACTIONS(2433), - [anon_sym___based] = ACTIONS(2433), - [anon_sym_LBRACE] = ACTIONS(2435), - [anon_sym_LBRACK] = ACTIONS(2435), - [anon_sym_EQ] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2433), - [anon_sym_register] = ACTIONS(2433), - [anon_sym_inline] = ACTIONS(2433), - [anon_sym_const] = ACTIONS(2433), - [anon_sym_volatile] = ACTIONS(2433), - [anon_sym_restrict] = ACTIONS(2433), - [anon_sym__Atomic] = ACTIONS(2433), - [anon_sym_mutable] = ACTIONS(2433), - [anon_sym_constexpr] = ACTIONS(2433), - [anon_sym_QMARK] = ACTIONS(2435), - [anon_sym_DASH_DASH] = ACTIONS(2435), - [anon_sym_PLUS_PLUS] = ACTIONS(2435), - [anon_sym_DOT] = ACTIONS(2433), - [anon_sym_DASH_GT] = ACTIONS(2435), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2433), - [anon_sym_override] = ACTIONS(2433), - [anon_sym_GT2] = ACTIONS(2435), - [anon_sym_COLON_COLON] = ACTIONS(2435), - [anon_sym_noexcept] = ACTIONS(2433), - [anon_sym_throw] = ACTIONS(2433), - [sym_operator_name] = ACTIONS(2433), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2433), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2433), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2433), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2433), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2433), - [anon_sym_MOZ_COLD] = ACTIONS(2433), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2433), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2433), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2433), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2433), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2433), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2433), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2433), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2433), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2433), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2433), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2433), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2433), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2433), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2433), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2433), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_NONNULL] = ACTIONS(2433), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2433), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2433), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2433), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2433), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_NORETURN] = ACTIONS(2433), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2433), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2433), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2433), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2433), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2433), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2433), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2433), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2433), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2433), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), - [anon_sym_MOZ_RAII] = ACTIONS(2433), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2433), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2433), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2433), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2433), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2433), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2433), + [1174] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1336] = { - [sym_identifier] = ACTIONS(2505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2507), - [anon_sym_COMMA] = ACTIONS(2507), - [anon_sym_LPAREN2] = ACTIONS(2507), - [anon_sym_TILDE] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2505), - [anon_sym_PLUS] = ACTIONS(2505), - [anon_sym_STAR] = ACTIONS(2507), - [anon_sym_SLASH] = ACTIONS(2505), - [anon_sym_PERCENT] = ACTIONS(2507), - [anon_sym_PIPE_PIPE] = ACTIONS(2507), - [anon_sym_AMP_AMP] = ACTIONS(2507), - [anon_sym_PIPE] = ACTIONS(2505), - [anon_sym_CARET] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2505), - [anon_sym_EQ_EQ] = ACTIONS(2507), - [anon_sym_BANG_EQ] = ACTIONS(2507), - [anon_sym_GT] = ACTIONS(2505), - [anon_sym_GT_EQ] = ACTIONS(2505), - [anon_sym_LT_EQ] = ACTIONS(2507), - [anon_sym_LT] = ACTIONS(2505), - [anon_sym_LT_LT] = ACTIONS(2507), - [anon_sym_GT_GT] = ACTIONS(2505), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym___attribute__] = ACTIONS(2505), - [anon_sym___declspec] = ACTIONS(2505), - [anon_sym___based] = ACTIONS(2505), - [anon_sym_LBRACE] = ACTIONS(2507), - [anon_sym_LBRACK] = ACTIONS(2507), - [anon_sym_EQ] = ACTIONS(2505), - [anon_sym_static] = ACTIONS(2505), - [anon_sym_register] = ACTIONS(2505), - [anon_sym_inline] = ACTIONS(2505), - [anon_sym_const] = ACTIONS(2505), - [anon_sym_volatile] = ACTIONS(2505), - [anon_sym_restrict] = ACTIONS(2505), - [anon_sym__Atomic] = ACTIONS(2505), - [anon_sym_mutable] = ACTIONS(2505), - [anon_sym_constexpr] = ACTIONS(2505), - [anon_sym_QMARK] = ACTIONS(2507), - [anon_sym_DASH_DASH] = ACTIONS(2507), - [anon_sym_PLUS_PLUS] = ACTIONS(2507), - [anon_sym_DOT] = ACTIONS(2505), - [anon_sym_DASH_GT] = ACTIONS(2507), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2505), - [anon_sym_override] = ACTIONS(2505), - [anon_sym_GT2] = ACTIONS(2507), - [anon_sym_COLON_COLON] = ACTIONS(2507), - [anon_sym_noexcept] = ACTIONS(2505), - [anon_sym_throw] = ACTIONS(2505), - [sym_operator_name] = ACTIONS(2505), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2505), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2505), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2505), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2505), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2505), - [anon_sym_MOZ_COLD] = ACTIONS(2505), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2505), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2505), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2505), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2505), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2505), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2505), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2505), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2505), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2505), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2505), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2505), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2505), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2505), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2505), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2505), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2505), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_NONNULL] = ACTIONS(2505), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2505), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2505), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2505), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2505), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_NORETURN] = ACTIONS(2505), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2505), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2505), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2505), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2505), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2505), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2505), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2505), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2505), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2505), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2505), - [anon_sym_MOZ_RAII] = ACTIONS(2505), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2505), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2505), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2505), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2505), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2505), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2505), + [1175] = { + [sym_identifier] = ACTIONS(2621), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_TILDE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_AMP_AMP] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym___attribute__] = ACTIONS(2621), + [anon_sym___declspec] = ACTIONS(2621), + [anon_sym___based] = ACTIONS(2621), + [anon_sym_RBRACE] = ACTIONS(2623), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_register] = ACTIONS(2621), + [anon_sym_inline] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_volatile] = ACTIONS(2621), + [anon_sym_restrict] = ACTIONS(2621), + [anon_sym__Atomic] = ACTIONS(2621), + [anon_sym_mutable] = ACTIONS(2621), + [anon_sym_constexpr] = ACTIONS(2621), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), + [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), + [anon_sym_MOZ_COLD] = ACTIONS(2621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_RAII] = ACTIONS(2621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), }, - [1337] = { - [sym_identifier] = ACTIONS(2813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2815), - [anon_sym_COMMA] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2815), - [anon_sym_TILDE] = ACTIONS(2815), - [anon_sym_DASH] = ACTIONS(2813), - [anon_sym_PLUS] = ACTIONS(2813), - [anon_sym_STAR] = ACTIONS(2815), - [anon_sym_SLASH] = ACTIONS(2813), - [anon_sym_PERCENT] = ACTIONS(2815), - [anon_sym_PIPE_PIPE] = ACTIONS(2815), - [anon_sym_AMP_AMP] = ACTIONS(2815), - [anon_sym_PIPE] = ACTIONS(2813), - [anon_sym_CARET] = ACTIONS(2815), - [anon_sym_AMP] = ACTIONS(2813), - [anon_sym_EQ_EQ] = ACTIONS(2815), - [anon_sym_BANG_EQ] = ACTIONS(2815), - [anon_sym_GT] = ACTIONS(2813), - [anon_sym_GT_EQ] = ACTIONS(2813), - [anon_sym_LT_EQ] = ACTIONS(2815), - [anon_sym_LT] = ACTIONS(2813), - [anon_sym_LT_LT] = ACTIONS(2815), - [anon_sym_GT_GT] = ACTIONS(2813), - [anon_sym_extern] = ACTIONS(2813), - [anon_sym___attribute__] = ACTIONS(2813), - [anon_sym___declspec] = ACTIONS(2813), - [anon_sym___based] = ACTIONS(2813), - [anon_sym_LBRACE] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_EQ] = ACTIONS(2813), - [anon_sym_static] = ACTIONS(2813), - [anon_sym_register] = ACTIONS(2813), - [anon_sym_inline] = ACTIONS(2813), - [anon_sym_const] = ACTIONS(2813), - [anon_sym_volatile] = ACTIONS(2813), - [anon_sym_restrict] = ACTIONS(2813), - [anon_sym__Atomic] = ACTIONS(2813), - [anon_sym_mutable] = ACTIONS(2813), - [anon_sym_constexpr] = ACTIONS(2813), - [anon_sym_QMARK] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2815), - [anon_sym_PLUS_PLUS] = ACTIONS(2815), - [anon_sym_DOT] = ACTIONS(2813), - [anon_sym_DASH_GT] = ACTIONS(2815), + [1176] = { + [sym_identifier] = ACTIONS(2757), + [aux_sym_preproc_def_token1] = ACTIONS(2757), + [aux_sym_preproc_if_token1] = ACTIONS(2757), + [aux_sym_preproc_if_token2] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2757), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2757), + [sym_preproc_directive] = ACTIONS(2757), + [anon_sym_LPAREN2] = ACTIONS(2759), + [anon_sym_TILDE] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_AMP_AMP] = ACTIONS(2759), + [anon_sym_AMP] = ACTIONS(2757), + [anon_sym_typedef] = ACTIONS(2757), + [anon_sym_extern] = ACTIONS(2757), + [anon_sym___attribute__] = ACTIONS(2757), + [anon_sym___declspec] = ACTIONS(2757), + [anon_sym___based] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_register] = ACTIONS(2757), + [anon_sym_inline] = ACTIONS(2757), + [anon_sym_const] = ACTIONS(2757), + [anon_sym_volatile] = ACTIONS(2757), + [anon_sym_restrict] = ACTIONS(2757), + [anon_sym__Atomic] = ACTIONS(2757), + [anon_sym_mutable] = ACTIONS(2757), + [anon_sym_constexpr] = ACTIONS(2757), + [anon_sym_signed] = ACTIONS(2757), + [anon_sym_unsigned] = ACTIONS(2757), + [anon_sym_long] = ACTIONS(2757), + [anon_sym_short] = ACTIONS(2757), + [sym_primitive_type] = ACTIONS(2757), + [anon_sym_enum] = ACTIONS(2757), + [anon_sym_class] = ACTIONS(2757), + [anon_sym_struct] = ACTIONS(2757), + [anon_sym_union] = ACTIONS(2757), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2813), - [anon_sym_override] = ACTIONS(2813), - [anon_sym_GT2] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2815), - [anon_sym_noexcept] = ACTIONS(2813), - [anon_sym_throw] = ACTIONS(2813), - [sym_operator_name] = ACTIONS(2813), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2813), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2813), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2813), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2813), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2813), - [anon_sym_MOZ_COLD] = ACTIONS(2813), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2813), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2813), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2813), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2813), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2813), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2813), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2813), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2813), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2813), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2813), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2813), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2813), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2813), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2813), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2813), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_NONNULL] = ACTIONS(2813), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2813), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2813), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2813), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2813), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_NORETURN] = ACTIONS(2813), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2813), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2813), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2813), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2813), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2813), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2813), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2813), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2813), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2813), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), - [anon_sym_MOZ_RAII] = ACTIONS(2813), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2813), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2813), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2813), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2813), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2813), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2757), + [anon_sym_virtual] = ACTIONS(2757), + [anon_sym_explicit] = ACTIONS(2757), + [anon_sym_public] = ACTIONS(2757), + [anon_sym_private] = ACTIONS(2757), + [anon_sym_protected] = ACTIONS(2757), + [sym_auto] = ACTIONS(2757), + [anon_sym_typename] = ACTIONS(2757), + [anon_sym_template] = ACTIONS(2757), + [anon_sym_COLON_COLON] = ACTIONS(2759), + [anon_sym_operator] = ACTIONS(2757), + [anon_sym_friend] = ACTIONS(2757), + [anon_sym_using] = ACTIONS(2757), + [anon_sym_static_assert] = ACTIONS(2757), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2759), + [sym_operator_name] = ACTIONS(2757), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2757), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2757), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2757), + [anon_sym_MOZ_COLD] = ACTIONS(2757), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2757), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2757), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2757), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2757), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2757), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2757), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2757), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2757), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2757), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2757), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2757), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2757), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL] = ACTIONS(2757), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2757), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2757), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN] = ACTIONS(2757), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2757), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2757), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2757), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2757), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2757), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2757), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2757), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2757), + [anon_sym_MOZ_RAII] = ACTIONS(2757), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2757), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2757), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2757), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2757), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2757), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2757), }, - [1338] = { - [sym_identifier] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2491), - [anon_sym_COMMA] = ACTIONS(2491), - [anon_sym_LPAREN2] = ACTIONS(2491), - [anon_sym_TILDE] = ACTIONS(2491), - [anon_sym_DASH] = ACTIONS(2489), - [anon_sym_PLUS] = ACTIONS(2489), - [anon_sym_STAR] = ACTIONS(2491), - [anon_sym_SLASH] = ACTIONS(2489), - [anon_sym_PERCENT] = ACTIONS(2491), - [anon_sym_PIPE_PIPE] = ACTIONS(2491), - [anon_sym_AMP_AMP] = ACTIONS(2491), - [anon_sym_PIPE] = ACTIONS(2489), - [anon_sym_CARET] = ACTIONS(2491), - [anon_sym_AMP] = ACTIONS(2489), - [anon_sym_EQ_EQ] = ACTIONS(2491), - [anon_sym_BANG_EQ] = ACTIONS(2491), - [anon_sym_GT] = ACTIONS(2489), - [anon_sym_GT_EQ] = ACTIONS(2489), - [anon_sym_LT_EQ] = ACTIONS(2491), - [anon_sym_LT] = ACTIONS(2489), - [anon_sym_LT_LT] = ACTIONS(2491), - [anon_sym_GT_GT] = ACTIONS(2489), - [anon_sym_extern] = ACTIONS(2489), - [anon_sym___attribute__] = ACTIONS(2489), - [anon_sym___declspec] = ACTIONS(2489), - [anon_sym___based] = ACTIONS(2489), - [anon_sym_LBRACE] = ACTIONS(2491), - [anon_sym_LBRACK] = ACTIONS(2491), - [anon_sym_EQ] = ACTIONS(2489), - [anon_sym_static] = ACTIONS(2489), - [anon_sym_register] = ACTIONS(2489), - [anon_sym_inline] = ACTIONS(2489), - [anon_sym_const] = ACTIONS(2489), - [anon_sym_volatile] = ACTIONS(2489), - [anon_sym_restrict] = ACTIONS(2489), - [anon_sym__Atomic] = ACTIONS(2489), - [anon_sym_mutable] = ACTIONS(2489), - [anon_sym_constexpr] = ACTIONS(2489), - [anon_sym_QMARK] = ACTIONS(2491), - [anon_sym_DASH_DASH] = ACTIONS(2491), - [anon_sym_PLUS_PLUS] = ACTIONS(2491), - [anon_sym_DOT] = ACTIONS(2489), - [anon_sym_DASH_GT] = ACTIONS(2491), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2489), - [anon_sym_override] = ACTIONS(2489), - [anon_sym_GT2] = ACTIONS(2491), - [anon_sym_COLON_COLON] = ACTIONS(2491), - [anon_sym_noexcept] = ACTIONS(2489), - [anon_sym_throw] = ACTIONS(2489), - [sym_operator_name] = ACTIONS(2489), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2489), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2489), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2489), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2489), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2489), - [anon_sym_MOZ_COLD] = ACTIONS(2489), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2489), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2489), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2489), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2489), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2489), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2489), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2489), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2489), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2489), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2489), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2489), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2489), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2489), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2489), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2489), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_NONNULL] = ACTIONS(2489), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2489), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2489), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2489), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2489), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_NORETURN] = ACTIONS(2489), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2489), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2489), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2489), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2489), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2489), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2489), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2489), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2489), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2489), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), - [anon_sym_MOZ_RAII] = ACTIONS(2489), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2489), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2489), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2489), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2489), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2489), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2489), + [1177] = { + [sym_identifier] = ACTIONS(2621), + [aux_sym_preproc_def_token1] = ACTIONS(2621), + [aux_sym_preproc_if_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2621), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2621), + [sym_preproc_directive] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_TILDE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_AMP_AMP] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_typedef] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym___attribute__] = ACTIONS(2621), + [anon_sym___declspec] = ACTIONS(2621), + [anon_sym___based] = ACTIONS(2621), + [anon_sym_RBRACE] = ACTIONS(2623), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_register] = ACTIONS(2621), + [anon_sym_inline] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_volatile] = ACTIONS(2621), + [anon_sym_restrict] = ACTIONS(2621), + [anon_sym__Atomic] = ACTIONS(2621), + [anon_sym_mutable] = ACTIONS(2621), + [anon_sym_constexpr] = ACTIONS(2621), + [anon_sym_signed] = ACTIONS(2621), + [anon_sym_unsigned] = ACTIONS(2621), + [anon_sym_long] = ACTIONS(2621), + [anon_sym_short] = ACTIONS(2621), + [sym_primitive_type] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_class] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2621), + [anon_sym_virtual] = ACTIONS(2621), + [anon_sym_explicit] = ACTIONS(2621), + [anon_sym_public] = ACTIONS(2621), + [anon_sym_private] = ACTIONS(2621), + [anon_sym_protected] = ACTIONS(2621), + [sym_auto] = ACTIONS(2621), + [anon_sym_typename] = ACTIONS(2621), + [anon_sym_template] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_operator] = ACTIONS(2621), + [anon_sym_friend] = ACTIONS(2621), + [anon_sym_using] = ACTIONS(2621), + [anon_sym_static_assert] = ACTIONS(2621), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2623), + [sym_operator_name] = ACTIONS(2621), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2621), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), + [anon_sym_MOZ_COLD] = ACTIONS(2621), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL] = ACTIONS(2621), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN] = ACTIONS(2621), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), + [anon_sym_MOZ_RAII] = ACTIONS(2621), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), }, - [1339] = { - [sym_identifier] = ACTIONS(2633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2635), - [anon_sym_COMMA] = ACTIONS(2635), - [anon_sym_LPAREN2] = ACTIONS(2635), - [anon_sym_TILDE] = ACTIONS(2635), - [anon_sym_DASH] = ACTIONS(2633), - [anon_sym_PLUS] = ACTIONS(2633), - [anon_sym_STAR] = ACTIONS(2635), - [anon_sym_SLASH] = ACTIONS(2633), - [anon_sym_PERCENT] = ACTIONS(2635), - [anon_sym_PIPE_PIPE] = ACTIONS(2635), - [anon_sym_AMP_AMP] = ACTIONS(2635), - [anon_sym_PIPE] = ACTIONS(2633), - [anon_sym_CARET] = ACTIONS(2635), - [anon_sym_AMP] = ACTIONS(2633), - [anon_sym_EQ_EQ] = ACTIONS(2635), - [anon_sym_BANG_EQ] = ACTIONS(2635), - [anon_sym_GT] = ACTIONS(2633), - [anon_sym_GT_EQ] = ACTIONS(2633), - [anon_sym_LT_EQ] = ACTIONS(2635), - [anon_sym_LT] = ACTIONS(2633), - [anon_sym_LT_LT] = ACTIONS(2635), - [anon_sym_GT_GT] = ACTIONS(2633), - [anon_sym_extern] = ACTIONS(2633), - [anon_sym___attribute__] = ACTIONS(2633), - [anon_sym___declspec] = ACTIONS(2633), - [anon_sym___based] = ACTIONS(2633), - [anon_sym_LBRACE] = ACTIONS(2635), - [anon_sym_LBRACK] = ACTIONS(2635), - [anon_sym_EQ] = ACTIONS(2633), - [anon_sym_static] = ACTIONS(2633), - [anon_sym_register] = ACTIONS(2633), - [anon_sym_inline] = ACTIONS(2633), - [anon_sym_const] = ACTIONS(2633), - [anon_sym_volatile] = ACTIONS(2633), - [anon_sym_restrict] = ACTIONS(2633), - [anon_sym__Atomic] = ACTIONS(2633), - [anon_sym_mutable] = ACTIONS(2633), - [anon_sym_constexpr] = ACTIONS(2633), - [anon_sym_QMARK] = ACTIONS(2635), - [anon_sym_DASH_DASH] = ACTIONS(2635), - [anon_sym_PLUS_PLUS] = ACTIONS(2635), - [anon_sym_DOT] = ACTIONS(2633), - [anon_sym_DASH_GT] = ACTIONS(2635), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2633), - [anon_sym_override] = ACTIONS(2633), - [anon_sym_GT2] = ACTIONS(2635), - [anon_sym_COLON_COLON] = ACTIONS(2635), - [anon_sym_noexcept] = ACTIONS(2633), - [anon_sym_throw] = ACTIONS(2633), - [sym_operator_name] = ACTIONS(2633), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2633), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2633), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2633), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2633), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2633), - [anon_sym_MOZ_COLD] = ACTIONS(2633), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2633), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2633), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2633), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2633), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2633), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2633), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2633), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2633), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2633), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2633), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2633), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2633), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2633), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2633), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2633), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_NONNULL] = ACTIONS(2633), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2633), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2633), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2633), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2633), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_NORETURN] = ACTIONS(2633), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2633), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2633), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2633), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2633), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2633), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2633), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2633), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2633), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2633), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), - [anon_sym_MOZ_RAII] = ACTIONS(2633), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2633), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2633), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2633), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2633), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2633), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2633), + [1178] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1630), + [anon_sym_STAR] = ACTIONS(1630), + [anon_sym_AMP_AMP] = ACTIONS(1630), + [anon_sym_AMP] = ACTIONS(1628), + [anon_sym_typedef] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym___attribute__] = ACTIONS(1628), + [anon_sym___declspec] = ACTIONS(1628), + [anon_sym___based] = ACTIONS(1628), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1628), + [anon_sym_virtual] = ACTIONS(1628), + [anon_sym_explicit] = ACTIONS(1628), + [anon_sym_public] = ACTIONS(1628), + [anon_sym_private] = ACTIONS(1628), + [anon_sym_protected] = ACTIONS(1628), + [sym_auto] = ACTIONS(1628), + [anon_sym_typename] = ACTIONS(1628), + [anon_sym_template] = ACTIONS(1628), + [anon_sym_COLON_COLON] = ACTIONS(1630), + [anon_sym_operator] = ACTIONS(1628), + [anon_sym_friend] = ACTIONS(1628), + [anon_sym_using] = ACTIONS(1628), + [anon_sym_static_assert] = ACTIONS(1628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), + [sym_operator_name] = ACTIONS(1628), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1340] = { - [sym_identifier] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2483), - [anon_sym_COMMA] = ACTIONS(2483), - [anon_sym_LPAREN2] = ACTIONS(2483), - [anon_sym_TILDE] = ACTIONS(2483), - [anon_sym_DASH] = ACTIONS(2481), - [anon_sym_PLUS] = ACTIONS(2481), - [anon_sym_STAR] = ACTIONS(2483), - [anon_sym_SLASH] = ACTIONS(2481), - [anon_sym_PERCENT] = ACTIONS(2483), - [anon_sym_PIPE_PIPE] = ACTIONS(2483), - [anon_sym_AMP_AMP] = ACTIONS(2483), - [anon_sym_PIPE] = ACTIONS(2481), - [anon_sym_CARET] = ACTIONS(2483), - [anon_sym_AMP] = ACTIONS(2481), - [anon_sym_EQ_EQ] = ACTIONS(2483), - [anon_sym_BANG_EQ] = ACTIONS(2483), - [anon_sym_GT] = ACTIONS(2481), - [anon_sym_GT_EQ] = ACTIONS(2481), - [anon_sym_LT_EQ] = ACTIONS(2483), - [anon_sym_LT] = ACTIONS(2481), - [anon_sym_LT_LT] = ACTIONS(2483), - [anon_sym_GT_GT] = ACTIONS(2481), - [anon_sym_extern] = ACTIONS(2481), - [anon_sym___attribute__] = ACTIONS(2481), - [anon_sym___declspec] = ACTIONS(2481), - [anon_sym___based] = ACTIONS(2481), - [anon_sym_LBRACE] = ACTIONS(2483), - [anon_sym_LBRACK] = ACTIONS(2483), - [anon_sym_EQ] = ACTIONS(2481), - [anon_sym_static] = ACTIONS(2481), - [anon_sym_register] = ACTIONS(2481), - [anon_sym_inline] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [anon_sym_volatile] = ACTIONS(2481), - [anon_sym_restrict] = ACTIONS(2481), - [anon_sym__Atomic] = ACTIONS(2481), - [anon_sym_mutable] = ACTIONS(2481), - [anon_sym_constexpr] = ACTIONS(2481), - [anon_sym_QMARK] = ACTIONS(2483), - [anon_sym_DASH_DASH] = ACTIONS(2483), - [anon_sym_PLUS_PLUS] = ACTIONS(2483), - [anon_sym_DOT] = ACTIONS(2481), - [anon_sym_DASH_GT] = ACTIONS(2483), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2481), - [anon_sym_override] = ACTIONS(2481), - [anon_sym_GT2] = ACTIONS(2483), - [anon_sym_COLON_COLON] = ACTIONS(2483), - [anon_sym_noexcept] = ACTIONS(2481), - [anon_sym_throw] = ACTIONS(2481), - [sym_operator_name] = ACTIONS(2481), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2481), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2481), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2481), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2481), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2481), - [anon_sym_MOZ_COLD] = ACTIONS(2481), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2481), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2481), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2481), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2481), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2481), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2481), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2481), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2481), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2481), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2481), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2481), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2481), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2481), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2481), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2481), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_NONNULL] = ACTIONS(2481), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2481), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2481), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2481), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2481), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_NORETURN] = ACTIONS(2481), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2481), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2481), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2481), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2481), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2481), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2481), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2481), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2481), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2481), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), - [anon_sym_MOZ_RAII] = ACTIONS(2481), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2481), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2481), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2481), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2481), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2481), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2481), + [1179] = { + [sym_identifier] = ACTIONS(1416), + [aux_sym_preproc_def_token1] = ACTIONS(1416), + [aux_sym_preproc_if_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1416), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1416), + [sym_preproc_directive] = ACTIONS(1416), + [anon_sym_LPAREN2] = ACTIONS(1418), + [anon_sym_TILDE] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_AMP_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1416), + [anon_sym_typedef] = ACTIONS(1416), + [anon_sym_extern] = ACTIONS(1416), + [anon_sym___attribute__] = ACTIONS(1416), + [anon_sym___declspec] = ACTIONS(1416), + [anon_sym___based] = ACTIONS(1416), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1416), + [anon_sym_static] = ACTIONS(1416), + [anon_sym_register] = ACTIONS(1416), + [anon_sym_inline] = ACTIONS(1416), + [anon_sym_const] = ACTIONS(1416), + [anon_sym_volatile] = ACTIONS(1416), + [anon_sym_restrict] = ACTIONS(1416), + [anon_sym__Atomic] = ACTIONS(1416), + [anon_sym_mutable] = ACTIONS(1416), + [anon_sym_constexpr] = ACTIONS(1416), + [anon_sym_signed] = ACTIONS(1416), + [anon_sym_unsigned] = ACTIONS(1416), + [anon_sym_long] = ACTIONS(1416), + [anon_sym_short] = ACTIONS(1416), + [sym_primitive_type] = ACTIONS(1416), + [anon_sym_enum] = ACTIONS(1416), + [anon_sym_class] = ACTIONS(1416), + [anon_sym_struct] = ACTIONS(1416), + [anon_sym_union] = ACTIONS(1416), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1416), + [anon_sym_virtual] = ACTIONS(1416), + [anon_sym_explicit] = ACTIONS(1416), + [anon_sym_public] = ACTIONS(1416), + [anon_sym_private] = ACTIONS(1416), + [anon_sym_protected] = ACTIONS(1416), + [sym_auto] = ACTIONS(1416), + [anon_sym_typename] = ACTIONS(1416), + [anon_sym_template] = ACTIONS(1416), + [anon_sym_COLON_COLON] = ACTIONS(1418), + [anon_sym_operator] = ACTIONS(1416), + [anon_sym_friend] = ACTIONS(1416), + [anon_sym_using] = ACTIONS(1416), + [anon_sym_static_assert] = ACTIONS(1416), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [sym_operator_name] = ACTIONS(1416), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1416), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1416), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1416), + [anon_sym_MOZ_COLD] = ACTIONS(1416), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1416), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1416), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1416), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1416), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1416), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1416), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1416), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1416), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1416), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1416), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1416), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1416), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL] = ACTIONS(1416), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1416), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1416), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN] = ACTIONS(1416), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1416), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1416), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1416), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1416), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1416), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1416), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1416), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1416), + [anon_sym_MOZ_RAII] = ACTIONS(1416), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1416), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1416), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1416), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1416), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1416), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1416), }, - [1341] = { - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2571), - [anon_sym_COMMA] = ACTIONS(2571), - [anon_sym_LPAREN2] = ACTIONS(2571), - [anon_sym_TILDE] = ACTIONS(2571), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_PLUS] = ACTIONS(2569), - [anon_sym_STAR] = ACTIONS(2571), - [anon_sym_SLASH] = ACTIONS(2569), - [anon_sym_PERCENT] = ACTIONS(2571), - [anon_sym_PIPE_PIPE] = ACTIONS(2571), - [anon_sym_AMP_AMP] = ACTIONS(2571), - [anon_sym_PIPE] = ACTIONS(2569), - [anon_sym_CARET] = ACTIONS(2571), - [anon_sym_AMP] = ACTIONS(2569), - [anon_sym_EQ_EQ] = ACTIONS(2571), - [anon_sym_BANG_EQ] = ACTIONS(2571), - [anon_sym_GT] = ACTIONS(2569), - [anon_sym_GT_EQ] = ACTIONS(2569), - [anon_sym_LT_EQ] = ACTIONS(2571), - [anon_sym_LT] = ACTIONS(2569), - [anon_sym_LT_LT] = ACTIONS(2571), - [anon_sym_GT_GT] = ACTIONS(2569), - [anon_sym_extern] = ACTIONS(2569), - [anon_sym___attribute__] = ACTIONS(2569), - [anon_sym___declspec] = ACTIONS(2569), - [anon_sym___based] = ACTIONS(2569), - [anon_sym_LBRACE] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_EQ] = ACTIONS(2569), - [anon_sym_static] = ACTIONS(2569), - [anon_sym_register] = ACTIONS(2569), - [anon_sym_inline] = ACTIONS(2569), - [anon_sym_const] = ACTIONS(2569), - [anon_sym_volatile] = ACTIONS(2569), - [anon_sym_restrict] = ACTIONS(2569), - [anon_sym__Atomic] = ACTIONS(2569), - [anon_sym_mutable] = ACTIONS(2569), - [anon_sym_constexpr] = ACTIONS(2569), - [anon_sym_QMARK] = ACTIONS(2571), - [anon_sym_DASH_DASH] = ACTIONS(2571), - [anon_sym_PLUS_PLUS] = ACTIONS(2571), - [anon_sym_DOT] = ACTIONS(2569), - [anon_sym_DASH_GT] = ACTIONS(2571), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2569), - [anon_sym_override] = ACTIONS(2569), - [anon_sym_GT2] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(2571), - [anon_sym_noexcept] = ACTIONS(2569), - [anon_sym_throw] = ACTIONS(2569), - [sym_operator_name] = ACTIONS(2569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2569), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2569), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2569), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2569), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2569), - [anon_sym_MOZ_COLD] = ACTIONS(2569), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2569), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2569), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2569), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2569), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2569), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2569), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2569), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2569), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2569), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2569), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2569), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2569), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2569), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2569), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2569), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_NONNULL] = ACTIONS(2569), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2569), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2569), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2569), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2569), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_NORETURN] = ACTIONS(2569), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2569), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2569), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2569), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2569), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2569), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2569), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2569), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2569), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2569), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), - [anon_sym_MOZ_RAII] = ACTIONS(2569), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2569), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2569), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2569), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2569), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2569), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2569), + [1180] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1342] = { - [sym_identifier] = ACTIONS(2637), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), - [anon_sym_COMMA] = ACTIONS(2639), - [anon_sym_LPAREN2] = ACTIONS(2639), - [anon_sym_TILDE] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2637), - [anon_sym_PLUS] = ACTIONS(2637), - [anon_sym_STAR] = ACTIONS(2639), - [anon_sym_SLASH] = ACTIONS(2637), - [anon_sym_PERCENT] = ACTIONS(2639), - [anon_sym_PIPE_PIPE] = ACTIONS(2639), - [anon_sym_AMP_AMP] = ACTIONS(2639), - [anon_sym_PIPE] = ACTIONS(2637), - [anon_sym_CARET] = ACTIONS(2639), - [anon_sym_AMP] = ACTIONS(2637), - [anon_sym_EQ_EQ] = ACTIONS(2639), - [anon_sym_BANG_EQ] = ACTIONS(2639), - [anon_sym_GT] = ACTIONS(2637), - [anon_sym_GT_EQ] = ACTIONS(2637), - [anon_sym_LT_EQ] = ACTIONS(2639), - [anon_sym_LT] = ACTIONS(2637), - [anon_sym_LT_LT] = ACTIONS(2639), - [anon_sym_GT_GT] = ACTIONS(2637), - [anon_sym_extern] = ACTIONS(2637), - [anon_sym___attribute__] = ACTIONS(2637), - [anon_sym___declspec] = ACTIONS(2637), - [anon_sym___based] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2639), - [anon_sym_LBRACK] = ACTIONS(2639), - [anon_sym_EQ] = ACTIONS(2637), - [anon_sym_static] = ACTIONS(2637), - [anon_sym_register] = ACTIONS(2637), - [anon_sym_inline] = ACTIONS(2637), - [anon_sym_const] = ACTIONS(2637), - [anon_sym_volatile] = ACTIONS(2637), - [anon_sym_restrict] = ACTIONS(2637), - [anon_sym__Atomic] = ACTIONS(2637), - [anon_sym_mutable] = ACTIONS(2637), - [anon_sym_constexpr] = ACTIONS(2637), - [anon_sym_QMARK] = ACTIONS(2639), - [anon_sym_DASH_DASH] = ACTIONS(2639), - [anon_sym_PLUS_PLUS] = ACTIONS(2639), - [anon_sym_DOT] = ACTIONS(2637), - [anon_sym_DASH_GT] = ACTIONS(2639), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2637), - [anon_sym_override] = ACTIONS(2637), - [anon_sym_GT2] = ACTIONS(2639), - [anon_sym_COLON_COLON] = ACTIONS(2639), - [anon_sym_noexcept] = ACTIONS(2637), - [anon_sym_throw] = ACTIONS(2637), - [sym_operator_name] = ACTIONS(2637), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2637), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2637), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2637), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2637), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2637), - [anon_sym_MOZ_COLD] = ACTIONS(2637), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2637), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2637), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2637), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2637), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2637), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2637), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2637), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2637), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2637), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2637), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2637), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2637), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2637), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2637), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2637), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_NONNULL] = ACTIONS(2637), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2637), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2637), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2637), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2637), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_NORETURN] = ACTIONS(2637), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2637), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2637), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2637), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2637), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2637), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2637), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2637), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2637), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2637), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), - [anon_sym_MOZ_RAII] = ACTIONS(2637), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2637), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2637), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2637), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2637), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2637), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2637), + [1181] = { + [sym_identifier] = ACTIONS(1800), + [aux_sym_preproc_def_token1] = ACTIONS(1800), + [aux_sym_preproc_if_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1800), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1800), + [sym_preproc_directive] = ACTIONS(1800), + [anon_sym_LPAREN2] = ACTIONS(1802), + [anon_sym_TILDE] = ACTIONS(1802), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP_AMP] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1800), + [anon_sym_typedef] = ACTIONS(1800), + [anon_sym_extern] = ACTIONS(1800), + [anon_sym___attribute__] = ACTIONS(1800), + [anon_sym___declspec] = ACTIONS(1800), + [anon_sym___based] = ACTIONS(1800), + [anon_sym_RBRACE] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1800), + [anon_sym_static] = ACTIONS(1800), + [anon_sym_register] = ACTIONS(1800), + [anon_sym_inline] = ACTIONS(1800), + [anon_sym_const] = ACTIONS(1800), + [anon_sym_volatile] = ACTIONS(1800), + [anon_sym_restrict] = ACTIONS(1800), + [anon_sym__Atomic] = ACTIONS(1800), + [anon_sym_mutable] = ACTIONS(1800), + [anon_sym_constexpr] = ACTIONS(1800), + [anon_sym_signed] = ACTIONS(1800), + [anon_sym_unsigned] = ACTIONS(1800), + [anon_sym_long] = ACTIONS(1800), + [anon_sym_short] = ACTIONS(1800), + [sym_primitive_type] = ACTIONS(1800), + [anon_sym_enum] = ACTIONS(1800), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1800), + [anon_sym_union] = ACTIONS(1800), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1800), + [anon_sym_virtual] = ACTIONS(1800), + [anon_sym_explicit] = ACTIONS(1800), + [anon_sym_public] = ACTIONS(1800), + [anon_sym_private] = ACTIONS(1800), + [anon_sym_protected] = ACTIONS(1800), + [sym_auto] = ACTIONS(1800), + [anon_sym_typename] = ACTIONS(1800), + [anon_sym_template] = ACTIONS(1800), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_operator] = ACTIONS(1800), + [anon_sym_friend] = ACTIONS(1800), + [anon_sym_using] = ACTIONS(1800), + [anon_sym_static_assert] = ACTIONS(1800), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1802), + [sym_operator_name] = ACTIONS(1800), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1800), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1800), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1800), + [anon_sym_MOZ_COLD] = ACTIONS(1800), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1800), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1800), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1800), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1800), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1800), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1800), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1800), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1800), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1800), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1800), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1800), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1800), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL] = ACTIONS(1800), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1800), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1800), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN] = ACTIONS(1800), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1800), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1800), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1800), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1800), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1800), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1800), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1800), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1800), + [anon_sym_MOZ_RAII] = ACTIONS(1800), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1800), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1800), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1800), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1800), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1800), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1800), }, - [1343] = { - [sym_identifier] = ACTIONS(2573), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2575), - [anon_sym_COMMA] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2575), - [anon_sym_TILDE] = ACTIONS(2575), - [anon_sym_DASH] = ACTIONS(2573), - [anon_sym_PLUS] = ACTIONS(2573), - [anon_sym_STAR] = ACTIONS(2575), - [anon_sym_SLASH] = ACTIONS(2573), - [anon_sym_PERCENT] = ACTIONS(2575), - [anon_sym_PIPE_PIPE] = ACTIONS(2575), - [anon_sym_AMP_AMP] = ACTIONS(2575), - [anon_sym_PIPE] = ACTIONS(2573), - [anon_sym_CARET] = ACTIONS(2575), - [anon_sym_AMP] = ACTIONS(2573), - [anon_sym_EQ_EQ] = ACTIONS(2575), - [anon_sym_BANG_EQ] = ACTIONS(2575), - [anon_sym_GT] = ACTIONS(2573), - [anon_sym_GT_EQ] = ACTIONS(2573), - [anon_sym_LT_EQ] = ACTIONS(2575), - [anon_sym_LT] = ACTIONS(2573), - [anon_sym_LT_LT] = ACTIONS(2575), - [anon_sym_GT_GT] = ACTIONS(2573), - [anon_sym_extern] = ACTIONS(2573), - [anon_sym___attribute__] = ACTIONS(2573), - [anon_sym___declspec] = ACTIONS(2573), - [anon_sym___based] = ACTIONS(2573), - [anon_sym_LBRACE] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_EQ] = ACTIONS(2573), - [anon_sym_static] = ACTIONS(2573), - [anon_sym_register] = ACTIONS(2573), - [anon_sym_inline] = ACTIONS(2573), - [anon_sym_const] = ACTIONS(2573), - [anon_sym_volatile] = ACTIONS(2573), - [anon_sym_restrict] = ACTIONS(2573), - [anon_sym__Atomic] = ACTIONS(2573), - [anon_sym_mutable] = ACTIONS(2573), - [anon_sym_constexpr] = ACTIONS(2573), - [anon_sym_QMARK] = ACTIONS(2575), - [anon_sym_DASH_DASH] = ACTIONS(2575), - [anon_sym_PLUS_PLUS] = ACTIONS(2575), - [anon_sym_DOT] = ACTIONS(2573), - [anon_sym_DASH_GT] = ACTIONS(2575), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2573), - [anon_sym_override] = ACTIONS(2573), - [anon_sym_GT2] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2575), - [anon_sym_noexcept] = ACTIONS(2573), - [anon_sym_throw] = ACTIONS(2573), - [sym_operator_name] = ACTIONS(2573), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2573), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2573), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2573), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2573), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2573), - [anon_sym_MOZ_COLD] = ACTIONS(2573), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2573), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2573), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2573), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2573), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2573), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2573), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2573), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2573), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2573), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2573), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2573), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2573), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2573), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2573), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2573), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_NONNULL] = ACTIONS(2573), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2573), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2573), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2573), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2573), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_NORETURN] = ACTIONS(2573), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2573), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2573), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2573), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2573), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2573), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2573), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2573), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2573), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2573), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), - [anon_sym_MOZ_RAII] = ACTIONS(2573), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2573), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2573), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2573), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2573), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2573), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2573), + [1182] = { + [sym_identifier] = ACTIONS(1796), + [aux_sym_preproc_def_token1] = ACTIONS(1796), + [aux_sym_preproc_if_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1796), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1796), + [sym_preproc_directive] = ACTIONS(1796), + [anon_sym_LPAREN2] = ACTIONS(1798), + [anon_sym_TILDE] = ACTIONS(1798), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_AMP] = ACTIONS(1796), + [anon_sym_typedef] = ACTIONS(1796), + [anon_sym_extern] = ACTIONS(1796), + [anon_sym___attribute__] = ACTIONS(1796), + [anon_sym___declspec] = ACTIONS(1796), + [anon_sym___based] = ACTIONS(1796), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1796), + [anon_sym_static] = ACTIONS(1796), + [anon_sym_register] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_const] = ACTIONS(1796), + [anon_sym_volatile] = ACTIONS(1796), + [anon_sym_restrict] = ACTIONS(1796), + [anon_sym__Atomic] = ACTIONS(1796), + [anon_sym_mutable] = ACTIONS(1796), + [anon_sym_constexpr] = ACTIONS(1796), + [anon_sym_signed] = ACTIONS(1796), + [anon_sym_unsigned] = ACTIONS(1796), + [anon_sym_long] = ACTIONS(1796), + [anon_sym_short] = ACTIONS(1796), + [sym_primitive_type] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1796), + [anon_sym_class] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1796), + [anon_sym_union] = ACTIONS(1796), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1796), + [anon_sym_virtual] = ACTIONS(1796), + [anon_sym_explicit] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [sym_auto] = ACTIONS(1796), + [anon_sym_typename] = ACTIONS(1796), + [anon_sym_template] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_friend] = ACTIONS(1796), + [anon_sym_using] = ACTIONS(1796), + [anon_sym_static_assert] = ACTIONS(1796), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1798), + [sym_operator_name] = ACTIONS(1796), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1796), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1796), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1796), + [anon_sym_MOZ_COLD] = ACTIONS(1796), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1796), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1796), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1796), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1796), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1796), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1796), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1796), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1796), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1796), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1796), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1796), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1796), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL] = ACTIONS(1796), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1796), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1796), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN] = ACTIONS(1796), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1796), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1796), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1796), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1796), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1796), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1796), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1796), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1796), + [anon_sym_MOZ_RAII] = ACTIONS(1796), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1796), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1796), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1796), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1796), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1796), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1796), }, - [1344] = { - [sym_identifier] = ACTIONS(2477), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2479), - [anon_sym_COMMA] = ACTIONS(2479), - [anon_sym_LPAREN2] = ACTIONS(2479), - [anon_sym_TILDE] = ACTIONS(2479), - [anon_sym_DASH] = ACTIONS(2477), - [anon_sym_PLUS] = ACTIONS(2477), - [anon_sym_STAR] = ACTIONS(2479), - [anon_sym_SLASH] = ACTIONS(2477), - [anon_sym_PERCENT] = ACTIONS(2479), - [anon_sym_PIPE_PIPE] = ACTIONS(2479), - [anon_sym_AMP_AMP] = ACTIONS(2479), - [anon_sym_PIPE] = ACTIONS(2477), - [anon_sym_CARET] = ACTIONS(2479), - [anon_sym_AMP] = ACTIONS(2477), - [anon_sym_EQ_EQ] = ACTIONS(2479), - [anon_sym_BANG_EQ] = ACTIONS(2479), - [anon_sym_GT] = ACTIONS(2477), - [anon_sym_GT_EQ] = ACTIONS(2477), - [anon_sym_LT_EQ] = ACTIONS(2479), - [anon_sym_LT] = ACTIONS(2477), - [anon_sym_LT_LT] = ACTIONS(2479), - [anon_sym_GT_GT] = ACTIONS(2477), - [anon_sym_extern] = ACTIONS(2477), - [anon_sym___attribute__] = ACTIONS(2477), - [anon_sym___declspec] = ACTIONS(2477), - [anon_sym___based] = ACTIONS(2477), - [anon_sym_LBRACE] = ACTIONS(2479), - [anon_sym_LBRACK] = ACTIONS(2479), - [anon_sym_EQ] = ACTIONS(2477), - [anon_sym_static] = ACTIONS(2477), - [anon_sym_register] = ACTIONS(2477), - [anon_sym_inline] = ACTIONS(2477), - [anon_sym_const] = ACTIONS(2477), - [anon_sym_volatile] = ACTIONS(2477), - [anon_sym_restrict] = ACTIONS(2477), - [anon_sym__Atomic] = ACTIONS(2477), - [anon_sym_mutable] = ACTIONS(2477), - [anon_sym_constexpr] = ACTIONS(2477), - [anon_sym_QMARK] = ACTIONS(2479), - [anon_sym_DASH_DASH] = ACTIONS(2479), - [anon_sym_PLUS_PLUS] = ACTIONS(2479), - [anon_sym_DOT] = ACTIONS(2477), - [anon_sym_DASH_GT] = ACTIONS(2479), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2477), - [anon_sym_override] = ACTIONS(2477), - [anon_sym_GT2] = ACTIONS(2479), - [anon_sym_COLON_COLON] = ACTIONS(2479), - [anon_sym_noexcept] = ACTIONS(2477), - [anon_sym_throw] = ACTIONS(2477), - [sym_operator_name] = ACTIONS(2477), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2477), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2477), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2477), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2477), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2477), - [anon_sym_MOZ_COLD] = ACTIONS(2477), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2477), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2477), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2477), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2477), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2477), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2477), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2477), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2477), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2477), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2477), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2477), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2477), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2477), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2477), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2477), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_NONNULL] = ACTIONS(2477), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2477), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2477), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2477), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2477), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_NORETURN] = ACTIONS(2477), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2477), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2477), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2477), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2477), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2477), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2477), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2477), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2477), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2477), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), - [anon_sym_MOZ_RAII] = ACTIONS(2477), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2477), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2477), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2477), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2477), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2477), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2477), + [1183] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1702), + [anon_sym_AMP_AMP] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1700), + [anon_sym_typedef] = ACTIONS(1700), + [anon_sym_extern] = ACTIONS(1700), + [anon_sym___attribute__] = ACTIONS(1700), + [anon_sym___declspec] = ACTIONS(1700), + [anon_sym___based] = ACTIONS(1700), + [anon_sym_LBRACK] = ACTIONS(1700), + [anon_sym_static] = ACTIONS(1700), + [anon_sym_register] = ACTIONS(1700), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1700), + [anon_sym_virtual] = ACTIONS(1700), + [anon_sym_explicit] = ACTIONS(1700), + [anon_sym_public] = ACTIONS(1700), + [anon_sym_private] = ACTIONS(1700), + [anon_sym_protected] = ACTIONS(1700), + [sym_auto] = ACTIONS(1700), + [anon_sym_typename] = ACTIONS(1700), + [anon_sym_template] = ACTIONS(1700), + [anon_sym_COLON_COLON] = ACTIONS(1702), + [anon_sym_operator] = ACTIONS(1700), + [anon_sym_friend] = ACTIONS(1700), + [anon_sym_using] = ACTIONS(1700), + [anon_sym_static_assert] = ACTIONS(1700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), + [sym_operator_name] = ACTIONS(1700), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1345] = { - [sym_template_argument_list] = STATE(849), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_RPAREN] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_DASH] = ACTIONS(2883), - [anon_sym_PLUS] = ACTIONS(2883), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_SLASH] = ACTIONS(2883), - [anon_sym_PERCENT] = ACTIONS(2881), - [anon_sym_PIPE_PIPE] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_PIPE] = ACTIONS(2883), - [anon_sym_CARET] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_EQ_EQ] = ACTIONS(2881), - [anon_sym_BANG_EQ] = ACTIONS(2881), - [anon_sym_GT] = ACTIONS(2883), - [anon_sym_GT_EQ] = ACTIONS(2881), - [anon_sym_LT_EQ] = ACTIONS(2881), - [anon_sym_LT] = ACTIONS(2875), - [anon_sym_LT_LT] = ACTIONS(2881), - [anon_sym_GT_GT] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_RBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_RBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2883), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_COLON] = ACTIONS(2881), - [anon_sym_QMARK] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2881), - [anon_sym_PLUS_PLUS] = ACTIONS(2881), - [anon_sym_DOT] = ACTIONS(2883), - [anon_sym_DASH_GT] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2881), - [anon_sym_override] = ACTIONS(2881), - [anon_sym_noexcept] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2881), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2881), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2881), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2881), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2881), - [anon_sym_MOZ_COLD] = ACTIONS(2881), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2881), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2881), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2881), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2881), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2881), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2881), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2881), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2881), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2881), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2881), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2881), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2881), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2881), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2881), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2881), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2881), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2881), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2881), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2881), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2881), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2881), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2881), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2881), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2881), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2881), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2881), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2881), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2881), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2881), - [anon_sym_MOZ_RAII] = ACTIONS(2881), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2881), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2881), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2881), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2881), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2881), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2881), + [1184] = { + [sym_identifier] = ACTIONS(1788), + [aux_sym_preproc_def_token1] = ACTIONS(1788), + [aux_sym_preproc_if_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1788), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1788), + [sym_preproc_directive] = ACTIONS(1788), + [anon_sym_LPAREN2] = ACTIONS(1790), + [anon_sym_TILDE] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_AMP_AMP] = ACTIONS(1790), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_typedef] = ACTIONS(1788), + [anon_sym_extern] = ACTIONS(1788), + [anon_sym___attribute__] = ACTIONS(1788), + [anon_sym___declspec] = ACTIONS(1788), + [anon_sym___based] = ACTIONS(1788), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1788), + [anon_sym_static] = ACTIONS(1788), + [anon_sym_register] = ACTIONS(1788), + [anon_sym_inline] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_volatile] = ACTIONS(1788), + [anon_sym_restrict] = ACTIONS(1788), + [anon_sym__Atomic] = ACTIONS(1788), + [anon_sym_mutable] = ACTIONS(1788), + [anon_sym_constexpr] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1788), + [anon_sym_unsigned] = ACTIONS(1788), + [anon_sym_long] = ACTIONS(1788), + [anon_sym_short] = ACTIONS(1788), + [sym_primitive_type] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_class] = ACTIONS(1788), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1788), + [anon_sym_virtual] = ACTIONS(1788), + [anon_sym_explicit] = ACTIONS(1788), + [anon_sym_public] = ACTIONS(1788), + [anon_sym_private] = ACTIONS(1788), + [anon_sym_protected] = ACTIONS(1788), + [sym_auto] = ACTIONS(1788), + [anon_sym_typename] = ACTIONS(1788), + [anon_sym_template] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1788), + [anon_sym_friend] = ACTIONS(1788), + [anon_sym_using] = ACTIONS(1788), + [anon_sym_static_assert] = ACTIONS(1788), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), + [sym_operator_name] = ACTIONS(1788), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1788), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1788), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1788), + [anon_sym_MOZ_COLD] = ACTIONS(1788), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1788), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1788), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1788), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1788), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1788), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1788), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1788), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1788), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1788), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1788), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1788), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1788), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL] = ACTIONS(1788), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1788), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1788), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN] = ACTIONS(1788), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1788), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1788), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1788), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1788), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1788), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1788), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1788), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1788), + [anon_sym_MOZ_RAII] = ACTIONS(1788), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1788), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1788), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1788), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1788), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1788), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1788), }, - [1346] = { - [sym_identifier] = ACTIONS(2729), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2731), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_LPAREN2] = ACTIONS(2731), - [anon_sym_TILDE] = ACTIONS(2731), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_PLUS] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_SLASH] = ACTIONS(2729), - [anon_sym_PERCENT] = ACTIONS(2731), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2729), - [anon_sym_CARET] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_GT] = ACTIONS(2729), - [anon_sym_GT_EQ] = ACTIONS(2729), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_LT_LT] = ACTIONS(2731), - [anon_sym_GT_GT] = ACTIONS(2729), - [anon_sym_extern] = ACTIONS(2729), - [anon_sym___attribute__] = ACTIONS(2729), - [anon_sym___declspec] = ACTIONS(2729), - [anon_sym___based] = ACTIONS(2729), - [anon_sym_LBRACE] = ACTIONS(2731), - [anon_sym_LBRACK] = ACTIONS(2731), - [anon_sym_EQ] = ACTIONS(2729), - [anon_sym_static] = ACTIONS(2729), - [anon_sym_register] = ACTIONS(2729), - [anon_sym_inline] = ACTIONS(2729), - [anon_sym_const] = ACTIONS(2729), - [anon_sym_volatile] = ACTIONS(2729), - [anon_sym_restrict] = ACTIONS(2729), - [anon_sym__Atomic] = ACTIONS(2729), - [anon_sym_mutable] = ACTIONS(2729), - [anon_sym_constexpr] = ACTIONS(2729), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_DASH_DASH] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2731), - [anon_sym_DOT] = ACTIONS(2729), - [anon_sym_DASH_GT] = ACTIONS(2731), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2729), - [anon_sym_override] = ACTIONS(2729), - [anon_sym_GT2] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2731), - [anon_sym_noexcept] = ACTIONS(2729), - [anon_sym_throw] = ACTIONS(2729), - [sym_operator_name] = ACTIONS(2729), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2729), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2729), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2729), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2729), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2729), - [anon_sym_MOZ_COLD] = ACTIONS(2729), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2729), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2729), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2729), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2729), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2729), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2729), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2729), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2729), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2729), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2729), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2729), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2729), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2729), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2729), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2729), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_NONNULL] = ACTIONS(2729), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2729), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2729), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2729), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2729), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_NORETURN] = ACTIONS(2729), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2729), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2729), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2729), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2729), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2729), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2729), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2729), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2729), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2729), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), - [anon_sym_MOZ_RAII] = ACTIONS(2729), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2729), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2729), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2729), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2729), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2729), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2729), + [1185] = { + [sym_identifier] = ACTIONS(1784), + [aux_sym_preproc_def_token1] = ACTIONS(1784), + [aux_sym_preproc_if_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1784), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1784), + [sym_preproc_directive] = ACTIONS(1784), + [anon_sym_LPAREN2] = ACTIONS(1786), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1784), + [anon_sym_typedef] = ACTIONS(1784), + [anon_sym_extern] = ACTIONS(1784), + [anon_sym___attribute__] = ACTIONS(1784), + [anon_sym___declspec] = ACTIONS(1784), + [anon_sym___based] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1784), + [anon_sym_static] = ACTIONS(1784), + [anon_sym_register] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_const] = ACTIONS(1784), + [anon_sym_volatile] = ACTIONS(1784), + [anon_sym_restrict] = ACTIONS(1784), + [anon_sym__Atomic] = ACTIONS(1784), + [anon_sym_mutable] = ACTIONS(1784), + [anon_sym_constexpr] = ACTIONS(1784), + [anon_sym_signed] = ACTIONS(1784), + [anon_sym_unsigned] = ACTIONS(1784), + [anon_sym_long] = ACTIONS(1784), + [anon_sym_short] = ACTIONS(1784), + [sym_primitive_type] = ACTIONS(1784), + [anon_sym_enum] = ACTIONS(1784), + [anon_sym_class] = ACTIONS(1784), + [anon_sym_struct] = ACTIONS(1784), + [anon_sym_union] = ACTIONS(1784), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1784), + [anon_sym_virtual] = ACTIONS(1784), + [anon_sym_explicit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [sym_auto] = ACTIONS(1784), + [anon_sym_typename] = ACTIONS(1784), + [anon_sym_template] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_friend] = ACTIONS(1784), + [anon_sym_using] = ACTIONS(1784), + [anon_sym_static_assert] = ACTIONS(1784), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), + [sym_operator_name] = ACTIONS(1784), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1784), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1784), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1784), + [anon_sym_MOZ_COLD] = ACTIONS(1784), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1784), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1784), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1784), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1784), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1784), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1784), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1784), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1784), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1784), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1784), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1784), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1784), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL] = ACTIONS(1784), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1784), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1784), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN] = ACTIONS(1784), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1784), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1784), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1784), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1784), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1784), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1784), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1784), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1784), + [anon_sym_MOZ_RAII] = ACTIONS(1784), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1784), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1784), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1784), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1784), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1784), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1784), }, - [1347] = { - [sym_identifier] = ACTIONS(2701), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2703), - [anon_sym_COMMA] = ACTIONS(2703), - [anon_sym_LPAREN2] = ACTIONS(2703), - [anon_sym_TILDE] = ACTIONS(2703), - [anon_sym_DASH] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2701), - [anon_sym_STAR] = ACTIONS(2703), - [anon_sym_SLASH] = ACTIONS(2701), - [anon_sym_PERCENT] = ACTIONS(2703), - [anon_sym_PIPE_PIPE] = ACTIONS(2703), - [anon_sym_AMP_AMP] = ACTIONS(2703), - [anon_sym_PIPE] = ACTIONS(2701), - [anon_sym_CARET] = ACTIONS(2703), - [anon_sym_AMP] = ACTIONS(2701), - [anon_sym_EQ_EQ] = ACTIONS(2703), - [anon_sym_BANG_EQ] = ACTIONS(2703), - [anon_sym_GT] = ACTIONS(2701), - [anon_sym_GT_EQ] = ACTIONS(2701), - [anon_sym_LT_EQ] = ACTIONS(2703), - [anon_sym_LT] = ACTIONS(2701), - [anon_sym_LT_LT] = ACTIONS(2703), - [anon_sym_GT_GT] = ACTIONS(2701), - [anon_sym_extern] = ACTIONS(2701), - [anon_sym___attribute__] = ACTIONS(2701), - [anon_sym___declspec] = ACTIONS(2701), - [anon_sym___based] = ACTIONS(2701), - [anon_sym_LBRACE] = ACTIONS(2703), - [anon_sym_LBRACK] = ACTIONS(2703), - [anon_sym_EQ] = ACTIONS(2701), - [anon_sym_static] = ACTIONS(2701), - [anon_sym_register] = ACTIONS(2701), - [anon_sym_inline] = ACTIONS(2701), - [anon_sym_const] = ACTIONS(2701), - [anon_sym_volatile] = ACTIONS(2701), - [anon_sym_restrict] = ACTIONS(2701), - [anon_sym__Atomic] = ACTIONS(2701), - [anon_sym_mutable] = ACTIONS(2701), - [anon_sym_constexpr] = ACTIONS(2701), - [anon_sym_QMARK] = ACTIONS(2703), - [anon_sym_DASH_DASH] = ACTIONS(2703), - [anon_sym_PLUS_PLUS] = ACTIONS(2703), - [anon_sym_DOT] = ACTIONS(2701), - [anon_sym_DASH_GT] = ACTIONS(2703), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2701), - [anon_sym_override] = ACTIONS(2701), - [anon_sym_GT2] = ACTIONS(2703), - [anon_sym_COLON_COLON] = ACTIONS(2703), - [anon_sym_noexcept] = ACTIONS(2701), - [anon_sym_throw] = ACTIONS(2701), - [sym_operator_name] = ACTIONS(2701), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), - [anon_sym_MOZ_COLD] = ACTIONS(2701), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_NONNULL] = ACTIONS(2701), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_NORETURN] = ACTIONS(2701), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), - [anon_sym_MOZ_RAII] = ACTIONS(2701), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), + [1186] = { + [sym_identifier] = ACTIONS(1780), + [aux_sym_preproc_def_token1] = ACTIONS(1780), + [aux_sym_preproc_if_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1780), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1780), + [sym_preproc_directive] = ACTIONS(1780), + [anon_sym_LPAREN2] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_typedef] = ACTIONS(1780), + [anon_sym_extern] = ACTIONS(1780), + [anon_sym___attribute__] = ACTIONS(1780), + [anon_sym___declspec] = ACTIONS(1780), + [anon_sym___based] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_static] = ACTIONS(1780), + [anon_sym_register] = ACTIONS(1780), + [anon_sym_inline] = ACTIONS(1780), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_volatile] = ACTIONS(1780), + [anon_sym_restrict] = ACTIONS(1780), + [anon_sym__Atomic] = ACTIONS(1780), + [anon_sym_mutable] = ACTIONS(1780), + [anon_sym_constexpr] = ACTIONS(1780), + [anon_sym_signed] = ACTIONS(1780), + [anon_sym_unsigned] = ACTIONS(1780), + [anon_sym_long] = ACTIONS(1780), + [anon_sym_short] = ACTIONS(1780), + [sym_primitive_type] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_class] = ACTIONS(1780), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1780), + [anon_sym_virtual] = ACTIONS(1780), + [anon_sym_explicit] = ACTIONS(1780), + [anon_sym_public] = ACTIONS(1780), + [anon_sym_private] = ACTIONS(1780), + [anon_sym_protected] = ACTIONS(1780), + [sym_auto] = ACTIONS(1780), + [anon_sym_typename] = ACTIONS(1780), + [anon_sym_template] = ACTIONS(1780), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_operator] = ACTIONS(1780), + [anon_sym_friend] = ACTIONS(1780), + [anon_sym_using] = ACTIONS(1780), + [anon_sym_static_assert] = ACTIONS(1780), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [sym_operator_name] = ACTIONS(1780), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1780), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1780), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1780), + [anon_sym_MOZ_COLD] = ACTIONS(1780), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1780), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1780), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1780), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1780), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1780), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1780), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1780), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1780), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1780), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1780), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1780), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1780), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL] = ACTIONS(1780), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1780), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1780), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN] = ACTIONS(1780), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1780), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1780), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1780), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1780), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1780), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1780), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1780), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1780), + [anon_sym_MOZ_RAII] = ACTIONS(1780), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1780), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1780), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1780), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1780), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1780), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1780), }, - [1348] = { - [sym_identifier] = ACTIONS(2665), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2667), - [anon_sym_COMMA] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2667), - [anon_sym_TILDE] = ACTIONS(2667), - [anon_sym_DASH] = ACTIONS(2665), - [anon_sym_PLUS] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2667), - [anon_sym_SLASH] = ACTIONS(2665), - [anon_sym_PERCENT] = ACTIONS(2667), - [anon_sym_PIPE_PIPE] = ACTIONS(2667), - [anon_sym_AMP_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(2665), - [anon_sym_CARET] = ACTIONS(2667), - [anon_sym_AMP] = ACTIONS(2665), - [anon_sym_EQ_EQ] = ACTIONS(2667), - [anon_sym_BANG_EQ] = ACTIONS(2667), - [anon_sym_GT] = ACTIONS(2665), - [anon_sym_GT_EQ] = ACTIONS(2665), - [anon_sym_LT_EQ] = ACTIONS(2667), - [anon_sym_LT] = ACTIONS(2665), - [anon_sym_LT_LT] = ACTIONS(2667), - [anon_sym_GT_GT] = ACTIONS(2665), - [anon_sym_extern] = ACTIONS(2665), - [anon_sym___attribute__] = ACTIONS(2665), - [anon_sym___declspec] = ACTIONS(2665), - [anon_sym___based] = ACTIONS(2665), - [anon_sym_LBRACE] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_EQ] = ACTIONS(2665), - [anon_sym_static] = ACTIONS(2665), - [anon_sym_register] = ACTIONS(2665), - [anon_sym_inline] = ACTIONS(2665), - [anon_sym_const] = ACTIONS(2665), - [anon_sym_volatile] = ACTIONS(2665), - [anon_sym_restrict] = ACTIONS(2665), - [anon_sym__Atomic] = ACTIONS(2665), - [anon_sym_mutable] = ACTIONS(2665), - [anon_sym_constexpr] = ACTIONS(2665), - [anon_sym_QMARK] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2667), - [anon_sym_PLUS_PLUS] = ACTIONS(2667), - [anon_sym_DOT] = ACTIONS(2665), - [anon_sym_DASH_GT] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2665), - [anon_sym_override] = ACTIONS(2665), - [anon_sym_GT2] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2667), - [anon_sym_noexcept] = ACTIONS(2665), - [anon_sym_throw] = ACTIONS(2665), - [sym_operator_name] = ACTIONS(2665), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2665), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2665), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2665), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2665), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2665), - [anon_sym_MOZ_COLD] = ACTIONS(2665), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2665), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2665), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2665), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2665), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2665), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2665), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2665), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2665), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2665), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2665), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2665), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2665), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2665), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2665), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2665), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_NONNULL] = ACTIONS(2665), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2665), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2665), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2665), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2665), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_NORETURN] = ACTIONS(2665), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2665), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2665), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2665), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2665), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2665), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2665), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2665), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2665), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2665), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), - [anon_sym_MOZ_RAII] = ACTIONS(2665), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2665), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2665), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2665), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2665), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2665), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2665), + [1187] = { + [sym_identifier] = ACTIONS(2765), + [aux_sym_preproc_def_token1] = ACTIONS(2765), + [aux_sym_preproc_if_token1] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2765), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2765), + [sym_preproc_directive] = ACTIONS(2765), + [anon_sym_LPAREN2] = ACTIONS(2767), + [anon_sym_TILDE] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_AMP_AMP] = ACTIONS(2767), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_typedef] = ACTIONS(2765), + [anon_sym_extern] = ACTIONS(2765), + [anon_sym___attribute__] = ACTIONS(2765), + [anon_sym___declspec] = ACTIONS(2765), + [anon_sym___based] = ACTIONS(2765), + [anon_sym_RBRACE] = ACTIONS(2767), + [anon_sym_LBRACK] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_register] = ACTIONS(2765), + [anon_sym_inline] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_volatile] = ACTIONS(2765), + [anon_sym_restrict] = ACTIONS(2765), + [anon_sym__Atomic] = ACTIONS(2765), + [anon_sym_mutable] = ACTIONS(2765), + [anon_sym_constexpr] = ACTIONS(2765), + [anon_sym_signed] = ACTIONS(2765), + [anon_sym_unsigned] = ACTIONS(2765), + [anon_sym_long] = ACTIONS(2765), + [anon_sym_short] = ACTIONS(2765), + [sym_primitive_type] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_class] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2765), + [anon_sym_virtual] = ACTIONS(2765), + [anon_sym_explicit] = ACTIONS(2765), + [anon_sym_public] = ACTIONS(2765), + [anon_sym_private] = ACTIONS(2765), + [anon_sym_protected] = ACTIONS(2765), + [sym_auto] = ACTIONS(2765), + [anon_sym_typename] = ACTIONS(2765), + [anon_sym_template] = ACTIONS(2765), + [anon_sym_COLON_COLON] = ACTIONS(2767), + [anon_sym_operator] = ACTIONS(2765), + [anon_sym_friend] = ACTIONS(2765), + [anon_sym_using] = ACTIONS(2765), + [anon_sym_static_assert] = ACTIONS(2765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2767), + [sym_operator_name] = ACTIONS(2765), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2765), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2765), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2765), + [anon_sym_MOZ_COLD] = ACTIONS(2765), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2765), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2765), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2765), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2765), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2765), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2765), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2765), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2765), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2765), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2765), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2765), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2765), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL] = ACTIONS(2765), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2765), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2765), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN] = ACTIONS(2765), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2765), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2765), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2765), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2765), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2765), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2765), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2765), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2765), + [anon_sym_MOZ_RAII] = ACTIONS(2765), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2765), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2765), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2765), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2765), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2765), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2765), }, - [1349] = { - [sym_identifier] = ACTIONS(2469), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2471), - [anon_sym_COMMA] = ACTIONS(2471), - [anon_sym_LPAREN2] = ACTIONS(2471), - [anon_sym_TILDE] = ACTIONS(2471), - [anon_sym_DASH] = ACTIONS(2469), - [anon_sym_PLUS] = ACTIONS(2469), - [anon_sym_STAR] = ACTIONS(2471), - [anon_sym_SLASH] = ACTIONS(2469), - [anon_sym_PERCENT] = ACTIONS(2471), - [anon_sym_PIPE_PIPE] = ACTIONS(2471), - [anon_sym_AMP_AMP] = ACTIONS(2471), - [anon_sym_PIPE] = ACTIONS(2469), - [anon_sym_CARET] = ACTIONS(2471), - [anon_sym_AMP] = ACTIONS(2469), - [anon_sym_EQ_EQ] = ACTIONS(2471), - [anon_sym_BANG_EQ] = ACTIONS(2471), - [anon_sym_GT] = ACTIONS(2469), - [anon_sym_GT_EQ] = ACTIONS(2469), - [anon_sym_LT_EQ] = ACTIONS(2471), - [anon_sym_LT] = ACTIONS(2469), - [anon_sym_LT_LT] = ACTIONS(2471), - [anon_sym_GT_GT] = ACTIONS(2469), - [anon_sym_extern] = ACTIONS(2469), - [anon_sym___attribute__] = ACTIONS(2469), - [anon_sym___declspec] = ACTIONS(2469), - [anon_sym___based] = ACTIONS(2469), - [anon_sym_LBRACE] = ACTIONS(2471), - [anon_sym_LBRACK] = ACTIONS(2471), - [anon_sym_EQ] = ACTIONS(2469), - [anon_sym_static] = ACTIONS(2469), - [anon_sym_register] = ACTIONS(2469), - [anon_sym_inline] = ACTIONS(2469), - [anon_sym_const] = ACTIONS(2469), - [anon_sym_volatile] = ACTIONS(2469), - [anon_sym_restrict] = ACTIONS(2469), - [anon_sym__Atomic] = ACTIONS(2469), - [anon_sym_mutable] = ACTIONS(2469), - [anon_sym_constexpr] = ACTIONS(2469), - [anon_sym_QMARK] = ACTIONS(2471), - [anon_sym_DASH_DASH] = ACTIONS(2471), - [anon_sym_PLUS_PLUS] = ACTIONS(2471), - [anon_sym_DOT] = ACTIONS(2469), - [anon_sym_DASH_GT] = ACTIONS(2471), + [1188] = { + [sym_identifier] = ACTIONS(1772), + [aux_sym_preproc_def_token1] = ACTIONS(1772), + [aux_sym_preproc_if_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1772), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1772), + [sym_preproc_directive] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1774), + [anon_sym_TILDE] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_AMP_AMP] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1772), + [anon_sym_typedef] = ACTIONS(1772), + [anon_sym_extern] = ACTIONS(1772), + [anon_sym___attribute__] = ACTIONS(1772), + [anon_sym___declspec] = ACTIONS(1772), + [anon_sym___based] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_static] = ACTIONS(1772), + [anon_sym_register] = ACTIONS(1772), + [anon_sym_inline] = ACTIONS(1772), + [anon_sym_const] = ACTIONS(1772), + [anon_sym_volatile] = ACTIONS(1772), + [anon_sym_restrict] = ACTIONS(1772), + [anon_sym__Atomic] = ACTIONS(1772), + [anon_sym_mutable] = ACTIONS(1772), + [anon_sym_constexpr] = ACTIONS(1772), + [anon_sym_signed] = ACTIONS(1772), + [anon_sym_unsigned] = ACTIONS(1772), + [anon_sym_long] = ACTIONS(1772), + [anon_sym_short] = ACTIONS(1772), + [sym_primitive_type] = ACTIONS(1772), + [anon_sym_enum] = ACTIONS(1772), + [anon_sym_class] = ACTIONS(1772), + [anon_sym_struct] = ACTIONS(1772), + [anon_sym_union] = ACTIONS(1772), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1772), + [anon_sym_virtual] = ACTIONS(1772), + [anon_sym_explicit] = ACTIONS(1772), + [anon_sym_public] = ACTIONS(1772), + [anon_sym_private] = ACTIONS(1772), + [anon_sym_protected] = ACTIONS(1772), + [sym_auto] = ACTIONS(1772), + [anon_sym_typename] = ACTIONS(1772), + [anon_sym_template] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(1774), + [anon_sym_operator] = ACTIONS(1772), + [anon_sym_friend] = ACTIONS(1772), + [anon_sym_using] = ACTIONS(1772), + [anon_sym_static_assert] = ACTIONS(1772), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1774), + [sym_operator_name] = ACTIONS(1772), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1772), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1772), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1772), + [anon_sym_MOZ_COLD] = ACTIONS(1772), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1772), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1772), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1772), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1772), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1772), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1772), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1772), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1772), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1772), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1772), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1772), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1772), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL] = ACTIONS(1772), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1772), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1772), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN] = ACTIONS(1772), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1772), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1772), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1772), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1772), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1772), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1772), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1772), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1772), + [anon_sym_MOZ_RAII] = ACTIONS(1772), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1772), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1772), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1772), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1772), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1772), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1772), + }, + [1189] = { + [sym_identifier] = ACTIONS(2769), + [aux_sym_preproc_def_token1] = ACTIONS(2769), + [aux_sym_preproc_if_token1] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), + [sym_preproc_directive] = ACTIONS(2769), + [anon_sym_LPAREN2] = ACTIONS(2771), + [anon_sym_TILDE] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_AMP_AMP] = ACTIONS(2771), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_typedef] = ACTIONS(2769), + [anon_sym_extern] = ACTIONS(2769), + [anon_sym___attribute__] = ACTIONS(2769), + [anon_sym___declspec] = ACTIONS(2769), + [anon_sym___based] = ACTIONS(2769), + [anon_sym_RBRACE] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2769), + [anon_sym_static] = ACTIONS(2769), + [anon_sym_register] = ACTIONS(2769), + [anon_sym_inline] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_volatile] = ACTIONS(2769), + [anon_sym_restrict] = ACTIONS(2769), + [anon_sym__Atomic] = ACTIONS(2769), + [anon_sym_mutable] = ACTIONS(2769), + [anon_sym_constexpr] = ACTIONS(2769), + [anon_sym_signed] = ACTIONS(2769), + [anon_sym_unsigned] = ACTIONS(2769), + [anon_sym_long] = ACTIONS(2769), + [anon_sym_short] = ACTIONS(2769), + [sym_primitive_type] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_class] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2469), - [anon_sym_override] = ACTIONS(2469), - [anon_sym_GT2] = ACTIONS(2471), - [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_noexcept] = ACTIONS(2469), - [anon_sym_throw] = ACTIONS(2469), - [sym_operator_name] = ACTIONS(2469), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2469), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2469), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2469), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2469), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2469), - [anon_sym_MOZ_COLD] = ACTIONS(2469), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2469), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2469), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2469), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2469), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2469), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2469), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2469), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2469), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2469), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2469), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2469), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2469), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2469), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2469), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2469), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_NONNULL] = ACTIONS(2469), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2469), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2469), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2469), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2469), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_NORETURN] = ACTIONS(2469), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2469), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2469), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2469), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2469), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2469), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2469), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2469), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2469), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2469), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), - [anon_sym_MOZ_RAII] = ACTIONS(2469), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2469), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2469), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2469), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2469), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2469), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2469), - }, - [1350] = { - [sym_identifier] = ACTIONS(2549), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2551), - [anon_sym_COMMA] = ACTIONS(2551), - [anon_sym_LPAREN2] = ACTIONS(2551), - [anon_sym_TILDE] = ACTIONS(2551), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_PLUS] = ACTIONS(2549), - [anon_sym_STAR] = ACTIONS(2551), - [anon_sym_SLASH] = ACTIONS(2549), - [anon_sym_PERCENT] = ACTIONS(2551), - [anon_sym_PIPE_PIPE] = ACTIONS(2551), - [anon_sym_AMP_AMP] = ACTIONS(2551), - [anon_sym_PIPE] = ACTIONS(2549), - [anon_sym_CARET] = ACTIONS(2551), - [anon_sym_AMP] = ACTIONS(2549), - [anon_sym_EQ_EQ] = ACTIONS(2551), - [anon_sym_BANG_EQ] = ACTIONS(2551), - [anon_sym_GT] = ACTIONS(2549), - [anon_sym_GT_EQ] = ACTIONS(2549), - [anon_sym_LT_EQ] = ACTIONS(2551), - [anon_sym_LT] = ACTIONS(2549), - [anon_sym_LT_LT] = ACTIONS(2551), - [anon_sym_GT_GT] = ACTIONS(2549), - [anon_sym_extern] = ACTIONS(2549), - [anon_sym___attribute__] = ACTIONS(2549), - [anon_sym___declspec] = ACTIONS(2549), - [anon_sym___based] = ACTIONS(2549), - [anon_sym_LBRACE] = ACTIONS(2551), - [anon_sym_LBRACK] = ACTIONS(2551), - [anon_sym_EQ] = ACTIONS(2549), - [anon_sym_static] = ACTIONS(2549), - [anon_sym_register] = ACTIONS(2549), - [anon_sym_inline] = ACTIONS(2549), - [anon_sym_const] = ACTIONS(2549), - [anon_sym_volatile] = ACTIONS(2549), - [anon_sym_restrict] = ACTIONS(2549), - [anon_sym__Atomic] = ACTIONS(2549), - [anon_sym_mutable] = ACTIONS(2549), - [anon_sym_constexpr] = ACTIONS(2549), - [anon_sym_QMARK] = ACTIONS(2551), - [anon_sym_DASH_DASH] = ACTIONS(2551), - [anon_sym_PLUS_PLUS] = ACTIONS(2551), - [anon_sym_DOT] = ACTIONS(2549), - [anon_sym_DASH_GT] = ACTIONS(2551), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2549), - [anon_sym_override] = ACTIONS(2549), - [anon_sym_GT2] = ACTIONS(2551), - [anon_sym_COLON_COLON] = ACTIONS(2551), - [anon_sym_noexcept] = ACTIONS(2549), - [anon_sym_throw] = ACTIONS(2549), - [sym_operator_name] = ACTIONS(2549), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2549), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2549), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2549), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2549), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2549), - [anon_sym_MOZ_COLD] = ACTIONS(2549), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2549), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2549), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2549), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2549), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2549), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2549), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2549), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2549), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2549), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2549), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2549), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2549), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2549), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2549), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2549), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_NONNULL] = ACTIONS(2549), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2549), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2549), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2549), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2549), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_NORETURN] = ACTIONS(2549), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2549), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2549), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2549), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2549), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2549), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2549), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2549), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2549), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2549), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), - [anon_sym_MOZ_RAII] = ACTIONS(2549), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2549), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2549), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2549), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2549), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2549), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2549), - }, - [1351] = { - [sym_identifier] = ACTIONS(2685), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2687), - [anon_sym_COMMA] = ACTIONS(2687), - [anon_sym_LPAREN2] = ACTIONS(2687), - [anon_sym_TILDE] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_STAR] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_PERCENT] = ACTIONS(2687), - [anon_sym_PIPE_PIPE] = ACTIONS(2687), - [anon_sym_AMP_AMP] = ACTIONS(2687), - [anon_sym_PIPE] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2685), - [anon_sym_EQ_EQ] = ACTIONS(2687), - [anon_sym_BANG_EQ] = ACTIONS(2687), - [anon_sym_GT] = ACTIONS(2685), - [anon_sym_GT_EQ] = ACTIONS(2685), - [anon_sym_LT_EQ] = ACTIONS(2687), - [anon_sym_LT] = ACTIONS(2685), - [anon_sym_LT_LT] = ACTIONS(2687), - [anon_sym_GT_GT] = ACTIONS(2685), - [anon_sym_extern] = ACTIONS(2685), - [anon_sym___attribute__] = ACTIONS(2685), - [anon_sym___declspec] = ACTIONS(2685), - [anon_sym___based] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_EQ] = ACTIONS(2685), - [anon_sym_static] = ACTIONS(2685), - [anon_sym_register] = ACTIONS(2685), - [anon_sym_inline] = ACTIONS(2685), - [anon_sym_const] = ACTIONS(2685), - [anon_sym_volatile] = ACTIONS(2685), - [anon_sym_restrict] = ACTIONS(2685), - [anon_sym__Atomic] = ACTIONS(2685), - [anon_sym_mutable] = ACTIONS(2685), - [anon_sym_constexpr] = ACTIONS(2685), - [anon_sym_QMARK] = ACTIONS(2687), - [anon_sym_DASH_DASH] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_DASH_GT] = ACTIONS(2687), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2685), - [anon_sym_override] = ACTIONS(2685), - [anon_sym_GT2] = ACTIONS(2687), - [anon_sym_COLON_COLON] = ACTIONS(2687), - [anon_sym_noexcept] = ACTIONS(2685), - [anon_sym_throw] = ACTIONS(2685), - [sym_operator_name] = ACTIONS(2685), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), - [anon_sym_MOZ_COLD] = ACTIONS(2685), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_NONNULL] = ACTIONS(2685), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_NORETURN] = ACTIONS(2685), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), - [anon_sym_MOZ_RAII] = ACTIONS(2685), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), + [anon_sym_decltype] = ACTIONS(2769), + [anon_sym_virtual] = ACTIONS(2769), + [anon_sym_explicit] = ACTIONS(2769), + [anon_sym_public] = ACTIONS(2769), + [anon_sym_private] = ACTIONS(2769), + [anon_sym_protected] = ACTIONS(2769), + [sym_auto] = ACTIONS(2769), + [anon_sym_typename] = ACTIONS(2769), + [anon_sym_template] = ACTIONS(2769), + [anon_sym_COLON_COLON] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2769), + [anon_sym_friend] = ACTIONS(2769), + [anon_sym_using] = ACTIONS(2769), + [anon_sym_static_assert] = ACTIONS(2769), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), + [sym_operator_name] = ACTIONS(2769), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2769), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2769), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2769), + [anon_sym_MOZ_COLD] = ACTIONS(2769), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2769), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2769), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2769), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2769), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2769), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2769), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2769), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2769), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2769), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2769), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2769), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2769), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL] = ACTIONS(2769), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2769), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2769), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN] = ACTIONS(2769), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2769), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2769), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2769), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2769), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2769), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2769), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2769), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2769), + [anon_sym_MOZ_RAII] = ACTIONS(2769), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2769), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2769), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2769), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2769), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2769), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2769), }, - [1352] = { - [sym_identifier] = ACTIONS(2465), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2467), - [anon_sym_COMMA] = ACTIONS(2467), - [anon_sym_LPAREN2] = ACTIONS(2467), - [anon_sym_TILDE] = ACTIONS(2467), - [anon_sym_DASH] = ACTIONS(2465), - [anon_sym_PLUS] = ACTIONS(2465), - [anon_sym_STAR] = ACTIONS(2467), - [anon_sym_SLASH] = ACTIONS(2465), - [anon_sym_PERCENT] = ACTIONS(2467), - [anon_sym_PIPE_PIPE] = ACTIONS(2467), - [anon_sym_AMP_AMP] = ACTIONS(2467), - [anon_sym_PIPE] = ACTIONS(2465), - [anon_sym_CARET] = ACTIONS(2467), - [anon_sym_AMP] = ACTIONS(2465), - [anon_sym_EQ_EQ] = ACTIONS(2467), - [anon_sym_BANG_EQ] = ACTIONS(2467), - [anon_sym_GT] = ACTIONS(2465), - [anon_sym_GT_EQ] = ACTIONS(2465), - [anon_sym_LT_EQ] = ACTIONS(2467), - [anon_sym_LT] = ACTIONS(2465), - [anon_sym_LT_LT] = ACTIONS(2467), - [anon_sym_GT_GT] = ACTIONS(2465), - [anon_sym_extern] = ACTIONS(2465), - [anon_sym___attribute__] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2465), - [anon_sym___based] = ACTIONS(2465), - [anon_sym_LBRACE] = ACTIONS(2467), - [anon_sym_LBRACK] = ACTIONS(2467), - [anon_sym_EQ] = ACTIONS(2465), - [anon_sym_static] = ACTIONS(2465), - [anon_sym_register] = ACTIONS(2465), - [anon_sym_inline] = ACTIONS(2465), - [anon_sym_const] = ACTIONS(2465), - [anon_sym_volatile] = ACTIONS(2465), - [anon_sym_restrict] = ACTIONS(2465), - [anon_sym__Atomic] = ACTIONS(2465), - [anon_sym_mutable] = ACTIONS(2465), - [anon_sym_constexpr] = ACTIONS(2465), - [anon_sym_QMARK] = ACTIONS(2467), - [anon_sym_DASH_DASH] = ACTIONS(2467), - [anon_sym_PLUS_PLUS] = ACTIONS(2467), - [anon_sym_DOT] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2467), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2465), - [anon_sym_override] = ACTIONS(2465), - [anon_sym_GT2] = ACTIONS(2467), - [anon_sym_COLON_COLON] = ACTIONS(2467), - [anon_sym_noexcept] = ACTIONS(2465), - [anon_sym_throw] = ACTIONS(2465), - [sym_operator_name] = ACTIONS(2465), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2465), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2465), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2465), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2465), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2465), - [anon_sym_MOZ_COLD] = ACTIONS(2465), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2465), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2465), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2465), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2465), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2465), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2465), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2465), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2465), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2465), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2465), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2465), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2465), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2465), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2465), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2465), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_NONNULL] = ACTIONS(2465), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2465), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2465), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2465), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2465), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_NORETURN] = ACTIONS(2465), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2465), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2465), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2465), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2465), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2465), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2465), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2465), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2465), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2465), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), - [anon_sym_MOZ_RAII] = ACTIONS(2465), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2465), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2465), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2465), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2465), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2465), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2465), + [1190] = { + [sym_identifier] = ACTIONS(1764), + [aux_sym_preproc_def_token1] = ACTIONS(1764), + [aux_sym_preproc_if_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1764), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1764), + [sym_preproc_directive] = ACTIONS(1764), + [anon_sym_LPAREN2] = ACTIONS(1766), + [anon_sym_TILDE] = ACTIONS(1766), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_typedef] = ACTIONS(1764), + [anon_sym_extern] = ACTIONS(1764), + [anon_sym___attribute__] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(1764), + [anon_sym___based] = ACTIONS(1764), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1764), + [anon_sym_static] = ACTIONS(1764), + [anon_sym_register] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_const] = ACTIONS(1764), + [anon_sym_volatile] = ACTIONS(1764), + [anon_sym_restrict] = ACTIONS(1764), + [anon_sym__Atomic] = ACTIONS(1764), + [anon_sym_mutable] = ACTIONS(1764), + [anon_sym_constexpr] = ACTIONS(1764), + [anon_sym_signed] = ACTIONS(1764), + [anon_sym_unsigned] = ACTIONS(1764), + [anon_sym_long] = ACTIONS(1764), + [anon_sym_short] = ACTIONS(1764), + [sym_primitive_type] = ACTIONS(1764), + [anon_sym_enum] = ACTIONS(1764), + [anon_sym_class] = ACTIONS(1764), + [anon_sym_struct] = ACTIONS(1764), + [anon_sym_union] = ACTIONS(1764), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1764), + [anon_sym_virtual] = ACTIONS(1764), + [anon_sym_explicit] = ACTIONS(1764), + [anon_sym_public] = ACTIONS(1764), + [anon_sym_private] = ACTIONS(1764), + [anon_sym_protected] = ACTIONS(1764), + [sym_auto] = ACTIONS(1764), + [anon_sym_typename] = ACTIONS(1764), + [anon_sym_template] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_friend] = ACTIONS(1764), + [anon_sym_using] = ACTIONS(1764), + [anon_sym_static_assert] = ACTIONS(1764), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1766), + [sym_operator_name] = ACTIONS(1764), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1764), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1764), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1764), + [anon_sym_MOZ_COLD] = ACTIONS(1764), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1764), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1764), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1764), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1764), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1764), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1764), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1764), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1764), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1764), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1764), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1764), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1764), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL] = ACTIONS(1764), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1764), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1764), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN] = ACTIONS(1764), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1764), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1764), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1764), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1764), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1764), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1764), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1764), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1764), + [anon_sym_MOZ_RAII] = ACTIONS(1764), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1764), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1764), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1764), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1764), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1764), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1764), }, - [1353] = { - [sym_identifier] = ACTIONS(2677), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2679), - [anon_sym_COMMA] = ACTIONS(2679), - [anon_sym_LPAREN2] = ACTIONS(2679), - [anon_sym_TILDE] = ACTIONS(2679), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_PLUS] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2679), - [anon_sym_SLASH] = ACTIONS(2677), - [anon_sym_PERCENT] = ACTIONS(2679), - [anon_sym_PIPE_PIPE] = ACTIONS(2679), - [anon_sym_AMP_AMP] = ACTIONS(2679), - [anon_sym_PIPE] = ACTIONS(2677), - [anon_sym_CARET] = ACTIONS(2679), - [anon_sym_AMP] = ACTIONS(2677), - [anon_sym_EQ_EQ] = ACTIONS(2679), - [anon_sym_BANG_EQ] = ACTIONS(2679), - [anon_sym_GT] = ACTIONS(2677), - [anon_sym_GT_EQ] = ACTIONS(2677), - [anon_sym_LT_EQ] = ACTIONS(2679), - [anon_sym_LT] = ACTIONS(2677), - [anon_sym_LT_LT] = ACTIONS(2679), - [anon_sym_GT_GT] = ACTIONS(2677), - [anon_sym_extern] = ACTIONS(2677), - [anon_sym___attribute__] = ACTIONS(2677), - [anon_sym___declspec] = ACTIONS(2677), - [anon_sym___based] = ACTIONS(2677), - [anon_sym_LBRACE] = ACTIONS(2679), - [anon_sym_LBRACK] = ACTIONS(2679), - [anon_sym_EQ] = ACTIONS(2677), - [anon_sym_static] = ACTIONS(2677), - [anon_sym_register] = ACTIONS(2677), - [anon_sym_inline] = ACTIONS(2677), - [anon_sym_const] = ACTIONS(2677), - [anon_sym_volatile] = ACTIONS(2677), - [anon_sym_restrict] = ACTIONS(2677), - [anon_sym__Atomic] = ACTIONS(2677), - [anon_sym_mutable] = ACTIONS(2677), - [anon_sym_constexpr] = ACTIONS(2677), - [anon_sym_QMARK] = ACTIONS(2679), - [anon_sym_DASH_DASH] = ACTIONS(2679), - [anon_sym_PLUS_PLUS] = ACTIONS(2679), - [anon_sym_DOT] = ACTIONS(2677), - [anon_sym_DASH_GT] = ACTIONS(2679), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2677), - [anon_sym_override] = ACTIONS(2677), - [anon_sym_GT2] = ACTIONS(2679), - [anon_sym_COLON_COLON] = ACTIONS(2679), - [anon_sym_noexcept] = ACTIONS(2677), - [anon_sym_throw] = ACTIONS(2677), - [sym_operator_name] = ACTIONS(2677), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2677), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2677), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2677), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2677), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2677), - [anon_sym_MOZ_COLD] = ACTIONS(2677), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2677), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2677), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2677), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2677), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2677), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2677), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2677), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2677), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2677), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2677), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2677), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2677), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2677), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2677), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2677), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_NONNULL] = ACTIONS(2677), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2677), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2677), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2677), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2677), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_NORETURN] = ACTIONS(2677), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2677), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2677), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2677), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2677), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2677), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2677), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2677), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2677), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2677), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), - [anon_sym_MOZ_RAII] = ACTIONS(2677), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2677), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2677), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2677), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2677), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2677), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2677), + [1191] = { + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token2] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [anon_sym_public] = ACTIONS(1716), + [anon_sym_private] = ACTIONS(1716), + [anon_sym_protected] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_friend] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [sym_operator_name] = ACTIONS(1716), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), }, - [1354] = { - [sym_identifier] = ACTIONS(2661), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2663), - [anon_sym_COMMA] = ACTIONS(2663), - [anon_sym_LPAREN2] = ACTIONS(2663), - [anon_sym_TILDE] = ACTIONS(2663), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_PLUS] = ACTIONS(2661), - [anon_sym_STAR] = ACTIONS(2663), - [anon_sym_SLASH] = ACTIONS(2661), - [anon_sym_PERCENT] = ACTIONS(2663), - [anon_sym_PIPE_PIPE] = ACTIONS(2663), - [anon_sym_AMP_AMP] = ACTIONS(2663), - [anon_sym_PIPE] = ACTIONS(2661), - [anon_sym_CARET] = ACTIONS(2663), - [anon_sym_AMP] = ACTIONS(2661), - [anon_sym_EQ_EQ] = ACTIONS(2663), - [anon_sym_BANG_EQ] = ACTIONS(2663), - [anon_sym_GT] = ACTIONS(2661), - [anon_sym_GT_EQ] = ACTIONS(2661), - [anon_sym_LT_EQ] = ACTIONS(2663), - [anon_sym_LT] = ACTIONS(2661), - [anon_sym_LT_LT] = ACTIONS(2663), - [anon_sym_GT_GT] = ACTIONS(2661), - [anon_sym_extern] = ACTIONS(2661), - [anon_sym___attribute__] = ACTIONS(2661), - [anon_sym___declspec] = ACTIONS(2661), - [anon_sym___based] = ACTIONS(2661), - [anon_sym_LBRACE] = ACTIONS(2663), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_EQ] = ACTIONS(2661), - [anon_sym_static] = ACTIONS(2661), - [anon_sym_register] = ACTIONS(2661), - [anon_sym_inline] = ACTIONS(2661), - [anon_sym_const] = ACTIONS(2661), - [anon_sym_volatile] = ACTIONS(2661), - [anon_sym_restrict] = ACTIONS(2661), - [anon_sym__Atomic] = ACTIONS(2661), - [anon_sym_mutable] = ACTIONS(2661), - [anon_sym_constexpr] = ACTIONS(2661), - [anon_sym_QMARK] = ACTIONS(2663), - [anon_sym_DASH_DASH] = ACTIONS(2663), - [anon_sym_PLUS_PLUS] = ACTIONS(2663), - [anon_sym_DOT] = ACTIONS(2661), - [anon_sym_DASH_GT] = ACTIONS(2663), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2661), - [anon_sym_override] = ACTIONS(2661), - [anon_sym_GT2] = ACTIONS(2663), - [anon_sym_COLON_COLON] = ACTIONS(2663), - [anon_sym_noexcept] = ACTIONS(2661), - [anon_sym_throw] = ACTIONS(2661), - [sym_operator_name] = ACTIONS(2661), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2661), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2661), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2661), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2661), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2661), - [anon_sym_MOZ_COLD] = ACTIONS(2661), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2661), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2661), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2661), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2661), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2661), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2661), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2661), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2661), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2661), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2661), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2661), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2661), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2661), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2661), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2661), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_NONNULL] = ACTIONS(2661), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2661), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2661), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2661), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2661), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_NORETURN] = ACTIONS(2661), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2661), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2661), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2661), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2661), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2661), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2661), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2661), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2661), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2661), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), - [anon_sym_MOZ_RAII] = ACTIONS(2661), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2661), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2661), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2661), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2661), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2661), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2661), + [1192] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1355] = { - [sym_identifier] = ACTIONS(2409), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2411), - [anon_sym_COMMA] = ACTIONS(2411), - [anon_sym_LPAREN2] = ACTIONS(2411), - [anon_sym_TILDE] = ACTIONS(2411), - [anon_sym_DASH] = ACTIONS(2409), - [anon_sym_PLUS] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2411), - [anon_sym_SLASH] = ACTIONS(2409), - [anon_sym_PERCENT] = ACTIONS(2411), - [anon_sym_PIPE_PIPE] = ACTIONS(2411), - [anon_sym_AMP_AMP] = ACTIONS(2411), - [anon_sym_PIPE] = ACTIONS(2409), - [anon_sym_CARET] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2409), - [anon_sym_EQ_EQ] = ACTIONS(2411), - [anon_sym_BANG_EQ] = ACTIONS(2411), - [anon_sym_GT] = ACTIONS(2409), - [anon_sym_GT_EQ] = ACTIONS(2409), - [anon_sym_LT_EQ] = ACTIONS(2411), - [anon_sym_LT] = ACTIONS(2409), - [anon_sym_LT_LT] = ACTIONS(2411), - [anon_sym_GT_GT] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2409), - [anon_sym___attribute__] = ACTIONS(2409), - [anon_sym___declspec] = ACTIONS(2409), - [anon_sym___based] = ACTIONS(2409), - [anon_sym_LBRACE] = ACTIONS(2411), - [anon_sym_LBRACK] = ACTIONS(2411), - [anon_sym_EQ] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2409), - [anon_sym_register] = ACTIONS(2409), - [anon_sym_inline] = ACTIONS(2409), - [anon_sym_const] = ACTIONS(2409), - [anon_sym_volatile] = ACTIONS(2409), - [anon_sym_restrict] = ACTIONS(2409), - [anon_sym__Atomic] = ACTIONS(2409), - [anon_sym_mutable] = ACTIONS(2409), - [anon_sym_constexpr] = ACTIONS(2409), - [anon_sym_QMARK] = ACTIONS(2411), - [anon_sym_DASH_DASH] = ACTIONS(2411), - [anon_sym_PLUS_PLUS] = ACTIONS(2411), - [anon_sym_DOT] = ACTIONS(2409), - [anon_sym_DASH_GT] = ACTIONS(2411), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2409), - [anon_sym_override] = ACTIONS(2409), - [anon_sym_GT2] = ACTIONS(2411), - [anon_sym_COLON_COLON] = ACTIONS(2411), - [anon_sym_noexcept] = ACTIONS(2409), - [anon_sym_throw] = ACTIONS(2409), - [sym_operator_name] = ACTIONS(2409), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2409), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2409), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2409), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2409), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2409), - [anon_sym_MOZ_COLD] = ACTIONS(2409), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2409), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2409), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2409), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2409), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2409), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2409), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2409), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2409), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2409), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2409), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2409), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2409), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2409), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2409), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2409), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2409), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_NONNULL] = ACTIONS(2409), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2409), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2409), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2409), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2409), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_NORETURN] = ACTIONS(2409), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2409), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2409), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2409), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2409), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2409), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2409), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2409), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2409), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2409), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2409), - [anon_sym_MOZ_RAII] = ACTIONS(2409), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2409), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2409), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2409), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2409), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2409), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2409), + [1193] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), + [anon_sym_MOZ_COLD] = ACTIONS(2833), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL] = ACTIONS(2833), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN] = ACTIONS(2833), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), + [anon_sym_MOZ_RAII] = ACTIONS(2833), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1356] = { - [sym_identifier] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2455), - [anon_sym_COMMA] = ACTIONS(2455), - [anon_sym_LPAREN2] = ACTIONS(2455), - [anon_sym_TILDE] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2453), - [anon_sym_PLUS] = ACTIONS(2453), - [anon_sym_STAR] = ACTIONS(2455), - [anon_sym_SLASH] = ACTIONS(2453), - [anon_sym_PERCENT] = ACTIONS(2455), - [anon_sym_PIPE_PIPE] = ACTIONS(2455), - [anon_sym_AMP_AMP] = ACTIONS(2455), - [anon_sym_PIPE] = ACTIONS(2453), - [anon_sym_CARET] = ACTIONS(2455), - [anon_sym_AMP] = ACTIONS(2453), - [anon_sym_EQ_EQ] = ACTIONS(2455), - [anon_sym_BANG_EQ] = ACTIONS(2455), - [anon_sym_GT] = ACTIONS(2453), - [anon_sym_GT_EQ] = ACTIONS(2453), - [anon_sym_LT_EQ] = ACTIONS(2455), - [anon_sym_LT] = ACTIONS(2453), - [anon_sym_LT_LT] = ACTIONS(2455), - [anon_sym_GT_GT] = ACTIONS(2453), - [anon_sym_extern] = ACTIONS(2453), - [anon_sym___attribute__] = ACTIONS(2453), - [anon_sym___declspec] = ACTIONS(2453), - [anon_sym___based] = ACTIONS(2453), - [anon_sym_LBRACE] = ACTIONS(2455), - [anon_sym_LBRACK] = ACTIONS(2455), - [anon_sym_EQ] = ACTIONS(2453), - [anon_sym_static] = ACTIONS(2453), - [anon_sym_register] = ACTIONS(2453), - [anon_sym_inline] = ACTIONS(2453), - [anon_sym_const] = ACTIONS(2453), - [anon_sym_volatile] = ACTIONS(2453), - [anon_sym_restrict] = ACTIONS(2453), - [anon_sym__Atomic] = ACTIONS(2453), - [anon_sym_mutable] = ACTIONS(2453), - [anon_sym_constexpr] = ACTIONS(2453), - [anon_sym_QMARK] = ACTIONS(2455), - [anon_sym_DASH_DASH] = ACTIONS(2455), - [anon_sym_PLUS_PLUS] = ACTIONS(2455), - [anon_sym_DOT] = ACTIONS(2453), - [anon_sym_DASH_GT] = ACTIONS(2455), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2453), - [anon_sym_override] = ACTIONS(2453), - [anon_sym_GT2] = ACTIONS(2455), - [anon_sym_COLON_COLON] = ACTIONS(2455), - [anon_sym_noexcept] = ACTIONS(2453), - [anon_sym_throw] = ACTIONS(2453), - [sym_operator_name] = ACTIONS(2453), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2453), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2453), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2453), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2453), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2453), - [anon_sym_MOZ_COLD] = ACTIONS(2453), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2453), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2453), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2453), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2453), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2453), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2453), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2453), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2453), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2453), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2453), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2453), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2453), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2453), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2453), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2453), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_NONNULL] = ACTIONS(2453), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2453), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2453), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2453), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2453), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_NORETURN] = ACTIONS(2453), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2453), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2453), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2453), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2453), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2453), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2453), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2453), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2453), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2453), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), - [anon_sym_MOZ_RAII] = ACTIONS(2453), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2453), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2453), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2453), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2453), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2453), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2453), + [1194] = { + [sym_identifier] = ACTIONS(1724), + [aux_sym_preproc_def_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token1] = ACTIONS(1724), + [aux_sym_preproc_if_token2] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1724), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1724), + [sym_preproc_directive] = ACTIONS(1724), + [anon_sym_LPAREN2] = ACTIONS(1726), + [anon_sym_TILDE] = ACTIONS(1726), + [anon_sym_STAR] = ACTIONS(1726), + [anon_sym_AMP_AMP] = ACTIONS(1726), + [anon_sym_AMP] = ACTIONS(1724), + [anon_sym_typedef] = ACTIONS(1724), + [anon_sym_extern] = ACTIONS(1724), + [anon_sym___attribute__] = ACTIONS(1724), + [anon_sym___declspec] = ACTIONS(1724), + [anon_sym___based] = ACTIONS(1724), + [anon_sym_LBRACK] = ACTIONS(1724), + [anon_sym_static] = ACTIONS(1724), + [anon_sym_register] = ACTIONS(1724), + [anon_sym_inline] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_volatile] = ACTIONS(1724), + [anon_sym_restrict] = ACTIONS(1724), + [anon_sym__Atomic] = ACTIONS(1724), + [anon_sym_mutable] = ACTIONS(1724), + [anon_sym_constexpr] = ACTIONS(1724), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [sym_primitive_type] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_class] = ACTIONS(1724), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1724), + [anon_sym_virtual] = ACTIONS(1724), + [anon_sym_explicit] = ACTIONS(1724), + [anon_sym_public] = ACTIONS(1724), + [anon_sym_private] = ACTIONS(1724), + [anon_sym_protected] = ACTIONS(1724), + [sym_auto] = ACTIONS(1724), + [anon_sym_typename] = ACTIONS(1724), + [anon_sym_template] = ACTIONS(1724), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_operator] = ACTIONS(1724), + [anon_sym_friend] = ACTIONS(1724), + [anon_sym_using] = ACTIONS(1724), + [anon_sym_static_assert] = ACTIONS(1724), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1726), + [sym_operator_name] = ACTIONS(1724), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1724), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1724), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1724), + [anon_sym_MOZ_COLD] = ACTIONS(1724), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1724), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1724), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1724), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1724), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1724), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1724), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1724), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1724), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1724), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1724), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1724), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1724), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL] = ACTIONS(1724), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1724), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1724), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN] = ACTIONS(1724), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1724), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1724), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1724), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1724), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1724), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1724), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1724), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1724), + [anon_sym_MOZ_RAII] = ACTIONS(1724), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1724), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1724), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1724), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1724), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1724), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1724), }, - [1357] = { - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2443), - [anon_sym_COMMA] = ACTIONS(2443), - [anon_sym_LPAREN2] = ACTIONS(2443), - [anon_sym_TILDE] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2441), - [anon_sym_PLUS] = ACTIONS(2441), - [anon_sym_STAR] = ACTIONS(2443), - [anon_sym_SLASH] = ACTIONS(2441), - [anon_sym_PERCENT] = ACTIONS(2443), - [anon_sym_PIPE_PIPE] = ACTIONS(2443), - [anon_sym_AMP_AMP] = ACTIONS(2443), - [anon_sym_PIPE] = ACTIONS(2441), - [anon_sym_CARET] = ACTIONS(2443), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_EQ_EQ] = ACTIONS(2443), - [anon_sym_BANG_EQ] = ACTIONS(2443), - [anon_sym_GT] = ACTIONS(2441), - [anon_sym_GT_EQ] = ACTIONS(2441), - [anon_sym_LT_EQ] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2441), - [anon_sym_LT_LT] = ACTIONS(2443), - [anon_sym_GT_GT] = ACTIONS(2441), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2443), - [anon_sym_LBRACK] = ACTIONS(2443), - [anon_sym_EQ] = ACTIONS(2441), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2443), - [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DOT] = ACTIONS(2441), - [anon_sym_DASH_GT] = ACTIONS(2443), + [1195] = { + [sym_identifier] = ACTIONS(2741), + [aux_sym_preproc_def_token1] = ACTIONS(2741), + [aux_sym_preproc_if_token1] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2741), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2741), + [sym_preproc_directive] = ACTIONS(2741), + [anon_sym_LPAREN2] = ACTIONS(2743), + [anon_sym_TILDE] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_AMP_AMP] = ACTIONS(2743), + [anon_sym_AMP] = ACTIONS(2741), + [anon_sym_typedef] = ACTIONS(2741), + [anon_sym_extern] = ACTIONS(2741), + [anon_sym___attribute__] = ACTIONS(2741), + [anon_sym___declspec] = ACTIONS(2741), + [anon_sym___based] = ACTIONS(2741), + [anon_sym_RBRACE] = ACTIONS(2743), + [anon_sym_LBRACK] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_register] = ACTIONS(2741), + [anon_sym_inline] = ACTIONS(2741), + [anon_sym_const] = ACTIONS(2741), + [anon_sym_volatile] = ACTIONS(2741), + [anon_sym_restrict] = ACTIONS(2741), + [anon_sym__Atomic] = ACTIONS(2741), + [anon_sym_mutable] = ACTIONS(2741), + [anon_sym_constexpr] = ACTIONS(2741), + [anon_sym_signed] = ACTIONS(2741), + [anon_sym_unsigned] = ACTIONS(2741), + [anon_sym_long] = ACTIONS(2741), + [anon_sym_short] = ACTIONS(2741), + [sym_primitive_type] = ACTIONS(2741), + [anon_sym_enum] = ACTIONS(2741), + [anon_sym_class] = ACTIONS(2741), + [anon_sym_struct] = ACTIONS(2741), + [anon_sym_union] = ACTIONS(2741), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2441), - [anon_sym_override] = ACTIONS(2441), - [anon_sym_GT2] = ACTIONS(2443), - [anon_sym_COLON_COLON] = ACTIONS(2443), - [anon_sym_noexcept] = ACTIONS(2441), - [anon_sym_throw] = 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), - }, - [1358] = { - [sym_identifier] = ACTIONS(2885), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2887), - [anon_sym_COMMA] = ACTIONS(2887), - [anon_sym_RPAREN] = ACTIONS(2887), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_LBRACK] = ACTIONS(2887), - [anon_sym_EQ] = ACTIONS(2887), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [sym_primitive_type] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_COLON] = ACTIONS(2885), - [anon_sym_DASH_GT] = ACTIONS(2887), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_final] = ACTIONS(2885), - [anon_sym_override] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_explicit] = ACTIONS(2885), - [sym_auto] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_GT2] = ACTIONS(2887), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_operator] = ACTIONS(2885), - [anon_sym_noexcept] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [sym_operator_name] = ACTIONS(2885), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2885), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2885), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2885), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2885), - [anon_sym_MOZ_COLD] = ACTIONS(2885), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2885), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2885), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2885), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2885), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2885), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2885), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2885), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2885), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2885), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2885), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2885), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2885), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2885), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_NONNULL] = ACTIONS(2885), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2885), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2885), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2885), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2885), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2885), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2885), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2885), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2885), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2885), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2885), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2885), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2885), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2885), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2885), - [anon_sym_MOZ_RAII] = ACTIONS(2885), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2885), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2885), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2885), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2885), - }, - [1359] = { - [sym__declaration_specifiers] = STATE(3548), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1390), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2889), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1360] = { - [sym__declaration_specifiers] = STATE(3523), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1397), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2889), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1361] = { - [sym_identifier] = ACTIONS(2891), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2893), - [anon_sym_COMMA] = ACTIONS(2893), - [anon_sym_RPAREN] = ACTIONS(2893), - [anon_sym_LPAREN2] = ACTIONS(2893), - [anon_sym_TILDE] = ACTIONS(2893), - [anon_sym_STAR] = ACTIONS(2893), - [anon_sym_AMP_AMP] = ACTIONS(2893), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_SEMI] = ACTIONS(2893), - [anon_sym_extern] = ACTIONS(2891), - [anon_sym___attribute__] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2891), - [anon_sym___based] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2893), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_EQ] = ACTIONS(2893), - [anon_sym_static] = ACTIONS(2891), - [anon_sym_register] = ACTIONS(2891), - [anon_sym_inline] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_volatile] = ACTIONS(2891), - [anon_sym_restrict] = ACTIONS(2891), - [anon_sym__Atomic] = ACTIONS(2891), - [anon_sym_mutable] = ACTIONS(2891), - [anon_sym_constexpr] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2891), - [anon_sym_unsigned] = ACTIONS(2891), - [anon_sym_long] = ACTIONS(2891), - [anon_sym_short] = ACTIONS(2891), - [sym_primitive_type] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_class] = ACTIONS(2891), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_COLON] = ACTIONS(2891), - [anon_sym_DASH_GT] = ACTIONS(2893), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2891), - [anon_sym_final] = ACTIONS(2891), - [anon_sym_override] = ACTIONS(2891), - [anon_sym_virtual] = ACTIONS(2891), - [anon_sym_explicit] = ACTIONS(2891), - [sym_auto] = ACTIONS(2891), - [anon_sym_typename] = ACTIONS(2891), - [anon_sym_GT2] = ACTIONS(2893), - [anon_sym_COLON_COLON] = ACTIONS(2893), - [anon_sym_operator] = ACTIONS(2891), - [anon_sym_noexcept] = ACTIONS(2891), - [anon_sym_throw] = ACTIONS(2891), - [sym_operator_name] = ACTIONS(2891), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2891), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2891), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2891), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2891), - [anon_sym_MOZ_COLD] = ACTIONS(2891), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2891), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2891), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2891), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2891), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2891), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2891), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2891), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2891), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2891), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2891), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2891), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2891), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2891), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_NONNULL] = ACTIONS(2891), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2891), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2891), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2891), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2891), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2891), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2891), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2891), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2891), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2891), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2891), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2891), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2891), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2891), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2891), - [anon_sym_MOZ_RAII] = ACTIONS(2891), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2891), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2891), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2891), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2891), - }, - [1362] = { - [sym_identifier] = ACTIONS(2895), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2897), - [anon_sym_COMMA] = ACTIONS(2897), - [anon_sym_RPAREN] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2897), - [anon_sym_TILDE] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_AMP_AMP] = ACTIONS(2897), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_SEMI] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2895), - [anon_sym___attribute__] = ACTIONS(2895), - [anon_sym___declspec] = ACTIONS(2895), - [anon_sym___based] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_EQ] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2895), - [anon_sym_register] = ACTIONS(2895), - [anon_sym_inline] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_volatile] = ACTIONS(2895), - [anon_sym_restrict] = ACTIONS(2895), - [anon_sym__Atomic] = ACTIONS(2895), - [anon_sym_mutable] = ACTIONS(2895), - [anon_sym_constexpr] = ACTIONS(2895), - [anon_sym_signed] = ACTIONS(2895), - [anon_sym_unsigned] = ACTIONS(2895), - [anon_sym_long] = ACTIONS(2895), - [anon_sym_short] = ACTIONS(2895), - [sym_primitive_type] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_class] = ACTIONS(2895), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [anon_sym_COLON] = ACTIONS(2895), - [anon_sym_DASH_GT] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2895), - [anon_sym_final] = ACTIONS(2895), - [anon_sym_override] = ACTIONS(2895), - [anon_sym_virtual] = ACTIONS(2895), - [anon_sym_explicit] = ACTIONS(2895), - [sym_auto] = ACTIONS(2895), - [anon_sym_typename] = ACTIONS(2895), - [anon_sym_GT2] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2897), - [anon_sym_operator] = ACTIONS(2895), - [anon_sym_noexcept] = ACTIONS(2895), - [anon_sym_throw] = ACTIONS(2895), - [sym_operator_name] = ACTIONS(2895), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2895), - [anon_sym_MOZ_COLD] = ACTIONS(2895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_NONNULL] = ACTIONS(2895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2895), - [anon_sym_MOZ_RAII] = ACTIONS(2895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2895), - }, - [1363] = { - [sym__declaration_specifiers] = STATE(3512), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_virtual_function_specifier] = STATE(1401), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [anon_sym_virtual] = ACTIONS(2889), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1364] = { - [sym__declaration_specifiers] = STATE(2949), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1365] = { - [sym__declaration_specifiers] = STATE(2954), - [sym_attribute_specifier] = STATE(1413), - [sym_ms_declspec_modifier] = STATE(1413), - [sym_storage_class_specifier] = STATE(1413), - [sym_type_qualifier] = STATE(1413), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1504), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1413), - [aux_sym_sized_type_specifier_repeat1] = STATE(1446), - [sym_identifier] = ACTIONS(2345), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2347), - [anon_sym_unsigned] = ACTIONS(2347), - [anon_sym_long] = ACTIONS(2347), - [anon_sym_short] = ACTIONS(2347), - [sym_primitive_type] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2351), - [anon_sym_class] = ACTIONS(2899), - [anon_sym_struct] = ACTIONS(2355), - [anon_sym_union] = ACTIONS(2357), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1366] = { - [sym__declaration_specifiers] = STATE(3582), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1367] = { - [sym__declaration_specifiers] = STATE(3573), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1368] = { - [sym__declaration_specifiers] = STATE(3562), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2741), + [anon_sym_virtual] = ACTIONS(2741), + [anon_sym_explicit] = ACTIONS(2741), + [anon_sym_public] = ACTIONS(2741), + [anon_sym_private] = ACTIONS(2741), + [anon_sym_protected] = ACTIONS(2741), + [sym_auto] = ACTIONS(2741), + [anon_sym_typename] = ACTIONS(2741), + [anon_sym_template] = ACTIONS(2741), + [anon_sym_COLON_COLON] = ACTIONS(2743), + [anon_sym_operator] = ACTIONS(2741), + [anon_sym_friend] = ACTIONS(2741), + [anon_sym_using] = ACTIONS(2741), + [anon_sym_static_assert] = ACTIONS(2741), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2743), + [sym_operator_name] = ACTIONS(2741), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2741), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2741), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2741), + [anon_sym_MOZ_COLD] = ACTIONS(2741), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2741), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2741), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2741), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2741), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2741), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2741), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2741), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2741), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2741), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2741), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2741), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2741), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL] = ACTIONS(2741), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2741), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2741), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN] = ACTIONS(2741), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2741), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2741), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2741), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2741), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2741), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2741), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2741), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2741), + [anon_sym_MOZ_RAII] = ACTIONS(2741), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2741), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2741), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2741), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2741), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2741), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2741), }, - [1369] = { - [sym__declaration_specifiers] = STATE(3570), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1196] = { + [sym_identifier] = ACTIONS(2745), + [aux_sym_preproc_def_token1] = ACTIONS(2745), + [aux_sym_preproc_if_token1] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2745), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2745), + [sym_preproc_directive] = ACTIONS(2745), + [anon_sym_LPAREN2] = ACTIONS(2747), + [anon_sym_TILDE] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_AMP_AMP] = ACTIONS(2747), + [anon_sym_AMP] = ACTIONS(2745), + [anon_sym_typedef] = ACTIONS(2745), + [anon_sym_extern] = ACTIONS(2745), + [anon_sym___attribute__] = ACTIONS(2745), + [anon_sym___declspec] = ACTIONS(2745), + [anon_sym___based] = ACTIONS(2745), + [anon_sym_RBRACE] = ACTIONS(2747), + [anon_sym_LBRACK] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_register] = ACTIONS(2745), + [anon_sym_inline] = ACTIONS(2745), + [anon_sym_const] = ACTIONS(2745), + [anon_sym_volatile] = ACTIONS(2745), + [anon_sym_restrict] = ACTIONS(2745), + [anon_sym__Atomic] = ACTIONS(2745), + [anon_sym_mutable] = ACTIONS(2745), + [anon_sym_constexpr] = ACTIONS(2745), + [anon_sym_signed] = ACTIONS(2745), + [anon_sym_unsigned] = ACTIONS(2745), + [anon_sym_long] = ACTIONS(2745), + [anon_sym_short] = ACTIONS(2745), + [sym_primitive_type] = ACTIONS(2745), + [anon_sym_enum] = ACTIONS(2745), + [anon_sym_class] = ACTIONS(2745), + [anon_sym_struct] = ACTIONS(2745), + [anon_sym_union] = ACTIONS(2745), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2745), + [anon_sym_virtual] = ACTIONS(2745), + [anon_sym_explicit] = ACTIONS(2745), + [anon_sym_public] = ACTIONS(2745), + [anon_sym_private] = ACTIONS(2745), + [anon_sym_protected] = ACTIONS(2745), + [sym_auto] = ACTIONS(2745), + [anon_sym_typename] = ACTIONS(2745), + [anon_sym_template] = ACTIONS(2745), + [anon_sym_COLON_COLON] = ACTIONS(2747), + [anon_sym_operator] = ACTIONS(2745), + [anon_sym_friend] = ACTIONS(2745), + [anon_sym_using] = ACTIONS(2745), + [anon_sym_static_assert] = ACTIONS(2745), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2747), + [sym_operator_name] = ACTIONS(2745), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2745), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2745), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2745), + [anon_sym_MOZ_COLD] = ACTIONS(2745), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2745), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2745), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2745), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2745), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2745), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2745), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2745), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2745), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2745), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2745), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2745), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2745), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL] = ACTIONS(2745), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2745), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2745), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN] = ACTIONS(2745), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2745), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2745), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2745), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2745), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2745), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2745), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2745), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2745), + [anon_sym_MOZ_RAII] = ACTIONS(2745), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2745), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2745), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2745), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2745), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2745), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2745), }, - [1370] = { + [1197] = { [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_RPAREN] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2905), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_DASH] = ACTIONS(2908), - [anon_sym_PLUS] = ACTIONS(2908), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2908), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2908), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2910), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2908), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2908), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_SEMI] = ACTIONS(2905), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), [anon_sym_extern] = ACTIONS(2833), [anon_sym___attribute__] = ACTIONS(2833), [anon_sym___declspec] = ACTIONS(2833), [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), - [anon_sym_RBRACE] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_LBRACK] = ACTIONS(2833), [anon_sym_static] = ACTIONS(2833), [anon_sym_register] = ACTIONS(2833), [anon_sym_inline] = ACTIONS(2833), @@ -232252,14 +224199,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2833), [anon_sym_mutable] = ACTIONS(2833), [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DOT] = ACTIONS(2908), - [anon_sym_DASH_GT] = ACTIONS(2903), - [sym_comment] = ACTIONS(3), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [sym_primitive_type] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [sym_auto] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), [sym_operator_name] = ACTIONS(2833), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2833), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), @@ -232329,11039 +224295,9573 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), }, - [1371] = { - [sym__declaration_specifiers] = STATE(3586), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1372] = { - [sym__declaration_specifiers] = STATE(3578), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_attribute] = STATE(1425), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym_function_definition_repeat1] = STATE(1425), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(129), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1198] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [1373] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_RPAREN] = ACTIONS(2903), - [anon_sym_LPAREN2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_DASH] = ACTIONS(2908), - [anon_sym_PLUS] = ACTIONS(2908), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2908), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2908), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2910), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2908), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2908), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DOT] = ACTIONS(2908), - [anon_sym_DASH_GT] = ACTIONS(2903), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), + [1199] = { + [sym_identifier] = ACTIONS(2749), + [aux_sym_preproc_def_token1] = ACTIONS(2749), + [aux_sym_preproc_if_token1] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2749), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2749), + [sym_preproc_directive] = ACTIONS(2749), + [anon_sym_LPAREN2] = ACTIONS(2751), + [anon_sym_TILDE] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_AMP_AMP] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2749), + [anon_sym_typedef] = ACTIONS(2749), + [anon_sym_extern] = ACTIONS(2749), + [anon_sym___attribute__] = ACTIONS(2749), + [anon_sym___declspec] = ACTIONS(2749), + [anon_sym___based] = ACTIONS(2749), + [anon_sym_RBRACE] = ACTIONS(2751), + [anon_sym_LBRACK] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_register] = ACTIONS(2749), + [anon_sym_inline] = ACTIONS(2749), + [anon_sym_const] = ACTIONS(2749), + [anon_sym_volatile] = ACTIONS(2749), + [anon_sym_restrict] = ACTIONS(2749), + [anon_sym__Atomic] = ACTIONS(2749), + [anon_sym_mutable] = ACTIONS(2749), + [anon_sym_constexpr] = ACTIONS(2749), + [anon_sym_signed] = ACTIONS(2749), + [anon_sym_unsigned] = ACTIONS(2749), + [anon_sym_long] = ACTIONS(2749), + [anon_sym_short] = ACTIONS(2749), + [sym_primitive_type] = ACTIONS(2749), + [anon_sym_enum] = ACTIONS(2749), + [anon_sym_class] = ACTIONS(2749), + [anon_sym_struct] = ACTIONS(2749), + [anon_sym_union] = ACTIONS(2749), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2749), + [anon_sym_virtual] = ACTIONS(2749), + [anon_sym_explicit] = ACTIONS(2749), + [anon_sym_public] = ACTIONS(2749), + [anon_sym_private] = ACTIONS(2749), + [anon_sym_protected] = ACTIONS(2749), + [sym_auto] = ACTIONS(2749), + [anon_sym_typename] = ACTIONS(2749), + [anon_sym_template] = ACTIONS(2749), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_operator] = ACTIONS(2749), + [anon_sym_friend] = ACTIONS(2749), + [anon_sym_using] = ACTIONS(2749), + [anon_sym_static_assert] = ACTIONS(2749), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2751), + [sym_operator_name] = ACTIONS(2749), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2749), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2749), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2749), + [anon_sym_MOZ_COLD] = ACTIONS(2749), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2749), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2749), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2749), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2749), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2749), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2749), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2749), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2749), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2749), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2749), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2749), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2749), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL] = ACTIONS(2749), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2749), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2749), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN] = ACTIONS(2749), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2749), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2749), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2749), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2749), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2749), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2749), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2749), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2749), + [anon_sym_MOZ_RAII] = ACTIONS(2749), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2749), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2749), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2749), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2749), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2749), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2749), }, - [1374] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_RPAREN] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_DASH] = ACTIONS(2908), - [anon_sym_PLUS] = ACTIONS(2908), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2908), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2908), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2910), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2908), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2908), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_EQ] = ACTIONS(2833), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DOT] = ACTIONS(2908), - [anon_sym_DASH_GT] = ACTIONS(2903), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), + [1200] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [1375] = { - [sym_identifier] = ACTIONS(2913), - [anon_sym_LPAREN2] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_extern] = ACTIONS(2913), - [anon_sym___attribute__] = ACTIONS(2913), - [anon_sym___declspec] = ACTIONS(2913), - [anon_sym___based] = ACTIONS(2913), - [anon_sym___cdecl] = ACTIONS(2913), - [anon_sym___clrcall] = ACTIONS(2913), - [anon_sym___stdcall] = ACTIONS(2913), - [anon_sym___fastcall] = ACTIONS(2913), - [anon_sym___thiscall] = ACTIONS(2913), - [anon_sym___vectorcall] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_static] = ACTIONS(2913), - [anon_sym_register] = ACTIONS(2913), - [anon_sym_inline] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_volatile] = ACTIONS(2913), - [anon_sym_restrict] = ACTIONS(2913), - [anon_sym__Atomic] = ACTIONS(2913), - [anon_sym_mutable] = ACTIONS(2913), - [anon_sym_constexpr] = ACTIONS(2913), - [anon_sym_signed] = ACTIONS(2913), - [anon_sym_unsigned] = ACTIONS(2913), - [anon_sym_long] = ACTIONS(2913), - [anon_sym_short] = ACTIONS(2913), - [sym_primitive_type] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), - [anon_sym_class] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_union] = ACTIONS(2913), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2913), - [anon_sym_virtual] = ACTIONS(2913), - [anon_sym_explicit] = ACTIONS(2913), - [sym_auto] = ACTIONS(2913), - [anon_sym_typename] = ACTIONS(2913), - [anon_sym_template] = ACTIONS(2913), - [anon_sym_COLON_COLON] = ACTIONS(2915), - [anon_sym_operator] = ACTIONS(2913), - [anon_sym_using] = ACTIONS(2913), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), - [sym_operator_name] = ACTIONS(2913), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2913), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2913), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2913), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2913), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2913), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2913), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2913), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2913), - [anon_sym_MOZ_COLD] = ACTIONS(2913), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2913), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2913), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2913), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2913), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2913), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2913), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2913), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2913), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2913), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2913), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2913), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2913), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2913), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2913), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2913), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2913), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2913), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2913), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2913), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_NONNULL] = ACTIONS(2913), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2913), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2913), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2913), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2913), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2913), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_NORETURN] = ACTIONS(2913), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2913), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2913), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2913), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2913), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2913), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2913), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2913), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2913), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2913), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), - [anon_sym_MOZ_RAII] = ACTIONS(2913), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2913), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2913), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2913), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2913), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2913), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2913), + [1201] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token2] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [1376] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3962), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4160), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [1202] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [sym_primitive_type] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [sym_auto] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [sym_operator_name] = ACTIONS(2829), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2829), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2829), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2829), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2829), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2829), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2829), + [anon_sym_MOZ_COLD] = ACTIONS(2829), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2829), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2829), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2829), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2829), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2829), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2829), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2829), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2829), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2829), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2829), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2829), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2829), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2829), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2829), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2829), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2829), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_NONNULL] = ACTIONS(2829), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2829), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2829), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2829), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2829), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_NORETURN] = ACTIONS(2829), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2829), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2829), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2829), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2829), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2829), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2829), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2829), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2829), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2829), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2829), + [anon_sym_MOZ_RAII] = ACTIONS(2829), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2829), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2829), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2829), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2829), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2829), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2829), }, - [1377] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4039), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4207), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [1203] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token2] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [sym_primitive_type] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - }, - [1378] = { - [sym_identifier] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym___cdecl] = ACTIONS(2921), - [anon_sym___clrcall] = ACTIONS(2921), - [anon_sym___stdcall] = ACTIONS(2921), - [anon_sym___fastcall] = ACTIONS(2921), - [anon_sym___thiscall] = ACTIONS(2921), - [anon_sym___vectorcall] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [sym_primitive_type] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [sym_auto] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [sym_operator_name] = ACTIONS(2921), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2921), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2921), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2921), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2921), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2921), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2921), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2921), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2921), - [anon_sym_MOZ_COLD] = ACTIONS(2921), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2921), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2921), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2921), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2921), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2921), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2921), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2921), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2921), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2921), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2921), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2921), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2921), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2921), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2921), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2921), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2921), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2921), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2921), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2921), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_NONNULL] = ACTIONS(2921), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2921), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2921), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2921), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2921), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2921), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_NORETURN] = ACTIONS(2921), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2921), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2921), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2921), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2921), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2921), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2921), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2921), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2921), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2921), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), - [anon_sym_MOZ_RAII] = ACTIONS(2921), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2921), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2921), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2921), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2921), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2921), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2921), - }, - [1379] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4033), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4191), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - }, - [1380] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4014), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4172), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), - }, - [1381] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3954), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4196), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_public] = ACTIONS(2817), + [anon_sym_private] = ACTIONS(2817), + [anon_sym_protected] = ACTIONS(2817), + [sym_auto] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_friend] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [sym_operator_name] = ACTIONS(2817), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2817), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2817), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2817), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2817), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2817), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2817), + [anon_sym_MOZ_COLD] = ACTIONS(2817), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2817), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2817), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2817), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2817), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2817), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2817), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2817), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2817), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2817), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2817), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2817), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2817), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2817), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2817), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2817), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2817), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_NONNULL] = ACTIONS(2817), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2817), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2817), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2817), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2817), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_NORETURN] = ACTIONS(2817), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2817), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2817), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2817), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2817), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2817), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2817), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2817), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2817), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2817), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2817), + [anon_sym_MOZ_RAII] = ACTIONS(2817), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2817), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2817), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2817), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2817), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2817), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2817), }, - [1382] = { - [sym_identifier] = ACTIONS(2925), - [anon_sym_LPAREN2] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2925), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym___based] = ACTIONS(2925), - [anon_sym___cdecl] = ACTIONS(2925), - [anon_sym___clrcall] = ACTIONS(2925), - [anon_sym___stdcall] = ACTIONS(2925), - [anon_sym___fastcall] = ACTIONS(2925), - [anon_sym___thiscall] = ACTIONS(2925), - [anon_sym___vectorcall] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [sym_primitive_type] = ACTIONS(2925), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2925), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_explicit] = ACTIONS(2925), - [sym_auto] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_operator] = ACTIONS(2925), - [anon_sym_using] = ACTIONS(2925), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), - [sym_operator_name] = ACTIONS(2925), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2925), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2925), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2925), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2925), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2925), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2925), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2925), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2925), - [anon_sym_MOZ_COLD] = ACTIONS(2925), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2925), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2925), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2925), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2925), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2925), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2925), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2925), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2925), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2925), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2925), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2925), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2925), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2925), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2925), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2925), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2925), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2925), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2925), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2925), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2925), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2925), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_NONNULL] = ACTIONS(2925), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2925), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2925), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2925), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2925), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2925), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_NORETURN] = ACTIONS(2925), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2925), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2925), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2925), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2925), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2925), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2925), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2925), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2925), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2925), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2925), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2925), - [anon_sym_MOZ_RAII] = ACTIONS(2925), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2925), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2925), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2925), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2925), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2925), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2925), + [1204] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), }, - [1383] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3955), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4191), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1205] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [sym_primitive_type] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_public] = ACTIONS(2805), + [anon_sym_private] = ACTIONS(2805), + [anon_sym_protected] = ACTIONS(2805), + [sym_auto] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_friend] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [sym_operator_name] = ACTIONS(2805), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2805), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2805), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2805), + [anon_sym_MOZ_COLD] = ACTIONS(2805), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2805), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2805), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2805), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2805), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2805), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2805), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2805), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2805), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2805), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2805), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2805), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2805), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL] = ACTIONS(2805), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2805), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2805), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN] = ACTIONS(2805), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2805), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2805), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2805), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2805), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2805), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2805), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2805), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2805), + [anon_sym_MOZ_RAII] = ACTIONS(2805), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2805), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2805), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2805), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2805), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2805), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2805), }, - [1384] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4029), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4172), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [1206] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_RBRACE] = ACTIONS(2567), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1385] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4011), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4207), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), + [1207] = { + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym_RBRACE] = ACTIONS(2755), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [sym_primitive_type] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_public] = ACTIONS(2753), + [anon_sym_private] = ACTIONS(2753), + [anon_sym_protected] = ACTIONS(2753), + [sym_auto] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_friend] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [sym_operator_name] = ACTIONS(2753), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2753), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2753), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2753), + [anon_sym_MOZ_COLD] = ACTIONS(2753), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2753), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2753), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2753), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2753), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2753), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2753), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2753), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2753), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2753), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2753), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2753), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2753), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL] = ACTIONS(2753), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2753), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2753), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN] = ACTIONS(2753), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2753), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2753), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2753), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2753), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2753), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2753), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2753), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2753), + [anon_sym_MOZ_RAII] = ACTIONS(2753), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2753), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2753), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2753), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2753), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2753), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2753), }, - [1386] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3965), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4216), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1208] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), }, - [1387] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4049), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4196), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1209] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token2] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), }, - [1388] = { - [sym_attribute_specifier] = STATE(1461), - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4599), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(3951), - [sym_array_declarator] = STATE(4034), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [sym_operator_cast] = STATE(4174), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(5245), - [sym_template_function] = STATE(4034), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(4045), - [sym_scoped_type_identifier] = STATE(4795), - [sym_scoped_namespace_identifier] = STATE(5245), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(103), - [anon_sym_explicit] = ACTIONS(105), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_operator] = ACTIONS(115), - [sym_operator_name] = ACTIONS(133), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1210] = { + [sym_identifier] = ACTIONS(2661), + [aux_sym_preproc_def_token1] = ACTIONS(2661), + [aux_sym_preproc_if_token1] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2661), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2661), + [sym_preproc_directive] = ACTIONS(2661), + [anon_sym_LPAREN2] = ACTIONS(2663), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_AMP_AMP] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2661), + [anon_sym_typedef] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym___attribute__] = ACTIONS(2661), + [anon_sym___declspec] = ACTIONS(2661), + [anon_sym___based] = ACTIONS(2661), + [anon_sym_RBRACE] = ACTIONS(2663), + [anon_sym_LBRACK] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_register] = ACTIONS(2661), + [anon_sym_inline] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_volatile] = ACTIONS(2661), + [anon_sym_restrict] = ACTIONS(2661), + [anon_sym__Atomic] = ACTIONS(2661), + [anon_sym_mutable] = ACTIONS(2661), + [anon_sym_constexpr] = ACTIONS(2661), + [anon_sym_signed] = ACTIONS(2661), + [anon_sym_unsigned] = ACTIONS(2661), + [anon_sym_long] = ACTIONS(2661), + [anon_sym_short] = ACTIONS(2661), + [sym_primitive_type] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_class] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_union] = ACTIONS(2661), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2661), + [anon_sym_virtual] = ACTIONS(2661), + [anon_sym_explicit] = ACTIONS(2661), + [anon_sym_public] = ACTIONS(2661), + [anon_sym_private] = ACTIONS(2661), + [anon_sym_protected] = ACTIONS(2661), + [sym_auto] = ACTIONS(2661), + [anon_sym_typename] = ACTIONS(2661), + [anon_sym_template] = ACTIONS(2661), + [anon_sym_COLON_COLON] = ACTIONS(2663), + [anon_sym_operator] = ACTIONS(2661), + [anon_sym_friend] = ACTIONS(2661), + [anon_sym_using] = ACTIONS(2661), + [anon_sym_static_assert] = ACTIONS(2661), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2663), + [sym_operator_name] = ACTIONS(2661), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2661), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2661), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2661), + [anon_sym_MOZ_COLD] = ACTIONS(2661), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2661), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2661), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2661), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2661), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2661), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2661), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2661), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2661), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2661), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2661), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2661), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2661), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL] = ACTIONS(2661), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2661), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2661), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN] = ACTIONS(2661), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2661), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2661), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2661), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2661), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2661), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2661), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2661), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2661), + [anon_sym_MOZ_RAII] = ACTIONS(2661), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2661), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2661), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2661), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2661), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2661), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2661), }, - [1389] = { - [sym__declaration_specifiers] = STATE(3625), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1211] = { + [sym_identifier] = ACTIONS(2537), + [aux_sym_preproc_def_token1] = ACTIONS(2537), + [aux_sym_preproc_if_token1] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2537), + [sym_preproc_directive] = ACTIONS(2537), + [anon_sym_LPAREN2] = ACTIONS(2539), + [anon_sym_TILDE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_AMP_AMP] = ACTIONS(2539), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym___attribute__] = ACTIONS(2537), + [anon_sym___declspec] = ACTIONS(2537), + [anon_sym___based] = ACTIONS(2537), + [anon_sym_RBRACE] = ACTIONS(2539), + [anon_sym_LBRACK] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_register] = ACTIONS(2537), + [anon_sym_inline] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_volatile] = ACTIONS(2537), + [anon_sym_restrict] = ACTIONS(2537), + [anon_sym__Atomic] = ACTIONS(2537), + [anon_sym_mutable] = ACTIONS(2537), + [anon_sym_constexpr] = ACTIONS(2537), + [anon_sym_signed] = ACTIONS(2537), + [anon_sym_unsigned] = ACTIONS(2537), + [anon_sym_long] = ACTIONS(2537), + [anon_sym_short] = ACTIONS(2537), + [sym_primitive_type] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_class] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2537), + [anon_sym_virtual] = ACTIONS(2537), + [anon_sym_explicit] = ACTIONS(2537), + [anon_sym_public] = ACTIONS(2537), + [anon_sym_private] = ACTIONS(2537), + [anon_sym_protected] = ACTIONS(2537), + [sym_auto] = ACTIONS(2537), + [anon_sym_typename] = ACTIONS(2537), + [anon_sym_template] = ACTIONS(2537), + [anon_sym_COLON_COLON] = ACTIONS(2539), + [anon_sym_operator] = ACTIONS(2537), + [anon_sym_friend] = ACTIONS(2537), + [anon_sym_using] = ACTIONS(2537), + [anon_sym_static_assert] = ACTIONS(2537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2539), + [sym_operator_name] = ACTIONS(2537), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2537), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2537), + [anon_sym_MOZ_COLD] = ACTIONS(2537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2537), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2537), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL] = ACTIONS(2537), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN] = ACTIONS(2537), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2537), + [anon_sym_MOZ_RAII] = ACTIONS(2537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2537), }, - [1390] = { - [sym__declaration_specifiers] = STATE(3541), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1391] = { - [sym__declaration_specifiers] = STATE(3894), - [sym_attribute_specifier] = STATE(1412), - [sym_ms_declspec_modifier] = STATE(1412), - [sym_storage_class_specifier] = STATE(1412), - [sym_type_qualifier] = STATE(1412), - [sym__type_specifier] = STATE(1664), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1134), - [sym_scoped_type_identifier] = STATE(1315), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1412), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1392] = { - [sym__declaration_specifiers] = STATE(3606), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1212] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1393] = { - [sym__declaration_specifiers] = STATE(3896), - [sym_attribute_specifier] = STATE(1412), - [sym_ms_declspec_modifier] = STATE(1412), - [sym_storage_class_specifier] = STATE(1412), - [sym_type_qualifier] = STATE(1412), - [sym__type_specifier] = STATE(1664), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1134), - [sym_scoped_type_identifier] = STATE(1315), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1412), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [1213] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1394] = { - [sym__declaration_specifiers] = STATE(3621), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1214] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1395] = { - [sym__declaration_specifiers] = STATE(3611), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1215] = { + [sym_identifier] = ACTIONS(1556), + [aux_sym_preproc_def_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token1] = ACTIONS(1556), + [aux_sym_preproc_if_token2] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1556), + [sym_preproc_directive] = ACTIONS(1556), + [anon_sym_LPAREN2] = ACTIONS(1558), + [anon_sym_TILDE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(1558), + [anon_sym_AMP_AMP] = ACTIONS(1558), + [anon_sym_AMP] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym___attribute__] = ACTIONS(1556), + [anon_sym___declspec] = ACTIONS(1556), + [anon_sym___based] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_static] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_inline] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_volatile] = ACTIONS(1556), + [anon_sym_restrict] = ACTIONS(1556), + [anon_sym__Atomic] = ACTIONS(1556), + [anon_sym_mutable] = ACTIONS(1556), + [anon_sym_constexpr] = ACTIONS(1556), + [anon_sym_signed] = ACTIONS(1556), + [anon_sym_unsigned] = ACTIONS(1556), + [anon_sym_long] = ACTIONS(1556), + [anon_sym_short] = ACTIONS(1556), + [sym_primitive_type] = ACTIONS(1556), + [anon_sym_enum] = ACTIONS(1556), + [anon_sym_class] = ACTIONS(1556), + [anon_sym_struct] = ACTIONS(1556), + [anon_sym_union] = ACTIONS(1556), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1556), + [anon_sym_virtual] = ACTIONS(1556), + [anon_sym_explicit] = ACTIONS(1556), + [anon_sym_public] = ACTIONS(1556), + [anon_sym_private] = ACTIONS(1556), + [anon_sym_protected] = ACTIONS(1556), + [sym_auto] = ACTIONS(1556), + [anon_sym_typename] = ACTIONS(1556), + [anon_sym_template] = ACTIONS(1556), + [anon_sym_COLON_COLON] = ACTIONS(1558), + [anon_sym_operator] = ACTIONS(1556), + [anon_sym_friend] = ACTIONS(1556), + [anon_sym_using] = ACTIONS(1556), + [anon_sym_static_assert] = ACTIONS(1556), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1558), + [sym_operator_name] = ACTIONS(1556), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1556), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1556), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1556), + [anon_sym_MOZ_COLD] = ACTIONS(1556), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1556), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1556), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1556), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1556), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1556), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1556), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1556), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1556), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1556), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1556), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1556), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1556), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL] = ACTIONS(1556), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1556), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1556), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN] = ACTIONS(1556), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1556), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1556), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1556), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1556), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1556), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1556), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1556), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1556), + [anon_sym_MOZ_RAII] = ACTIONS(1556), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1556), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1556), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1556), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1556), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1556), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1556), }, - [1396] = { - [sym__declaration_specifiers] = STATE(3602), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1216] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2703), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1397] = { - [sym__declaration_specifiers] = STATE(3534), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1217] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_RBRACE] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), }, - [1398] = { - [sym__declaration_specifiers] = STATE(3595), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1218] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2687), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), }, - [1399] = { - [sym__declaration_specifiers] = STATE(3623), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1219] = { + [sym_identifier] = ACTIONS(2793), + [aux_sym_preproc_def_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token2] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_LPAREN2] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_AMP_AMP] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2793), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym___attribute__] = ACTIONS(2793), + [anon_sym___declspec] = ACTIONS(2793), + [anon_sym___based] = ACTIONS(2793), + [anon_sym_LBRACK] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym_mutable] = ACTIONS(2793), + [anon_sym_constexpr] = ACTIONS(2793), + [anon_sym_signed] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [sym_primitive_type] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_class] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2793), + [anon_sym_virtual] = ACTIONS(2793), + [anon_sym_explicit] = ACTIONS(2793), + [anon_sym_public] = ACTIONS(2793), + [anon_sym_private] = ACTIONS(2793), + [anon_sym_protected] = ACTIONS(2793), + [sym_auto] = ACTIONS(2793), + [anon_sym_typename] = ACTIONS(2793), + [anon_sym_template] = ACTIONS(2793), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_operator] = ACTIONS(2793), + [anon_sym_friend] = ACTIONS(2793), + [anon_sym_using] = ACTIONS(2793), + [anon_sym_static_assert] = ACTIONS(2793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), + [sym_operator_name] = ACTIONS(2793), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2793), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2793), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2793), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2793), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2793), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2793), + [anon_sym_MOZ_COLD] = ACTIONS(2793), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2793), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2793), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2793), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2793), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2793), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2793), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2793), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2793), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2793), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2793), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2793), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2793), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2793), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2793), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2793), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2793), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_NONNULL] = ACTIONS(2793), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2793), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2793), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2793), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2793), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_NORETURN] = ACTIONS(2793), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2793), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2793), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2793), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2793), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2793), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2793), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2793), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2793), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2793), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2793), + [anon_sym_MOZ_RAII] = ACTIONS(2793), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2793), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2793), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2793), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2793), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2793), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2793), }, - [1400] = { - [sym__declaration_specifiers] = STATE(3614), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1220] = { + [sym_identifier] = ACTIONS(2789), + [aux_sym_preproc_def_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token2] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_LPAREN2] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_AMP_AMP] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym___attribute__] = ACTIONS(2789), + [anon_sym___declspec] = ACTIONS(2789), + [anon_sym___based] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_mutable] = ACTIONS(2789), + [anon_sym_constexpr] = ACTIONS(2789), + [anon_sym_signed] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_class] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2789), + [anon_sym_virtual] = ACTIONS(2789), + [anon_sym_explicit] = ACTIONS(2789), + [anon_sym_public] = ACTIONS(2789), + [anon_sym_private] = ACTIONS(2789), + [anon_sym_protected] = ACTIONS(2789), + [sym_auto] = ACTIONS(2789), + [anon_sym_typename] = ACTIONS(2789), + [anon_sym_template] = ACTIONS(2789), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_operator] = ACTIONS(2789), + [anon_sym_friend] = ACTIONS(2789), + [anon_sym_using] = ACTIONS(2789), + [anon_sym_static_assert] = ACTIONS(2789), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), + [sym_operator_name] = ACTIONS(2789), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2789), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2789), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2789), + [anon_sym_MOZ_COLD] = ACTIONS(2789), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2789), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2789), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2789), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2789), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2789), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2789), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2789), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2789), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2789), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2789), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2789), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2789), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL] = ACTIONS(2789), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2789), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2789), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN] = ACTIONS(2789), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2789), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2789), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2789), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2789), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2789), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2789), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2789), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), + [anon_sym_MOZ_RAII] = ACTIONS(2789), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2789), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2789), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2789), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2789), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2789), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2789), }, - [1401] = { - [sym__declaration_specifiers] = STATE(3508), - [sym_attribute_specifier] = STATE(1414), - [sym_ms_declspec_modifier] = STATE(1414), - [sym_storage_class_specifier] = STATE(1414), - [sym_type_qualifier] = STATE(1414), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1414), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1221] = { + [sym_identifier] = ACTIONS(2785), + [aux_sym_preproc_def_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token2] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [sym_preproc_directive] = ACTIONS(2785), + [anon_sym_LPAREN2] = ACTIONS(2787), + [anon_sym_TILDE] = ACTIONS(2787), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_AMP_AMP] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_typedef] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym___attribute__] = ACTIONS(2785), + [anon_sym___declspec] = ACTIONS(2785), + [anon_sym___based] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_register] = ACTIONS(2785), + [anon_sym_inline] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_volatile] = ACTIONS(2785), + [anon_sym_restrict] = ACTIONS(2785), + [anon_sym__Atomic] = ACTIONS(2785), + [anon_sym_mutable] = ACTIONS(2785), + [anon_sym_constexpr] = ACTIONS(2785), + [anon_sym_signed] = ACTIONS(2785), + [anon_sym_unsigned] = ACTIONS(2785), + [anon_sym_long] = ACTIONS(2785), + [anon_sym_short] = ACTIONS(2785), + [sym_primitive_type] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_class] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2785), + [anon_sym_virtual] = ACTIONS(2785), + [anon_sym_explicit] = ACTIONS(2785), + [anon_sym_public] = ACTIONS(2785), + [anon_sym_private] = ACTIONS(2785), + [anon_sym_protected] = ACTIONS(2785), + [sym_auto] = ACTIONS(2785), + [anon_sym_typename] = ACTIONS(2785), + [anon_sym_template] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_operator] = ACTIONS(2785), + [anon_sym_friend] = ACTIONS(2785), + [anon_sym_using] = ACTIONS(2785), + [anon_sym_static_assert] = ACTIONS(2785), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), + [sym_operator_name] = ACTIONS(2785), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2785), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2785), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2785), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2785), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2785), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2785), + [anon_sym_MOZ_COLD] = ACTIONS(2785), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2785), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2785), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2785), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2785), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2785), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2785), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2785), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2785), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2785), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2785), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2785), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2785), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2785), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2785), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2785), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2785), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_NONNULL] = ACTIONS(2785), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2785), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2785), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2785), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2785), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_NORETURN] = ACTIONS(2785), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2785), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2785), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2785), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2785), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2785), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2785), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2785), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2785), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2785), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2785), + [anon_sym_MOZ_RAII] = ACTIONS(2785), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2785), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2785), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2785), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2785), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2785), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2785), }, - [1402] = { - [sym__declaration_specifiers] = STATE(3626), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1403] = { - [sym_identifier] = ACTIONS(2945), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2947), - [anon_sym_COMMA] = ACTIONS(2947), - [anon_sym_RPAREN] = ACTIONS(2947), - [anon_sym_LPAREN2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_SEMI] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym___based] = ACTIONS(2945), - [anon_sym_LBRACE] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_EQ] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [anon_sym_COLON] = ACTIONS(2945), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [anon_sym_virtual] = ACTIONS(2945), - [anon_sym_explicit] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_GT2] = ACTIONS(2947), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2945), - [sym_operator_name] = ACTIONS(2945), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), - }, - [1404] = { - [sym__declaration_specifiers] = STATE(3622), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1405] = { - [sym__declaration_specifiers] = STATE(3599), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1406] = { - [sym__declaration_specifiers] = STATE(3601), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1407] = { - [sym__declaration_specifiers] = STATE(3899), - [sym_attribute_specifier] = STATE(1412), - [sym_ms_declspec_modifier] = STATE(1412), - [sym_storage_class_specifier] = STATE(1412), - [sym_type_qualifier] = STATE(1412), - [sym__type_specifier] = STATE(1664), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1134), - [sym_scoped_type_identifier] = STATE(1315), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1412), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [1222] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1408] = { - [sym__declaration_specifiers] = STATE(3613), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1223] = { + [sym_identifier] = ACTIONS(2717), + [aux_sym_preproc_def_token1] = ACTIONS(2717), + [aux_sym_preproc_if_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2717), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2717), + [sym_preproc_directive] = ACTIONS(2717), + [anon_sym_LPAREN2] = ACTIONS(2719), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_typedef] = ACTIONS(2717), + [anon_sym_extern] = ACTIONS(2717), + [anon_sym___attribute__] = ACTIONS(2717), + [anon_sym___declspec] = ACTIONS(2717), + [anon_sym___based] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2717), + [anon_sym_static] = ACTIONS(2717), + [anon_sym_register] = ACTIONS(2717), + [anon_sym_inline] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_volatile] = ACTIONS(2717), + [anon_sym_restrict] = ACTIONS(2717), + [anon_sym__Atomic] = ACTIONS(2717), + [anon_sym_mutable] = ACTIONS(2717), + [anon_sym_constexpr] = ACTIONS(2717), + [anon_sym_signed] = ACTIONS(2717), + [anon_sym_unsigned] = ACTIONS(2717), + [anon_sym_long] = ACTIONS(2717), + [anon_sym_short] = ACTIONS(2717), + [sym_primitive_type] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_class] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(2717), + [anon_sym_virtual] = ACTIONS(2717), + [anon_sym_explicit] = ACTIONS(2717), + [anon_sym_public] = ACTIONS(2717), + [anon_sym_private] = ACTIONS(2717), + [anon_sym_protected] = ACTIONS(2717), + [sym_auto] = ACTIONS(2717), + [anon_sym_typename] = ACTIONS(2717), + [anon_sym_template] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2719), + [anon_sym_operator] = ACTIONS(2717), + [anon_sym_friend] = ACTIONS(2717), + [anon_sym_using] = ACTIONS(2717), + [anon_sym_static_assert] = ACTIONS(2717), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2719), + [sym_operator_name] = ACTIONS(2717), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2717), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2717), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2717), + [anon_sym_MOZ_COLD] = ACTIONS(2717), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2717), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2717), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2717), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2717), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2717), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2717), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2717), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2717), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2717), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2717), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2717), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2717), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL] = ACTIONS(2717), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2717), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2717), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN] = ACTIONS(2717), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2717), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2717), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2717), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2717), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2717), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2717), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2717), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2717), + [anon_sym_MOZ_RAII] = ACTIONS(2717), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2717), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2717), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2717), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2717), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2717), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2717), }, - [1409] = { - [sym__declaration_specifiers] = STATE(3598), - [sym_attribute_specifier] = STATE(1411), - [sym_ms_declspec_modifier] = STATE(1411), - [sym_storage_class_specifier] = STATE(1411), - [sym_type_qualifier] = STATE(1411), - [sym__type_specifier] = STATE(1429), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1411), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1224] = { + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token2] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [sym_primitive_type] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_public] = ACTIONS(2781), + [anon_sym_private] = ACTIONS(2781), + [anon_sym_protected] = ACTIONS(2781), + [sym_auto] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_friend] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [sym_operator_name] = ACTIONS(2781), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2781), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2781), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2781), + [anon_sym_MOZ_COLD] = ACTIONS(2781), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2781), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2781), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2781), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2781), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2781), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2781), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2781), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2781), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2781), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2781), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2781), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2781), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL] = ACTIONS(2781), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2781), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2781), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN] = ACTIONS(2781), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2781), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2781), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2781), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2781), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2781), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2781), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2781), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2781), + [anon_sym_MOZ_RAII] = ACTIONS(2781), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2781), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2781), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2781), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2781), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2781), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2781), }, - [1410] = { - [sym__declaration_specifiers] = STATE(3907), - [sym_attribute_specifier] = STATE(1412), - [sym_ms_declspec_modifier] = STATE(1412), - [sym_storage_class_specifier] = STATE(1412), - [sym_type_qualifier] = STATE(1412), - [sym__type_specifier] = STATE(1664), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1134), - [sym_scoped_type_identifier] = STATE(1315), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1412), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [1225] = { + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token2] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [anon_sym_public] = ACTIONS(1720), + [anon_sym_private] = ACTIONS(1720), + [anon_sym_protected] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_friend] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [sym_operator_name] = ACTIONS(1720), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), }, - [1411] = { - [sym_attribute_specifier] = STATE(1459), - [sym_ms_declspec_modifier] = STATE(1459), - [sym_storage_class_specifier] = STATE(1459), - [sym_type_qualifier] = STATE(1459), - [sym__type_specifier] = STATE(1426), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1459), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(109), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1226] = { + [sym_identifier] = ACTIONS(2701), + [aux_sym_preproc_def_token1] = ACTIONS(2701), + [aux_sym_preproc_if_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2701), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2701), + [sym_preproc_directive] = ACTIONS(2701), + [anon_sym_LPAREN2] = ACTIONS(2703), + [anon_sym_TILDE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2701), + [anon_sym_typedef] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym___attribute__] = ACTIONS(2701), + [anon_sym___declspec] = ACTIONS(2701), + [anon_sym___based] = ACTIONS(2701), + [anon_sym_RBRACE] = ACTIONS(2703), + [anon_sym_LBRACK] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_register] = ACTIONS(2701), + [anon_sym_inline] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_volatile] = ACTIONS(2701), + [anon_sym_restrict] = ACTIONS(2701), + [anon_sym__Atomic] = ACTIONS(2701), + [anon_sym_mutable] = ACTIONS(2701), + [anon_sym_constexpr] = ACTIONS(2701), + [anon_sym_signed] = ACTIONS(2701), + [anon_sym_unsigned] = ACTIONS(2701), + [anon_sym_long] = ACTIONS(2701), + [anon_sym_short] = ACTIONS(2701), + [sym_primitive_type] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_class] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2701), + [anon_sym_virtual] = ACTIONS(2701), + [anon_sym_explicit] = ACTIONS(2701), + [anon_sym_public] = ACTIONS(2701), + [anon_sym_private] = ACTIONS(2701), + [anon_sym_protected] = ACTIONS(2701), + [sym_auto] = ACTIONS(2701), + [anon_sym_typename] = ACTIONS(2701), + [anon_sym_template] = ACTIONS(2701), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_operator] = ACTIONS(2701), + [anon_sym_friend] = ACTIONS(2701), + [anon_sym_using] = ACTIONS(2701), + [anon_sym_static_assert] = ACTIONS(2701), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2703), + [sym_operator_name] = ACTIONS(2701), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2701), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2701), + [anon_sym_MOZ_COLD] = ACTIONS(2701), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2701), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2701), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2701), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2701), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2701), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2701), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2701), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2701), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2701), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2701), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2701), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2701), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL] = ACTIONS(2701), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2701), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2701), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN] = ACTIONS(2701), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2701), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2701), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2701), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2701), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2701), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2701), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2701), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2701), + [anon_sym_MOZ_RAII] = ACTIONS(2701), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2701), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2701), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2701), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2701), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2701), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2701), }, - [1412] = { - [sym_attribute_specifier] = STATE(1459), - [sym_ms_declspec_modifier] = STATE(1459), - [sym_storage_class_specifier] = STATE(1459), - [sym_type_qualifier] = STATE(1459), - [sym__type_specifier] = STATE(1676), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1134), - [sym_scoped_type_identifier] = STATE(1315), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1459), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1227] = { + [sym_identifier] = ACTIONS(2689), + [aux_sym_preproc_def_token1] = ACTIONS(2689), + [aux_sym_preproc_if_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2689), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2689), + [sym_preproc_directive] = ACTIONS(2689), + [anon_sym_LPAREN2] = ACTIONS(2691), + [anon_sym_TILDE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_AMP_AMP] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2689), + [anon_sym_typedef] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym___attribute__] = ACTIONS(2689), + [anon_sym___declspec] = ACTIONS(2689), + [anon_sym___based] = ACTIONS(2689), + [anon_sym_RBRACE] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_register] = ACTIONS(2689), + [anon_sym_inline] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_volatile] = ACTIONS(2689), + [anon_sym_restrict] = ACTIONS(2689), + [anon_sym__Atomic] = ACTIONS(2689), + [anon_sym_mutable] = ACTIONS(2689), + [anon_sym_constexpr] = ACTIONS(2689), + [anon_sym_signed] = ACTIONS(2689), + [anon_sym_unsigned] = ACTIONS(2689), + [anon_sym_long] = ACTIONS(2689), + [anon_sym_short] = ACTIONS(2689), + [sym_primitive_type] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_class] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2689), + [anon_sym_virtual] = ACTIONS(2689), + [anon_sym_explicit] = ACTIONS(2689), + [anon_sym_public] = ACTIONS(2689), + [anon_sym_private] = ACTIONS(2689), + [anon_sym_protected] = ACTIONS(2689), + [sym_auto] = ACTIONS(2689), + [anon_sym_typename] = ACTIONS(2689), + [anon_sym_template] = ACTIONS(2689), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_operator] = ACTIONS(2689), + [anon_sym_friend] = ACTIONS(2689), + [anon_sym_using] = ACTIONS(2689), + [anon_sym_static_assert] = ACTIONS(2689), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2691), + [sym_operator_name] = ACTIONS(2689), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2689), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2689), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2689), + [anon_sym_MOZ_COLD] = ACTIONS(2689), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2689), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2689), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2689), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2689), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2689), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2689), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2689), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2689), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2689), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2689), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2689), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2689), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL] = ACTIONS(2689), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2689), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2689), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN] = ACTIONS(2689), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2689), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2689), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2689), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2689), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2689), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2689), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2689), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2689), + [anon_sym_MOZ_RAII] = ACTIONS(2689), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2689), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2689), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2689), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2689), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2689), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2689), }, - [1413] = { - [sym_attribute_specifier] = STATE(1459), - [sym_ms_declspec_modifier] = STATE(1459), - [sym_storage_class_specifier] = STATE(1459), - [sym_type_qualifier] = STATE(1459), - [sym__type_specifier] = STATE(1426), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1504), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1459), - [aux_sym_sized_type_specifier_repeat1] = STATE(1446), - [sym_identifier] = ACTIONS(2345), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2347), - [anon_sym_unsigned] = ACTIONS(2347), - [anon_sym_long] = ACTIONS(2347), - [anon_sym_short] = ACTIONS(2347), - [sym_primitive_type] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2351), - [anon_sym_class] = ACTIONS(2899), - [anon_sym_struct] = ACTIONS(2355), - [anon_sym_union] = ACTIONS(2357), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [1228] = { + [sym_identifier] = ACTIONS(2685), + [aux_sym_preproc_def_token1] = ACTIONS(2685), + [aux_sym_preproc_if_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2685), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2685), + [sym_preproc_directive] = ACTIONS(2685), + [anon_sym_LPAREN2] = ACTIONS(2687), + [anon_sym_TILDE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_AMP_AMP] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2685), + [anon_sym_typedef] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym___attribute__] = ACTIONS(2685), + [anon_sym___declspec] = ACTIONS(2685), + [anon_sym___based] = ACTIONS(2685), + [anon_sym_RBRACE] = ACTIONS(2687), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_register] = ACTIONS(2685), + [anon_sym_inline] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_volatile] = ACTIONS(2685), + [anon_sym_restrict] = ACTIONS(2685), + [anon_sym__Atomic] = ACTIONS(2685), + [anon_sym_mutable] = ACTIONS(2685), + [anon_sym_constexpr] = ACTIONS(2685), + [anon_sym_signed] = ACTIONS(2685), + [anon_sym_unsigned] = ACTIONS(2685), + [anon_sym_long] = ACTIONS(2685), + [anon_sym_short] = ACTIONS(2685), + [sym_primitive_type] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_class] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2685), + [anon_sym_virtual] = ACTIONS(2685), + [anon_sym_explicit] = ACTIONS(2685), + [anon_sym_public] = ACTIONS(2685), + [anon_sym_private] = ACTIONS(2685), + [anon_sym_protected] = ACTIONS(2685), + [sym_auto] = ACTIONS(2685), + [anon_sym_typename] = ACTIONS(2685), + [anon_sym_template] = ACTIONS(2685), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_operator] = ACTIONS(2685), + [anon_sym_friend] = ACTIONS(2685), + [anon_sym_using] = ACTIONS(2685), + [anon_sym_static_assert] = ACTIONS(2685), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2687), + [sym_operator_name] = ACTIONS(2685), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2685), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2685), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2685), + [anon_sym_MOZ_COLD] = ACTIONS(2685), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2685), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2685), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2685), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2685), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2685), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2685), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2685), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2685), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2685), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2685), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2685), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2685), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL] = ACTIONS(2685), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2685), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2685), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN] = ACTIONS(2685), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2685), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2685), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2685), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2685), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2685), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2685), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2685), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2685), + [anon_sym_MOZ_RAII] = ACTIONS(2685), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2685), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2685), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2685), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2685), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2685), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2685), }, - [1414] = { - [sym_attribute_specifier] = STATE(1459), - [sym_ms_declspec_modifier] = STATE(1459), - [sym_storage_class_specifier] = STATE(1459), - [sym_type_qualifier] = STATE(1459), - [sym__type_specifier] = STATE(1426), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(1018), - [sym_scoped_type_identifier] = STATE(1465), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1459), - [aux_sym_sized_type_specifier_repeat1] = STATE(1430), - [sym_identifier] = ACTIONS(2199), - [anon_sym_extern] = ACTIONS(998), - [anon_sym___attribute__] = ACTIONS(1000), - [anon_sym___declspec] = ACTIONS(41), - [anon_sym_static] = ACTIONS(998), - [anon_sym_register] = ACTIONS(998), - [anon_sym_inline] = ACTIONS(998), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(55), - [anon_sym_unsigned] = ACTIONS(55), - [anon_sym_long] = ACTIONS(55), - [anon_sym_short] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(107), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_class] = ACTIONS(61), - [anon_sym_struct] = ACTIONS(63), - [anon_sym_union] = ACTIONS(65), + [1229] = { + [sym_identifier] = ACTIONS(2565), + [aux_sym_preproc_def_token1] = ACTIONS(2565), + [aux_sym_preproc_if_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2565), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2565), + [sym_preproc_directive] = ACTIONS(2565), + [anon_sym_LPAREN2] = ACTIONS(2567), + [anon_sym_TILDE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2565), + [anon_sym_typedef] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym___attribute__] = ACTIONS(2565), + [anon_sym___declspec] = ACTIONS(2565), + [anon_sym___based] = ACTIONS(2565), + [anon_sym_RBRACE] = ACTIONS(2567), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_register] = ACTIONS(2565), + [anon_sym_inline] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_volatile] = ACTIONS(2565), + [anon_sym_restrict] = ACTIONS(2565), + [anon_sym__Atomic] = ACTIONS(2565), + [anon_sym_mutable] = ACTIONS(2565), + [anon_sym_constexpr] = ACTIONS(2565), + [anon_sym_signed] = ACTIONS(2565), + [anon_sym_unsigned] = ACTIONS(2565), + [anon_sym_long] = ACTIONS(2565), + [anon_sym_short] = ACTIONS(2565), + [sym_primitive_type] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_class] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(1386), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1415] = { - [sym_string_literal] = STATE(787), - [sym_identifier] = ACTIONS(2945), - [anon_sym_LPAREN2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym___based] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [anon_sym_virtual] = ACTIONS(2945), - [anon_sym_explicit] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2945), - [sym_operator_name] = ACTIONS(2945), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), - }, - [1416] = { - [sym_string_literal] = STATE(792), - [sym_identifier] = ACTIONS(2945), - [anon_sym_LPAREN2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym___based] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [anon_sym_virtual] = ACTIONS(2945), - [anon_sym_explicit] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2945), - [sym_operator_name] = ACTIONS(2945), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), - }, - [1417] = { - [sym_string_literal] = STATE(789), - [sym_identifier] = ACTIONS(2945), - [anon_sym_LPAREN2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym___based] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [anon_sym_virtual] = ACTIONS(2945), - [anon_sym_explicit] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2945), - [sym_operator_name] = ACTIONS(2945), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), + [anon_sym_decltype] = ACTIONS(2565), + [anon_sym_virtual] = ACTIONS(2565), + [anon_sym_explicit] = ACTIONS(2565), + [anon_sym_public] = ACTIONS(2565), + [anon_sym_private] = ACTIONS(2565), + [anon_sym_protected] = ACTIONS(2565), + [sym_auto] = ACTIONS(2565), + [anon_sym_typename] = ACTIONS(2565), + [anon_sym_template] = ACTIONS(2565), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_operator] = ACTIONS(2565), + [anon_sym_friend] = ACTIONS(2565), + [anon_sym_using] = ACTIONS(2565), + [anon_sym_static_assert] = ACTIONS(2565), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2567), + [sym_operator_name] = ACTIONS(2565), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2565), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2565), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2565), + [anon_sym_MOZ_COLD] = ACTIONS(2565), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2565), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2565), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2565), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2565), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2565), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2565), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2565), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2565), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2565), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2565), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2565), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2565), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL] = ACTIONS(2565), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2565), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2565), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN] = ACTIONS(2565), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2565), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2565), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2565), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2565), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2565), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2565), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2565), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2565), + [anon_sym_MOZ_RAII] = ACTIONS(2565), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2565), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2565), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2565), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2565), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2565), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2565), }, - [1418] = { - [sym_string_literal] = STATE(788), - [sym_identifier] = ACTIONS(2945), - [anon_sym_LPAREN2] = ACTIONS(2947), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2947), - [anon_sym_AMP_AMP] = ACTIONS(2947), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym___based] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [anon_sym_virtual] = ACTIONS(2945), - [anon_sym_explicit] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2945), - [sym_operator_name] = ACTIONS(2945), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), + [1230] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1419] = { - [sym_identifier] = ACTIONS(2951), - [anon_sym_LPAREN2] = ACTIONS(2953), - [anon_sym_TILDE] = ACTIONS(2953), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_AMP_AMP] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym___based] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2953), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [sym_primitive_type] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2951), - [anon_sym_virtual] = ACTIONS(2951), - [anon_sym_explicit] = ACTIONS(2951), - [sym_auto] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_operator] = ACTIONS(2951), - [sym_operator_name] = ACTIONS(2951), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2951), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2951), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2951), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2951), - [anon_sym_MOZ_COLD] = ACTIONS(2951), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2951), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2951), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2951), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2951), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2951), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2951), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2951), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2951), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2951), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2951), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2951), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2951), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2951), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_NONNULL] = ACTIONS(2951), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2951), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2951), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2951), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2951), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2951), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2951), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2951), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2951), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2951), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2951), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2951), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2951), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2951), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2951), - [anon_sym_MOZ_RAII] = ACTIONS(2951), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2951), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2951), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2951), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2951), + [1231] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_static] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1420] = { - [sym_template_argument_list] = STATE(1178), - [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_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym___attribute__] = ACTIONS(2955), - [anon_sym___declspec] = ACTIONS(2955), - [anon_sym___based] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_EQ] = ACTIONS(2957), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_register] = ACTIONS(2955), - [anon_sym_inline] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2955), - [anon_sym_restrict] = ACTIONS(2955), - [anon_sym__Atomic] = ACTIONS(2955), - [anon_sym_mutable] = ACTIONS(2955), - [anon_sym_constexpr] = ACTIONS(2955), - [anon_sym_COLON] = ACTIONS(2955), - [anon_sym_DASH_GT] = ACTIONS(2957), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2955), - [anon_sym_override] = ACTIONS(2955), - [anon_sym_GT2] = ACTIONS(2957), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_noexcept] = ACTIONS(2955), - [anon_sym_throw] = ACTIONS(2955), - [sym_operator_name] = ACTIONS(2955), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2955), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2955), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2955), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2955), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2955), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2955), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2955), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2955), - [anon_sym_MOZ_COLD] = ACTIONS(2955), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2955), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2955), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2955), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2955), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2955), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2955), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2955), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2955), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2955), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2955), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2955), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2955), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2955), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2955), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2955), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2955), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2955), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2955), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2955), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2955), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_NONNULL] = ACTIONS(2955), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2955), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2955), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2955), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2955), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2955), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_NORETURN] = ACTIONS(2955), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2955), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2955), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2955), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2955), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2955), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2955), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2955), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2955), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2955), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2955), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2955), - [anon_sym_MOZ_RAII] = ACTIONS(2955), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2955), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2955), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2955), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2955), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2955), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2955), + [1232] = { + [sym_identifier] = ACTIONS(1508), + [aux_sym_preproc_def_token1] = ACTIONS(1508), + [aux_sym_preproc_if_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1508), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1508), + [sym_preproc_directive] = ACTIONS(1508), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1508), + [anon_sym_typedef] = ACTIONS(1508), + [anon_sym_extern] = ACTIONS(1508), + [anon_sym___attribute__] = ACTIONS(1508), + [anon_sym___declspec] = ACTIONS(1508), + [anon_sym___based] = ACTIONS(1508), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_static] = ACTIONS(1508), + [anon_sym_register] = ACTIONS(1508), + [anon_sym_inline] = ACTIONS(1508), + [anon_sym_const] = ACTIONS(1508), + [anon_sym_volatile] = ACTIONS(1508), + [anon_sym_restrict] = ACTIONS(1508), + [anon_sym__Atomic] = ACTIONS(1508), + [anon_sym_mutable] = ACTIONS(1508), + [anon_sym_constexpr] = ACTIONS(1508), + [anon_sym_signed] = ACTIONS(1508), + [anon_sym_unsigned] = ACTIONS(1508), + [anon_sym_long] = ACTIONS(1508), + [anon_sym_short] = ACTIONS(1508), + [sym_primitive_type] = ACTIONS(1508), + [anon_sym_enum] = ACTIONS(1508), + [anon_sym_class] = ACTIONS(1508), + [anon_sym_struct] = ACTIONS(1508), + [anon_sym_union] = ACTIONS(1508), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1508), + [anon_sym_virtual] = ACTIONS(1508), + [anon_sym_explicit] = ACTIONS(1508), + [anon_sym_public] = ACTIONS(1508), + [anon_sym_private] = ACTIONS(1508), + [anon_sym_protected] = ACTIONS(1508), + [sym_auto] = ACTIONS(1508), + [anon_sym_typename] = ACTIONS(1508), + [anon_sym_template] = ACTIONS(1508), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_operator] = ACTIONS(1508), + [anon_sym_friend] = ACTIONS(1508), + [anon_sym_using] = ACTIONS(1508), + [anon_sym_static_assert] = ACTIONS(1508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [sym_operator_name] = ACTIONS(1508), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1508), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1508), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1508), + [anon_sym_MOZ_COLD] = ACTIONS(1508), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1508), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1508), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1508), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1508), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1508), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1508), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1508), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1508), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1508), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1508), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1508), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1508), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL] = ACTIONS(1508), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1508), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1508), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN] = ACTIONS(1508), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1508), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1508), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1508), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1508), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1508), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1508), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1508), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1508), + [anon_sym_MOZ_RAII] = ACTIONS(1508), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1508), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1508), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1508), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1508), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1508), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1508), }, - [1421] = { - [sym_template_argument_list] = STATE(849), - [sym_identifier] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2623), - [anon_sym_COMMA] = ACTIONS(2623), - [anon_sym_RPAREN] = ACTIONS(2623), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_TILDE] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(2623), - [anon_sym_AMP_AMP] = ACTIONS(2623), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2623), - [anon_sym_extern] = ACTIONS(2621), - [anon_sym___attribute__] = ACTIONS(2621), - [anon_sym___declspec] = ACTIONS(2621), - [anon_sym___based] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2623), - [anon_sym_LBRACK] = ACTIONS(2623), - [anon_sym_EQ] = ACTIONS(2623), - [anon_sym_static] = ACTIONS(2621), - [anon_sym_register] = ACTIONS(2621), - [anon_sym_inline] = ACTIONS(2621), - [anon_sym_const] = ACTIONS(2621), - [anon_sym_volatile] = ACTIONS(2621), - [anon_sym_restrict] = ACTIONS(2621), - [anon_sym__Atomic] = ACTIONS(2621), - [anon_sym_mutable] = ACTIONS(2621), - [anon_sym_constexpr] = ACTIONS(2621), - [anon_sym_COLON] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2623), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2621), - [anon_sym_override] = ACTIONS(2621), - [anon_sym_GT2] = ACTIONS(2623), - [anon_sym_COLON_COLON] = ACTIONS(2623), - [anon_sym_noexcept] = ACTIONS(2621), - [anon_sym_throw] = ACTIONS(2621), - [sym_operator_name] = ACTIONS(2621), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2621), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2621), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2621), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2621), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2621), - [anon_sym_MOZ_COLD] = ACTIONS(2621), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2621), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2621), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2621), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2621), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2621), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2621), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2621), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2621), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2621), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2621), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2621), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2621), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2621), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2621), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2621), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2621), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_NONNULL] = ACTIONS(2621), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2621), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2621), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2621), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2621), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_NORETURN] = ACTIONS(2621), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2621), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2621), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2621), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2621), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2621), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2621), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2621), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2621), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2621), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2621), - [anon_sym_MOZ_RAII] = ACTIONS(2621), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2621), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2621), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2621), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2621), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2621), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2621), - }, - [1422] = { - [sym_identifier] = ACTIONS(2963), - [anon_sym_LPAREN2] = ACTIONS(2367), - [anon_sym_TILDE] = ACTIONS(2367), - [anon_sym_STAR] = ACTIONS(2367), - [anon_sym_AMP_AMP] = ACTIONS(2367), - [anon_sym_AMP] = ACTIONS(2369), - [anon_sym_extern] = ACTIONS(2963), - [anon_sym___attribute__] = ACTIONS(2963), - [anon_sym___declspec] = ACTIONS(2966), - [anon_sym___based] = ACTIONS(2369), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_static] = ACTIONS(2963), - [anon_sym_register] = ACTIONS(2963), - [anon_sym_inline] = ACTIONS(2963), - [anon_sym_const] = ACTIONS(2963), - [anon_sym_volatile] = ACTIONS(2963), - [anon_sym_restrict] = ACTIONS(2963), - [anon_sym__Atomic] = ACTIONS(2963), - [anon_sym_mutable] = ACTIONS(2963), - [anon_sym_constexpr] = ACTIONS(2963), - [anon_sym_signed] = ACTIONS(2966), - [anon_sym_unsigned] = ACTIONS(2966), - [anon_sym_long] = ACTIONS(2966), - [anon_sym_short] = ACTIONS(2966), - [sym_primitive_type] = ACTIONS(2966), - [anon_sym_enum] = ACTIONS(2966), - [anon_sym_class] = ACTIONS(2966), - [anon_sym_struct] = ACTIONS(2966), - [anon_sym_union] = ACTIONS(2966), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2966), - [anon_sym_virtual] = ACTIONS(2369), - [anon_sym_explicit] = ACTIONS(2369), - [sym_auto] = ACTIONS(2966), - [anon_sym_typename] = ACTIONS(2966), - [anon_sym_COLON_COLON] = ACTIONS(2968), - [anon_sym_operator] = ACTIONS(2369), - [sym_operator_name] = ACTIONS(2369), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2963), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2963), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2963), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2963), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2963), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2963), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2963), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2963), - [anon_sym_MOZ_COLD] = ACTIONS(2963), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2963), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2963), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2963), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2963), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2963), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2963), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2963), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2963), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2963), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2963), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2963), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2963), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2963), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2963), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2963), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2963), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2963), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2963), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2963), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2963), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2963), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_NONNULL] = ACTIONS(2963), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2963), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2963), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2963), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2963), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2963), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_NORETURN] = ACTIONS(2963), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2963), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2963), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2963), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2963), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2963), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2963), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2963), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2963), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2963), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2963), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2963), - [anon_sym_MOZ_RAII] = ACTIONS(2963), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2963), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2963), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2963), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2963), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2963), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2963), - }, - [1423] = { - [sym_attribute_specifier] = STATE(1428), - [sym_ms_declspec_modifier] = STATE(1428), - [sym_storage_class_specifier] = STATE(1428), - [sym_type_qualifier] = STATE(1428), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1428), - [sym_identifier] = ACTIONS(2971), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2973), - [anon_sym_COMMA] = ACTIONS(2973), - [anon_sym_RPAREN] = ACTIONS(2973), - [anon_sym_LPAREN2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_SEMI] = ACTIONS(2973), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(2971), - [anon_sym_LBRACE] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_EQ] = ACTIONS(2973), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_COLON] = ACTIONS(2971), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2973), - [anon_sym_COLON_COLON] = ACTIONS(2973), - [sym_operator_name] = ACTIONS(2971), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1233] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1424] = { - [sym_attribute_specifier] = STATE(1428), - [sym_ms_declspec_modifier] = STATE(1428), - [sym_storage_class_specifier] = STATE(1428), - [sym_type_qualifier] = STATE(1428), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1428), - [sym_identifier] = ACTIONS(2977), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2979), - [anon_sym_COMMA] = ACTIONS(2979), - [anon_sym_RPAREN] = ACTIONS(2979), - [anon_sym_LPAREN2] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2979), - [anon_sym_STAR] = ACTIONS(2979), - [anon_sym_AMP_AMP] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_SEMI] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2979), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_EQ] = ACTIONS(2979), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_COLON] = ACTIONS(2977), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2979), - [anon_sym_COLON_COLON] = ACTIONS(2979), - [sym_operator_name] = ACTIONS(2977), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1234] = { + [sym_identifier] = ACTIONS(2673), + [aux_sym_preproc_def_token1] = ACTIONS(2673), + [aux_sym_preproc_if_token1] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2673), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2673), + [sym_preproc_directive] = ACTIONS(2673), + [anon_sym_LPAREN2] = ACTIONS(2675), + [anon_sym_TILDE] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_AMP_AMP] = ACTIONS(2675), + [anon_sym_AMP] = ACTIONS(2673), + [anon_sym_typedef] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2673), + [anon_sym___attribute__] = ACTIONS(2673), + [anon_sym___declspec] = ACTIONS(2673), + [anon_sym___based] = ACTIONS(2673), + [anon_sym_RBRACE] = ACTIONS(2675), + [anon_sym_LBRACK] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_register] = ACTIONS(2673), + [anon_sym_inline] = ACTIONS(2673), + [anon_sym_const] = ACTIONS(2673), + [anon_sym_volatile] = ACTIONS(2673), + [anon_sym_restrict] = ACTIONS(2673), + [anon_sym__Atomic] = ACTIONS(2673), + [anon_sym_mutable] = ACTIONS(2673), + [anon_sym_constexpr] = ACTIONS(2673), + [anon_sym_signed] = ACTIONS(2673), + [anon_sym_unsigned] = ACTIONS(2673), + [anon_sym_long] = ACTIONS(2673), + [anon_sym_short] = ACTIONS(2673), + [sym_primitive_type] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_class] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_union] = ACTIONS(2673), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2673), + [anon_sym_virtual] = ACTIONS(2673), + [anon_sym_explicit] = ACTIONS(2673), + [anon_sym_public] = ACTIONS(2673), + [anon_sym_private] = ACTIONS(2673), + [anon_sym_protected] = ACTIONS(2673), + [sym_auto] = ACTIONS(2673), + [anon_sym_typename] = ACTIONS(2673), + [anon_sym_template] = ACTIONS(2673), + [anon_sym_COLON_COLON] = ACTIONS(2675), + [anon_sym_operator] = ACTIONS(2673), + [anon_sym_friend] = ACTIONS(2673), + [anon_sym_using] = ACTIONS(2673), + [anon_sym_static_assert] = ACTIONS(2673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2675), + [sym_operator_name] = ACTIONS(2673), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2673), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2673), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2673), + [anon_sym_MOZ_COLD] = ACTIONS(2673), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2673), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2673), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2673), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2673), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2673), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2673), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2673), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2673), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2673), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2673), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2673), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2673), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL] = ACTIONS(2673), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2673), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2673), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN] = ACTIONS(2673), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2673), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2673), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2673), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2673), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2673), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2673), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2673), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2673), + [anon_sym_MOZ_RAII] = ACTIONS(2673), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2673), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2673), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2673), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2673), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2673), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2673), }, - [1425] = { - [sym_attribute] = STATE(1425), - [aux_sym_function_definition_repeat1] = STATE(1425), - [sym_identifier] = ACTIONS(2981), - [anon_sym_extern] = ACTIONS(2981), - [anon_sym___attribute__] = ACTIONS(2981), - [anon_sym___declspec] = ACTIONS(2981), - [anon_sym___cdecl] = ACTIONS(2981), - [anon_sym___clrcall] = ACTIONS(2981), - [anon_sym___stdcall] = ACTIONS(2981), - [anon_sym___fastcall] = ACTIONS(2981), - [anon_sym___thiscall] = ACTIONS(2981), - [anon_sym___vectorcall] = ACTIONS(2981), - [anon_sym_static] = ACTIONS(2981), - [anon_sym_register] = ACTIONS(2981), - [anon_sym_inline] = ACTIONS(2981), - [anon_sym_const] = ACTIONS(2981), - [anon_sym_volatile] = ACTIONS(2981), - [anon_sym_restrict] = ACTIONS(2981), - [anon_sym__Atomic] = ACTIONS(2981), - [anon_sym_mutable] = ACTIONS(2981), - [anon_sym_constexpr] = ACTIONS(2981), - [anon_sym_signed] = ACTIONS(2981), - [anon_sym_unsigned] = ACTIONS(2981), - [anon_sym_long] = ACTIONS(2981), - [anon_sym_short] = ACTIONS(2981), - [sym_primitive_type] = ACTIONS(2981), - [anon_sym_enum] = ACTIONS(2981), - [anon_sym_class] = ACTIONS(2981), - [anon_sym_struct] = ACTIONS(2981), - [anon_sym_union] = ACTIONS(2981), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2981), - [anon_sym_virtual] = ACTIONS(2981), - [sym_auto] = ACTIONS(2981), - [anon_sym_typename] = ACTIONS(2981), - [anon_sym_COLON_COLON] = ACTIONS(2983), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2985), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2981), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2981), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2981), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2981), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2981), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2981), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2981), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2981), - [anon_sym_MOZ_COLD] = ACTIONS(2981), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2981), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2981), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2981), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2981), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2981), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2981), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2981), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2981), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2981), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2981), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2981), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2981), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2981), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2981), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2981), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2981), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2981), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2981), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2981), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2981), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2981), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_NONNULL] = ACTIONS(2981), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2981), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2981), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2981), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2981), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2981), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_NORETURN] = ACTIONS(2981), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2981), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2981), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2981), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2981), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2981), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2981), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2981), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2981), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2981), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2981), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2981), - [anon_sym_MOZ_RAII] = ACTIONS(2981), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2981), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2981), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2981), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2981), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2981), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2981), + [1235] = { + [sym_identifier] = ACTIONS(1792), + [aux_sym_preproc_def_token1] = ACTIONS(1792), + [aux_sym_preproc_if_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1792), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1792), + [sym_preproc_directive] = ACTIONS(1792), + [anon_sym_LPAREN2] = ACTIONS(1794), + [anon_sym_TILDE] = ACTIONS(1794), + [anon_sym_STAR] = ACTIONS(1794), + [anon_sym_AMP_AMP] = ACTIONS(1794), + [anon_sym_AMP] = ACTIONS(1792), + [anon_sym_typedef] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym___based] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym_mutable] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_class] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1792), + [anon_sym_virtual] = ACTIONS(1792), + [anon_sym_explicit] = ACTIONS(1792), + [anon_sym_public] = ACTIONS(1792), + [anon_sym_private] = ACTIONS(1792), + [anon_sym_protected] = ACTIONS(1792), + [sym_auto] = ACTIONS(1792), + [anon_sym_typename] = ACTIONS(1792), + [anon_sym_template] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1794), + [anon_sym_operator] = ACTIONS(1792), + [anon_sym_friend] = ACTIONS(1792), + [anon_sym_using] = ACTIONS(1792), + [anon_sym_static_assert] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [sym_operator_name] = ACTIONS(1792), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1792), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1792), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1792), + [anon_sym_MOZ_COLD] = ACTIONS(1792), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1792), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1792), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1792), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1792), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1792), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1792), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1792), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1792), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1792), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1792), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1792), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1792), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL] = ACTIONS(1792), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1792), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1792), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN] = ACTIONS(1792), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1792), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1792), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1792), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1792), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1792), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1792), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1792), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1792), + [anon_sym_MOZ_RAII] = ACTIONS(1792), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1792), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1792), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1792), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1792), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1792), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1792), }, - [1426] = { - [sym_attribute_specifier] = STATE(1423), - [sym_ms_declspec_modifier] = STATE(1423), - [sym_storage_class_specifier] = STATE(1423), - [sym_type_qualifier] = STATE(1423), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1423), - [sym_identifier] = ACTIONS(2988), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2990), - [anon_sym_COMMA] = ACTIONS(2990), - [anon_sym_RPAREN] = ACTIONS(2990), - [anon_sym_LPAREN2] = ACTIONS(2990), - [anon_sym_TILDE] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2990), - [anon_sym_AMP_AMP] = ACTIONS(2990), - [anon_sym_AMP] = ACTIONS(2988), - [anon_sym_SEMI] = ACTIONS(2990), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(2988), - [anon_sym_LBRACE] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_EQ] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_COLON] = ACTIONS(2988), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2990), - [sym_operator_name] = ACTIONS(2988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1236] = { + [sym_identifier] = ACTIONS(2665), + [aux_sym_preproc_def_token1] = ACTIONS(2665), + [aux_sym_preproc_if_token1] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2665), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2665), + [sym_preproc_directive] = ACTIONS(2665), + [anon_sym_LPAREN2] = ACTIONS(2667), + [anon_sym_TILDE] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_AMP_AMP] = ACTIONS(2667), + [anon_sym_AMP] = ACTIONS(2665), + [anon_sym_typedef] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2665), + [anon_sym___attribute__] = ACTIONS(2665), + [anon_sym___declspec] = ACTIONS(2665), + [anon_sym___based] = ACTIONS(2665), + [anon_sym_RBRACE] = ACTIONS(2667), + [anon_sym_LBRACK] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_register] = ACTIONS(2665), + [anon_sym_inline] = ACTIONS(2665), + [anon_sym_const] = ACTIONS(2665), + [anon_sym_volatile] = ACTIONS(2665), + [anon_sym_restrict] = ACTIONS(2665), + [anon_sym__Atomic] = ACTIONS(2665), + [anon_sym_mutable] = ACTIONS(2665), + [anon_sym_constexpr] = ACTIONS(2665), + [anon_sym_signed] = ACTIONS(2665), + [anon_sym_unsigned] = ACTIONS(2665), + [anon_sym_long] = ACTIONS(2665), + [anon_sym_short] = ACTIONS(2665), + [sym_primitive_type] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_class] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_union] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2665), + [anon_sym_virtual] = ACTIONS(2665), + [anon_sym_explicit] = ACTIONS(2665), + [anon_sym_public] = ACTIONS(2665), + [anon_sym_private] = ACTIONS(2665), + [anon_sym_protected] = ACTIONS(2665), + [sym_auto] = ACTIONS(2665), + [anon_sym_typename] = ACTIONS(2665), + [anon_sym_template] = ACTIONS(2665), + [anon_sym_COLON_COLON] = ACTIONS(2667), + [anon_sym_operator] = ACTIONS(2665), + [anon_sym_friend] = ACTIONS(2665), + [anon_sym_using] = ACTIONS(2665), + [anon_sym_static_assert] = ACTIONS(2665), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2667), + [sym_operator_name] = ACTIONS(2665), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2665), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2665), + [anon_sym_MOZ_COLD] = ACTIONS(2665), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2665), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2665), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2665), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2665), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2665), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2665), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2665), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2665), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2665), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2665), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2665), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2665), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL] = ACTIONS(2665), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2665), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2665), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN] = ACTIONS(2665), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2665), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2665), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2665), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2665), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2665), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2665), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2665), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2665), + [anon_sym_MOZ_RAII] = ACTIONS(2665), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2665), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2665), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2665), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2665), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2665), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2665), }, - [1427] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1427), - [sym_identifier] = ACTIONS(2326), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2328), - [anon_sym_COMMA] = ACTIONS(2328), - [anon_sym_RPAREN] = ACTIONS(2328), - [anon_sym_LPAREN2] = ACTIONS(2328), - [anon_sym_TILDE] = ACTIONS(2328), - [anon_sym_STAR] = ACTIONS(2328), - [anon_sym_AMP_AMP] = ACTIONS(2328), - [anon_sym_AMP] = ACTIONS(2326), - [anon_sym_SEMI] = ACTIONS(2328), - [anon_sym_extern] = ACTIONS(2326), - [anon_sym___attribute__] = ACTIONS(2326), - [anon_sym___declspec] = ACTIONS(2326), - [anon_sym___based] = ACTIONS(2326), - [anon_sym_LBRACE] = ACTIONS(2328), - [anon_sym_LBRACK] = ACTIONS(2328), - [anon_sym_EQ] = ACTIONS(2328), - [anon_sym_static] = ACTIONS(2326), - [anon_sym_register] = ACTIONS(2326), - [anon_sym_inline] = ACTIONS(2326), - [anon_sym_const] = ACTIONS(2326), - [anon_sym_volatile] = ACTIONS(2326), - [anon_sym_restrict] = ACTIONS(2326), - [anon_sym__Atomic] = ACTIONS(2326), - [anon_sym_mutable] = ACTIONS(2326), - [anon_sym_constexpr] = ACTIONS(2326), - [anon_sym_signed] = ACTIONS(2992), - [anon_sym_unsigned] = ACTIONS(2992), - [anon_sym_long] = ACTIONS(2992), - [anon_sym_short] = ACTIONS(2992), - [sym_primitive_type] = ACTIONS(2326), - [anon_sym_COLON] = ACTIONS(2326), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2328), - [anon_sym_COLON_COLON] = ACTIONS(2328), - [sym_operator_name] = ACTIONS(2326), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2326), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2326), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2326), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2326), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2326), - [anon_sym_MOZ_COLD] = ACTIONS(2326), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2326), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2326), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2326), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2326), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2326), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2326), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2326), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2326), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2326), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2326), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2326), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2326), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2326), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2326), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2326), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2326), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_NONNULL] = ACTIONS(2326), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2326), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2326), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2326), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2326), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_NORETURN] = ACTIONS(2326), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2326), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2326), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2326), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2326), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2326), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2326), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2326), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2326), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2326), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2326), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2326), - [anon_sym_MOZ_RAII] = ACTIONS(2326), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2326), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2326), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2326), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2326), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2326), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2326), + [1237] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1428] = { - [sym_attribute_specifier] = STATE(1428), - [sym_ms_declspec_modifier] = STATE(1428), - [sym_storage_class_specifier] = STATE(1428), - [sym_type_qualifier] = STATE(1428), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1428), - [sym_identifier] = ACTIONS(2995), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2997), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RPAREN] = ACTIONS(2997), - [anon_sym_LPAREN2] = ACTIONS(2997), - [anon_sym_TILDE] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_extern] = ACTIONS(2999), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___declspec] = ACTIONS(3005), - [anon_sym___based] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2997), - [anon_sym_EQ] = ACTIONS(2997), - [anon_sym_static] = ACTIONS(2999), - [anon_sym_register] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_const] = ACTIONS(3008), - [anon_sym_volatile] = ACTIONS(3008), - [anon_sym_restrict] = ACTIONS(3008), - [anon_sym__Atomic] = ACTIONS(3008), - [anon_sym_mutable] = ACTIONS(3008), - [anon_sym_constexpr] = ACTIONS(3008), - [anon_sym_COLON] = ACTIONS(2995), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2997), - [anon_sym_COLON_COLON] = ACTIONS(2997), - [sym_operator_name] = ACTIONS(2995), - [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), + [1238] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1614), + [anon_sym_STAR] = ACTIONS(1614), + [anon_sym_AMP_AMP] = ACTIONS(1614), + [anon_sym_AMP] = ACTIONS(1612), + [anon_sym_typedef] = ACTIONS(1612), + [anon_sym_extern] = ACTIONS(1612), + [anon_sym___attribute__] = ACTIONS(1612), + [anon_sym___declspec] = ACTIONS(1612), + [anon_sym___based] = ACTIONS(1612), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1612), + [anon_sym_virtual] = ACTIONS(1612), + [anon_sym_explicit] = ACTIONS(1612), + [anon_sym_public] = ACTIONS(1612), + [anon_sym_private] = ACTIONS(1612), + [anon_sym_protected] = ACTIONS(1612), + [sym_auto] = ACTIONS(1612), + [anon_sym_typename] = ACTIONS(1612), + [anon_sym_template] = ACTIONS(1612), + [anon_sym_COLON_COLON] = ACTIONS(1614), + [anon_sym_operator] = ACTIONS(1612), + [anon_sym_friend] = ACTIONS(1612), + [anon_sym_using] = ACTIONS(1612), + [anon_sym_static_assert] = ACTIONS(1612), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), + [sym_operator_name] = ACTIONS(1612), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1429] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3016), - [anon_sym_COMMA] = ACTIONS(3016), - [anon_sym_RPAREN] = ACTIONS(3016), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3016), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_EQ] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_COLON] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3016), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1239] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [1430] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1427), - [sym_identifier] = ACTIONS(3018), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2373), - [anon_sym_COMMA] = ACTIONS(2373), - [anon_sym_RPAREN] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2373), - [anon_sym_TILDE] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2373), - [anon_sym_AMP_AMP] = ACTIONS(2373), - [anon_sym_AMP] = ACTIONS(2375), - [anon_sym_SEMI] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2375), - [anon_sym___attribute__] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2375), - [anon_sym___based] = ACTIONS(2375), - [anon_sym_LBRACE] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2375), - [anon_sym_register] = ACTIONS(2375), - [anon_sym_inline] = ACTIONS(2375), - [anon_sym_const] = ACTIONS(2375), - [anon_sym_volatile] = ACTIONS(2375), - [anon_sym_restrict] = ACTIONS(2375), - [anon_sym__Atomic] = ACTIONS(2375), - [anon_sym_mutable] = ACTIONS(2375), - [anon_sym_constexpr] = ACTIONS(2375), - [anon_sym_signed] = ACTIONS(3021), - [anon_sym_unsigned] = ACTIONS(3021), - [anon_sym_long] = ACTIONS(3021), - [anon_sym_short] = ACTIONS(3021), - [sym_primitive_type] = ACTIONS(2379), - [anon_sym_COLON] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2375), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2375), - [anon_sym_MOZ_COLD] = ACTIONS(2375), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2375), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2375), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2375), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2375), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2375), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2375), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2375), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2375), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2375), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2375), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2375), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2375), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_RAII] = ACTIONS(2375), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2375), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2375), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2375), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2375), + [1240] = { + [sym_identifier] = ACTIONS(2389), + [aux_sym_preproc_def_token1] = ACTIONS(2389), + [aux_sym_preproc_if_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2389), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2389), + [sym_preproc_directive] = ACTIONS(2389), + [anon_sym_LPAREN2] = ACTIONS(2391), + [anon_sym_TILDE] = ACTIONS(2391), + [anon_sym_STAR] = ACTIONS(2391), + [anon_sym_AMP_AMP] = ACTIONS(2391), + [anon_sym_AMP] = ACTIONS(2389), + [anon_sym_typedef] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym___attribute__] = ACTIONS(2389), + [anon_sym___declspec] = ACTIONS(2389), + [anon_sym___based] = ACTIONS(2389), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_LBRACK] = ACTIONS(2389), + [anon_sym_static] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_inline] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [anon_sym_volatile] = ACTIONS(2389), + [anon_sym_restrict] = ACTIONS(2389), + [anon_sym__Atomic] = ACTIONS(2389), + [anon_sym_mutable] = ACTIONS(2389), + [anon_sym_constexpr] = ACTIONS(2389), + [anon_sym_signed] = ACTIONS(2389), + [anon_sym_unsigned] = ACTIONS(2389), + [anon_sym_long] = ACTIONS(2389), + [anon_sym_short] = ACTIONS(2389), + [sym_primitive_type] = ACTIONS(2389), + [anon_sym_enum] = ACTIONS(2389), + [anon_sym_class] = ACTIONS(2389), + [anon_sym_struct] = ACTIONS(2389), + [anon_sym_union] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2389), + [anon_sym_virtual] = ACTIONS(2389), + [anon_sym_explicit] = ACTIONS(2389), + [anon_sym_public] = ACTIONS(2389), + [anon_sym_private] = ACTIONS(2389), + [anon_sym_protected] = ACTIONS(2389), + [sym_auto] = ACTIONS(2389), + [anon_sym_typename] = ACTIONS(2389), + [anon_sym_template] = ACTIONS(2389), + [anon_sym_COLON_COLON] = ACTIONS(2391), + [anon_sym_operator] = ACTIONS(2389), + [anon_sym_friend] = ACTIONS(2389), + [anon_sym_using] = ACTIONS(2389), + [anon_sym_static_assert] = ACTIONS(2389), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2391), + [sym_operator_name] = ACTIONS(2389), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2389), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2389), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2389), + [anon_sym_MOZ_COLD] = ACTIONS(2389), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2389), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2389), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2389), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2389), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2389), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2389), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2389), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2389), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2389), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2389), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2389), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2389), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL] = ACTIONS(2389), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2389), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2389), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN] = ACTIONS(2389), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2389), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2389), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2389), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2389), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2389), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2389), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2389), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2389), + [anon_sym_MOZ_RAII] = ACTIONS(2389), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2389), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2389), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2389), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2389), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2389), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2389), }, - [1431] = { - [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_extern] = ACTIONS(3023), - [anon_sym___attribute__] = ACTIONS(3023), - [anon_sym___declspec] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3023), - [anon_sym_register] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_const] = ACTIONS(3023), - [anon_sym_volatile] = ACTIONS(3023), - [anon_sym_restrict] = ACTIONS(3023), - [anon_sym__Atomic] = ACTIONS(3023), - [anon_sym_mutable] = ACTIONS(3023), - [anon_sym_constexpr] = ACTIONS(3023), - [anon_sym_signed] = ACTIONS(3023), - [anon_sym_unsigned] = ACTIONS(3023), - [anon_sym_long] = ACTIONS(3023), - [anon_sym_short] = ACTIONS(3023), - [sym_primitive_type] = ACTIONS(3023), - [anon_sym_enum] = ACTIONS(3023), - [anon_sym_class] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3023), - [anon_sym_union] = ACTIONS(3023), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_override] = ACTIONS(3023), - [sym_auto] = ACTIONS(3023), - [anon_sym_typename] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3025), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3023), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3023), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3023), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3023), - [anon_sym_MOZ_COLD] = ACTIONS(3023), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3023), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3023), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3023), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3023), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3023), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3023), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3023), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3023), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3023), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3023), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3023), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3023), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3023), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_NONNULL] = ACTIONS(3023), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3023), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3023), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3023), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3023), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3023), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3023), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3023), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3023), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3023), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3023), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3023), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3023), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3023), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3023), - [anon_sym_MOZ_RAII] = ACTIONS(3023), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3023), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3023), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3023), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3023), + [1241] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1432] = { - [sym_enumerator_list] = STATE(898), - [sym_identifier] = ACTIONS(2501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2503), - [anon_sym_COMMA] = ACTIONS(2503), - [anon_sym_RPAREN] = ACTIONS(2503), - [anon_sym_LPAREN2] = ACTIONS(2503), - [anon_sym_TILDE] = ACTIONS(2503), - [anon_sym_STAR] = ACTIONS(2503), - [anon_sym_AMP_AMP] = ACTIONS(2503), - [anon_sym_AMP] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2503), - [anon_sym_extern] = ACTIONS(2501), - [anon_sym___attribute__] = ACTIONS(2501), - [anon_sym___declspec] = ACTIONS(2501), - [anon_sym___based] = ACTIONS(2501), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(2503), - [anon_sym_EQ] = ACTIONS(2503), - [anon_sym_static] = ACTIONS(2501), - [anon_sym_register] = ACTIONS(2501), - [anon_sym_inline] = ACTIONS(2501), - [anon_sym_const] = ACTIONS(2501), - [anon_sym_volatile] = ACTIONS(2501), - [anon_sym_restrict] = ACTIONS(2501), - [anon_sym__Atomic] = ACTIONS(2501), - [anon_sym_mutable] = ACTIONS(2501), - [anon_sym_constexpr] = ACTIONS(2501), - [anon_sym_DASH_GT] = ACTIONS(2503), + [1242] = { + [sym_identifier] = ACTIONS(2657), + [aux_sym_preproc_def_token1] = ACTIONS(2657), + [aux_sym_preproc_if_token1] = ACTIONS(2657), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2657), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2657), + [sym_preproc_directive] = ACTIONS(2657), + [anon_sym_LPAREN2] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2657), + [anon_sym_typedef] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2657), + [anon_sym___attribute__] = ACTIONS(2657), + [anon_sym___declspec] = ACTIONS(2657), + [anon_sym___based] = ACTIONS(2657), + [anon_sym_RBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_register] = ACTIONS(2657), + [anon_sym_inline] = ACTIONS(2657), + [anon_sym_const] = ACTIONS(2657), + [anon_sym_volatile] = ACTIONS(2657), + [anon_sym_restrict] = ACTIONS(2657), + [anon_sym__Atomic] = ACTIONS(2657), + [anon_sym_mutable] = ACTIONS(2657), + [anon_sym_constexpr] = ACTIONS(2657), + [anon_sym_signed] = ACTIONS(2657), + [anon_sym_unsigned] = ACTIONS(2657), + [anon_sym_long] = ACTIONS(2657), + [anon_sym_short] = ACTIONS(2657), + [sym_primitive_type] = ACTIONS(2657), + [anon_sym_enum] = ACTIONS(2657), + [anon_sym_class] = ACTIONS(2657), + [anon_sym_struct] = ACTIONS(2657), + [anon_sym_union] = ACTIONS(2657), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2501), - [anon_sym_override] = ACTIONS(2501), - [anon_sym_COLON_COLON] = ACTIONS(2503), - [anon_sym_noexcept] = ACTIONS(2501), - [anon_sym_throw] = ACTIONS(2501), - [sym_operator_name] = ACTIONS(2501), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), - [anon_sym_MOZ_COLD] = ACTIONS(2501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_RAII] = ACTIONS(2501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), + [anon_sym_decltype] = ACTIONS(2657), + [anon_sym_virtual] = ACTIONS(2657), + [anon_sym_explicit] = ACTIONS(2657), + [anon_sym_public] = ACTIONS(2657), + [anon_sym_private] = ACTIONS(2657), + [anon_sym_protected] = ACTIONS(2657), + [sym_auto] = ACTIONS(2657), + [anon_sym_typename] = ACTIONS(2657), + [anon_sym_template] = ACTIONS(2657), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_operator] = ACTIONS(2657), + [anon_sym_friend] = ACTIONS(2657), + [anon_sym_using] = ACTIONS(2657), + [anon_sym_static_assert] = ACTIONS(2657), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2659), + [sym_operator_name] = ACTIONS(2657), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2657), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2657), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2657), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2657), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2657), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2657), + [anon_sym_MOZ_COLD] = ACTIONS(2657), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2657), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2657), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2657), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2657), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2657), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2657), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2657), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2657), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2657), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2657), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2657), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2657), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2657), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2657), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2657), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2657), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_NONNULL] = ACTIONS(2657), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2657), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2657), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2657), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2657), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_NORETURN] = ACTIONS(2657), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2657), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2657), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2657), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2657), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2657), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2657), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2657), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2657), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2657), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2657), + [anon_sym_MOZ_RAII] = ACTIONS(2657), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2657), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2657), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2657), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2657), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2657), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2657), }, - [1433] = { - [sym_enumerator_list] = STATE(954), - [sym_identifier] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2447), - [anon_sym_COMMA] = ACTIONS(2447), - [anon_sym_RPAREN] = ACTIONS(2447), - [anon_sym_LPAREN2] = ACTIONS(2447), - [anon_sym_TILDE] = ACTIONS(2447), - [anon_sym_STAR] = ACTIONS(2447), - [anon_sym_AMP_AMP] = ACTIONS(2447), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_SEMI] = ACTIONS(2447), - [anon_sym_extern] = ACTIONS(2445), - [anon_sym___attribute__] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2445), - [anon_sym___based] = ACTIONS(2445), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(2447), - [anon_sym_EQ] = ACTIONS(2447), - [anon_sym_static] = ACTIONS(2445), - [anon_sym_register] = ACTIONS(2445), - [anon_sym_inline] = ACTIONS(2445), - [anon_sym_const] = ACTIONS(2445), - [anon_sym_volatile] = ACTIONS(2445), - [anon_sym_restrict] = ACTIONS(2445), - [anon_sym__Atomic] = ACTIONS(2445), - [anon_sym_mutable] = ACTIONS(2445), - [anon_sym_constexpr] = ACTIONS(2445), - [anon_sym_DASH_GT] = ACTIONS(2447), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2445), - [anon_sym_override] = ACTIONS(2445), - [anon_sym_COLON_COLON] = ACTIONS(2447), - [anon_sym_noexcept] = ACTIONS(2445), - [anon_sym_throw] = ACTIONS(2445), - [sym_operator_name] = ACTIONS(2445), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2445), - [anon_sym_MOZ_COLD] = ACTIONS(2445), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2445), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2445), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2445), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2445), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2445), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2445), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2445), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2445), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2445), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2445), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2445), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2445), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_RAII] = ACTIONS(2445), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2445), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2445), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2445), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2445), - }, - [1434] = { - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4479), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5358), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(3088), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3029), - [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___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1243] = { + [sym_identifier] = ACTIONS(2649), + [aux_sym_preproc_def_token1] = ACTIONS(2649), + [aux_sym_preproc_if_token1] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2649), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2649), + [sym_preproc_directive] = ACTIONS(2649), + [anon_sym_LPAREN2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2649), + [anon_sym_typedef] = ACTIONS(2649), + [anon_sym_extern] = ACTIONS(2649), + [anon_sym___attribute__] = ACTIONS(2649), + [anon_sym___declspec] = ACTIONS(2649), + [anon_sym___based] = ACTIONS(2649), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_register] = ACTIONS(2649), + [anon_sym_inline] = ACTIONS(2649), + [anon_sym_const] = ACTIONS(2649), + [anon_sym_volatile] = ACTIONS(2649), + [anon_sym_restrict] = ACTIONS(2649), + [anon_sym__Atomic] = ACTIONS(2649), + [anon_sym_mutable] = ACTIONS(2649), + [anon_sym_constexpr] = ACTIONS(2649), + [anon_sym_signed] = ACTIONS(2649), + [anon_sym_unsigned] = ACTIONS(2649), + [anon_sym_long] = ACTIONS(2649), + [anon_sym_short] = ACTIONS(2649), + [sym_primitive_type] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_class] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_union] = ACTIONS(2649), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(133), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(2649), + [anon_sym_virtual] = ACTIONS(2649), + [anon_sym_explicit] = ACTIONS(2649), + [anon_sym_public] = ACTIONS(2649), + [anon_sym_private] = ACTIONS(2649), + [anon_sym_protected] = ACTIONS(2649), + [sym_auto] = ACTIONS(2649), + [anon_sym_typename] = ACTIONS(2649), + [anon_sym_template] = ACTIONS(2649), + [anon_sym_COLON_COLON] = ACTIONS(2651), + [anon_sym_operator] = ACTIONS(2649), + [anon_sym_friend] = ACTIONS(2649), + [anon_sym_using] = ACTIONS(2649), + [anon_sym_static_assert] = ACTIONS(2649), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2651), + [sym_operator_name] = ACTIONS(2649), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2649), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2649), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2649), + [anon_sym_MOZ_COLD] = ACTIONS(2649), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2649), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2649), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2649), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2649), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2649), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2649), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2649), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2649), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2649), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2649), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2649), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2649), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL] = ACTIONS(2649), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2649), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2649), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN] = ACTIONS(2649), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2649), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2649), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2649), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2649), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2649), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2649), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2649), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2649), + [anon_sym_MOZ_RAII] = ACTIONS(2649), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2649), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2649), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2649), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2649), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2649), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2649), }, - [1435] = { - [sym_identifier] = ACTIONS(3035), - [anon_sym_extern] = ACTIONS(3035), - [anon_sym___attribute__] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3035), - [anon_sym___cdecl] = ACTIONS(3035), - [anon_sym___clrcall] = ACTIONS(3035), - [anon_sym___stdcall] = ACTIONS(3035), - [anon_sym___fastcall] = ACTIONS(3035), - [anon_sym___thiscall] = ACTIONS(3035), - [anon_sym___vectorcall] = ACTIONS(3035), - [anon_sym_static] = ACTIONS(3035), - [anon_sym_register] = ACTIONS(3035), - [anon_sym_inline] = 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_signed] = ACTIONS(3035), - [anon_sym_unsigned] = ACTIONS(3035), - [anon_sym_long] = ACTIONS(3035), - [anon_sym_short] = ACTIONS(3035), - [sym_primitive_type] = ACTIONS(3035), - [anon_sym_enum] = ACTIONS(3035), - [anon_sym_class] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3035), - [anon_sym_union] = ACTIONS(3035), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3035), - [anon_sym_virtual] = ACTIONS(3035), - [sym_auto] = ACTIONS(3035), - [anon_sym_typename] = ACTIONS(3035), - [anon_sym_COLON_COLON] = ACTIONS(3037), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3037), - [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), + [1244] = { + [sym_identifier] = ACTIONS(1496), + [aux_sym_preproc_def_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token1] = ACTIONS(1496), + [aux_sym_preproc_if_token2] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1496), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1496), + [sym_preproc_directive] = ACTIONS(1496), + [anon_sym_LPAREN2] = ACTIONS(1498), + [anon_sym_TILDE] = ACTIONS(1498), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_AMP_AMP] = ACTIONS(1498), + [anon_sym_AMP] = ACTIONS(1496), + [anon_sym_typedef] = ACTIONS(1496), + [anon_sym_extern] = ACTIONS(1496), + [anon_sym___attribute__] = ACTIONS(1496), + [anon_sym___declspec] = ACTIONS(1496), + [anon_sym___based] = ACTIONS(1496), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_static] = ACTIONS(1496), + [anon_sym_register] = ACTIONS(1496), + [anon_sym_inline] = ACTIONS(1496), + [anon_sym_const] = ACTIONS(1496), + [anon_sym_volatile] = ACTIONS(1496), + [anon_sym_restrict] = ACTIONS(1496), + [anon_sym__Atomic] = ACTIONS(1496), + [anon_sym_mutable] = ACTIONS(1496), + [anon_sym_constexpr] = ACTIONS(1496), + [anon_sym_signed] = ACTIONS(1496), + [anon_sym_unsigned] = ACTIONS(1496), + [anon_sym_long] = ACTIONS(1496), + [anon_sym_short] = ACTIONS(1496), + [sym_primitive_type] = ACTIONS(1496), + [anon_sym_enum] = ACTIONS(1496), + [anon_sym_class] = ACTIONS(1496), + [anon_sym_struct] = ACTIONS(1496), + [anon_sym_union] = ACTIONS(1496), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1496), + [anon_sym_virtual] = ACTIONS(1496), + [anon_sym_explicit] = ACTIONS(1496), + [anon_sym_public] = ACTIONS(1496), + [anon_sym_private] = ACTIONS(1496), + [anon_sym_protected] = ACTIONS(1496), + [sym_auto] = ACTIONS(1496), + [anon_sym_typename] = ACTIONS(1496), + [anon_sym_template] = ACTIONS(1496), + [anon_sym_COLON_COLON] = ACTIONS(1498), + [anon_sym_operator] = ACTIONS(1496), + [anon_sym_friend] = ACTIONS(1496), + [anon_sym_using] = ACTIONS(1496), + [anon_sym_static_assert] = ACTIONS(1496), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1498), + [sym_operator_name] = ACTIONS(1496), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1496), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1496), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1496), + [anon_sym_MOZ_COLD] = ACTIONS(1496), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1496), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1496), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1496), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1496), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1496), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1496), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1496), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1496), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1496), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1496), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1496), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1496), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL] = ACTIONS(1496), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1496), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1496), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN] = ACTIONS(1496), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1496), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1496), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1496), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1496), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1496), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1496), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1496), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1496), + [anon_sym_MOZ_RAII] = ACTIONS(1496), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1496), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1496), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1496), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1496), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1496), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1496), }, - [1436] = { - [sym_field_declaration_list] = STATE(975), - [sym_virtual_specifier] = STATE(4477), - [sym_base_class_clause] = STATE(5042), - [sym_identifier] = ACTIONS(2853), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2851), - [anon_sym_COMMA] = ACTIONS(2851), - [anon_sym_RPAREN] = ACTIONS(2851), - [anon_sym_LPAREN2] = ACTIONS(2851), - [anon_sym_TILDE] = ACTIONS(2851), - [anon_sym_STAR] = ACTIONS(2851), - [anon_sym_AMP_AMP] = ACTIONS(2851), - [anon_sym_AMP] = ACTIONS(2853), - [anon_sym_SEMI] = ACTIONS(2851), - [anon_sym_extern] = ACTIONS(2853), - [anon_sym___attribute__] = ACTIONS(2853), - [anon_sym___declspec] = ACTIONS(2853), - [anon_sym___based] = ACTIONS(2853), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2851), - [anon_sym_EQ] = ACTIONS(2851), - [anon_sym_static] = ACTIONS(2853), - [anon_sym_register] = ACTIONS(2853), - [anon_sym_inline] = ACTIONS(2853), - [anon_sym_const] = ACTIONS(2853), - [anon_sym_volatile] = ACTIONS(2853), - [anon_sym_restrict] = ACTIONS(2853), - [anon_sym__Atomic] = ACTIONS(2853), - [anon_sym_mutable] = ACTIONS(2853), - [anon_sym_constexpr] = ACTIONS(2853), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2851), - [sym_operator_name] = ACTIONS(2853), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2853), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2853), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2853), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2853), - [anon_sym_MOZ_COLD] = ACTIONS(2853), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2853), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2853), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2853), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2853), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2853), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2853), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2853), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2853), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2853), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2853), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2853), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2853), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2853), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_NONNULL] = ACTIONS(2853), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2853), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2853), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2853), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2853), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2853), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2853), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2853), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2853), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2853), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2853), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2853), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2853), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2853), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2853), - [anon_sym_MOZ_RAII] = ACTIONS(2853), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2853), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2853), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2853), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2853), + [1245] = { + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_friend] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [sym_operator_name] = ACTIONS(1752), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), }, - [1437] = { - [sym_identifier] = ACTIONS(3043), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym___cdecl] = ACTIONS(3043), - [anon_sym___clrcall] = ACTIONS(3043), - [anon_sym___stdcall] = ACTIONS(3043), - [anon_sym___fastcall] = ACTIONS(3043), - [anon_sym___thiscall] = ACTIONS(3043), - [anon_sym___vectorcall] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3043), - [anon_sym_register] = ACTIONS(3043), - [anon_sym_inline] = 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_signed] = ACTIONS(3043), - [anon_sym_unsigned] = ACTIONS(3043), - [anon_sym_long] = ACTIONS(3043), - [anon_sym_short] = ACTIONS(3043), - [sym_primitive_type] = ACTIONS(3043), - [anon_sym_enum] = ACTIONS(3043), - [anon_sym_class] = ACTIONS(3043), - [anon_sym_struct] = ACTIONS(3043), - [anon_sym_union] = ACTIONS(3043), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3043), - [sym_auto] = ACTIONS(3043), - [anon_sym_typename] = ACTIONS(3043), - [anon_sym_COLON_COLON] = ACTIONS(3045), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3045), - [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), + [1246] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_public] = ACTIONS(2797), + [anon_sym_private] = ACTIONS(2797), + [anon_sym_protected] = ACTIONS(2797), + [sym_auto] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_friend] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [sym_operator_name] = ACTIONS(2797), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2797), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), + [anon_sym_MOZ_COLD] = ACTIONS(2797), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL] = ACTIONS(2797), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN] = ACTIONS(2797), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), + [anon_sym_MOZ_RAII] = ACTIONS(2797), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), }, - [1438] = { - [sym_field_declaration_list] = STATE(840), - [sym_virtual_specifier] = STATE(4311), - [sym_base_class_clause] = STATE(5059), - [sym_identifier] = ACTIONS(2861), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2859), - [anon_sym_COMMA] = ACTIONS(2859), - [anon_sym_RPAREN] = ACTIONS(2859), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_SEMI] = ACTIONS(2859), - [anon_sym_extern] = ACTIONS(2861), - [anon_sym___attribute__] = ACTIONS(2861), - [anon_sym___declspec] = ACTIONS(2861), - [anon_sym___based] = ACTIONS(2861), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_EQ] = ACTIONS(2859), - [anon_sym_static] = ACTIONS(2861), - [anon_sym_register] = ACTIONS(2861), - [anon_sym_inline] = ACTIONS(2861), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2861), - [anon_sym_restrict] = ACTIONS(2861), - [anon_sym__Atomic] = ACTIONS(2861), - [anon_sym_mutable] = ACTIONS(2861), - [anon_sym_constexpr] = ACTIONS(2861), - [anon_sym_COLON] = ACTIONS(3039), + [1247] = { + [sym_identifier] = ACTIONS(2605), + [aux_sym_preproc_def_token1] = ACTIONS(2605), + [aux_sym_preproc_if_token1] = ACTIONS(2605), + [aux_sym_preproc_if_token2] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2605), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2605), + [sym_preproc_directive] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_TILDE] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_AMP_AMP] = ACTIONS(2607), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_typedef] = ACTIONS(2605), + [anon_sym_extern] = ACTIONS(2605), + [anon_sym___attribute__] = ACTIONS(2605), + [anon_sym___declspec] = ACTIONS(2605), + [anon_sym___based] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_register] = ACTIONS(2605), + [anon_sym_inline] = ACTIONS(2605), + [anon_sym_const] = ACTIONS(2605), + [anon_sym_volatile] = ACTIONS(2605), + [anon_sym_restrict] = ACTIONS(2605), + [anon_sym__Atomic] = ACTIONS(2605), + [anon_sym_mutable] = ACTIONS(2605), + [anon_sym_constexpr] = ACTIONS(2605), + [anon_sym_signed] = ACTIONS(2605), + [anon_sym_unsigned] = ACTIONS(2605), + [anon_sym_long] = ACTIONS(2605), + [anon_sym_short] = ACTIONS(2605), + [sym_primitive_type] = ACTIONS(2605), + [anon_sym_enum] = ACTIONS(2605), + [anon_sym_class] = ACTIONS(2605), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2605), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2859), - [sym_operator_name] = ACTIONS(2861), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), - [anon_sym_MOZ_COLD] = ACTIONS(2861), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_RAII] = ACTIONS(2861), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2605), + [anon_sym_virtual] = ACTIONS(2605), + [anon_sym_explicit] = ACTIONS(2605), + [anon_sym_public] = ACTIONS(2605), + [anon_sym_private] = ACTIONS(2605), + [anon_sym_protected] = ACTIONS(2605), + [sym_auto] = ACTIONS(2605), + [anon_sym_typename] = ACTIONS(2605), + [anon_sym_template] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2607), + [anon_sym_operator] = ACTIONS(2605), + [anon_sym_friend] = ACTIONS(2605), + [anon_sym_using] = ACTIONS(2605), + [anon_sym_static_assert] = ACTIONS(2605), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2607), + [sym_operator_name] = ACTIONS(2605), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2605), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2605), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2605), + [anon_sym_MOZ_COLD] = ACTIONS(2605), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2605), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2605), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2605), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2605), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2605), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2605), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2605), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2605), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2605), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2605), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2605), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2605), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL] = ACTIONS(2605), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2605), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2605), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN] = ACTIONS(2605), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2605), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2605), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2605), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2605), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2605), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2605), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2605), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2605), + [anon_sym_MOZ_RAII] = ACTIONS(2605), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2605), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2605), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2605), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2605), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2605), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2605), }, - [1439] = { - [sym_field_declaration_list] = STATE(980), - [sym_virtual_specifier] = STATE(4305), - [sym_base_class_clause] = STATE(5044), - [sym_identifier] = ACTIONS(2869), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2867), - [anon_sym_COMMA] = ACTIONS(2867), - [anon_sym_RPAREN] = ACTIONS(2867), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_TILDE] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(2867), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_EQ] = ACTIONS(2867), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2867), - [sym_operator_name] = ACTIONS(2869), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), - [anon_sym_MOZ_COLD] = ACTIONS(2869), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_RAII] = ACTIONS(2869), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), + [1248] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2837), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_GT] = ACTIONS(2837), + [anon_sym_GT_EQ] = ACTIONS(2839), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2837), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_RBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_COLON] = ACTIONS(2837), + [anon_sym_QMARK] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DOT] = ACTIONS(2837), + [anon_sym_DASH_GT] = ACTIONS(2839), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2837), + [anon_sym_override] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2877), + [anon_sym_noexcept] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), }, - [1440] = { - [sym_field_declaration_list] = STATE(988), - [sym_virtual_specifier] = STATE(4486), - [sym_base_class_clause] = STATE(5050), - [sym_identifier] = ACTIONS(2857), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2855), - [anon_sym_COMMA] = ACTIONS(2855), - [anon_sym_RPAREN] = ACTIONS(2855), - [anon_sym_LPAREN2] = ACTIONS(2855), - [anon_sym_TILDE] = ACTIONS(2855), - [anon_sym_STAR] = ACTIONS(2855), - [anon_sym_AMP_AMP] = ACTIONS(2855), - [anon_sym_AMP] = ACTIONS(2857), - [anon_sym_SEMI] = ACTIONS(2855), - [anon_sym_extern] = ACTIONS(2857), - [anon_sym___attribute__] = ACTIONS(2857), - [anon_sym___declspec] = ACTIONS(2857), - [anon_sym___based] = ACTIONS(2857), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2855), - [anon_sym_EQ] = ACTIONS(2855), - [anon_sym_static] = ACTIONS(2857), - [anon_sym_register] = ACTIONS(2857), - [anon_sym_inline] = ACTIONS(2857), - [anon_sym_const] = ACTIONS(2857), - [anon_sym_volatile] = ACTIONS(2857), - [anon_sym_restrict] = ACTIONS(2857), - [anon_sym__Atomic] = ACTIONS(2857), - [anon_sym_mutable] = ACTIONS(2857), - [anon_sym_constexpr] = ACTIONS(2857), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2855), - [sym_operator_name] = ACTIONS(2857), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2857), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2857), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2857), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2857), - [anon_sym_MOZ_COLD] = ACTIONS(2857), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2857), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2857), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2857), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2857), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2857), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2857), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2857), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2857), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2857), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2857), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2857), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2857), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2857), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_NONNULL] = ACTIONS(2857), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2857), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2857), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2857), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2857), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2857), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2857), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2857), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2857), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2857), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2857), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2857), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2857), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), - [anon_sym_MOZ_RAII] = ACTIONS(2857), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2857), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2857), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2857), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2857), + [1249] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_AMP_AMP] = ACTIONS(1694), + [anon_sym_AMP] = ACTIONS(1692), + [anon_sym_typedef] = ACTIONS(1692), + [anon_sym_extern] = ACTIONS(1692), + [anon_sym___attribute__] = ACTIONS(1692), + [anon_sym___declspec] = ACTIONS(1692), + [anon_sym___based] = ACTIONS(1692), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1692), + [anon_sym_virtual] = ACTIONS(1692), + [anon_sym_explicit] = ACTIONS(1692), + [anon_sym_public] = ACTIONS(1692), + [anon_sym_private] = ACTIONS(1692), + [anon_sym_protected] = ACTIONS(1692), + [sym_auto] = ACTIONS(1692), + [anon_sym_typename] = ACTIONS(1692), + [anon_sym_template] = ACTIONS(1692), + [anon_sym_COLON_COLON] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1692), + [anon_sym_friend] = ACTIONS(1692), + [anon_sym_using] = ACTIONS(1692), + [anon_sym_static_assert] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [sym_operator_name] = ACTIONS(1692), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1441] = { - [sym_identifier] = ACTIONS(3047), - [anon_sym_extern] = ACTIONS(3047), - [anon_sym___attribute__] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3047), - [anon_sym___cdecl] = ACTIONS(3047), - [anon_sym___clrcall] = ACTIONS(3047), - [anon_sym___stdcall] = ACTIONS(3047), - [anon_sym___fastcall] = ACTIONS(3047), - [anon_sym___thiscall] = ACTIONS(3047), - [anon_sym___vectorcall] = ACTIONS(3047), - [anon_sym_static] = ACTIONS(3047), - [anon_sym_register] = ACTIONS(3047), - [anon_sym_inline] = 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_signed] = ACTIONS(3047), - [anon_sym_unsigned] = ACTIONS(3047), - [anon_sym_long] = ACTIONS(3047), - [anon_sym_short] = ACTIONS(3047), - [sym_primitive_type] = ACTIONS(3047), - [anon_sym_enum] = ACTIONS(3047), - [anon_sym_class] = ACTIONS(3047), - [anon_sym_struct] = ACTIONS(3047), - [anon_sym_union] = ACTIONS(3047), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3047), - [anon_sym_virtual] = ACTIONS(3047), - [sym_auto] = ACTIONS(3047), - [anon_sym_typename] = ACTIONS(3047), - [anon_sym_COLON_COLON] = ACTIONS(3049), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3049), - [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), + [1250] = { + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [anon_sym_public] = ACTIONS(1736), + [anon_sym_private] = ACTIONS(1736), + [anon_sym_protected] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_friend] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [sym_operator_name] = ACTIONS(1736), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), }, - [1442] = { - [sym_identifier] = ACTIONS(3051), - [anon_sym_extern] = ACTIONS(3051), - [anon_sym___attribute__] = ACTIONS(3051), - [anon_sym___declspec] = ACTIONS(3051), - [anon_sym___cdecl] = ACTIONS(3051), - [anon_sym___clrcall] = ACTIONS(3051), - [anon_sym___stdcall] = ACTIONS(3051), - [anon_sym___fastcall] = ACTIONS(3051), - [anon_sym___thiscall] = ACTIONS(3051), - [anon_sym___vectorcall] = ACTIONS(3051), - [anon_sym_LBRACE] = ACTIONS(3053), - [anon_sym_static] = ACTIONS(3051), - [anon_sym_register] = ACTIONS(3051), - [anon_sym_inline] = ACTIONS(3051), - [anon_sym_const] = ACTIONS(3051), - [anon_sym_volatile] = ACTIONS(3051), - [anon_sym_restrict] = ACTIONS(3051), - [anon_sym__Atomic] = ACTIONS(3051), - [anon_sym_mutable] = ACTIONS(3051), - [anon_sym_constexpr] = ACTIONS(3051), - [anon_sym_signed] = ACTIONS(3051), - [anon_sym_unsigned] = ACTIONS(3051), - [anon_sym_long] = ACTIONS(3051), - [anon_sym_short] = ACTIONS(3051), - [sym_primitive_type] = ACTIONS(3051), - [anon_sym_enum] = ACTIONS(3051), - [anon_sym_class] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3051), - [anon_sym_union] = ACTIONS(3051), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3051), - [sym_auto] = ACTIONS(3051), - [anon_sym_typename] = ACTIONS(3051), - [anon_sym_COLON_COLON] = ACTIONS(3053), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3053), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3051), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3051), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3051), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3051), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3051), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3051), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3051), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3051), - [anon_sym_MOZ_COLD] = ACTIONS(3051), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3051), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3051), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3051), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3051), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3051), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3051), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3051), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3051), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3051), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3051), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3051), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3051), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3051), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3051), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3051), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3051), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3051), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3051), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3051), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3051), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3051), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_NONNULL] = ACTIONS(3051), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3051), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3051), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3051), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3051), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3051), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_NORETURN] = ACTIONS(3051), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3051), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3051), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3051), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3051), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3051), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3051), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3051), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3051), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3051), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3051), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3051), - [anon_sym_MOZ_RAII] = ACTIONS(3051), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3051), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3051), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3051), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3051), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3051), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3051), + [1251] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_RBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), }, - [1443] = { - [sym_field_declaration_list] = STATE(818), - [sym_virtual_specifier] = STATE(4292), - [sym_base_class_clause] = STATE(5054), - [sym_identifier] = ACTIONS(2865), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2863), - [anon_sym_COMMA] = ACTIONS(2863), - [anon_sym_RPAREN] = ACTIONS(2863), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_TILDE] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_SEMI] = ACTIONS(2863), - [anon_sym_extern] = ACTIONS(2865), - [anon_sym___attribute__] = ACTIONS(2865), - [anon_sym___declspec] = ACTIONS(2865), - [anon_sym___based] = ACTIONS(2865), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_EQ] = ACTIONS(2863), - [anon_sym_static] = ACTIONS(2865), - [anon_sym_register] = ACTIONS(2865), - [anon_sym_inline] = ACTIONS(2865), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2865), - [anon_sym_restrict] = ACTIONS(2865), - [anon_sym__Atomic] = ACTIONS(2865), - [anon_sym_mutable] = ACTIONS(2865), - [anon_sym_constexpr] = ACTIONS(2865), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2863), - [sym_operator_name] = ACTIONS(2865), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), - [anon_sym_MOZ_COLD] = ACTIONS(2865), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_RAII] = ACTIONS(2865), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), + [1252] = { + [sym_identifier] = ACTIONS(1728), + [aux_sym_preproc_def_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token1] = ACTIONS(1728), + [aux_sym_preproc_if_token2] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1728), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1728), + [sym_preproc_directive] = ACTIONS(1728), + [anon_sym_LPAREN2] = ACTIONS(1730), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_STAR] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1730), + [anon_sym_AMP] = ACTIONS(1728), + [anon_sym_typedef] = ACTIONS(1728), + [anon_sym_extern] = ACTIONS(1728), + [anon_sym___attribute__] = ACTIONS(1728), + [anon_sym___declspec] = ACTIONS(1728), + [anon_sym___based] = ACTIONS(1728), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_static] = ACTIONS(1728), + [anon_sym_register] = ACTIONS(1728), + [anon_sym_inline] = ACTIONS(1728), + [anon_sym_const] = ACTIONS(1728), + [anon_sym_volatile] = ACTIONS(1728), + [anon_sym_restrict] = ACTIONS(1728), + [anon_sym__Atomic] = ACTIONS(1728), + [anon_sym_mutable] = ACTIONS(1728), + [anon_sym_constexpr] = ACTIONS(1728), + [anon_sym_signed] = ACTIONS(1728), + [anon_sym_unsigned] = ACTIONS(1728), + [anon_sym_long] = ACTIONS(1728), + [anon_sym_short] = ACTIONS(1728), + [sym_primitive_type] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1728), + [anon_sym_class] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1728), + [anon_sym_union] = ACTIONS(1728), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1728), + [anon_sym_virtual] = ACTIONS(1728), + [anon_sym_explicit] = ACTIONS(1728), + [anon_sym_public] = ACTIONS(1728), + [anon_sym_private] = ACTIONS(1728), + [anon_sym_protected] = ACTIONS(1728), + [sym_auto] = ACTIONS(1728), + [anon_sym_typename] = ACTIONS(1728), + [anon_sym_template] = ACTIONS(1728), + [anon_sym_COLON_COLON] = ACTIONS(1730), + [anon_sym_operator] = ACTIONS(1728), + [anon_sym_friend] = ACTIONS(1728), + [anon_sym_using] = ACTIONS(1728), + [anon_sym_static_assert] = ACTIONS(1728), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1730), + [sym_operator_name] = ACTIONS(1728), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1728), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1728), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1728), + [anon_sym_MOZ_COLD] = ACTIONS(1728), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1728), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1728), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1728), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1728), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1728), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1728), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1728), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1728), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1728), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1728), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1728), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1728), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL] = ACTIONS(1728), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1728), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1728), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN] = ACTIONS(1728), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1728), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1728), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1728), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1728), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1728), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1728), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1728), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1728), + [anon_sym_MOZ_RAII] = ACTIONS(1728), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1728), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1728), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1728), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1728), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1728), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1728), }, - [1444] = { - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4479), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5474), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(3088), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(3032), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3029), - [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___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1253] = { + [sym_identifier] = ACTIONS(1720), + [aux_sym_preproc_def_token1] = ACTIONS(1720), + [aux_sym_preproc_if_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1720), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1720), + [sym_preproc_directive] = ACTIONS(1720), + [anon_sym_LPAREN2] = ACTIONS(1722), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_STAR] = ACTIONS(1722), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_AMP] = ACTIONS(1720), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1720), + [anon_sym___attribute__] = ACTIONS(1720), + [anon_sym___declspec] = ACTIONS(1720), + [anon_sym___based] = ACTIONS(1720), + [anon_sym_RBRACE] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1720), + [anon_sym_static] = ACTIONS(1720), + [anon_sym_register] = ACTIONS(1720), + [anon_sym_inline] = ACTIONS(1720), + [anon_sym_const] = ACTIONS(1720), + [anon_sym_volatile] = ACTIONS(1720), + [anon_sym_restrict] = ACTIONS(1720), + [anon_sym__Atomic] = ACTIONS(1720), + [anon_sym_mutable] = ACTIONS(1720), + [anon_sym_constexpr] = ACTIONS(1720), + [anon_sym_signed] = ACTIONS(1720), + [anon_sym_unsigned] = ACTIONS(1720), + [anon_sym_long] = ACTIONS(1720), + [anon_sym_short] = ACTIONS(1720), + [sym_primitive_type] = ACTIONS(1720), + [anon_sym_enum] = ACTIONS(1720), + [anon_sym_class] = ACTIONS(1720), + [anon_sym_struct] = ACTIONS(1720), + [anon_sym_union] = ACTIONS(1720), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_new] = ACTIONS(131), - [sym_operator_name] = ACTIONS(133), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(1720), + [anon_sym_virtual] = ACTIONS(1720), + [anon_sym_explicit] = ACTIONS(1720), + [anon_sym_public] = ACTIONS(1720), + [anon_sym_private] = ACTIONS(1720), + [anon_sym_protected] = ACTIONS(1720), + [sym_auto] = ACTIONS(1720), + [anon_sym_typename] = ACTIONS(1720), + [anon_sym_template] = ACTIONS(1720), + [anon_sym_COLON_COLON] = ACTIONS(1722), + [anon_sym_operator] = ACTIONS(1720), + [anon_sym_friend] = ACTIONS(1720), + [anon_sym_using] = ACTIONS(1720), + [anon_sym_static_assert] = ACTIONS(1720), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1722), + [sym_operator_name] = ACTIONS(1720), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1720), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1720), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1720), + [anon_sym_MOZ_COLD] = ACTIONS(1720), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1720), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1720), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1720), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1720), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1720), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1720), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1720), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1720), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1720), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1720), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1720), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1720), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL] = ACTIONS(1720), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1720), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1720), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN] = ACTIONS(1720), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1720), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1720), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1720), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1720), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1720), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1720), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1720), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1720), + [anon_sym_MOZ_RAII] = ACTIONS(1720), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1720), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1720), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1720), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1720), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1720), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1720), }, - [1445] = { - [sym_field_declaration_list] = STATE(970), - [sym_virtual_specifier] = STATE(4458), - [sym_base_class_clause] = STATE(5007), - [sym_identifier] = ACTIONS(2843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2841), - [anon_sym_COMMA] = ACTIONS(2841), - [anon_sym_RPAREN] = ACTIONS(2841), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2841), - [anon_sym_EQ] = ACTIONS(2841), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [sym_operator_name] = ACTIONS(2843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), - [anon_sym_MOZ_COLD] = ACTIONS(2843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_NONNULL] = ACTIONS(2843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), - [anon_sym_MOZ_RAII] = ACTIONS(2843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + [1254] = { + [sym_identifier] = ACTIONS(1716), + [aux_sym_preproc_def_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1716), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1716), + [sym_preproc_directive] = ACTIONS(1716), + [anon_sym_LPAREN2] = ACTIONS(1718), + [anon_sym_TILDE] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_AMP_AMP] = ACTIONS(1718), + [anon_sym_AMP] = ACTIONS(1716), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1716), + [anon_sym___attribute__] = ACTIONS(1716), + [anon_sym___declspec] = ACTIONS(1716), + [anon_sym___based] = ACTIONS(1716), + [anon_sym_RBRACE] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1716), + [anon_sym_static] = ACTIONS(1716), + [anon_sym_register] = ACTIONS(1716), + [anon_sym_inline] = ACTIONS(1716), + [anon_sym_const] = ACTIONS(1716), + [anon_sym_volatile] = ACTIONS(1716), + [anon_sym_restrict] = ACTIONS(1716), + [anon_sym__Atomic] = ACTIONS(1716), + [anon_sym_mutable] = ACTIONS(1716), + [anon_sym_constexpr] = ACTIONS(1716), + [anon_sym_signed] = ACTIONS(1716), + [anon_sym_unsigned] = ACTIONS(1716), + [anon_sym_long] = ACTIONS(1716), + [anon_sym_short] = ACTIONS(1716), + [sym_primitive_type] = ACTIONS(1716), + [anon_sym_enum] = ACTIONS(1716), + [anon_sym_class] = ACTIONS(1716), + [anon_sym_struct] = ACTIONS(1716), + [anon_sym_union] = ACTIONS(1716), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1716), + [anon_sym_virtual] = ACTIONS(1716), + [anon_sym_explicit] = ACTIONS(1716), + [anon_sym_public] = ACTIONS(1716), + [anon_sym_private] = ACTIONS(1716), + [anon_sym_protected] = ACTIONS(1716), + [sym_auto] = ACTIONS(1716), + [anon_sym_typename] = ACTIONS(1716), + [anon_sym_template] = ACTIONS(1716), + [anon_sym_COLON_COLON] = ACTIONS(1718), + [anon_sym_operator] = ACTIONS(1716), + [anon_sym_friend] = ACTIONS(1716), + [anon_sym_using] = ACTIONS(1716), + [anon_sym_static_assert] = ACTIONS(1716), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1718), + [sym_operator_name] = ACTIONS(1716), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1716), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1716), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1716), + [anon_sym_MOZ_COLD] = ACTIONS(1716), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1716), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1716), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1716), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1716), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1716), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1716), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1716), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1716), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1716), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1716), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1716), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1716), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL] = ACTIONS(1716), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1716), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1716), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN] = ACTIONS(1716), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1716), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1716), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1716), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1716), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1716), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1716), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1716), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1716), + [anon_sym_MOZ_RAII] = ACTIONS(1716), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1716), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1716), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1716), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1716), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1716), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1716), }, - [1446] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1427), - [sym_identifier] = ACTIONS(3055), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2373), - [anon_sym_COMMA] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2373), - [anon_sym_TILDE] = ACTIONS(2373), - [anon_sym_STAR] = ACTIONS(2373), - [anon_sym_AMP_AMP] = ACTIONS(2373), - [anon_sym_AMP] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2375), - [anon_sym___attribute__] = ACTIONS(2375), - [anon_sym___declspec] = ACTIONS(2375), - [anon_sym___based] = ACTIONS(2375), - [anon_sym_LBRACE] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2375), - [anon_sym_register] = ACTIONS(2375), - [anon_sym_inline] = ACTIONS(2375), - [anon_sym_const] = ACTIONS(2375), - [anon_sym_volatile] = ACTIONS(2375), - [anon_sym_restrict] = ACTIONS(2375), - [anon_sym__Atomic] = ACTIONS(2375), - [anon_sym_mutable] = ACTIONS(2375), - [anon_sym_constexpr] = ACTIONS(2375), - [anon_sym_signed] = ACTIONS(3021), - [anon_sym_unsigned] = ACTIONS(3021), - [anon_sym_long] = ACTIONS(3021), - [anon_sym_short] = ACTIONS(3021), - [sym_primitive_type] = ACTIONS(3058), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2375), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2375), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2375), - [anon_sym_MOZ_COLD] = ACTIONS(2375), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2375), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2375), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2375), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2375), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2375), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2375), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2375), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2375), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2375), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2375), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2375), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2375), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL] = ACTIONS(2375), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2375), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2375), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN] = ACTIONS(2375), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2375), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2375), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2375), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2375), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2375), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2375), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2375), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2375), - [anon_sym_MOZ_RAII] = ACTIONS(2375), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2375), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2375), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2375), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2375), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2375), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2375), + [1255] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2295), + [anon_sym_COMMA] = ACTIONS(2295), + [anon_sym_RPAREN] = ACTIONS(2295), + [anon_sym_LPAREN2] = ACTIONS(2295), + [anon_sym_DASH] = ACTIONS(2288), + [anon_sym_PLUS] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_SLASH] = ACTIONS(2288), + [anon_sym_PERCENT] = ACTIONS(2295), + [anon_sym_PIPE_PIPE] = ACTIONS(2295), + [anon_sym_AMP_AMP] = ACTIONS(2295), + [anon_sym_PIPE] = ACTIONS(2288), + [anon_sym_CARET] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_EQ_EQ] = ACTIONS(2295), + [anon_sym_BANG_EQ] = ACTIONS(2295), + [anon_sym_GT] = ACTIONS(2288), + [anon_sym_GT_EQ] = ACTIONS(2295), + [anon_sym_LT_EQ] = ACTIONS(2295), + [anon_sym_LT] = ACTIONS(2288), + [anon_sym_LT_LT] = ACTIONS(2295), + [anon_sym_GT_GT] = ACTIONS(2295), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_RBRACK] = ACTIONS(2295), + [anon_sym_EQ] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2288), + [anon_sym_QMARK] = ACTIONS(2295), + [anon_sym_DASH_DASH] = ACTIONS(2295), + [anon_sym_PLUS_PLUS] = ACTIONS(2295), + [anon_sym_DOT] = ACTIONS(2288), + [anon_sym_DASH_GT] = ACTIONS(2295), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2288), + [anon_sym_override] = ACTIONS(2288), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [anon_sym_noexcept] = ACTIONS(2288), + [anon_sym_throw] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), }, - [1447] = { - [sym_template_argument_list] = STATE(849), - [sym_identifier] = ACTIONS(2883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_RPAREN] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_TILDE] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym___attribute__] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2883), - [anon_sym___based] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym__Atomic] = ACTIONS(2883), - [anon_sym_mutable] = ACTIONS(2883), - [anon_sym_constexpr] = ACTIONS(2883), - [anon_sym_COLON] = ACTIONS(2883), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2883), - [anon_sym_override] = ACTIONS(2883), - [anon_sym_COLON_COLON] = ACTIONS(2881), - [sym_operator_name] = ACTIONS(2883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2883), - [anon_sym_MOZ_COLD] = ACTIONS(2883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_RAII] = ACTIONS(2883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2883), + [1256] = { + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token2] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [anon_sym_public] = ACTIONS(1704), + [anon_sym_private] = ACTIONS(1704), + [anon_sym_protected] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_friend] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [sym_operator_name] = ACTIONS(1704), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), }, - [1448] = { - [sym_field_declaration_list] = STATE(1357), - [sym_virtual_specifier] = STATE(4401), - [sym_base_class_clause] = STATE(4925), - [sym_identifier] = ACTIONS(2861), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2859), - [anon_sym_COMMA] = ACTIONS(2859), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_extern] = ACTIONS(2861), - [anon_sym___attribute__] = ACTIONS(2861), - [anon_sym___declspec] = ACTIONS(2861), - [anon_sym___based] = ACTIONS(2861), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_EQ] = ACTIONS(2859), - [anon_sym_static] = ACTIONS(2861), - [anon_sym_register] = ACTIONS(2861), - [anon_sym_inline] = ACTIONS(2861), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2861), - [anon_sym_restrict] = ACTIONS(2861), - [anon_sym__Atomic] = ACTIONS(2861), - [anon_sym_mutable] = ACTIONS(2861), - [anon_sym_constexpr] = ACTIONS(2861), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2859), - [anon_sym_COLON_COLON] = ACTIONS(2859), - [sym_operator_name] = ACTIONS(2861), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), - [anon_sym_MOZ_COLD] = ACTIONS(2861), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_RAII] = ACTIONS(2861), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), - }, - [1449] = { - [sym_field_declaration_list] = STATE(1325), - [sym_virtual_specifier] = STATE(4451), - [sym_base_class_clause] = STATE(4994), - [sym_identifier] = ACTIONS(2843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2841), - [anon_sym_COMMA] = ACTIONS(2841), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2841), - [anon_sym_EQ] = ACTIONS(2841), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2841), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [sym_operator_name] = ACTIONS(2843), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), - [anon_sym_MOZ_COLD] = ACTIONS(2843), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_NONNULL] = ACTIONS(2843), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_NORETURN] = ACTIONS(2843), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), - [anon_sym_MOZ_RAII] = ACTIONS(2843), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), - }, - [1450] = { - [sym_field_declaration_list] = STATE(1333), - [sym_virtual_specifier] = STATE(4391), - [sym_base_class_clause] = STATE(4915), - [sym_identifier] = ACTIONS(2869), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2867), - [anon_sym_COMMA] = ACTIONS(2867), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_TILDE] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_EQ] = ACTIONS(2867), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2867), - [anon_sym_COLON_COLON] = ACTIONS(2867), - [sym_operator_name] = ACTIONS(2869), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), - [anon_sym_MOZ_COLD] = ACTIONS(2869), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_RAII] = ACTIONS(2869), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), - }, - [1451] = { - [sym_field_declaration_list] = STATE(1319), - [sym_virtual_specifier] = STATE(4448), - [sym_base_class_clause] = STATE(4981), - [sym_identifier] = ACTIONS(2853), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2851), - [anon_sym_COMMA] = ACTIONS(2851), - [anon_sym_LPAREN2] = ACTIONS(2851), - [anon_sym_TILDE] = ACTIONS(2851), - [anon_sym_STAR] = ACTIONS(2851), - [anon_sym_AMP_AMP] = ACTIONS(2851), - [anon_sym_AMP] = ACTIONS(2853), - [anon_sym_extern] = ACTIONS(2853), - [anon_sym___attribute__] = ACTIONS(2853), - [anon_sym___declspec] = ACTIONS(2853), - [anon_sym___based] = ACTIONS(2853), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2851), - [anon_sym_EQ] = ACTIONS(2851), - [anon_sym_static] = ACTIONS(2853), - [anon_sym_register] = ACTIONS(2853), - [anon_sym_inline] = ACTIONS(2853), - [anon_sym_const] = ACTIONS(2853), - [anon_sym_volatile] = ACTIONS(2853), - [anon_sym_restrict] = ACTIONS(2853), - [anon_sym__Atomic] = ACTIONS(2853), - [anon_sym_mutable] = ACTIONS(2853), - [anon_sym_constexpr] = ACTIONS(2853), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2851), - [anon_sym_COLON_COLON] = ACTIONS(2851), - [sym_operator_name] = ACTIONS(2853), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2853), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2853), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2853), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2853), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2853), - [anon_sym_MOZ_COLD] = ACTIONS(2853), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2853), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2853), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2853), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2853), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2853), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2853), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2853), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2853), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2853), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2853), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2853), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2853), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2853), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2853), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2853), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2853), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_NONNULL] = ACTIONS(2853), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2853), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2853), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2853), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2853), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_NORETURN] = ACTIONS(2853), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2853), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2853), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2853), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2853), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2853), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2853), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2853), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2853), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2853), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2853), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2853), - [anon_sym_MOZ_RAII] = ACTIONS(2853), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2853), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2853), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2853), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2853), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2853), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2853), - }, - [1452] = { - [sym_field_declaration_list] = STATE(1323), - [sym_virtual_specifier] = STATE(4395), - [sym_base_class_clause] = STATE(4920), - [sym_identifier] = ACTIONS(2865), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2863), - [anon_sym_COMMA] = ACTIONS(2863), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_TILDE] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_extern] = ACTIONS(2865), - [anon_sym___attribute__] = ACTIONS(2865), - [anon_sym___declspec] = ACTIONS(2865), - [anon_sym___based] = ACTIONS(2865), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_EQ] = ACTIONS(2863), - [anon_sym_static] = ACTIONS(2865), - [anon_sym_register] = ACTIONS(2865), - [anon_sym_inline] = ACTIONS(2865), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2865), - [anon_sym_restrict] = ACTIONS(2865), - [anon_sym__Atomic] = ACTIONS(2865), - [anon_sym_mutable] = ACTIONS(2865), - [anon_sym_constexpr] = ACTIONS(2865), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2863), - [anon_sym_COLON_COLON] = ACTIONS(2863), - [sym_operator_name] = ACTIONS(2865), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), - [anon_sym_MOZ_COLD] = ACTIONS(2865), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_RAII] = ACTIONS(2865), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), + [1257] = { + [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___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_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_COLON_COLON] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1516), + [anon_sym_friend] = ACTIONS(1516), + [anon_sym_using] = ACTIONS(1516), + [anon_sym_static_assert] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [sym_operator_name] = 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), }, - [1453] = { - [sym_enumerator_list] = STATE(1343), - [sym_identifier] = ACTIONS(2501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2503), - [anon_sym_COMMA] = ACTIONS(2503), - [anon_sym_LPAREN2] = ACTIONS(2503), - [anon_sym_TILDE] = ACTIONS(2503), - [anon_sym_STAR] = ACTIONS(2503), - [anon_sym_AMP_AMP] = ACTIONS(2503), - [anon_sym_AMP] = ACTIONS(2501), - [anon_sym_extern] = ACTIONS(2501), - [anon_sym___attribute__] = ACTIONS(2501), - [anon_sym___declspec] = ACTIONS(2501), - [anon_sym___based] = ACTIONS(2501), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(2503), - [anon_sym_EQ] = ACTIONS(2503), - [anon_sym_static] = ACTIONS(2501), - [anon_sym_register] = ACTIONS(2501), - [anon_sym_inline] = ACTIONS(2501), - [anon_sym_const] = ACTIONS(2501), - [anon_sym_volatile] = ACTIONS(2501), - [anon_sym_restrict] = ACTIONS(2501), - [anon_sym__Atomic] = ACTIONS(2501), - [anon_sym_mutable] = ACTIONS(2501), - [anon_sym_constexpr] = ACTIONS(2501), - [anon_sym_DASH_GT] = ACTIONS(2503), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2501), - [anon_sym_override] = ACTIONS(2501), - [anon_sym_GT2] = ACTIONS(2503), - [anon_sym_COLON_COLON] = ACTIONS(2503), - [anon_sym_noexcept] = ACTIONS(2501), - [anon_sym_throw] = ACTIONS(2501), - [sym_operator_name] = ACTIONS(2501), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2501), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2501), - [anon_sym_MOZ_COLD] = ACTIONS(2501), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2501), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2501), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2501), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2501), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2501), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2501), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2501), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2501), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2501), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2501), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2501), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2501), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL] = ACTIONS(2501), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2501), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2501), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN] = ACTIONS(2501), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2501), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2501), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2501), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2501), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2501), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2501), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2501), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2501), - [anon_sym_MOZ_RAII] = ACTIONS(2501), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2501), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2501), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2501), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2501), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2501), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2501), + [1258] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [anon_sym_public] = ACTIONS(1520), + [anon_sym_private] = ACTIONS(1520), + [anon_sym_protected] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_friend] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [sym_operator_name] = ACTIONS(1520), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), }, - [1454] = { - [sym_enumerator_list] = STATE(1351), - [sym_identifier] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2447), - [anon_sym_COMMA] = ACTIONS(2447), - [anon_sym_LPAREN2] = ACTIONS(2447), - [anon_sym_TILDE] = ACTIONS(2447), - [anon_sym_STAR] = ACTIONS(2447), - [anon_sym_AMP_AMP] = ACTIONS(2447), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2445), - [anon_sym___attribute__] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2445), - [anon_sym___based] = ACTIONS(2445), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(2447), - [anon_sym_EQ] = ACTIONS(2447), - [anon_sym_static] = ACTIONS(2445), - [anon_sym_register] = ACTIONS(2445), - [anon_sym_inline] = ACTIONS(2445), - [anon_sym_const] = ACTIONS(2445), - [anon_sym_volatile] = ACTIONS(2445), - [anon_sym_restrict] = ACTIONS(2445), - [anon_sym__Atomic] = ACTIONS(2445), - [anon_sym_mutable] = ACTIONS(2445), - [anon_sym_constexpr] = ACTIONS(2445), - [anon_sym_DASH_GT] = ACTIONS(2447), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2445), - [anon_sym_override] = ACTIONS(2445), - [anon_sym_GT2] = ACTIONS(2447), - [anon_sym_COLON_COLON] = ACTIONS(2447), - [anon_sym_noexcept] = ACTIONS(2445), - [anon_sym_throw] = ACTIONS(2445), - [sym_operator_name] = ACTIONS(2445), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2445), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2445), - [anon_sym_MOZ_COLD] = ACTIONS(2445), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2445), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2445), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2445), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2445), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2445), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2445), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2445), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2445), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2445), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2445), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2445), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2445), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL] = ACTIONS(2445), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2445), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2445), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN] = ACTIONS(2445), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2445), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2445), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2445), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2445), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2445), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2445), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2445), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), - [anon_sym_MOZ_RAII] = ACTIONS(2445), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2445), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2445), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2445), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2445), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2445), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2445), + [1259] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1500), + [anon_sym_typedef] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym___attribute__] = ACTIONS(1500), + [anon_sym___declspec] = ACTIONS(1500), + [anon_sym___based] = ACTIONS(1500), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1500), + [anon_sym_virtual] = ACTIONS(1500), + [anon_sym_explicit] = ACTIONS(1500), + [anon_sym_public] = ACTIONS(1500), + [anon_sym_private] = ACTIONS(1500), + [anon_sym_protected] = ACTIONS(1500), + [sym_auto] = ACTIONS(1500), + [anon_sym_typename] = ACTIONS(1500), + [anon_sym_template] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1502), + [anon_sym_operator] = ACTIONS(1500), + [anon_sym_friend] = ACTIONS(1500), + [anon_sym_using] = ACTIONS(1500), + [anon_sym_static_assert] = ACTIONS(1500), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1502), + [sym_operator_name] = ACTIONS(1500), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1455] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2873), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_RPAREN] = ACTIONS(2871), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2873), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym_extern] = ACTIONS(2873), - [anon_sym___attribute__] = ACTIONS(2873), - [anon_sym___declspec] = ACTIONS(2873), - [anon_sym___based] = ACTIONS(2873), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2871), - [anon_sym_EQ] = ACTIONS(2871), - [anon_sym_static] = ACTIONS(2873), - [anon_sym_register] = ACTIONS(2873), - [anon_sym_inline] = ACTIONS(2873), - [anon_sym_const] = ACTIONS(2873), - [anon_sym_volatile] = ACTIONS(2873), - [anon_sym_restrict] = ACTIONS(2873), - [anon_sym__Atomic] = ACTIONS(2873), - [anon_sym_mutable] = ACTIONS(2873), - [anon_sym_constexpr] = ACTIONS(2873), - [anon_sym_COLON] = ACTIONS(2873), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2873), - [anon_sym_override] = ACTIONS(2873), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2873), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2873), - [anon_sym_MOZ_COLD] = ACTIONS(2873), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2873), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2873), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2873), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2873), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2873), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2873), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2873), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2873), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2873), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2873), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2873), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2873), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_RAII] = ACTIONS(2873), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2873), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2873), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2873), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2873), + [1260] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_AMP_AMP] = ACTIONS(1694), + [anon_sym_AMP] = ACTIONS(1692), + [anon_sym_typedef] = ACTIONS(1692), + [anon_sym_extern] = ACTIONS(1692), + [anon_sym___attribute__] = ACTIONS(1692), + [anon_sym___declspec] = ACTIONS(1692), + [anon_sym___based] = ACTIONS(1692), + [anon_sym_LBRACK] = ACTIONS(1692), + [anon_sym_static] = ACTIONS(1692), + [anon_sym_register] = ACTIONS(1692), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1692), + [anon_sym_virtual] = ACTIONS(1692), + [anon_sym_explicit] = ACTIONS(1692), + [anon_sym_public] = ACTIONS(1692), + [anon_sym_private] = ACTIONS(1692), + [anon_sym_protected] = ACTIONS(1692), + [sym_auto] = ACTIONS(1692), + [anon_sym_typename] = ACTIONS(1692), + [anon_sym_template] = ACTIONS(1692), + [anon_sym_COLON_COLON] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1692), + [anon_sym_friend] = ACTIONS(1692), + [anon_sym_using] = ACTIONS(1692), + [anon_sym_static_assert] = ACTIONS(1692), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), + [sym_operator_name] = ACTIONS(1692), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1456] = { - [sym_field_declaration_list] = STATE(1313), - [sym_virtual_specifier] = STATE(4444), - [sym_base_class_clause] = STATE(4974), - [sym_identifier] = ACTIONS(2857), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2855), - [anon_sym_COMMA] = ACTIONS(2855), - [anon_sym_LPAREN2] = ACTIONS(2855), - [anon_sym_TILDE] = ACTIONS(2855), - [anon_sym_STAR] = ACTIONS(2855), - [anon_sym_AMP_AMP] = ACTIONS(2855), - [anon_sym_AMP] = ACTIONS(2857), - [anon_sym_extern] = ACTIONS(2857), - [anon_sym___attribute__] = ACTIONS(2857), - [anon_sym___declspec] = ACTIONS(2857), - [anon_sym___based] = ACTIONS(2857), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(2855), - [anon_sym_EQ] = ACTIONS(2855), - [anon_sym_static] = ACTIONS(2857), - [anon_sym_register] = ACTIONS(2857), - [anon_sym_inline] = ACTIONS(2857), - [anon_sym_const] = ACTIONS(2857), - [anon_sym_volatile] = ACTIONS(2857), - [anon_sym_restrict] = ACTIONS(2857), - [anon_sym__Atomic] = ACTIONS(2857), - [anon_sym_mutable] = ACTIONS(2857), - [anon_sym_constexpr] = ACTIONS(2857), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(2855), - [anon_sym_COLON_COLON] = ACTIONS(2855), - [sym_operator_name] = ACTIONS(2857), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2857), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2857), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2857), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2857), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2857), - [anon_sym_MOZ_COLD] = ACTIONS(2857), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2857), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2857), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2857), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2857), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2857), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2857), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2857), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2857), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2857), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2857), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2857), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2857), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2857), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2857), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2857), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2857), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_NONNULL] = ACTIONS(2857), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2857), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2857), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2857), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2857), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_NORETURN] = ACTIONS(2857), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2857), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2857), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2857), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2857), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2857), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2857), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2857), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2857), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2857), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2857), - [anon_sym_MOZ_RAII] = ACTIONS(2857), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2857), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2857), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2857), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2857), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2857), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2857), + [1261] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2315), + [anon_sym_COMMA] = ACTIONS(2315), + [anon_sym_RPAREN] = ACTIONS(2315), + [anon_sym_LPAREN2] = ACTIONS(2315), + [anon_sym_DASH] = ACTIONS(2308), + [anon_sym_PLUS] = ACTIONS(2308), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_SLASH] = ACTIONS(2308), + [anon_sym_PERCENT] = ACTIONS(2315), + [anon_sym_PIPE_PIPE] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_PIPE] = ACTIONS(2308), + [anon_sym_CARET] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_EQ_EQ] = ACTIONS(2315), + [anon_sym_BANG_EQ] = ACTIONS(2315), + [anon_sym_GT] = ACTIONS(2308), + [anon_sym_GT_EQ] = ACTIONS(2315), + [anon_sym_LT_EQ] = ACTIONS(2315), + [anon_sym_LT] = ACTIONS(2308), + [anon_sym_LT_LT] = ACTIONS(2315), + [anon_sym_GT_GT] = ACTIONS(2315), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_RBRACK] = ACTIONS(2315), + [anon_sym_EQ] = ACTIONS(2308), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_COLON] = ACTIONS(2308), + [anon_sym_QMARK] = ACTIONS(2315), + [anon_sym_DASH_DASH] = ACTIONS(2315), + [anon_sym_PLUS_PLUS] = ACTIONS(2315), + [anon_sym_DOT] = ACTIONS(2308), + [anon_sym_DASH_GT] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2308), + [anon_sym_override] = ACTIONS(2308), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [anon_sym_noexcept] = ACTIONS(2308), + [anon_sym_throw] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), }, - [1457] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2873), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2873), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2873), - [anon_sym___attribute__] = ACTIONS(2873), - [anon_sym___declspec] = ACTIONS(2873), - [anon_sym___based] = ACTIONS(2873), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2871), - [anon_sym_EQ] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(2873), - [anon_sym_register] = ACTIONS(2873), - [anon_sym_inline] = ACTIONS(2873), - [anon_sym_const] = ACTIONS(2873), - [anon_sym_volatile] = ACTIONS(2873), - [anon_sym_restrict] = ACTIONS(2873), - [anon_sym__Atomic] = ACTIONS(2873), - [anon_sym_mutable] = ACTIONS(2873), - [anon_sym_constexpr] = ACTIONS(2873), - [anon_sym_COLON] = ACTIONS(2873), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2873), - [anon_sym_override] = ACTIONS(2873), - [anon_sym_GT2] = ACTIONS(3064), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2873), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2873), - [anon_sym_MOZ_COLD] = ACTIONS(2873), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2873), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2873), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2873), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2873), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2873), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2873), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2873), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2873), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2873), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2873), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2873), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2873), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_RAII] = ACTIONS(2873), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2873), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2873), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2873), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2873), + [1262] = { + [sym_identifier] = ACTIONS(1736), + [aux_sym_preproc_def_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token1] = ACTIONS(1736), + [aux_sym_preproc_if_token2] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1736), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1736), + [sym_preproc_directive] = ACTIONS(1736), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP_AMP] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1736), + [anon_sym_typedef] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym___based] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym_mutable] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_class] = ACTIONS(1736), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1736), + [anon_sym_virtual] = ACTIONS(1736), + [anon_sym_explicit] = ACTIONS(1736), + [anon_sym_public] = ACTIONS(1736), + [anon_sym_private] = ACTIONS(1736), + [anon_sym_protected] = ACTIONS(1736), + [sym_auto] = ACTIONS(1736), + [anon_sym_typename] = ACTIONS(1736), + [anon_sym_template] = ACTIONS(1736), + [anon_sym_COLON_COLON] = ACTIONS(1738), + [anon_sym_operator] = ACTIONS(1736), + [anon_sym_friend] = ACTIONS(1736), + [anon_sym_using] = ACTIONS(1736), + [anon_sym_static_assert] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [sym_operator_name] = ACTIONS(1736), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1736), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1736), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1736), + [anon_sym_MOZ_COLD] = ACTIONS(1736), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1736), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1736), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1736), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1736), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1736), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1736), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1736), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1736), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1736), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1736), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1736), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1736), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL] = ACTIONS(1736), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1736), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1736), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN] = ACTIONS(1736), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1736), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1736), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1736), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1736), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1736), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1736), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1736), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1736), + [anon_sym_MOZ_RAII] = ACTIONS(1736), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1736), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1736), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1736), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1736), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1736), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1736), }, - [1458] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2873), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2871), - [anon_sym_COMMA] = ACTIONS(2871), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2873), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2873), - [anon_sym___attribute__] = ACTIONS(2873), - [anon_sym___declspec] = ACTIONS(2873), - [anon_sym___based] = ACTIONS(2873), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_LBRACK] = ACTIONS(2871), - [anon_sym_EQ] = ACTIONS(2871), - [anon_sym_static] = ACTIONS(2873), - [anon_sym_register] = ACTIONS(2873), - [anon_sym_inline] = ACTIONS(2873), - [anon_sym_const] = ACTIONS(2873), - [anon_sym_volatile] = ACTIONS(2873), - [anon_sym_restrict] = ACTIONS(2873), - [anon_sym__Atomic] = ACTIONS(2873), - [anon_sym_mutable] = ACTIONS(2873), - [anon_sym_constexpr] = ACTIONS(2873), - [anon_sym_COLON] = ACTIONS(2873), + [1263] = { + [sym_identifier] = ACTIONS(2625), + [aux_sym_preproc_def_token1] = ACTIONS(2625), + [aux_sym_preproc_if_token1] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2625), + [sym_preproc_directive] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_TILDE] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_AMP_AMP] = ACTIONS(2627), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_typedef] = ACTIONS(2625), + [anon_sym_extern] = ACTIONS(2625), + [anon_sym___attribute__] = ACTIONS(2625), + [anon_sym___declspec] = ACTIONS(2625), + [anon_sym___based] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2627), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_register] = ACTIONS(2625), + [anon_sym_inline] = ACTIONS(2625), + [anon_sym_const] = ACTIONS(2625), + [anon_sym_volatile] = ACTIONS(2625), + [anon_sym_restrict] = ACTIONS(2625), + [anon_sym__Atomic] = ACTIONS(2625), + [anon_sym_mutable] = ACTIONS(2625), + [anon_sym_constexpr] = ACTIONS(2625), + [anon_sym_signed] = ACTIONS(2625), + [anon_sym_unsigned] = ACTIONS(2625), + [anon_sym_long] = ACTIONS(2625), + [anon_sym_short] = ACTIONS(2625), + [sym_primitive_type] = ACTIONS(2625), + [anon_sym_enum] = ACTIONS(2625), + [anon_sym_class] = ACTIONS(2625), + [anon_sym_struct] = ACTIONS(2625), + [anon_sym_union] = ACTIONS(2625), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2873), - [anon_sym_override] = ACTIONS(2873), - [anon_sym_GT2] = ACTIONS(2871), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2873), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2873), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2873), - [anon_sym_MOZ_COLD] = ACTIONS(2873), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2873), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2873), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2873), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2873), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2873), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2873), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2873), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2873), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2873), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2873), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2873), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2873), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL] = ACTIONS(2873), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2873), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2873), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN] = ACTIONS(2873), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2873), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2873), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2873), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2873), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2873), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2873), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2873), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2873), - [anon_sym_MOZ_RAII] = ACTIONS(2873), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2873), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2873), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2873), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2873), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2873), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2873), - }, - [1459] = { - [sym_attribute_specifier] = STATE(1459), - [sym_ms_declspec_modifier] = STATE(1459), - [sym_storage_class_specifier] = STATE(1459), - [sym_type_qualifier] = STATE(1459), - [sym_macro_annotation] = STATE(1522), - [aux_sym__declaration_specifiers_repeat1] = STATE(1459), - [sym_identifier] = ACTIONS(2995), - [anon_sym_extern] = ACTIONS(3070), - [anon_sym___attribute__] = ACTIONS(3073), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3070), - [anon_sym_register] = ACTIONS(3070), - [anon_sym_inline] = ACTIONS(3070), - [anon_sym_const] = ACTIONS(3079), - [anon_sym_volatile] = ACTIONS(3079), - [anon_sym_restrict] = ACTIONS(3079), - [anon_sym__Atomic] = ACTIONS(3079), - [anon_sym_mutable] = ACTIONS(3079), - [anon_sym_constexpr] = ACTIONS(3079), - [anon_sym_signed] = ACTIONS(2995), - [anon_sym_unsigned] = ACTIONS(2995), - [anon_sym_long] = ACTIONS(2995), - [anon_sym_short] = ACTIONS(2995), - [sym_primitive_type] = ACTIONS(2995), - [anon_sym_enum] = ACTIONS(2995), - [anon_sym_class] = ACTIONS(2995), - [anon_sym_struct] = ACTIONS(2995), - [anon_sym_union] = ACTIONS(2995), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2995), - [sym_auto] = ACTIONS(2995), - [anon_sym_typename] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(2997), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3082), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3082), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3082), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3082), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3082), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3082), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3082), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3082), - [anon_sym_MOZ_COLD] = ACTIONS(3082), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3082), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3082), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3082), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3082), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3082), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3082), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3082), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3082), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3082), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3082), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3082), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3082), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3082), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3082), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3082), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3082), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3082), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3082), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3082), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3082), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_NONNULL] = ACTIONS(3082), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3082), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3082), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3082), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3082), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3082), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_NORETURN] = ACTIONS(3082), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3082), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3082), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3082), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3082), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3082), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3082), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3082), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3082), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3082), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3082), - [anon_sym_MOZ_RAII] = ACTIONS(3082), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3082), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3082), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3082), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3082), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3082), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3082), - }, - [1460] = { - [sym_template_argument_list] = STATE(1492), - [sym_identifier] = ACTIONS(2883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_TILDE] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym___attribute__] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2883), - [anon_sym___based] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym__Atomic] = ACTIONS(2883), - [anon_sym_mutable] = ACTIONS(2883), - [anon_sym_constexpr] = ACTIONS(2883), - [anon_sym_COLON] = ACTIONS(2883), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2883), - [anon_sym_override] = ACTIONS(2883), - [anon_sym_GT2] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2881), - [sym_operator_name] = ACTIONS(2883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2883), - [anon_sym_MOZ_COLD] = ACTIONS(2883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_RAII] = ACTIONS(2883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2883), + [anon_sym_decltype] = ACTIONS(2625), + [anon_sym_virtual] = ACTIONS(2625), + [anon_sym_explicit] = ACTIONS(2625), + [anon_sym_public] = ACTIONS(2625), + [anon_sym_private] = ACTIONS(2625), + [anon_sym_protected] = ACTIONS(2625), + [sym_auto] = ACTIONS(2625), + [anon_sym_typename] = ACTIONS(2625), + [anon_sym_template] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2627), + [anon_sym_operator] = ACTIONS(2625), + [anon_sym_friend] = ACTIONS(2625), + [anon_sym_using] = ACTIONS(2625), + [anon_sym_static_assert] = ACTIONS(2625), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2627), + [sym_operator_name] = ACTIONS(2625), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2625), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2625), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2625), + [anon_sym_MOZ_COLD] = ACTIONS(2625), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2625), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2625), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2625), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2625), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2625), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2625), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2625), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2625), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2625), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2625), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2625), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2625), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL] = ACTIONS(2625), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2625), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2625), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN] = ACTIONS(2625), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2625), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2625), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2625), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2625), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2625), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2625), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2625), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2625), + [anon_sym_MOZ_RAII] = ACTIONS(2625), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2625), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2625), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2625), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2625), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2625), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2625), }, - [1461] = { - [sym_attribute_specifier] = STATE(1461), - [sym_storage_class_specifier] = STATE(1461), - [sym_type_qualifier] = STATE(1461), - [sym_virtual_function_specifier] = STATE(1461), - [sym_explicit_function_specifier] = STATE(1461), - [aux_sym__constructor_specifiers] = STATE(1461), - [sym_macro_annotation] = STATE(1403), - [sym_identifier] = ACTIONS(3085), - [anon_sym_LPAREN2] = ACTIONS(3087), - [anon_sym_TILDE] = ACTIONS(3087), - [anon_sym_STAR] = ACTIONS(3087), - [anon_sym_AMP_AMP] = ACTIONS(3087), - [anon_sym_AMP] = ACTIONS(3085), - [anon_sym_extern] = ACTIONS(3089), - [anon_sym___attribute__] = ACTIONS(3092), - [anon_sym___based] = ACTIONS(3085), - [anon_sym_LBRACK] = ACTIONS(3087), - [anon_sym_static] = ACTIONS(3089), - [anon_sym_register] = ACTIONS(3089), - [anon_sym_inline] = ACTIONS(3089), - [anon_sym_const] = ACTIONS(3095), - [anon_sym_volatile] = ACTIONS(3095), - [anon_sym_restrict] = ACTIONS(3095), - [anon_sym__Atomic] = ACTIONS(3095), - [anon_sym_mutable] = ACTIONS(3095), - [anon_sym_constexpr] = ACTIONS(3095), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(3087), - [anon_sym_operator] = ACTIONS(3085), - [sym_operator_name] = ACTIONS(3085), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3104), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3104), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3104), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3104), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3104), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3104), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3104), - [anon_sym_MOZ_COLD] = ACTIONS(3104), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3104), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3104), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3104), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3104), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3104), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3104), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3104), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3104), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3104), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3104), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3104), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3104), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3104), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3104), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3104), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3104), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3104), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3104), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3104), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3104), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_NONNULL] = ACTIONS(3104), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3104), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3104), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3104), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3104), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3104), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_NORETURN] = ACTIONS(3104), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3104), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3104), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3104), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3104), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3104), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3104), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3104), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3104), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3104), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3104), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3104), - [anon_sym_MOZ_RAII] = ACTIONS(3104), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3104), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3104), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3104), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3104), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3104), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3104), + [1264] = { + [sym_identifier] = ACTIONS(1704), + [aux_sym_preproc_def_token1] = ACTIONS(1704), + [aux_sym_preproc_if_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1704), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1704), + [sym_preproc_directive] = ACTIONS(1704), + [anon_sym_LPAREN2] = ACTIONS(1706), + [anon_sym_TILDE] = ACTIONS(1706), + [anon_sym_STAR] = ACTIONS(1706), + [anon_sym_AMP_AMP] = ACTIONS(1706), + [anon_sym_AMP] = ACTIONS(1704), + [anon_sym_typedef] = ACTIONS(1704), + [anon_sym_extern] = ACTIONS(1704), + [anon_sym___attribute__] = ACTIONS(1704), + [anon_sym___declspec] = ACTIONS(1704), + [anon_sym___based] = ACTIONS(1704), + [anon_sym_RBRACE] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1704), + [anon_sym_static] = ACTIONS(1704), + [anon_sym_register] = ACTIONS(1704), + [anon_sym_inline] = ACTIONS(1704), + [anon_sym_const] = ACTIONS(1704), + [anon_sym_volatile] = ACTIONS(1704), + [anon_sym_restrict] = ACTIONS(1704), + [anon_sym__Atomic] = ACTIONS(1704), + [anon_sym_mutable] = ACTIONS(1704), + [anon_sym_constexpr] = ACTIONS(1704), + [anon_sym_signed] = ACTIONS(1704), + [anon_sym_unsigned] = ACTIONS(1704), + [anon_sym_long] = ACTIONS(1704), + [anon_sym_short] = ACTIONS(1704), + [sym_primitive_type] = ACTIONS(1704), + [anon_sym_enum] = ACTIONS(1704), + [anon_sym_class] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1704), + [anon_sym_virtual] = ACTIONS(1704), + [anon_sym_explicit] = ACTIONS(1704), + [anon_sym_public] = ACTIONS(1704), + [anon_sym_private] = ACTIONS(1704), + [anon_sym_protected] = ACTIONS(1704), + [sym_auto] = ACTIONS(1704), + [anon_sym_typename] = ACTIONS(1704), + [anon_sym_template] = ACTIONS(1704), + [anon_sym_COLON_COLON] = ACTIONS(1706), + [anon_sym_operator] = ACTIONS(1704), + [anon_sym_friend] = ACTIONS(1704), + [anon_sym_using] = ACTIONS(1704), + [anon_sym_static_assert] = ACTIONS(1704), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1706), + [sym_operator_name] = ACTIONS(1704), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1704), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1704), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1704), + [anon_sym_MOZ_COLD] = ACTIONS(1704), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1704), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1704), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1704), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1704), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1704), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1704), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1704), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1704), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1704), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1704), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1704), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1704), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL] = ACTIONS(1704), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1704), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1704), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN] = ACTIONS(1704), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1704), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1704), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1704), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1704), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1704), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1704), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1704), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1704), + [anon_sym_MOZ_RAII] = ACTIONS(1704), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1704), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1704), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1704), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1704), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1704), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1704), }, - [1462] = { - [sym_identifier] = ACTIONS(2883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_RPAREN] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_TILDE] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym___attribute__] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2883), - [anon_sym___based] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym__Atomic] = ACTIONS(2883), - [anon_sym_mutable] = ACTIONS(2883), - [anon_sym_constexpr] = ACTIONS(2883), - [anon_sym_COLON] = ACTIONS(2883), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2883), - [anon_sym_override] = ACTIONS(2883), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [sym_operator_name] = ACTIONS(2883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2883), - [anon_sym_MOZ_COLD] = ACTIONS(2883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_RAII] = ACTIONS(2883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2883), + [1265] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1698), + [anon_sym_STAR] = ACTIONS(1698), + [anon_sym_AMP_AMP] = ACTIONS(1698), + [anon_sym_AMP] = ACTIONS(1696), + [anon_sym_typedef] = ACTIONS(1696), + [anon_sym_extern] = ACTIONS(1696), + [anon_sym___attribute__] = ACTIONS(1696), + [anon_sym___declspec] = ACTIONS(1696), + [anon_sym___based] = ACTIONS(1696), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1696), + [anon_sym_virtual] = ACTIONS(1696), + [anon_sym_explicit] = ACTIONS(1696), + [anon_sym_public] = ACTIONS(1696), + [anon_sym_private] = ACTIONS(1696), + [anon_sym_protected] = ACTIONS(1696), + [sym_auto] = ACTIONS(1696), + [anon_sym_typename] = ACTIONS(1696), + [anon_sym_template] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_operator] = ACTIONS(1696), + [anon_sym_friend] = ACTIONS(1696), + [anon_sym_using] = ACTIONS(1696), + [anon_sym_static_assert] = ACTIONS(1696), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), + [sym_operator_name] = ACTIONS(1696), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1463] = { - [sym_template_argument_list] = STATE(1178), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_RPAREN] = ACTIONS(2957), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_extern] = ACTIONS(2957), - [anon_sym___attribute__] = ACTIONS(2957), - [anon_sym___declspec] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_EQ] = ACTIONS(2957), - [anon_sym_static] = ACTIONS(2957), - [anon_sym_register] = ACTIONS(2957), - [anon_sym_inline] = ACTIONS(2957), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2957), - [anon_sym_restrict] = ACTIONS(2957), - [anon_sym__Atomic] = ACTIONS(2957), - [anon_sym_mutable] = ACTIONS(2957), - [anon_sym_constexpr] = ACTIONS(2957), - [anon_sym_COLON] = ACTIONS(2955), - [anon_sym_DASH_GT] = ACTIONS(2957), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2957), - [anon_sym_override] = ACTIONS(2957), - [anon_sym_COLON_COLON] = ACTIONS(2877), - [anon_sym_noexcept] = ACTIONS(2957), - [anon_sym_throw] = ACTIONS(2957), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2957), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2957), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2955), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2957), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2957), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2955), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2957), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2957), - [anon_sym_MOZ_COLD] = ACTIONS(2957), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2957), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2955), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2957), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2957), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2957), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2957), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2957), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2957), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2957), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2957), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2957), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2957), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2957), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2957), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2957), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2955), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2957), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2957), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2957), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2957), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2955), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2957), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_NONNULL] = ACTIONS(2955), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2957), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2957), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2957), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2957), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2957), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_NORETURN] = ACTIONS(2955), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2957), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2957), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2957), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2957), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2957), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2957), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2957), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2957), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2957), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2957), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2957), - [anon_sym_MOZ_RAII] = ACTIONS(2957), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2957), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2957), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2957), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2957), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2957), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2957), + [1266] = { + [sym_identifier] = ACTIONS(1752), + [aux_sym_preproc_def_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token1] = ACTIONS(1752), + [aux_sym_preproc_if_token2] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1752), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1752), + [sym_preproc_directive] = ACTIONS(1752), + [anon_sym_LPAREN2] = ACTIONS(1754), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1752), + [anon_sym_typedef] = ACTIONS(1752), + [anon_sym_extern] = ACTIONS(1752), + [anon_sym___attribute__] = ACTIONS(1752), + [anon_sym___declspec] = ACTIONS(1752), + [anon_sym___based] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1752), + [anon_sym_register] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_const] = ACTIONS(1752), + [anon_sym_volatile] = ACTIONS(1752), + [anon_sym_restrict] = ACTIONS(1752), + [anon_sym__Atomic] = ACTIONS(1752), + [anon_sym_mutable] = ACTIONS(1752), + [anon_sym_constexpr] = ACTIONS(1752), + [anon_sym_signed] = ACTIONS(1752), + [anon_sym_unsigned] = ACTIONS(1752), + [anon_sym_long] = ACTIONS(1752), + [anon_sym_short] = ACTIONS(1752), + [sym_primitive_type] = ACTIONS(1752), + [anon_sym_enum] = ACTIONS(1752), + [anon_sym_class] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1752), + [anon_sym_virtual] = ACTIONS(1752), + [anon_sym_explicit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [sym_auto] = ACTIONS(1752), + [anon_sym_typename] = ACTIONS(1752), + [anon_sym_template] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_friend] = ACTIONS(1752), + [anon_sym_using] = ACTIONS(1752), + [anon_sym_static_assert] = ACTIONS(1752), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1754), + [sym_operator_name] = ACTIONS(1752), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1752), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1752), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1752), + [anon_sym_MOZ_COLD] = ACTIONS(1752), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1752), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1752), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1752), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1752), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1752), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1752), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1752), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1752), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1752), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1752), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1752), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1752), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL] = ACTIONS(1752), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1752), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1752), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN] = ACTIONS(1752), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1752), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1752), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1752), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1752), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1752), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1752), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1752), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1752), + [anon_sym_MOZ_RAII] = ACTIONS(1752), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1752), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1752), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1752), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1752), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1752), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1752), }, - [1464] = { - [sym_enumerator_list] = STATE(819), - [sym__enum_base_clause] = STATE(1433), - [sym_identifier] = ACTIONS(3107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_RPAREN] = ACTIONS(3109), - [anon_sym_LPAREN2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3107), - [anon_sym_SEMI] = ACTIONS(3109), - [anon_sym_extern] = ACTIONS(3107), - [anon_sym___attribute__] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3107), - [anon_sym___based] = ACTIONS(3107), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3109), - [anon_sym_static] = ACTIONS(3107), - [anon_sym_register] = ACTIONS(3107), - [anon_sym_inline] = ACTIONS(3107), - [anon_sym_const] = ACTIONS(3107), - [anon_sym_volatile] = ACTIONS(3107), - [anon_sym_restrict] = ACTIONS(3107), - [anon_sym__Atomic] = ACTIONS(3107), - [anon_sym_mutable] = ACTIONS(3107), - [anon_sym_constexpr] = ACTIONS(3107), - [anon_sym_COLON] = ACTIONS(3111), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3109), - [sym_operator_name] = ACTIONS(3107), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3107), - [anon_sym_MOZ_COLD] = ACTIONS(3107), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3107), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3107), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3107), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3107), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3107), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3107), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3107), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3107), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3107), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3107), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3107), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3107), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_RAII] = ACTIONS(3107), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3107), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3107), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3107), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3107), + [1267] = { + [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___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_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_COLON_COLON] = ACTIONS(1518), + [anon_sym_operator] = ACTIONS(1516), + [anon_sym_friend] = ACTIONS(1516), + [anon_sym_using] = ACTIONS(1516), + [anon_sym_static_assert] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1518), + [sym_operator_name] = 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), }, - [1465] = { - [sym_template_argument_list] = STATE(849), - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_COLON] = ACTIONS(2713), + [1268] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_RBRACE] = ACTIONS(2611), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1466] = { - [sym_enumerator_list] = STATE(930), - [sym__enum_base_clause] = STATE(1432), - [sym_identifier] = ACTIONS(3113), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LPAREN2] = ACTIONS(3115), - [anon_sym_TILDE] = ACTIONS(3115), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_extern] = ACTIONS(3113), - [anon_sym___attribute__] = ACTIONS(3113), - [anon_sym___declspec] = ACTIONS(3113), - [anon_sym___based] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_EQ] = ACTIONS(3115), - [anon_sym_static] = ACTIONS(3113), - [anon_sym_register] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_volatile] = ACTIONS(3113), - [anon_sym_restrict] = ACTIONS(3113), - [anon_sym__Atomic] = ACTIONS(3113), - [anon_sym_mutable] = ACTIONS(3113), - [anon_sym_constexpr] = ACTIONS(3113), - [anon_sym_COLON] = ACTIONS(3111), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [sym_operator_name] = ACTIONS(3113), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3113), - [anon_sym_MOZ_COLD] = ACTIONS(3113), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3113), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3113), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3113), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3113), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3113), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3113), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3113), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3113), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3113), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3113), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3113), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3113), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_RAII] = ACTIONS(3113), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3113), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3113), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3113), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3113), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), }, - [1467] = { - [sym_initializer_list] = STATE(3012), - [sym_template_argument_list] = STATE(849), - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), + [1269] = { + [sym_identifier] = ACTIONS(2609), + [aux_sym_preproc_def_token1] = ACTIONS(2609), + [aux_sym_preproc_if_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2609), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2609), + [sym_preproc_directive] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_TILDE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_AMP_AMP] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_typedef] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym___attribute__] = ACTIONS(2609), + [anon_sym___declspec] = ACTIONS(2609), + [anon_sym___based] = ACTIONS(2609), + [anon_sym_RBRACE] = ACTIONS(2611), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_register] = ACTIONS(2609), + [anon_sym_inline] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_volatile] = ACTIONS(2609), + [anon_sym_restrict] = ACTIONS(2609), + [anon_sym__Atomic] = ACTIONS(2609), + [anon_sym_mutable] = ACTIONS(2609), + [anon_sym_constexpr] = ACTIONS(2609), + [anon_sym_signed] = ACTIONS(2609), + [anon_sym_unsigned] = ACTIONS(2609), + [anon_sym_long] = ACTIONS(2609), + [anon_sym_short] = ACTIONS(2609), + [sym_primitive_type] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_class] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [anon_sym_decltype] = ACTIONS(2609), + [anon_sym_virtual] = ACTIONS(2609), + [anon_sym_explicit] = ACTIONS(2609), + [anon_sym_public] = ACTIONS(2609), + [anon_sym_private] = ACTIONS(2609), + [anon_sym_protected] = ACTIONS(2609), + [sym_auto] = ACTIONS(2609), + [anon_sym_typename] = ACTIONS(2609), + [anon_sym_template] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_operator] = ACTIONS(2609), + [anon_sym_friend] = ACTIONS(2609), + [anon_sym_using] = ACTIONS(2609), + [anon_sym_static_assert] = ACTIONS(2609), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2611), + [sym_operator_name] = ACTIONS(2609), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2609), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2609), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2609), + [anon_sym_MOZ_COLD] = ACTIONS(2609), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2609), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2609), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2609), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2609), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2609), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2609), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2609), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2609), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2609), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2609), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2609), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2609), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL] = ACTIONS(2609), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2609), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2609), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN] = ACTIONS(2609), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2609), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2609), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2609), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2609), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2609), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2609), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2609), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2609), + [anon_sym_MOZ_RAII] = ACTIONS(2609), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2609), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2609), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2609), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2609), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2609), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2609), }, - [1468] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), - [anon_sym_COMMA] = ACTIONS(2223), - [anon_sym_RPAREN] = ACTIONS(2223), - [anon_sym_LPAREN2] = ACTIONS(2223), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(2223), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_EQ] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [1270] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1469] = { - [sym_field_declaration_list] = STATE(980), - [sym_virtual_specifier] = STATE(4305), - [sym_base_class_clause] = STATE(5044), - [sym_identifier] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_TILDE] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(3117), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_COLON] = ACTIONS(3039), + [1271] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2867), - [sym_operator_name] = ACTIONS(2869), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), - [anon_sym_MOZ_COLD] = ACTIONS(2869), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_RAII] = ACTIONS(2869), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1470] = { - [sym_field_declaration_list] = STATE(980), - [sym_virtual_specifier] = STATE(4305), - [sym_base_class_clause] = STATE(5044), - [sym_identifier] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_TILDE] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_COLON] = ACTIONS(3039), + [1272] = { + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_def_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token1] = ACTIONS(1520), + [aux_sym_preproc_if_token2] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1520), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1520), + [sym_preproc_directive] = ACTIONS(1520), + [anon_sym_LPAREN2] = ACTIONS(1522), + [anon_sym_TILDE] = ACTIONS(1522), + [anon_sym_STAR] = ACTIONS(1522), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_typedef] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym___attribute__] = ACTIONS(1520), + [anon_sym___declspec] = ACTIONS(1520), + [anon_sym___based] = ACTIONS(1520), + [anon_sym_LBRACK] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_register] = ACTIONS(1520), + [anon_sym_inline] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_volatile] = ACTIONS(1520), + [anon_sym_restrict] = ACTIONS(1520), + [anon_sym__Atomic] = ACTIONS(1520), + [anon_sym_mutable] = ACTIONS(1520), + [anon_sym_constexpr] = ACTIONS(1520), + [anon_sym_signed] = ACTIONS(1520), + [anon_sym_unsigned] = ACTIONS(1520), + [anon_sym_long] = ACTIONS(1520), + [anon_sym_short] = ACTIONS(1520), + [sym_primitive_type] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_class] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1520), + [anon_sym_virtual] = ACTIONS(1520), + [anon_sym_explicit] = ACTIONS(1520), + [anon_sym_public] = ACTIONS(1520), + [anon_sym_private] = ACTIONS(1520), + [anon_sym_protected] = ACTIONS(1520), + [sym_auto] = ACTIONS(1520), + [anon_sym_typename] = ACTIONS(1520), + [anon_sym_template] = ACTIONS(1520), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_operator] = ACTIONS(1520), + [anon_sym_friend] = ACTIONS(1520), + [anon_sym_using] = ACTIONS(1520), + [anon_sym_static_assert] = ACTIONS(1520), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1522), + [sym_operator_name] = ACTIONS(1520), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1520), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1520), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1520), + [anon_sym_MOZ_COLD] = ACTIONS(1520), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1520), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1520), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1520), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1520), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1520), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1520), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1520), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1520), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1520), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1520), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1520), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1520), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL] = ACTIONS(1520), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1520), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1520), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN] = ACTIONS(1520), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1520), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1520), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1520), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1520), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1520), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1520), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1520), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1520), + [anon_sym_MOZ_RAII] = ACTIONS(1520), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1520), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1520), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1520), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1520), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1520), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1520), + }, + [1273] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1682), + [anon_sym_STAR] = ACTIONS(1682), + [anon_sym_AMP_AMP] = ACTIONS(1682), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_typedef] = ACTIONS(1680), + [anon_sym_extern] = ACTIONS(1680), + [anon_sym___attribute__] = ACTIONS(1680), + [anon_sym___declspec] = ACTIONS(1680), + [anon_sym___based] = ACTIONS(1680), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1680), + [anon_sym_virtual] = ACTIONS(1680), + [anon_sym_explicit] = ACTIONS(1680), + [anon_sym_public] = ACTIONS(1680), + [anon_sym_private] = ACTIONS(1680), + [anon_sym_protected] = ACTIONS(1680), + [sym_auto] = ACTIONS(1680), + [anon_sym_typename] = ACTIONS(1680), + [anon_sym_template] = ACTIONS(1680), + [anon_sym_COLON_COLON] = ACTIONS(1682), + [anon_sym_operator] = ACTIONS(1680), + [anon_sym_friend] = ACTIONS(1680), + [anon_sym_using] = ACTIONS(1680), + [anon_sym_static_assert] = ACTIONS(1680), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), + [sym_operator_name] = ACTIONS(1680), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), + }, + [1274] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_RBRACE] = ACTIONS(2531), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2867), - [sym_operator_name] = ACTIONS(2869), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), - [anon_sym_MOZ_COLD] = ACTIONS(2869), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_RAII] = ACTIONS(2869), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [1471] = { + [1275] = { [sym_identifier] = ACTIONS(2513), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2515), - [anon_sym_COMMA] = ACTIONS(2515), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), [anon_sym_LPAREN2] = ACTIONS(2515), [anon_sym_TILDE] = ACTIONS(2515), [anon_sym_STAR] = ACTIONS(2515), [anon_sym_AMP_AMP] = ACTIONS(2515), [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), [anon_sym_extern] = ACTIONS(2513), [anon_sym___attribute__] = ACTIONS(2513), [anon_sym___declspec] = ACTIONS(2513), [anon_sym___based] = ACTIONS(2513), - [anon_sym_LBRACE] = ACTIONS(2515), - [anon_sym_LBRACK] = ACTIONS(2515), - [anon_sym_EQ] = ACTIONS(2515), + [anon_sym_RBRACE] = ACTIONS(2515), + [anon_sym_LBRACK] = ACTIONS(2513), [anon_sym_static] = ACTIONS(2513), [anon_sym_register] = ACTIONS(2513), [anon_sym_inline] = ACTIONS(2513), @@ -243371,13 +233871,33 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2513), [anon_sym_mutable] = ACTIONS(2513), [anon_sym_constexpr] = ACTIONS(2513), - [anon_sym_COLON] = ACTIONS(2513), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2513), - [anon_sym_override] = ACTIONS(2513), - [anon_sym_GT2] = ACTIONS(2515), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), @@ -243447,5579 +233967,6198 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [1472] = { - [sym_identifier] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2655), - [anon_sym_COMMA] = ACTIONS(2655), - [anon_sym_LPAREN2] = ACTIONS(2655), - [anon_sym_TILDE] = ACTIONS(2655), - [anon_sym_STAR] = ACTIONS(2655), - [anon_sym_AMP_AMP] = ACTIONS(2655), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_extern] = ACTIONS(2653), - [anon_sym___attribute__] = ACTIONS(2653), - [anon_sym___declspec] = ACTIONS(2653), - [anon_sym___based] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2655), - [anon_sym_LBRACK] = ACTIONS(2655), - [anon_sym_EQ] = ACTIONS(2655), - [anon_sym_static] = ACTIONS(2653), - [anon_sym_register] = ACTIONS(2653), - [anon_sym_inline] = ACTIONS(2653), - [anon_sym_const] = ACTIONS(2653), - [anon_sym_volatile] = ACTIONS(2653), - [anon_sym_restrict] = ACTIONS(2653), - [anon_sym__Atomic] = ACTIONS(2653), - [anon_sym_mutable] = ACTIONS(2653), - [anon_sym_constexpr] = ACTIONS(2653), - [anon_sym_COLON] = ACTIONS(2653), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2653), - [anon_sym_override] = ACTIONS(2653), - [anon_sym_GT2] = ACTIONS(2655), - [anon_sym_COLON_COLON] = ACTIONS(2655), - [sym_operator_name] = ACTIONS(2653), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2653), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2653), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2653), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2653), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2653), - [anon_sym_MOZ_COLD] = ACTIONS(2653), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2653), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2653), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2653), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2653), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2653), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2653), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2653), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2653), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2653), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2653), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2653), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2653), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2653), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2653), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2653), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_NONNULL] = ACTIONS(2653), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2653), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2653), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2653), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2653), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_NORETURN] = ACTIONS(2653), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2653), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2653), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2653), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2653), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2653), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2653), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2653), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2653), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2653), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), - [anon_sym_MOZ_RAII] = ACTIONS(2653), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2653), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2653), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2653), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2653), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2653), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2653), - }, - [1473] = { - [sym_field_declaration_list] = STATE(840), - [sym_virtual_specifier] = STATE(4311), - [sym_base_class_clause] = STATE(5059), - [sym_identifier] = ACTIONS(2861), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_extern] = ACTIONS(2861), - [anon_sym___attribute__] = ACTIONS(2861), - [anon_sym___declspec] = ACTIONS(2861), - [anon_sym___based] = ACTIONS(2861), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_static] = ACTIONS(2861), - [anon_sym_register] = ACTIONS(2861), - [anon_sym_inline] = ACTIONS(2861), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2861), - [anon_sym_restrict] = ACTIONS(2861), - [anon_sym__Atomic] = ACTIONS(2861), - [anon_sym_mutable] = ACTIONS(2861), - [anon_sym_constexpr] = ACTIONS(2861), - [anon_sym_COLON] = ACTIONS(3039), + [1276] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2859), - [sym_operator_name] = ACTIONS(2861), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), - [anon_sym_MOZ_COLD] = ACTIONS(2861), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_RAII] = ACTIONS(2861), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1474] = { - [sym_field_declaration_list] = STATE(818), - [sym_virtual_specifier] = STATE(4292), - [sym_base_class_clause] = STATE(5054), - [sym_identifier] = ACTIONS(2865), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_TILDE] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_extern] = ACTIONS(2865), - [anon_sym___attribute__] = ACTIONS(2865), - [anon_sym___declspec] = ACTIONS(2865), - [anon_sym___based] = ACTIONS(2865), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_static] = ACTIONS(2865), - [anon_sym_register] = ACTIONS(2865), - [anon_sym_inline] = ACTIONS(2865), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2865), - [anon_sym_restrict] = ACTIONS(2865), - [anon_sym__Atomic] = ACTIONS(2865), - [anon_sym_mutable] = ACTIONS(2865), - [anon_sym_constexpr] = ACTIONS(2865), - [anon_sym_COLON] = ACTIONS(3039), + [1277] = { + [sym_identifier] = ACTIONS(2593), + [aux_sym_preproc_def_token1] = ACTIONS(2593), + [aux_sym_preproc_if_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2593), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2593), + [sym_preproc_directive] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_TILDE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_AMP_AMP] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_typedef] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym___attribute__] = ACTIONS(2593), + [anon_sym___declspec] = ACTIONS(2593), + [anon_sym___based] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_register] = ACTIONS(2593), + [anon_sym_inline] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_volatile] = ACTIONS(2593), + [anon_sym_restrict] = ACTIONS(2593), + [anon_sym__Atomic] = ACTIONS(2593), + [anon_sym_mutable] = ACTIONS(2593), + [anon_sym_constexpr] = ACTIONS(2593), + [anon_sym_signed] = ACTIONS(2593), + [anon_sym_unsigned] = ACTIONS(2593), + [anon_sym_long] = ACTIONS(2593), + [anon_sym_short] = ACTIONS(2593), + [sym_primitive_type] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_class] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2863), - [sym_operator_name] = ACTIONS(2865), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), - [anon_sym_MOZ_COLD] = ACTIONS(2865), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_RAII] = ACTIONS(2865), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2593), + [anon_sym_virtual] = ACTIONS(2593), + [anon_sym_explicit] = ACTIONS(2593), + [anon_sym_public] = ACTIONS(2593), + [anon_sym_private] = ACTIONS(2593), + [anon_sym_protected] = ACTIONS(2593), + [sym_auto] = ACTIONS(2593), + [anon_sym_typename] = ACTIONS(2593), + [anon_sym_template] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_operator] = ACTIONS(2593), + [anon_sym_friend] = ACTIONS(2593), + [anon_sym_using] = ACTIONS(2593), + [anon_sym_static_assert] = ACTIONS(2593), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2595), + [sym_operator_name] = ACTIONS(2593), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2593), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2593), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2593), + [anon_sym_MOZ_COLD] = ACTIONS(2593), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2593), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2593), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2593), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2593), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2593), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2593), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2593), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2593), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2593), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2593), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2593), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2593), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL] = ACTIONS(2593), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2593), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2593), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN] = ACTIONS(2593), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2593), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2593), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2593), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2593), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2593), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2593), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2593), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2593), + [anon_sym_MOZ_RAII] = ACTIONS(2593), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2593), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2593), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2593), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2593), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2593), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2593), }, - [1475] = { - [sym_identifier] = ACTIONS(2891), - [anon_sym_extern] = ACTIONS(2891), - [anon_sym___attribute__] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2893), - [anon_sym_static] = ACTIONS(2891), - [anon_sym_register] = ACTIONS(2891), - [anon_sym_inline] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_volatile] = ACTIONS(2891), - [anon_sym_restrict] = ACTIONS(2891), - [anon_sym__Atomic] = ACTIONS(2891), - [anon_sym_mutable] = ACTIONS(2891), - [anon_sym_constexpr] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2891), - [anon_sym_unsigned] = ACTIONS(2891), - [anon_sym_long] = ACTIONS(2891), - [anon_sym_short] = ACTIONS(2891), - [sym_primitive_type] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_class] = ACTIONS(2891), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_COLON] = ACTIONS(2891), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2891), - [anon_sym_final] = ACTIONS(2891), - [anon_sym_override] = ACTIONS(2891), - [sym_auto] = ACTIONS(2891), - [anon_sym_typename] = ACTIONS(2891), - [anon_sym_COLON_COLON] = ACTIONS(2893), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2891), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2891), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2891), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2891), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2891), - [anon_sym_MOZ_COLD] = ACTIONS(2891), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2891), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2891), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2891), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2891), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2891), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2891), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2891), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2891), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2891), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2891), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2891), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2891), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2891), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2891), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2891), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2891), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_NONNULL] = ACTIONS(2891), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2891), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2891), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2891), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2891), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_NORETURN] = ACTIONS(2891), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2891), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2891), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2891), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2891), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2891), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2891), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2891), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2891), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2891), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2891), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2891), - [anon_sym_MOZ_RAII] = ACTIONS(2891), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2891), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2891), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2891), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2891), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2891), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2891), + [1278] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_AMP_AMP] = ACTIONS(1678), + [anon_sym_AMP] = ACTIONS(1676), + [anon_sym_typedef] = ACTIONS(1676), + [anon_sym_extern] = ACTIONS(1676), + [anon_sym___attribute__] = ACTIONS(1676), + [anon_sym___declspec] = ACTIONS(1676), + [anon_sym___based] = ACTIONS(1676), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1676), + [anon_sym_virtual] = ACTIONS(1676), + [anon_sym_explicit] = ACTIONS(1676), + [anon_sym_public] = ACTIONS(1676), + [anon_sym_private] = ACTIONS(1676), + [anon_sym_protected] = ACTIONS(1676), + [sym_auto] = ACTIONS(1676), + [anon_sym_typename] = ACTIONS(1676), + [anon_sym_template] = ACTIONS(1676), + [anon_sym_COLON_COLON] = ACTIONS(1678), + [anon_sym_operator] = ACTIONS(1676), + [anon_sym_friend] = ACTIONS(1676), + [anon_sym_using] = ACTIONS(1676), + [anon_sym_static_assert] = ACTIONS(1676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), + [sym_operator_name] = ACTIONS(1676), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1476] = { - [sym_enumerator_list] = STATE(1327), - [sym__enum_base_clause] = STATE(1453), - [sym_identifier] = ACTIONS(3113), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LPAREN2] = ACTIONS(3115), - [anon_sym_TILDE] = ACTIONS(3115), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_extern] = ACTIONS(3113), - [anon_sym___attribute__] = ACTIONS(3113), - [anon_sym___declspec] = ACTIONS(3113), - [anon_sym___based] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_EQ] = ACTIONS(3115), - [anon_sym_static] = ACTIONS(3113), - [anon_sym_register] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_volatile] = ACTIONS(3113), - [anon_sym_restrict] = ACTIONS(3113), - [anon_sym__Atomic] = ACTIONS(3113), - [anon_sym_mutable] = ACTIONS(3113), - [anon_sym_constexpr] = ACTIONS(3113), - [anon_sym_COLON] = ACTIONS(3121), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3115), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [sym_operator_name] = ACTIONS(3113), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3113), - [anon_sym_MOZ_COLD] = ACTIONS(3113), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3113), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3113), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3113), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3113), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3113), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3113), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3113), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3113), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3113), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3113), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3113), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3113), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_RAII] = ACTIONS(3113), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3113), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3113), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3113), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3113), + [1279] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1674), + [anon_sym_STAR] = ACTIONS(1674), + [anon_sym_AMP_AMP] = ACTIONS(1674), + [anon_sym_AMP] = ACTIONS(1672), + [anon_sym_typedef] = ACTIONS(1672), + [anon_sym_extern] = ACTIONS(1672), + [anon_sym___attribute__] = ACTIONS(1672), + [anon_sym___declspec] = ACTIONS(1672), + [anon_sym___based] = ACTIONS(1672), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1672), + [anon_sym_virtual] = ACTIONS(1672), + [anon_sym_explicit] = ACTIONS(1672), + [anon_sym_public] = ACTIONS(1672), + [anon_sym_private] = ACTIONS(1672), + [anon_sym_protected] = ACTIONS(1672), + [sym_auto] = ACTIONS(1672), + [anon_sym_typename] = ACTIONS(1672), + [anon_sym_template] = ACTIONS(1672), + [anon_sym_COLON_COLON] = ACTIONS(1674), + [anon_sym_operator] = ACTIONS(1672), + [anon_sym_friend] = ACTIONS(1672), + [anon_sym_using] = ACTIONS(1672), + [anon_sym_static_assert] = ACTIONS(1672), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), + [sym_operator_name] = ACTIONS(1672), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1477] = { - [sym_identifier] = ACTIONS(2533), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2535), - [anon_sym_COMMA] = ACTIONS(2535), - [anon_sym_LPAREN2] = ACTIONS(2535), - [anon_sym_TILDE] = ACTIONS(2535), - [anon_sym_STAR] = ACTIONS(2535), - [anon_sym_AMP_AMP] = ACTIONS(2535), - [anon_sym_AMP] = ACTIONS(2533), - [anon_sym_extern] = ACTIONS(2533), - [anon_sym___attribute__] = ACTIONS(2533), - [anon_sym___declspec] = ACTIONS(2533), - [anon_sym___based] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2535), - [anon_sym_EQ] = ACTIONS(2535), - [anon_sym_static] = ACTIONS(2533), - [anon_sym_register] = ACTIONS(2533), - [anon_sym_inline] = ACTIONS(2533), - [anon_sym_const] = ACTIONS(2533), - [anon_sym_volatile] = ACTIONS(2533), - [anon_sym_restrict] = ACTIONS(2533), - [anon_sym__Atomic] = ACTIONS(2533), - [anon_sym_mutable] = ACTIONS(2533), - [anon_sym_constexpr] = ACTIONS(2533), - [anon_sym_COLON] = ACTIONS(2533), + [1280] = { + [sym_identifier] = ACTIONS(2529), + [aux_sym_preproc_def_token1] = ACTIONS(2529), + [aux_sym_preproc_if_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2529), + [sym_preproc_directive] = ACTIONS(2529), + [anon_sym_LPAREN2] = ACTIONS(2531), + [anon_sym_TILDE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_AMP_AMP] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2529), + [anon_sym_typedef] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym___attribute__] = ACTIONS(2529), + [anon_sym___declspec] = ACTIONS(2529), + [anon_sym___based] = ACTIONS(2529), + [anon_sym_RBRACE] = ACTIONS(2531), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_register] = ACTIONS(2529), + [anon_sym_inline] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_volatile] = ACTIONS(2529), + [anon_sym_restrict] = ACTIONS(2529), + [anon_sym__Atomic] = ACTIONS(2529), + [anon_sym_mutable] = ACTIONS(2529), + [anon_sym_constexpr] = ACTIONS(2529), + [anon_sym_signed] = ACTIONS(2529), + [anon_sym_unsigned] = ACTIONS(2529), + [anon_sym_long] = ACTIONS(2529), + [anon_sym_short] = ACTIONS(2529), + [sym_primitive_type] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_class] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2533), - [anon_sym_override] = ACTIONS(2533), - [anon_sym_GT2] = ACTIONS(2535), - [anon_sym_COLON_COLON] = ACTIONS(2535), - [sym_operator_name] = ACTIONS(2533), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2533), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2533), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2533), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2533), - [anon_sym_MOZ_COLD] = ACTIONS(2533), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2533), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2533), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2533), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2533), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2533), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2533), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2533), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2533), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2533), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2533), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2533), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2533), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2533), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_NONNULL] = ACTIONS(2533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2533), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2533), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2533), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2533), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_NORETURN] = ACTIONS(2533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2533), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2533), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2533), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2533), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2533), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2533), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2533), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2533), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2533), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), - [anon_sym_MOZ_RAII] = ACTIONS(2533), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2533), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2533), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2533), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2533), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2533), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2533), - }, - [1478] = { - [sym_enumerator_list] = STATE(819), - [sym__enum_base_clause] = STATE(1433), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_RPAREN] = ACTIONS(3109), - [anon_sym_LPAREN2] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3107), - [anon_sym_SEMI] = ACTIONS(3109), - [anon_sym_extern] = ACTIONS(3109), - [anon_sym___attribute__] = ACTIONS(3109), - [anon_sym___declspec] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3109), - [anon_sym_static] = ACTIONS(3109), - [anon_sym_register] = ACTIONS(3109), - [anon_sym_inline] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3107), - [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(3123), - [anon_sym_DASH_GT] = ACTIONS(3109), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3109), - [anon_sym_override] = ACTIONS(3109), - [anon_sym_noexcept] = ACTIONS(3109), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3109), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3107), - [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(3107), - [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(3107), - [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(3107), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL] = ACTIONS(3107), - [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(3107), - [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), - }, - [1479] = { - [sym_identifier] = ACTIONS(2883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2881), - [anon_sym_COMMA] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2881), - [anon_sym_TILDE] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_AMP_AMP] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym___attribute__] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2883), - [anon_sym___based] = ACTIONS(2883), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_EQ] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_register] = ACTIONS(2883), - [anon_sym_inline] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_volatile] = ACTIONS(2883), - [anon_sym_restrict] = ACTIONS(2883), - [anon_sym__Atomic] = ACTIONS(2883), - [anon_sym_mutable] = ACTIONS(2883), - [anon_sym_constexpr] = ACTIONS(2883), - [anon_sym_COLON] = ACTIONS(2883), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2883), - [anon_sym_override] = ACTIONS(2883), - [anon_sym_GT2] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [sym_operator_name] = ACTIONS(2883), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2883), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2883), - [anon_sym_MOZ_COLD] = ACTIONS(2883), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2883), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2883), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2883), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2883), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2883), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2883), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2883), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2883), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2883), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2883), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2883), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2883), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL] = ACTIONS(2883), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2883), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2883), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN] = ACTIONS(2883), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2883), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2883), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2883), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2883), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2883), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2883), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2883), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2883), - [anon_sym_MOZ_RAII] = ACTIONS(2883), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2883), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2883), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2883), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2883), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2883), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2883), + [anon_sym_decltype] = ACTIONS(2529), + [anon_sym_virtual] = ACTIONS(2529), + [anon_sym_explicit] = ACTIONS(2529), + [anon_sym_public] = ACTIONS(2529), + [anon_sym_private] = ACTIONS(2529), + [anon_sym_protected] = ACTIONS(2529), + [sym_auto] = ACTIONS(2529), + [anon_sym_typename] = ACTIONS(2529), + [anon_sym_template] = ACTIONS(2529), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_operator] = ACTIONS(2529), + [anon_sym_friend] = ACTIONS(2529), + [anon_sym_using] = ACTIONS(2529), + [anon_sym_static_assert] = ACTIONS(2529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2531), + [sym_operator_name] = ACTIONS(2529), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2529), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2529), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2529), + [anon_sym_MOZ_COLD] = ACTIONS(2529), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2529), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2529), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2529), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2529), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2529), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2529), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2529), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2529), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2529), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2529), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2529), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2529), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL] = ACTIONS(2529), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2529), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2529), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN] = ACTIONS(2529), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2529), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2529), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2529), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2529), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2529), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2529), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2529), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2529), + [anon_sym_MOZ_RAII] = ACTIONS(2529), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2529), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2529), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2529), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2529), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2529), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2529), }, - [1480] = { - [sym_field_declaration_list] = STATE(840), - [sym_virtual_specifier] = STATE(4311), - [sym_base_class_clause] = STATE(5059), - [sym_identifier] = ACTIONS(2861), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_SEMI] = ACTIONS(3117), - [anon_sym_extern] = ACTIONS(2861), - [anon_sym___attribute__] = ACTIONS(2861), - [anon_sym___declspec] = ACTIONS(2861), - [anon_sym___based] = ACTIONS(2861), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_static] = ACTIONS(2861), - [anon_sym_register] = ACTIONS(2861), - [anon_sym_inline] = ACTIONS(2861), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2861), - [anon_sym_restrict] = ACTIONS(2861), - [anon_sym__Atomic] = ACTIONS(2861), - [anon_sym_mutable] = ACTIONS(2861), - [anon_sym_constexpr] = ACTIONS(2861), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2859), - [sym_operator_name] = ACTIONS(2861), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), - [anon_sym_MOZ_COLD] = ACTIONS(2861), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_RAII] = ACTIONS(2861), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), + [1281] = { + [sym_identifier] = ACTIONS(2513), + [aux_sym_preproc_def_token1] = ACTIONS(2513), + [aux_sym_preproc_if_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2513), + [sym_preproc_directive] = ACTIONS(2513), + [anon_sym_LPAREN2] = ACTIONS(2515), + [anon_sym_TILDE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_AMP_AMP] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2513), + [anon_sym_typedef] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym___attribute__] = ACTIONS(2513), + [anon_sym___declspec] = ACTIONS(2513), + [anon_sym___based] = ACTIONS(2513), + [anon_sym_RBRACE] = ACTIONS(2515), + [anon_sym_LBRACK] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_register] = ACTIONS(2513), + [anon_sym_inline] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_volatile] = ACTIONS(2513), + [anon_sym_restrict] = ACTIONS(2513), + [anon_sym__Atomic] = ACTIONS(2513), + [anon_sym_mutable] = ACTIONS(2513), + [anon_sym_constexpr] = ACTIONS(2513), + [anon_sym_signed] = ACTIONS(2513), + [anon_sym_unsigned] = ACTIONS(2513), + [anon_sym_long] = ACTIONS(2513), + [anon_sym_short] = ACTIONS(2513), + [sym_primitive_type] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_class] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2513), + [anon_sym_virtual] = ACTIONS(2513), + [anon_sym_explicit] = ACTIONS(2513), + [anon_sym_public] = ACTIONS(2513), + [anon_sym_private] = ACTIONS(2513), + [anon_sym_protected] = ACTIONS(2513), + [sym_auto] = ACTIONS(2513), + [anon_sym_typename] = ACTIONS(2513), + [anon_sym_template] = ACTIONS(2513), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_operator] = ACTIONS(2513), + [anon_sym_friend] = ACTIONS(2513), + [anon_sym_using] = ACTIONS(2513), + [anon_sym_static_assert] = ACTIONS(2513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2515), + [sym_operator_name] = ACTIONS(2513), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2513), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2513), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2513), + [anon_sym_MOZ_COLD] = ACTIONS(2513), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2513), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2513), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2513), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2513), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2513), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2513), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2513), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2513), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2513), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2513), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2513), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2513), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL] = ACTIONS(2513), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2513), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2513), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN] = ACTIONS(2513), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2513), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2513), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2513), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2513), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2513), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2513), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2513), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2513), + [anon_sym_MOZ_RAII] = ACTIONS(2513), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2513), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2513), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2513), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2513), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2513), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2513), }, - [1481] = { - [sym_identifier] = ACTIONS(2509), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2511), - [anon_sym_COMMA] = ACTIONS(2511), - [anon_sym_LPAREN2] = ACTIONS(2511), - [anon_sym_TILDE] = ACTIONS(2511), - [anon_sym_STAR] = ACTIONS(2511), - [anon_sym_AMP_AMP] = ACTIONS(2511), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_extern] = ACTIONS(2509), - [anon_sym___attribute__] = ACTIONS(2509), - [anon_sym___declspec] = ACTIONS(2509), - [anon_sym___based] = ACTIONS(2509), - [anon_sym_LBRACE] = ACTIONS(2511), - [anon_sym_LBRACK] = ACTIONS(2511), - [anon_sym_EQ] = ACTIONS(2511), - [anon_sym_static] = ACTIONS(2509), - [anon_sym_register] = ACTIONS(2509), - [anon_sym_inline] = ACTIONS(2509), - [anon_sym_const] = ACTIONS(2509), - [anon_sym_volatile] = ACTIONS(2509), - [anon_sym_restrict] = ACTIONS(2509), - [anon_sym__Atomic] = ACTIONS(2509), - [anon_sym_mutable] = ACTIONS(2509), - [anon_sym_constexpr] = ACTIONS(2509), - [anon_sym_COLON] = ACTIONS(2509), + [1282] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_RBRACE] = ACTIONS(2495), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2509), - [anon_sym_override] = ACTIONS(2509), - [anon_sym_GT2] = ACTIONS(2511), - [anon_sym_COLON_COLON] = ACTIONS(2511), - [sym_operator_name] = ACTIONS(2509), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2509), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2509), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2509), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2509), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2509), - [anon_sym_MOZ_COLD] = ACTIONS(2509), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2509), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2509), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2509), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2509), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2509), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2509), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2509), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2509), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2509), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2509), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2509), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2509), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2509), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2509), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2509), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_NONNULL] = ACTIONS(2509), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2509), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2509), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2509), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2509), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_NORETURN] = ACTIONS(2509), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2509), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2509), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2509), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2509), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2509), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2509), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2509), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2509), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2509), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), - [anon_sym_MOZ_RAII] = ACTIONS(2509), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2509), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2509), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2509), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2509), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2509), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2509), - }, - [1482] = { - [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_SEMI] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3023), - [anon_sym___attribute__] = ACTIONS(3023), - [anon_sym___declspec] = ACTIONS(3023), - [anon_sym___based] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_EQ] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3023), - [anon_sym_register] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_const] = ACTIONS(3023), - [anon_sym_volatile] = ACTIONS(3023), - [anon_sym_restrict] = ACTIONS(3023), - [anon_sym__Atomic] = ACTIONS(3023), - [anon_sym_mutable] = ACTIONS(3023), - [anon_sym_constexpr] = ACTIONS(3023), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3025), - [sym_operator_name] = ACTIONS(3023), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3023), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3023), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3023), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3023), - [anon_sym_MOZ_COLD] = ACTIONS(3023), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3023), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3023), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3023), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3023), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3023), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3023), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3023), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3023), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3023), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3023), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3023), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3023), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3023), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3023), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3023), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3023), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_NONNULL] = ACTIONS(3023), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3023), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3023), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3023), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3023), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_NORETURN] = ACTIONS(3023), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3023), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3023), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3023), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3023), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3023), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3023), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3023), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3023), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3023), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3023), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3023), - [anon_sym_MOZ_RAII] = ACTIONS(3023), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3023), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3023), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3023), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3023), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3023), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3023), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [1483] = { - [sym_field_declaration_list] = STATE(818), - [sym_virtual_specifier] = STATE(4292), - [sym_base_class_clause] = STATE(5054), - [sym_identifier] = ACTIONS(2865), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_TILDE] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_SEMI] = ACTIONS(3117), - [anon_sym_extern] = ACTIONS(2865), - [anon_sym___attribute__] = ACTIONS(2865), - [anon_sym___declspec] = ACTIONS(2865), - [anon_sym___based] = ACTIONS(2865), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_static] = ACTIONS(2865), - [anon_sym_register] = ACTIONS(2865), - [anon_sym_inline] = ACTIONS(2865), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2865), - [anon_sym_restrict] = ACTIONS(2865), - [anon_sym__Atomic] = ACTIONS(2865), - [anon_sym_mutable] = ACTIONS(2865), - [anon_sym_constexpr] = ACTIONS(2865), - [anon_sym_COLON] = ACTIONS(3039), + [1283] = { + [sym_identifier] = ACTIONS(2493), + [aux_sym_preproc_def_token1] = ACTIONS(2493), + [aux_sym_preproc_if_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2493), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2493), + [sym_preproc_directive] = ACTIONS(2493), + [anon_sym_LPAREN2] = ACTIONS(2495), + [anon_sym_TILDE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_AMP_AMP] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2493), + [anon_sym_typedef] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym___attribute__] = ACTIONS(2493), + [anon_sym___declspec] = ACTIONS(2493), + [anon_sym___based] = ACTIONS(2493), + [anon_sym_RBRACE] = ACTIONS(2495), + [anon_sym_LBRACK] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_register] = ACTIONS(2493), + [anon_sym_inline] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_volatile] = ACTIONS(2493), + [anon_sym_restrict] = ACTIONS(2493), + [anon_sym__Atomic] = ACTIONS(2493), + [anon_sym_mutable] = ACTIONS(2493), + [anon_sym_constexpr] = ACTIONS(2493), + [anon_sym_signed] = ACTIONS(2493), + [anon_sym_unsigned] = ACTIONS(2493), + [anon_sym_long] = ACTIONS(2493), + [anon_sym_short] = ACTIONS(2493), + [sym_primitive_type] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_class] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2863), - [sym_operator_name] = ACTIONS(2865), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), - [anon_sym_MOZ_COLD] = ACTIONS(2865), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_RAII] = ACTIONS(2865), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2493), + [anon_sym_virtual] = ACTIONS(2493), + [anon_sym_explicit] = ACTIONS(2493), + [anon_sym_public] = ACTIONS(2493), + [anon_sym_private] = ACTIONS(2493), + [anon_sym_protected] = ACTIONS(2493), + [sym_auto] = ACTIONS(2493), + [anon_sym_typename] = ACTIONS(2493), + [anon_sym_template] = ACTIONS(2493), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_operator] = ACTIONS(2493), + [anon_sym_friend] = ACTIONS(2493), + [anon_sym_using] = ACTIONS(2493), + [anon_sym_static_assert] = ACTIONS(2493), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2495), + [sym_operator_name] = ACTIONS(2493), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2493), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2493), + [anon_sym_MOZ_COLD] = ACTIONS(2493), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2493), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2493), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2493), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2493), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2493), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2493), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2493), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2493), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2493), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2493), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2493), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2493), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL] = ACTIONS(2493), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2493), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2493), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN] = ACTIONS(2493), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2493), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2493), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2493), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2493), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2493), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2493), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2493), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2493), + [anon_sym_MOZ_RAII] = ACTIONS(2493), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2493), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2493), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2493), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2493), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2493), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2493), }, - [1484] = { - [sym_identifier] = ACTIONS(2801), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), - [anon_sym_COMMA] = ACTIONS(2803), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_LBRACK] = ACTIONS(2803), - [anon_sym_EQ] = ACTIONS(2803), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_COLON] = ACTIONS(2801), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2801), - [anon_sym_override] = ACTIONS(2801), - [anon_sym_GT2] = ACTIONS(2803), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [sym_operator_name] = ACTIONS(2801), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2801), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2801), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2801), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2801), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2801), - [anon_sym_MOZ_COLD] = ACTIONS(2801), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2801), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2801), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2801), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2801), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2801), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2801), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2801), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2801), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2801), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2801), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2801), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2801), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2801), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2801), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2801), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_NONNULL] = ACTIONS(2801), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2801), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2801), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2801), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2801), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_NORETURN] = ACTIONS(2801), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2801), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2801), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2801), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2801), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2801), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2801), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2801), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2801), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2801), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), - [anon_sym_MOZ_RAII] = ACTIONS(2801), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2801), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2801), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2801), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2801), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2801), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2801), + [1284] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1670), + [anon_sym_STAR] = ACTIONS(1670), + [anon_sym_AMP_AMP] = ACTIONS(1670), + [anon_sym_AMP] = ACTIONS(1668), + [anon_sym_typedef] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym___attribute__] = ACTIONS(1668), + [anon_sym___declspec] = ACTIONS(1668), + [anon_sym___based] = ACTIONS(1668), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1668), + [anon_sym_virtual] = ACTIONS(1668), + [anon_sym_explicit] = ACTIONS(1668), + [anon_sym_public] = ACTIONS(1668), + [anon_sym_private] = ACTIONS(1668), + [anon_sym_protected] = ACTIONS(1668), + [sym_auto] = ACTIONS(1668), + [anon_sym_typename] = ACTIONS(1668), + [anon_sym_template] = ACTIONS(1668), + [anon_sym_COLON_COLON] = ACTIONS(1670), + [anon_sym_operator] = ACTIONS(1668), + [anon_sym_friend] = ACTIONS(1668), + [anon_sym_using] = ACTIONS(1668), + [anon_sym_static_assert] = ACTIONS(1668), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), + [sym_operator_name] = ACTIONS(1668), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1485] = { - [sym_enumerator_list] = STATE(930), - [sym__enum_base_clause] = STATE(1432), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LPAREN2] = ACTIONS(3115), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_extern] = ACTIONS(3115), - [anon_sym___attribute__] = ACTIONS(3115), - [anon_sym___declspec] = ACTIONS(3115), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_EQ] = ACTIONS(3115), - [anon_sym_static] = ACTIONS(3115), - [anon_sym_register] = ACTIONS(3115), - [anon_sym_inline] = ACTIONS(3115), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_volatile] = ACTIONS(3115), - [anon_sym_restrict] = ACTIONS(3115), - [anon_sym__Atomic] = ACTIONS(3115), - [anon_sym_mutable] = ACTIONS(3115), - [anon_sym_constexpr] = ACTIONS(3115), - [anon_sym_COLON] = ACTIONS(3123), - [anon_sym_DASH_GT] = ACTIONS(3115), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3115), - [anon_sym_override] = ACTIONS(3115), - [anon_sym_noexcept] = ACTIONS(3115), - [anon_sym_throw] = ACTIONS(3115), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3115), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3115), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3115), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3115), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3115), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3115), - [anon_sym_MOZ_COLD] = ACTIONS(3115), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3115), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3115), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3115), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3115), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3115), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3115), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3115), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3115), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3115), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3115), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3115), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3115), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3115), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3115), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3115), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3115), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3115), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3115), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3115), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_NONNULL] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3115), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3115), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3115), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3115), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3115), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3115), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3115), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3115), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3115), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3115), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3115), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3115), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3115), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3115), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3115), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3115), - [anon_sym_MOZ_RAII] = ACTIONS(3115), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3115), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3115), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3115), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3115), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3115), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3115), + [1285] = { + [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___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_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_COLON_COLON] = ACTIONS(1654), + [anon_sym_operator] = ACTIONS(1652), + [anon_sym_friend] = ACTIONS(1652), + [anon_sym_using] = ACTIONS(1652), + [anon_sym_static_assert] = ACTIONS(1652), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), + [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), }, - [1486] = { - [sym_identifier] = ACTIONS(2797), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2799), - [anon_sym_COMMA] = ACTIONS(2799), - [anon_sym_LPAREN2] = ACTIONS(2799), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_STAR] = ACTIONS(2799), - [anon_sym_AMP_AMP] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2797), - [anon_sym_extern] = ACTIONS(2797), - [anon_sym___attribute__] = ACTIONS(2797), - [anon_sym___declspec] = ACTIONS(2797), - [anon_sym___based] = ACTIONS(2797), - [anon_sym_LBRACE] = ACTIONS(2799), - [anon_sym_LBRACK] = ACTIONS(2799), - [anon_sym_EQ] = ACTIONS(2799), - [anon_sym_static] = ACTIONS(2797), - [anon_sym_register] = ACTIONS(2797), - [anon_sym_inline] = ACTIONS(2797), - [anon_sym_const] = ACTIONS(2797), - [anon_sym_volatile] = ACTIONS(2797), - [anon_sym_restrict] = ACTIONS(2797), - [anon_sym__Atomic] = ACTIONS(2797), - [anon_sym_mutable] = ACTIONS(2797), - [anon_sym_constexpr] = ACTIONS(2797), - [anon_sym_COLON] = ACTIONS(2797), + [1286] = { + [sym_identifier] = ACTIONS(2485), + [aux_sym_preproc_def_token1] = ACTIONS(2485), + [aux_sym_preproc_if_token1] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2485), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2485), + [sym_preproc_directive] = ACTIONS(2485), + [anon_sym_LPAREN2] = ACTIONS(2487), + [anon_sym_TILDE] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_AMP_AMP] = ACTIONS(2487), + [anon_sym_AMP] = ACTIONS(2485), + [anon_sym_typedef] = ACTIONS(2485), + [anon_sym_extern] = ACTIONS(2485), + [anon_sym___attribute__] = ACTIONS(2485), + [anon_sym___declspec] = ACTIONS(2485), + [anon_sym___based] = ACTIONS(2485), + [anon_sym_RBRACE] = ACTIONS(2487), + [anon_sym_LBRACK] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_register] = ACTIONS(2485), + [anon_sym_inline] = ACTIONS(2485), + [anon_sym_const] = ACTIONS(2485), + [anon_sym_volatile] = ACTIONS(2485), + [anon_sym_restrict] = ACTIONS(2485), + [anon_sym__Atomic] = ACTIONS(2485), + [anon_sym_mutable] = ACTIONS(2485), + [anon_sym_constexpr] = ACTIONS(2485), + [anon_sym_signed] = ACTIONS(2485), + [anon_sym_unsigned] = ACTIONS(2485), + [anon_sym_long] = ACTIONS(2485), + [anon_sym_short] = ACTIONS(2485), + [sym_primitive_type] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_class] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_union] = ACTIONS(2485), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2797), - [anon_sym_override] = ACTIONS(2797), - [anon_sym_GT2] = ACTIONS(2799), - [anon_sym_COLON_COLON] = ACTIONS(2799), - [sym_operator_name] = ACTIONS(2797), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2797), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2797), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2797), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2797), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2797), - [anon_sym_MOZ_COLD] = ACTIONS(2797), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2797), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2797), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2797), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2797), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2797), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2797), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2797), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2797), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2797), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2797), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2797), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2797), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2797), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2797), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2797), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2797), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_NONNULL] = ACTIONS(2797), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2797), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2797), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2797), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2797), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_NORETURN] = ACTIONS(2797), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2797), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2797), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2797), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2797), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2797), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2797), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2797), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2797), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2797), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2797), - [anon_sym_MOZ_RAII] = ACTIONS(2797), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2797), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2797), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2797), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2797), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2797), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2797), + [anon_sym_decltype] = ACTIONS(2485), + [anon_sym_virtual] = ACTIONS(2485), + [anon_sym_explicit] = ACTIONS(2485), + [anon_sym_public] = ACTIONS(2485), + [anon_sym_private] = ACTIONS(2485), + [anon_sym_protected] = ACTIONS(2485), + [sym_auto] = ACTIONS(2485), + [anon_sym_typename] = ACTIONS(2485), + [anon_sym_template] = ACTIONS(2485), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_operator] = ACTIONS(2485), + [anon_sym_friend] = ACTIONS(2485), + [anon_sym_using] = ACTIONS(2485), + [anon_sym_static_assert] = ACTIONS(2485), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2487), + [sym_operator_name] = ACTIONS(2485), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2485), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2485), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2485), + [anon_sym_MOZ_COLD] = ACTIONS(2485), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2485), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2485), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2485), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2485), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2485), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2485), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2485), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2485), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2485), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2485), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2485), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2485), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL] = ACTIONS(2485), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2485), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2485), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN] = ACTIONS(2485), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2485), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2485), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2485), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2485), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2485), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2485), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2485), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2485), + [anon_sym_MOZ_RAII] = ACTIONS(2485), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2485), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2485), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2485), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2485), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2485), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2485), }, - [1487] = { - [sym_enumerator_list] = STATE(1334), - [sym__enum_base_clause] = STATE(1454), - [sym_identifier] = ACTIONS(3107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_LPAREN2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3107), - [anon_sym___attribute__] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3107), - [anon_sym___based] = ACTIONS(3107), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3109), - [anon_sym_static] = ACTIONS(3107), - [anon_sym_register] = ACTIONS(3107), - [anon_sym_inline] = ACTIONS(3107), - [anon_sym_const] = ACTIONS(3107), - [anon_sym_volatile] = ACTIONS(3107), - [anon_sym_restrict] = ACTIONS(3107), - [anon_sym__Atomic] = ACTIONS(3107), - [anon_sym_mutable] = ACTIONS(3107), - [anon_sym_constexpr] = ACTIONS(3107), - [anon_sym_COLON] = ACTIONS(3121), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3109), - [anon_sym_COLON_COLON] = ACTIONS(3109), - [sym_operator_name] = ACTIONS(3107), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3107), - [anon_sym_MOZ_COLD] = ACTIONS(3107), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3107), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3107), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3107), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3107), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3107), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3107), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3107), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3107), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3107), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3107), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3107), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3107), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_RAII] = ACTIONS(3107), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3107), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3107), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3107), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3107), + [1287] = { + [sym_identifier] = ACTIONS(2481), + [aux_sym_preproc_def_token1] = ACTIONS(2481), + [aux_sym_preproc_if_token1] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2481), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2481), + [sym_preproc_directive] = ACTIONS(2481), + [anon_sym_LPAREN2] = ACTIONS(2483), + [anon_sym_TILDE] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_AMP_AMP] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2481), + [anon_sym_typedef] = ACTIONS(2481), + [anon_sym_extern] = ACTIONS(2481), + [anon_sym___attribute__] = ACTIONS(2481), + [anon_sym___declspec] = ACTIONS(2481), + [anon_sym___based] = ACTIONS(2481), + [anon_sym_RBRACE] = ACTIONS(2483), + [anon_sym_LBRACK] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_register] = ACTIONS(2481), + [anon_sym_inline] = ACTIONS(2481), + [anon_sym_const] = ACTIONS(2481), + [anon_sym_volatile] = ACTIONS(2481), + [anon_sym_restrict] = ACTIONS(2481), + [anon_sym__Atomic] = ACTIONS(2481), + [anon_sym_mutable] = ACTIONS(2481), + [anon_sym_constexpr] = ACTIONS(2481), + [anon_sym_signed] = ACTIONS(2481), + [anon_sym_unsigned] = ACTIONS(2481), + [anon_sym_long] = ACTIONS(2481), + [anon_sym_short] = ACTIONS(2481), + [sym_primitive_type] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), + [anon_sym_class] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_union] = ACTIONS(2481), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2481), + [anon_sym_virtual] = ACTIONS(2481), + [anon_sym_explicit] = ACTIONS(2481), + [anon_sym_public] = ACTIONS(2481), + [anon_sym_private] = ACTIONS(2481), + [anon_sym_protected] = ACTIONS(2481), + [sym_auto] = ACTIONS(2481), + [anon_sym_typename] = ACTIONS(2481), + [anon_sym_template] = ACTIONS(2481), + [anon_sym_COLON_COLON] = ACTIONS(2483), + [anon_sym_operator] = ACTIONS(2481), + [anon_sym_friend] = ACTIONS(2481), + [anon_sym_using] = ACTIONS(2481), + [anon_sym_static_assert] = ACTIONS(2481), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2483), + [sym_operator_name] = ACTIONS(2481), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2481), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2481), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2481), + [anon_sym_MOZ_COLD] = ACTIONS(2481), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2481), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2481), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2481), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2481), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2481), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2481), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2481), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2481), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2481), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2481), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2481), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2481), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL] = ACTIONS(2481), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2481), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2481), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN] = ACTIONS(2481), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2481), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2481), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2481), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2481), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2481), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2481), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2481), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2481), + [anon_sym_MOZ_RAII] = ACTIONS(2481), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2481), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2481), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2481), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2481), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2481), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2481), }, - [1488] = { - [sym_field_declaration_list] = STATE(980), - [sym_virtual_specifier] = STATE(4305), - [sym_base_class_clause] = STATE(5044), - [sym_identifier] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2867), - [anon_sym_TILDE] = ACTIONS(2867), - [anon_sym_STAR] = ACTIONS(2867), - [anon_sym_AMP_AMP] = ACTIONS(2867), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(3125), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2867), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2867), - [sym_operator_name] = ACTIONS(2869), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2869), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2869), - [anon_sym_MOZ_COLD] = ACTIONS(2869), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2869), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2869), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2869), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2869), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2869), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2869), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2869), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2869), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2869), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2869), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2869), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2869), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL] = ACTIONS(2869), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2869), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2869), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN] = ACTIONS(2869), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2869), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2869), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2869), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2869), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2869), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2869), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2869), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2869), - [anon_sym_MOZ_RAII] = ACTIONS(2869), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2869), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2869), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2869), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2869), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2869), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2869), + [1288] = { + [sym_identifier] = ACTIONS(2453), + [aux_sym_preproc_def_token1] = ACTIONS(2453), + [aux_sym_preproc_if_token1] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2453), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2453), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(2455), + [anon_sym_TILDE] = ACTIONS(2455), + [anon_sym_STAR] = ACTIONS(2455), + [anon_sym_AMP_AMP] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2453), + [anon_sym_typedef] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2453), + [anon_sym___attribute__] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2453), + [anon_sym___based] = ACTIONS(2453), + [anon_sym_RBRACE] = ACTIONS(2455), + [anon_sym_LBRACK] = ACTIONS(2453), + [anon_sym_static] = ACTIONS(2453), + [anon_sym_register] = ACTIONS(2453), + [anon_sym_inline] = ACTIONS(2453), + [anon_sym_const] = ACTIONS(2453), + [anon_sym_volatile] = ACTIONS(2453), + [anon_sym_restrict] = ACTIONS(2453), + [anon_sym__Atomic] = ACTIONS(2453), + [anon_sym_mutable] = ACTIONS(2453), + [anon_sym_constexpr] = ACTIONS(2453), + [anon_sym_signed] = ACTIONS(2453), + [anon_sym_unsigned] = ACTIONS(2453), + [anon_sym_long] = ACTIONS(2453), + [anon_sym_short] = ACTIONS(2453), + [sym_primitive_type] = ACTIONS(2453), + [anon_sym_enum] = ACTIONS(2453), + [anon_sym_class] = ACTIONS(2453), + [anon_sym_struct] = ACTIONS(2453), + [anon_sym_union] = ACTIONS(2453), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2453), + [anon_sym_virtual] = ACTIONS(2453), + [anon_sym_explicit] = ACTIONS(2453), + [anon_sym_public] = ACTIONS(2453), + [anon_sym_private] = ACTIONS(2453), + [anon_sym_protected] = ACTIONS(2453), + [sym_auto] = ACTIONS(2453), + [anon_sym_typename] = ACTIONS(2453), + [anon_sym_template] = ACTIONS(2453), + [anon_sym_COLON_COLON] = ACTIONS(2455), + [anon_sym_operator] = ACTIONS(2453), + [anon_sym_friend] = ACTIONS(2453), + [anon_sym_using] = ACTIONS(2453), + [anon_sym_static_assert] = ACTIONS(2453), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2455), + [sym_operator_name] = ACTIONS(2453), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2453), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2453), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2453), + [anon_sym_MOZ_COLD] = ACTIONS(2453), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2453), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2453), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2453), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2453), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2453), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2453), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2453), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2453), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2453), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2453), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2453), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2453), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL] = ACTIONS(2453), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2453), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2453), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN] = ACTIONS(2453), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2453), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2453), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2453), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2453), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2453), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2453), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2453), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2453), + [anon_sym_MOZ_RAII] = ACTIONS(2453), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2453), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2453), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2453), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2453), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2453), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2453), }, - [1489] = { - [sym_field_declaration_list] = STATE(818), - [sym_virtual_specifier] = STATE(4292), - [sym_base_class_clause] = STATE(5054), - [sym_identifier] = ACTIONS(2865), - [anon_sym_LPAREN2] = ACTIONS(2863), - [anon_sym_TILDE] = ACTIONS(2863), - [anon_sym_STAR] = ACTIONS(2863), - [anon_sym_AMP_AMP] = ACTIONS(2863), - [anon_sym_AMP] = ACTIONS(2865), - [anon_sym_SEMI] = ACTIONS(3125), - [anon_sym_extern] = ACTIONS(2865), - [anon_sym___attribute__] = ACTIONS(2865), - [anon_sym___declspec] = ACTIONS(2865), - [anon_sym___based] = ACTIONS(2865), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2863), - [anon_sym_static] = ACTIONS(2865), - [anon_sym_register] = ACTIONS(2865), - [anon_sym_inline] = ACTIONS(2865), - [anon_sym_const] = ACTIONS(2865), - [anon_sym_volatile] = ACTIONS(2865), - [anon_sym_restrict] = ACTIONS(2865), - [anon_sym__Atomic] = ACTIONS(2865), - [anon_sym_mutable] = ACTIONS(2865), - [anon_sym_constexpr] = ACTIONS(2865), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2863), - [sym_operator_name] = ACTIONS(2865), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2865), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2865), - [anon_sym_MOZ_COLD] = ACTIONS(2865), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2865), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2865), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2865), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2865), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2865), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2865), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2865), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2865), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2865), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2865), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2865), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2865), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL] = ACTIONS(2865), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2865), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2865), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN] = ACTIONS(2865), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2865), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2865), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2865), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2865), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2865), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2865), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2865), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2865), - [anon_sym_MOZ_RAII] = ACTIONS(2865), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2865), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2865), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2865), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2865), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2865), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2865), + [1289] = { + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token2] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [anon_sym_public] = ACTIONS(1600), + [anon_sym_private] = ACTIONS(1600), + [anon_sym_protected] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_friend] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [sym_operator_name] = ACTIONS(1600), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), }, - [1490] = { - [sym_identifier] = ACTIONS(2789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2791), - [anon_sym_COMMA] = ACTIONS(2791), - [anon_sym_LPAREN2] = ACTIONS(2791), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_extern] = ACTIONS(2789), - [anon_sym___attribute__] = ACTIONS(2789), - [anon_sym___declspec] = ACTIONS(2789), - [anon_sym___based] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_EQ] = ACTIONS(2791), - [anon_sym_static] = ACTIONS(2789), - [anon_sym_register] = ACTIONS(2789), - [anon_sym_inline] = ACTIONS(2789), - [anon_sym_const] = ACTIONS(2789), - [anon_sym_volatile] = ACTIONS(2789), - [anon_sym_restrict] = ACTIONS(2789), - [anon_sym__Atomic] = ACTIONS(2789), - [anon_sym_mutable] = ACTIONS(2789), - [anon_sym_constexpr] = ACTIONS(2789), - [anon_sym_COLON] = ACTIONS(2789), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2789), - [anon_sym_override] = ACTIONS(2789), - [anon_sym_GT2] = ACTIONS(2791), - [anon_sym_COLON_COLON] = ACTIONS(2791), - [sym_operator_name] = ACTIONS(2789), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2789), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2789), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2789), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2789), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2789), - [anon_sym_MOZ_COLD] = ACTIONS(2789), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2789), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2789), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2789), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2789), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2789), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2789), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2789), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2789), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2789), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2789), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2789), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2789), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2789), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2789), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2789), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2789), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_NONNULL] = ACTIONS(2789), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2789), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2789), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2789), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2789), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_NORETURN] = ACTIONS(2789), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2789), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2789), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2789), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2789), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2789), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2789), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2789), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2789), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2789), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2789), - [anon_sym_MOZ_RAII] = ACTIONS(2789), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2789), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2789), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2789), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2789), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2789), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2789), + [1290] = { + [sym_identifier] = ACTIONS(1588), + [aux_sym_preproc_def_token1] = ACTIONS(1588), + [aux_sym_preproc_if_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1588), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1588), + [sym_preproc_directive] = ACTIONS(1588), + [anon_sym_LPAREN2] = ACTIONS(1590), + [anon_sym_TILDE] = ACTIONS(1590), + [anon_sym_STAR] = ACTIONS(1590), + [anon_sym_AMP_AMP] = ACTIONS(1590), + [anon_sym_AMP] = ACTIONS(1588), + [anon_sym_typedef] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym___attribute__] = ACTIONS(1588), + [anon_sym___declspec] = ACTIONS(1588), + [anon_sym___based] = ACTIONS(1588), + [anon_sym_RBRACE] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_static] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_inline] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_volatile] = ACTIONS(1588), + [anon_sym_restrict] = ACTIONS(1588), + [anon_sym__Atomic] = ACTIONS(1588), + [anon_sym_mutable] = ACTIONS(1588), + [anon_sym_constexpr] = ACTIONS(1588), + [anon_sym_signed] = ACTIONS(1588), + [anon_sym_unsigned] = ACTIONS(1588), + [anon_sym_long] = ACTIONS(1588), + [anon_sym_short] = ACTIONS(1588), + [sym_primitive_type] = ACTIONS(1588), + [anon_sym_enum] = ACTIONS(1588), + [anon_sym_class] = ACTIONS(1588), + [anon_sym_struct] = ACTIONS(1588), + [anon_sym_union] = ACTIONS(1588), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1588), + [anon_sym_virtual] = ACTIONS(1588), + [anon_sym_explicit] = ACTIONS(1588), + [anon_sym_public] = ACTIONS(1588), + [anon_sym_private] = ACTIONS(1588), + [anon_sym_protected] = ACTIONS(1588), + [sym_auto] = ACTIONS(1588), + [anon_sym_typename] = ACTIONS(1588), + [anon_sym_template] = ACTIONS(1588), + [anon_sym_COLON_COLON] = ACTIONS(1590), + [anon_sym_operator] = ACTIONS(1588), + [anon_sym_friend] = ACTIONS(1588), + [anon_sym_using] = ACTIONS(1588), + [anon_sym_static_assert] = ACTIONS(1588), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1590), + [sym_operator_name] = ACTIONS(1588), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1588), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1588), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1588), + [anon_sym_MOZ_COLD] = ACTIONS(1588), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1588), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1588), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1588), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1588), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1588), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1588), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1588), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1588), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1588), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1588), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1588), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1588), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL] = ACTIONS(1588), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1588), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1588), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN] = ACTIONS(1588), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1588), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1588), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1588), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1588), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1588), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1588), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1588), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1588), + [anon_sym_MOZ_RAII] = ACTIONS(1588), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1588), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1588), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1588), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1588), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1588), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1588), }, - [1491] = { - [sym_field_declaration_list] = STATE(840), - [sym_virtual_specifier] = STATE(4311), - [sym_base_class_clause] = STATE(5059), - [sym_identifier] = ACTIONS(2861), - [anon_sym_LPAREN2] = ACTIONS(2859), - [anon_sym_TILDE] = ACTIONS(2859), - [anon_sym_STAR] = ACTIONS(2859), - [anon_sym_AMP_AMP] = ACTIONS(2859), - [anon_sym_AMP] = ACTIONS(2861), - [anon_sym_SEMI] = ACTIONS(3125), - [anon_sym_extern] = ACTIONS(2861), - [anon_sym___attribute__] = ACTIONS(2861), - [anon_sym___declspec] = ACTIONS(2861), - [anon_sym___based] = ACTIONS(2861), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_LBRACK] = ACTIONS(2859), - [anon_sym_static] = ACTIONS(2861), - [anon_sym_register] = ACTIONS(2861), - [anon_sym_inline] = ACTIONS(2861), - [anon_sym_const] = ACTIONS(2861), - [anon_sym_volatile] = ACTIONS(2861), - [anon_sym_restrict] = ACTIONS(2861), - [anon_sym__Atomic] = ACTIONS(2861), - [anon_sym_mutable] = ACTIONS(2861), - [anon_sym_constexpr] = ACTIONS(2861), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2859), - [sym_operator_name] = ACTIONS(2861), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2861), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2861), - [anon_sym_MOZ_COLD] = ACTIONS(2861), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2861), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2861), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2861), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2861), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2861), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2861), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2861), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2861), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2861), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2861), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2861), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2861), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL] = ACTIONS(2861), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2861), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2861), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN] = ACTIONS(2861), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2861), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2861), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2861), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2861), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2861), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2861), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2861), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2861), - [anon_sym_MOZ_RAII] = ACTIONS(2861), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2861), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2861), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2861), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2861), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2861), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2861), + [1291] = { + [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___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_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_COLON_COLON] = ACTIONS(1662), + [anon_sym_operator] = ACTIONS(1660), + [anon_sym_friend] = ACTIONS(1660), + [anon_sym_using] = ACTIONS(1660), + [anon_sym_static_assert] = ACTIONS(1660), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), + [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), }, - [1492] = { - [sym_identifier] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2459), - [anon_sym_COMMA] = ACTIONS(2459), - [anon_sym_LPAREN2] = ACTIONS(2459), - [anon_sym_TILDE] = ACTIONS(2459), - [anon_sym_STAR] = ACTIONS(2459), - [anon_sym_AMP_AMP] = ACTIONS(2459), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_extern] = ACTIONS(2457), - [anon_sym___attribute__] = ACTIONS(2457), - [anon_sym___declspec] = ACTIONS(2457), - [anon_sym___based] = ACTIONS(2457), - [anon_sym_LBRACE] = ACTIONS(2459), - [anon_sym_LBRACK] = ACTIONS(2459), - [anon_sym_EQ] = ACTIONS(2459), - [anon_sym_static] = ACTIONS(2457), - [anon_sym_register] = ACTIONS(2457), - [anon_sym_inline] = ACTIONS(2457), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_volatile] = ACTIONS(2457), - [anon_sym_restrict] = ACTIONS(2457), - [anon_sym__Atomic] = ACTIONS(2457), - [anon_sym_mutable] = ACTIONS(2457), - [anon_sym_constexpr] = ACTIONS(2457), - [anon_sym_COLON] = ACTIONS(2457), + [1292] = { + [sym_identifier] = ACTIONS(1530), + [aux_sym_preproc_def_token1] = ACTIONS(1530), + [aux_sym_preproc_if_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1530), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1530), + [sym_preproc_directive] = ACTIONS(1530), + [anon_sym_LPAREN2] = ACTIONS(1532), + [anon_sym_TILDE] = ACTIONS(1532), + [anon_sym_STAR] = ACTIONS(1532), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_AMP] = ACTIONS(1530), + [anon_sym_typedef] = ACTIONS(1530), + [anon_sym_extern] = ACTIONS(1530), + [anon_sym___attribute__] = ACTIONS(1530), + [anon_sym___declspec] = ACTIONS(1530), + [anon_sym___based] = ACTIONS(1530), + [anon_sym_RBRACE] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1530), + [anon_sym_static] = ACTIONS(1530), + [anon_sym_register] = ACTIONS(1530), + [anon_sym_inline] = ACTIONS(1530), + [anon_sym_const] = ACTIONS(1530), + [anon_sym_volatile] = ACTIONS(1530), + [anon_sym_restrict] = ACTIONS(1530), + [anon_sym__Atomic] = ACTIONS(1530), + [anon_sym_mutable] = ACTIONS(1530), + [anon_sym_constexpr] = ACTIONS(1530), + [anon_sym_signed] = ACTIONS(1530), + [anon_sym_unsigned] = ACTIONS(1530), + [anon_sym_long] = ACTIONS(1530), + [anon_sym_short] = ACTIONS(1530), + [sym_primitive_type] = ACTIONS(1530), + [anon_sym_enum] = ACTIONS(1530), + [anon_sym_class] = ACTIONS(1530), + [anon_sym_struct] = ACTIONS(1530), + [anon_sym_union] = ACTIONS(1530), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1530), + [anon_sym_virtual] = ACTIONS(1530), + [anon_sym_explicit] = ACTIONS(1530), + [anon_sym_public] = ACTIONS(1530), + [anon_sym_private] = ACTIONS(1530), + [anon_sym_protected] = ACTIONS(1530), + [sym_auto] = ACTIONS(1530), + [anon_sym_typename] = ACTIONS(1530), + [anon_sym_template] = ACTIONS(1530), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_operator] = ACTIONS(1530), + [anon_sym_friend] = ACTIONS(1530), + [anon_sym_using] = ACTIONS(1530), + [anon_sym_static_assert] = ACTIONS(1530), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1532), + [sym_operator_name] = ACTIONS(1530), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1530), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1530), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1530), + [anon_sym_MOZ_COLD] = ACTIONS(1530), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1530), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1530), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1530), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1530), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1530), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1530), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1530), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1530), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1530), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1530), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1530), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1530), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL] = ACTIONS(1530), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1530), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1530), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN] = ACTIONS(1530), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1530), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1530), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1530), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1530), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1530), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1530), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1530), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1530), + [anon_sym_MOZ_RAII] = ACTIONS(1530), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1530), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1530), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1530), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1530), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1530), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1530), + }, + [1293] = { + [sym_identifier] = ACTIONS(2577), + [aux_sym_preproc_def_token1] = ACTIONS(2577), + [aux_sym_preproc_if_token1] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2577), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2577), + [sym_preproc_directive] = ACTIONS(2577), + [anon_sym_LPAREN2] = ACTIONS(2579), + [anon_sym_TILDE] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_AMP_AMP] = ACTIONS(2579), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_typedef] = ACTIONS(2577), + [anon_sym_extern] = ACTIONS(2577), + [anon_sym___attribute__] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2577), + [anon_sym___based] = ACTIONS(2577), + [anon_sym_RBRACE] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_register] = ACTIONS(2577), + [anon_sym_inline] = ACTIONS(2577), + [anon_sym_const] = ACTIONS(2577), + [anon_sym_volatile] = ACTIONS(2577), + [anon_sym_restrict] = ACTIONS(2577), + [anon_sym__Atomic] = ACTIONS(2577), + [anon_sym_mutable] = ACTIONS(2577), + [anon_sym_constexpr] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2577), + [anon_sym_unsigned] = ACTIONS(2577), + [anon_sym_long] = ACTIONS(2577), + [anon_sym_short] = ACTIONS(2577), + [sym_primitive_type] = ACTIONS(2577), + [anon_sym_enum] = ACTIONS(2577), + [anon_sym_class] = ACTIONS(2577), + [anon_sym_struct] = ACTIONS(2577), + [anon_sym_union] = ACTIONS(2577), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2457), - [anon_sym_override] = ACTIONS(2457), - [anon_sym_GT2] = ACTIONS(2459), - [anon_sym_COLON_COLON] = ACTIONS(2459), - [sym_operator_name] = ACTIONS(2457), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2457), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2457), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2457), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2457), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2457), - [anon_sym_MOZ_COLD] = ACTIONS(2457), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2457), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2457), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2457), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2457), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2457), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2457), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2457), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2457), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2457), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2457), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2457), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2457), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2457), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2457), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2457), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_NONNULL] = ACTIONS(2457), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2457), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2457), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2457), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2457), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_NORETURN] = ACTIONS(2457), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2457), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2457), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2457), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2457), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2457), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2457), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2457), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2457), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2457), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), - [anon_sym_MOZ_RAII] = ACTIONS(2457), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2457), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2457), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2457), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2457), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2457), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2457), - }, - [1493] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(2577), + [anon_sym_virtual] = ACTIONS(2577), + [anon_sym_explicit] = ACTIONS(2577), + [anon_sym_public] = ACTIONS(2577), + [anon_sym_private] = ACTIONS(2577), + [anon_sym_protected] = ACTIONS(2577), + [sym_auto] = ACTIONS(2577), + [anon_sym_typename] = ACTIONS(2577), + [anon_sym_template] = ACTIONS(2577), + [anon_sym_COLON_COLON] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2577), + [anon_sym_friend] = ACTIONS(2577), + [anon_sym_using] = ACTIONS(2577), + [anon_sym_static_assert] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2579), + [sym_operator_name] = ACTIONS(2577), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2577), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2577), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2577), + [anon_sym_MOZ_COLD] = ACTIONS(2577), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2577), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2577), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2577), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2577), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2577), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2577), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2577), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2577), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2577), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2577), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2577), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2577), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL] = ACTIONS(2577), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2577), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2577), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN] = ACTIONS(2577), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2577), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2577), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2577), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2577), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2577), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2577), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2577), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2577), + [anon_sym_MOZ_RAII] = ACTIONS(2577), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2577), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2577), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2577), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2577), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2577), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2577), }, - [1494] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3129), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1294] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_AMP_AMP] = ACTIONS(1658), + [anon_sym_AMP] = ACTIONS(1656), + [anon_sym_typedef] = ACTIONS(1656), + [anon_sym_extern] = ACTIONS(1656), + [anon_sym___attribute__] = ACTIONS(1656), + [anon_sym___declspec] = ACTIONS(1656), + [anon_sym___based] = ACTIONS(1656), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1656), + [anon_sym_virtual] = ACTIONS(1656), + [anon_sym_explicit] = ACTIONS(1656), + [anon_sym_public] = ACTIONS(1656), + [anon_sym_private] = ACTIONS(1656), + [anon_sym_protected] = ACTIONS(1656), + [sym_auto] = ACTIONS(1656), + [anon_sym_typename] = ACTIONS(1656), + [anon_sym_template] = ACTIONS(1656), + [anon_sym_COLON_COLON] = ACTIONS(1658), + [anon_sym_operator] = ACTIONS(1656), + [anon_sym_friend] = ACTIONS(1656), + [anon_sym_using] = ACTIONS(1656), + [anon_sym_static_assert] = ACTIONS(1656), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), + [sym_operator_name] = ACTIONS(1656), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1495] = { - [sym_template_argument_list] = STATE(1511), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), - [anon_sym_COMMA] = ACTIONS(2223), - [anon_sym_RPAREN] = ACTIONS(3131), - [anon_sym_LPAREN2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_EQ] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [1295] = { + [sym_identifier] = ACTIONS(2573), + [aux_sym_preproc_def_token1] = ACTIONS(2573), + [aux_sym_preproc_if_token1] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2573), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2573), + [sym_preproc_directive] = ACTIONS(2573), + [anon_sym_LPAREN2] = ACTIONS(2575), + [anon_sym_TILDE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_typedef] = ACTIONS(2573), + [anon_sym_extern] = ACTIONS(2573), + [anon_sym___attribute__] = ACTIONS(2573), + [anon_sym___declspec] = ACTIONS(2573), + [anon_sym___based] = ACTIONS(2573), + [anon_sym_RBRACE] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_register] = ACTIONS(2573), + [anon_sym_inline] = ACTIONS(2573), + [anon_sym_const] = ACTIONS(2573), + [anon_sym_volatile] = ACTIONS(2573), + [anon_sym_restrict] = ACTIONS(2573), + [anon_sym__Atomic] = ACTIONS(2573), + [anon_sym_mutable] = ACTIONS(2573), + [anon_sym_constexpr] = ACTIONS(2573), + [anon_sym_signed] = ACTIONS(2573), + [anon_sym_unsigned] = ACTIONS(2573), + [anon_sym_long] = ACTIONS(2573), + [anon_sym_short] = ACTIONS(2573), + [sym_primitive_type] = ACTIONS(2573), + [anon_sym_enum] = ACTIONS(2573), + [anon_sym_class] = ACTIONS(2573), + [anon_sym_struct] = ACTIONS(2573), + [anon_sym_union] = ACTIONS(2573), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2573), + [anon_sym_virtual] = ACTIONS(2573), + [anon_sym_explicit] = ACTIONS(2573), + [anon_sym_public] = ACTIONS(2573), + [anon_sym_private] = ACTIONS(2573), + [anon_sym_protected] = ACTIONS(2573), + [sym_auto] = ACTIONS(2573), + [anon_sym_typename] = ACTIONS(2573), + [anon_sym_template] = ACTIONS(2573), + [anon_sym_COLON_COLON] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2573), + [anon_sym_friend] = ACTIONS(2573), + [anon_sym_using] = ACTIONS(2573), + [anon_sym_static_assert] = ACTIONS(2573), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2575), + [sym_operator_name] = ACTIONS(2573), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2573), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2573), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2573), + [anon_sym_MOZ_COLD] = ACTIONS(2573), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2573), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2573), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2573), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2573), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2573), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2573), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2573), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2573), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2573), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2573), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2573), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2573), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL] = ACTIONS(2573), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2573), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2573), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN] = ACTIONS(2573), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2573), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2573), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2573), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2573), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2573), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2573), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2573), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2573), + [anon_sym_MOZ_RAII] = ACTIONS(2573), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2573), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2573), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2573), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2573), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2573), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2573), }, - [1496] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1296] = { + [sym_identifier] = ACTIONS(1600), + [aux_sym_preproc_def_token1] = ACTIONS(1600), + [aux_sym_preproc_if_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1600), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1600), + [sym_preproc_directive] = ACTIONS(1600), + [anon_sym_LPAREN2] = ACTIONS(1602), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1602), + [anon_sym_AMP_AMP] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1600), + [anon_sym_typedef] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym___attribute__] = ACTIONS(1600), + [anon_sym___declspec] = ACTIONS(1600), + [anon_sym___based] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_static] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_inline] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_volatile] = ACTIONS(1600), + [anon_sym_restrict] = ACTIONS(1600), + [anon_sym__Atomic] = ACTIONS(1600), + [anon_sym_mutable] = ACTIONS(1600), + [anon_sym_constexpr] = ACTIONS(1600), + [anon_sym_signed] = ACTIONS(1600), + [anon_sym_unsigned] = ACTIONS(1600), + [anon_sym_long] = ACTIONS(1600), + [anon_sym_short] = ACTIONS(1600), + [sym_primitive_type] = ACTIONS(1600), + [anon_sym_enum] = ACTIONS(1600), + [anon_sym_class] = ACTIONS(1600), + [anon_sym_struct] = ACTIONS(1600), + [anon_sym_union] = ACTIONS(1600), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1600), + [anon_sym_virtual] = ACTIONS(1600), + [anon_sym_explicit] = ACTIONS(1600), + [anon_sym_public] = ACTIONS(1600), + [anon_sym_private] = ACTIONS(1600), + [anon_sym_protected] = ACTIONS(1600), + [sym_auto] = ACTIONS(1600), + [anon_sym_typename] = ACTIONS(1600), + [anon_sym_template] = ACTIONS(1600), + [anon_sym_COLON_COLON] = ACTIONS(1602), + [anon_sym_operator] = ACTIONS(1600), + [anon_sym_friend] = ACTIONS(1600), + [anon_sym_using] = ACTIONS(1600), + [anon_sym_static_assert] = ACTIONS(1600), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1602), + [sym_operator_name] = ACTIONS(1600), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1600), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1600), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1600), + [anon_sym_MOZ_COLD] = ACTIONS(1600), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1600), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1600), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1600), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1600), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1600), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1600), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1600), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1600), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1600), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1600), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1600), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1600), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL] = ACTIONS(1600), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1600), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1600), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN] = ACTIONS(1600), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1600), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1600), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1600), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1600), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1600), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1600), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1600), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1600), + [anon_sym_MOZ_RAII] = ACTIONS(1600), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1600), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1600), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1600), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1600), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1600), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1600), }, - [1497] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1297] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1638), + [anon_sym_STAR] = ACTIONS(1638), + [anon_sym_AMP_AMP] = ACTIONS(1638), + [anon_sym_AMP] = ACTIONS(1636), + [anon_sym_typedef] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1636), + [anon_sym___declspec] = ACTIONS(1636), + [anon_sym___based] = ACTIONS(1636), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1636), + [anon_sym_virtual] = ACTIONS(1636), + [anon_sym_explicit] = ACTIONS(1636), + [anon_sym_public] = ACTIONS(1636), + [anon_sym_private] = ACTIONS(1636), + [anon_sym_protected] = ACTIONS(1636), + [sym_auto] = ACTIONS(1636), + [anon_sym_typename] = ACTIONS(1636), + [anon_sym_template] = ACTIONS(1636), + [anon_sym_COLON_COLON] = ACTIONS(1638), + [anon_sym_operator] = ACTIONS(1636), + [anon_sym_friend] = ACTIONS(1636), + [anon_sym_using] = ACTIONS(1636), + [anon_sym_static_assert] = ACTIONS(1636), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), + [sym_operator_name] = ACTIONS(1636), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1498] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1298] = { + [sym_identifier] = ACTIONS(2549), + [aux_sym_preproc_def_token1] = ACTIONS(2549), + [aux_sym_preproc_if_token1] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2549), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2549), + [sym_preproc_directive] = ACTIONS(2549), + [anon_sym_LPAREN2] = ACTIONS(2551), + [anon_sym_TILDE] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_AMP_AMP] = ACTIONS(2551), + [anon_sym_AMP] = ACTIONS(2549), + [anon_sym_typedef] = ACTIONS(2549), + [anon_sym_extern] = ACTIONS(2549), + [anon_sym___attribute__] = ACTIONS(2549), + [anon_sym___declspec] = ACTIONS(2549), + [anon_sym___based] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_register] = ACTIONS(2549), + [anon_sym_inline] = ACTIONS(2549), + [anon_sym_const] = ACTIONS(2549), + [anon_sym_volatile] = ACTIONS(2549), + [anon_sym_restrict] = ACTIONS(2549), + [anon_sym__Atomic] = ACTIONS(2549), + [anon_sym_mutable] = ACTIONS(2549), + [anon_sym_constexpr] = ACTIONS(2549), + [anon_sym_signed] = ACTIONS(2549), + [anon_sym_unsigned] = ACTIONS(2549), + [anon_sym_long] = ACTIONS(2549), + [anon_sym_short] = ACTIONS(2549), + [sym_primitive_type] = ACTIONS(2549), + [anon_sym_enum] = ACTIONS(2549), + [anon_sym_class] = ACTIONS(2549), + [anon_sym_struct] = ACTIONS(2549), + [anon_sym_union] = ACTIONS(2549), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2549), + [anon_sym_virtual] = ACTIONS(2549), + [anon_sym_explicit] = ACTIONS(2549), + [anon_sym_public] = ACTIONS(2549), + [anon_sym_private] = ACTIONS(2549), + [anon_sym_protected] = ACTIONS(2549), + [sym_auto] = ACTIONS(2549), + [anon_sym_typename] = ACTIONS(2549), + [anon_sym_template] = ACTIONS(2549), + [anon_sym_COLON_COLON] = ACTIONS(2551), + [anon_sym_operator] = ACTIONS(2549), + [anon_sym_friend] = ACTIONS(2549), + [anon_sym_using] = ACTIONS(2549), + [anon_sym_static_assert] = ACTIONS(2549), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2551), + [sym_operator_name] = ACTIONS(2549), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2549), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2549), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2549), + [anon_sym_MOZ_COLD] = ACTIONS(2549), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2549), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2549), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2549), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2549), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2549), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2549), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2549), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2549), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2549), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2549), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2549), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2549), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL] = ACTIONS(2549), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2549), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2549), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN] = ACTIONS(2549), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2549), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2549), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2549), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2549), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2549), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2549), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2549), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2549), + [anon_sym_MOZ_RAII] = ACTIONS(2549), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2549), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2549), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2549), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2549), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2549), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2549), }, - [1499] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1299] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1634), + [anon_sym_STAR] = ACTIONS(1634), + [anon_sym_AMP_AMP] = ACTIONS(1634), + [anon_sym_AMP] = ACTIONS(1632), + [anon_sym_typedef] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym___attribute__] = ACTIONS(1632), + [anon_sym___declspec] = ACTIONS(1632), + [anon_sym___based] = ACTIONS(1632), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1632), + [anon_sym_virtual] = ACTIONS(1632), + [anon_sym_explicit] = ACTIONS(1632), + [anon_sym_public] = ACTIONS(1632), + [anon_sym_private] = ACTIONS(1632), + [anon_sym_protected] = ACTIONS(1632), + [sym_auto] = ACTIONS(1632), + [anon_sym_typename] = ACTIONS(1632), + [anon_sym_template] = ACTIONS(1632), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_operator] = ACTIONS(1632), + [anon_sym_friend] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [anon_sym_static_assert] = ACTIONS(1632), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), + [sym_operator_name] = ACTIONS(1632), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1500] = { - [sym_identifier] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [sym_primitive_type] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2885), - [sym_auto] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2885), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2885), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2885), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2885), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2885), - [anon_sym_MOZ_COLD] = ACTIONS(2885), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2885), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2885), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2885), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2885), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2885), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2885), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2885), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2885), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2885), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2885), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2885), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2885), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2885), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2885), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2885), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2885), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_NONNULL] = ACTIONS(2885), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2885), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2885), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2885), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2885), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_NORETURN] = ACTIONS(2885), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2885), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2885), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2885), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2885), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2885), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2885), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2885), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2885), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2885), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2885), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2885), - [anon_sym_MOZ_RAII] = ACTIONS(2885), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2885), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2885), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2885), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2885), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2885), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2885), + [1300] = { + [sym_identifier] = ACTIONS(1596), + [aux_sym_preproc_def_token1] = ACTIONS(1596), + [aux_sym_preproc_if_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1596), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1596), + [sym_preproc_directive] = ACTIONS(1596), + [anon_sym_LPAREN2] = ACTIONS(1598), + [anon_sym_TILDE] = ACTIONS(1598), + [anon_sym_STAR] = ACTIONS(1598), + [anon_sym_AMP_AMP] = ACTIONS(1598), + [anon_sym_AMP] = ACTIONS(1596), + [anon_sym_typedef] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(1596), + [anon_sym___attribute__] = ACTIONS(1596), + [anon_sym___declspec] = ACTIONS(1596), + [anon_sym___based] = ACTIONS(1596), + [anon_sym_RBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_static] = ACTIONS(1596), + [anon_sym_register] = ACTIONS(1596), + [anon_sym_inline] = ACTIONS(1596), + [anon_sym_const] = ACTIONS(1596), + [anon_sym_volatile] = ACTIONS(1596), + [anon_sym_restrict] = ACTIONS(1596), + [anon_sym__Atomic] = ACTIONS(1596), + [anon_sym_mutable] = ACTIONS(1596), + [anon_sym_constexpr] = ACTIONS(1596), + [anon_sym_signed] = ACTIONS(1596), + [anon_sym_unsigned] = ACTIONS(1596), + [anon_sym_long] = ACTIONS(1596), + [anon_sym_short] = ACTIONS(1596), + [sym_primitive_type] = ACTIONS(1596), + [anon_sym_enum] = ACTIONS(1596), + [anon_sym_class] = ACTIONS(1596), + [anon_sym_struct] = ACTIONS(1596), + [anon_sym_union] = ACTIONS(1596), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1596), + [anon_sym_virtual] = ACTIONS(1596), + [anon_sym_explicit] = ACTIONS(1596), + [anon_sym_public] = ACTIONS(1596), + [anon_sym_private] = ACTIONS(1596), + [anon_sym_protected] = ACTIONS(1596), + [sym_auto] = ACTIONS(1596), + [anon_sym_typename] = ACTIONS(1596), + [anon_sym_template] = ACTIONS(1596), + [anon_sym_COLON_COLON] = ACTIONS(1598), + [anon_sym_operator] = ACTIONS(1596), + [anon_sym_friend] = ACTIONS(1596), + [anon_sym_using] = ACTIONS(1596), + [anon_sym_static_assert] = ACTIONS(1596), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1598), + [sym_operator_name] = ACTIONS(1596), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1596), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1596), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1596), + [anon_sym_MOZ_COLD] = ACTIONS(1596), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1596), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1596), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1596), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1596), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1596), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1596), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1596), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1596), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1596), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1596), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1596), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1596), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL] = ACTIONS(1596), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1596), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1596), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN] = ACTIONS(1596), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1596), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1596), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1596), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1596), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1596), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1596), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1596), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1596), + [anon_sym_MOZ_RAII] = ACTIONS(1596), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1596), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1596), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1596), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1596), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1596), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1596), }, - [1501] = { - [sym_attribute_specifier] = STATE(1424), - [sym_ms_declspec_modifier] = STATE(1424), - [sym_storage_class_specifier] = STATE(1424), - [sym_type_qualifier] = STATE(1424), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1424), - [sym_identifier] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym___declspec] = ACTIONS(2975), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [sym_operator_name] = ACTIONS(3014), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(139), - [anon_sym_MOZ_COLD] = ACTIONS(139), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(139), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(139), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(139), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(139), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(139), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(139), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(139), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(139), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(139), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(139), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(139), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(139), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(139), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(139), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(139), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(139), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(139), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(139), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(139), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(139), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(139), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(139), - [anon_sym_MOZ_RAII] = ACTIONS(139), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(139), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(139), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(139), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(139), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(139), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(139), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(139), + [1301] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1622), + [anon_sym_STAR] = ACTIONS(1622), + [anon_sym_AMP_AMP] = ACTIONS(1622), + [anon_sym_AMP] = ACTIONS(1620), + [anon_sym_typedef] = ACTIONS(1620), + [anon_sym_extern] = ACTIONS(1620), + [anon_sym___attribute__] = ACTIONS(1620), + [anon_sym___declspec] = ACTIONS(1620), + [anon_sym___based] = ACTIONS(1620), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_static] = ACTIONS(1620), + [anon_sym_register] = ACTIONS(1620), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1620), + [anon_sym_virtual] = ACTIONS(1620), + [anon_sym_explicit] = ACTIONS(1620), + [anon_sym_public] = ACTIONS(1620), + [anon_sym_private] = ACTIONS(1620), + [anon_sym_protected] = ACTIONS(1620), + [sym_auto] = ACTIONS(1620), + [anon_sym_typename] = ACTIONS(1620), + [anon_sym_template] = ACTIONS(1620), + [anon_sym_COLON_COLON] = ACTIONS(1622), + [anon_sym_operator] = ACTIONS(1620), + [anon_sym_friend] = ACTIONS(1620), + [anon_sym_using] = ACTIONS(1620), + [anon_sym_static_assert] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [sym_operator_name] = ACTIONS(1620), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1502] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), - [anon_sym_COMMA] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(2223), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_EQ] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3064), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [1302] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1622), + [anon_sym_STAR] = ACTIONS(1622), + [anon_sym_AMP_AMP] = ACTIONS(1622), + [anon_sym_AMP] = ACTIONS(1620), + [anon_sym_typedef] = ACTIONS(1620), + [anon_sym_extern] = ACTIONS(1620), + [anon_sym___attribute__] = ACTIONS(1620), + [anon_sym___declspec] = ACTIONS(1620), + [anon_sym___based] = ACTIONS(1620), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1620), + [anon_sym_virtual] = ACTIONS(1620), + [anon_sym_explicit] = ACTIONS(1620), + [anon_sym_public] = ACTIONS(1620), + [anon_sym_private] = ACTIONS(1620), + [anon_sym_protected] = ACTIONS(1620), + [sym_auto] = ACTIONS(1620), + [anon_sym_typename] = ACTIONS(1620), + [anon_sym_template] = ACTIONS(1620), + [anon_sym_COLON_COLON] = ACTIONS(1622), + [anon_sym_operator] = ACTIONS(1620), + [anon_sym_friend] = ACTIONS(1620), + [anon_sym_using] = ACTIONS(1620), + [anon_sym_static_assert] = ACTIONS(1620), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), + [sym_operator_name] = ACTIONS(1620), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1503] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2223), - [anon_sym_COMMA] = ACTIONS(2223), - [anon_sym_LPAREN2] = ACTIONS(2223), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_EQ] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2223), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [1303] = { + [sym_identifier] = 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_TILDE] = ACTIONS(1618), + [anon_sym_STAR] = ACTIONS(1618), + [anon_sym_AMP_AMP] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(1616), + [anon_sym_typedef] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym___attribute__] = ACTIONS(1616), + [anon_sym___declspec] = ACTIONS(1616), + [anon_sym___based] = ACTIONS(1616), + [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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1616), + [anon_sym_virtual] = ACTIONS(1616), + [anon_sym_explicit] = ACTIONS(1616), + [anon_sym_public] = ACTIONS(1616), + [anon_sym_private] = ACTIONS(1616), + [anon_sym_protected] = ACTIONS(1616), + [sym_auto] = ACTIONS(1616), + [anon_sym_typename] = ACTIONS(1616), + [anon_sym_template] = ACTIONS(1616), + [anon_sym_COLON_COLON] = ACTIONS(1618), + [anon_sym_operator] = ACTIONS(1616), + [anon_sym_friend] = ACTIONS(1616), + [anon_sym_using] = ACTIONS(1616), + [anon_sym_static_assert] = ACTIONS(1616), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), + [sym_operator_name] = ACTIONS(1616), + [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = 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), }, - [1504] = { - [sym_template_argument_list] = STATE(1492), - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_LT] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), + [1304] = { + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4486), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5506), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3086), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2879), + [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___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2881), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(2715), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_operator_name] = ACTIONS(133), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1505] = { - [sym_initializer_list] = STATE(3012), - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), + [1305] = { + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4486), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5358), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3086), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(3047), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2879), + [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___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2881), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1506] = { - [sym__expression] = STATE(2511), - [sym_conditional_expression] = STATE(2466), - [sym_assignment_expression] = STATE(2466), - [sym_pointer_expression] = STATE(2468), - [sym_unary_expression] = STATE(2466), - [sym_binary_expression] = STATE(2466), - [sym_update_expression] = STATE(2466), - [sym_cast_expression] = STATE(2466), - [sym_sizeof_expression] = STATE(2466), - [sym_subscript_expression] = STATE(2468), - [sym_call_expression] = STATE(2468), - [sym_field_expression] = STATE(2468), - [sym_compound_literal_expression] = STATE(2466), - [sym_parenthesized_expression] = STATE(2468), - [sym_initializer_list] = STATE(2513), - [sym_char_literal] = STATE(2466), - [sym_concatenated_string] = STATE(2466), - [sym_string_literal] = STATE(2186), - [sym_template_type] = STATE(4733), - [sym_template_function] = STATE(2466), - [sym_new_expression] = STATE(2466), - [sym_delete_expression] = STATE(2466), - [sym_lambda_expression] = STATE(2466), - [sym_lambda_capture_specifier] = STATE(3857), - [sym_parameter_pack_expansion] = STATE(2466), - [sym_scoped_identifier] = STATE(2471), - [sym_scoped_type_identifier] = STATE(4441), - [sym_scoped_namespace_identifier] = STATE(3895), - [sym_identifier] = ACTIONS(3150), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_RPAREN] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3154), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3158), - [anon_sym_DASH] = ACTIONS(3156), - [anon_sym_PLUS] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(996), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3160), - [anon_sym_GT_GT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3152), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3152), - [anon_sym_EQ] = ACTIONS(3160), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_STAR_EQ] = ACTIONS(3152), - [anon_sym_SLASH_EQ] = ACTIONS(3152), - [anon_sym_PERCENT_EQ] = ACTIONS(3152), - [anon_sym_PLUS_EQ] = ACTIONS(3152), - [anon_sym_DASH_EQ] = ACTIONS(3152), - [anon_sym_LT_LT_EQ] = ACTIONS(3152), - [anon_sym_GT_GT_EQ] = ACTIONS(3152), - [anon_sym_AMP_EQ] = ACTIONS(3152), - [anon_sym_CARET_EQ] = ACTIONS(3152), - [anon_sym_PIPE_EQ] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3168), - [anon_sym_PLUS_PLUS] = ACTIONS(3168), - [anon_sym_sizeof] = ACTIONS(3170), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3172), - [anon_sym_L_SQUOTE] = ACTIONS(3174), - [anon_sym_u_SQUOTE] = ACTIONS(3174), - [anon_sym_U_SQUOTE] = ACTIONS(3174), - [anon_sym_u8_SQUOTE] = ACTIONS(3174), - [anon_sym_SQUOTE] = ACTIONS(3174), - [anon_sym_L_DQUOTE] = ACTIONS(3176), - [anon_sym_u_DQUOTE] = ACTIONS(3176), - [anon_sym_U_DQUOTE] = ACTIONS(3176), - [anon_sym_u8_DQUOTE] = ACTIONS(3176), - [anon_sym_DQUOTE] = ACTIONS(3176), - [sym_true] = ACTIONS(3178), - [sym_false] = ACTIONS(3178), - [sym_null] = ACTIONS(3178), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3180), - [anon_sym_delete] = ACTIONS(3182), - [anon_sym_new] = ACTIONS(3184), - [sym_this] = ACTIONS(3178), - [sym_nullptr] = ACTIONS(3178), - [sym_raw_string_literal] = ACTIONS(3186), - }, - [1507] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2279), - [anon_sym_COMMA] = ACTIONS(2279), - [anon_sym_RPAREN] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2276), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_AMP_AMP] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_LT] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2279), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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_COLON_COLON] = ACTIONS(2288), - [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), - }, - [1508] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2261), - [anon_sym_COMMA] = ACTIONS(2261), - [anon_sym_RPAREN] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_STAR] = ACTIONS(2261), - [anon_sym_AMP_AMP] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(2254), - [anon_sym_LT] = ACTIONS(2258), - [anon_sym_SEMI] = ACTIONS(2256), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACK] = ACTIONS(2258), - [anon_sym_EQ] = ACTIONS(2261), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_operator_name] = ACTIONS(133), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1509] = { - [sym_argument_list] = STATE(2448), - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(3188), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), + [1306] = { + [sym_template_argument_list] = STATE(1083), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2897), + [anon_sym_COMMA] = ACTIONS(2897), + [anon_sym_RPAREN] = ACTIONS(2897), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2899), + [anon_sym_PLUS] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_SLASH] = ACTIONS(2899), + [anon_sym_PERCENT] = ACTIONS(2897), + [anon_sym_PIPE_PIPE] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_PIPE] = ACTIONS(2899), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_EQ_EQ] = ACTIONS(2897), + [anon_sym_BANG_EQ] = ACTIONS(2897), + [anon_sym_GT] = ACTIONS(2899), + [anon_sym_GT_EQ] = ACTIONS(2897), + [anon_sym_LT_EQ] = ACTIONS(2897), + [anon_sym_LT] = ACTIONS(2901), + [anon_sym_LT_LT] = ACTIONS(2897), + [anon_sym_GT_GT] = ACTIONS(2897), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym_extern] = ACTIONS(2897), + [anon_sym___attribute__] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_RBRACE] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_RBRACK] = ACTIONS(2897), + [anon_sym_EQ] = ACTIONS(2899), + [anon_sym_static] = ACTIONS(2897), + [anon_sym_register] = ACTIONS(2897), + [anon_sym_inline] = ACTIONS(2897), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_volatile] = ACTIONS(2897), + [anon_sym_restrict] = ACTIONS(2897), + [anon_sym__Atomic] = ACTIONS(2897), + [anon_sym_mutable] = ACTIONS(2897), + [anon_sym_constexpr] = ACTIONS(2897), + [anon_sym_COLON] = ACTIONS(2899), + [anon_sym_QMARK] = ACTIONS(2897), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_DOT] = ACTIONS(2899), + [anon_sym_DASH_GT] = ACTIONS(2897), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [anon_sym_final] = ACTIONS(2897), + [anon_sym_override] = ACTIONS(2897), + [anon_sym_COLON_COLON] = ACTIONS(2903), + [anon_sym_noexcept] = ACTIONS(2897), + [anon_sym_throw] = ACTIONS(2897), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2897), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2897), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2897), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2897), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2897), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2897), + [anon_sym_MOZ_COLD] = ACTIONS(2897), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2897), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2897), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2897), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2897), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2897), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2897), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2897), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2897), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2897), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2897), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2897), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2897), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2897), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2897), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2897), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2897), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2897), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2897), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2897), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_NONNULL] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2897), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2897), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2897), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2897), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2897), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2897), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2897), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2897), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2897), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2897), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2897), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2897), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2897), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2897), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2897), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2897), + [anon_sym_MOZ_RAII] = ACTIONS(2897), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2897), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2897), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2897), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2897), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2897), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2897), }, - [1510] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2307), - [anon_sym_COMMA] = ACTIONS(2307), - [anon_sym_RPAREN] = ACTIONS(2304), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2300), - [anon_sym_LT] = ACTIONS(2304), - [anon_sym_SEMI] = ACTIONS(2302), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACK] = ACTIONS(2304), - [anon_sym_EQ] = ACTIONS(2307), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), + [1307] = { + [sym_template_argument_list] = STATE(1083), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2223), + [anon_sym_PLUS] = ACTIONS(2223), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_SLASH] = ACTIONS(2223), + [anon_sym_PERCENT] = ACTIONS(2231), + [anon_sym_PIPE_PIPE] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_PIPE] = ACTIONS(2223), + [anon_sym_CARET] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_EQ_EQ] = ACTIONS(2231), + [anon_sym_BANG_EQ] = ACTIONS(2231), + [anon_sym_GT] = ACTIONS(2223), + [anon_sym_GT_EQ] = ACTIONS(2231), + [anon_sym_LT_EQ] = ACTIONS(2231), + [anon_sym_LT] = ACTIONS(2901), + [anon_sym_LT_LT] = ACTIONS(2231), + [anon_sym_GT_GT] = ACTIONS(2231), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2231), + [anon_sym___attribute__] = ACTIONS(2231), + [anon_sym___declspec] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_RBRACE] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_RBRACK] = ACTIONS(2231), + [anon_sym_EQ] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_register] = ACTIONS(2231), + [anon_sym_inline] = ACTIONS(2231), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2231), + [anon_sym_restrict] = ACTIONS(2231), + [anon_sym__Atomic] = ACTIONS(2231), + [anon_sym_mutable] = ACTIONS(2231), + [anon_sym_constexpr] = ACTIONS(2231), + [anon_sym_COLON] = ACTIONS(2223), + [anon_sym_QMARK] = ACTIONS(2231), + [anon_sym_DASH_DASH] = ACTIONS(2231), + [anon_sym_PLUS_PLUS] = ACTIONS(2231), + [anon_sym_DOT] = ACTIONS(2223), + [anon_sym_DASH_GT] = ACTIONS(2231), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2231), + [anon_sym_override] = ACTIONS(2231), + [anon_sym_COLON_COLON] = ACTIONS(2903), + [anon_sym_noexcept] = ACTIONS(2231), + [anon_sym_throw] = ACTIONS(2231), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2231), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2231), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2231), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2231), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2231), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2231), + [anon_sym_MOZ_COLD] = ACTIONS(2231), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2231), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2231), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2231), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2231), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2231), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2231), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2231), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2231), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2231), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2231), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2231), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2231), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2231), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2231), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2231), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2231), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2231), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2231), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2231), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2231), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2231), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2231), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2231), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2231), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2231), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2231), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2231), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2231), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2231), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2231), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2231), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2231), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2231), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2231), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2231), + [anon_sym_MOZ_RAII] = ACTIONS(2231), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2231), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2231), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2231), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2231), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2231), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2231), }, - [1511] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2835), - [anon_sym_COMMA] = ACTIONS(2835), - [anon_sym_RPAREN] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2835), - [anon_sym_AMP_AMP] = ACTIONS(2835), - [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_EQ] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), + [1308] = { + [sym__declaration_specifiers] = STATE(2879), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(5028), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_optional_parameter_declaration] = STATE(5028), + [sym_variadic_parameter_declaration] = STATE(5028), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2905), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), - }, - [1512] = { - [sym_template_argument_list] = STATE(1526), - [sym_identifier] = ACTIONS(2215), - [anon_sym_LPAREN2] = ACTIONS(3131), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(2223), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_EQ] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [anon_sym_COLON] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1513] = { - [sym_identifier] = ACTIONS(2895), - [anon_sym_extern] = ACTIONS(2895), - [anon_sym___attribute__] = ACTIONS(2895), - [anon_sym___declspec] = ACTIONS(2895), - [anon_sym_static] = ACTIONS(2895), - [anon_sym_register] = ACTIONS(2895), - [anon_sym_inline] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_volatile] = ACTIONS(2895), - [anon_sym_restrict] = ACTIONS(2895), - [anon_sym__Atomic] = ACTIONS(2895), - [anon_sym_mutable] = ACTIONS(2895), - [anon_sym_constexpr] = ACTIONS(2895), - [anon_sym_signed] = ACTIONS(2895), - [anon_sym_unsigned] = ACTIONS(2895), - [anon_sym_long] = ACTIONS(2895), - [anon_sym_short] = ACTIONS(2895), - [sym_primitive_type] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_class] = ACTIONS(2895), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2895), - [sym_auto] = ACTIONS(2895), - [anon_sym_typename] = ACTIONS(2895), - [anon_sym_COLON_COLON] = ACTIONS(2897), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2895), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2895), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2895), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2895), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2895), - [anon_sym_MOZ_COLD] = ACTIONS(2895), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2895), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2895), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2895), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2895), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2895), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2895), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2895), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2895), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2895), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2895), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2895), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2895), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2895), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2895), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2895), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2895), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_NONNULL] = ACTIONS(2895), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2895), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2895), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2895), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2895), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_NORETURN] = ACTIONS(2895), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2895), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2895), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2895), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2895), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2895), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2895), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2895), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2895), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2895), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2895), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2895), - [anon_sym_MOZ_RAII] = ACTIONS(2895), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2895), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2895), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2895), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2895), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2895), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2895), + [1309] = { + [sym_identifier] = ACTIONS(2405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2407), + [anon_sym_COMMA] = ACTIONS(2407), + [anon_sym_LPAREN2] = ACTIONS(2407), + [anon_sym_TILDE] = ACTIONS(2407), + [anon_sym_DASH] = ACTIONS(2405), + [anon_sym_PLUS] = ACTIONS(2405), + [anon_sym_STAR] = ACTIONS(2407), + [anon_sym_SLASH] = ACTIONS(2405), + [anon_sym_PERCENT] = ACTIONS(2407), + [anon_sym_PIPE_PIPE] = ACTIONS(2407), + [anon_sym_AMP_AMP] = ACTIONS(2407), + [anon_sym_PIPE] = ACTIONS(2405), + [anon_sym_CARET] = ACTIONS(2407), + [anon_sym_AMP] = ACTIONS(2405), + [anon_sym_EQ_EQ] = ACTIONS(2407), + [anon_sym_BANG_EQ] = ACTIONS(2407), + [anon_sym_GT] = ACTIONS(2405), + [anon_sym_GT_EQ] = ACTIONS(2405), + [anon_sym_LT_EQ] = ACTIONS(2407), + [anon_sym_LT] = ACTIONS(2405), + [anon_sym_LT_LT] = ACTIONS(2407), + [anon_sym_GT_GT] = ACTIONS(2405), + [anon_sym_extern] = ACTIONS(2405), + [anon_sym___attribute__] = ACTIONS(2405), + [anon_sym___declspec] = ACTIONS(2405), + [anon_sym___based] = ACTIONS(2405), + [anon_sym_LBRACE] = ACTIONS(2407), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_EQ] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2405), + [anon_sym_register] = ACTIONS(2405), + [anon_sym_inline] = ACTIONS(2405), + [anon_sym_const] = ACTIONS(2405), + [anon_sym_volatile] = ACTIONS(2405), + [anon_sym_restrict] = ACTIONS(2405), + [anon_sym__Atomic] = ACTIONS(2405), + [anon_sym_mutable] = ACTIONS(2405), + [anon_sym_constexpr] = ACTIONS(2405), + [anon_sym_QMARK] = ACTIONS(2407), + [anon_sym_DASH_DASH] = ACTIONS(2407), + [anon_sym_PLUS_PLUS] = ACTIONS(2407), + [anon_sym_DOT] = ACTIONS(2405), + [anon_sym_DASH_GT] = ACTIONS(2407), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2405), + [anon_sym_override] = ACTIONS(2405), + [anon_sym_GT2] = ACTIONS(2407), + [anon_sym_COLON_COLON] = ACTIONS(2407), + [anon_sym_noexcept] = ACTIONS(2405), + [anon_sym_throw] = ACTIONS(2405), + [sym_operator_name] = ACTIONS(2405), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2405), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2405), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2405), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2405), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2405), + [anon_sym_MOZ_COLD] = ACTIONS(2405), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2405), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2405), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2405), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2405), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2405), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2405), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2405), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2405), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2405), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2405), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2405), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2405), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2405), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2405), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2405), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2405), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_NONNULL] = ACTIONS(2405), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2405), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2405), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2405), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2405), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_NORETURN] = ACTIONS(2405), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2405), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2405), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2405), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2405), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2405), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2405), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2405), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2405), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2405), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2405), + [anon_sym_MOZ_RAII] = ACTIONS(2405), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2405), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2405), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2405), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2405), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2405), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2405), }, - [1514] = { - [sym_identifier] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = 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_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [sym_primitive_type] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3193), - [sym_auto] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [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), + [1310] = { + [sym_identifier] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2695), + [anon_sym_COMMA] = ACTIONS(2695), + [anon_sym_LPAREN2] = ACTIONS(2695), + [anon_sym_TILDE] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_SLASH] = ACTIONS(2693), + [anon_sym_PERCENT] = ACTIONS(2695), + [anon_sym_PIPE_PIPE] = ACTIONS(2695), + [anon_sym_AMP_AMP] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2693), + [anon_sym_EQ_EQ] = ACTIONS(2695), + [anon_sym_BANG_EQ] = ACTIONS(2695), + [anon_sym_GT] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2695), + [anon_sym_LT] = ACTIONS(2693), + [anon_sym_LT_LT] = ACTIONS(2695), + [anon_sym_GT_GT] = ACTIONS(2693), + [anon_sym_extern] = ACTIONS(2693), + [anon_sym___attribute__] = ACTIONS(2693), + [anon_sym___declspec] = ACTIONS(2693), + [anon_sym___based] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2695), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_EQ] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_register] = ACTIONS(2693), + [anon_sym_inline] = ACTIONS(2693), + [anon_sym_const] = ACTIONS(2693), + [anon_sym_volatile] = ACTIONS(2693), + [anon_sym_restrict] = ACTIONS(2693), + [anon_sym__Atomic] = ACTIONS(2693), + [anon_sym_mutable] = ACTIONS(2693), + [anon_sym_constexpr] = ACTIONS(2693), + [anon_sym_QMARK] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2695), + [anon_sym_PLUS_PLUS] = ACTIONS(2695), + [anon_sym_DOT] = ACTIONS(2693), + [anon_sym_DASH_GT] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2693), + [anon_sym_override] = ACTIONS(2693), + [anon_sym_GT2] = ACTIONS(2695), + [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_noexcept] = ACTIONS(2693), + [anon_sym_throw] = ACTIONS(2693), + [sym_operator_name] = ACTIONS(2693), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2693), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2693), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2693), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2693), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2693), + [anon_sym_MOZ_COLD] = ACTIONS(2693), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2693), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2693), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2693), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2693), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2693), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2693), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2693), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2693), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2693), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2693), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2693), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2693), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2693), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2693), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2693), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2693), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_NONNULL] = ACTIONS(2693), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2693), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2693), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2693), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2693), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_NORETURN] = ACTIONS(2693), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2693), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2693), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2693), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2693), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2693), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2693), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2693), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2693), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2693), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2693), + [anon_sym_MOZ_RAII] = ACTIONS(2693), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2693), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2693), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2693), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2693), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2693), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2693), }, - [1515] = { - [sym_enumerator_list] = STATE(819), - [sym__enum_base_clause] = STATE(846), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3107), - [anon_sym_SEMI] = ACTIONS(3109), - [anon_sym_extern] = ACTIONS(3107), - [anon_sym___attribute__] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3107), - [anon_sym___based] = ACTIONS(3107), - [anon_sym_LBRACE] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3109), - [anon_sym_static] = ACTIONS(3107), - [anon_sym_register] = ACTIONS(3107), - [anon_sym_inline] = ACTIONS(3107), - [anon_sym_const] = ACTIONS(3107), - [anon_sym_volatile] = ACTIONS(3107), - [anon_sym_restrict] = ACTIONS(3107), - [anon_sym__Atomic] = ACTIONS(3107), - [anon_sym_mutable] = ACTIONS(3107), - [anon_sym_constexpr] = ACTIONS(3107), - [anon_sym_COLON] = ACTIONS(3107), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3109), - [sym_operator_name] = ACTIONS(3107), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3107), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3107), - [anon_sym_MOZ_COLD] = ACTIONS(3107), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3107), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3107), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3107), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3107), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3107), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3107), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3107), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3107), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3107), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3107), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3107), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3107), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL] = ACTIONS(3107), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3107), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3107), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN] = ACTIONS(3107), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3107), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3107), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3107), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3107), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3107), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3107), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3107), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3107), - [anon_sym_MOZ_RAII] = ACTIONS(3107), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3107), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3107), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3107), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3107), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3107), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3107), + [1311] = { + [sym_identifier] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2427), + [anon_sym_COMMA] = ACTIONS(2427), + [anon_sym_LPAREN2] = ACTIONS(2427), + [anon_sym_TILDE] = ACTIONS(2427), + [anon_sym_DASH] = ACTIONS(2425), + [anon_sym_PLUS] = ACTIONS(2425), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_SLASH] = ACTIONS(2425), + [anon_sym_PERCENT] = ACTIONS(2427), + [anon_sym_PIPE_PIPE] = ACTIONS(2427), + [anon_sym_AMP_AMP] = ACTIONS(2427), + [anon_sym_PIPE] = ACTIONS(2425), + [anon_sym_CARET] = ACTIONS(2427), + [anon_sym_AMP] = ACTIONS(2425), + [anon_sym_EQ_EQ] = ACTIONS(2427), + [anon_sym_BANG_EQ] = ACTIONS(2427), + [anon_sym_GT] = ACTIONS(2425), + [anon_sym_GT_EQ] = ACTIONS(2425), + [anon_sym_LT_EQ] = ACTIONS(2427), + [anon_sym_LT] = ACTIONS(2425), + [anon_sym_LT_LT] = ACTIONS(2427), + [anon_sym_GT_GT] = ACTIONS(2425), + [anon_sym_extern] = ACTIONS(2425), + [anon_sym___attribute__] = ACTIONS(2425), + [anon_sym___declspec] = ACTIONS(2425), + [anon_sym___based] = ACTIONS(2425), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_EQ] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_register] = ACTIONS(2425), + [anon_sym_inline] = ACTIONS(2425), + [anon_sym_const] = ACTIONS(2425), + [anon_sym_volatile] = ACTIONS(2425), + [anon_sym_restrict] = ACTIONS(2425), + [anon_sym__Atomic] = ACTIONS(2425), + [anon_sym_mutable] = ACTIONS(2425), + [anon_sym_constexpr] = ACTIONS(2425), + [anon_sym_QMARK] = ACTIONS(2427), + [anon_sym_DASH_DASH] = ACTIONS(2427), + [anon_sym_PLUS_PLUS] = ACTIONS(2427), + [anon_sym_DOT] = ACTIONS(2425), + [anon_sym_DASH_GT] = ACTIONS(2427), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2425), + [anon_sym_override] = ACTIONS(2425), + [anon_sym_GT2] = ACTIONS(2427), + [anon_sym_COLON_COLON] = ACTIONS(2427), + [anon_sym_noexcept] = ACTIONS(2425), + [anon_sym_throw] = ACTIONS(2425), + [sym_operator_name] = ACTIONS(2425), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2425), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2425), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2425), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2425), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2425), + [anon_sym_MOZ_COLD] = ACTIONS(2425), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2425), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2425), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2425), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2425), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2425), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2425), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2425), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2425), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2425), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2425), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2425), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2425), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2425), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2425), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2425), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2425), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_NONNULL] = ACTIONS(2425), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2425), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2425), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2425), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2425), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_NORETURN] = ACTIONS(2425), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2425), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2425), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2425), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2425), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2425), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2425), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2425), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2425), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2425), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2425), + [anon_sym_MOZ_RAII] = ACTIONS(2425), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2425), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2425), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2425), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2425), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2425), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2425), }, - [1516] = { - [sym_identifier] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [sym_primitive_type] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2951), - [sym_auto] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2951), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2951), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2951), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2951), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2951), - [anon_sym_MOZ_COLD] = ACTIONS(2951), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2951), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2951), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2951), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2951), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2951), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2951), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2951), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2951), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2951), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2951), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2951), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2951), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2951), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2951), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2951), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2951), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_NONNULL] = ACTIONS(2951), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2951), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2951), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2951), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2951), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_NORETURN] = ACTIONS(2951), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2951), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2951), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2951), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2951), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2951), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2951), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2951), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2951), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2951), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2951), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2951), - [anon_sym_MOZ_RAII] = ACTIONS(2951), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2951), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2951), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2951), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2951), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2951), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2951), + [1312] = { + [sym_identifier] = ACTIONS(2553), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2555), + [anon_sym_COMMA] = ACTIONS(2555), + [anon_sym_LPAREN2] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_SLASH] = ACTIONS(2553), + [anon_sym_PERCENT] = ACTIONS(2555), + [anon_sym_PIPE_PIPE] = ACTIONS(2555), + [anon_sym_AMP_AMP] = ACTIONS(2555), + [anon_sym_PIPE] = ACTIONS(2553), + [anon_sym_CARET] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2553), + [anon_sym_EQ_EQ] = ACTIONS(2555), + [anon_sym_BANG_EQ] = ACTIONS(2555), + [anon_sym_GT] = ACTIONS(2553), + [anon_sym_GT_EQ] = ACTIONS(2553), + [anon_sym_LT_EQ] = ACTIONS(2555), + [anon_sym_LT] = ACTIONS(2553), + [anon_sym_LT_LT] = ACTIONS(2555), + [anon_sym_GT_GT] = ACTIONS(2553), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym___attribute__] = ACTIONS(2553), + [anon_sym___declspec] = ACTIONS(2553), + [anon_sym___based] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_LBRACK] = ACTIONS(2555), + [anon_sym_EQ] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_inline] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym__Atomic] = ACTIONS(2553), + [anon_sym_mutable] = ACTIONS(2553), + [anon_sym_constexpr] = ACTIONS(2553), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_DOT] = ACTIONS(2553), + [anon_sym_DASH_GT] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2553), + [anon_sym_override] = ACTIONS(2553), + [anon_sym_GT2] = ACTIONS(2555), + [anon_sym_COLON_COLON] = ACTIONS(2555), + [anon_sym_noexcept] = ACTIONS(2553), + [anon_sym_throw] = ACTIONS(2553), + [sym_operator_name] = ACTIONS(2553), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2553), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2553), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2553), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2553), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2553), + [anon_sym_MOZ_COLD] = ACTIONS(2553), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2553), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2553), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2553), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2553), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2553), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2553), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2553), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2553), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2553), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2553), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2553), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2553), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2553), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2553), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2553), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2553), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_NONNULL] = ACTIONS(2553), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2553), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2553), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2553), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2553), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_NORETURN] = ACTIONS(2553), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2553), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2553), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2553), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2553), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2553), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2553), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2553), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2553), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2553), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2553), + [anon_sym_MOZ_RAII] = ACTIONS(2553), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2553), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2553), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2553), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2553), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2553), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2553), }, - [1517] = { - [sym_enumerator_list] = STATE(930), - [sym__enum_base_clause] = STATE(863), - [sym_identifier] = ACTIONS(3113), - [anon_sym_LPAREN2] = ACTIONS(3115), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_extern] = ACTIONS(3113), - [anon_sym___attribute__] = ACTIONS(3113), - [anon_sym___declspec] = ACTIONS(3113), - [anon_sym___based] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_EQ] = ACTIONS(3115), - [anon_sym_static] = ACTIONS(3113), - [anon_sym_register] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_volatile] = ACTIONS(3113), - [anon_sym_restrict] = ACTIONS(3113), - [anon_sym__Atomic] = ACTIONS(3113), - [anon_sym_mutable] = ACTIONS(3113), - [anon_sym_constexpr] = ACTIONS(3113), - [anon_sym_COLON] = ACTIONS(3113), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [sym_operator_name] = ACTIONS(3113), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3113), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3113), - [anon_sym_MOZ_COLD] = ACTIONS(3113), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3113), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3113), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3113), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3113), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3113), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3113), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3113), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3113), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3113), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3113), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3113), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3113), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL] = ACTIONS(3113), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3113), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3113), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN] = ACTIONS(3113), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3113), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3113), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3113), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3113), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3113), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3113), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3113), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3113), - [anon_sym_MOZ_RAII] = ACTIONS(3113), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3113), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3113), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3113), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3113), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3113), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3113), + [1313] = { + [sym_identifier] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2631), + [anon_sym_COMMA] = ACTIONS(2631), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_TILDE] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2631), + [anon_sym_PIPE_PIPE] = ACTIONS(2631), + [anon_sym_AMP_AMP] = ACTIONS(2631), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2631), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2631), + [anon_sym_BANG_EQ] = ACTIONS(2631), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2631), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2631), + [anon_sym_GT_GT] = ACTIONS(2629), + [anon_sym_extern] = ACTIONS(2629), + [anon_sym___attribute__] = ACTIONS(2629), + [anon_sym___declspec] = ACTIONS(2629), + [anon_sym___based] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2631), + [anon_sym_LBRACK] = ACTIONS(2631), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_static] = ACTIONS(2629), + [anon_sym_register] = ACTIONS(2629), + [anon_sym_inline] = ACTIONS(2629), + [anon_sym_const] = ACTIONS(2629), + [anon_sym_volatile] = ACTIONS(2629), + [anon_sym_restrict] = ACTIONS(2629), + [anon_sym__Atomic] = ACTIONS(2629), + [anon_sym_mutable] = ACTIONS(2629), + [anon_sym_constexpr] = ACTIONS(2629), + [anon_sym_QMARK] = ACTIONS(2631), + [anon_sym_DASH_DASH] = ACTIONS(2631), + [anon_sym_PLUS_PLUS] = ACTIONS(2631), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2629), + [anon_sym_override] = ACTIONS(2629), + [anon_sym_GT2] = ACTIONS(2631), + [anon_sym_COLON_COLON] = ACTIONS(2631), + [anon_sym_noexcept] = ACTIONS(2629), + [anon_sym_throw] = ACTIONS(2629), + [sym_operator_name] = ACTIONS(2629), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2629), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2629), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2629), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2629), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2629), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2629), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2629), + [anon_sym_MOZ_COLD] = ACTIONS(2629), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2629), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2629), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2629), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2629), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2629), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2629), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2629), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2629), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2629), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2629), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2629), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2629), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2629), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2629), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2629), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2629), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2629), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2629), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2629), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_NONNULL] = ACTIONS(2629), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2629), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2629), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2629), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2629), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2629), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_NORETURN] = ACTIONS(2629), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2629), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2629), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2629), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2629), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2629), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2629), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2629), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2629), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2629), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2629), + [anon_sym_MOZ_RAII] = ACTIONS(2629), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2629), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2629), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2629), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2629), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2629), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2629), }, - [1518] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), - [anon_sym_COMMA] = ACTIONS(2715), - [anon_sym_RPAREN] = ACTIONS(2715), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3197), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [1314] = { + [sym_identifier] = ACTIONS(2545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2547), + [anon_sym_COMMA] = ACTIONS(2547), + [anon_sym_LPAREN2] = ACTIONS(2547), + [anon_sym_TILDE] = ACTIONS(2547), + [anon_sym_DASH] = ACTIONS(2545), + [anon_sym_PLUS] = ACTIONS(2545), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_SLASH] = ACTIONS(2545), + [anon_sym_PERCENT] = ACTIONS(2547), + [anon_sym_PIPE_PIPE] = ACTIONS(2547), + [anon_sym_AMP_AMP] = ACTIONS(2547), + [anon_sym_PIPE] = ACTIONS(2545), + [anon_sym_CARET] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2545), + [anon_sym_EQ_EQ] = ACTIONS(2547), + [anon_sym_BANG_EQ] = ACTIONS(2547), + [anon_sym_GT] = ACTIONS(2545), + [anon_sym_GT_EQ] = ACTIONS(2545), + [anon_sym_LT_EQ] = ACTIONS(2547), + [anon_sym_LT] = ACTIONS(2545), + [anon_sym_LT_LT] = ACTIONS(2547), + [anon_sym_GT_GT] = ACTIONS(2545), + [anon_sym_extern] = ACTIONS(2545), + [anon_sym___attribute__] = ACTIONS(2545), + [anon_sym___declspec] = ACTIONS(2545), + [anon_sym___based] = ACTIONS(2545), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_EQ] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_register] = ACTIONS(2545), + [anon_sym_inline] = ACTIONS(2545), + [anon_sym_const] = ACTIONS(2545), + [anon_sym_volatile] = ACTIONS(2545), + [anon_sym_restrict] = ACTIONS(2545), + [anon_sym__Atomic] = ACTIONS(2545), + [anon_sym_mutable] = ACTIONS(2545), + [anon_sym_constexpr] = ACTIONS(2545), + [anon_sym_QMARK] = ACTIONS(2547), + [anon_sym_DASH_DASH] = ACTIONS(2547), + [anon_sym_PLUS_PLUS] = ACTIONS(2547), + [anon_sym_DOT] = ACTIONS(2545), + [anon_sym_DASH_GT] = ACTIONS(2547), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2545), + [anon_sym_override] = ACTIONS(2545), + [anon_sym_GT2] = ACTIONS(2547), + [anon_sym_COLON_COLON] = ACTIONS(2547), + [anon_sym_noexcept] = ACTIONS(2545), + [anon_sym_throw] = ACTIONS(2545), + [sym_operator_name] = ACTIONS(2545), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2545), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2545), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2545), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2545), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2545), + [anon_sym_MOZ_COLD] = ACTIONS(2545), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2545), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2545), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2545), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2545), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2545), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2545), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2545), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2545), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2545), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2545), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2545), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2545), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2545), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2545), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2545), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2545), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_NONNULL] = ACTIONS(2545), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2545), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2545), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2545), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2545), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_NORETURN] = ACTIONS(2545), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2545), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2545), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2545), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2545), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2545), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2545), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2545), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2545), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2545), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2545), + [anon_sym_MOZ_RAII] = ACTIONS(2545), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2545), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2545), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2545), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2545), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2545), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2545), }, - [1519] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_LPAREN2] = ACTIONS(2276), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_AMP_AMP] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_LT] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2274), - [anon_sym_EQ] = ACTIONS(2279), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2288), - [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), + [1315] = { + [sym_identifier] = ACTIONS(2541), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2543), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_LPAREN2] = ACTIONS(2543), + [anon_sym_TILDE] = ACTIONS(2543), + [anon_sym_DASH] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2541), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_SLASH] = ACTIONS(2541), + [anon_sym_PERCENT] = ACTIONS(2543), + [anon_sym_PIPE_PIPE] = ACTIONS(2543), + [anon_sym_AMP_AMP] = ACTIONS(2543), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2543), + [anon_sym_AMP] = ACTIONS(2541), + [anon_sym_EQ_EQ] = ACTIONS(2543), + [anon_sym_BANG_EQ] = ACTIONS(2543), + [anon_sym_GT] = ACTIONS(2541), + [anon_sym_GT_EQ] = ACTIONS(2541), + [anon_sym_LT_EQ] = ACTIONS(2543), + [anon_sym_LT] = ACTIONS(2541), + [anon_sym_LT_LT] = ACTIONS(2543), + [anon_sym_GT_GT] = ACTIONS(2541), + [anon_sym_extern] = ACTIONS(2541), + [anon_sym___attribute__] = ACTIONS(2541), + [anon_sym___declspec] = ACTIONS(2541), + [anon_sym___based] = ACTIONS(2541), + [anon_sym_LBRACE] = ACTIONS(2543), + [anon_sym_LBRACK] = ACTIONS(2543), + [anon_sym_EQ] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_register] = ACTIONS(2541), + [anon_sym_inline] = ACTIONS(2541), + [anon_sym_const] = ACTIONS(2541), + [anon_sym_volatile] = ACTIONS(2541), + [anon_sym_restrict] = ACTIONS(2541), + [anon_sym__Atomic] = ACTIONS(2541), + [anon_sym_mutable] = ACTIONS(2541), + [anon_sym_constexpr] = ACTIONS(2541), + [anon_sym_QMARK] = ACTIONS(2543), + [anon_sym_DASH_DASH] = ACTIONS(2543), + [anon_sym_PLUS_PLUS] = ACTIONS(2543), + [anon_sym_DOT] = ACTIONS(2541), + [anon_sym_DASH_GT] = ACTIONS(2543), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2541), + [anon_sym_override] = ACTIONS(2541), + [anon_sym_GT2] = ACTIONS(2543), + [anon_sym_COLON_COLON] = ACTIONS(2543), + [anon_sym_noexcept] = ACTIONS(2541), + [anon_sym_throw] = ACTIONS(2541), + [sym_operator_name] = ACTIONS(2541), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2541), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2541), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2541), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2541), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2541), + [anon_sym_MOZ_COLD] = ACTIONS(2541), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2541), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2541), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2541), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2541), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2541), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2541), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2541), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2541), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2541), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2541), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2541), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2541), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2541), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2541), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2541), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2541), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_NONNULL] = ACTIONS(2541), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2541), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2541), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2541), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2541), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_NORETURN] = ACTIONS(2541), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2541), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2541), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2541), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2541), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2541), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2541), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2541), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2541), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2541), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2541), + [anon_sym_MOZ_RAII] = ACTIONS(2541), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2541), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2541), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2541), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2541), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2541), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2541), }, - [1520] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_STAR] = ACTIONS(2261), - [anon_sym_AMP_AMP] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(2254), - [anon_sym_LT] = ACTIONS(2258), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACE] = ACTIONS(2261), - [anon_sym_LBRACK] = ACTIONS(2256), - [anon_sym_EQ] = ACTIONS(2261), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_COLON] = ACTIONS(2254), + [1316] = { + [sym_identifier] = ACTIONS(2681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2683), + [anon_sym_COMMA] = ACTIONS(2683), + [anon_sym_LPAREN2] = ACTIONS(2683), + [anon_sym_TILDE] = ACTIONS(2683), + [anon_sym_DASH] = ACTIONS(2681), + [anon_sym_PLUS] = ACTIONS(2681), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_SLASH] = ACTIONS(2681), + [anon_sym_PERCENT] = ACTIONS(2683), + [anon_sym_PIPE_PIPE] = ACTIONS(2683), + [anon_sym_AMP_AMP] = ACTIONS(2683), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_CARET] = ACTIONS(2683), + [anon_sym_AMP] = ACTIONS(2681), + [anon_sym_EQ_EQ] = ACTIONS(2683), + [anon_sym_BANG_EQ] = ACTIONS(2683), + [anon_sym_GT] = ACTIONS(2681), + [anon_sym_GT_EQ] = ACTIONS(2681), + [anon_sym_LT_EQ] = ACTIONS(2683), + [anon_sym_LT] = ACTIONS(2681), + [anon_sym_LT_LT] = ACTIONS(2683), + [anon_sym_GT_GT] = ACTIONS(2681), + [anon_sym_extern] = ACTIONS(2681), + [anon_sym___attribute__] = ACTIONS(2681), + [anon_sym___declspec] = ACTIONS(2681), + [anon_sym___based] = ACTIONS(2681), + [anon_sym_LBRACE] = ACTIONS(2683), + [anon_sym_LBRACK] = ACTIONS(2683), + [anon_sym_EQ] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_register] = ACTIONS(2681), + [anon_sym_inline] = ACTIONS(2681), + [anon_sym_const] = ACTIONS(2681), + [anon_sym_volatile] = ACTIONS(2681), + [anon_sym_restrict] = ACTIONS(2681), + [anon_sym__Atomic] = ACTIONS(2681), + [anon_sym_mutable] = ACTIONS(2681), + [anon_sym_constexpr] = ACTIONS(2681), + [anon_sym_QMARK] = ACTIONS(2683), + [anon_sym_DASH_DASH] = ACTIONS(2683), + [anon_sym_PLUS_PLUS] = ACTIONS(2683), + [anon_sym_DOT] = ACTIONS(2681), + [anon_sym_DASH_GT] = ACTIONS(2683), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [1521] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2300), - [anon_sym_LT] = ACTIONS(2304), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2302), - [anon_sym_EQ] = ACTIONS(2307), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [anon_sym_COLON] = ACTIONS(2300), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), - }, - [1522] = { - [sym_identifier] = ACTIONS(2945), - [anon_sym_extern] = ACTIONS(2945), - [anon_sym___attribute__] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2945), - [anon_sym_static] = ACTIONS(2945), - [anon_sym_register] = ACTIONS(2945), - [anon_sym_inline] = ACTIONS(2945), - [anon_sym_const] = ACTIONS(2945), - [anon_sym_volatile] = ACTIONS(2945), - [anon_sym_restrict] = ACTIONS(2945), - [anon_sym__Atomic] = ACTIONS(2945), - [anon_sym_mutable] = ACTIONS(2945), - [anon_sym_constexpr] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2945), - [anon_sym_unsigned] = ACTIONS(2945), - [anon_sym_long] = ACTIONS(2945), - [anon_sym_short] = ACTIONS(2945), - [sym_primitive_type] = ACTIONS(2945), - [anon_sym_enum] = ACTIONS(2945), - [anon_sym_class] = ACTIONS(2945), - [anon_sym_struct] = ACTIONS(2945), - [anon_sym_union] = ACTIONS(2945), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2945), - [sym_auto] = ACTIONS(2945), - [anon_sym_typename] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2947), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2945), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2945), - [anon_sym_MOZ_COLD] = ACTIONS(2945), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2945), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2945), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2945), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2945), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2945), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2945), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2945), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2945), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2945), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2945), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2945), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2945), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL] = ACTIONS(2945), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2945), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2945), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN] = ACTIONS(2945), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2945), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2945), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2945), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2945), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2945), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2945), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2945), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2945), - [anon_sym_MOZ_RAII] = ACTIONS(2945), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2945), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2945), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2945), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2945), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2945), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2945), + [anon_sym_final] = ACTIONS(2681), + [anon_sym_override] = ACTIONS(2681), + [anon_sym_GT2] = ACTIONS(2683), + [anon_sym_COLON_COLON] = ACTIONS(2683), + [anon_sym_noexcept] = ACTIONS(2681), + [anon_sym_throw] = ACTIONS(2681), + [sym_operator_name] = ACTIONS(2681), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2681), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2681), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2681), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2681), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2681), + [anon_sym_MOZ_COLD] = ACTIONS(2681), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2681), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2681), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2681), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2681), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2681), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2681), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2681), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2681), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2681), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2681), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2681), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2681), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2681), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2681), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2681), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2681), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_NONNULL] = ACTIONS(2681), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2681), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2681), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2681), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2681), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_NORETURN] = ACTIONS(2681), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2681), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2681), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2681), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2681), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2681), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2681), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2681), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2681), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2681), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2681), + [anon_sym_MOZ_RAII] = ACTIONS(2681), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2681), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2681), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2681), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2681), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2681), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2681), }, - [1523] = { - [sym_template_argument_list] = STATE(849), - [sym_identifier] = ACTIONS(2713), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), + [1317] = { + [sym_identifier] = ACTIONS(2533), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2535), + [anon_sym_COMMA] = ACTIONS(2535), + [anon_sym_LPAREN2] = ACTIONS(2535), + [anon_sym_TILDE] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2533), + [anon_sym_PLUS] = ACTIONS(2533), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_SLASH] = ACTIONS(2533), + [anon_sym_PERCENT] = ACTIONS(2535), + [anon_sym_PIPE_PIPE] = ACTIONS(2535), + [anon_sym_AMP_AMP] = ACTIONS(2535), + [anon_sym_PIPE] = ACTIONS(2533), + [anon_sym_CARET] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2533), + [anon_sym_EQ_EQ] = ACTIONS(2535), + [anon_sym_BANG_EQ] = ACTIONS(2535), + [anon_sym_GT] = ACTIONS(2533), + [anon_sym_GT_EQ] = ACTIONS(2533), + [anon_sym_LT_EQ] = ACTIONS(2535), + [anon_sym_LT] = ACTIONS(2533), + [anon_sym_LT_LT] = ACTIONS(2535), + [anon_sym_GT_GT] = ACTIONS(2533), + [anon_sym_extern] = ACTIONS(2533), + [anon_sym___attribute__] = ACTIONS(2533), + [anon_sym___declspec] = ACTIONS(2533), + [anon_sym___based] = ACTIONS(2533), + [anon_sym_LBRACE] = ACTIONS(2535), + [anon_sym_LBRACK] = ACTIONS(2535), + [anon_sym_EQ] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_register] = ACTIONS(2533), + [anon_sym_inline] = ACTIONS(2533), + [anon_sym_const] = ACTIONS(2533), + [anon_sym_volatile] = ACTIONS(2533), + [anon_sym_restrict] = ACTIONS(2533), + [anon_sym__Atomic] = ACTIONS(2533), + [anon_sym_mutable] = ACTIONS(2533), + [anon_sym_constexpr] = ACTIONS(2533), + [anon_sym_QMARK] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2535), + [anon_sym_PLUS_PLUS] = ACTIONS(2535), + [anon_sym_DOT] = ACTIONS(2533), + [anon_sym_DASH_GT] = ACTIONS(2535), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1524] = { - [sym__expression] = STATE(2590), - [sym_conditional_expression] = STATE(2824), - [sym_assignment_expression] = STATE(2824), - [sym_pointer_expression] = STATE(2763), - [sym_unary_expression] = STATE(2824), - [sym_binary_expression] = STATE(2824), - [sym_update_expression] = STATE(2824), - [sym_cast_expression] = STATE(2824), - [sym_sizeof_expression] = STATE(2824), - [sym_subscript_expression] = STATE(2763), - [sym_call_expression] = STATE(2763), - [sym_field_expression] = STATE(2763), - [sym_compound_literal_expression] = STATE(2824), - [sym_parenthesized_expression] = STATE(2763), - [sym_initializer_list] = STATE(2836), - [sym_char_literal] = STATE(2824), - [sym_concatenated_string] = STATE(2824), - [sym_string_literal] = STATE(2214), - [sym_template_type] = STATE(4707), - [sym_template_function] = STATE(2824), - [sym_new_expression] = STATE(2824), - [sym_delete_expression] = STATE(2824), - [sym_lambda_expression] = STATE(2824), - [sym_lambda_capture_specifier] = STATE(3854), - [sym_parameter_pack_expansion] = STATE(2824), - [sym_scoped_identifier] = STATE(2702), - [sym_scoped_type_identifier] = STATE(4308), - [sym_scoped_namespace_identifier] = STATE(3897), - [sym_identifier] = ACTIONS(3199), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3201), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3205), - [anon_sym_DASH] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(3203), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3160), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3160), - [anon_sym_GT_GT] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3209), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_EQ] = ACTIONS(3160), - [sym_primitive_type] = ACTIONS(3211), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_STAR_EQ] = ACTIONS(3152), - [anon_sym_SLASH_EQ] = ACTIONS(3152), - [anon_sym_PERCENT_EQ] = ACTIONS(3152), - [anon_sym_PLUS_EQ] = ACTIONS(3152), - [anon_sym_DASH_EQ] = ACTIONS(3152), - [anon_sym_LT_LT_EQ] = ACTIONS(3152), - [anon_sym_GT_GT_EQ] = ACTIONS(3160), - [anon_sym_AMP_EQ] = ACTIONS(3152), - [anon_sym_CARET_EQ] = ACTIONS(3152), - [anon_sym_PIPE_EQ] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3213), - [anon_sym_PLUS_PLUS] = ACTIONS(3213), - [anon_sym_sizeof] = ACTIONS(3215), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3217), - [anon_sym_L_SQUOTE] = ACTIONS(3219), - [anon_sym_u_SQUOTE] = ACTIONS(3219), - [anon_sym_U_SQUOTE] = ACTIONS(3219), - [anon_sym_u8_SQUOTE] = ACTIONS(3219), - [anon_sym_SQUOTE] = ACTIONS(3219), - [anon_sym_L_DQUOTE] = ACTIONS(3221), - [anon_sym_u_DQUOTE] = ACTIONS(3221), - [anon_sym_U_DQUOTE] = ACTIONS(3221), - [anon_sym_u8_DQUOTE] = ACTIONS(3221), - [anon_sym_DQUOTE] = ACTIONS(3221), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [sym_null] = ACTIONS(3223), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3152), - [anon_sym_COLON_COLON] = ACTIONS(3225), - [anon_sym_delete] = ACTIONS(3227), - [anon_sym_new] = ACTIONS(3229), - [sym_this] = ACTIONS(3223), - [sym_nullptr] = ACTIONS(3223), - [sym_raw_string_literal] = ACTIONS(3231), - }, - [1525] = { - [sym_template_argument_list] = STATE(1015), - [sym_identifier] = ACTIONS(2215), - [anon_sym_LPAREN2] = ACTIONS(2223), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [anon_sym_final] = ACTIONS(2533), + [anon_sym_override] = ACTIONS(2533), + [anon_sym_GT2] = ACTIONS(2535), + [anon_sym_COLON_COLON] = ACTIONS(2535), + [anon_sym_noexcept] = ACTIONS(2533), + [anon_sym_throw] = ACTIONS(2533), + [sym_operator_name] = ACTIONS(2533), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2533), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2533), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2533), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2533), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2533), + [anon_sym_MOZ_COLD] = ACTIONS(2533), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2533), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2533), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2533), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2533), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2533), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2533), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2533), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2533), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2533), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2533), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2533), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2533), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2533), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2533), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2533), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2533), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_NONNULL] = ACTIONS(2533), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2533), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2533), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2533), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2533), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_NORETURN] = ACTIONS(2533), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2533), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2533), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2533), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2533), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2533), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2533), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2533), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2533), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2533), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2533), + [anon_sym_MOZ_RAII] = ACTIONS(2533), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2533), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2533), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2533), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2533), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2533), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2533), }, - [1526] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_LPAREN2] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2835), - [anon_sym_AMP_AMP] = ACTIONS(2835), - [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_SEMI] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACE] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2903), - [anon_sym_EQ] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), - [anon_sym_COLON] = ACTIONS(2833), + [1318] = { + [sym_identifier] = ACTIONS(2525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2527), + [anon_sym_COMMA] = ACTIONS(2527), + [anon_sym_LPAREN2] = ACTIONS(2527), + [anon_sym_TILDE] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2525), + [anon_sym_PLUS] = ACTIONS(2525), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_SLASH] = ACTIONS(2525), + [anon_sym_PERCENT] = ACTIONS(2527), + [anon_sym_PIPE_PIPE] = ACTIONS(2527), + [anon_sym_AMP_AMP] = ACTIONS(2527), + [anon_sym_PIPE] = ACTIONS(2525), + [anon_sym_CARET] = ACTIONS(2527), + [anon_sym_AMP] = ACTIONS(2525), + [anon_sym_EQ_EQ] = ACTIONS(2527), + [anon_sym_BANG_EQ] = ACTIONS(2527), + [anon_sym_GT] = ACTIONS(2525), + [anon_sym_GT_EQ] = ACTIONS(2525), + [anon_sym_LT_EQ] = ACTIONS(2527), + [anon_sym_LT] = ACTIONS(2525), + [anon_sym_LT_LT] = ACTIONS(2527), + [anon_sym_GT_GT] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym___attribute__] = ACTIONS(2525), + [anon_sym___declspec] = ACTIONS(2525), + [anon_sym___based] = ACTIONS(2525), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_LBRACK] = ACTIONS(2527), + [anon_sym_EQ] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_register] = ACTIONS(2525), + [anon_sym_inline] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_volatile] = ACTIONS(2525), + [anon_sym_restrict] = ACTIONS(2525), + [anon_sym__Atomic] = ACTIONS(2525), + [anon_sym_mutable] = ACTIONS(2525), + [anon_sym_constexpr] = ACTIONS(2525), + [anon_sym_QMARK] = ACTIONS(2527), + [anon_sym_DASH_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2527), + [anon_sym_DOT] = ACTIONS(2525), + [anon_sym_DASH_GT] = ACTIONS(2527), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2525), + [anon_sym_override] = ACTIONS(2525), + [anon_sym_GT2] = ACTIONS(2527), + [anon_sym_COLON_COLON] = ACTIONS(2527), + [anon_sym_noexcept] = ACTIONS(2525), + [anon_sym_throw] = ACTIONS(2525), + [sym_operator_name] = ACTIONS(2525), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2525), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2525), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2525), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2525), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2525), + [anon_sym_MOZ_COLD] = ACTIONS(2525), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2525), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2525), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2525), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2525), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2525), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2525), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2525), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2525), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2525), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2525), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2525), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2525), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2525), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2525), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2525), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2525), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_NONNULL] = ACTIONS(2525), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2525), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2525), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2525), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2525), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_NORETURN] = ACTIONS(2525), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2525), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2525), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2525), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2525), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2525), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2525), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2525), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2525), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2525), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2525), + [anon_sym_MOZ_RAII] = ACTIONS(2525), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2525), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2525), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2525), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2525), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2525), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2525), + }, + [1319] = { + [sym_identifier] = ACTIONS(2521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2523), + [anon_sym_COMMA] = ACTIONS(2523), + [anon_sym_LPAREN2] = ACTIONS(2523), + [anon_sym_TILDE] = ACTIONS(2523), + [anon_sym_DASH] = ACTIONS(2521), + [anon_sym_PLUS] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_SLASH] = ACTIONS(2521), + [anon_sym_PERCENT] = ACTIONS(2523), + [anon_sym_PIPE_PIPE] = ACTIONS(2523), + [anon_sym_AMP_AMP] = ACTIONS(2523), + [anon_sym_PIPE] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2523), + [anon_sym_AMP] = ACTIONS(2521), + [anon_sym_EQ_EQ] = ACTIONS(2523), + [anon_sym_BANG_EQ] = ACTIONS(2523), + [anon_sym_GT] = ACTIONS(2521), + [anon_sym_GT_EQ] = ACTIONS(2521), + [anon_sym_LT_EQ] = ACTIONS(2523), + [anon_sym_LT] = ACTIONS(2521), + [anon_sym_LT_LT] = ACTIONS(2523), + [anon_sym_GT_GT] = ACTIONS(2521), + [anon_sym_extern] = ACTIONS(2521), + [anon_sym___attribute__] = ACTIONS(2521), + [anon_sym___declspec] = ACTIONS(2521), + [anon_sym___based] = ACTIONS(2521), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_EQ] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_register] = ACTIONS(2521), + [anon_sym_inline] = ACTIONS(2521), + [anon_sym_const] = ACTIONS(2521), + [anon_sym_volatile] = ACTIONS(2521), + [anon_sym_restrict] = ACTIONS(2521), + [anon_sym__Atomic] = ACTIONS(2521), + [anon_sym_mutable] = ACTIONS(2521), + [anon_sym_constexpr] = ACTIONS(2521), + [anon_sym_QMARK] = ACTIONS(2523), + [anon_sym_DASH_DASH] = ACTIONS(2523), + [anon_sym_PLUS_PLUS] = ACTIONS(2523), + [anon_sym_DOT] = ACTIONS(2521), + [anon_sym_DASH_GT] = ACTIONS(2523), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2521), + [anon_sym_override] = ACTIONS(2521), + [anon_sym_GT2] = ACTIONS(2523), + [anon_sym_COLON_COLON] = ACTIONS(2523), + [anon_sym_noexcept] = ACTIONS(2521), + [anon_sym_throw] = ACTIONS(2521), + [sym_operator_name] = ACTIONS(2521), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2521), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2521), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2521), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2521), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2521), + [anon_sym_MOZ_COLD] = ACTIONS(2521), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2521), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2521), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2521), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2521), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2521), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2521), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2521), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2521), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2521), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2521), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2521), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2521), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2521), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2521), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2521), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2521), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_NONNULL] = ACTIONS(2521), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2521), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2521), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2521), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2521), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_NORETURN] = ACTIONS(2521), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2521), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2521), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2521), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2521), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2521), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2521), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2521), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2521), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2521), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2521), + [anon_sym_MOZ_RAII] = ACTIONS(2521), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2521), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2521), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2521), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2521), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2521), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2521), + }, + [1320] = { + [sym_identifier] = ACTIONS(2517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2519), + [anon_sym_COMMA] = ACTIONS(2519), + [anon_sym_LPAREN2] = ACTIONS(2519), + [anon_sym_TILDE] = ACTIONS(2519), + [anon_sym_DASH] = ACTIONS(2517), + [anon_sym_PLUS] = ACTIONS(2517), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_SLASH] = ACTIONS(2517), + [anon_sym_PERCENT] = ACTIONS(2519), + [anon_sym_PIPE_PIPE] = ACTIONS(2519), + [anon_sym_AMP_AMP] = ACTIONS(2519), + [anon_sym_PIPE] = ACTIONS(2517), + [anon_sym_CARET] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2517), + [anon_sym_EQ_EQ] = ACTIONS(2519), + [anon_sym_BANG_EQ] = ACTIONS(2519), + [anon_sym_GT] = ACTIONS(2517), + [anon_sym_GT_EQ] = ACTIONS(2517), + [anon_sym_LT_EQ] = ACTIONS(2519), + [anon_sym_LT] = ACTIONS(2517), + [anon_sym_LT_LT] = ACTIONS(2519), + [anon_sym_GT_GT] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym___attribute__] = ACTIONS(2517), + [anon_sym___declspec] = ACTIONS(2517), + [anon_sym___based] = ACTIONS(2517), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_EQ] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_register] = ACTIONS(2517), + [anon_sym_inline] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_volatile] = ACTIONS(2517), + [anon_sym_restrict] = ACTIONS(2517), + [anon_sym__Atomic] = ACTIONS(2517), + [anon_sym_mutable] = ACTIONS(2517), + [anon_sym_constexpr] = ACTIONS(2517), + [anon_sym_QMARK] = ACTIONS(2519), + [anon_sym_DASH_DASH] = ACTIONS(2519), + [anon_sym_PLUS_PLUS] = ACTIONS(2519), + [anon_sym_DOT] = ACTIONS(2517), + [anon_sym_DASH_GT] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2517), + [anon_sym_override] = ACTIONS(2517), + [anon_sym_GT2] = ACTIONS(2519), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_noexcept] = ACTIONS(2517), + [anon_sym_throw] = ACTIONS(2517), + [sym_operator_name] = ACTIONS(2517), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2517), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2517), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2517), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2517), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2517), + [anon_sym_MOZ_COLD] = ACTIONS(2517), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2517), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2517), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2517), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2517), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2517), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2517), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2517), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2517), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2517), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2517), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2517), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2517), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2517), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2517), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2517), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2517), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_NONNULL] = ACTIONS(2517), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2517), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2517), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2517), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2517), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_NORETURN] = ACTIONS(2517), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2517), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2517), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2517), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2517), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2517), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2517), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2517), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2517), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2517), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2517), + [anon_sym_MOZ_RAII] = ACTIONS(2517), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2517), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2517), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2517), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2517), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2517), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2517), + }, + [1321] = { + [sym_identifier] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2635), + [anon_sym_COMMA] = ACTIONS(2635), + [anon_sym_LPAREN2] = ACTIONS(2635), + [anon_sym_TILDE] = ACTIONS(2635), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2635), + [anon_sym_PIPE_PIPE] = ACTIONS(2635), + [anon_sym_AMP_AMP] = ACTIONS(2635), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2635), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2635), + [anon_sym_BANG_EQ] = ACTIONS(2635), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2635), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2635), + [anon_sym_GT_GT] = ACTIONS(2633), + [anon_sym_extern] = ACTIONS(2633), + [anon_sym___attribute__] = ACTIONS(2633), + [anon_sym___declspec] = ACTIONS(2633), + [anon_sym___based] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_register] = ACTIONS(2633), + [anon_sym_inline] = ACTIONS(2633), + [anon_sym_const] = ACTIONS(2633), + [anon_sym_volatile] = ACTIONS(2633), + [anon_sym_restrict] = ACTIONS(2633), + [anon_sym__Atomic] = ACTIONS(2633), + [anon_sym_mutable] = ACTIONS(2633), + [anon_sym_constexpr] = ACTIONS(2633), + [anon_sym_QMARK] = ACTIONS(2635), + [anon_sym_DASH_DASH] = ACTIONS(2635), + [anon_sym_PLUS_PLUS] = ACTIONS(2635), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2635), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_GT2] = ACTIONS(2635), + [anon_sym_COLON_COLON] = ACTIONS(2635), + [anon_sym_noexcept] = ACTIONS(2633), + [anon_sym_throw] = ACTIONS(2633), + [sym_operator_name] = ACTIONS(2633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2633), + [anon_sym_MOZ_COLD] = ACTIONS(2633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_RAII] = ACTIONS(2633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2633), }, - [1527] = { - [sym__expression] = STATE(2682), - [sym_conditional_expression] = STATE(2823), - [sym_assignment_expression] = STATE(2823), - [sym_pointer_expression] = STATE(2815), - [sym_unary_expression] = STATE(2823), - [sym_binary_expression] = STATE(2823), - [sym_update_expression] = STATE(2823), - [sym_cast_expression] = STATE(2823), - [sym_sizeof_expression] = STATE(2823), - [sym_subscript_expression] = STATE(2815), - [sym_call_expression] = STATE(2815), - [sym_field_expression] = STATE(2815), - [sym_compound_literal_expression] = STATE(2823), - [sym_parenthesized_expression] = STATE(2815), - [sym_initializer_list] = STATE(2771), - [sym_char_literal] = STATE(2823), - [sym_concatenated_string] = STATE(2823), - [sym_string_literal] = STATE(2210), - [sym_template_type] = STATE(4689), - [sym_template_function] = STATE(2823), - [sym_new_expression] = STATE(2823), - [sym_delete_expression] = STATE(2823), - [sym_lambda_expression] = STATE(2823), - [sym_lambda_capture_specifier] = STATE(3850), - [sym_parameter_pack_expansion] = STATE(2823), - [sym_scoped_identifier] = STATE(2664), - [sym_scoped_type_identifier] = STATE(4329), - [sym_scoped_namespace_identifier] = STATE(3901), - [sym_identifier] = ACTIONS(3233), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_TILDE] = ACTIONS(3239), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3241), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3160), - [anon_sym_GT_GT] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_EQ] = ACTIONS(3160), - [sym_primitive_type] = ACTIONS(3245), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_STAR_EQ] = ACTIONS(3152), - [anon_sym_SLASH_EQ] = ACTIONS(3152), - [anon_sym_PERCENT_EQ] = ACTIONS(3152), - [anon_sym_PLUS_EQ] = ACTIONS(3152), - [anon_sym_DASH_EQ] = ACTIONS(3152), - [anon_sym_LT_LT_EQ] = ACTIONS(3152), - [anon_sym_GT_GT_EQ] = ACTIONS(3152), - [anon_sym_AMP_EQ] = ACTIONS(3152), - [anon_sym_CARET_EQ] = ACTIONS(3152), - [anon_sym_PIPE_EQ] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_PLUS_PLUS] = ACTIONS(3247), - [anon_sym_sizeof] = ACTIONS(3249), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3251), - [anon_sym_L_SQUOTE] = ACTIONS(3253), - [anon_sym_u_SQUOTE] = ACTIONS(3253), - [anon_sym_U_SQUOTE] = ACTIONS(3253), - [anon_sym_u8_SQUOTE] = ACTIONS(3253), - [anon_sym_SQUOTE] = ACTIONS(3253), - [anon_sym_L_DQUOTE] = ACTIONS(3255), - [anon_sym_u_DQUOTE] = ACTIONS(3255), - [anon_sym_U_DQUOTE] = ACTIONS(3255), - [anon_sym_u8_DQUOTE] = ACTIONS(3255), - [anon_sym_DQUOTE] = ACTIONS(3255), - [sym_true] = ACTIONS(3257), - [sym_false] = ACTIONS(3257), - [sym_null] = ACTIONS(3257), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_delete] = ACTIONS(3261), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3152), - [anon_sym_new] = ACTIONS(3263), - [sym_this] = ACTIONS(3257), - [sym_nullptr] = ACTIONS(3257), - [sym_raw_string_literal] = ACTIONS(3265), + [1322] = { + [sym_identifier] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2599), + [anon_sym_COMMA] = ACTIONS(2599), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_TILDE] = ACTIONS(2599), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2599), + [anon_sym_PIPE_PIPE] = ACTIONS(2599), + [anon_sym_AMP_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2599), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2599), + [anon_sym_BANG_EQ] = ACTIONS(2599), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2599), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2599), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_extern] = ACTIONS(2597), + [anon_sym___attribute__] = ACTIONS(2597), + [anon_sym___declspec] = ACTIONS(2597), + [anon_sym___based] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2599), + [anon_sym_LBRACK] = ACTIONS(2599), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_register] = ACTIONS(2597), + [anon_sym_inline] = ACTIONS(2597), + [anon_sym_const] = ACTIONS(2597), + [anon_sym_volatile] = ACTIONS(2597), + [anon_sym_restrict] = ACTIONS(2597), + [anon_sym__Atomic] = ACTIONS(2597), + [anon_sym_mutable] = ACTIONS(2597), + [anon_sym_constexpr] = ACTIONS(2597), + [anon_sym_QMARK] = ACTIONS(2599), + [anon_sym_DASH_DASH] = ACTIONS(2599), + [anon_sym_PLUS_PLUS] = ACTIONS(2599), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2599), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2597), + [anon_sym_override] = ACTIONS(2597), + [anon_sym_GT2] = ACTIONS(2599), + [anon_sym_COLON_COLON] = ACTIONS(2599), + [anon_sym_noexcept] = ACTIONS(2597), + [anon_sym_throw] = ACTIONS(2597), + [sym_operator_name] = ACTIONS(2597), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2597), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2597), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2597), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2597), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2597), + [anon_sym_MOZ_COLD] = ACTIONS(2597), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2597), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2597), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2597), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2597), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2597), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2597), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2597), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2597), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2597), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2597), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2597), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2597), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2597), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2597), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2597), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2597), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_NONNULL] = ACTIONS(2597), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2597), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2597), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2597), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2597), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_NORETURN] = ACTIONS(2597), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2597), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2597), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2597), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2597), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2597), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2597), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2597), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2597), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2597), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2597), + [anon_sym_MOZ_RAII] = ACTIONS(2597), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2597), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2597), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2597), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2597), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2597), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2597), }, - [1528] = { - [sym_initializer_list] = STATE(3012), + [1323] = { + [sym_identifier] = ACTIONS(2705), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2707), + [anon_sym_COMMA] = ACTIONS(2707), + [anon_sym_LPAREN2] = ACTIONS(2707), + [anon_sym_TILDE] = ACTIONS(2707), + [anon_sym_DASH] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2705), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2705), + [anon_sym_PERCENT] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2705), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2705), + [anon_sym_GT_EQ] = ACTIONS(2705), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_LT] = ACTIONS(2705), + [anon_sym_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT] = ACTIONS(2705), + [anon_sym_extern] = ACTIONS(2705), + [anon_sym___attribute__] = ACTIONS(2705), + [anon_sym___declspec] = ACTIONS(2705), + [anon_sym___based] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(2707), + [anon_sym_LBRACK] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_register] = ACTIONS(2705), + [anon_sym_inline] = ACTIONS(2705), + [anon_sym_const] = ACTIONS(2705), + [anon_sym_volatile] = ACTIONS(2705), + [anon_sym_restrict] = ACTIONS(2705), + [anon_sym__Atomic] = ACTIONS(2705), + [anon_sym_mutable] = ACTIONS(2705), + [anon_sym_constexpr] = ACTIONS(2705), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2705), + [anon_sym_DASH_GT] = ACTIONS(2707), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2705), + [anon_sym_override] = ACTIONS(2705), + [anon_sym_GT2] = ACTIONS(2707), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_noexcept] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2705), + [sym_operator_name] = ACTIONS(2705), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2705), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2705), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2705), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2705), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2705), + [anon_sym_MOZ_COLD] = ACTIONS(2705), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2705), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2705), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2705), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2705), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2705), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2705), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2705), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2705), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2705), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2705), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2705), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2705), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2705), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2705), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2705), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2705), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_NONNULL] = ACTIONS(2705), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2705), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2705), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2705), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2705), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_NORETURN] = ACTIONS(2705), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2705), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2705), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2705), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2705), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2705), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2705), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2705), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2705), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2705), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2705), + [anon_sym_MOZ_RAII] = ACTIONS(2705), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2705), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2705), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2705), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2705), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2705), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2705), + }, + [1324] = { + [sym_identifier] = ACTIONS(2581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2583), + [anon_sym_COMMA] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2583), + [anon_sym_TILDE] = ACTIONS(2583), + [anon_sym_DASH] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2581), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_SLASH] = ACTIONS(2581), + [anon_sym_PERCENT] = ACTIONS(2583), + [anon_sym_PIPE_PIPE] = ACTIONS(2583), + [anon_sym_AMP_AMP] = ACTIONS(2583), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2583), + [anon_sym_AMP] = ACTIONS(2581), + [anon_sym_EQ_EQ] = ACTIONS(2583), + [anon_sym_BANG_EQ] = ACTIONS(2583), + [anon_sym_GT] = ACTIONS(2581), + [anon_sym_GT_EQ] = ACTIONS(2581), + [anon_sym_LT_EQ] = ACTIONS(2583), + [anon_sym_LT] = ACTIONS(2581), + [anon_sym_LT_LT] = ACTIONS(2583), + [anon_sym_GT_GT] = ACTIONS(2581), + [anon_sym_extern] = ACTIONS(2581), + [anon_sym___attribute__] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2581), + [anon_sym___based] = ACTIONS(2581), + [anon_sym_LBRACE] = ACTIONS(2583), + [anon_sym_LBRACK] = ACTIONS(2583), + [anon_sym_EQ] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_register] = ACTIONS(2581), + [anon_sym_inline] = ACTIONS(2581), + [anon_sym_const] = ACTIONS(2581), + [anon_sym_volatile] = ACTIONS(2581), + [anon_sym_restrict] = ACTIONS(2581), + [anon_sym__Atomic] = ACTIONS(2581), + [anon_sym_mutable] = ACTIONS(2581), + [anon_sym_constexpr] = ACTIONS(2581), + [anon_sym_QMARK] = ACTIONS(2583), + [anon_sym_DASH_DASH] = ACTIONS(2583), + [anon_sym_PLUS_PLUS] = ACTIONS(2583), + [anon_sym_DOT] = ACTIONS(2581), + [anon_sym_DASH_GT] = ACTIONS(2583), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2581), + [anon_sym_override] = ACTIONS(2581), + [anon_sym_GT2] = ACTIONS(2583), + [anon_sym_COLON_COLON] = ACTIONS(2583), + [anon_sym_noexcept] = ACTIONS(2581), + [anon_sym_throw] = ACTIONS(2581), + [sym_operator_name] = ACTIONS(2581), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2581), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2581), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2581), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2581), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2581), + [anon_sym_MOZ_COLD] = ACTIONS(2581), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2581), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2581), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2581), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2581), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2581), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2581), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2581), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2581), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2581), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2581), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2581), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2581), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2581), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2581), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2581), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2581), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_NONNULL] = ACTIONS(2581), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2581), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2581), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2581), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2581), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_NORETURN] = ACTIONS(2581), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2581), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2581), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2581), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2581), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2581), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2581), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2581), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2581), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2581), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2581), + [anon_sym_MOZ_RAII] = ACTIONS(2581), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2581), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2581), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2581), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2581), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2581), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2581), + }, + [1325] = { + [sym_identifier] = ACTIONS(2709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2711), + [anon_sym_COMMA] = ACTIONS(2711), + [anon_sym_LPAREN2] = ACTIONS(2711), + [anon_sym_TILDE] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2709), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_SLASH] = ACTIONS(2709), + [anon_sym_PERCENT] = ACTIONS(2711), + [anon_sym_PIPE_PIPE] = ACTIONS(2711), + [anon_sym_AMP_AMP] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_EQ_EQ] = ACTIONS(2711), + [anon_sym_BANG_EQ] = ACTIONS(2711), + [anon_sym_GT] = ACTIONS(2709), + [anon_sym_GT_EQ] = ACTIONS(2709), + [anon_sym_LT_EQ] = ACTIONS(2711), + [anon_sym_LT] = ACTIONS(2709), + [anon_sym_LT_LT] = ACTIONS(2711), + [anon_sym_GT_GT] = ACTIONS(2709), + [anon_sym_extern] = ACTIONS(2709), + [anon_sym___attribute__] = ACTIONS(2709), + [anon_sym___declspec] = ACTIONS(2709), + [anon_sym___based] = ACTIONS(2709), + [anon_sym_LBRACE] = ACTIONS(2711), + [anon_sym_LBRACK] = ACTIONS(2711), + [anon_sym_EQ] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_register] = ACTIONS(2709), + [anon_sym_inline] = ACTIONS(2709), + [anon_sym_const] = ACTIONS(2709), + [anon_sym_volatile] = ACTIONS(2709), + [anon_sym_restrict] = ACTIONS(2709), + [anon_sym__Atomic] = ACTIONS(2709), + [anon_sym_mutable] = ACTIONS(2709), + [anon_sym_constexpr] = ACTIONS(2709), + [anon_sym_QMARK] = ACTIONS(2711), + [anon_sym_DASH_DASH] = ACTIONS(2711), + [anon_sym_PLUS_PLUS] = ACTIONS(2711), + [anon_sym_DOT] = ACTIONS(2709), + [anon_sym_DASH_GT] = ACTIONS(2711), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2709), + [anon_sym_override] = ACTIONS(2709), + [anon_sym_GT2] = ACTIONS(2711), + [anon_sym_COLON_COLON] = ACTIONS(2711), + [anon_sym_noexcept] = ACTIONS(2709), + [anon_sym_throw] = ACTIONS(2709), + [sym_operator_name] = ACTIONS(2709), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2709), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2709), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2709), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2709), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2709), + [anon_sym_MOZ_COLD] = ACTIONS(2709), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2709), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2709), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2709), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2709), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2709), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2709), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2709), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2709), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2709), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2709), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2709), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2709), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2709), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2709), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2709), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2709), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_NONNULL] = ACTIONS(2709), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2709), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2709), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2709), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2709), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_NORETURN] = ACTIONS(2709), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2709), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2709), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2709), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2709), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2709), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2709), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2709), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2709), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2709), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2709), + [anon_sym_MOZ_RAII] = ACTIONS(2709), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2709), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2709), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2709), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2709), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2709), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2709), + }, + [1326] = { [sym_identifier] = ACTIONS(2713), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2715), + [anon_sym_COMMA] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2715), [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_DASH] = ACTIONS(2713), + [anon_sym_PLUS] = ACTIONS(2713), [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2713), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_PIPE_PIPE] = ACTIONS(2715), [anon_sym_AMP_AMP] = ACTIONS(2715), + [anon_sym_PIPE] = ACTIONS(2713), + [anon_sym_CARET] = ACTIONS(2715), [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2715), + [anon_sym_EQ_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_GT] = ACTIONS(2713), + [anon_sym_GT_EQ] = ACTIONS(2713), + [anon_sym_LT_EQ] = ACTIONS(2715), + [anon_sym_LT] = ACTIONS(2713), + [anon_sym_LT_LT] = ACTIONS(2715), + [anon_sym_GT_GT] = ACTIONS(2713), [anon_sym_extern] = ACTIONS(2713), [anon_sym___attribute__] = ACTIONS(2713), [anon_sym___declspec] = ACTIONS(2713), [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(1688), + [anon_sym_LBRACE] = ACTIONS(2715), [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_EQ] = ACTIONS(2713), [anon_sym_static] = ACTIONS(2713), [anon_sym_register] = ACTIONS(2713), [anon_sym_inline] = ACTIONS(2713), @@ -249029,8 +240168,18 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2713), [anon_sym_mutable] = ACTIONS(2713), [anon_sym_constexpr] = ACTIONS(2713), + [anon_sym_QMARK] = ACTIONS(2715), + [anon_sym_DASH_DASH] = ACTIONS(2715), + [anon_sym_PLUS_PLUS] = ACTIONS(2715), + [anon_sym_DOT] = ACTIONS(2713), + [anon_sym_DASH_GT] = ACTIONS(2715), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3267), + [anon_sym_final] = ACTIONS(2713), + [anon_sym_override] = ACTIONS(2713), + [anon_sym_GT2] = ACTIONS(2715), + [anon_sym_COLON_COLON] = ACTIONS(2715), + [anon_sym_noexcept] = ACTIONS(2713), + [anon_sym_throw] = ACTIONS(2713), [sym_operator_name] = ACTIONS(2713), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), @@ -249101,4909 +240250,11934 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), }, - [1529] = { - [sym_template_argument_list] = STATE(1680), - [sym_identifier] = ACTIONS(2215), - [anon_sym_LPAREN2] = ACTIONS(3131), - [anon_sym_TILDE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_AMP_AMP] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_extern] = ACTIONS(2215), - [anon_sym___attribute__] = ACTIONS(2215), - [anon_sym___declspec] = ACTIONS(2215), - [anon_sym___based] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_static] = ACTIONS(2215), - [anon_sym_register] = ACTIONS(2215), - [anon_sym_inline] = ACTIONS(2215), - [anon_sym_const] = ACTIONS(2215), - [anon_sym_volatile] = ACTIONS(2215), - [anon_sym_restrict] = ACTIONS(2215), - [anon_sym__Atomic] = ACTIONS(2215), - [anon_sym_mutable] = ACTIONS(2215), - [anon_sym_constexpr] = ACTIONS(2215), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3269), - [sym_operator_name] = ACTIONS(2215), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2215), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2215), - [anon_sym_MOZ_COLD] = ACTIONS(2215), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2215), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2215), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2215), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2215), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2215), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2215), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2215), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2215), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2215), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2215), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2215), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2215), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL] = ACTIONS(2215), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2215), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2215), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN] = ACTIONS(2215), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2215), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2215), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2215), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2215), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2215), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2215), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2215), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2215), - [anon_sym_MOZ_RAII] = ACTIONS(2215), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2215), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2215), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2215), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2215), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2215), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2215), + [1327] = { + [sym_identifier] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2591), + [anon_sym_COMMA] = ACTIONS(2591), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_TILDE] = ACTIONS(2591), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2591), + [anon_sym_PIPE_PIPE] = ACTIONS(2591), + [anon_sym_AMP_AMP] = ACTIONS(2591), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2591), + [anon_sym_BANG_EQ] = ACTIONS(2591), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2591), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2591), + [anon_sym_GT_GT] = ACTIONS(2589), + [anon_sym_extern] = ACTIONS(2589), + [anon_sym___attribute__] = ACTIONS(2589), + [anon_sym___declspec] = ACTIONS(2589), + [anon_sym___based] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2591), + [anon_sym_LBRACK] = ACTIONS(2591), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_register] = ACTIONS(2589), + [anon_sym_inline] = ACTIONS(2589), + [anon_sym_const] = ACTIONS(2589), + [anon_sym_volatile] = ACTIONS(2589), + [anon_sym_restrict] = ACTIONS(2589), + [anon_sym__Atomic] = ACTIONS(2589), + [anon_sym_mutable] = ACTIONS(2589), + [anon_sym_constexpr] = ACTIONS(2589), + [anon_sym_QMARK] = ACTIONS(2591), + [anon_sym_DASH_DASH] = ACTIONS(2591), + [anon_sym_PLUS_PLUS] = ACTIONS(2591), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2591), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2589), + [anon_sym_override] = ACTIONS(2589), + [anon_sym_GT2] = ACTIONS(2591), + [anon_sym_COLON_COLON] = ACTIONS(2591), + [anon_sym_noexcept] = ACTIONS(2589), + [anon_sym_throw] = ACTIONS(2589), + [sym_operator_name] = ACTIONS(2589), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2589), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2589), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2589), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2589), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2589), + [anon_sym_MOZ_COLD] = ACTIONS(2589), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2589), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2589), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2589), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2589), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2589), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2589), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2589), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2589), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2589), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2589), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2589), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2589), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2589), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2589), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2589), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2589), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_NONNULL] = ACTIONS(2589), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2589), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2589), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2589), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2589), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_NORETURN] = ACTIONS(2589), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2589), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2589), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2589), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2589), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2589), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2589), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2589), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2589), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2589), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2589), + [anon_sym_MOZ_RAII] = ACTIONS(2589), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2589), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2589), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2589), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2589), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2589), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2589), }, - [1530] = { - [sym_compound_statement] = STATE(705), - [sym_labeled_statement] = STATE(705), - [sym_expression_statement] = STATE(705), - [sym_if_statement] = STATE(705), - [sym_switch_statement] = STATE(705), - [sym_case_statement] = STATE(705), - [sym_while_statement] = STATE(705), - [sym_do_statement] = STATE(705), - [sym_for_statement] = STATE(705), - [sym_return_statement] = STATE(705), - [sym_break_statement] = STATE(705), - [sym_continue_statement] = STATE(705), - [sym_goto_statement] = STATE(705), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(705), - [sym_throw_statement] = STATE(705), - [sym_try_statement] = STATE(705), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1328] = { + [sym_identifier] = ACTIONS(2721), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2723), + [anon_sym_COMMA] = ACTIONS(2723), + [anon_sym_LPAREN2] = ACTIONS(2723), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2723), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2723), + [anon_sym_PIPE_PIPE] = ACTIONS(2723), + [anon_sym_AMP_AMP] = ACTIONS(2723), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2723), + [anon_sym_BANG_EQ] = ACTIONS(2723), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2723), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_LT_LT] = ACTIONS(2723), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_extern] = ACTIONS(2721), + [anon_sym___attribute__] = ACTIONS(2721), + [anon_sym___declspec] = ACTIONS(2721), + [anon_sym___based] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2723), + [anon_sym_LBRACK] = ACTIONS(2723), + [anon_sym_EQ] = ACTIONS(2721), + [anon_sym_static] = ACTIONS(2721), + [anon_sym_register] = ACTIONS(2721), + [anon_sym_inline] = ACTIONS(2721), + [anon_sym_const] = ACTIONS(2721), + [anon_sym_volatile] = ACTIONS(2721), + [anon_sym_restrict] = ACTIONS(2721), + [anon_sym__Atomic] = ACTIONS(2721), + [anon_sym_mutable] = ACTIONS(2721), + [anon_sym_constexpr] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2723), + [anon_sym_DASH_DASH] = ACTIONS(2723), + [anon_sym_PLUS_PLUS] = ACTIONS(2723), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_DASH_GT] = ACTIONS(2723), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2721), + [anon_sym_override] = ACTIONS(2721), + [anon_sym_GT2] = ACTIONS(2723), + [anon_sym_COLON_COLON] = ACTIONS(2723), + [anon_sym_noexcept] = ACTIONS(2721), + [anon_sym_throw] = ACTIONS(2721), + [sym_operator_name] = ACTIONS(2721), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2721), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2721), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2721), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2721), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2721), + [anon_sym_MOZ_COLD] = ACTIONS(2721), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2721), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2721), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2721), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2721), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2721), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2721), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2721), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2721), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2721), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2721), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2721), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2721), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2721), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2721), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2721), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2721), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_NONNULL] = ACTIONS(2721), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2721), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2721), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2721), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2721), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_NORETURN] = ACTIONS(2721), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2721), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2721), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2721), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2721), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2721), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2721), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2721), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2721), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2721), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2721), + [anon_sym_MOZ_RAII] = ACTIONS(2721), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2721), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2721), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2721), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2721), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2721), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2721), }, - [1531] = { - [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_case_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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(749), - [sym_throw_statement] = STATE(749), - [sym_try_statement] = STATE(749), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1329] = { + [sym_identifier] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2443), + [anon_sym_COMMA] = ACTIONS(2443), + [anon_sym_LPAREN2] = ACTIONS(2443), + [anon_sym_TILDE] = ACTIONS(2443), + [anon_sym_DASH] = ACTIONS(2441), + [anon_sym_PLUS] = ACTIONS(2441), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_SLASH] = ACTIONS(2441), + [anon_sym_PERCENT] = ACTIONS(2443), + [anon_sym_PIPE_PIPE] = ACTIONS(2443), + [anon_sym_AMP_AMP] = ACTIONS(2443), + [anon_sym_PIPE] = ACTIONS(2441), + [anon_sym_CARET] = ACTIONS(2443), + [anon_sym_AMP] = ACTIONS(2441), + [anon_sym_EQ_EQ] = ACTIONS(2443), + [anon_sym_BANG_EQ] = ACTIONS(2443), + [anon_sym_GT] = ACTIONS(2441), + [anon_sym_GT_EQ] = ACTIONS(2441), + [anon_sym_LT_EQ] = ACTIONS(2443), + [anon_sym_LT] = ACTIONS(2441), + [anon_sym_LT_LT] = ACTIONS(2443), + [anon_sym_GT_GT] = ACTIONS(2441), + [anon_sym_extern] = ACTIONS(2441), + [anon_sym___attribute__] = ACTIONS(2441), + [anon_sym___declspec] = ACTIONS(2441), + [anon_sym___based] = ACTIONS(2441), + [anon_sym_LBRACE] = ACTIONS(2443), + [anon_sym_LBRACK] = ACTIONS(2443), + [anon_sym_EQ] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_register] = ACTIONS(2441), + [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2443), + [anon_sym_PLUS_PLUS] = ACTIONS(2443), + [anon_sym_DOT] = ACTIONS(2441), + [anon_sym_DASH_GT] = ACTIONS(2443), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2441), + [anon_sym_override] = ACTIONS(2441), + [anon_sym_GT2] = ACTIONS(2443), + [anon_sym_COLON_COLON] = ACTIONS(2443), + [anon_sym_noexcept] = ACTIONS(2441), + [anon_sym_throw] = 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), }, - [1532] = { - [sym_compound_statement] = STATE(5318), - [sym_labeled_statement] = STATE(5318), - [sym_expression_statement] = STATE(5318), - [sym_if_statement] = STATE(5318), - [sym_switch_statement] = STATE(5318), - [sym_case_statement] = STATE(5318), - [sym_while_statement] = STATE(5318), - [sym_do_statement] = STATE(5318), - [sym_for_statement] = STATE(5318), - [sym_return_statement] = STATE(5318), - [sym_break_statement] = STATE(5318), - [sym_continue_statement] = STATE(5318), - [sym_goto_statement] = STATE(5318), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5318), - [sym_throw_statement] = STATE(5318), - [sym_try_statement] = STATE(5318), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1330] = { + [sym_identifier] = ACTIONS(2809), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2811), + [anon_sym_COMMA] = ACTIONS(2811), + [anon_sym_LPAREN2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2809), + [anon_sym_PLUS] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_SLASH] = ACTIONS(2809), + [anon_sym_PERCENT] = ACTIONS(2811), + [anon_sym_PIPE_PIPE] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2809), + [anon_sym_CARET] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2809), + [anon_sym_EQ_EQ] = ACTIONS(2811), + [anon_sym_BANG_EQ] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2809), + [anon_sym_GT_EQ] = ACTIONS(2809), + [anon_sym_LT_EQ] = ACTIONS(2811), + [anon_sym_LT] = ACTIONS(2809), + [anon_sym_LT_LT] = ACTIONS(2811), + [anon_sym_GT_GT] = ACTIONS(2809), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym___attribute__] = ACTIONS(2809), + [anon_sym___declspec] = ACTIONS(2809), + [anon_sym___based] = ACTIONS(2809), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_LBRACK] = ACTIONS(2811), + [anon_sym_EQ] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_register] = ACTIONS(2809), + [anon_sym_inline] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_volatile] = ACTIONS(2809), + [anon_sym_restrict] = ACTIONS(2809), + [anon_sym__Atomic] = ACTIONS(2809), + [anon_sym_mutable] = ACTIONS(2809), + [anon_sym_constexpr] = ACTIONS(2809), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_DOT] = ACTIONS(2809), + [anon_sym_DASH_GT] = ACTIONS(2811), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2809), + [anon_sym_override] = ACTIONS(2809), + [anon_sym_GT2] = ACTIONS(2811), + [anon_sym_COLON_COLON] = ACTIONS(2811), + [anon_sym_noexcept] = ACTIONS(2809), + [anon_sym_throw] = ACTIONS(2809), + [sym_operator_name] = ACTIONS(2809), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2809), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2809), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2809), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2809), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2809), + [anon_sym_MOZ_COLD] = ACTIONS(2809), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2809), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2809), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2809), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2809), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2809), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2809), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2809), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2809), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2809), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2809), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2809), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2809), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2809), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2809), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2809), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2809), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_NONNULL] = ACTIONS(2809), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2809), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2809), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2809), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2809), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_NORETURN] = ACTIONS(2809), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2809), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2809), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2809), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2809), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2809), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2809), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2809), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2809), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2809), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2809), + [anon_sym_MOZ_RAII] = ACTIONS(2809), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2809), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2809), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2809), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2809), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2809), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2809), }, - [1533] = { - [sym_compound_statement] = STATE(5517), - [sym_labeled_statement] = STATE(5517), - [sym_expression_statement] = STATE(5517), - [sym_if_statement] = STATE(5517), - [sym_switch_statement] = STATE(5517), - [sym_case_statement] = STATE(5517), - [sym_while_statement] = STATE(5517), - [sym_do_statement] = STATE(5517), - [sym_for_statement] = STATE(5517), - [sym_return_statement] = STATE(5517), - [sym_break_statement] = STATE(5517), - [sym_continue_statement] = STATE(5517), - [sym_goto_statement] = STATE(5517), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5517), - [sym_throw_statement] = STATE(5517), - [sym_try_statement] = STATE(5517), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1331] = { + [sym_identifier] = ACTIONS(2637), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [anon_sym_COMMA] = ACTIONS(2639), + [anon_sym_LPAREN2] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2637), + [anon_sym_PLUS] = ACTIONS(2637), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2637), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2637), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2637), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2637), + [anon_sym_GT_EQ] = ACTIONS(2637), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2637), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT] = ACTIONS(2637), + [anon_sym_extern] = ACTIONS(2637), + [anon_sym___attribute__] = ACTIONS(2637), + [anon_sym___declspec] = ACTIONS(2637), + [anon_sym___based] = ACTIONS(2637), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_register] = ACTIONS(2637), + [anon_sym_inline] = ACTIONS(2637), + [anon_sym_const] = ACTIONS(2637), + [anon_sym_volatile] = ACTIONS(2637), + [anon_sym_restrict] = ACTIONS(2637), + [anon_sym__Atomic] = ACTIONS(2637), + [anon_sym_mutable] = ACTIONS(2637), + [anon_sym_constexpr] = ACTIONS(2637), + [anon_sym_QMARK] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2637), + [anon_sym_DASH_GT] = ACTIONS(2639), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2637), + [anon_sym_override] = ACTIONS(2637), + [anon_sym_GT2] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_noexcept] = ACTIONS(2637), + [anon_sym_throw] = ACTIONS(2637), + [sym_operator_name] = ACTIONS(2637), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2637), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2637), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2637), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2637), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2637), + [anon_sym_MOZ_COLD] = ACTIONS(2637), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2637), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2637), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2637), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2637), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2637), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2637), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2637), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2637), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2637), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2637), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2637), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2637), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2637), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2637), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2637), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2637), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_NONNULL] = ACTIONS(2637), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2637), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2637), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2637), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2637), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_NORETURN] = ACTIONS(2637), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2637), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2637), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2637), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2637), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2637), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2637), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2637), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2637), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2637), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2637), + [anon_sym_MOZ_RAII] = ACTIONS(2637), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2637), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2637), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2637), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2637), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2637), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2637), }, - [1534] = { - [sym_compound_statement] = STATE(341), - [sym_labeled_statement] = STATE(341), - [sym_expression_statement] = STATE(341), - [sym_if_statement] = STATE(341), - [sym_switch_statement] = STATE(341), - [sym_case_statement] = STATE(341), - [sym_while_statement] = STATE(341), - [sym_do_statement] = STATE(341), - [sym_for_statement] = STATE(341), - [sym_return_statement] = STATE(341), - [sym_break_statement] = STATE(341), - [sym_continue_statement] = STATE(341), - [sym_goto_statement] = STATE(341), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(341), - [sym_throw_statement] = STATE(341), - [sym_try_statement] = STATE(341), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1332] = { + [sym_identifier] = ACTIONS(2645), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_LPAREN2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2645), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2645), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2645), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2645), + [anon_sym_extern] = ACTIONS(2645), + [anon_sym___attribute__] = ACTIONS(2645), + [anon_sym___declspec] = ACTIONS(2645), + [anon_sym___based] = ACTIONS(2645), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2647), + [anon_sym_EQ] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_register] = ACTIONS(2645), + [anon_sym_inline] = ACTIONS(2645), + [anon_sym_const] = ACTIONS(2645), + [anon_sym_volatile] = ACTIONS(2645), + [anon_sym_restrict] = ACTIONS(2645), + [anon_sym__Atomic] = ACTIONS(2645), + [anon_sym_mutable] = ACTIONS(2645), + [anon_sym_constexpr] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DOT] = ACTIONS(2645), + [anon_sym_DASH_GT] = ACTIONS(2647), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2645), + [anon_sym_override] = ACTIONS(2645), + [anon_sym_GT2] = ACTIONS(2647), + [anon_sym_COLON_COLON] = ACTIONS(2647), + [anon_sym_noexcept] = ACTIONS(2645), + [anon_sym_throw] = ACTIONS(2645), + [sym_operator_name] = ACTIONS(2645), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2645), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2645), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2645), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2645), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2645), + [anon_sym_MOZ_COLD] = ACTIONS(2645), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2645), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2645), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2645), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2645), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2645), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2645), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2645), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2645), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2645), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2645), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2645), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2645), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2645), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2645), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2645), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2645), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_NONNULL] = ACTIONS(2645), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2645), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2645), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2645), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2645), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_NORETURN] = ACTIONS(2645), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2645), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2645), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2645), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2645), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2645), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2645), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2645), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2645), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2645), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2645), + [anon_sym_MOZ_RAII] = ACTIONS(2645), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2645), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2645), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2645), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2645), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2645), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2645), }, - [1535] = { - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(342), - [sym_throw_statement] = STATE(342), - [sym_try_statement] = STATE(342), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1333] = { + [sym_identifier] = ACTIONS(2725), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2727), + [anon_sym_COMMA] = ACTIONS(2727), + [anon_sym_LPAREN2] = ACTIONS(2727), + [anon_sym_TILDE] = ACTIONS(2727), + [anon_sym_DASH] = ACTIONS(2725), + [anon_sym_PLUS] = ACTIONS(2725), + [anon_sym_STAR] = ACTIONS(2727), + [anon_sym_SLASH] = ACTIONS(2725), + [anon_sym_PERCENT] = ACTIONS(2727), + [anon_sym_PIPE_PIPE] = ACTIONS(2727), + [anon_sym_AMP_AMP] = ACTIONS(2727), + [anon_sym_PIPE] = ACTIONS(2725), + [anon_sym_CARET] = ACTIONS(2727), + [anon_sym_AMP] = ACTIONS(2725), + [anon_sym_EQ_EQ] = ACTIONS(2727), + [anon_sym_BANG_EQ] = ACTIONS(2727), + [anon_sym_GT] = ACTIONS(2725), + [anon_sym_GT_EQ] = ACTIONS(2725), + [anon_sym_LT_EQ] = ACTIONS(2727), + [anon_sym_LT] = ACTIONS(2725), + [anon_sym_LT_LT] = ACTIONS(2727), + [anon_sym_GT_GT] = ACTIONS(2725), + [anon_sym_extern] = ACTIONS(2725), + [anon_sym___attribute__] = ACTIONS(2725), + [anon_sym___declspec] = ACTIONS(2725), + [anon_sym___based] = ACTIONS(2725), + [anon_sym_LBRACE] = ACTIONS(2727), + [anon_sym_LBRACK] = ACTIONS(2727), + [anon_sym_EQ] = ACTIONS(2725), + [anon_sym_static] = ACTIONS(2725), + [anon_sym_register] = ACTIONS(2725), + [anon_sym_inline] = ACTIONS(2725), + [anon_sym_const] = ACTIONS(2725), + [anon_sym_volatile] = ACTIONS(2725), + [anon_sym_restrict] = ACTIONS(2725), + [anon_sym__Atomic] = ACTIONS(2725), + [anon_sym_mutable] = ACTIONS(2725), + [anon_sym_constexpr] = ACTIONS(2725), + [anon_sym_QMARK] = ACTIONS(2727), + [anon_sym_DASH_DASH] = ACTIONS(2727), + [anon_sym_PLUS_PLUS] = ACTIONS(2727), + [anon_sym_DOT] = ACTIONS(2725), + [anon_sym_DASH_GT] = ACTIONS(2727), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2725), + [anon_sym_override] = ACTIONS(2725), + [anon_sym_GT2] = ACTIONS(2727), + [anon_sym_COLON_COLON] = ACTIONS(2727), + [anon_sym_noexcept] = ACTIONS(2725), + [anon_sym_throw] = ACTIONS(2725), + [sym_operator_name] = ACTIONS(2725), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2725), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2725), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2725), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2725), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2725), + [anon_sym_MOZ_COLD] = ACTIONS(2725), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2725), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2725), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2725), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2725), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2725), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2725), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2725), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2725), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2725), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2725), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2725), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2725), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2725), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2725), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2725), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2725), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_NONNULL] = ACTIONS(2725), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2725), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2725), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2725), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2725), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_NORETURN] = ACTIONS(2725), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2725), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2725), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2725), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2725), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2725), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2725), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2725), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2725), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2725), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2725), + [anon_sym_MOZ_RAII] = ACTIONS(2725), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2725), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2725), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2725), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2725), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2725), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2725), }, - [1536] = { - [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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(704), - [sym_throw_statement] = STATE(704), - [sym_try_statement] = STATE(704), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1334] = { + [sym_identifier] = ACTIONS(2729), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2731), + [anon_sym_COMMA] = ACTIONS(2731), + [anon_sym_LPAREN2] = ACTIONS(2731), + [anon_sym_TILDE] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_STAR] = ACTIONS(2731), + [anon_sym_SLASH] = ACTIONS(2729), + [anon_sym_PERCENT] = ACTIONS(2731), + [anon_sym_PIPE_PIPE] = ACTIONS(2731), + [anon_sym_AMP_AMP] = ACTIONS(2731), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_CARET] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2729), + [anon_sym_EQ_EQ] = ACTIONS(2731), + [anon_sym_BANG_EQ] = ACTIONS(2731), + [anon_sym_GT] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2731), + [anon_sym_LT] = ACTIONS(2729), + [anon_sym_LT_LT] = ACTIONS(2731), + [anon_sym_GT_GT] = ACTIONS(2729), + [anon_sym_extern] = ACTIONS(2729), + [anon_sym___attribute__] = ACTIONS(2729), + [anon_sym___declspec] = ACTIONS(2729), + [anon_sym___based] = ACTIONS(2729), + [anon_sym_LBRACE] = ACTIONS(2731), + [anon_sym_LBRACK] = ACTIONS(2731), + [anon_sym_EQ] = ACTIONS(2729), + [anon_sym_static] = ACTIONS(2729), + [anon_sym_register] = ACTIONS(2729), + [anon_sym_inline] = ACTIONS(2729), + [anon_sym_const] = ACTIONS(2729), + [anon_sym_volatile] = ACTIONS(2729), + [anon_sym_restrict] = ACTIONS(2729), + [anon_sym__Atomic] = ACTIONS(2729), + [anon_sym_mutable] = ACTIONS(2729), + [anon_sym_constexpr] = ACTIONS(2729), + [anon_sym_QMARK] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2731), + [anon_sym_PLUS_PLUS] = ACTIONS(2731), + [anon_sym_DOT] = ACTIONS(2729), + [anon_sym_DASH_GT] = ACTIONS(2731), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2729), + [anon_sym_override] = ACTIONS(2729), + [anon_sym_GT2] = ACTIONS(2731), + [anon_sym_COLON_COLON] = ACTIONS(2731), + [anon_sym_noexcept] = ACTIONS(2729), + [anon_sym_throw] = ACTIONS(2729), + [sym_operator_name] = ACTIONS(2729), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2729), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2729), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2729), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2729), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2729), + [anon_sym_MOZ_COLD] = ACTIONS(2729), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2729), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2729), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2729), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2729), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2729), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2729), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2729), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2729), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2729), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2729), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2729), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2729), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2729), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2729), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2729), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2729), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_NONNULL] = ACTIONS(2729), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2729), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2729), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2729), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2729), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_NORETURN] = ACTIONS(2729), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2729), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2729), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2729), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2729), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2729), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2729), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2729), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2729), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2729), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2729), + [anon_sym_MOZ_RAII] = ACTIONS(2729), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2729), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2729), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2729), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2729), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2729), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2729), }, - [1537] = { - [sym_compound_statement] = STATE(172), - [sym_labeled_statement] = STATE(169), - [sym_expression_statement] = STATE(168), - [sym_if_statement] = STATE(166), - [sym_switch_statement] = STATE(165), - [sym_case_statement] = STATE(163), - [sym_while_statement] = STATE(155), - [sym_do_statement] = STATE(156), - [sym_for_statement] = STATE(157), - [sym_return_statement] = STATE(158), - [sym_break_statement] = STATE(160), - [sym_continue_statement] = STATE(161), - [sym_goto_statement] = STATE(162), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(164), - [sym_throw_statement] = STATE(190), - [sym_try_statement] = STATE(193), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1335] = { + [sym_template_argument_list] = STATE(928), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_RPAREN] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_SLASH] = ACTIONS(2909), + [anon_sym_PERCENT] = ACTIONS(2907), + [anon_sym_PIPE_PIPE] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2909), + [anon_sym_CARET] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_EQ_EQ] = ACTIONS(2907), + [anon_sym_BANG_EQ] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2909), + [anon_sym_GT_EQ] = ACTIONS(2907), + [anon_sym_LT_EQ] = ACTIONS(2907), + [anon_sym_LT] = ACTIONS(2901), + [anon_sym_LT_LT] = ACTIONS(2907), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2907), + [anon_sym___attribute__] = ACTIONS(2907), + [anon_sym___declspec] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_RBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_RBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2909), + [anon_sym_static] = ACTIONS(2907), + [anon_sym_register] = ACTIONS(2907), + [anon_sym_inline] = ACTIONS(2907), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2907), + [anon_sym_restrict] = ACTIONS(2907), + [anon_sym__Atomic] = ACTIONS(2907), + [anon_sym_mutable] = ACTIONS(2907), + [anon_sym_constexpr] = ACTIONS(2907), + [anon_sym_COLON] = ACTIONS(2907), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DOT] = ACTIONS(2909), + [anon_sym_DASH_GT] = ACTIONS(2907), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2907), + [anon_sym_override] = ACTIONS(2907), + [anon_sym_noexcept] = ACTIONS(2907), + [anon_sym_throw] = ACTIONS(2907), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2907), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2907), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2907), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2907), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2907), + [anon_sym_MOZ_COLD] = ACTIONS(2907), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2907), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2907), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2907), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2907), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2907), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2907), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2907), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2907), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2907), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2907), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2907), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2907), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2907), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2907), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2907), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2907), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2907), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2907), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2907), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2907), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2907), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2907), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2907), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2907), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2907), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2907), + [anon_sym_MOZ_RAII] = ACTIONS(2907), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2907), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2907), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2907), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2907), }, - [1538] = { - [sym_compound_statement] = STATE(390), - [sym_labeled_statement] = STATE(390), - [sym_expression_statement] = STATE(390), - [sym_if_statement] = STATE(390), - [sym_switch_statement] = STATE(390), - [sym_case_statement] = STATE(390), - [sym_while_statement] = STATE(390), - [sym_do_statement] = STATE(390), - [sym_for_statement] = STATE(390), - [sym_return_statement] = STATE(390), - [sym_break_statement] = STATE(390), - [sym_continue_statement] = STATE(390), - [sym_goto_statement] = STATE(390), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(390), - [sym_throw_statement] = STATE(390), - [sym_try_statement] = STATE(390), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1539] = { - [sym_compound_statement] = STATE(344), - [sym_labeled_statement] = STATE(344), - [sym_expression_statement] = STATE(344), - [sym_if_statement] = STATE(344), - [sym_switch_statement] = STATE(344), - [sym_case_statement] = STATE(344), - [sym_while_statement] = STATE(344), - [sym_do_statement] = STATE(344), - [sym_for_statement] = STATE(344), - [sym_return_statement] = STATE(344), - [sym_break_statement] = STATE(344), - [sym_continue_statement] = STATE(344), - [sym_goto_statement] = STATE(344), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(344), - [sym_throw_statement] = STATE(344), - [sym_try_statement] = STATE(344), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1540] = { - [sym_compound_statement] = STATE(153), - [sym_labeled_statement] = STATE(201), - [sym_expression_statement] = STATE(197), - [sym_if_statement] = STATE(196), - [sym_switch_statement] = STATE(195), - [sym_case_statement] = STATE(192), - [sym_while_statement] = STATE(191), - [sym_do_statement] = STATE(187), - [sym_for_statement] = STATE(186), - [sym_return_statement] = STATE(184), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(182), - [sym_goto_statement] = STATE(179), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(177), - [sym_throw_statement] = STATE(176), - [sym_try_statement] = STATE(175), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1336] = { + [sym_identifier] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2479), + [anon_sym_COMMA] = ACTIONS(2479), + [anon_sym_LPAREN2] = ACTIONS(2479), + [anon_sym_TILDE] = ACTIONS(2479), + [anon_sym_DASH] = ACTIONS(2477), + [anon_sym_PLUS] = ACTIONS(2477), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_SLASH] = ACTIONS(2477), + [anon_sym_PERCENT] = ACTIONS(2479), + [anon_sym_PIPE_PIPE] = ACTIONS(2479), + [anon_sym_AMP_AMP] = ACTIONS(2479), + [anon_sym_PIPE] = ACTIONS(2477), + [anon_sym_CARET] = ACTIONS(2479), + [anon_sym_AMP] = ACTIONS(2477), + [anon_sym_EQ_EQ] = ACTIONS(2479), + [anon_sym_BANG_EQ] = ACTIONS(2479), + [anon_sym_GT] = ACTIONS(2477), + [anon_sym_GT_EQ] = ACTIONS(2477), + [anon_sym_LT_EQ] = ACTIONS(2479), + [anon_sym_LT] = ACTIONS(2477), + [anon_sym_LT_LT] = ACTIONS(2479), + [anon_sym_GT_GT] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym___attribute__] = ACTIONS(2477), + [anon_sym___declspec] = ACTIONS(2477), + [anon_sym___based] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_LBRACK] = ACTIONS(2479), + [anon_sym_EQ] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_register] = ACTIONS(2477), + [anon_sym_inline] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_volatile] = ACTIONS(2477), + [anon_sym_restrict] = ACTIONS(2477), + [anon_sym__Atomic] = ACTIONS(2477), + [anon_sym_mutable] = ACTIONS(2477), + [anon_sym_constexpr] = ACTIONS(2477), + [anon_sym_QMARK] = ACTIONS(2479), + [anon_sym_DASH_DASH] = ACTIONS(2479), + [anon_sym_PLUS_PLUS] = ACTIONS(2479), + [anon_sym_DOT] = ACTIONS(2477), + [anon_sym_DASH_GT] = ACTIONS(2479), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2477), + [anon_sym_override] = ACTIONS(2477), + [anon_sym_GT2] = ACTIONS(2479), + [anon_sym_COLON_COLON] = ACTIONS(2479), + [anon_sym_noexcept] = ACTIONS(2477), + [anon_sym_throw] = ACTIONS(2477), + [sym_operator_name] = ACTIONS(2477), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2477), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2477), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2477), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2477), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2477), + [anon_sym_MOZ_COLD] = ACTIONS(2477), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2477), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2477), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2477), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2477), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2477), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2477), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2477), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2477), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2477), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2477), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2477), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2477), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2477), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2477), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2477), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2477), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_NONNULL] = ACTIONS(2477), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2477), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2477), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2477), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2477), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_NORETURN] = ACTIONS(2477), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2477), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2477), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2477), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2477), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2477), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2477), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2477), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2477), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2477), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2477), + [anon_sym_MOZ_RAII] = ACTIONS(2477), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2477), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2477), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2477), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2477), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2477), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2477), }, - [1541] = { - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(348), - [sym_throw_statement] = STATE(348), - [sym_try_statement] = STATE(348), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1337] = { + [sym_identifier] = ACTIONS(2733), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2735), + [anon_sym_COMMA] = ACTIONS(2735), + [anon_sym_LPAREN2] = ACTIONS(2735), + [anon_sym_TILDE] = ACTIONS(2735), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2735), + [anon_sym_SLASH] = ACTIONS(2733), + [anon_sym_PERCENT] = ACTIONS(2735), + [anon_sym_PIPE_PIPE] = ACTIONS(2735), + [anon_sym_AMP_AMP] = ACTIONS(2735), + [anon_sym_PIPE] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2735), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_EQ_EQ] = ACTIONS(2735), + [anon_sym_BANG_EQ] = ACTIONS(2735), + [anon_sym_GT] = ACTIONS(2733), + [anon_sym_GT_EQ] = ACTIONS(2733), + [anon_sym_LT_EQ] = ACTIONS(2735), + [anon_sym_LT] = ACTIONS(2733), + [anon_sym_LT_LT] = ACTIONS(2735), + [anon_sym_GT_GT] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2735), + [anon_sym_LBRACK] = ACTIONS(2735), + [anon_sym_EQ] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_QMARK] = ACTIONS(2735), + [anon_sym_DASH_DASH] = ACTIONS(2735), + [anon_sym_PLUS_PLUS] = ACTIONS(2735), + [anon_sym_DOT] = ACTIONS(2733), + [anon_sym_DASH_GT] = ACTIONS(2735), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2733), + [anon_sym_override] = ACTIONS(2733), + [anon_sym_GT2] = ACTIONS(2735), + [anon_sym_COLON_COLON] = ACTIONS(2735), + [anon_sym_noexcept] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [sym_operator_name] = ACTIONS(2733), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2733), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2733), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2733), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2733), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2733), + [anon_sym_MOZ_COLD] = ACTIONS(2733), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2733), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2733), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2733), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2733), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2733), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2733), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2733), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2733), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2733), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2733), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2733), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2733), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2733), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2733), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2733), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2733), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_NONNULL] = ACTIONS(2733), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2733), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2733), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2733), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2733), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_NORETURN] = ACTIONS(2733), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2733), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2733), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2733), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2733), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2733), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2733), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2733), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2733), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2733), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2733), + [anon_sym_MOZ_RAII] = ACTIONS(2733), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2733), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2733), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2733), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2733), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2733), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2733), }, - [1542] = { - [sym_compound_statement] = STATE(478), - [sym_labeled_statement] = STATE(478), - [sym_expression_statement] = STATE(478), - [sym_if_statement] = STATE(478), - [sym_switch_statement] = STATE(478), - [sym_case_statement] = STATE(478), - [sym_while_statement] = STATE(478), - [sym_do_statement] = STATE(478), - [sym_for_statement] = STATE(478), - [sym_return_statement] = STATE(478), - [sym_break_statement] = STATE(478), - [sym_continue_statement] = STATE(478), - [sym_goto_statement] = STATE(478), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(478), - [sym_throw_statement] = STATE(478), - [sym_try_statement] = STATE(478), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1338] = { + [sym_identifier] = ACTIONS(2469), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2471), + [anon_sym_COMMA] = ACTIONS(2471), + [anon_sym_LPAREN2] = ACTIONS(2471), + [anon_sym_TILDE] = ACTIONS(2471), + [anon_sym_DASH] = ACTIONS(2469), + [anon_sym_PLUS] = ACTIONS(2469), + [anon_sym_STAR] = ACTIONS(2471), + [anon_sym_SLASH] = ACTIONS(2469), + [anon_sym_PERCENT] = ACTIONS(2471), + [anon_sym_PIPE_PIPE] = ACTIONS(2471), + [anon_sym_AMP_AMP] = ACTIONS(2471), + [anon_sym_PIPE] = ACTIONS(2469), + [anon_sym_CARET] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2469), + [anon_sym_EQ_EQ] = ACTIONS(2471), + [anon_sym_BANG_EQ] = ACTIONS(2471), + [anon_sym_GT] = ACTIONS(2469), + [anon_sym_GT_EQ] = ACTIONS(2469), + [anon_sym_LT_EQ] = ACTIONS(2471), + [anon_sym_LT] = ACTIONS(2469), + [anon_sym_LT_LT] = ACTIONS(2471), + [anon_sym_GT_GT] = ACTIONS(2469), + [anon_sym_extern] = ACTIONS(2469), + [anon_sym___attribute__] = ACTIONS(2469), + [anon_sym___declspec] = ACTIONS(2469), + [anon_sym___based] = ACTIONS(2469), + [anon_sym_LBRACE] = ACTIONS(2471), + [anon_sym_LBRACK] = ACTIONS(2471), + [anon_sym_EQ] = ACTIONS(2469), + [anon_sym_static] = ACTIONS(2469), + [anon_sym_register] = ACTIONS(2469), + [anon_sym_inline] = ACTIONS(2469), + [anon_sym_const] = ACTIONS(2469), + [anon_sym_volatile] = ACTIONS(2469), + [anon_sym_restrict] = ACTIONS(2469), + [anon_sym__Atomic] = ACTIONS(2469), + [anon_sym_mutable] = ACTIONS(2469), + [anon_sym_constexpr] = ACTIONS(2469), + [anon_sym_QMARK] = ACTIONS(2471), + [anon_sym_DASH_DASH] = ACTIONS(2471), + [anon_sym_PLUS_PLUS] = ACTIONS(2471), + [anon_sym_DOT] = ACTIONS(2469), + [anon_sym_DASH_GT] = ACTIONS(2471), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2469), + [anon_sym_override] = ACTIONS(2469), + [anon_sym_GT2] = ACTIONS(2471), + [anon_sym_COLON_COLON] = ACTIONS(2471), + [anon_sym_noexcept] = ACTIONS(2469), + [anon_sym_throw] = ACTIONS(2469), + [sym_operator_name] = ACTIONS(2469), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2469), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2469), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2469), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2469), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2469), + [anon_sym_MOZ_COLD] = ACTIONS(2469), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2469), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2469), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2469), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2469), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2469), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2469), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2469), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2469), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2469), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2469), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2469), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2469), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2469), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2469), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2469), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2469), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_NONNULL] = ACTIONS(2469), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2469), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2469), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2469), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2469), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_NORETURN] = ACTIONS(2469), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2469), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2469), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2469), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2469), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2469), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2469), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2469), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2469), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2469), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2469), + [anon_sym_MOZ_RAII] = ACTIONS(2469), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2469), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2469), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2469), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2469), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2469), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2469), }, - [1543] = { - [sym_compound_statement] = STATE(202), - [sym_labeled_statement] = STATE(202), - [sym_expression_statement] = STATE(202), - [sym_if_statement] = STATE(202), - [sym_switch_statement] = STATE(202), - [sym_case_statement] = STATE(202), - [sym_while_statement] = STATE(202), - [sym_do_statement] = STATE(202), - [sym_for_statement] = STATE(202), - [sym_return_statement] = STATE(202), - [sym_break_statement] = STATE(202), - [sym_continue_statement] = STATE(202), - [sym_goto_statement] = STATE(202), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(202), - [sym_throw_statement] = STATE(202), - [sym_try_statement] = STATE(202), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1339] = { + [sym_identifier] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2435), + [anon_sym_COMMA] = ACTIONS(2435), + [anon_sym_LPAREN2] = ACTIONS(2435), + [anon_sym_TILDE] = ACTIONS(2435), + [anon_sym_DASH] = ACTIONS(2433), + [anon_sym_PLUS] = ACTIONS(2433), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_SLASH] = ACTIONS(2433), + [anon_sym_PERCENT] = ACTIONS(2435), + [anon_sym_PIPE_PIPE] = ACTIONS(2435), + [anon_sym_AMP_AMP] = ACTIONS(2435), + [anon_sym_PIPE] = ACTIONS(2433), + [anon_sym_CARET] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2433), + [anon_sym_EQ_EQ] = ACTIONS(2435), + [anon_sym_BANG_EQ] = ACTIONS(2435), + [anon_sym_GT] = ACTIONS(2433), + [anon_sym_GT_EQ] = ACTIONS(2433), + [anon_sym_LT_EQ] = ACTIONS(2435), + [anon_sym_LT] = ACTIONS(2433), + [anon_sym_LT_LT] = ACTIONS(2435), + [anon_sym_GT_GT] = ACTIONS(2433), + [anon_sym_extern] = ACTIONS(2433), + [anon_sym___attribute__] = ACTIONS(2433), + [anon_sym___declspec] = ACTIONS(2433), + [anon_sym___based] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2435), + [anon_sym_LBRACK] = ACTIONS(2435), + [anon_sym_EQ] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_register] = ACTIONS(2433), + [anon_sym_inline] = ACTIONS(2433), + [anon_sym_const] = ACTIONS(2433), + [anon_sym_volatile] = ACTIONS(2433), + [anon_sym_restrict] = ACTIONS(2433), + [anon_sym__Atomic] = ACTIONS(2433), + [anon_sym_mutable] = ACTIONS(2433), + [anon_sym_constexpr] = ACTIONS(2433), + [anon_sym_QMARK] = ACTIONS(2435), + [anon_sym_DASH_DASH] = ACTIONS(2435), + [anon_sym_PLUS_PLUS] = ACTIONS(2435), + [anon_sym_DOT] = ACTIONS(2433), + [anon_sym_DASH_GT] = ACTIONS(2435), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2433), + [anon_sym_override] = ACTIONS(2433), + [anon_sym_GT2] = ACTIONS(2435), + [anon_sym_COLON_COLON] = ACTIONS(2435), + [anon_sym_noexcept] = ACTIONS(2433), + [anon_sym_throw] = ACTIONS(2433), + [sym_operator_name] = ACTIONS(2433), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2433), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2433), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2433), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2433), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2433), + [anon_sym_MOZ_COLD] = ACTIONS(2433), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2433), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2433), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2433), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2433), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2433), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2433), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2433), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2433), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2433), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2433), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2433), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2433), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2433), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2433), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2433), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2433), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_NONNULL] = ACTIONS(2433), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2433), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2433), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2433), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2433), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_NORETURN] = ACTIONS(2433), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2433), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2433), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2433), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2433), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2433), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2433), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2433), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2433), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2433), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2433), + [anon_sym_MOZ_RAII] = ACTIONS(2433), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2433), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2433), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2433), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2433), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2433), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2433), }, - [1544] = { - [sym_compound_statement] = STATE(410), - [sym_labeled_statement] = STATE(410), - [sym_expression_statement] = STATE(410), - [sym_if_statement] = STATE(410), - [sym_switch_statement] = STATE(410), - [sym_case_statement] = STATE(410), - [sym_while_statement] = STATE(410), - [sym_do_statement] = STATE(410), - [sym_for_statement] = STATE(410), - [sym_return_statement] = STATE(410), - [sym_break_statement] = STATE(410), - [sym_continue_statement] = STATE(410), - [sym_goto_statement] = STATE(410), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(410), - [sym_throw_statement] = STATE(410), - [sym_try_statement] = STATE(410), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1340] = { + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2571), + [anon_sym_COMMA] = ACTIONS(2571), + [anon_sym_LPAREN2] = ACTIONS(2571), + [anon_sym_TILDE] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_SLASH] = ACTIONS(2569), + [anon_sym_PERCENT] = ACTIONS(2571), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_GT] = ACTIONS(2569), + [anon_sym_GT_EQ] = ACTIONS(2569), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2569), + [anon_sym_LT_LT] = ACTIONS(2571), + [anon_sym_GT_GT] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2569), + [anon_sym___attribute__] = ACTIONS(2569), + [anon_sym___declspec] = ACTIONS(2569), + [anon_sym___based] = ACTIONS(2569), + [anon_sym_LBRACE] = ACTIONS(2571), + [anon_sym_LBRACK] = ACTIONS(2571), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_register] = ACTIONS(2569), + [anon_sym_inline] = ACTIONS(2569), + [anon_sym_const] = ACTIONS(2569), + [anon_sym_volatile] = ACTIONS(2569), + [anon_sym_restrict] = ACTIONS(2569), + [anon_sym__Atomic] = ACTIONS(2569), + [anon_sym_mutable] = ACTIONS(2569), + [anon_sym_constexpr] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_DASH_DASH] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2571), + [anon_sym_DOT] = ACTIONS(2569), + [anon_sym_DASH_GT] = ACTIONS(2571), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2569), + [anon_sym_override] = ACTIONS(2569), + [anon_sym_GT2] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(2571), + [anon_sym_noexcept] = ACTIONS(2569), + [anon_sym_throw] = ACTIONS(2569), + [sym_operator_name] = ACTIONS(2569), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2569), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2569), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2569), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2569), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2569), + [anon_sym_MOZ_COLD] = ACTIONS(2569), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2569), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2569), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2569), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2569), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2569), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2569), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2569), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2569), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2569), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2569), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2569), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2569), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2569), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2569), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2569), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2569), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_NONNULL] = ACTIONS(2569), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2569), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2569), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2569), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2569), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_NORETURN] = ACTIONS(2569), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2569), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2569), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2569), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2569), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2569), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2569), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2569), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2569), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2569), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2569), + [anon_sym_MOZ_RAII] = ACTIONS(2569), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2569), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2569), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2569), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2569), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2569), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2569), }, - [1545] = { - [sym_compound_statement] = STATE(355), - [sym_labeled_statement] = STATE(355), - [sym_expression_statement] = STATE(355), - [sym_if_statement] = STATE(355), - [sym_switch_statement] = STATE(355), - [sym_case_statement] = STATE(355), - [sym_while_statement] = STATE(355), - [sym_do_statement] = STATE(355), - [sym_for_statement] = STATE(355), - [sym_return_statement] = STATE(355), - [sym_break_statement] = STATE(355), - [sym_continue_statement] = STATE(355), - [sym_goto_statement] = STATE(355), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(355), - [sym_throw_statement] = STATE(355), - [sym_try_statement] = STATE(355), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1341] = { + [sym_identifier] = ACTIONS(2401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2403), + [anon_sym_COMMA] = ACTIONS(2403), + [anon_sym_LPAREN2] = ACTIONS(2403), + [anon_sym_TILDE] = ACTIONS(2403), + [anon_sym_DASH] = ACTIONS(2401), + [anon_sym_PLUS] = ACTIONS(2401), + [anon_sym_STAR] = ACTIONS(2403), + [anon_sym_SLASH] = ACTIONS(2401), + [anon_sym_PERCENT] = ACTIONS(2403), + [anon_sym_PIPE_PIPE] = ACTIONS(2403), + [anon_sym_AMP_AMP] = ACTIONS(2403), + [anon_sym_PIPE] = ACTIONS(2401), + [anon_sym_CARET] = ACTIONS(2403), + [anon_sym_AMP] = ACTIONS(2401), + [anon_sym_EQ_EQ] = ACTIONS(2403), + [anon_sym_BANG_EQ] = ACTIONS(2403), + [anon_sym_GT] = ACTIONS(2401), + [anon_sym_GT_EQ] = ACTIONS(2401), + [anon_sym_LT_EQ] = ACTIONS(2403), + [anon_sym_LT] = ACTIONS(2401), + [anon_sym_LT_LT] = ACTIONS(2403), + [anon_sym_GT_GT] = ACTIONS(2401), + [anon_sym_extern] = ACTIONS(2401), + [anon_sym___attribute__] = ACTIONS(2401), + [anon_sym___declspec] = ACTIONS(2401), + [anon_sym___based] = ACTIONS(2401), + [anon_sym_LBRACE] = ACTIONS(2403), + [anon_sym_LBRACK] = ACTIONS(2403), + [anon_sym_EQ] = ACTIONS(2401), + [anon_sym_static] = ACTIONS(2401), + [anon_sym_register] = ACTIONS(2401), + [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2403), + [anon_sym_PLUS_PLUS] = ACTIONS(2403), + [anon_sym_DOT] = ACTIONS(2401), + [anon_sym_DASH_GT] = ACTIONS(2403), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2401), + [anon_sym_override] = ACTIONS(2401), + [anon_sym_GT2] = ACTIONS(2403), + [anon_sym_COLON_COLON] = ACTIONS(2403), + [anon_sym_noexcept] = ACTIONS(2401), + [anon_sym_throw] = ACTIONS(2401), + [sym_operator_name] = 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), }, - [1546] = { - [sym_compound_statement] = STATE(206), - [sym_labeled_statement] = STATE(206), - [sym_expression_statement] = STATE(206), - [sym_if_statement] = STATE(206), - [sym_switch_statement] = STATE(206), - [sym_case_statement] = STATE(206), - [sym_while_statement] = STATE(206), - [sym_do_statement] = STATE(206), - [sym_for_statement] = STATE(206), - [sym_return_statement] = STATE(206), - [sym_break_statement] = STATE(206), - [sym_continue_statement] = STATE(206), - [sym_goto_statement] = STATE(206), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(206), - [sym_throw_statement] = STATE(206), - [sym_try_statement] = STATE(206), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1342] = { + [sym_identifier] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2419), + [anon_sym_COMMA] = ACTIONS(2419), + [anon_sym_LPAREN2] = ACTIONS(2419), + [anon_sym_TILDE] = ACTIONS(2419), + [anon_sym_DASH] = ACTIONS(2417), + [anon_sym_PLUS] = ACTIONS(2417), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_SLASH] = ACTIONS(2417), + [anon_sym_PERCENT] = ACTIONS(2419), + [anon_sym_PIPE_PIPE] = ACTIONS(2419), + [anon_sym_AMP_AMP] = ACTIONS(2419), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_CARET] = ACTIONS(2419), + [anon_sym_AMP] = ACTIONS(2417), + [anon_sym_EQ_EQ] = ACTIONS(2419), + [anon_sym_BANG_EQ] = ACTIONS(2419), + [anon_sym_GT] = ACTIONS(2417), + [anon_sym_GT_EQ] = ACTIONS(2417), + [anon_sym_LT_EQ] = ACTIONS(2419), + [anon_sym_LT] = ACTIONS(2417), + [anon_sym_LT_LT] = ACTIONS(2419), + [anon_sym_GT_GT] = ACTIONS(2417), + [anon_sym_extern] = ACTIONS(2417), + [anon_sym___attribute__] = ACTIONS(2417), + [anon_sym___declspec] = ACTIONS(2417), + [anon_sym___based] = ACTIONS(2417), + [anon_sym_LBRACE] = ACTIONS(2419), + [anon_sym_LBRACK] = ACTIONS(2419), + [anon_sym_EQ] = ACTIONS(2417), + [anon_sym_static] = ACTIONS(2417), + [anon_sym_register] = ACTIONS(2417), + [anon_sym_inline] = ACTIONS(2417), + [anon_sym_const] = ACTIONS(2417), + [anon_sym_volatile] = ACTIONS(2417), + [anon_sym_restrict] = ACTIONS(2417), + [anon_sym__Atomic] = ACTIONS(2417), + [anon_sym_mutable] = ACTIONS(2417), + [anon_sym_constexpr] = ACTIONS(2417), + [anon_sym_QMARK] = ACTIONS(2419), + [anon_sym_DASH_DASH] = ACTIONS(2419), + [anon_sym_PLUS_PLUS] = ACTIONS(2419), + [anon_sym_DOT] = ACTIONS(2417), + [anon_sym_DASH_GT] = ACTIONS(2419), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1547] = { - [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_case_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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(328), - [sym_throw_statement] = STATE(328), - [sym_try_statement] = STATE(328), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1548] = { - [sym_compound_statement] = STATE(5551), - [sym_labeled_statement] = STATE(5551), - [sym_expression_statement] = STATE(5551), - [sym_if_statement] = STATE(5551), - [sym_switch_statement] = STATE(5551), - [sym_case_statement] = STATE(5551), - [sym_while_statement] = STATE(5551), - [sym_do_statement] = STATE(5551), - [sym_for_statement] = STATE(5551), - [sym_return_statement] = STATE(5551), - [sym_break_statement] = STATE(5551), - [sym_continue_statement] = STATE(5551), - [sym_goto_statement] = STATE(5551), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5551), - [sym_throw_statement] = STATE(5551), - [sym_try_statement] = STATE(5551), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2417), + [anon_sym_override] = ACTIONS(2417), + [anon_sym_GT2] = ACTIONS(2419), + [anon_sym_COLON_COLON] = ACTIONS(2419), + [anon_sym_noexcept] = ACTIONS(2417), + [anon_sym_throw] = ACTIONS(2417), + [sym_operator_name] = ACTIONS(2417), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2417), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2417), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2417), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2417), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2417), + [anon_sym_MOZ_COLD] = ACTIONS(2417), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2417), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2417), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2417), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2417), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2417), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2417), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2417), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2417), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2417), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2417), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2417), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2417), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2417), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2417), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2417), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2417), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_NONNULL] = ACTIONS(2417), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2417), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2417), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2417), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2417), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_NORETURN] = ACTIONS(2417), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2417), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2417), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2417), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2417), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2417), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2417), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2417), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2417), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2417), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2417), + [anon_sym_MOZ_RAII] = ACTIONS(2417), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2417), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2417), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2417), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2417), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2417), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2417), }, - [1549] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_EQ] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [anon_sym_COLON] = ACTIONS(2713), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3321), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [1343] = { + [sym_identifier] = ACTIONS(2585), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2587), + [anon_sym_COMMA] = ACTIONS(2587), + [anon_sym_LPAREN2] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2585), + [anon_sym_PLUS] = ACTIONS(2585), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_SLASH] = ACTIONS(2585), + [anon_sym_PERCENT] = ACTIONS(2587), + [anon_sym_PIPE_PIPE] = ACTIONS(2587), + [anon_sym_AMP_AMP] = ACTIONS(2587), + [anon_sym_PIPE] = ACTIONS(2585), + [anon_sym_CARET] = ACTIONS(2587), + [anon_sym_AMP] = ACTIONS(2585), + [anon_sym_EQ_EQ] = ACTIONS(2587), + [anon_sym_BANG_EQ] = ACTIONS(2587), + [anon_sym_GT] = ACTIONS(2585), + [anon_sym_GT_EQ] = ACTIONS(2585), + [anon_sym_LT_EQ] = ACTIONS(2587), + [anon_sym_LT] = ACTIONS(2585), + [anon_sym_LT_LT] = ACTIONS(2587), + [anon_sym_GT_GT] = ACTIONS(2585), + [anon_sym_extern] = ACTIONS(2585), + [anon_sym___attribute__] = ACTIONS(2585), + [anon_sym___declspec] = ACTIONS(2585), + [anon_sym___based] = ACTIONS(2585), + [anon_sym_LBRACE] = ACTIONS(2587), + [anon_sym_LBRACK] = ACTIONS(2587), + [anon_sym_EQ] = ACTIONS(2585), + [anon_sym_static] = ACTIONS(2585), + [anon_sym_register] = ACTIONS(2585), + [anon_sym_inline] = ACTIONS(2585), + [anon_sym_const] = ACTIONS(2585), + [anon_sym_volatile] = ACTIONS(2585), + [anon_sym_restrict] = ACTIONS(2585), + [anon_sym__Atomic] = ACTIONS(2585), + [anon_sym_mutable] = ACTIONS(2585), + [anon_sym_constexpr] = ACTIONS(2585), + [anon_sym_QMARK] = ACTIONS(2587), + [anon_sym_DASH_DASH] = ACTIONS(2587), + [anon_sym_PLUS_PLUS] = ACTIONS(2587), + [anon_sym_DOT] = ACTIONS(2585), + [anon_sym_DASH_GT] = ACTIONS(2587), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2585), + [anon_sym_override] = ACTIONS(2585), + [anon_sym_GT2] = ACTIONS(2587), + [anon_sym_COLON_COLON] = ACTIONS(2587), + [anon_sym_noexcept] = ACTIONS(2585), + [anon_sym_throw] = ACTIONS(2585), + [sym_operator_name] = ACTIONS(2585), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2585), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2585), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2585), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2585), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2585), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2585), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2585), + [anon_sym_MOZ_COLD] = ACTIONS(2585), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2585), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2585), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2585), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2585), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2585), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2585), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2585), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2585), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2585), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2585), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2585), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2585), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2585), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2585), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2585), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2585), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2585), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2585), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2585), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_NONNULL] = ACTIONS(2585), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2585), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2585), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2585), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2585), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2585), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_NORETURN] = ACTIONS(2585), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2585), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2585), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2585), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2585), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2585), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2585), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2585), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2585), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2585), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2585), + [anon_sym_MOZ_RAII] = ACTIONS(2585), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2585), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2585), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2585), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2585), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2585), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2585), }, - [1550] = { - [sym_compound_statement] = STATE(217), - [sym_labeled_statement] = STATE(217), - [sym_expression_statement] = STATE(217), - [sym_if_statement] = STATE(217), - [sym_switch_statement] = STATE(217), - [sym_case_statement] = STATE(217), - [sym_while_statement] = STATE(217), - [sym_do_statement] = STATE(217), - [sym_for_statement] = STATE(217), - [sym_return_statement] = STATE(217), - [sym_break_statement] = STATE(217), - [sym_continue_statement] = STATE(217), - [sym_goto_statement] = STATE(217), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(217), - [sym_throw_statement] = STATE(217), - [sym_try_statement] = STATE(217), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1344] = { + [sym_identifier] = ACTIONS(2461), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2463), + [anon_sym_COMMA] = ACTIONS(2463), + [anon_sym_LPAREN2] = ACTIONS(2463), + [anon_sym_TILDE] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2461), + [anon_sym_PLUS] = ACTIONS(2461), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_SLASH] = ACTIONS(2461), + [anon_sym_PERCENT] = ACTIONS(2463), + [anon_sym_PIPE_PIPE] = ACTIONS(2463), + [anon_sym_AMP_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2461), + [anon_sym_CARET] = ACTIONS(2463), + [anon_sym_AMP] = ACTIONS(2461), + [anon_sym_EQ_EQ] = ACTIONS(2463), + [anon_sym_BANG_EQ] = ACTIONS(2463), + [anon_sym_GT] = ACTIONS(2461), + [anon_sym_GT_EQ] = ACTIONS(2461), + [anon_sym_LT_EQ] = ACTIONS(2463), + [anon_sym_LT] = ACTIONS(2461), + [anon_sym_LT_LT] = ACTIONS(2463), + [anon_sym_GT_GT] = ACTIONS(2461), + [anon_sym_extern] = ACTIONS(2461), + [anon_sym___attribute__] = ACTIONS(2461), + [anon_sym___declspec] = ACTIONS(2461), + [anon_sym___based] = ACTIONS(2461), + [anon_sym_LBRACE] = ACTIONS(2463), + [anon_sym_LBRACK] = ACTIONS(2463), + [anon_sym_EQ] = ACTIONS(2461), + [anon_sym_static] = ACTIONS(2461), + [anon_sym_register] = ACTIONS(2461), + [anon_sym_inline] = ACTIONS(2461), + [anon_sym_const] = ACTIONS(2461), + [anon_sym_volatile] = ACTIONS(2461), + [anon_sym_restrict] = ACTIONS(2461), + [anon_sym__Atomic] = ACTIONS(2461), + [anon_sym_mutable] = ACTIONS(2461), + [anon_sym_constexpr] = ACTIONS(2461), + [anon_sym_QMARK] = ACTIONS(2463), + [anon_sym_DASH_DASH] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2463), + [anon_sym_DOT] = ACTIONS(2461), + [anon_sym_DASH_GT] = ACTIONS(2463), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2461), + [anon_sym_override] = ACTIONS(2461), + [anon_sym_GT2] = ACTIONS(2463), + [anon_sym_COLON_COLON] = ACTIONS(2463), + [anon_sym_noexcept] = ACTIONS(2461), + [anon_sym_throw] = ACTIONS(2461), + [sym_operator_name] = ACTIONS(2461), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2461), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2461), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2461), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2461), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2461), + [anon_sym_MOZ_COLD] = ACTIONS(2461), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2461), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2461), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2461), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2461), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2461), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2461), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2461), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2461), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2461), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2461), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2461), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2461), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2461), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2461), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2461), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2461), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_NONNULL] = ACTIONS(2461), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2461), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2461), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2461), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2461), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_NORETURN] = ACTIONS(2461), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2461), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2461), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2461), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2461), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2461), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2461), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2461), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2461), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2461), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2461), + [anon_sym_MOZ_RAII] = ACTIONS(2461), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2461), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2461), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2461), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2461), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2461), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2461), }, - [1551] = { - [sym_compound_statement] = STATE(218), - [sym_labeled_statement] = STATE(218), - [sym_expression_statement] = STATE(218), - [sym_if_statement] = STATE(218), - [sym_switch_statement] = STATE(218), - [sym_case_statement] = STATE(218), - [sym_while_statement] = STATE(218), - [sym_do_statement] = STATE(218), - [sym_for_statement] = STATE(218), - [sym_return_statement] = STATE(218), - [sym_break_statement] = STATE(218), - [sym_continue_statement] = STATE(218), - [sym_goto_statement] = STATE(218), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(218), - [sym_throw_statement] = STATE(218), - [sym_try_statement] = STATE(218), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1345] = { + [sym_identifier] = ACTIONS(2737), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2739), + [anon_sym_COMMA] = ACTIONS(2739), + [anon_sym_LPAREN2] = ACTIONS(2739), + [anon_sym_TILDE] = ACTIONS(2739), + [anon_sym_DASH] = ACTIONS(2737), + [anon_sym_PLUS] = ACTIONS(2737), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_SLASH] = ACTIONS(2737), + [anon_sym_PERCENT] = ACTIONS(2739), + [anon_sym_PIPE_PIPE] = ACTIONS(2739), + [anon_sym_AMP_AMP] = ACTIONS(2739), + [anon_sym_PIPE] = ACTIONS(2737), + [anon_sym_CARET] = ACTIONS(2739), + [anon_sym_AMP] = ACTIONS(2737), + [anon_sym_EQ_EQ] = ACTIONS(2739), + [anon_sym_BANG_EQ] = ACTIONS(2739), + [anon_sym_GT] = ACTIONS(2737), + [anon_sym_GT_EQ] = ACTIONS(2737), + [anon_sym_LT_EQ] = ACTIONS(2739), + [anon_sym_LT] = ACTIONS(2737), + [anon_sym_LT_LT] = ACTIONS(2739), + [anon_sym_GT_GT] = ACTIONS(2737), + [anon_sym_extern] = ACTIONS(2737), + [anon_sym___attribute__] = ACTIONS(2737), + [anon_sym___declspec] = ACTIONS(2737), + [anon_sym___based] = ACTIONS(2737), + [anon_sym_LBRACE] = ACTIONS(2739), + [anon_sym_LBRACK] = ACTIONS(2739), + [anon_sym_EQ] = ACTIONS(2737), + [anon_sym_static] = ACTIONS(2737), + [anon_sym_register] = ACTIONS(2737), + [anon_sym_inline] = ACTIONS(2737), + [anon_sym_const] = ACTIONS(2737), + [anon_sym_volatile] = ACTIONS(2737), + [anon_sym_restrict] = ACTIONS(2737), + [anon_sym__Atomic] = ACTIONS(2737), + [anon_sym_mutable] = ACTIONS(2737), + [anon_sym_constexpr] = ACTIONS(2737), + [anon_sym_QMARK] = ACTIONS(2739), + [anon_sym_DASH_DASH] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2739), + [anon_sym_DOT] = ACTIONS(2737), + [anon_sym_DASH_GT] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2737), + [anon_sym_override] = ACTIONS(2737), + [anon_sym_GT2] = ACTIONS(2739), + [anon_sym_COLON_COLON] = ACTIONS(2739), + [anon_sym_noexcept] = ACTIONS(2737), + [anon_sym_throw] = ACTIONS(2737), + [sym_operator_name] = ACTIONS(2737), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2737), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2737), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2737), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2737), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2737), + [anon_sym_MOZ_COLD] = ACTIONS(2737), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2737), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2737), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2737), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2737), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2737), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2737), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2737), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2737), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2737), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2737), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2737), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2737), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2737), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2737), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2737), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2737), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_NONNULL] = ACTIONS(2737), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2737), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2737), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2737), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2737), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_NORETURN] = ACTIONS(2737), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2737), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2737), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2737), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2737), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2737), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2737), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2737), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2737), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2737), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2737), + [anon_sym_MOZ_RAII] = ACTIONS(2737), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2737), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2737), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2737), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2737), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2737), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2737), }, - [1552] = { - [sym_compound_statement] = STATE(219), - [sym_labeled_statement] = STATE(219), - [sym_expression_statement] = STATE(219), - [sym_if_statement] = STATE(219), - [sym_switch_statement] = STATE(219), - [sym_case_statement] = STATE(219), - [sym_while_statement] = STATE(219), - [sym_do_statement] = STATE(219), - [sym_for_statement] = STATE(219), - [sym_return_statement] = STATE(219), - [sym_break_statement] = STATE(219), - [sym_continue_statement] = STATE(219), - [sym_goto_statement] = STATE(219), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(219), - [sym_throw_statement] = STATE(219), - [sym_try_statement] = STATE(219), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1346] = { + [sym_identifier] = ACTIONS(2697), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2699), + [anon_sym_COMMA] = ACTIONS(2699), + [anon_sym_LPAREN2] = ACTIONS(2699), + [anon_sym_TILDE] = ACTIONS(2699), + [anon_sym_DASH] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_SLASH] = ACTIONS(2697), + [anon_sym_PERCENT] = ACTIONS(2699), + [anon_sym_PIPE_PIPE] = ACTIONS(2699), + [anon_sym_AMP_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2697), + [anon_sym_CARET] = ACTIONS(2699), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_EQ_EQ] = ACTIONS(2699), + [anon_sym_BANG_EQ] = ACTIONS(2699), + [anon_sym_GT] = ACTIONS(2697), + [anon_sym_GT_EQ] = ACTIONS(2697), + [anon_sym_LT_EQ] = ACTIONS(2699), + [anon_sym_LT] = ACTIONS(2697), + [anon_sym_LT_LT] = ACTIONS(2699), + [anon_sym_GT_GT] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2697), + [anon_sym___attribute__] = ACTIONS(2697), + [anon_sym___declspec] = ACTIONS(2697), + [anon_sym___based] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2699), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_EQ] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_register] = ACTIONS(2697), + [anon_sym_inline] = ACTIONS(2697), + [anon_sym_const] = ACTIONS(2697), + [anon_sym_volatile] = ACTIONS(2697), + [anon_sym_restrict] = ACTIONS(2697), + [anon_sym__Atomic] = ACTIONS(2697), + [anon_sym_mutable] = ACTIONS(2697), + [anon_sym_constexpr] = ACTIONS(2697), + [anon_sym_QMARK] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2699), + [anon_sym_PLUS_PLUS] = ACTIONS(2699), + [anon_sym_DOT] = ACTIONS(2697), + [anon_sym_DASH_GT] = ACTIONS(2699), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2697), + [anon_sym_override] = ACTIONS(2697), + [anon_sym_GT2] = ACTIONS(2699), + [anon_sym_COLON_COLON] = ACTIONS(2699), + [anon_sym_noexcept] = ACTIONS(2697), + [anon_sym_throw] = ACTIONS(2697), + [sym_operator_name] = ACTIONS(2697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2697), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2697), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2697), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2697), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2697), + [anon_sym_MOZ_COLD] = ACTIONS(2697), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2697), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2697), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2697), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2697), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2697), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2697), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2697), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2697), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2697), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2697), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2697), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2697), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2697), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2697), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2697), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2697), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_NONNULL] = ACTIONS(2697), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2697), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2697), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2697), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2697), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_NORETURN] = ACTIONS(2697), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2697), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2697), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2697), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2697), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2697), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2697), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2697), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2697), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2697), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2697), + [anon_sym_MOZ_RAII] = ACTIONS(2697), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2697), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2697), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2697), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2697), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2697), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2697), }, - [1553] = { - [sym_compound_statement] = STATE(222), - [sym_labeled_statement] = STATE(222), - [sym_expression_statement] = STATE(222), - [sym_if_statement] = STATE(222), - [sym_switch_statement] = STATE(222), - [sym_case_statement] = STATE(222), - [sym_while_statement] = STATE(222), - [sym_do_statement] = STATE(222), - [sym_for_statement] = STATE(222), - [sym_return_statement] = STATE(222), - [sym_break_statement] = STATE(222), - [sym_continue_statement] = STATE(222), - [sym_goto_statement] = STATE(222), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(222), - [sym_throw_statement] = STATE(222), - [sym_try_statement] = STATE(222), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1347] = { + [sym_identifier] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2451), + [anon_sym_COMMA] = ACTIONS(2451), + [anon_sym_LPAREN2] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_SLASH] = ACTIONS(2449), + [anon_sym_PERCENT] = ACTIONS(2451), + [anon_sym_PIPE_PIPE] = ACTIONS(2451), + [anon_sym_AMP_AMP] = ACTIONS(2451), + [anon_sym_PIPE] = ACTIONS(2449), + [anon_sym_CARET] = ACTIONS(2451), + [anon_sym_AMP] = ACTIONS(2449), + [anon_sym_EQ_EQ] = ACTIONS(2451), + [anon_sym_BANG_EQ] = ACTIONS(2451), + [anon_sym_GT] = ACTIONS(2449), + [anon_sym_GT_EQ] = ACTIONS(2449), + [anon_sym_LT_EQ] = ACTIONS(2451), + [anon_sym_LT] = ACTIONS(2449), + [anon_sym_LT_LT] = ACTIONS(2451), + [anon_sym_GT_GT] = ACTIONS(2449), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym___attribute__] = ACTIONS(2449), + [anon_sym___declspec] = ACTIONS(2449), + [anon_sym___based] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_EQ] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_inline] = 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_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_DOT] = ACTIONS(2449), + [anon_sym_DASH_GT] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2449), + [anon_sym_override] = ACTIONS(2449), + [anon_sym_GT2] = ACTIONS(2451), + [anon_sym_COLON_COLON] = ACTIONS(2451), + [anon_sym_noexcept] = ACTIONS(2449), + [anon_sym_throw] = ACTIONS(2449), + [sym_operator_name] = 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), }, - [1554] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(432), - [sym_throw_statement] = STATE(432), - [sym_try_statement] = STATE(432), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1348] = { + [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_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(2437), + [anon_sym_LT_EQ] = ACTIONS(2439), + [anon_sym_LT] = ACTIONS(2437), + [anon_sym_LT_LT] = ACTIONS(2439), + [anon_sym_GT_GT] = ACTIONS(2437), + [anon_sym_extern] = ACTIONS(2437), + [anon_sym___attribute__] = ACTIONS(2437), + [anon_sym___declspec] = ACTIONS(2437), + [anon_sym___based] = ACTIONS(2437), + [anon_sym_LBRACE] = ACTIONS(2439), + [anon_sym_LBRACK] = ACTIONS(2439), + [anon_sym_EQ] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_register] = ACTIONS(2437), + [anon_sym_inline] = 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_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_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2437), + [anon_sym_override] = ACTIONS(2437), + [anon_sym_GT2] = ACTIONS(2439), + [anon_sym_COLON_COLON] = 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), }, - [1555] = { - [sym_compound_statement] = STATE(224), - [sym_labeled_statement] = STATE(224), - [sym_expression_statement] = STATE(224), - [sym_if_statement] = STATE(224), - [sym_switch_statement] = STATE(224), - [sym_case_statement] = STATE(224), - [sym_while_statement] = STATE(224), - [sym_do_statement] = STATE(224), - [sym_for_statement] = STATE(224), - [sym_return_statement] = STATE(224), - [sym_break_statement] = STATE(224), - [sym_continue_statement] = STATE(224), - [sym_goto_statement] = STATE(224), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(224), - [sym_throw_statement] = STATE(224), - [sym_try_statement] = STATE(224), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1349] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_RPAREN] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_SLASH] = ACTIONS(2909), + [anon_sym_PERCENT] = ACTIONS(2907), + [anon_sym_PIPE_PIPE] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2909), + [anon_sym_CARET] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_EQ_EQ] = ACTIONS(2907), + [anon_sym_BANG_EQ] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2909), + [anon_sym_GT_EQ] = ACTIONS(2907), + [anon_sym_LT_EQ] = ACTIONS(2907), + [anon_sym_LT] = ACTIONS(2909), + [anon_sym_LT_LT] = ACTIONS(2907), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2907), + [anon_sym___attribute__] = ACTIONS(2907), + [anon_sym___declspec] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_RBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_RBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2909), + [anon_sym_static] = ACTIONS(2907), + [anon_sym_register] = ACTIONS(2907), + [anon_sym_inline] = ACTIONS(2907), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2907), + [anon_sym_restrict] = ACTIONS(2907), + [anon_sym__Atomic] = ACTIONS(2907), + [anon_sym_mutable] = ACTIONS(2907), + [anon_sym_constexpr] = ACTIONS(2907), + [anon_sym_COLON] = ACTIONS(2909), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DOT] = ACTIONS(2909), + [anon_sym_DASH_GT] = ACTIONS(2907), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2907), + [anon_sym_override] = ACTIONS(2907), + [anon_sym_COLON_COLON] = ACTIONS(2877), + [anon_sym_noexcept] = ACTIONS(2907), + [anon_sym_throw] = ACTIONS(2907), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2907), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2907), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2907), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2907), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2907), + [anon_sym_MOZ_COLD] = ACTIONS(2907), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2907), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2907), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2907), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2907), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2907), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2907), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2907), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2907), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2907), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2907), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2907), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2907), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2907), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2907), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2907), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2907), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2907), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2907), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2907), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2907), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2907), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2907), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2907), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2907), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2907), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2907), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2907), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2907), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2907), + [anon_sym_MOZ_RAII] = ACTIONS(2907), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2907), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2907), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2907), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2907), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2907), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2907), }, - [1556] = { - [sym_compound_statement] = STATE(703), - [sym_labeled_statement] = STATE(703), - [sym_expression_statement] = STATE(703), - [sym_if_statement] = STATE(703), - [sym_switch_statement] = STATE(703), - [sym_case_statement] = STATE(703), - [sym_while_statement] = STATE(703), - [sym_do_statement] = STATE(703), - [sym_for_statement] = STATE(703), - [sym_return_statement] = STATE(703), - [sym_break_statement] = STATE(703), - [sym_continue_statement] = STATE(703), - [sym_goto_statement] = STATE(703), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(703), - [sym_throw_statement] = STATE(703), - [sym_try_statement] = STATE(703), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1557] = { - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(479), - [sym_throw_statement] = STATE(479), - [sym_try_statement] = STATE(479), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1558] = { - [sym_compound_statement] = STATE(719), - [sym_labeled_statement] = STATE(718), - [sym_expression_statement] = STATE(716), - [sym_if_statement] = STATE(715), - [sym_switch_statement] = STATE(713), - [sym_case_statement] = STATE(712), - [sym_while_statement] = STATE(711), - [sym_do_statement] = STATE(709), - [sym_for_statement] = STATE(708), - [sym_return_statement] = STATE(707), - [sym_break_statement] = STATE(696), - [sym_continue_statement] = STATE(698), - [sym_goto_statement] = STATE(699), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(700), - [sym_throw_statement] = STATE(701), - [sym_try_statement] = STATE(702), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1350] = { + [sym_identifier] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2511), + [anon_sym_COMMA] = ACTIONS(2511), + [anon_sym_LPAREN2] = ACTIONS(2511), + [anon_sym_TILDE] = ACTIONS(2511), + [anon_sym_DASH] = ACTIONS(2509), + [anon_sym_PLUS] = ACTIONS(2509), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_SLASH] = ACTIONS(2509), + [anon_sym_PERCENT] = ACTIONS(2511), + [anon_sym_PIPE_PIPE] = ACTIONS(2511), + [anon_sym_AMP_AMP] = ACTIONS(2511), + [anon_sym_PIPE] = ACTIONS(2509), + [anon_sym_CARET] = ACTIONS(2511), + [anon_sym_AMP] = ACTIONS(2509), + [anon_sym_EQ_EQ] = ACTIONS(2511), + [anon_sym_BANG_EQ] = ACTIONS(2511), + [anon_sym_GT] = ACTIONS(2509), + [anon_sym_GT_EQ] = ACTIONS(2509), + [anon_sym_LT_EQ] = ACTIONS(2511), + [anon_sym_LT] = ACTIONS(2509), + [anon_sym_LT_LT] = ACTIONS(2511), + [anon_sym_GT_GT] = ACTIONS(2509), + [anon_sym_extern] = ACTIONS(2509), + [anon_sym___attribute__] = ACTIONS(2509), + [anon_sym___declspec] = ACTIONS(2509), + [anon_sym___based] = ACTIONS(2509), + [anon_sym_LBRACE] = ACTIONS(2511), + [anon_sym_LBRACK] = ACTIONS(2511), + [anon_sym_EQ] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_register] = ACTIONS(2509), + [anon_sym_inline] = ACTIONS(2509), + [anon_sym_const] = ACTIONS(2509), + [anon_sym_volatile] = ACTIONS(2509), + [anon_sym_restrict] = ACTIONS(2509), + [anon_sym__Atomic] = ACTIONS(2509), + [anon_sym_mutable] = ACTIONS(2509), + [anon_sym_constexpr] = ACTIONS(2509), + [anon_sym_QMARK] = ACTIONS(2511), + [anon_sym_DASH_DASH] = ACTIONS(2511), + [anon_sym_PLUS_PLUS] = ACTIONS(2511), + [anon_sym_DOT] = ACTIONS(2509), + [anon_sym_DASH_GT] = ACTIONS(2511), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2509), + [anon_sym_override] = ACTIONS(2509), + [anon_sym_GT2] = ACTIONS(2511), + [anon_sym_COLON_COLON] = ACTIONS(2511), + [anon_sym_noexcept] = ACTIONS(2509), + [anon_sym_throw] = ACTIONS(2509), + [sym_operator_name] = ACTIONS(2509), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2509), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2509), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2509), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2509), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2509), + [anon_sym_MOZ_COLD] = ACTIONS(2509), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2509), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2509), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2509), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2509), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2509), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2509), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2509), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2509), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2509), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2509), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2509), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2509), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2509), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2509), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2509), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2509), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_NONNULL] = ACTIONS(2509), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2509), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2509), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2509), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2509), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_NORETURN] = ACTIONS(2509), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2509), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2509), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2509), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2509), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2509), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2509), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2509), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2509), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2509), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2509), + [anon_sym_MOZ_RAII] = ACTIONS(2509), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2509), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2509), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2509), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2509), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2509), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2509), }, - [1559] = { - [sym_compound_statement] = STATE(5052), - [sym_labeled_statement] = STATE(5052), - [sym_expression_statement] = STATE(5052), - [sym_if_statement] = STATE(5052), - [sym_switch_statement] = STATE(5052), - [sym_case_statement] = STATE(5052), - [sym_while_statement] = STATE(5052), - [sym_do_statement] = STATE(5052), - [sym_for_statement] = STATE(5052), - [sym_return_statement] = STATE(5052), - [sym_break_statement] = STATE(5052), - [sym_continue_statement] = STATE(5052), - [sym_goto_statement] = STATE(5052), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5052), - [sym_throw_statement] = STATE(5052), - [sym_try_statement] = STATE(5052), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1351] = { + [sym_identifier] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2447), + [anon_sym_COMMA] = ACTIONS(2447), + [anon_sym_LPAREN2] = ACTIONS(2447), + [anon_sym_TILDE] = ACTIONS(2447), + [anon_sym_DASH] = ACTIONS(2445), + [anon_sym_PLUS] = ACTIONS(2445), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_SLASH] = ACTIONS(2445), + [anon_sym_PERCENT] = ACTIONS(2447), + [anon_sym_PIPE_PIPE] = ACTIONS(2447), + [anon_sym_AMP_AMP] = ACTIONS(2447), + [anon_sym_PIPE] = ACTIONS(2445), + [anon_sym_CARET] = ACTIONS(2447), + [anon_sym_AMP] = ACTIONS(2445), + [anon_sym_EQ_EQ] = ACTIONS(2447), + [anon_sym_BANG_EQ] = ACTIONS(2447), + [anon_sym_GT] = ACTIONS(2445), + [anon_sym_GT_EQ] = ACTIONS(2445), + [anon_sym_LT_EQ] = ACTIONS(2447), + [anon_sym_LT] = ACTIONS(2445), + [anon_sym_LT_LT] = ACTIONS(2447), + [anon_sym_GT_GT] = ACTIONS(2445), + [anon_sym_extern] = ACTIONS(2445), + [anon_sym___attribute__] = ACTIONS(2445), + [anon_sym___declspec] = ACTIONS(2445), + [anon_sym___based] = ACTIONS(2445), + [anon_sym_LBRACE] = ACTIONS(2447), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_EQ] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_register] = ACTIONS(2445), + [anon_sym_inline] = ACTIONS(2445), + [anon_sym_const] = ACTIONS(2445), + [anon_sym_volatile] = ACTIONS(2445), + [anon_sym_restrict] = ACTIONS(2445), + [anon_sym__Atomic] = ACTIONS(2445), + [anon_sym_mutable] = ACTIONS(2445), + [anon_sym_constexpr] = ACTIONS(2445), + [anon_sym_QMARK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(2447), + [anon_sym_PLUS_PLUS] = ACTIONS(2447), + [anon_sym_DOT] = ACTIONS(2445), + [anon_sym_DASH_GT] = ACTIONS(2447), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2445), + [anon_sym_override] = ACTIONS(2445), + [anon_sym_GT2] = ACTIONS(2447), + [anon_sym_COLON_COLON] = ACTIONS(2447), + [anon_sym_noexcept] = ACTIONS(2445), + [anon_sym_throw] = ACTIONS(2445), + [sym_operator_name] = ACTIONS(2445), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2445), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2445), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2445), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2445), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2445), + [anon_sym_MOZ_COLD] = ACTIONS(2445), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2445), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2445), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2445), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2445), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2445), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2445), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2445), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2445), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2445), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2445), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2445), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2445), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2445), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2445), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2445), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2445), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_NONNULL] = ACTIONS(2445), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2445), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2445), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2445), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2445), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_NORETURN] = ACTIONS(2445), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2445), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2445), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2445), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2445), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2445), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2445), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2445), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2445), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2445), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2445), + [anon_sym_MOZ_RAII] = ACTIONS(2445), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2445), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2445), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2445), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2445), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2445), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2445), }, - [1560] = { - [sym_compound_statement] = STATE(5048), - [sym_labeled_statement] = STATE(5048), - [sym_expression_statement] = STATE(5048), - [sym_if_statement] = STATE(5048), - [sym_switch_statement] = STATE(5048), - [sym_case_statement] = STATE(5048), - [sym_while_statement] = STATE(5048), - [sym_do_statement] = STATE(5048), - [sym_for_statement] = STATE(5048), - [sym_return_statement] = STATE(5048), - [sym_break_statement] = STATE(5048), - [sym_continue_statement] = STATE(5048), - [sym_goto_statement] = STATE(5048), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5048), - [sym_throw_statement] = STATE(5048), - [sym_try_statement] = STATE(5048), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1352] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2837), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_GT] = ACTIONS(2837), + [anon_sym_GT_EQ] = ACTIONS(2837), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2837), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_QMARK] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DOT] = ACTIONS(2837), + [anon_sym_DASH_GT] = ACTIONS(2839), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2837), + [anon_sym_override] = ACTIONS(2837), + [anon_sym_GT2] = ACTIONS(2839), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_noexcept] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), }, - [1561] = { - [sym_compound_statement] = STATE(356), - [sym_labeled_statement] = STATE(356), - [sym_expression_statement] = STATE(356), - [sym_if_statement] = STATE(356), - [sym_switch_statement] = STATE(356), - [sym_case_statement] = STATE(356), - [sym_while_statement] = STATE(356), - [sym_do_statement] = STATE(356), - [sym_for_statement] = STATE(356), - [sym_return_statement] = STATE(356), - [sym_break_statement] = STATE(356), - [sym_continue_statement] = STATE(356), - [sym_goto_statement] = STATE(356), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(356), - [sym_throw_statement] = STATE(356), - [sym_try_statement] = STATE(356), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1353] = { + [sym_identifier] = ACTIONS(2465), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2467), + [anon_sym_COMMA] = ACTIONS(2467), + [anon_sym_LPAREN2] = ACTIONS(2467), + [anon_sym_TILDE] = ACTIONS(2467), + [anon_sym_DASH] = ACTIONS(2465), + [anon_sym_PLUS] = ACTIONS(2465), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_SLASH] = ACTIONS(2465), + [anon_sym_PERCENT] = ACTIONS(2467), + [anon_sym_PIPE_PIPE] = ACTIONS(2467), + [anon_sym_AMP_AMP] = ACTIONS(2467), + [anon_sym_PIPE] = ACTIONS(2465), + [anon_sym_CARET] = ACTIONS(2467), + [anon_sym_AMP] = ACTIONS(2465), + [anon_sym_EQ_EQ] = ACTIONS(2467), + [anon_sym_BANG_EQ] = ACTIONS(2467), + [anon_sym_GT] = ACTIONS(2465), + [anon_sym_GT_EQ] = ACTIONS(2465), + [anon_sym_LT_EQ] = ACTIONS(2467), + [anon_sym_LT] = ACTIONS(2465), + [anon_sym_LT_LT] = ACTIONS(2467), + [anon_sym_GT_GT] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym___attribute__] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2465), + [anon_sym___based] = ACTIONS(2465), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_LBRACK] = ACTIONS(2467), + [anon_sym_EQ] = ACTIONS(2465), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2465), + [anon_sym_inline] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_volatile] = ACTIONS(2465), + [anon_sym_restrict] = ACTIONS(2465), + [anon_sym__Atomic] = ACTIONS(2465), + [anon_sym_mutable] = ACTIONS(2465), + [anon_sym_constexpr] = ACTIONS(2465), + [anon_sym_QMARK] = ACTIONS(2467), + [anon_sym_DASH_DASH] = ACTIONS(2467), + [anon_sym_PLUS_PLUS] = ACTIONS(2467), + [anon_sym_DOT] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2467), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2465), + [anon_sym_override] = ACTIONS(2465), + [anon_sym_GT2] = ACTIONS(2467), + [anon_sym_COLON_COLON] = ACTIONS(2467), + [anon_sym_noexcept] = ACTIONS(2465), + [anon_sym_throw] = ACTIONS(2465), + [sym_operator_name] = ACTIONS(2465), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2465), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2465), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2465), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2465), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2465), + [anon_sym_MOZ_COLD] = ACTIONS(2465), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2465), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2465), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2465), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2465), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2465), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2465), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2465), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2465), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2465), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2465), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2465), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2465), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2465), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2465), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2465), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2465), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_NONNULL] = ACTIONS(2465), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2465), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2465), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2465), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2465), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_NORETURN] = ACTIONS(2465), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2465), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2465), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2465), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2465), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2465), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2465), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2465), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2465), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2465), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2465), + [anon_sym_MOZ_RAII] = ACTIONS(2465), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2465), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2465), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2465), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2465), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2465), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2465), }, - [1562] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(438), - [sym_throw_statement] = STATE(438), - [sym_try_statement] = STATE(438), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1354] = { + [sym_template_argument_list] = STATE(928), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2837), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2837), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_GT] = ACTIONS(2837), + [anon_sym_GT_EQ] = ACTIONS(2839), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2901), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2839), + [anon_sym___attribute__] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2839), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_RBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2839), + [anon_sym_register] = ACTIONS(2839), + [anon_sym_inline] = ACTIONS(2839), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2839), + [anon_sym_restrict] = ACTIONS(2839), + [anon_sym__Atomic] = ACTIONS(2839), + [anon_sym_mutable] = ACTIONS(2839), + [anon_sym_constexpr] = ACTIONS(2839), + [anon_sym_COLON] = ACTIONS(2839), + [anon_sym_QMARK] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DOT] = ACTIONS(2837), + [anon_sym_DASH_GT] = ACTIONS(2839), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2839), + [anon_sym_override] = ACTIONS(2839), + [anon_sym_noexcept] = ACTIONS(2839), + [anon_sym_throw] = ACTIONS(2839), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2839), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2839), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2839), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2839), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2839), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2839), + [anon_sym_MOZ_COLD] = ACTIONS(2839), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2839), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2839), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2839), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2839), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2839), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2839), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2839), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2839), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2839), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2839), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2839), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2839), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2839), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2839), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2839), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2839), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2839), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2839), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2839), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2839), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2839), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2839), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2839), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2839), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2839), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2839), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2839), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2839), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2839), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2839), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2839), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2839), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2839), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2839), + [anon_sym_MOZ_RAII] = ACTIONS(2839), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2839), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2839), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2839), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2839), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2839), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2839), }, - [1563] = { - [sym_compound_statement] = STATE(744), - [sym_labeled_statement] = STATE(743), - [sym_expression_statement] = STATE(742), - [sym_if_statement] = STATE(741), - [sym_switch_statement] = STATE(740), - [sym_case_statement] = STATE(734), - [sym_while_statement] = STATE(733), - [sym_do_statement] = STATE(732), - [sym_for_statement] = STATE(729), - [sym_return_statement] = STATE(728), - [sym_break_statement] = STATE(727), - [sym_continue_statement] = STATE(726), - [sym_goto_statement] = STATE(724), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(722), - [sym_throw_statement] = STATE(721), - [sym_try_statement] = STATE(720), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1355] = { + [sym_identifier] = ACTIONS(2653), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2655), + [anon_sym_COMMA] = ACTIONS(2655), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_SLASH] = ACTIONS(2653), + [anon_sym_PERCENT] = ACTIONS(2655), + [anon_sym_PIPE_PIPE] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2653), + [anon_sym_CARET] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_EQ_EQ] = ACTIONS(2655), + [anon_sym_BANG_EQ] = ACTIONS(2655), + [anon_sym_GT] = ACTIONS(2653), + [anon_sym_GT_EQ] = ACTIONS(2653), + [anon_sym_LT_EQ] = ACTIONS(2655), + [anon_sym_LT] = ACTIONS(2653), + [anon_sym_LT_LT] = ACTIONS(2655), + [anon_sym_GT_GT] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_LBRACK] = ACTIONS(2655), + [anon_sym_EQ] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_QMARK] = ACTIONS(2655), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_DOT] = ACTIONS(2653), + [anon_sym_DASH_GT] = ACTIONS(2655), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2653), + [anon_sym_override] = ACTIONS(2653), + [anon_sym_GT2] = ACTIONS(2655), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_noexcept] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [sym_operator_name] = ACTIONS(2653), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2653), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2653), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2653), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2653), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2653), + [anon_sym_MOZ_COLD] = ACTIONS(2653), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2653), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2653), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2653), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2653), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2653), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2653), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2653), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2653), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2653), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2653), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2653), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2653), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2653), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2653), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2653), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2653), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_NONNULL] = ACTIONS(2653), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2653), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2653), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2653), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2653), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_NORETURN] = ACTIONS(2653), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2653), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2653), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2653), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2653), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2653), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2653), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2653), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2653), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2653), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2653), + [anon_sym_MOZ_RAII] = ACTIONS(2653), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2653), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2653), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2653), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2653), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2653), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2653), }, - [1564] = { - [sym_compound_statement] = STATE(745), - [sym_labeled_statement] = STATE(745), - [sym_expression_statement] = STATE(745), - [sym_if_statement] = STATE(745), - [sym_switch_statement] = STATE(745), - [sym_case_statement] = STATE(745), - [sym_while_statement] = STATE(745), - [sym_do_statement] = STATE(745), - [sym_for_statement] = STATE(745), - [sym_return_statement] = STATE(745), - [sym_break_statement] = STATE(745), - [sym_continue_statement] = STATE(745), - [sym_goto_statement] = STATE(745), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(745), - [sym_throw_statement] = STATE(745), - [sym_try_statement] = STATE(745), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1356] = { + [sym_identifier] = ACTIONS(2669), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2671), + [anon_sym_COMMA] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2671), + [anon_sym_TILDE] = ACTIONS(2671), + [anon_sym_DASH] = ACTIONS(2669), + [anon_sym_PLUS] = ACTIONS(2669), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_SLASH] = ACTIONS(2669), + [anon_sym_PERCENT] = ACTIONS(2671), + [anon_sym_PIPE_PIPE] = ACTIONS(2671), + [anon_sym_AMP_AMP] = ACTIONS(2671), + [anon_sym_PIPE] = ACTIONS(2669), + [anon_sym_CARET] = ACTIONS(2671), + [anon_sym_AMP] = ACTIONS(2669), + [anon_sym_EQ_EQ] = ACTIONS(2671), + [anon_sym_BANG_EQ] = ACTIONS(2671), + [anon_sym_GT] = ACTIONS(2669), + [anon_sym_GT_EQ] = ACTIONS(2669), + [anon_sym_LT_EQ] = ACTIONS(2671), + [anon_sym_LT] = ACTIONS(2669), + [anon_sym_LT_LT] = ACTIONS(2671), + [anon_sym_GT_GT] = ACTIONS(2669), + [anon_sym_extern] = ACTIONS(2669), + [anon_sym___attribute__] = ACTIONS(2669), + [anon_sym___declspec] = ACTIONS(2669), + [anon_sym___based] = ACTIONS(2669), + [anon_sym_LBRACE] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_EQ] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_register] = ACTIONS(2669), + [anon_sym_inline] = ACTIONS(2669), + [anon_sym_const] = ACTIONS(2669), + [anon_sym_volatile] = ACTIONS(2669), + [anon_sym_restrict] = ACTIONS(2669), + [anon_sym__Atomic] = ACTIONS(2669), + [anon_sym_mutable] = ACTIONS(2669), + [anon_sym_constexpr] = ACTIONS(2669), + [anon_sym_QMARK] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2671), + [anon_sym_PLUS_PLUS] = ACTIONS(2671), + [anon_sym_DOT] = ACTIONS(2669), + [anon_sym_DASH_GT] = ACTIONS(2671), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2669), + [anon_sym_override] = ACTIONS(2669), + [anon_sym_GT2] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2671), + [anon_sym_noexcept] = ACTIONS(2669), + [anon_sym_throw] = ACTIONS(2669), + [sym_operator_name] = ACTIONS(2669), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2669), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2669), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2669), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2669), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2669), + [anon_sym_MOZ_COLD] = ACTIONS(2669), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2669), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2669), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2669), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2669), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2669), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2669), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2669), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2669), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2669), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2669), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2669), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2669), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2669), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2669), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2669), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2669), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_NONNULL] = ACTIONS(2669), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2669), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2669), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2669), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2669), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_NORETURN] = ACTIONS(2669), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2669), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2669), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2669), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2669), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2669), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2669), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2669), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2669), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2669), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2669), + [anon_sym_MOZ_RAII] = ACTIONS(2669), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2669), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2669), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2669), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2669), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2669), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2669), }, - [1565] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(471), - [sym_throw_statement] = STATE(471), - [sym_try_statement] = STATE(471), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1357] = { + [sym_identifier] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2499), + [anon_sym_COMMA] = ACTIONS(2499), + [anon_sym_LPAREN2] = ACTIONS(2499), + [anon_sym_TILDE] = ACTIONS(2499), + [anon_sym_DASH] = ACTIONS(2497), + [anon_sym_PLUS] = ACTIONS(2497), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_SLASH] = ACTIONS(2497), + [anon_sym_PERCENT] = ACTIONS(2499), + [anon_sym_PIPE_PIPE] = ACTIONS(2499), + [anon_sym_AMP_AMP] = ACTIONS(2499), + [anon_sym_PIPE] = ACTIONS(2497), + [anon_sym_CARET] = ACTIONS(2499), + [anon_sym_AMP] = ACTIONS(2497), + [anon_sym_EQ_EQ] = ACTIONS(2499), + [anon_sym_BANG_EQ] = ACTIONS(2499), + [anon_sym_GT] = ACTIONS(2497), + [anon_sym_GT_EQ] = ACTIONS(2497), + [anon_sym_LT_EQ] = ACTIONS(2499), + [anon_sym_LT] = ACTIONS(2497), + [anon_sym_LT_LT] = ACTIONS(2499), + [anon_sym_GT_GT] = ACTIONS(2497), + [anon_sym_extern] = ACTIONS(2497), + [anon_sym___attribute__] = ACTIONS(2497), + [anon_sym___declspec] = ACTIONS(2497), + [anon_sym___based] = ACTIONS(2497), + [anon_sym_LBRACE] = ACTIONS(2499), + [anon_sym_LBRACK] = ACTIONS(2499), + [anon_sym_EQ] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_register] = ACTIONS(2497), + [anon_sym_inline] = ACTIONS(2497), + [anon_sym_const] = ACTIONS(2497), + [anon_sym_volatile] = ACTIONS(2497), + [anon_sym_restrict] = ACTIONS(2497), + [anon_sym__Atomic] = ACTIONS(2497), + [anon_sym_mutable] = ACTIONS(2497), + [anon_sym_constexpr] = ACTIONS(2497), + [anon_sym_QMARK] = ACTIONS(2499), + [anon_sym_DASH_DASH] = ACTIONS(2499), + [anon_sym_PLUS_PLUS] = ACTIONS(2499), + [anon_sym_DOT] = ACTIONS(2497), + [anon_sym_DASH_GT] = ACTIONS(2499), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2497), + [anon_sym_override] = ACTIONS(2497), + [anon_sym_GT2] = ACTIONS(2499), + [anon_sym_COLON_COLON] = ACTIONS(2499), + [anon_sym_noexcept] = ACTIONS(2497), + [anon_sym_throw] = ACTIONS(2497), + [sym_operator_name] = ACTIONS(2497), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2497), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2497), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2497), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2497), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2497), + [anon_sym_MOZ_COLD] = ACTIONS(2497), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2497), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2497), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2497), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2497), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2497), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2497), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2497), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2497), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2497), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2497), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2497), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2497), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2497), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2497), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2497), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2497), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_NONNULL] = ACTIONS(2497), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2497), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2497), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2497), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2497), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_NORETURN] = ACTIONS(2497), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2497), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2497), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2497), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2497), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2497), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2497), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2497), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2497), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2497), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2497), + [anon_sym_MOZ_RAII] = ACTIONS(2497), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2497), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2497), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2497), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2497), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2497), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2497), }, - [1566] = { - [sym_compound_statement] = STATE(746), - [sym_labeled_statement] = STATE(746), - [sym_expression_statement] = STATE(746), - [sym_if_statement] = STATE(746), - [sym_switch_statement] = STATE(746), - [sym_case_statement] = STATE(746), - [sym_while_statement] = STATE(746), - [sym_do_statement] = STATE(746), - [sym_for_statement] = STATE(746), - [sym_return_statement] = STATE(746), - [sym_break_statement] = STATE(746), - [sym_continue_statement] = STATE(746), - [sym_goto_statement] = STATE(746), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(746), - [sym_throw_statement] = STATE(746), - [sym_try_statement] = STATE(746), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1358] = { + [sym_identifier] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2491), + [anon_sym_COMMA] = ACTIONS(2491), + [anon_sym_LPAREN2] = ACTIONS(2491), + [anon_sym_TILDE] = ACTIONS(2491), + [anon_sym_DASH] = ACTIONS(2489), + [anon_sym_PLUS] = ACTIONS(2489), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_SLASH] = ACTIONS(2489), + [anon_sym_PERCENT] = ACTIONS(2491), + [anon_sym_PIPE_PIPE] = ACTIONS(2491), + [anon_sym_AMP_AMP] = ACTIONS(2491), + [anon_sym_PIPE] = ACTIONS(2489), + [anon_sym_CARET] = ACTIONS(2491), + [anon_sym_AMP] = ACTIONS(2489), + [anon_sym_EQ_EQ] = ACTIONS(2491), + [anon_sym_BANG_EQ] = ACTIONS(2491), + [anon_sym_GT] = ACTIONS(2489), + [anon_sym_GT_EQ] = ACTIONS(2489), + [anon_sym_LT_EQ] = ACTIONS(2491), + [anon_sym_LT] = ACTIONS(2489), + [anon_sym_LT_LT] = ACTIONS(2491), + [anon_sym_GT_GT] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym___attribute__] = ACTIONS(2489), + [anon_sym___declspec] = ACTIONS(2489), + [anon_sym___based] = ACTIONS(2489), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_LBRACK] = ACTIONS(2491), + [anon_sym_EQ] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_register] = ACTIONS(2489), + [anon_sym_inline] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_volatile] = ACTIONS(2489), + [anon_sym_restrict] = ACTIONS(2489), + [anon_sym__Atomic] = ACTIONS(2489), + [anon_sym_mutable] = ACTIONS(2489), + [anon_sym_constexpr] = ACTIONS(2489), + [anon_sym_QMARK] = ACTIONS(2491), + [anon_sym_DASH_DASH] = ACTIONS(2491), + [anon_sym_PLUS_PLUS] = ACTIONS(2491), + [anon_sym_DOT] = ACTIONS(2489), + [anon_sym_DASH_GT] = ACTIONS(2491), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_final] = ACTIONS(2489), + [anon_sym_override] = ACTIONS(2489), + [anon_sym_GT2] = ACTIONS(2491), + [anon_sym_COLON_COLON] = ACTIONS(2491), + [anon_sym_noexcept] = ACTIONS(2489), + [anon_sym_throw] = ACTIONS(2489), + [sym_operator_name] = ACTIONS(2489), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2489), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2489), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2489), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2489), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2489), + [anon_sym_MOZ_COLD] = ACTIONS(2489), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2489), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2489), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2489), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2489), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2489), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2489), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2489), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2489), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2489), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2489), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2489), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2489), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2489), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2489), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2489), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2489), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_NONNULL] = ACTIONS(2489), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2489), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2489), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2489), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2489), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_NORETURN] = ACTIONS(2489), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2489), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2489), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2489), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2489), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2489), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2489), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2489), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2489), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2489), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2489), + [anon_sym_MOZ_RAII] = ACTIONS(2489), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2489), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2489), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2489), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2489), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2489), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2489), }, - [1567] = { - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(480), - [sym_throw_statement] = STATE(480), - [sym_try_statement] = STATE(480), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1359] = { + [sym_identifier] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2415), + [anon_sym_COMMA] = ACTIONS(2415), + [anon_sym_LPAREN2] = ACTIONS(2415), + [anon_sym_TILDE] = ACTIONS(2415), + [anon_sym_DASH] = ACTIONS(2413), + [anon_sym_PLUS] = ACTIONS(2413), + [anon_sym_STAR] = ACTIONS(2415), + [anon_sym_SLASH] = ACTIONS(2413), + [anon_sym_PERCENT] = ACTIONS(2415), + [anon_sym_PIPE_PIPE] = ACTIONS(2415), + [anon_sym_AMP_AMP] = ACTIONS(2415), + [anon_sym_PIPE] = ACTIONS(2413), + [anon_sym_CARET] = ACTIONS(2415), + [anon_sym_AMP] = ACTIONS(2413), + [anon_sym_EQ_EQ] = ACTIONS(2415), + [anon_sym_BANG_EQ] = ACTIONS(2415), + [anon_sym_GT] = ACTIONS(2413), + [anon_sym_GT_EQ] = ACTIONS(2413), + [anon_sym_LT_EQ] = ACTIONS(2415), + [anon_sym_LT] = ACTIONS(2413), + [anon_sym_LT_LT] = ACTIONS(2415), + [anon_sym_GT_GT] = ACTIONS(2413), + [anon_sym_extern] = ACTIONS(2413), + [anon_sym___attribute__] = ACTIONS(2413), + [anon_sym___declspec] = ACTIONS(2413), + [anon_sym___based] = ACTIONS(2413), + [anon_sym_LBRACE] = ACTIONS(2415), + [anon_sym_LBRACK] = ACTIONS(2415), + [anon_sym_EQ] = ACTIONS(2413), + [anon_sym_static] = ACTIONS(2413), + [anon_sym_register] = ACTIONS(2413), + [anon_sym_inline] = ACTIONS(2413), + [anon_sym_const] = ACTIONS(2413), + [anon_sym_volatile] = ACTIONS(2413), + [anon_sym_restrict] = ACTIONS(2413), + [anon_sym__Atomic] = ACTIONS(2413), + [anon_sym_mutable] = ACTIONS(2413), + [anon_sym_constexpr] = ACTIONS(2413), + [anon_sym_QMARK] = ACTIONS(2415), + [anon_sym_DASH_DASH] = ACTIONS(2415), + [anon_sym_PLUS_PLUS] = ACTIONS(2415), + [anon_sym_DOT] = ACTIONS(2413), + [anon_sym_DASH_GT] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2413), + [anon_sym_override] = ACTIONS(2413), + [anon_sym_GT2] = ACTIONS(2415), + [anon_sym_COLON_COLON] = ACTIONS(2415), + [anon_sym_noexcept] = ACTIONS(2413), + [anon_sym_throw] = ACTIONS(2413), + [sym_operator_name] = ACTIONS(2413), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2413), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2413), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2413), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2413), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2413), + [anon_sym_MOZ_COLD] = ACTIONS(2413), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2413), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2413), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2413), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2413), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2413), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2413), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2413), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2413), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2413), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2413), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2413), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2413), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2413), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2413), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2413), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2413), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_NONNULL] = ACTIONS(2413), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2413), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2413), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2413), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2413), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_NORETURN] = ACTIONS(2413), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2413), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2413), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2413), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2413), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2413), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2413), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2413), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2413), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2413), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2413), + [anon_sym_MOZ_RAII] = ACTIONS(2413), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2413), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2413), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2413), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2413), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2413), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2413), }, - [1568] = { - [sym_compound_statement] = STATE(4914), - [sym_labeled_statement] = STATE(4914), - [sym_expression_statement] = STATE(4914), - [sym_if_statement] = STATE(4914), - [sym_switch_statement] = STATE(4914), - [sym_case_statement] = STATE(4914), - [sym_while_statement] = STATE(4914), - [sym_do_statement] = STATE(4914), - [sym_for_statement] = STATE(4914), - [sym_return_statement] = STATE(4914), - [sym_break_statement] = STATE(4914), - [sym_continue_statement] = STATE(4914), - [sym_goto_statement] = STATE(4914), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4914), - [sym_throw_statement] = STATE(4914), - [sym_try_statement] = STATE(4914), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1360] = { + [sym__declaration_specifiers] = STATE(3564), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1397), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2911), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1569] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(443), - [sym_throw_statement] = STATE(443), - [sym_try_statement] = STATE(443), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1361] = { + [sym__declaration_specifiers] = STATE(3546), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1415), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2911), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1570] = { - [sym_compound_statement] = STATE(500), - [sym_labeled_statement] = STATE(500), - [sym_expression_statement] = STATE(500), - [sym_if_statement] = STATE(500), - [sym_switch_statement] = STATE(500), - [sym_case_statement] = STATE(500), - [sym_while_statement] = STATE(500), - [sym_do_statement] = STATE(500), - [sym_for_statement] = STATE(500), - [sym_return_statement] = STATE(500), - [sym_break_statement] = STATE(500), - [sym_continue_statement] = STATE(500), - [sym_goto_statement] = STATE(500), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(500), - [sym_throw_statement] = STATE(500), - [sym_try_statement] = STATE(500), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1362] = { + [sym_identifier] = ACTIONS(2913), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2915), + [anon_sym_COMMA] = ACTIONS(2915), + [anon_sym_RPAREN] = ACTIONS(2915), + [anon_sym_LPAREN2] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_AMP_AMP] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_SEMI] = ACTIONS(2915), + [anon_sym_extern] = ACTIONS(2913), + [anon_sym___attribute__] = ACTIONS(2913), + [anon_sym___declspec] = ACTIONS(2913), + [anon_sym___based] = ACTIONS(2913), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_LBRACK] = ACTIONS(2915), + [anon_sym_EQ] = ACTIONS(2915), + [anon_sym_static] = ACTIONS(2913), + [anon_sym_register] = ACTIONS(2913), + [anon_sym_inline] = ACTIONS(2913), + [anon_sym_const] = ACTIONS(2913), + [anon_sym_volatile] = ACTIONS(2913), + [anon_sym_restrict] = ACTIONS(2913), + [anon_sym__Atomic] = ACTIONS(2913), + [anon_sym_mutable] = ACTIONS(2913), + [anon_sym_constexpr] = ACTIONS(2913), + [anon_sym_signed] = ACTIONS(2913), + [anon_sym_unsigned] = ACTIONS(2913), + [anon_sym_long] = ACTIONS(2913), + [anon_sym_short] = ACTIONS(2913), + [sym_primitive_type] = ACTIONS(2913), + [anon_sym_enum] = ACTIONS(2913), + [anon_sym_class] = ACTIONS(2913), + [anon_sym_struct] = ACTIONS(2913), + [anon_sym_union] = ACTIONS(2913), + [anon_sym_COLON] = ACTIONS(2913), + [anon_sym_DASH_GT] = ACTIONS(2915), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(2913), + [anon_sym_final] = ACTIONS(2913), + [anon_sym_override] = ACTIONS(2913), + [anon_sym_virtual] = ACTIONS(2913), + [anon_sym_explicit] = ACTIONS(2913), + [sym_auto] = ACTIONS(2913), + [anon_sym_typename] = ACTIONS(2913), + [anon_sym_GT2] = ACTIONS(2915), + [anon_sym_COLON_COLON] = ACTIONS(2915), + [anon_sym_operator] = ACTIONS(2913), + [anon_sym_noexcept] = ACTIONS(2913), + [anon_sym_throw] = ACTIONS(2913), + [sym_operator_name] = ACTIONS(2913), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2913), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2913), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2913), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2913), + [anon_sym_MOZ_COLD] = ACTIONS(2913), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2913), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2913), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2913), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2913), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2913), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2913), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2913), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2913), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2913), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2913), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2913), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2913), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2913), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_NONNULL] = ACTIONS(2913), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2913), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2913), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2913), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2913), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2913), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2913), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2913), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2913), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2913), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2913), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2913), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2913), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), + [anon_sym_MOZ_RAII] = ACTIONS(2913), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2913), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2913), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2913), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2913), }, - [1571] = { - [sym_compound_statement] = STATE(194), - [sym_labeled_statement] = STATE(194), - [sym_expression_statement] = STATE(194), - [sym_if_statement] = STATE(194), - [sym_switch_statement] = STATE(194), - [sym_case_statement] = STATE(194), - [sym_while_statement] = STATE(194), - [sym_do_statement] = STATE(194), - [sym_for_statement] = STATE(194), - [sym_return_statement] = STATE(194), - [sym_break_statement] = STATE(194), - [sym_continue_statement] = STATE(194), - [sym_goto_statement] = STATE(194), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(194), - [sym_throw_statement] = STATE(194), - [sym_try_statement] = STATE(194), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [1363] = { + [sym_identifier] = ACTIONS(2917), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2919), + [anon_sym_COMMA] = ACTIONS(2919), + [anon_sym_RPAREN] = ACTIONS(2919), + [anon_sym_LPAREN2] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_AMP_AMP] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2917), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym_extern] = ACTIONS(2917), + [anon_sym___attribute__] = ACTIONS(2917), + [anon_sym___declspec] = ACTIONS(2917), + [anon_sym___based] = ACTIONS(2917), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_LBRACK] = ACTIONS(2919), + [anon_sym_EQ] = ACTIONS(2919), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_register] = ACTIONS(2917), + [anon_sym_inline] = ACTIONS(2917), + [anon_sym_const] = ACTIONS(2917), + [anon_sym_volatile] = ACTIONS(2917), + [anon_sym_restrict] = ACTIONS(2917), + [anon_sym__Atomic] = ACTIONS(2917), + [anon_sym_mutable] = ACTIONS(2917), + [anon_sym_constexpr] = ACTIONS(2917), + [anon_sym_signed] = ACTIONS(2917), + [anon_sym_unsigned] = ACTIONS(2917), + [anon_sym_long] = ACTIONS(2917), + [anon_sym_short] = ACTIONS(2917), + [sym_primitive_type] = ACTIONS(2917), + [anon_sym_enum] = ACTIONS(2917), + [anon_sym_class] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_union] = ACTIONS(2917), + [anon_sym_COLON] = ACTIONS(2917), + [anon_sym_DASH_GT] = ACTIONS(2919), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2917), + [anon_sym_final] = ACTIONS(2917), + [anon_sym_override] = ACTIONS(2917), + [anon_sym_virtual] = ACTIONS(2917), + [anon_sym_explicit] = ACTIONS(2917), + [sym_auto] = ACTIONS(2917), + [anon_sym_typename] = ACTIONS(2917), + [anon_sym_GT2] = ACTIONS(2919), + [anon_sym_COLON_COLON] = ACTIONS(2919), + [anon_sym_operator] = ACTIONS(2917), + [anon_sym_noexcept] = ACTIONS(2917), + [anon_sym_throw] = ACTIONS(2917), + [sym_operator_name] = ACTIONS(2917), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2917), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2917), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2917), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2917), + [anon_sym_MOZ_COLD] = ACTIONS(2917), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2917), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2917), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2917), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2917), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2917), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2917), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2917), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2917), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2917), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2917), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2917), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2917), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2917), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_NONNULL] = ACTIONS(2917), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2917), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2917), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2917), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2917), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2917), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2917), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2917), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2917), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2917), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2917), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2917), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2917), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2917), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2917), + [anon_sym_MOZ_RAII] = ACTIONS(2917), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2917), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2917), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2917), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2917), }, - [1572] = { - [sym_compound_statement] = STATE(198), - [sym_labeled_statement] = STATE(198), - [sym_expression_statement] = STATE(198), - [sym_if_statement] = STATE(198), - [sym_switch_statement] = STATE(198), - [sym_case_statement] = STATE(198), - [sym_while_statement] = STATE(198), - [sym_do_statement] = STATE(198), - [sym_for_statement] = STATE(198), - [sym_return_statement] = STATE(198), - [sym_break_statement] = STATE(198), - [sym_continue_statement] = STATE(198), - [sym_goto_statement] = STATE(198), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(198), - [sym_throw_statement] = STATE(198), - [sym_try_statement] = STATE(198), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1364] = { + [sym__declaration_specifiers] = STATE(3568), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_virtual_function_specifier] = STATE(1398), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [anon_sym_virtual] = ACTIONS(2911), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1573] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(439), - [sym_throw_statement] = STATE(439), - [sym_try_statement] = STATE(439), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1365] = { + [sym_identifier] = ACTIONS(2921), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2923), + [anon_sym_COMMA] = ACTIONS(2923), + [anon_sym_RPAREN] = ACTIONS(2923), + [anon_sym_LPAREN2] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2921), + [anon_sym_SEMI] = ACTIONS(2923), + [anon_sym_extern] = ACTIONS(2921), + [anon_sym___attribute__] = ACTIONS(2921), + [anon_sym___declspec] = ACTIONS(2921), + [anon_sym___based] = ACTIONS(2921), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_LBRACK] = ACTIONS(2923), + [anon_sym_EQ] = ACTIONS(2923), + [anon_sym_static] = ACTIONS(2921), + [anon_sym_register] = ACTIONS(2921), + [anon_sym_inline] = ACTIONS(2921), + [anon_sym_const] = ACTIONS(2921), + [anon_sym_volatile] = ACTIONS(2921), + [anon_sym_restrict] = ACTIONS(2921), + [anon_sym__Atomic] = ACTIONS(2921), + [anon_sym_mutable] = ACTIONS(2921), + [anon_sym_constexpr] = ACTIONS(2921), + [anon_sym_signed] = ACTIONS(2921), + [anon_sym_unsigned] = ACTIONS(2921), + [anon_sym_long] = ACTIONS(2921), + [anon_sym_short] = ACTIONS(2921), + [sym_primitive_type] = ACTIONS(2921), + [anon_sym_enum] = ACTIONS(2921), + [anon_sym_class] = ACTIONS(2921), + [anon_sym_struct] = ACTIONS(2921), + [anon_sym_union] = ACTIONS(2921), + [anon_sym_COLON] = ACTIONS(2921), + [anon_sym_DASH_GT] = ACTIONS(2923), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(2921), + [anon_sym_final] = ACTIONS(2921), + [anon_sym_override] = ACTIONS(2921), + [anon_sym_virtual] = ACTIONS(2921), + [anon_sym_explicit] = ACTIONS(2921), + [sym_auto] = ACTIONS(2921), + [anon_sym_typename] = ACTIONS(2921), + [anon_sym_GT2] = ACTIONS(2923), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_operator] = ACTIONS(2921), + [anon_sym_noexcept] = ACTIONS(2921), + [anon_sym_throw] = ACTIONS(2921), + [sym_operator_name] = ACTIONS(2921), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2921), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2921), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2921), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2921), + [anon_sym_MOZ_COLD] = ACTIONS(2921), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2921), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2921), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2921), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2921), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2921), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2921), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2921), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2921), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2921), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2921), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2921), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2921), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2921), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_NONNULL] = ACTIONS(2921), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2921), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2921), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2921), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2921), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2921), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2921), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2921), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2921), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2921), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2921), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2921), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2921), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), + [anon_sym_MOZ_RAII] = ACTIONS(2921), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2921), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2921), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2921), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2921), }, - [1574] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(437), - [sym_throw_statement] = STATE(437), - [sym_try_statement] = STATE(437), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1366] = { + [sym__declaration_specifiers] = STATE(3009), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(5204), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1575] = { - [sym_compound_statement] = STATE(5534), - [sym_labeled_statement] = STATE(5534), - [sym_expression_statement] = STATE(5534), - [sym_if_statement] = STATE(5534), - [sym_switch_statement] = STATE(5534), - [sym_case_statement] = STATE(5534), - [sym_while_statement] = STATE(5534), - [sym_do_statement] = STATE(5534), - [sym_for_statement] = STATE(5534), - [sym_return_statement] = STATE(5534), - [sym_break_statement] = STATE(5534), - [sym_continue_statement] = STATE(5534), - [sym_goto_statement] = STATE(5534), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5534), - [sym_throw_statement] = STATE(5534), - [sym_try_statement] = STATE(5534), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1367] = { + [sym__declaration_specifiers] = STATE(3009), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(5128), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1576] = { - [sym_compound_statement] = STATE(747), - [sym_labeled_statement] = STATE(747), - [sym_expression_statement] = STATE(747), - [sym_if_statement] = STATE(747), - [sym_switch_statement] = STATE(747), - [sym_case_statement] = STATE(747), - [sym_while_statement] = STATE(747), - [sym_do_statement] = STATE(747), - [sym_for_statement] = STATE(747), - [sym_return_statement] = STATE(747), - [sym_break_statement] = STATE(747), - [sym_continue_statement] = STATE(747), - [sym_goto_statement] = STATE(747), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(747), - [sym_throw_statement] = STATE(747), - [sym_try_statement] = STATE(747), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1368] = { + [sym__declaration_specifiers] = STATE(3009), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_parameter_declaration] = STATE(5280), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1371), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1371), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1577] = { - [sym_compound_statement] = STATE(223), - [sym_labeled_statement] = STATE(223), - [sym_expression_statement] = STATE(223), - [sym_if_statement] = STATE(223), - [sym_switch_statement] = STATE(223), - [sym_case_statement] = STATE(223), - [sym_while_statement] = STATE(223), - [sym_do_statement] = STATE(223), - [sym_for_statement] = STATE(223), - [sym_return_statement] = STATE(223), - [sym_break_statement] = STATE(223), - [sym_continue_statement] = STATE(223), - [sym_goto_statement] = STATE(223), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(223), - [sym_throw_statement] = STATE(223), - [sym_try_statement] = STATE(223), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1369] = { + [sym__declaration_specifiers] = STATE(3589), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1578] = { - [sym_compound_statement] = STATE(748), - [sym_labeled_statement] = STATE(748), - [sym_expression_statement] = STATE(748), - [sym_if_statement] = STATE(748), - [sym_switch_statement] = STATE(748), - [sym_case_statement] = STATE(748), - [sym_while_statement] = STATE(748), - [sym_do_statement] = STATE(748), - [sym_for_statement] = STATE(748), - [sym_return_statement] = STATE(748), - [sym_break_statement] = STATE(748), - [sym_continue_statement] = STATE(748), - [sym_goto_statement] = STATE(748), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(748), - [sym_throw_statement] = STATE(748), - [sym_try_statement] = STATE(748), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1370] = { + [sym__declaration_specifiers] = STATE(3590), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1579] = { - [sym_compound_statement] = STATE(154), - [sym_labeled_statement] = STATE(154), - [sym_expression_statement] = STATE(154), - [sym_if_statement] = STATE(154), - [sym_switch_statement] = STATE(154), - [sym_case_statement] = STATE(154), - [sym_while_statement] = STATE(154), - [sym_do_statement] = STATE(154), - [sym_for_statement] = STATE(154), - [sym_return_statement] = STATE(154), - [sym_break_statement] = STATE(154), - [sym_continue_statement] = STATE(154), - [sym_goto_statement] = STATE(154), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(154), - [sym_throw_statement] = STATE(154), - [sym_try_statement] = STATE(154), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(89), - [anon_sym_PLUS_PLUS] = ACTIONS(89), - [anon_sym_sizeof] = ACTIONS(91), - [sym_number_literal] = ACTIONS(93), - [anon_sym_L_SQUOTE] = ACTIONS(95), - [anon_sym_u_SQUOTE] = ACTIONS(95), - [anon_sym_U_SQUOTE] = ACTIONS(95), - [anon_sym_u8_SQUOTE] = ACTIONS(95), - [anon_sym_SQUOTE] = ACTIONS(95), - [anon_sym_L_DQUOTE] = ACTIONS(97), - [anon_sym_u_DQUOTE] = ACTIONS(97), - [anon_sym_U_DQUOTE] = ACTIONS(97), - [anon_sym_u8_DQUOTE] = ACTIONS(97), - [anon_sym_DQUOTE] = ACTIONS(97), - [sym_true] = ACTIONS(99), - [sym_false] = ACTIONS(99), - [sym_null] = ACTIONS(99), + [1371] = { + [sym__declaration_specifiers] = STATE(2962), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), - [anon_sym_new] = ACTIONS(131), - [sym_this] = ACTIONS(99), - [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), }, - [1580] = { - [sym_compound_statement] = STATE(466), - [sym_labeled_statement] = STATE(466), - [sym_expression_statement] = STATE(466), - [sym_if_statement] = STATE(466), - [sym_switch_statement] = STATE(466), - [sym_case_statement] = STATE(466), - [sym_while_statement] = STATE(466), - [sym_do_statement] = STATE(466), - [sym_for_statement] = STATE(466), - [sym_return_statement] = STATE(466), - [sym_break_statement] = STATE(466), - [sym_continue_statement] = STATE(466), - [sym_goto_statement] = STATE(466), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(466), - [sym_throw_statement] = STATE(466), - [sym_try_statement] = STATE(466), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [1372] = { + [sym__declaration_specifiers] = STATE(3582), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1373] = { + [sym__declaration_specifiers] = STATE(2972), + [sym_attribute_specifier] = STATE(1419), + [sym_ms_declspec_modifier] = STATE(1419), + [sym_storage_class_specifier] = STATE(1419), + [sym_type_qualifier] = STATE(1419), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1670), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1419), + [aux_sym_sized_type_specifier_repeat1] = STATE(1617), + [sym_identifier] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2355), + [anon_sym_unsigned] = ACTIONS(2355), + [anon_sym_long] = ACTIONS(2355), + [anon_sym_short] = ACTIONS(2355), + [sym_primitive_type] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_union] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(2927), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1374] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2929), + [anon_sym_COMMA] = ACTIONS(2929), + [anon_sym_RPAREN] = ACTIONS(2931), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2934), + [anon_sym_PLUS] = ACTIONS(2934), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_SLASH] = ACTIONS(2934), + [anon_sym_PERCENT] = ACTIONS(2929), + [anon_sym_PIPE_PIPE] = ACTIONS(2929), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2934), + [anon_sym_CARET] = ACTIONS(2929), + [anon_sym_AMP] = ACTIONS(2936), + [anon_sym_EQ_EQ] = ACTIONS(2929), + [anon_sym_BANG_EQ] = ACTIONS(2929), + [anon_sym_GT] = ACTIONS(2934), + [anon_sym_GT_EQ] = ACTIONS(2929), + [anon_sym_LT_EQ] = ACTIONS(2929), + [anon_sym_LT] = ACTIONS(2934), + [anon_sym_LT_LT] = ACTIONS(2929), + [anon_sym_GT_GT] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2931), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_RBRACE] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_PLUS_PLUS] = ACTIONS(2929), + [anon_sym_DOT] = ACTIONS(2934), + [anon_sym_DASH_GT] = ACTIONS(2929), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1375] = { + [sym__declaration_specifiers] = STATE(3616), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1376] = { + [sym__declaration_specifiers] = STATE(3612), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1377] = { + [sym__declaration_specifiers] = STATE(3615), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_attribute] = STATE(1587), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym_function_definition_repeat1] = STATE(1587), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(129), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1378] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2929), + [anon_sym_COMMA] = ACTIONS(2929), + [anon_sym_RPAREN] = ACTIONS(2929), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2934), + [anon_sym_PLUS] = ACTIONS(2934), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_SLASH] = ACTIONS(2934), + [anon_sym_PERCENT] = ACTIONS(2929), + [anon_sym_PIPE_PIPE] = ACTIONS(2929), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2934), + [anon_sym_CARET] = ACTIONS(2929), + [anon_sym_AMP] = ACTIONS(2936), + [anon_sym_EQ_EQ] = ACTIONS(2929), + [anon_sym_BANG_EQ] = ACTIONS(2929), + [anon_sym_GT] = ACTIONS(2934), + [anon_sym_GT_EQ] = ACTIONS(2929), + [anon_sym_LT_EQ] = ACTIONS(2929), + [anon_sym_LT] = ACTIONS(2934), + [anon_sym_LT_LT] = ACTIONS(2929), + [anon_sym_GT_GT] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_PLUS_PLUS] = ACTIONS(2929), + [anon_sym_DOT] = ACTIONS(2934), + [anon_sym_DASH_GT] = ACTIONS(2929), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1379] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2931), + [anon_sym_COMMA] = ACTIONS(2931), + [anon_sym_RPAREN] = ACTIONS(2931), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2934), + [anon_sym_PLUS] = ACTIONS(2934), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_SLASH] = ACTIONS(2934), + [anon_sym_PERCENT] = ACTIONS(2929), + [anon_sym_PIPE_PIPE] = ACTIONS(2929), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2934), + [anon_sym_CARET] = ACTIONS(2929), + [anon_sym_AMP] = ACTIONS(2936), + [anon_sym_EQ_EQ] = ACTIONS(2929), + [anon_sym_BANG_EQ] = ACTIONS(2929), + [anon_sym_GT] = ACTIONS(2934), + [anon_sym_GT_EQ] = ACTIONS(2929), + [anon_sym_LT_EQ] = ACTIONS(2929), + [anon_sym_LT] = ACTIONS(2934), + [anon_sym_LT_LT] = ACTIONS(2929), + [anon_sym_GT_GT] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_EQ] = ACTIONS(2843), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_PLUS_PLUS] = ACTIONS(2929), + [anon_sym_DOT] = ACTIONS(2934), + [anon_sym_DASH_GT] = ACTIONS(2929), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1380] = { + [sym_identifier] = ACTIONS(2939), + [anon_sym_LPAREN2] = ACTIONS(2941), + [anon_sym_TILDE] = ACTIONS(2941), + [anon_sym_STAR] = ACTIONS(2941), + [anon_sym_AMP_AMP] = ACTIONS(2941), + [anon_sym_AMP] = ACTIONS(2939), + [anon_sym_extern] = ACTIONS(2939), + [anon_sym___attribute__] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2939), + [anon_sym___based] = ACTIONS(2939), + [anon_sym___cdecl] = ACTIONS(2939), + [anon_sym___clrcall] = ACTIONS(2939), + [anon_sym___stdcall] = ACTIONS(2939), + [anon_sym___fastcall] = ACTIONS(2939), + [anon_sym___thiscall] = ACTIONS(2939), + [anon_sym___vectorcall] = ACTIONS(2939), + [anon_sym_LBRACK] = ACTIONS(2939), + [anon_sym_static] = ACTIONS(2939), + [anon_sym_register] = ACTIONS(2939), + [anon_sym_inline] = ACTIONS(2939), + [anon_sym_const] = ACTIONS(2939), + [anon_sym_volatile] = ACTIONS(2939), + [anon_sym_restrict] = ACTIONS(2939), + [anon_sym__Atomic] = ACTIONS(2939), + [anon_sym_mutable] = ACTIONS(2939), + [anon_sym_constexpr] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2939), + [anon_sym_unsigned] = ACTIONS(2939), + [anon_sym_long] = ACTIONS(2939), + [anon_sym_short] = ACTIONS(2939), + [sym_primitive_type] = ACTIONS(2939), + [anon_sym_enum] = ACTIONS(2939), + [anon_sym_class] = ACTIONS(2939), + [anon_sym_struct] = ACTIONS(2939), + [anon_sym_union] = ACTIONS(2939), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2939), + [anon_sym_virtual] = ACTIONS(2939), + [anon_sym_explicit] = ACTIONS(2939), + [sym_auto] = ACTIONS(2939), + [anon_sym_typename] = ACTIONS(2939), + [anon_sym_template] = ACTIONS(2939), + [anon_sym_COLON_COLON] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2939), + [anon_sym_using] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2941), + [sym_operator_name] = ACTIONS(2939), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2939), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2939), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2939), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2939), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2939), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2939), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2939), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2939), + [anon_sym_MOZ_COLD] = ACTIONS(2939), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2939), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2939), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2939), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2939), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2939), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2939), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2939), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2939), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2939), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2939), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2939), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2939), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2939), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2939), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2939), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2939), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2939), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2939), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2939), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2939), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2939), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_NONNULL] = ACTIONS(2939), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2939), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2939), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2939), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2939), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2939), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_NORETURN] = ACTIONS(2939), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2939), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2939), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2939), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2939), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2939), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2939), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2939), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2939), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2939), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2939), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2939), + [anon_sym_MOZ_RAII] = ACTIONS(2939), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2939), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2939), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2939), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2939), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2939), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2939), + }, + [1381] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4067), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4164), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1382] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4009), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4190), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1383] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4042), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4190), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1384] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4064), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4179), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1385] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3994), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4194), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1386] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3972), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4179), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1387] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3977), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4211), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1388] = { + [sym_identifier] = ACTIONS(2947), + [anon_sym_LPAREN2] = ACTIONS(2949), + [anon_sym_TILDE] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(2949), + [anon_sym_AMP_AMP] = ACTIONS(2949), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_extern] = ACTIONS(2947), + [anon_sym___attribute__] = ACTIONS(2947), + [anon_sym___declspec] = ACTIONS(2947), + [anon_sym___based] = ACTIONS(2947), + [anon_sym___cdecl] = ACTIONS(2947), + [anon_sym___clrcall] = ACTIONS(2947), + [anon_sym___stdcall] = ACTIONS(2947), + [anon_sym___fastcall] = ACTIONS(2947), + [anon_sym___thiscall] = ACTIONS(2947), + [anon_sym___vectorcall] = ACTIONS(2947), + [anon_sym_LBRACK] = ACTIONS(2947), + [anon_sym_static] = ACTIONS(2947), + [anon_sym_register] = ACTIONS(2947), + [anon_sym_inline] = ACTIONS(2947), + [anon_sym_const] = ACTIONS(2947), + [anon_sym_volatile] = ACTIONS(2947), + [anon_sym_restrict] = ACTIONS(2947), + [anon_sym__Atomic] = ACTIONS(2947), + [anon_sym_mutable] = ACTIONS(2947), + [anon_sym_constexpr] = ACTIONS(2947), + [anon_sym_signed] = ACTIONS(2947), + [anon_sym_unsigned] = ACTIONS(2947), + [anon_sym_long] = ACTIONS(2947), + [anon_sym_short] = ACTIONS(2947), + [sym_primitive_type] = ACTIONS(2947), + [anon_sym_enum] = ACTIONS(2947), + [anon_sym_class] = ACTIONS(2947), + [anon_sym_struct] = ACTIONS(2947), + [anon_sym_union] = ACTIONS(2947), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2947), + [anon_sym_virtual] = ACTIONS(2947), + [anon_sym_explicit] = ACTIONS(2947), + [sym_auto] = ACTIONS(2947), + [anon_sym_typename] = ACTIONS(2947), + [anon_sym_template] = ACTIONS(2947), + [anon_sym_COLON_COLON] = ACTIONS(2949), + [anon_sym_operator] = ACTIONS(2947), + [anon_sym_using] = ACTIONS(2947), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2949), + [sym_operator_name] = ACTIONS(2947), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2947), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2947), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2947), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2947), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2947), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2947), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2947), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2947), + [anon_sym_MOZ_COLD] = ACTIONS(2947), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2947), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2947), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2947), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2947), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2947), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2947), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2947), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2947), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2947), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2947), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2947), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2947), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2947), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2947), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2947), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2947), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2947), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2947), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2947), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2947), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2947), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_NONNULL] = ACTIONS(2947), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2947), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2947), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2947), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2947), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2947), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_NORETURN] = ACTIONS(2947), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2947), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2947), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2947), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2947), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2947), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2947), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2947), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2947), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2947), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2947), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2947), + [anon_sym_MOZ_RAII] = ACTIONS(2947), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2947), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2947), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2947), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2947), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2947), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2947), + }, + [1389] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3981), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4236), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1390] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4068), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4194), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1391] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(3982), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4164), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1392] = { + [sym_attribute_specifier] = STATE(1632), + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4517), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4035), + [sym_array_declarator] = STATE(4055), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [sym_operator_cast] = STATE(4161), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(5278), + [sym_template_function] = STATE(4055), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(4065), + [sym_scoped_type_identifier] = STATE(4895), + [sym_scoped_namespace_identifier] = STATE(5278), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LPAREN2] = ACTIONS(1840), + [anon_sym_TILDE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1844), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(103), + [anon_sym_explicit] = ACTIONS(105), + [anon_sym_COLON_COLON] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(115), + [sym_operator_name] = ACTIONS(133), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1393] = { + [sym__expression] = STATE(2460), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_initializer_list] = STATE(2530), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_RPAREN] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2957), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(1001), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2961), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2961), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2961), + [anon_sym_GT_GT] = ACTIONS(2961), + [anon_sym_SEMI] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_RBRACE] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(2953), + [anon_sym_EQ] = ACTIONS(2961), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_STAR_EQ] = ACTIONS(2953), + [anon_sym_SLASH_EQ] = ACTIONS(2953), + [anon_sym_PERCENT_EQ] = ACTIONS(2953), + [anon_sym_PLUS_EQ] = ACTIONS(2953), + [anon_sym_DASH_EQ] = ACTIONS(2953), + [anon_sym_LT_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_GT_EQ] = ACTIONS(2953), + [anon_sym_AMP_EQ] = ACTIONS(2953), + [anon_sym_CARET_EQ] = ACTIONS(2953), + [anon_sym_PIPE_EQ] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1394] = { + [sym_identifier] = ACTIONS(2989), + [anon_sym_LPAREN2] = ACTIONS(2991), + [anon_sym_TILDE] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(2991), + [anon_sym_AMP] = ACTIONS(2989), + [anon_sym_extern] = ACTIONS(2989), + [anon_sym___attribute__] = ACTIONS(2989), + [anon_sym___declspec] = ACTIONS(2989), + [anon_sym___based] = ACTIONS(2989), + [anon_sym___cdecl] = ACTIONS(2989), + [anon_sym___clrcall] = ACTIONS(2989), + [anon_sym___stdcall] = ACTIONS(2989), + [anon_sym___fastcall] = ACTIONS(2989), + [anon_sym___thiscall] = ACTIONS(2989), + [anon_sym___vectorcall] = ACTIONS(2989), + [anon_sym_LBRACK] = ACTIONS(2989), + [anon_sym_static] = ACTIONS(2989), + [anon_sym_register] = ACTIONS(2989), + [anon_sym_inline] = ACTIONS(2989), + [anon_sym_const] = ACTIONS(2989), + [anon_sym_volatile] = ACTIONS(2989), + [anon_sym_restrict] = ACTIONS(2989), + [anon_sym__Atomic] = ACTIONS(2989), + [anon_sym_mutable] = ACTIONS(2989), + [anon_sym_constexpr] = ACTIONS(2989), + [anon_sym_signed] = ACTIONS(2989), + [anon_sym_unsigned] = ACTIONS(2989), + [anon_sym_long] = ACTIONS(2989), + [anon_sym_short] = ACTIONS(2989), + [sym_primitive_type] = ACTIONS(2989), + [anon_sym_enum] = ACTIONS(2989), + [anon_sym_class] = ACTIONS(2989), + [anon_sym_struct] = ACTIONS(2989), + [anon_sym_union] = ACTIONS(2989), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2989), + [anon_sym_virtual] = ACTIONS(2989), + [anon_sym_explicit] = ACTIONS(2989), + [sym_auto] = ACTIONS(2989), + [anon_sym_typename] = ACTIONS(2989), + [anon_sym_template] = ACTIONS(2989), + [anon_sym_COLON_COLON] = ACTIONS(2991), + [anon_sym_operator] = ACTIONS(2989), + [anon_sym_using] = ACTIONS(2989), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2991), + [sym_operator_name] = ACTIONS(2989), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2989), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2989), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2989), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2989), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2989), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2989), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2989), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2989), + [anon_sym_MOZ_COLD] = ACTIONS(2989), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2989), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2989), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2989), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2989), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2989), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2989), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2989), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2989), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2989), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2989), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2989), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2989), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2989), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2989), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2989), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2989), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2989), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2989), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2989), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2989), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2989), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_NONNULL] = ACTIONS(2989), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2989), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2989), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2989), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2989), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2989), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_NORETURN] = ACTIONS(2989), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2989), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2989), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2989), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2989), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2989), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2989), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2989), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2989), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2989), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2989), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2989), + [anon_sym_MOZ_RAII] = ACTIONS(2989), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2989), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2989), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2989), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2989), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2989), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2989), + }, + [1395] = { + [sym__declaration_specifiers] = STATE(3622), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1396] = { + [sym_identifier] = ACTIONS(2993), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2995), + [anon_sym_COMMA] = ACTIONS(2995), + [anon_sym_RPAREN] = ACTIONS(2995), + [anon_sym_LPAREN2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(2995), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym___based] = ACTIONS(2993), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_EQ] = ACTIONS(2995), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_COLON] = ACTIONS(2993), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [anon_sym_virtual] = ACTIONS(2993), + [anon_sym_explicit] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_GT2] = ACTIONS(2995), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_operator] = ACTIONS(2993), + [sym_operator_name] = ACTIONS(2993), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1397] = { + [sym__declaration_specifiers] = STATE(3533), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1398] = { + [sym__declaration_specifiers] = STATE(3538), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1399] = { + [sym__declaration_specifiers] = STATE(3643), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1400] = { + [sym__declaration_specifiers] = STATE(3619), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1401] = { + [sym__declaration_specifiers] = STATE(3626), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1402] = { + [sym__declaration_specifiers] = STATE(3636), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1403] = { + [sym__declaration_specifiers] = STATE(3928), + [sym_attribute_specifier] = STATE(1417), + [sym_ms_declspec_modifier] = STATE(1417), + [sym_storage_class_specifier] = STATE(1417), + [sym_type_qualifier] = STATE(1417), + [sym__type_specifier] = STATE(1705), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1248), + [sym_scoped_type_identifier] = STATE(1354), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1417), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1404] = { + [sym__declaration_specifiers] = STATE(3629), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1405] = { + [sym__declaration_specifiers] = STATE(3640), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1406] = { + [sym__declaration_specifiers] = STATE(3919), + [sym_attribute_specifier] = STATE(1417), + [sym_ms_declspec_modifier] = STATE(1417), + [sym_storage_class_specifier] = STATE(1417), + [sym_type_qualifier] = STATE(1417), + [sym__type_specifier] = STATE(1705), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1248), + [sym_scoped_type_identifier] = STATE(1354), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1417), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1407] = { + [sym__declaration_specifiers] = STATE(3620), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1408] = { + [sym__declaration_specifiers] = STATE(3923), + [sym_attribute_specifier] = STATE(1417), + [sym_ms_declspec_modifier] = STATE(1417), + [sym_storage_class_specifier] = STATE(1417), + [sym_type_qualifier] = STATE(1417), + [sym__type_specifier] = STATE(1705), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1248), + [sym_scoped_type_identifier] = STATE(1354), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1417), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1409] = { + [sym__declaration_specifiers] = STATE(3647), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1410] = { + [sym__declaration_specifiers] = STATE(3630), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1411] = { + [sym__declaration_specifiers] = STATE(3920), + [sym_attribute_specifier] = STATE(1417), + [sym_ms_declspec_modifier] = STATE(1417), + [sym_storage_class_specifier] = STATE(1417), + [sym_type_qualifier] = STATE(1417), + [sym__type_specifier] = STATE(1705), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1248), + [sym_scoped_type_identifier] = STATE(1354), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1417), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1412] = { + [sym__declaration_specifiers] = STATE(3644), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1413] = { + [sym__declaration_specifiers] = STATE(3642), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1414] = { + [sym__declaration_specifiers] = STATE(3633), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1415] = { + [sym__declaration_specifiers] = STATE(3519), + [sym_attribute_specifier] = STATE(1418), + [sym_ms_declspec_modifier] = STATE(1418), + [sym_storage_class_specifier] = STATE(1418), + [sym_type_qualifier] = STATE(1418), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1418), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1416] = { + [sym__declaration_specifiers] = STATE(3621), + [sym_attribute_specifier] = STATE(1420), + [sym_ms_declspec_modifier] = STATE(1420), + [sym_storage_class_specifier] = STATE(1420), + [sym_type_qualifier] = STATE(1420), + [sym__type_specifier] = STATE(1589), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1420), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1417] = { + [sym_attribute_specifier] = STATE(1621), + [sym_ms_declspec_modifier] = STATE(1621), + [sym_storage_class_specifier] = STATE(1621), + [sym_type_qualifier] = STATE(1621), + [sym__type_specifier] = STATE(1704), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1248), + [sym_scoped_type_identifier] = STATE(1354), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1621), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1418] = { + [sym_attribute_specifier] = STATE(1621), + [sym_ms_declspec_modifier] = STATE(1621), + [sym_storage_class_specifier] = STATE(1621), + [sym_type_qualifier] = STATE(1621), + [sym__type_specifier] = STATE(1592), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1621), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(1856), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1419] = { + [sym_attribute_specifier] = STATE(1621), + [sym_ms_declspec_modifier] = STATE(1621), + [sym_storage_class_specifier] = STATE(1621), + [sym_type_qualifier] = STATE(1621), + [sym__type_specifier] = STATE(1592), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1670), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1621), + [aux_sym_sized_type_specifier_repeat1] = STATE(1617), + [sym_identifier] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2355), + [anon_sym_unsigned] = ACTIONS(2355), + [anon_sym_long] = ACTIONS(2355), + [anon_sym_short] = ACTIONS(2355), + [sym_primitive_type] = ACTIONS(2357), + [anon_sym_enum] = ACTIONS(2359), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_union] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(2927), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1420] = { + [sym_attribute_specifier] = STATE(1621), + [sym_ms_declspec_modifier] = STATE(1621), + [sym_storage_class_specifier] = STATE(1621), + [sym_type_qualifier] = STATE(1621), + [sym__type_specifier] = STATE(1592), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(1014), + [sym_scoped_type_identifier] = STATE(1628), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1621), + [aux_sym_sized_type_specifier_repeat1] = STATE(1594), + [sym_identifier] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(1003), + [anon_sym___attribute__] = ACTIONS(1005), + [anon_sym___declspec] = ACTIONS(41), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_register] = ACTIONS(1003), + [anon_sym_inline] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(55), + [anon_sym_unsigned] = ACTIONS(55), + [anon_sym_long] = ACTIONS(55), + [anon_sym_short] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(107), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_class] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(63), + [anon_sym_union] = ACTIONS(65), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(109), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1421] = { + [sym__expression] = STATE(2677), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_initializer_list] = STATE(2830), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3005), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3009), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2961), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2961), + [anon_sym_AMP] = ACTIONS(3009), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2961), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2961), + [anon_sym_GT_GT] = ACTIONS(2961), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2961), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_STAR_EQ] = ACTIONS(2953), + [anon_sym_SLASH_EQ] = ACTIONS(2953), + [anon_sym_PERCENT_EQ] = ACTIONS(2953), + [anon_sym_PLUS_EQ] = ACTIONS(2953), + [anon_sym_DASH_EQ] = ACTIONS(2953), + [anon_sym_LT_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_GT_EQ] = ACTIONS(2961), + [anon_sym_AMP_EQ] = ACTIONS(2953), + [anon_sym_CARET_EQ] = ACTIONS(2953), + [anon_sym_PIPE_EQ] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [1422] = { + [sym_string_literal] = STATE(787), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym___based] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_L_DQUOTE] = ACTIONS(3037), + [anon_sym_u_DQUOTE] = ACTIONS(3037), + [anon_sym_U_DQUOTE] = ACTIONS(3037), + [anon_sym_u8_DQUOTE] = ACTIONS(3037), + [anon_sym_DQUOTE] = ACTIONS(3037), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [anon_sym_virtual] = ACTIONS(2993), + [anon_sym_explicit] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_operator] = ACTIONS(2993), + [sym_operator_name] = ACTIONS(2993), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1423] = { + [sym_string_literal] = STATE(786), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym___based] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_L_DQUOTE] = ACTIONS(3037), + [anon_sym_u_DQUOTE] = ACTIONS(3037), + [anon_sym_U_DQUOTE] = ACTIONS(3037), + [anon_sym_u8_DQUOTE] = ACTIONS(3037), + [anon_sym_DQUOTE] = ACTIONS(3037), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [anon_sym_virtual] = ACTIONS(2993), + [anon_sym_explicit] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_operator] = ACTIONS(2993), + [sym_operator_name] = ACTIONS(2993), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1424] = { + [sym_string_literal] = STATE(792), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym___based] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_L_DQUOTE] = ACTIONS(3037), + [anon_sym_u_DQUOTE] = ACTIONS(3037), + [anon_sym_U_DQUOTE] = ACTIONS(3037), + [anon_sym_u8_DQUOTE] = ACTIONS(3037), + [anon_sym_DQUOTE] = ACTIONS(3037), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [anon_sym_virtual] = ACTIONS(2993), + [anon_sym_explicit] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_operator] = ACTIONS(2993), + [sym_operator_name] = ACTIONS(2993), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1425] = { + [sym_string_literal] = STATE(785), + [sym_identifier] = ACTIONS(2993), + [anon_sym_LPAREN2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym___based] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_L_DQUOTE] = ACTIONS(3037), + [anon_sym_u_DQUOTE] = ACTIONS(3037), + [anon_sym_U_DQUOTE] = ACTIONS(3037), + [anon_sym_u8_DQUOTE] = ACTIONS(3037), + [anon_sym_DQUOTE] = ACTIONS(3037), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [anon_sym_virtual] = ACTIONS(2993), + [anon_sym_explicit] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_operator] = ACTIONS(2993), + [sym_operator_name] = ACTIONS(2993), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1426] = { + [sym__expression] = STATE(2688), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_initializer_list] = STATE(2837), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2961), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2961), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2961), + [anon_sym_GT_GT] = ACTIONS(2961), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2961), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_STAR_EQ] = ACTIONS(2953), + [anon_sym_SLASH_EQ] = ACTIONS(2953), + [anon_sym_PERCENT_EQ] = ACTIONS(2953), + [anon_sym_PLUS_EQ] = ACTIONS(2953), + [anon_sym_DASH_EQ] = ACTIONS(2953), + [anon_sym_LT_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_GT_EQ] = ACTIONS(2953), + [anon_sym_AMP_EQ] = ACTIONS(2953), + [anon_sym_CARET_EQ] = ACTIONS(2953), + [anon_sym_PIPE_EQ] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [1427] = { + [sym_compound_statement] = STATE(469), + [sym_labeled_statement] = STATE(469), + [sym_expression_statement] = STATE(469), + [sym_if_statement] = STATE(469), + [sym_switch_statement] = STATE(469), + [sym_case_statement] = STATE(469), + [sym_while_statement] = STATE(469), + [sym_do_statement] = STATE(469), + [sym_for_statement] = STATE(469), + [sym_return_statement] = STATE(469), + [sym_break_statement] = STATE(469), + [sym_continue_statement] = STATE(469), + [sym_goto_statement] = STATE(469), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(469), + [sym_throw_statement] = STATE(469), + [sym_try_statement] = STATE(469), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), [anon_sym_if] = ACTIONS(67), [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(71), @@ -254033,72 +252207,90 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(119), [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1581] = { - [sym_compound_statement] = STATE(440), - [sym_labeled_statement] = STATE(440), - [sym_expression_statement] = STATE(440), - [sym_if_statement] = STATE(440), - [sym_switch_statement] = STATE(440), - [sym_case_statement] = STATE(440), - [sym_while_statement] = STATE(440), - [sym_do_statement] = STATE(440), - [sym_for_statement] = STATE(440), - [sym_return_statement] = STATE(440), - [sym_break_statement] = STATE(440), - [sym_continue_statement] = STATE(440), - [sym_goto_statement] = STATE(440), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(440), - [sym_throw_statement] = STATE(440), - [sym_try_statement] = STATE(440), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1428] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(436), + [sym_throw_statement] = STATE(436), + [sym_try_statement] = STATE(436), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), [anon_sym_if] = ACTIONS(67), [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(71), @@ -254128,83 +252320,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(119), [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1582] = { - [sym_compound_statement] = STATE(221), - [sym_labeled_statement] = STATE(221), - [sym_expression_statement] = STATE(221), - [sym_if_statement] = STATE(221), - [sym_switch_statement] = STATE(221), - [sym_case_statement] = STATE(221), - [sym_while_statement] = STATE(221), - [sym_do_statement] = STATE(221), - [sym_for_statement] = STATE(221), - [sym_return_statement] = STATE(221), - [sym_break_statement] = STATE(221), - [sym_continue_statement] = STATE(221), - [sym_goto_statement] = STATE(221), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(221), - [sym_throw_statement] = STATE(221), - [sym_try_statement] = STATE(221), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1429] = { + [sym_compound_statement] = STATE(439), + [sym_labeled_statement] = STATE(434), + [sym_expression_statement] = STATE(432), + [sym_if_statement] = STATE(431), + [sym_switch_statement] = STATE(430), + [sym_case_statement] = STATE(429), + [sym_while_statement] = STATE(428), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(425), + [sym_return_statement] = STATE(421), + [sym_break_statement] = STATE(420), + [sym_continue_statement] = STATE(419), + [sym_goto_statement] = STATE(418), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(416), + [sym_throw_statement] = STATE(415), + [sym_try_statement] = STATE(414), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254223,72 +252433,203 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1583] = { - [sym_compound_statement] = STATE(386), - [sym_labeled_statement] = STATE(386), - [sym_expression_statement] = STATE(386), - [sym_if_statement] = STATE(386), - [sym_switch_statement] = STATE(386), - [sym_case_statement] = STATE(386), - [sym_while_statement] = STATE(386), - [sym_do_statement] = STATE(386), - [sym_for_statement] = STATE(386), - [sym_return_statement] = STATE(386), - [sym_break_statement] = STATE(386), - [sym_continue_statement] = STATE(386), - [sym_goto_statement] = STATE(386), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(386), - [sym_throw_statement] = STATE(386), - [sym_try_statement] = STATE(386), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1430] = { + [sym_compound_statement] = STATE(325), + [sym_labeled_statement] = STATE(325), + [sym_expression_statement] = STATE(325), + [sym_if_statement] = STATE(325), + [sym_switch_statement] = STATE(325), + [sym_case_statement] = STATE(325), + [sym_while_statement] = STATE(325), + [sym_do_statement] = STATE(325), + [sym_for_statement] = STATE(325), + [sym_return_statement] = STATE(325), + [sym_break_statement] = STATE(325), + [sym_continue_statement] = STATE(325), + [sym_goto_statement] = STATE(325), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(325), + [sym_throw_statement] = STATE(325), + [sym_try_statement] = STATE(325), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1431] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(272), + [sym_throw_statement] = STATE(272), + [sym_try_statement] = STATE(272), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), [anon_sym_if] = ACTIONS(67), [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(71), @@ -254318,83 +252659,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(119), [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1584] = { - [sym_compound_statement] = STATE(4741), - [sym_labeled_statement] = STATE(4741), - [sym_expression_statement] = STATE(4741), - [sym_if_statement] = STATE(4741), - [sym_switch_statement] = STATE(4741), - [sym_case_statement] = STATE(4741), - [sym_while_statement] = STATE(4741), - [sym_do_statement] = STATE(4741), - [sym_for_statement] = STATE(4741), - [sym_return_statement] = STATE(4741), - [sym_break_statement] = STATE(4741), - [sym_continue_statement] = STATE(4741), - [sym_goto_statement] = STATE(4741), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4741), - [sym_throw_statement] = STATE(4741), - [sym_try_statement] = STATE(4741), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1432] = { + [sym_compound_statement] = STATE(378), + [sym_labeled_statement] = STATE(378), + [sym_expression_statement] = STATE(378), + [sym_if_statement] = STATE(378), + [sym_switch_statement] = STATE(378), + [sym_case_statement] = STATE(378), + [sym_while_statement] = STATE(378), + [sym_do_statement] = STATE(378), + [sym_for_statement] = STATE(378), + [sym_return_statement] = STATE(378), + [sym_break_statement] = STATE(378), + [sym_continue_statement] = STATE(378), + [sym_goto_statement] = STATE(378), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(378), + [sym_throw_statement] = STATE(378), + [sym_try_statement] = STATE(378), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254413,83 +252772,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1585] = { - [sym_compound_statement] = STATE(4900), - [sym_labeled_statement] = STATE(4900), - [sym_expression_statement] = STATE(4900), - [sym_if_statement] = STATE(4900), - [sym_switch_statement] = STATE(4900), - [sym_case_statement] = STATE(4900), - [sym_while_statement] = STATE(4900), - [sym_do_statement] = STATE(4900), - [sym_for_statement] = STATE(4900), - [sym_return_statement] = STATE(4900), - [sym_break_statement] = STATE(4900), - [sym_continue_statement] = STATE(4900), - [sym_goto_statement] = STATE(4900), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4900), - [sym_throw_statement] = STATE(4900), - [sym_try_statement] = STATE(4900), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1433] = { + [sym_compound_statement] = STATE(4866), + [sym_labeled_statement] = STATE(4866), + [sym_expression_statement] = STATE(4866), + [sym_if_statement] = STATE(4866), + [sym_switch_statement] = STATE(4866), + [sym_case_statement] = STATE(4866), + [sym_while_statement] = STATE(4866), + [sym_do_statement] = STATE(4866), + [sym_for_statement] = STATE(4866), + [sym_return_statement] = STATE(4866), + [sym_break_statement] = STATE(4866), + [sym_continue_statement] = STATE(4866), + [sym_goto_statement] = STATE(4866), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4866), + [sym_throw_statement] = STATE(4866), + [sym_try_statement] = STATE(4866), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254508,83 +252885,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1586] = { - [sym_compound_statement] = STATE(5058), - [sym_labeled_statement] = STATE(5058), - [sym_expression_statement] = STATE(5058), - [sym_if_statement] = STATE(5058), - [sym_switch_statement] = STATE(5058), - [sym_case_statement] = STATE(5058), - [sym_while_statement] = STATE(5058), - [sym_do_statement] = STATE(5058), - [sym_for_statement] = STATE(5058), - [sym_return_statement] = STATE(5058), - [sym_break_statement] = STATE(5058), - [sym_continue_statement] = STATE(5058), - [sym_goto_statement] = STATE(5058), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5058), - [sym_throw_statement] = STATE(5058), - [sym_try_statement] = STATE(5058), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1434] = { + [sym_compound_statement] = STATE(5351), + [sym_labeled_statement] = STATE(5351), + [sym_expression_statement] = STATE(5351), + [sym_if_statement] = STATE(5351), + [sym_switch_statement] = STATE(5351), + [sym_case_statement] = STATE(5351), + [sym_while_statement] = STATE(5351), + [sym_do_statement] = STATE(5351), + [sym_for_statement] = STATE(5351), + [sym_return_statement] = STATE(5351), + [sym_break_statement] = STATE(5351), + [sym_continue_statement] = STATE(5351), + [sym_goto_statement] = STATE(5351), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5351), + [sym_throw_statement] = STATE(5351), + [sym_try_statement] = STATE(5351), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254603,83 +252998,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1587] = { - [sym_compound_statement] = STATE(200), - [sym_labeled_statement] = STATE(200), - [sym_expression_statement] = STATE(200), - [sym_if_statement] = STATE(200), - [sym_switch_statement] = STATE(200), - [sym_case_statement] = STATE(200), - [sym_while_statement] = STATE(200), - [sym_do_statement] = STATE(200), - [sym_for_statement] = STATE(200), - [sym_return_statement] = STATE(200), - [sym_break_statement] = STATE(200), - [sym_continue_statement] = STATE(200), - [sym_goto_statement] = STATE(200), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(200), - [sym_throw_statement] = STATE(200), - [sym_try_statement] = STATE(200), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1435] = { + [sym_compound_statement] = STATE(163), + [sym_labeled_statement] = STATE(163), + [sym_expression_statement] = STATE(163), + [sym_if_statement] = STATE(163), + [sym_switch_statement] = STATE(163), + [sym_case_statement] = STATE(163), + [sym_while_statement] = STATE(163), + [sym_do_statement] = STATE(163), + [sym_for_statement] = STATE(163), + [sym_return_statement] = STATE(163), + [sym_break_statement] = STATE(163), + [sym_continue_statement] = STATE(163), + [sym_goto_statement] = STATE(163), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(163), + [sym_throw_statement] = STATE(163), + [sym_try_statement] = STATE(163), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254698,83 +253111,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1588] = { - [sym_compound_statement] = STATE(4862), - [sym_labeled_statement] = STATE(4862), - [sym_expression_statement] = STATE(4862), - [sym_if_statement] = STATE(4862), - [sym_switch_statement] = STATE(4862), - [sym_case_statement] = STATE(4862), - [sym_while_statement] = STATE(4862), - [sym_do_statement] = STATE(4862), - [sym_for_statement] = STATE(4862), - [sym_return_statement] = STATE(4862), - [sym_break_statement] = STATE(4862), - [sym_continue_statement] = STATE(4862), - [sym_goto_statement] = STATE(4862), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4862), - [sym_throw_statement] = STATE(4862), - [sym_try_statement] = STATE(4862), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1436] = { + [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_case_statement] = STATE(375), + [sym_while_statement] = STATE(375), + [sym_do_statement] = STATE(375), + [sym_for_statement] = STATE(375), + [sym_return_statement] = STATE(375), + [sym_break_statement] = STATE(375), + [sym_continue_statement] = STATE(375), + [sym_goto_statement] = STATE(375), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(375), + [sym_throw_statement] = STATE(375), + [sym_try_statement] = STATE(375), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254793,178 +253224,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1589] = { - [sym_identifier] = ACTIONS(3323), - [anon_sym_LPAREN2] = ACTIONS(3325), - [anon_sym_TILDE] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3323), - [anon_sym_extern] = ACTIONS(3323), - [anon_sym___attribute__] = ACTIONS(3323), - [anon_sym___based] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3327), - [anon_sym_static] = ACTIONS(3323), - [anon_sym_register] = ACTIONS(3323), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3323), - [anon_sym_explicit] = ACTIONS(3323), - [anon_sym_COLON_COLON] = ACTIONS(3327), - [anon_sym_operator] = ACTIONS(3323), - [sym_operator_name] = 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), - }, - [1590] = { - [sym_compound_statement] = STATE(398), - [sym_labeled_statement] = STATE(398), - [sym_expression_statement] = STATE(398), - [sym_if_statement] = STATE(398), - [sym_switch_statement] = STATE(398), - [sym_case_statement] = STATE(398), - [sym_while_statement] = STATE(398), - [sym_do_statement] = STATE(398), - [sym_for_statement] = STATE(398), - [sym_return_statement] = STATE(398), - [sym_break_statement] = STATE(398), - [sym_continue_statement] = STATE(398), - [sym_goto_statement] = STATE(398), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(398), - [sym_throw_statement] = STATE(398), - [sym_try_statement] = STATE(398), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1437] = { + [sym_compound_statement] = STATE(5550), + [sym_labeled_statement] = STATE(5550), + [sym_expression_statement] = STATE(5550), + [sym_if_statement] = STATE(5550), + [sym_switch_statement] = STATE(5550), + [sym_case_statement] = STATE(5550), + [sym_while_statement] = STATE(5550), + [sym_do_statement] = STATE(5550), + [sym_for_statement] = STATE(5550), + [sym_return_statement] = STATE(5550), + [sym_break_statement] = STATE(5550), + [sym_continue_statement] = STATE(5550), + [sym_goto_statement] = STATE(5550), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5550), + [sym_throw_statement] = STATE(5550), + [sym_try_statement] = STATE(5550), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -254983,83 +253337,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1591] = { - [sym_compound_statement] = STATE(452), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(452), - [sym_throw_statement] = STATE(452), - [sym_try_statement] = STATE(452), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1438] = { + [sym_compound_statement] = STATE(334), + [sym_labeled_statement] = STATE(334), + [sym_expression_statement] = STATE(334), + [sym_if_statement] = STATE(334), + [sym_switch_statement] = STATE(334), + [sym_case_statement] = STATE(334), + [sym_while_statement] = STATE(334), + [sym_do_statement] = STATE(334), + [sym_for_statement] = STATE(334), + [sym_return_statement] = STATE(334), + [sym_break_statement] = STATE(334), + [sym_continue_statement] = STATE(334), + [sym_goto_statement] = STATE(334), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(334), + [sym_throw_statement] = STATE(334), + [sym_try_statement] = STATE(334), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255078,83 +253450,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1592] = { - [sym_compound_statement] = STATE(305), - [sym_labeled_statement] = STATE(305), - [sym_expression_statement] = STATE(305), - [sym_if_statement] = STATE(305), - [sym_switch_statement] = STATE(305), - [sym_case_statement] = STATE(305), - [sym_while_statement] = STATE(305), - [sym_do_statement] = STATE(305), - [sym_for_statement] = STATE(305), - [sym_return_statement] = STATE(305), - [sym_break_statement] = STATE(305), - [sym_continue_statement] = STATE(305), - [sym_goto_statement] = STATE(305), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(305), - [sym_throw_statement] = STATE(305), - [sym_try_statement] = STATE(305), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1439] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(480), + [sym_throw_statement] = STATE(480), + [sym_try_statement] = STATE(480), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255173,83 +253563,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1593] = { - [sym_compound_statement] = STATE(449), - [sym_labeled_statement] = STATE(449), - [sym_expression_statement] = STATE(449), - [sym_if_statement] = STATE(449), - [sym_switch_statement] = STATE(449), - [sym_case_statement] = STATE(449), - [sym_while_statement] = STATE(449), - [sym_do_statement] = STATE(449), - [sym_for_statement] = STATE(449), - [sym_return_statement] = STATE(449), - [sym_break_statement] = STATE(449), - [sym_continue_statement] = STATE(449), - [sym_goto_statement] = STATE(449), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(449), - [sym_throw_statement] = STATE(449), - [sym_try_statement] = STATE(449), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1440] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(459), + [sym_throw_statement] = STATE(459), + [sym_try_statement] = STATE(459), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255268,83 +253676,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1594] = { - [sym_compound_statement] = STATE(4918), - [sym_labeled_statement] = STATE(4918), - [sym_expression_statement] = STATE(4918), - [sym_if_statement] = STATE(4918), - [sym_switch_statement] = STATE(4918), - [sym_case_statement] = STATE(4918), - [sym_while_statement] = STATE(4918), - [sym_do_statement] = STATE(4918), - [sym_for_statement] = STATE(4918), - [sym_return_statement] = STATE(4918), - [sym_break_statement] = STATE(4918), - [sym_continue_statement] = STATE(4918), - [sym_goto_statement] = STATE(4918), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4918), - [sym_throw_statement] = STATE(4918), - [sym_try_statement] = STATE(4918), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1441] = { + [sym_compound_statement] = STATE(333), + [sym_labeled_statement] = STATE(333), + [sym_expression_statement] = STATE(333), + [sym_if_statement] = STATE(333), + [sym_switch_statement] = STATE(333), + [sym_case_statement] = STATE(333), + [sym_while_statement] = STATE(333), + [sym_do_statement] = STATE(333), + [sym_for_statement] = STATE(333), + [sym_return_statement] = STATE(333), + [sym_break_statement] = STATE(333), + [sym_continue_statement] = STATE(333), + [sym_goto_statement] = STATE(333), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(333), + [sym_throw_statement] = STATE(333), + [sym_try_statement] = STATE(333), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255363,83 +253789,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1595] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(433), - [sym_throw_statement] = STATE(433), - [sym_try_statement] = STATE(433), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1442] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(465), + [sym_throw_statement] = STATE(465), + [sym_try_statement] = STATE(465), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255458,83 +253902,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1596] = { - [sym_compound_statement] = STATE(304), - [sym_labeled_statement] = STATE(304), - [sym_expression_statement] = STATE(304), - [sym_if_statement] = STATE(304), - [sym_switch_statement] = STATE(304), - [sym_case_statement] = STATE(304), - [sym_while_statement] = STATE(304), - [sym_do_statement] = STATE(304), - [sym_for_statement] = STATE(304), - [sym_return_statement] = STATE(304), - [sym_break_statement] = STATE(304), - [sym_continue_statement] = STATE(304), - [sym_goto_statement] = STATE(304), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(304), - [sym_throw_statement] = STATE(304), - [sym_try_statement] = STATE(304), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1443] = { + [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_case_statement] = STATE(273), + [sym_while_statement] = STATE(273), + [sym_do_statement] = STATE(273), + [sym_for_statement] = STATE(273), + [sym_return_statement] = STATE(273), + [sym_break_statement] = STATE(273), + [sym_continue_statement] = STATE(273), + [sym_goto_statement] = STATE(273), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(273), + [sym_throw_statement] = STATE(273), + [sym_try_statement] = STATE(273), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255553,83 +254015,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1597] = { - [sym_compound_statement] = STATE(226), - [sym_labeled_statement] = STATE(226), - [sym_expression_statement] = STATE(226), - [sym_if_statement] = STATE(226), - [sym_switch_statement] = STATE(226), - [sym_case_statement] = STATE(226), - [sym_while_statement] = STATE(226), - [sym_do_statement] = STATE(226), - [sym_for_statement] = STATE(226), - [sym_return_statement] = STATE(226), - [sym_break_statement] = STATE(226), - [sym_continue_statement] = STATE(226), - [sym_goto_statement] = STATE(226), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(226), - [sym_throw_statement] = STATE(226), - [sym_try_statement] = STATE(226), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1444] = { + [sym_compound_statement] = STATE(274), + [sym_labeled_statement] = STATE(274), + [sym_expression_statement] = STATE(274), + [sym_if_statement] = STATE(274), + [sym_switch_statement] = STATE(274), + [sym_case_statement] = STATE(274), + [sym_while_statement] = STATE(274), + [sym_do_statement] = STATE(274), + [sym_for_statement] = STATE(274), + [sym_return_statement] = STATE(274), + [sym_break_statement] = STATE(274), + [sym_continue_statement] = STATE(274), + [sym_goto_statement] = STATE(274), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(274), + [sym_throw_statement] = STATE(274), + [sym_try_statement] = STATE(274), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255648,83 +254128,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1598] = { - [sym_compound_statement] = STATE(750), - [sym_labeled_statement] = STATE(750), - [sym_expression_statement] = STATE(750), - [sym_if_statement] = STATE(750), - [sym_switch_statement] = STATE(750), - [sym_case_statement] = STATE(750), - [sym_while_statement] = STATE(750), - [sym_do_statement] = STATE(750), - [sym_for_statement] = STATE(750), - [sym_return_statement] = STATE(750), - [sym_break_statement] = STATE(750), - [sym_continue_statement] = STATE(750), - [sym_goto_statement] = STATE(750), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(750), - [sym_throw_statement] = STATE(750), - [sym_try_statement] = STATE(750), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1445] = { + [sym_compound_statement] = STATE(291), + [sym_labeled_statement] = STATE(261), + [sym_expression_statement] = STATE(290), + [sym_if_statement] = STATE(289), + [sym_switch_statement] = STATE(288), + [sym_case_statement] = STATE(287), + [sym_while_statement] = STATE(286), + [sym_do_statement] = STATE(285), + [sym_for_statement] = STATE(284), + [sym_return_statement] = STATE(283), + [sym_break_statement] = STATE(281), + [sym_continue_statement] = STATE(280), + [sym_goto_statement] = STATE(279), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(278), + [sym_throw_statement] = STATE(277), + [sym_try_statement] = STATE(276), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255743,83 +254241,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1599] = { - [sym_compound_statement] = STATE(303), - [sym_labeled_statement] = STATE(302), - [sym_expression_statement] = STATE(298), - [sym_if_statement] = STATE(297), - [sym_switch_statement] = STATE(296), - [sym_case_statement] = STATE(295), - [sym_while_statement] = STATE(403), - [sym_do_statement] = STATE(318), - [sym_for_statement] = STATE(317), - [sym_return_statement] = STATE(311), - [sym_break_statement] = STATE(310), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(306), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(300), - [sym_throw_statement] = STATE(314), - [sym_try_statement] = STATE(320), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1446] = { + [sym_compound_statement] = STATE(307), + [sym_labeled_statement] = STATE(306), + [sym_expression_statement] = STATE(305), + [sym_if_statement] = STATE(304), + [sym_switch_statement] = STATE(303), + [sym_case_statement] = STATE(302), + [sym_while_statement] = STATE(301), + [sym_do_statement] = STATE(300), + [sym_for_statement] = STATE(299), + [sym_return_statement] = STATE(298), + [sym_break_statement] = STATE(297), + [sym_continue_statement] = STATE(296), + [sym_goto_statement] = STATE(295), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(294), + [sym_throw_statement] = STATE(293), + [sym_try_statement] = STATE(292), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255838,83 +254354,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1600] = { - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(475), - [sym_throw_statement] = STATE(475), - [sym_try_statement] = STATE(475), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1447] = { + [sym_compound_statement] = STATE(4867), + [sym_labeled_statement] = STATE(4867), + [sym_expression_statement] = STATE(4867), + [sym_if_statement] = STATE(4867), + [sym_switch_statement] = STATE(4867), + [sym_case_statement] = STATE(4867), + [sym_while_statement] = STATE(4867), + [sym_do_statement] = STATE(4867), + [sym_for_statement] = STATE(4867), + [sym_return_statement] = STATE(4867), + [sym_break_statement] = STATE(4867), + [sym_continue_statement] = STATE(4867), + [sym_goto_statement] = STATE(4867), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4867), + [sym_throw_statement] = STATE(4867), + [sym_try_statement] = STATE(4867), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -255933,178 +254467,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1601] = { - [sym_initializer_list] = STATE(3012), - [sym_identifier] = ACTIONS(2713), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3329), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1602] = { - [sym_compound_statement] = STATE(4917), - [sym_labeled_statement] = STATE(4917), - [sym_expression_statement] = STATE(4917), - [sym_if_statement] = STATE(4917), - [sym_switch_statement] = STATE(4917), - [sym_case_statement] = STATE(4917), - [sym_while_statement] = STATE(4917), - [sym_do_statement] = STATE(4917), - [sym_for_statement] = STATE(4917), - [sym_return_statement] = STATE(4917), - [sym_break_statement] = STATE(4917), - [sym_continue_statement] = STATE(4917), - [sym_goto_statement] = STATE(4917), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4917), - [sym_throw_statement] = STATE(4917), - [sym_try_statement] = STATE(4917), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1448] = { + [sym_compound_statement] = STATE(308), + [sym_labeled_statement] = STATE(308), + [sym_expression_statement] = STATE(308), + [sym_if_statement] = STATE(308), + [sym_switch_statement] = STATE(308), + [sym_case_statement] = STATE(308), + [sym_while_statement] = STATE(308), + [sym_do_statement] = STATE(308), + [sym_for_statement] = STATE(308), + [sym_return_statement] = STATE(308), + [sym_break_statement] = STATE(308), + [sym_continue_statement] = STATE(308), + [sym_goto_statement] = STATE(308), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(308), + [sym_throw_statement] = STATE(308), + [sym_try_statement] = STATE(308), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256123,167 +254580,90 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1603] = { - [sym_identifier] = ACTIONS(3331), - [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_extern] = ACTIONS(3331), - [anon_sym___attribute__] = ACTIONS(3331), - [anon_sym___based] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_static] = ACTIONS(3331), - [anon_sym_register] = ACTIONS(3331), - [anon_sym_inline] = 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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3331), - [anon_sym_explicit] = ACTIONS(3331), - [anon_sym_COLON_COLON] = ACTIONS(3333), - [anon_sym_operator] = ACTIONS(3331), - [sym_operator_name] = 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_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1604] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(435), - [sym_throw_statement] = STATE(435), - [sym_try_statement] = STATE(435), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1449] = { + [sym_compound_statement] = STATE(309), + [sym_labeled_statement] = STATE(309), + [sym_expression_statement] = STATE(309), + [sym_if_statement] = STATE(309), + [sym_switch_statement] = STATE(309), + [sym_case_statement] = STATE(309), + [sym_while_statement] = STATE(309), + [sym_do_statement] = STATE(309), + [sym_for_statement] = STATE(309), + [sym_return_statement] = STATE(309), + [sym_break_statement] = STATE(309), + [sym_continue_statement] = STATE(309), + [sym_goto_statement] = STATE(309), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(309), + [sym_throw_statement] = STATE(309), + [sym_try_statement] = STATE(309), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), [anon_sym_if] = ACTIONS(67), [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(71), @@ -256313,83 +254693,214 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(119), [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1605] = { - [sym_compound_statement] = STATE(326), - [sym_labeled_statement] = STATE(329), - [sym_expression_statement] = STATE(330), - [sym_if_statement] = STATE(332), - [sym_switch_statement] = STATE(339), - [sym_case_statement] = STATE(363), - [sym_while_statement] = STATE(365), - [sym_do_statement] = STATE(366), - [sym_for_statement] = STATE(367), - [sym_return_statement] = STATE(368), - [sym_break_statement] = STATE(370), - [sym_continue_statement] = STATE(371), - [sym_goto_statement] = STATE(372), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(373), - [sym_throw_statement] = STATE(374), - [sym_try_statement] = STATE(375), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1450] = { + [sym__expression] = STATE(2819), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_initializer_list] = STATE(2530), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3123), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2961), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2961), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2961), + [anon_sym_GT_GT] = ACTIONS(2961), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2961), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_COLON] = ACTIONS(2961), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_STAR_EQ] = ACTIONS(2953), + [anon_sym_SLASH_EQ] = ACTIONS(2953), + [anon_sym_PERCENT_EQ] = ACTIONS(2953), + [anon_sym_PLUS_EQ] = ACTIONS(2953), + [anon_sym_DASH_EQ] = ACTIONS(2953), + [anon_sym_LT_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_GT_EQ] = ACTIONS(2953), + [anon_sym_AMP_EQ] = ACTIONS(2953), + [anon_sym_CARET_EQ] = ACTIONS(2953), + [anon_sym_PIPE_EQ] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1451] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(282), + [sym_throw_statement] = STATE(282), + [sym_try_statement] = STATE(282), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256408,83 +254919,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1606] = { - [sym_compound_statement] = STATE(5449), - [sym_labeled_statement] = STATE(5449), - [sym_expression_statement] = STATE(5449), - [sym_if_statement] = STATE(5449), - [sym_switch_statement] = STATE(5449), - [sym_case_statement] = STATE(5449), - [sym_while_statement] = STATE(5449), - [sym_do_statement] = STATE(5449), - [sym_for_statement] = STATE(5449), - [sym_return_statement] = STATE(5449), - [sym_break_statement] = STATE(5449), - [sym_continue_statement] = STATE(5449), - [sym_goto_statement] = STATE(5449), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5449), - [sym_throw_statement] = STATE(5449), - [sym_try_statement] = STATE(5449), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1452] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(338), + [sym_throw_statement] = STATE(338), + [sym_try_statement] = STATE(338), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256503,83 +255032,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1607] = { - [sym_compound_statement] = STATE(739), - [sym_labeled_statement] = STATE(739), - [sym_expression_statement] = STATE(739), - [sym_if_statement] = STATE(739), - [sym_switch_statement] = STATE(739), - [sym_case_statement] = STATE(739), - [sym_while_statement] = STATE(739), - [sym_do_statement] = STATE(739), - [sym_for_statement] = STATE(739), - [sym_return_statement] = STATE(739), - [sym_break_statement] = STATE(739), - [sym_continue_statement] = STATE(739), - [sym_goto_statement] = STATE(739), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(739), - [sym_throw_statement] = STATE(739), - [sym_try_statement] = STATE(739), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1453] = { + [sym_compound_statement] = STATE(406), + [sym_labeled_statement] = STATE(403), + [sym_expression_statement] = STATE(402), + [sym_if_statement] = STATE(400), + [sym_switch_statement] = STATE(399), + [sym_case_statement] = STATE(396), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(392), + [sym_for_statement] = STATE(389), + [sym_return_statement] = STATE(386), + [sym_break_statement] = STATE(384), + [sym_continue_statement] = STATE(382), + [sym_goto_statement] = STATE(373), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(372), + [sym_throw_statement] = STATE(371), + [sym_try_statement] = STATE(368), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256598,83 +255145,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1608] = { - [sym_compound_statement] = STATE(5053), - [sym_labeled_statement] = STATE(5053), - [sym_expression_statement] = STATE(5053), - [sym_if_statement] = STATE(5053), - [sym_switch_statement] = STATE(5053), - [sym_case_statement] = STATE(5053), - [sym_while_statement] = STATE(5053), - [sym_do_statement] = STATE(5053), - [sym_for_statement] = STATE(5053), - [sym_return_statement] = STATE(5053), - [sym_break_statement] = STATE(5053), - [sym_continue_statement] = STATE(5053), - [sym_goto_statement] = STATE(5053), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5053), - [sym_throw_statement] = STATE(5053), - [sym_try_statement] = STATE(5053), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1454] = { + [sym_compound_statement] = STATE(4863), + [sym_labeled_statement] = STATE(4863), + [sym_expression_statement] = STATE(4863), + [sym_if_statement] = STATE(4863), + [sym_switch_statement] = STATE(4863), + [sym_case_statement] = STATE(4863), + [sym_while_statement] = STATE(4863), + [sym_do_statement] = STATE(4863), + [sym_for_statement] = STATE(4863), + [sym_return_statement] = STATE(4863), + [sym_break_statement] = STATE(4863), + [sym_continue_statement] = STATE(4863), + [sym_goto_statement] = STATE(4863), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4863), + [sym_throw_statement] = STATE(4863), + [sym_try_statement] = STATE(4863), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256693,83 +255258,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1609] = { - [sym_compound_statement] = STATE(752), - [sym_labeled_statement] = STATE(752), - [sym_expression_statement] = STATE(752), - [sym_if_statement] = STATE(752), - [sym_switch_statement] = STATE(752), - [sym_case_statement] = STATE(752), - [sym_while_statement] = STATE(752), - [sym_do_statement] = STATE(752), - [sym_for_statement] = STATE(752), - [sym_return_statement] = STATE(752), - [sym_break_statement] = STATE(752), - [sym_continue_statement] = STATE(752), - [sym_goto_statement] = STATE(752), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(752), - [sym_throw_statement] = STATE(752), - [sym_try_statement] = STATE(752), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1455] = { + [sym_compound_statement] = STATE(4858), + [sym_labeled_statement] = STATE(4858), + [sym_expression_statement] = STATE(4858), + [sym_if_statement] = STATE(4858), + [sym_switch_statement] = STATE(4858), + [sym_case_statement] = STATE(4858), + [sym_while_statement] = STATE(4858), + [sym_do_statement] = STATE(4858), + [sym_for_statement] = STATE(4858), + [sym_return_statement] = STATE(4858), + [sym_break_statement] = STATE(4858), + [sym_continue_statement] = STATE(4858), + [sym_goto_statement] = STATE(4858), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4858), + [sym_throw_statement] = STATE(4858), + [sym_try_statement] = STATE(4858), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256788,83 +255371,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1610] = { - [sym_compound_statement] = STATE(4860), - [sym_labeled_statement] = STATE(4860), - [sym_expression_statement] = STATE(4860), - [sym_if_statement] = STATE(4860), - [sym_switch_statement] = STATE(4860), - [sym_case_statement] = STATE(4860), - [sym_while_statement] = STATE(4860), - [sym_do_statement] = STATE(4860), - [sym_for_statement] = STATE(4860), - [sym_return_statement] = STATE(4860), - [sym_break_statement] = STATE(4860), - [sym_continue_statement] = STATE(4860), - [sym_goto_statement] = STATE(4860), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4860), - [sym_throw_statement] = STATE(4860), - [sym_try_statement] = STATE(4860), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1456] = { + [sym_compound_statement] = STATE(5584), + [sym_labeled_statement] = STATE(5584), + [sym_expression_statement] = STATE(5584), + [sym_if_statement] = STATE(5584), + [sym_switch_statement] = STATE(5584), + [sym_case_statement] = STATE(5584), + [sym_while_statement] = STATE(5584), + [sym_do_statement] = STATE(5584), + [sym_for_statement] = STATE(5584), + [sym_return_statement] = STATE(5584), + [sym_break_statement] = STATE(5584), + [sym_continue_statement] = STATE(5584), + [sym_goto_statement] = STATE(5584), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5584), + [sym_throw_statement] = STATE(5584), + [sym_try_statement] = STATE(5584), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256883,83 +255484,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1611] = { - [sym_compound_statement] = STATE(710), - [sym_labeled_statement] = STATE(710), - [sym_expression_statement] = STATE(710), - [sym_if_statement] = STATE(710), - [sym_switch_statement] = STATE(710), - [sym_case_statement] = STATE(710), - [sym_while_statement] = STATE(710), - [sym_do_statement] = STATE(710), - [sym_for_statement] = STATE(710), - [sym_return_statement] = STATE(710), - [sym_break_statement] = STATE(710), - [sym_continue_statement] = STATE(710), - [sym_goto_statement] = STATE(710), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(710), - [sym_throw_statement] = STATE(710), - [sym_try_statement] = STATE(710), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1457] = { + [sym_compound_statement] = STATE(4857), + [sym_labeled_statement] = STATE(4857), + [sym_expression_statement] = STATE(4857), + [sym_if_statement] = STATE(4857), + [sym_switch_statement] = STATE(4857), + [sym_case_statement] = STATE(4857), + [sym_while_statement] = STATE(4857), + [sym_do_statement] = STATE(4857), + [sym_for_statement] = STATE(4857), + [sym_return_statement] = STATE(4857), + [sym_break_statement] = STATE(4857), + [sym_continue_statement] = STATE(4857), + [sym_goto_statement] = STATE(4857), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4857), + [sym_throw_statement] = STATE(4857), + [sym_try_statement] = STATE(4857), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -256978,273 +255597,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1612] = { - [sym__expression] = STATE(2770), - [sym_conditional_expression] = STATE(2466), - [sym_assignment_expression] = STATE(2466), - [sym_pointer_expression] = STATE(2468), - [sym_unary_expression] = STATE(2466), - [sym_binary_expression] = STATE(2466), - [sym_update_expression] = STATE(2466), - [sym_cast_expression] = STATE(2466), - [sym_sizeof_expression] = STATE(2466), - [sym_subscript_expression] = STATE(2468), - [sym_call_expression] = STATE(2468), - [sym_field_expression] = STATE(2468), - [sym_compound_literal_expression] = STATE(2466), - [sym_parenthesized_expression] = STATE(2468), - [sym_initializer_list] = STATE(2513), - [sym_char_literal] = STATE(2466), - [sym_concatenated_string] = STATE(2466), - [sym_string_literal] = STATE(2186), - [sym_template_type] = STATE(4733), - [sym_template_function] = STATE(2466), - [sym_new_expression] = STATE(2466), - [sym_delete_expression] = STATE(2466), - [sym_lambda_expression] = STATE(2466), - [sym_lambda_capture_specifier] = STATE(3857), - [sym_parameter_pack_expansion] = STATE(2466), - [sym_scoped_identifier] = STATE(2791), - [sym_scoped_type_identifier] = STATE(4441), - [sym_scoped_namespace_identifier] = STATE(3892), - [sym_identifier] = ACTIONS(3150), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3335), - [anon_sym_BANG] = ACTIONS(3337), - [anon_sym_TILDE] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3337), - [anon_sym_PLUS] = ACTIONS(3337), - [anon_sym_STAR] = ACTIONS(3341), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3341), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3160), - [anon_sym_GT_GT] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_EQ] = ACTIONS(3160), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_COLON] = ACTIONS(3160), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_STAR_EQ] = ACTIONS(3152), - [anon_sym_SLASH_EQ] = ACTIONS(3152), - [anon_sym_PERCENT_EQ] = ACTIONS(3152), - [anon_sym_PLUS_EQ] = ACTIONS(3152), - [anon_sym_DASH_EQ] = ACTIONS(3152), - [anon_sym_LT_LT_EQ] = ACTIONS(3152), - [anon_sym_GT_GT_EQ] = ACTIONS(3152), - [anon_sym_AMP_EQ] = ACTIONS(3152), - [anon_sym_CARET_EQ] = ACTIONS(3152), - [anon_sym_PIPE_EQ] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3343), - [anon_sym_PLUS_PLUS] = ACTIONS(3343), - [anon_sym_sizeof] = ACTIONS(3345), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3172), - [anon_sym_L_SQUOTE] = ACTIONS(3174), - [anon_sym_u_SQUOTE] = ACTIONS(3174), - [anon_sym_U_SQUOTE] = ACTIONS(3174), - [anon_sym_u8_SQUOTE] = ACTIONS(3174), - [anon_sym_SQUOTE] = ACTIONS(3174), - [anon_sym_L_DQUOTE] = ACTIONS(3176), - [anon_sym_u_DQUOTE] = ACTIONS(3176), - [anon_sym_U_DQUOTE] = ACTIONS(3176), - [anon_sym_u8_DQUOTE] = ACTIONS(3176), - [anon_sym_DQUOTE] = ACTIONS(3176), - [sym_true] = ACTIONS(3178), - [sym_false] = ACTIONS(3178), - [sym_null] = ACTIONS(3178), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3347), - [anon_sym_delete] = ACTIONS(3349), - [anon_sym_new] = ACTIONS(3351), - [sym_this] = ACTIONS(3178), - [sym_nullptr] = ACTIONS(3178), - [sym_raw_string_literal] = ACTIONS(3186), - }, - [1613] = { - [sym_identifier] = ACTIONS(2254), - [anon_sym_LPAREN2] = ACTIONS(2258), - [anon_sym_TILDE] = ACTIONS(2261), - [anon_sym_STAR] = ACTIONS(2261), - [anon_sym_AMP_AMP] = ACTIONS(2261), - [anon_sym_AMP] = ACTIONS(2254), - [anon_sym_LT] = ACTIONS(2258), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym___based] = ACTIONS(2254), - [anon_sym_LBRACK] = ACTIONS(2258), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym_mutable] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2270), - [sym_operator_name] = ACTIONS(2254), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2254), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2254), - [anon_sym_MOZ_COLD] = ACTIONS(2254), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2254), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2254), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2254), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2254), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2254), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2254), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2254), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2254), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2254), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2254), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2254), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2254), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL] = ACTIONS(2254), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2254), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2254), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN] = ACTIONS(2254), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2254), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2254), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2254), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2254), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2254), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2254), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2254), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2254), - [anon_sym_MOZ_RAII] = ACTIONS(2254), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2254), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2254), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2254), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2254), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2254), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2254), - }, - [1614] = { - [sym_compound_statement] = STATE(376), - [sym_labeled_statement] = STATE(376), - [sym_expression_statement] = STATE(376), - [sym_if_statement] = STATE(376), - [sym_switch_statement] = STATE(376), - [sym_case_statement] = STATE(376), - [sym_while_statement] = STATE(376), - [sym_do_statement] = STATE(376), - [sym_for_statement] = STATE(376), - [sym_return_statement] = STATE(376), - [sym_break_statement] = STATE(376), - [sym_continue_statement] = STATE(376), - [sym_goto_statement] = STATE(376), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(376), - [sym_throw_statement] = STATE(376), - [sym_try_statement] = STATE(376), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1458] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(417), + [sym_throw_statement] = STATE(417), + [sym_try_statement] = STATE(417), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257263,83 +255710,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1615] = { - [sym_compound_statement] = STATE(404), - [sym_labeled_statement] = STATE(404), - [sym_expression_statement] = STATE(404), - [sym_if_statement] = STATE(404), - [sym_switch_statement] = STATE(404), - [sym_case_statement] = STATE(404), - [sym_while_statement] = STATE(404), - [sym_do_statement] = STATE(404), - [sym_for_statement] = STATE(404), - [sym_return_statement] = STATE(404), - [sym_break_statement] = STATE(404), - [sym_continue_statement] = STATE(404), - [sym_goto_statement] = STATE(404), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(404), - [sym_throw_statement] = STATE(404), - [sym_try_statement] = STATE(404), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1459] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(422), + [sym_throw_statement] = STATE(422), + [sym_try_statement] = STATE(422), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257358,83 +255823,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1616] = { - [sym_compound_statement] = STATE(4857), - [sym_labeled_statement] = STATE(4857), - [sym_expression_statement] = STATE(4857), - [sym_if_statement] = STATE(4857), - [sym_switch_statement] = STATE(4857), - [sym_case_statement] = STATE(4857), - [sym_while_statement] = STATE(4857), - [sym_do_statement] = STATE(4857), - [sym_for_statement] = STATE(4857), - [sym_return_statement] = STATE(4857), - [sym_break_statement] = STATE(4857), - [sym_continue_statement] = STATE(4857), - [sym_goto_statement] = STATE(4857), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4857), - [sym_throw_statement] = STATE(4857), - [sym_try_statement] = STATE(4857), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1460] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(433), + [sym_throw_statement] = STATE(433), + [sym_try_statement] = STATE(433), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257453,83 +255936,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1617] = { - [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(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(377), - [sym_throw_statement] = STATE(377), - [sym_try_statement] = STATE(377), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1461] = { + [sym_compound_statement] = STATE(441), + [sym_labeled_statement] = STATE(441), + [sym_expression_statement] = STATE(441), + [sym_if_statement] = STATE(441), + [sym_switch_statement] = STATE(441), + [sym_case_statement] = STATE(441), + [sym_while_statement] = STATE(441), + [sym_do_statement] = STATE(441), + [sym_for_statement] = STATE(441), + [sym_return_statement] = STATE(441), + [sym_break_statement] = STATE(441), + [sym_continue_statement] = STATE(441), + [sym_goto_statement] = STATE(441), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(441), + [sym_throw_statement] = STATE(441), + [sym_try_statement] = STATE(441), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257548,83 +256049,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1618] = { - [sym_compound_statement] = STATE(488), - [sym_labeled_statement] = STATE(488), - [sym_expression_statement] = STATE(488), - [sym_if_statement] = STATE(488), - [sym_switch_statement] = STATE(488), - [sym_case_statement] = STATE(488), - [sym_while_statement] = STATE(488), - [sym_do_statement] = STATE(488), - [sym_for_statement] = STATE(488), - [sym_return_statement] = STATE(488), - [sym_break_statement] = STATE(488), - [sym_continue_statement] = STATE(488), - [sym_goto_statement] = STATE(488), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(488), - [sym_throw_statement] = STATE(488), - [sym_try_statement] = STATE(488), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1462] = { + [sym_compound_statement] = STATE(310), + [sym_labeled_statement] = STATE(310), + [sym_expression_statement] = STATE(310), + [sym_if_statement] = STATE(310), + [sym_switch_statement] = STATE(310), + [sym_case_statement] = STATE(310), + [sym_while_statement] = STATE(310), + [sym_do_statement] = STATE(310), + [sym_for_statement] = STATE(310), + [sym_return_statement] = STATE(310), + [sym_break_statement] = STATE(310), + [sym_continue_statement] = STATE(310), + [sym_goto_statement] = STATE(310), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(310), + [sym_throw_statement] = STATE(310), + [sym_try_statement] = STATE(310), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257643,83 +256162,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1619] = { - [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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(735), - [sym_throw_statement] = STATE(735), - [sym_try_statement] = STATE(735), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1463] = { + [sym_compound_statement] = STATE(312), + [sym_labeled_statement] = STATE(312), + [sym_expression_statement] = STATE(312), + [sym_if_statement] = STATE(312), + [sym_switch_statement] = STATE(312), + [sym_case_statement] = STATE(312), + [sym_while_statement] = STATE(312), + [sym_do_statement] = STATE(312), + [sym_for_statement] = STATE(312), + [sym_return_statement] = STATE(312), + [sym_break_statement] = STATE(312), + [sym_continue_statement] = STATE(312), + [sym_goto_statement] = STATE(312), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(312), + [sym_throw_statement] = STATE(312), + [sym_try_statement] = STATE(312), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257738,83 +256275,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1620] = { - [sym_compound_statement] = STATE(4979), - [sym_labeled_statement] = STATE(5006), - [sym_expression_statement] = STATE(5008), - [sym_if_statement] = STATE(5009), - [sym_switch_statement] = STATE(5011), - [sym_case_statement] = STATE(5012), - [sym_while_statement] = STATE(5013), - [sym_do_statement] = STATE(5014), - [sym_for_statement] = STATE(5016), - [sym_return_statement] = STATE(5017), - [sym_break_statement] = STATE(5021), - [sym_continue_statement] = STATE(5023), - [sym_goto_statement] = STATE(5025), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5028), - [sym_throw_statement] = STATE(5041), - [sym_try_statement] = STATE(5047), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1464] = { + [sym_compound_statement] = STATE(313), + [sym_labeled_statement] = STATE(313), + [sym_expression_statement] = STATE(313), + [sym_if_statement] = STATE(313), + [sym_switch_statement] = STATE(313), + [sym_case_statement] = STATE(313), + [sym_while_statement] = STATE(313), + [sym_do_statement] = STATE(313), + [sym_for_statement] = STATE(313), + [sym_return_statement] = STATE(313), + [sym_break_statement] = STATE(313), + [sym_continue_statement] = STATE(313), + [sym_goto_statement] = STATE(313), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(313), + [sym_throw_statement] = STATE(313), + [sym_try_statement] = STATE(313), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257833,83 +256388,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1621] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(751), - [sym_throw_statement] = STATE(751), - [sym_try_statement] = STATE(751), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1465] = { + [sym_compound_statement] = STATE(314), + [sym_labeled_statement] = STATE(314), + [sym_expression_statement] = STATE(314), + [sym_if_statement] = STATE(314), + [sym_switch_statement] = STATE(314), + [sym_case_statement] = STATE(314), + [sym_while_statement] = STATE(314), + [sym_do_statement] = STATE(314), + [sym_for_statement] = STATE(314), + [sym_return_statement] = STATE(314), + [sym_break_statement] = STATE(314), + [sym_continue_statement] = STATE(314), + [sym_goto_statement] = STATE(314), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(314), + [sym_throw_statement] = STATE(314), + [sym_try_statement] = STATE(314), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -257928,72 +256501,90 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1622] = { - [sym_compound_statement] = STATE(419), - [sym_labeled_statement] = STATE(420), - [sym_expression_statement] = STATE(423), - [sym_if_statement] = STATE(483), - [sym_switch_statement] = STATE(436), - [sym_case_statement] = STATE(510), - [sym_while_statement] = STATE(509), - [sym_do_statement] = STATE(499), - [sym_for_statement] = STATE(498), - [sym_return_statement] = STATE(497), - [sym_break_statement] = STATE(496), - [sym_continue_statement] = STATE(493), - [sym_goto_statement] = STATE(492), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(491), - [sym_throw_statement] = STATE(487), - [sym_try_statement] = STATE(481), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1466] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(315), + [sym_throw_statement] = STATE(315), + [sym_try_statement] = STATE(315), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), [anon_sym_if] = ACTIONS(67), [anon_sym_switch] = ACTIONS(69), [anon_sym_case] = ACTIONS(71), @@ -258023,83 +256614,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), [anon_sym_throw] = ACTIONS(119), [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1623] = { - [sym_compound_statement] = STATE(4871), - [sym_labeled_statement] = STATE(4871), - [sym_expression_statement] = STATE(4871), - [sym_if_statement] = STATE(4871), - [sym_switch_statement] = STATE(4871), - [sym_case_statement] = STATE(4871), - [sym_while_statement] = STATE(4871), - [sym_do_statement] = STATE(4871), - [sym_for_statement] = STATE(4871), - [sym_return_statement] = STATE(4871), - [sym_break_statement] = STATE(4871), - [sym_continue_statement] = STATE(4871), - [sym_goto_statement] = STATE(4871), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4871), - [sym_throw_statement] = STATE(4871), - [sym_try_statement] = STATE(4871), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1467] = { + [sym_compound_statement] = STATE(5528), + [sym_labeled_statement] = STATE(5528), + [sym_expression_statement] = STATE(5528), + [sym_if_statement] = STATE(5528), + [sym_switch_statement] = STATE(5528), + [sym_case_statement] = STATE(5528), + [sym_while_statement] = STATE(5528), + [sym_do_statement] = STATE(5528), + [sym_for_statement] = STATE(5528), + [sym_return_statement] = STATE(5528), + [sym_break_statement] = STATE(5528), + [sym_continue_statement] = STATE(5528), + [sym_goto_statement] = STATE(5528), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5528), + [sym_throw_statement] = STATE(5528), + [sym_try_statement] = STATE(5528), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258118,83 +256727,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1624] = { - [sym_compound_statement] = STATE(299), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1468] = { + [sym_compound_statement] = STATE(450), + [sym_labeled_statement] = STATE(450), + [sym_expression_statement] = STATE(450), + [sym_if_statement] = STATE(450), + [sym_switch_statement] = STATE(450), + [sym_case_statement] = STATE(450), + [sym_while_statement] = STATE(450), + [sym_do_statement] = STATE(450), + [sym_for_statement] = STATE(450), + [sym_return_statement] = STATE(450), + [sym_break_statement] = STATE(450), + [sym_continue_statement] = STATE(450), + [sym_goto_statement] = STATE(450), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(450), + [sym_throw_statement] = STATE(450), + [sym_try_statement] = STATE(450), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258213,178 +256840,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1625] = { - [sym_identifier] = ACTIONS(2300), - [anon_sym_LPAREN2] = ACTIONS(2304), - [anon_sym_TILDE] = ACTIONS(2307), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_AMP_AMP] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2300), - [anon_sym_LT] = ACTIONS(2304), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_extern] = ACTIONS(2300), - [anon_sym___attribute__] = ACTIONS(2300), - [anon_sym___declspec] = ACTIONS(2300), - [anon_sym___based] = ACTIONS(2300), - [anon_sym_LBRACK] = ACTIONS(2304), - [anon_sym_static] = ACTIONS(2300), - [anon_sym_register] = ACTIONS(2300), - [anon_sym_inline] = ACTIONS(2300), - [anon_sym_const] = ACTIONS(2300), - [anon_sym_volatile] = ACTIONS(2300), - [anon_sym_restrict] = ACTIONS(2300), - [anon_sym__Atomic] = ACTIONS(2300), - [anon_sym_mutable] = ACTIONS(2300), - [anon_sym_constexpr] = ACTIONS(2300), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2316), - [sym_operator_name] = ACTIONS(2300), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2300), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2300), - [anon_sym_MOZ_COLD] = ACTIONS(2300), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2300), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2300), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2300), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2300), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2300), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2300), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2300), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2300), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2300), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2300), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2300), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2300), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL] = ACTIONS(2300), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2300), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2300), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN] = ACTIONS(2300), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2300), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2300), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2300), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2300), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2300), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2300), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2300), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2300), - [anon_sym_MOZ_RAII] = ACTIONS(2300), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2300), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2300), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2300), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2300), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2300), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2300), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1626] = { - [sym_compound_statement] = STATE(216), - [sym_labeled_statement] = STATE(216), - [sym_expression_statement] = STATE(216), - [sym_if_statement] = STATE(216), - [sym_switch_statement] = STATE(216), - [sym_case_statement] = STATE(216), - [sym_while_statement] = STATE(216), - [sym_do_statement] = STATE(216), - [sym_for_statement] = STATE(216), - [sym_return_statement] = STATE(216), - [sym_break_statement] = STATE(216), - [sym_continue_statement] = STATE(216), - [sym_goto_statement] = STATE(216), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(216), - [sym_throw_statement] = STATE(216), - [sym_try_statement] = STATE(216), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1469] = { + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(169), + [sym_throw_statement] = STATE(169), + [sym_try_statement] = STATE(169), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258403,178 +256953,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1627] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_LPAREN2] = ACTIONS(2276), - [anon_sym_TILDE] = ACTIONS(2279), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_AMP_AMP] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_LT] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = 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_COLON_COLON] = ACTIONS(2288), - [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_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1628] = { - [sym_compound_statement] = STATE(4911), - [sym_labeled_statement] = STATE(4911), - [sym_expression_statement] = STATE(4911), - [sym_if_statement] = STATE(4911), - [sym_switch_statement] = STATE(4911), - [sym_case_statement] = STATE(4911), - [sym_while_statement] = STATE(4911), - [sym_do_statement] = STATE(4911), - [sym_for_statement] = STATE(4911), - [sym_return_statement] = STATE(4911), - [sym_break_statement] = STATE(4911), - [sym_continue_statement] = STATE(4911), - [sym_goto_statement] = STATE(4911), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4911), - [sym_throw_statement] = STATE(4911), - [sym_try_statement] = STATE(4911), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1470] = { + [sym_compound_statement] = STATE(4856), + [sym_labeled_statement] = STATE(4856), + [sym_expression_statement] = STATE(4856), + [sym_if_statement] = STATE(4856), + [sym_switch_statement] = STATE(4856), + [sym_case_statement] = STATE(4856), + [sym_while_statement] = STATE(4856), + [sym_do_statement] = STATE(4856), + [sym_for_statement] = STATE(4856), + [sym_return_statement] = STATE(4856), + [sym_break_statement] = STATE(4856), + [sym_continue_statement] = STATE(4856), + [sym_goto_statement] = STATE(4856), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4856), + [sym_throw_statement] = STATE(4856), + [sym_try_statement] = STATE(4856), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258593,83 +257066,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1629] = { - [sym_compound_statement] = STATE(397), - [sym_labeled_statement] = STATE(397), - [sym_expression_statement] = STATE(397), - [sym_if_statement] = STATE(397), - [sym_switch_statement] = STATE(397), - [sym_case_statement] = STATE(397), - [sym_while_statement] = STATE(397), - [sym_do_statement] = STATE(397), - [sym_for_statement] = STATE(397), - [sym_return_statement] = STATE(397), - [sym_break_statement] = STATE(397), - [sym_continue_statement] = STATE(397), - [sym_goto_statement] = STATE(397), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(397), - [sym_throw_statement] = STATE(397), - [sym_try_statement] = STATE(397), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1471] = { + [sym_compound_statement] = STATE(449), + [sym_labeled_statement] = STATE(449), + [sym_expression_statement] = STATE(449), + [sym_if_statement] = STATE(449), + [sym_switch_statement] = STATE(449), + [sym_case_statement] = STATE(449), + [sym_while_statement] = STATE(449), + [sym_do_statement] = STATE(449), + [sym_for_statement] = STATE(449), + [sym_return_statement] = STATE(449), + [sym_break_statement] = STATE(449), + [sym_continue_statement] = STATE(449), + [sym_goto_statement] = STATE(449), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(449), + [sym_throw_statement] = STATE(449), + [sym_try_statement] = STATE(449), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258688,83 +257179,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1630] = { - [sym_compound_statement] = STATE(334), - [sym_labeled_statement] = STATE(333), - [sym_expression_statement] = STATE(331), - [sym_if_statement] = STATE(322), - [sym_switch_statement] = STATE(312), - [sym_case_statement] = STATE(294), - [sym_while_statement] = STATE(429), - [sym_do_statement] = STATE(380), - [sym_for_statement] = STATE(381), - [sym_return_statement] = STATE(382), - [sym_break_statement] = STATE(389), - [sym_continue_statement] = STATE(405), - [sym_goto_statement] = STATE(406), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(407), - [sym_throw_statement] = STATE(415), - [sym_try_statement] = STATE(418), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1472] = { + [sym_compound_statement] = STATE(360), + [sym_labeled_statement] = STATE(360), + [sym_expression_statement] = STATE(360), + [sym_if_statement] = STATE(360), + [sym_switch_statement] = STATE(360), + [sym_case_statement] = STATE(360), + [sym_while_statement] = STATE(360), + [sym_do_statement] = STATE(360), + [sym_for_statement] = STATE(360), + [sym_return_statement] = STATE(360), + [sym_break_statement] = STATE(360), + [sym_continue_statement] = STATE(360), + [sym_goto_statement] = STATE(360), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(360), + [sym_throw_statement] = STATE(360), + [sym_try_statement] = STATE(360), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258783,83 +257292,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1631] = { - [sym_compound_statement] = STATE(399), - [sym_labeled_statement] = STATE(399), - [sym_expression_statement] = STATE(399), - [sym_if_statement] = STATE(399), - [sym_switch_statement] = STATE(399), - [sym_case_statement] = STATE(399), - [sym_while_statement] = STATE(399), - [sym_do_statement] = STATE(399), - [sym_for_statement] = STATE(399), - [sym_return_statement] = STATE(399), - [sym_break_statement] = STATE(399), - [sym_continue_statement] = STATE(399), - [sym_goto_statement] = STATE(399), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(399), - [sym_throw_statement] = STATE(399), - [sym_try_statement] = STATE(399), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1473] = { + [sym_compound_statement] = STATE(4855), + [sym_labeled_statement] = STATE(4855), + [sym_expression_statement] = STATE(4855), + [sym_if_statement] = STATE(4855), + [sym_switch_statement] = STATE(4855), + [sym_case_statement] = STATE(4855), + [sym_while_statement] = STATE(4855), + [sym_do_statement] = STATE(4855), + [sym_for_statement] = STATE(4855), + [sym_return_statement] = STATE(4855), + [sym_break_statement] = STATE(4855), + [sym_continue_statement] = STATE(4855), + [sym_goto_statement] = STATE(4855), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4855), + [sym_throw_statement] = STATE(4855), + [sym_try_statement] = STATE(4855), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258878,83 +257405,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1632] = { - [sym_compound_statement] = STATE(512), - [sym_labeled_statement] = STATE(512), - [sym_expression_statement] = STATE(512), - [sym_if_statement] = STATE(512), - [sym_switch_statement] = STATE(512), - [sym_case_statement] = STATE(512), - [sym_while_statement] = STATE(512), - [sym_do_statement] = STATE(512), - [sym_for_statement] = STATE(512), - [sym_return_statement] = STATE(512), - [sym_break_statement] = STATE(512), - [sym_continue_statement] = STATE(512), - [sym_goto_statement] = STATE(512), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(512), - [sym_throw_statement] = STATE(512), - [sym_try_statement] = STATE(512), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1474] = { + [sym_compound_statement] = STATE(446), + [sym_labeled_statement] = STATE(446), + [sym_expression_statement] = STATE(446), + [sym_if_statement] = STATE(446), + [sym_switch_statement] = STATE(446), + [sym_case_statement] = STATE(446), + [sym_while_statement] = STATE(446), + [sym_do_statement] = STATE(446), + [sym_for_statement] = STATE(446), + [sym_return_statement] = STATE(446), + [sym_break_statement] = STATE(446), + [sym_continue_statement] = STATE(446), + [sym_goto_statement] = STATE(446), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(446), + [sym_throw_statement] = STATE(446), + [sym_try_statement] = STATE(446), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -258973,83 +257518,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1633] = { - [sym_compound_statement] = STATE(337), - [sym_labeled_statement] = STATE(337), - [sym_expression_statement] = STATE(337), - [sym_if_statement] = STATE(337), - [sym_switch_statement] = STATE(337), - [sym_case_statement] = STATE(337), - [sym_while_statement] = STATE(337), - [sym_do_statement] = STATE(337), - [sym_for_statement] = STATE(337), - [sym_return_statement] = STATE(337), - [sym_break_statement] = STATE(337), - [sym_continue_statement] = STATE(337), - [sym_goto_statement] = STATE(337), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(337), - [sym_throw_statement] = STATE(337), - [sym_try_statement] = STATE(337), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1475] = { + [sym_compound_statement] = STATE(4870), + [sym_labeled_statement] = STATE(4870), + [sym_expression_statement] = STATE(4870), + [sym_if_statement] = STATE(4870), + [sym_switch_statement] = STATE(4870), + [sym_case_statement] = STATE(4870), + [sym_while_statement] = STATE(4870), + [sym_do_statement] = STATE(4870), + [sym_for_statement] = STATE(4870), + [sym_return_statement] = STATE(4870), + [sym_break_statement] = STATE(4870), + [sym_continue_statement] = STATE(4870), + [sym_goto_statement] = STATE(4870), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4870), + [sym_throw_statement] = STATE(4870), + [sym_try_statement] = STATE(4870), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259068,83 +257631,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1634] = { - [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(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(185), - [sym_throw_statement] = STATE(185), - [sym_try_statement] = STATE(185), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1476] = { + [sym_compound_statement] = STATE(445), + [sym_labeled_statement] = STATE(445), + [sym_expression_statement] = STATE(445), + [sym_if_statement] = STATE(445), + [sym_switch_statement] = STATE(445), + [sym_case_statement] = STATE(445), + [sym_while_statement] = STATE(445), + [sym_do_statement] = STATE(445), + [sym_for_statement] = STATE(445), + [sym_return_statement] = STATE(445), + [sym_break_statement] = STATE(445), + [sym_continue_statement] = STATE(445), + [sym_goto_statement] = STATE(445), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(445), + [sym_throw_statement] = STATE(445), + [sym_try_statement] = STATE(445), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259163,83 +257744,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1635] = { - [sym_compound_statement] = STATE(489), - [sym_labeled_statement] = STATE(489), - [sym_expression_statement] = STATE(489), - [sym_if_statement] = STATE(489), - [sym_switch_statement] = STATE(489), - [sym_case_statement] = STATE(489), - [sym_while_statement] = STATE(489), - [sym_do_statement] = STATE(489), - [sym_for_statement] = STATE(489), - [sym_return_statement] = STATE(489), - [sym_break_statement] = STATE(489), - [sym_continue_statement] = STATE(489), - [sym_goto_statement] = STATE(489), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(489), - [sym_throw_statement] = STATE(489), - [sym_try_statement] = STATE(489), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1477] = { + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(171), + [sym_throw_statement] = STATE(171), + [sym_try_statement] = STATE(171), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259258,83 +257857,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1636] = { - [sym_compound_statement] = STATE(495), - [sym_labeled_statement] = STATE(495), - [sym_expression_statement] = STATE(495), - [sym_if_statement] = STATE(495), - [sym_switch_statement] = STATE(495), - [sym_case_statement] = STATE(495), - [sym_while_statement] = STATE(495), - [sym_do_statement] = STATE(495), - [sym_for_statement] = STATE(495), - [sym_return_statement] = STATE(495), - [sym_break_statement] = STATE(495), - [sym_continue_statement] = STATE(495), - [sym_goto_statement] = STATE(495), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(495), - [sym_throw_statement] = STATE(495), - [sym_try_statement] = STATE(495), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1478] = { + [sym_compound_statement] = STATE(4854), + [sym_labeled_statement] = STATE(4854), + [sym_expression_statement] = STATE(4854), + [sym_if_statement] = STATE(4854), + [sym_switch_statement] = STATE(4854), + [sym_case_statement] = STATE(4854), + [sym_while_statement] = STATE(4854), + [sym_do_statement] = STATE(4854), + [sym_for_statement] = STATE(4854), + [sym_return_statement] = STATE(4854), + [sym_break_statement] = STATE(4854), + [sym_continue_statement] = STATE(4854), + [sym_goto_statement] = STATE(4854), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4854), + [sym_throw_statement] = STATE(4854), + [sym_try_statement] = STATE(4854), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259353,83 +257970,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1637] = { - [sym_compound_statement] = STATE(209), - [sym_labeled_statement] = STATE(209), - [sym_expression_statement] = STATE(209), - [sym_if_statement] = STATE(209), - [sym_switch_statement] = STATE(209), - [sym_case_statement] = STATE(209), - [sym_while_statement] = STATE(209), - [sym_do_statement] = STATE(209), - [sym_for_statement] = STATE(209), - [sym_return_statement] = STATE(209), - [sym_break_statement] = STATE(209), - [sym_continue_statement] = STATE(209), - [sym_goto_statement] = STATE(209), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(209), - [sym_throw_statement] = STATE(209), - [sym_try_statement] = STATE(209), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1479] = { + [sym_compound_statement] = STATE(4853), + [sym_labeled_statement] = STATE(4853), + [sym_expression_statement] = STATE(4853), + [sym_if_statement] = STATE(4853), + [sym_switch_statement] = STATE(4853), + [sym_case_statement] = STATE(4853), + [sym_while_statement] = STATE(4853), + [sym_do_statement] = STATE(4853), + [sym_for_statement] = STATE(4853), + [sym_return_statement] = STATE(4853), + [sym_break_statement] = STATE(4853), + [sym_continue_statement] = STATE(4853), + [sym_goto_statement] = STATE(4853), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4853), + [sym_throw_statement] = STATE(4853), + [sym_try_statement] = STATE(4853), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259448,83 +258083,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1638] = { - [sym_compound_statement] = STATE(4926), - [sym_labeled_statement] = STATE(4928), - [sym_expression_statement] = STATE(4930), - [sym_if_statement] = STATE(4913), - [sym_switch_statement] = STATE(4944), - [sym_case_statement] = STATE(4949), - [sym_while_statement] = STATE(4953), - [sym_do_statement] = STATE(4956), - [sym_for_statement] = STATE(4958), - [sym_return_statement] = STATE(4959), - [sym_break_statement] = STATE(4967), - [sym_continue_statement] = STATE(4968), - [sym_goto_statement] = STATE(4970), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4971), - [sym_throw_statement] = STATE(4977), - [sym_try_statement] = STATE(4978), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1480] = { + [sym_compound_statement] = STATE(444), + [sym_labeled_statement] = STATE(444), + [sym_expression_statement] = STATE(444), + [sym_if_statement] = STATE(444), + [sym_switch_statement] = STATE(444), + [sym_case_statement] = STATE(444), + [sym_while_statement] = STATE(444), + [sym_do_statement] = STATE(444), + [sym_for_statement] = STATE(444), + [sym_return_statement] = STATE(444), + [sym_break_statement] = STATE(444), + [sym_continue_statement] = STATE(444), + [sym_goto_statement] = STATE(444), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(444), + [sym_throw_statement] = STATE(444), + [sym_try_statement] = STATE(444), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259543,83 +258196,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1639] = { - [sym_compound_statement] = STATE(507), - [sym_labeled_statement] = STATE(507), - [sym_expression_statement] = STATE(507), - [sym_if_statement] = STATE(507), - [sym_switch_statement] = STATE(507), - [sym_case_statement] = STATE(507), - [sym_while_statement] = STATE(507), - [sym_do_statement] = STATE(507), - [sym_for_statement] = STATE(507), - [sym_return_statement] = STATE(507), - [sym_break_statement] = STATE(507), - [sym_continue_statement] = STATE(507), - [sym_goto_statement] = STATE(507), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(507), - [sym_throw_statement] = STATE(507), - [sym_try_statement] = STATE(507), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1481] = { + [sym_compound_statement] = STATE(4851), + [sym_labeled_statement] = STATE(4851), + [sym_expression_statement] = STATE(4851), + [sym_if_statement] = STATE(4851), + [sym_switch_statement] = STATE(4851), + [sym_case_statement] = STATE(4851), + [sym_while_statement] = STATE(4851), + [sym_do_statement] = STATE(4851), + [sym_for_statement] = STATE(4851), + [sym_return_statement] = STATE(4851), + [sym_break_statement] = STATE(4851), + [sym_continue_statement] = STATE(4851), + [sym_goto_statement] = STATE(4851), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4851), + [sym_throw_statement] = STATE(4851), + [sym_try_statement] = STATE(4851), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259638,83 +258309,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1640] = { - [sym_compound_statement] = STATE(313), - [sym_labeled_statement] = STATE(313), - [sym_expression_statement] = STATE(313), - [sym_if_statement] = STATE(313), - [sym_switch_statement] = STATE(313), - [sym_case_statement] = STATE(313), - [sym_while_statement] = STATE(313), - [sym_do_statement] = STATE(313), - [sym_for_statement] = STATE(313), - [sym_return_statement] = STATE(313), - [sym_break_statement] = STATE(313), - [sym_continue_statement] = STATE(313), - [sym_goto_statement] = STATE(313), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(313), - [sym_throw_statement] = STATE(313), - [sym_try_statement] = STATE(313), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1482] = { + [sym_compound_statement] = STATE(365), + [sym_labeled_statement] = STATE(365), + [sym_expression_statement] = STATE(365), + [sym_if_statement] = STATE(365), + [sym_switch_statement] = STATE(365), + [sym_case_statement] = STATE(365), + [sym_while_statement] = STATE(365), + [sym_do_statement] = STATE(365), + [sym_for_statement] = STATE(365), + [sym_return_statement] = STATE(365), + [sym_break_statement] = STATE(365), + [sym_continue_statement] = STATE(365), + [sym_goto_statement] = STATE(365), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(365), + [sym_throw_statement] = STATE(365), + [sym_try_statement] = STATE(365), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259733,83 +258422,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1641] = { - [sym_compound_statement] = STATE(506), - [sym_labeled_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_switch_statement] = STATE(506), - [sym_case_statement] = STATE(506), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(506), - [sym_throw_statement] = STATE(506), - [sym_try_statement] = STATE(506), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1483] = { + [sym_compound_statement] = STATE(370), + [sym_labeled_statement] = STATE(370), + [sym_expression_statement] = STATE(370), + [sym_if_statement] = STATE(370), + [sym_switch_statement] = STATE(370), + [sym_case_statement] = STATE(370), + [sym_while_statement] = STATE(370), + [sym_do_statement] = STATE(370), + [sym_for_statement] = STATE(370), + [sym_return_statement] = STATE(370), + [sym_break_statement] = STATE(370), + [sym_continue_statement] = STATE(370), + [sym_goto_statement] = STATE(370), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(370), + [sym_throw_statement] = STATE(370), + [sym_try_statement] = STATE(370), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259828,83 +258535,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1642] = { - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(486), - [sym_throw_statement] = STATE(486), - [sym_try_statement] = STATE(486), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1484] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(438), + [sym_throw_statement] = STATE(438), + [sym_try_statement] = STATE(438), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -259923,83 +258648,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1643] = { - [sym_compound_statement] = STATE(400), - [sym_labeled_statement] = STATE(400), - [sym_expression_statement] = STATE(400), - [sym_if_statement] = STATE(400), - [sym_switch_statement] = STATE(400), - [sym_case_statement] = STATE(400), - [sym_while_statement] = STATE(400), - [sym_do_statement] = STATE(400), - [sym_for_statement] = STATE(400), - [sym_return_statement] = STATE(400), - [sym_break_statement] = STATE(400), - [sym_continue_statement] = STATE(400), - [sym_goto_statement] = STATE(400), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(400), - [sym_throw_statement] = STATE(400), - [sym_try_statement] = STATE(400), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1485] = { + [sym_compound_statement] = STATE(5480), + [sym_labeled_statement] = STATE(5480), + [sym_expression_statement] = STATE(5480), + [sym_if_statement] = STATE(5480), + [sym_switch_statement] = STATE(5480), + [sym_case_statement] = STATE(5480), + [sym_while_statement] = STATE(5480), + [sym_do_statement] = STATE(5480), + [sym_for_statement] = STATE(5480), + [sym_return_statement] = STATE(5480), + [sym_break_statement] = STATE(5480), + [sym_continue_statement] = STATE(5480), + [sym_goto_statement] = STATE(5480), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5480), + [sym_throw_statement] = STATE(5480), + [sym_try_statement] = STATE(5480), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260018,83 +258761,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1644] = { - [sym_compound_statement] = STATE(393), - [sym_labeled_statement] = STATE(393), - [sym_expression_statement] = STATE(393), - [sym_if_statement] = STATE(393), - [sym_switch_statement] = STATE(393), - [sym_case_statement] = STATE(393), - [sym_while_statement] = STATE(393), - [sym_do_statement] = STATE(393), - [sym_for_statement] = STATE(393), - [sym_return_statement] = STATE(393), - [sym_break_statement] = STATE(393), - [sym_continue_statement] = STATE(393), - [sym_goto_statement] = STATE(393), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(393), - [sym_throw_statement] = STATE(393), - [sym_try_statement] = STATE(393), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1486] = { + [sym_compound_statement] = STATE(4874), + [sym_labeled_statement] = STATE(4874), + [sym_expression_statement] = STATE(4874), + [sym_if_statement] = STATE(4874), + [sym_switch_statement] = STATE(4874), + [sym_case_statement] = STATE(4874), + [sym_while_statement] = STATE(4874), + [sym_do_statement] = STATE(4874), + [sym_for_statement] = STATE(4874), + [sym_return_statement] = STATE(4874), + [sym_break_statement] = STATE(4874), + [sym_continue_statement] = STATE(4874), + [sym_goto_statement] = STATE(4874), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4874), + [sym_throw_statement] = STATE(4874), + [sym_try_statement] = STATE(4874), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260113,83 +258874,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1645] = { - [sym_compound_statement] = STATE(5496), - [sym_labeled_statement] = STATE(5496), - [sym_expression_statement] = STATE(5496), - [sym_if_statement] = STATE(5496), - [sym_switch_statement] = STATE(5496), - [sym_case_statement] = STATE(5496), - [sym_while_statement] = STATE(5496), - [sym_do_statement] = STATE(5496), - [sym_for_statement] = STATE(5496), - [sym_return_statement] = STATE(5496), - [sym_break_statement] = STATE(5496), - [sym_continue_statement] = STATE(5496), - [sym_goto_statement] = STATE(5496), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(5496), - [sym_throw_statement] = STATE(5496), - [sym_try_statement] = STATE(5496), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1487] = { + [sym_compound_statement] = STATE(5567), + [sym_labeled_statement] = STATE(5567), + [sym_expression_statement] = STATE(5567), + [sym_if_statement] = STATE(5567), + [sym_switch_statement] = STATE(5567), + [sym_case_statement] = STATE(5567), + [sym_while_statement] = STATE(5567), + [sym_do_statement] = STATE(5567), + [sym_for_statement] = STATE(5567), + [sym_return_statement] = STATE(5567), + [sym_break_statement] = STATE(5567), + [sym_continue_statement] = STATE(5567), + [sym_goto_statement] = STATE(5567), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(5567), + [sym_throw_statement] = STATE(5567), + [sym_try_statement] = STATE(5567), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260208,83 +258987,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1646] = { - [sym_compound_statement] = STATE(391), - [sym_labeled_statement] = STATE(391), - [sym_expression_statement] = STATE(391), - [sym_if_statement] = STATE(391), - [sym_switch_statement] = STATE(391), - [sym_case_statement] = STATE(391), - [sym_while_statement] = STATE(391), - [sym_do_statement] = STATE(391), - [sym_for_statement] = STATE(391), - [sym_return_statement] = STATE(391), - [sym_break_statement] = STATE(391), - [sym_continue_statement] = STATE(391), - [sym_goto_statement] = STATE(391), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(391), - [sym_throw_statement] = STATE(391), - [sym_try_statement] = STATE(391), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1488] = { + [sym_compound_statement] = STATE(4876), + [sym_labeled_statement] = STATE(4876), + [sym_expression_statement] = STATE(4876), + [sym_if_statement] = STATE(4876), + [sym_switch_statement] = STATE(4876), + [sym_case_statement] = STATE(4876), + [sym_while_statement] = STATE(4876), + [sym_do_statement] = STATE(4876), + [sym_for_statement] = STATE(4876), + [sym_return_statement] = STATE(4876), + [sym_break_statement] = STATE(4876), + [sym_continue_statement] = STATE(4876), + [sym_goto_statement] = STATE(4876), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4876), + [sym_throw_statement] = STATE(4876), + [sym_try_statement] = STATE(4876), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260303,83 +259100,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1647] = { - [sym_compound_statement] = STATE(4922), - [sym_labeled_statement] = STATE(4922), - [sym_expression_statement] = STATE(4922), - [sym_if_statement] = STATE(4922), - [sym_switch_statement] = STATE(4922), - [sym_case_statement] = STATE(4922), - [sym_while_statement] = STATE(4922), - [sym_do_statement] = STATE(4922), - [sym_for_statement] = STATE(4922), - [sym_return_statement] = STATE(4922), - [sym_break_statement] = STATE(4922), - [sym_continue_statement] = STATE(4922), - [sym_goto_statement] = STATE(4922), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4922), - [sym_throw_statement] = STATE(4922), - [sym_try_statement] = STATE(4922), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1489] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(435), + [sym_throw_statement] = STATE(435), + [sym_try_statement] = STATE(435), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260398,83 +259213,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1648] = { - [sym_compound_statement] = STATE(387), - [sym_labeled_statement] = STATE(387), - [sym_expression_statement] = STATE(387), - [sym_if_statement] = STATE(387), - [sym_switch_statement] = STATE(387), - [sym_case_statement] = STATE(387), - [sym_while_statement] = STATE(387), - [sym_do_statement] = STATE(387), - [sym_for_statement] = STATE(387), - [sym_return_statement] = STATE(387), - [sym_break_statement] = STATE(387), - [sym_continue_statement] = STATE(387), - [sym_goto_statement] = STATE(387), - [sym__expression] = STATE(3169), - [sym_comma_expression] = STATE(5370), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(387), - [sym_throw_statement] = STATE(387), - [sym_try_statement] = STATE(387), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LPAREN2] = ACTIONS(990), + [1490] = { + [sym_compound_statement] = STATE(172), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(172), + [sym_throw_statement] = STATE(172), + [sym_try_statement] = STATE(172), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(157), - [anon_sym_LBRACE] = ACTIONS(557), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(169), - [anon_sym_switch] = ACTIONS(171), - [anon_sym_case] = ACTIONS(173), - [anon_sym_default] = ACTIONS(175), - [anon_sym_while] = ACTIONS(177), - [anon_sym_do] = ACTIONS(179), - [anon_sym_for] = ACTIONS(181), - [anon_sym_return] = ACTIONS(183), - [anon_sym_break] = ACTIONS(185), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_goto] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260493,83 +259326,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(195), - [anon_sym_try] = ACTIONS(203), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1649] = { - [sym_compound_statement] = STATE(754), - [sym_labeled_statement] = STATE(754), - [sym_expression_statement] = STATE(754), - [sym_if_statement] = STATE(754), - [sym_switch_statement] = STATE(754), - [sym_case_statement] = STATE(754), - [sym_while_statement] = STATE(754), - [sym_do_statement] = STATE(754), - [sym_for_statement] = STATE(754), - [sym_return_statement] = STATE(754), - [sym_break_statement] = STATE(754), - [sym_continue_statement] = STATE(754), - [sym_goto_statement] = STATE(754), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(754), - [sym_throw_statement] = STATE(754), - [sym_try_statement] = STATE(754), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1491] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(423), + [sym_throw_statement] = STATE(423), + [sym_try_statement] = STATE(423), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260588,83 +259439,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1650] = { - [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(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(723), - [sym_throw_statement] = STATE(723), - [sym_try_statement] = STATE(723), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1492] = { + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(131), + [sym_throw_statement] = STATE(131), + [sym_try_statement] = STATE(131), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260683,83 +259552,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1651] = { - [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(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(338), - [sym_throw_statement] = STATE(338), - [sym_try_statement] = STATE(338), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1493] = { + [sym_compound_statement] = STATE(155), + [sym_labeled_statement] = STATE(155), + [sym_expression_statement] = STATE(155), + [sym_if_statement] = STATE(155), + [sym_switch_statement] = STATE(155), + [sym_case_statement] = STATE(155), + [sym_while_statement] = STATE(155), + [sym_do_statement] = STATE(155), + [sym_for_statement] = STATE(155), + [sym_return_statement] = STATE(155), + [sym_break_statement] = STATE(155), + [sym_continue_statement] = STATE(155), + [sym_goto_statement] = STATE(155), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(155), + [sym_throw_statement] = STATE(155), + [sym_try_statement] = STATE(155), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260778,83 +259665,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1652] = { - [sym_compound_statement] = STATE(756), - [sym_labeled_statement] = STATE(756), - [sym_expression_statement] = STATE(756), - [sym_if_statement] = STATE(756), - [sym_switch_statement] = STATE(756), - [sym_case_statement] = STATE(756), - [sym_while_statement] = STATE(756), - [sym_do_statement] = STATE(756), - [sym_for_statement] = STATE(756), - [sym_return_statement] = STATE(756), - [sym_break_statement] = STATE(756), - [sym_continue_statement] = STATE(756), - [sym_goto_statement] = STATE(756), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(756), - [sym_throw_statement] = STATE(756), - [sym_try_statement] = STATE(756), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1494] = { + [sym_compound_statement] = STATE(412), + [sym_labeled_statement] = STATE(411), + [sym_expression_statement] = STATE(410), + [sym_if_statement] = STATE(409), + [sym_switch_statement] = STATE(408), + [sym_case_statement] = STATE(401), + [sym_while_statement] = STATE(413), + [sym_do_statement] = STATE(398), + [sym_for_statement] = STATE(397), + [sym_return_statement] = STATE(395), + [sym_break_statement] = STATE(393), + [sym_continue_statement] = STATE(391), + [sym_goto_statement] = STATE(390), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(387), + [sym_throw_statement] = STATE(380), + [sym_try_statement] = STATE(379), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260873,83 +259778,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1653] = { - [sym_compound_statement] = STATE(4891), - [sym_labeled_statement] = STATE(4891), - [sym_expression_statement] = STATE(4891), - [sym_if_statement] = STATE(4891), - [sym_switch_statement] = STATE(4891), - [sym_case_statement] = STATE(4891), - [sym_while_statement] = STATE(4891), - [sym_do_statement] = STATE(4891), - [sym_for_statement] = STATE(4891), - [sym_return_statement] = STATE(4891), - [sym_break_statement] = STATE(4891), - [sym_continue_statement] = STATE(4891), - [sym_goto_statement] = STATE(4891), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4891), - [sym_throw_statement] = STATE(4891), - [sym_try_statement] = STATE(4891), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1495] = { + [sym_compound_statement] = STATE(440), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -260968,16 +259891,259 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1654] = { + [1496] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(472), + [sym_throw_statement] = STATE(472), + [sym_try_statement] = STATE(472), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1497] = { + [sym_compound_statement] = STATE(174), + [sym_labeled_statement] = STATE(174), + [sym_expression_statement] = STATE(174), + [sym_if_statement] = STATE(174), + [sym_switch_statement] = STATE(174), + [sym_case_statement] = STATE(174), + [sym_while_statement] = STATE(174), + [sym_do_statement] = STATE(174), + [sym_for_statement] = STATE(174), + [sym_return_statement] = STATE(174), + [sym_break_statement] = STATE(174), + [sym_continue_statement] = STATE(174), + [sym_goto_statement] = STATE(174), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(174), + [sym_throw_statement] = STATE(174), + [sym_try_statement] = STATE(174), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1498] = { [sym_compound_statement] = STATE(470), [sym_labeled_statement] = STATE(470), [sym_expression_statement] = STATE(470), @@ -260991,60 +260157,61 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(470), [sym_continue_statement] = STATE(470), [sym_goto_statement] = STATE(470), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), [sym_for_range_loop] = STATE(470), [sym_throw_statement] = STATE(470), [sym_try_statement] = STATE(470), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261063,83 +260230,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1655] = { - [sym_compound_statement] = STATE(199), - [sym_labeled_statement] = STATE(199), - [sym_expression_statement] = STATE(199), - [sym_if_statement] = STATE(199), - [sym_switch_statement] = STATE(199), - [sym_case_statement] = STATE(199), - [sym_while_statement] = STATE(199), - [sym_do_statement] = STATE(199), - [sym_for_statement] = STATE(199), - [sym_return_statement] = STATE(199), - [sym_break_statement] = STATE(199), - [sym_continue_statement] = STATE(199), - [sym_goto_statement] = STATE(199), - [sym__expression] = STATE(3138), - [sym_comma_expression] = STATE(5455), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(199), - [sym_throw_statement] = STATE(199), - [sym_try_statement] = STATE(199), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(990), + [1499] = { + [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(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(263), - [anon_sym_case] = ACTIONS(265), - [anon_sym_default] = ACTIONS(267), - [anon_sym_while] = ACTIONS(269), - [anon_sym_do] = ACTIONS(271), - [anon_sym_for] = ACTIONS(273), - [anon_sym_return] = ACTIONS(275), - [anon_sym_break] = ACTIONS(277), - [anon_sym_continue] = ACTIONS(279), - [anon_sym_goto] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261158,83 +260343,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(285), - [anon_sym_try] = ACTIONS(293), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1656] = { - [sym_compound_statement] = STATE(4912), - [sym_labeled_statement] = STATE(4912), - [sym_expression_statement] = STATE(4912), - [sym_if_statement] = STATE(4912), - [sym_switch_statement] = STATE(4912), - [sym_case_statement] = STATE(4912), - [sym_while_statement] = STATE(4912), - [sym_do_statement] = STATE(4912), - [sym_for_statement] = STATE(4912), - [sym_return_statement] = STATE(4912), - [sym_break_statement] = STATE(4912), - [sym_continue_statement] = STATE(4912), - [sym_goto_statement] = STATE(4912), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4912), - [sym_throw_statement] = STATE(4912), - [sym_try_statement] = STATE(4912), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1500] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(467), + [sym_throw_statement] = STATE(467), + [sym_try_statement] = STATE(467), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261253,83 +260456,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1657] = { - [sym_compound_statement] = STATE(412), - [sym_labeled_statement] = STATE(412), - [sym_expression_statement] = STATE(412), - [sym_if_statement] = STATE(412), - [sym_switch_statement] = STATE(412), - [sym_case_statement] = STATE(412), - [sym_while_statement] = STATE(412), - [sym_do_statement] = STATE(412), - [sym_for_statement] = STATE(412), - [sym_return_statement] = STATE(412), - [sym_break_statement] = STATE(412), - [sym_continue_statement] = STATE(412), - [sym_goto_statement] = STATE(412), - [sym__expression] = STATE(3252), - [sym_comma_expression] = STATE(5511), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(412), - [sym_throw_statement] = STATE(412), - [sym_try_statement] = STATE(412), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN2] = ACTIONS(990), + [1501] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(704), + [sym_throw_statement] = STATE(704), + [sym_try_statement] = STATE(704), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(67), - [anon_sym_switch] = ACTIONS(69), - [anon_sym_case] = ACTIONS(71), - [anon_sym_default] = ACTIONS(73), - [anon_sym_while] = ACTIONS(75), - [anon_sym_do] = ACTIONS(77), - [anon_sym_for] = ACTIONS(79), - [anon_sym_return] = ACTIONS(81), - [anon_sym_break] = ACTIONS(83), - [anon_sym_continue] = ACTIONS(85), - [anon_sym_goto] = ACTIONS(87), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261348,83 +260569,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_try] = ACTIONS(127), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1658] = { - [sym_compound_statement] = STATE(755), - [sym_labeled_statement] = STATE(755), - [sym_expression_statement] = STATE(755), - [sym_if_statement] = STATE(755), - [sym_switch_statement] = STATE(755), - [sym_case_statement] = STATE(755), - [sym_while_statement] = STATE(755), - [sym_do_statement] = STATE(755), - [sym_for_statement] = STATE(755), - [sym_return_statement] = STATE(755), - [sym_break_statement] = STATE(755), - [sym_continue_statement] = STATE(755), - [sym_goto_statement] = STATE(755), - [sym__expression] = STATE(3132), - [sym_comma_expression] = STATE(5466), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(755), - [sym_throw_statement] = STATE(755), - [sym_try_statement] = STATE(755), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(990), + [1502] = { + [sym_compound_statement] = STATE(367), + [sym_labeled_statement] = STATE(362), + [sym_expression_statement] = STATE(361), + [sym_if_statement] = STATE(359), + [sym_switch_statement] = STATE(358), + [sym_case_statement] = STATE(357), + [sym_while_statement] = STATE(355), + [sym_do_statement] = STATE(354), + [sym_for_statement] = STATE(352), + [sym_return_statement] = STATE(350), + [sym_break_statement] = STATE(349), + [sym_continue_statement] = STATE(344), + [sym_goto_statement] = STATE(342), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(341), + [sym_throw_statement] = STATE(339), + [sym_try_statement] = STATE(335), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1338), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1342), - [anon_sym_for] = ACTIONS(3277), - [anon_sym_return] = ACTIONS(1346), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1350), - [anon_sym_goto] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261443,83 +260682,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3281), - [anon_sym_try] = ACTIONS(3283), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1659] = { - [sym_compound_statement] = STATE(469), - [sym_labeled_statement] = STATE(469), - [sym_expression_statement] = STATE(469), - [sym_if_statement] = STATE(469), - [sym_switch_statement] = STATE(469), - [sym_case_statement] = STATE(469), - [sym_while_statement] = STATE(469), - [sym_do_statement] = STATE(469), - [sym_for_statement] = STATE(469), - [sym_return_statement] = STATE(469), - [sym_break_statement] = STATE(469), - [sym_continue_statement] = STATE(469), - [sym_goto_statement] = STATE(469), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(469), - [sym_throw_statement] = STATE(469), - [sym_try_statement] = STATE(469), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1503] = { + [sym_compound_statement] = STATE(175), + [sym_labeled_statement] = STATE(175), + [sym_expression_statement] = STATE(175), + [sym_if_statement] = STATE(175), + [sym_switch_statement] = STATE(175), + [sym_case_statement] = STATE(175), + [sym_while_statement] = STATE(175), + [sym_do_statement] = STATE(175), + [sym_for_statement] = STATE(175), + [sym_return_statement] = STATE(175), + [sym_break_statement] = STATE(175), + [sym_continue_statement] = STATE(175), + [sym_goto_statement] = STATE(175), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(175), + [sym_throw_statement] = STATE(175), + [sym_try_statement] = STATE(175), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261538,83 +260795,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1660] = { - [sym_compound_statement] = STATE(465), - [sym_labeled_statement] = STATE(464), - [sym_expression_statement] = STATE(463), - [sym_if_statement] = STATE(462), - [sym_switch_statement] = STATE(459), - [sym_case_statement] = STATE(458), - [sym_while_statement] = STATE(451), - [sym_do_statement] = STATE(448), - [sym_for_statement] = STATE(428), - [sym_return_statement] = STATE(425), - [sym_break_statement] = STATE(385), - [sym_continue_statement] = STATE(369), - [sym_goto_statement] = STATE(362), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(361), - [sym_throw_statement] = STATE(359), - [sym_try_statement] = STATE(358), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1504] = { + [sym_compound_statement] = STATE(176), + [sym_labeled_statement] = STATE(176), + [sym_expression_statement] = STATE(176), + [sym_if_statement] = STATE(176), + [sym_switch_statement] = STATE(176), + [sym_case_statement] = STATE(176), + [sym_while_statement] = STATE(176), + [sym_do_statement] = STATE(176), + [sym_for_statement] = STATE(176), + [sym_return_statement] = STATE(176), + [sym_break_statement] = STATE(176), + [sym_continue_statement] = STATE(176), + [sym_goto_statement] = STATE(176), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(176), + [sym_throw_statement] = STATE(176), + [sym_try_statement] = STATE(176), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261633,83 +260908,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1661] = { - [sym_compound_statement] = STATE(4812), - [sym_labeled_statement] = STATE(4812), - [sym_expression_statement] = STATE(4812), - [sym_if_statement] = STATE(4812), - [sym_switch_statement] = STATE(4812), - [sym_case_statement] = STATE(4812), - [sym_while_statement] = STATE(4812), - [sym_do_statement] = STATE(4812), - [sym_for_statement] = STATE(4812), - [sym_return_statement] = STATE(4812), - [sym_break_statement] = STATE(4812), - [sym_continue_statement] = STATE(4812), - [sym_goto_statement] = STATE(4812), - [sym__expression] = STATE(3202), - [sym_comma_expression] = STATE(5165), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(4812), - [sym_throw_statement] = STATE(4812), - [sym_try_statement] = STATE(4812), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3285), - [anon_sym_LPAREN2] = ACTIONS(990), + [1505] = { + [sym_compound_statement] = STATE(4850), + [sym_labeled_statement] = STATE(4850), + [sym_expression_statement] = STATE(4850), + [sym_if_statement] = STATE(4850), + [sym_switch_statement] = STATE(4850), + [sym_case_statement] = STATE(4850), + [sym_while_statement] = STATE(4850), + [sym_do_statement] = STATE(4850), + [sym_for_statement] = STATE(4850), + [sym_return_statement] = STATE(4850), + [sym_break_statement] = STATE(4850), + [sym_continue_statement] = STATE(4850), + [sym_goto_statement] = STATE(4850), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4850), + [sym_throw_statement] = STATE(4850), + [sym_try_statement] = STATE(4850), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(3291), - [anon_sym_switch] = ACTIONS(3293), - [anon_sym_case] = ACTIONS(3273), - [anon_sym_default] = ACTIONS(3275), - [anon_sym_while] = ACTIONS(3295), - [anon_sym_do] = ACTIONS(3297), - [anon_sym_for] = ACTIONS(3299), - [anon_sym_return] = ACTIONS(3301), - [anon_sym_break] = ACTIONS(3303), - [anon_sym_continue] = ACTIONS(3305), - [anon_sym_goto] = ACTIONS(3307), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261728,83 +261021,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(3309), - [anon_sym_try] = ACTIONS(3311), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1662] = { - [sym_compound_statement] = STATE(357), - [sym_labeled_statement] = STATE(354), - [sym_expression_statement] = STATE(353), - [sym_if_statement] = STATE(352), - [sym_switch_statement] = STATE(351), - [sym_case_statement] = STATE(350), - [sym_while_statement] = STATE(349), - [sym_do_statement] = STATE(347), - [sym_for_statement] = STATE(346), - [sym_return_statement] = STATE(345), - [sym_break_statement] = STATE(343), - [sym_continue_statement] = STATE(340), - [sym_goto_statement] = STATE(336), - [sym__expression] = STATE(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(335), - [sym_throw_statement] = STATE(327), - [sym_try_statement] = STATE(316), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1506] = { + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(139), + [sym_throw_statement] = STATE(139), + [sym_try_statement] = STATE(139), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261823,83 +261134,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1663] = { - [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(3185), - [sym_comma_expression] = STATE(5580), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_for_range_loop] = STATE(315), - [sym_throw_statement] = STATE(315), - [sym_try_statement] = STATE(315), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(990), + [1507] = { + [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_case_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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(328), + [sym_throw_statement] = STATE(328), + [sym_try_statement] = STATE(328), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_if] = ACTIONS(708), - [anon_sym_switch] = ACTIONS(710), - [anon_sym_case] = ACTIONS(712), - [anon_sym_default] = ACTIONS(714), - [anon_sym_while] = ACTIONS(716), - [anon_sym_do] = ACTIONS(718), - [anon_sym_for] = ACTIONS(720), - [anon_sym_return] = ACTIONS(722), - [anon_sym_break] = ACTIONS(724), - [anon_sym_continue] = ACTIONS(726), - [anon_sym_goto] = ACTIONS(728), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -261918,1678 +261247,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), - [anon_sym_throw] = ACTIONS(732), - [anon_sym_try] = ACTIONS(740), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1664] = { - [sym_attribute_specifier] = STATE(1673), - [sym_ms_declspec_modifier] = STATE(1673), - [sym_storage_class_specifier] = STATE(1673), - [sym_type_qualifier] = STATE(1673), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1673), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3353), - [anon_sym___attribute__] = ACTIONS(3355), - [anon_sym___declspec] = ACTIONS(3357), - [anon_sym_LBRACK] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(3353), - [anon_sym_register] = ACTIONS(3353), - [anon_sym_inline] = ACTIONS(3353), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(3359), - [anon_sym_restrict] = ACTIONS(3359), - [anon_sym__Atomic] = ACTIONS(3359), - [anon_sym_mutable] = ACTIONS(3359), - [anon_sym_constexpr] = ACTIONS(3359), - [sym_comment] = ACTIONS(3), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), - }, - [1665] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3063), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4408), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4589), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3399), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1666] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3081), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4322), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4495), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3409), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1667] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3062), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4389), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4557), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3411), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1668] = { - [sym_attribute_specifier] = STATE(1678), - [sym_ms_declspec_modifier] = STATE(1678), - [sym_storage_class_specifier] = STATE(1678), - [sym_type_qualifier] = STATE(1678), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1678), - [anon_sym_LPAREN2] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_extern] = ACTIONS(3353), - [anon_sym___attribute__] = ACTIONS(3355), - [anon_sym___declspec] = ACTIONS(3357), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_static] = ACTIONS(3353), - [anon_sym_register] = ACTIONS(3353), - [anon_sym_inline] = ACTIONS(3353), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(3359), - [anon_sym_restrict] = ACTIONS(3359), - [anon_sym__Atomic] = ACTIONS(3359), - [anon_sym_mutable] = ACTIONS(3359), - [anon_sym_constexpr] = ACTIONS(3359), - [sym_comment] = ACTIONS(3), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), - }, - [1669] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3101), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4349), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4730), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3413), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1670] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3097), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4476), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4645), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3415), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1671] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3090), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4350), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4667), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3417), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1672] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1673] = { - [sym_attribute_specifier] = STATE(1678), - [sym_ms_declspec_modifier] = STATE(1678), - [sym_storage_class_specifier] = STATE(1678), - [sym_type_qualifier] = STATE(1678), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1678), - [anon_sym_LPAREN2] = ACTIONS(2979), - [anon_sym_STAR] = ACTIONS(2979), - [anon_sym_AMP_AMP] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_extern] = ACTIONS(3353), - [anon_sym___attribute__] = ACTIONS(3355), - [anon_sym___declspec] = ACTIONS(3357), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_static] = ACTIONS(3353), - [anon_sym_register] = ACTIONS(3353), - [anon_sym_inline] = ACTIONS(3353), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(3359), - [anon_sym_restrict] = ACTIONS(3359), - [anon_sym__Atomic] = ACTIONS(3359), - [anon_sym_mutable] = ACTIONS(3359), - [anon_sym_constexpr] = ACTIONS(3359), - [sym_comment] = ACTIONS(3), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), - }, - [1674] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3076), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4360), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4595), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3419), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1675] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3074), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4409), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4593), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3421), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1676] = { - [sym_attribute_specifier] = STATE(1668), - [sym_ms_declspec_modifier] = STATE(1668), - [sym_storage_class_specifier] = STATE(1668), - [sym_type_qualifier] = STATE(1668), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1668), - [anon_sym_LPAREN2] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2990), - [anon_sym_AMP_AMP] = ACTIONS(2990), - [anon_sym_AMP] = ACTIONS(2988), - [anon_sym_extern] = ACTIONS(3353), - [anon_sym___attribute__] = ACTIONS(3355), - [anon_sym___declspec] = ACTIONS(3357), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(3353), - [anon_sym_register] = ACTIONS(3353), - [anon_sym_inline] = ACTIONS(3353), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(3359), - [anon_sym_restrict] = ACTIONS(3359), - [anon_sym__Atomic] = ACTIONS(3359), - [anon_sym_mutable] = ACTIONS(3359), - [anon_sym_constexpr] = ACTIONS(3359), - [sym_comment] = ACTIONS(3), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), - }, - [1677] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3093), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4402), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4602), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_GT2] = ACTIONS(3423), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1678] = { - [sym_attribute_specifier] = STATE(1678), - [sym_ms_declspec_modifier] = STATE(1678), - [sym_storage_class_specifier] = STATE(1678), - [sym_type_qualifier] = STATE(1678), - [sym_macro_annotation] = STATE(1403), - [aux_sym__declaration_specifiers_repeat1] = STATE(1678), - [anon_sym_LPAREN2] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_AMP] = ACTIONS(2995), - [anon_sym_extern] = ACTIONS(3425), - [anon_sym___attribute__] = ACTIONS(3428), - [anon_sym___declspec] = ACTIONS(3431), - [anon_sym_LBRACK] = ACTIONS(2997), - [anon_sym_static] = ACTIONS(3425), - [anon_sym_register] = ACTIONS(3425), - [anon_sym_inline] = ACTIONS(3425), - [anon_sym_const] = ACTIONS(3008), - [anon_sym_volatile] = ACTIONS(3434), - [anon_sym_restrict] = ACTIONS(3434), - [anon_sym__Atomic] = ACTIONS(3434), - [anon_sym_mutable] = ACTIONS(3434), - [anon_sym_constexpr] = ACTIONS(3434), - [sym_comment] = ACTIONS(3), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3437), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3437), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3437), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3437), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3437), - [anon_sym_MOZ_COLD] = ACTIONS(3437), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3437), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3437), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3437), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3437), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3437), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3437), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3437), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3437), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3437), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3437), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3437), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3437), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3437), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3437), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3437), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3437), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3437), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_NONNULL] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3437), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3437), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3437), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3437), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3437), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3437), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3437), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3437), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3437), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3437), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3437), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3437), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3437), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3437), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3437), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3437), - [anon_sym_MOZ_RAII] = ACTIONS(3437), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3437), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3437), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3437), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3437), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3437), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3437), - }, - [1679] = { - [sym_identifier] = ACTIONS(2713), - [anon_sym_LPAREN2] = ACTIONS(2715), - [anon_sym_TILDE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_AMP_AMP] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym___attribute__] = ACTIONS(2713), - [anon_sym___declspec] = ACTIONS(2713), - [anon_sym___based] = ACTIONS(2713), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_register] = ACTIONS(2713), - [anon_sym_inline] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_volatile] = ACTIONS(2713), - [anon_sym_restrict] = ACTIONS(2713), - [anon_sym__Atomic] = ACTIONS(2713), - [anon_sym_mutable] = ACTIONS(2713), - [anon_sym_constexpr] = ACTIONS(2713), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3440), - [sym_operator_name] = ACTIONS(2713), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2713), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2713), - [anon_sym_MOZ_COLD] = ACTIONS(2713), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2713), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2713), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2713), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2713), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2713), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2713), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2713), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2713), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2713), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2713), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2713), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2713), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL] = ACTIONS(2713), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2713), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2713), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN] = ACTIONS(2713), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2713), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2713), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2713), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2713), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2713), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2713), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2713), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2713), - [anon_sym_MOZ_RAII] = ACTIONS(2713), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2713), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2713), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2713), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2713), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2713), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2713), - }, - [1680] = { - [sym_identifier] = ACTIONS(2833), - [anon_sym_LPAREN2] = ACTIONS(2905), - [anon_sym_TILDE] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2835), - [anon_sym_AMP_AMP] = ACTIONS(2835), - [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_SEMI] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2833), - [anon_sym___attribute__] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2833), - [anon_sym___based] = ACTIONS(2833), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2833), - [anon_sym_register] = ACTIONS(2833), - [anon_sym_inline] = ACTIONS(2833), - [anon_sym_const] = ACTIONS(2833), - [anon_sym_volatile] = ACTIONS(2833), - [anon_sym_restrict] = ACTIONS(2833), - [anon_sym__Atomic] = ACTIONS(2833), - [anon_sym_mutable] = ACTIONS(2833), - [anon_sym_constexpr] = ACTIONS(2833), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(2835), - [sym_operator_name] = ACTIONS(2833), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2833), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2833), - [anon_sym_MOZ_COLD] = ACTIONS(2833), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2833), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2833), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2833), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2833), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2833), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2833), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2833), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2833), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2833), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2833), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2833), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2833), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL] = ACTIONS(2833), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2833), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2833), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN] = ACTIONS(2833), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2833), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2833), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2833), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2833), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2833), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2833), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2833), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2833), - [anon_sym_MOZ_RAII] = ACTIONS(2833), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2833), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2833), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2833), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2833), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2833), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2833), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1681] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3207), - [sym_comma_expression] = STATE(5169), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5334), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1508] = { + [sym_compound_statement] = STATE(4849), + [sym_labeled_statement] = STATE(4849), + [sym_expression_statement] = STATE(4849), + [sym_if_statement] = STATE(4849), + [sym_switch_statement] = STATE(4849), + [sym_case_statement] = STATE(4849), + [sym_while_statement] = STATE(4849), + [sym_do_statement] = STATE(4849), + [sym_for_statement] = STATE(4849), + [sym_return_statement] = STATE(4849), + [sym_break_statement] = STATE(4849), + [sym_continue_statement] = STATE(4849), + [sym_goto_statement] = STATE(4849), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4849), + [sym_throw_statement] = STATE(4849), + [sym_try_statement] = STATE(4849), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -263608,81 +261360,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1682] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5094), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1509] = { + [sym_compound_statement] = STATE(4848), + [sym_labeled_statement] = STATE(4847), + [sym_expression_statement] = STATE(4846), + [sym_if_statement] = STATE(4845), + [sym_switch_statement] = STATE(4844), + [sym_case_statement] = STATE(4842), + [sym_while_statement] = STATE(4841), + [sym_do_statement] = STATE(4834), + [sym_for_statement] = STATE(4828), + [sym_return_statement] = STATE(4824), + [sym_break_statement] = STATE(4822), + [sym_continue_statement] = STATE(4820), + [sym_goto_statement] = STATE(4819), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4816), + [sym_throw_statement] = STATE(4815), + [sym_try_statement] = STATE(4814), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -263701,81 +261473,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1683] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3207), - [sym_comma_expression] = STATE(5169), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5447), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1510] = { + [sym_compound_statement] = STATE(4808), + [sym_labeled_statement] = STATE(4806), + [sym_expression_statement] = STATE(4805), + [sym_if_statement] = STATE(4801), + [sym_switch_statement] = STATE(4799), + [sym_case_statement] = STATE(4798), + [sym_while_statement] = STATE(4795), + [sym_do_statement] = STATE(4793), + [sym_for_statement] = STATE(4771), + [sym_return_statement] = STATE(4792), + [sym_break_statement] = STATE(4789), + [sym_continue_statement] = STATE(4788), + [sym_goto_statement] = STATE(4784), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4782), + [sym_throw_statement] = STATE(4781), + [sym_try_statement] = STATE(4778), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -263794,81 +261586,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1684] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3161), - [sym_comma_expression] = STATE(5359), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5575), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1511] = { + [sym_compound_statement] = STATE(178), + [sym_labeled_statement] = STATE(178), + [sym_expression_statement] = STATE(178), + [sym_if_statement] = STATE(178), + [sym_switch_statement] = STATE(178), + [sym_case_statement] = STATE(178), + [sym_while_statement] = STATE(178), + [sym_do_statement] = STATE(178), + [sym_for_statement] = STATE(178), + [sym_return_statement] = STATE(178), + [sym_break_statement] = STATE(178), + [sym_continue_statement] = STATE(178), + [sym_goto_statement] = STATE(178), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(178), + [sym_throw_statement] = STATE(178), + [sym_try_statement] = STATE(178), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -263887,174 +261699,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1685] = { - [sym_type_qualifier] = STATE(2925), - [sym__type_specifier] = STATE(3631), - [sym_sized_type_specifier] = STATE(1318), - [sym_enum_specifier] = STATE(1318), - [sym_struct_specifier] = STATE(1318), - [sym_union_specifier] = STATE(1318), - [sym__expression] = STATE(3153), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_type_descriptor] = STATE(4536), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_decltype] = STATE(1318), - [sym_class_specifier] = STATE(1318), - [sym_dependent_type] = STATE(1318), - [sym_template_type] = STATE(3822), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_type_parameter_pack_expansion] = STATE(4998), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(3806), - [sym_scoped_namespace_identifier] = STATE(3904), - [aux_sym_type_definition_repeat1] = STATE(2925), - [aux_sym_sized_type_specifier_repeat1] = STATE(2233), - [sym_identifier] = ACTIONS(3363), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3367), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3371), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(3373), - [anon_sym_unsigned] = ACTIONS(3373), - [anon_sym_long] = ACTIONS(3373), - [anon_sym_short] = ACTIONS(3373), - [sym_primitive_type] = ACTIONS(3375), - [anon_sym_enum] = ACTIONS(3377), - [anon_sym_class] = ACTIONS(3379), - [anon_sym_struct] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2359), - [sym_auto] = ACTIONS(2349), - [anon_sym_typename] = ACTIONS(3397), - [anon_sym_COLON_COLON] = ACTIONS(3401), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1686] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5469), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1512] = { + [sym_compound_statement] = STATE(4776), + [sym_labeled_statement] = STATE(4776), + [sym_expression_statement] = STATE(4776), + [sym_if_statement] = STATE(4776), + [sym_switch_statement] = STATE(4776), + [sym_case_statement] = STATE(4776), + [sym_while_statement] = STATE(4776), + [sym_do_statement] = STATE(4776), + [sym_for_statement] = STATE(4776), + [sym_return_statement] = STATE(4776), + [sym_break_statement] = STATE(4776), + [sym_continue_statement] = STATE(4776), + [sym_goto_statement] = STATE(4776), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4776), + [sym_throw_statement] = STATE(4776), + [sym_try_statement] = STATE(4776), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264073,81 +261812,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1687] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3161), - [sym_comma_expression] = STATE(5359), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5241), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1513] = { + [sym_compound_statement] = STATE(4774), + [sym_labeled_statement] = STATE(4774), + [sym_expression_statement] = STATE(4774), + [sym_if_statement] = STATE(4774), + [sym_switch_statement] = STATE(4774), + [sym_case_statement] = STATE(4774), + [sym_while_statement] = STATE(4774), + [sym_do_statement] = STATE(4774), + [sym_for_statement] = STATE(4774), + [sym_return_statement] = STATE(4774), + [sym_break_statement] = STATE(4774), + [sym_continue_statement] = STATE(4774), + [sym_goto_statement] = STATE(4774), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4774), + [sym_throw_statement] = STATE(4774), + [sym_try_statement] = STATE(4774), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264166,174 +261925,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1688] = { - [sym_macro_annotation] = STATE(3665), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3444), - [anon_sym_COMMA] = ACTIONS(3444), - [anon_sym_RPAREN] = ACTIONS(3444), - [anon_sym_LPAREN2] = ACTIONS(3444), - [anon_sym_SEMI] = ACTIONS(3444), - [anon_sym___attribute__] = ACTIONS(3444), - [anon_sym_LBRACE] = ACTIONS(3444), - [anon_sym_LBRACK] = ACTIONS(3444), - [anon_sym_EQ] = ACTIONS(3444), - [anon_sym_const] = ACTIONS(3446), - [anon_sym_volatile] = ACTIONS(3444), - [anon_sym_restrict] = ACTIONS(3444), - [anon_sym__Atomic] = ACTIONS(3444), - [anon_sym_mutable] = ACTIONS(3444), - [anon_sym_constexpr] = ACTIONS(3444), - [anon_sym_DASH_GT] = ACTIONS(3444), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3444), - [anon_sym_override] = ACTIONS(3444), - [anon_sym_GT2] = ACTIONS(3444), - [anon_sym_noexcept] = ACTIONS(3444), - [anon_sym_throw] = ACTIONS(3444), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1689] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5474), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1514] = { + [sym_compound_statement] = STATE(329), + [sym_labeled_statement] = STATE(329), + [sym_expression_statement] = STATE(329), + [sym_if_statement] = STATE(329), + [sym_switch_statement] = STATE(329), + [sym_case_statement] = STATE(329), + [sym_while_statement] = STATE(329), + [sym_do_statement] = STATE(329), + [sym_for_statement] = STATE(329), + [sym_return_statement] = STATE(329), + [sym_break_statement] = STATE(329), + [sym_continue_statement] = STATE(329), + [sym_goto_statement] = STATE(329), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(329), + [sym_throw_statement] = STATE(329), + [sym_try_statement] = STATE(329), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264352,81 +262038,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1690] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3161), - [sym_comma_expression] = STATE(5359), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5254), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1515] = { + [sym_compound_statement] = STATE(324), + [sym_labeled_statement] = STATE(324), + [sym_expression_statement] = STATE(324), + [sym_if_statement] = STATE(324), + [sym_switch_statement] = STATE(324), + [sym_case_statement] = STATE(324), + [sym_while_statement] = STATE(324), + [sym_do_statement] = STATE(324), + [sym_for_statement] = STATE(324), + [sym_return_statement] = STATE(324), + [sym_break_statement] = STATE(324), + [sym_continue_statement] = STATE(324), + [sym_goto_statement] = STATE(324), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(324), + [sym_throw_statement] = STATE(324), + [sym_try_statement] = STATE(324), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264445,174 +262151,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1691] = { - [sym_macro_annotation] = STATE(3658), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3448), - [anon_sym_COMMA] = ACTIONS(3448), - [anon_sym_RPAREN] = ACTIONS(3448), - [anon_sym_LPAREN2] = ACTIONS(3448), - [anon_sym_SEMI] = ACTIONS(3448), - [anon_sym___attribute__] = ACTIONS(3448), - [anon_sym_LBRACE] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3448), - [anon_sym_EQ] = ACTIONS(3448), - [anon_sym_const] = ACTIONS(3450), - [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_DASH_GT] = ACTIONS(3448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3448), - [anon_sym_override] = ACTIONS(3448), - [anon_sym_GT2] = ACTIONS(3448), - [anon_sym_noexcept] = ACTIONS(3448), - [anon_sym_throw] = ACTIONS(3448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1692] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5171), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1516] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(443), + [sym_throw_statement] = STATE(443), + [sym_try_statement] = STATE(443), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264631,81 +262264,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1693] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3207), - [sym_comma_expression] = STATE(5169), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5203), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1517] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(463), + [sym_throw_statement] = STATE(463), + [sym_try_statement] = STATE(463), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264724,81 +262377,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1694] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5358), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1518] = { + [sym_compound_statement] = STATE(332), + [sym_labeled_statement] = STATE(332), + [sym_expression_statement] = STATE(332), + [sym_if_statement] = STATE(332), + [sym_switch_statement] = STATE(332), + [sym_case_statement] = STATE(332), + [sym_while_statement] = STATE(332), + [sym_do_statement] = STATE(332), + [sym_for_statement] = STATE(332), + [sym_return_statement] = STATE(332), + [sym_break_statement] = STATE(332), + [sym_continue_statement] = STATE(332), + [sym_goto_statement] = STATE(332), + [sym__expression] = STATE(3187), + [sym_comma_expression] = STATE(5337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(332), + [sym_throw_statement] = STATE(332), + [sym_try_statement] = STATE(332), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3081), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(159), + [anon_sym_LBRACE] = ACTIONS(562), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(171), + [anon_sym_switch] = ACTIONS(173), + [anon_sym_case] = ACTIONS(175), + [anon_sym_default] = ACTIONS(177), + [anon_sym_while] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_for] = ACTIONS(183), + [anon_sym_return] = ACTIONS(185), + [anon_sym_break] = ACTIONS(187), + [anon_sym_continue] = ACTIONS(189), + [anon_sym_goto] = ACTIONS(191), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264817,81 +262490,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(197), + [anon_sym_try] = ACTIONS(205), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1695] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5182), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1519] = { + [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(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(462), + [sym_throw_statement] = STATE(462), + [sym_try_statement] = STATE(462), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -264910,81 +262603,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1696] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3207), - [sym_comma_expression] = STATE(5169), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5210), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1520] = { + [sym_compound_statement] = STATE(317), + [sym_labeled_statement] = STATE(317), + [sym_expression_statement] = STATE(317), + [sym_if_statement] = STATE(317), + [sym_switch_statement] = STATE(317), + [sym_case_statement] = STATE(317), + [sym_while_statement] = STATE(317), + [sym_do_statement] = STATE(317), + [sym_for_statement] = STATE(317), + [sym_return_statement] = STATE(317), + [sym_break_statement] = STATE(317), + [sym_continue_statement] = STATE(317), + [sym_goto_statement] = STATE(317), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(317), + [sym_throw_statement] = STATE(317), + [sym_try_statement] = STATE(317), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265003,174 +262716,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1697] = { - [sym_macro_annotation] = STATE(3653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3452), - [anon_sym_COMMA] = ACTIONS(3452), - [anon_sym_RPAREN] = ACTIONS(3452), - [anon_sym_LPAREN2] = ACTIONS(3452), - [anon_sym_SEMI] = ACTIONS(3452), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACE] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3452), - [anon_sym_EQ] = ACTIONS(3452), - [anon_sym_const] = ACTIONS(3454), - [anon_sym_volatile] = ACTIONS(3452), - [anon_sym_restrict] = ACTIONS(3452), - [anon_sym__Atomic] = ACTIONS(3452), - [anon_sym_mutable] = ACTIONS(3452), - [anon_sym_constexpr] = ACTIONS(3452), - [anon_sym_DASH_GT] = ACTIONS(3452), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3452), - [anon_sym_override] = ACTIONS(3452), - [anon_sym_GT2] = ACTIONS(3452), - [anon_sym_noexcept] = ACTIONS(3452), - [anon_sym_throw] = ACTIONS(3452), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1698] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3161), - [sym_comma_expression] = STATE(5359), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5520), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1521] = { + [sym_compound_statement] = STATE(455), + [sym_labeled_statement] = STATE(455), + [sym_expression_statement] = STATE(455), + [sym_if_statement] = STATE(455), + [sym_switch_statement] = STATE(455), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(455), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(455), + [sym_return_statement] = STATE(455), + [sym_break_statement] = STATE(455), + [sym_continue_statement] = STATE(455), + [sym_goto_statement] = STATE(455), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(455), + [sym_throw_statement] = STATE(455), + [sym_try_statement] = STATE(455), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265189,81 +262829,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1699] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5256), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1522] = { + [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(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(319), + [sym_throw_statement] = STATE(319), + [sym_try_statement] = STATE(319), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265282,81 +262942,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1700] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5187), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1523] = { + [sym_compound_statement] = STATE(320), + [sym_labeled_statement] = STATE(320), + [sym_expression_statement] = STATE(320), + [sym_if_statement] = STATE(320), + [sym_switch_statement] = STATE(320), + [sym_case_statement] = STATE(320), + [sym_while_statement] = STATE(320), + [sym_do_statement] = STATE(320), + [sym_for_statement] = STATE(320), + [sym_return_statement] = STATE(320), + [sym_break_statement] = STATE(320), + [sym_continue_statement] = STATE(320), + [sym_goto_statement] = STATE(320), + [sym__expression] = STATE(3279), + [sym_comma_expression] = STATE(5542), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(320), + [sym_throw_statement] = STATE(320), + [sym_try_statement] = STATE(320), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(33), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(67), + [anon_sym_switch] = ACTIONS(69), + [anon_sym_case] = ACTIONS(71), + [anon_sym_default] = ACTIONS(73), + [anon_sym_while] = ACTIONS(75), + [anon_sym_do] = ACTIONS(77), + [anon_sym_for] = ACTIONS(79), + [anon_sym_return] = ACTIONS(81), + [anon_sym_break] = ACTIONS(83), + [anon_sym_continue] = ACTIONS(85), + [anon_sym_goto] = ACTIONS(87), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265375,81 +263055,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(119), + [anon_sym_try] = ACTIONS(127), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1701] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5209), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1524] = { + [sym_compound_statement] = STATE(134), + [sym_labeled_statement] = STATE(134), + [sym_expression_statement] = STATE(134), + [sym_if_statement] = STATE(134), + [sym_switch_statement] = STATE(134), + [sym_case_statement] = STATE(134), + [sym_while_statement] = STATE(134), + [sym_do_statement] = STATE(134), + [sym_for_statement] = STATE(134), + [sym_return_statement] = STATE(134), + [sym_break_statement] = STATE(134), + [sym_continue_statement] = STATE(134), + [sym_goto_statement] = STATE(134), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(134), + [sym_throw_statement] = STATE(134), + [sym_try_statement] = STATE(134), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265468,81 +263168,101 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1702] = { - [sym_type_qualifier] = STATE(2935), - [sym__type_specifier] = STATE(3643), - [sym_sized_type_specifier] = STATE(961), - [sym_enum_specifier] = STATE(961), - [sym_struct_specifier] = STATE(961), - [sym_union_specifier] = STATE(961), - [sym__expression] = STATE(3224), - [sym_comma_expression] = STATE(5475), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_type_descriptor] = STATE(5527), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_decltype] = STATE(961), - [sym_class_specifier] = STATE(961), - [sym_dependent_type] = STATE(961), - [sym_template_type] = STATE(3840), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(1467), - [sym_scoped_namespace_identifier] = STATE(3905), - [aux_sym_type_definition_repeat1] = STATE(2935), - [aux_sym_sized_type_specifier_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(990), + [1525] = { + [sym_compound_statement] = STATE(132), + [sym_labeled_statement] = STATE(132), + [sym_expression_statement] = STATE(132), + [sym_if_statement] = STATE(132), + [sym_switch_statement] = STATE(132), + [sym_case_statement] = STATE(132), + [sym_while_statement] = STATE(132), + [sym_do_statement] = STATE(132), + [sym_for_statement] = STATE(132), + [sym_return_statement] = STATE(132), + [sym_break_statement] = STATE(132), + [sym_continue_statement] = STATE(132), + [sym_goto_statement] = STATE(132), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(132), + [sym_throw_statement] = STATE(132), + [sym_try_statement] = STATE(132), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_volatile] = ACTIONS(1004), - [anon_sym_restrict] = ACTIONS(1004), - [anon_sym__Atomic] = ACTIONS(1004), - [anon_sym_mutable] = ACTIONS(1004), - [anon_sym_constexpr] = ACTIONS(1004), - [anon_sym_signed] = ACTIONS(2931), - [anon_sym_unsigned] = ACTIONS(2931), - [anon_sym_long] = ACTIONS(2931), - [anon_sym_short] = ACTIONS(2931), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2937), - [anon_sym_union] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -265561,715 +263281,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(101), - [sym_auto] = ACTIONS(107), - [anon_sym_typename] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1703] = { - [sym_macro_annotation] = STATE(3658), - [anon_sym_COMMA] = ACTIONS(3456), - [anon_sym_LPAREN2] = ACTIONS(3448), - [anon_sym_SEMI] = ACTIONS(3456), - [anon_sym___attribute__] = ACTIONS(3448), - [anon_sym_LBRACE] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3448), - [anon_sym_EQ] = ACTIONS(3448), - [anon_sym_const] = ACTIONS(3450), - [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(3448), - [anon_sym_DASH_GT] = ACTIONS(3448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3448), - [anon_sym_override] = ACTIONS(3448), - [anon_sym_noexcept] = ACTIONS(3448), - [anon_sym_throw] = ACTIONS(3448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3461), - [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(3461), - [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(3461), - [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(3461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL] = ACTIONS(3461), - [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(3461), - [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), - }, - [1704] = { - [sym_macro_annotation] = STATE(3658), - [anon_sym_COMMA] = ACTIONS(3448), - [anon_sym_LPAREN2] = ACTIONS(3448), - [anon_sym_SEMI] = ACTIONS(3448), - [anon_sym___attribute__] = ACTIONS(3448), - [anon_sym_LBRACE] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3448), - [anon_sym_EQ] = ACTIONS(3448), - [anon_sym_const] = ACTIONS(3450), - [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(3448), - [anon_sym_DASH_GT] = ACTIONS(3448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3448), - [anon_sym_override] = ACTIONS(3448), - [anon_sym_noexcept] = ACTIONS(3448), - [anon_sym_throw] = ACTIONS(3448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3461), - [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(3461), - [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(3461), - [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(3461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL] = ACTIONS(3461), - [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(3461), - [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), - }, - [1705] = { - [sym_ms_based_modifier] = STATE(5518), - [sym_ms_unaligned_ptr_modifier] = STATE(3680), - [sym_ms_pointer_modifier] = STATE(2742), - [sym__declarator] = STATE(4132), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym_type_qualifier] = STATE(3005), - [sym__expression] = STATE(2447), - [sym_conditional_expression] = STATE(2466), - [sym_assignment_expression] = STATE(2466), - [sym_pointer_expression] = STATE(2468), - [sym_unary_expression] = STATE(2466), - [sym_binary_expression] = STATE(2466), - [sym_update_expression] = STATE(2466), - [sym_cast_expression] = STATE(2466), - [sym_sizeof_expression] = STATE(2466), - [sym_subscript_expression] = STATE(2468), - [sym_call_expression] = STATE(2468), - [sym_field_expression] = STATE(2468), - [sym_compound_literal_expression] = STATE(2466), - [sym_parenthesized_expression] = STATE(2468), - [sym_char_literal] = STATE(2466), - [sym_concatenated_string] = STATE(2466), - [sym_string_literal] = STATE(2186), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(4733), - [sym_template_function] = STATE(2555), - [sym_new_expression] = STATE(2466), - [sym_delete_expression] = STATE(2466), - [sym_lambda_expression] = STATE(2466), - [sym_lambda_capture_specifier] = STATE(3857), - [sym_parameter_pack_expansion] = STATE(2466), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(2533), - [sym_scoped_type_identifier] = STATE(4441), - [sym_scoped_namespace_identifier] = STATE(3895), - [aux_sym_type_definition_repeat1] = STATE(3005), - [aux_sym_pointer_declarator_repeat1] = STATE(2742), - [sym_identifier] = ACTIONS(3463), - [anon_sym_LPAREN2] = ACTIONS(3465), - [anon_sym_BANG] = ACTIONS(3158), - [anon_sym_TILDE] = ACTIONS(3467), - [anon_sym_DASH] = ACTIONS(3156), - [anon_sym_PLUS] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym___based] = ACTIONS(43), - [sym_ms_restrict_modifier] = ACTIONS(3469), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(3469), - [sym_ms_signed_ptr_modifier] = ACTIONS(3469), - [anon_sym__unaligned] = ACTIONS(3471), - [anon_sym___unaligned] = ACTIONS(3471), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_const] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym_mutable] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3168), - [anon_sym_PLUS_PLUS] = ACTIONS(3168), - [anon_sym_sizeof] = ACTIONS(3170), - [sym_number_literal] = ACTIONS(3172), - [anon_sym_L_SQUOTE] = ACTIONS(3174), - [anon_sym_u_SQUOTE] = ACTIONS(3174), - [anon_sym_U_SQUOTE] = ACTIONS(3174), - [anon_sym_u8_SQUOTE] = ACTIONS(3174), - [anon_sym_SQUOTE] = ACTIONS(3174), - [anon_sym_L_DQUOTE] = ACTIONS(3176), - [anon_sym_u_DQUOTE] = ACTIONS(3176), - [anon_sym_U_DQUOTE] = ACTIONS(3176), - [anon_sym_u8_DQUOTE] = ACTIONS(3176), - [anon_sym_DQUOTE] = ACTIONS(3176), - [sym_true] = ACTIONS(3178), - [sym_false] = ACTIONS(3178), - [sym_null] = ACTIONS(3178), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3180), - [anon_sym_delete] = ACTIONS(3182), - [anon_sym_new] = ACTIONS(3184), - [sym_operator_name] = ACTIONS(133), - [sym_this] = ACTIONS(3178), - [sym_nullptr] = ACTIONS(3178), - [sym_raw_string_literal] = ACTIONS(3186), - }, - [1706] = { - [sym_macro_annotation] = STATE(3653), - [anon_sym_COMMA] = ACTIONS(3452), - [anon_sym_LPAREN2] = ACTIONS(3452), - [anon_sym_SEMI] = ACTIONS(3452), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACE] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3452), - [anon_sym_EQ] = ACTIONS(3452), - [anon_sym_const] = ACTIONS(3454), - [anon_sym_volatile] = ACTIONS(3452), - [anon_sym_restrict] = ACTIONS(3452), - [anon_sym__Atomic] = ACTIONS(3452), - [anon_sym_mutable] = ACTIONS(3452), - [anon_sym_constexpr] = ACTIONS(3452), - [anon_sym_COLON] = ACTIONS(3452), - [anon_sym_DASH_GT] = ACTIONS(3452), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3452), - [anon_sym_override] = ACTIONS(3452), - [anon_sym_noexcept] = ACTIONS(3452), - [anon_sym_throw] = ACTIONS(3452), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3461), - [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(3461), - [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(3461), - [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(3461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL] = ACTIONS(3461), - [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(3461), - [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), - }, - [1707] = { - [sym_macro_annotation] = STATE(3665), - [anon_sym_COMMA] = ACTIONS(3444), - [anon_sym_LPAREN2] = ACTIONS(3444), - [anon_sym_SEMI] = ACTIONS(3444), - [anon_sym___attribute__] = ACTIONS(3444), - [anon_sym_LBRACE] = ACTIONS(3444), - [anon_sym_LBRACK] = ACTIONS(3444), - [anon_sym_EQ] = ACTIONS(3444), - [anon_sym_const] = ACTIONS(3446), - [anon_sym_volatile] = ACTIONS(3444), - [anon_sym_restrict] = ACTIONS(3444), - [anon_sym__Atomic] = ACTIONS(3444), - [anon_sym_mutable] = ACTIONS(3444), - [anon_sym_constexpr] = ACTIONS(3444), - [anon_sym_COLON] = ACTIONS(3444), - [anon_sym_DASH_GT] = ACTIONS(3444), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3444), - [anon_sym_override] = ACTIONS(3444), - [anon_sym_noexcept] = ACTIONS(3444), - [anon_sym_throw] = ACTIONS(3444), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3459), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3459), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3461), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3459), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3461), - [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(3461), - [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(3461), - [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(3461), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3459), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3459), - [anon_sym_MOZ_NONNULL] = ACTIONS(3461), - [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(3461), - [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), - }, - [1708] = { - [sym_macro_annotation] = STATE(3658), - [anon_sym_COMMA] = ACTIONS(3456), - [anon_sym_LPAREN2] = ACTIONS(3448), - [anon_sym_SEMI] = ACTIONS(3456), - [anon_sym___attribute__] = ACTIONS(3448), - [anon_sym_LBRACE] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3448), - [anon_sym_EQ] = ACTIONS(3448), - [anon_sym_const] = ACTIONS(3450), - [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_DASH_GT] = ACTIONS(3448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3448), - [anon_sym_override] = ACTIONS(3448), - [anon_sym_noexcept] = ACTIONS(3448), - [anon_sym_throw] = ACTIONS(3448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3361), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(139), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(139), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3361), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3361), - [anon_sym_MOZ_COLD] = ACTIONS(3361), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3361), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3361), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3361), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3361), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3361), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3361), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3361), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3361), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3361), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3361), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3361), - [anon_sym_MOZ_MUST_USE] = ACTIONS(139), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3361), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(139), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3361), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NONNULL] = ACTIONS(139), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3361), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3361), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_NORETURN] = ACTIONS(139), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3361), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3361), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3361), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3361), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3361), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3361), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3361), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3361), - [anon_sym_MOZ_RAII] = ACTIONS(3361), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3361), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3361), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3361), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3361), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3361), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3361), - }, - [1709] = { - [sym_field_declaration_list] = STATE(1349), - [sym__class_name] = STATE(1450), - [sym_virtual_specifier] = STATE(4339), - [sym_base_class_clause] = STATE(4840), - [sym_template_type] = STATE(1479), - [sym_scoped_type_identifier] = STATE(1460), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3865), - [sym_identifier] = ACTIONS(3473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3475), - [anon_sym_COMMA] = ACTIONS(3477), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_EQ] = ACTIONS(3479), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(3477), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1710] = { - [sym__expression] = STATE(2984), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(2983), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_RPAREN] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(990), - [anon_sym_BANG] = ACTIONS(25), + [1526] = { + [sym_compound_statement] = STATE(448), + [sym_labeled_statement] = STATE(448), + [sym_expression_statement] = STATE(448), + [sym_if_statement] = STATE(448), + [sym_switch_statement] = STATE(448), + [sym_case_statement] = STATE(448), + [sym_while_statement] = STATE(448), + [sym_do_statement] = STATE(448), + [sym_for_statement] = STATE(448), + [sym_return_statement] = STATE(448), + [sym_break_statement] = STATE(448), + [sym_continue_statement] = STATE(448), + [sym_goto_statement] = STATE(448), + [sym__expression] = STATE(3235), + [sym_comma_expression] = STATE(5289), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(448), + [sym_throw_statement] = STATE(448), + [sym_try_statement] = STATE(448), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3152), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3152), - [anon_sym_GT_GT] = ACTIONS(3152), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3152), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_QMARK] = ACTIONS(3152), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(929), + [anon_sym_switch] = ACTIONS(931), + [anon_sym_case] = ACTIONS(933), + [anon_sym_default] = ACTIONS(935), + [anon_sym_while] = ACTIONS(937), + [anon_sym_do] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_return] = ACTIONS(943), + [anon_sym_break] = ACTIONS(945), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(949), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -266285,2031 +263394,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(953), + [anon_sym_try] = ACTIONS(961), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1711] = { - [sym_field_declaration_list] = STATE(2704), - [sym__class_name] = STATE(2263), - [sym_virtual_specifier] = STATE(4453), - [sym_base_class_clause] = STATE(5001), - [sym_template_type] = STATE(2423), - [sym_scoped_type_identifier] = STATE(2422), - [sym_scoped_namespace_identifier] = STATE(5350), - [sym_macro_annotation] = STATE(3890), - [sym_identifier] = ACTIONS(3483), - [anon_sym_LBRACE] = ACTIONS(3485), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3487), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1712] = { - [sym_field_declaration_list] = STATE(2339), - [sym__class_name] = STATE(2257), - [sym_virtual_specifier] = STATE(4430), - [sym_base_class_clause] = STATE(4766), - [sym_template_type] = STATE(4043), - [sym_scoped_type_identifier] = STATE(3987), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3875), - [sym_identifier] = ACTIONS(3489), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1713] = { - [sym_field_declaration_list] = STATE(2684), - [sym__class_name] = STATE(2254), - [sym_virtual_specifier] = STATE(4303), - [sym_base_class_clause] = STATE(4797), - [sym_template_type] = STATE(2531), - [sym_scoped_type_identifier] = STATE(4072), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3871), - [sym_identifier] = ACTIONS(3493), - [anon_sym_LBRACE] = ACTIONS(3495), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1714] = { - [sym_field_declaration_list] = STATE(853), - [sym__class_name] = STATE(1443), - [sym_virtual_specifier] = STATE(4442), - [sym_base_class_clause] = STATE(4759), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3863), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1715] = { - [sym__expression] = STATE(3192), - [sym_conditional_expression] = STATE(3354), - [sym_assignment_expression] = STATE(3354), - [sym_pointer_expression] = STATE(2778), - [sym_unary_expression] = STATE(3354), - [sym_binary_expression] = STATE(3354), - [sym_update_expression] = STATE(3354), - [sym_cast_expression] = STATE(3354), - [sym_sizeof_expression] = STATE(3354), - [sym_subscript_expression] = STATE(2778), - [sym_call_expression] = STATE(2778), - [sym_field_expression] = STATE(2778), - [sym_compound_literal_expression] = STATE(3354), - [sym_parenthesized_expression] = STATE(2778), - [sym_initializer_list] = STATE(3294), - [sym_char_literal] = STATE(3354), - [sym_concatenated_string] = STATE(3354), - [sym_string_literal] = STATE(2854), - [sym_template_type] = STATE(4530), - [sym_template_function] = STATE(3354), - [sym_new_expression] = STATE(3354), - [sym_delete_expression] = STATE(3354), - [sym_lambda_expression] = STATE(3354), - [sym_lambda_capture_specifier] = STATE(3851), - [sym_parameter_pack_expansion] = STATE(3354), - [sym_scoped_identifier] = STATE(3217), - [sym_scoped_type_identifier] = STATE(4460), - [sym_scoped_namespace_identifier] = STATE(3893), - [sym_identifier] = ACTIONS(3499), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3365), - [anon_sym_BANG] = ACTIONS(3369), - [anon_sym_TILDE] = ACTIONS(3367), - [anon_sym_DASH] = ACTIONS(3369), - [anon_sym_PLUS] = ACTIONS(3369), - [anon_sym_STAR] = ACTIONS(3371), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3152), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3207), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3160), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3152), - [anon_sym_GT_GT] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3501), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3211), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3385), - [anon_sym_PLUS_PLUS] = ACTIONS(3385), - [anon_sym_sizeof] = ACTIONS(3387), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3389), - [anon_sym_L_SQUOTE] = ACTIONS(3391), - [anon_sym_u_SQUOTE] = ACTIONS(3391), - [anon_sym_U_SQUOTE] = ACTIONS(3391), - [anon_sym_u8_SQUOTE] = ACTIONS(3391), - [anon_sym_SQUOTE] = ACTIONS(3391), - [anon_sym_L_DQUOTE] = ACTIONS(3393), - [anon_sym_u_DQUOTE] = ACTIONS(3393), - [anon_sym_U_DQUOTE] = ACTIONS(3393), - [anon_sym_u8_DQUOTE] = ACTIONS(3393), - [anon_sym_DQUOTE] = ACTIONS(3393), - [sym_true] = ACTIONS(3395), - [sym_false] = ACTIONS(3395), - [sym_null] = ACTIONS(3395), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3152), - [anon_sym_COLON_COLON] = ACTIONS(3503), - [anon_sym_delete] = ACTIONS(3403), - [anon_sym_new] = ACTIONS(3405), - [sym_this] = ACTIONS(3395), - [sym_nullptr] = ACTIONS(3395), - [sym_raw_string_literal] = ACTIONS(3407), - }, - [1716] = { - [sym_field_declaration_list] = STATE(854), - [sym__class_name] = STATE(1439), - [sym_virtual_specifier] = STATE(4447), - [sym_base_class_clause] = STATE(4752), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3864), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1717] = { - [sym_field_declaration_list] = STATE(853), - [sym__class_name] = STATE(1292), - [sym_virtual_specifier] = STATE(4442), - [sym_base_class_clause] = STATE(4759), - [sym_template_type] = STATE(1312), - [sym_scoped_type_identifier] = STATE(1345), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3873), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1718] = { - [sym_field_declaration_list] = STATE(2339), - [sym__class_name] = STATE(2257), - [sym_virtual_specifier] = STATE(4430), - [sym_base_class_clause] = STATE(4766), - [sym_template_type] = STATE(1312), - [sym_scoped_type_identifier] = STATE(1345), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3882), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1719] = { - [sym_field_declaration_list] = STATE(2340), - [sym__class_name] = STATE(2262), - [sym_virtual_specifier] = STATE(4428), - [sym_base_class_clause] = STATE(4769), - [sym_template_type] = STATE(1312), - [sym_scoped_type_identifier] = STATE(1345), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3884), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1720] = { - [sym_field_declaration_list] = STATE(854), - [sym__class_name] = STATE(1294), - [sym_virtual_specifier] = STATE(4447), - [sym_base_class_clause] = STATE(4752), - [sym_template_type] = STATE(1312), - [sym_scoped_type_identifier] = STATE(1345), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3880), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1721] = { - [sym_field_declaration_list] = STATE(2681), - [sym__class_name] = STATE(2270), - [sym_virtual_specifier] = STATE(4300), - [sym_base_class_clause] = STATE(4796), - [sym_template_type] = STATE(2531), - [sym_scoped_type_identifier] = STATE(4072), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3866), - [sym_identifier] = ACTIONS(3493), - [anon_sym_LBRACE] = ACTIONS(3495), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1722] = { - [sym_field_declaration_list] = STATE(2684), - [sym__class_name] = STATE(2254), - [sym_virtual_specifier] = STATE(4303), - [sym_base_class_clause] = STATE(4797), - [sym_template_type] = STATE(2335), - [sym_scoped_type_identifier] = STATE(2336), - [sym_scoped_namespace_identifier] = STATE(5388), - [sym_macro_annotation] = STATE(3860), - [sym_identifier] = ACTIONS(3507), - [anon_sym_LBRACE] = ACTIONS(3495), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3509), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1723] = { - [sym_field_declaration_list] = STATE(2339), - [sym__class_name] = STATE(2872), - [sym_virtual_specifier] = STATE(4430), - [sym_base_class_clause] = STATE(4766), - [sym_template_type] = STATE(2960), - [sym_scoped_type_identifier] = STATE(2961), - [sym_scoped_namespace_identifier] = STATE(5302), - [sym_macro_annotation] = STATE(3870), - [sym_identifier] = ACTIONS(3511), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1724] = { - [sym_field_declaration_list] = STATE(1349), - [sym__class_name] = STATE(2338), - [sym_virtual_specifier] = STATE(4339), - [sym_base_class_clause] = STATE(4840), - [sym_template_type] = STATE(2531), - [sym_scoped_type_identifier] = STATE(2527), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3869), - [sym_identifier] = ACTIONS(3493), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1725] = { - [sym_field_declaration_list] = STATE(2709), - [sym__class_name] = STATE(2264), - [sym_virtual_specifier] = STATE(4452), - [sym_base_class_clause] = STATE(4995), - [sym_template_type] = STATE(2423), - [sym_scoped_type_identifier] = STATE(2422), - [sym_scoped_namespace_identifier] = STATE(5350), - [sym_macro_annotation] = STATE(3888), - [sym_identifier] = ACTIONS(3483), - [anon_sym_LBRACE] = ACTIONS(3485), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3487), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1726] = { - [sym_field_declaration_list] = STATE(853), - [sym__class_name] = STATE(1474), - [sym_virtual_specifier] = STATE(4442), - [sym_base_class_clause] = STATE(4759), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3863), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1727] = { - [sym_field_declaration_list] = STATE(854), - [sym__class_name] = STATE(1470), - [sym_virtual_specifier] = STATE(4447), - [sym_base_class_clause] = STATE(4752), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3864), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1728] = { - [sym_field_declaration_list] = STATE(1352), - [sym__class_name] = STATE(1452), - [sym_virtual_specifier] = STATE(4341), - [sym_base_class_clause] = STATE(4841), - [sym_template_type] = STATE(1479), - [sym_scoped_type_identifier] = STATE(1460), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3861), - [sym_identifier] = ACTIONS(3515), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1729] = { - [sym_field_declaration_list] = STATE(854), - [sym__class_name] = STATE(1469), - [sym_virtual_specifier] = STATE(4447), - [sym_base_class_clause] = STATE(4752), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3864), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1730] = { - [sym_field_declaration_list] = STATE(853), - [sym__class_name] = STATE(1483), - [sym_virtual_specifier] = STATE(4442), - [sym_base_class_clause] = STATE(4759), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3863), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1731] = { - [sym_field_declaration_list] = STATE(2340), - [sym__class_name] = STATE(2873), - [sym_virtual_specifier] = STATE(4428), - [sym_base_class_clause] = STATE(4769), - [sym_template_type] = STATE(2960), - [sym_scoped_type_identifier] = STATE(2961), - [sym_scoped_namespace_identifier] = STATE(5302), - [sym_macro_annotation] = STATE(3874), - [sym_identifier] = ACTIONS(3511), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1732] = { - [sym_field_declaration_list] = STATE(2340), - [sym__class_name] = STATE(2262), - [sym_virtual_specifier] = STATE(4428), - [sym_base_class_clause] = STATE(4769), - [sym_template_type] = STATE(4043), - [sym_scoped_type_identifier] = STATE(3987), - [sym_scoped_namespace_identifier] = STATE(5400), - [sym_macro_annotation] = STATE(3859), - [sym_identifier] = ACTIONS(3489), - [anon_sym_LBRACE] = ACTIONS(3491), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2943), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1733] = { - [sym_field_declaration_list] = STATE(2681), - [sym__class_name] = STATE(2270), - [sym_virtual_specifier] = STATE(4300), - [sym_base_class_clause] = STATE(4796), - [sym_template_type] = STATE(2335), - [sym_scoped_type_identifier] = STATE(2336), - [sym_scoped_namespace_identifier] = STATE(5388), - [sym_macro_annotation] = STATE(3879), - [sym_identifier] = ACTIONS(3507), - [anon_sym_LBRACE] = ACTIONS(3495), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3509), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1734] = { - [sym__expression] = STATE(2984), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_initializer_list] = STATE(2983), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [sym_identifier] = ACTIONS(3517), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3521), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3152), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(996), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3152), - [anon_sym_GT_GT] = ACTIONS(3152), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3152), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), + [1527] = { + [sym_compound_statement] = STATE(133), + [sym_labeled_statement] = STATE(133), + [sym_expression_statement] = STATE(133), + [sym_if_statement] = STATE(133), + [sym_switch_statement] = STATE(133), + [sym_case_statement] = STATE(133), + [sym_while_statement] = STATE(133), + [sym_do_statement] = STATE(133), + [sym_for_statement] = STATE(133), + [sym_return_statement] = STATE(133), + [sym_break_statement] = STATE(133), + [sym_continue_statement] = STATE(133), + [sym_goto_statement] = STATE(133), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(133), + [sym_throw_statement] = STATE(133), + [sym_try_statement] = STATE(133), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -268325,670 +263507,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1735] = { - [sym__expression] = STATE(3248), - [sym_conditional_expression] = STATE(3475), - [sym_assignment_expression] = STATE(3475), - [sym_pointer_expression] = STATE(2803), - [sym_unary_expression] = STATE(3475), - [sym_binary_expression] = STATE(3475), - [sym_update_expression] = STATE(3475), - [sym_cast_expression] = STATE(3475), - [sym_sizeof_expression] = STATE(3475), - [sym_subscript_expression] = STATE(2803), - [sym_call_expression] = STATE(2803), - [sym_field_expression] = STATE(2803), - [sym_compound_literal_expression] = STATE(3475), - [sym_parenthesized_expression] = STATE(2803), - [sym_initializer_list] = STATE(3346), - [sym_char_literal] = STATE(3475), - [sym_concatenated_string] = STATE(3475), - [sym_string_literal] = STATE(2856), - [sym_template_type] = STATE(4540), - [sym_template_function] = STATE(3475), - [sym_new_expression] = STATE(3475), - [sym_delete_expression] = STATE(3475), - [sym_lambda_expression] = STATE(3475), - [sym_lambda_capture_specifier] = STATE(3855), - [sym_parameter_pack_expansion] = STATE(3475), - [sym_scoped_identifier] = STATE(3182), - [sym_scoped_type_identifier] = STATE(4368), - [sym_scoped_namespace_identifier] = STATE(3902), - [sym_identifier] = ACTIONS(3533), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_COMMA] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3535), - [anon_sym_BANG] = ACTIONS(3537), - [anon_sym_TILDE] = ACTIONS(3539), - [anon_sym_DASH] = ACTIONS(3537), - [anon_sym_PLUS] = ACTIONS(3537), - [anon_sym_STAR] = ACTIONS(3541), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3152), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3152), - [anon_sym_GT_GT] = ACTIONS(3152), - [anon_sym_LBRACE] = ACTIONS(3543), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3245), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3545), - [anon_sym_PLUS_PLUS] = ACTIONS(3545), - [anon_sym_sizeof] = ACTIONS(3547), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), - [sym_number_literal] = ACTIONS(3549), - [anon_sym_L_SQUOTE] = ACTIONS(3551), - [anon_sym_u_SQUOTE] = ACTIONS(3551), - [anon_sym_U_SQUOTE] = ACTIONS(3551), - [anon_sym_u8_SQUOTE] = ACTIONS(3551), - [anon_sym_SQUOTE] = ACTIONS(3551), - [anon_sym_L_DQUOTE] = ACTIONS(3553), - [anon_sym_u_DQUOTE] = ACTIONS(3553), - [anon_sym_U_DQUOTE] = ACTIONS(3553), - [anon_sym_u8_DQUOTE] = ACTIONS(3553), - [anon_sym_DQUOTE] = ACTIONS(3553), - [sym_true] = ACTIONS(3555), - [sym_false] = ACTIONS(3555), - [sym_null] = ACTIONS(3555), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3557), - [anon_sym_delete] = ACTIONS(3559), - [anon_sym_RBRACK_RBRACK] = ACTIONS(3152), - [anon_sym_new] = ACTIONS(3561), - [sym_this] = ACTIONS(3555), - [sym_nullptr] = ACTIONS(3555), - [sym_raw_string_literal] = ACTIONS(3563), - }, - [1736] = { - [sym_field_declaration_list] = STATE(1349), - [sym__class_name] = STATE(1450), - [sym_virtual_specifier] = STATE(4339), - [sym_base_class_clause] = STATE(4840), - [sym_template_type] = STATE(1479), - [sym_scoped_type_identifier] = STATE(1460), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3865), - [sym_identifier] = ACTIONS(3515), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1737] = { - [sym_field_declaration_list] = STATE(2406), - [sym__class_name] = STATE(2201), - [sym_virtual_specifier] = STATE(4381), - [sym_base_class_clause] = STATE(4993), - [sym_template_type] = STATE(2231), - [sym_scoped_type_identifier] = STATE(2227), - [sym_scoped_namespace_identifier] = STATE(5221), - [sym_macro_annotation] = STATE(3886), - [sym_identifier] = ACTIONS(3565), - [anon_sym_LBRACE] = ACTIONS(3567), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1738] = { - [sym_field_declaration_list] = STATE(2401), - [sym__class_name] = STATE(2200), - [sym_virtual_specifier] = STATE(4382), - [sym_base_class_clause] = STATE(4992), - [sym_template_type] = STATE(2231), - [sym_scoped_type_identifier] = STATE(2227), - [sym_scoped_namespace_identifier] = STATE(5221), - [sym_macro_annotation] = STATE(3887), - [sym_identifier] = ACTIONS(3565), - [anon_sym_LBRACE] = ACTIONS(3567), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3569), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1739] = { - [sym_field_declaration_list] = STATE(1352), - [sym__class_name] = STATE(2334), - [sym_virtual_specifier] = STATE(4341), - [sym_base_class_clause] = STATE(4841), - [sym_template_type] = STATE(2531), - [sym_scoped_type_identifier] = STATE(2527), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3868), - [sym_identifier] = ACTIONS(3493), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1740] = { - [sym_field_declaration_list] = STATE(854), - [sym__class_name] = STATE(1488), - [sym_virtual_specifier] = STATE(4447), - [sym_base_class_clause] = STATE(4752), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3864), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1741] = { - [sym_field_declaration_list] = STATE(853), - [sym__class_name] = STATE(1489), - [sym_virtual_specifier] = STATE(4442), - [sym_base_class_clause] = STATE(4759), - [sym_template_type] = STATE(1462), - [sym_scoped_type_identifier] = STATE(1447), - [sym_scoped_namespace_identifier] = STATE(5098), - [sym_macro_annotation] = STATE(3863), - [sym_identifier] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_COLON] = ACTIONS(3039), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3041), - [anon_sym_override] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(2213), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1010), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1010), - [anon_sym_MOZ_COLD] = ACTIONS(1010), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1010), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1010), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1010), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1010), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1010), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1010), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1010), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1010), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1010), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1010), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1010), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1010), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL] = ACTIONS(1010), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1010), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1010), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN] = ACTIONS(1010), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1010), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1010), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1010), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1010), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1010), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1010), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1010), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1010), - [anon_sym_MOZ_RAII] = ACTIONS(1010), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1010), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1010), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1010), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1010), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1010), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1010), - }, - [1742] = { - [sym__expression] = STATE(3376), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2848), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2848), - [sym_call_expression] = STATE(2848), - [sym_field_expression] = STATE(2848), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2848), - [sym_initializer_list] = STATE(2983), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(3438), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3898), - [sym_identifier] = ACTIONS(3571), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3152), - [anon_sym_LPAREN2] = ACTIONS(3573), - [anon_sym_BANG] = ACTIONS(3575), - [anon_sym_TILDE] = ACTIONS(3577), - [anon_sym_DASH] = ACTIONS(3575), - [anon_sym_PLUS] = ACTIONS(3575), - [anon_sym_STAR] = ACTIONS(3579), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3152), - [anon_sym_PIPE_PIPE] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_PIPE] = ACTIONS(3160), - [anon_sym_CARET] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3341), - [anon_sym_EQ_EQ] = ACTIONS(3152), - [anon_sym_BANG_EQ] = ACTIONS(3152), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_GT_EQ] = ACTIONS(3152), - [anon_sym_LT_EQ] = ACTIONS(3152), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_LT_LT] = ACTIONS(3152), - [anon_sym_GT_GT] = ACTIONS(3152), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_COLON] = ACTIONS(3160), - [anon_sym_QMARK] = ACTIONS(3152), - [anon_sym_DASH_DASH] = ACTIONS(3581), - [anon_sym_PLUS_PLUS] = ACTIONS(3581), - [anon_sym_sizeof] = ACTIONS(3583), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3152), + [1528] = { + [sym_compound_statement] = STATE(745), + [sym_labeled_statement] = STATE(745), + [sym_expression_statement] = STATE(745), + [sym_if_statement] = STATE(745), + [sym_switch_statement] = STATE(745), + [sym_case_statement] = STATE(745), + [sym_while_statement] = STATE(745), + [sym_do_statement] = STATE(745), + [sym_for_statement] = STATE(745), + [sym_return_statement] = STATE(745), + [sym_break_statement] = STATE(745), + [sym_continue_statement] = STATE(745), + [sym_goto_statement] = STATE(745), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(745), + [sym_throw_statement] = STATE(745), + [sym_try_statement] = STATE(745), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269004,138 +263620,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3585), - [anon_sym_delete] = ACTIONS(3587), - [anon_sym_new] = ACTIONS(3589), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), + [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), - }, - [1743] = { - [sym_ms_based_modifier] = STATE(5518), - [sym__declarator] = STATE(4121), - [sym_parenthesized_declarator] = STATE(4034), - [sym_pointer_declarator] = STATE(4034), - [sym_function_declarator] = STATE(4034), - [sym_array_declarator] = STATE(4034), - [sym__expression] = STATE(2447), - [sym_conditional_expression] = STATE(2466), - [sym_assignment_expression] = STATE(2466), - [sym_pointer_expression] = STATE(2468), - [sym_unary_expression] = STATE(2466), - [sym_binary_expression] = STATE(2466), - [sym_update_expression] = STATE(2466), - [sym_cast_expression] = STATE(2466), - [sym_sizeof_expression] = STATE(2466), - [sym_subscript_expression] = STATE(2468), - [sym_call_expression] = STATE(2468), - [sym_field_expression] = STATE(2468), - [sym_compound_literal_expression] = STATE(2466), - [sym_parenthesized_expression] = STATE(2468), - [sym_char_literal] = STATE(2466), - [sym_concatenated_string] = STATE(2466), - [sym_string_literal] = STATE(2186), - [sym_reference_declarator] = STATE(4034), - [sym_structured_binding_declarator] = STATE(4034), - [sym_template_type] = STATE(4733), - [sym_template_function] = STATE(2555), - [sym_new_expression] = STATE(2466), - [sym_delete_expression] = STATE(2466), - [sym_lambda_expression] = STATE(2466), - [sym_lambda_capture_specifier] = STATE(3857), - [sym_parameter_pack_expansion] = STATE(2466), - [sym_destructor_name] = STATE(4034), - [sym_scoped_identifier] = STATE(2533), - [sym_scoped_type_identifier] = STATE(4441), - [sym_scoped_namespace_identifier] = STATE(3895), - [sym_identifier] = ACTIONS(3463), - [anon_sym_LPAREN2] = ACTIONS(3465), - [anon_sym_BANG] = ACTIONS(3158), - [anon_sym_TILDE] = ACTIONS(3467), - [anon_sym_DASH] = ACTIONS(3156), - [anon_sym_PLUS] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym___based] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(3031), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3168), - [anon_sym_PLUS_PLUS] = ACTIONS(3168), - [anon_sym_sizeof] = ACTIONS(3170), - [sym_number_literal] = ACTIONS(3172), - [anon_sym_L_SQUOTE] = ACTIONS(3174), - [anon_sym_u_SQUOTE] = ACTIONS(3174), - [anon_sym_U_SQUOTE] = ACTIONS(3174), - [anon_sym_u8_SQUOTE] = ACTIONS(3174), - [anon_sym_SQUOTE] = ACTIONS(3174), - [anon_sym_L_DQUOTE] = ACTIONS(3176), - [anon_sym_u_DQUOTE] = ACTIONS(3176), - [anon_sym_U_DQUOTE] = ACTIONS(3176), - [anon_sym_u8_DQUOTE] = ACTIONS(3176), - [anon_sym_DQUOTE] = ACTIONS(3176), - [sym_true] = ACTIONS(3178), - [sym_false] = ACTIONS(3178), - [sym_null] = ACTIONS(3178), - [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3180), - [anon_sym_delete] = ACTIONS(3182), - [anon_sym_new] = ACTIONS(3184), - [sym_operator_name] = ACTIONS(133), - [sym_this] = ACTIONS(3178), - [sym_nullptr] = ACTIONS(3178), - [sym_raw_string_literal] = ACTIONS(3186), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1744] = { - [sym_type_qualifier] = STATE(2530), - [sym__expression] = STATE(3295), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(2530), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3591), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3593), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1529] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(734), + [sym_throw_statement] = STATE(734), + [sym_try_statement] = STATE(734), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269151,63 +263733,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1745] = { - [sym_type_qualifier] = STATE(1744), - [sym__expression] = STATE(3324), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1744), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3597), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3599), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1530] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(718), + [sym_throw_statement] = STATE(718), + [sym_try_statement] = STATE(718), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269223,63 +263846,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1746] = { - [sym_type_qualifier] = STATE(1752), - [sym__expression] = STATE(3287), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1752), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3601), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3603), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1531] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(727), + [sym_throw_statement] = STATE(727), + [sym_try_statement] = STATE(727), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269295,63 +263959,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1747] = { - [sym__expression] = STATE(3100), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4597), - [sym_initializer_pair] = STATE(4597), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(3605), - [anon_sym_LPAREN2] = ACTIONS(990), + [1532] = { + [sym_compound_statement] = STATE(166), + [sym_labeled_statement] = STATE(165), + [sym_expression_statement] = STATE(162), + [sym_if_statement] = STATE(161), + [sym_switch_statement] = STATE(158), + [sym_case_statement] = STATE(156), + [sym_while_statement] = STATE(154), + [sym_do_statement] = STATE(153), + [sym_for_statement] = STATE(152), + [sym_return_statement] = STATE(151), + [sym_break_statement] = STATE(150), + [sym_continue_statement] = STATE(147), + [sym_goto_statement] = STATE(123), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(146), + [sym_throw_statement] = STATE(145), + [sym_try_statement] = STATE(144), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3607), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269367,63 +264072,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1748] = { - [sym_type_qualifier] = STATE(1755), - [sym__expression] = STATE(3389), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1755), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3611), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3613), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1533] = { + [sym_compound_statement] = STATE(700), + [sym_labeled_statement] = STATE(700), + [sym_expression_statement] = STATE(700), + [sym_if_statement] = STATE(700), + [sym_switch_statement] = STATE(700), + [sym_case_statement] = STATE(700), + [sym_while_statement] = STATE(700), + [sym_do_statement] = STATE(700), + [sym_for_statement] = STATE(700), + [sym_return_statement] = STATE(700), + [sym_break_statement] = STATE(700), + [sym_continue_statement] = STATE(700), + [sym_goto_statement] = STATE(700), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(700), + [sym_throw_statement] = STATE(700), + [sym_try_statement] = STATE(700), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269439,63 +264185,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1749] = { - [sym__expression] = STATE(3085), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4490), - [sym_initializer_pair] = STATE(4490), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(149), - [anon_sym_LPAREN2] = ACTIONS(990), + [1534] = { + [sym_compound_statement] = STATE(183), + [sym_labeled_statement] = STATE(184), + [sym_expression_statement] = STATE(185), + [sym_if_statement] = STATE(187), + [sym_switch_statement] = STATE(188), + [sym_case_statement] = STATE(189), + [sym_while_statement] = STATE(190), + [sym_do_statement] = STATE(192), + [sym_for_statement] = STATE(193), + [sym_return_statement] = STATE(194), + [sym_break_statement] = STATE(191), + [sym_continue_statement] = STATE(186), + [sym_goto_statement] = STATE(180), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(170), + [sym_throw_statement] = STATE(168), + [sym_try_statement] = STATE(167), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3615), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269511,63 +264298,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1750] = { - [sym__expression] = STATE(3102), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4732), - [sym_initializer_pair] = STATE(4732), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(3617), - [anon_sym_LPAREN2] = ACTIONS(990), + [1535] = { + [sym_compound_statement] = STATE(701), + [sym_labeled_statement] = STATE(701), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_switch_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_do_statement] = STATE(701), + [sym_for_statement] = STATE(701), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(701), + [sym_continue_statement] = STATE(701), + [sym_goto_statement] = STATE(701), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(701), + [sym_throw_statement] = STATE(701), + [sym_try_statement] = STATE(701), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3619), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269583,63 +264411,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1751] = { - [sym_type_qualifier] = STATE(1759), - [sym__expression] = STATE(3397), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1759), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3621), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3623), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1536] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(759), + [sym_throw_statement] = STATE(759), + [sym_try_statement] = STATE(759), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269655,63 +264524,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1752] = { - [sym_type_qualifier] = STATE(2530), - [sym__expression] = STATE(3340), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(2530), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3625), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3627), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1537] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(757), + [sym_throw_statement] = STATE(757), + [sym_try_statement] = STATE(757), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269727,63 +264637,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1753] = { - [sym_type_qualifier] = STATE(1760), - [sym__expression] = STATE(3288), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1760), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3629), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3631), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1538] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(717), + [sym_throw_statement] = STATE(717), + [sym_try_statement] = STATE(717), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269799,63 +264750,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1754] = { - [sym_type_qualifier] = STATE(1744), - [sym__expression] = STATE(3324), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(1744), - [sym_identifier] = ACTIONS(3633), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3597), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3599), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1539] = { + [sym_compound_statement] = STATE(716), + [sym_labeled_statement] = STATE(716), + [sym_expression_statement] = STATE(716), + [sym_if_statement] = STATE(716), + [sym_switch_statement] = STATE(716), + [sym_case_statement] = STATE(716), + [sym_while_statement] = STATE(716), + [sym_do_statement] = STATE(716), + [sym_for_statement] = STATE(716), + [sym_return_statement] = STATE(716), + [sym_break_statement] = STATE(716), + [sym_continue_statement] = STATE(716), + [sym_goto_statement] = STATE(716), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(716), + [sym_throw_statement] = STATE(716), + [sym_try_statement] = STATE(716), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269871,63 +264863,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1755] = { - [sym_type_qualifier] = STATE(2530), - [sym__expression] = STATE(3372), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(2530), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3635), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3637), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1540] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(713), + [sym_throw_statement] = STATE(713), + [sym_try_statement] = STATE(713), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -269943,63 +264976,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1756] = { - [sym__expression] = STATE(3067), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4598), - [sym_initializer_pair] = STATE(4598), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(3639), - [anon_sym_LPAREN2] = ACTIONS(990), + [1541] = { + [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(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(122), + [sym_throw_statement] = STATE(122), + [sym_try_statement] = STATE(122), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3641), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270015,63 +265089,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1757] = { - [sym__expression] = STATE(3108), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4592), - [sym_initializer_pair] = STATE(4592), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(3643), - [anon_sym_LPAREN2] = ACTIONS(990), + [1542] = { + [sym_compound_statement] = STATE(179), + [sym_labeled_statement] = STATE(179), + [sym_expression_statement] = STATE(179), + [sym_if_statement] = STATE(179), + [sym_switch_statement] = STATE(179), + [sym_case_statement] = STATE(179), + [sym_while_statement] = STATE(179), + [sym_do_statement] = STATE(179), + [sym_for_statement] = STATE(179), + [sym_return_statement] = STATE(179), + [sym_break_statement] = STATE(179), + [sym_continue_statement] = STATE(179), + [sym_goto_statement] = STATE(179), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(179), + [sym_throw_statement] = STATE(179), + [sym_try_statement] = STATE(179), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3645), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270087,63 +265202,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1758] = { - [sym__expression] = STATE(3089), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(4668), - [sym_initializer_pair] = STATE(4668), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_COMMA] = ACTIONS(3647), - [anon_sym_LPAREN2] = ACTIONS(990), + [1543] = { + [sym_compound_statement] = STATE(182), + [sym_labeled_statement] = STATE(182), + [sym_expression_statement] = STATE(182), + [sym_if_statement] = STATE(182), + [sym_switch_statement] = STATE(182), + [sym_case_statement] = STATE(182), + [sym_while_statement] = STATE(182), + [sym_do_statement] = STATE(182), + [sym_for_statement] = STATE(182), + [sym_return_statement] = STATE(182), + [sym_break_statement] = STATE(182), + [sym_continue_statement] = STATE(182), + [sym_goto_statement] = STATE(182), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(182), + [sym_throw_statement] = STATE(182), + [sym_try_statement] = STATE(182), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3649), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270159,63 +265315,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1759] = { - [sym_type_qualifier] = STATE(2530), - [sym__expression] = STATE(3468), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(2530), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3651), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3653), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1544] = { + [sym_compound_statement] = STATE(181), + [sym_labeled_statement] = STATE(181), + [sym_expression_statement] = STATE(181), + [sym_if_statement] = STATE(181), + [sym_switch_statement] = STATE(181), + [sym_case_statement] = STATE(181), + [sym_while_statement] = STATE(181), + [sym_do_statement] = STATE(181), + [sym_for_statement] = STATE(181), + [sym_return_statement] = STATE(181), + [sym_break_statement] = STATE(181), + [sym_continue_statement] = STATE(181), + [sym_goto_statement] = STATE(181), + [sym__expression] = STATE(3280), + [sym_comma_expression] = STATE(5214), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(181), + [sym_throw_statement] = STATE(181), + [sym_try_statement] = STATE(181), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(255), + [anon_sym_LBRACE] = ACTIONS(261), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(263), + [anon_sym_switch] = ACTIONS(265), + [anon_sym_case] = ACTIONS(267), + [anon_sym_default] = ACTIONS(269), + [anon_sym_while] = ACTIONS(271), + [anon_sym_do] = ACTIONS(273), + [anon_sym_for] = ACTIONS(275), + [anon_sym_return] = ACTIONS(277), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_goto] = ACTIONS(283), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270231,63 +265428,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(287), + [anon_sym_try] = ACTIONS(295), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1760] = { - [sym_type_qualifier] = STATE(2530), - [sym__expression] = STATE(3297), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2761), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2761), - [sym_call_expression] = STATE(2761), - [sym_field_expression] = STATE(2761), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2761), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3906), - [aux_sym_type_definition_repeat1] = STATE(2530), - [sym_identifier] = ACTIONS(3517), - [anon_sym_LPAREN2] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_STAR] = ACTIONS(3655), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3657), - [anon_sym_const] = ACTIONS(3595), - [anon_sym_volatile] = ACTIONS(3595), - [anon_sym_restrict] = ACTIONS(3595), - [anon_sym__Atomic] = ACTIONS(3595), - [anon_sym_mutable] = ACTIONS(3595), - [anon_sym_constexpr] = ACTIONS(3595), - [sym_primitive_type] = ACTIONS(3166), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3527), + [1545] = { + [sym_compound_statement] = STATE(702), + [sym_labeled_statement] = STATE(702), + [sym_expression_statement] = STATE(702), + [sym_if_statement] = STATE(702), + [sym_switch_statement] = STATE(702), + [sym_case_statement] = STATE(702), + [sym_while_statement] = STATE(702), + [sym_do_statement] = STATE(702), + [sym_for_statement] = STATE(702), + [sym_return_statement] = STATE(702), + [sym_break_statement] = STATE(702), + [sym_continue_statement] = STATE(702), + [sym_goto_statement] = STATE(702), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(702), + [sym_throw_statement] = STATE(702), + [sym_try_statement] = STATE(702), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270303,63 +265541,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3529), - [anon_sym_delete] = ACTIONS(3531), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1761] = { - [sym__expression] = STATE(3073), - [sym_comma_expression] = STATE(4924), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1546] = { + [sym_compound_statement] = STATE(699), + [sym_labeled_statement] = STATE(699), + [sym_expression_statement] = STATE(699), + [sym_if_statement] = STATE(699), + [sym_switch_statement] = STATE(699), + [sym_case_statement] = STATE(699), + [sym_while_statement] = STATE(699), + [sym_do_statement] = STATE(699), + [sym_for_statement] = STATE(699), + [sym_return_statement] = STATE(699), + [sym_break_statement] = STATE(699), + [sym_continue_statement] = STATE(699), + [sym_goto_statement] = STATE(699), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(699), + [sym_throw_statement] = STATE(699), + [sym_try_statement] = STATE(699), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3659), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270375,62 +265654,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1762] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1547] = { + [sym_compound_statement] = STATE(698), + [sym_labeled_statement] = STATE(698), + [sym_expression_statement] = STATE(698), + [sym_if_statement] = STATE(698), + [sym_switch_statement] = STATE(698), + [sym_case_statement] = STATE(698), + [sym_while_statement] = STATE(698), + [sym_do_statement] = STATE(698), + [sym_for_statement] = STATE(698), + [sym_return_statement] = STATE(698), + [sym_break_statement] = STATE(698), + [sym_continue_statement] = STATE(698), + [sym_goto_statement] = STATE(698), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(698), + [sym_throw_statement] = STATE(698), + [sym_try_statement] = STATE(698), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3659), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270446,62 +265767,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1763] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1548] = { + [sym_compound_statement] = STATE(697), + [sym_labeled_statement] = STATE(707), + [sym_expression_statement] = STATE(705), + [sym_if_statement] = STATE(703), + [sym_switch_statement] = STATE(752), + [sym_case_statement] = STATE(706), + [sym_while_statement] = STATE(709), + [sym_do_statement] = STATE(711), + [sym_for_statement] = STATE(715), + [sym_return_statement] = STATE(733), + [sym_break_statement] = STATE(737), + [sym_continue_statement] = STATE(708), + [sym_goto_statement] = STATE(749), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(751), + [sym_throw_statement] = STATE(696), + [sym_try_statement] = STATE(753), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3661), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270517,62 +265880,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1764] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1549] = { + [sym_compound_statement] = STATE(754), + [sym_labeled_statement] = STATE(755), + [sym_expression_statement] = STATE(756), + [sym_if_statement] = STATE(758), + [sym_switch_statement] = STATE(763), + [sym_case_statement] = STATE(767), + [sym_while_statement] = STATE(764), + [sym_do_statement] = STATE(748), + [sym_for_statement] = STATE(746), + [sym_return_statement] = STATE(736), + [sym_break_statement] = STATE(735), + [sym_continue_statement] = STATE(724), + [sym_goto_statement] = STATE(722), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(712), + [sym_throw_statement] = STATE(739), + [sym_try_statement] = STATE(728), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3663), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270588,62 +265993,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1765] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1550] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(725), + [sym_throw_statement] = STATE(725), + [sym_try_statement] = STATE(725), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3665), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270659,62 +266106,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1766] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1551] = { + [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(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(729), + [sym_throw_statement] = STATE(729), + [sym_try_statement] = STATE(729), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3667), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270730,62 +266219,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1767] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1552] = { + [sym_compound_statement] = STATE(738), + [sym_labeled_statement] = STATE(738), + [sym_expression_statement] = STATE(738), + [sym_if_statement] = STATE(738), + [sym_switch_statement] = STATE(738), + [sym_case_statement] = STATE(738), + [sym_while_statement] = STATE(738), + [sym_do_statement] = STATE(738), + [sym_for_statement] = STATE(738), + [sym_return_statement] = STATE(738), + [sym_break_statement] = STATE(738), + [sym_continue_statement] = STATE(738), + [sym_goto_statement] = STATE(738), + [sym__expression] = STATE(3218), + [sym_comma_expression] = STATE(5527), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(738), + [sym_throw_statement] = STATE(738), + [sym_try_statement] = STATE(738), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3669), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(1305), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(1309), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(3137), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1317), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1321), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270801,62 +266332,104 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3141), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1768] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1553] = { + [sym_compound_statement] = STATE(4772), + [sym_labeled_statement] = STATE(4772), + [sym_expression_statement] = STATE(4772), + [sym_if_statement] = STATE(4772), + [sym_switch_statement] = STATE(4772), + [sym_case_statement] = STATE(4772), + [sym_while_statement] = STATE(4772), + [sym_do_statement] = STATE(4772), + [sym_for_statement] = STATE(4772), + [sym_return_statement] = STATE(4772), + [sym_break_statement] = STATE(4772), + [sym_continue_statement] = STATE(4772), + [sym_goto_statement] = STATE(4772), + [sym__expression] = STATE(3217), + [sym_comma_expression] = STATE(5551), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_for_range_loop] = STATE(4772), + [sym_throw_statement] = STATE(4772), + [sym_try_statement] = STATE(4772), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3671), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_if] = ACTIONS(3089), + [anon_sym_switch] = ACTIONS(3091), + [anon_sym_case] = ACTIONS(3093), + [anon_sym_default] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3097), + [anon_sym_do] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3109), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270872,62 +266445,1109 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_COLON_COLON] = ACTIONS(3077), [anon_sym_delete] = ACTIONS(117), + [anon_sym_throw] = ACTIONS(3111), + [anon_sym_try] = ACTIONS(3113), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1769] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1554] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3103), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4332), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4616), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1555] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3129), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4438), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4729), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3189), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1556] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3102), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4379), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4713), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1557] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3130), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4315), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4571), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3193), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1558] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3113), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4405), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4751), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1559] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3089), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4366), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4594), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3197), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1560] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3093), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4468), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4631), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3199), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1561] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3087), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4353), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4667), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3201), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1562] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3081), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4357), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(4692), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1563] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3219), + [sym_comma_expression] = STATE(5520), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5535), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3673), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -270943,62 +267563,102 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1770] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1564] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5217), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3675), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -271014,62 +267674,102 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1771] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1565] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3184), + [sym_comma_expression] = STATE(5359), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5455), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3677), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -271085,62 +267785,102 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1772] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1566] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3184), + [sym_comma_expression] = STATE(5359), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5415), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3679), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -271156,62 +267896,102 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1773] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1567] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5293), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_RBRACE] = ACTIONS(3681), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -271227,61 +268007,102 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1774] = { - [sym__expression] = STATE(3157), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5019), - [sym_initializer_pair] = STATE(5019), - [sym_subscript_designator] = STATE(4171), - [sym_field_designator] = STATE(4171), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [aux_sym_initializer_pair_repeat1] = STATE(4171), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1568] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5104), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3609), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), - [anon_sym_DOT] = ACTIONS(191), [sym_number_literal] = ACTIONS(93), [anon_sym_L_SQUOTE] = ACTIONS(95), [anon_sym_u_SQUOTE] = ACTIONS(95), @@ -271297,55 +268118,99 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1775] = { - [sym__expression] = STATE(3144), - [sym_comma_expression] = STATE(5327), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5327), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1569] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5285), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3683), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271364,55 +268229,99 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1776] = { - [sym__expression] = STATE(3141), - [sym_comma_expression] = STATE(5315), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5315), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1570] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3219), + [sym_comma_expression] = STATE(5520), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5324), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3685), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271431,55 +268340,210 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1777] = { - [sym__expression] = STATE(3167), - [sym_comma_expression] = STATE(5408), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5408), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1571] = { + [sym_type_qualifier] = STATE(2954), + [sym__type_specifier] = STATE(3661), + [sym_sized_type_specifier] = STATE(1352), + [sym_enum_specifier] = STATE(1352), + [sym_struct_specifier] = STATE(1352), + [sym_union_specifier] = STATE(1352), + [sym__expression] = STATE(3158), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_type_descriptor] = STATE(4623), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_decltype] = STATE(1352), + [sym_class_specifier] = STATE(1352), + [sym_dependent_type] = STATE(1352), + [sym_template_type] = STATE(3844), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_type_parameter_pack_expansion] = STATE(5061), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(3826), + [sym_scoped_namespace_identifier] = STATE(3924), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [aux_sym_type_definition_repeat1] = STATE(2954), + [aux_sym_sized_type_specifier_repeat1] = STATE(2242), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(3153), + [anon_sym_unsigned] = ACTIONS(3153), + [anon_sym_long] = ACTIONS(3153), + [anon_sym_short] = ACTIONS(3153), + [sym_primitive_type] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3157), + [anon_sym_class] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2367), + [sym_auto] = ACTIONS(2357), + [anon_sym_typename] = ACTIONS(3177), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1572] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5506), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3687), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271498,55 +268562,432 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1778] = { + [1573] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3184), + [sym_comma_expression] = STATE(5359), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5275), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1574] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5212), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1575] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5533), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1576] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), [sym__expression] = STATE(3219), - [sym_comma_expression] = STATE(5179), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5179), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [sym_comma_expression] = STATE(5520), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5608), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3689), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271565,55 +269006,99 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1779] = { - [sym__expression] = STATE(3126), - [sym_comma_expression] = STATE(5483), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5483), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1577] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3184), + [sym_comma_expression] = STATE(5359), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5139), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3691), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271632,55 +269117,99 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, - [1780] = { - [sym__expression] = STATE(3164), - [sym_comma_expression] = STATE(5561), - [sym_conditional_expression] = STATE(2968), - [sym_assignment_expression] = STATE(2968), - [sym_pointer_expression] = STATE(2569), - [sym_unary_expression] = STATE(2968), - [sym_binary_expression] = STATE(2968), - [sym_update_expression] = STATE(2968), - [sym_cast_expression] = STATE(2968), - [sym_sizeof_expression] = STATE(2968), - [sym_subscript_expression] = STATE(2569), - [sym_call_expression] = STATE(2569), - [sym_field_expression] = STATE(2569), - [sym_compound_literal_expression] = STATE(2968), - [sym_parenthesized_expression] = STATE(2569), - [sym_initializer_list] = STATE(5561), - [sym_char_literal] = STATE(2968), - [sym_concatenated_string] = STATE(2968), - [sym_string_literal] = STATE(2543), - [sym_template_type] = STATE(4700), - [sym_template_function] = STATE(2968), - [sym_new_expression] = STATE(2968), - [sym_delete_expression] = STATE(2968), - [sym_lambda_expression] = STATE(2968), - [sym_lambda_capture_specifier] = STATE(3847), - [sym_parameter_pack_expansion] = STATE(2968), - [sym_scoped_identifier] = STATE(2990), - [sym_scoped_type_identifier] = STATE(4475), - [sym_scoped_namespace_identifier] = STATE(3903), - [sym_identifier] = ACTIONS(3481), - [anon_sym_LPAREN2] = ACTIONS(990), + [1578] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3219), + [sym_comma_expression] = STATE(5520), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5297), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(992), - [anon_sym_AMP] = ACTIONS(992), - [anon_sym_SEMI] = ACTIONS(3693), - [anon_sym_LBRACE] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3164), - [sym_primitive_type] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), [anon_sym_DASH_DASH] = ACTIONS(89), [anon_sym_PLUS_PLUS] = ACTIONS(89), [anon_sym_sizeof] = ACTIONS(91), @@ -271699,36815 +269228,54187 @@ static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(99), [sym_null] = ACTIONS(99), [sym_comment] = ACTIONS(3), - [anon_sym_COLON_COLON] = ACTIONS(3279), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), [anon_sym_delete] = ACTIONS(117), [anon_sym_new] = ACTIONS(131), [sym_this] = ACTIONS(99), [sym_nullptr] = ACTIONS(99), - [sym_raw_string_literal] = ACTIONS(141), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), }, -}; - -static uint16_t ts_small_parse_table[] = { - [0] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3695), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3086), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4697), 1, - sym_initializer_list, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [125] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3697), 1, - sym_identifier, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3701), 1, - anon_sym_RBRACK, - ACTIONS(3703), 1, - anon_sym_EQ, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [252] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3705), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [379] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3707), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3107), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4570), 1, - sym_initializer_list, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [504] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3471), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5084), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [629] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3450), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5113), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [754] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3713), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3060), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4578), 1, - sym_initializer_list, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [879] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3715), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1006] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3717), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1133] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3719), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1260] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3721), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3092), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4510), 1, - sym_initializer_list, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1385] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3723), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1512] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3432), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5119), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1637] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3725), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3103), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4736), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1762] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3727), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [1889] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3729), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2016] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3731), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2143] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3463), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5430), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2268] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3737), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2395] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3465), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5427), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2520] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3739), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2647] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3741), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2774] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3743), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [2901] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3398), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5356), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3026] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3466), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5080), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3151] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3745), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3278] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3701), 1, - anon_sym_RBRACK, - ACTIONS(3703), 1, - anon_sym_EQ, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3405] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3747), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3532] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3697), 1, - sym_identifier, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3701), 1, - anon_sym_RBRACK, - ACTIONS(3703), 1, - anon_sym_EQ, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3080), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3659] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3370), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5309), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3784] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3753), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [3911] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3755), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4038] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3757), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4165] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3703), 1, - anon_sym_EQ, - ACTIONS(3759), 1, - anon_sym_RBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3084), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4292] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(992), 1, - anon_sym_STAR, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3699), 1, - anon_sym_AMP, - ACTIONS(3701), 1, - anon_sym_RBRACK, - ACTIONS(3703), 1, - anon_sym_EQ, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3080), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4744), 1, - sym_lambda_default_capture, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4419] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3072), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4617), 1, - sym_initializer_list, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4544] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3453), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5357), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4669] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3457), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5371), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4794] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3428), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5398), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [4919] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3442), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5453), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5044] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3763), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3128), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5484), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5166] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3347), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5095), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5288] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2701), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5404] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3769), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3199), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5070), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5526] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3461), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5074), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5648] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3467), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5426), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5770] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3435), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5386), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [5892] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2513), 1, - sym_initializer_list, - STATE(2770), 1, - sym__expression, - STATE(2791), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6014] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2511), 1, - sym__expression, - STATE(2513), 1, - sym_initializer_list, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6136] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2841), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6252] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2856), 1, - sym_string_literal, - STATE(3137), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6368] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3771), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3201), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5339), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6490] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3773), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3197), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5587), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6612] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3775), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3206), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5585), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6734] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3227), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5508), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6856] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3476), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5085), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [6978] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2590), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2836), 1, - sym_initializer_list, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7100] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3779), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3228), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5602), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7222] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3781), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3260), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5594), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7344] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3783), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3257), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5586), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7466] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3261), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5265), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7588] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2983), 1, - sym_initializer_list, - STATE(2984), 1, - sym__expression, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7710] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3079), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4816), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7832] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3448), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5121), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [7954] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3312), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5595), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8076] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3038), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8192] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3410), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5145), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8314] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3785), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3178), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5413), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8436] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2854), 1, - sym_string_literal, - STATE(3158), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8552] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2186), 1, - sym_string_literal, - STATE(2443), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8668] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3787), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3211), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5286), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8790] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3446), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5450), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [8912] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3110), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9028] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3444), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5452), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9150] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3789), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3179), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5147), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9272] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3484), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5410), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9394] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3791), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3176), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5459), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9516] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3383), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5316), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9638] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3156), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4867), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9760] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3385), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5329), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [9882] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3403), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5342), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10004] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3440), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5355), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10126] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3462), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10242] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2983), 1, - sym_initializer_list, - STATE(2984), 1, - sym__expression, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10364] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2210), 1, - sym_string_literal, - STATE(2574), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10480] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3036), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10596] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3263), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5480), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10718] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2843), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10834] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3793), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3214), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5284), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [10956] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3192), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3294), 1, - sym_initializer_list, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11078] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3208), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4816), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11200] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3387), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5156), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11322] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3795), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11442] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2682), 1, - sym__expression, - STATE(2771), 1, - sym_initializer_list, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11564] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3459), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5383), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11686] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3316), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5396), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11808] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3436), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5397), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [11930] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3416), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5412), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12052] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3248), 1, - sym__expression, - STATE(3346), 1, - sym_initializer_list, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12174] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3485), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12290] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3797), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3130), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5488), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12412] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3259), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12528] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2214), 1, - sym_string_literal, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2705), 1, - sym__expression, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12644] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3799), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3129), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5487), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12766] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3451), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5107), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [12888] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3801), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3170), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5102), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13010] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3198), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5022), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13132] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3803), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3163), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5130), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13254] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3454), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5100), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13376] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3805), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3195), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5343), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13498] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3807), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3123), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5482), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13620] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3809), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3160), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5132), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13742] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3811), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3162), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5131), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13864] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(2983), 1, - sym_initializer_list, - STATE(3376), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [13986] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3813), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3165), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5129), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14108] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2854), 1, - sym_string_literal, - STATE(3200), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14224] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3815), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3172), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5101), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14346] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2483), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14462] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3817), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3175), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5409), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14584] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3819), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3253), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5479), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14706] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3821), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3189), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5096), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14828] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3264), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5270), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [14950] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3823), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3251), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5264), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15072] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3825), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3133), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5477), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15194] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3827), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3255), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5268), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15316] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3829), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3249), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5273), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15438] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3831), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3234), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5275), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15560] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3833), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3190), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5440), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15682] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3460), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5436), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15804] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3835), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3218), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5279), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [15926] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3837), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3215), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5281), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16048] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3427), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5372), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16170] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2214), 1, - sym_string_literal, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2710), 1, - sym__expression, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16286] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3437), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5462), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16408] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - ACTIONS(3767), 1, - anon_sym_AMP, - STATE(2856), 1, - sym_string_literal, - STATE(3131), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16524] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3839), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3184), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5392), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16646] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3293), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5108), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16768] = 29, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3445), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5112), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [16890] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3841), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17009] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3843), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3478), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17128] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3845), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3439), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17247] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3847), 1, - anon_sym_SEMI, - ACTIONS(3849), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17366] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3357), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17485] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3851), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17604] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - ACTIONS(3853), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3855), 1, - anon_sym_LPAREN2, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2720), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17723] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3373), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17842] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3857), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [17961] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3859), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3480), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18080] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3224), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5475), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18199] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3861), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3483), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18318] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3863), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18437] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3865), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3469), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18556] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3867), 1, - anon_sym_default, - ACTIONS(3869), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3349), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18675] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3871), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18794] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3709), 1, - anon_sym_default, - ACTIONS(3711), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3375), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [18913] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3873), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3875), 1, - anon_sym_LPAREN2, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2475), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19032] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3877), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19151] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3879), 1, - anon_sym_default, - ACTIONS(3881), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3309), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19270] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_default, - ACTIONS(3751), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3365), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19389] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3883), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3400), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19508] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3885), 1, - anon_sym_default, - ACTIONS(3887), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3305), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19627] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3889), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3345), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19746] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3891), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19865] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - ACTIONS(3873), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3893), 1, - anon_sym_LPAREN2, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2838), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [19984] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3895), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3420), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20103] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3897), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20222] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - ACTIONS(3899), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3901), 1, - anon_sym_LPAREN2, - STATE(2854), 1, - sym_string_literal, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3221), 1, - sym__expression, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20341] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3374), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20460] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3903), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20579] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - ACTIONS(3905), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3907), 1, - anon_sym_LPAREN2, - STATE(2543), 1, - sym_string_literal, - STATE(3313), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20698] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3909), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3364), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20817] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - ACTIONS(3911), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3913), 1, - anon_sym_LPAREN2, - STATE(2856), 1, - sym_string_literal, - STATE(3177), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [20936] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3905), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3915), 1, - anon_sym_LPAREN2, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3143), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21055] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3905), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3917), 1, - anon_sym_LPAREN2, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3031), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21174] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3919), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3431), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21293] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3921), 1, - anon_sym_RPAREN, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3406), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21412] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3923), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21531] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3925), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3299), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21650] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3064), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(4924), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21769] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3927), 1, - anon_sym_default, - ACTIONS(3929), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3291), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [21888] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3931), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22007] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3933), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3341), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22126] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3935), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22245] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3937), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3298), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22364] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3939), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3366), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22483] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3941), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3344), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22602] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3943), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22721] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3945), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3367), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22840] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3947), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3394), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [22959] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3139), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5189), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23078] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3949), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3443), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23197] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - ACTIONS(3951), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23316] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3953), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3429), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23435] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - ACTIONS(3955), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3957), 1, - anon_sym_LPAREN2, - STATE(2214), 1, - sym_string_literal, - STATE(2640), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23554] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3959), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3433), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23673] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3867), 1, - anon_sym_default, - ACTIONS(3869), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3401), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23792] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3154), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - STATE(5539), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [23911] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3961), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3284), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24030] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3963), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3283), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24149] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3965), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24268] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3733), 1, - anon_sym_default, - ACTIONS(3735), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3472), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24387] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3879), 1, - anon_sym_default, - ACTIONS(3881), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3481), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24506] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3967), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3271), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24625] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3885), 1, - anon_sym_default, - ACTIONS(3887), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3325), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24744] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3969), 1, - anon_sym_SEMI, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3310), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24863] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3971), 1, - anon_sym_RBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [24982] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3927), 1, - anon_sym_default, - ACTIONS(3929), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3371), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25101] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2830), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25217] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3362), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25333] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2687), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25449] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3392), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25565] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3335), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25681] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3423), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25797] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3464), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [25913] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3027), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26029] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2470), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26145] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - ACTIONS(3973), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(3381), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26261] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3975), 1, - sym_identifier, - STATE(2186), 1, - sym_string_literal, - STATE(2470), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26377] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3474), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26493] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3384), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26609] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3425), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26725] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - ACTIONS(3977), 1, - anon_sym_LBRACK, - STATE(2854), 1, - sym_string_literal, - STATE(3113), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26841] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2474), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [26957] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3979), 1, - anon_sym_LBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2479), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27073] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3115), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27189] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3159), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27305] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3306), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27421] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - ACTIONS(3981), 1, - anon_sym_LBRACK, - STATE(2854), 1, - sym_string_literal, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3223), 1, - sym__expression, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27537] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3203), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27653] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3117), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27769] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2988), 1, - sym__expression, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [27885] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3391), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28001] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3482), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28117] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3220), 1, - sym__expression, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28233] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3393), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28349] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3388), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28465] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - ACTIONS(3983), 1, - anon_sym_LBRACK, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2739), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28581] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3402), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28697] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3404), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28813] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3368), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [28929] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2494), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29045] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3336), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29161] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2717), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29277] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3408), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29393] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3424), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29509] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3351), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29625] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2685), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29741] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3216), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29857] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3181), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [29973] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3118), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30089] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3262), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30205] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2661), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30321] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3245), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30437] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3244), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30553] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3243), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30669] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2697), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30785] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2666), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [30901] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3119), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31017] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3363), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31133] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3241), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31249] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3240), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31365] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3378), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31481] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2741), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31597] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2659), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31713] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3985), 1, - anon_sym_LBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2496), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31829] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3239), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [31945] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3127), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32061] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2688), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32177] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3238), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32293] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3237), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32409] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2988), 1, - sym__expression, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32525] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3120), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32641] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(2996), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32757] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3235), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32873] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3116), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [32989] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3042), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33105] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2498), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33221] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3016), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33337] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3987), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3233), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33453] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3321), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33569] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3449), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33685] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3304), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33801] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3230), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [33917] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - ACTIONS(3989), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3140), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34033] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2499), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34149] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3142), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34265] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3229), 1, - sym__expression, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34381] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3447), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34497] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3111), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34613] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3112), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34729] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2808), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34845] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2679), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [34961] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2500), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35077] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2501), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35193] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2606), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35309] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3173), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35425] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2664), 1, - sym_scoped_identifier, - STATE(2691), 1, - sym__expression, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35541] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2502), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35657] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2503), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35773] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2504), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [35889] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2505), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36005] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2447), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36121] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2506), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36237] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3145), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36353] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2583), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36469] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2471), 1, - sym_scoped_identifier, - STATE(2508), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36585] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2787), 1, - sym__expression, - STATE(2791), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36701] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3991), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3049), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36817] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2822), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [36933] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3265), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37049] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3109), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37165] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3204), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37281] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - ACTIONS(3993), 1, - anon_sym_LBRACK, - STATE(2210), 1, - sym_string_literal, - STATE(2636), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37397] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - ACTIONS(3995), 1, - anon_sym_LBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2809), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37513] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - ACTIONS(3997), 1, - anon_sym_LBRACK, - STATE(2856), 1, - sym_string_literal, - STATE(3171), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37629] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3122), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37745] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3379), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37861] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3332), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [37977] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3168), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38093] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3183), 1, - sym__expression, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38209] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - ACTIONS(3999), 1, - anon_sym_LBRACK, - STATE(2214), 1, - sym_string_literal, - STATE(2626), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38325] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2642), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38441] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3135), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38557] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3147), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38673] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(4001), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2988), 1, - sym__expression, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38789] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3258), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [38905] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3040), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39021] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(2996), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39137] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3034), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39253] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3030), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39369] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3029), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39485] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3026), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39601] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3037), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39717] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3041), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39833] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3043), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [39949] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3046), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40065] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, - sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3121), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3385), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3393), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3395), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40181] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3327), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40297] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2641), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40413] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3099), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40529] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3213), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40645] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2703), 1, - sym__expression, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40761] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3479), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40877] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - ACTIONS(4003), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(3274), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [40993] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3456), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41109] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3350), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41225] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3343), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41341] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2847), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41457] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2589), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41573] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3319), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41689] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3148), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41805] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3149), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [41921] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - ACTIONS(3849), 1, - anon_sym_LBRACK, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3044), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42037] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2831), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42153] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2813), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42269] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3166), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42385] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2680), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42501] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2812), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42617] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2810), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42733] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2807), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42849] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2806), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [42965] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3136), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43081] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2805), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43197] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2772), 1, - sym__expression, - STATE(2791), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43313] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3016), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43429] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3094), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43545] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2796), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43661] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - ACTIONS(4005), 1, - anon_sym_LBRACK, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2795), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43777] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3174), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [43893] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3186), 1, - sym_raw_string_literal, - ACTIONS(3335), 1, - anon_sym_LPAREN2, - ACTIONS(3345), 1, - anon_sym_sizeof, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - ACTIONS(3349), 1, - anon_sym_delete, - ACTIONS(3351), 1, - anon_sym_new, - STATE(2186), 1, - sym_string_literal, - STATE(2791), 1, - sym_scoped_identifier, - STATE(2792), 1, - sym__expression, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3892), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(3337), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3339), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3343), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44009] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3150), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44125] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3353), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44241] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2677), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44357] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3146), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44473] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3359), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44589] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3236), 1, - sym__expression, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44705] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3300), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44821] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3302), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [44937] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3269), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45053] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3152), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45169] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2711), 1, - sym__expression, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45285] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2675), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45401] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3205), 1, - sym__expression, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45517] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2674), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45633] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3187), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45749] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3233), 1, - sym_identifier, - ACTIONS(3235), 1, - anon_sym_LPAREN2, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3249), 1, - anon_sym_sizeof, - ACTIONS(3251), 1, - sym_number_literal, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(3261), 1, - anon_sym_delete, - ACTIONS(3263), 1, - anon_sym_new, - ACTIONS(3265), 1, - sym_raw_string_literal, - STATE(2210), 1, - sym_string_literal, - STATE(2584), 1, - sym__expression, - STATE(2664), 1, - sym_scoped_identifier, - STATE(3850), 1, - sym_lambda_capture_specifier, - STATE(3901), 1, - sym_scoped_namespace_identifier, - STATE(4329), 1, - sym_scoped_type_identifier, - STATE(4689), 1, - sym_template_type, - ACTIONS(3237), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3239), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3247), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3253), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3255), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3257), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2815), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2823), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45865] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, - sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2663), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [45981] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3360), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3581), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46097] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3517), 1, - sym_identifier, - ACTIONS(3519), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_sizeof, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - ACTIONS(3531), 1, - anon_sym_delete, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3413), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3906), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3523), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3525), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2761), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46213] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3150), 1, - sym_identifier, - ACTIONS(3154), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3170), 1, - anon_sym_sizeof, - ACTIONS(3172), 1, - sym_number_literal, - ACTIONS(3180), 1, - anon_sym_COLON_COLON, - ACTIONS(3182), 1, - anon_sym_delete, - ACTIONS(3184), 1, - anon_sym_new, - ACTIONS(3186), 1, - sym_raw_string_literal, - STATE(2186), 1, - sym_string_literal, - STATE(2442), 1, - sym__expression, - STATE(2471), 1, - sym_scoped_identifier, - STATE(3857), 1, - sym_lambda_capture_specifier, - STATE(3895), 1, - sym_scoped_namespace_identifier, - STATE(4441), 1, - sym_scoped_type_identifier, - STATE(4733), 1, - sym_template_type, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3156), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3158), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3168), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3174), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3178), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2468), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2466), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46329] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, - sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, - anon_sym_delete, - ACTIONS(3561), 1, - anon_sym_new, - ACTIONS(3563), 1, - sym_raw_string_literal, - ACTIONS(4007), 1, - anon_sym_LBRACK, - STATE(2856), 1, - sym_string_literal, - STATE(3155), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3541), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3545), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3555), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46445] = 27, + [1579] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5207), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1580] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5358), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1581] = { + [sym_type_qualifier] = STATE(2933), + [sym__type_specifier] = STATE(3664), + [sym_sized_type_specifier] = STATE(1013), + [sym_enum_specifier] = STATE(1013), + [sym_struct_specifier] = STATE(1013), + [sym_union_specifier] = STATE(1013), + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_type_descriptor] = STATE(5519), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_decltype] = STATE(1013), + [sym_class_specifier] = STATE(1013), + [sym_dependent_type] = STATE(1013), + [sym_template_type] = STATE(3856), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(1631), + [sym_scoped_namespace_identifier] = STATE(3927), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2933), + [aux_sym_sized_type_specifier_repeat1] = STATE(807), + [sym_identifier] = ACTIONS(3205), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_volatile] = ACTIONS(1009), + [anon_sym_restrict] = ACTIONS(1009), + [anon_sym__Atomic] = ACTIONS(1009), + [anon_sym_mutable] = ACTIONS(1009), + [anon_sym_constexpr] = ACTIONS(1009), + [anon_sym_signed] = ACTIONS(2883), + [anon_sym_unsigned] = ACTIONS(2883), + [anon_sym_long] = ACTIONS(2883), + [anon_sym_short] = ACTIONS(2883), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2885), + [anon_sym_class] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2889), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(101), + [sym_auto] = ACTIONS(107), + [anon_sym_typename] = ACTIONS(2893), + [anon_sym_COLON_COLON] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1582] = { + [sym_ms_based_modifier] = STATE(5549), + [sym_ms_unaligned_ptr_modifier] = STATE(3709), + [sym_ms_pointer_modifier] = STATE(2730), + [sym__declarator] = STATE(4133), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym_type_qualifier] = STATE(2992), + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2576), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(2549), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2992), + [aux_sym_pointer_declarator_repeat1] = STATE(2730), + [sym_identifier] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(3211), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym___based] = ACTIONS(43), + [sym_ms_restrict_modifier] = ACTIONS(3213), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(3213), + [sym_ms_signed_ptr_modifier] = ACTIONS(3213), + [anon_sym__unaligned] = ACTIONS(3215), + [anon_sym___unaligned] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(2881), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_operator_name] = ACTIONS(133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1583] = { + [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(3217), + [anon_sym___attribute__] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3217), + [anon_sym___based] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_static] = ACTIONS(3217), + [anon_sym_register] = ACTIONS(3217), + [anon_sym_inline] = 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_signed] = ACTIONS(3217), + [anon_sym_unsigned] = ACTIONS(3217), + [anon_sym_long] = ACTIONS(3217), + [anon_sym_short] = ACTIONS(3217), + [sym_primitive_type] = ACTIONS(3217), + [anon_sym_enum] = ACTIONS(3217), + [anon_sym_class] = ACTIONS(3217), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_union] = ACTIONS(3217), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3217), + [anon_sym_virtual] = ACTIONS(3217), + [anon_sym_explicit] = ACTIONS(3217), + [sym_auto] = ACTIONS(3217), + [anon_sym_typename] = ACTIONS(3217), + [anon_sym_COLON_COLON] = ACTIONS(3219), + [anon_sym_operator] = 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), + }, + [1584] = { + [sym_identifier] = ACTIONS(3221), + [anon_sym_LPAREN2] = ACTIONS(2375), + [anon_sym_TILDE] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(2375), + [anon_sym_AMP_AMP] = ACTIONS(2375), + [anon_sym_AMP] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(3221), + [anon_sym___attribute__] = ACTIONS(3221), + [anon_sym___declspec] = ACTIONS(3224), + [anon_sym___based] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(3221), + [anon_sym_register] = ACTIONS(3221), + [anon_sym_inline] = 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_signed] = ACTIONS(3224), + [anon_sym_unsigned] = ACTIONS(3224), + [anon_sym_long] = ACTIONS(3224), + [anon_sym_short] = ACTIONS(3224), + [sym_primitive_type] = ACTIONS(3224), + [anon_sym_enum] = ACTIONS(3224), + [anon_sym_class] = ACTIONS(3224), + [anon_sym_struct] = ACTIONS(3224), + [anon_sym_union] = ACTIONS(3224), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3224), + [anon_sym_virtual] = ACTIONS(2377), + [anon_sym_explicit] = ACTIONS(2377), + [sym_auto] = ACTIONS(3224), + [anon_sym_typename] = ACTIONS(3224), + [anon_sym_COLON_COLON] = ACTIONS(3226), + [anon_sym_operator] = ACTIONS(2377), + [sym_operator_name] = ACTIONS(2377), + [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), + }, + [1585] = { + [sym_template_argument_list] = STATE(928), + [sym_identifier] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2635), + [anon_sym_COMMA] = ACTIONS(2635), + [anon_sym_RPAREN] = ACTIONS(2635), + [anon_sym_LPAREN2] = ACTIONS(2635), + [anon_sym_TILDE] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_AMP_AMP] = ACTIONS(2635), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_extern] = ACTIONS(2633), + [anon_sym___attribute__] = ACTIONS(2633), + [anon_sym___declspec] = ACTIONS(2633), + [anon_sym___based] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_EQ] = ACTIONS(2635), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_register] = ACTIONS(2633), + [anon_sym_inline] = ACTIONS(2633), + [anon_sym_const] = ACTIONS(2633), + [anon_sym_volatile] = ACTIONS(2633), + [anon_sym_restrict] = ACTIONS(2633), + [anon_sym__Atomic] = ACTIONS(2633), + [anon_sym_mutable] = ACTIONS(2633), + [anon_sym_constexpr] = ACTIONS(2633), + [anon_sym_COLON] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2635), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2633), + [anon_sym_override] = ACTIONS(2633), + [anon_sym_GT2] = ACTIONS(2635), + [anon_sym_COLON_COLON] = ACTIONS(2635), + [anon_sym_noexcept] = ACTIONS(2633), + [anon_sym_throw] = ACTIONS(2633), + [sym_operator_name] = ACTIONS(2633), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2633), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2633), + [anon_sym_MOZ_COLD] = ACTIONS(2633), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2633), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2633), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2633), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2633), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2633), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2633), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2633), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2633), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2633), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2633), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2633), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2633), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL] = ACTIONS(2633), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2633), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2633), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN] = ACTIONS(2633), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2633), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2633), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2633), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2633), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2633), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2633), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2633), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2633), + [anon_sym_MOZ_RAII] = ACTIONS(2633), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2633), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2633), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2633), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2633), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2633), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2633), + }, + [1586] = { + [sym_template_argument_list] = STATE(1083), + [sym_identifier] = ACTIONS(3231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3233), + [anon_sym_COMMA] = ACTIONS(3233), + [anon_sym_RPAREN] = ACTIONS(3233), + [anon_sym_LPAREN2] = ACTIONS(3233), + [anon_sym_TILDE] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3233), + [anon_sym_AMP_AMP] = ACTIONS(3233), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(3233), + [anon_sym_extern] = ACTIONS(3231), + [anon_sym___attribute__] = ACTIONS(3231), + [anon_sym___declspec] = ACTIONS(3231), + [anon_sym___based] = ACTIONS(3231), + [anon_sym_LBRACE] = ACTIONS(3233), + [anon_sym_LBRACK] = ACTIONS(3233), + [anon_sym_EQ] = ACTIONS(3233), + [anon_sym_static] = ACTIONS(3231), + [anon_sym_register] = ACTIONS(3231), + [anon_sym_inline] = ACTIONS(3231), + [anon_sym_const] = ACTIONS(3231), + [anon_sym_volatile] = ACTIONS(3231), + [anon_sym_restrict] = ACTIONS(3231), + [anon_sym__Atomic] = ACTIONS(3231), + [anon_sym_mutable] = ACTIONS(3231), + [anon_sym_constexpr] = ACTIONS(3231), + [anon_sym_COLON] = ACTIONS(3231), + [anon_sym_DASH_GT] = ACTIONS(3233), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3231), + [anon_sym_override] = ACTIONS(3231), + [anon_sym_GT2] = ACTIONS(3233), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [anon_sym_noexcept] = ACTIONS(3231), + [anon_sym_throw] = ACTIONS(3231), + [sym_operator_name] = ACTIONS(3231), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3231), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3231), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3231), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3231), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3231), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3231), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3231), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3231), + [anon_sym_MOZ_COLD] = ACTIONS(3231), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3231), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3231), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3231), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3231), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3231), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3231), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3231), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3231), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3231), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3231), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3231), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3231), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3231), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3231), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3231), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3231), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3231), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3231), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3231), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3231), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3231), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_NONNULL] = ACTIONS(3231), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3231), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3231), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3231), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3231), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3231), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_NORETURN] = ACTIONS(3231), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3231), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3231), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3231), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3231), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3231), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3231), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3231), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3231), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3231), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3231), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3231), + [anon_sym_MOZ_RAII] = ACTIONS(3231), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3231), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3231), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3231), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3231), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3231), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3231), + }, + [1587] = { + [sym_attribute] = STATE(1587), + [aux_sym_function_definition_repeat1] = STATE(1587), + [sym_identifier] = ACTIONS(3237), + [anon_sym_extern] = ACTIONS(3237), + [anon_sym___attribute__] = ACTIONS(3237), + [anon_sym___declspec] = ACTIONS(3237), + [anon_sym___cdecl] = ACTIONS(3237), + [anon_sym___clrcall] = ACTIONS(3237), + [anon_sym___stdcall] = ACTIONS(3237), + [anon_sym___fastcall] = ACTIONS(3237), + [anon_sym___thiscall] = ACTIONS(3237), + [anon_sym___vectorcall] = ACTIONS(3237), + [anon_sym_static] = ACTIONS(3237), + [anon_sym_register] = ACTIONS(3237), + [anon_sym_inline] = 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_signed] = ACTIONS(3237), + [anon_sym_unsigned] = ACTIONS(3237), + [anon_sym_long] = ACTIONS(3237), + [anon_sym_short] = ACTIONS(3237), + [sym_primitive_type] = ACTIONS(3237), + [anon_sym_enum] = ACTIONS(3237), + [anon_sym_class] = ACTIONS(3237), + [anon_sym_struct] = ACTIONS(3237), + [anon_sym_union] = ACTIONS(3237), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3237), + [anon_sym_virtual] = ACTIONS(3237), + [sym_auto] = ACTIONS(3237), + [anon_sym_typename] = ACTIONS(3237), + [anon_sym_COLON_COLON] = ACTIONS(3239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3241), + [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), + }, + [1588] = { + [sym_attribute_specifier] = STATE(1588), + [sym_ms_declspec_modifier] = STATE(1588), + [sym_storage_class_specifier] = STATE(1588), + [sym_type_qualifier] = STATE(1588), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1588), + [sym_identifier] = ACTIONS(3244), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3246), + [anon_sym_COMMA] = ACTIONS(3246), + [anon_sym_RPAREN] = ACTIONS(3246), + [anon_sym_LPAREN2] = ACTIONS(3246), + [anon_sym_TILDE] = ACTIONS(3246), + [anon_sym_STAR] = ACTIONS(3246), + [anon_sym_AMP_AMP] = ACTIONS(3246), + [anon_sym_AMP] = ACTIONS(3244), + [anon_sym_SEMI] = ACTIONS(3246), + [anon_sym_extern] = ACTIONS(3248), + [anon_sym___attribute__] = ACTIONS(3251), + [anon_sym___declspec] = ACTIONS(3254), + [anon_sym___based] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_LBRACK] = ACTIONS(3246), + [anon_sym_EQ] = ACTIONS(3246), + [anon_sym_static] = ACTIONS(3248), + [anon_sym_register] = ACTIONS(3248), + [anon_sym_inline] = ACTIONS(3248), + [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(3244), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3246), + [anon_sym_COLON_COLON] = ACTIONS(3246), + [sym_operator_name] = ACTIONS(3244), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3260), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3260), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3260), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3260), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3260), + [anon_sym_MOZ_COLD] = ACTIONS(3260), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3260), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3260), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3260), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3260), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3260), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3260), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3260), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3260), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3260), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3260), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3260), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3260), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3260), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3260), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3260), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3260), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3260), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_NONNULL] = ACTIONS(3260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3260), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3260), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3260), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3260), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3260), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_NORETURN] = ACTIONS(3260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3260), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3260), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3260), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3260), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3260), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3260), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3260), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3260), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3260), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3260), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3260), + [anon_sym_MOZ_RAII] = ACTIONS(3260), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3260), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3260), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3260), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3260), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3260), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3260), + }, + [1589] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3265), + [anon_sym_COMMA] = ACTIONS(3265), + [anon_sym_RPAREN] = ACTIONS(3265), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3265), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACE] = ACTIONS(3265), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_EQ] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_COLON] = ACTIONS(3263), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3265), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1590] = { + [sym_attribute_specifier] = STATE(1588), + [sym_ms_declspec_modifier] = STATE(1588), + [sym_storage_class_specifier] = STATE(1588), + [sym_type_qualifier] = STATE(1588), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1588), + [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(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3269), + [anon_sym_LBRACE] = ACTIONS(3271), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_EQ] = ACTIONS(3271), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_COLON] = ACTIONS(3269), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3271), + [anon_sym_COLON_COLON] = ACTIONS(3271), + [sym_operator_name] = ACTIONS(3269), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1591] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1591), + [sym_identifier] = ACTIONS(2334), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2336), + [anon_sym_COMMA] = ACTIONS(2336), + [anon_sym_RPAREN] = ACTIONS(2336), + [anon_sym_LPAREN2] = ACTIONS(2336), + [anon_sym_TILDE] = ACTIONS(2336), + [anon_sym_STAR] = ACTIONS(2336), + [anon_sym_AMP_AMP] = ACTIONS(2336), + [anon_sym_AMP] = ACTIONS(2334), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym_extern] = ACTIONS(2334), + [anon_sym___attribute__] = ACTIONS(2334), + [anon_sym___declspec] = ACTIONS(2334), + [anon_sym___based] = ACTIONS(2334), + [anon_sym_LBRACE] = ACTIONS(2336), + [anon_sym_LBRACK] = ACTIONS(2336), + [anon_sym_EQ] = ACTIONS(2336), + [anon_sym_static] = ACTIONS(2334), + [anon_sym_register] = ACTIONS(2334), + [anon_sym_inline] = ACTIONS(2334), + [anon_sym_const] = ACTIONS(2334), + [anon_sym_volatile] = ACTIONS(2334), + [anon_sym_restrict] = ACTIONS(2334), + [anon_sym__Atomic] = ACTIONS(2334), + [anon_sym_mutable] = ACTIONS(2334), + [anon_sym_constexpr] = ACTIONS(2334), + [anon_sym_signed] = ACTIONS(3273), + [anon_sym_unsigned] = ACTIONS(3273), + [anon_sym_long] = ACTIONS(3273), + [anon_sym_short] = ACTIONS(3273), + [sym_primitive_type] = ACTIONS(2334), + [anon_sym_COLON] = ACTIONS(2334), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2336), + [anon_sym_COLON_COLON] = ACTIONS(2336), + [sym_operator_name] = ACTIONS(2334), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2334), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2334), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2334), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2334), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2334), + [anon_sym_MOZ_COLD] = ACTIONS(2334), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2334), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2334), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2334), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2334), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2334), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2334), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2334), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2334), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2334), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2334), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2334), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2334), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2334), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2334), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2334), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2334), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_NONNULL] = ACTIONS(2334), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2334), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2334), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2334), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2334), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_NORETURN] = ACTIONS(2334), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2334), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2334), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2334), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2334), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2334), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2334), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2334), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2334), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2334), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2334), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2334), + [anon_sym_MOZ_RAII] = ACTIONS(2334), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2334), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2334), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2334), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2334), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2334), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2334), + }, + [1592] = { + [sym_attribute_specifier] = STATE(1590), + [sym_ms_declspec_modifier] = STATE(1590), + [sym_storage_class_specifier] = STATE(1590), + [sym_type_qualifier] = STATE(1590), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1590), + [sym_identifier] = ACTIONS(3276), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LPAREN2] = ACTIONS(3278), + [anon_sym_TILDE] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_AMP] = ACTIONS(3276), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3276), + [anon_sym_LBRACE] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_COLON] = ACTIONS(3276), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [sym_operator_name] = ACTIONS(3276), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1593] = { + [sym_attribute_specifier] = STATE(1588), + [sym_ms_declspec_modifier] = STATE(1588), + [sym_storage_class_specifier] = STATE(1588), + [sym_type_qualifier] = STATE(1588), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1588), + [sym_identifier] = ACTIONS(3280), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3282), + [anon_sym_COMMA] = ACTIONS(3282), + [anon_sym_RPAREN] = ACTIONS(3282), + [anon_sym_LPAREN2] = ACTIONS(3282), + [anon_sym_TILDE] = ACTIONS(3282), + [anon_sym_STAR] = ACTIONS(3282), + [anon_sym_AMP_AMP] = ACTIONS(3282), + [anon_sym_AMP] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3282), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3282), + [anon_sym_LBRACK] = ACTIONS(3282), + [anon_sym_EQ] = ACTIONS(3282), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_COLON] = ACTIONS(3280), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3282), + [anon_sym_COLON_COLON] = ACTIONS(3282), + [sym_operator_name] = ACTIONS(3280), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1594] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1591), + [sym_identifier] = ACTIONS(3284), + [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(2383), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(2383), + [anon_sym___attribute__] = ACTIONS(2383), + [anon_sym___declspec] = ACTIONS(2383), + [anon_sym___based] = ACTIONS(2383), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_EQ] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2383), + [anon_sym_register] = ACTIONS(2383), + [anon_sym_inline] = ACTIONS(2383), + [anon_sym_const] = ACTIONS(2383), + [anon_sym_volatile] = ACTIONS(2383), + [anon_sym_restrict] = ACTIONS(2383), + [anon_sym__Atomic] = ACTIONS(2383), + [anon_sym_mutable] = ACTIONS(2383), + [anon_sym_constexpr] = ACTIONS(2383), + [anon_sym_signed] = ACTIONS(3287), + [anon_sym_unsigned] = ACTIONS(3287), + [anon_sym_long] = ACTIONS(3287), + [anon_sym_short] = ACTIONS(3287), + [sym_primitive_type] = ACTIONS(2387), + [anon_sym_COLON] = ACTIONS(2383), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2381), + [sym_operator_name] = ACTIONS(2383), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2383), + [anon_sym_MOZ_COLD] = ACTIONS(2383), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2383), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2383), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2383), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2383), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2383), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2383), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2383), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2383), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2383), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2383), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2383), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2383), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_RAII] = ACTIONS(2383), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2383), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2383), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2383), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2383), + }, + [1595] = { + [sym_identifier] = ACTIONS(3289), + [anon_sym_LPAREN2] = ACTIONS(3291), + [anon_sym_STAR] = ACTIONS(3291), + [anon_sym_AMP_AMP] = ACTIONS(3291), + [anon_sym_AMP] = ACTIONS(3289), + [anon_sym_extern] = ACTIONS(3289), + [anon_sym___attribute__] = ACTIONS(3289), + [anon_sym___declspec] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3291), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_static] = ACTIONS(3289), + [anon_sym_register] = ACTIONS(3289), + [anon_sym_inline] = 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_signed] = ACTIONS(3289), + [anon_sym_unsigned] = ACTIONS(3289), + [anon_sym_long] = ACTIONS(3289), + [anon_sym_short] = ACTIONS(3289), + [sym_primitive_type] = ACTIONS(3289), + [anon_sym_enum] = ACTIONS(3289), + [anon_sym_class] = ACTIONS(3289), + [anon_sym_struct] = ACTIONS(3289), + [anon_sym_union] = ACTIONS(3289), + [anon_sym_COLON] = ACTIONS(3289), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3289), + [anon_sym_final] = ACTIONS(3289), + [anon_sym_override] = ACTIONS(3289), + [sym_auto] = ACTIONS(3289), + [anon_sym_typename] = ACTIONS(3289), + [anon_sym_COLON_COLON] = ACTIONS(3291), + [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), + }, + [1596] = { + [sym_identifier] = ACTIONS(3293), + [anon_sym_extern] = ACTIONS(3293), + [anon_sym___attribute__] = ACTIONS(3293), + [anon_sym___declspec] = ACTIONS(3293), + [anon_sym___cdecl] = ACTIONS(3293), + [anon_sym___clrcall] = ACTIONS(3293), + [anon_sym___stdcall] = ACTIONS(3293), + [anon_sym___fastcall] = ACTIONS(3293), + [anon_sym___thiscall] = ACTIONS(3293), + [anon_sym___vectorcall] = ACTIONS(3293), + [anon_sym_LBRACE] = ACTIONS(3295), + [anon_sym_static] = ACTIONS(3293), + [anon_sym_register] = ACTIONS(3293), + [anon_sym_inline] = 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_signed] = ACTIONS(3293), + [anon_sym_unsigned] = ACTIONS(3293), + [anon_sym_long] = ACTIONS(3293), + [anon_sym_short] = ACTIONS(3293), + [sym_primitive_type] = ACTIONS(3293), + [anon_sym_enum] = ACTIONS(3293), + [anon_sym_class] = ACTIONS(3293), + [anon_sym_struct] = ACTIONS(3293), + [anon_sym_union] = ACTIONS(3293), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3293), + [sym_auto] = ACTIONS(3293), + [anon_sym_typename] = ACTIONS(3293), + [anon_sym_COLON_COLON] = ACTIONS(3295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3295), + [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), + }, + [1597] = { + [sym_enumerator_list] = STATE(924), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2395), + [anon_sym_COMMA] = ACTIONS(2395), + [anon_sym_RPAREN] = ACTIONS(2395), + [anon_sym_LPAREN2] = ACTIONS(2395), + [anon_sym_TILDE] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_AMP_AMP] = ACTIONS(2395), + [anon_sym_AMP] = ACTIONS(2393), + [anon_sym_SEMI] = ACTIONS(2395), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym___attribute__] = ACTIONS(2393), + [anon_sym___declspec] = ACTIONS(2393), + [anon_sym___based] = ACTIONS(2393), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(2395), + [anon_sym_EQ] = ACTIONS(2395), + [anon_sym_static] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_inline] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [anon_sym_volatile] = ACTIONS(2393), + [anon_sym_restrict] = ACTIONS(2393), + [anon_sym__Atomic] = ACTIONS(2393), + [anon_sym_mutable] = ACTIONS(2393), + [anon_sym_constexpr] = ACTIONS(2393), + [anon_sym_DASH_GT] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2393), + [anon_sym_override] = ACTIONS(2393), + [anon_sym_COLON_COLON] = ACTIONS(2395), + [anon_sym_noexcept] = ACTIONS(2393), + [anon_sym_throw] = ACTIONS(2393), + [sym_operator_name] = ACTIONS(2393), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), + [anon_sym_MOZ_COLD] = ACTIONS(2393), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_RAII] = ACTIONS(2393), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + }, + [1598] = { + [sym_identifier] = ACTIONS(3299), + [anon_sym_extern] = ACTIONS(3299), + [anon_sym___attribute__] = ACTIONS(3299), + [anon_sym___declspec] = ACTIONS(3299), + [anon_sym___cdecl] = ACTIONS(3299), + [anon_sym___clrcall] = ACTIONS(3299), + [anon_sym___stdcall] = ACTIONS(3299), + [anon_sym___fastcall] = ACTIONS(3299), + [anon_sym___thiscall] = ACTIONS(3299), + [anon_sym___vectorcall] = ACTIONS(3299), + [anon_sym_LBRACE] = ACTIONS(3301), + [anon_sym_static] = ACTIONS(3299), + [anon_sym_register] = ACTIONS(3299), + [anon_sym_inline] = 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_signed] = ACTIONS(3299), + [anon_sym_unsigned] = ACTIONS(3299), + [anon_sym_long] = ACTIONS(3299), + [anon_sym_short] = ACTIONS(3299), + [sym_primitive_type] = ACTIONS(3299), + [anon_sym_enum] = ACTIONS(3299), + [anon_sym_class] = ACTIONS(3299), + [anon_sym_struct] = ACTIONS(3299), + [anon_sym_union] = ACTIONS(3299), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3299), + [sym_auto] = ACTIONS(3299), + [anon_sym_typename] = ACTIONS(3299), + [anon_sym_COLON_COLON] = ACTIONS(3301), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3301), + [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), + }, + [1599] = { + [sym__expression] = STATE(2993), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_RPAREN] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(25), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1600] = { + [sym_field_declaration_list] = STATE(880), + [sym_virtual_specifier] = STATE(4503), + [sym_base_class_clause] = STATE(5074), + [sym_identifier] = ACTIONS(2859), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2857), + [anon_sym_COMMA] = ACTIONS(2857), + [anon_sym_RPAREN] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2857), + [anon_sym_TILDE] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2857), + [anon_sym_AMP_AMP] = ACTIONS(2857), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_SEMI] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2859), + [anon_sym___attribute__] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2859), + [anon_sym___based] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_EQ] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2859), + [anon_sym_register] = ACTIONS(2859), + [anon_sym_inline] = ACTIONS(2859), + [anon_sym_const] = ACTIONS(2859), + [anon_sym_volatile] = ACTIONS(2859), + [anon_sym_restrict] = ACTIONS(2859), + [anon_sym__Atomic] = ACTIONS(2859), + [anon_sym_mutable] = ACTIONS(2859), + [anon_sym_constexpr] = ACTIONS(2859), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2857), + [sym_operator_name] = ACTIONS(2859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2859), + [anon_sym_MOZ_COLD] = ACTIONS(2859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_NONNULL] = ACTIONS(2859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), + [anon_sym_MOZ_RAII] = ACTIONS(2859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2859), + }, + [1601] = { + [sym_identifier] = ACTIONS(3309), + [anon_sym_extern] = ACTIONS(3309), + [anon_sym___attribute__] = ACTIONS(3309), + [anon_sym___declspec] = ACTIONS(3309), + [anon_sym___cdecl] = ACTIONS(3309), + [anon_sym___clrcall] = ACTIONS(3309), + [anon_sym___stdcall] = ACTIONS(3309), + [anon_sym___fastcall] = ACTIONS(3309), + [anon_sym___thiscall] = ACTIONS(3309), + [anon_sym___vectorcall] = ACTIONS(3309), + [anon_sym_static] = ACTIONS(3309), + [anon_sym_register] = ACTIONS(3309), + [anon_sym_inline] = 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_signed] = ACTIONS(3309), + [anon_sym_unsigned] = ACTIONS(3309), + [anon_sym_long] = ACTIONS(3309), + [anon_sym_short] = ACTIONS(3309), + [sym_primitive_type] = ACTIONS(3309), + [anon_sym_enum] = ACTIONS(3309), + [anon_sym_class] = ACTIONS(3309), + [anon_sym_struct] = ACTIONS(3309), + [anon_sym_union] = ACTIONS(3309), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3309), + [anon_sym_virtual] = ACTIONS(3309), + [sym_auto] = ACTIONS(3309), + [anon_sym_typename] = ACTIONS(3309), + [anon_sym_COLON_COLON] = ACTIONS(3311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), + [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), + }, + [1602] = { + [sym_field_declaration_list] = STATE(877), + [sym_virtual_specifier] = STATE(4487), + [sym_base_class_clause] = STATE(5035), + [sym_identifier] = ACTIONS(2849), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2847), + [anon_sym_COMMA] = ACTIONS(2847), + [anon_sym_RPAREN] = ACTIONS(2847), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2847), + [anon_sym_EQ] = ACTIONS(2847), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [sym_operator_name] = ACTIONS(2849), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2849), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2849), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2849), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2849), + [anon_sym_MOZ_COLD] = ACTIONS(2849), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2849), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2849), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2849), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2849), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2849), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2849), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2849), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2849), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2849), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2849), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2849), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2849), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2849), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_NONNULL] = ACTIONS(2849), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2849), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2849), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2849), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2849), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2849), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2849), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2849), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2849), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2849), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2849), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2849), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2849), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2849), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2849), + [anon_sym_MOZ_RAII] = ACTIONS(2849), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2849), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2849), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2849), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2849), + }, + [1603] = { + [sym_identifier] = ACTIONS(3313), + [anon_sym_extern] = ACTIONS(3313), + [anon_sym___attribute__] = ACTIONS(3313), + [anon_sym___declspec] = ACTIONS(3313), + [anon_sym___cdecl] = ACTIONS(3313), + [anon_sym___clrcall] = ACTIONS(3313), + [anon_sym___stdcall] = ACTIONS(3313), + [anon_sym___fastcall] = ACTIONS(3313), + [anon_sym___thiscall] = ACTIONS(3313), + [anon_sym___vectorcall] = ACTIONS(3313), + [anon_sym_static] = ACTIONS(3313), + [anon_sym_register] = ACTIONS(3313), + [anon_sym_inline] = 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_signed] = ACTIONS(3313), + [anon_sym_unsigned] = ACTIONS(3313), + [anon_sym_long] = ACTIONS(3313), + [anon_sym_short] = ACTIONS(3313), + [sym_primitive_type] = ACTIONS(3313), + [anon_sym_enum] = ACTIONS(3313), + [anon_sym_class] = ACTIONS(3313), + [anon_sym_struct] = ACTIONS(3313), + [anon_sym_union] = ACTIONS(3313), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3313), + [anon_sym_virtual] = ACTIONS(3313), + [sym_auto] = ACTIONS(3313), + [anon_sym_typename] = ACTIONS(3313), + [anon_sym_COLON_COLON] = ACTIONS(3315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3315), + [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), + }, + [1604] = { + [sym_field_declaration_list] = STATE(826), + [sym_virtual_specifier] = STATE(4321), + [sym_base_class_clause] = STATE(5042), + [sym_identifier] = ACTIONS(2875), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_RPAREN] = ACTIONS(2873), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_SEMI] = ACTIONS(2873), + [anon_sym_extern] = ACTIONS(2875), + [anon_sym___attribute__] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2875), + [anon_sym___based] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_EQ] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2875), + [anon_sym_register] = ACTIONS(2875), + [anon_sym_inline] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2875), + [anon_sym_restrict] = ACTIONS(2875), + [anon_sym__Atomic] = ACTIONS(2875), + [anon_sym_mutable] = ACTIONS(2875), + [anon_sym_constexpr] = ACTIONS(2875), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2873), + [sym_operator_name] = ACTIONS(2875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2875), + [anon_sym_MOZ_COLD] = ACTIONS(2875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_RAII] = ACTIONS(2875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2875), + }, + [1605] = { + [sym_field_declaration_list] = STATE(888), + [sym_virtual_specifier] = STATE(4509), + [sym_base_class_clause] = STATE(4888), + [sym_identifier] = ACTIONS(2871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2869), + [anon_sym_COMMA] = ACTIONS(2869), + [anon_sym_RPAREN] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2869), + [anon_sym_TILDE] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2869), + [anon_sym_AMP_AMP] = ACTIONS(2869), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_SEMI] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2871), + [anon_sym___attribute__] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2871), + [anon_sym___based] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_EQ] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2871), + [anon_sym_register] = ACTIONS(2871), + [anon_sym_inline] = ACTIONS(2871), + [anon_sym_const] = ACTIONS(2871), + [anon_sym_volatile] = ACTIONS(2871), + [anon_sym_restrict] = ACTIONS(2871), + [anon_sym__Atomic] = ACTIONS(2871), + [anon_sym_mutable] = ACTIONS(2871), + [anon_sym_constexpr] = ACTIONS(2871), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2869), + [sym_operator_name] = ACTIONS(2871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2871), + [anon_sym_MOZ_COLD] = ACTIONS(2871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_NONNULL] = ACTIONS(2871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), + [anon_sym_MOZ_RAII] = ACTIONS(2871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2871), + }, + [1606] = { + [sym_field_declaration_list] = STATE(817), + [sym_virtual_specifier] = STATE(4323), + [sym_base_class_clause] = STATE(5048), + [sym_identifier] = ACTIONS(2867), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2865), + [anon_sym_COMMA] = ACTIONS(2865), + [anon_sym_RPAREN] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_SEMI] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2867), + [anon_sym___attribute__] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2867), + [anon_sym___based] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_EQ] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2867), + [anon_sym_register] = ACTIONS(2867), + [anon_sym_inline] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2867), + [anon_sym_restrict] = ACTIONS(2867), + [anon_sym__Atomic] = ACTIONS(2867), + [anon_sym_mutable] = ACTIONS(2867), + [anon_sym_constexpr] = ACTIONS(2867), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2865), + [sym_operator_name] = ACTIONS(2867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), + [anon_sym_MOZ_COLD] = ACTIONS(2867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_RAII] = ACTIONS(2867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), + }, + [1607] = { + [sym_enumerator_list] = STATE(906), + [sym_identifier] = ACTIONS(2801), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RPAREN] = ACTIONS(2803), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2801), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym___based] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(2803), + [anon_sym_EQ] = ACTIONS(2803), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_DASH_GT] = ACTIONS(2803), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2801), + [anon_sym_override] = ACTIONS(2801), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_noexcept] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [sym_operator_name] = ACTIONS(2801), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2801), + [anon_sym_MOZ_COLD] = ACTIONS(2801), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2801), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2801), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2801), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2801), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2801), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2801), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2801), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2801), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2801), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2801), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2801), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2801), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_RAII] = ACTIONS(2801), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2801), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2801), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2801), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2801), + }, + [1608] = { + [sym_field_declaration_list] = STATE(851), + [sym_virtual_specifier] = STATE(4326), + [sym_base_class_clause] = STATE(5056), + [sym_identifier] = ACTIONS(2863), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2861), + [anon_sym_COMMA] = ACTIONS(2861), + [anon_sym_RPAREN] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_SEMI] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2863), + [anon_sym___attribute__] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2863), + [anon_sym___based] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_EQ] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2863), + [anon_sym_register] = ACTIONS(2863), + [anon_sym_inline] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2863), + [anon_sym_restrict] = ACTIONS(2863), + [anon_sym__Atomic] = ACTIONS(2863), + [anon_sym_mutable] = ACTIONS(2863), + [anon_sym_constexpr] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2861), + [sym_operator_name] = ACTIONS(2863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), + [anon_sym_MOZ_COLD] = ACTIONS(2863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_RAII] = ACTIONS(2863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), + }, + [1609] = { + [sym_field_declaration_list] = STATE(1341), + [sym_virtual_specifier] = STATE(4424), + [sym_base_class_clause] = STATE(4800), + [sym_identifier] = ACTIONS(2867), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2865), + [anon_sym_COMMA] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_extern] = ACTIONS(2867), + [anon_sym___attribute__] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2867), + [anon_sym___based] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_EQ] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2867), + [anon_sym_register] = ACTIONS(2867), + [anon_sym_inline] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2867), + [anon_sym_restrict] = ACTIONS(2867), + [anon_sym__Atomic] = ACTIONS(2867), + [anon_sym_mutable] = ACTIONS(2867), + [anon_sym_constexpr] = ACTIONS(2867), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2865), + [sym_operator_name] = ACTIONS(2867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), + [anon_sym_MOZ_COLD] = ACTIONS(2867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_RAII] = ACTIONS(2867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), + }, + [1610] = { + [sym_field_declaration_list] = STATE(1338), + [sym_virtual_specifier] = STATE(4430), + [sym_base_class_clause] = STATE(4825), + [sym_identifier] = ACTIONS(2863), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2861), + [anon_sym_COMMA] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_extern] = ACTIONS(2863), + [anon_sym___attribute__] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2863), + [anon_sym___based] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_EQ] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2863), + [anon_sym_register] = ACTIONS(2863), + [anon_sym_inline] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2863), + [anon_sym_restrict] = ACTIONS(2863), + [anon_sym__Atomic] = ACTIONS(2863), + [anon_sym_mutable] = ACTIONS(2863), + [anon_sym_constexpr] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2861), + [sym_operator_name] = ACTIONS(2863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), + [anon_sym_MOZ_COLD] = ACTIONS(2863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_RAII] = ACTIONS(2863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), + }, + [1611] = { + [sym_field_declaration_list] = STATE(1317), + [sym_virtual_specifier] = STATE(4477), + [sym_base_class_clause] = STATE(5072), + [sym_identifier] = ACTIONS(2859), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2857), + [anon_sym_COMMA] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2857), + [anon_sym_TILDE] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2857), + [anon_sym_AMP_AMP] = ACTIONS(2857), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_extern] = ACTIONS(2859), + [anon_sym___attribute__] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2859), + [anon_sym___based] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_EQ] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2859), + [anon_sym_register] = ACTIONS(2859), + [anon_sym_inline] = ACTIONS(2859), + [anon_sym_const] = ACTIONS(2859), + [anon_sym_volatile] = ACTIONS(2859), + [anon_sym_restrict] = ACTIONS(2859), + [anon_sym__Atomic] = ACTIONS(2859), + [anon_sym_mutable] = ACTIONS(2859), + [anon_sym_constexpr] = ACTIONS(2859), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2857), + [sym_operator_name] = ACTIONS(2859), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2859), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2859), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2859), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2859), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2859), + [anon_sym_MOZ_COLD] = ACTIONS(2859), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2859), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2859), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2859), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2859), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2859), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2859), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2859), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2859), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2859), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2859), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2859), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2859), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2859), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2859), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2859), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2859), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_NONNULL] = ACTIONS(2859), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2859), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2859), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2859), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2859), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_NORETURN] = ACTIONS(2859), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2859), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2859), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2859), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2859), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2859), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2859), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2859), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2859), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2859), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2859), + [anon_sym_MOZ_RAII] = ACTIONS(2859), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2859), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2859), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2859), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2859), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2859), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2859), + }, + [1612] = { + [sym_enumerator_list] = STATE(1322), + [sym_identifier] = ACTIONS(2801), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2801), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym___based] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(3319), + [anon_sym_LBRACK] = ACTIONS(2803), + [anon_sym_EQ] = ACTIONS(2803), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_DASH_GT] = ACTIONS(2803), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2801), + [anon_sym_override] = ACTIONS(2801), + [anon_sym_GT2] = ACTIONS(2803), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_noexcept] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [sym_operator_name] = ACTIONS(2801), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2801), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2801), + [anon_sym_MOZ_COLD] = ACTIONS(2801), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2801), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2801), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2801), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2801), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2801), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2801), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2801), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2801), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2801), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2801), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2801), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2801), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL] = ACTIONS(2801), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2801), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2801), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN] = ACTIONS(2801), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2801), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2801), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2801), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2801), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2801), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2801), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2801), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2801), + [anon_sym_MOZ_RAII] = ACTIONS(2801), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2801), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2801), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2801), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2801), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2801), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2801), + }, + [1613] = { + [sym_field_declaration_list] = STATE(1312), + [sym_virtual_specifier] = STATE(4473), + [sym_base_class_clause] = STATE(5082), + [sym_identifier] = ACTIONS(2871), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2869), + [anon_sym_COMMA] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2869), + [anon_sym_TILDE] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2869), + [anon_sym_AMP_AMP] = ACTIONS(2869), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_extern] = ACTIONS(2871), + [anon_sym___attribute__] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2871), + [anon_sym___based] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_EQ] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2871), + [anon_sym_register] = ACTIONS(2871), + [anon_sym_inline] = ACTIONS(2871), + [anon_sym_const] = ACTIONS(2871), + [anon_sym_volatile] = ACTIONS(2871), + [anon_sym_restrict] = ACTIONS(2871), + [anon_sym__Atomic] = ACTIONS(2871), + [anon_sym_mutable] = ACTIONS(2871), + [anon_sym_constexpr] = ACTIONS(2871), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2869), + [sym_operator_name] = ACTIONS(2871), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2871), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2871), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2871), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2871), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2871), + [anon_sym_MOZ_COLD] = ACTIONS(2871), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2871), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2871), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2871), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2871), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2871), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2871), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2871), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2871), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2871), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2871), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2871), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2871), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2871), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2871), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2871), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2871), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_NONNULL] = ACTIONS(2871), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2871), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2871), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2871), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2871), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_NORETURN] = ACTIONS(2871), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2871), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2871), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2871), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2871), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2871), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2871), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2871), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2871), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2871), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2871), + [anon_sym_MOZ_RAII] = ACTIONS(2871), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2871), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2871), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2871), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2871), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2871), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2871), + }, + [1614] = { + [sym_template_argument_list] = STATE(928), + [sym_identifier] = ACTIONS(2909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_RPAREN] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2907), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_COLON] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2909), + [anon_sym_override] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2907), + [sym_operator_name] = ACTIONS(2909), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2909), + [anon_sym_MOZ_COLD] = ACTIONS(2909), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2909), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2909), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2909), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2909), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2909), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2909), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2909), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2909), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2909), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2909), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2909), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2909), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_RAII] = ACTIONS(2909), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2909), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2909), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2909), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2909), + }, + [1615] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2897), + [anon_sym_COMMA] = ACTIONS(2897), + [anon_sym_RPAREN] = ACTIONS(2897), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym_extern] = ACTIONS(2899), + [anon_sym___attribute__] = ACTIONS(2899), + [anon_sym___declspec] = ACTIONS(2899), + [anon_sym___based] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_EQ] = ACTIONS(2897), + [anon_sym_static] = ACTIONS(2899), + [anon_sym_register] = ACTIONS(2899), + [anon_sym_inline] = ACTIONS(2899), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_volatile] = ACTIONS(2899), + [anon_sym_restrict] = ACTIONS(2899), + [anon_sym__Atomic] = ACTIONS(2899), + [anon_sym_mutable] = ACTIONS(2899), + [anon_sym_constexpr] = ACTIONS(2899), + [anon_sym_COLON] = ACTIONS(2899), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2899), + [anon_sym_override] = ACTIONS(2899), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2899), + [anon_sym_MOZ_COLD] = ACTIONS(2899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_RAII] = ACTIONS(2899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2899), + }, + [1616] = { + [sym_enumerator_list] = STATE(1313), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2395), + [anon_sym_COMMA] = ACTIONS(2395), + [anon_sym_LPAREN2] = ACTIONS(2395), + [anon_sym_TILDE] = ACTIONS(2395), + [anon_sym_STAR] = ACTIONS(2395), + [anon_sym_AMP_AMP] = ACTIONS(2395), + [anon_sym_AMP] = ACTIONS(2393), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym___attribute__] = ACTIONS(2393), + [anon_sym___declspec] = ACTIONS(2393), + [anon_sym___based] = ACTIONS(2393), + [anon_sym_LBRACE] = ACTIONS(3319), + [anon_sym_LBRACK] = ACTIONS(2395), + [anon_sym_EQ] = ACTIONS(2395), + [anon_sym_static] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_inline] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [anon_sym_volatile] = ACTIONS(2393), + [anon_sym_restrict] = ACTIONS(2393), + [anon_sym__Atomic] = ACTIONS(2393), + [anon_sym_mutable] = ACTIONS(2393), + [anon_sym_constexpr] = ACTIONS(2393), + [anon_sym_DASH_GT] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2393), + [anon_sym_override] = ACTIONS(2393), + [anon_sym_GT2] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(2395), + [anon_sym_noexcept] = ACTIONS(2393), + [anon_sym_throw] = ACTIONS(2393), + [sym_operator_name] = ACTIONS(2393), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2393), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2393), + [anon_sym_MOZ_COLD] = ACTIONS(2393), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2393), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2393), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2393), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2393), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2393), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2393), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2393), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2393), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2393), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2393), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2393), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2393), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL] = ACTIONS(2393), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2393), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2393), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN] = ACTIONS(2393), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2393), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2393), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2393), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2393), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2393), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2393), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2393), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2393), + [anon_sym_MOZ_RAII] = ACTIONS(2393), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2393), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2393), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2393), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2393), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2393), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2393), + }, + [1617] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1591), + [sym_identifier] = ACTIONS(3321), + [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(2383), + [anon_sym_extern] = ACTIONS(2383), + [anon_sym___attribute__] = ACTIONS(2383), + [anon_sym___declspec] = ACTIONS(2383), + [anon_sym___based] = ACTIONS(2383), + [anon_sym_LBRACE] = ACTIONS(2381), + [anon_sym_LBRACK] = ACTIONS(2381), + [anon_sym_EQ] = ACTIONS(2381), + [anon_sym_static] = ACTIONS(2383), + [anon_sym_register] = ACTIONS(2383), + [anon_sym_inline] = ACTIONS(2383), + [anon_sym_const] = ACTIONS(2383), + [anon_sym_volatile] = ACTIONS(2383), + [anon_sym_restrict] = ACTIONS(2383), + [anon_sym__Atomic] = ACTIONS(2383), + [anon_sym_mutable] = ACTIONS(2383), + [anon_sym_constexpr] = ACTIONS(2383), + [anon_sym_signed] = ACTIONS(3287), + [anon_sym_unsigned] = ACTIONS(3287), + [anon_sym_long] = ACTIONS(3287), + [anon_sym_short] = ACTIONS(3287), + [sym_primitive_type] = ACTIONS(3324), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2381), + [anon_sym_COLON_COLON] = ACTIONS(2381), + [sym_operator_name] = ACTIONS(2383), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2383), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2383), + [anon_sym_MOZ_COLD] = ACTIONS(2383), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2383), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2383), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2383), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2383), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2383), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2383), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2383), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2383), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2383), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2383), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2383), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2383), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL] = ACTIONS(2383), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2383), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2383), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN] = ACTIONS(2383), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2383), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2383), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2383), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2383), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2383), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2383), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2383), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2383), + [anon_sym_MOZ_RAII] = ACTIONS(2383), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2383), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2383), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2383), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2383), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2383), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2383), + }, + [1618] = { + [sym_field_declaration_list] = STATE(1359), + [sym_virtual_specifier] = STATE(4420), + [sym_base_class_clause] = STATE(4779), + [sym_identifier] = ACTIONS(2875), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_extern] = ACTIONS(2875), + [anon_sym___attribute__] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2875), + [anon_sym___based] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_EQ] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2875), + [anon_sym_register] = ACTIONS(2875), + [anon_sym_inline] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2875), + [anon_sym_restrict] = ACTIONS(2875), + [anon_sym__Atomic] = ACTIONS(2875), + [anon_sym_mutable] = ACTIONS(2875), + [anon_sym_constexpr] = ACTIONS(2875), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2873), + [anon_sym_COLON_COLON] = ACTIONS(2873), + [sym_operator_name] = ACTIONS(2875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2875), + [anon_sym_MOZ_COLD] = ACTIONS(2875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_RAII] = ACTIONS(2875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2875), + }, + [1619] = { + [sym_field_declaration_list] = STATE(1318), + [sym_virtual_specifier] = STATE(4480), + [sym_base_class_clause] = STATE(5050), + [sym_identifier] = ACTIONS(2849), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2847), + [anon_sym_COMMA] = ACTIONS(2847), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(2847), + [anon_sym_EQ] = ACTIONS(2847), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(2847), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [sym_operator_name] = ACTIONS(2849), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2849), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2849), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2849), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2849), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2849), + [anon_sym_MOZ_COLD] = ACTIONS(2849), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2849), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2849), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2849), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2849), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2849), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2849), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2849), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2849), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2849), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2849), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2849), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2849), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2849), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2849), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2849), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2849), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_NONNULL] = ACTIONS(2849), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2849), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2849), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2849), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2849), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_NORETURN] = ACTIONS(2849), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2849), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2849), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2849), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2849), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2849), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2849), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2849), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2849), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2849), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2849), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2849), + [anon_sym_MOZ_RAII] = ACTIONS(2849), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2849), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2849), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2849), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2849), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2849), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2849), + }, + [1620] = { + [sym__expression] = STATE(2993), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3330), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(1001), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(2953), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1621] = { + [sym_attribute_specifier] = STATE(1621), + [sym_ms_declspec_modifier] = STATE(1621), + [sym_storage_class_specifier] = STATE(1621), + [sym_type_qualifier] = STATE(1621), + [sym_macro_annotation] = STATE(1687), + [aux_sym__declaration_specifiers_repeat1] = STATE(1621), + [sym_identifier] = ACTIONS(3244), + [anon_sym_extern] = ACTIONS(3342), + [anon_sym___attribute__] = ACTIONS(3345), + [anon_sym___declspec] = ACTIONS(3348), + [anon_sym_static] = ACTIONS(3342), + [anon_sym_register] = ACTIONS(3342), + [anon_sym_inline] = ACTIONS(3342), + [anon_sym_const] = ACTIONS(3351), + [anon_sym_volatile] = ACTIONS(3351), + [anon_sym_restrict] = ACTIONS(3351), + [anon_sym__Atomic] = ACTIONS(3351), + [anon_sym_mutable] = ACTIONS(3351), + [anon_sym_constexpr] = ACTIONS(3351), + [anon_sym_signed] = ACTIONS(3244), + [anon_sym_unsigned] = ACTIONS(3244), + [anon_sym_long] = ACTIONS(3244), + [anon_sym_short] = ACTIONS(3244), + [sym_primitive_type] = ACTIONS(3244), + [anon_sym_enum] = ACTIONS(3244), + [anon_sym_class] = ACTIONS(3244), + [anon_sym_struct] = ACTIONS(3244), + [anon_sym_union] = ACTIONS(3244), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3244), + [sym_auto] = ACTIONS(3244), + [anon_sym_typename] = ACTIONS(3244), + [anon_sym_COLON_COLON] = ACTIONS(3246), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3354), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3354), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3354), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3354), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3354), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3354), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3354), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3354), + [anon_sym_MOZ_COLD] = ACTIONS(3354), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3354), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3354), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3354), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3354), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3354), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3354), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3354), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3354), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3354), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3354), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3354), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3354), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3354), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3354), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3354), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3354), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3354), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3354), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3354), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3354), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3354), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_NONNULL] = ACTIONS(3354), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3354), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3354), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3354), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3354), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3354), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_NORETURN] = ACTIONS(3354), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3354), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3354), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3354), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3354), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3354), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3354), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3354), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3354), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3354), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3354), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3354), + [anon_sym_MOZ_RAII] = ACTIONS(3354), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3354), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3354), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3354), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3354), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3354), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3354), + }, + [1622] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2897), + [anon_sym_COMMA] = ACTIONS(2897), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2899), + [anon_sym___attribute__] = ACTIONS(2899), + [anon_sym___declspec] = ACTIONS(2899), + [anon_sym___based] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_EQ] = ACTIONS(2897), + [anon_sym_static] = ACTIONS(2899), + [anon_sym_register] = ACTIONS(2899), + [anon_sym_inline] = ACTIONS(2899), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_volatile] = ACTIONS(2899), + [anon_sym_restrict] = ACTIONS(2899), + [anon_sym__Atomic] = ACTIONS(2899), + [anon_sym_mutable] = ACTIONS(2899), + [anon_sym_constexpr] = ACTIONS(2899), + [anon_sym_COLON] = ACTIONS(2899), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2899), + [anon_sym_override] = ACTIONS(2899), + [anon_sym_GT2] = ACTIONS(2897), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2899), + [anon_sym_MOZ_COLD] = ACTIONS(2899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_RAII] = ACTIONS(2899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2899), + }, + [1623] = { + [sym_template_argument_list] = STATE(1643), + [sym_identifier] = ACTIONS(2909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2907), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_COLON] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2909), + [anon_sym_override] = ACTIONS(2909), + [anon_sym_GT2] = ACTIONS(2907), + [anon_sym_COLON_COLON] = ACTIONS(2907), + [sym_operator_name] = ACTIONS(2909), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2909), + [anon_sym_MOZ_COLD] = ACTIONS(2909), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2909), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2909), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2909), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2909), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2909), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2909), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2909), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2909), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2909), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2909), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2909), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2909), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_RAII] = ACTIONS(2909), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2909), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2909), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2909), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2909), + }, + [1624] = { + [sym__expression] = STATE(3214), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_initializer_list] = STATE(3316), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(3009), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2961), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2961), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1625] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2897), + [anon_sym_COMMA] = ACTIONS(3365), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2899), + [anon_sym___attribute__] = ACTIONS(2899), + [anon_sym___declspec] = ACTIONS(2899), + [anon_sym___based] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_EQ] = ACTIONS(3367), + [anon_sym_static] = ACTIONS(2899), + [anon_sym_register] = ACTIONS(2899), + [anon_sym_inline] = ACTIONS(2899), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_volatile] = ACTIONS(2899), + [anon_sym_restrict] = ACTIONS(2899), + [anon_sym__Atomic] = ACTIONS(2899), + [anon_sym_mutable] = ACTIONS(2899), + [anon_sym_constexpr] = ACTIONS(2899), + [anon_sym_COLON] = ACTIONS(2899), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2899), + [anon_sym_override] = ACTIONS(2899), + [anon_sym_GT2] = ACTIONS(3365), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2899), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2899), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2899), + [anon_sym_MOZ_COLD] = ACTIONS(2899), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2899), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2899), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2899), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2899), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2899), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2899), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2899), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2899), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2899), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2899), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2899), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2899), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL] = ACTIONS(2899), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2899), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2899), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN] = ACTIONS(2899), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2899), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2899), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2899), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2899), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2899), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2899), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2899), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2899), + [anon_sym_MOZ_RAII] = ACTIONS(2899), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2899), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2899), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2899), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2899), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2899), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2899), + }, + [1626] = { + [sym__expression] = STATE(3272), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_initializer_list] = STATE(3386), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3373), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(3379), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_RBRACK_RBRACK] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1627] = { + [sym_identifier] = ACTIONS(2909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_RPAREN] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2907), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_COLON] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2909), + [anon_sym_override] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2841), + [sym_operator_name] = ACTIONS(2909), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2909), + [anon_sym_MOZ_COLD] = ACTIONS(2909), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2909), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2909), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2909), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2909), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2909), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2909), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2909), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2909), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2909), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2909), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2909), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2909), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_RAII] = ACTIONS(2909), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2909), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2909), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2909), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2909), + }, + [1628] = { + [sym_template_argument_list] = STATE(928), + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_COLON] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1629] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_EQ] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1630] = { + [sym__expression] = STATE(3381), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3405), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_SLASH] = ACTIONS(2961), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_GT] = ACTIONS(2961), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_COLON] = ACTIONS(2961), + [anon_sym_QMARK] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [anon_sym_DOT] = ACTIONS(2961), + [anon_sym_DASH_GT] = ACTIONS(2953), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1631] = { + [sym_initializer_list] = STATE(3026), + [sym_template_argument_list] = STATE(928), + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1632] = { + [sym_attribute_specifier] = STATE(1632), + [sym_storage_class_specifier] = STATE(1632), + [sym_type_qualifier] = STATE(1632), + [sym_virtual_function_specifier] = STATE(1632), + [sym_explicit_function_specifier] = STATE(1632), + [aux_sym__constructor_specifiers] = STATE(1632), + [sym_macro_annotation] = STATE(1396), + [sym_identifier] = ACTIONS(3421), + [anon_sym_LPAREN2] = ACTIONS(3423), + [anon_sym_TILDE] = ACTIONS(3423), + [anon_sym_STAR] = ACTIONS(3423), + [anon_sym_AMP_AMP] = ACTIONS(3423), + [anon_sym_AMP] = ACTIONS(3421), + [anon_sym_extern] = ACTIONS(3425), + [anon_sym___attribute__] = ACTIONS(3428), + [anon_sym___based] = ACTIONS(3421), + [anon_sym_LBRACK] = ACTIONS(3423), + [anon_sym_static] = ACTIONS(3425), + [anon_sym_register] = ACTIONS(3425), + [anon_sym_inline] = ACTIONS(3425), + [anon_sym_const] = ACTIONS(3431), + [anon_sym_volatile] = ACTIONS(3431), + [anon_sym_restrict] = ACTIONS(3431), + [anon_sym__Atomic] = ACTIONS(3431), + [anon_sym_mutable] = ACTIONS(3431), + [anon_sym_constexpr] = ACTIONS(3431), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3434), + [anon_sym_explicit] = ACTIONS(3437), + [anon_sym_COLON_COLON] = ACTIONS(3423), + [anon_sym_operator] = ACTIONS(3421), + [sym_operator_name] = ACTIONS(3421), + [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), + }, + [1633] = { + [sym_enumerator_list] = STATE(853), + [sym__enum_base_clause] = STATE(1597), + [sym_identifier] = ACTIONS(3443), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3445), + [anon_sym_COMMA] = ACTIONS(3445), + [anon_sym_RPAREN] = ACTIONS(3445), + [anon_sym_LPAREN2] = ACTIONS(3445), + [anon_sym_TILDE] = ACTIONS(3445), + [anon_sym_STAR] = ACTIONS(3445), + [anon_sym_AMP_AMP] = ACTIONS(3445), + [anon_sym_AMP] = ACTIONS(3443), + [anon_sym_SEMI] = ACTIONS(3445), + [anon_sym_extern] = ACTIONS(3443), + [anon_sym___attribute__] = ACTIONS(3443), + [anon_sym___declspec] = ACTIONS(3443), + [anon_sym___based] = ACTIONS(3443), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(3445), + [anon_sym_static] = ACTIONS(3443), + [anon_sym_register] = ACTIONS(3443), + [anon_sym_inline] = ACTIONS(3443), + [anon_sym_const] = ACTIONS(3443), + [anon_sym_volatile] = ACTIONS(3443), + [anon_sym_restrict] = ACTIONS(3443), + [anon_sym__Atomic] = ACTIONS(3443), + [anon_sym_mutable] = ACTIONS(3443), + [anon_sym_constexpr] = ACTIONS(3443), + [anon_sym_COLON] = ACTIONS(3447), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3445), + [sym_operator_name] = ACTIONS(3443), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3443), + [anon_sym_MOZ_COLD] = ACTIONS(3443), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3443), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3443), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3443), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3443), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3443), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3443), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3443), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3443), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3443), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3443), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3443), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3443), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_RAII] = ACTIONS(3443), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3443), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3443), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3443), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3443), + }, + [1634] = { + [sym_template_argument_list] = STATE(1083), + [anon_sym_COMMA] = ACTIONS(3233), + [anon_sym_RPAREN] = ACTIONS(3233), + [anon_sym_LPAREN2] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(3233), + [anon_sym_AMP_AMP] = ACTIONS(3233), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(3233), + [anon_sym_extern] = ACTIONS(3233), + [anon_sym___attribute__] = ACTIONS(3233), + [anon_sym___declspec] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3233), + [anon_sym_LBRACK] = ACTIONS(3233), + [anon_sym_EQ] = ACTIONS(3233), + [anon_sym_static] = ACTIONS(3233), + [anon_sym_register] = ACTIONS(3233), + [anon_sym_inline] = ACTIONS(3233), + [anon_sym_const] = ACTIONS(3231), + [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(3231), + [anon_sym_DASH_GT] = ACTIONS(3233), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3233), + [anon_sym_override] = ACTIONS(3233), + [anon_sym_COLON_COLON] = ACTIONS(2903), + [anon_sym_noexcept] = ACTIONS(3233), + [anon_sym_throw] = ACTIONS(3233), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3233), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3233), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3231), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3233), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3233), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3231), + [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(3231), + [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(3231), + [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(3231), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3233), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3233), + [anon_sym_MOZ_NONNULL] = ACTIONS(3231), + [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(3231), + [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), + }, + [1635] = { + [sym_enumerator_list] = STATE(927), + [sym__enum_base_clause] = STATE(1607), + [sym_identifier] = ACTIONS(3449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3451), + [anon_sym_COMMA] = ACTIONS(3451), + [anon_sym_RPAREN] = ACTIONS(3451), + [anon_sym_LPAREN2] = ACTIONS(3451), + [anon_sym_TILDE] = ACTIONS(3451), + [anon_sym_STAR] = ACTIONS(3451), + [anon_sym_AMP_AMP] = ACTIONS(3451), + [anon_sym_AMP] = ACTIONS(3449), + [anon_sym_SEMI] = ACTIONS(3451), + [anon_sym_extern] = ACTIONS(3449), + [anon_sym___attribute__] = ACTIONS(3449), + [anon_sym___declspec] = ACTIONS(3449), + [anon_sym___based] = ACTIONS(3449), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3451), + [anon_sym_EQ] = ACTIONS(3451), + [anon_sym_static] = ACTIONS(3449), + [anon_sym_register] = ACTIONS(3449), + [anon_sym_inline] = ACTIONS(3449), + [anon_sym_const] = ACTIONS(3449), + [anon_sym_volatile] = ACTIONS(3449), + [anon_sym_restrict] = ACTIONS(3449), + [anon_sym__Atomic] = ACTIONS(3449), + [anon_sym_mutable] = ACTIONS(3449), + [anon_sym_constexpr] = ACTIONS(3449), + [anon_sym_COLON] = ACTIONS(3447), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3451), + [sym_operator_name] = ACTIONS(3449), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3449), + [anon_sym_MOZ_COLD] = ACTIONS(3449), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3449), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3449), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3449), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3449), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3449), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3449), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3449), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3449), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3449), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3449), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3449), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3449), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_RAII] = ACTIONS(3449), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3449), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3449), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3449), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3449), + }, + [1636] = { + [sym_field_declaration_list] = STATE(817), + [sym_virtual_specifier] = STATE(4323), + [sym_base_class_clause] = STATE(5048), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_SEMI] = ACTIONS(3453), + [anon_sym_extern] = ACTIONS(2867), + [anon_sym___attribute__] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2867), + [anon_sym___based] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2867), + [anon_sym_register] = ACTIONS(2867), + [anon_sym_inline] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2867), + [anon_sym_restrict] = ACTIONS(2867), + [anon_sym__Atomic] = ACTIONS(2867), + [anon_sym_mutable] = ACTIONS(2867), + [anon_sym_constexpr] = ACTIONS(2867), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2865), + [sym_operator_name] = ACTIONS(2867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), + [anon_sym_MOZ_COLD] = ACTIONS(2867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_RAII] = ACTIONS(2867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), + }, + [1637] = { + [sym_field_declaration_list] = STATE(851), + [sym_virtual_specifier] = STATE(4326), + [sym_base_class_clause] = STATE(5056), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_SEMI] = ACTIONS(3453), + [anon_sym_extern] = ACTIONS(2863), + [anon_sym___attribute__] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2863), + [anon_sym___based] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2863), + [anon_sym_register] = ACTIONS(2863), + [anon_sym_inline] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2863), + [anon_sym_restrict] = ACTIONS(2863), + [anon_sym__Atomic] = ACTIONS(2863), + [anon_sym_mutable] = ACTIONS(2863), + [anon_sym_constexpr] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2861), + [sym_operator_name] = ACTIONS(2863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), + [anon_sym_MOZ_COLD] = ACTIONS(2863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_RAII] = ACTIONS(2863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), + }, + [1638] = { + [sym_enumerator_list] = STATE(1331), + [sym__enum_base_clause] = STATE(1612), + [sym_identifier] = ACTIONS(3449), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3451), + [anon_sym_COMMA] = ACTIONS(3451), + [anon_sym_LPAREN2] = ACTIONS(3451), + [anon_sym_TILDE] = ACTIONS(3451), + [anon_sym_STAR] = ACTIONS(3451), + [anon_sym_AMP_AMP] = ACTIONS(3451), + [anon_sym_AMP] = ACTIONS(3449), + [anon_sym_extern] = ACTIONS(3449), + [anon_sym___attribute__] = ACTIONS(3449), + [anon_sym___declspec] = ACTIONS(3449), + [anon_sym___based] = ACTIONS(3449), + [anon_sym_LBRACE] = ACTIONS(3319), + [anon_sym_LBRACK] = ACTIONS(3451), + [anon_sym_EQ] = ACTIONS(3451), + [anon_sym_static] = ACTIONS(3449), + [anon_sym_register] = ACTIONS(3449), + [anon_sym_inline] = ACTIONS(3449), + [anon_sym_const] = ACTIONS(3449), + [anon_sym_volatile] = ACTIONS(3449), + [anon_sym_restrict] = ACTIONS(3449), + [anon_sym__Atomic] = ACTIONS(3449), + [anon_sym_mutable] = ACTIONS(3449), + [anon_sym_constexpr] = ACTIONS(3449), + [anon_sym_COLON] = ACTIONS(3455), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3451), + [anon_sym_COLON_COLON] = ACTIONS(3451), + [sym_operator_name] = ACTIONS(3449), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3449), + [anon_sym_MOZ_COLD] = ACTIONS(3449), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3449), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3449), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3449), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3449), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3449), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3449), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3449), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3449), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3449), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3449), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3449), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3449), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_RAII] = ACTIONS(3449), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3449), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3449), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3449), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3449), + }, + [1639] = { + [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___declspec] = ACTIONS(2429), + [anon_sym___based] = ACTIONS(2429), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_EQ] = ACTIONS(2431), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_register] = ACTIONS(2429), + [anon_sym_inline] = 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), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2429), + [anon_sym_override] = ACTIONS(2429), + [anon_sym_GT2] = ACTIONS(2431), + [anon_sym_COLON_COLON] = ACTIONS(2431), + [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), + }, + [1640] = { + [sym_identifier] = ACTIONS(2457), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2459), + [anon_sym_COMMA] = ACTIONS(2459), + [anon_sym_LPAREN2] = ACTIONS(2459), + [anon_sym_TILDE] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(2459), + [anon_sym_AMP_AMP] = ACTIONS(2459), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2457), + [anon_sym___attribute__] = ACTIONS(2457), + [anon_sym___declspec] = ACTIONS(2457), + [anon_sym___based] = ACTIONS(2457), + [anon_sym_LBRACE] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2459), + [anon_sym_EQ] = ACTIONS(2459), + [anon_sym_static] = ACTIONS(2457), + [anon_sym_register] = ACTIONS(2457), + [anon_sym_inline] = ACTIONS(2457), + [anon_sym_const] = ACTIONS(2457), + [anon_sym_volatile] = ACTIONS(2457), + [anon_sym_restrict] = ACTIONS(2457), + [anon_sym__Atomic] = ACTIONS(2457), + [anon_sym_mutable] = ACTIONS(2457), + [anon_sym_constexpr] = ACTIONS(2457), + [anon_sym_COLON] = ACTIONS(2457), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2457), + [anon_sym_override] = ACTIONS(2457), + [anon_sym_GT2] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2459), + [sym_operator_name] = ACTIONS(2457), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2457), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2457), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2457), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2457), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2457), + [anon_sym_MOZ_COLD] = ACTIONS(2457), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2457), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2457), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2457), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2457), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2457), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2457), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2457), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2457), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2457), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2457), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2457), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2457), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2457), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2457), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2457), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2457), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_NONNULL] = ACTIONS(2457), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2457), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2457), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2457), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2457), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_NORETURN] = ACTIONS(2457), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2457), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2457), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2457), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2457), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2457), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2457), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2457), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2457), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2457), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2457), + [anon_sym_MOZ_RAII] = ACTIONS(2457), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2457), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2457), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2457), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2457), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2457), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2457), + }, + [1641] = { + [sym_field_declaration_list] = STATE(817), + [sym_virtual_specifier] = STATE(4323), + [sym_base_class_clause] = STATE(5048), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_SEMI] = ACTIONS(3457), + [anon_sym_extern] = ACTIONS(2867), + [anon_sym___attribute__] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2867), + [anon_sym___based] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2867), + [anon_sym_register] = ACTIONS(2867), + [anon_sym_inline] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2867), + [anon_sym_restrict] = ACTIONS(2867), + [anon_sym__Atomic] = ACTIONS(2867), + [anon_sym_mutable] = ACTIONS(2867), + [anon_sym_constexpr] = ACTIONS(2867), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2865), + [sym_operator_name] = ACTIONS(2867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), + [anon_sym_MOZ_COLD] = ACTIONS(2867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_RAII] = ACTIONS(2867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), + }, + [1642] = { + [sym_identifier] = ACTIONS(2821), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2823), + [anon_sym_COMMA] = ACTIONS(2823), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_LBRACK] = ACTIONS(2823), + [anon_sym_EQ] = ACTIONS(2823), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_COLON] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2821), + [anon_sym_override] = ACTIONS(2821), + [anon_sym_GT2] = ACTIONS(2823), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [sym_operator_name] = ACTIONS(2821), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2821), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2821), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2821), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2821), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2821), + [anon_sym_MOZ_COLD] = ACTIONS(2821), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2821), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2821), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2821), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2821), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2821), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2821), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2821), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2821), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2821), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2821), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2821), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2821), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2821), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2821), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2821), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2821), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_NONNULL] = ACTIONS(2821), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2821), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2821), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2821), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2821), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_NORETURN] = ACTIONS(2821), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2821), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2821), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2821), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2821), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2821), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2821), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2821), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2821), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2821), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2821), + [anon_sym_MOZ_RAII] = ACTIONS(2821), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2821), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2821), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2821), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2821), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2821), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2821), + }, + [1643] = { + [sym_identifier] = ACTIONS(2641), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2643), + [anon_sym_COMMA] = ACTIONS(2643), + [anon_sym_LPAREN2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_AMP_AMP] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2641), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym___attribute__] = ACTIONS(2641), + [anon_sym___declspec] = ACTIONS(2641), + [anon_sym___based] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_EQ] = ACTIONS(2643), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_inline] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym__Atomic] = ACTIONS(2641), + [anon_sym_mutable] = ACTIONS(2641), + [anon_sym_constexpr] = ACTIONS(2641), + [anon_sym_COLON] = ACTIONS(2641), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2641), + [anon_sym_override] = ACTIONS(2641), + [anon_sym_GT2] = ACTIONS(2643), + [anon_sym_COLON_COLON] = ACTIONS(2643), + [sym_operator_name] = ACTIONS(2641), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2641), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2641), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2641), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2641), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2641), + [anon_sym_MOZ_COLD] = ACTIONS(2641), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2641), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2641), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2641), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2641), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2641), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2641), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2641), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2641), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2641), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2641), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2641), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2641), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2641), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2641), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2641), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2641), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_NONNULL] = ACTIONS(2641), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2641), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2641), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2641), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2641), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_NORETURN] = ACTIONS(2641), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2641), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2641), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2641), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2641), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2641), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2641), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2641), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2641), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2641), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2641), + [anon_sym_MOZ_RAII] = ACTIONS(2641), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2641), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2641), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2641), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2641), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2641), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2641), + }, + [1644] = { + [sym_field_declaration_list] = STATE(851), + [sym_virtual_specifier] = STATE(4326), + [sym_base_class_clause] = STATE(5056), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_SEMI] = ACTIONS(3459), + [anon_sym_extern] = ACTIONS(2863), + [anon_sym___attribute__] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2863), + [anon_sym___based] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2863), + [anon_sym_register] = ACTIONS(2863), + [anon_sym_inline] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2863), + [anon_sym_restrict] = ACTIONS(2863), + [anon_sym__Atomic] = ACTIONS(2863), + [anon_sym_mutable] = ACTIONS(2863), + [anon_sym_constexpr] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2861), + [sym_operator_name] = ACTIONS(2863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), + [anon_sym_MOZ_COLD] = ACTIONS(2863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_RAII] = ACTIONS(2863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), + }, + [1645] = { + [sym_field_declaration_list] = STATE(817), + [sym_virtual_specifier] = STATE(4323), + [sym_base_class_clause] = STATE(5048), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LPAREN2] = ACTIONS(2865), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_SEMI] = ACTIONS(3459), + [anon_sym_extern] = ACTIONS(2867), + [anon_sym___attribute__] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2867), + [anon_sym___based] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2867), + [anon_sym_register] = ACTIONS(2867), + [anon_sym_inline] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_volatile] = ACTIONS(2867), + [anon_sym_restrict] = ACTIONS(2867), + [anon_sym__Atomic] = ACTIONS(2867), + [anon_sym_mutable] = ACTIONS(2867), + [anon_sym_constexpr] = ACTIONS(2867), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2865), + [sym_operator_name] = ACTIONS(2867), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2867), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2867), + [anon_sym_MOZ_COLD] = ACTIONS(2867), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2867), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2867), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2867), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2867), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2867), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2867), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2867), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2867), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2867), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2867), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2867), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2867), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL] = ACTIONS(2867), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2867), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2867), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN] = ACTIONS(2867), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2867), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2867), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2867), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2867), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2867), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2867), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2867), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2867), + [anon_sym_MOZ_RAII] = ACTIONS(2867), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2867), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2867), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2867), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2867), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2867), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2867), + }, + [1646] = { + [sym_identifier] = ACTIONS(2825), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2827), + [anon_sym_COMMA] = ACTIONS(2827), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_LBRACK] = ACTIONS(2827), + [anon_sym_EQ] = ACTIONS(2827), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_COLON] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2825), + [anon_sym_override] = ACTIONS(2825), + [anon_sym_GT2] = ACTIONS(2827), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [sym_operator_name] = ACTIONS(2825), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2825), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2825), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2825), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2825), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2825), + [anon_sym_MOZ_COLD] = ACTIONS(2825), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2825), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2825), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2825), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2825), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2825), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2825), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2825), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2825), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2825), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2825), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2825), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2825), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2825), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2825), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2825), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2825), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_NONNULL] = ACTIONS(2825), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2825), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2825), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2825), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2825), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_NORETURN] = ACTIONS(2825), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2825), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2825), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2825), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2825), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2825), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2825), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2825), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2825), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2825), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2825), + [anon_sym_MOZ_RAII] = ACTIONS(2825), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2825), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2825), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2825), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2825), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2825), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2825), + }, + [1647] = { + [sym_identifier] = ACTIONS(2473), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2475), + [anon_sym_COMMA] = ACTIONS(2475), + [anon_sym_LPAREN2] = ACTIONS(2475), + [anon_sym_TILDE] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_AMP_AMP] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2473), + [anon_sym_extern] = ACTIONS(2473), + [anon_sym___attribute__] = ACTIONS(2473), + [anon_sym___declspec] = ACTIONS(2473), + [anon_sym___based] = ACTIONS(2473), + [anon_sym_LBRACE] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_EQ] = ACTIONS(2475), + [anon_sym_static] = ACTIONS(2473), + [anon_sym_register] = ACTIONS(2473), + [anon_sym_inline] = ACTIONS(2473), + [anon_sym_const] = ACTIONS(2473), + [anon_sym_volatile] = ACTIONS(2473), + [anon_sym_restrict] = ACTIONS(2473), + [anon_sym__Atomic] = ACTIONS(2473), + [anon_sym_mutable] = ACTIONS(2473), + [anon_sym_constexpr] = ACTIONS(2473), + [anon_sym_COLON] = ACTIONS(2473), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2473), + [anon_sym_override] = ACTIONS(2473), + [anon_sym_GT2] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2475), + [sym_operator_name] = ACTIONS(2473), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2473), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2473), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2473), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2473), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2473), + [anon_sym_MOZ_COLD] = ACTIONS(2473), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2473), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2473), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2473), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2473), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2473), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2473), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2473), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2473), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2473), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2473), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2473), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2473), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2473), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2473), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2473), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2473), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_NONNULL] = ACTIONS(2473), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2473), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2473), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2473), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2473), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_NORETURN] = ACTIONS(2473), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2473), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2473), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2473), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2473), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2473), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2473), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2473), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2473), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2473), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2473), + [anon_sym_MOZ_RAII] = ACTIONS(2473), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2473), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2473), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2473), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2473), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2473), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2473), + }, + [1648] = { + [sym_field_declaration_list] = STATE(826), + [sym_virtual_specifier] = STATE(4321), + [sym_base_class_clause] = STATE(5042), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_SEMI] = ACTIONS(3459), + [anon_sym_extern] = ACTIONS(2875), + [anon_sym___attribute__] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2875), + [anon_sym___based] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2875), + [anon_sym_register] = ACTIONS(2875), + [anon_sym_inline] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2875), + [anon_sym_restrict] = ACTIONS(2875), + [anon_sym__Atomic] = ACTIONS(2875), + [anon_sym_mutable] = ACTIONS(2875), + [anon_sym_constexpr] = ACTIONS(2875), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2873), + [sym_operator_name] = ACTIONS(2875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2875), + [anon_sym_MOZ_COLD] = ACTIONS(2875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_RAII] = ACTIONS(2875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2875), + }, + [1649] = { + [sym_identifier] = ACTIONS(2813), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2815), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_LBRACK] = ACTIONS(2815), + [anon_sym_EQ] = ACTIONS(2815), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_COLON] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2813), + [anon_sym_override] = ACTIONS(2813), + [anon_sym_GT2] = ACTIONS(2815), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [sym_operator_name] = ACTIONS(2813), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2813), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2813), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2813), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2813), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2813), + [anon_sym_MOZ_COLD] = ACTIONS(2813), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2813), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2813), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2813), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2813), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2813), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2813), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2813), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2813), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2813), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2813), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2813), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2813), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2813), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2813), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2813), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2813), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_NONNULL] = ACTIONS(2813), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2813), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2813), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2813), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2813), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_NORETURN] = ACTIONS(2813), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2813), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2813), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2813), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2813), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2813), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2813), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2813), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2813), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2813), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2813), + [anon_sym_MOZ_RAII] = ACTIONS(2813), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2813), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2813), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2813), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2813), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2813), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2813), + }, + [1650] = { + [sym_enumerator_list] = STATE(853), + [sym__enum_base_clause] = STATE(1597), + [anon_sym_COMMA] = ACTIONS(3445), + [anon_sym_RPAREN] = ACTIONS(3445), + [anon_sym_LPAREN2] = ACTIONS(3445), + [anon_sym_STAR] = ACTIONS(3445), + [anon_sym_AMP_AMP] = ACTIONS(3445), + [anon_sym_AMP] = ACTIONS(3443), + [anon_sym_SEMI] = ACTIONS(3445), + [anon_sym_extern] = ACTIONS(3445), + [anon_sym___attribute__] = ACTIONS(3445), + [anon_sym___declspec] = ACTIONS(3445), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(3445), + [anon_sym_static] = ACTIONS(3445), + [anon_sym_register] = ACTIONS(3445), + [anon_sym_inline] = ACTIONS(3445), + [anon_sym_const] = ACTIONS(3443), + [anon_sym_volatile] = ACTIONS(3445), + [anon_sym_restrict] = ACTIONS(3445), + [anon_sym__Atomic] = ACTIONS(3445), + [anon_sym_mutable] = ACTIONS(3445), + [anon_sym_constexpr] = ACTIONS(3445), + [anon_sym_COLON] = ACTIONS(3461), + [anon_sym_DASH_GT] = ACTIONS(3445), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3445), + [anon_sym_override] = ACTIONS(3445), + [anon_sym_noexcept] = ACTIONS(3445), + [anon_sym_throw] = ACTIONS(3445), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3445), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3445), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3445), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3445), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3445), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3445), + [anon_sym_MOZ_COLD] = ACTIONS(3445), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3445), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3445), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3445), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3445), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3445), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3445), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3445), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3445), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3445), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3445), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3445), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3445), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3445), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3445), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3445), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3445), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3445), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3445), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_NONNULL] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3445), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3445), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3445), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3445), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3445), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3445), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3445), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3445), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3445), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3445), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3445), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3445), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3445), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3445), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3445), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3445), + [anon_sym_MOZ_RAII] = ACTIONS(3445), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3445), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3445), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3445), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3445), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3445), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3445), + }, + [1651] = { + [sym_identifier] = ACTIONS(2917), + [anon_sym_extern] = ACTIONS(2917), + [anon_sym___attribute__] = ACTIONS(2917), + [anon_sym___declspec] = ACTIONS(2917), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_register] = ACTIONS(2917), + [anon_sym_inline] = ACTIONS(2917), + [anon_sym_const] = ACTIONS(2917), + [anon_sym_volatile] = ACTIONS(2917), + [anon_sym_restrict] = ACTIONS(2917), + [anon_sym__Atomic] = ACTIONS(2917), + [anon_sym_mutable] = ACTIONS(2917), + [anon_sym_constexpr] = ACTIONS(2917), + [anon_sym_signed] = ACTIONS(2917), + [anon_sym_unsigned] = ACTIONS(2917), + [anon_sym_long] = ACTIONS(2917), + [anon_sym_short] = ACTIONS(2917), + [sym_primitive_type] = ACTIONS(2917), + [anon_sym_enum] = ACTIONS(2917), + [anon_sym_class] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_union] = ACTIONS(2917), + [anon_sym_COLON] = ACTIONS(2917), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2917), + [anon_sym_final] = ACTIONS(2917), + [anon_sym_override] = ACTIONS(2917), + [sym_auto] = ACTIONS(2917), + [anon_sym_typename] = ACTIONS(2917), + [anon_sym_COLON_COLON] = ACTIONS(2919), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2917), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2917), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2917), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2917), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2917), + [anon_sym_MOZ_COLD] = ACTIONS(2917), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2917), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2917), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2917), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2917), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2917), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2917), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2917), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2917), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2917), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2917), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2917), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2917), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2917), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2917), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2917), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2917), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_NONNULL] = ACTIONS(2917), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2917), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2917), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2917), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2917), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_NORETURN] = ACTIONS(2917), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2917), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2917), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2917), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2917), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2917), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2917), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2917), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2917), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2917), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2917), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2917), + [anon_sym_MOZ_RAII] = ACTIONS(2917), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2917), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2917), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2917), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2917), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2917), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2917), + }, + [1652] = { + [sym_field_declaration_list] = STATE(851), + [sym_virtual_specifier] = STATE(4326), + [sym_base_class_clause] = STATE(5056), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LPAREN2] = ACTIONS(2861), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_SEMI] = ACTIONS(3457), + [anon_sym_extern] = ACTIONS(2863), + [anon_sym___attribute__] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2863), + [anon_sym___based] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2863), + [anon_sym_register] = ACTIONS(2863), + [anon_sym_inline] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_volatile] = ACTIONS(2863), + [anon_sym_restrict] = ACTIONS(2863), + [anon_sym__Atomic] = ACTIONS(2863), + [anon_sym_mutable] = ACTIONS(2863), + [anon_sym_constexpr] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2861), + [sym_operator_name] = ACTIONS(2863), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2863), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2863), + [anon_sym_MOZ_COLD] = ACTIONS(2863), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2863), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2863), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2863), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2863), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2863), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2863), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2863), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2863), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2863), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2863), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2863), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2863), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL] = ACTIONS(2863), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2863), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2863), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN] = ACTIONS(2863), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2863), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2863), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2863), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2863), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2863), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2863), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2863), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2863), + [anon_sym_MOZ_RAII] = ACTIONS(2863), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2863), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2863), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2863), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2863), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2863), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2863), + }, + [1653] = { + [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___declspec] = ACTIONS(3289), + [anon_sym___based] = ACTIONS(3289), + [anon_sym_LBRACE] = ACTIONS(3291), + [anon_sym_LBRACK] = ACTIONS(3291), + [anon_sym_EQ] = ACTIONS(3291), + [anon_sym_static] = ACTIONS(3289), + [anon_sym_register] = ACTIONS(3289), + [anon_sym_inline] = 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(3289), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3291), + [anon_sym_COLON_COLON] = ACTIONS(3291), + [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), + }, + [1654] = { + [sym_enumerator_list] = STATE(1336), + [sym__enum_base_clause] = STATE(1616), + [sym_identifier] = ACTIONS(3443), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3445), + [anon_sym_COMMA] = ACTIONS(3445), + [anon_sym_LPAREN2] = ACTIONS(3445), + [anon_sym_TILDE] = ACTIONS(3445), + [anon_sym_STAR] = ACTIONS(3445), + [anon_sym_AMP_AMP] = ACTIONS(3445), + [anon_sym_AMP] = ACTIONS(3443), + [anon_sym_extern] = ACTIONS(3443), + [anon_sym___attribute__] = ACTIONS(3443), + [anon_sym___declspec] = ACTIONS(3443), + [anon_sym___based] = ACTIONS(3443), + [anon_sym_LBRACE] = ACTIONS(3319), + [anon_sym_LBRACK] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(3445), + [anon_sym_static] = ACTIONS(3443), + [anon_sym_register] = ACTIONS(3443), + [anon_sym_inline] = ACTIONS(3443), + [anon_sym_const] = ACTIONS(3443), + [anon_sym_volatile] = ACTIONS(3443), + [anon_sym_restrict] = ACTIONS(3443), + [anon_sym__Atomic] = ACTIONS(3443), + [anon_sym_mutable] = ACTIONS(3443), + [anon_sym_constexpr] = ACTIONS(3443), + [anon_sym_COLON] = ACTIONS(3455), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3445), + [anon_sym_COLON_COLON] = ACTIONS(3445), + [sym_operator_name] = ACTIONS(3443), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3443), + [anon_sym_MOZ_COLD] = ACTIONS(3443), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3443), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3443), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3443), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3443), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3443), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3443), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3443), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3443), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3443), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3443), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3443), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3443), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_RAII] = ACTIONS(3443), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3443), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3443), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3443), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3443), + }, + [1655] = { + [sym_identifier] = ACTIONS(2909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_LPAREN2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2907), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_COLON] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2909), + [anon_sym_override] = ACTIONS(2909), + [anon_sym_GT2] = ACTIONS(2907), + [anon_sym_COLON_COLON] = ACTIONS(2841), + [sym_operator_name] = ACTIONS(2909), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2909), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2909), + [anon_sym_MOZ_COLD] = ACTIONS(2909), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2909), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2909), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2909), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2909), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2909), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2909), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2909), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2909), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2909), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2909), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2909), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2909), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL] = ACTIONS(2909), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2909), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2909), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN] = ACTIONS(2909), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2909), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2909), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2909), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2909), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2909), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2909), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2909), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2909), + [anon_sym_MOZ_RAII] = ACTIONS(2909), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2909), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2909), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2909), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2909), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2909), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2909), + }, + [1656] = { + [sym_identifier] = ACTIONS(2677), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2679), + [anon_sym_COMMA] = ACTIONS(2679), + [anon_sym_LPAREN2] = ACTIONS(2679), + [anon_sym_TILDE] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_AMP_AMP] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2677), + [anon_sym_extern] = ACTIONS(2677), + [anon_sym___attribute__] = ACTIONS(2677), + [anon_sym___declspec] = ACTIONS(2677), + [anon_sym___based] = ACTIONS(2677), + [anon_sym_LBRACE] = ACTIONS(2679), + [anon_sym_LBRACK] = ACTIONS(2679), + [anon_sym_EQ] = ACTIONS(2679), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_register] = ACTIONS(2677), + [anon_sym_inline] = ACTIONS(2677), + [anon_sym_const] = ACTIONS(2677), + [anon_sym_volatile] = ACTIONS(2677), + [anon_sym_restrict] = ACTIONS(2677), + [anon_sym__Atomic] = ACTIONS(2677), + [anon_sym_mutable] = ACTIONS(2677), + [anon_sym_constexpr] = ACTIONS(2677), + [anon_sym_COLON] = ACTIONS(2677), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(2677), + [anon_sym_override] = ACTIONS(2677), + [anon_sym_GT2] = ACTIONS(2679), + [anon_sym_COLON_COLON] = ACTIONS(2679), + [sym_operator_name] = ACTIONS(2677), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2677), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2677), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2677), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2677), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2677), + [anon_sym_MOZ_COLD] = ACTIONS(2677), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2677), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2677), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2677), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2677), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2677), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2677), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2677), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2677), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2677), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2677), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2677), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2677), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2677), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2677), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2677), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2677), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_NONNULL] = ACTIONS(2677), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2677), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2677), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2677), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2677), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_NORETURN] = ACTIONS(2677), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2677), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2677), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2677), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2677), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2677), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2677), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2677), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2677), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2677), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2677), + [anon_sym_MOZ_RAII] = ACTIONS(2677), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2677), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2677), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2677), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2677), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2677), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2677), + }, + [1657] = { + [sym_field_declaration_list] = STATE(826), + [sym_virtual_specifier] = STATE(4321), + [sym_base_class_clause] = STATE(5042), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_SEMI] = ACTIONS(3457), + [anon_sym_extern] = ACTIONS(2875), + [anon_sym___attribute__] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2875), + [anon_sym___based] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2875), + [anon_sym_register] = ACTIONS(2875), + [anon_sym_inline] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2875), + [anon_sym_restrict] = ACTIONS(2875), + [anon_sym__Atomic] = ACTIONS(2875), + [anon_sym_mutable] = ACTIONS(2875), + [anon_sym_constexpr] = ACTIONS(2875), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2873), + [sym_operator_name] = ACTIONS(2875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2875), + [anon_sym_MOZ_COLD] = ACTIONS(2875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_RAII] = ACTIONS(2875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2875), + }, + [1658] = { + [sym_enumerator_list] = STATE(927), + [sym__enum_base_clause] = STATE(1607), + [anon_sym_COMMA] = ACTIONS(3451), + [anon_sym_RPAREN] = ACTIONS(3451), + [anon_sym_LPAREN2] = ACTIONS(3451), + [anon_sym_STAR] = ACTIONS(3451), + [anon_sym_AMP_AMP] = ACTIONS(3451), + [anon_sym_AMP] = ACTIONS(3449), + [anon_sym_SEMI] = ACTIONS(3451), + [anon_sym_extern] = ACTIONS(3451), + [anon_sym___attribute__] = ACTIONS(3451), + [anon_sym___declspec] = ACTIONS(3451), + [anon_sym_LBRACE] = ACTIONS(3297), + [anon_sym_LBRACK] = ACTIONS(3451), + [anon_sym_EQ] = ACTIONS(3451), + [anon_sym_static] = ACTIONS(3451), + [anon_sym_register] = ACTIONS(3451), + [anon_sym_inline] = ACTIONS(3451), + [anon_sym_const] = ACTIONS(3449), + [anon_sym_volatile] = ACTIONS(3451), + [anon_sym_restrict] = ACTIONS(3451), + [anon_sym__Atomic] = ACTIONS(3451), + [anon_sym_mutable] = ACTIONS(3451), + [anon_sym_constexpr] = ACTIONS(3451), + [anon_sym_COLON] = ACTIONS(3461), + [anon_sym_DASH_GT] = ACTIONS(3451), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3451), + [anon_sym_override] = ACTIONS(3451), + [anon_sym_noexcept] = ACTIONS(3451), + [anon_sym_throw] = ACTIONS(3451), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3451), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3451), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3451), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3451), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3451), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3451), + [anon_sym_MOZ_COLD] = ACTIONS(3451), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3451), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3451), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3451), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3451), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3451), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3451), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3451), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3451), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3451), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3451), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3451), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3451), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3451), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3451), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3451), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3451), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3451), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3451), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_NONNULL] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3451), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3451), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3451), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3451), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3451), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3451), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3451), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3451), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3451), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3451), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3451), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3451), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3451), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3451), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3451), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3451), + [anon_sym_MOZ_RAII] = ACTIONS(3451), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3451), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3451), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3451), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3451), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3451), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3451), + }, + [1659] = { + [sym_field_declaration_list] = STATE(826), + [sym_virtual_specifier] = STATE(4321), + [sym_base_class_clause] = STATE(5042), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LPAREN2] = ACTIONS(2873), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_SEMI] = ACTIONS(3453), + [anon_sym_extern] = ACTIONS(2875), + [anon_sym___attribute__] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2875), + [anon_sym___based] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2875), + [anon_sym_register] = ACTIONS(2875), + [anon_sym_inline] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_volatile] = ACTIONS(2875), + [anon_sym_restrict] = ACTIONS(2875), + [anon_sym__Atomic] = ACTIONS(2875), + [anon_sym_mutable] = ACTIONS(2875), + [anon_sym_constexpr] = ACTIONS(2875), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2873), + [sym_operator_name] = ACTIONS(2875), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2875), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2875), + [anon_sym_MOZ_COLD] = ACTIONS(2875), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2875), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2875), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2875), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2875), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2875), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2875), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2875), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2875), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2875), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2875), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2875), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2875), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL] = ACTIONS(2875), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2875), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2875), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN] = ACTIONS(2875), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2875), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2875), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2875), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2875), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2875), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2875), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2875), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2875), + [anon_sym_MOZ_RAII] = ACTIONS(2875), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2875), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2875), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2875), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2875), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2875), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2875), + }, + [1660] = { + [sym_template_argument_list] = STATE(1678), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_RPAREN] = ACTIONS(3463), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(3466), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(3463), + [anon_sym_EQ] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3468), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1661] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3470), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1662] = { + [sym_identifier] = ACTIONS(2921), + [anon_sym_LPAREN2] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_extern] = ACTIONS(2921), + [anon_sym___attribute__] = ACTIONS(2921), + [anon_sym___declspec] = ACTIONS(2921), + [anon_sym___based] = ACTIONS(2921), + [anon_sym_static] = ACTIONS(2921), + [anon_sym_register] = ACTIONS(2921), + [anon_sym_inline] = ACTIONS(2921), + [anon_sym_const] = ACTIONS(2921), + [anon_sym_volatile] = ACTIONS(2921), + [anon_sym_restrict] = ACTIONS(2921), + [anon_sym__Atomic] = ACTIONS(2921), + [anon_sym_mutable] = ACTIONS(2921), + [anon_sym_constexpr] = ACTIONS(2921), + [anon_sym_signed] = ACTIONS(2921), + [anon_sym_unsigned] = ACTIONS(2921), + [anon_sym_long] = ACTIONS(2921), + [anon_sym_short] = ACTIONS(2921), + [sym_primitive_type] = ACTIONS(2921), + [anon_sym_enum] = ACTIONS(2921), + [anon_sym_class] = ACTIONS(2921), + [anon_sym_struct] = ACTIONS(2921), + [anon_sym_union] = ACTIONS(2921), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2921), + [sym_auto] = ACTIONS(2921), + [anon_sym_typename] = ACTIONS(2921), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2921), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2921), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2921), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2921), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2921), + [anon_sym_MOZ_COLD] = ACTIONS(2921), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2921), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2921), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2921), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2921), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2921), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2921), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2921), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2921), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2921), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2921), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2921), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2921), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2921), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2921), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2921), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2921), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_NONNULL] = ACTIONS(2921), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2921), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2921), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2921), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2921), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_NORETURN] = ACTIONS(2921), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2921), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2921), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2921), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2921), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2921), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2921), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2921), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2921), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2921), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2921), + [anon_sym_MOZ_RAII] = ACTIONS(2921), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2921), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2921), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2921), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2921), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2921), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2921), + }, + [1663] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3472), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1664] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3474), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1665] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3476), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1666] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3478), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1667] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3480), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1668] = { + [sym_attribute_specifier] = STATE(1593), + [sym_ms_declspec_modifier] = STATE(1593), + [sym_storage_class_specifier] = STATE(1593), + [sym_type_qualifier] = STATE(1593), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1593), + [sym_identifier] = ACTIONS(3263), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_TILDE] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_SEMI] = ACTIONS(3482), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym___declspec] = ACTIONS(3267), + [anon_sym___based] = ACTIONS(3263), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym_mutable] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3265), + [sym_operator_name] = ACTIONS(3263), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(141), + [anon_sym_MOZ_COLD] = ACTIONS(141), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(141), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(141), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(141), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(141), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(141), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(141), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(141), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(141), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(141), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(141), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(141), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(141), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(141), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(141), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(141), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(141), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(141), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(141), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(141), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(141), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(141), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(141), + [anon_sym_MOZ_RAII] = ACTIONS(141), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(141), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(141), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(141), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(141), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(141), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(141), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(141), + }, + [1669] = { + [sym_argument_list] = STATE(2508), + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(3484), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1670] = { + [sym_template_argument_list] = STATE(1643), + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2839), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1671] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_EQ] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(2231), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1672] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2315), + [anon_sym_COMMA] = ACTIONS(2315), + [anon_sym_RPAREN] = ACTIONS(2312), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_LT] = ACTIONS(2312), + [anon_sym_SEMI] = ACTIONS(2310), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_EQ] = ACTIONS(2315), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), + }, + [1673] = { + [sym_initializer_list] = STATE(3026), + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3487), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1674] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2295), + [anon_sym_COMMA] = ACTIONS(2295), + [anon_sym_RPAREN] = ACTIONS(2292), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_AMP_AMP] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2292), + [anon_sym_EQ] = ACTIONS(2295), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), + }, + [1675] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2277), + [anon_sym_COMMA] = ACTIONS(2277), + [anon_sym_RPAREN] = ACTIONS(2274), + [anon_sym_LPAREN2] = ACTIONS(2274), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_AMP_AMP] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_LT] = ACTIONS(2274), + [anon_sym_SEMI] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_EQ] = ACTIONS(2277), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), + }, + [1676] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2231), + [anon_sym_COMMA] = ACTIONS(3365), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3357), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_EQ] = ACTIONS(3367), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(3365), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1677] = { + [sym_template_argument_list] = STATE(1689), + [sym_identifier] = ACTIONS(2223), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACE] = ACTIONS(2231), + [anon_sym_LBRACK] = ACTIONS(3466), + [anon_sym_EQ] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [anon_sym_COLON] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3489), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1678] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_RPAREN] = ACTIONS(2931), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_EQ] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1679] = { + [sym_identifier] = ACTIONS(3491), + [anon_sym_extern] = ACTIONS(3491), + [anon_sym___attribute__] = ACTIONS(3491), + [anon_sym___declspec] = ACTIONS(3491), + [anon_sym_static] = ACTIONS(3491), + [anon_sym_register] = ACTIONS(3491), + [anon_sym_inline] = ACTIONS(3491), + [anon_sym_const] = ACTIONS(3491), + [anon_sym_volatile] = ACTIONS(3491), + [anon_sym_restrict] = ACTIONS(3491), + [anon_sym__Atomic] = ACTIONS(3491), + [anon_sym_mutable] = ACTIONS(3491), + [anon_sym_constexpr] = ACTIONS(3491), + [anon_sym_signed] = ACTIONS(3491), + [anon_sym_unsigned] = ACTIONS(3491), + [anon_sym_long] = ACTIONS(3491), + [anon_sym_short] = ACTIONS(3491), + [sym_primitive_type] = ACTIONS(3491), + [anon_sym_enum] = ACTIONS(3491), + [anon_sym_class] = ACTIONS(3491), + [anon_sym_struct] = ACTIONS(3491), + [anon_sym_union] = ACTIONS(3491), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3491), + [sym_auto] = ACTIONS(3491), + [anon_sym_typename] = ACTIONS(3491), + [anon_sym_COLON_COLON] = ACTIONS(3493), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3491), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3491), + [anon_sym_MOZ_COLD] = ACTIONS(3491), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3491), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3491), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3491), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3491), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3491), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3491), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3491), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3491), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3491), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3491), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3491), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3491), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL] = ACTIONS(3491), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3491), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3491), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN] = ACTIONS(3491), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3491), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3491), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3491), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3491), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3491), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3491), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3491), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3491), + [anon_sym_MOZ_RAII] = ACTIONS(3491), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3491), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3491), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3491), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3491), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3491), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3491), + }, + [1680] = { + [sym_identifier] = ACTIONS(2913), + [anon_sym_extern] = ACTIONS(2913), + [anon_sym___attribute__] = ACTIONS(2913), + [anon_sym___declspec] = ACTIONS(2913), + [anon_sym_static] = ACTIONS(2913), + [anon_sym_register] = ACTIONS(2913), + [anon_sym_inline] = ACTIONS(2913), + [anon_sym_const] = ACTIONS(2913), + [anon_sym_volatile] = ACTIONS(2913), + [anon_sym_restrict] = ACTIONS(2913), + [anon_sym__Atomic] = ACTIONS(2913), + [anon_sym_mutable] = ACTIONS(2913), + [anon_sym_constexpr] = ACTIONS(2913), + [anon_sym_signed] = ACTIONS(2913), + [anon_sym_unsigned] = ACTIONS(2913), + [anon_sym_long] = ACTIONS(2913), + [anon_sym_short] = ACTIONS(2913), + [sym_primitive_type] = ACTIONS(2913), + [anon_sym_enum] = ACTIONS(2913), + [anon_sym_class] = ACTIONS(2913), + [anon_sym_struct] = ACTIONS(2913), + [anon_sym_union] = ACTIONS(2913), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2913), + [sym_auto] = ACTIONS(2913), + [anon_sym_typename] = ACTIONS(2913), + [anon_sym_COLON_COLON] = ACTIONS(2915), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2913), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2913), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2913), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2913), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2913), + [anon_sym_MOZ_COLD] = ACTIONS(2913), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2913), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2913), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2913), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2913), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2913), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2913), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2913), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2913), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2913), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2913), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2913), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2913), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2913), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2913), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2913), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2913), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_NONNULL] = ACTIONS(2913), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2913), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2913), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2913), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2913), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_NORETURN] = ACTIONS(2913), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2913), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2913), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2913), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2913), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2913), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2913), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2913), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2913), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2913), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2913), + [anon_sym_MOZ_RAII] = ACTIONS(2913), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2913), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2913), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2913), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2913), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2913), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2913), + }, + [1681] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_LPAREN2] = ACTIONS(2274), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_AMP_AMP] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_LT] = ACTIONS(2274), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2272), + [anon_sym_EQ] = ACTIONS(2277), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [anon_sym_COLON] = ACTIONS(2270), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), + }, + [1682] = { + [sym_enumerator_list] = STATE(927), + [sym__enum_base_clause] = STATE(993), + [sym_identifier] = ACTIONS(3449), + [anon_sym_LPAREN2] = ACTIONS(3451), + [anon_sym_STAR] = ACTIONS(3451), + [anon_sym_AMP_AMP] = ACTIONS(3451), + [anon_sym_AMP] = ACTIONS(3449), + [anon_sym_SEMI] = ACTIONS(3451), + [anon_sym_extern] = ACTIONS(3449), + [anon_sym___attribute__] = ACTIONS(3449), + [anon_sym___declspec] = ACTIONS(3449), + [anon_sym___based] = ACTIONS(3449), + [anon_sym_LBRACE] = ACTIONS(3451), + [anon_sym_EQ] = ACTIONS(3451), + [anon_sym_static] = ACTIONS(3449), + [anon_sym_register] = ACTIONS(3449), + [anon_sym_inline] = ACTIONS(3449), + [anon_sym_const] = ACTIONS(3449), + [anon_sym_volatile] = ACTIONS(3449), + [anon_sym_restrict] = ACTIONS(3449), + [anon_sym__Atomic] = ACTIONS(3449), + [anon_sym_mutable] = ACTIONS(3449), + [anon_sym_constexpr] = ACTIONS(3449), + [anon_sym_COLON] = ACTIONS(3449), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3451), + [sym_operator_name] = ACTIONS(3449), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3449), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3449), + [anon_sym_MOZ_COLD] = ACTIONS(3449), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3449), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3449), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3449), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3449), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3449), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3449), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3449), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3449), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3449), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3449), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3449), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3449), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL] = ACTIONS(3449), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3449), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3449), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN] = ACTIONS(3449), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3449), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3449), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3449), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3449), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3449), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3449), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3449), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3449), + [anon_sym_MOZ_RAII] = ACTIONS(3449), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3449), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3449), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3449), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3449), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3449), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3449), + }, + [1683] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_LT] = ACTIONS(2312), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2310), + [anon_sym_EQ] = ACTIONS(2315), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [anon_sym_COLON] = ACTIONS(2308), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), + }, + [1684] = { + [sym_enumerator_list] = STATE(853), + [sym__enum_base_clause] = STATE(813), + [sym_identifier] = ACTIONS(3443), + [anon_sym_LPAREN2] = ACTIONS(3445), + [anon_sym_STAR] = ACTIONS(3445), + [anon_sym_AMP_AMP] = ACTIONS(3445), + [anon_sym_AMP] = ACTIONS(3443), + [anon_sym_SEMI] = ACTIONS(3445), + [anon_sym_extern] = ACTIONS(3443), + [anon_sym___attribute__] = ACTIONS(3443), + [anon_sym___declspec] = ACTIONS(3443), + [anon_sym___based] = ACTIONS(3443), + [anon_sym_LBRACE] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(3445), + [anon_sym_static] = ACTIONS(3443), + [anon_sym_register] = ACTIONS(3443), + [anon_sym_inline] = ACTIONS(3443), + [anon_sym_const] = ACTIONS(3443), + [anon_sym_volatile] = ACTIONS(3443), + [anon_sym_restrict] = ACTIONS(3443), + [anon_sym__Atomic] = ACTIONS(3443), + [anon_sym_mutable] = ACTIONS(3443), + [anon_sym_constexpr] = ACTIONS(3443), + [anon_sym_COLON] = ACTIONS(3443), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3445), + [sym_operator_name] = ACTIONS(3443), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3443), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3443), + [anon_sym_MOZ_COLD] = ACTIONS(3443), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3443), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3443), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3443), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3443), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3443), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3443), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3443), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3443), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3443), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3443), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3443), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3443), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL] = ACTIONS(3443), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3443), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3443), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN] = ACTIONS(3443), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3443), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3443), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3443), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3443), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3443), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3443), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3443), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3443), + [anon_sym_MOZ_RAII] = ACTIONS(3443), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3443), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3443), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3443), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3443), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3443), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3443), + }, + [1685] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3495), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1686] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_AMP_AMP] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_EQ] = ACTIONS(2295), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [anon_sym_COLON] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), + }, + [1687] = { + [sym_identifier] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym___attribute__] = ACTIONS(2993), + [anon_sym___declspec] = ACTIONS(2993), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_register] = ACTIONS(2993), + [anon_sym_inline] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_volatile] = ACTIONS(2993), + [anon_sym_restrict] = ACTIONS(2993), + [anon_sym__Atomic] = ACTIONS(2993), + [anon_sym_mutable] = ACTIONS(2993), + [anon_sym_constexpr] = ACTIONS(2993), + [anon_sym_signed] = ACTIONS(2993), + [anon_sym_unsigned] = ACTIONS(2993), + [anon_sym_long] = ACTIONS(2993), + [anon_sym_short] = ACTIONS(2993), + [sym_primitive_type] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_class] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2993), + [sym_auto] = ACTIONS(2993), + [anon_sym_typename] = ACTIONS(2993), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2993), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2993), + [anon_sym_MOZ_COLD] = ACTIONS(2993), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2993), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2993), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2993), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2993), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2993), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2993), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2993), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2993), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2993), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2993), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2993), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2993), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL] = ACTIONS(2993), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2993), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2993), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN] = ACTIONS(2993), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2993), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2993), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2993), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2993), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2993), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2993), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2993), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2993), + [anon_sym_MOZ_RAII] = ACTIONS(2993), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2993), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2993), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2993), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2993), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2993), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2993), + }, + [1688] = { + [sym_identifier] = ACTIONS(3217), + [anon_sym_extern] = ACTIONS(3217), + [anon_sym___attribute__] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3217), + [anon_sym_static] = ACTIONS(3217), + [anon_sym_register] = ACTIONS(3217), + [anon_sym_inline] = 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_signed] = ACTIONS(3217), + [anon_sym_unsigned] = ACTIONS(3217), + [anon_sym_long] = ACTIONS(3217), + [anon_sym_short] = ACTIONS(3217), + [sym_primitive_type] = ACTIONS(3217), + [anon_sym_enum] = ACTIONS(3217), + [anon_sym_class] = ACTIONS(3217), + [anon_sym_struct] = ACTIONS(3217), + [anon_sym_union] = ACTIONS(3217), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(3217), + [sym_auto] = ACTIONS(3217), + [anon_sym_typename] = ACTIONS(3217), + [anon_sym_COLON_COLON] = ACTIONS(3219), + [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), + }, + [1689] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_EQ] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [anon_sym_COLON] = ACTIONS(2843), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1690] = { + [sym_template_argument_list] = STATE(1701), + [sym_identifier] = ACTIONS(2223), + [anon_sym_LPAREN2] = ACTIONS(3463), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(3463), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3497), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1691] = { + [sym_initializer_list] = STATE(3026), + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3499), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1692] = { + [sym_template_argument_list] = STATE(1016), + [sym_identifier] = ACTIONS(2223), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_TILDE] = ACTIONS(2231), + [anon_sym_STAR] = ACTIONS(2231), + [anon_sym_AMP_AMP] = ACTIONS(2231), + [anon_sym_AMP] = ACTIONS(2223), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym___attribute__] = ACTIONS(2223), + [anon_sym___declspec] = ACTIONS(2223), + [anon_sym___based] = ACTIONS(2223), + [anon_sym_LBRACK] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_register] = ACTIONS(2223), + [anon_sym_inline] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_volatile] = ACTIONS(2223), + [anon_sym_restrict] = ACTIONS(2223), + [anon_sym__Atomic] = ACTIONS(2223), + [anon_sym_mutable] = ACTIONS(2223), + [anon_sym_constexpr] = ACTIONS(2223), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3235), + [sym_operator_name] = ACTIONS(2223), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2223), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2223), + [anon_sym_MOZ_COLD] = ACTIONS(2223), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2223), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2223), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2223), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2223), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2223), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2223), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2223), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2223), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2223), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2223), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2223), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2223), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL] = ACTIONS(2223), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2223), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2223), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN] = ACTIONS(2223), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2223), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2223), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2223), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2223), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2223), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2223), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2223), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2223), + [anon_sym_MOZ_RAII] = ACTIONS(2223), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2223), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2223), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2223), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2223), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2223), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2223), + }, + [1693] = { + [sym_template_argument_list] = STATE(928), + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_LT] = ACTIONS(3229), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1694] = { + [sym_identifier] = ACTIONS(2270), + [anon_sym_LPAREN2] = ACTIONS(2274), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_AMP_AMP] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_LT] = ACTIONS(2274), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2270), + [anon_sym___attribute__] = ACTIONS(2270), + [anon_sym___declspec] = ACTIONS(2270), + [anon_sym___based] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_static] = ACTIONS(2270), + [anon_sym_register] = ACTIONS(2270), + [anon_sym_inline] = ACTIONS(2270), + [anon_sym_const] = ACTIONS(2270), + [anon_sym_volatile] = ACTIONS(2270), + [anon_sym_restrict] = ACTIONS(2270), + [anon_sym__Atomic] = ACTIONS(2270), + [anon_sym_mutable] = ACTIONS(2270), + [anon_sym_constexpr] = ACTIONS(2270), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [sym_operator_name] = ACTIONS(2270), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2270), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2270), + [anon_sym_MOZ_COLD] = ACTIONS(2270), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2270), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2270), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2270), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2270), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2270), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2270), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2270), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2270), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2270), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2270), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2270), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2270), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL] = ACTIONS(2270), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2270), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2270), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN] = ACTIONS(2270), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2270), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2270), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2270), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2270), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2270), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2270), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2270), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2270), + [anon_sym_MOZ_RAII] = ACTIONS(2270), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2270), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2270), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2270), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2270), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2270), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2270), + }, + [1695] = { + [sym_initializer_list] = STATE(3026), + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3501), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1696] = { + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(3505), + [anon_sym_TILDE] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(3505), + [anon_sym_AMP_AMP] = ACTIONS(3505), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_extern] = ACTIONS(3503), + [anon_sym___attribute__] = ACTIONS(3503), + [anon_sym___based] = ACTIONS(3503), + [anon_sym_LBRACK] = ACTIONS(3505), + [anon_sym_static] = ACTIONS(3503), + [anon_sym_register] = ACTIONS(3503), + [anon_sym_inline] = ACTIONS(3503), + [anon_sym_const] = ACTIONS(3503), + [anon_sym_volatile] = ACTIONS(3503), + [anon_sym_restrict] = ACTIONS(3503), + [anon_sym__Atomic] = ACTIONS(3503), + [anon_sym_mutable] = ACTIONS(3503), + [anon_sym_constexpr] = ACTIONS(3503), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3503), + [anon_sym_explicit] = ACTIONS(3503), + [anon_sym_COLON_COLON] = ACTIONS(3505), + [anon_sym_operator] = ACTIONS(3503), + [sym_operator_name] = ACTIONS(3503), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3503), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3503), + [anon_sym_MOZ_COLD] = ACTIONS(3503), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3503), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3503), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3503), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3503), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3503), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3503), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3503), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3503), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3503), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3503), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3503), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3503), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL] = ACTIONS(3503), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3503), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3503), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN] = ACTIONS(3503), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3503), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3503), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3503), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3503), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3503), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3503), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3503), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3503), + [anon_sym_MOZ_RAII] = ACTIONS(3503), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3503), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3503), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3503), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3503), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3503), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3503), + }, + [1697] = { + [sym_identifier] = ACTIONS(3507), + [anon_sym_LPAREN2] = ACTIONS(3509), + [anon_sym_TILDE] = ACTIONS(3511), + [anon_sym_STAR] = ACTIONS(3511), + [anon_sym_AMP_AMP] = ACTIONS(3511), + [anon_sym_AMP] = ACTIONS(3507), + [anon_sym_extern] = ACTIONS(3507), + [anon_sym___attribute__] = ACTIONS(3507), + [anon_sym___based] = ACTIONS(3507), + [anon_sym_LBRACK] = ACTIONS(3511), + [anon_sym_static] = ACTIONS(3507), + [anon_sym_register] = ACTIONS(3507), + [anon_sym_inline] = ACTIONS(3507), + [anon_sym_const] = ACTIONS(3507), + [anon_sym_volatile] = ACTIONS(3507), + [anon_sym_restrict] = ACTIONS(3507), + [anon_sym__Atomic] = ACTIONS(3507), + [anon_sym_mutable] = ACTIONS(3507), + [anon_sym_constexpr] = ACTIONS(3507), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(3507), + [anon_sym_explicit] = ACTIONS(3507), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_operator] = ACTIONS(3507), + [sym_operator_name] = ACTIONS(3507), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3507), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3507), + [anon_sym_MOZ_COLD] = ACTIONS(3507), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3507), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3507), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3507), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3507), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3507), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3507), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3507), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3507), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3507), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3507), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3507), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3507), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL] = ACTIONS(3507), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3507), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3507), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN] = ACTIONS(3507), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3507), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3507), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3507), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3507), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3507), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3507), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3507), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3507), + [anon_sym_MOZ_RAII] = ACTIONS(3507), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3507), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3507), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3507), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3507), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3507), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3507), + }, + [1698] = { + [sym_identifier] = ACTIONS(2288), + [anon_sym_LPAREN2] = ACTIONS(2292), + [anon_sym_TILDE] = ACTIONS(2295), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_AMP_AMP] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_LT] = ACTIONS(2292), + [anon_sym_SEMI] = ACTIONS(2295), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym___attribute__] = ACTIONS(2288), + [anon_sym___declspec] = ACTIONS(2288), + [anon_sym___based] = ACTIONS(2288), + [anon_sym_LBRACK] = ACTIONS(2292), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_register] = ACTIONS(2288), + [anon_sym_inline] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_volatile] = ACTIONS(2288), + [anon_sym_restrict] = ACTIONS(2288), + [anon_sym__Atomic] = ACTIONS(2288), + [anon_sym_mutable] = ACTIONS(2288), + [anon_sym_constexpr] = ACTIONS(2288), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [sym_operator_name] = ACTIONS(2288), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2288), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2288), + [anon_sym_MOZ_COLD] = ACTIONS(2288), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2288), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2288), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2288), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2288), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2288), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2288), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2288), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2288), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2288), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2288), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2288), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2288), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL] = ACTIONS(2288), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2288), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2288), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN] = ACTIONS(2288), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2288), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2288), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2288), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2288), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2288), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2288), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2288), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2288), + [anon_sym_MOZ_RAII] = ACTIONS(2288), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2288), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2288), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2288), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2288), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2288), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2288), + }, + [1699] = { + [sym_identifier] = ACTIONS(2308), + [anon_sym_LPAREN2] = ACTIONS(2312), + [anon_sym_TILDE] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_AMP_AMP] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_LT] = ACTIONS(2312), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_extern] = ACTIONS(2308), + [anon_sym___attribute__] = ACTIONS(2308), + [anon_sym___declspec] = ACTIONS(2308), + [anon_sym___based] = ACTIONS(2308), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_static] = ACTIONS(2308), + [anon_sym_register] = ACTIONS(2308), + [anon_sym_inline] = ACTIONS(2308), + [anon_sym_const] = ACTIONS(2308), + [anon_sym_volatile] = ACTIONS(2308), + [anon_sym_restrict] = ACTIONS(2308), + [anon_sym__Atomic] = ACTIONS(2308), + [anon_sym_mutable] = ACTIONS(2308), + [anon_sym_constexpr] = ACTIONS(2308), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [sym_operator_name] = ACTIONS(2308), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2308), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2308), + [anon_sym_MOZ_COLD] = ACTIONS(2308), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2308), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2308), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2308), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2308), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2308), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2308), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2308), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2308), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2308), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2308), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2308), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2308), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL] = ACTIONS(2308), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2308), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2308), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN] = ACTIONS(2308), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2308), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2308), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2308), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2308), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2308), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2308), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2308), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2308), + [anon_sym_MOZ_RAII] = ACTIONS(2308), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2308), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2308), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2308), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2308), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2308), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2308), + }, + [1700] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_EQ] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_COLON] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3513), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1701] = { + [sym_identifier] = ACTIONS(2843), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2843), + [anon_sym___attribute__] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2843), + [anon_sym___based] = ACTIONS(2843), + [anon_sym_LBRACK] = ACTIONS(2931), + [anon_sym_static] = ACTIONS(2843), + [anon_sym_register] = ACTIONS(2843), + [anon_sym_inline] = ACTIONS(2843), + [anon_sym_const] = ACTIONS(2843), + [anon_sym_volatile] = ACTIONS(2843), + [anon_sym_restrict] = ACTIONS(2843), + [anon_sym__Atomic] = ACTIONS(2843), + [anon_sym_mutable] = ACTIONS(2843), + [anon_sym_constexpr] = ACTIONS(2843), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2845), + [sym_operator_name] = ACTIONS(2843), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2843), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2843), + [anon_sym_MOZ_COLD] = ACTIONS(2843), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2843), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2843), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2843), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2843), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2843), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2843), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2843), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2843), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2843), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2843), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2843), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2843), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL] = ACTIONS(2843), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2843), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2843), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN] = ACTIONS(2843), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2843), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2843), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2843), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2843), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2843), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2843), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2843), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2843), + [anon_sym_MOZ_RAII] = ACTIONS(2843), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2843), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2843), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2843), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2843), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2843), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2843), + }, + [1702] = { + [sym_attribute_specifier] = STATE(1703), + [sym_ms_declspec_modifier] = STATE(1703), + [sym_storage_class_specifier] = STATE(1703), + [sym_type_qualifier] = STATE(1703), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1703), + [anon_sym_LPAREN2] = ACTIONS(3271), + [anon_sym_STAR] = ACTIONS(3271), + [anon_sym_AMP_AMP] = ACTIONS(3271), + [anon_sym_AMP] = ACTIONS(3269), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym_LBRACK] = ACTIONS(3271), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(3521), + [anon_sym_restrict] = ACTIONS(3521), + [anon_sym__Atomic] = ACTIONS(3521), + [anon_sym_mutable] = ACTIONS(3521), + [anon_sym_constexpr] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1703] = { + [sym_attribute_specifier] = STATE(1703), + [sym_ms_declspec_modifier] = STATE(1703), + [sym_storage_class_specifier] = STATE(1703), + [sym_type_qualifier] = STATE(1703), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1703), + [anon_sym_LPAREN2] = ACTIONS(3246), + [anon_sym_STAR] = ACTIONS(3246), + [anon_sym_AMP_AMP] = ACTIONS(3246), + [anon_sym_AMP] = ACTIONS(3244), + [anon_sym_extern] = ACTIONS(3525), + [anon_sym___attribute__] = ACTIONS(3528), + [anon_sym___declspec] = ACTIONS(3531), + [anon_sym_LBRACK] = ACTIONS(3246), + [anon_sym_static] = ACTIONS(3525), + [anon_sym_register] = ACTIONS(3525), + [anon_sym_inline] = ACTIONS(3525), + [anon_sym_const] = ACTIONS(3257), + [anon_sym_volatile] = ACTIONS(3534), + [anon_sym_restrict] = ACTIONS(3534), + [anon_sym__Atomic] = ACTIONS(3534), + [anon_sym_mutable] = ACTIONS(3534), + [anon_sym_constexpr] = ACTIONS(3534), + [sym_comment] = ACTIONS(3), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3537), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3537), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3260), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3537), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3537), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3260), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3537), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3537), + [anon_sym_MOZ_COLD] = ACTIONS(3537), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3537), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3260), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3537), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3537), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3537), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3537), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3537), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3537), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3537), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3537), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3537), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3537), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3537), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3537), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3537), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3260), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3537), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3537), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3537), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3260), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3537), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_NONNULL] = ACTIONS(3260), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3537), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3537), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3537), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3537), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3537), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_NORETURN] = ACTIONS(3260), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3537), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3537), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3537), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3537), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3537), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3537), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3537), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3537), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3537), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3537), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3537), + [anon_sym_MOZ_RAII] = ACTIONS(3537), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3537), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3537), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3537), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3537), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3537), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3537), + }, + [1704] = { + [sym_attribute_specifier] = STATE(1702), + [sym_ms_declspec_modifier] = STATE(1702), + [sym_storage_class_specifier] = STATE(1702), + [sym_type_qualifier] = STATE(1702), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1702), + [anon_sym_LPAREN2] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_AMP] = ACTIONS(3276), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(3521), + [anon_sym_restrict] = ACTIONS(3521), + [anon_sym__Atomic] = ACTIONS(3521), + [anon_sym_mutable] = ACTIONS(3521), + [anon_sym_constexpr] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1705] = { + [sym_attribute_specifier] = STATE(1708), + [sym_ms_declspec_modifier] = STATE(1708), + [sym_storage_class_specifier] = STATE(1708), + [sym_type_qualifier] = STATE(1708), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1708), + [anon_sym_LPAREN2] = ACTIONS(3265), + [anon_sym_STAR] = ACTIONS(3265), + [anon_sym_AMP_AMP] = ACTIONS(3265), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym_LBRACK] = ACTIONS(3265), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(3521), + [anon_sym_restrict] = ACTIONS(3521), + [anon_sym__Atomic] = ACTIONS(3521), + [anon_sym_mutable] = ACTIONS(3521), + [anon_sym_constexpr] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1706] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2841), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1707] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3540), + [sym_operator_name] = ACTIONS(2837), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2837), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2837), + [anon_sym_MOZ_COLD] = ACTIONS(2837), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2837), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2837), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(2837), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2837), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2837), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2837), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2837), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2837), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2837), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE] = ACTIONS(2837), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2837), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2837), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL] = ACTIONS(2837), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2837), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(2837), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN] = ACTIONS(2837), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2837), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2837), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2837), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2837), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2837), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(2837), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2837), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2837), + [anon_sym_MOZ_RAII] = ACTIONS(2837), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2837), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2837), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2837), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2837), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2837), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2837), + }, + [1708] = { + [sym_attribute_specifier] = STATE(1703), + [sym_ms_declspec_modifier] = STATE(1703), + [sym_storage_class_specifier] = STATE(1703), + [sym_type_qualifier] = STATE(1703), + [sym_macro_annotation] = STATE(1396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1703), + [anon_sym_LPAREN2] = ACTIONS(3282), + [anon_sym_STAR] = ACTIONS(3282), + [anon_sym_AMP_AMP] = ACTIONS(3282), + [anon_sym_AMP] = ACTIONS(3280), + [anon_sym_extern] = ACTIONS(3515), + [anon_sym___attribute__] = ACTIONS(3517), + [anon_sym___declspec] = ACTIONS(3519), + [anon_sym_LBRACK] = ACTIONS(3282), + [anon_sym_static] = ACTIONS(3515), + [anon_sym_register] = ACTIONS(3515), + [anon_sym_inline] = ACTIONS(3515), + [anon_sym_const] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(3521), + [anon_sym_restrict] = ACTIONS(3521), + [anon_sym__Atomic] = ACTIONS(3521), + [anon_sym_mutable] = ACTIONS(3521), + [anon_sym_constexpr] = ACTIONS(3521), + [sym_comment] = ACTIONS(3), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1709] = { + [sym_macro_annotation] = STATE(3680), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3542), + [anon_sym_COMMA] = ACTIONS(3542), + [anon_sym_RPAREN] = ACTIONS(3542), + [anon_sym_LPAREN2] = ACTIONS(3542), + [anon_sym_SEMI] = ACTIONS(3542), + [anon_sym___attribute__] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(3542), + [anon_sym_LBRACK] = ACTIONS(3542), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_const] = ACTIONS(3544), + [anon_sym_volatile] = ACTIONS(3542), + [anon_sym_restrict] = ACTIONS(3542), + [anon_sym__Atomic] = ACTIONS(3542), + [anon_sym_mutable] = ACTIONS(3542), + [anon_sym_constexpr] = ACTIONS(3542), + [anon_sym_DASH_GT] = ACTIONS(3542), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3542), + [anon_sym_override] = ACTIONS(3542), + [anon_sym_GT2] = ACTIONS(3542), + [anon_sym_noexcept] = ACTIONS(3542), + [anon_sym_throw] = ACTIONS(3542), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1710] = { + [sym_macro_annotation] = STATE(3675), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3546), + [anon_sym_COMMA] = ACTIONS(3546), + [anon_sym_RPAREN] = ACTIONS(3546), + [anon_sym_LPAREN2] = ACTIONS(3546), + [anon_sym_SEMI] = ACTIONS(3546), + [anon_sym___attribute__] = ACTIONS(3546), + [anon_sym_LBRACE] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3546), + [anon_sym_EQ] = ACTIONS(3546), + [anon_sym_const] = ACTIONS(3548), + [anon_sym_volatile] = ACTIONS(3546), + [anon_sym_restrict] = ACTIONS(3546), + [anon_sym__Atomic] = ACTIONS(3546), + [anon_sym_mutable] = ACTIONS(3546), + [anon_sym_constexpr] = ACTIONS(3546), + [anon_sym_DASH_GT] = ACTIONS(3546), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3546), + [anon_sym_override] = ACTIONS(3546), + [anon_sym_GT2] = ACTIONS(3546), + [anon_sym_noexcept] = ACTIONS(3546), + [anon_sym_throw] = ACTIONS(3546), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1711] = { + [sym_macro_annotation] = STATE(3684), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3550), + [anon_sym_COMMA] = ACTIONS(3550), + [anon_sym_RPAREN] = ACTIONS(3550), + [anon_sym_LPAREN2] = ACTIONS(3550), + [anon_sym_SEMI] = ACTIONS(3550), + [anon_sym___attribute__] = ACTIONS(3550), + [anon_sym_LBRACE] = ACTIONS(3550), + [anon_sym_LBRACK] = ACTIONS(3550), + [anon_sym_EQ] = ACTIONS(3550), + [anon_sym_const] = ACTIONS(3552), + [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), + [anon_sym_DASH_GT] = ACTIONS(3550), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3550), + [anon_sym_override] = ACTIONS(3550), + [anon_sym_GT2] = ACTIONS(3550), + [anon_sym_noexcept] = ACTIONS(3550), + [anon_sym_throw] = ACTIONS(3550), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1712] = { + [sym_ms_based_modifier] = STATE(5549), + [sym__declarator] = STATE(4142), + [sym_parenthesized_declarator] = STATE(4055), + [sym_pointer_declarator] = STATE(4055), + [sym_function_declarator] = STATE(4055), + [sym_array_declarator] = STATE(4055), + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_reference_declarator] = STATE(4055), + [sym_structured_binding_declarator] = STATE(4055), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2576), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_destructor_name] = STATE(4055), + [sym_scoped_identifier] = STATE(2549), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(3211), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym___based] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(2881), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_operator_name] = ACTIONS(133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1713] = { + [sym_macro_annotation] = STATE(3680), + [anon_sym_COMMA] = ACTIONS(3554), + [anon_sym_LPAREN2] = ACTIONS(3542), + [anon_sym_SEMI] = ACTIONS(3554), + [anon_sym___attribute__] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(3542), + [anon_sym_LBRACK] = ACTIONS(3542), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_const] = ACTIONS(3544), + [anon_sym_volatile] = ACTIONS(3542), + [anon_sym_restrict] = ACTIONS(3542), + [anon_sym__Atomic] = ACTIONS(3542), + [anon_sym_mutable] = ACTIONS(3542), + [anon_sym_constexpr] = ACTIONS(3542), + [anon_sym_COLON] = ACTIONS(3542), + [anon_sym_DASH_GT] = ACTIONS(3542), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3542), + [anon_sym_override] = ACTIONS(3542), + [anon_sym_noexcept] = ACTIONS(3542), + [anon_sym_throw] = ACTIONS(3542), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3557), + [anon_sym_MOZ_COLD] = ACTIONS(3557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_RAII] = ACTIONS(3557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3557), + }, + [1714] = { + [sym_macro_annotation] = STATE(3675), + [anon_sym_COMMA] = ACTIONS(3546), + [anon_sym_LPAREN2] = ACTIONS(3546), + [anon_sym_SEMI] = ACTIONS(3546), + [anon_sym___attribute__] = ACTIONS(3546), + [anon_sym_LBRACE] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3546), + [anon_sym_EQ] = ACTIONS(3546), + [anon_sym_const] = ACTIONS(3548), + [anon_sym_volatile] = ACTIONS(3546), + [anon_sym_restrict] = ACTIONS(3546), + [anon_sym__Atomic] = ACTIONS(3546), + [anon_sym_mutable] = ACTIONS(3546), + [anon_sym_constexpr] = ACTIONS(3546), + [anon_sym_COLON] = ACTIONS(3546), + [anon_sym_DASH_GT] = ACTIONS(3546), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3546), + [anon_sym_override] = ACTIONS(3546), + [anon_sym_noexcept] = ACTIONS(3546), + [anon_sym_throw] = ACTIONS(3546), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3557), + [anon_sym_MOZ_COLD] = ACTIONS(3557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_RAII] = ACTIONS(3557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3557), + }, + [1715] = { + [sym_macro_annotation] = STATE(3684), + [anon_sym_COMMA] = ACTIONS(3550), + [anon_sym_LPAREN2] = ACTIONS(3550), + [anon_sym_SEMI] = ACTIONS(3550), + [anon_sym___attribute__] = ACTIONS(3550), + [anon_sym_LBRACE] = ACTIONS(3550), + [anon_sym_LBRACK] = ACTIONS(3550), + [anon_sym_EQ] = ACTIONS(3550), + [anon_sym_const] = ACTIONS(3552), + [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), + [anon_sym_COLON] = ACTIONS(3550), + [anon_sym_DASH_GT] = ACTIONS(3550), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3550), + [anon_sym_override] = ACTIONS(3550), + [anon_sym_noexcept] = ACTIONS(3550), + [anon_sym_throw] = ACTIONS(3550), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3557), + [anon_sym_MOZ_COLD] = ACTIONS(3557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_RAII] = ACTIONS(3557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3557), + }, + [1716] = { + [sym_macro_annotation] = STATE(3680), + [anon_sym_COMMA] = ACTIONS(3542), + [anon_sym_LPAREN2] = ACTIONS(3542), + [anon_sym_SEMI] = ACTIONS(3542), + [anon_sym___attribute__] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(3542), + [anon_sym_LBRACK] = ACTIONS(3542), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_const] = ACTIONS(3544), + [anon_sym_volatile] = ACTIONS(3542), + [anon_sym_restrict] = ACTIONS(3542), + [anon_sym__Atomic] = ACTIONS(3542), + [anon_sym_mutable] = ACTIONS(3542), + [anon_sym_constexpr] = ACTIONS(3542), + [anon_sym_COLON] = ACTIONS(3542), + [anon_sym_DASH_GT] = ACTIONS(3542), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3542), + [anon_sym_override] = ACTIONS(3542), + [anon_sym_noexcept] = ACTIONS(3542), + [anon_sym_throw] = ACTIONS(3542), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3557), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3559), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3557), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3557), + [anon_sym_MOZ_COLD] = ACTIONS(3557), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3557), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3557), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3557), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3557), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3557), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3557), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3557), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3557), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3557), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3557), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3557), + [anon_sym_MOZ_MUST_USE] = ACTIONS(3559), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3557), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3559), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3557), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NONNULL] = ACTIONS(3559), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3557), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3557), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_NORETURN] = ACTIONS(3559), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3557), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3557), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3557), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3557), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3557), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3557), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3557), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3557), + [anon_sym_MOZ_RAII] = ACTIONS(3557), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3557), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3557), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3557), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3557), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3557), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3557), + }, + [1717] = { + [sym_type_qualifier] = STATE(1733), + [sym__expression] = STATE(3417), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1733), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3561), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3563), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1718] = { + [sym_type_qualifier] = STATE(1721), + [sym__expression] = STATE(3467), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1721), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3567), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3569), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1719] = { + [sym__expression] = STATE(3094), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4627), + [sym_initializer_pair] = STATE(4627), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3571), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3573), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1720] = { + [sym_type_qualifier] = STATE(1722), + [sym__expression] = STATE(3407), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1722), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3577), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3579), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1721] = { + [sym_type_qualifier] = STATE(2194), + [sym__expression] = STATE(3404), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2194), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3581), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3583), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1722] = { + [sym_type_qualifier] = STATE(2194), + [sym__expression] = STATE(3336), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2194), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3585), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3587), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1723] = { + [sym_macro_annotation] = STATE(3680), + [anon_sym_COMMA] = ACTIONS(3554), + [anon_sym_LPAREN2] = ACTIONS(3542), + [anon_sym_SEMI] = ACTIONS(3554), + [anon_sym___attribute__] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(3542), + [anon_sym_LBRACK] = ACTIONS(3542), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_const] = ACTIONS(3544), + [anon_sym_volatile] = ACTIONS(3542), + [anon_sym_restrict] = ACTIONS(3542), + [anon_sym__Atomic] = ACTIONS(3542), + [anon_sym_mutable] = ACTIONS(3542), + [anon_sym_constexpr] = ACTIONS(3542), + [anon_sym_DASH_GT] = ACTIONS(3542), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3542), + [anon_sym_override] = ACTIONS(3542), + [anon_sym_noexcept] = ACTIONS(3542), + [anon_sym_throw] = ACTIONS(3542), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3523), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(141), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(141), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3523), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3523), + [anon_sym_MOZ_COLD] = ACTIONS(3523), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3523), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3523), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(3523), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3523), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3523), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3523), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3523), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3523), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3523), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3523), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3523), + [anon_sym_MOZ_MUST_USE] = ACTIONS(141), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3523), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(141), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3523), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NONNULL] = ACTIONS(141), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3523), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(3523), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_NORETURN] = ACTIONS(141), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3523), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3523), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3523), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3523), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3523), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(3523), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3523), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3523), + [anon_sym_MOZ_RAII] = ACTIONS(3523), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3523), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3523), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3523), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3523), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3523), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3523), + }, + [1724] = { + [sym_type_qualifier] = STATE(2194), + [sym__expression] = STATE(3347), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2194), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3589), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3591), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1725] = { + [sym__expression] = STATE(3090), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4535), + [sym_initializer_pair] = STATE(4535), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3593), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3595), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1726] = { + [sym_type_qualifier] = STATE(2194), + [sym__expression] = STATE(3389), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2194), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3599), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1727] = { + [sym__expression] = STATE(3105), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4612), + [sym_initializer_pair] = STATE(4612), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(151), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3601), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1728] = { + [sym__expression] = STATE(3115), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4753), + [sym_initializer_pair] = STATE(4753), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3603), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3605), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1729] = { + [sym_type_qualifier] = STATE(1724), + [sym__expression] = STATE(3503), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1724), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3607), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3609), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1730] = { + [sym__expression] = STATE(3126), + [sym_comma_expression] = STATE(4953), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3611), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1731] = { + [sym_type_qualifier] = STATE(1721), + [sym__expression] = STATE(3467), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1721), + [sym_identifier] = ACTIONS(3613), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3567), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3569), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1732] = { + [sym__expression] = STATE(3117), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4737), + [sym_initializer_pair] = STATE(4737), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3615), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3617), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1733] = { + [sym_type_qualifier] = STATE(2194), + [sym__expression] = STATE(3499), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(2194), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3619), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3621), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1734] = { + [sym__expression] = STATE(3092), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4569), + [sym_initializer_pair] = STATE(4569), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3623), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3625), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1735] = { + [sym_type_qualifier] = STATE(1726), + [sym__expression] = STATE(3454), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_type_definition_repeat1] = STATE(1726), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3627), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3629), + [anon_sym_const] = ACTIONS(3565), + [anon_sym_volatile] = ACTIONS(3565), + [anon_sym_restrict] = ACTIONS(3565), + [anon_sym__Atomic] = ACTIONS(3565), + [anon_sym_mutable] = ACTIONS(3565), + [anon_sym_constexpr] = ACTIONS(3565), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1736] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3631), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1737] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3633), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1738] = { + [sym_field_declaration_list] = STATE(1356), + [sym__class_name] = STATE(1618), + [sym_virtual_specifier] = STATE(4370), + [sym_base_class_clause] = STATE(4956), + [sym_template_type] = STATE(1655), + [sym_scoped_type_identifier] = STATE(1623), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3904), + [sym_identifier] = ACTIONS(3635), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3637), + [anon_sym_COMMA] = ACTIONS(3639), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_EQ] = ACTIONS(3641), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_GT2] = ACTIONS(3639), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1739] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3643), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1740] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3645), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1741] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3611), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1742] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3647), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1743] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3649), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1744] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3651), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1745] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3653), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1746] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3655), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1747] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3657), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1748] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(3659), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1749] = { + [sym__expression] = STATE(3145), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5033), + [sym_initializer_pair] = STATE(5033), + [sym_subscript_designator] = STATE(4189), + [sym_field_designator] = STATE(4189), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [aux_sym_initializer_pair_repeat1] = STATE(4189), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(3575), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [anon_sym_DOT] = ACTIONS(193), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1750] = { + [sym_field_declaration_list] = STATE(2446), + [sym__class_name] = STATE(2220), + [sym_virtual_specifier] = STATE(4450), + [sym_base_class_clause] = STATE(4976), + [sym_template_type] = STATE(2237), + [sym_scoped_type_identifier] = STATE(2238), + [sym_scoped_namespace_identifier] = STATE(5251), + [sym_macro_annotation] = STATE(3885), + [sym_identifier] = ACTIONS(3661), + [anon_sym_LBRACE] = ACTIONS(3663), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1751] = { + [sym_field_declaration_list] = STATE(953), + [sym__class_name] = STATE(1636), + [sym_virtual_specifier] = STATE(4463), + [sym_base_class_clause] = STATE(4931), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3895), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1752] = { + [sym__expression] = STATE(3231), + [sym_comma_expression] = STATE(5190), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5190), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3669), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1753] = { + [sym__expression] = STATE(3282), + [sym_comma_expression] = STATE(5412), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5412), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3671), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1754] = { + [sym_field_declaration_list] = STATE(2394), + [sym__class_name] = STATE(2293), + [sym_virtual_specifier] = STATE(4437), + [sym_base_class_clause] = STATE(4958), + [sym_template_type] = STATE(1349), + [sym_scoped_type_identifier] = STATE(1335), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3881), + [sym_identifier] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1755] = { + [sym__expression] = STATE(3228), + [sym_comma_expression] = STATE(5218), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5218), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3677), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1756] = { + [sym_field_declaration_list] = STATE(947), + [sym__class_name] = STATE(1604), + [sym_virtual_specifier] = STATE(4482), + [sym_base_class_clause] = STATE(4925), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3889), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1757] = { + [sym_field_declaration_list] = STATE(953), + [sym__class_name] = STATE(1606), + [sym_virtual_specifier] = STATE(4463), + [sym_base_class_clause] = STATE(4931), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3895), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1758] = { + [sym_field_declaration_list] = STATE(2394), + [sym__class_name] = STATE(2293), + [sym_virtual_specifier] = STATE(4437), + [sym_base_class_clause] = STATE(4958), + [sym_template_type] = STATE(4045), + [sym_scoped_type_identifier] = STATE(4008), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3908), + [sym_identifier] = ACTIONS(3679), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1759] = { + [sym_field_declaration_list] = STATE(2392), + [sym__class_name] = STATE(2292), + [sym_virtual_specifier] = STATE(4449), + [sym_base_class_clause] = STATE(4955), + [sym_template_type] = STATE(4045), + [sym_scoped_type_identifier] = STATE(4008), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3890), + [sym_identifier] = ACTIONS(3679), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1760] = { + [sym_field_declaration_list] = STATE(953), + [sym__class_name] = STATE(1641), + [sym_virtual_specifier] = STATE(4463), + [sym_base_class_clause] = STATE(4931), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3895), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1761] = { + [sym_field_declaration_list] = STATE(947), + [sym__class_name] = STATE(1078), + [sym_virtual_specifier] = STATE(4482), + [sym_base_class_clause] = STATE(4925), + [sym_template_type] = STATE(1349), + [sym_scoped_type_identifier] = STATE(1335), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3905), + [sym_identifier] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1762] = { + [sym__expression] = STATE(3180), + [sym_comma_expression] = STATE(5348), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5348), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3681), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1763] = { + [sym_field_declaration_list] = STATE(947), + [sym__class_name] = STATE(1657), + [sym_virtual_specifier] = STATE(4482), + [sym_base_class_clause] = STATE(4925), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3889), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1764] = { + [sym_field_declaration_list] = STATE(953), + [sym__class_name] = STATE(1067), + [sym_virtual_specifier] = STATE(4463), + [sym_base_class_clause] = STATE(4931), + [sym_template_type] = STATE(1349), + [sym_scoped_type_identifier] = STATE(1335), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3913), + [sym_identifier] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1765] = { + [sym__expression] = STATE(3163), + [sym_comma_expression] = STATE(5311), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5311), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3683), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1766] = { + [sym_field_declaration_list] = STATE(2445), + [sym__class_name] = STATE(2215), + [sym_virtual_specifier] = STATE(4448), + [sym_base_class_clause] = STATE(4966), + [sym_template_type] = STATE(2237), + [sym_scoped_type_identifier] = STATE(2238), + [sym_scoped_namespace_identifier] = STATE(5251), + [sym_macro_annotation] = STATE(3883), + [sym_identifier] = ACTIONS(3661), + [anon_sym_LBRACE] = ACTIONS(3663), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3665), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1767] = { + [sym_field_declaration_list] = STATE(2392), + [sym__class_name] = STATE(2292), + [sym_virtual_specifier] = STATE(4449), + [sym_base_class_clause] = STATE(4955), + [sym_template_type] = STATE(1349), + [sym_scoped_type_identifier] = STATE(1335), + [sym_scoped_namespace_identifier] = STATE(5432), + [sym_macro_annotation] = STATE(3901), + [sym_identifier] = ACTIONS(3673), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1768] = { + [sym_field_declaration_list] = STATE(2682), + [sym__class_name] = STATE(2276), + [sym_virtual_specifier] = STATE(4429), + [sym_base_class_clause] = STATE(4823), + [sym_template_type] = STATE(2556), + [sym_scoped_type_identifier] = STATE(4076), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3896), + [sym_identifier] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1769] = { + [sym_field_declaration_list] = STATE(2678), + [sym__class_name] = STATE(2284), + [sym_virtual_specifier] = STATE(4431), + [sym_base_class_clause] = STATE(4826), + [sym_template_type] = STATE(2556), + [sym_scoped_type_identifier] = STATE(4076), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3884), + [sym_identifier] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1770] = { + [sym_field_declaration_list] = STATE(947), + [sym__class_name] = STATE(1659), + [sym_virtual_specifier] = STATE(4482), + [sym_base_class_clause] = STATE(4925), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3889), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1771] = { + [sym_field_declaration_list] = STATE(2682), + [sym__class_name] = STATE(2276), + [sym_virtual_specifier] = STATE(4429), + [sym_base_class_clause] = STATE(4823), + [sym_template_type] = STATE(2355), + [sym_scoped_type_identifier] = STATE(2356), + [sym_scoped_namespace_identifier] = STATE(5419), + [sym_macro_annotation] = STATE(3891), + [sym_identifier] = ACTIONS(3689), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1772] = { + [sym_field_declaration_list] = STATE(2678), + [sym__class_name] = STATE(2284), + [sym_virtual_specifier] = STATE(4431), + [sym_base_class_clause] = STATE(4826), + [sym_template_type] = STATE(2355), + [sym_scoped_type_identifier] = STATE(2356), + [sym_scoped_namespace_identifier] = STATE(5419), + [sym_macro_annotation] = STATE(3888), + [sym_identifier] = ACTIONS(3689), + [anon_sym_LBRACE] = ACTIONS(3687), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3691), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1773] = { + [sym_field_declaration_list] = STATE(2723), + [sym__class_name] = STATE(2287), + [sym_virtual_specifier] = STATE(4492), + [sym_base_class_clause] = STATE(5023), + [sym_template_type] = STATE(2413), + [sym_scoped_type_identifier] = STATE(2408), + [sym_scoped_namespace_identifier] = STATE(5381), + [sym_macro_annotation] = STATE(3910), + [sym_identifier] = ACTIONS(3693), + [anon_sym_LBRACE] = ACTIONS(3695), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1774] = { + [sym_field_declaration_list] = STATE(2726), + [sym__class_name] = STATE(2272), + [sym_virtual_specifier] = STATE(4493), + [sym_base_class_clause] = STATE(5022), + [sym_template_type] = STATE(2413), + [sym_scoped_type_identifier] = STATE(2408), + [sym_scoped_namespace_identifier] = STATE(5381), + [sym_macro_annotation] = STATE(3902), + [sym_identifier] = ACTIONS(3693), + [anon_sym_LBRACE] = ACTIONS(3695), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3697), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1775] = { + [sym_field_declaration_list] = STATE(1356), + [sym__class_name] = STATE(2372), + [sym_virtual_specifier] = STATE(4370), + [sym_base_class_clause] = STATE(4956), + [sym_template_type] = STATE(2556), + [sym_scoped_type_identifier] = STATE(2548), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3894), + [sym_identifier] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1776] = { + [sym_field_declaration_list] = STATE(1316), + [sym__class_name] = STATE(2373), + [sym_virtual_specifier] = STATE(4372), + [sym_base_class_clause] = STATE(4954), + [sym_template_type] = STATE(2556), + [sym_scoped_type_identifier] = STATE(2548), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3893), + [sym_identifier] = ACTIONS(3685), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1777] = { + [sym_field_declaration_list] = STATE(2394), + [sym__class_name] = STATE(2913), + [sym_virtual_specifier] = STATE(4437), + [sym_base_class_clause] = STATE(4958), + [sym_template_type] = STATE(2964), + [sym_scoped_type_identifier] = STATE(2963), + [sym_scoped_namespace_identifier] = STATE(5333), + [sym_macro_annotation] = STATE(3906), + [sym_identifier] = ACTIONS(3699), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1778] = { + [sym_field_declaration_list] = STATE(1356), + [sym__class_name] = STATE(1618), + [sym_virtual_specifier] = STATE(4370), + [sym_base_class_clause] = STATE(4956), + [sym_template_type] = STATE(1655), + [sym_scoped_type_identifier] = STATE(1623), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3904), + [sym_identifier] = ACTIONS(3703), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1779] = { + [sym__expression] = STATE(3216), + [sym_comma_expression] = STATE(5609), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5609), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3705), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1780] = { + [sym_field_declaration_list] = STATE(2392), + [sym__class_name] = STATE(2912), + [sym_virtual_specifier] = STATE(4449), + [sym_base_class_clause] = STATE(4955), + [sym_template_type] = STATE(2964), + [sym_scoped_type_identifier] = STATE(2963), + [sym_scoped_namespace_identifier] = STATE(5333), + [sym_macro_annotation] = STATE(3912), + [sym_identifier] = ACTIONS(3699), + [anon_sym_LBRACE] = ACTIONS(3675), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(3701), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1781] = { + [sym_field_declaration_list] = STATE(947), + [sym__class_name] = STATE(1648), + [sym_virtual_specifier] = STATE(4482), + [sym_base_class_clause] = STATE(4925), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3889), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1782] = { + [sym_field_declaration_list] = STATE(1316), + [sym__class_name] = STATE(1609), + [sym_virtual_specifier] = STATE(4372), + [sym_base_class_clause] = STATE(4954), + [sym_template_type] = STATE(1655), + [sym_scoped_type_identifier] = STATE(1623), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3903), + [sym_identifier] = ACTIONS(3703), + [anon_sym_LBRACE] = ACTIONS(3317), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1783] = { + [sym_field_declaration_list] = STATE(953), + [sym__class_name] = STATE(1645), + [sym_virtual_specifier] = STATE(4463), + [sym_base_class_clause] = STATE(4931), + [sym_template_type] = STATE(1627), + [sym_scoped_type_identifier] = STATE(1614), + [sym_scoped_namespace_identifier] = STATE(5106), + [sym_macro_annotation] = STATE(3895), + [sym_identifier] = ACTIONS(3667), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COLON] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3307), + [anon_sym_override] = ACTIONS(3307), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1015), + [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1015), + [anon_sym_MOZ_COLD] = ACTIONS(1015), + [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1015), + [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1015), + [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_IMPLICIT] = ACTIONS(1015), + [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1015), + [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1015), + [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1015), + [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1015), + [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1015), + [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1015), + [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE] = ACTIONS(1015), + [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1015), + [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1015), + [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL] = ACTIONS(1015), + [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1015), + [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_NON_PARAM] = ACTIONS(1015), + [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN] = ACTIONS(1015), + [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1015), + [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1015), + [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1015), + [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1015), + [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1015), + [anon_sym_MOZ_OWNING_REF] = ACTIONS(1015), + [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1015), + [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1015), + [anon_sym_MOZ_RAII] = ACTIONS(1015), + [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1015), + [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1015), + [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1015), + [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1015), + [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1015), + [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1015), + }, + [1784] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3709), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1785] = { + [sym__expression] = STATE(3111), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4671), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3713), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1786] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3715), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1787] = { + [sym__expression] = STATE(3084), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4557), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3717), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1788] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3719), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1789] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3721), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1790] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3723), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1791] = { + [sym__expression] = STATE(3118), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4761), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3725), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1792] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3727), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1793] = { + [sym__expression] = STATE(3095), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4522), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3729), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1794] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3731), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1795] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3733), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1796] = { + [sym__expression] = STATE(3459), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5479), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1797] = { + [sym__expression] = STATE(3079), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3739), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3741), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1798] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3743), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1799] = { + [sym__expression] = STATE(3410), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5405), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1800] = { + [sym__expression] = STATE(3403), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5253), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1801] = { + [sym__expression] = STATE(3379), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5226), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1802] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3749), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1803] = { + [sym__expression] = STATE(3363), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5177), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1804] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3751), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1805] = { + [sym__expression] = STATE(3125), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4578), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1806] = { + [sym__expression] = STATE(3109), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4575), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3755), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1807] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3757), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1808] = { + [sym__expression] = STATE(3413), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5323), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1809] = { + [sym__expression] = STATE(3096), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4607), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3763), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1810] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3765), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1811] = { + [sym__expression] = STATE(3490), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5508), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1812] = { + [sym__expression] = STATE(3104), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4764), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3767), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1813] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3769), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1814] = { + [sym__expression] = STATE(3496), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5450), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1815] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3771), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1816] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3741), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1817] = { + [sym__expression] = STATE(3124), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4585), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3773), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1818] = { + [sym__expression] = STATE(3492), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5453), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1819] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3775), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1820] = { + [sym__expression] = STATE(3079), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3741), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1821] = { + [sym__expression] = STATE(3337), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5354), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1822] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3777), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1823] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3739), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3741), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1824] = { + [sym__expression] = STATE(3106), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_lambda_default_capture] = STATE(4919), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(3707), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3779), + [anon_sym_EQ] = ACTIONS(3711), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1825] = { + [sym__expression] = STATE(3463), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5448), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1826] = { + [sym__expression] = STATE(3465), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5467), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1827] = { + [sym__expression] = STATE(3498), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5449), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1828] = { + [sym__expression] = STATE(3215), + [sym_comma_expression] = STATE(5422), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3781), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1829] = { + [sym__expression] = STATE(2642), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [1830] = { + [sym__expression] = STATE(3506), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5515), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1831] = { + [sym__expression] = STATE(3272), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_initializer_list] = STATE(3386), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3379), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1832] = { + [sym__expression] = STATE(3488), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5458), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1833] = { + [sym__expression] = STATE(3043), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1834] = { + [sym__expression] = STATE(3478), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5503), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1835] = { + [sym__expression] = STATE(3489), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5507), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1836] = { + [sym__expression] = STATE(3484), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5505), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1837] = { + [sym__expression] = STATE(3247), + [sym_comma_expression] = STATE(5303), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3787), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1838] = { + [sym__expression] = STATE(3162), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5040), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1839] = { + [sym__expression] = STATE(3470), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5489), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1840] = { + [sym__expression] = STATE(3209), + [sym_comma_expression] = STATE(5466), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3789), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1841] = { + [sym__expression] = STATE(3476), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1842] = { + [sym__expression] = STATE(3460), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5444), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1843] = { + [sym__expression] = STATE(3447), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5416), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1844] = { + [sym__expression] = STATE(3421), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5362), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1845] = { + [sym__expression] = STATE(3175), + [sym_comma_expression] = STATE(5247), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3791), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1846] = { + [sym__expression] = STATE(3176), + [sym_comma_expression] = STATE(5252), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3793), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1847] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_COMMA] = ACTIONS(3795), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3795), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1848] = { + [sym__expression] = STATE(3414), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5335), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1849] = { + [sym__expression] = STATE(3439), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5560), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1850] = { + [sym__expression] = STATE(3273), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1851] = { + [sym__expression] = STATE(2688), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_initializer_list] = STATE(2837), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [1852] = { + [sym__expression] = STATE(3394), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5198), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1853] = { + [sym__expression] = STATE(3179), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1854] = { + [sym__expression] = STATE(3461), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5380), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1855] = { + [sym__expression] = STATE(2993), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1856] = { + [sym__expression] = STATE(3226), + [sym_comma_expression] = STATE(5343), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3797), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1857] = { + [sym__expression] = STATE(3245), + [sym_comma_expression] = STATE(5637), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3799), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1858] = { + [sym__expression] = STATE(3242), + [sym_comma_expression] = STATE(5529), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3801), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1859] = { + [sym__expression] = STATE(3377), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5518), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1860] = { + [sym__expression] = STATE(3241), + [sym_comma_expression] = STATE(5521), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3803), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1861] = { + [sym__expression] = STATE(3239), + [sym_comma_expression] = STATE(5494), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3805), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1862] = { + [sym__expression] = STATE(2819), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_initializer_list] = STATE(2530), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1863] = { + [sym__expression] = STATE(2538), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1864] = { + [sym__expression] = STATE(3238), + [sym_comma_expression] = STATE(5440), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3807), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1865] = { + [sym__expression] = STATE(2820), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1866] = { + [sym__expression] = STATE(3221), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1867] = { + [sym__expression] = STATE(3159), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1868] = { + [sym__expression] = STATE(3481), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5568), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1869] = { + [sym__expression] = STATE(2993), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1870] = { + [sym__expression] = STATE(3482), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1871] = { + [sym__expression] = STATE(3473), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5395), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1872] = { + [sym__expression] = STATE(3381), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_initializer_list] = STATE(2991), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1873] = { + [sym__expression] = STATE(3188), + [sym_comma_expression] = STATE(5499), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3809), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1874] = { + [sym__expression] = STATE(2825), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1875] = { + [sym__expression] = STATE(3121), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5031), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1876] = { + [sym__expression] = STATE(2615), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [1877] = { + [sym__expression] = STATE(3227), + [sym_comma_expression] = STATE(5315), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3811), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1878] = { + [sym__expression] = STATE(3062), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1879] = { + [sym__expression] = STATE(2748), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [1880] = { + [sym__expression] = STATE(3468), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5471), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1881] = { + [sym__expression] = STATE(3246), + [sym_comma_expression] = STATE(5201), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3813), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1882] = { + [sym__expression] = STATE(3195), + [sym_comma_expression] = STATE(5517), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3815), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1883] = { + [sym__expression] = STATE(3329), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5154), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1884] = { + [sym__expression] = STATE(3210), + [sym_comma_expression] = STATE(5283), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3817), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1885] = { + [sym__expression] = STATE(3368), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5188), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1886] = { + [sym__expression] = STATE(3369), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5192), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1887] = { + [sym__expression] = STATE(3212), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(4777), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1888] = { + [sym__expression] = STATE(3378), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5219), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1889] = { + [sym__expression] = STATE(3185), + [sym_comma_expression] = STATE(5417), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3819), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1890] = { + [sym__expression] = STATE(3201), + [sym_comma_expression] = STATE(5299), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3821), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1891] = { + [sym__expression] = STATE(3409), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5262), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1892] = { + [sym__expression] = STATE(3466), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5478), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1893] = { + [sym__expression] = STATE(3504), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5288), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1894] = { + [sym__expression] = STATE(3442), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5334), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1895] = { + [sym__expression] = STATE(3224), + [sym_comma_expression] = STATE(5345), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3823), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1896] = { + [sym__expression] = STATE(3223), + [sym_comma_expression] = STATE(5360), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3825), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1897] = { + [sym__expression] = STATE(3222), + [sym_comma_expression] = STATE(5392), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3827), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1898] = { + [sym__expression] = STATE(3429), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5377), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1899] = { + [sym__expression] = STATE(3183), + [sym_comma_expression] = STATE(5399), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3829), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1900] = { + [sym__expression] = STATE(3220), + [sym_comma_expression] = STATE(5404), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3831), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1901] = { + [sym__expression] = STATE(3196), + [sym_comma_expression] = STATE(5424), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3833), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1902] = { + [sym__expression] = STATE(3214), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_initializer_list] = STATE(3316), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3361), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1903] = { + [sym__expression] = STATE(2476), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1904] = { + [sym__expression] = STATE(3197), + [sym_comma_expression] = STATE(5301), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3835), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1905] = { + [sym__expression] = STATE(3507), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5426), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1906] = { + [sym__expression] = STATE(3198), + [sym_comma_expression] = STATE(5427), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3837), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1907] = { + [sym__expression] = STATE(3178), + [sym_comma_expression] = STATE(5386), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3839), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1908] = { + [sym__expression] = STATE(3165), + [sym_comma_expression] = STATE(5240), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3841), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1909] = { + [sym__expression] = STATE(3471), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5264), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1910] = { + [sym__expression] = STATE(3166), + [sym_comma_expression] = STATE(5516), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3843), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1911] = { + [sym__expression] = STATE(2677), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_initializer_list] = STATE(2830), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [1912] = { + [sym__expression] = STATE(3274), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1913] = { + [sym__expression] = STATE(2602), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [1914] = { + [sym__expression] = STATE(3202), + [sym_comma_expression] = STATE(5525), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3845), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1915] = { + [sym__expression] = STATE(3135), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5031), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1916] = { + [sym__expression] = STATE(3153), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3783), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3783), + [anon_sym_AMP_AMP] = ACTIONS(3783), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3783), + [anon_sym_LBRACK] = ACTIONS(3783), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1917] = { + [sym__expression] = STATE(3194), + [sym_comma_expression] = STATE(5512), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3847), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1918] = { + [sym__expression] = STATE(3192), + [sym_comma_expression] = STATE(5509), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3849), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1919] = { + [sym__expression] = STATE(3190), + [sym_comma_expression] = STATE(5504), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3851), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1920] = { + [sym__expression] = STATE(3189), + [sym_comma_expression] = STATE(5500), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3853), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1921] = { + [sym__expression] = STATE(3172), + [sym_comma_expression] = STATE(5469), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3855), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1922] = { + [sym__expression] = STATE(3446), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_initializer_list] = STATE(5486), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1923] = { + [sym__expression] = STATE(3164), + [sym_comma_expression] = STATE(5239), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3857), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1924] = { + [sym__expression] = STATE(2460), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_initializer_list] = STATE(2530), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1925] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3859), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1926] = { + [sym__expression] = STATE(3494), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1927] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3863), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1928] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3865), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1929] = { + [sym__expression] = STATE(3359), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3867), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3869), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1930] = { + [sym__expression] = STATE(2536), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3871), + [anon_sym_LPAREN2] = ACTIONS(3873), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1931] = { + [sym__expression] = STATE(3441), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3875), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3877), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1932] = { + [sym__expression] = STATE(3288), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_RPAREN] = ACTIONS(3879), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1933] = { + [sym__expression] = STATE(3371), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3881), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3883), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1934] = { + [sym__expression] = STATE(3292), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3885), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1935] = { + [sym__expression] = STATE(3249), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3887), + [anon_sym_LPAREN2] = ACTIONS(3889), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [1936] = { + [sym__expression] = STATE(3366), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3891), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1937] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3893), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1938] = { + [sym__expression] = STATE(3364), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3895), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1939] = { + [sym__expression] = STATE(3293), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3867), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3869), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1940] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3897), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1941] = { + [sym__expression] = STATE(3420), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1942] = { + [sym__expression] = STATE(3462), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3899), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1943] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3901), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1944] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3903), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1945] = { + [sym__expression] = STATE(3085), + [sym_comma_expression] = STATE(4953), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1946] = { + [sym__expression] = STATE(3380), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3905), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1947] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3907), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1948] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3909), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1949] = { + [sym__expression] = STATE(3393), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3911), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1950] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3913), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1951] = { + [sym__expression] = STATE(2739), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3915), + [anon_sym_LPAREN2] = ACTIONS(3917), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [1952] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3919), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1953] = { + [sym__expression] = STATE(3063), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3921), + [anon_sym_LPAREN2] = ACTIONS(3923), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1954] = { + [sym__expression] = STATE(3199), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3925), + [anon_sym_LPAREN2] = ACTIONS(3927), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1955] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3929), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1956] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3931), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1957] = { + [sym__expression] = STATE(3433), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3933), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3935), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1958] = { + [sym__expression] = STATE(2712), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3937), + [anon_sym_LPAREN2] = ACTIONS(3939), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [1959] = { + [sym__expression] = STATE(3348), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3875), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3877), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1960] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3941), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1961] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(3943), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1962] = { + [sym__expression] = STATE(3346), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1963] = { + [sym__expression] = STATE(3299), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3881), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3883), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1964] = { + [sym__expression] = STATE(3313), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1965] = { + [sym__expression] = STATE(3411), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3947), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1966] = { + [sym__expression] = STATE(3444), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3949), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1967] = { + [sym__expression] = STATE(3449), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3951), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1968] = { + [sym__expression] = STATE(3453), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3953), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1969] = { + [sym__expression] = STATE(3315), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1970] = { + [sym__expression] = STATE(3152), + [sym_comma_expression] = STATE(5368), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1971] = { + [sym__expression] = STATE(3365), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3735), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3737), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1972] = { + [sym__expression] = STATE(3319), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3957), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1973] = { + [sym__expression] = STATE(3310), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3959), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1974] = { + [sym__expression] = STATE(3255), + [sym_comma_expression] = STATE(5514), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1975] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3961), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1976] = { + [sym__expression] = STATE(3283), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3933), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3935), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1977] = { + [sym__expression] = STATE(3487), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3963), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1978] = { + [sym__expression] = STATE(3383), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3965), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1979] = { + [sym__expression] = STATE(3309), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3967), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1980] = { + [sym__expression] = STATE(3415), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3969), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1981] = { + [sym__expression] = STATE(3500), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1982] = { + [sym__expression] = STATE(3256), + [sym_comma_expression] = STATE(5477), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1983] = { + [sym__expression] = STATE(3495), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3759), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3761), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1984] = { + [sym__expression] = STATE(3284), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3973), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1985] = { + [sym__expression] = STATE(3395), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3975), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1986] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3977), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1987] = { + [sym__expression] = STATE(3501), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3979), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1988] = { + [sym__expression] = STATE(3428), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3921), + [anon_sym_LPAREN2] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1989] = { + [sym__expression] = STATE(3505), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3983), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1990] = { + [sym__expression] = STATE(3423), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_default] = ACTIONS(3745), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(3747), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1991] = { + [sym__expression] = STATE(3161), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3921), + [anon_sym_LPAREN2] = ACTIONS(3985), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1992] = { + [sym__expression] = STATE(3367), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_SEMI] = ACTIONS(3987), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1993] = { + [sym__expression] = STATE(2792), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3871), + [anon_sym_LPAREN2] = ACTIONS(3989), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1994] = { + [sym__expression] = STATE(3131), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1995] = { + [sym__expression] = STATE(3205), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [1996] = { + [sym__expression] = STATE(2789), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(3991), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [1997] = { + [sym__expression] = STATE(3046), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1998] = { + [sym__expression] = STATE(3416), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(3993), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [1999] = { + [sym__expression] = STATE(2998), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3995), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2000] = { + [sym__expression] = STATE(3208), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2001] = { + [sym__expression] = STATE(3350), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2002] = { + [sym__expression] = STATE(2515), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2003] = { + [sym__expression] = STATE(2514), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2004] = { + [sym__expression] = STATE(2512), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2005] = { + [sym__expression] = STATE(2511), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2006] = { + [sym__expression] = STATE(2507), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2007] = { + [sym__expression] = STATE(2506), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2008] = { + [sym__expression] = STATE(3436), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2009] = { + [sym__expression] = STATE(3206), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2010] = { + [sym__expression] = STATE(2505), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2011] = { + [sym__expression] = STATE(2503), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2012] = { + [sym__expression] = STATE(2502), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2013] = { + [sym__expression] = STATE(2818), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2014] = { + [sym__expression] = STATE(2516), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2015] = { + [sym__expression] = STATE(3080), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2016] = { + [sym__expression] = STATE(2794), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2017] = { + [sym__expression] = STATE(2496), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(3997), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2018] = { + [sym__expression] = STATE(2787), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2019] = { + [sym__expression] = STATE(2796), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2020] = { + [sym__expression] = STATE(3240), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2021] = { + [sym__expression] = STATE(3067), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2022] = { + [sym__expression] = STATE(3167), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2023] = { + [sym__expression] = STATE(3251), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3999), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2024] = { + [sym__expression] = STATE(3015), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2025] = { + [sym__expression] = STATE(3191), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2026] = { + [sym__expression] = STATE(3168), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2027] = { + [sym__expression] = STATE(3169), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2028] = { + [sym__expression] = STATE(3170), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2029] = { + [sym__expression] = STATE(3171), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2030] = { + [sym__expression] = STATE(3146), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2031] = { + [sym__expression] = STATE(3229), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2032] = { + [sym__expression] = STATE(3173), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2033] = { + [sym__expression] = STATE(3261), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2034] = { + [sym__expression] = STATE(3174), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2035] = { + [sym__expression] = STATE(3068), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(3861), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2036] = { + [sym__expression] = STATE(2803), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2037] = { + [sym__expression] = STATE(2804), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2038] = { + [sym__expression] = STATE(2809), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2039] = { + [sym__expression] = STATE(2811), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2040] = { + [sym__expression] = STATE(2720), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2041] = { + [sym__expression] = STATE(3119), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2042] = { + [sym__expression] = STATE(3230), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2043] = { + [sym__expression] = STATE(2493), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2044] = { + [sym__expression] = STATE(3362), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2045] = { + [sym__expression] = STATE(3182), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2046] = { + [sym__expression] = STATE(3177), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(4001), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2047] = { + [sym__expression] = STATE(3133), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2048] = { + [sym__expression] = STATE(3281), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2049] = { + [sym__expression] = STATE(3143), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2050] = { + [sym__expression] = STATE(2813), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2051] = { + [sym__expression] = STATE(2814), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2052] = { + [sym__expression] = STATE(3181), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2053] = { + [sym__expression] = STATE(3142), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2054] = { + [sym__expression] = STATE(2657), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2055] = { + [sym__expression] = STATE(2658), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2056] = { + [sym__expression] = STATE(3287), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2057] = { + [sym__expression] = STATE(3248), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2058] = { + [sym__expression] = STATE(3294), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2059] = { + [sym__expression] = STATE(3291), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2060] = { + [sym__expression] = STATE(3286), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2061] = { + [sym__expression] = STATE(2659), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2062] = { + [sym__expression] = STATE(2667), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2063] = { + [sym__expression] = STATE(3141), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2064] = { + [sym__expression] = STATE(3390), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2065] = { + [sym__expression] = STATE(3140), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2066] = { + [sym__expression] = STATE(2670), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2067] = { + [sym__expression] = STATE(2711), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2068] = { + [sym__expression] = STATE(3243), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2069] = { + [sym__expression] = STATE(3139), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2070] = { + [sym__expression] = STATE(2699), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(4003), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2071] = { + [sym__expression] = STATE(3138), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2072] = { + [sym__expression] = STATE(2713), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2073] = { + [sym__expression] = STATE(3225), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2074] = { + [sym__expression] = STATE(2745), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2075] = { + [sym__expression] = STATE(2826), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2076] = { + [sym__expression] = STATE(2487), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2077] = { + [sym__expression] = STATE(3326), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2078] = { + [sym__expression] = STATE(3136), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2079] = { + [sym__expression] = STATE(3431), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2080] = { + [sym__expression] = STATE(3207), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2081] = { + [sym__expression] = STATE(3354), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2082] = { + [sym__expression] = STATE(3303), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2083] = { + [sym__expression] = STATE(3271), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2084] = { + [sym__expression] = STATE(3270), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2085] = { + [sym__expression] = STATE(3269), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2086] = { + [sym__expression] = STATE(3267), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2087] = { + [sym__expression] = STATE(3266), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2088] = { + [sym__expression] = STATE(3264), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2089] = { + [sym__expression] = STATE(3263), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2090] = { + [sym__expression] = STATE(2671), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2091] = { + [sym__expression] = STATE(3262), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2092] = { + [sym__expression] = STATE(2990), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2093] = { + [sym__expression] = STATE(2701), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2094] = { + [sym__expression] = STATE(3156), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2095] = { + [sym__expression] = STATE(2706), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2096] = { + [sym__expression] = STATE(3260), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2097] = { + [sym__expression] = STATE(3426), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2098] = { + [sym__expression] = STATE(3296), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2099] = { + [sym__expression] = STATE(3134), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(4005), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2100] = { + [sym__expression] = STATE(3328), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2101] = { + [sym__expression] = STATE(3422), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2102] = { + [sym__expression] = STATE(3259), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(4007), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2103] = { + [sym__expression] = STATE(2716), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2104] = { + [sym__expression] = STATE(3419), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2105] = { + [sym__expression] = STATE(3339), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2106] = { + [sym__expression] = STATE(2710), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2107] = { + [sym__expression] = STATE(3257), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2108] = { + [sym__expression] = STATE(3137), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2109] = { + [sym__expression] = STATE(2517), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(4009), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2110] = { + [sym__expression] = STATE(2719), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2111] = { + [sym__expression] = STATE(2592), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2112] = { + [sym__expression] = STATE(3049), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2113] = { + [sym__expression] = STATE(3059), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2114] = { + [sym__expression] = STATE(3232), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2115] = { + [sym__expression] = STATE(2529), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2116] = { + [sym__expression] = STATE(2520), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(4011), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2117] = { + [sym__expression] = STATE(2520), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2118] = { + [sym__expression] = STATE(2755), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(4013), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2119] = { + [sym__expression] = STATE(3434), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(4015), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2120] = { + [sym__expression] = STATE(3048), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2121] = { + [sym__expression] = STATE(3055), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2122] = { + [sym__expression] = STATE(2722), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2123] = { + [sym__expression] = STATE(3437), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2124] = { + [sym__expression] = STATE(3277), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2125] = { + [sym__expression] = STATE(3057), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2126] = { + [sym__expression] = STATE(3077), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2127] = { + [sym__expression] = STATE(3076), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2128] = { + [sym__expression] = STATE(3398), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2129] = { + [sym__expression] = STATE(2728), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2130] = { + [sym__expression] = STATE(3237), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2131] = { + [sym__expression] = STATE(3438), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2132] = { + [sym__expression] = STATE(2990), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2133] = { + [sym__expression] = STATE(3149), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2134] = { + [sym__expression] = STATE(3440), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2135] = { + [sym__expression] = STATE(3073), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2136] = { + [sym__expression] = STATE(3317), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2137] = { + [sym__expression] = STATE(3450), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2138] = { + [sym__expression] = STATE(3451), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2139] = { + [sym__expression] = STATE(3452), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2140] = { + [sym__expression] = STATE(3458), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2141] = { + [sym__expression] = STATE(3464), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2142] = { + [sym__expression] = STATE(2753), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(4017), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2143] = { + [sym__expression] = STATE(2731), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2144] = { + [sym__expression] = STATE(2734), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2145] = { + [sym__expression] = STATE(3160), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2146] = { + [sym__expression] = STATE(3193), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(4019), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2147] = { + [sym__expression] = STATE(3406), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2148] = { + [sym__expression] = STATE(2674), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2149] = { + [sym__expression] = STATE(3200), + [sym_conditional_expression] = STATE(3493), + [sym_assignment_expression] = STATE(3493), + [sym_pointer_expression] = STATE(2840), + [sym_unary_expression] = STATE(3493), + [sym_binary_expression] = STATE(3493), + [sym_update_expression] = STATE(3493), + [sym_cast_expression] = STATE(3493), + [sym_sizeof_expression] = STATE(3493), + [sym_subscript_expression] = STATE(2840), + [sym_call_expression] = STATE(2840), + [sym_field_expression] = STATE(2840), + [sym_compound_literal_expression] = STATE(3493), + [sym_parenthesized_expression] = STATE(2840), + [sym_char_literal] = STATE(3493), + [sym_concatenated_string] = STATE(3493), + [sym_string_literal] = STATE(2882), + [sym_template_type] = STATE(4716), + [sym_template_function] = STATE(3493), + [sym_new_expression] = STATE(3493), + [sym_delete_expression] = STATE(3493), + [sym_lambda_expression] = STATE(3493), + [sym_lambda_capture_specifier] = STATE(3866), + [sym_parameter_pack_expansion] = STATE(3493), + [sym_scoped_identifier] = STATE(3203), + [sym_scoped_type_identifier] = STATE(4445), + [sym_scoped_namespace_identifier] = STATE(3916), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3369), + [anon_sym_LPAREN2] = ACTIONS(3371), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_TILDE] = ACTIONS(3375), + [anon_sym_DASH] = ACTIONS(3373), + [anon_sym_PLUS] = ACTIONS(3373), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3381), + [anon_sym_PLUS_PLUS] = ACTIONS(3381), + [anon_sym_sizeof] = ACTIONS(3383), + [sym_number_literal] = ACTIONS(3385), + [anon_sym_L_SQUOTE] = ACTIONS(3387), + [anon_sym_u_SQUOTE] = ACTIONS(3387), + [anon_sym_U_SQUOTE] = ACTIONS(3387), + [anon_sym_u8_SQUOTE] = ACTIONS(3387), + [anon_sym_SQUOTE] = ACTIONS(3387), + [anon_sym_L_DQUOTE] = ACTIONS(3389), + [anon_sym_u_DQUOTE] = ACTIONS(3389), + [anon_sym_U_DQUOTE] = ACTIONS(3389), + [anon_sym_u8_DQUOTE] = ACTIONS(3389), + [anon_sym_DQUOTE] = ACTIONS(3389), + [sym_true] = ACTIONS(3391), + [sym_false] = ACTIONS(3391), + [sym_null] = ACTIONS(3391), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_delete] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(3391), + [sym_nullptr] = ACTIONS(3391), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3399), + }, + [2150] = { + [sym__expression] = STATE(2806), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(4021), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2151] = { + [sym__expression] = STATE(2608), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2152] = { + [sym__expression] = STATE(3054), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(4023), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2153] = { + [sym__expression] = STATE(2793), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2154] = { + [sym__expression] = STATE(3314), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2155] = { + [sym__expression] = STATE(3211), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2156] = { + [sym__expression] = STATE(2771), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2157] = { + [sym__expression] = STATE(2773), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2158] = { + [sym__expression] = STATE(3356), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2159] = { + [sym__expression] = STATE(3345), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2160] = { + [sym__expression] = STATE(3045), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2161] = { + [sym__expression] = STATE(3330), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2162] = { + [sym__expression] = STATE(3342), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2163] = { + [sym__expression] = STATE(2752), + [sym_conditional_expression] = STATE(2766), + [sym_assignment_expression] = STATE(2766), + [sym_pointer_expression] = STATE(2782), + [sym_unary_expression] = STATE(2766), + [sym_binary_expression] = STATE(2766), + [sym_update_expression] = STATE(2766), + [sym_cast_expression] = STATE(2766), + [sym_sizeof_expression] = STATE(2766), + [sym_subscript_expression] = STATE(2782), + [sym_call_expression] = STATE(2782), + [sym_field_expression] = STATE(2782), + [sym_compound_literal_expression] = STATE(2766), + [sym_parenthesized_expression] = STATE(2782), + [sym_char_literal] = STATE(2766), + [sym_concatenated_string] = STATE(2766), + [sym_string_literal] = STATE(2228), + [sym_template_type] = STATE(4693), + [sym_template_function] = STATE(2766), + [sym_new_expression] = STATE(2766), + [sym_delete_expression] = STATE(2766), + [sym_lambda_expression] = STATE(2766), + [sym_lambda_capture_specifier] = STATE(3871), + [sym_parameter_pack_expansion] = STATE(2766), + [sym_scoped_identifier] = STATE(2740), + [sym_scoped_type_identifier] = STATE(4362), + [sym_scoped_namespace_identifier] = STATE(3918), + [sym__call_macro_with_decl_first_arg] = STATE(2823), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LPAREN2] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3377), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_sizeof] = ACTIONS(3055), + [sym_number_literal] = ACTIONS(3057), + [anon_sym_L_SQUOTE] = ACTIONS(3059), + [anon_sym_u_SQUOTE] = ACTIONS(3059), + [anon_sym_U_SQUOTE] = ACTIONS(3059), + [anon_sym_u8_SQUOTE] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_L_DQUOTE] = ACTIONS(3061), + [anon_sym_u_DQUOTE] = ACTIONS(3061), + [anon_sym_U_DQUOTE] = ACTIONS(3061), + [anon_sym_u8_DQUOTE] = ACTIONS(3061), + [anon_sym_DQUOTE] = ACTIONS(3061), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_null] = ACTIONS(3063), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3065), + [anon_sym_delete] = ACTIONS(3067), + [anon_sym_new] = ACTIONS(3069), + [sym_this] = ACTIONS(3063), + [sym_nullptr] = ACTIONS(3063), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_FORWARD] = ACTIONS(3071), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3071), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_PS_GET] = ACTIONS(3071), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3071), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3071), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3071), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3071), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3071), + [sym_raw_string_literal] = ACTIONS(3073), + }, + [2164] = { + [sym__expression] = STATE(3485), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2165] = { + [sym__expression] = STATE(2741), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2166] = { + [sym__expression] = STATE(2532), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2526), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3922), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2969), + [anon_sym_sizeof] = ACTIONS(2971), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(2981), + [anon_sym_delete] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2985), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2167] = { + [sym__expression] = STATE(3157), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(4025), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2168] = { + [sym__expression] = STATE(3148), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2169] = { + [sym__expression] = STATE(3015), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2170] = { + [sym__expression] = STATE(2800), + [sym_conditional_expression] = STATE(2471), + [sym_assignment_expression] = STATE(2471), + [sym_pointer_expression] = STATE(2477), + [sym_unary_expression] = STATE(2471), + [sym_binary_expression] = STATE(2471), + [sym_update_expression] = STATE(2471), + [sym_cast_expression] = STATE(2471), + [sym_sizeof_expression] = STATE(2471), + [sym_subscript_expression] = STATE(2477), + [sym_call_expression] = STATE(2477), + [sym_field_expression] = STATE(2477), + [sym_compound_literal_expression] = STATE(2471), + [sym_parenthesized_expression] = STATE(2477), + [sym_char_literal] = STATE(2471), + [sym_concatenated_string] = STATE(2471), + [sym_string_literal] = STATE(2197), + [sym_template_type] = STATE(4543), + [sym_template_function] = STATE(2471), + [sym_new_expression] = STATE(2471), + [sym_delete_expression] = STATE(2471), + [sym_lambda_expression] = STATE(2471), + [sym_lambda_capture_specifier] = STATE(3870), + [sym_parameter_pack_expansion] = STATE(2471), + [sym_scoped_identifier] = STATE(2765), + [sym_scoped_type_identifier] = STATE(4455), + [sym_scoped_namespace_identifier] = STATE(3929), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LPAREN2] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_sizeof] = ACTIONS(3127), + [sym_number_literal] = ACTIONS(2973), + [anon_sym_L_SQUOTE] = ACTIONS(2975), + [anon_sym_u_SQUOTE] = ACTIONS(2975), + [anon_sym_U_SQUOTE] = ACTIONS(2975), + [anon_sym_u8_SQUOTE] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2975), + [anon_sym_L_DQUOTE] = ACTIONS(2977), + [anon_sym_u_DQUOTE] = ACTIONS(2977), + [anon_sym_U_DQUOTE] = ACTIONS(2977), + [anon_sym_u8_DQUOTE] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2977), + [sym_true] = ACTIONS(2979), + [sym_false] = ACTIONS(2979), + [sym_null] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3129), + [anon_sym_delete] = ACTIONS(3131), + [anon_sym_new] = ACTIONS(3133), + [sym_this] = ACTIONS(2979), + [sym_nullptr] = ACTIONS(2979), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(2987), + }, + [2171] = { + [sym__expression] = STATE(2746), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2172] = { + [sym__expression] = STATE(3405), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2173] = { + [sym__expression] = STATE(3427), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2174] = { + [sym__expression] = STATE(2998), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2175] = { + [sym__expression] = STATE(3361), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2176] = { + [sym__expression] = STATE(3486), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2177] = { + [sym__expression] = STATE(2747), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2178] = { + [sym__expression] = STATE(3400), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2179] = { + [sym__expression] = STATE(3155), + [sym_conditional_expression] = STATE(3376), + [sym_assignment_expression] = STATE(3376), + [sym_pointer_expression] = STATE(2816), + [sym_unary_expression] = STATE(3376), + [sym_binary_expression] = STATE(3376), + [sym_update_expression] = STATE(3376), + [sym_cast_expression] = STATE(3376), + [sym_sizeof_expression] = STATE(3376), + [sym_subscript_expression] = STATE(2816), + [sym_call_expression] = STATE(2816), + [sym_field_expression] = STATE(2816), + [sym_compound_literal_expression] = STATE(3376), + [sym_parenthesized_expression] = STATE(2816), + [sym_char_literal] = STATE(3376), + [sym_concatenated_string] = STATE(3376), + [sym_string_literal] = STATE(2878), + [sym_template_type] = STATE(4559), + [sym_template_function] = STATE(3376), + [sym_new_expression] = STATE(3376), + [sym_delete_expression] = STATE(3376), + [sym_lambda_expression] = STATE(3376), + [sym_lambda_capture_specifier] = STATE(3872), + [sym_parameter_pack_expansion] = STATE(3376), + [sym_scoped_identifier] = STATE(3244), + [sym_scoped_type_identifier] = STATE(4497), + [sym_scoped_namespace_identifier] = STATE(3925), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3149), + [anon_sym_PLUS] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_sizeof] = ACTIONS(3167), + [sym_number_literal] = ACTIONS(3169), + [anon_sym_L_SQUOTE] = ACTIONS(3171), + [anon_sym_u_SQUOTE] = ACTIONS(3171), + [anon_sym_U_SQUOTE] = ACTIONS(3171), + [anon_sym_u8_SQUOTE] = ACTIONS(3171), + [anon_sym_SQUOTE] = ACTIONS(3171), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_null] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3363), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3185), + [sym_this] = ACTIONS(3175), + [sym_nullptr] = ACTIONS(3175), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3187), + }, + [2180] = { + [sym__expression] = STATE(2664), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2181] = { + [sym__expression] = STATE(2690), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2182] = { + [sym__expression] = STATE(2604), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2183] = { + [sym__expression] = STATE(2998), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2184] = { + [sym__expression] = STATE(3424), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2185] = { + [sym__expression] = STATE(3387), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2186] = { + [sym__expression] = STATE(3425), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2187] = { + [sym__expression] = STATE(3432), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2871), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2871), + [sym_call_expression] = STATE(2871), + [sym_field_expression] = STATE(2871), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2871), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3926), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3326), + [anon_sym_LPAREN2] = ACTIONS(3328), + [anon_sym_BANG] = ACTIONS(3332), + [anon_sym_TILDE] = ACTIONS(3332), + [anon_sym_DASH] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3334), + [anon_sym_PLUS_PLUS] = ACTIONS(3334), + [anon_sym_sizeof] = ACTIONS(3336), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3338), + [anon_sym_delete] = ACTIONS(3340), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2188] = { + [sym__expression] = STATE(3474), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2581), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2581), + [sym_call_expression] = STATE(2581), + [sym_field_expression] = STATE(2581), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2581), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(2997), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3921), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LPAREN2] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(997), + [anon_sym_AMP] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(89), + [anon_sym_PLUS_PLUS] = ACTIONS(89), + [anon_sym_sizeof] = ACTIONS(91), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3077), + [anon_sym_delete] = ACTIONS(117), + [anon_sym_new] = ACTIONS(131), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2189] = { + [sym__expression] = STATE(2692), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(4027), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2190] = { + [sym__expression] = STATE(2744), + [sym_conditional_expression] = STATE(2854), + [sym_assignment_expression] = STATE(2854), + [sym_pointer_expression] = STATE(2853), + [sym_unary_expression] = STATE(2854), + [sym_binary_expression] = STATE(2854), + [sym_update_expression] = STATE(2854), + [sym_cast_expression] = STATE(2854), + [sym_sizeof_expression] = STATE(2854), + [sym_subscript_expression] = STATE(2853), + [sym_call_expression] = STATE(2853), + [sym_field_expression] = STATE(2853), + [sym_compound_literal_expression] = STATE(2854), + [sym_parenthesized_expression] = STATE(2853), + [sym_char_literal] = STATE(2854), + [sym_concatenated_string] = STATE(2854), + [sym_string_literal] = STATE(2231), + [sym_template_type] = STATE(4736), + [sym_template_function] = STATE(2854), + [sym_new_expression] = STATE(2854), + [sym_delete_expression] = STATE(2854), + [sym_lambda_expression] = STATE(2854), + [sym_lambda_capture_specifier] = STATE(3869), + [sym_parameter_pack_expansion] = STATE(2854), + [sym_scoped_identifier] = STATE(2675), + [sym_scoped_type_identifier] = STATE(4434), + [sym_scoped_namespace_identifier] = STATE(3931), + [sym__call_macro_with_decl_first_arg] = STATE(2864), + [sym_identifier] = ACTIONS(3001), + [anon_sym_LPAREN2] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_sizeof] = ACTIONS(3017), + [sym_number_literal] = ACTIONS(3019), + [anon_sym_L_SQUOTE] = ACTIONS(3021), + [anon_sym_u_SQUOTE] = ACTIONS(3021), + [anon_sym_U_SQUOTE] = ACTIONS(3021), + [anon_sym_u8_SQUOTE] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_L_DQUOTE] = ACTIONS(3023), + [anon_sym_u_DQUOTE] = ACTIONS(3023), + [anon_sym_U_DQUOTE] = ACTIONS(3023), + [anon_sym_u8_DQUOTE] = ACTIONS(3023), + [anon_sym_DQUOTE] = ACTIONS(3023), + [sym_true] = ACTIONS(3025), + [sym_false] = ACTIONS(3025), + [sym_null] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3027), + [anon_sym_delete] = ACTIONS(3029), + [anon_sym_new] = ACTIONS(3031), + [sym_this] = ACTIONS(3025), + [sym_nullptr] = ACTIONS(3025), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_FORWARD] = ACTIONS(3033), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(3033), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_PS_GET] = ACTIONS(3033), + [anon_sym_PS_GET_AND_SET] = ACTIONS(3033), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(3033), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(3033), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(3033), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(3033), + [sym_raw_string_literal] = ACTIONS(3035), + }, + [2191] = { + [sym__expression] = STATE(3302), + [sym_conditional_expression] = STATE(3037), + [sym_assignment_expression] = STATE(3037), + [sym_pointer_expression] = STATE(2876), + [sym_unary_expression] = STATE(3037), + [sym_binary_expression] = STATE(3037), + [sym_update_expression] = STATE(3037), + [sym_cast_expression] = STATE(3037), + [sym_sizeof_expression] = STATE(3037), + [sym_subscript_expression] = STATE(2876), + [sym_call_expression] = STATE(2876), + [sym_field_expression] = STATE(2876), + [sym_compound_literal_expression] = STATE(3037), + [sym_parenthesized_expression] = STATE(2876), + [sym_char_literal] = STATE(3037), + [sym_concatenated_string] = STATE(3037), + [sym_string_literal] = STATE(2580), + [sym_template_type] = STATE(4526), + [sym_template_function] = STATE(3037), + [sym_new_expression] = STATE(3037), + [sym_delete_expression] = STATE(3037), + [sym_lambda_expression] = STATE(3037), + [sym_lambda_capture_specifier] = STATE(3874), + [sym_parameter_pack_expansion] = STATE(3037), + [sym_scoped_identifier] = STATE(3357), + [sym_scoped_type_identifier] = STATE(4485), + [sym_scoped_namespace_identifier] = STATE(3915), + [sym__call_macro_with_decl_first_arg] = STATE(2525), + [sym_identifier] = ACTIONS(3401), + [anon_sym_LPAREN2] = ACTIONS(3403), + [anon_sym_BANG] = ACTIONS(3407), + [anon_sym_TILDE] = ACTIONS(3407), + [anon_sym_DASH] = ACTIONS(3405), + [anon_sym_PLUS] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(3409), + [anon_sym_AMP] = ACTIONS(3409), + [anon_sym_LBRACK] = ACTIONS(2965), + [sym_primitive_type] = ACTIONS(2967), + [anon_sym_DASH_DASH] = ACTIONS(3411), + [anon_sym_PLUS_PLUS] = ACTIONS(3411), + [anon_sym_sizeof] = ACTIONS(3413), + [sym_number_literal] = ACTIONS(93), + [anon_sym_L_SQUOTE] = ACTIONS(95), + [anon_sym_u_SQUOTE] = ACTIONS(95), + [anon_sym_U_SQUOTE] = ACTIONS(95), + [anon_sym_u8_SQUOTE] = ACTIONS(95), + [anon_sym_SQUOTE] = ACTIONS(95), + [anon_sym_L_DQUOTE] = ACTIONS(97), + [anon_sym_u_DQUOTE] = ACTIONS(97), + [anon_sym_U_DQUOTE] = ACTIONS(97), + [anon_sym_u8_DQUOTE] = ACTIONS(97), + [anon_sym_DQUOTE] = ACTIONS(97), + [sym_true] = ACTIONS(99), + [sym_false] = ACTIONS(99), + [sym_null] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(3415), + [anon_sym_delete] = ACTIONS(3417), + [anon_sym_new] = ACTIONS(3419), + [sym_this] = ACTIONS(99), + [sym_nullptr] = ACTIONS(99), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(139), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_FORWARD] = ACTIONS(139), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(139), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(139), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(139), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_PS_GET] = ACTIONS(139), + [anon_sym_PS_GET_AND_SET] = ACTIONS(139), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(139), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(139), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(139), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(139), + [sym_raw_string_literal] = ACTIONS(143), + }, + [2192] = { + [sym_identifier] = ACTIONS(4029), + [anon_sym_LPAREN2] = ACTIONS(4031), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_TILDE] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4029), + [anon_sym_PLUS] = ACTIONS(4029), + [anon_sym_STAR] = ACTIONS(4031), + [anon_sym_AMP] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4031), + [anon_sym_LBRACE] = ACTIONS(4031), + [anon_sym_LBRACK] = ACTIONS(4031), + [sym_primitive_type] = ACTIONS(4029), + [anon_sym_if] = ACTIONS(4029), + [anon_sym_switch] = ACTIONS(4029), + [anon_sym_case] = ACTIONS(4029), + [anon_sym_default] = ACTIONS(4029), + [anon_sym_while] = ACTIONS(4029), + [anon_sym_do] = ACTIONS(4029), + [anon_sym_for] = ACTIONS(4029), + [anon_sym_return] = ACTIONS(4029), + [anon_sym_break] = ACTIONS(4029), + [anon_sym_continue] = ACTIONS(4029), + [anon_sym_goto] = ACTIONS(4029), + [anon_sym_DASH_DASH] = ACTIONS(4031), + [anon_sym_PLUS_PLUS] = ACTIONS(4031), + [anon_sym_sizeof] = ACTIONS(4029), + [sym_number_literal] = ACTIONS(4031), + [anon_sym_L_SQUOTE] = ACTIONS(4031), + [anon_sym_u_SQUOTE] = ACTIONS(4031), + [anon_sym_U_SQUOTE] = ACTIONS(4031), + [anon_sym_u8_SQUOTE] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4031), + [anon_sym_L_DQUOTE] = ACTIONS(4031), + [anon_sym_u_DQUOTE] = ACTIONS(4031), + [anon_sym_U_DQUOTE] = ACTIONS(4031), + [anon_sym_u8_DQUOTE] = ACTIONS(4031), + [anon_sym_DQUOTE] = ACTIONS(4031), + [sym_true] = ACTIONS(4029), + [sym_false] = ACTIONS(4029), + [sym_null] = ACTIONS(4029), + [sym_comment] = ACTIONS(3), + [anon_sym_COLON_COLON] = ACTIONS(4031), + [anon_sym_delete] = ACTIONS(4029), + [anon_sym_throw] = ACTIONS(4029), + [anon_sym_try] = ACTIONS(4029), + [anon_sym_new] = ACTIONS(4029), + [sym_this] = ACTIONS(4029), + [sym_nullptr] = ACTIONS(4029), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4029), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_FORWARD] = ACTIONS(4029), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4029), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4029), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(4029), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4029), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_PS_GET] = ACTIONS(4029), + [anon_sym_PS_GET_AND_SET] = ACTIONS(4029), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4029), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(4029), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4029), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4029), + [sym_raw_string_literal] = ACTIONS(4031), + }, + [2193] = { + [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_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_COLON_COLON] = ACTIONS(4035), + [anon_sym_delete] = ACTIONS(4033), + [anon_sym_throw] = ACTIONS(4033), + [anon_sym_try] = 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), + }, +}; + +static uint16_t ts_small_parse_table[] = { + [0] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, - anon_sym_delete, - ACTIONS(131), 1, - anon_sym_new, - ACTIONS(141), 1, + STATE(2194), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4041), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4039), 22, sym_raw_string_literal, - ACTIONS(990), 1, anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3210), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(95), 5, + 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, - ACTIONS(97), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(99), 5, + anon_sym_COLON_COLON, + ACTIONS(4037), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46561] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3245), 1, - sym_primitive_type, - ACTIONS(3533), 1, sym_identifier, - ACTIONS(3535), 1, - anon_sym_LPAREN2, - ACTIONS(3547), 1, - anon_sym_sizeof, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3557), 1, - anon_sym_COLON_COLON, - ACTIONS(3559), 1, anon_sym_delete, - ACTIONS(3561), 1, anon_sym_new, - ACTIONS(3563), 1, + 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, + [71] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2923), 22, sym_raw_string_literal, - STATE(2856), 1, - sym_string_literal, - STATE(3151), 1, - sym__expression, - STATE(3182), 1, - sym_scoped_identifier, - STATE(3855), 1, - sym_lambda_capture_specifier, - STATE(3902), 1, - sym_scoped_namespace_identifier, - STATE(4368), 1, - sym_scoped_type_identifier, - STATE(4540), 1, - sym_template_type, - ACTIONS(3537), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3539), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3541), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3545), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3551), 5, + sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(3553), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3555), 5, + anon_sym_COLON_COLON, + ACTIONS(2921), 35, + 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_this, - sym_nullptr, - STATE(2803), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3475), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46677] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, + sym_identifier, anon_sym_delete, - ACTIONS(131), 1, anon_sym_new, - ACTIONS(141), 1, + 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, + [136] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4044), 1, + sym_identifier, + ACTIONS(4054), 1, sym_raw_string_literal, - ACTIONS(990), 1, - anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, + STATE(2196), 2, sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3412), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, + aux_sym_concatenated_string_repeat1, + ACTIONS(4051), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46793] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, - sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3307), 1, - sym__expression, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, + ACTIONS(4049), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(3581), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4047), 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, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, + anon_sym_DASH_GT, + [204] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4057), 1, + sym_identifier, + ACTIONS(4059), 1, + sym_raw_string_literal, + STATE(2198), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(2977), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [46909] = 27, + ACTIONS(2233), 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(2225), 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, + [272] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, + ACTIONS(4061), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, - anon_sym_delete, - ACTIONS(3229), 1, - anon_sym_new, - ACTIONS(3231), 1, + ACTIONS(4067), 1, sym_raw_string_literal, - STATE(2214), 1, + STATE(2196), 2, sym_string_literal, - STATE(2572), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(3219), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(3221), 5, + aux_sym_concatenated_string_repeat1, + ACTIONS(2977), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47025] = 27, + ACTIONS(4065), 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(4063), 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, + [340] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(141), 1, - sym_raw_string_literal, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3571), 1, + ACTIONS(4069), 1, sym_identifier, - ACTIONS(3573), 1, - anon_sym_LPAREN2, - ACTIONS(3583), 1, - anon_sym_sizeof, - ACTIONS(3585), 1, - anon_sym_COLON_COLON, - ACTIONS(3587), 1, - anon_sym_delete, - ACTIONS(3589), 1, - anon_sym_new, - STATE(2543), 1, - sym_string_literal, - STATE(3438), 1, - sym_scoped_identifier, - STATE(3473), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3898), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(3575), 2, + ACTIONS(4073), 1, + sym_primitive_type, + STATE(2208), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4071), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2383), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3577), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3579), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(3581), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2381), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(95), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(99), 5, - sym_true, - sym_false, - sym_null, - sym_this, - sym_nullptr, - STATE(2848), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47141] = 27, + anon_sym_DASH_GT, + [407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3365), 1, - anon_sym_LPAREN2, - ACTIONS(3387), 1, - anon_sym_sizeof, - ACTIONS(3389), 1, - sym_number_literal, - ACTIONS(3403), 1, - anon_sym_delete, - ACTIONS(3405), 1, - anon_sym_new, - ACTIONS(3407), 1, + ACTIONS(1502), 22, sym_raw_string_literal, - ACTIONS(3499), 1, - sym_identifier, - ACTIONS(3503), 1, - anon_sym_COLON_COLON, - STATE(2854), 1, - sym_string_literal, - STATE(3209), 1, - sym__expression, - STATE(3217), 1, - sym_scoped_identifier, - STATE(3851), 1, - sym_lambda_capture_specifier, - STATE(3893), 1, - sym_scoped_namespace_identifier, - STATE(4460), 1, - sym_scoped_type_identifier, - STATE(4530), 1, - sym_template_type, - ACTIONS(3367), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3369), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3385), 2, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3391), 5, + sym_number_literal, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - ACTIONS(3393), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3395), 5, + anon_sym_COLON_COLON, + ACTIONS(1500), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2778), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(3354), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47257] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [466] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1502), 22, sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2652), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1500), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47373] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [525] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1510), 22, sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2651), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1508), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47489] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [584] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1510), 22, sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2638), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1508), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47605] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [643] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1532), 22, sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2702), 1, - sym_scoped_identifier, - STATE(2735), 1, - sym__expression, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1530), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47721] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [702] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1532), 22, sym_raw_string_literal, - ACTIONS(4009), 1, - anon_sym_LBRACK, - STATE(2214), 1, - sym_string_literal, - STATE(2639), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1530), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47837] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN2, - ACTIONS(3211), 1, - sym_primitive_type, - ACTIONS(3215), 1, - anon_sym_sizeof, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3225), 1, - anon_sym_COLON_COLON, - ACTIONS(3227), 1, anon_sym_delete, - ACTIONS(3229), 1, anon_sym_new, - ACTIONS(3231), 1, + 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, + [761] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1558), 22, sym_raw_string_literal, - STATE(2214), 1, - sym_string_literal, - STATE(2645), 1, - sym__expression, - STATE(2702), 1, - sym_scoped_identifier, - STATE(3854), 1, - sym_lambda_capture_specifier, - STATE(3897), 1, - sym_scoped_namespace_identifier, - STATE(4308), 1, - sym_scoped_type_identifier, - STATE(4707), 1, - sym_template_type, - ACTIONS(3203), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3205), 2, + anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3213), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3371), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(3219), 5, + anon_sym_SEMI, + 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, - ACTIONS(3221), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(3223), 5, + anon_sym_COLON_COLON, + ACTIONS(1556), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, - sym_this, - sym_nullptr, - STATE(2763), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2824), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [47953] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(91), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - sym_number_literal, - ACTIONS(117), 1, + sym_identifier, anon_sym_delete, - ACTIONS(131), 1, anon_sym_new, - ACTIONS(141), 1, + 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, + [820] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1558), 22, sym_raw_string_literal, - ACTIONS(990), 1, anon_sym_LPAREN2, - ACTIONS(3164), 1, - anon_sym_LBRACK, - ACTIONS(3166), 1, - sym_primitive_type, - ACTIONS(3279), 1, - anon_sym_COLON_COLON, - ACTIONS(3481), 1, - sym_identifier, - STATE(2543), 1, - sym_string_literal, - STATE(2990), 1, - sym_scoped_identifier, - STATE(3196), 1, - sym__expression, - STATE(3847), 1, - sym_lambda_capture_specifier, - STATE(3903), 1, - sym_scoped_namespace_identifier, - STATE(4475), 1, - sym_scoped_type_identifier, - STATE(4700), 1, - sym_template_type, - ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(25), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(89), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(992), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(95), 5, + anon_sym_SEMI, + 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, - ACTIONS(97), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(99), 5, + anon_sym_COLON_COLON, + ACTIONS(1556), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, sym_true, sym_false, sym_null, + sym_identifier, + anon_sym_delete, + anon_sym_new, sym_this, sym_nullptr, - STATE(2569), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(2968), 15, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_template_function, - sym_new_expression, - sym_delete_expression, - sym_lambda_expression, - sym_parameter_pack_expansion, - [48069] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4011), 1, - sym_identifier, - ACTIONS(4013), 1, - sym_raw_string_literal, - STATE(2187), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3176), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2225), 14, + 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, + [879] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2208), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4075), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2334), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308521,8 +323422,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + sym_primitive_type, anon_sym_DOT, - ACTIONS(2217), 29, + sym_identifier, + ACTIONS(2336), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308534,6 +323437,7 @@ static 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, @@ -308552,23 +323456,65 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48137] = 7, + [942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 1, - sym_identifier, - ACTIONS(4021), 1, + ACTIONS(1466), 21, sym_raw_string_literal, - STATE(2188), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3176), 5, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + 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(4019), 14, + anon_sym_COLON_COLON, + ACTIONS(1464), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_delete, + 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, + [1000] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3293), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308583,7 +323529,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4017), 29, + sym_identifier, + ACTIONS(3295), 35, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308613,23 +323561,70 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48205] = 7, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [1058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 1, - sym_identifier, - ACTIONS(4033), 1, + ACTIONS(1446), 21, sym_raw_string_literal, - STATE(2188), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4030), 5, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + 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(4028), 14, + anon_sym_COLON_COLON, + ACTIONS(1444), 29, + anon_sym_DASH, + anon_sym_PLUS, + sym_primitive_type, + anon_sym_sizeof, + sym_true, + sym_false, + sym_null, + sym_identifier, + anon_sym_delete, + 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, + [1116] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308644,7 +323639,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4026), 29, + sym_identifier, + ACTIONS(3301), 35, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308674,21 +323671,28 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48273] = 7, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [1174] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4036), 1, - sym_identifier, - ACTIONS(4040), 1, - sym_primitive_type, - STATE(2190), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4038), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2375), 14, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2406), 1, + sym_field_declaration_list, + STATE(4504), 1, + sym_virtual_specifier, + STATE(4873), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2863), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308703,7 +323707,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2373), 30, + ACTIONS(2861), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308715,11 +323719,9 @@ static 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, @@ -308734,68 +323736,101 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48340] = 5, + [1243] = 27, ACTIONS(3), 1, sym_comment, - STATE(2190), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4042), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2326), 16, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, + anon_sym_LPAREN2, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4082), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(4084), 1, + anon_sym_AMP_AMP, + ACTIONS(4086), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - sym_primitive_type, - anon_sym_DOT, - sym_identifier, - ACTIONS(2328), 30, - anon_sym_DOT_DOT_DOT, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + STATE(3689), 1, + sym_parameter_list, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3837), 1, + sym__abstract_declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4133), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(4080), 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_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, - [48403] = 3, + STATE(2565), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(2676), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [1348] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 15, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2417), 1, + sym_field_declaration_list, + STATE(4510), 1, + sym_virtual_specifier, + STATE(4991), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2875), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308810,9 +323845,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3053), 35, - sym_raw_string_literal, + ACTIONS(2873), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308827,7 +323860,6 @@ static 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, @@ -308842,15 +323874,23 @@ static 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, - [48461] = 3, + [1417] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 15, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2347), 1, + sym_field_declaration_list, + STATE(4352), 1, + sym_virtual_specifier, + STATE(5019), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2871), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308865,9 +323905,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3045), 35, - sym_raw_string_literal, + ACTIONS(2869), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308882,7 +323920,6 @@ static 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, @@ -308897,43 +323934,38 @@ static 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, - [48519] = 14, + [1486] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(2215), 1, + ACTIONS(2223), 1, anon_sym_const, - ACTIONS(2233), 1, + ACTIONS(2241), 1, anon_sym_LT, - ACTIONS(2236), 1, + ACTIONS(2244), 1, anon_sym_EQ, - ACTIONS(4045), 1, + ACTIONS(4092), 1, anon_sym_COLON_COLON, - STATE(1370), 1, + STATE(1374), 1, sym_template_argument_list, - STATE(3009), 1, + STATE(3001), 1, sym_initializer_list, - ACTIONS(2227), 2, + ACTIONS(2235), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2230), 4, + ACTIONS(2238), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_LBRACK, - ACTIONS(2223), 5, + ACTIONS(2231), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2225), 10, + ACTIONS(2233), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -308944,7 +323976,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2240), 10, + ACTIONS(2248), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -308955,7 +323987,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2217), 11, + ACTIONS(2225), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -308967,53 +323999,50 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48598] = 9, + [1565] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(2306), 1, - sym_field_declaration_list, - STATE(4462), 1, - sym_virtual_specifier, - STATE(4879), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2843), 14, + ACTIONS(2223), 1, + anon_sym_const, + ACTIONS(2238), 1, + anon_sym_AMP_AMP, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(4092), 1, + anon_sym_COLON_COLON, + STATE(1374), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2235), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2227), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + ACTIONS(2231), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2233), 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(2841), 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(2248), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -309024,86 +324053,100 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + ACTIONS(2225), 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, - [48667] = 9, + [1646] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(2223), 1, + anon_sym_const, + ACTIONS(3361), 1, anon_sym_LBRACE, - STATE(2307), 1, - sym_field_declaration_list, - STATE(4463), 1, - sym_virtual_specifier, - STATE(4883), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2853), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4094), 1, + anon_sym_LT, + ACTIONS(4101), 1, + anon_sym_COLON_COLON, + STATE(2891), 1, + sym_template_argument_list, + STATE(3331), 1, + sym_initializer_list, + ACTIONS(2235), 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(4097), 2, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2851), 28, + anon_sym_GT_GT_EQ, + ACTIONS(2231), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2238), 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(2225), 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(4099), 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, - [48736] = 9, + ACTIONS(2233), 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, + [1725] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2312), 1, + STATE(2415), 1, sym_field_declaration_list, - STATE(4467), 1, + STATE(4507), 1, sym_virtual_specifier, - STATE(4886), 1, + STATE(4899), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2857), 14, + ACTIONS(2867), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309118,7 +324161,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2855), 28, + ACTIONS(2865), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309147,63 +324190,63 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [48805] = 27, + [1794] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2174), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(2176), 1, + ACTIONS(2193), 1, anon_sym_STAR, - ACTIONS(2178), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2180), 1, + ACTIONS(2197), 1, anon_sym_AMP, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4051), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4053), 1, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(3810), 1, + STATE(3837), 1, sym__abstract_declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4132), 1, + STATE(4133), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(4049), 2, + ACTIONS(4080), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(2563), 2, + STATE(2583), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(2742), 2, + STATE(2730), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -309216,7 +324259,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -309225,148 +324268,23 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [48910] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2215), 1, - anon_sym_const, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4055), 1, - anon_sym_LT, - ACTIONS(4062), 1, - anon_sym_COLON_COLON, - STATE(2861), 1, - sym_template_argument_list, - STATE(3339), 1, - sym_initializer_list, - ACTIONS(2227), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(4058), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2223), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2230), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2217), 8, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(4060), 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(2225), 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, - [48989] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2354), 1, - sym_field_declaration_list, - STATE(4443), 1, - sym_virtual_specifier, - STATE(4935), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2861), 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(2859), 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, - [49058] = 9, + [1899] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2360), 1, + STATE(2333), 1, sym_field_declaration_list, - STATE(4424), 1, + STATE(4345), 1, sym_virtual_specifier, - STATE(4939), 1, + STATE(5052), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2865), 14, + ACTIONS(2859), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309381,7 +324299,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2863), 28, + ACTIONS(2857), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309410,23 +324328,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49127] = 9, + [1968] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2364), 1, + STATE(2332), 1, sym_field_declaration_list, - STATE(4421), 1, + STATE(4335), 1, sym_virtual_specifier, - STATE(4836), 1, + STATE(5078), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2869), 14, + ACTIONS(2849), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309441,7 +324359,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2867), 28, + ACTIONS(2847), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309470,207 +324388,63 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49196] = 27, + [2037] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(2174), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4051), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(4068), 1, + ACTIONS(4111), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(4113), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(4115), 1, anon_sym_AMP, - ACTIONS(4074), 1, + ACTIONS(4117), 1, anon_sym_COLON_COLON, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(3819), 1, + STATE(3842), 1, sym__abstract_declarator, - STATE(4122), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4187), 1, + STATE(4167), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5325), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(4049), 2, + ACTIONS(4080), 2, anon_sym_COMMA, anon_sym_GT2, - STATE(2538), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2721), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [49301] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2215), 1, - anon_sym_const, - ACTIONS(2230), 1, - anon_sym_AMP_AMP, - ACTIONS(2233), 1, - anon_sym_LT, - ACTIONS(2236), 1, - anon_sym_EQ, - ACTIONS(4045), 1, - anon_sym_COLON_COLON, - STATE(1370), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2227), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2219), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2223), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2225), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2240), 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(2217), 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, - [49382] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4078), 1, - anon_sym_STAR, - ACTIONS(4080), 1, - anon_sym_AMP_AMP, - ACTIONS(4082), 1, - anon_sym_AMP, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - STATE(3661), 1, - sym_parameter_list, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3810), 1, - sym__abstract_declarator, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4132), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4049), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(2556), 2, + STATE(2584), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(2726), 2, + STATE(2661), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -309683,7 +324457,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -309692,23 +324466,23 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [49487] = 7, + [2142] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4086), 1, + ACTIONS(4119), 1, sym_identifier, - ACTIONS(4092), 1, + ACTIONS(4125), 1, sym_raw_string_literal, - STATE(2205), 2, + STATE(2225), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(4089), 5, + ACTIONS(4122), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4028), 16, + ACTIONS(4049), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309718,14 +324492,12 @@ static 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(4026), 23, + ACTIONS(4047), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309733,6 +324505,7 @@ static 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_QMARK, @@ -309742,30 +324515,31 @@ static 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, - [49551] = 7, + anon_sym_RBRACK_RBRACK, + [2206] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4128), 1, sym_identifier, - ACTIONS(4101), 1, + ACTIONS(4130), 1, sym_raw_string_literal, - STATE(2206), 2, + STATE(2225), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(4098), 5, + ACTIONS(3061), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4028), 14, + ACTIONS(4065), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309780,7 +324554,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4026), 25, + ACTIONS(4063), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309806,129 +324580,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [49615] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4106), 23, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - ACTIONS(4104), 25, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_throw, - anon_sym_try, - anon_sym_new, - sym_this, - sym_nullptr, - [49671] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4110), 23, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - ACTIONS(4108), 25, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_throw, - anon_sym_try, - anon_sym_new, - sym_this, - sym_nullptr, - [49727] = 7, + [2270] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4112), 1, + ACTIONS(4132), 1, sym_identifier, - ACTIONS(4114), 1, + ACTIONS(4138), 1, sym_raw_string_literal, - STATE(2206), 2, + STATE(2227), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3255), 5, + ACTIONS(4135), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4019), 14, + ACTIONS(4049), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309938,12 +324606,14 @@ static 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(4017), 25, + ACTIONS(4047), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309951,7 +324621,6 @@ static 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_QMARK, @@ -309961,31 +324630,30 @@ static 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_RBRACK_RBRACK, - [49791] = 7, + anon_sym_GT2, + [2334] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4116), 1, + ACTIONS(4141), 1, sym_identifier, - ACTIONS(4118), 1, + ACTIONS(4143), 1, sym_raw_string_literal, - STATE(2209), 2, + STATE(2226), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3255), 5, + ACTIONS(3061), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2225), 14, + ACTIONS(2233), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310000,7 +324668,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 25, + ACTIONS(2225), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310026,21 +324694,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [49855] = 7, + [2398] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4120), 1, + ACTIONS(4145), 1, sym_identifier, - ACTIONS(4122), 1, + ACTIONS(4147), 1, sym_primitive_type, - STATE(796), 1, + STATE(797), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2377), 4, + ACTIONS(2385), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2375), 19, + ACTIONS(2383), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310060,7 +324728,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2373), 22, + ACTIONS(2381), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310083,23 +324751,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [49919] = 7, + [2462] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4124), 1, + ACTIONS(4149), 1, sym_identifier, - ACTIONS(4126), 1, + ACTIONS(4151), 1, sym_raw_string_literal, - STATE(2205), 2, + STATE(2227), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3221), 5, + ACTIONS(3023), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4019), 16, + ACTIONS(4065), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310116,7 +324784,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4017), 23, + ACTIONS(4063), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310140,79 +324808,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [49983] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_LT, - ACTIONS(4130), 1, - anon_sym_COLON_COLON, - STATE(2239), 1, - sym_template_argument_list, - ACTIONS(2873), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2871), 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [50045] = 7, + [2526] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4132), 1, + ACTIONS(4153), 1, sym_identifier, - ACTIONS(4134), 1, + ACTIONS(4155), 1, sym_raw_string_literal, - STATE(2212), 2, + STATE(2230), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3221), 5, + ACTIONS(3023), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2225), 16, + ACTIONS(2233), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310229,7 +324841,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2217), 23, + ACTIONS(2225), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310253,79 +324865,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [50109] = 9, + [2590] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2272), 1, - anon_sym_const, - ACTIONS(2286), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2283), 3, - anon_sym_STAR, - anon_sym_AMP, + ACTIONS(4157), 1, anon_sym_LT, - ACTIONS(2276), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2279), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2274), 8, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(2288), 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(4159), 1, anon_sym_COLON_COLON, - ACTIONS(2281), 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, - [50176] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4142), 1, - anon_sym_LBRACK, - STATE(2260), 1, - sym_new_declarator, - STATE(2481), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4140), 14, + STATE(2246), 1, + sym_template_argument_list, + ACTIONS(2899), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310335,15 +324884,16 @@ static 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(4136), 27, + ACTIONS(2897), 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, @@ -310351,9 +324901,10 @@ static 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, @@ -310368,62 +324919,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [50241] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 22, - 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, - ACTIONS(4146), 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_COLON_COLON, - [50296] = 3, + anon_sym_final, + anon_sym_override, + [2652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 15, + ACTIONS(2825), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310439,7 +324940,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2799), 32, + ACTIONS(2827), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310472,17 +324973,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_COLON_COLON, - [50351] = 5, + [2707] = 3, ACTIONS(3), 1, sym_comment, - STATE(2219), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4148), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2326), 16, + ACTIONS(2473), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310496,12 +324990,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - sym_primitive_type, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(2328), 26, + ACTIONS(2475), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -310509,8 +325003,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -310525,11 +325022,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [50410] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + [2762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 15, + ACTIONS(2429), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310545,7 +325044,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2791), 32, + ACTIONS(2431), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310578,21 +325077,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_COLON_COLON, - [50465] = 7, + [2817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4151), 1, - sym_identifier, - ACTIONS(4155), 1, - sym_primitive_type, - STATE(2229), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4153), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2375), 16, + ACTIONS(2457), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310602,24 +325090,28 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2373), 24, + ACTIONS(2459), 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_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -310627,73 +325119,22 @@ static 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, - [50528] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2222), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4157), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2328), 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, - ACTIONS(2326), 23, - 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_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, - sym_identifier, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [50587] = 4, + anon_sym_COLON_COLON, + [2872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, + ACTIONS(4161), 1, anon_sym_COLON_COLON, - ACTIONS(2254), 15, + ACTIONS(2909), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310709,7 +325150,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2261), 31, + ACTIONS(2907), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310741,21 +325182,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [50644] = 8, + [2929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4142), 1, - anon_sym_LBRACK, - STATE(2273), 1, - sym_new_declarator, - STATE(2497), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 14, + ACTIONS(4157), 1, + anon_sym_LT, + STATE(2259), 1, + sym_template_argument_list, + ACTIONS(2909), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310765,15 +325199,15 @@ static 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(4160), 27, + ACTIONS(2907), 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, @@ -310781,7 +325215,9 @@ static 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, @@ -310798,12 +325234,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [50709] = 4, + anon_sym_final, + anon_sym_override, + [2988] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2316), 1, - anon_sym_COLON_COLON, - ACTIONS(2300), 15, + ACTIONS(4163), 1, + sym_identifier, + ACTIONS(4167), 1, + sym_primitive_type, + STATE(2249), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4165), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2383), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310813,28 +325260,24 @@ static 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(2307), 31, + ACTIONS(2381), 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_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -310842,19 +325285,17 @@ static 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, - [50766] = 3, + anon_sym_GT2, + [3051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 22, + ACTIONS(4169), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310877,7 +325318,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_decltype, sym_auto, anon_sym_typename, - ACTIONS(4166), 25, + ACTIONS(4171), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310903,224 +325344,131 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_COLON_COLON, - [50821] = 5, + [3106] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_LT, - STATE(2228), 1, - sym_template_argument_list, - ACTIONS(2883), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2270), 1, + anon_sym_const, + ACTIONS(2284), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(2281), 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_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2881), 32, + anon_sym_LT, + ACTIONS(2274), 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(2277), 6, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2272), 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_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, + ACTIONS(2286), 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_final, - anon_sym_override, - [50880] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 15, + anon_sym_COLON_COLON, + ACTIONS(2279), 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_COLON, anon_sym_DOT, - ACTIONS(2459), 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_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_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_COLON_COLON, - [50935] = 5, + [3173] = 7, ACTIONS(3), 1, sym_comment, - STATE(2229), 1, + ACTIONS(3324), 1, + sym_primitive_type, + ACTIONS(4173), 1, + sym_identifier, + STATE(2245), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4168), 4, + ACTIONS(4175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2326), 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_DOT, - sym_identifier, - ACTIONS(2328), 24, + ACTIONS(2381), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [50994] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2801), 15, + ACTIONS(2383), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - 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(2803), 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_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_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_COLON_COLON, - [51049] = 4, + anon_sym_noexcept, + anon_sym_throw, + [3236] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4171), 1, - anon_sym_COLON_COLON, - ACTIONS(2883), 15, + STATE(2243), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4177), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2334), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311134,12 +325482,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + sym_primitive_type, anon_sym_DOT, - ACTIONS(2881), 31, + sym_identifier, + ACTIONS(2336), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -311147,11 +325495,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -311166,75 +325511,70 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [51106] = 3, + anon_sym_RBRACK_RBRACK, + [3295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 15, + ACTIONS(4180), 22, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, anon_sym_DOT, - ACTIONS(2511), 32, + sym_identifier, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + ACTIONS(4182), 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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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_COLON_COLON, - [51161] = 7, + [3350] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3058), 1, - sym_primitive_type, - ACTIONS(4173), 1, - sym_identifier, - STATE(2222), 1, + STATE(2245), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4175), 4, + ACTIONS(4184), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2373), 19, + ACTIONS(2336), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -311254,7 +325594,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(2375), 21, + ACTIONS(2334), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311271,83 +325611,80 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + sym_primitive_type, anon_sym_DOT, + sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [51224] = 9, + [3409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2254), 1, - anon_sym_const, - ACTIONS(2268), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2265), 3, + ACTIONS(2843), 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, - ACTIONS(2258), 6, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2845), 32, 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(2261), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2256), 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(2270), 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_final, + anon_sym_override, anon_sym_COLON_COLON, - ACTIONS(2263), 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, - [51291] = 8, + [3464] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4177), 1, - anon_sym_LT, - ACTIONS(4180), 1, - anon_sym_COLON_COLON, - STATE(2279), 1, - sym_template_argument_list, - STATE(2476), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4193), 1, + anon_sym_LBRACK, + STATE(2275), 1, + sym_new_declarator, + STATE(2467), 2, + sym_argument_list, sym_initializer_list, - ACTIONS(2225), 14, + ACTIONS(4191), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311357,16 +325694,15 @@ static 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(2217), 28, + ACTIONS(4187), 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, @@ -311375,8 +325711,8 @@ static 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, @@ -311391,10 +325727,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51356] = 3, + [3529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 15, + ACTIONS(2286), 1, + anon_sym_COLON_COLON, + ACTIONS(2270), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311410,7 +325748,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2515), 32, + ACTIONS(2277), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311442,11 +325780,64 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_COLON_COLON, - [51411] = 3, + [3586] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 15, + STATE(2249), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4195), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2334), 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_DOT, + sym_identifier, + ACTIONS(2336), 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, + [3645] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2813), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311462,7 +325853,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2535), 32, + ACTIONS(2815), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311495,33 +325886,33 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_COLON_COLON, - [51466] = 9, + [3700] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2300), 1, + ACTIONS(2308), 1, anon_sym_const, - ACTIONS(2314), 2, + ACTIONS(2322), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(2311), 3, + ACTIONS(2319), 3, anon_sym_STAR, anon_sym_AMP, anon_sym_LT, - ACTIONS(2304), 6, + ACTIONS(2312), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(2307), 6, + ACTIONS(2315), 6, anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2302), 8, + ACTIONS(2310), 8, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -311530,7 +325921,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(2316), 10, + ACTIONS(2324), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -311541,7 +325932,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_COLON_COLON, - ACTIONS(2309), 11, + ACTIONS(2317), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311553,10 +325944,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [51533] = 3, + [3767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 15, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + ACTIONS(2288), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311572,7 +325965,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2835), 32, + ACTIONS(2295), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311604,13 +325997,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_COLON_COLON, - [51588] = 4, + [3824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, + ACTIONS(2324), 1, anon_sym_COLON_COLON, - ACTIONS(2272), 15, + ACTIONS(2308), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311626,7 +326018,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2279), 31, + ACTIONS(2315), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311658,10 +326050,67 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [51645] = 3, + [3881] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + anon_sym_LBRACE, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4193), 1, + anon_sym_LBRACK, + STATE(2269), 1, + sym_new_declarator, + STATE(2497), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 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(4198), 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, + [3946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 15, + ACTIONS(2821), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311677,7 +326126,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2655), 32, + ACTIONS(2823), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311710,10 +326159,125 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_COLON_COLON, - [51700] = 3, + [4001] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + anon_sym_LBRACE, + ACTIONS(4202), 1, + anon_sym_LT, + ACTIONS(4205), 1, + anon_sym_COLON_COLON, + STATE(2309), 1, + sym_template_argument_list, + STATE(2485), 1, + sym_initializer_list, + ACTIONS(2233), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2225), 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, + [4066] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2288), 1, + anon_sym_const, + ACTIONS(2302), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(2299), 3, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_LT, + ACTIONS(2292), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(2295), 6, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2290), 8, + anon_sym_PIPE_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + ACTIONS(2304), 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_COLON_COLON, + ACTIONS(2297), 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, + [4133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 22, + ACTIONS(4207), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311736,7 +326300,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_decltype, sym_auto, anon_sym_typename, - ACTIONS(4184), 25, + ACTIONS(4209), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311762,21 +326326,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_COLON_COLON, - [51755] = 8, + [4188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4142), 1, - anon_sym_LBRACK, - STATE(2271), 1, - sym_new_declarator, - STATE(2517), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4188), 14, + ACTIONS(2641), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311790,11 +326343,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4186), 27, + ACTIONS(2643), 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, @@ -311802,9 +326357,10 @@ static 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, @@ -311819,21 +326375,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51820] = 7, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + [4243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4190), 1, - sym_identifier, - ACTIONS(4194), 1, - sym_primitive_type, - STATE(2219), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4192), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2375), 14, + ACTIONS(2677), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311847,10 +326395,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2373), 26, + ACTIONS(2679), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -311858,8 +326408,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -311874,22 +326427,24 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [51883] = 8, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + [4298] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4142), 1, + ACTIONS(4193), 1, anon_sym_LBRACK, - STATE(2247), 1, + STATE(2274), 1, sym_new_declarator, - STATE(2519), 2, + STATE(2539), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4198), 14, + ACTIONS(4213), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311904,7 +326459,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4196), 27, + ACTIONS(4211), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311932,10 +326487,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [51948] = 3, + [4363] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 15, + ACTIONS(4215), 1, + sym_identifier, + ACTIONS(4219), 1, + sym_primitive_type, + STATE(2243), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4217), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2383), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311950,9 +326516,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3045), 31, - sym_raw_string_literal, + ACTIONS(2381), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -311962,6 +326526,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -311977,23 +326542,22 @@ static 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_RBRACK_RBRACK, - [52002] = 6, + [4426] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - STATE(2478), 2, + ACTIONS(4193), 1, + anon_sym_LBRACK, + STATE(2266), 1, + sym_new_declarator, + STATE(2461), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4202), 14, + ACTIONS(4223), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312008,7 +326572,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4200), 28, + ACTIONS(4221), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312020,7 +326584,6 @@ static 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, @@ -312037,10 +326600,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52062] = 3, + [4491] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 17, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2684), 1, + sym_field_declaration_list, + STATE(4459), 1, + sym_virtual_specifier, + STATE(5011), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2871), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312050,16 +326626,12 @@ static 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, - ACTIONS(3053), 29, - sym_raw_string_literal, + ACTIONS(2869), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312067,6 +326639,7 @@ static 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_QMARK, @@ -312076,26 +326649,31 @@ static 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, - anon_sym_GT2, - [52116] = 5, + anon_sym_RBRACK_RBRACK, + [4557] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4130), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 15, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2700), 1, + sym_field_declaration_list, + STATE(4456), 1, + sym_virtual_specifier, + STATE(5004), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2849), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312109,12 +326687,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2957), 29, + ACTIONS(2847), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -312122,11 +326698,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -312141,16 +326713,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52174] = 6, + anon_sym_RBRACK_RBRACK, + [4623] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_LT, - ACTIONS(4130), 1, - anon_sym_COLON_COLON, - STATE(2239), 1, - sym_template_argument_list, - ACTIONS(2215), 14, + ACTIONS(2963), 1, + anon_sym_LBRACE, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + STATE(2465), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4227), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312160,16 +326734,15 @@ static 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(2223), 29, + ACTIONS(4225), 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, @@ -312177,10 +326750,10 @@ static 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, @@ -312195,80 +326768,74 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52234] = 9, + [4683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2391), 1, - sym_field_declaration_list, - STATE(4313), 1, - sym_virtual_specifier, - STATE(4960), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2843), 19, + ACTIONS(3293), 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, anon_sym_DOT, sym_identifier, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2841), 20, + ACTIONS(3295), 31, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52300] = 9, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_RBRACK_RBRACK, + [4737] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2662), 1, + STATE(2607), 1, sym_field_declaration_list, - STATE(4375), 1, + STATE(4406), 1, sym_virtual_specifier, - STATE(4897), 1, + STATE(4796), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2843), 14, + ACTIONS(2863), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312278,12 +326845,14 @@ static 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(2841), 25, + ACTIONS(2861), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312291,7 +326860,6 @@ static 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_QMARK, @@ -312301,24 +326869,24 @@ static 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_RBRACK_RBRACK, - [52366] = 6, + anon_sym_GT2, + [4803] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4204), 1, - anon_sym_COLON, - STATE(2280), 1, - sym__enum_base_clause, - STATE(2295), 1, - sym_enumerator_list, - ACTIONS(3107), 14, + ACTIONS(2963), 1, + anon_sym_LBRACE, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + STATE(2528), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4231), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312333,11 +326901,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3109), 29, + ACTIONS(4229), 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, @@ -312345,10 +326912,10 @@ static 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, @@ -312363,23 +326930,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52426] = 9, + [4863] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2577), 1, + STATE(2733), 1, sym_field_declaration_list, - STATE(4326), 1, + STATE(4394), 1, sym_virtual_specifier, - STATE(4757), 1, + STATE(4838), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2869), 16, + ACTIONS(2849), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312396,7 +326963,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2867), 23, + ACTIONS(2847), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312420,23 +326987,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [52492] = 9, + [4929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2655), 1, - sym_field_declaration_list, - STATE(4376), 1, - sym_virtual_specifier, - STATE(4740), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2853), 14, + ACTIONS(3299), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312451,7 +327005,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2851), 25, + sym_identifier, + ACTIONS(3301), 31, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312476,24 +327032,29 @@ static 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_RBRACK_RBRACK, - [52558] = 9, + [4983] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2597), 1, + STATE(2649), 1, sym_field_declaration_list, - STATE(4377), 1, + STATE(4476), 1, sym_virtual_specifier, - STATE(4909), 1, + STATE(5094), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2857), 14, + ACTIONS(2875), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312508,7 +327069,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2855), 25, + ACTIONS(2873), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312534,80 +327095,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [52624] = 9, + [5049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2361), 1, - sym_field_declaration_list, - STATE(4362), 1, - sym_virtual_specifier, - STATE(4845), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2869), 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_noexcept, - anon_sym_throw, - ACTIONS(2867), 20, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [52690] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2609), 1, - sym_field_declaration_list, - STATE(4371), 1, - sym_virtual_specifier, - STATE(4809), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2843), 16, + ACTIONS(3293), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312624,64 +327115,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2841), 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, - [52756] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2610), 1, - sym_field_declaration_list, - STATE(4369), 1, - sym_virtual_specifier, - STATE(4806), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2853), 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(2851), 23, + sym_identifier, + ACTIONS(3295), 29, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312704,18 +327140,23 @@ static 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, - [52822] = 6, + [5103] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - STATE(2467), 2, + STATE(2473), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4208), 14, + ACTIONS(4235), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312730,7 +327171,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4206), 28, + ACTIONS(4233), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312759,23 +327200,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [52882] = 9, + [5163] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - STATE(2613), 1, - sym_field_declaration_list, - STATE(4367), 1, - sym_virtual_specifier, - STATE(4802), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2857), 16, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + STATE(2488), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4239), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312785,23 +327220,26 @@ static 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(2855), 23, + ACTIONS(4237), 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, @@ -312809,87 +327247,30 @@ static 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, - [52948] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2365), 1, - sym_field_declaration_list, - STATE(4318), 1, - sym_virtual_specifier, - STATE(4849), 1, - sym_base_class_clause, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2865), 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_noexcept, - anon_sym_throw, - ACTIONS(2863), 20, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53014] = 9, + [5223] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2708), 1, + STATE(2601), 1, sym_field_declaration_list, - STATE(4419), 1, + STATE(4311), 1, sym_virtual_specifier, - STATE(4951), 1, + STATE(4790), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2869), 14, + ACTIONS(2867), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312899,12 +327280,14 @@ static 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(2867), 25, + ACTIONS(2865), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312912,7 +327295,6 @@ static 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_QMARK, @@ -312922,31 +327304,23 @@ static 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_RBRACK_RBRACK, - [53080] = 9, + anon_sym_GT2, + [5289] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(4241), 1, anon_sym_COLON, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2673), 1, - sym_field_declaration_list, - STATE(4416), 1, - sym_virtual_specifier, - STATE(4948), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2865), 14, + STATE(2297), 1, + sym__enum_base_clause, + STATE(2420), 1, + sym_enumerator_list, + ACTIONS(3443), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312961,9 +327335,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2863), 25, + ACTIONS(3445), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -312971,7 +327346,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -312986,24 +327365,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [53146] = 9, + [5349] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2657), 1, - sym_field_declaration_list, - STATE(4407), 1, - sym_virtual_specifier, - STATE(4932), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2861), 14, + ACTIONS(4157), 1, + anon_sym_LT, + ACTIONS(4159), 1, + anon_sym_COLON_COLON, + STATE(2246), 1, + sym_template_argument_list, + ACTIONS(2223), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313013,14 +327384,15 @@ static 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(2859), 25, + ACTIONS(2231), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -313028,7 +327400,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -313043,24 +327419,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [53212] = 9, + [5409] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2372), 1, + STATE(2421), 1, sym_field_declaration_list, - STATE(4353), 1, + STATE(4313), 1, sym_virtual_specifier, - STATE(4856), 1, + STATE(5018), 1, sym_base_class_clause, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - ACTIONS(2861), 19, + ACTIONS(2863), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -313080,7 +327455,7 @@ static uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2859), 20, + ACTIONS(2861), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313101,10 +327476,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53278] = 3, + [5475] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 17, + ACTIONS(4159), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(3231), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313114,25 +327493,28 @@ static 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_identifier, - ACTIONS(3045), 29, - sym_raw_string_literal, + ACTIONS(3233), 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, @@ -313140,28 +327522,23 @@ static 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, - anon_sym_GT2, - [53332] = 6, + [5533] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4204), 1, + ACTIONS(4241), 1, anon_sym_COLON, - STATE(2291), 1, + STATE(2304), 1, sym__enum_base_clause, - STATE(2320), 1, + STATE(2369), 1, sym_enumerator_list, - ACTIONS(3113), 14, + ACTIONS(3449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313176,7 +327553,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3115), 29, + ACTIONS(3451), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313206,23 +327583,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53392] = 9, + [5593] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2390), 1, + STATE(2379), 1, sym_field_declaration_list, - STATE(4315), 1, + STATE(4329), 1, sym_virtual_specifier, - STATE(4946), 1, + STATE(5088), 1, sym_base_class_clause, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - ACTIONS(2853), 19, + ACTIONS(2849), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -313242,7 +327619,7 @@ static uint16_t ts_small_parse_table[] = { sym_identifier, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2851), 20, + ACTIONS(2847), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313263,23 +327640,80 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53458] = 9, + [5659] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2738), 1, + STATE(2380), 1, sym_field_declaration_list, - STATE(4330), 1, + STATE(4328), 1, sym_virtual_specifier, - STATE(4761), 1, + STATE(5084), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - ACTIONS(2865), 16, + ACTIONS(2859), 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_noexcept, + anon_sym_throw, + ACTIONS(2857), 20, + 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_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [5725] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2598), 1, + sym_field_declaration_list, + STATE(4413), 1, + sym_virtual_specifier, + STATE(4786), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2875), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313296,7 +327730,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2863), 23, + ACTIONS(2873), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313320,17 +327754,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [53524] = 6, + [5791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - STATE(2482), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4212), 14, + ACTIONS(3299), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313340,26 +327767,25 @@ static 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(4210), 28, + sym_identifier, + ACTIONS(3301), 29, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -313367,81 +327793,92 @@ static 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, - [53584] = 9, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + [5845] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2386), 1, + STATE(2644), 1, sym_field_declaration_list, - STATE(4302), 1, + STATE(4469), 1, sym_virtual_specifier, - STATE(4942), 1, + STATE(5063), 1, sym_base_class_clause, - ACTIONS(3041), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2857), 19, + ACTIONS(2863), 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2855), 20, + ACTIONS(2861), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_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, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [53650] = 6, + anon_sym_RBRACK_RBRACK, + [5911] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, anon_sym_LBRACE, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - STATE(2518), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4216), 14, + STATE(2647), 1, + sym_field_declaration_list, + STATE(4474), 1, + sym_virtual_specifier, + STATE(5086), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2867), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313456,21 +327893,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4214), 28, + ACTIONS(2865), 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, 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, @@ -313485,67 +327918,81 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [53710] = 9, + anon_sym_RBRACK_RBRACK, + [5977] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2658), 1, + STATE(2383), 1, sym_field_declaration_list, - STATE(4338), 1, + STATE(4327), 1, sym_virtual_specifier, - STATE(4767), 1, + STATE(5064), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - ACTIONS(2861), 16, + ACTIONS(2871), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___based, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DOT, - ACTIONS(2859), 23, + sym_identifier, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2869), 20, 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_SEMI, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_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, - [53776] = 3, + [6043] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 15, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2695), 1, + sym_field_declaration_list, + STATE(4457), 1, + sym_virtual_specifier, + STATE(5007), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2859), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313560,9 +328007,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3053), 31, - sym_raw_string_literal, + ACTIONS(2857), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313587,34 +328032,24 @@ static 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_RBRACK_RBRACK, - [53830] = 7, + [6109] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(2283), 1, - anon_sym_LT, - ACTIONS(2286), 1, - anon_sym_EQ, - ACTIONS(2288), 11, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2281), 13, + STATE(2738), 1, + sym_field_declaration_list, + STATE(4396), 1, + sym_virtual_specifier, + STATE(4831), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2871), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313624,51 +328059,54 @@ static 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, - ACTIONS(2274), 18, + ACTIONS(2869), 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53891] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2307), 1, - anon_sym_LBRACE, - ACTIONS(2311), 1, - anon_sym_LT, - ACTIONS(2314), 1, - anon_sym_EQ, - ACTIONS(2316), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2309), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [6175] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2735), 1, + sym_field_declaration_list, + STATE(4395), 1, + sym_virtual_specifier, + STATE(4835), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2859), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313678,140 +328116,159 @@ static 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, - ACTIONS(2302), 18, + ACTIONS(2857), 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [53952] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2261), 1, - anon_sym_LBRACE, - ACTIONS(2265), 1, - anon_sym_LT, - ACTIONS(2268), 1, - anon_sym_EQ, - ACTIONS(2270), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2263), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [6241] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2437), 1, + sym_field_declaration_list, + STATE(4392), 1, + sym_virtual_specifier, + STATE(5001), 1, + sym_base_class_clause, + ACTIONS(3307), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2875), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, + 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, - ACTIONS(2256), 18, + sym_identifier, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2873), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54013] = 4, + [6307] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(2908), 15, + STATE(2428), 1, + sym_field_declaration_list, + STATE(4384), 1, + sym_virtual_specifier, + STATE(5008), 1, + sym_base_class_clause, + ACTIONS(3307), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2867), 19, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___based, 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(2903), 28, + sym_identifier, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2865), 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_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, - [54068] = 4, + [6373] = 5, ACTIONS(3), 1, sym_comment, - STATE(2316), 1, - sym_enumerator_list, - ACTIONS(2445), 14, + ACTIONS(4157), 1, + anon_sym_LT, + STATE(2259), 1, + sym_template_argument_list, + ACTIONS(2837), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313821,12 +328278,11 @@ static 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(2447), 30, + ACTIONS(2839), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313857,24 +328313,24 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54123] = 9, + [6430] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4202), 1, anon_sym_LT, - ACTIONS(4180), 1, + ACTIONS(4205), 1, anon_sym_COLON_COLON, - STATE(2279), 1, + STATE(2309), 1, sym_template_argument_list, - STATE(2476), 1, + STATE(2485), 1, sym_initializer_list, - ACTIONS(4218), 3, + ACTIONS(4243), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - ACTIONS(2225), 13, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313888,7 +328344,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 24, + ACTIONS(2225), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -313913,16 +328369,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54188] = 6, + [6495] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, - anon_sym_LT, - ACTIONS(4228), 1, + ACTIONS(2845), 1, anon_sym_COLON_COLON, - STATE(2287), 1, - sym_template_argument_list, - ACTIONS(4223), 14, + ACTIONS(4247), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313932,12 +328384,13 @@ static 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(4221), 28, + ACTIONS(4245), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313949,6 +328402,7 @@ static 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, @@ -313966,14 +328420,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54247] = 5, + [6550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 1, - anon_sym_LBRACK, - STATE(2416), 1, - sym_new_declarator, - ACTIONS(4232), 14, + STATE(2365), 1, + sym_enumerator_list, + ACTIONS(2393), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313988,7 +328440,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4230), 29, + ACTIONS(2395), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314002,6 +328454,7 @@ static 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, @@ -314018,26 +328471,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54304] = 11, + [6605] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2315), 1, anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(2319), 1, anon_sym_LT, - ACTIONS(2236), 1, + ACTIONS(2322), 1, anon_sym_EQ, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(4234), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2240), 10, + ACTIONS(2324), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -314048,7 +328491,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + anon_sym_COLON_COLON, + ACTIONS(2317), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314060,10 +328504,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2217), 14, + ACTIONS(2310), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -314072,26 +328519,22 @@ static 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54373] = 10, + [6666] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2277), 1, anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(2281), 1, anon_sym_LT, - ACTIONS(2236), 1, + ACTIONS(2284), 1, anon_sym_EQ, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 10, + ACTIONS(2286), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -314102,7 +328545,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + anon_sym_COLON_COLON, + ACTIONS(2279), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314114,8 +328558,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2217), 17, + ACTIONS(2272), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314129,20 +328574,38 @@ static uint16_t ts_small_parse_table[] = { 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, - [54440] = 6, + [6727] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, anon_sym_LT, - ACTIONS(4240), 1, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_COLON_COLON, - STATE(2424), 1, + STATE(2910), 1, sym_template_argument_list, - ACTIONS(2873), 14, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 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(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314154,12 +328617,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2871), 28, + ACTIONS(2225), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -314167,31 +328629,19 @@ static uint16_t ts_small_parse_table[] = { 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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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_RBRACK_RBRACK, - [54499] = 4, + [6794] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, - anon_sym_COLON_COLON, - ACTIONS(4244), 15, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314205,9 +328655,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4242), 29, + ACTIONS(2635), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314223,6 +328672,7 @@ static 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, @@ -314237,65 +328687,37 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54554] = 6, + [6849] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, anon_sym_LT, - ACTIONS(4248), 1, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_COLON_COLON, - STATE(2403), 1, + STATE(2910), 1, sym_template_argument_list, - ACTIONS(2873), 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_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2871), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(4243), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(2248), 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_final, - anon_sym_override, - anon_sym_GT2, - [54613] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 14, + ACTIONS(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314305,16 +328727,12 @@ static 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(2623), 30, + ACTIONS(2225), 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, @@ -314322,43 +328740,29 @@ static 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, - [54668] = 9, + [6918] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - ACTIONS(4177), 1, + ACTIONS(4202), 1, anon_sym_LT, - ACTIONS(4180), 1, + ACTIONS(4205), 1, anon_sym_COLON_COLON, - STATE(2279), 1, + STATE(2309), 1, sym_template_argument_list, - STATE(2476), 1, + STATE(2485), 1, sym_initializer_list, - ACTIONS(4234), 3, + ACTIONS(4251), 3, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, - ACTIONS(2225), 13, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314372,7 +328776,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 24, + ACTIONS(2225), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -314397,12 +328801,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54733] = 4, + [6983] = 4, ACTIONS(3), 1, sym_comment, - STATE(2352), 1, + STATE(2328), 1, sym_enumerator_list, - ACTIONS(2501), 14, + ACTIONS(2801), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314417,7 +328821,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2503), 30, + ACTIONS(2803), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314448,14 +328852,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54788] = 5, + [7038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_LT, - STATE(2228), 1, - sym_template_argument_list, - ACTIONS(2713), 13, + ACTIONS(4161), 1, + anon_sym_COLON_COLON, + ACTIONS(2837), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314465,11 +328867,13 @@ static 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(2715), 30, + ACTIONS(2839), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314485,7 +328889,6 @@ static 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, @@ -314500,12 +328903,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54845] = 4, + [7093] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4171), 1, - anon_sym_COLON_COLON, - ACTIONS(2713), 15, + ACTIONS(4193), 1, + anon_sym_LBRACK, + STATE(2330), 1, + sym_new_declarator, + ACTIONS(4256), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314519,9 +328924,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2715), 29, + ACTIONS(4254), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314535,8 +328939,8 @@ static 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, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -314551,35 +328955,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [54900] = 11, + [7150] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(4258), 1, anon_sym_LT, - ACTIONS(2236), 1, - anon_sym_EQ, - ACTIONS(2244), 1, - anon_sym_COLON, - ACTIONS(4236), 1, + ACTIONS(4260), 1, anon_sym_COLON_COLON, - STATE(2887), 1, + STATE(2424), 1, sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 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(2225), 12, + ACTIONS(2899), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314589,10 +328974,14 @@ static 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_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2217), 15, + ACTIONS(2897), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -314600,18 +328989,47 @@ static 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_SEMI, + 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, - [54968] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [7209] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 14, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(2299), 1, + anon_sym_LT, + ACTIONS(2302), 1, + anon_sym_EQ, + ACTIONS(2304), 11, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_COLON_COLON, + ACTIONS(2297), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314621,12 +329039,11 @@ static 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(2403), 30, + ACTIONS(2290), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314638,54 +329055,20 @@ static 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, - [55020] = 11, + [7270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2845), 2, anon_sym_LBRACE, - ACTIONS(2233), 1, - anon_sym_LT, - ACTIONS(2236), 1, - anon_sym_EQ, - ACTIONS(4236), 1, anon_sym_COLON_COLON, - ACTIONS(4250), 1, - anon_sym_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 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(2225), 12, + ACTIONS(2934), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314695,12 +329078,16 @@ static 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(2217), 15, + ACTIONS(2929), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -314709,17 +329096,33 @@ static 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [55088] = 4, + [7325] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2316), 1, + ACTIONS(4266), 1, + anon_sym_LT, + ACTIONS(4269), 1, anon_sym_COLON_COLON, - ACTIONS(2300), 15, + STATE(2296), 1, + sym_template_argument_list, + ACTIONS(4264), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314729,15 +329132,15 @@ static 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(2307), 28, + ACTIONS(4262), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -314745,8 +329148,10 @@ static uint16_t ts_small_parse_table[] = { 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -314761,15 +329166,16 @@ static 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_RBRACK_RBRACK, - [55142] = 4, + [7384] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, + ACTIONS(4271), 1, + anon_sym_LT, + ACTIONS(4273), 1, anon_sym_COLON_COLON, - ACTIONS(2254), 15, + STATE(2339), 1, + sym_template_argument_list, + ACTIONS(2899), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314779,13 +329185,12 @@ static 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(2261), 28, + ACTIONS(2897), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -314814,67 +329219,108 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [55196] = 11, + [7443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2475), 20, + 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, - ACTIONS(2233), 1, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_COLON_COLON, + ACTIONS(2473), 24, + 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(2236), 1, + anon_sym_GT_GT, + anon_sym___based, anon_sym_EQ, - ACTIONS(2248), 1, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_COLON, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 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(2225), 12, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [7495] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2497), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_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, - ACTIONS(2217), 15, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2499), 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55264] = 3, + anon_sym_RBRACK_RBRACK, + [7547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 14, + ACTIONS(2825), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314888,11 +329334,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2507), 30, + ACTIONS(2827), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -314900,12 +329346,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -314920,40 +329362,70 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55316] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [7599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2511), 20, + ACTIONS(2821), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2823), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_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, - anon_sym_GT2, + anon_sym_final, + anon_sym_override, anon_sym_COLON_COLON, - ACTIONS(2509), 24, + anon_sym_RBRACK_RBRACK, + [7651] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2461), 21, 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___based, anon_sym_EQ, anon_sym_const, @@ -314962,17 +329434,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [55368] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2515), 20, + ACTIONS(2463), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -314983,26 +329451,30 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_COLON_COLON, - ACTIONS(2513), 24, + anon_sym_RBRACK_RBRACK, + [7703] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2449), 21, 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___based, anon_sym_EQ, anon_sym_const, @@ -315011,17 +329483,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [55420] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2535), 20, + ACTIONS(2451), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315032,26 +329500,30 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_COLON_COLON, - ACTIONS(2533), 24, + anon_sym_RBRACK_RBRACK, + [7755] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2445), 21, 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___based, anon_sym_EQ, anon_sym_const, @@ -315060,49 +329532,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [55472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2709), 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(2711), 30, + ACTIONS(2447), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [7807] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(2260), 1, + anon_sym_COLON, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -315113,13 +329590,7 @@ static 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, - [55524] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2721), 14, + ACTIONS(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315129,15 +329600,12 @@ static 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(2723), 30, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -315146,29 +329614,15 @@ static 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, - [55576] = 3, + [7875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2733), 14, + ACTIONS(2457), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315182,11 +329636,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2735), 30, + ACTIONS(2459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -315194,12 +329648,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -315214,10 +329664,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55628] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [7927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 14, + ACTIONS(2429), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315231,11 +329685,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2747), 30, + ACTIONS(2431), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -315243,12 +329697,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -315263,10 +329713,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55680] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [7979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 14, + ACTIONS(2589), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315281,7 +329735,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2751), 30, + ACTIONS(2591), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315312,67 +329766,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55732] = 11, + [8031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2233), 1, - anon_sym_LT, - ACTIONS(2236), 1, - anon_sym_EQ, - ACTIONS(2250), 1, - anon_sym_COLON, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 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(2225), 12, + ACTIONS(2837), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_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, - ACTIONS(2217), 15, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2839), 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55800] = 3, + anon_sym_RBRACK_RBRACK, + [8083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 14, + ACTIONS(2473), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315386,11 +329832,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2715), 30, + ACTIONS(2475), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -315398,12 +329844,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -315418,10 +329860,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55852] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [8135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 14, + ACTIONS(2441), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315436,7 +329882,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2767), 30, + ACTIONS(2443), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315467,59 +329913,108 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [55904] = 3, + [8187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 14, + ACTIONS(2459), 20, + 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, + anon_sym_COLON_COLON, + ACTIONS(2457), 24, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, + 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, - ACTIONS(2783), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [8239] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2431), 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_SEMI, + anon_sym_LT_LT, 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, - [55956] = 3, + anon_sym_GT2, + anon_sym_COLON_COLON, + ACTIONS(2429), 24, + 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___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, + anon_sym_noexcept, + anon_sym_throw, + [8291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 14, + ACTIONS(2597), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315534,7 +330029,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2807), 30, + ACTIONS(2599), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315565,10 +330060,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56008] = 3, + [8343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 14, + ACTIONS(2517), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315583,7 +330078,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2815), 30, + ACTIONS(2519), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315614,10 +330109,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56060] = 3, + [8395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2417), 14, + ACTIONS(4277), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315632,7 +330127,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2419), 30, + ACTIONS(4275), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315663,10 +330158,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56112] = 3, + [8447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 14, + ACTIONS(2521), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315681,7 +330176,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2687), 30, + ACTIONS(2523), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315712,10 +330207,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56164] = 3, + [8499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 14, + ACTIONS(2525), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315730,7 +330225,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2623), 30, + ACTIONS(2527), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315761,10 +330256,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56216] = 3, + [8551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 14, + ACTIONS(2533), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315779,7 +330274,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4252), 30, + ACTIONS(2535), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315810,24 +330305,24 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56268] = 11, + [8603] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(2241), 1, anon_sym_LT, - ACTIONS(2236), 1, + ACTIONS(2244), 1, anon_sym_EQ, - ACTIONS(2238), 1, + ACTIONS(2246), 1, anon_sym_COLON, - ACTIONS(4236), 1, + ACTIONS(4249), 1, anon_sym_COLON_COLON, - STATE(2887), 1, + STATE(2910), 1, sym_template_argument_list, - STATE(3009), 1, + STATE(3001), 1, sym_initializer_list, - ACTIONS(2240), 10, + ACTIONS(2248), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -315838,7 +330333,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + ACTIONS(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315851,7 +330346,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2217), 15, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315867,10 +330362,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56336] = 3, + [8671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2617), 14, + ACTIONS(2733), 21, + 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, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2735), 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_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_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [8723] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2541), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315885,7 +330429,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2619), 30, + ACTIONS(2543), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315916,10 +330460,61 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56388] = 3, + [8775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 15, + ACTIONS(2729), 21, + 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, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2731), 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_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_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [8827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2286), 1, + anon_sym_COLON_COLON, + ACTIONS(2270), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315935,7 +330530,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2459), 29, + ACTIONS(2277), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315963,38 +330558,82 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_COLON_COLON, anon_sym_RBRACK_RBRACK, - [56440] = 9, + [8881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2843), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3060), 1, + anon_sym_DOT, + ACTIONS(2845), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LBRACE, - STATE(1325), 1, - sym_field_declaration_list, - STATE(4451), 1, - sym_virtual_specifier, - STATE(4994), 1, - sym_base_class_clause, - ACTIONS(2849), 2, + 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, - ACTIONS(2843), 12, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [8933] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2725), 21, 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___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, - ACTIONS(2841), 25, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2727), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316005,39 +330644,55 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [56504] = 11, + anon_sym_RBRACK_RBRACK, + [8985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(4281), 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, - ACTIONS(2236), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2252), 1, + anon_sym_DOT, + ACTIONS(4279), 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, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(2240), 10, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -316048,65 +330703,84 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [9037] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2721), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_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, - ACTIONS(2217), 15, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2723), 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_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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [56572] = 9, + anon_sym_RBRACK_RBRACK, + [9089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1319), 1, - sym_field_declaration_list, - STATE(4448), 1, - sym_virtual_specifier, - STATE(4981), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2853), 12, + ACTIONS(2713), 21, 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___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, - ACTIONS(2851), 25, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2715), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316117,51 +330791,45 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [56636] = 9, + anon_sym_RBRACK_RBRACK, + [9141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1313), 1, - sym_field_declaration_list, - STATE(4444), 1, - sym_virtual_specifier, - STATE(4974), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2857), 12, + ACTIONS(2709), 21, 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___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, - ACTIONS(2855), 25, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2711), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316172,25 +330840,23 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [56700] = 3, + anon_sym_RBRACK_RBRACK, + [9193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 15, + ACTIONS(2545), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316204,11 +330870,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2803), 29, + ACTIONS(2547), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316216,8 +330882,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -316232,63 +330902,59 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [56752] = 3, + [9245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 15, + ACTIONS(2705), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___based, 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(2799), 29, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2707), 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_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_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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_COLON_COLON, anon_sym_RBRACK_RBRACK, - [56804] = 3, + [9297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 15, + ACTIONS(2553), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316302,11 +330968,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2791), 29, + ACTIONS(2555), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316314,8 +330980,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -316330,14 +331000,10 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [56856] = 3, + [9349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 15, + ACTIONS(2465), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316351,11 +331017,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2515), 29, + ACTIONS(2467), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316363,8 +331029,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -316379,63 +331049,59 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [56908] = 3, + [9401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 15, + ACTIONS(2697), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___based, 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(2535), 29, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2699), 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_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_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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_COLON_COLON, anon_sym_RBRACK_RBRACK, - [56960] = 3, + [9453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 21, + ACTIONS(2693), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316457,7 +331123,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2715), 23, + ACTIONS(2695), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316481,83 +331147,91 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [57012] = 9, + [9505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1357), 1, - sym_field_declaration_list, - STATE(4401), 1, - sym_virtual_specifier, - STATE(4925), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2861), 12, + ACTIONS(2569), 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_const, anon_sym_DOT, - ACTIONS(2859), 25, + ACTIONS(2571), 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_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_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - anon_sym_noexcept, - anon_sym_throw, - [57076] = 13, + [9557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(2693), 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, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - ACTIONS(4256), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2695), 30, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(4258), 1, + anon_sym_RPAREN, + anon_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, - ACTIONS(4261), 1, - anon_sym_EQ, - STATE(2887), 1, - sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - STATE(4508), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4263), 10, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -316568,7 +331242,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [9609] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2581), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316578,11 +331258,15 @@ static 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(2217), 13, + ACTIONS(2583), 30, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316590,41 +331274,52 @@ static uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [57148] = 9, + [9661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1323), 1, - sym_field_declaration_list, - STATE(4395), 1, - sym_virtual_specifier, - STATE(4920), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2865), 12, + ACTIONS(2597), 21, 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___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, - ACTIONS(2863), 25, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2599), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316635,27 +331330,25 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [57212] = 4, + anon_sym_RBRACK_RBRACK, + [9713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 1, + ACTIONS(4283), 1, anon_sym_COLON_COLON, - ACTIONS(2883), 17, + ACTIONS(2909), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316673,7 +331366,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2881), 26, + ACTIONS(2907), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316700,14 +331393,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [57266] = 5, + [9767] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(4258), 1, anon_sym_LT, - STATE(2389), 1, + STATE(2410), 1, sym_template_argument_list, - ACTIONS(2883), 15, + ACTIONS(2909), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316723,7 +331416,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2881), 27, + ACTIONS(2907), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316751,10 +331444,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [57322] = 3, + [9823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 21, + ACTIONS(2589), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316776,7 +331469,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2479), 23, + ACTIONS(2591), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316800,261 +331493,255 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [57374] = 9, + [9875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1333), 1, - sym_field_declaration_list, - STATE(4391), 1, - sym_virtual_specifier, - STATE(4915), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2869), 12, + ACTIONS(2697), 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_const, anon_sym_DOT, - ACTIONS(2867), 25, + ACTIONS(2699), 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_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_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - anon_sym_noexcept, - anon_sym_throw, - [57438] = 3, + [9927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 21, + ACTIONS(2813), 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2471), 23, + ACTIONS(2815), 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_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_COLON, anon_sym_QMARK, + anon_sym_STAR_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_RBRACK_RBRACK, - [57490] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [9979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 21, + ACTIONS(2705), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2467), 23, + ACTIONS(2707), 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, - anon_sym_RBRACK_RBRACK, - [57542] = 3, + [10031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 21, + ACTIONS(2709), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2455), 23, + ACTIONS(2711), 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, - anon_sym_RBRACK_RBRACK, - [57594] = 3, + [10083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 21, + ACTIONS(2713), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2435), 23, + ACTIONS(2715), 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, - anon_sym_RBRACK_RBRACK, - [57646] = 3, + [10135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2633), 14, + ACTIONS(2721), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317069,7 +331756,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2635), 30, + ACTIONS(2723), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317100,10 +331787,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [57698] = 3, + [10187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2569), 14, + ACTIONS(2725), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317118,7 +331805,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2571), 30, + ACTIONS(2727), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317149,10 +331836,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [57750] = 3, + [10239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 15, + ACTIONS(2629), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317166,11 +331853,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2511), 29, + ACTIONS(2631), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -317178,8 +331865,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -317194,63 +331885,59 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [57802] = 3, + [10291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 20, + ACTIONS(2633), 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(2635), 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_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_COLON_COLON, - ACTIONS(2457), 24, - 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___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, - anon_sym_noexcept, - anon_sym_throw, - [57854] = 3, + [10343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 17, + ACTIONS(2729), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317260,25 +331947,28 @@ static 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(2655), 27, + ACTIONS(2731), 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, @@ -317286,20 +331976,17 @@ static 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, - anon_sym_COLON_COLON, - [57906] = 3, + [10395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 21, + ACTIONS(2441), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317321,7 +332008,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2483), 23, + ACTIONS(2443), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317345,108 +332032,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [57958] = 3, + [10447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2655), 20, - 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, - anon_sym_COLON_COLON, - ACTIONS(2653), 24, + ACTIONS(2637), 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___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, - anon_sym_noexcept, - anon_sym_throw, - [58010] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2489), 21, - 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2491), 23, + ACTIONS(2639), 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, - anon_sym_RBRACK_RBRACK, - [58062] = 3, + [10499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 15, + ACTIONS(2645), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317460,11 +332098,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2655), 29, + ACTIONS(2647), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -317472,8 +332110,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -317488,14 +332130,10 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [58114] = 3, + [10551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 14, + ACTIONS(2733), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317510,7 +332148,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2575), 30, + ACTIONS(2735), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317541,32 +332179,36 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [58166] = 3, + [10603] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 21, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1359), 1, + sym_field_declaration_list, + STATE(4420), 1, + sym_virtual_specifier, + STATE(4779), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2875), 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___based, + 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2827), 23, + ACTIONS(2873), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317577,94 +332219,106 @@ static 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_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, - anon_sym_RBRACK_RBRACK, - [58218] = 3, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [10667] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 14, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1341), 1, + sym_field_declaration_list, + STATE(4424), 1, + sym_virtual_specifier, + STATE(4800), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2867), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2443), 30, + ACTIONS(2865), 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_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [58270] = 3, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [10731] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 21, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1338), 1, + sym_field_declaration_list, + STATE(4430), 1, + sym_virtual_specifier, + STATE(4825), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2863), 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___based, + 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2439), 23, + ACTIONS(2861), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317675,23 +332329,25 @@ static 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_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, - anon_sym_RBRACK_RBRACK, - [58322] = 3, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [10795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2561), 14, + ACTIONS(2821), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317701,28 +332357,25 @@ static 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(2563), 30, + ACTIONS(2823), 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, anon_sym_SLASH_EQ, @@ -317730,66 +332383,69 @@ static 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, - [58374] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [10847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 21, + ACTIONS(2825), 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2403), 23, + ACTIONS(2827), 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_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_COLON, anon_sym_QMARK, + anon_sym_STAR_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_RBRACK_RBRACK, - [58426] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [10899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 21, + ACTIONS(2585), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317811,7 +332467,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2551), 23, + ACTIONS(2587), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317835,108 +332491,108 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [58478] = 3, + [10951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2409), 14, + ACTIONS(2521), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2411), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2523), 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_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, - [58530] = 3, + anon_sym_RBRACK_RBRACK, + [11003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 14, + ACTIONS(2525), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2399), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2527), 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_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, - [58582] = 3, + anon_sym_RBRACK_RBRACK, + [11055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 21, + ACTIONS(2533), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317958,7 +332614,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2763), 23, + ACTIONS(2535), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317982,10 +332638,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [58634] = 3, + [11107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 21, + ACTIONS(2541), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318007,7 +332663,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2671), 23, + ACTIONS(2543), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318031,108 +332687,108 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [58686] = 3, + [11159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 14, + ACTIONS(2545), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2671), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2547), 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_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, - [58738] = 3, + anon_sym_RBRACK_RBRACK, + [11211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 14, + ACTIONS(2553), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2763), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2555), 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_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, - [58790] = 3, + anon_sym_RBRACK_RBRACK, + [11263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 21, + ACTIONS(2465), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318154,7 +332810,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2399), 23, + ACTIONS(2467), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318178,77 +332834,77 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [58842] = 3, + [11315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 14, + ACTIONS(2569), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2551), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2571), 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_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, - [58894] = 13, + anon_sym_RBRACK_RBRACK, + [11367] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(2241), 1, anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(4249), 1, anon_sym_COLON_COLON, - ACTIONS(4258), 1, + ACTIONS(4285), 1, + anon_sym_COMMA, + ACTIONS(4287), 1, anon_sym_RBRACK, - ACTIONS(4261), 1, + ACTIONS(4290), 1, anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_COMMA, - STATE(2887), 1, + STATE(2910), 1, sym_template_argument_list, - STATE(3009), 1, + STATE(3001), 1, sym_initializer_list, - STATE(4508), 1, + STATE(4586), 1, aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4263), 10, + ACTIONS(4292), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318259,7 +332915,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + ACTIONS(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318272,7 +332928,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2217), 13, + ACTIONS(2225), 13, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -318286,10 +332942,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [58966] = 3, + [11439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2409), 21, + ACTIONS(2581), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318311,7 +332967,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2411), 23, + ACTIONS(2583), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318335,59 +332991,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [59018] = 3, + [11491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 14, + ACTIONS(2653), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2439), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2655), 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_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, - [59070] = 3, + anon_sym_RBRACK_RBRACK, + [11543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2561), 21, + ACTIONS(2629), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318409,7 +333065,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2563), 23, + ACTIONS(2631), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318433,59 +333089,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [59122] = 3, + [11595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 14, + ACTIONS(2633), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2827), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2635), 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_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, - [59174] = 3, + anon_sym_RBRACK_RBRACK, + [11647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 21, + ACTIONS(2637), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318507,7 +333163,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2443), 23, + ACTIONS(2639), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318531,157 +333187,157 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [59226] = 3, + [11699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 14, + ACTIONS(2669), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2663), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2671), 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_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, - [59278] = 3, + anon_sym_RBRACK_RBRACK, + [11751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 14, + ACTIONS(2645), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2667), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2647), 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_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, - [59330] = 3, + anon_sym_RBRACK_RBRACK, + [11803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 14, + ACTIONS(2681), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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, - ACTIONS(2675), 30, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2683), 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_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, - [59382] = 3, + anon_sym_RBRACK_RBRACK, + [11855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 21, + ACTIONS(2737), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318703,7 +333359,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2391), 23, + ACTIONS(2739), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318727,10 +333383,35 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [59434] = 3, + [11907] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2489), 14, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(2254), 1, + anon_sym_COLON, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 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(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318740,15 +333421,12 @@ static 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(2491), 30, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -318757,29 +333435,15 @@ static 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, - [59486] = 3, + [11975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 14, + ACTIONS(2641), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318793,11 +333457,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2483), 30, + ACTIONS(2643), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -318805,12 +333469,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -318825,10 +333485,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [59538] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [12027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2617), 21, + ACTIONS(2809), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318850,7 +333514,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2619), 23, + ACTIONS(2811), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318874,17 +333538,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [59590] = 3, + [12079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 21, + ACTIONS(2679), 20, + 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, + anon_sym_COLON_COLON, + ACTIONS(2677), 24, 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___based, anon_sym_EQ, anon_sym_const, @@ -318893,40 +333580,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2623), 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_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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59642] = 3, + [12131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 17, + ACTIONS(2677), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318944,7 +333608,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2803), 27, + ACTIONS(2679), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318972,32 +333636,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_COLON_COLON, - [59694] = 3, + [12183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 21, - 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2687), 23, + ACTIONS(2815), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319008,30 +333650,26 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59746] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2417), 21, + anon_sym_GT2, + anon_sym_COLON_COLON, + ACTIONS(2813), 24, 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___based, anon_sym_EQ, anon_sym_const, @@ -319040,13 +333678,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2419), 23, + [12235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2823), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319057,30 +333699,26 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59798] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 21, + anon_sym_GT2, + anon_sym_COLON_COLON, + ACTIONS(2821), 24, 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___based, anon_sym_EQ, anon_sym_const, @@ -319089,62 +333727,76 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2815), 23, - anon_sym_DOT_DOT_DOT, + [12287] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + ACTIONS(4287), 1, + anon_sym_RBRACK, + ACTIONS(4290), 1, + anon_sym_EQ, + ACTIONS(4294), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + STATE(4586), 1, + aux_sym_structured_binding_declarator_repeat1, + ACTIONS(4292), 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(2233), 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(2225), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59850] = 3, + [12359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 21, - 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2807), 23, + ACTIONS(2827), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319155,30 +333807,26 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59902] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2781), 21, + anon_sym_GT2, + anon_sym_COLON_COLON, + ACTIONS(2825), 24, 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___based, anon_sym_EQ, anon_sym_const, @@ -319187,138 +333835,125 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2783), 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_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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [59954] = 3, + [12411] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 21, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(2252), 1, + anon_sym_COLON, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 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(2233), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2767), 23, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - 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_RBRACK_RBRACK, - [60006] = 3, + [12479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 21, + ACTIONS(2469), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2751), 23, + ACTIONS(2471), 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, - anon_sym_RBRACK_RBRACK, - [60058] = 3, + [12531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 17, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(2308), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319336,7 +333971,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2459), 27, + ACTIONS(2315), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319363,207 +333998,209 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - anon_sym_COLON_COLON, - [60110] = 3, + [12585] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 21, + ACTIONS(4271), 1, + anon_sym_LT, + STATE(2397), 1, + sym_template_argument_list, + ACTIONS(2909), 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_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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2747), 23, + ACTIONS(2907), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_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_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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_RBRACK_RBRACK, - [60162] = 3, + [12641] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2733), 21, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + ACTIONS(2288), 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2735), 23, + ACTIONS(2295), 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_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_COLON, anon_sym_QMARK, + anon_sym_STAR_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_RBRACK_RBRACK, - [60214] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [12695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2721), 21, + ACTIONS(2641), 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2723), 23, + ACTIONS(2643), 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_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_COLON, anon_sym_QMARK, + anon_sym_STAR_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_RBRACK_RBRACK, - [60266] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [12747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 21, + ACTIONS(2433), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2711), 23, + ACTIONS(2435), 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, - anon_sym_RBRACK_RBRACK, - [60318] = 3, + [12799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 17, + ACTIONS(2405), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319573,25 +334210,28 @@ static 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(2799), 27, + ACTIONS(2407), 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, @@ -319599,20 +334239,19 @@ static 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, - anon_sym_COLON_COLON, - [60370] = 3, + [12851] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 17, + ACTIONS(4297), 1, + anon_sym_COLON_COLON, + ACTIONS(2909), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319622,15 +334261,13 @@ static 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(2791), 27, + ACTIONS(2907), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319638,6 +334275,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -319648,6 +334286,7 @@ static 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, @@ -319656,61 +334295,61 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_COLON_COLON, - [60422] = 3, + anon_sym_RBRACK_RBRACK, + [12905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 21, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + ACTIONS(2288), 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, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2507), 23, + ACTIONS(2295), 28, 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_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_RBRACK_RBRACK, - [60474] = 3, + [12959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 14, + ACTIONS(2401), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319725,7 +334364,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2679), 30, + ACTIONS(2403), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319756,10 +334395,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60526] = 3, + [13011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 14, + ACTIONS(2417), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319774,7 +334413,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2435), 30, + ACTIONS(2419), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319805,10 +334444,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60578] = 3, + [13063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 14, + ACTIONS(2413), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319823,7 +334462,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2683), 30, + ACTIONS(2415), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319854,10 +334493,67 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60630] = 3, + [13115] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + ACTIONS(4299), 1, + anon_sym_COLON, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 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(2233), 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(2225), 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, + [13183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 14, + ACTIONS(2425), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319872,7 +334568,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2455), 30, + ACTIONS(2427), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319903,10 +334599,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60682] = 3, + [13235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 14, + ACTIONS(2477), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319921,7 +334617,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2467), 30, + ACTIONS(2479), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319952,59 +334648,163 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60734] = 3, + [13287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 14, + ACTIONS(2469), 21, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_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, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2471), 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_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_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [13339] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1312), 1, + sym_field_declaration_list, + STATE(4473), 1, + sym_virtual_specifier, + STATE(5082), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2871), 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_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2691), 30, + ACTIONS(2869), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [13403] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2433), 21, + 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, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2435), 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_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, - [60786] = 3, + anon_sym_RBRACK_RBRACK, + [13455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 17, + ACTIONS(2843), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320022,7 +334822,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2835), 27, + ACTIONS(2845), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320050,12 +334850,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_COLON_COLON, - [60838] = 4, + [13507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, + ACTIONS(2286), 1, anon_sym_COLON_COLON, - ACTIONS(2272), 17, + ACTIONS(2270), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320073,7 +334873,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2279), 26, + ACTIONS(2277), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320100,59 +334900,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [60892] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2569), 21, - 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2571), 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_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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [60944] = 3, + [13561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 14, + ACTIONS(2489), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320167,7 +334918,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2471), 30, + ACTIONS(2491), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320198,59 +334949,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [60996] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2573), 21, - 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, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2575), 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_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_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [61048] = 3, + [13613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 21, + ACTIONS(2405), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320272,7 +334974,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2667), 23, + ACTIONS(2407), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320296,10 +334998,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [61100] = 3, + [13665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 21, + ACTIONS(2401), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320321,7 +335023,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2695), 23, + ACTIONS(2403), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320345,10 +335047,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [61152] = 3, + [13717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 14, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(2308), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320362,11 +335066,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2695), 30, + ACTIONS(2315), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -320374,12 +335078,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -320394,10 +335094,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [61204] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_RBRACK_RBRACK, + [13771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 14, + ACTIONS(2497), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320412,7 +335115,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2479), 30, + ACTIONS(2499), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320443,108 +335146,65 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [61256] = 3, + [13823] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 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, + ACTIONS(2853), 1, anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2511), 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, + ACTIONS(3317), 1, 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, + STATE(1317), 1, + sym_field_declaration_list, + STATE(4477), 1, + sym_virtual_specifier, + STATE(5072), 1, + sym_base_class_clause, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_COLON_COLON, - [61308] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2701), 14, + ACTIONS(2859), 12, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2703), 30, + ACTIONS(2857), 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_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [61360] = 3, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [13887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 21, + ACTIONS(2517), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320566,7 +335226,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2691), 23, + ACTIONS(2519), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320590,10 +335250,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [61412] = 3, + [13939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 14, + ACTIONS(2457), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320603,28 +335263,25 @@ static 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(2707), 30, + ACTIONS(2459), 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, anon_sym_SLASH_EQ, @@ -320632,17 +335289,20 @@ static 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, - [61464] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [13991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 14, + ACTIONS(2429), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320652,28 +335312,25 @@ static 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(4270), 30, + ACTIONS(2431), 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, anon_sym_SLASH_EQ, @@ -320681,47 +335338,76 @@ static 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, - [61516] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_COLON_COLON, + [14043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2791), 20, + ACTIONS(2473), 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(2475), 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_QMARK, + anon_sym_STAR_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, anon_sym_COLON_COLON, - ACTIONS(2789), 24, + [14095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2417), 21, 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___based, anon_sym_EQ, anon_sym_const, @@ -320730,17 +335416,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [61568] = 3, + ACTIONS(2419), 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_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_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [14147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 21, + ACTIONS(2413), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320762,7 +335471,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2663), 23, + ACTIONS(2415), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320786,40 +335495,66 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [61620] = 3, + [14199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 20, + ACTIONS(2445), 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(2447), 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_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_COLON_COLON, - ACTIONS(2797), 24, + [14251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2425), 21, 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___based, anon_sym_EQ, anon_sym_const, @@ -320828,17 +335563,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, sym_identifier, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [61672] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2803), 20, + ACTIONS(2427), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320849,67 +335580,49 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_COLON_COLON, - ACTIONS(2801), 24, - 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___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_RBRACK_RBRACK, + [14303] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, anon_sym_COLON, - anon_sym_DOT, - sym_identifier, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1318), 1, + sym_field_declaration_list, + STATE(4480), 1, + sym_virtual_specifier, + STATE(5050), 1, + sym_base_class_clause, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [61724] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2681), 21, + ACTIONS(2849), 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___based, + 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2683), 23, + ACTIONS(2847), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320920,27 +335633,25 @@ static 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_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, - anon_sym_RBRACK_RBRACK, - [61776] = 5, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [14367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, - anon_sym_LT, - STATE(2321), 1, - sym_template_argument_list, - ACTIONS(2883), 13, + ACTIONS(2449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320950,13 +335661,15 @@ static 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(2881), 29, + ACTIONS(2451), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -320964,8 +335677,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -320981,63 +335697,59 @@ static 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_RBRACK_RBRACK, - [61832] = 4, + [14419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - anon_sym_COLON_COLON, - ACTIONS(2883), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2881), 28, + ACTIONS(2643), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, + anon_sym_COLON_COLON, + ACTIONS(2641), 24, + 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___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, - anon_sym_RBRACK_RBRACK, - [61886] = 3, + anon_sym_noexcept, + anon_sym_throw, + [14471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 15, + ACTIONS(2461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321051,11 +335763,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2835), 29, + ACTIONS(2463), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -321063,8 +335775,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -321079,16 +335795,10 @@ static 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [61938] = 4, + [14523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2316), 1, - anon_sym_COLON_COLON, - ACTIONS(2300), 17, + ACTIONS(2653), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321098,25 +335808,28 @@ static 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(2307), 26, + ACTIONS(2655), 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, @@ -321124,21 +335837,17 @@ static 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, - [61992] = 4, + [14575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, - anon_sym_COLON_COLON, - ACTIONS(2272), 15, + ACTIONS(2669), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321152,11 +335861,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2279), 28, + ACTIONS(2671), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -321164,8 +335873,12 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -321180,13 +335893,10 @@ static 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_RBRACK_RBRACK, - [62046] = 3, + [14627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 14, + ACTIONS(2681), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321201,7 +335911,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2731), 30, + ACTIONS(2683), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321232,10 +335942,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [62098] = 3, + [14679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 14, + ACTIONS(2585), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321250,7 +335960,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2391), 30, + ACTIONS(2587), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321281,10 +335991,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [62150] = 3, + [14731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 21, + ACTIONS(2477), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321306,7 +336016,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2679), 23, + ACTIONS(2479), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321330,10 +336040,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [62202] = 3, + [14783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2633), 21, + ACTIONS(2737), 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(2739), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [14835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2489), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321355,7 +336114,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2635), 23, + ACTIONS(2491), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321379,12 +336138,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [62254] = 4, + [14887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, - anon_sym_COLON_COLON, - ACTIONS(2254), 17, + ACTIONS(2813), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321394,15 +336151,13 @@ static 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(2261), 26, + ACTIONS(2815), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321410,6 +336165,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -321420,6 +336176,7 @@ static 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, @@ -321428,11 +336185,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [62308] = 3, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [14939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2637), 21, + ACTIONS(2437), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321454,7 +336212,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2639), 23, + ACTIONS(2439), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321478,10 +336236,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [62360] = 3, + [14991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2641), 21, + ACTIONS(2509), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321503,7 +336261,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - ACTIONS(2643), 23, + ACTIONS(2511), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321527,10 +336285,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [62412] = 3, + [15043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2637), 14, + ACTIONS(2509), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321545,7 +336303,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2639), 30, + ACTIONS(2511), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321576,157 +336334,165 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [62464] = 3, + [15095] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 21, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, + anon_sym_LT, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(2258), 1, + anon_sym_COLON, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(2248), 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(2233), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2675), 23, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, - 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_RBRACK_RBRACK, - [62516] = 3, + [15163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 21, + ACTIONS(2837), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2707), 23, + ACTIONS(2839), 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, - anon_sym_RBRACK_RBRACK, - [62568] = 3, + [15215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 21, + ACTIONS(2809), 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, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2731), 23, + ACTIONS(2811), 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, - anon_sym_RBRACK_RBRACK, - [62620] = 3, + [15267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2641), 14, + ACTIONS(2437), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321741,7 +336507,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2643), 30, + ACTIONS(2439), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321772,59 +336538,72 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [62672] = 3, + [15319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2701), 21, + ACTIONS(2677), 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, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - ACTIONS(2703), 23, + ACTIONS(2679), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_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_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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_COLON_COLON, anon_sym_RBRACK_RBRACK, - [62724] = 3, + [15371] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 17, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4303), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321834,25 +336613,68 @@ static 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, + ACTIONS(4301), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [15434] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4315), 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(2535), 27, + ACTIONS(4313), 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, @@ -321860,20 +336682,23 @@ static 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, - anon_sym_COLON_COLON, - [62776] = 3, + [15485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 17, + ACTIONS(4317), 1, + anon_sym_COLON, + STATE(2586), 1, + sym__enum_base_clause, + STATE(2623), 1, + sym_enumerator_list, + ACTIONS(3449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321883,15 +336708,12 @@ static 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(2515), 27, + ACTIONS(3451), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321899,6 +336721,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -321909,73 +336732,150 @@ static 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, - anon_sym_COLON_COLON, - [62828] = 22, + anon_sym_RBRACK_RBRACK, + [15542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4276), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, + ACTIONS(4207), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4290), 1, anon_sym_CARET, - ACTIONS(4292), 1, anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4304), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4306), 1, - anon_sym_QMARK, - ACTIONS(4310), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4209), 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, - STATE(2451), 1, + [15593] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3011), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4321), 1, + anon_sym_LBRACK, + STATE(2553), 1, + sym_new_declarator, + STATE(2831), 2, sym_argument_list, - ACTIONS(4280), 2, + sym_initializer_list, + ACTIONS(4213), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 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(4298), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4211), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [15654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4325), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4278), 15, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4323), 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, @@ -321986,60 +336886,94 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [62917] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [15705] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, + ACTIONS(4317), 1, + anon_sym_COLON, + STATE(2559), 1, + sym__enum_base_clause, + STATE(2651), 1, + sym_enumerator_list, + ACTIONS(3443), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4290), 1, anon_sym_CARET, - ACTIONS(4292), 1, anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4316), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4294), 2, + anon_sym_DOT, + ACTIONS(3445), 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, - ACTIONS(4296), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4298), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, + 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, - ACTIONS(4282), 3, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [15762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4329), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4314), 17, + 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(4327), 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, @@ -322051,21 +336985,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [63002] = 8, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [15813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4320), 1, - anon_sym_LBRACK, - STATE(2535), 1, - sym_new_declarator, - STATE(2752), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 14, + ACTIONS(4333), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322080,15 +337006,22 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4196), 23, + ACTIONS(4331), 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, @@ -322103,22 +337036,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [63063] = 8, + [15864] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3049), 1, anon_sym_LBRACE, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4320), 1, + ACTIONS(4337), 1, anon_sym_LBRACK, - STATE(2520), 1, + STATE(2542), 1, sym_new_declarator, - STATE(2777), 2, + STATE(2770), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4188), 14, + ACTIONS(4223), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322133,7 +337065,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4186), 23, + ACTIONS(4221), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -322157,10 +337089,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [63124] = 3, + [15925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 14, + ACTIONS(4341), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322175,7 +337107,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1752), 29, + ACTIONS(4339), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322205,23 +337137,58 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63175] = 9, + [15976] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(2233), 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(2225), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4302), 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_RBRACE, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, + 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, - ACTIONS(4324), 13, + anon_sym_DASH_GT, + [16027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4343), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322235,10 +337202,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4322), 23, + anon_sym_DOT, + ACTIONS(4243), 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, @@ -322247,7 +337216,9 @@ static 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, @@ -322259,10 +337230,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [63238] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 14, + ACTIONS(4347), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322277,7 +337251,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4326), 29, + ACTIONS(4345), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322307,21 +337281,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63289] = 8, + [16129] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4320), 1, + ACTIONS(4321), 1, anon_sym_LBRACK, - STATE(2536), 1, + STATE(2555), 1, sym_new_declarator, - STATE(2755), 2, + STATE(2843), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4162), 14, + ACTIONS(4223), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322331,19 +337305,20 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4160), 23, + ACTIONS(4221), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -322352,28 +337327,17 @@ static 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_RBRACK_RBRACK, - [63350] = 8, + anon_sym_GT2, + [16190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(4330), 1, - anon_sym_LT, - ACTIONS(4333), 1, - anon_sym_COLON_COLON, - STATE(2539), 1, - sym_template_argument_list, - STATE(2775), 1, - sym_initializer_list, - ACTIONS(2225), 13, + ACTIONS(4169), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322383,13 +337347,15 @@ static 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(2217), 25, + ACTIONS(4171), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -322397,7 +337363,11 @@ static 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, @@ -322412,11 +337382,75 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [63411] = 3, + [16241] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, + anon_sym_PIPE, + ACTIONS(4361), 1, + anon_sym_CARET, + ACTIONS(4363), 1, + anon_sym_AMP, + ACTIONS(4373), 1, + anon_sym_EQ, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4349), 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, + [16326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 14, + ACTIONS(2233), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322431,7 +337465,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4326), 29, + ACTIONS(2225), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322461,10 +337495,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63462] = 3, + [16377] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 14, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4337), 1, + anon_sym_LBRACK, + STATE(2550), 1, + sym_new_declarator, + STATE(2790), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4191), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322479,22 +337524,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4335), 29, + ACTIONS(4187), 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, @@ -322509,10 +337547,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63513] = 3, + anon_sym_RBRACK_RBRACK, + [16438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 14, + ACTIONS(4377), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322527,7 +337566,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4339), 29, + ACTIONS(4375), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322557,10 +337596,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63564] = 3, + [16489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 14, + ACTIONS(4381), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322575,7 +337614,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4343), 29, + ACTIONS(4379), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322605,22 +337644,92 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63615] = 10, + [16540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, + ACTIONS(3235), 1, + anon_sym_COLON_COLON, + ACTIONS(4383), 1, + anon_sym_LT, + STATE(1016), 1, + sym_template_argument_list, + ACTIONS(2899), 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_GT_GT, + anon_sym_EQ, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2897), 28, + 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, - ACTIONS(4347), 1, + 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, + anon_sym_noexcept, + anon_sym_throw, + [16597] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2934), 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, - ACTIONS(4350), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_COLON_COLON, - STATE(3082), 1, - sym_template_argument_list, - STATE(3418), 1, - sym_initializer_list, - ACTIONS(4352), 10, + anon_sym_DOT, + ACTIONS(2929), 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, @@ -322631,7 +337740,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16648] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4387), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322641,12 +337756,15 @@ static 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(2217), 15, + ACTIONS(4385), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -322654,16 +337772,29 @@ static 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, - anon_sym_RBRACK_RBRACK, - [63680] = 3, + [16699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(4391), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322678,7 +337809,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1737), 29, + ACTIONS(4389), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322708,72 +337839,69 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [63731] = 6, + [16750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2961), 1, - anon_sym_COLON_COLON, - ACTIONS(4356), 1, - anon_sym_LT, - STATE(1015), 1, - sym_template_argument_list, - ACTIONS(2873), 12, + ACTIONS(4395), 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_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2871), 28, + ACTIONS(4393), 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_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_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - anon_sym_noexcept, - anon_sym_throw, - [63788] = 8, + [16801] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3049), 1, anon_sym_LBRACE, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4320), 1, + ACTIONS(4337), 1, anon_sym_LBRACK, - STATE(2525), 1, + STATE(2547), 1, sym_new_declarator, - STATE(2802), 2, + STATE(2797), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4140), 14, + ACTIONS(4213), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322788,7 +337916,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4136), 23, + ACTIONS(4211), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -322812,71 +337940,77 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [63849] = 10, + [16862] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4055), 1, - anon_sym_LT, - ACTIONS(4358), 1, - anon_sym_COLON_COLON, - STATE(3065), 1, - sym_template_argument_list, - STATE(3339), 1, - sym_initializer_list, - ACTIONS(4058), 2, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, + anon_sym_PIPE, + ACTIONS(4361), 1, + anon_sym_CARET, + ACTIONS(4363), 1, + anon_sym_AMP, + ACTIONS(4397), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4401), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4060), 9, + ACTIONS(4403), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4399), 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, anon_sym_PLUS_EQ, anon_sym_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(2225), 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_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2217), 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, - [63914] = 6, + [16951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 1, - anon_sym_COLON, - STATE(2560), 1, - sym__enum_base_clause, - STATE(2575), 1, - sym_enumerator_list, - ACTIONS(3113), 14, + ACTIONS(4407), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322891,9 +338025,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3115), 26, + ACTIONS(4405), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -322901,8 +338036,11 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -322917,17 +338055,33 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [63971] = 6, + [17002] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 1, - anon_sym_COLON, - STATE(2565), 1, - sym__enum_base_clause, - STATE(2713), 1, - sym_enumerator_list, - ACTIONS(3107), 14, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4409), 1, + anon_sym_LT, + ACTIONS(4412), 1, + anon_sym_EQ, + ACTIONS(4416), 1, + anon_sym_COLON_COLON, + STATE(3112), 1, + sym_template_argument_list, + STATE(3401), 1, + sym_initializer_list, + ACTIONS(4414), 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(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322937,12 +338091,10 @@ static 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(3109), 26, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322952,33 +338104,16 @@ static uint16_t ts_small_parse_table[] = { 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_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_RBRACK_RBRACK, - [64028] = 6, + [17067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4362), 1, - anon_sym_COLON, - STATE(2570), 1, - sym__enum_base_clause, - STATE(2625), 1, - sym_enumerator_list, - ACTIONS(3113), 16, + ACTIONS(4420), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322988,24 +338123,27 @@ static 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(3115), 24, + ACTIONS(4418), 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, @@ -323013,23 +338151,17 @@ static 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, - [64085] = 6, + [17118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4362), 1, - anon_sym_COLON, - STATE(2552), 1, - sym__enum_base_clause, - STATE(2615), 1, - sym_enumerator_list, - ACTIONS(3107), 16, + ACTIONS(1416), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323039,24 +338171,27 @@ static 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(3109), 24, + ACTIONS(1418), 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, @@ -323064,27 +338199,17 @@ static 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, - [64142] = 8, + [17169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4364), 1, - anon_sym_LT, - ACTIONS(4367), 1, - anon_sym_COLON_COLON, - STATE(2546), 1, - sym_template_argument_list, - STATE(2844), 1, - sym_initializer_list, - ACTIONS(2225), 15, + ACTIONS(4422), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323094,22 +338219,27 @@ static 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(2217), 23, + ACTIONS(1534), 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, @@ -323117,52 +338247,68 @@ static 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, - [64203] = 8, + [17220] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4371), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - STATE(2526), 1, - sym_new_declarator, - STATE(2801), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4188), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, anon_sym_PIPE, + ACTIONS(4361), 1, anon_sym_CARET, + ACTIONS(4363), 1, anon_sym_AMP, + ACTIONS(4397), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4426), 1, + anon_sym_EQ, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4186), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4424), 16, 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_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -323170,17 +338316,14 @@ static 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, - [64264] = 3, + [17307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 14, + ACTIONS(4430), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323195,7 +338338,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 29, + ACTIONS(4428), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323225,10 +338368,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [64315] = 3, + [17358] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 14, + ACTIONS(2297), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323243,7 +338386,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4373), 29, + ACTIONS(2290), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323273,40 +338416,60 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [64366] = 3, + [17409] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, anon_sym_PIPE, + ACTIONS(4361), 1, anon_sym_CARET, + ACTIONS(4363), 1, anon_sym_AMP, + ACTIONS(4434), 1, + anon_sym_EQ, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2217), 29, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4432), 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, @@ -323318,13 +338481,10 @@ static 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, - [64417] = 3, + [17494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 14, + ACTIONS(4438), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323339,7 +338499,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4377), 29, + ACTIONS(4436), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323369,20 +338529,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [64468] = 8, + [17545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4383), 13, + ACTIONS(4442), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323396,10 +338546,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4381), 25, + anon_sym_DOT, + ACTIONS(4440), 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, @@ -323408,7 +338560,9 @@ static 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, @@ -323422,14 +338576,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [64529] = 5, + anon_sym_DASH_GT, + [17596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 1, - anon_sym_LT, - STATE(2488), 1, - sym_template_argument_list, - ACTIONS(2225), 13, + ACTIONS(4446), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323439,11 +338590,12 @@ static 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(2217), 28, + ACTIONS(4444), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323458,6 +338610,7 @@ static 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, @@ -323472,21 +338625,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [64584] = 8, + [17647] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4371), 1, - anon_sym_LBRACK, - STATE(2532), 1, - sym_new_declarator, - STATE(2828), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 16, + ACTIONS(4448), 1, + anon_sym_COLON, + STATE(2572), 1, + sym__enum_base_clause, + STATE(2756), 1, + sym_enumerator_list, + ACTIONS(3449), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323503,14 +338651,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4196), 21, + ACTIONS(3451), 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, @@ -323525,33 +338676,20 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [64645] = 10, + [17704] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(4450), 1, anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(4453), 1, anon_sym_COLON_COLON, - ACTIONS(4261), 1, - anon_sym_EQ, - STATE(2887), 1, + STATE(2575), 1, sym_template_argument_list, - STATE(3009), 1, + STATE(2784), 1, sym_initializer_list, - ACTIONS(4263), 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(2225), 12, + ACTIONS(2233), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323561,10 +338699,13 @@ static 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_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2217), 15, + ACTIONS(2225), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323572,31 +338713,39 @@ static 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, - [64710] = 9, + anon_sym_GT2, + [17765] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4387), 13, + ACTIONS(4457), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323610,7 +338759,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4385), 23, + ACTIONS(4455), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323634,49 +338783,56 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [64773] = 12, + [17828] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, + anon_sym_PIPE, + ACTIONS(4361), 1, + anon_sym_CARET, + ACTIONS(4363), 1, + anon_sym_AMP, + ACTIONS(4457), 1, + anon_sym_EQ, + STATE(2519), 1, sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4300), 2, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4391), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(4389), 23, + ACTIONS(4455), 18, 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, @@ -323691,10 +338847,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [64842] = 3, + [17911] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4395), 14, + ACTIONS(4448), 1, + anon_sym_COLON, + STATE(2574), 1, + sym__enum_base_clause, + STATE(2596), 1, + sym_enumerator_list, + ACTIONS(3443), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323704,27 +338866,24 @@ static 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(4393), 29, + ACTIONS(3445), 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, @@ -323732,47 +338891,65 @@ static 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, - [64893] = 3, + anon_sym_GT2, + [17968] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4359), 1, anon_sym_PIPE, + ACTIONS(4361), 1, anon_sym_CARET, + ACTIONS(4363), 1, anon_sym_AMP, + ACTIONS(4457), 1, + anon_sym_EQ, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2274), 29, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 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, @@ -323784,43 +338961,57 @@ static 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, - [64944] = 3, + [18049] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4361), 1, anon_sym_CARET, + ACTIONS(4363), 1, anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4457), 2, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4397), 29, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 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, @@ -323832,60 +339023,53 @@ static 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, - [64995] = 20, + [18128] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, - anon_sym_PIPE, - ACTIONS(4290), 1, - anon_sym_CARET, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4403), 1, - anon_sym_EQ, - STATE(2451), 1, + ACTIONS(4363), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, + ACTIONS(4365), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4296), 2, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4298), 2, + ACTIONS(4369), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4300), 2, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4401), 17, + ACTIONS(4457), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(4455), 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, @@ -323900,10 +339084,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [65080] = 3, + [18205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 14, + ACTIONS(4461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323918,7 +339102,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4405), 29, + ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323948,10 +339132,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65131] = 3, + [18256] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 14, + ACTIONS(4465), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323966,7 +339150,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4409), 29, + ACTIONS(4463), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323996,10 +339180,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65182] = 3, + [18307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 14, + ACTIONS(4469), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324014,7 +339198,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4413), 29, + ACTIONS(4467), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324044,57 +339228,52 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65233] = 20, + [18358] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, - anon_sym_PIPE, - ACTIONS(4290), 1, - anon_sym_CARET, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4419), 1, - anon_sym_EQ, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, + ACTIONS(4365), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4296), 2, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4298), 2, + ACTIONS(4369), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4300), 2, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4417), 17, + ACTIONS(4457), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(4455), 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, @@ -324109,40 +339288,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [65318] = 3, + [18433] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4367), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4421), 29, + ACTIONS(4455), 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, @@ -324154,13 +339347,10 @@ static 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, - [65369] = 3, + [18506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 14, + ACTIONS(4473), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324175,7 +339365,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4425), 29, + ACTIONS(4471), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324205,29 +339395,43 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65420] = 3, + [18557] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4371), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4429), 29, + ACTIONS(4455), 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, @@ -324236,9 +339440,7 @@ static 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, @@ -324250,18 +339452,30 @@ static 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, - [65471] = 3, + [18626] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324270,12 +339484,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4433), 29, + ACTIONS(4455), 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, @@ -324284,9 +339496,7 @@ static 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, @@ -324298,18 +339508,29 @@ static 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, - [65522] = 3, + [18693] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324318,12 +339539,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2903), 29, + ACTIONS(4455), 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, @@ -324332,9 +339551,7 @@ static 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, @@ -324346,43 +339563,60 @@ static 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, - [65573] = 3, + [18758] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, anon_sym_PIPE, + ACTIONS(4361), 1, anon_sym_CARET, + ACTIONS(4363), 1, anon_sym_AMP, + ACTIONS(4477), 1, + anon_sym_EQ, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4437), 29, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4475), 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, @@ -324394,13 +339628,10 @@ static 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, - [65624] = 3, + [18843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 14, + ACTIONS(2279), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324415,7 +339646,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4234), 29, + ACTIONS(2272), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324445,10 +339676,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65675] = 3, + [18894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 14, + ACTIONS(4461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324463,7 +339694,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4166), 29, + ACTIONS(4459), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324493,21 +339724,20 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65726] = 8, + [18945] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4371), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - STATE(2529), 1, - sym_new_declarator, - STATE(2794), 2, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 16, + ACTIONS(4481), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324517,21 +339747,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4160), 21, + ACTIONS(4479), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324539,17 +339771,16 @@ static 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, - [65787] = 3, + [19006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 14, + ACTIONS(1412), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324564,7 +339795,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1796), 29, + ACTIONS(1414), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324594,61 +339825,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65838] = 21, + [19057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4276), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, + ACTIONS(2317), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4290), 1, anon_sym_CARET, - ACTIONS(4292), 1, anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4447), 1, - anon_sym_EQ, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4445), 16, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2310), 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, @@ -324660,10 +339870,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [65925] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 14, + ACTIONS(4485), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324678,7 +339891,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2302), 29, + ACTIONS(4483), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324708,75 +339921,33 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [65976] = 20, + [19159] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4284), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, - anon_sym_PIPE, - ACTIONS(4290), 1, - anon_sym_CARET, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4451), 1, - anon_sym_EQ, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 2, - anon_sym_GT, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4094), 1, anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4449), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, + ACTIONS(4487), 1, + anon_sym_COLON_COLON, + STATE(3108), 1, + sym_template_argument_list, + STATE(3331), 1, + sym_initializer_list, + ACTIONS(4097), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4099), 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, - [66061] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4455), 14, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324786,64 +339957,34 @@ static 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_DOT, - ACTIONS(4453), 29, + ACTIONS(2225), 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_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, - [66112] = 10, + anon_sym_GT2, + [19224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + ACTIONS(4491), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 10, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -324852,10 +339993,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 23, + 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, @@ -324864,7 +340007,9 @@ static 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, @@ -324876,23 +340021,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66177] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 13, + anon_sym_DASH_GT, + [19275] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4202), 1, + anon_sym_LT, + STATE(2482), 1, + sym_template_argument_list, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324902,14 +340041,15 @@ static 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, - ACTIONS(4457), 23, + anon_sym_DOT, + ACTIONS(2225), 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, @@ -324918,6 +340058,7 @@ static 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, @@ -324930,59 +340071,47 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66240] = 19, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19330] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4286), 1, - anon_sym_AMP_AMP, - ACTIONS(4288), 1, - anon_sym_PIPE, - ACTIONS(4290), 1, - anon_sym_CARET, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, + ACTIONS(4337), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4459), 1, - anon_sym_EQ, - STATE(2451), 1, + STATE(2545), 1, + sym_new_declarator, + STATE(2845), 2, sym_argument_list, - ACTIONS(4280), 2, + sym_initializer_list, + ACTIONS(4200), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 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(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 18, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4198), 23, 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_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324994,58 +340123,44 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66323] = 18, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [19391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4288), 1, + ACTIONS(4495), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4290), 1, anon_sym_CARET, - ACTIONS(4292), 1, anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4459), 1, - anon_sym_EQ, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 19, + anon_sym_EQ, + 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, @@ -325057,54 +340172,49 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66404] = 17, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19442] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4290), 1, - anon_sym_CARET, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4499), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 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(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4459), 2, - anon_sym_PIPE, anon_sym_EQ, - ACTIONS(4282), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 19, + ACTIONS(4497), 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, @@ -325119,56 +340229,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66483] = 16, + [19505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4292), 1, - anon_sym_AMP, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4503), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 19, + anon_sym_DOT, + 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, + 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, @@ -325180,55 +340274,43 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66560] = 15, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4180), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4294), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4296), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 19, + anon_sym_DOT, + ACTIONS(4182), 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, @@ -325240,44 +340322,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66635] = 14, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19607] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4280), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4296), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4298), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, + ACTIONS(4507), 13, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 21, + ACTIONS(4505), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325285,6 +340363,8 @@ static 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_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -325299,43 +340379,29 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66708] = 12, + [19670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4511), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4300), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 23, + anon_sym_DOT, + ACTIONS(4509), 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, @@ -325344,7 +340410,9 @@ static 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, @@ -325356,10 +340424,24 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66777] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19721] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 14, + ACTIONS(3011), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4321), 1, + anon_sym_LBRACK, + STATE(2546), 1, + sym_new_declarator, + STATE(2817), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325369,27 +340451,21 @@ static 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(2256), 29, + ACTIONS(4198), 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, @@ -325397,37 +340473,22 @@ static 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, - [66828] = 11, + anon_sym_GT2, + [19782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4280), 2, + ACTIONS(4515), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4282), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -325436,10 +340497,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 23, + anon_sym_DOT, + ACTIONS(4513), 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, @@ -325448,7 +340511,9 @@ static 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, @@ -325460,29 +340525,46 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [66895] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [19833] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4351), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4371), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4519), 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(4461), 29, + ACTIONS(4517), 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, @@ -325491,9 +340573,7 @@ static 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, @@ -325505,13 +340585,20 @@ static 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, - [66946] = 3, + [19902] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 14, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4521), 1, + anon_sym_LT, + ACTIONS(4524), 1, + anon_sym_COLON_COLON, + STATE(2579), 1, + sym_template_argument_list, + STATE(2824), 1, + sym_initializer_list, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325521,15 +340608,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4465), 29, + ACTIONS(2225), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -325537,11 +340622,7 @@ static 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, @@ -325556,46 +340637,58 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [66997] = 9, + anon_sym_RBRACK_RBRACK, + [19963] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + ACTIONS(4355), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4357), 1, + anon_sym_AMP_AMP, + ACTIONS(4359), 1, + anon_sym_PIPE, + ACTIONS(4361), 1, + anon_sym_CARET, + ACTIONS(4363), 1, + anon_sym_AMP, + ACTIONS(4528), 1, + anon_sym_EQ, + STATE(2519), 1, sym_argument_list, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4471), 13, + ACTIONS(4351), 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(4365), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4367), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4369), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4371), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4469), 23, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4526), 17, 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, @@ -325610,10 +340703,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [67060] = 3, + [20048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 14, + ACTIONS(4532), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325628,7 +340721,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4184), 29, + ACTIONS(4530), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325658,41 +340751,22 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [67111] = 3, + [20099] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + ACTIONS(4290), 1, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4473), 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, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(4292), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -325703,13 +340777,7 @@ static 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, - [67162] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 14, + ACTIONS(2233), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325719,15 +340787,12 @@ static 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(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -325735,40 +340800,27 @@ static 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, - [67213] = 8, + [20164] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4371), 1, + ACTIONS(4321), 1, anon_sym_LBRACK, - STATE(2524), 1, + STATE(2543), 1, sym_new_declarator, - STATE(2759), 2, + STATE(2832), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4140), 16, + ACTIONS(4191), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325785,7 +340837,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4136), 21, + ACTIONS(4187), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -325807,10 +340859,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [67274] = 3, + [20225] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 14, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + STATE(2791), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4227), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325825,22 +340884,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4477), 29, + ACTIONS(4225), 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_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325855,10 +340908,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [67325] = 3, + anon_sym_RBRACK_RBRACK, + [20281] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 14, + ACTIONS(3011), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + STATE(2870), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4239), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325868,27 +340929,22 @@ static 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(4481), 29, + ACTIONS(4237), 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, @@ -325896,65 +340952,74 @@ static 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, - [67376] = 3, + anon_sym_GT2, + [20337] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 14, + ACTIONS(3235), 1, + anon_sym_COLON_COLON, + ACTIONS(4383), 1, + anon_sym_LT, + STATE(1016), 1, + sym_template_argument_list, + ACTIONS(2223), 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_EQ, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(4485), 29, + ACTIONS(2231), 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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [67427] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [20393] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 14, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + STATE(2788), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4231), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325969,22 +341034,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4489), 29, + ACTIONS(4229), 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_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325999,17 +341058,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [67478] = 6, + anon_sym_RBRACK_RBRACK, + [20449] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - STATE(2804), 2, + STATE(2838), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4212), 14, + ACTIONS(4231), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326019,19 +341079,20 @@ static 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(4210), 24, + ACTIONS(4229), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_QMARK, @@ -326041,22 +341102,24 @@ static 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_RBRACK_RBRACK, - [67534] = 5, + anon_sym_GT2, + [20505] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4240), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 14, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + STATE(2786), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4235), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326071,17 +341134,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2957), 26, + ACTIONS(4233), 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, @@ -326098,64 +341159,67 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [67588] = 6, + [20561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(4383), 1, anon_sym_LT, - ACTIONS(4248), 1, - anon_sym_COLON_COLON, - STATE(2403), 1, + STATE(2442), 1, sym_template_argument_list, - ACTIONS(2215), 15, + ACTIONS(2909), 11, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2223), 24, + ACTIONS(2907), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_STAR_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, - [67644] = 5, + anon_sym_noexcept, + anon_sym_throw, + [20615] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4248), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, + ACTIONS(4202), 1, + anon_sym_LT, + STATE(2482), 1, sym_template_argument_list, - ACTIONS(2955), 16, + ACTIONS(4251), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326165,24 +341229,21 @@ static 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(2957), 24, + ACTIONS(2225), 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_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326190,24 +341251,24 @@ static 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, - [67698] = 6, + [20671] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, + ACTIONS(3049), 1, anon_sym_LBRACE, - ACTIONS(4369), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - STATE(2788), 2, + STATE(2861), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4208), 16, + ACTIONS(4239), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326217,20 +341278,19 @@ static 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(4206), 22, + ACTIONS(4237), 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_LBRACK, anon_sym_QMARK, @@ -326240,24 +341300,22 @@ static 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, - [67754] = 6, + anon_sym_RBRACK_RBRACK, + [20727] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - STATE(2776), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4208), 14, + ACTIONS(4273), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(3231), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326272,15 +341330,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4206), 24, + ACTIONS(3233), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -326297,17 +341357,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [67810] = 6, + [20781] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - STATE(2758), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4212), 16, + ACTIONS(4260), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(3231), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326324,14 +341381,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4210), 22, + ACTIONS(3233), 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, @@ -326347,116 +341406,121 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [67866] = 5, + [20835] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4356), 1, - anon_sym_LT, - STATE(2346), 1, - sym_template_argument_list, - ACTIONS(2883), 11, + ACTIONS(3011), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + STATE(2815), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4235), 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(2881), 29, + ACTIONS(4233), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_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_STAR_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, - anon_sym_noexcept, - anon_sym_throw, - [67920] = 6, + [20891] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2961), 1, - anon_sym_COLON_COLON, - ACTIONS(4356), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(2241), 1, anon_sym_LT, - STATE(1015), 1, - sym_template_argument_list, - ACTIONS(2215), 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_GT_GT, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + ACTIONS(4534), 1, anon_sym_EQ, - anon_sym_const, - anon_sym_DOT, - ACTIONS(2223), 28, + STATE(2910), 1, + sym_template_argument_list, + STATE(3001), 1, + sym_initializer_list, + ACTIONS(4536), 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(2225), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [67976] = 6, + ACTIONS(2233), 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, + [20955] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - STATE(2833), 2, + STATE(2844), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4216), 16, + ACTIONS(4227), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326473,7 +341537,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4214), 22, + ACTIONS(4225), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -326496,61 +341560,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [68032] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2530), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4497), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4493), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(4495), 22, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [68086] = 4, + [21011] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2837), 1, + ACTIONS(2841), 1, anon_sym_COLON_COLON, - ACTIONS(2883), 13, + ACTIONS(2909), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -326564,7 +341579,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2881), 28, + ACTIONS(2907), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326593,17 +341608,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [68138] = 6, + [21063] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - STATE(2764), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4202), 16, + ACTIONS(4271), 1, + anon_sym_LT, + ACTIONS(4273), 1, + anon_sym_COLON_COLON, + STATE(2339), 1, + sym_template_argument_list, + ACTIONS(2223), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326613,21 +341627,21 @@ static 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(4200), 22, + ACTIONS(2231), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -326636,25 +341650,24 @@ static 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, - [68194] = 6, + anon_sym_RBRACK_RBRACK, + [21119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4177), 1, + ACTIONS(4258), 1, anon_sym_LT, - STATE(2488), 1, + ACTIONS(4260), 1, + anon_sym_COLON_COLON, + STATE(2424), 1, sym_template_argument_list, - ACTIONS(4218), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2225), 13, + ACTIONS(2223), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326664,21 +341677,23 @@ static 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_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2217), 24, + ACTIONS(2231), 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, @@ -326686,23 +341701,19 @@ static 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, - [68250] = 6, + anon_sym_GT2, + [21175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, - anon_sym_LT, - ACTIONS(4240), 1, - anon_sym_COLON_COLON, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(2215), 13, + STATE(2616), 1, + sym_enumerator_list, + ACTIONS(2393), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326712,11 +341723,12 @@ static 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(2223), 26, + ACTIONS(2395), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326743,17 +341755,64 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [68306] = 6, + [21226] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(4318), 1, + ACTIONS(4538), 1, + sym_identifier, + ACTIONS(4540), 1, + sym_raw_string_literal, + STATE(2587), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4065), 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(4063), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(2817), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4202), 14, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_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, + [21283] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2304), 1, + sym__enum_base_clause, + STATE(2369), 1, + sym_enumerator_list, + ACTIONS(3449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326768,16 +341827,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4200), 24, + ACTIONS(3451), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326792,18 +341853,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [68362] = 6, + [21336] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - STATE(2754), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4216), 14, + ACTIONS(4269), 1, + anon_sym_COLON_COLON, + ACTIONS(4542), 1, + anon_sym_LT, + STATE(2687), 1, + sym_template_argument_list, + ACTIONS(4264), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326813,19 +341872,20 @@ static 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(4214), 24, + ACTIONS(4262), 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, @@ -326835,55 +341895,67 @@ static 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_RBRACK_RBRACK, - [68418] = 10, + anon_sym_GT2, + [21391] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2233), 1, + ACTIONS(4258), 1, anon_sym_LT, - ACTIONS(4236), 1, - anon_sym_COLON_COLON, - ACTIONS(4500), 1, - anon_sym_EQ, - STATE(2887), 1, + STATE(2410), 1, sym_template_argument_list, - STATE(3009), 1, - sym_initializer_list, - ACTIONS(4502), 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, + ACTIONS(2837), 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_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - ACTIONS(2217), 13, + anon_sym_DOT, + ACTIONS(2839), 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(2225), 13, + anon_sym_GT2, + [21444] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4283), 1, + anon_sym_COLON_COLON, + ACTIONS(2837), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326893,55 +341965,83 @@ static 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, - [68482] = 23, + ACTIONS(2839), 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, + [21495] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(2174), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4078), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4068), 1, + ACTIONS(4082), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(4084), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(4086), 1, anon_sym_AMP, - ACTIONS(4074), 1, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - STATE(3659), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3809), 1, + STATE(3843), 1, sym__abstract_declarator, - STATE(4122), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4164), 1, + STATE(4140), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5376), 1, sym_ms_based_modifier, - ACTIONS(4504), 2, + ACTIONS(4545), 2, anon_sym_COMMA, - anon_sym_GT2, - STATE(3687), 2, + anon_sym_RPAREN, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5348), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -326954,7 +342054,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -326963,13 +342063,62 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [68571] = 4, + [21584] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, + ACTIONS(2295), 1, anon_sym_LBRACE, + ACTIONS(2299), 1, + anon_sym_LT, + ACTIONS(2302), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(2304), 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_COLON_COLON, + ACTIONS(2297), 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_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2290), 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, + [21641] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4297), 1, anon_sym_COLON_COLON, - ACTIONS(2908), 14, + ACTIONS(2837), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326984,7 +342133,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2903), 25, + ACTIONS(2839), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326994,6 +342143,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -327010,28 +342160,28 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [68622] = 7, + [21692] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2261), 1, + ACTIONS(2315), 1, anon_sym_LBRACE, - ACTIONS(2265), 1, + ACTIONS(2319), 1, anon_sym_LT, - ACTIONS(2268), 1, + ACTIONS(2322), 2, anon_sym_EQ, - ACTIONS(2270), 11, + anon_sym_GT_GT_EQ, + ACTIONS(2324), 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_COLON_COLON, - ACTIONS(2263), 12, + ACTIONS(2317), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327041,10 +342191,11 @@ static 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_DOT, - ACTIONS(2256), 15, + ACTIONS(2310), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327052,72 +342203,71 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [68679] = 7, + anon_sym_GT2, + [21749] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 1, - anon_sym_LBRACE, - ACTIONS(2311), 1, + ACTIONS(4383), 1, anon_sym_LT, - ACTIONS(2314), 1, - anon_sym_EQ, - ACTIONS(2316), 11, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2309), 12, + STATE(2442), 1, + sym_template_argument_list, + ACTIONS(2837), 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_LT, + anon_sym_GT_EQ, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2302), 15, + ACTIONS(2839), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [68736] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [21802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4238), 1, + ACTIONS(4269), 1, + anon_sym_COLON_COLON, + ACTIONS(4547), 1, anon_sym_LT, - STATE(2321), 1, + STATE(2617), 1, sym_template_argument_list, - ACTIONS(2713), 13, + ACTIONS(4264), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327131,7 +342281,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2715), 26, + ACTIONS(4262), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327141,7 +342291,6 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -327158,62 +342307,59 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [68789] = 7, + [21857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, - sym_identifier, - ACTIONS(4508), 1, - sym_raw_string_literal, - STATE(2566), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2225), 8, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 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(2217), 24, + ACTIONS(2635), 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_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_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, - [68846] = 4, + anon_sym_RBRACK_RBRACK, + [21908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - anon_sym_COLON_COLON, - ACTIONS(2713), 14, + STATE(2652), 1, + sym_enumerator_list, + ACTIONS(2801), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327223,12 +342369,14 @@ static 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(2715), 26, + ACTIONS(2803), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327236,7 +342384,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -327247,22 +342394,21 @@ static 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_RBRACK_RBRACK, - [68897] = 5, + anon_sym_GT2, + [21959] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4320), 1, - anon_sym_LBRACK, - STATE(2582), 1, - sym_new_declarator, - ACTIONS(4232), 14, + STATE(2297), 1, + sym__enum_base_clause, + STATE(2420), 1, + sym_enumerator_list, + ACTIONS(3443), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327277,9 +342423,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4230), 25, + ACTIONS(3445), 25, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -327288,6 +342433,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -327302,14 +342449,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [68950] = 4, + [22012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(2908), 16, + STATE(2751), 1, + sym_enumerator_list, + ACTIONS(2393), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327326,7 +342471,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2903), 23, + ACTIONS(2395), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327335,6 +342480,7 @@ static 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, @@ -327350,28 +342496,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [69001] = 7, + [22063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2261), 1, + ACTIONS(2845), 2, anon_sym_LBRACE, - ACTIONS(2265), 1, - anon_sym_LT, - ACTIONS(2268), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2270), 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_COLON_COLON, - ACTIONS(2263), 13, + ACTIONS(2934), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327382,10 +342513,13 @@ static 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(2256), 14, + ACTIONS(2929), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327396,21 +342530,6 @@ static uint16_t ts_small_parse_table[] = { 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, - [69058] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2307), 1, - anon_sym_LBRACE, - ACTIONS(2311), 1, - anon_sym_LT, - ACTIONS(2314), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2316), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -327420,8 +342539,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2309), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [22114] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4251), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + ACTIONS(2233), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327431,35 +342560,23 @@ static 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(2302), 14, + ACTIONS(2225), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [69115] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_LBRACE, - ACTIONS(2283), 1, - anon_sym_LT, - ACTIONS(2286), 1, - anon_sym_EQ, - ACTIONS(2288), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -327470,8 +342587,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_COLON_COLON, - ACTIONS(2281), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [22165] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327481,10 +342605,14 @@ static 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(2274), 15, + ACTIONS(2635), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327492,25 +342620,34 @@ static 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_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_RBRACK_RBRACK, - [69172] = 7, + anon_sym_GT2, + [22216] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2277), 1, anon_sym_LBRACE, - ACTIONS(2283), 1, + ACTIONS(2281), 1, anon_sym_LT, - ACTIONS(2286), 2, + ACTIONS(2284), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(2288), 10, + ACTIONS(2286), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -327521,7 +342658,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_COLON_COLON, - ACTIONS(2281), 13, + ACTIONS(2279), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327535,7 +342672,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 14, + ACTIONS(2272), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327550,14 +342687,13 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [69229] = 5, + [22273] = 4, ACTIONS(3), 1, sym_comment, - STATE(2280), 1, - sym__enum_base_clause, - STATE(2295), 1, - sym_enumerator_list, - ACTIONS(3107), 14, + ACTIONS(2845), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(2934), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327572,8 +342708,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3109), 25, + ACTIONS(2929), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -327581,9 +342718,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -327598,61 +342733,74 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [69282] = 4, + anon_sym_RBRACK_RBRACK, + [22324] = 7, ACTIONS(3), 1, sym_comment, - STATE(2619), 1, - sym_enumerator_list, - ACTIONS(2445), 16, + ACTIONS(4550), 1, + sym_identifier, + ACTIONS(4552), 1, + sym_raw_string_literal, + STATE(2560), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2233), 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_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(2447), 24, + ACTIONS(2225), 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_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, + [22381] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2244), 1, + anon_sym_EQ, + ACTIONS(2248), 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, - [69333] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2291), 1, - sym__enum_base_clause, - STATE(2320), 1, - sym_enumerator_list, - ACTIONS(3113), 14, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327665,10 +342813,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(3115), 25, + ACTIONS(2225), 17, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -327676,10 +342825,23 @@ static uint16_t ts_small_parse_table[] = { 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_COLON, anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [22434] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 1, + anon_sym_LBRACE, + ACTIONS(2319), 1, + anon_sym_LT, + ACTIONS(2322), 1, + anon_sym_EQ, + ACTIONS(2324), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -327690,15 +342852,8 @@ static 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, - [69386] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 14, + anon_sym_COLON_COLON, + ACTIONS(2317), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327708,12 +342863,10 @@ static 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(2623), 26, + ACTIONS(2310), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327723,115 +342876,123 @@ static uint16_t ts_small_parse_table[] = { 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_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_RBRACK_RBRACK, - [69437] = 4, + [22491] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 3, - anon_sym_RPAREN, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2225), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2193), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + ACTIONS(2197), 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(2217), 24, - anon_sym_DOT_DOT_DOT, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + STATE(3689), 1, + sym_parameter_list, + STATE(3843), 1, + sym__abstract_declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5549), 1, + sym_ms_based_modifier, + ACTIONS(4545), 2, 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, - [69488] = 23, + anon_sym_RPAREN, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5459), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [22580] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4051), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4076), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4078), 1, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4111), 1, anon_sym_STAR, - ACTIONS(4080), 1, + ACTIONS(4113), 1, anon_sym_AMP_AMP, - ACTIONS(4082), 1, + ACTIONS(4115), 1, anon_sym_AMP, - ACTIONS(4084), 1, + ACTIONS(4117), 1, anon_sym_COLON_COLON, - STATE(3661), 1, + STATE(3678), 1, sym_parameter_list, - STATE(3813), 1, + STATE(3829), 1, sym__abstract_declarator, - STATE(4045), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4120), 1, + STATE(4199), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5325), 1, sym_ms_based_modifier, - ACTIONS(4504), 2, + ACTIONS(4545), 2, anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3687), 2, + anon_sym_GT2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -327844,7 +343005,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -327853,16 +343014,62 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [69577] = 6, + [22669] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 1, - anon_sym_COLON_COLON, - ACTIONS(4510), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(2299), 1, anon_sym_LT, - STATE(2737), 1, - sym_template_argument_list, - ACTIONS(4223), 13, + ACTIONS(2302), 1, + anon_sym_EQ, + ACTIONS(2304), 11, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_COLON_COLON, + ACTIONS(2297), 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(2290), 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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [22726] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2691), 1, + sym_enumerator_list, + ACTIONS(2801), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327872,11 +343079,12 @@ static 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(4221), 25, + ACTIONS(2803), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327886,6 +343094,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -327902,23 +343111,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [69632] = 7, + [22777] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4513), 1, + ACTIONS(4554), 1, sym_identifier, - ACTIONS(4519), 1, + ACTIONS(4560), 1, sym_raw_string_literal, - STATE(2558), 2, + STATE(2587), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(4516), 5, + ACTIONS(4557), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4028), 8, + ACTIONS(4049), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327927,7 +343136,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4026), 24, + ACTIONS(4047), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327952,12 +343161,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [69689] = 4, + [22834] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 1, - anon_sym_COLON_COLON, - ACTIONS(2713), 16, + ACTIONS(4321), 1, + anon_sym_LBRACK, + STATE(2624), 1, + sym_new_declarator, + ACTIONS(4256), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327974,7 +343185,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2715), 24, + ACTIONS(4254), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327984,7 +343195,6 @@ static 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, @@ -327999,12 +343209,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [69740] = 4, + [22887] = 5, ACTIONS(3), 1, sym_comment, - STATE(2669), 1, - sym_enumerator_list, - ACTIONS(2501), 14, + ACTIONS(4337), 1, + anon_sym_LBRACK, + STATE(2631), 1, + sym_new_declarator, + ACTIONS(4256), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328019,7 +343231,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2503), 26, + ACTIONS(4254), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328030,7 +343242,6 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -328046,14 +343257,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [69791] = 5, + [22940] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(4271), 1, anon_sym_LT, - STATE(2389), 1, + STATE(2397), 1, sym_template_argument_list, - ACTIONS(2713), 15, + ACTIONS(2837), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328063,13 +343274,11 @@ static 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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2715), 24, + ACTIONS(2839), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328077,6 +343286,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -328087,19 +343297,36 @@ static 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, - [69844] = 4, + anon_sym_RBRACK_RBRACK, + [22993] = 7, ACTIONS(3), 1, sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 16, + ACTIONS(2277), 1, + anon_sym_LBRACE, + ACTIONS(2281), 1, + anon_sym_LT, + ACTIONS(2284), 1, + anon_sym_EQ, + ACTIONS(2286), 11, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_COLON_COLON, + ACTIONS(2279), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328109,14 +343336,10 @@ static 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(2623), 24, + ACTIONS(2272), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328124,123 +343347,57 @@ static 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_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, - [69895] = 23, + anon_sym_RBRACK_RBRACK, + [23050] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(2176), 1, - anon_sym_STAR, - ACTIONS(2178), 1, - anon_sym_AMP_AMP, - ACTIONS(2180), 1, - anon_sym_AMP, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4053), 1, - anon_sym_COLON_COLON, - STATE(3661), 1, - sym_parameter_list, - STATE(3813), 1, - sym__abstract_declarator, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4120), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - ACTIONS(4504), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5425), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [69984] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4371), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - STATE(2605), 1, - sym_new_declarator, - ACTIONS(4232), 16, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4230), 23, + ACTIONS(4455), 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328251,16 +343408,11 @@ static 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, - [70037] = 4, + [23116] = 3, ACTIONS(3), 1, sym_comment, - STATE(2614), 1, - sym_enumerator_list, - ACTIONS(2445), 14, + ACTIONS(2653), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328270,12 +343422,14 @@ static 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(2447), 26, + ACTIONS(2655), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328283,7 +343437,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -328294,122 +343447,107 @@ static 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_RBRACK_RBRACK, - [70088] = 7, + anon_sym_GT2, + [23164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4522), 1, - sym_identifier, - ACTIONS(4524), 1, - sym_raw_string_literal, - STATE(2558), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4019), 8, + ACTIONS(2813), 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(4017), 24, + ACTIONS(2815), 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_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, - [70145] = 5, + anon_sym_RBRACK_RBRACK, + [23212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4356), 1, - anon_sym_LT, - STATE(2346), 1, - sym_template_argument_list, - ACTIONS(2713), 11, + ACTIONS(2633), 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_const, anon_sym_DOT, - ACTIONS(2715), 28, + ACTIONS(2635), 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_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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - anon_sym_noexcept, - anon_sym_throw, - [70198] = 6, + anon_sym_RBRACK_RBRACK, + [23260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4228), 1, - anon_sym_COLON_COLON, - ACTIONS(4526), 1, - anon_sym_LT, - STATE(2581), 1, - sym_template_argument_list, - ACTIONS(4223), 15, + ACTIONS(2477), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328420,12 +343558,13 @@ static 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(4221), 23, + ACTIONS(2479), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328434,6 +343573,7 @@ static 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, @@ -328449,23 +343589,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [70253] = 5, + [23308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_EQ, - ACTIONS(2240), 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(2225), 13, + ACTIONS(2425), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328475,34 +343602,42 @@ static 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(2217), 17, + ACTIONS(2427), 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, - [70306] = 4, + anon_sym_GT2, + [23356] = 3, ACTIONS(3), 1, sym_comment, - STATE(2722), 1, - sym_enumerator_list, - ACTIONS(2501), 16, + ACTIONS(2413), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328519,7 +343654,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2503), 24, + ACTIONS(2415), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328544,10 +343679,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [70357] = 3, + [23404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 14, + ACTIONS(2709), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328562,7 +343697,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2551), 26, + ACTIONS(2711), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328589,54 +343724,37 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [70405] = 17, + [23452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4529), 2, + ACTIONS(2417), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4459), 3, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4531), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4539), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2419), 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, @@ -328647,11 +343765,14 @@ static 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, - [70481] = 3, + [23500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 14, + ACTIONS(2401), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328661,12 +343782,14 @@ static 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(2391), 26, + ACTIONS(2403), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328674,7 +343797,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -328685,62 +343807,62 @@ static 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_RBRACK_RBRACK, - [70529] = 20, + anon_sym_GT2, + [23548] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4419), 1, - anon_sym_EQ, - ACTIONS(4557), 1, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4577), 1, anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, + ACTIONS(4579), 1, anon_sym_AMP_AMP, - ACTIONS(4561), 1, + ACTIONS(4581), 1, anon_sym_PIPE, - ACTIONS(4563), 1, + ACTIONS(4583), 1, anon_sym_CARET, - ACTIONS(4565), 1, + ACTIONS(4585), 1, anon_sym_AMP, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(4373), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4417), 14, + ACTIONS(4589), 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, @@ -328750,15 +343872,14 @@ static 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_RBRACK_RBRACK, - [70611] = 3, + anon_sym_GT2, + [23630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2617), 14, + ACTIONS(2405), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328768,12 +343889,14 @@ static 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(2619), 26, + ACTIONS(2407), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328781,7 +343904,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -328792,18 +343914,30 @@ static 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_RBRACK_RBRACK, - [70659] = 3, + anon_sym_GT2, + [23678] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 14, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4457), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328813,23 +343947,20 @@ static 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(2803), 26, + anon_sym_GT_GT_EQ, + ACTIONS(4455), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328837,18 +343968,14 @@ static 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_RBRACK_RBRACK, - [70707] = 3, + anon_sym_GT2, + [23738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 16, + ACTIONS(2809), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328865,7 +343992,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2763), 24, + ACTIONS(2811), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328890,10 +344017,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [70755] = 3, + [23786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 14, + ACTIONS(2705), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328908,7 +344035,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2799), 26, + ACTIONS(2707), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328918,8 +344045,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -328935,10 +344062,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [70803] = 3, + [23834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 14, + ACTIONS(2469), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328948,12 +344075,14 @@ static 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(2675), 26, + ACTIONS(2471), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328961,7 +344090,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -328972,18 +344100,30 @@ static 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_RBRACK_RBRACK, - [70851] = 3, + anon_sym_GT2, + [23882] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 14, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4507), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328997,19 +344137,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2791), 26, + ACTIONS(4505), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329021,16 +344157,76 @@ static 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_RBRACK_RBRACK, - [70899] = 4, + [23942] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(1844), 1, + anon_sym_STAR, + ACTIONS(1846), 1, + anon_sym_AMP, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - ACTIONS(4244), 16, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5549), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2662), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3031), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5459), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [24030] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2585), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329047,7 +344243,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4242), 23, + ACTIONS(2587), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329056,6 +344252,7 @@ static 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, @@ -329071,10 +344268,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [70949] = 3, + [24078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 14, + ACTIONS(2461), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329084,12 +344281,14 @@ static 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(4270), 26, + ACTIONS(2463), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329097,7 +344296,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -329108,54 +344306,44 @@ static 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_RBRACK_RBRACK, - [70997] = 10, + anon_sym_GT2, + [24126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(2449), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 20, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2451), 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, @@ -329163,121 +344351,104 @@ static 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_RBRACK_RBRACK, - [71059] = 22, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [24174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4304), 1, - anon_sym_EQ, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4557), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, + ACTIONS(2445), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4563), 1, anon_sym_CARET, - ACTIONS(4565), 1, anon_sym_AMP, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - ACTIONS(4583), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4585), 1, - anon_sym_QMARK, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4278), 12, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2447), 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, - anon_sym_RBRACK_RBRACK, - [71145] = 23, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [24222] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(1844), 1, + anon_sym_STAR, + ACTIONS(1846), 1, + anon_sym_AMP, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4076), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4084), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - ACTIONS(4587), 1, - anon_sym_STAR, - ACTIONS(4589), 1, - anon_sym_AMP_AMP, - ACTIONS(4591), 1, - anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4111), 1, + STATE(4133), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5549), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3007), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(2730), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, + STATE(2992), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -329288,7 +344459,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -329297,10 +344468,72 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [71233] = 3, + [24310] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4579), 1, + anon_sym_AMP_AMP, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4528), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4526), 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, + [24392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 14, + ACTIONS(2629), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329315,7 +344548,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2667), 26, + ACTIONS(2631), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329342,75 +344575,56 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [71281] = 23, + [24440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(2845), 1, + anon_sym_COLON_COLON, + ACTIONS(4247), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(1376), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(2197), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4245), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, - anon_sym_COLON_COLON, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4111), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2976), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5425), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [71369] = 3, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [24490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 16, + ACTIONS(2433), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329427,7 +344641,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2671), 24, + ACTIONS(2435), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329452,23 +344666,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [71417] = 9, + [24538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4324), 13, + ACTIONS(2713), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329482,15 +344683,19 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4322), 20, + anon_sym_DOT, + ACTIONS(2715), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329502,24 +344707,14 @@ static 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_RBRACK_RBRACK, - [71477] = 9, + [24586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4471), 15, + ACTIONS(2581), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329529,20 +344724,23 @@ static 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, - ACTIONS(4469), 18, + anon_sym_DOT, + ACTIONS(2583), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329550,144 +344748,18 @@ static 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, - [71537] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4587), 1, - anon_sym_STAR, - ACTIONS(4589), 1, - anon_sym_AMP_AMP, - ACTIONS(4591), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4120), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2585), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2975), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [71625] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4593), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4161), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2981), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [71713] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [24634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 16, + ACTIONS(2825), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329697,14 +344769,12 @@ static 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(2731), 24, + ACTIONS(2827), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329712,9 +344782,10 @@ static 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_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329722,17 +344793,18 @@ static 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, - [71761] = 3, + anon_sym_RBRACK_RBRACK, + [24682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2641), 16, + ACTIONS(2569), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329742,14 +344814,12 @@ static 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(2643), 24, + ACTIONS(2571), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329757,6 +344827,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -329767,17 +344838,18 @@ static 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, - [71809] = 3, + anon_sym_RBRACK_RBRACK, + [24730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2637), 16, + ACTIONS(2637), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329787,14 +344859,12 @@ static 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(2639), 24, + ACTIONS(2639), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329802,6 +344872,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -329812,17 +344883,18 @@ static 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, - [71857] = 3, + anon_sym_RBRACK_RBRACK, + [24778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2633), 16, + ACTIONS(4277), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329839,7 +344911,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2635), 24, + ACTIONS(4275), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329864,10 +344936,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [71905] = 3, + [24826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 14, + ACTIONS(2457), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329882,7 +344954,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2783), 26, + ACTIONS(2459), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329892,8 +344964,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -329909,75 +344981,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [71953] = 23, + [24874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, + ACTIONS(2733), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4117), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5133), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3021), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [72041] = 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(2735), 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, + [24922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 14, + ACTIONS(2429), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329992,7 +345044,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2623), 26, + ACTIONS(2431), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330002,8 +345054,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -330019,75 +345071,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [72089] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, - anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4119), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5133), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2598), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3001), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [72177] = 3, + [24970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 14, + ACTIONS(2729), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330097,12 +345084,14 @@ static 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(2691), 26, + ACTIONS(2731), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330110,7 +345099,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330121,18 +345109,17 @@ static 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_RBRACK_RBRACK, - [72225] = 3, + anon_sym_GT2, + [25018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 16, + ACTIONS(2725), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330149,7 +345136,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2827), 24, + ACTIONS(2727), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330174,75 +345161,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72273] = 23, + [25066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4593), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4164), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2592), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3008), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [72361] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2681), 14, + ACTIONS(2473), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330257,7 +345179,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2683), 26, + ACTIONS(2475), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330267,8 +345189,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -330284,10 +345206,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [72409] = 3, + [25114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 16, + ACTIONS(4277), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330297,14 +345219,12 @@ static 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(4270), 24, + ACTIONS(4275), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330312,6 +345232,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330322,78 +345243,83 @@ static 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, - [72457] = 19, + anon_sym_RBRACK_RBRACK, + [25162] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, - anon_sym_EQ, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, - anon_sym_PIPE, - ACTIONS(4563), 1, - anon_sym_CARET, - ACTIONS(4565), 1, - anon_sym_AMP, - ACTIONS(4575), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4601), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 15, - 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_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_RBRACK_RBRACK, - [72537] = 3, + ACTIONS(4603), 1, + anon_sym_AMP_AMP, + ACTIONS(4605), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4167), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5325), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2661), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3027), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5379), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [25250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 16, + ACTIONS(2721), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330410,7 +345336,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2711), 24, + ACTIONS(2723), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330435,10 +345361,75 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72585] = 3, + [25298] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2721), 16, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4601), 1, + anon_sym_STAR, + ACTIONS(4603), 1, + anon_sym_AMP_AMP, + ACTIONS(4605), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4199), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5325), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2749), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2999), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5379), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [25386] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2713), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330455,7 +345446,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2723), 24, + ACTIONS(2715), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330480,10 +345471,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72633] = 3, + [25434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2733), 16, + ACTIONS(2709), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330500,7 +345491,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2735), 24, + ACTIONS(2711), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330525,10 +345516,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72681] = 3, + [25482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 16, + ACTIONS(2705), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330545,7 +345536,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2747), 24, + ACTIONS(2707), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330570,10 +345561,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72729] = 3, + [25530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 16, + ACTIONS(2697), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330590,7 +345581,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2751), 24, + ACTIONS(2699), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330615,10 +345606,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72777] = 3, + [25578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 16, + ACTIONS(2693), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330635,7 +345626,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2767), 24, + ACTIONS(2695), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330660,10 +345651,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [72825] = 3, + [25626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2781), 16, + ACTIONS(2465), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330673,14 +345664,12 @@ static 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(2783), 24, + ACTIONS(2467), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330688,6 +345677,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330698,17 +345688,18 @@ static 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, - [72873] = 3, + anon_sym_RBRACK_RBRACK, + [25674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 14, + ACTIONS(2645), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330723,7 +345714,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2687), 26, + ACTIONS(2647), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330750,10 +345741,137 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [72921] = 3, + [25722] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 16, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4528), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, + anon_sym_PIPE, + ACTIONS(4617), 1, + anon_sym_CARET, + ACTIONS(4619), 1, + anon_sym_AMP, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4526), 14, + 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_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_RBRACK_RBRACK, + [25804] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, + anon_sym_STAR, + ACTIONS(4633), 1, + anon_sym_AMP_AMP, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4070), 1, + sym_scoped_identifier, + STATE(4093), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5241), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2679), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3041), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [25892] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2469), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330763,14 +345881,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2403), 24, + ACTIONS(2471), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330778,6 +345894,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330788,17 +345905,18 @@ static 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, - [72969] = 3, + anon_sym_RBRACK_RBRACK, + [25940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 16, + ACTIONS(2433), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330808,14 +345926,12 @@ static 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(2807), 24, + ACTIONS(2435), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330823,6 +345939,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330833,17 +345950,18 @@ static 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, - [73017] = 3, + anon_sym_RBRACK_RBRACK, + [25988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 16, + ACTIONS(2405), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330853,14 +345971,12 @@ static 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(2815), 24, + ACTIONS(2407), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330868,6 +345984,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330878,17 +345995,18 @@ static 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, - [73065] = 3, + anon_sym_RBRACK_RBRACK, + [26036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2417), 16, + ACTIONS(2401), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330898,14 +346016,12 @@ static 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(2419), 24, + ACTIONS(2403), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330913,6 +346029,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330923,17 +346040,18 @@ static 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, - [73113] = 3, + anon_sym_RBRACK_RBRACK, + [26084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2685), 16, + ACTIONS(2417), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330943,14 +346061,12 @@ static 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(2687), 24, + ACTIONS(2419), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330958,6 +346074,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -330968,17 +346085,18 @@ static 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, - [73161] = 3, + anon_sym_RBRACK_RBRACK, + [26132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 16, + ACTIONS(2413), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330988,14 +346106,12 @@ static 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(2623), 24, + ACTIONS(2415), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331003,6 +346119,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -331013,17 +346130,18 @@ static 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, - [73209] = 3, + anon_sym_RBRACK_RBRACK, + [26180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2417), 14, + ACTIONS(2425), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331038,7 +346156,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2419), 26, + ACTIONS(2427), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331065,75 +346183,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [73257] = 23, + [26228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4607), 1, - anon_sym_STAR, - ACTIONS(4609), 1, - anon_sym_AMP_AMP, - ACTIONS(4611), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4028), 1, - sym_scoped_identifier, - STATE(4075), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5211), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2977), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [73345] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2509), 14, + ACTIONS(2477), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331148,7 +346201,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2511), 26, + ACTIONS(2479), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331158,8 +346211,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -331175,10 +346228,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [73393] = 3, + [26276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 14, + ACTIONS(2597), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331188,12 +346241,14 @@ static 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(2515), 26, + ACTIONS(2599), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331201,10 +346256,9 @@ static 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_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331212,18 +346266,17 @@ static 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_RBRACK_RBRACK, - [73441] = 3, + anon_sym_GT2, + [26324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2617), 16, + ACTIONS(2489), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331233,14 +346286,12 @@ static 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(2619), 24, + ACTIONS(2491), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331248,6 +346299,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -331258,64 +346310,45 @@ static 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, - [73489] = 20, + anon_sym_RBRACK_RBRACK, + [26372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4613), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, - anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4403), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, + ACTIONS(2589), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4539), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4401), 13, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2591), 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, @@ -331326,11 +346359,14 @@ static 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, - [73571] = 3, + [26420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 14, + ACTIONS(2497), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331345,7 +346381,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2535), 26, + ACTIONS(2499), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331355,8 +346391,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -331372,10 +346408,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [73619] = 3, + [26468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 14, + ACTIONS(2581), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331385,12 +346421,14 @@ static 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(2731), 26, + ACTIONS(2583), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331398,7 +346436,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -331409,45 +346446,54 @@ static 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_RBRACK_RBRACK, - [73667] = 3, + anon_sym_GT2, + [26516] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 16, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(2435), 24, + ACTIONS(4455), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331455,43 +346501,53 @@ static 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, - [73715] = 3, + anon_sym_RBRACK_RBRACK, + [26580] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 14, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(2815), 26, + ACTIONS(4455), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331503,41 +346559,51 @@ static 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_RBRACK_RBRACK, - [73763] = 3, + [26646] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 16, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4623), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 4, 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(2391), 24, + ACTIONS(4455), 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, @@ -331545,17 +346611,15 @@ static 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, - [73811] = 3, + anon_sym_RBRACK_RBRACK, + [26716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 14, + ACTIONS(2489), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331565,12 +346629,14 @@ static 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(2695), 26, + ACTIONS(2491), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331578,7 +346644,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -331589,60 +346654,59 @@ static 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_RBRACK_RBRACK, - [73859] = 23, + anon_sym_GT2, + [26764] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4601), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4603), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4605), 1, anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4028), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4073), 1, + STATE(4199), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5325), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2985), 2, + STATE(2999), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(3645), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -331653,7 +346717,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -331662,117 +346726,52 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [73947] = 23, + [26852] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(1844), 1, + anon_sym_STAR, + ACTIONS(1846), 1, + anon_sym_AMP, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4076), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4084), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - ACTIONS(4587), 1, - anon_sym_STAR, - ACTIONS(4589), 1, - anon_sym_AMP_AMP, - ACTIONS(4591), 1, - anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4132), 1, + STATE(4135), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5549), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2726), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3020), 2, + STATE(3000), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [74035] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4607), 1, - anon_sym_STAR, - ACTIONS(4609), 1, - anon_sym_AMP_AMP, - ACTIONS(4611), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4028), 1, - sym_scoped_identifier, - STATE(4073), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5211), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2622), 2, + STATE(3645), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(2985), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -331783,7 +346782,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -331792,185 +346791,37 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [74123] = 20, + [26940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4451), 1, - anon_sym_EQ, - ACTIONS(4557), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, + ACTIONS(2837), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4563), 1, anon_sym_CARET, - ACTIONS(4565), 1, anon_sym_AMP, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4449), 14, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2839), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_RBRACK_RBRACK, - [74205] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4593), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4187), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2721), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3010), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [74293] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4613), 1, anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - ACTIONS(4619), 1, - anon_sym_DOT_DOT_DOT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4447), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4445), 12, - anon_sym_COMMA, + anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331981,57 +346832,61 @@ static 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, - [74377] = 20, + [26988] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4613), 1, + ACTIONS(4577), 1, anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, + ACTIONS(4579), 1, anon_sym_AMP_AMP, - ACTIONS(4617), 1, + ACTIONS(4581), 1, anon_sym_PIPE, - STATE(2819), 1, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + ACTIONS(4637), 1, + anon_sym_DOT_DOT_DOT, + STATE(2774), 1, sym_argument_list, - ACTIONS(4451), 2, + ACTIONS(4426), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, + ACTIONS(4567), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4547), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4539), 3, + ACTIONS(4589), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4449), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(4424), 12, anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -332044,49 +346899,36 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [74459] = 12, + [27072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4529), 2, + ACTIONS(2509), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4391), 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(4389), 18, + anon_sym_DOT, + ACTIONS(2511), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332094,27 +346936,18 @@ static 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, - [74525] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4547), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4387), 15, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [27120] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2437), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332124,20 +346957,23 @@ static 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, - ACTIONS(4385), 18, + anon_sym_DOT, + ACTIONS(2439), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332145,61 +346981,59 @@ static 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, - [74585] = 21, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [27168] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4447), 1, - anon_sym_EQ, - ACTIONS(4557), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, - anon_sym_PIPE, - ACTIONS(4563), 1, - anon_sym_CARET, - ACTIONS(4565), 1, - anon_sym_AMP, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4583), 1, - anon_sym_DOT_DOT_DOT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4567), 2, + ACTIONS(4621), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4569), 2, + ACTIONS(4623), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4571), 2, + ACTIONS(4625), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4573), 2, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4445), 13, + ACTIONS(4457), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(4455), 16, + 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, @@ -332212,10 +347046,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_RBRACK_RBRACK, - [74669] = 3, + [27240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2701), 14, + ACTIONS(2497), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332225,12 +347059,14 @@ static 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(2703), 26, + ACTIONS(2499), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332238,7 +347074,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -332249,18 +347084,17 @@ static 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_RBRACK_RBRACK, - [74717] = 3, + anon_sym_GT2, + [27288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 14, + ACTIONS(2821), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332275,7 +347109,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2715), 26, + ACTIONS(2823), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332285,8 +347119,8 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -332302,47 +347136,52 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [74765] = 10, + [27336] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2819), 1, + ACTIONS(4619), 1, + anon_sym_AMP, + STATE(2842), 1, sym_argument_list, - ACTIONS(4547), 2, + ACTIONS(4595), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4459), 12, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4457), 3, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4457), 18, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332350,85 +347189,58 @@ static 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, - [74827] = 3, + anon_sym_RBRACK_RBRACK, + [27410] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4617), 1, anon_sym_CARET, + ACTIONS(4619), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4457), 2, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2715), 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, + ACTIONS(4595), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [74875] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2805), 14, + ACTIONS(4607), 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_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2807), 26, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332440,56 +347252,53 @@ static 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_RBRACK_RBRACK, - [74923] = 23, + [27486] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4078), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - STATE(3680), 1, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, + anon_sym_AMP, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4132), 1, + STATE(4135), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5376), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2742), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3005), 2, + STATE(2995), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5425), 2, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -332500,7 +347309,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -332509,52 +347318,52 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [75011] = 23, + [27574] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - STATE(3680), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, + anon_sym_STAR, + ACTIONS(4633), 1, + anon_sym_AMP_AMP, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4120), 1, + STATE(4090), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5241), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2587), 2, + STATE(2685), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(2973), 2, + STATE(3039), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5425), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -332565,7 +347374,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -332574,10 +347383,20 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [75099] = 3, + [27662] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 14, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4481), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332587,23 +347406,20 @@ static 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(2707), 26, + anon_sym_GT_GT_EQ, + ACTIONS(4479), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332611,64 +347427,45 @@ static 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_RBRACK_RBRACK, - [75147] = 19, + anon_sym_GT2, + [27720] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4615), 1, - anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4459), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, + ACTIONS(4450), 1, + anon_sym_LT, + STATE(2810), 1, + sym_template_argument_list, + ACTIONS(2233), 15, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4539), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4457), 14, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(2225), 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, @@ -332679,71 +347476,92 @@ static 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, - [75227] = 18, + [27772] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3030), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [27860] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4617), 1, - anon_sym_PIPE, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4459), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4457), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT2, - [75305] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2765), 14, + ACTIONS(4303), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332753,23 +347571,20 @@ static 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(2767), 26, + anon_sym_GT_GT_EQ, + ACTIONS(4301), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332777,18 +347592,14 @@ static 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_RBRACK_RBRACK, - [75353] = 3, + anon_sym_GT2, + [27920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 14, + ACTIONS(2669), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332798,12 +347609,14 @@ static 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(2751), 26, + ACTIONS(2671), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332811,7 +347624,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -332822,18 +347634,147 @@ static 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_RBRACK_RBRACK, - [75401] = 3, + anon_sym_GT2, + [27968] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, + anon_sym_STAR, + ACTIONS(4633), 1, + anon_sym_AMP_AMP, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4070), 1, + sym_scoped_identifier, + STATE(4116), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5241), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3002), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [28056] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4133), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2676), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3028), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [28144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 14, + ACTIONS(2697), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332848,7 +347789,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2747), 26, + ACTIONS(2699), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332875,10 +347816,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [75449] = 3, + [28192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 16, + ACTIONS(2681), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332895,7 +347836,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2483), 24, + ACTIONS(2683), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332920,10 +347861,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [75497] = 3, + [28240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 14, + ACTIONS(2693), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332938,7 +347879,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 26, + ACTIONS(2695), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332965,10 +347906,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [75545] = 3, + [28288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 16, + ACTIONS(2553), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332978,14 +347919,12 @@ static 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), 24, + ACTIONS(2555), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332993,6 +347932,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -333003,75 +347943,83 @@ static 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, - [75593] = 16, + anon_sym_RBRACK_RBRACK, + [28336] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4565), 1, - anon_sym_AMP, - ACTIONS(4575), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4459), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(4555), 3, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_RBRACK_RBRACK, - [75667] = 3, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4070), 1, + sym_scoped_identifier, + STATE(4093), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5241), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3041), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [28424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 14, + ACTIONS(2545), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333086,7 +348034,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2663), 26, + ACTIONS(2547), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333113,20 +348061,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [75715] = 8, + [28472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4383), 13, + ACTIONS(2845), 1, + anon_sym_COLON_COLON, + ACTIONS(4247), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333136,52 +348076,14 @@ static 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, - ACTIONS(4381), 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_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_RBRACK_RBRACK, - [75773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2733), 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_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2735), 26, + ACTIONS(4245), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333189,9 +348091,7 @@ static 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -333200,80 +348100,30 @@ static 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_RBRACK_RBRACK, - [75821] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4459), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4457), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_GT2, - [75895] = 5, + [28522] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4621), 1, - anon_sym_LT, - STATE(2745), 1, - sym_template_argument_list, - ACTIONS(2225), 13, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4303), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333283,21 +348133,19 @@ static 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(2217), 25, + ACTIONS(4301), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333309,11 +348157,8 @@ static 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_RBRACK_RBRACK, - [75947] = 3, + [28582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2721), 14, @@ -333358,50 +348203,56 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [75995] = 14, + [28630] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2793), 1, + ACTIONS(4579), 1, + anon_sym_AMP_AMP, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(4457), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, + ACTIONS(4567), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(4457), 18, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4455), 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333409,15 +348260,14 @@ static 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_RBRACK_RBRACK, - [76065] = 3, + anon_sym_GT2, + [28710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 16, + ACTIONS(2597), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333427,14 +348277,12 @@ static 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(2455), 24, + ACTIONS(2599), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333442,6 +348290,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -333452,43 +348301,65 @@ static 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, - [76113] = 3, + anon_sym_RBRACK_RBRACK, + [28758] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2561), 14, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4579), 1, + anon_sym_AMP_AMP, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4434), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4589), 3, 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(2563), 26, + ACTIONS(4432), 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333496,18 +348367,14 @@ static 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_RBRACK_RBRACK, - [76161] = 3, + anon_sym_GT2, + [28840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 14, + ACTIONS(2541), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333522,7 +348389,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2575), 26, + ACTIONS(2543), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333549,10 +348416,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76209] = 3, + [28888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2569), 14, + ACTIONS(2445), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333567,7 +348434,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2571), 26, + ACTIONS(2447), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333594,10 +348461,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76257] = 3, + [28936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 14, + ACTIONS(2533), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333612,7 +348479,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2711), 26, + ACTIONS(2535), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333639,10 +348506,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76305] = 3, + [28984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2409), 14, + ACTIONS(2449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333657,7 +348524,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2411), 26, + ACTIONS(2451), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333684,10 +348551,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76353] = 3, + [29032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 14, + ACTIONS(2737), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333697,12 +348564,14 @@ static 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(2399), 26, + ACTIONS(2739), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333710,7 +348579,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -333721,116 +348589,128 @@ static 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_RBRACK_RBRACK, - [76401] = 15, + anon_sym_GT2, + [29080] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4459), 5, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4457), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, + ACTIONS(4647), 1, 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, - [76473] = 14, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4138), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3024), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [29168] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, + ACTIONS(4477), 1, + anon_sym_EQ, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2819), 1, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, + anon_sym_PIPE, + ACTIONS(4617), 1, + anon_sym_CARET, + ACTIONS(4619), 1, + anon_sym_AMP, + STATE(2842), 1, sym_argument_list, - ACTIONS(4529), 2, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4543), 2, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4459), 5, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4457), 17, + ACTIONS(4475), 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333838,14 +348718,15 @@ static 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, - [76543] = 3, + anon_sym_RBRACK_RBRACK, + [29250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2641), 14, + ACTIONS(2525), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333860,7 +348741,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2643), 26, + ACTIONS(2527), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333887,49 +348768,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76591] = 12, + [29298] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4457), 1, + anon_sym_EQ, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2819), 1, + ACTIONS(4615), 1, + anon_sym_PIPE, + ACTIONS(4617), 1, + anon_sym_CARET, + ACTIONS(4619), 1, + anon_sym_AMP, + STATE(2842), 1, sym_argument_list, - ACTIONS(4529), 2, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4543), 2, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 18, + ACTIONS(4455), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333937,14 +348823,80 @@ static 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, - [76657] = 3, + anon_sym_RBRACK_RBRACK, + [29376] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2637), 14, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2672), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3030), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [29464] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2589), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333959,7 +348911,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2639), 26, + ACTIONS(2591), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333986,90 +348938,80 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [76705] = 18, + [29512] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, - anon_sym_EQ, - ACTIONS(4561), 1, - anon_sym_PIPE, - ACTIONS(4563), 1, - anon_sym_CARET, - ACTIONS(4565), 1, - anon_sym_AMP, - ACTIONS(4575), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_RBRACK_RBRACK, - [76783] = 11, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4146), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2698), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3042), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [29600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4529), 2, + ACTIONS(2441), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -334080,14 +349022,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4457), 18, + anon_sym_DOT, + ACTIONS(2443), 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, @@ -334098,38 +349044,59 @@ static 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, - [76847] = 3, + [29648] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4457), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, anon_sym_PIPE, + ACTIONS(4617), 1, anon_sym_CARET, + ACTIONS(4619), 1, anon_sym_AMP, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2467), 24, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -334137,30 +349104,15 @@ static 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, - [76895] = 9, + anon_sym_RBRACK_RBRACK, + [29728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4471), 13, + ACTIONS(2809), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334174,15 +349126,19 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4469), 20, + anon_sym_DOT, + ACTIONS(2811), 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_GT_EQ, anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -334194,11 +349150,14 @@ static 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_RBRACK_RBRACK, - [76955] = 3, + [29776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2633), 14, + ACTIONS(2521), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334213,7 +349172,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2635), 26, + ACTIONS(2523), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334240,10 +349199,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [77003] = 3, + [29824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 16, + ACTIONS(2517), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334253,14 +349212,12 @@ static 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(2471), 24, + ACTIONS(2519), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334268,6 +349225,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -334278,37 +349236,37 @@ static 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, - [77051] = 11, + anon_sym_RBRACK_RBRACK, + [29872] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4577), 2, + ACTIONS(4595), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 8, + ACTIONS(4457), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -334317,7 +349275,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 20, + ACTIONS(4455), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -334338,10 +349296,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_RBRACK_RBRACK, - [77115] = 3, + [29934] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 16, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4507), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334357,18 +349328,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2479), 24, + ACTIONS(4505), 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, @@ -334379,49 +349346,48 @@ static 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, - [77163] = 9, + [29994] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2819), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4547), 2, + ACTIONS(4595), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4324), 15, + ACTIONS(4607), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4609), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4519), 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, - ACTIONS(4322), 18, + ACTIONS(4517), 20, 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_QMARK, anon_sym_STAR_EQ, @@ -334430,57 +349396,50 @@ static 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, - [77223] = 17, + anon_sym_RBRACK_RBRACK, + [30060] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_CARET, - ACTIONS(4565), 1, - anon_sym_AMP, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4459), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4553), 2, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4499), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 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(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 16, + anon_sym_EQ, + ACTIONS(4497), 20, 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -334493,10 +349452,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_RBRACK_RBRACK, - [77299] = 3, + [30120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 16, + ACTIONS(2509), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334513,7 +349472,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2707), 24, + ACTIONS(2511), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334538,10 +349497,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [77347] = 3, + [30168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2701), 16, + ACTIONS(2437), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334558,7 +349517,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2703), 24, + ACTIONS(2439), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334583,23 +349542,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [77395] = 9, + [30216] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4577), 2, + ACTIONS(4595), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 13, + ACTIONS(4457), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334613,7 +349572,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 20, + ACTIONS(4455), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -334634,10 +349593,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_RBRACK_RBRACK, - [77455] = 3, + [30276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 16, + ACTIONS(2441), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334647,14 +349606,12 @@ static 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(2695), 24, + ACTIONS(2443), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334662,6 +349619,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -334672,67 +349630,103 @@ static 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, - [77503] = 3, + anon_sym_RBRACK_RBRACK, + [30324] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(4647), 1, + anon_sym_AMP_AMP, + ACTIONS(4649), 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(2671), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4138), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2750), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3024), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [30412] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 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_LBRACE, + ACTIONS(4569), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [77551] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 16, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -334743,18 +349737,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2691), 24, + ACTIONS(4455), 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, @@ -334765,59 +349755,75 @@ static 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, - [77599] = 3, + [30476] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4401), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, anon_sym_PIPE, + ACTIONS(4617), 1, anon_sym_CARET, + ACTIONS(4619), 1, anon_sym_AMP, + ACTIONS(4651), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4653), 1, + anon_sym_QMARK, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2683), 24, - anon_sym_DOT_DOT_DOT, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4399), 12, 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, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [77647] = 3, + anon_sym_RBRACK_RBRACK, + [30562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 16, + ACTIONS(2737), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334827,14 +349833,12 @@ static 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(2679), 24, + ACTIONS(2739), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334842,6 +349846,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -334852,55 +349857,59 @@ static 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, - [77695] = 12, + anon_sym_RBRACK_RBRACK, + [30610] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2793), 1, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4573), 2, + ACTIONS(4567), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 6, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4457), 5, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, anon_sym_EQ, - ACTIONS(4457), 20, + anon_sym_GT_GT_EQ, + ACTIONS(4455), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -334908,15 +349917,14 @@ static 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_RBRACK_RBRACK, - [77761] = 3, + anon_sym_GT2, + [30680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 14, + ACTIONS(2681), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334931,7 +349939,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2479), 26, + ACTIONS(2683), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334958,10 +349966,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [77809] = 3, + [30728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 16, + ACTIONS(2725), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334971,14 +349979,12 @@ static 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(2675), 24, + ACTIONS(2727), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334986,6 +349992,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -334996,17 +350003,18 @@ static 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, - [77857] = 3, + anon_sym_RBRACK_RBRACK, + [30776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 16, + ACTIONS(2677), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335016,14 +350024,12 @@ static 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(2667), 24, + ACTIONS(2679), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335031,9 +350037,10 @@ static 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_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -335041,63 +350048,44 @@ static 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, - [77905] = 20, + anon_sym_RBRACK_RBRACK, + [30824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4316), 1, - anon_sym_EQ, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4557), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, + ACTIONS(2669), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4563), 1, anon_sym_CARET, - ACTIONS(4565), 1, anon_sym_AMP, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4314), 14, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2671), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -335109,15 +350097,14 @@ static 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_RBRACK_RBRACK, - [77987] = 5, + [30872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4364), 1, - anon_sym_LT, - STATE(2750), 1, - sym_template_argument_list, - ACTIONS(2225), 15, + ACTIONS(2653), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335127,13 +350114,12 @@ static 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(2217), 23, + ACTIONS(2655), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335141,7 +350127,9 @@ static 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -335150,51 +350138,68 @@ static 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, - [78039] = 8, + anon_sym_RBRACK_RBRACK, + [30920] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2819), 1, + ACTIONS(4577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4579), 1, + anon_sym_AMP_AMP, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + ACTIONS(4637), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4655), 1, + anon_sym_QMARK, + STATE(2774), 1, sym_argument_list, - ACTIONS(4383), 15, + ACTIONS(4401), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4589), 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, - ACTIONS(4381), 20, - anon_sym_DOT_DOT_DOT, + ACTIONS(4399), 11, 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, @@ -335204,13 +350209,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [78097] = 3, + [31006] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 14, + ACTIONS(2517), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335220,12 +350223,14 @@ static 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(2471), 26, + ACTIONS(2519), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335233,7 +350238,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335244,152 +350248,124 @@ static 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_RBRACK_RBRACK, - [78145] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4613), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, - anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4316), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4314), 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, - [78227] = 3, + [31054] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2885), 18, - 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_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(2887), 22, - sym_raw_string_literal, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - anon_sym_BANG, + ACTIONS(1842), 1, anon_sym_TILDE, + ACTIONS(1844), 1, anon_sym_STAR, + ACTIONS(1846), 1, anon_sym_AMP, + ACTIONS(2205), 1, 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(4103), 1, + sym_identifier, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - [78275] = 3, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5549), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3031), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5459), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [31142] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 16, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4589), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4457), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2507), 24, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -335400,14 +350376,11 @@ static 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, - [78323] = 3, + [31214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 14, + ACTIONS(2521), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335417,12 +350390,14 @@ static 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(2763), 26, + ACTIONS(2523), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335430,7 +350405,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335441,18 +350415,17 @@ static 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_RBRACK_RBRACK, - [78371] = 3, + anon_sym_GT2, + [31262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 14, + ACTIONS(2525), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335462,12 +350435,14 @@ static 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(2467), 26, + ACTIONS(2527), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335475,7 +350450,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335486,144 +350460,30 @@ static 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_RBRACK_RBRACK, - [78419] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4613), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, - anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4419), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4417), 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, - [78501] = 22, + [31310] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4533), 1, - anon_sym_CARET, - ACTIONS(4535), 1, - anon_sym_AMP, - ACTIONS(4541), 1, - anon_sym_LT_EQ, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4613), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4615), 1, - anon_sym_AMP_AMP, - ACTIONS(4617), 1, - anon_sym_PIPE, - ACTIONS(4619), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4624), 1, - anon_sym_QMARK, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4304), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4529), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4543), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4547), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4531), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4539), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4278), 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, - [78587] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 16, + ACTIONS(4499), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335639,18 +350499,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2663), 24, + ACTIONS(4497), 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, @@ -335661,14 +350517,11 @@ static 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, - [78635] = 3, + [31370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 14, + ACTIONS(2533), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335678,12 +350531,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2403), 26, + ACTIONS(2535), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335691,7 +350546,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335702,18 +350556,17 @@ static 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_RBRACK_RBRACK, - [78683] = 3, + anon_sym_GT2, + [31418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 14, + ACTIONS(2541), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335723,12 +350576,14 @@ static 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(2439), 26, + ACTIONS(2543), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335736,7 +350591,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335747,18 +350601,17 @@ static 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_RBRACK_RBRACK, - [78731] = 3, + anon_sym_GT2, + [31466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 14, + ACTIONS(2545), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335768,12 +350621,14 @@ static 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(2827), 26, + ACTIONS(2547), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335781,7 +350636,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335792,18 +350646,17 @@ static 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_RBRACK_RBRACK, - [78779] = 3, + anon_sym_GT2, + [31514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 14, + ACTIONS(2553), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335813,12 +350666,14 @@ static 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(2455), 26, + ACTIONS(2555), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335826,7 +350681,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -335837,52 +350691,55 @@ static 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_RBRACK_RBRACK, - [78827] = 9, + anon_sym_GT2, + [31562] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4387), 13, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4519), 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(4385), 20, + anon_sym_GT_GT_EQ, + ACTIONS(4517), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -335891,80 +350748,18 @@ static 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_RBRACK_RBRACK, - [78887] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, - anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4116), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5133), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2998), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [78975] = 3, + anon_sym_GT2, + [31628] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2505), 14, + ACTIONS(4657), 1, + anon_sym_LT, + STATE(2852), 1, + sym_template_argument_list, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335974,12 +350769,11 @@ static 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(2507), 26, + ACTIONS(2225), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335989,7 +350783,6 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -336006,48 +350799,53 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [79023] = 12, + [31680] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2793), 1, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(4563), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4573), 2, + ACTIONS(4567), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, + ACTIONS(4571), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4391), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4589), 3, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4457), 4, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, - ACTIONS(4389), 20, + anon_sym_GT_GT_EQ, + ACTIONS(4455), 15, 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336055,80 +350853,14 @@ static 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_RBRACK_RBRACK, - [79089] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4593), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4164), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3008), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [79177] = 3, + anon_sym_GT2, + [31754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 16, + ACTIONS(2465), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336145,7 +350877,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2575), 24, + ACTIONS(2467), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336170,7 +350902,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79225] = 3, + [31802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2569), 16, @@ -336215,15 +350947,29 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79273] = 3, + [31850] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 16, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4565), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 12, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -336234,18 +350980,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2439), 24, + ACTIONS(4455), 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, @@ -336256,14 +350998,21 @@ static 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, - [79321] = 3, + [31912] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 14, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4481), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336277,19 +351026,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2655), 26, + ACTIONS(4479), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336303,54 +351048,234 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_RBRACK_RBRACK, + [31970] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4563), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4457), 3, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4565), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4455), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [32046] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4457), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4565), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4455), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [32124] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4373), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, anon_sym_DASH_GT, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, + anon_sym_PIPE, + ACTIONS(4617), 1, + anon_sym_CARET, + ACTIONS(4619), 1, + anon_sym_AMP, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4349), 14, + 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_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_RBRACK_RBRACK, - [79369] = 23, + [32206] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4076), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4084), 1, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, anon_sym_COLON_COLON, - ACTIONS(4587), 1, + ACTIONS(4601), 1, anon_sym_STAR, - ACTIONS(4589), 1, + ACTIONS(4603), 1, anon_sym_AMP_AMP, - ACTIONS(4591), 1, + ACTIONS(4605), 1, anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4120), 1, + STATE(4210), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5325), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2975), 2, + STATE(3003), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(3645), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5300), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -336361,7 +351286,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -336370,10 +351295,75 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [79457] = 3, + [32294] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 14, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, + anon_sym_STAR, + ACTIONS(4647), 1, + anon_sym_AMP_AMP, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4137), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, + sym_ms_based_modifier, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3006), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [32382] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2629), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336383,12 +351373,14 @@ static 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(2679), 26, + ACTIONS(2631), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336396,7 +351388,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -336407,45 +351398,127 @@ static 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_RBRACK_RBRACK, - [79505] = 3, + anon_sym_GT2, + [32430] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2489), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4426), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, anon_sym_PIPE, + ACTIONS(4617), 1, anon_sym_CARET, + ACTIONS(4619), 1, anon_sym_AMP, + ACTIONS(4651), 1, + anon_sym_DOT_DOT_DOT, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2491), 24, - anon_sym_DOT_DOT_DOT, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4424), 13, 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_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_RBRACK_RBRACK, + [32514] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4577), 1, anon_sym_PIPE_PIPE, + ACTIONS(4579), 1, anon_sym_AMP_AMP, + ACTIONS(4581), 1, + anon_sym_PIPE, + ACTIONS(4583), 1, + anon_sym_CARET, + ACTIONS(4585), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + anon_sym_LT_EQ, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4477), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4563), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4567), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4571), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4587), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(4565), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4589), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4475), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336456,14 +351529,11 @@ static 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, - [79553] = 3, + [32596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2489), 14, + ACTIONS(2633), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336473,12 +351543,14 @@ static 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(2491), 26, + ACTIONS(2635), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336486,7 +351558,6 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -336497,44 +351568,63 @@ static 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_RBRACK_RBRACK, - [79601] = 3, + anon_sym_GT2, + [32644] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4434), 1, + anon_sym_EQ, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(4611), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4613), 1, + anon_sym_AMP_AMP, + ACTIONS(4615), 1, anon_sym_PIPE, + ACTIONS(4617), 1, anon_sym_CARET, + ACTIONS(4619), 1, anon_sym_AMP, + STATE(2842), 1, + sym_argument_list, + ACTIONS(4595), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4607), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4621), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4623), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4625), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2483), 26, + ACTIONS(4609), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4432), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336546,14 +351636,11 @@ static 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_RBRACK_RBRACK, - [79649] = 3, + [32726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2549), 16, + ACTIONS(2637), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336570,7 +351657,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2551), 24, + ACTIONS(2639), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336595,75 +351682,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [79697] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4607), 1, - anon_sym_STAR, - ACTIONS(4609), 1, - anon_sym_AMP_AMP, - ACTIONS(4611), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4028), 1, - sym_scoped_identifier, - STATE(4094), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5211), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2633), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2982), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [79785] = 3, + [32774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 14, + ACTIONS(2585), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336678,7 +351700,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2435), 26, + ACTIONS(2587), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336705,10 +351727,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [79833] = 3, + [32822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2561), 16, + ACTIONS(2461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336718,14 +351740,12 @@ static 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(2563), 24, + ACTIONS(2463), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336733,6 +351753,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -336743,30 +351764,18 @@ static 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, - [79881] = 9, + anon_sym_RBRACK_RBRACK, + [32870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4547), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4459), 15, + ACTIONS(2645), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336782,14 +351791,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4457), 18, + anon_sym_DOT, + ACTIONS(2647), 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, @@ -336800,11 +351813,14 @@ static 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, - [79941] = 3, + [32918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2409), 16, + ACTIONS(2729), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336814,14 +351830,12 @@ static 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(2411), 24, + ACTIONS(2731), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336829,6 +351843,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -336839,19 +351854,18 @@ static 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, - [79989] = 4, + anon_sym_RBRACK_RBRACK, + [32966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, - anon_sym_COLON_COLON, - ACTIONS(4244), 14, + ACTIONS(2837), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336866,7 +351880,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4242), 25, + ACTIONS(2839), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336876,6 +351890,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -336892,10 +351907,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [80039] = 3, + [33014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 16, + ACTIONS(2733), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336905,14 +351920,12 @@ static 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(2399), 24, + ACTIONS(2735), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336920,6 +351933,7 @@ static 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_LBRACE, anon_sym_LBRACK, @@ -336930,63 +351944,43 @@ static 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, - [80087] = 20, + anon_sym_RBRACK_RBRACK, + [33062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4403), 1, - anon_sym_EQ, - ACTIONS(4557), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4559), 1, - anon_sym_AMP_AMP, - ACTIONS(4561), 1, + ACTIONS(4387), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4563), 1, anon_sym_CARET, - ACTIONS(4565), 1, anon_sym_AMP, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4401), 14, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4385), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336998,117 +351992,39 @@ static 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_RBRACK_RBRACK, - [80169] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, - anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, - anon_sym_AMP, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4117), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5133), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2718), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3021), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [80257] = 15, + [33109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - ACTIONS(4575), 1, - anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4553), 2, + ACTIONS(2279), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4567), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4569), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4571), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4573), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4577), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4555), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 16, + anon_sym_DOT, + ACTIONS(2272), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -337120,76 +352036,18 @@ static 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_RBRACK_RBRACK, - [80329] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, - anon_sym_COLON_COLON, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4120), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2973), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5425), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [80417] = 3, + [33156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 14, + ACTIONS(4657), 1, + anon_sym_LT, + STATE(2482), 1, + sym_template_argument_list, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337199,14 +352057,12 @@ static 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(4429), 25, + ACTIONS(2225), 24, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -337215,6 +352071,7 @@ static uint16_t ts_small_parse_table[] = { 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, @@ -337229,11 +352086,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [80464] = 3, + [33207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 14, + ACTIONS(2233), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337248,7 +352104,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2256), 25, + ACTIONS(2225), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337274,10 +352130,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [80511] = 3, + [33254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 14, + ACTIONS(4485), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337287,12 +352143,14 @@ static 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(2903), 25, + ACTIONS(4483), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337300,7 +352158,6 @@ static 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_QMARK, @@ -337310,18 +352167,17 @@ static 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_RBRACK_RBRACK, - [80558] = 3, + anon_sym_GT2, + [33301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 14, + ACTIONS(2317), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337331,12 +352187,14 @@ static 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), 25, + ACTIONS(2310), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337344,7 +352202,6 @@ static 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_QMARK, @@ -337354,18 +352211,17 @@ static 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_RBRACK_RBRACK, - [80605] = 3, + anon_sym_GT2, + [33348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 16, + ACTIONS(4333), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337382,7 +352238,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4433), 23, + ACTIONS(4331), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337406,10 +352262,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80652] = 3, + [33395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 16, + ACTIONS(4315), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337419,14 +352275,106 @@ static 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(4313), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_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_RBRACK_RBRACK, + [33442] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4499), 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(4497), 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, + [33501] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4391), 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(4461), 23, + ACTIONS(4389), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337434,6 +352382,7 @@ static 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_QMARK, @@ -337443,17 +352392,67 @@ static 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, - [80699] = 3, + anon_sym_RBRACK_RBRACK, + [33548] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4481), 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(4479), 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, + [33605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 16, + ACTIONS(4461), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337470,7 +352469,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4184), 23, + ACTIONS(4459), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337494,10 +352493,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80746] = 3, + [33652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 16, + ACTIONS(2279), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337514,7 +352513,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2903), 23, + ACTIONS(2272), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337538,10 +352537,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [80793] = 3, + [33699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 14, + ACTIONS(4511), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337556,7 +352555,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4461), 25, + ACTIONS(4509), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337582,10 +352581,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [80840] = 3, + [33746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 14, + ACTIONS(4442), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337600,7 +352599,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4489), 25, + ACTIONS(4440), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337626,10 +352625,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [80887] = 3, + [33793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 14, + ACTIONS(4420), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337644,7 +352643,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1752), 25, + ACTIONS(4418), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337670,10 +352669,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [80934] = 3, + [33840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 14, + ACTIONS(4341), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337683,12 +352682,14 @@ static 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(4485), 25, + ACTIONS(4339), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337696,7 +352697,6 @@ static 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_QMARK, @@ -337706,18 +352706,17 @@ static 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_RBRACK_RBRACK, - [80981] = 3, + anon_sym_GT2, + [33887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 14, + ACTIONS(1412), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337727,12 +352726,14 @@ static 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(4453), 25, + ACTIONS(1414), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337740,7 +352741,6 @@ static 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_QMARK, @@ -337750,18 +352750,17 @@ static 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_RBRACK_RBRACK, - [81028] = 3, + anon_sym_GT2, + [33934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 16, + ACTIONS(4169), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337778,7 +352777,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4421), 23, + ACTIONS(4171), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337802,10 +352801,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81075] = 3, + [33981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 14, + ACTIONS(2233), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337820,7 +352819,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2302), 25, + ACTIONS(2225), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337846,10 +352845,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [81122] = 3, + [34028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 16, + ACTIONS(4473), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337866,7 +352865,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4413), 23, + ACTIONS(4471), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337890,10 +352889,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81169] = 3, + [34075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 16, + ACTIONS(4395), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337910,7 +352909,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4409), 23, + ACTIONS(4393), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337934,10 +352933,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81216] = 3, + [34122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(4341), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337952,7 +352951,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(1737), 25, + ACTIONS(4339), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337978,23 +352977,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [81263] = 5, + [34169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4263), 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(2225), 13, + ACTIONS(4347), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338007,8 +352993,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 15, + ACTIONS(4345), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338019,15 +353006,87 @@ static uint16_t ts_small_parse_table[] = { 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_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, - [81314] = 3, + anon_sym_RBRACK_RBRACK, + [34216] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 16, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4397), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4426), 1, + anon_sym_EQ, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4668), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4670), 1, + anon_sym_AMP_AMP, + ACTIONS(4672), 1, + anon_sym_PIPE, + ACTIONS(4674), 1, + anon_sym_CARET, + ACTIONS(4676), 1, + anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4424), 12, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [34299] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338037,14 +353096,12 @@ static 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(4252), 23, + ACTIONS(4493), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338052,6 +353109,7 @@ static 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_QMARK, @@ -338061,43 +353119,64 @@ static 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, - [81361] = 3, + anon_sym_RBRACK_RBRACK, + [34346] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4434), 1, + anon_sym_EQ, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4668), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4670), 1, + anon_sym_AMP_AMP, + ACTIONS(4672), 1, anon_sym_PIPE, + ACTIONS(4674), 1, anon_sym_CARET, + ACTIONS(4676), 1, anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2217), 23, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4432), 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -338105,17 +353184,14 @@ static 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, - [81408] = 3, + [34427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 16, + ACTIONS(4329), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338125,14 +353201,12 @@ static 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(4397), 23, + ACTIONS(4327), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338140,6 +353214,7 @@ static 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_QMARK, @@ -338149,17 +353224,18 @@ static 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, - [81455] = 3, + anon_sym_RBRACK_RBRACK, + [34474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 14, + ACTIONS(4325), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338174,7 +353250,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4252), 25, + ACTIONS(4323), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338200,36 +353276,48 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [81502] = 3, + [34521] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 16, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4519), 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(2302), 23, + ACTIONS(4517), 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, @@ -338237,22 +353325,33 @@ static 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, - [81549] = 3, + [34586] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -338261,18 +353360,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4405), 25, + ACTIONS(4455), 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, @@ -338284,40 +353380,55 @@ static 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_RBRACK_RBRACK, - [81596] = 3, + [34647] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4457), 1, + anon_sym_EQ, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4670), 1, + anon_sym_AMP_AMP, + ACTIONS(4672), 1, anon_sym_PIPE, + ACTIONS(4674), 1, anon_sym_CARET, + ACTIONS(4676), 1, anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4437), 23, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -338325,17 +353436,14 @@ static 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, - [81643] = 3, + [34726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 14, + ACTIONS(4442), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338345,12 +353453,14 @@ static 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(2274), 25, + ACTIONS(4440), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338358,7 +353468,6 @@ static 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_QMARK, @@ -338368,52 +353477,60 @@ static 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_RBRACK_RBRACK, - [81690] = 9, + anon_sym_GT2, + [34773] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4457), 1, + anon_sym_EQ, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - STATE(2451), 1, + ACTIONS(4672), 1, + anon_sym_PIPE, + ACTIONS(4674), 1, + anon_sym_CARET, + ACTIONS(4676), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4471), 13, + ACTIONS(4664), 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(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(4469), 19, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -338426,10 +353543,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [81749] = 3, + [34850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 14, + ACTIONS(4532), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338444,7 +353561,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4473), 25, + ACTIONS(4530), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338470,23 +353587,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [81796] = 9, + [34897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4459), 13, + ACTIONS(4391), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338496,19 +353600,23 @@ static 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(4457), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4389), 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, @@ -338516,14 +353624,17 @@ static 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, - [81855] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [34944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 16, + ACTIONS(4420), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338540,7 +353651,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1737), 23, + ACTIONS(4418), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338564,54 +353675,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [81902] = 3, + [34991] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - sym_identifier, - ACTIONS(3045), 30, - sym_raw_string_literal, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4189), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(4305), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, 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, - [81949] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4395), 14, + ACTIONS(4507), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338625,18 +353705,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4393), 25, + ACTIONS(4505), 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, @@ -338648,14 +353725,10 @@ static 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_RBRACK_RBRACK, - [81996] = 3, + [35050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 14, + ACTIONS(4485), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338670,7 +353743,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4373), 25, + ACTIONS(4483), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338696,10 +353769,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [82043] = 3, + [35097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 14, + ACTIONS(4515), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338709,12 +353782,14 @@ static 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(4481), 25, + ACTIONS(4513), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338722,7 +353797,6 @@ static 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_QMARK, @@ -338732,64 +353806,132 @@ static 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_RBRACK_RBRACK, - [82090] = 5, + anon_sym_GT2, + [35144] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4058), 2, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4674), 1, + anon_sym_CARET, + ACTIONS(4676), 1, + anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4457), 2, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4060), 9, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2217), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + [35219] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 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(4305), 1, anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4676), 1, + anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(2225), 14, + ACTIONS(4664), 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(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - [82141] = 3, + ACTIONS(4457), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4455), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [35292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 16, + ACTIONS(4465), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338806,7 +353948,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4477), 23, + ACTIONS(4463), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338830,35 +353972,56 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82188] = 3, + [35339] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 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, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4477), 1, anon_sym_EQ, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(1796), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4668), 1, anon_sym_PIPE_PIPE, + ACTIONS(4670), 1, anon_sym_AMP_AMP, + ACTIONS(4672), 1, + anon_sym_PIPE, + ACTIONS(4674), 1, + anon_sym_CARET, + ACTIONS(4676), 1, + anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4475), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -338870,14 +354033,10 @@ static 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_RBRACK_RBRACK, - [82235] = 3, + [35420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 16, + ACTIONS(4430), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338894,7 +354053,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1796), 23, + ACTIONS(4428), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338918,10 +354077,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82282] = 3, + [35467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 16, + ACTIONS(4387), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338938,7 +354097,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1752), 23, + ACTIONS(4385), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338962,35 +354121,51 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82329] = 3, + [35514] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4234), 25, + ACTIONS(4455), 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -339002,14 +354177,10 @@ static 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_RBRACK_RBRACK, - [82376] = 3, + [35585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 16, + ACTIONS(2934), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339026,7 +354197,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4339), 23, + ACTIONS(2929), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339050,35 +354221,50 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [82423] = 3, + [35632] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 14, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4166), 25, + ACTIONS(4455), 17, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -339090,14 +354276,10 @@ static 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_RBRACK_RBRACK, - [82470] = 3, + [35701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 16, + ACTIONS(2317), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339107,14 +354289,12 @@ static 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(4377), 23, + ACTIONS(2310), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339122,6 +354302,7 @@ static 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_QMARK, @@ -339131,41 +354312,48 @@ static 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, - [82517] = 8, + anon_sym_RBRACK_RBRACK, + [35748] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4383), 13, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4381), 21, + ACTIONS(4455), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -339185,38 +354373,47 @@ static 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, - [82574] = 3, + [35813] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 16, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4457), 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(4373), 23, + ACTIONS(4455), 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, @@ -339224,17 +354421,14 @@ static 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, - [82621] = 3, + [35876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 14, + ACTIONS(4347), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339244,12 +354438,14 @@ static 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(4146), 25, + ACTIONS(4345), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339257,7 +354453,6 @@ static 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_QMARK, @@ -339267,66 +354462,63 @@ static 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_RBRACK_RBRACK, - [82668] = 3, + anon_sym_GT2, + [35923] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - sym_identifier, - ACTIONS(3053), 30, - sym_raw_string_literal, + ACTIONS(4097), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4099), 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(2225), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [82715] = 5, + anon_sym_GT2, + ACTIONS(2233), 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_DOT, + [35974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4621), 1, - anon_sym_LT, - STATE(2488), 1, - sym_template_argument_list, - ACTIONS(2225), 13, + ACTIONS(4438), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339336,21 +354528,23 @@ static 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(2217), 24, + ACTIONS(4436), 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, @@ -339358,79 +354552,30 @@ static 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, - [82766] = 21, + anon_sym_GT2, + [36021] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4276), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4447), 1, - anon_sym_EQ, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4445), 12, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [82849] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4328), 14, + ACTIONS(4457), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339444,18 +354589,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4326), 25, + ACTIONS(4455), 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, @@ -339467,14 +354609,23 @@ static 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_RBRACK_RBRACK, - [82896] = 3, + [36080] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 16, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4303), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339484,23 +354635,19 @@ static 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(4453), 23, + ACTIONS(4301), 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, @@ -339508,61 +354655,58 @@ static 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, - [82943] = 20, + [36139] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4451), 1, + ACTIONS(4528), 1, anon_sym_EQ, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4634), 1, + ACTIONS(4668), 1, anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, + ACTIONS(4670), 1, anon_sym_AMP_AMP, - ACTIONS(4638), 1, + ACTIONS(4672), 1, anon_sym_PIPE, - ACTIONS(4640), 1, + ACTIONS(4674), 1, anon_sym_CARET, - ACTIONS(4642), 1, + ACTIONS(4676), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4308), 2, + ACTIONS(4307), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + ACTIONS(4664), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4644), 2, + ACTIONS(4678), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4646), 2, + ACTIONS(4680), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4648), 2, + ACTIONS(4682), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4650), 2, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, + ACTIONS(4666), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4449), 13, + ACTIONS(4526), 13, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, @@ -339576,29 +354720,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [83024] = 10, + [36220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4632), 3, + ACTIONS(4515), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 10, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -339607,15 +354737,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 19, + anon_sym_DOT, + ACTIONS(4513), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -339627,10 +354760,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [83085] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [36267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 16, + ACTIONS(4461), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339647,7 +354784,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4234), 23, + ACTIONS(4459), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339671,10 +354808,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [83132] = 3, + [36314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 14, + ACTIONS(4491), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339689,7 +354826,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4477), 25, + ACTIONS(4489), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339715,10 +354852,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [83179] = 3, + [36361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 16, + ACTIONS(4395), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339728,14 +354865,12 @@ static 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(4326), 23, + ACTIONS(4393), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339743,6 +354878,7 @@ static 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_QMARK, @@ -339752,43 +354888,128 @@ static 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, - [83226] = 3, + anon_sym_RBRACK_RBRACK, + [36408] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4373), 1, + anon_sym_EQ, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4668), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4670), 1, + anon_sym_AMP_AMP, + ACTIONS(4672), 1, anon_sym_PIPE, + ACTIONS(4674), 1, anon_sym_CARET, + ACTIONS(4676), 1, anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4680), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4682), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4684), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4184), 25, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4349), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [36489] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4397), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4401), 1, + anon_sym_EQ, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(4668), 1, anon_sym_PIPE_PIPE, + ACTIONS(4670), 1, anon_sym_AMP_AMP, + ACTIONS(4672), 1, + anon_sym_PIPE, + ACTIONS(4674), 1, + anon_sym_CARET, + ACTIONS(4676), 1, + anon_sym_AMP, + ACTIONS(4686), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4307), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4664), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4678), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4680), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4682), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(4684), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4666), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4399), 11, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -339799,58 +355020,54 @@ static 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_RBRACK_RBRACK, - [83273] = 3, + [36574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 16, + ACTIONS(3299), 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_DOT, - ACTIONS(4481), 23, + sym_identifier, + ACTIONS(3301), 30, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_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, - [83320] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [36621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 14, + ACTIONS(4207), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339865,7 +355082,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4409), 25, + ACTIONS(4209), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339891,23 +355108,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [83367] = 5, + [36668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4350), 1, - anon_sym_EQ, - ACTIONS(4352), 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(2225), 13, + ACTIONS(4381), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339920,8 +355124,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2217), 15, + ACTIONS(4379), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339933,14 +355138,24 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [83418] = 3, + [36715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 14, + ACTIONS(4503), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339950,12 +355165,14 @@ static 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(4413), 25, + ACTIONS(4501), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339963,7 +355180,6 @@ static 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_QMARK, @@ -339973,63 +355189,43 @@ static 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_RBRACK_RBRACK, - [83465] = 19, + anon_sym_GT2, + [36762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4459), 1, - anon_sym_EQ, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, + ACTIONS(4532), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4642), 1, anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 14, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4530), 23, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_COLON, + 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, @@ -340037,58 +355233,43 @@ static 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, - [83544] = 18, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4459), 1, - anon_sym_EQ, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4638), 1, + ACTIONS(4329), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4642), 1, anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 15, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4327), 23, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340096,57 +355277,42 @@ static 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, - [83621] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4630), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [36856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4473), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 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(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 15, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4471), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340158,23 +355324,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [83696] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4324), 13, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [36903] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4333), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340188,15 +355345,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4322), 19, + anon_sym_DOT, + ACTIONS(4331), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340208,56 +355368,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [83755] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [36950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4403), 1, - anon_sym_EQ, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, + ACTIONS(4180), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4642), 1, anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4401), 13, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4182), 23, anon_sym_DOT_DOT_DOT, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340265,56 +355409,43 @@ static 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, - [83836] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [36997] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4446), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 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(4648), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4459), 3, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_EQ, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4457), 15, + 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_COLON, + 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, @@ -340322,14 +355453,17 @@ static 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, - [83909] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [37044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 14, + ACTIONS(4503), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340344,7 +355478,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4421), 25, + ACTIONS(4501), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340370,51 +355504,36 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [83956] = 15, + [37091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + ACTIONS(4495), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 4, 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(4457), 15, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4493), 23, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340422,54 +355541,133 @@ static 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, - [84027] = 14, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [37138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4511), 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(4509), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4302), 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(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [37185] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4412), 1, + anon_sym_EQ, + ACTIONS(4414), 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(2233), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4646), 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(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4632), 3, + anon_sym_DOT, + ACTIONS(2225), 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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [37236] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4281), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 4, 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(4457), 17, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4279), 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_COLON, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340477,14 +355675,17 @@ static 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, - [84096] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [37283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 14, + ACTIONS(4461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340499,7 +355700,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4425), 25, + ACTIONS(4459), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340525,10 +355726,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84143] = 3, + [37330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 14, + ACTIONS(4315), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340538,12 +355739,14 @@ static 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(2217), 25, + ACTIONS(4313), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340551,7 +355754,6 @@ static 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_QMARK, @@ -340561,18 +355763,17 @@ static 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_RBRACK_RBRACK, - [84190] = 3, + anon_sym_GT2, + [37377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 16, + ACTIONS(4325), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340589,7 +355790,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4425), 23, + ACTIONS(4323), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340613,10 +355814,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84237] = 3, + [37424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 14, + ACTIONS(4438), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340631,7 +355832,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4397), 25, + ACTIONS(4436), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340657,10 +355858,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84284] = 3, + [37471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 16, + ACTIONS(4343), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340677,7 +355878,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4343), 23, + ACTIONS(4243), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340701,10 +355902,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84331] = 3, + [37518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 16, + ACTIONS(4465), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340714,14 +355915,12 @@ static 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(4326), 23, + ACTIONS(4463), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340729,6 +355928,7 @@ static 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_QMARK, @@ -340738,17 +355938,62 @@ static 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, - [84378] = 3, + anon_sym_RBRACK_RBRACK, + [37565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 16, + ACTIONS(3293), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + sym_identifier, + ACTIONS(3295), 30, + sym_raw_string_literal, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [37612] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340758,14 +356003,12 @@ static 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), 23, + ACTIONS(4459), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340773,6 +356016,7 @@ static 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_QMARK, @@ -340782,17 +356026,18 @@ static 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, - [84425] = 3, + anon_sym_RBRACK_RBRACK, + [37659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 16, + ACTIONS(4430), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340802,14 +356047,12 @@ static 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(2256), 23, + ACTIONS(4428), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340817,6 +356060,7 @@ static 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_QMARK, @@ -340826,30 +356070,62 @@ static 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, - [84472] = 9, + anon_sym_RBRACK_RBRACK, + [37706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(1416), 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(1418), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4302), 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(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4387), 13, + anon_sym_DASH_GT, + anon_sym_GT2, + [37753] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2934), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340863,15 +356139,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4385), 19, + anon_sym_DOT, + ACTIONS(2929), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340883,10 +356162,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84531] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [37800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 14, + ACTIONS(2233), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340896,12 +356179,14 @@ static 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(2217), 25, + ACTIONS(2225), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340909,7 +356194,6 @@ static 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_QMARK, @@ -340919,18 +356203,17 @@ static 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_RBRACK_RBRACK, - [84578] = 3, + anon_sym_GT2, + [37847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 16, + ACTIONS(2233), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340947,7 +356230,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2217), 23, + ACTIONS(2225), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -340971,10 +356254,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [84625] = 3, + [37894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4328), 14, + ACTIONS(4180), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340989,7 +356272,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4326), 25, + ACTIONS(4182), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341015,10 +356298,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84672] = 3, + [37941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4345), 14, + ACTIONS(4377), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341033,7 +356316,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4343), 25, + ACTIONS(4375), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341059,10 +356342,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84719] = 3, + [37988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 14, + ACTIONS(1412), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341077,7 +356360,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4335), 25, + ACTIONS(1414), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341103,10 +356386,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84766] = 3, + [38035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 16, + ACTIONS(4469), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341116,14 +356399,12 @@ static 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(4489), 23, + ACTIONS(4467), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341131,6 +356412,7 @@ static 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_QMARK, @@ -341140,17 +356422,18 @@ static 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, - [84813] = 3, + anon_sym_RBRACK_RBRACK, + [38082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 14, + ACTIONS(4343), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341165,7 +356448,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4339), 25, + ACTIONS(4243), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341191,48 +356474,35 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [84860] = 12, + [38129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + ACTIONS(4169), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 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(4457), 19, + anon_sym_DOT, + ACTIONS(4171), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341244,30 +356514,19 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84925] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [38176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4407), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4632), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4459), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -341276,15 +356535,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4457), 19, + anon_sym_DOT, + ACTIONS(4405), 25, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341296,10 +356558,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [84988] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [38223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 16, + ACTIONS(4422), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341309,14 +356575,12 @@ static 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), 23, + ACTIONS(1534), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341324,6 +356588,7 @@ static 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_QMARK, @@ -341333,17 +356598,18 @@ static 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, - [85035] = 3, + anon_sym_RBRACK_RBRACK, + [38270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 16, + ACTIONS(4381), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341360,7 +356626,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4485), 23, + ACTIONS(4379), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341384,10 +356650,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85082] = 3, + [38317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 16, + ACTIONS(4491), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341404,7 +356670,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4465), 23, + ACTIONS(4489), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341428,10 +356694,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85129] = 3, + [38364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 16, + ACTIONS(4469), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341448,7 +356714,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4146), 23, + ACTIONS(4467), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341472,10 +356738,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85176] = 3, + [38411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 16, + ACTIONS(1416), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341485,14 +356751,12 @@ static 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(4473), 23, + ACTIONS(1418), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341500,6 +356764,7 @@ static 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_QMARK, @@ -341509,17 +356774,18 @@ static 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, - [85223] = 3, + anon_sym_RBRACK_RBRACK, + [38458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 14, + ACTIONS(2297), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341534,7 +356800,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4437), 25, + ACTIONS(2290), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341560,48 +356826,36 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [85270] = 12, + [38505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, + ACTIONS(4422), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4391), 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(4389), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(1534), 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, @@ -341609,14 +356863,17 @@ static 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, - [85335] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [38552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 14, + ACTIONS(2297), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341626,12 +356883,14 @@ static 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(4465), 25, + ACTIONS(2290), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341639,7 +356898,6 @@ static 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_QMARK, @@ -341649,18 +356907,17 @@ static 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_RBRACK_RBRACK, - [85382] = 3, + anon_sym_GT2, + [38599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 14, + ACTIONS(4407), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341670,12 +356927,14 @@ static 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(4377), 25, + ACTIONS(4405), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341683,7 +356942,6 @@ static 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_QMARK, @@ -341693,65 +356951,19 @@ static 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_RBRACK_RBRACK, - [85429] = 20, + anon_sym_GT2, + [38646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4316), 1, + ACTIONS(4290), 1, anon_sym_EQ, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4314), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(4292), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -341762,10 +356974,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [85510] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4337), 16, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341775,14 +356984,11 @@ static 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(4335), 23, + ACTIONS(2225), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341790,87 +356996,18 @@ static 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, - [85557] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4419), 1, - anon_sym_EQ, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4636), 1, - anon_sym_AMP_AMP, - ACTIONS(4638), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_CARET, - ACTIONS(4642), 1, - anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4646), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4417), 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, - [85638] = 3, + [38697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4395), 16, + ACTIONS(4377), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341887,7 +357024,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4393), 23, + ACTIONS(4375), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341911,10 +357048,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85685] = 3, + [38744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 16, + ACTIONS(4207), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341931,7 +357068,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2274), 23, + ACTIONS(4209), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341955,10 +357092,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [85732] = 3, + [38791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 16, + ACTIONS(4281), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341968,14 +357105,12 @@ static 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(4405), 23, + ACTIONS(4279), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341983,6 +357118,7 @@ static 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_QMARK, @@ -341992,66 +357128,44 @@ static 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, - [85779] = 22, + anon_sym_RBRACK_RBRACK, + [38838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4276), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4304), 1, + ACTIONS(4446), 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, - ACTIONS(4626), 1, anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4634), 1, + ACTIONS(4444), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, 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, - ACTIONS(4652), 1, - anon_sym_QMARK, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4308), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4630), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4644), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4646), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4648), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4650), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4632), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4278), 11, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -342062,12 +357176,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [85864] = 5, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [38885] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4500), 1, + ACTIONS(4534), 1, anon_sym_EQ, - ACTIONS(4502), 10, + ACTIONS(4536), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -342078,7 +357196,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2225), 13, + ACTIONS(2233), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -342092,7 +357210,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2217), 14, + ACTIONS(2225), 14, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -342107,133 +357225,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [85914] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4078), 1, - anon_sym_STAR, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4654), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4658), 1, - anon_sym_AMP_AMP, - ACTIONS(4660), 1, - anon_sym_AMP, - ACTIONS(4662), 1, - anon_sym_EQ, - STATE(3661), 1, - sym_parameter_list, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4141), 1, - sym__declarator, - STATE(4284), 1, - sym__abstract_declarator, - STATE(4680), 1, - sym_variadic_reference_declarator, - STATE(4692), 1, - sym_variadic_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - ACTIONS(4656), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [86003] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4664), 1, - sym_identifier, - ACTIONS(4666), 1, - sym_raw_string_literal, - STATE(2855), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3553), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4019), 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(4017), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [86056] = 7, + [38935] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4668), 1, + ACTIONS(4688), 1, sym_identifier, - ACTIONS(4670), 1, + ACTIONS(4694), 1, sym_raw_string_literal, - STATE(2852), 2, + STATE(2877), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3393), 5, + ACTIONS(4691), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4019), 10, + ACTIONS(4049), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342244,7 +357252,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4017), 18, + ACTIONS(4047), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342263,23 +357271,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86109] = 7, + [38988] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4672), 1, + ACTIONS(4697), 1, sym_identifier, - ACTIONS(4678), 1, + ACTIONS(4699), 1, sym_raw_string_literal, - STATE(2852), 2, + STATE(2880), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(4675), 5, + ACTIONS(3173), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4028), 10, + ACTIONS(2233), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342290,7 +357298,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4026), 18, + ACTIONS(2225), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342309,62 +357317,62 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86162] = 25, + [39041] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(2174), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4078), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4068), 1, + ACTIONS(4082), 1, anon_sym_STAR, - ACTIONS(4074), 1, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4654), 1, + ACTIONS(4701), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4681), 1, + ACTIONS(4705), 1, anon_sym_AMP_AMP, - ACTIONS(4683), 1, + ACTIONS(4707), 1, anon_sym_AMP, - ACTIONS(4685), 1, + ACTIONS(4709), 1, anon_sym_EQ, - STATE(3659), 1, + STATE(3689), 1, sym_parameter_list, - STATE(4122), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4204), 1, + STATE(4165), 1, sym__declarator, - STATE(4247), 1, + STATE(4298), 1, sym__abstract_declarator, - STATE(4680), 1, - sym_variadic_reference_declarator, - STATE(4692), 1, + STATE(4646), 1, sym_variadic_declarator, - STATE(4795), 1, + STATE(4669), 1, + sym_variadic_reference_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5376), 1, sym_ms_based_modifier, - ACTIONS(4656), 2, + ACTIONS(4703), 2, anon_sym_COMMA, - anon_sym_GT2, - STATE(5348), 2, + anon_sym_RPAREN, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -342373,23 +357381,23 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [86251] = 7, + [39130] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4687), 1, + ACTIONS(4711), 1, sym_identifier, - ACTIONS(4689), 1, + ACTIONS(4713), 1, sym_raw_string_literal, - STATE(2851), 2, + STATE(2877), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3393), 5, + ACTIONS(3173), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2225), 10, + ACTIONS(4065), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342400,7 +357408,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2217), 18, + ACTIONS(4063), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342419,23 +357427,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [86304] = 7, + [39183] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4697), 1, + ACTIONS(4721), 1, sym_raw_string_literal, - STATE(2855), 2, + STATE(2881), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(4694), 5, + ACTIONS(4718), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4028), 8, + ACTIONS(4049), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342444,7 +357452,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4026), 20, + ACTIONS(4047), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342465,23 +357473,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [86357] = 7, + [39236] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4700), 1, + ACTIONS(4724), 1, sym_identifier, - ACTIONS(4702), 1, + ACTIONS(4726), 1, sym_raw_string_literal, - STATE(2850), 2, + STATE(2884), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(3553), 5, + ACTIONS(3389), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2225), 8, + ACTIONS(2233), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342490,7 +357498,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2217), 20, + ACTIONS(2225), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342511,135 +357519,87 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [86410] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4704), 1, - anon_sym_RPAREN, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3643), 1, - sym__type_specifier, - STATE(4681), 1, - sym_type_descriptor, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - STATE(2935), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [86490] = 21, + [39289] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4710), 1, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4111), 1, anon_sym_STAR, - ACTIONS(4712), 1, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4701), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4728), 1, anon_sym_AMP_AMP, - ACTIONS(4714), 1, + ACTIONS(4730), 1, anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4352), 1, - sym__field_declarator, - STATE(4795), 1, + ACTIONS(4732), 1, + anon_sym_EQ, + STATE(3678), 1, + sym_parameter_list, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4172), 1, + sym__declarator, + STATE(4294), 1, + sym__abstract_declarator, + STATE(4646), 1, + sym_variadic_declarator, + STATE(4669), 1, + sym_variadic_reference_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(4916), 1, - sym_scoped_field_identifier, - STATE(5110), 1, + STATE(5325), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3477), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5099), 2, + ACTIONS(4703), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [86570] = 5, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [39378] = 7, ACTIONS(3), 1, sym_comment, - STATE(2859), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4720), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2326), 10, + ACTIONS(4734), 1, + sym_identifier, + ACTIONS(4736), 1, + sym_raw_string_literal, + STATE(2881), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3389), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4065), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342647,10 +357607,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - sym_primitive_type, anon_sym_DOT, - sym_identifier, - ACTIONS(2328), 21, + ACTIONS(4063), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -342665,55 +357623,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [86618] = 21, + [39431] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4742), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4744), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4746), 1, anon_sym_AMP, - STATE(3680), 1, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4056), 1, + STATE(4387), 1, sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, + STATE(4827), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3380), 2, + STATE(3457), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(3645), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -342724,100 +357681,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [86698] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2833), 1, - anon_sym_const, - ACTIONS(2910), 1, - anon_sym_AMP, - ACTIONS(2835), 7, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON_COLON, - ACTIONS(2905), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2908), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2903), 11, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [86750] = 21, + [39511] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4710), 1, + ACTIONS(4742), 1, anon_sym_STAR, - ACTIONS(4712), 1, + ACTIONS(4744), 1, anon_sym_AMP_AMP, - ACTIONS(4714), 1, + ACTIONS(4746), 1, anon_sym_AMP, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4294), 1, + STATE(4358), 1, sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, + STATE(4827), 1, sym_scoped_field_identifier, - STATE(5110), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2858), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3426), 2, + STATE(3408), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5099), 2, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -342828,55 +357740,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [86830] = 21, + [39591] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4710), 1, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4712), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4714), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4294), 1, + STATE(4107), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(4916), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5110), 1, + STATE(5186), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3426), 2, + STATE(3502), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(3645), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -342887,55 +357799,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [86910] = 21, + [39671] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4102), 1, + STATE(4079), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2860), 2, + STATE(2887), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3409), 2, + STATE(3412), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -342946,100 +357858,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [86990] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4120), 1, - sym_identifier, - ACTIONS(4122), 1, - sym_primitive_type, - STATE(2859), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4729), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2375), 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(2373), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [87042] = 21, + [39751] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4742), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4744), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4746), 1, anon_sym_AMP, - STATE(3680), 1, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4062), 1, + STATE(4346), 1, sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, + STATE(4827), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3470), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3600), 2, + STATE(2886), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(5099), 2, + STATE(3391), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -343050,55 +357917,55 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [87122] = 21, + [39831] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4056), 1, + STATE(4094), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2866), 2, + STATE(2896), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3380), 2, + STATE(3475), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -343109,55 +357976,100 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [87202] = 21, + [39911] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2843), 1, + anon_sym_const, + ACTIONS(2936), 1, + anon_sym_AMP, + ACTIONS(2845), 7, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_COLON_COLON, + ACTIONS(2931), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(2934), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2929), 11, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [39963] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4710), 1, + ACTIONS(4742), 1, anon_sym_STAR, - ACTIONS(4712), 1, + ACTIONS(4744), 1, anon_sym_AMP_AMP, - ACTIONS(4714), 1, + ACTIONS(4746), 1, anon_sym_AMP, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - STATE(3680), 1, + STATE(3709), 1, sym_ms_unaligned_ptr_modifier, - STATE(4291), 1, + STATE(4358), 1, sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, + STATE(4827), 1, sym_scoped_field_identifier, - STATE(5110), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, sym_ms_based_modifier, - ACTIONS(3471), 2, + ACTIONS(3215), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2863), 2, + STATE(2885), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3382), 2, + STATE(3408), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3469), 3, + ACTIONS(3213), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, @@ -343168,30 +358080,28 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [87282] = 9, + [40043] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2391), 1, - sym_field_declaration_list, - STATE(4313), 1, - sym_virtual_specifier, - STATE(4960), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2843), 8, + ACTIONS(4145), 1, + sym_identifier, + ACTIONS(4147), 1, + sym_primitive_type, + STATE(2895), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4758), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2383), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343200,7 +358110,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2841), 20, + ACTIONS(2381), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343215,29 +358125,83 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [87337] = 9, + [40095] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2390), 1, - sym_field_declaration_list, - STATE(4315), 1, - sym_virtual_specifier, - STATE(4946), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2853), 8, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4760), 1, + anon_sym_RPAREN, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3664), 1, + sym__type_specifier, + STATE(4568), 1, + sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + STATE(2933), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [40175] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2895), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4762), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2334), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343245,8 +358209,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + sym_primitive_type, anon_sym_DOT, - ACTIONS(2851), 20, + sym_identifier, + ACTIONS(2336), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343261,89 +358227,76 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [87392] = 23, + [40223] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4068), 1, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4070), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4072), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4654), 1, - anon_sym_DOT_DOT_DOT, - STATE(3659), 1, - sym_parameter_list, - STATE(3802), 1, - sym__abstract_declarator, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4186), 1, - sym__declarator, - STATE(4594), 1, - sym_variadic_declarator, - STATE(4795), 1, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4079), 1, + sym__field_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, sym_ms_based_modifier, - ACTIONS(4731), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5348), 2, + ACTIONS(3215), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3412), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [87475] = 9, + ACTIONS(3213), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [40303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2361), 1, - sym_field_declaration_list, - STATE(4362), 1, - sym_virtual_specifier, - STATE(4845), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2869), 8, + ACTIONS(3293), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343352,7 +358305,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2867), 20, + sym_identifier, + ACTIONS(3295), 26, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343372,24 +358327,84 @@ static 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_RBRACK_RBRACK, - [87530] = 9, + [40346] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3664), 1, + sym__type_specifier, + STATE(5142), 1, + sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + STATE(2933), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [40423] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(2365), 1, - sym_field_declaration_list, - STATE(4318), 1, - sym_virtual_specifier, - STATE(4849), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2865), 8, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4767), 1, + anon_sym_LBRACK, + STATE(2935), 1, + sym_new_declarator, + STATE(3014), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343398,10 +358413,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2863), 20, + ACTIONS(4198), 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, @@ -343413,29 +358428,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [87585] = 9, + [40476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2372), 1, - sym_field_declaration_list, - STATE(4353), 1, - sym_virtual_specifier, - STATE(4856), 1, - sym_base_class_clause, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(2861), 8, + ACTIONS(1412), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343444,9 +358447,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2859), 20, + ACTIONS(1414), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -343459,22 +358463,182 @@ static 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_else, + anon_sym_while, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [87640] = 6, + anon_sym_catch, + [40519] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3664), 1, + sym__type_specifier, + STATE(4891), 1, + sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + STATE(2933), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [40596] = 3, + ACTIONS(3), 1, + sym_comment, + 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_DOT, + sym_identifier, + ACTIONS(3301), 24, + sym_raw_string_literal, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + [40639] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3664), 1, + sym__type_specifier, + STATE(5356), 1, + sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + STATE(2933), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [40716] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4733), 1, + ACTIONS(4769), 1, anon_sym_COLON, - STATE(819), 1, - sym_enumerator_list, - STATE(846), 1, + STATE(813), 1, sym__enum_base_clause, - ACTIONS(3107), 8, + STATE(853), 1, + sym_enumerator_list, + ACTIONS(3443), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343483,7 +358647,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(3109), 24, + ACTIONS(3445), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343508,10 +358672,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [87689] = 3, + [40765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 8, + ACTIONS(3299), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343520,10 +358684,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(1737), 27, + sym_identifier, + ACTIONS(3301), 26, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -343536,33 +358701,87 @@ static 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_else, - anon_sym_while, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_catch, - [87732] = 8, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_RBRACK_RBRACK, + [40808] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4735), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4737), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - STATE(2927), 1, - sym_new_declarator, - STATE(2978), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4188), 8, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4111), 1, + anon_sym_STAR, + ACTIONS(4113), 1, + anon_sym_AMP_AMP, + ACTIONS(4115), 1, + anon_sym_AMP, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4701), 1, + anon_sym_DOT_DOT_DOT, + STATE(3678), 1, + sym_parameter_list, + STATE(3838), 1, + sym__abstract_declarator, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4170), 1, + sym__declarator, + STATE(4613), 1, + sym_variadic_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5325), 1, + sym_ms_based_modifier, + ACTIONS(4771), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5379), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [40891] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4769), 1, + anon_sym_COLON, + STATE(927), 1, + sym_enumerator_list, + STATE(993), 1, + sym__enum_base_clause, + ACTIONS(3449), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343571,10 +358790,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4186), 21, + ACTIONS(3451), 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, @@ -343587,31 +358807,30 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [87785] = 3, + [40940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 11, + ACTIONS(1416), 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, - sym_identifier, - ACTIONS(3045), 24, - sym_raw_string_literal, + ACTIONS(1418), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -343620,69 +358839,72 @@ static 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_else, + anon_sym_while, 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, - [87828] = 20, + anon_sym_catch, + [40983] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(2893), 1, anon_sym_typename, - ACTIONS(2943), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(808), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3643), 1, + STATE(3664), 1, sym__type_specifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - STATE(5418), 1, + STATE(5543), 1, sym_type_descriptor, ACTIONS(107), 2, sym_primitive_type, sym_auto, - STATE(2935), 2, + STATE(2933), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -343690,21 +358912,13 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [87905] = 8, + [41060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2845), 2, anon_sym_LBRACE, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(4737), 1, - anon_sym_LBRACK, - STATE(2931), 1, - sym_new_declarator, - STATE(3011), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4140), 8, + anon_sym_COLON_COLON, + ACTIONS(2934), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343712,11 +358926,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4136), 21, + ACTIONS(2929), 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, @@ -343730,26 +358947,86 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [87958] = 8, + [41105] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3664), 1, + sym__type_specifier, + STATE(5112), 1, + sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + STATE(2933), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [41182] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(4737), 1, - anon_sym_LBRACK, - STATE(2926), 1, - sym_new_declarator, - STATE(2971), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 8, + STATE(2437), 1, + sym_field_declaration_list, + STATE(4392), 1, + sym_virtual_specifier, + STATE(5001), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2875), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343758,10 +359035,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 21, + ACTIONS(2873), 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, @@ -343773,17 +359050,29 @@ static 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_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88011] = 3, + anon_sym_RBRACK_RBRACK, + [41237] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 9, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2428), 1, + sym_field_declaration_list, + STATE(4384), 1, + sym_virtual_specifier, + STATE(5008), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2867), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343792,9 +359081,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - sym_identifier, - ACTIONS(3045), 26, - sym_raw_string_literal, + ACTIONS(2865), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343814,29 +359101,24 @@ static 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_RBRACK_RBRACK, - [88054] = 9, + [41292] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2386), 1, + STATE(2421), 1, sym_field_declaration_list, - STATE(4302), 1, + STATE(4313), 1, sym_virtual_specifier, - STATE(4942), 1, + STATE(5018), 1, sym_base_class_clause, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(2857), 8, + ACTIONS(2863), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343845,7 +359127,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2855), 20, + ACTIONS(2861), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -343866,127 +359148,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [88109] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4078), 1, - anon_sym_STAR, - ACTIONS(4080), 1, - anon_sym_AMP_AMP, - ACTIONS(4082), 1, - anon_sym_AMP, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4654), 1, - anon_sym_DOT_DOT_DOT, - STATE(3661), 1, - sym_parameter_list, - STATE(3814), 1, - sym__abstract_declarator, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4121), 1, - sym__declarator, - STATE(4594), 1, - sym_variadic_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - ACTIONS(4731), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [88192] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3643), 1, - sym__type_specifier, - STATE(5174), 1, - sym_type_descriptor, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - STATE(2935), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [88269] = 3, + [41347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 11, + ACTIONS(3293), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343998,7 +359163,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, sym_identifier, - ACTIONS(3053), 24, + ACTIONS(3295), 24, sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, @@ -344023,13 +359188,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, - [88312] = 4, + [41390] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(2908), 10, + STATE(2379), 1, + sym_field_declaration_list, + STATE(4329), 1, + sym_virtual_specifier, + STATE(5088), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2849), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344037,13 +359212,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2903), 23, + ACTIONS(2847), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -344056,24 +359228,29 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88357] = 6, + anon_sym_RBRACK_RBRACK, + [41445] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4733), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(863), 1, - sym__enum_base_clause, - STATE(930), 1, - sym_enumerator_list, - ACTIONS(3113), 8, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2380), 1, + sym_field_declaration_list, + STATE(4328), 1, + sym_virtual_specifier, + STATE(5084), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2859), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344082,10 +359259,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(3115), 24, + ACTIONS(2857), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -344098,122 +359274,108 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [88406] = 20, + anon_sym_RBRACK_RBRACK, + [41500] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3643), 1, - sym__type_specifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - STATE(5576), 1, - sym_type_descriptor, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - STATE(2935), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [88483] = 20, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2383), 1, + sym_field_declaration_list, + STATE(4327), 1, + sym_virtual_specifier, + STATE(5064), 1, + sym_base_class_clause, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(2871), 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(2869), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [41555] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(2893), 1, anon_sym_typename, - ACTIONS(2943), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(808), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3643), 1, + STATE(3664), 1, sym__type_specifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - STATE(5495), 1, + STATE(5267), 1, sym_type_descriptor, + STATE(5432), 1, + sym_scoped_namespace_identifier, ACTIONS(107), 2, sym_primitive_type, sym_auto, - STATE(2935), 2, + STATE(2933), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344221,55 +359383,74 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [88560] = 8, + [41632] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4735), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(4737), 1, - anon_sym_LBRACK, - STATE(2933), 1, - sym_new_declarator, - STATE(2980), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4082), 1, + anon_sym_STAR, + ACTIONS(4084), 1, + anon_sym_AMP_AMP, + ACTIONS(4086), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4160), 21, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4701), 1, anon_sym_DOT_DOT_DOT, + STATE(3689), 1, + sym_parameter_list, + STATE(3831), 1, + sym__abstract_declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4142), 1, + sym__declarator, + STATE(4613), 1, + sym_variadic_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(4771), 2, 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, - anon_sym_DASH_GT, - [88613] = 3, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [41715] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 9, + ACTIONS(2903), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(3231), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344277,12 +359458,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3053), 26, - sym_raw_string_literal, + ACTIONS(3233), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -344295,124 +359476,65 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_RBRACK_RBRACK, - [88656] = 20, + [41762] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(2893), 1, anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3643), 1, - sym__type_specifier, - STATE(5253), 1, - sym_type_descriptor, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - STATE(2935), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [88733] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(808), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3643), 1, + STATE(3664), 1, sym__type_specifier, - STATE(5289), 1, + STATE(5153), 1, sym_type_descriptor, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, ACTIONS(107), 2, sym_primitive_type, sym_auto, - STATE(2935), 2, + STATE(2933), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344420,113 +359542,56 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [88810] = 20, + [41839] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(2893), 1, anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3643), 1, - sym__type_specifier, - STATE(5222), 1, - sym_type_descriptor, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - STATE(2935), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [88887] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(808), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3643), 1, + STATE(3664), 1, sym__type_specifier, - STATE(4819), 1, + STATE(5206), 1, sym_type_descriptor, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, ACTIONS(107), 2, sym_primitive_type, sym_auto, - STATE(2935), 2, + STATE(2933), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344534,52 +359599,21 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [88964] = 5, + [41916] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2877), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2957), 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, + ACTIONS(1368), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4767), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [89011] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1750), 8, + STATE(2941), 1, + sym_new_declarator, + STATE(3020), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4223), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344588,11 +359622,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(1752), 27, + ACTIONS(4221), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -344606,20 +359639,26 @@ static 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, - [89054] = 3, + [41969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 9, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4767), 1, + anon_sym_LBRACK, + STATE(2940), 1, + sym_new_declarator, + STATE(3011), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4191), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344627,13 +359666,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4234), 25, + ACTIONS(4187), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -344646,19 +359683,27 @@ static 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, - [89096] = 3, + [42022] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 9, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4767), 1, + anon_sym_LBRACK, + STATE(2958), 1, + sym_new_declarator, + STATE(3005), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4213), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344666,13 +359711,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(1796), 25, + ACTIONS(4211), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -344685,521 +359728,56 @@ static 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, - [89138] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1784), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [89180] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1782), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1784), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [89222] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1866), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1868), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [89264] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3990), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(2934), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89338] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4006), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(3569), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89412] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4017), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(2905), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89486] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4012), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(3569), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89560] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3994), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(2907), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89634] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3988), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(3569), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89708] = 19, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [42075] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, - anon_sym_class, - ACTIONS(4749), 1, - anon_sym_struct, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3970), 1, - sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(2909), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [89782] = 3, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 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(2635), 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, + [42119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 9, + ACTIONS(4442), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -345209,7 +359787,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2256), 25, + ACTIONS(4440), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345235,54 +359813,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [89824] = 19, + [42161] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3950), 1, + STATE(4039), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(2957), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345290,54 +359868,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [89898] = 19, + [42235] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3972), 1, + STATE(3976), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(2912), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345345,132 +359923,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [89972] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1866), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1868), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [90014] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4427), 9, - 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_DOT, - ACTIONS(4425), 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, - [90056] = 19, + [42309] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3979), 1, + STATE(3997), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345478,54 +359978,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [90130] = 19, + [42383] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3948), 1, + STATE(3993), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(2916), 2, + STATE(2931), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345533,93 +360033,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [90204] = 3, + [42457] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1778), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1780), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [90246] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(2893), 1, anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(3923), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3999), 1, - sym__type_specifier, - STATE(4190), 1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(3654), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345627,54 +360088,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [90320] = 19, + [42531] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3949), 1, + STATE(3973), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(2919), 2, + STATE(2930), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345682,67 +360143,29 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [90394] = 3, + [42605] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1778), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1780), 22, - sym_raw_string_literal, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4765), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [90436] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4757), 1, - anon_sym_LT, - ACTIONS(4759), 1, - anon_sym_COLON_COLON, - STATE(2942), 1, - sym_template_argument_list, - ACTIONS(2873), 8, + STATE(3016), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4231), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_COLON, + anon_sym_LT, anon_sym_DOT, - ACTIONS(2871), 23, + ACTIONS(4229), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -345754,141 +360177,117 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_RBRACK_RBRACK, - [90484] = 3, + [42653] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1830), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1832), 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_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(2999), 1, anon_sym_COLON_COLON, - [90526] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1830), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, + ACTIONS(4773), 1, sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1832), 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_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [90568] = 19, + ACTIONS(4779), 1, + anon_sym_enum, + ACTIONS(4781), 1, + anon_sym_class, + ACTIONS(4783), 1, + anon_sym_struct, + ACTIONS(4785), 1, + anon_sym_union, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, + anon_sym_typename, + STATE(1248), 1, + sym_template_type, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4003), 1, + sym__type_specifier, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [42727] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3377), 1, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(3379), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(3381), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(3383), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(3397), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, anon_sym_typename, - ACTIONS(4761), 1, - sym_identifier, - STATE(1018), 1, + STATE(1248), 1, sym_template_type, - STATE(2233), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, - sym_scoped_type_identifier, - STATE(3647), 1, + STATE(4013), 1, sym__type_specifier, - STATE(5098), 1, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(2936), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(3373), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1318), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345896,94 +360295,10 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [90642] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - STATE(3014), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4202), 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(4200), 22, - 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, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [90690] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - STATE(2989), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4212), 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(4210), 22, - 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, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [90738] = 3, + [42801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 9, + ACTIONS(2934), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -345993,7 +360308,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2903), 25, + ACTIONS(2929), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346019,50 +360334,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [90780] = 4, + [42843] = 3, ACTIONS(3), 1, sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 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(2623), 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, - [90824] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2281), 9, + ACTIONS(4515), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346072,7 +360347,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2274), 25, + ACTIONS(4513), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346098,17 +360373,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [90866] = 6, + [42885] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - STATE(2999), 2, + STATE(3023), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4208), 8, + ACTIONS(4239), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346117,7 +360392,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4206), 22, + ACTIONS(4237), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346140,58 +360415,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [90914] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4737), 1, - anon_sym_LBRACK, - STATE(2943), 1, - sym_new_declarator, - ACTIONS(4232), 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(4230), 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_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [90960] = 6, + [42933] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - STATE(2970), 2, + STATE(3004), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4216), 8, + ACTIONS(4227), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346200,7 +360434,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4214), 22, + ACTIONS(4225), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346223,109 +360457,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [91008] = 19, + [42981] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4015), 1, + STATE(3999), 1, sym__type_specifier, - STATE(4190), 1, - sym_scoped_type_identifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - STATE(3569), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [91082] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, - anon_sym_enum, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2941), 1, - anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(3650), 1, - sym__type_specifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(2953), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2931), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -346333,54 +360512,54 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [91156] = 19, + [43055] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4016), 1, + STATE(3983), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(2940), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -346388,10 +360567,10 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [91230] = 3, + [43129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 9, + ACTIONS(2297), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346401,7 +360580,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4477), 25, + ACTIONS(2290), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346427,49 +360606,120 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [91272] = 3, + [43171] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 9, - 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_DOT, - ACTIONS(2302), 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, - [91314] = 3, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, + anon_sym_enum, + ACTIONS(4781), 1, + anon_sym_class, + ACTIONS(4783), 1, + anon_sym_struct, + ACTIONS(4785), 1, + anon_sym_union, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, + anon_sym_typename, + STATE(1248), 1, + sym_template_type, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3980), 1, + sym__type_specifier, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + STATE(2943), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [43245] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, + anon_sym_enum, + ACTIONS(4781), 1, + anon_sym_class, + ACTIONS(4783), 1, + anon_sym_struct, + ACTIONS(4785), 1, + anon_sym_union, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, + anon_sym_typename, + STATE(1248), 1, + sym_template_type, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4025), 1, + sym__type_specifier, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [43319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 9, + ACTIONS(2279), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346479,7 +360729,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4377), 25, + ACTIONS(2272), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346505,54 +360755,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [91356] = 19, + [43361] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(4745), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(3923), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3992), 1, + STATE(4006), 1, sym__type_specifier, - STATE(4190), 1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4741), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -346560,86 +360810,65 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [91430] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2459), 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_LBRACE, - 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_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91471] = 3, + [43435] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2835), 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91512] = 3, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, + anon_sym_enum, + ACTIONS(4781), 1, + anon_sym_class, + ACTIONS(4783), 1, + anon_sym_struct, + ACTIONS(4785), 1, + anon_sym_union, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, + anon_sym_typename, + STATE(1248), 1, + sym_template_type, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3979), 1, + sym__type_specifier, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + STATE(2946), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [43509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 8, + ACTIONS(4377), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346647,8 +360876,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4270), 25, + ACTIONS(4375), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346674,22 +360904,25 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [91553] = 4, + [43551] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, + ACTIONS(4791), 1, + anon_sym_LT, + ACTIONS(4793), 1, anon_sym_COLON_COLON, - ACTIONS(2272), 9, + STATE(2973), 1, + sym_template_argument_list, + ACTIONS(2899), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2279), 23, + ACTIONS(2897), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -346713,48 +360946,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [91596] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1822), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1824), 21, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [91637] = 3, + [43599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 9, + ACTIONS(4422), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346762,11 +360957,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2803), 24, + ACTIONS(1534), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -346779,63 +360975,64 @@ static 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, - anon_sym_final, - anon_sym_override, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91678] = 19, + [43641] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3377), 1, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(3379), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(3381), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(3383), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(3397), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, anon_sym_typename, - ACTIONS(4761), 1, - sym_identifier, - STATE(1018), 1, + STATE(1248), 1, sym_template_type, - STATE(2233), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, - sym_scoped_type_identifier, - STATE(3487), 1, + STATE(3992), 1, sym__type_specifier, - STATE(3516), 1, - sym_type_qualifier, - STATE(5098), 1, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1318), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -346843,104 +361040,65 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [91751] = 3, + [43715] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2799), 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91792] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(2176), 1, - anon_sym_STAR, - ACTIONS(2178), 1, - anon_sym_AMP_AMP, - ACTIONS(2180), 1, - anon_sym_AMP, - ACTIONS(4047), 1, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3157), 1, + anon_sym_enum, + ACTIONS(3159), 1, + anon_sym_class, + ACTIONS(3161), 1, + anon_sym_struct, + ACTIONS(3163), 1, + anon_sym_union, + ACTIONS(3177), 1, + anon_sym_typename, + ACTIONS(4795), 1, sym_identifier, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4053), 1, - anon_sym_COLON_COLON, - STATE(3661), 1, - sym_parameter_list, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4272), 1, - sym__declarator, - STATE(4274), 1, - sym__abstract_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - ACTIONS(4763), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5425), 2, + STATE(1014), 1, sym_template_type, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3668), 1, + sym__type_specifier, + STATE(5106), 1, sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [91869] = 3, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [43789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 9, + ACTIONS(2317), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346948,11 +361106,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2791), 24, + ACTIONS(2310), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -346965,20 +361124,24 @@ static 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, - anon_sym_final, - anon_sym_override, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91910] = 3, + [43831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 9, + ACTIONS(4767), 1, + anon_sym_LBRACK, + STATE(2975), 1, + sym_new_declarator, + ACTIONS(4256), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -346986,11 +361149,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2511), 24, + ACTIONS(4254), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -347003,63 +361166,63 @@ static 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_LBRACK, + 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_final, - anon_sym_override, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [91951] = 19, + [43877] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4767), 1, + ACTIONS(4773), 1, + sym_identifier, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(4769), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(4775), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, + STATE(3960), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3328), 1, + STATE(4027), 1, sym__type_specifier, - STATE(3518), 1, - sym_type_qualifier, - STATE(5400), 1, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -347067,104 +361230,17 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [92024] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1798), 12, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, - sym_identifier, - anon_sym_delete, - anon_sym_new, - sym_this, - sym_nullptr, - ACTIONS(1800), 21, - sym_raw_string_literal, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_COLON_COLON, - [92065] = 21, + [43951] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(2174), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4068), 1, - anon_sym_STAR, - ACTIONS(4070), 1, - anon_sym_AMP_AMP, - ACTIONS(4072), 1, - anon_sym_AMP, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - STATE(3659), 1, - sym_parameter_list, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4248), 1, - sym__abstract_declarator, - STATE(4252), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(4763), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [92142] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2513), 9, + STATE(3012), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4235), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347172,12 +361248,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2515), 24, + ACTIONS(4233), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -347189,63 +361264,62 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [92183] = 19, + [43999] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(2933), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3493), 1, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4015), 1, sym__type_specifier, - STATE(3513), 1, - sym_type_qualifier, - STATE(5400), 1, + STATE(4235), 1, + sym_scoped_type_identifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + STATE(2948), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -347253,10 +361327,10 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [92256] = 3, + [44073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 9, + ACTIONS(4343), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347264,11 +361338,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2535), 24, + ACTIONS(4243), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -347281,22 +361356,22 @@ static 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, - anon_sym_final, - anon_sym_override, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - [92297] = 4, + [44115] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, + ACTIONS(2286), 1, anon_sym_COLON_COLON, - ACTIONS(2254), 9, + ACTIONS(2270), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347306,7 +361381,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2261), 23, + ACTIONS(2277), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347330,54 +361405,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [92340] = 21, + [44158] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2174), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(2176), 1, + ACTIONS(2193), 1, anon_sym_STAR, - ACTIONS(2178), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2180), 1, + ACTIONS(2197), 1, anon_sym_AMP, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4051), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4053), 1, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3814), 1, - sym__abstract_declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4121), 1, + STATE(4245), 1, sym__declarator, - STATE(4795), 1, + STATE(4306), 1, + sym__abstract_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - ACTIONS(4731), 2, + ACTIONS(4797), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -347386,22 +361461,22 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [92417] = 4, + [44235] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, - anon_sym_COLON_COLON, - ACTIONS(2883), 9, + ACTIONS(4791), 1, + anon_sym_LT, + STATE(2977), 1, + sym_template_argument_list, + ACTIONS(2909), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2881), 23, + ACTIONS(2907), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347418,6 +361493,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -347425,22 +361501,22 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [92460] = 5, + [44280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, - anon_sym_LT, - STATE(2941), 1, - sym_template_argument_list, - ACTIONS(2883), 7, + ACTIONS(4799), 1, + anon_sym_COLON_COLON, + ACTIONS(2909), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2881), 24, + ACTIONS(2907), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347457,7 +361533,6 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -347465,10 +361540,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [92505] = 3, + [44323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 9, + ACTIONS(2473), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347478,7 +361553,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2655), 24, + ACTIONS(2475), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347503,53 +361578,53 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_COLON_COLON, anon_sym_RBRACK_RBRACK, - [92546] = 19, + [44364] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2935), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4803), 1, + anon_sym_enum, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4779), 1, - anon_sym_enum, - ACTIONS(4781), 1, + ACTIONS(4811), 1, anon_sym_typename, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3489), 1, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3338), 1, sym__type_specifier, - STATE(3520), 1, + STATE(3551), 1, sym_type_qualifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -347557,124 +361632,12 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [92619] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4078), 1, - anon_sym_STAR, - ACTIONS(4080), 1, - anon_sym_AMP_AMP, - ACTIONS(4082), 1, - anon_sym_AMP, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - STATE(3661), 1, - sym_parameter_list, - STATE(3814), 1, - sym__abstract_declarator, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4121), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - ACTIONS(4731), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [92696] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(2174), 1, - anon_sym_LPAREN2, - ACTIONS(4051), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4068), 1, - anon_sym_STAR, - ACTIONS(4070), 1, - anon_sym_AMP_AMP, - ACTIONS(4072), 1, - anon_sym_AMP, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - STATE(3659), 1, - sym_parameter_list, - STATE(3802), 1, - sym__abstract_declarator, - STATE(4122), 1, - sym_scoped_identifier, - STATE(4186), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5294), 1, - sym_ms_based_modifier, - ACTIONS(4731), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5348), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [92773] = 4, + [44437] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2316), 1, + ACTIONS(2304), 1, anon_sym_COLON_COLON, - ACTIONS(2300), 9, + ACTIONS(2288), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347684,7 +361647,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2307), 23, + ACTIONS(2295), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347708,52 +361671,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_RBRACK_RBRACK, - [92816] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - ACTIONS(4785), 1, - anon_sym_LBRACK, - STATE(3054), 1, - sym_new_declarator, - STATE(3317), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 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(4196), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [92866] = 3, + [44480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 8, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(2308), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347761,11 +361684,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2217), 24, + ACTIONS(2315), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -347778,135 +361701,129 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [92906] = 8, + anon_sym_final, + anon_sym_override, + anon_sym_RBRACK_RBRACK, + [44523] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - ACTIONS(4789), 1, - anon_sym_LBRACK, - STATE(3024), 1, - sym_new_declarator, - STATE(3289), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4188), 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(4186), 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, - [92956] = 3, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3157), 1, + anon_sym_enum, + ACTIONS(3159), 1, + anon_sym_class, + ACTIONS(3161), 1, + anon_sym_struct, + ACTIONS(3163), 1, + anon_sym_union, + ACTIONS(3177), 1, + anon_sym_typename, + ACTIONS(4795), 1, + sym_identifier, + STATE(1014), 1, + sym_template_type, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3508), 1, + sym__type_specifier, + STATE(3539), 1, + sym_type_qualifier, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [44596] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 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(4485), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4082), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4084), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [92996] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4491), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4086), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4489), 24, - anon_sym_DOT_DOT_DOT, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + STATE(3689), 1, + sym_parameter_list, + STATE(3831), 1, + sym__abstract_declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4142), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + ACTIONS(4771), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_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, - [93036] = 3, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [44673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 9, + ACTIONS(2813), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -347914,9 +361831,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(2511), 23, + ACTIONS(2815), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -347931,60 +361848,64 @@ static 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_LBRACK, - 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_COLON_COLON, anon_sym_RBRACK_RBRACK, - [93076] = 19, + [44714] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(4111), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(4113), 1, + anon_sym_AMP_AMP, + ACTIONS(4115), 1, anon_sym_AMP, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4117), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(3678), 1, + sym_parameter_list, + STATE(4155), 1, sym_scoped_identifier, - STATE(4111), 1, + STATE(4297), 1, + sym__abstract_declarator, + STATE(4299), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5325), 1, sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5425), 2, + ACTIONS(4797), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -347993,21 +361914,10 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [93148] = 8, + [44791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - ACTIONS(4785), 1, - anon_sym_LBRACK, - STATE(3039), 1, - sym_new_declarator, - STATE(3358), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 8, + ACTIONS(2843), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348015,10 +361925,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4160), 18, + ACTIONS(2845), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -348030,174 +361942,74 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [93198] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4084), 1, + anon_sym_final, + anon_sym_override, anon_sym_COLON_COLON, - ACTIONS(4587), 1, - anon_sym_STAR, - ACTIONS(4589), 1, - anon_sym_AMP_AMP, - ACTIONS(4591), 1, - anon_sym_AMP, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4111), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [93270] = 19, + anon_sym_RBRACK_RBRACK, + [44832] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4130), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5425), 2, + ACTIONS(4813), 1, + anon_sym_enum, + ACTIONS(4815), 1, + anon_sym_typename, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [93342] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4607), 1, - anon_sym_STAR, - ACTIONS(4609), 1, - anon_sym_AMP_AMP, - ACTIONS(4611), 1, - anon_sym_AMP, - STATE(4028), 1, - sym_scoped_identifier, - STATE(4078), 1, - sym__declarator, - STATE(4795), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5211), 1, - sym_ms_based_modifier, - STATE(3687), 2, + STATE(3511), 1, + sym__type_specifier, + STATE(3561), 1, sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(53), 6, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [93414] = 3, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [44905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 8, + ACTIONS(4277), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348206,7 +362018,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4481), 24, + ACTIONS(4275), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -348223,6 +362035,7 @@ static 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, @@ -348231,21 +362044,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [93454] = 8, + [44946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - ACTIONS(4785), 1, - anon_sym_LBRACK, - STATE(3052), 1, - sym_new_declarator, - STATE(3282), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4140), 8, + ACTIONS(2677), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348253,10 +362055,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4136), 18, + ACTIONS(2679), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -348268,15 +362072,20 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, + 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_COLON_COLON, anon_sym_RBRACK_RBRACK, - [93504] = 3, + [44987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 8, + ACTIONS(2641), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348284,11 +362093,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4453), 24, + ACTIONS(2643), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348301,60 +362110,64 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [93544] = 19, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [45028] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, anon_sym_LPAREN2, + ACTIONS(2193), 1, + anon_sym_STAR, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, ACTIONS(2197), 1, + anon_sym_AMP, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(4074), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - ACTIONS(4593), 1, - anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, - anon_sym_AMP, - STATE(4122), 1, + STATE(3689), 1, + sym_parameter_list, + STATE(3831), 1, + sym__abstract_declarator, + STATE(4065), 1, sym_scoped_identifier, - STATE(4150), 1, + STATE(4142), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5348), 2, + ACTIONS(4771), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -348363,51 +362176,54 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [93616] = 19, + [45105] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(2191), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(4088), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4111), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4113), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4115), 1, anon_sym_AMP, - STATE(4028), 1, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + STATE(3678), 1, + sym_parameter_list, + STATE(3838), 1, + sym__abstract_declarator, + STATE(4155), 1, sym_scoped_identifier, - STATE(4073), 1, + STATE(4170), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5325), 1, sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, + ACTIONS(4771), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -348416,10 +362232,10 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [93688] = 3, + [45182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 8, + ACTIONS(2825), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348427,11 +362243,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4473), 24, + ACTIONS(2827), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348444,115 +362260,20 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [93728] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4471), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4469), 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, - [93780] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, + anon_sym_final, + anon_sym_override, anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4607), 1, - anon_sym_STAR, - ACTIONS(4609), 1, - anon_sym_AMP_AMP, - ACTIONS(4611), 1, - anon_sym_AMP, - STATE(4028), 1, - sym_scoped_identifier, - STATE(4075), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5211), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [93852] = 3, + anon_sym_RBRACK_RBRACK, + [45223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 8, + ACTIONS(2821), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348560,11 +362281,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4433), 24, + ACTIONS(2823), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348577,19 +362298,20 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [93892] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [45264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 8, + ACTIONS(2429), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348597,11 +362319,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4405), 24, + ACTIONS(2431), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348614,61 +362336,74 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [93932] = 8, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [45305] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4383), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4381), 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, - [93982] = 3, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3516), 1, + sym__type_specifier, + STATE(3526), 1, + sym_type_qualifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [45378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 8, + ACTIONS(2457), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348676,11 +362411,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4413), 24, + ACTIONS(2459), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348693,35 +362428,42 @@ static 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [94022] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + [45419] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2233), 1, - anon_sym_LT, - STATE(2928), 1, - sym_template_argument_list, - ACTIONS(2225), 7, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + ACTIONS(4819), 1, + anon_sym_LBRACK, + STATE(3069), 1, + sym_new_declarator, + STATE(3343), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4223), 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(2217), 23, + ACTIONS(4221), 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, @@ -348733,24 +362475,15 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [94066] = 6, + anon_sym_RBRACK_RBRACK, + [45469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4793), 1, - anon_sym_COLON, - STATE(2357), 1, - sym_enumerator_list, - STATE(3055), 1, - sym__enum_base_clause, - ACTIONS(3107), 8, + ACTIONS(2473), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348758,8 +362491,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(3109), 21, + ACTIONS(2475), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -348774,17 +362508,19 @@ static 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [94112] = 3, + [45509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 8, + ACTIONS(2821), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348792,11 +362528,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4461), 24, + ACTIONS(2823), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348810,60 +362546,18 @@ static uint16_t ts_small_parse_table[] = { 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, - [94152] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3501), 1, anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - ACTIONS(4789), 1, anon_sym_LBRACK, - STATE(3033), 1, - sym_new_declarator, - STATE(3311), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 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(4160), 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [94202] = 3, + anon_sym_RBRACK_RBRACK, + [45549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 8, + ACTIONS(2825), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348871,11 +362565,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4465), 24, + ACTIONS(2827), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -348889,18 +362583,29 @@ static uint16_t ts_small_parse_table[] = { 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, - [94242] = 3, + anon_sym_RBRACK_RBRACK, + [45589] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 8, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + ACTIONS(4819), 1, + anon_sym_LBRACK, + STATE(3075), 1, + sym_new_declarator, + STATE(3375), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4213), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348909,11 +362614,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4421), 24, + ACTIONS(4211), 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, @@ -348925,32 +362628,28 @@ static 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, - [94282] = 9, + anon_sym_RBRACK_RBRACK, + [45639] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 7, + ACTIONS(4457), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -348958,7 +362657,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 18, + ACTIONS(4455), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -348977,34 +362676,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, - [94334] = 8, + [45691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - ACTIONS(4789), 1, - anon_sym_LBRACK, - STATE(3050), 1, - sym_new_declarator, - STATE(3275), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4140), 10, + ACTIONS(4503), 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(4136), 16, + ACTIONS(4501), 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, @@ -349012,48 +362700,54 @@ static 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, - [94384] = 19, + [45731] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(1846), 1, anon_sym_AMP, - STATE(4045), 1, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + STATE(4065), 1, sym_scoped_identifier, - STATE(4114), 1, + STATE(4140), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349063,7 +362757,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349072,10 +362766,23 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [94456] = 3, + [45803] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 8, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4303), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349083,12 +362790,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4373), 24, + ACTIONS(4301), 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, @@ -349102,32 +362807,29 @@ static 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, - [94496] = 6, + [45855] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4793), 1, + ACTIONS(4823), 1, anon_sym_COLON, - STATE(2379), 1, + STATE(1331), 1, sym_enumerator_list, - STATE(3048), 1, + STATE(3101), 1, sym__enum_base_clause, - ACTIONS(3113), 8, + ACTIONS(3449), 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(3115), 21, + ACTIONS(3451), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -349138,52 +362840,50 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [94542] = 19, + anon_sym_GT2, + [45901] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4078), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4641), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4643), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4117), 1, + STATE(4153), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5376), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349193,7 +362893,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349202,29 +362902,22 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [94614] = 6, + [45973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4795), 1, - anon_sym_COLON, - STATE(1327), 1, - sym_enumerator_list, - STATE(3104), 1, - sym__enum_base_clause, - ACTIONS(3113), 10, + ACTIONS(4465), 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(3115), 19, + ACTIONS(4463), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349233,38 +362926,38 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [94660] = 6, + [46013] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4795), 1, - anon_sym_COLON, - STATE(1334), 1, - sym_enumerator_list, - STATE(3083), 1, - sym__enum_base_clause, - ACTIONS(3107), 10, + ACTIONS(2241), 1, + anon_sym_LT, + STATE(2938), 1, + sym_template_argument_list, + ACTIONS(2233), 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(3109), 19, + ACTIONS(2225), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349273,19 +362966,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [94706] = 3, + [46057] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 9, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4481), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349293,12 +362999,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2791), 23, + ACTIONS(4479), 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, @@ -349311,15 +363015,65 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [94746] = 19, + [46107] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4601), 1, + anon_sym_STAR, + ACTIONS(4603), 1, + anon_sym_AMP_AMP, + ACTIONS(4605), 1, + anon_sym_AMP, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4210), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5325), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5379), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [46179] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -349328,32 +363082,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(1846), 1, anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4120), 1, + STATE(4153), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349363,7 +363117,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349372,10 +363126,10 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [94818] = 3, + [46251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2533), 9, + ACTIONS(4395), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349383,11 +363137,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2535), 23, + ACTIONS(4393), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349401,49 +363155,49 @@ static 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, - anon_sym_RBRACK_RBRACK, - [94858] = 19, + [46291] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4587), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4589), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4591), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4130), 1, + STATE(4086), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349453,7 +363207,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349462,41 +363216,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [94930] = 19, + [46363] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4064), 1, + ACTIONS(4107), 1, sym_identifier, - ACTIONS(4066), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(4074), 1, + ACTIONS(4117), 1, anon_sym_COLON_COLON, - ACTIONS(4593), 1, + ACTIONS(4601), 1, anon_sym_STAR, - ACTIONS(4595), 1, + ACTIONS(4603), 1, anon_sym_AMP_AMP, - ACTIONS(4597), 1, + ACTIONS(4605), 1, anon_sym_AMP, - STATE(4122), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4161), 1, + STATE(4226), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5325), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5348), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349506,7 +363260,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349515,10 +363269,10 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [95002] = 3, + [46435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4395), 8, + ACTIONS(4325), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349527,7 +363281,44 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4393), 24, + ACTIONS(4323), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [46475] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4532), 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(4530), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -349552,41 +363343,41 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95042] = 19, + [46515] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(4074), 1, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4593), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4595), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4597), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4122), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4164), 1, + STATE(4136), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5348), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -349596,7 +363387,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -349605,10 +363396,52 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [95114] = 3, + [46587] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, + anon_sym_LPAREN2, + ACTIONS(4827), 1, + anon_sym_LBRACK, + STATE(3064), 1, + sym_new_declarator, + STATE(3333), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 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(4198), 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, + [46637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 8, + ACTIONS(4420), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349617,7 +363450,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4409), 24, + ACTIONS(4418), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -349642,10 +363475,107 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95154] = 3, + [46677] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2191), 1, + anon_sym_LPAREN2, + ACTIONS(2193), 1, + anon_sym_STAR, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + ACTIONS(2197), 1, + anon_sym_AMP, + ACTIONS(4088), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + ACTIONS(4703), 1, + anon_sym_COMMA, + STATE(3689), 1, + sym_parameter_list, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4298), 1, + sym__abstract_declarator, + STATE(4502), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5549), 1, + sym_ms_based_modifier, + STATE(5459), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [46753] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, + anon_sym_LPAREN2, + ACTIONS(4827), 1, + anon_sym_LBRACK, + STATE(3051), 1, + sym_new_declarator, + STATE(3311), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4213), 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(4211), 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, + [46803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 8, + ACTIONS(4329), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349654,7 +363584,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4429), 24, + ACTIONS(4327), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -349679,21 +363609,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95194] = 8, + [46843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - ACTIONS(4785), 1, - anon_sym_LBRACK, - STATE(3053), 1, - sym_new_declarator, - STATE(3326), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4188), 8, + ACTIONS(4347), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349702,9 +363621,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4186), 18, + ACTIONS(4345), 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, @@ -349716,15 +363637,19 @@ static 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, - anon_sym_RBRACK_RBRACK, - [95244] = 3, + [46883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 8, + ACTIONS(4387), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349733,7 +363658,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4397), 24, + ACTIONS(4385), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -349758,10 +363683,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95284] = 3, + [46923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 9, + ACTIONS(4438), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349769,11 +363694,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2655), 23, + ACTIONS(4436), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349787,31 +363712,31 @@ static 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, - anon_sym_RBRACK_RBRACK, - [95324] = 9, + [46963] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4387), 7, + ACTIONS(4499), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349819,7 +363744,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4385), 18, + ACTIONS(4497), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -349838,10 +363763,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_QMARK, - [95376] = 3, + [47015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 9, + ACTIONS(4495), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349849,11 +363774,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2799), 23, + ACTIONS(4493), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349867,18 +363792,18 @@ static 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, - anon_sym_RBRACK_RBRACK, - [95416] = 3, + [47055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2801), 9, + ACTIONS(2677), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349888,7 +363813,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2803), 23, + ACTIONS(2679), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -349912,10 +363837,94 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [95456] = 3, + [47095] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 9, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, + anon_sym_LPAREN2, + ACTIONS(4827), 1, + anon_sym_LBRACK, + STATE(3058), 1, + sym_new_declarator, + STATE(3307), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4223), 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(4221), 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, + [47145] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + ACTIONS(4819), 1, + anon_sym_LBRACK, + STATE(3056), 1, + sym_new_declarator, + STATE(3399), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 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(4198), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [47195] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4315), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -349923,11 +363932,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2515), 23, + ACTIONS(4313), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -349941,102 +363950,163 @@ static 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, - anon_sym_RBRACK_RBRACK, - [95496] = 19, + [47235] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(4823), 1, + anon_sym_COLON, + STATE(1336), 1, + sym_enumerator_list, + STATE(3122), 1, + sym__enum_base_clause, + ACTIONS(3443), 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(3445), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(4076), 1, - sym_identifier, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4587), 1, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [47281] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4485), 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(4483), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(4589), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4591), 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, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [47321] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4407), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4120), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5345), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [95568] = 19, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4405), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [47361] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4116), 1, + STATE(4137), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(3687), 2, + STATE(3718), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, ACTIONS(53), 6, @@ -350046,7 +364116,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -350055,34 +364125,23 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [95640] = 8, + [47433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - ACTIONS(4789), 1, - anon_sym_LBRACK, - STATE(3057), 1, - sym_new_declarator, - STATE(3285), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 10, + ACTIONS(2813), 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_EQ, anon_sym_DOT, - ACTIONS(4196), 16, + ACTIONS(2815), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350090,17 +364149,23 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [95690] = 3, + anon_sym_RBRACK_RBRACK, + [47473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 8, + ACTIONS(4430), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350109,7 +364174,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4437), 24, + ACTIONS(4428), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -350134,17 +364199,127 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [95730] = 6, + [47513] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4107), 1, + sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, + ACTIONS(4601), 1, + anon_sym_STAR, + ACTIONS(4603), 1, + anon_sym_AMP_AMP, + ACTIONS(4605), 1, + anon_sym_AMP, + STATE(4155), 1, + sym_scoped_identifier, + STATE(4199), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5325), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5379), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [47585] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, + anon_sym_AMP, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4140), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [47657] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3361), 1, anon_sym_LBRACE, - ACTIONS(4787), 1, + ACTIONS(4825), 1, anon_sym_LPAREN2, - STATE(3276), 2, + ACTIONS(4827), 1, + anon_sym_LBRACK, + STATE(3065), 1, + sym_new_declarator, + STATE(3297), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4212), 10, + ACTIONS(4191), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350155,7 +364330,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4210), 17, + ACTIONS(4187), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -350167,27 +364342,132 @@ static 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, - [95775] = 8, + [47707] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4737), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4078), 1, + sym_identifier, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, + anon_sym_STAR, + ACTIONS(4641), 1, + anon_sym_AMP_AMP, + ACTIONS(4643), 1, + anon_sym_AMP, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4135), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5376), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [47779] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(1844), 1, + anon_sym_STAR, + ACTIONS(1846), 1, + anon_sym_AMP, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4135), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5549), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5459), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [47851] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, anon_sym_LPAREN2, - STATE(3095), 1, + ACTIONS(4819), 1, + anon_sym_LBRACK, + STATE(3071), 1, sym_new_declarator, - STATE(2978), 2, + STATE(3323), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4188), 8, + ACTIONS(4191), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350196,8 +364476,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4186), 17, + ACTIONS(4187), 18, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350209,131 +364490,52 @@ static uint16_t ts_small_parse_table[] = { 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, anon_sym_DASH_GT, - [95824] = 17, + anon_sym_RBRACK_RBRACK, + [47901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4459), 1, - anon_sym_PIPE, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4473), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4457), 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, - [95891] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4471), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4278), 4, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, - [95968] = 8, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [47941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(3077), 1, - sym_new_declarator, - STATE(2980), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4162), 8, + ACTIONS(2429), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350341,9 +364543,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4160), 17, + ACTIONS(2431), 23, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350355,149 +364560,74 @@ static 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_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [96017] = 18, + anon_sym_RBRACK_RBRACK, + [47981] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4459), 1, - anon_sym_PIPE, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4821), 1, - anon_sym_CARET, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4829), 1, + anon_sym_COLON, + STATE(2391), 1, + sym_enumerator_list, + STATE(3052), 1, + sym__enum_base_clause, + ACTIONS(3449), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4457), 8, + anon_sym_DOT, + ACTIONS(3451), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [96086] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 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, - [96155] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [48027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4469), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4391), 4, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4389), 13, + anon_sym_DOT, + ACTIONS(4467), 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, @@ -350505,31 +364635,34 @@ static 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_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - [96214] = 6, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [48067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2233), 1, - anon_sym_LT, - STATE(2928), 1, - sym_template_argument_list, - ACTIONS(4218), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2225), 7, + ACTIONS(2233), 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(2217), 19, + ACTIONS(2225), 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, @@ -350543,34 +364676,30 @@ static 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, - [96259] = 6, + [48107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - STATE(3286), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4216), 10, + ACTIONS(2457), 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_EQ, anon_sym_DOT, - ACTIONS(4214), 17, + ACTIONS(2459), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350578,81 +364707,82 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [96304] = 19, + anon_sym_RBRACK_RBRACK, + [48147] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4457), 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, - [96375] = 8, + ACTIONS(4633), 1, + anon_sym_AMP_AMP, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(4070), 1, + sym_scoped_identifier, + STATE(4093), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5241), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [48219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(3096), 1, - sym_new_declarator, - STATE(2971), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 8, + ACTIONS(4829), 1, + anon_sym_COLON, + STATE(2448), 1, + sym_enumerator_list, + STATE(3061), 1, + sym__enum_base_clause, + ACTIONS(3443), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -350661,8 +364791,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 17, + ACTIONS(3445), 21, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -350674,234 +364806,317 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [96424] = 20, + anon_sym_RBRACK_RBRACK, + [48265] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4631), 1, + anon_sym_STAR, + ACTIONS(4633), 1, + anon_sym_AMP_AMP, + ACTIONS(4635), 1, + anon_sym_AMP, + STATE(4070), 1, + sym_scoped_identifier, + STATE(4116), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5241), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [48337] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, + anon_sym_STAR, + ACTIONS(4647), 1, + anon_sym_AMP_AMP, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4138), 1, + sym__declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5331), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [48409] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4314), 6, + ACTIONS(4349), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [96497] = 16, + [48482] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4791), 2, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4857), 1, + anon_sym_COMMA, + ACTIONS(4859), 1, + anon_sym_SEMI, + ACTIONS(4861), 1, + anon_sym_RBRACE, + ACTIONS(4863), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + STATE(4756), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 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, - [96562] = 20, + [48565] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4417), 6, - anon_sym_DOT_DOT_DOT, + ACTIONS(4424), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [96635] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(3323), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4216), 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(4214), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [96680] = 11, + [48640] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4459), 6, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4457), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 15, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -350912,146 +365127,127 @@ static 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_QMARK, - [96735] = 15, + [48699] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(2241), 1, + anon_sym_LT, + STATE(2938), 1, + sym_template_argument_list, + ACTIONS(4251), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4302), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(2233), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4459), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4807), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4457), 11, + anon_sym_DOT, + ACTIONS(2225), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_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_QMARK, - [96798] = 21, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [48744] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4457), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4445), 5, + ACTIONS(4455), 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, - [96873] = 13, + [48809] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4459), 4, + ACTIONS(4457), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 13, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -351062,87 +365258,32 @@ static 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_QMARK, - [96932] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4401), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [97005] = 8, + [48866] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(3098), 1, - sym_new_declarator, - STATE(3011), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4140), 8, + ACTIONS(4791), 1, + anon_sym_LT, + ACTIONS(4793), 1, + anon_sym_COLON_COLON, + STATE(2973), 1, + sym_template_argument_list, + ACTIONS(2223), 7, 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(4136), 17, + ACTIONS(2231), 21, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -351154,75 +365295,67 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [97054] = 12, + anon_sym_RBRACK_RBRACK, + [48911] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - STATE(2451), 1, + STATE(3298), 2, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + sym_initializer_list, + ACTIONS(4235), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4459), 4, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 15, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4233), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_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, - [97111] = 5, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [48956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2961), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 10, + STATE(2354), 1, + sym_enumerator_list, + ACTIONS(2801), 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(2957), 19, + ACTIONS(2803), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -351233,21 +365366,33 @@ static 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, - [97154] = 4, + anon_sym_RBRACK_RBRACK, + [48997] = 8, ACTIONS(3), 1, sym_comment, - STATE(2407), 1, - sym_enumerator_list, - ACTIONS(2501), 8, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4767), 1, + anon_sym_LBRACK, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3128), 1, + sym_new_declarator, + STATE(3014), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4200), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -351256,10 +365401,8 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2503), 22, + ACTIONS(4198), 17, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -351271,155 +365414,125 @@ static uint16_t ts_small_parse_table[] = { 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_RBRACK_RBRACK, - [97195] = 20, + [49046] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4449), 6, + ACTIONS(4432), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [97268] = 6, + [49119] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - STATE(3266), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4208), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4457), 1, anon_sym_PIPE, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4206), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [97313] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4759), 1, - anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 8, + ACTIONS(4831), 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(2957), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(4455), 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, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [97356] = 6, + [49186] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, + ACTIONS(3379), 1, anon_sym_LBRACE, - ACTIONS(4783), 1, + ACTIONS(4817), 1, anon_sym_LPAREN2, - STATE(3270), 2, + STATE(3370), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4208), 8, + ACTIONS(4231), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -351428,7 +365541,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4206), 19, + ACTIONS(4229), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -351448,65 +365561,79 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [97401] = 6, + [49231] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - STATE(3296), 2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4212), 8, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 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(4210), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(4455), 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, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [97446] = 6, + [49300] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, + ACTIONS(3361), 1, anon_sym_LBRACE, - ACTIONS(4783), 1, + ACTIONS(4825), 1, anon_sym_LPAREN2, - STATE(3281), 2, + STATE(3349), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4202), 8, + ACTIONS(4227), 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(4200), 19, + ACTIONS(4225), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -351516,71 +365643,81 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [97491] = 4, + anon_sym_GT2, + [49345] = 15, ACTIONS(3), 1, sym_comment, - STATE(2382), 1, - sym_enumerator_list, - ACTIONS(2445), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(2447), 22, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4455), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - 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_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [97532] = 6, + [49408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, - anon_sym_LT, - ACTIONS(4759), 1, + ACTIONS(3235), 1, anon_sym_COLON_COLON, - STATE(2942), 1, + STATE(1083), 1, sym_template_argument_list, - ACTIONS(2215), 7, + ACTIONS(3231), 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(2223), 21, + ACTIONS(3233), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -351591,41 +365728,33 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [97577] = 6, + anon_sym_GT2, + [49451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, - anon_sym_LBRACE, - ACTIONS(4787), 1, - anon_sym_LPAREN2, - STATE(3273), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4202), 10, + STATE(2389), 1, + sym_enumerator_list, + ACTIONS(2393), 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(4200), 17, + ACTIONS(2395), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -351633,184 +365762,141 @@ static 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, - [97622] = 25, + anon_sym_RBRACK_RBRACK, + [49492] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4825), 1, - anon_sym_COMMA, - ACTIONS(4827), 1, - anon_sym_SEMI, - ACTIONS(4829), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - STATE(4629), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [97705] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2357), 1, - sym_enumerator_list, - STATE(3055), 1, - sym__enum_base_clause, - ACTIONS(3107), 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(3109), 20, + ACTIONS(4526), 6, 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, - anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [97747] = 24, + [49565] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(4833), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - STATE(4624), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4519), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4517), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [97827] = 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + [49624] = 6, ACTIONS(3), 1, sym_comment, - STATE(2379), 1, - sym_enumerator_list, - STATE(3048), 1, - sym__enum_base_clause, - ACTIONS(3113), 8, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, + anon_sym_LPAREN2, + STATE(3308), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4231), 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(3115), 20, + ACTIONS(4229), 17, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -351818,207 +365904,78 @@ static 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, - [97869] = 25, + anon_sym_GT2, + [49669] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(3361), 1, + anon_sym_LBRACE, + ACTIONS(4825), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(4843), 1, - anon_sym_SLASH, - ACTIONS(4845), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE, - ACTIONS(4851), 1, - anon_sym_CARET, - ACTIONS(4853), 1, - anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, - ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, - anon_sym_QMARK, - ACTIONS(4869), 1, - anon_sym_GT2, - STATE(2819), 1, + STATE(3289), 2, sym_argument_list, - STATE(4553), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + sym_initializer_list, + ACTIONS(4239), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4855), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [97951] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(4843), 1, anon_sym_SLASH, - ACTIONS(4845), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, anon_sym_PIPE, - ACTIONS(4851), 1, - anon_sym_CARET, - ACTIONS(4853), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, - ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, - anon_sym_QMARK, - ACTIONS(4871), 1, - anon_sym_GT2, - STATE(2819), 1, - sym_argument_list, - STATE(4581), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4841), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4855), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [98033] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4237), 17, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, anon_sym_COMMA, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4875), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [98111] = 4, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [49714] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, + ACTIONS(1368), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(2908), 10, + ACTIONS(4767), 1, + anon_sym_LBRACK, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3114), 1, + sym_new_declarator, + STATE(3011), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4191), 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(2903), 18, + ACTIONS(4187), 17, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352026,128 +365983,134 @@ static 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, - [98151] = 20, + [49763] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2351), 1, - anon_sym_enum, - ACTIONS(2355), 1, - anon_sym_struct, - ACTIONS(2357), 1, - anon_sym_union, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(2899), 1, - anon_sym_class, - ACTIONS(2901), 1, - anon_sym_typename, - ACTIONS(3475), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(3479), 1, - anon_sym_EQ, - ACTIONS(4877), 1, - sym_identifier, - STATE(1018), 1, - sym_template_type, - STATE(1335), 1, - sym__type_specifier, - STATE(1446), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1504), 1, - sym_scoped_type_identifier, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(2349), 2, - sym_primitive_type, - sym_auto, - ACTIONS(3477), 2, + ACTIONS(4863), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4399), 4, anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(2347), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1318), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [98223] = 24, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + [49840] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4879), 1, - anon_sym_COMMA, - ACTIONS(4881), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - STATE(4644), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [98303] = 4, + ACTIONS(4475), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + [49913] = 6, ACTIONS(3), 1, sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 8, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3321), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4227), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -352156,10 +366119,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2623), 21, + ACTIONS(4225), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352171,29 +366133,29 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [98343] = 5, + [49958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, - anon_sym_LT, - STATE(2941), 1, + ACTIONS(4793), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, sym_template_argument_list, - ACTIONS(2713), 7, + ACTIONS(3231), 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(2715), 21, + ACTIONS(3233), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -352215,12 +366177,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [98385] = 4, + [50001] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, - anon_sym_COLON_COLON, - ACTIONS(2713), 8, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3305), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4239), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -352229,10 +366196,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2715), 21, + ACTIONS(4237), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352244,35 +366210,37 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [98425] = 5, + [50046] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4789), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4767), 1, anon_sym_LBRACK, - STATE(3256), 1, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3127), 1, sym_new_declarator, - ACTIONS(4232), 10, + STATE(3020), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4223), 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(4230), 18, + ACTIONS(4221), 17, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352280,218 +366248,277 @@ static 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [98467] = 24, + [50095] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4457), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_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_QMARK, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(4883), 1, - anon_sym_RPAREN, - STATE(2451), 1, + [50150] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4767), 1, + anon_sym_LBRACK, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3107), 1, + sym_new_declarator, + STATE(3005), 2, sym_argument_list, - STATE(4563), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + sym_initializer_list, + ACTIONS(4213), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4211), 17, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 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, + anon_sym_DASH_GT, + [50199] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3325), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4235), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + anon_sym_DOT, + ACTIONS(4233), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [98547] = 24, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [50244] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4875), 1, - anon_sym_SEMI, - ACTIONS(4885), 1, - anon_sym_COMMA, - ACTIONS(4888), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [98627] = 25, + ACTIONS(4455), 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, + [50315] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(4843), 1, anon_sym_SLASH, - ACTIONS(4845), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, - ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_GT2, - STATE(2819), 1, + STATE(2519), 1, sym_argument_list, - STATE(4531), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4849), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [98709] = 13, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4455), 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, + [50384] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4892), 1, + ACTIONS(4865), 1, anon_sym_LPAREN2, - ACTIONS(4894), 1, + ACTIONS(4867), 1, anon_sym_STAR, - ACTIONS(4896), 1, + ACTIONS(4869), 1, anon_sym_AMP_AMP, - ACTIONS(4898), 1, + ACTIONS(4871), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(4902), 1, + ACTIONS(4875), 1, anon_sym_const, - STATE(3632), 1, + STATE(3652), 1, sym_parameter_list, - STATE(3789), 1, + STATE(3819), 1, sym__abstract_declarator, - STATE(3078), 2, + STATE(3665), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4904), 5, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4049), 10, + ACTIONS(4545), 10, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -352502,74 +366529,183 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [98767] = 25, + [50442] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(4843), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4905), 1, + anon_sym_RBRACK, + ACTIONS(4907), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + STATE(4587), 1, + aux_sym_attribute_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + 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(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4903), 2, anon_sym_LT_LT, - ACTIONS(4863), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + [50522] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4855), 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(4907), 1, + anon_sym_QMARK, + ACTIONS(4909), 1, + anon_sym_RBRACK, + STATE(2519), 1, + sym_argument_list, + STATE(4759), 1, + aux_sym_attribute_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + 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(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4903), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50602] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, + anon_sym_SLASH, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, anon_sym_QMARK, - ACTIONS(4906), 1, + ACTIONS(4945), 1, anon_sym_GT2, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - STATE(4662), 1, + STATE(4682), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [98849] = 6, + [50684] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(2970), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4216), 8, + STATE(2391), 1, + sym_enumerator_list, + STATE(3052), 1, + sym__enum_base_clause, + ACTIONS(3449), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -352578,8 +366714,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4214), 18, + ACTIONS(3451), 20, anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352591,241 +366728,271 @@ static uint16_t ts_small_parse_table[] = { 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, - [98893] = 13, + [50726] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4892), 1, + ACTIONS(4819), 1, + anon_sym_LBRACK, + STATE(3144), 1, + sym_new_declarator, + ACTIONS(4256), 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(4254), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4894), 1, anon_sym_STAR, - ACTIONS(4896), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4898), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(4902), 1, - anon_sym_const, - STATE(3632), 1, - sym_parameter_list, - STATE(3766), 1, - sym__abstract_declarator, - STATE(3644), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4504), 10, - anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_CARET, + anon_sym_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_EQ, - 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_noexcept, - anon_sym_throw, - [98951] = 23, + anon_sym_RBRACK_RBRACK, + [50768] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4910), 1, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(4949), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + STATE(4715), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4908), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [99029] = 24, + [50848] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4912), 1, - anon_sym_COMMA, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4938), 1, - anon_sym_RBRACK, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + STATE(2519), 1, sym_argument_list, - STATE(4506), 1, - aux_sym_attribute_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99109] = 25, + ACTIONS(4953), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50926] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4251), 3, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4545), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(2233), 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(4551), 1, + ACTIONS(2225), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4835), 1, + [50966] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + ACTIONS(4941), 1, anon_sym_QMARK, - ACTIONS(4942), 1, + ACTIONS(4955), 1, anon_sym_GT2, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - STATE(4653), 1, + STATE(4663), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [99191] = 4, + [51048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - ACTIONS(2908), 8, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 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(2903), 20, + ACTIONS(2635), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -352836,22 +367003,136 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [99231] = 4, + anon_sym_GT2, + [51088] = 25, ACTIONS(3), 1, sym_comment, - STATE(1351), 1, - sym_enumerator_list, - ACTIONS(2445), 10, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, + ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, + anon_sym_SLASH, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + ACTIONS(4957), 1, + anon_sym_GT2, + STATE(2774), 1, + sym_argument_list, + STATE(4606), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4917), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [51170] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4959), 1, + anon_sym_COMMA, + ACTIONS(4961), 1, + anon_sym_RBRACE, + STATE(2519), 1, + sym_argument_list, + STATE(4611), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [51250] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4827), 1, + anon_sym_LBRACK, + STATE(3278), 1, + sym_new_declarator, + ACTIONS(4256), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -352862,7 +367143,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2447), 19, + ACTIONS(4254), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -352876,244 +367157,298 @@ static uint16_t ts_small_parse_table[] = { 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, - [99271] = 24, + [51292] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4912), 1, - anon_sym_COMMA, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4944), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(4963), 1, + anon_sym_COMMA, + ACTIONS(4965), 1, + anon_sym_RBRACE, + STATE(2519), 1, sym_argument_list, - STATE(4506), 1, - aux_sym_attribute_repeat1, - ACTIONS(4791), 2, + STATE(4615), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99351] = 24, + [51372] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + ACTIONS(4967), 1, + anon_sym_GT2, + STATE(2774), 1, + sym_argument_list, + STATE(4675), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4917), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [51454] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4829), 1, - anon_sym_RBRACE, - ACTIONS(4946), 1, + ACTIONS(4969), 1, anon_sym_COMMA, - STATE(2451), 1, + ACTIONS(4971), 1, + anon_sym_RBRACE, + STATE(2519), 1, sym_argument_list, - STATE(4629), 1, + STATE(4673), 1, aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99431] = 24, + [51534] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(4948), 1, + ACTIONS(4973), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - STATE(4606), 1, + STATE(4555), 1, aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99511] = 24, + [51614] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(4950), 1, + ACTIONS(4975), 1, anon_sym_RPAREN, - ACTIONS(4952), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + STATE(4653), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99591] = 4, + [51694] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(2225), 8, + ACTIONS(4799), 1, + anon_sym_COLON_COLON, + ACTIONS(2837), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353122,9 +367457,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2217), 19, + ACTIONS(2839), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -353136,361 +367472,594 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [99631] = 24, + anon_sym_RBRACK_RBRACK, + [51734] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4791), 1, + anon_sym_LT, + STATE(2977), 1, + sym_template_argument_list, + ACTIONS(2837), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_DOT, + ACTIONS(2839), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4302), 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_LBRACE, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - ACTIONS(4801), 1, + anon_sym_RBRACK_RBRACK, + [51776] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2359), 1, + anon_sym_enum, + ACTIONS(2363), 1, + anon_sym_struct, + ACTIONS(2365), 1, + anon_sym_union, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(2925), 1, + anon_sym_class, + ACTIONS(2927), 1, + anon_sym_typename, + ACTIONS(3637), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3641), 1, + anon_sym_EQ, + ACTIONS(4977), 1, + sym_identifier, + STATE(1014), 1, + sym_template_type, + STATE(1330), 1, + sym__type_specifier, + STATE(1617), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1670), 1, + sym_scoped_type_identifier, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3639), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(2355), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [51848] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(928), 1, + sym_template_argument_list, + ACTIONS(2633), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2635), 21, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_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_QMARK, - ACTIONS(4954), 1, - anon_sym_COMMA, - ACTIONS(4956), 1, - anon_sym_RBRACE, - STATE(2451), 1, - sym_argument_list, - STATE(4569), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [51888] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1322), 1, + sym_enumerator_list, + ACTIONS(2801), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 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(2803), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [99711] = 25, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [51928] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + ACTIONS(4941), 1, anon_sym_QMARK, - ACTIONS(4958), 1, + ACTIONS(4979), 1, anon_sym_GT2, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - STATE(4568), 1, + STATE(4704), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [99793] = 24, + [52010] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + ACTIONS(4981), 1, + anon_sym_GT2, + STATE(2774), 1, + sym_argument_list, + STATE(4743), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4917), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [52092] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(4952), 1, - anon_sym_SEMI, - ACTIONS(4960), 1, + ACTIONS(4983), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + STATE(4632), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99873] = 24, + [52172] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4861), 1, + anon_sym_RBRACE, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4831), 1, + ACTIONS(4985), 1, anon_sym_COMMA, - ACTIONS(4962), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - STATE(4643), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, + STATE(4756), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [99953] = 25, + [52252] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(4843), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4845), 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(4907), 1, + anon_sym_QMARK, + ACTIONS(4987), 1, + anon_sym_RBRACK, + STATE(2519), 1, + sym_argument_list, + STATE(4587), 1, + aux_sym_attribute_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + 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(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4903), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52332] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3012), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4235), 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(4233), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE, - ACTIONS(4851), 1, anon_sym_CARET, - ACTIONS(4853), 1, - anon_sym_AMP, - ACTIONS(4859), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4861), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4964), 1, - anon_sym_GT2, - STATE(2819), 1, - sym_argument_list, - STATE(4646), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [52376] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2845), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(2934), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 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(2929), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [100035] = 24, + anon_sym_DASH_GT, + anon_sym_GT2, + [52416] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4912), 1, - anon_sym_COMMA, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4966), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(4989), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - STATE(4513), 1, - aux_sym_attribute_repeat1, - ACTIONS(4791), 2, + STATE(4598), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [100115] = 6, + [52496] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, - anon_sym_LPAREN2, - STATE(2989), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4212), 8, + STATE(2448), 1, + sym_enumerator_list, + STATE(3061), 1, + sym__enum_base_clause, + ACTIONS(3443), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353499,8 +368068,9 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4210), 18, + ACTIONS(3445), 20, anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -353512,23 +368082,76 @@ static uint16_t ts_small_parse_table[] = { 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, - [100159] = 6, + [52538] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4783), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - STATE(3014), 2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(4991), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4202), 8, + STATE(4720), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52618] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2845), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + ACTIONS(2934), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353537,8 +368160,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4200), 18, + ACTIONS(2929), 20, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -353551,79 +368176,79 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [100203] = 25, + anon_sym_RBRACK_RBRACK, + [52658] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + ACTIONS(4941), 1, anon_sym_QMARK, - ACTIONS(4968), 1, + ACTIONS(4993), 1, anon_sym_GT2, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - STATE(4623), 1, + STATE(4739), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [100285] = 6, + [52740] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4783), 1, + ACTIONS(4817), 1, anon_sym_LPAREN2, - STATE(2999), 2, + STATE(3023), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4208), 8, + ACTIONS(4239), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353632,7 +368257,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4206), 18, + ACTIONS(4237), 18, anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, @@ -353651,366 +368276,403 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [100329] = 24, + [52784] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4970), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4972), 1, - anon_sym_COMMA, - ACTIONS(4978), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4998), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5002), 1, - anon_sym_RBRACK_RBRACK, - STATE(2793), 1, + ACTIONS(4995), 1, + anon_sym_COMMA, + ACTIONS(4997), 1, + anon_sym_RBRACE, + STATE(2519), 1, sym_argument_list, - STATE(4539), 1, - aux_sym_attribute_repeat1, - ACTIONS(4974), 2, + STATE(4740), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [100409] = 24, + [52864] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5004), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5006), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(4999), 1, + anon_sym_RPAREN, + ACTIONS(5001), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - STATE(4535), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [100489] = 25, + [52944] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(4843), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, anon_sym_QMARK, - ACTIONS(5008), 1, - anon_sym_GT2, - STATE(2819), 1, + ACTIONS(5003), 1, + anon_sym_COMMA, + ACTIONS(5005), 1, + anon_sym_RBRACE, + STATE(2519), 1, sym_argument_list, - STATE(4705), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4839), 2, + STATE(4589), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4849), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [100571] = 24, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53024] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5010), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(5012), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(5007), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - STATE(4706), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + STATE(4746), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [100651] = 24, + [53104] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(5009), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5011), 1, + anon_sym_COMMA, + ACTIONS(5017), 1, + anon_sym_SLASH, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5027), 1, + anon_sym_AMP, + ACTIONS(5037), 1, anon_sym_QMARK, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(5014), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5041), 1, + anon_sym_RBRACK_RBRACK, + STATE(2842), 1, sym_argument_list, - STATE(4717), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + STATE(4645), 1, + aux_sym_attribute_repeat1, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [100731] = 4, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [53184] = 24, ACTIONS(3), 1, sym_comment, - STATE(1343), 1, - sym_enumerator_list, - ACTIONS(2501), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2503), 19, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5001), 1, + anon_sym_SEMI, + ACTIONS(5043), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [100771] = 5, + anon_sym_GT_GT, + [53264] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4785), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, anon_sym_LBRACK, - STATE(3124), 1, - sym_new_declarator, - ACTIONS(4232), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4230), 20, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5047), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [100813] = 4, + ACTIONS(5045), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [53342] = 4, ACTIONS(3), 1, sym_comment, - STATE(849), 1, - sym_template_argument_list, - ACTIONS(2621), 10, + STATE(1313), 1, + sym_enumerator_list, + ACTIONS(2393), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -354021,7 +368683,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2623), 19, + ACTIONS(2395), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354041,153 +368703,280 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [100853] = 24, + [53382] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4865), 1, + anon_sym_LPAREN2, + ACTIONS(4867), 1, + anon_sym_STAR, + ACTIONS(4869), 1, + anon_sym_AMP_AMP, + ACTIONS(4871), 1, + anon_sym_AMP, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(4875), 1, + anon_sym_const, + STATE(3652), 1, + sym_parameter_list, + STATE(3802), 1, + sym__abstract_declarator, + STATE(3078), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4877), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4080), 10, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [53440] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(5016), 1, + ACTIONS(5049), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - STATE(4635), 1, + STATE(4672), 1, aux_sym_argument_list_repeat1, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [100933] = 24, + [53520] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5018), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(5020), 1, - anon_sym_RBRACE, - STATE(2451), 1, + ACTIONS(5051), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - STATE(4660), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4791), 2, + STATE(4530), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [101013] = 13, + [53600] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2793), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4953), 1, + anon_sym_SEMI, + ACTIONS(5053), 1, + anon_sym_COMMA, + ACTIONS(5056), 1, + anon_sym_RBRACE, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53680] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3004), 2, sym_argument_list, - ACTIONS(4974), 2, + sym_initializer_list, + ACTIONS(4227), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4225), 18, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4996), 2, + anon_sym_PIPE_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, - ACTIONS(5000), 2, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 4, + anon_sym_DASH_GT, + [53724] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4817), 1, + anon_sym_LPAREN2, + STATE(3016), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4231), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 11, + anon_sym_DOT, + ACTIONS(4229), 18, 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, @@ -354195,136 +368984,263 @@ static 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_RBRACK_RBRACK, - [101070] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [53768] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4929), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + ACTIONS(5058), 1, + anon_sym_GT2, + STATE(2774), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + STATE(4584), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4314), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [101141] = 14, + anon_sym_LT, + [53850] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4861), 1, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + ACTIONS(4941), 1, + anon_sym_QMARK, + ACTIONS(5060), 1, + anon_sym_GT2, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + STATE(4617), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4867), 2, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 5, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [53932] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, + anon_sym_LBRACK, + ACTIONS(4597), 1, + anon_sym_DOT, + ACTIONS(4599), 1, + anon_sym_DASH_GT, + ACTIONS(5017), 1, + anon_sym_SLASH, + ACTIONS(5023), 1, anon_sym_PIPE, + ACTIONS(5025), 1, + anon_sym_CARET, + ACTIONS(5027), 1, anon_sym_AMP, + STATE(2842), 1, + sym_argument_list, + ACTIONS(5013), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5015), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5029), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5031), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 10, + ACTIONS(5033), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5035), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4455), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_RBRACK_RBRACK, + [53999] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5062), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_GT2, - [101200] = 12, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54076] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 6, + ACTIONS(4457), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4457), 11, + ACTIONS(4455), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -354336,124 +369252,133 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [101255] = 21, + [54131] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4449), 4, + ACTIONS(4432), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, - [101328] = 13, + [54204] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, - anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - STATE(3661), 1, - sym_parameter_list, - STATE(3813), 1, - sym__abstract_declarator, - STATE(3592), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4504), 9, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5045), 2, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [101385] = 11, + [54279] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 8, + ACTIONS(4457), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -354462,7 +369387,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4457), 11, + ACTIONS(4455), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -354474,252 +369399,252 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [101438] = 22, + [54332] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4445), 3, + ACTIONS(4424), 3, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [101513] = 20, + [54407] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 5, + ACTIONS(4455), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_GT2, - [101584] = 19, + [54478] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 6, + ACTIONS(4455), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_GT2, - [101653] = 19, + [54547] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 6, + ACTIONS(4455), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_GT2, - [101722] = 18, + [54616] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 7, + ACTIONS(4455), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -354727,47 +369652,47 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_QMARK, anon_sym_GT2, - [101789] = 17, + [54683] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4457), 7, + ACTIONS(4455), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -354775,118 +369700,57 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_QMARK, anon_sym_GT2, - [101854] = 23, + [54748] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE, - ACTIONS(4851), 1, - anon_sym_CARET, - ACTIONS(4853), 1, - anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, - anon_sym_QMARK, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4457), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5022), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [101931] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4455), 9, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5024), 1, - anon_sym_RPAREN, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [102008] = 3, + anon_sym_QMARK, + anon_sym_GT2, + [54811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 8, + ACTIONS(4277), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -354895,7 +369759,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4270), 21, + ACTIONS(4275), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354917,513 +369781,497 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [102045] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5026), 1, - anon_sym_STAR, - ACTIONS(5028), 1, - anon_sym_AMP_AMP, - ACTIONS(5030), 1, - anon_sym_AMP, - STATE(3659), 1, - sym_parameter_list, - STATE(3809), 1, - sym__abstract_declarator, - STATE(3592), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4504), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [102102] = 23, + [54848] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5032), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102179] = 22, + ACTIONS(5056), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [54923] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4970), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4980), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, - anon_sym_AMP_AMP, - ACTIONS(4984), 1, - anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - ACTIONS(4998), 1, - anon_sym_QMARK, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4278), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [102254] = 23, + ACTIONS(4455), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_RBRACK_RBRACK, + [54990] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5064), 1, + anon_sym_STAR, + ACTIONS(5066), 1, + anon_sym_AMP_AMP, + ACTIONS(5068), 1, + anon_sym_AMP, + STATE(3678), 1, + sym_parameter_list, + STATE(3829), 1, + sym__abstract_declarator, + STATE(3583), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4545), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [55047] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(5070), 1, anon_sym_COMMA, - ACTIONS(5034), 1, + ACTIONS(5072), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102331] = 23, + [55124] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(5009), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5017), 1, + anon_sym_SLASH, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5027), 1, + anon_sym_AMP, + ACTIONS(5037), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5036), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4399), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102408] = 23, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [55199] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5038), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5074), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102485] = 20, + [55276] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, - anon_sym_DOT, - ACTIONS(4581), 1, - anon_sym_DASH_GT, - ACTIONS(4978), 1, - anon_sym_SLASH, - ACTIONS(4980), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(5064), 1, + anon_sym_STAR, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, - anon_sym_PIPE, - ACTIONS(4986), 1, - anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5068), 1, anon_sym_AMP, - STATE(2793), 1, - sym_argument_list, - ACTIONS(4974), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4976), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4990), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4992), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4994), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4996), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4417), 4, + STATE(3678), 1, + sym_parameter_list, + STATE(3842), 1, + sym__abstract_declarator, + STATE(3147), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4080), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_RBRACK_RBRACK, - [102556] = 23, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [55333] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5040), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5076), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102633] = 23, + [55410] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5042), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5027), 1, + anon_sym_AMP, + STATE(2842), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102710] = 13, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4349), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_RBRACK_RBRACK, + [55481] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3810), 1, + STATE(3837), 1, sym__abstract_declarator, - STATE(3114), 2, + STATE(3186), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4049), 9, + ACTIONS(4080), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -355433,559 +370281,667 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [102767] = 23, + [55538] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4917), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5078), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [55615] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5044), 1, + ACTIONS(5080), 1, anon_sym_COMMA, - ACTIONS(5046), 1, + ACTIONS(5082), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [102844] = 22, + [55692] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5048), 2, + ACTIONS(4475), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, - [102919] = 20, + anon_sym_QMARK, + [55763] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, + ACTIONS(4569), 1, + anon_sym_LBRACK, + ACTIONS(4573), 1, + anon_sym_DOT, ACTIONS(4575), 1, + anon_sym_DASH_GT, + ACTIONS(4911), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4919), 1, + anon_sym_SLASH, + ACTIONS(4921), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4923), 1, + anon_sym_AMP_AMP, + ACTIONS(4925), 1, + anon_sym_PIPE, + ACTIONS(4927), 1, + anon_sym_CARET, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, + anon_sym_QMARK, + STATE(2774), 1, + sym_argument_list, + ACTIONS(4915), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4917), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4931), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5084), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4933), 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + [55840] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4314), 4, + ACTIONS(4526), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [102990] = 23, + [55911] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(5086), 1, anon_sym_COMMA, - ACTIONS(5050), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5088), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [103067] = 23, + [55988] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5052), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4903), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4519), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4517), 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, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [103144] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [56045] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4401), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(5090), 2, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [103215] = 23, + anon_sym_RBRACE, + [56120] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5054), 1, + ACTIONS(5092), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [103292] = 23, + [56197] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5056), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5058), 1, + ACTIONS(5094), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [103369] = 13, + [56274] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5096), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4391), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4389), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - [103426] = 23, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [56351] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5060), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5098), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [103503] = 12, + [56428] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 4, + ACTIONS(4457), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -355999,43 +370955,39 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [103558] = 15, + [56483] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4459), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4992), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4994), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4457), 9, + ACTIONS(4457), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4455), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -356043,96 +370995,96 @@ static 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_QMARK, anon_sym_RBRACK_RBRACK, - [103619] = 16, + [56540] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4457), 7, + ACTIONS(4455), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [103682] = 17, + [56601] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, - anon_sym_PIPE, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4988), 1, - anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(4457), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4457), 7, + ACTIONS(4455), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -356140,183 +371092,187 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [103747] = 18, + [56664] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4459), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4986), 1, - anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4457), 6, + ACTIONS(4455), 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_RBRACK_RBRACK, - [103814] = 18, + [56729] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4984), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2793), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5100), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4457), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_RBRACK_RBRACK, - [103881] = 19, + [56806] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4982), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4457), 5, + ACTIONS(4455), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [103950] = 11, + [56875] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 6, + ACTIONS(4457), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -356330,1309 +371286,1315 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [104003] = 23, + [56928] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4843), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, anon_sym_QMARK, - STATE(2819), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5102), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5062), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4857), 3, + ACTIONS(4849), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [104080] = 23, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57005] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5064), 1, + ACTIONS(5104), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104157] = 20, + [57082] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4449), 4, + ACTIONS(4432), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [104228] = 22, + [57153] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5106), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5066), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [104303] = 22, + [57230] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + STATE(2774), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4888), 2, + anon_sym_LT, + ACTIONS(4526), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RBRACE, - [104378] = 21, + anon_sym_QMARK, + anon_sym_GT2, + [57303] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(4863), 1, - anon_sym_GT_GT, - STATE(2819), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5108), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4849), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4314), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - [104451] = 21, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [57380] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4970), 1, + ACTIONS(5009), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4445), 3, + ACTIONS(4424), 3, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [104524] = 23, + [57453] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(5110), 1, anon_sym_COMMA, - ACTIONS(5068), 1, + ACTIONS(5112), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104601] = 23, + [57530] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5070), 1, + ACTIONS(5114), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104678] = 23, + [57607] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5072), 1, + ACTIONS(5116), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104755] = 23, + [57684] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5074), 1, + ACTIONS(5118), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104832] = 23, + [57761] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(2213), 1, + anon_sym_STAR, + ACTIONS(2215), 1, + anon_sym_AMP_AMP, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, + anon_sym_LBRACK, + STATE(3689), 1, + sym_parameter_list, + STATE(3843), 1, + sym__abstract_declarator, + STATE(3583), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4545), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [57818] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4859), 1, + anon_sym_SEMI, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5076), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104909] = 23, + [57895] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5078), 1, + ACTIONS(5120), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [104986] = 23, + [57972] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5080), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5082), 1, + ACTIONS(5122), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105063] = 23, + [58049] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5084), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5124), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105140] = 9, + [58126] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4387), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4835), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4385), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 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_QMARK, - anon_sym_RBRACK_RBRACK, - [105189] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4827), 1, - anon_sym_SEMI, - ACTIONS(4873), 1, + ACTIONS(5126), 1, anon_sym_COMMA, - STATE(2451), 1, + ACTIONS(5128), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105266] = 23, + [58203] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5086), 1, + ACTIONS(5130), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105343] = 20, + [58280] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(5027), 1, anon_sym_AMP, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4401), 4, + ACTIONS(4475), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [105414] = 23, + [58351] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5088), 1, + ACTIONS(5132), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105491] = 23, + [58428] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5090), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5092), 1, + ACTIONS(5134), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105568] = 23, + [58505] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5094), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5096), 1, + ACTIONS(5136), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105645] = 23, + [58582] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5098), 1, + ACTIONS(5138), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105722] = 23, + [58659] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5100), 1, + ACTIONS(5140), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105799] = 13, + [58736] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4978), 1, + ACTIONS(5017), 1, anon_sym_SLASH, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4996), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4391), 4, + ACTIONS(4519), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4389), 11, + ACTIONS(4517), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -357644,238 +372606,203 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [105856] = 23, + [58793] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5102), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4499), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4497), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [105933] = 23, + anon_sym_QMARK, + anon_sym_RBRACK_RBRACK, + [58842] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5104), 1, + ACTIONS(5142), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106010] = 23, + [58919] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5106), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5144), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106087] = 23, + [58996] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(5146), 1, + anon_sym_LT, + STATE(3448), 1, + sym_template_argument_list, + ACTIONS(2233), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4835), 1, + ACTIONS(2225), 20, anon_sym_DOT_DOT_DOT, - ACTIONS(4843), 1, - anon_sym_SLASH, - ACTIONS(4845), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE, - ACTIONS(4851), 1, anon_sym_CARET, - ACTIONS(4853), 1, - anon_sym_AMP, - ACTIONS(4859), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4861), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, anon_sym_GT_GT, - ACTIONS(4865), 1, + anon_sym_LBRACK, anon_sym_QMARK, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4839), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4841), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4855), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4867), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5108), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4857), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [106164] = 5, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [59037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5110), 1, - anon_sym_LT, - STATE(3411), 1, - sym_template_argument_list, - ACTIONS(2225), 7, + ACTIONS(4207), 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(2217), 20, + ACTIONS(4209), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357891,25 +372818,26 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [106205] = 8, + [59074] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4383), 7, + ACTIONS(4481), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -357917,7 +372845,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4381), 17, + ACTIONS(4479), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -357935,358 +372863,386 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_RBRACK_RBRACK, - [106252] = 23, + [59121] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(5149), 1, anon_sym_COMMA, - ACTIONS(5113), 1, + ACTIONS(5151), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106329] = 23, + [59198] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4919), 1, + anon_sym_SLASH, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5115), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5153), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4933), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [106406] = 13, + anon_sym_LT, + [59275] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, - anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(3659), 1, - sym_parameter_list, - STATE(3819), 1, - sym__abstract_declarator, - STATE(3125), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4049), 9, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5155), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [106463] = 23, + ACTIONS(5157), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [59352] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5117), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5119), 1, + ACTIONS(5159), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106540] = 3, + [59429] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4184), 21, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5161), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [106577] = 23, + [59506] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5121), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106654] = 23, + ACTIONS(5163), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [59581] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5123), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106731] = 3, + ACTIONS(5165), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [59656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 8, + ACTIONS(4180), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358295,7 +373251,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4146), 21, + ACTIONS(4182), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -358317,23 +373273,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [106768] = 9, + [59693] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4471), 9, + ACTIONS(4303), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358343,7 +373299,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4469), 13, + ACTIONS(4301), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -358357,549 +373313,561 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [106817] = 23, + [59742] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5125), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5167), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [106894] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5127), 1, - anon_sym_STAR, - ACTIONS(5129), 1, - anon_sym_AMP_AMP, - ACTIONS(5131), 1, - anon_sym_AMP, - STATE(3662), 1, - sym_parameter_list, - STATE(3803), 1, - sym__abstract_declarator, - STATE(3592), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4504), 9, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [106951] = 23, + [59819] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5133), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5169), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107028] = 22, + [59896] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5171), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5135), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [107103] = 23, + [59973] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5137), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5173), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107180] = 22, + [60050] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5175), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5139), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [107255] = 23, + [60127] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5141), 1, + ACTIONS(5177), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107332] = 21, + [60204] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4417), 4, + ACTIONS(4349), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, - [107405] = 23, + [60277] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5143), 1, + ACTIONS(5179), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107482] = 23, + [60354] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5181), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [60431] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5145), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5183), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107559] = 9, + [60508] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 9, + ACTIONS(4457), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358909,7 +373877,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4457), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -358923,439 +373891,440 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [107608] = 23, + [60557] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5147), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5149), 1, + ACTIONS(5185), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107685] = 22, + [60634] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4970), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4978), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4980), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4982), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4984), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4986), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4988), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4998), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2793), 1, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5187), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4974), 2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4976), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4990), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4992), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4994), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4996), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5048), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [107760] = 23, + [60711] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5151), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5189), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107837] = 23, + [60788] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5153), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [107914] = 22, + ACTIONS(5191), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [60863] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4911), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4919), 1, + anon_sym_SLASH, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4929), 1, + anon_sym_AMP, + ACTIONS(4935), 1, + anon_sym_LT_EQ, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + ACTIONS(4941), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4399), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4933), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4908), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [107989] = 23, + anon_sym_LT, + [60940] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, ACTIONS(4835), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4843), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, - anon_sym_LT_LT, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(4863), 1, - anon_sym_GT_GT, - ACTIONS(4865), 1, anon_sym_QMARK, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4278), 2, + ACTIONS(4951), 1, anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4839), 2, + ACTIONS(5193), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4849), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [108066] = 22, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61017] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(5009), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5017), 1, + anon_sym_SLASH, + ACTIONS(5019), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5021), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5023), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5025), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5027), 1, + anon_sym_AMP, + ACTIONS(5037), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5013), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5015), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5029), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5031), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5033), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5035), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5022), 2, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5191), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [108141] = 23, + anon_sym_RBRACK_RBRACK, + [61092] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5155), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5195), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [108218] = 3, + [61169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4164), 8, + ACTIONS(4169), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359364,7 +374333,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4166), 21, + ACTIONS(4171), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359386,181 +374355,440 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [108255] = 22, + [61206] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5197), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61283] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5199), 1, + anon_sym_STAR, + ACTIONS(5201), 1, + anon_sym_AMP_AMP, + ACTIONS(5203), 1, + anon_sym_AMP, + STATE(3691), 1, + sym_parameter_list, + STATE(3828), 1, + sym__abstract_declarator, + STATE(3583), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4545), 9, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [61340] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5108), 2, + ACTIONS(5078), 2, anon_sym_COMMA, anon_sym_RPAREN, - [108330] = 23, + [61415] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5205), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61492] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5157), 1, + ACTIONS(5207), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [108407] = 23, + [61569] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5153), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61644] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5209), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [61721] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5159), 1, + ACTIONS(5211), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [108484] = 8, + [61798] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4383), 9, + ACTIONS(4481), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359570,7 +374798,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4381), 15, + ACTIONS(4479), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -359586,14 +374814,14 @@ static uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_GT2, - [108531] = 5, + [61845] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4055), 1, + ACTIONS(4094), 1, anon_sym_LT, - STATE(3225), 1, + STATE(3252), 1, sym_template_argument_list, - ACTIONS(2225), 9, + ACTIONS(2233), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359603,7 +374831,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2217), 18, + ACTIONS(2225), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359622,131 +374850,185 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [108572] = 23, + [61886] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5161), 1, + ACTIONS(5213), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [108649] = 23, + [61963] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5215), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62040] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5163), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5217), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [108726] = 9, + [62117] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4387), 9, + ACTIONS(4499), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359756,7 +375038,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4385), 13, + ACTIONS(4497), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -359770,41 +375052,41 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [108775] = 14, + [62166] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4391), 5, + ACTIONS(4519), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4389), 10, + ACTIONS(4517), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -359815,10 +375097,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_QMARK, anon_sym_GT2, - [108834] = 3, + [62225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 11, + ACTIONS(2279), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359830,7 +375112,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2274), 18, + ACTIONS(2272), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359849,116 +375131,62 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [108871] = 21, + [62262] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4545), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4549), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4551), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4843), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4845), 1, + ACTIONS(4921), 1, anon_sym_PIPE_PIPE, - ACTIONS(4847), 1, + ACTIONS(4923), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4925), 1, anon_sym_PIPE, - ACTIONS(4851), 1, + ACTIONS(4927), 1, anon_sym_CARET, - ACTIONS(4853), 1, + ACTIONS(4929), 1, anon_sym_AMP, - ACTIONS(4859), 1, + ACTIONS(4935), 1, anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4937), 1, anon_sym_LT_LT, - ACTIONS(4863), 1, + ACTIONS(4939), 1, anon_sym_GT_GT, - STATE(2819), 1, + STATE(2774), 1, sym_argument_list, - ACTIONS(4839), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4841), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4855), 2, + ACTIONS(4931), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4867), 2, + ACTIONS(4943), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, + ACTIONS(4933), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4401), 4, + ACTIONS(4475), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_QMARK, anon_sym_GT2, - [108944] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5165), 1, - anon_sym_RPAREN, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [109021] = 3, + [62335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 11, + ACTIONS(2934), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359970,7 +375198,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2903), 18, + ACTIONS(2929), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359989,10 +375217,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [109058] = 3, + [62372] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5199), 1, + anon_sym_STAR, + ACTIONS(5201), 1, + anon_sym_AMP_AMP, + ACTIONS(5203), 1, + anon_sym_AMP, + STATE(3691), 1, + sym_parameter_list, + STATE(3835), 1, + sym__abstract_declarator, + STATE(3236), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4080), 9, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [62429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4441), 11, + ACTIONS(4343), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -360004,7 +375276,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4234), 18, + ACTIONS(4243), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -360023,261 +375295,170 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [109095] = 23, + [62466] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5167), 1, + ACTIONS(5219), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [109172] = 23, + [62543] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5169), 1, + ACTIONS(5221), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [109249] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - ACTIONS(4545), 1, - anon_sym_LBRACK, - ACTIONS(4549), 1, - anon_sym_DOT, - ACTIONS(4551), 1, - anon_sym_DASH_GT, - ACTIONS(4843), 1, - anon_sym_SLASH, - ACTIONS(4859), 1, - anon_sym_LT_EQ, - ACTIONS(4861), 1, + ACTIONS(4853), 2, anon_sym_LT_LT, - ACTIONS(4863), 1, anon_sym_GT_GT, - STATE(2819), 1, - sym_argument_list, - ACTIONS(4459), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4839), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4841), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4867), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4857), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4457), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_GT2, - [109312] = 21, + [62620] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4445), 3, + ACTIONS(4424), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, - [109385] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5127), 1, - anon_sym_STAR, - ACTIONS(5129), 1, - anon_sym_AMP_AMP, - ACTIONS(5131), 1, - anon_sym_AMP, - STATE(3662), 1, - sym_parameter_list, - STATE(3815), 1, - sym__abstract_declarator, - STATE(3194), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4049), 9, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [109442] = 3, + [62693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 11, + ACTIONS(2297), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -360289,7 +375470,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2302), 18, + ACTIONS(2290), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -360308,140 +375489,86 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [109479] = 20, + [62730] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4449), 4, + ACTIONS(4432), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, - [109550] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5171), 1, - anon_sym_RPAREN, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [109627] = 11, + [62801] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4459), 6, + ACTIONS(4457), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360455,23 +375582,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [109680] = 9, + [62854] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - STATE(2793), 1, + STATE(2842), 1, sym_argument_list, - ACTIONS(5000), 2, + ACTIONS(5039), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 7, + ACTIONS(4457), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -360479,7 +375606,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 15, + ACTIONS(4455), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -360495,195 +375622,249 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_QMARK, anon_sym_RBRACK_RBRACK, - [109729] = 19, + [62903] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 5, + ACTIONS(4455), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_QMARK, - [109798] = 18, + [62972] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 6, + ACTIONS(4455), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, - [109865] = 18, + [63039] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4459), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 6, + ACTIONS(4455), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, - [109932] = 17, + [63106] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_COMMA, + ACTIONS(5223), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63183] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4459), 1, + ACTIONS(4457), 1, anon_sym_PIPE, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 7, + ACTIONS(4455), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360691,46 +375872,46 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [109997] = 16, + [63248] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 7, + ACTIONS(4455), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360738,97 +375919,97 @@ static uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [110060] = 23, + [63311] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5173), 1, + ACTIONS(5225), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110137] = 15, + [63388] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 9, + ACTIONS(4455), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360838,39 +376019,39 @@ static uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [110198] = 13, + [63449] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4459), 4, + ACTIONS(4457), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 11, + ACTIONS(4455), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360882,36 +376063,36 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [110255] = 12, + [63506] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4459), 4, + ACTIONS(4457), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4457), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -360925,64 +376106,152 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [110310] = 23, + [63561] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4593), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4597), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4599), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + STATE(2842), 1, + sym_argument_list, + ACTIONS(5039), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4303), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4301), 15, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_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, - ACTIONS(4873), 1, + anon_sym_RBRACK_RBRACK, + [63610] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 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, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + 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(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4903), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4526), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(5175), 1, - anon_sym_SEMI, - STATE(2451), 1, + anon_sym_RBRACK, + anon_sym_QMARK, + [63681] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 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, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110387] = 3, + ACTIONS(4349), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [63752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 11, + ACTIONS(2317), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -360994,7 +376263,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2256), 18, + ACTIONS(2310), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -361013,957 +376282,1034 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [110424] = 9, + [63789] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4575), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4579), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4581), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - STATE(2793), 1, - sym_argument_list, - ACTIONS(5000), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4471), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4469), 15, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, anon_sym_COMMA, + ACTIONS(5227), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_RBRACK_RBRACK, - [110473] = 23, + [63866] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5177), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4399), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110550] = 23, + [63941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4277), 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(4275), 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, + [63978] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5179), 1, + ACTIONS(5229), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110627] = 23, + [64055] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5181), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5231), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110704] = 23, + [64132] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4319), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4569), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4573), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4575), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4919), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5183), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(4937), 1, + anon_sym_LT_LT, + ACTIONS(4939), 1, + anon_sym_GT_GT, + STATE(2774), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4915), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4917), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4943), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4457), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, + anon_sym_LT, + ACTIONS(4455), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [110781] = 23, + anon_sym_QMARK, + anon_sym_GT2, + [64191] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, + ACTIONS(4951), 1, anon_sym_COMMA, - ACTIONS(5185), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5233), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110858] = 23, + [64268] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5187), 1, + ACTIONS(5235), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [110935] = 23, + [64342] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5189), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5237), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111012] = 3, + [64416] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4272), 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(4270), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4865), 1, anon_sym_LPAREN2, + ACTIONS(4867), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4869), 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(4871), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5241), 1, + anon_sym_const, + STATE(3652), 1, + sym_parameter_list, + STATE(3798), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5239), 15, + anon_sym_COMMA, + anon_sym_SEMI, + 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_GT2, - [111049] = 23, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [64468] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5191), 1, + ACTIONS(5243), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111126] = 22, + [64542] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(5269), 1, + anon_sym_COLON, + ACTIONS(5271), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4278), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111201] = 20, + [64616] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5273), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4417), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [111272] = 23, + [64690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4407), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4405), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(4873), 1, - anon_sym_COMMA, - ACTIONS(5193), 1, - anon_sym_RPAREN, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [64726] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4377), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 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(4375), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [111349] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [64762] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5195), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5275), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111423] = 12, + [64836] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5277), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4459), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4457), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - [111477] = 22, + [64910] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5203), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5279), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111551] = 22, + [64984] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5205), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5281), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111625] = 22, + [65058] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5283), 1, + sym_identifier, + ACTIONS(5289), 1, + anon_sym_enum, + ACTIONS(5291), 1, + anon_sym_class, + ACTIONS(5293), 1, + anon_sym_struct, + ACTIONS(5295), 1, + anon_sym_union, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5299), 1, + anon_sym_typename, + STATE(2199), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2261), 1, + sym__type_specifier, + STATE(2294), 1, + sym_scoped_type_identifier, + STATE(2305), 1, + sym_template_type, + STATE(3530), 1, + sym_argument_list, + STATE(5251), 1, + sym_scoped_namespace_identifier, + ACTIONS(5287), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5285), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2456), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [65126] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(5225), 1, - anon_sym_COLON, - ACTIONS(5227), 1, + ACTIONS(5271), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5301), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111699] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4375), 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(4373), 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, - [111735] = 3, + [65200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 10, + ACTIONS(4329), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -361974,7 +377320,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4377), 18, + ACTIONS(4327), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -361993,10 +377339,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [111771] = 3, + [65236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 10, + ACTIONS(4347), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362007,7 +377353,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4146), 18, + ACTIONS(4345), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362026,71 +377372,73 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [111807] = 22, + [65272] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5229), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5303), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [111881] = 3, + [65346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4375), 8, + ACTIONS(4420), 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(4373), 20, + ACTIONS(4418), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362101,113 +377449,18 @@ static 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [111917] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, anon_sym_QMARK, - ACTIONS(5231), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [111991] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LPAREN2, - ACTIONS(4894), 1, - anon_sym_STAR, - ACTIONS(4896), 1, - anon_sym_AMP_AMP, - ACTIONS(4898), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5235), 1, - anon_sym_const, - STATE(3632), 1, - sym_parameter_list, - STATE(3781), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5233), 15, - anon_sym_COMMA, - anon_sym_SEMI, - 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, - [112043] = 3, + anon_sym_GT2, + [65382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 10, + ACTIONS(4442), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362218,7 +377471,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4397), 18, + ACTIONS(4440), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362237,164 +377490,152 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [112079] = 20, + [65418] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(5271), 1, + anon_sym_QMARK, + ACTIONS(5305), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4401), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [112149] = 3, + [65492] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 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(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4409), 18, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - 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, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, + ACTIONS(5307), 1, + anon_sym_RBRACK, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [112185] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4415), 10, + ACTIONS(4881), 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(4413), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + 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, + ACTIONS(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4903), 2, anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [112221] = 19, + anon_sym_GT_GT, + [65566] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(5237), 1, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5243), 1, + ACTIONS(5289), 1, anon_sym_enum, - ACTIONS(5245), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(5247), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(5249), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(5251), 1, + ACTIONS(5297), 1, anon_sym_decltype, - ACTIONS(5253), 1, + ACTIONS(5299), 1, anon_sym_typename, - STATE(2221), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2492), 1, + STATE(2254), 1, sym__type_specifier, - STATE(2559), 1, - sym_template_type, - STATE(2561), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(3528), 1, + STATE(2305), 1, + sym_template_type, + STATE(3536), 1, sym_argument_list, - STATE(5388), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -362402,21 +377643,19 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [112289] = 3, + [65634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 10, + ACTIONS(4407), 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(4421), 18, + ACTIONS(4405), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362427,51 +377666,20 @@ static 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_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [112325] = 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, 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_GT_GT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [112361] = 3, + anon_sym_RBRACK_RBRACK, + [65670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4379), 8, + ACTIONS(4377), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362480,7 +377688,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4377), 20, + ACTIONS(4375), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362501,19 +377709,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [112397] = 3, + [65706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4399), 8, + ACTIONS(4315), 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(4397), 20, + ACTIONS(4313), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362524,29 +377734,29 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [112433] = 3, + anon_sym_GT2, + [65742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4411), 8, + ACTIONS(4495), 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(4409), 20, + ACTIONS(4493), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362557,124 +377767,122 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [112469] = 22, + anon_sym_GT2, + [65778] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5255), 1, + ACTIONS(5309), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [112543] = 22, + [65852] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5257), 1, + ACTIONS(5311), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [112617] = 3, + [65926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 10, + ACTIONS(4532), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362685,7 +377893,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4489), 18, + ACTIONS(4530), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362704,10 +377912,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [112653] = 3, + [65962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 10, + ACTIONS(4515), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362718,7 +377926,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4485), 18, + ACTIONS(4513), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362737,147 +377945,166 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [112689] = 22, + [65998] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3923), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5313), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [112763] = 22, + [66072] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3897), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4399), 1, + anon_sym_COLON, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(5271), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [112837] = 3, + [66146] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4481), 18, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5315), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [112873] = 3, + anon_sym_GT_GT, + [66220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4479), 10, + ACTIONS(4503), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362888,7 +378115,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4477), 18, + ACTIONS(4501), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362907,62 +378134,58 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [112909] = 22, + [66256] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, ACTIONS(5259), 1, - anon_sym_SEMI, - STATE(2451), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [112983] = 3, + ACTIONS(4455), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + [66322] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 10, + ACTIONS(4485), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -362973,7 +378196,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4465), 18, + ACTIONS(4483), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -362992,73 +378215,120 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [113019] = 22, + [66358] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5261), 1, + ACTIONS(5317), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113093] = 3, + [66432] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5319), 1, + anon_sym_enum, + ACTIONS(5321), 1, + anon_sym_typename, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(2899), 1, + sym__type_specifier, + STATE(3559), 1, + sym_argument_list, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 10, + ACTIONS(4325), 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(4473), 18, + ACTIONS(4323), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363069,70 +378339,151 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [113129] = 22, + anon_sym_RBRACK_RBRACK, + [66536] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3903), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, - anon_sym_SLASH, - ACTIONS(4920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, - anon_sym_AMP_AMP, - ACTIONS(4924), 1, - anon_sym_PIPE, - ACTIONS(4926), 1, - anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5323), 1, + sym_identifier, + ACTIONS(5329), 1, + anon_sym_enum, + ACTIONS(5331), 1, + anon_sym_class, + ACTIONS(5333), 1, + anon_sym_struct, + ACTIONS(5335), 1, + anon_sym_union, + ACTIONS(5337), 1, + anon_sym_decltype, + ACTIONS(5339), 1, + anon_sym_typename, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2464), 1, + sym__type_specifier, + STATE(2563), 1, + sym_scoped_type_identifier, + STATE(2564), 1, + sym_template_type, + STATE(3562), 1, sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + STATE(5419), 1, + sym_scoped_namespace_identifier, + ACTIONS(5327), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5325), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2663), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4329), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4327), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113203] = 3, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [66640] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3159), 1, + anon_sym_class, + ACTIONS(3161), 1, + anon_sym_struct, + ACTIONS(3163), 1, + anon_sym_union, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5341), 1, + anon_sym_enum, + ACTIONS(5343), 1, + anon_sym_typename, + STATE(1014), 1, + sym_template_type, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3007), 1, + sym__type_specifier, + STATE(3548), 1, + sym_argument_list, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4415), 8, + ACTIONS(4347), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -363141,7 +378492,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4413), 20, + ACTIONS(4345), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363162,227 +378513,278 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [113239] = 22, + [66744] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3931), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5345), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113313] = 22, + [66818] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3697), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5347), 1, + sym_identifier, + ACTIONS(5353), 1, + anon_sym_enum, + ACTIONS(5355), 1, + anon_sym_class, + ACTIONS(5357), 1, + anon_sym_struct, + ACTIONS(5359), 1, + anon_sym_union, + ACTIONS(5361), 1, + anon_sym_decltype, + ACTIONS(5363), 1, + anon_sym_typename, + STATE(2262), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2527), 1, + sym__type_specifier, + STATE(2567), 1, + sym_template_type, + STATE(2590), 1, + sym_scoped_type_identifier, + STATE(3528), 1, + sym_argument_list, + STATE(5381), 1, + sym_scoped_namespace_identifier, + ACTIONS(5351), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5349), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2761), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [66886] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5263), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5365), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113387] = 22, + [66960] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5265), 1, + ACTIONS(5367), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113461] = 22, + [67034] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5267), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5369), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [113535] = 3, + [67108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4423), 8, + ACTIONS(4395), 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(4421), 20, + ACTIONS(4393), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363393,72 +378795,18 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [113571] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, - anon_sym_SLASH, - ACTIONS(4920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, - anon_sym_AMP_AMP, - ACTIONS(4924), 1, - anon_sym_PIPE, - ACTIONS(4926), 1, - anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - ACTIONS(5269), 1, - anon_sym_RBRACK, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4916), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4930), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [113645] = 3, + anon_sym_GT2, + [67144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 8, + ACTIONS(4420), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -363467,7 +378815,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4425), 20, + ACTIONS(4418), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363488,176 +378836,43 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [113681] = 22, + [67180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4438), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(5207), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, - anon_sym_AMP_AMP, - ACTIONS(5211), 1, anon_sym_PIPE, - ACTIONS(5213), 1, - anon_sym_CARET, - ACTIONS(5215), 1, anon_sym_AMP, - ACTIONS(5227), 1, - anon_sym_QMARK, - ACTIONS(5271), 1, - anon_sym_COLON, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5219), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(5221), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5223), 2, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, - [113755] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4436), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5273), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [113829] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, - anon_sym_SLASH, - ACTIONS(4920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, - anon_sym_AMP_AMP, - ACTIONS(4924), 1, - anon_sym_PIPE, - ACTIONS(4926), 1, - anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, anon_sym_QMARK, - ACTIONS(5275), 1, - anon_sym_RBRACK, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4916), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4930), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [113903] = 8, + anon_sym_DASH_GT, + anon_sym_GT2, + [67216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4383), 7, + ACTIONS(1412), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -363665,8 +378880,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4381), 16, + anon_sym_DOT, + ACTIONS(1414), 20, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -363678,25 +378896,25 @@ static uint16_t ts_small_parse_table[] = { 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, - [113949] = 3, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [67252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4182), 10, + ACTIONS(4469), 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(4184), 18, + ACTIONS(4467), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363707,237 +378925,217 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [113985] = 22, + anon_sym_RBRACK_RBRACK, + [67288] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3907), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5277), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114059] = 22, + [67362] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5279), 1, + ACTIONS(5371), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114133] = 3, + [67436] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 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(4453), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4865), 1, anon_sym_LPAREN2, + ACTIONS(4867), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4869), 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(4871), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5375), 1, + anon_sym_const, + STATE(3652), 1, + sym_parameter_list, + STATE(3815), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5373), 15, + anon_sym_COMMA, + anon_sym_SEMI, + 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_GT2, - [114169] = 22, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [67488] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4481), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4479), 16, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5281), 1, - anon_sym_RPAREN, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114243] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(5201), 1, - anon_sym_SLASH, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + [67534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4442), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4391), 4, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4389), 10, + anon_sym_DOT, + ACTIONS(4440), 20, 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, @@ -363945,21 +379143,29 @@ static uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_QMARK, - [114299] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [67570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 8, + ACTIONS(4207), 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(4437), 20, + ACTIONS(4209), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -363970,121 +379176,70 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [114335] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5283), 1, - anon_sym_enum, - ACTIONS(5285), 1, - anon_sym_typename, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2877), 1, - sym__type_specifier, - STATE(3552), 1, - sym_argument_list, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [114403] = 22, + anon_sym_GT2, + [67606] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5287), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5377), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114477] = 3, + [67680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4491), 8, + ACTIONS(4315), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -364093,7 +379248,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4489), 20, + ACTIONS(4313), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364114,19 +379269,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [114513] = 3, + [67716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2281), 8, + ACTIONS(4422), 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(2274), 20, + ACTIONS(1534), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364137,339 +379294,237 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [114549] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4387), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4385), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - [114597] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3379), 1, - anon_sym_class, - ACTIONS(3381), 1, - anon_sym_struct, - ACTIONS(3383), 1, - anon_sym_union, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(4761), 1, - sym_identifier, - ACTIONS(5289), 1, - anon_sym_enum, - ACTIONS(5291), 1, - anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2233), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, - sym_scoped_type_identifier, - STATE(2969), 1, - sym__type_specifier, - STATE(3497), 1, - sym_argument_list, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(2349), 2, - sym_primitive_type, - sym_auto, - ACTIONS(3373), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1318), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [114665] = 22, + anon_sym_GT2, + [67752] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5293), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5379), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114739] = 3, + [67826] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 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(1796), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4189), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, + ACTIONS(5381), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [114775] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4487), 8, + ACTIONS(4831), 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(4485), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [114811] = 22, + [67900] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3863), 1, + ACTIONS(3903), 1, anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114885] = 22, + [67974] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5295), 1, + ACTIONS(5383), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [114959] = 3, + [68048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4483), 8, + ACTIONS(4325), 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(4481), 20, + ACTIONS(4323), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364480,113 +379535,57 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [114995] = 22, + anon_sym_GT2, + [68084] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, - anon_sym_SLASH, - ACTIONS(4920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, - anon_sym_AMP_AMP, - ACTIONS(4924), 1, - anon_sym_PIPE, - ACTIONS(4926), 1, - anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - ACTIONS(5297), 1, - anon_sym_RBRACK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4499), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4497), 14, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [115069] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LPAREN2, - ACTIONS(4894), 1, - anon_sym_STAR, - ACTIONS(4896), 1, - anon_sym_AMP_AMP, - ACTIONS(4898), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5301), 1, - anon_sym_const, - STATE(3632), 1, - sym_parameter_list, - STATE(3797), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5299), 15, - anon_sym_COMMA, - anon_sym_SEMI, - 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, - [115121] = 3, + anon_sym_QMARK, + [68132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4435), 10, + ACTIONS(4387), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -364597,7 +379596,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4433), 18, + ACTIONS(4385), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364616,10 +379615,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [115157] = 3, + [68168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 10, + ACTIONS(4430), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -364630,7 +379629,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4429), 18, + ACTIONS(4428), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364649,10 +379648,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [115193] = 3, + [68204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4463), 10, + ACTIONS(4465), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -364663,7 +379662,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4461), 18, + ACTIONS(4463), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364682,62 +379681,62 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [115229] = 22, + [68240] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5303), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5385), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [115303] = 3, + [68314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4407), 10, + ACTIONS(4473), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -364748,7 +379747,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4405), 18, + ACTIONS(4471), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -364767,158 +379766,75 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [115339] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4479), 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(4477), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [115375] = 22, + [68350] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5305), 1, + ACTIONS(5387), 1, anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [115449] = 22, + [68424] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, - anon_sym_SLASH, - ACTIONS(5207), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, - anon_sym_AMP_AMP, - ACTIONS(5211), 1, - anon_sym_PIPE, - ACTIONS(5213), 1, - anon_sym_CARET, - ACTIONS(5215), 1, - anon_sym_AMP, - ACTIONS(5227), 1, - anon_sym_QMARK, - ACTIONS(5307), 1, - anon_sym_COLON, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5217), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5219), 2, - anon_sym_GT, + ACTIONS(5146), 1, anon_sym_LT, - ACTIONS(5221), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [115523] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4463), 8, + STATE(2938), 1, + sym_template_argument_list, + ACTIONS(2233), 7, 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(4461), 20, + ACTIONS(2225), 19, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -364932,53 +379848,53 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [115559] = 19, + [68464] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4769), 1, + ACTIONS(5347), 1, + sym_identifier, + ACTIONS(5353), 1, + anon_sym_enum, + ACTIONS(5355), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(5357), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(5359), 1, anon_sym_union, - ACTIONS(5309), 1, - anon_sym_enum, - ACTIONS(5311), 1, + ACTIONS(5361), 1, + anon_sym_decltype, + ACTIONS(5363), 1, anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, + STATE(2262), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3025), 1, + STATE(2486), 1, sym__type_specifier, - STATE(3542), 1, + STATE(2567), 1, + sym_template_type, + STATE(2590), 1, + sym_scoped_type_identifier, + STATE(3524), 1, sym_argument_list, - STATE(5400), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(5351), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + ACTIONS(5349), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2761), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -364986,185 +379902,100 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [115627] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4395), 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(4393), 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, - [115663] = 22, + [68532] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3935), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4916), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4930), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [115737] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5313), 1, + ACTIONS(5389), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [115811] = 19, + [68606] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(5315), 1, - sym_identifier, - ACTIONS(5319), 1, - anon_sym_enum, - ACTIONS(5321), 1, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(5323), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(5325), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(5327), 1, + ACTIONS(5391), 1, + anon_sym_enum, + ACTIONS(5393), 1, anon_sym_typename, - STATE(2865), 1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(2229), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2974), 1, + STATE(3074), 1, sym__type_specifier, - STATE(3069), 1, - sym_scoped_type_identifier, - STATE(3070), 1, - sym_template_type, - STATE(3511), 1, + STATE(3549), 1, sym_argument_list, - STATE(5302), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(5317), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -365172,552 +380003,572 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [115879] = 22, + [68674] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5329), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5395), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [115953] = 22, + [68748] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5331), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5397), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116027] = 22, + [68822] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5333), 1, + ACTIONS(5399), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116101] = 3, + [68896] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4475), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4473), 20, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5401), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [116137] = 22, + [68970] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5335), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5403), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116211] = 3, + [69044] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4467), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4465), 20, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5405), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [116247] = 22, + [69118] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5337), 1, + ACTIONS(5407), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116321] = 22, + [69192] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5339), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5409), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116395] = 22, + [69266] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5341), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5411), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116469] = 19, + [69340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4495), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4493), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4769), 1, - anon_sym_class, - ACTIONS(4771), 1, - anon_sym_struct, - ACTIONS(4773), 1, - anon_sym_union, - ACTIONS(5309), 1, - anon_sym_enum, - ACTIONS(5311), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3028), 1, - sym__type_specifier, - STATE(3499), 1, - sym_argument_list, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4765), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [116537] = 22, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [69376] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5343), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5413), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116611] = 3, + [69450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 10, + ACTIONS(1416), 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(2217), 18, + ACTIONS(1418), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -365728,56 +380579,107 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [116647] = 19, + anon_sym_RBRACK_RBRACK, + [69486] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(3701), 1, anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(5315), 1, + ACTIONS(5415), 1, sym_identifier, - ACTIONS(5319), 1, + ACTIONS(5419), 1, anon_sym_enum, - ACTIONS(5321), 1, + ACTIONS(5421), 1, anon_sym_class, - ACTIONS(5323), 1, + ACTIONS(5423), 1, anon_sym_struct, - ACTIONS(5325), 1, + ACTIONS(5425), 1, anon_sym_union, - ACTIONS(5327), 1, + ACTIONS(5427), 1, anon_sym_typename, - STATE(2865), 1, + STATE(2893), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3013), 1, + STATE(3019), 1, sym__type_specifier, - STATE(3069), 1, + STATE(3097), 1, + sym_template_type, + STATE(3098), 1, sym_scoped_type_identifier, - STATE(3070), 1, + STATE(3563), 1, + sym_argument_list, + STATE(5333), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5417), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [69554] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4805), 1, + anon_sym_class, + ACTIONS(4807), 1, + anon_sym_struct, + ACTIONS(4809), 1, + anon_sym_union, + ACTIONS(5391), 1, + anon_sym_enum, + ACTIONS(5393), 1, + anon_sym_typename, + STATE(1248), 1, sym_template_type, - STATE(3538), 1, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3053), 1, + sym__type_specifier, + STATE(3552), 1, sym_argument_list, - STATE(5302), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(5317), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -365785,10 +380687,10 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [116715] = 3, + [69622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2263), 8, + ACTIONS(4532), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -365797,7 +380699,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2256), 20, + ACTIONS(4530), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -365818,71 +380720,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [116751] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5345), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [116825] = 3, + [69658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 8, + ACTIONS(2233), 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(4453), 20, + ACTIONS(2225), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -365893,559 +380745,739 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [116861] = 22, + anon_sym_GT2, + [69694] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5347), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(5429), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [116935] = 22, + [69768] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5349), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5431), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117009] = 3, + [69842] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(1737), 20, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5433), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [117045] = 22, + [69916] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5351), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(5435), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117119] = 22, + [69990] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, - anon_sym_SLASH, - ACTIONS(4920), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, - anon_sym_AMP_AMP, - ACTIONS(4924), 1, - anon_sym_PIPE, - ACTIONS(4926), 1, - anon_sym_CARET, - ACTIONS(4928), 1, - anon_sym_AMP, - ACTIONS(4940), 1, - anon_sym_QMARK, - ACTIONS(5353), 1, - anon_sym_RBRACK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4303), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4301), 14, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + [70038] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4515), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + anon_sym_DOT, + ACTIONS(4513), 20, + 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, - ACTIONS(4936), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117193] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [70074] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5355), 1, + ACTIONS(5437), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117267] = 22, + [70148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4180), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4182), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5357), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [70184] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5323), 1, + sym_identifier, + ACTIONS(5329), 1, + anon_sym_enum, + ACTIONS(5331), 1, + anon_sym_class, + ACTIONS(5333), 1, + anon_sym_struct, + ACTIONS(5335), 1, + anon_sym_union, + ACTIONS(5337), 1, + anon_sym_decltype, + ACTIONS(5339), 1, + anon_sym_typename, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2534), 1, + sym__type_specifier, + STATE(2563), 1, + sym_scoped_type_identifier, + STATE(2564), 1, + sym_template_type, + STATE(3544), 1, + sym_argument_list, + STATE(5419), 1, + sym_scoped_namespace_identifier, + ACTIONS(5327), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5325), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2663), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [70252] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4503), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4501), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117341] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [70288] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5359), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5439), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117415] = 22, + [70362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4485), 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(4483), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [70398] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3913), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5361), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117489] = 22, + [70472] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5363), 1, + ACTIONS(5441), 1, anon_sym_COLON, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117563] = 19, + [70546] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4742), 1, + anon_sym_STAR, + ACTIONS(4744), 1, + anon_sym_AMP_AMP, + ACTIONS(4746), 1, + anon_sym_AMP, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(4358), 1, + sym__field_declarator, + STATE(4827), 1, + sym_scoped_field_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [70610] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(5415), 1, sym_identifier, - ACTIONS(2935), 1, + ACTIONS(5419), 1, + anon_sym_enum, + ACTIONS(5421), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(5423), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(5425), 1, anon_sym_union, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5283), 1, - anon_sym_enum, - ACTIONS(5285), 1, + ACTIONS(5427), 1, anon_sym_typename, - STATE(808), 1, + STATE(2893), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(2989), 1, + sym__type_specifier, + STATE(3097), 1, sym_template_type, - STATE(1315), 1, + STATE(3098), 1, sym_scoped_type_identifier, - STATE(2891), 1, - sym__type_specifier, - STATE(3555), 1, + STATE(3570), 1, sym_argument_list, - STATE(5400), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(5417), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -366453,335 +381485,372 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [117631] = 22, + [70678] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5365), 1, + ACTIONS(5443), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117705] = 22, + [70752] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5367), 1, + ACTIONS(5445), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117779] = 22, + [70826] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3841), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5447), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117853] = 22, + [70900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(2317), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2310), 20, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5369), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [117927] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [70936] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2887), 1, + anon_sym_class, + ACTIONS(2889), 1, + anon_sym_struct, + ACTIONS(2891), 1, + anon_sym_union, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5319), 1, + anon_sym_enum, + ACTIONS(5321), 1, + anon_sym_typename, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(2926), 1, + sym__type_specifier, + STATE(3556), 1, + sym_argument_list, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [71004] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4457), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4455), 14, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_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, - ACTIONS(5371), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + [71052] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4438), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4436), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118001] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [71088] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5373), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5449), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118075] = 9, + [71162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4626), 1, - anon_sym_DOT, - ACTIONS(4628), 1, - anon_sym_DASH_GT, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4471), 7, + ACTIONS(4395), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -366789,8 +381858,11 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4469), 14, + anon_sym_DOT, + ACTIONS(4393), 20, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -366802,12 +381874,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, - [118123] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [71198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 8, + ACTIONS(2297), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -366816,7 +381892,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2302), 20, + ACTIONS(2290), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -366837,892 +381913,816 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [118159] = 22, + [71234] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5375), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5451), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118233] = 22, + [71308] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3929), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5377), 1, - anon_sym_RBRACK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118307] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - STATE(4062), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [118371] = 20, + [71382] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(5271), 1, + anon_sym_QMARK, + ACTIONS(5453), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4449), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [118441] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4710), 1, - anon_sym_STAR, - ACTIONS(4712), 1, - anon_sym_AMP_AMP, - ACTIONS(4714), 1, - anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(4294), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, - sym_scoped_field_identifier, - STATE(5110), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [118505] = 22, + [71456] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5379), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5455), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118579] = 11, + [71530] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3919), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2451), 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(4907), 1, + anon_sym_QMARK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5199), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4459), 6, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4457), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4883), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4899), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - [118631] = 22, + [71604] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4742), 1, + anon_sym_STAR, + ACTIONS(4744), 1, + anon_sym_AMP_AMP, + ACTIONS(4746), 1, + anon_sym_AMP, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(4387), 1, + sym__field_declarator, + STATE(4827), 1, + sym_scoped_field_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [71668] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5381), 1, + ACTIONS(5457), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118705] = 19, + [71742] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5237), 1, - sym_identifier, - ACTIONS(5243), 1, - anon_sym_enum, - ACTIONS(5245), 1, - anon_sym_class, - ACTIONS(5247), 1, - anon_sym_struct, - ACTIONS(5249), 1, - anon_sym_union, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5253), 1, - anon_sym_typename, - STATE(2221), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2465), 1, - sym__type_specifier, - STATE(2559), 1, - sym_template_type, - STATE(2561), 1, - sym_scoped_type_identifier, - STATE(3524), 1, - sym_argument_list, - STATE(5388), 1, - sym_scoped_namespace_identifier, - ACTIONS(5241), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5239), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2646), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [118773] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5383), 1, + ACTIONS(5459), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118847] = 22, + [71816] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5385), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5461), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118921] = 22, + [71890] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3971), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + STATE(4107), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [71954] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5463), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [118995] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5393), 1, - anon_sym_enum, - ACTIONS(5395), 1, - anon_sym_class, - ACTIONS(5397), 1, - anon_sym_struct, - ACTIONS(5399), 1, - anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5403), 1, - anon_sym_typename, - STATE(2189), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2243), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, - sym_template_type, - STATE(3527), 1, - sym_argument_list, - STATE(5221), 1, - sym_scoped_namespace_identifier, - ACTIONS(5391), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5389), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2310), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [119063] = 19, + [72028] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5209), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5465), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_COLON, - anon_sym_QMARK, - [119131] = 18, + [72102] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5211), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5467), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, - anon_sym_QMARK, - [119197] = 18, + [72176] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4459), 1, - anon_sym_PIPE, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5213), 1, + ACTIONS(5251), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5253), 1, + anon_sym_AMP_AMP, + ACTIONS(5255), 1, + anon_sym_PIPE, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 5, + ACTIONS(4475), 3, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, - [119263] = 22, + [72246] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3863), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5405), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119337] = 19, + [72320] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(5387), 1, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5393), 1, - anon_sym_enum, - ACTIONS(5395), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(5401), 1, + ACTIONS(5297), 1, anon_sym_decltype, - ACTIONS(5403), 1, + ACTIONS(5469), 1, + anon_sym_enum, + ACTIONS(5471), 1, anon_sym_typename, - STATE(2189), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2224), 1, + STATE(2261), 1, sym__type_specifier, - STATE(2292), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(2293), 1, + STATE(2305), 1, sym_template_type, - STATE(3536), 1, + STATE(3541), 1, sym_argument_list, - STATE(5221), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -367730,708 +382730,583 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [119405] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LPAREN2, - ACTIONS(4894), 1, - anon_sym_STAR, - ACTIONS(4896), 1, - anon_sym_AMP_AMP, - ACTIONS(4898), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5407), 1, - anon_sym_const, - STATE(3632), 1, - sym_parameter_list, - STATE(3787), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4731), 15, - anon_sym_COMMA, - anon_sym_SEMI, - 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, - [119457] = 22, + [72388] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3965), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5473), 1, + anon_sym_RBRACK, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119531] = 22, + [72462] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5409), 1, + ACTIONS(5475), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119605] = 3, + [72536] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4443), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(1796), 20, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5477), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [119641] = 22, + [72610] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5411), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5479), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119715] = 22, + [72684] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5413), 1, + ACTIONS(5481), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119789] = 17, + [72758] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4459), 1, - anon_sym_PIPE, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5215), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5483), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - [119853] = 22, + [72832] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5415), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5485), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [119927] = 16, + [72906] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5249), 1, anon_sym_SLASH, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4459), 2, + ACTIONS(5251), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5253), 1, + anon_sym_AMP_AMP, + ACTIONS(5255), 1, anon_sym_PIPE, + ACTIONS(5257), 1, + anon_sym_CARET, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(4791), 2, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4424), 2, + anon_sym_COLON, + anon_sym_QMARK, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - [119989] = 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, - anon_sym_DOT, - ACTIONS(4166), 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, - [120025] = 22, + [72978] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5417), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5487), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4811), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [120099] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4441), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4234), 20, - 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(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [120135] = 15, + [73052] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4459), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5219), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5221), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4457), 8, + ACTIONS(4519), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4517), 10, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_COLON, anon_sym_QMARK, - [120195] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - STATE(4056), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [120259] = 22, + [73108] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5419), 1, + ACTIONS(5489), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [120333] = 3, + [73182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2908), 8, + ACTIONS(4469), 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(2903), 20, + ACTIONS(4467), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -368442,324 +383317,224 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [120369] = 22, + anon_sym_GT2, + [73218] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5421), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5491), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [120443] = 22, + [73292] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5493), 1, anon_sym_RBRACK, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4934), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4936), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [120517] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4435), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4433), 20, - 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(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [120553] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3487), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5425), 1, - sym_identifier, - ACTIONS(5431), 1, - anon_sym_enum, - ACTIONS(5433), 1, - anon_sym_class, - ACTIONS(5435), 1, - anon_sym_struct, - ACTIONS(5437), 1, - anon_sym_union, - ACTIONS(5439), 1, - anon_sym_decltype, - ACTIONS(5441), 1, - anon_sym_typename, - STATE(2244), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2449), 1, - sym__type_specifier, - STATE(2542), 1, - sym_scoped_type_identifier, - STATE(2544), 1, - sym_template_type, - STATE(3537), 1, - sym_argument_list, - STATE(5350), 1, - sym_scoped_namespace_identifier, - ACTIONS(5429), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5427), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2644), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [120621] = 22, + [73366] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5443), 1, + ACTIONS(5495), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [120695] = 3, + [73440] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 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(1752), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4189), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, + ACTIONS(5253), 1, anon_sym_AMP_AMP, + ACTIONS(5255), 1, + anon_sym_PIPE, + ACTIONS(5257), 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_LBRACK, - anon_sym_QMARK, + ACTIONS(5259), 1, + anon_sym_AMP, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [120731] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4395), 8, + ACTIONS(5245), 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(4393), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5263), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(4432), 3, + 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_RBRACK_RBRACK, - [120767] = 3, + [73510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 8, + ACTIONS(4422), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -368768,7 +383543,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4429), 20, + ACTIONS(1534), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -368789,125 +383564,88 @@ static uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_RBRACK_RBRACK, - [120803] = 22, + [73546] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5445), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5497), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [120877] = 19, + [73620] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5395), 1, - anon_sym_class, - ACTIONS(5397), 1, - anon_sym_struct, - ACTIONS(5399), 1, - anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_enum, - ACTIONS(5449), 1, - anon_sym_typename, - STATE(2189), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2243), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, - sym_template_type, - STATE(3550), 1, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(5249), 1, + anon_sym_SLASH, + STATE(2519), 1, sym_argument_list, - STATE(5221), 1, - sym_scoped_namespace_identifier, - ACTIONS(5391), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5389), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2310), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [120945] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4407), 8, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5247), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4457), 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(4405), 20, + ACTIONS(4455), 12, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -368917,940 +383655,893 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [120981] = 22, + [73672] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(5227), 1, - anon_sym_QMARK, - ACTIONS(5451), 1, - anon_sym_COLON, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121055] = 13, + ACTIONS(4455), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_COLON, + anon_sym_QMARK, + [73740] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - STATE(2451), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5499), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4459), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4457), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_COLON, - anon_sym_QMARK, - [121111] = 9, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [73814] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - STATE(2451), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5255), 1, + anon_sym_PIPE, + ACTIONS(5257), 1, + anon_sym_CARET, + ACTIONS(5259), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4459), 7, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4457), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5263), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4455), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, - [121159] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4710), 1, - anon_sym_STAR, - ACTIONS(4712), 1, - anon_sym_AMP_AMP, - ACTIONS(4714), 1, - anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(4352), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, - sym_scoped_field_identifier, - STATE(5110), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [121223] = 22, + [73880] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5453), 1, + ACTIONS(5501), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121297] = 22, + [73954] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5455), 1, + ACTIONS(5503), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121371] = 22, + [74028] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4865), 1, + anon_sym_LPAREN2, + ACTIONS(4867), 1, + anon_sym_STAR, + ACTIONS(4869), 1, + anon_sym_AMP_AMP, + ACTIONS(4871), 1, + anon_sym_AMP, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5505), 1, + anon_sym_const, + STATE(3652), 1, + sym_parameter_list, + STATE(3806), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(4771), 15, + anon_sym_COMMA, + anon_sym_SEMI, + 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, + [74080] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5457), 1, + ACTIONS(5507), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121445] = 19, + [74154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, + ACTIONS(4169), 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(4171), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(5425), 1, - sym_identifier, - ACTIONS(5431), 1, - anon_sym_enum, - ACTIONS(5433), 1, - anon_sym_class, - ACTIONS(5435), 1, - anon_sym_struct, - ACTIONS(5437), 1, - anon_sym_union, - ACTIONS(5439), 1, - anon_sym_decltype, - ACTIONS(5441), 1, - anon_sym_typename, - STATE(2244), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2445), 1, - sym__type_specifier, - STATE(2542), 1, - sym_scoped_type_identifier, - STATE(2544), 1, - sym_template_type, - STATE(3546), 1, - sym_argument_list, - STATE(5350), 1, - sym_scoped_namespace_identifier, - ACTIONS(5429), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5427), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2644), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [121513] = 22, + anon_sym_STAR, + 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, + [74190] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5459), 1, + ACTIONS(5509), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121587] = 22, + [74264] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5461), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5511), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121661] = 22, + [74338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(2934), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(2929), 20, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5463), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4799), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4805), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121735] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5395), 1, - anon_sym_class, - ACTIONS(5397), 1, - anon_sym_struct, - ACTIONS(5399), 1, - anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_enum, - ACTIONS(5449), 1, - anon_sym_typename, - STATE(2189), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2224), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, - sym_template_type, - STATE(3543), 1, - sym_argument_list, - STATE(5221), 1, - sym_scoped_namespace_identifier, - ACTIONS(5391), 2, - sym_primitive_type, - sym_auto, - ACTIONS(5389), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2310), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [121803] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [74374] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5465), 1, + ACTIONS(5513), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121877] = 22, + [74448] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4457), 1, + anon_sym_PIPE, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(5259), 1, anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5467), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [121951] = 22, + ACTIONS(4455), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [74512] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5469), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4457), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122025] = 5, + ACTIONS(4455), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [74574] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5110), 1, - anon_sym_LT, - STATE(2928), 1, - sym_template_argument_list, - ACTIONS(2225), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(5249), 1, anon_sym_SLASH, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4457), 2, anon_sym_PIPE, anon_sym_AMP, - anon_sym_GT, - anon_sym_DOT, - ACTIONS(2217), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5245), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(5263), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5265), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5267), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4455), 8, + anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [122065] = 22, + [74634] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5471), 1, + ACTIONS(5515), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122139] = 22, + [74708] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3943), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5473), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122213] = 19, + [74782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3379), 1, + ACTIONS(4343), 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(4243), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [74818] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + ACTIONS(5283), 1, + sym_identifier, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(3381), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(3383), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(4761), 1, - sym_identifier, - ACTIONS(5289), 1, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5469), 1, anon_sym_enum, - ACTIONS(5291), 1, + ACTIONS(5471), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2233), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, - sym_scoped_type_identifier, - STATE(2993), 1, + STATE(2254), 1, sym__type_specifier, - STATE(3539), 1, + STATE(2294), 1, + sym_scoped_type_identifier, + STATE(2305), 1, + sym_template_type, + STATE(3577), 1, sym_argument_list, - STATE(5098), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -369858,541 +384549,619 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [122281] = 22, + [74886] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4742), 1, + anon_sym_STAR, + ACTIONS(4744), 1, + anon_sym_AMP_AMP, + ACTIONS(4746), 1, + anon_sym_AMP, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(4391), 1, + sym__field_declarator, + STATE(4827), 1, + sym_scoped_field_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [74950] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5245), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5247), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5267), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4457), 4, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4455), 10, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_COLON, + anon_sym_QMARK, + [75006] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4309), 1, + anon_sym_DOT, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + ACTIONS(4835), 1, + anon_sym_SLASH, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5475), 1, + ACTIONS(5517), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122355] = 22, + [75080] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5477), 1, + ACTIONS(5519), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122429] = 22, + [75154] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5479), 1, + ACTIONS(5521), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122503] = 22, + [75228] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5481), 1, + ACTIONS(5523), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122577] = 22, + [75302] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5483), 1, + ACTIONS(5525), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122651] = 22, + [75376] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, - anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, - anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5485), 1, - anon_sym_RPAREN, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4457), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4455), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122725] = 22, + anon_sym_COLON, + anon_sym_QMARK, + [75430] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5487), 1, + ACTIONS(5527), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122799] = 22, + [75504] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5489), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5529), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122873] = 22, + [75578] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3941), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5491), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [122947] = 22, + [75652] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5493), 1, + ACTIONS(5531), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123021] = 3, + [75726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 10, + ACTIONS(4387), 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(4437), 18, + ACTIONS(4385), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -370403,133 +385172,133 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [123057] = 22, + anon_sym_RBRACK_RBRACK, + [75762] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5495), 1, + ACTIONS(5533), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123131] = 22, + [75836] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5497), 1, + ACTIONS(5535), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123205] = 3, + [75910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1750), 10, + ACTIONS(4430), 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(1752), 18, + ACTIONS(4428), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -370540,133 +385309,230 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [123241] = 22, + anon_sym_RBRACK_RBRACK, + [75946] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5499), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(5537), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123315] = 22, + [76020] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_AMP_AMP, + ACTIONS(4841), 1, + anon_sym_PIPE, + ACTIONS(4843), 1, + anon_sym_CARET, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5539), 1, + anon_sym_RPAREN, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4831), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4833), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4847), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4849), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4851), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4853), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [76094] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + STATE(4079), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [76158] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + ACTIONS(4305), 1, + anon_sym_LBRACK, + ACTIONS(4660), 1, + anon_sym_DOT, + ACTIONS(4662), 1, + anon_sym_DASH_GT, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, - anon_sym_QMARK, - ACTIONS(5501), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123389] = 3, + ACTIONS(4526), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + [76228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 10, + ACTIONS(4465), 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(1737), 18, + ACTIONS(4463), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -370677,1410 +385543,1497 @@ static 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [123425] = 22, + anon_sym_RBRACK_RBRACK, + [76264] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5503), 1, + ACTIONS(5541), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123499] = 22, + [76338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - ACTIONS(4302), 1, - anon_sym_LBRACK, - ACTIONS(4310), 1, - anon_sym_DOT, - ACTIONS(4312), 1, - anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(1416), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4803), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4813), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(1418), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, - anon_sym_PIPE, - ACTIONS(4821), 1, anon_sym_CARET, - ACTIONS(4823), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(5505), 1, - anon_sym_SEMI, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4791), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [76374] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4473), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4471), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4809), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123573] = 22, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [76410] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5507), 1, + ACTIONS(5543), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123647] = 20, + [76484] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(5249), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(5259), 1, anon_sym_AMP, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4314), 3, + ACTIONS(4349), 3, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, - [123717] = 22, + [76554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(1412), 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(1414), 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, + [76590] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5509), 1, + ACTIONS(5545), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123791] = 21, + [76664] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, - sym_argument_list, - ACTIONS(4445), 2, - anon_sym_COLON, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(4791), 2, + ACTIONS(5547), 1, + anon_sym_SEMI, + STATE(2519), 1, + sym_argument_list, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123863] = 22, + [76738] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4660), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4662), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(5249), 1, + anon_sym_SLASH, + ACTIONS(5251), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(5253), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(5255), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(5257), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(5259), 1, + anon_sym_AMP, + ACTIONS(5271), 1, anon_sym_QMARK, - ACTIONS(5511), 1, - anon_sym_SEMI, - STATE(2451), 1, + ACTIONS(5549), 1, + anon_sym_COLON, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(5245), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(5247), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(5261), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(5263), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(5265), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(5267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [123937] = 22, + [76812] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5513), 1, + ACTIONS(5551), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124011] = 22, + [76886] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5515), 1, + ACTIONS(5553), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124085] = 22, + [76960] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3943), 1, - anon_sym_RBRACK, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5555), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124159] = 22, + [77034] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5517), 1, + ACTIONS(5557), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124233] = 17, + [77108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, + ACTIONS(2279), 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(2272), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, anon_sym_STAR, - ACTIONS(4725), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - STATE(4057), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [124297] = 22, + anon_sym_CARET, + anon_sym_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_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [77144] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5519), 1, + ACTIONS(5559), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124371] = 22, + [77218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(2233), 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(2225), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_RBRACK_RBRACK, + [77254] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5561), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124445] = 22, + [77328] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4278), 1, - anon_sym_COLON, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - STATE(2451), 1, + ACTIONS(5563), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124519] = 22, + [77402] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4918), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4920), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4922), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4924), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4926), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4928), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(4940), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5523), 1, - anon_sym_RBRACK, - STATE(2451), 1, + ACTIONS(5565), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4914), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4916), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4930), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4932), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4934), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4936), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124593] = 3, + [77476] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2225), 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(2217), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3159), 1, + anon_sym_class, + ACTIONS(3161), 1, + anon_sym_struct, + ACTIONS(3163), 1, + anon_sym_union, + ACTIONS(4765), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_RBRACK_RBRACK, - [124629] = 22, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5341), 1, + anon_sym_enum, + ACTIONS(5343), 1, + anon_sym_typename, + STATE(1014), 1, + sym_template_type, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3010), 1, + sym__type_specifier, + STATE(3565), 1, + sym_argument_list, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [77544] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5525), 1, + ACTIONS(5567), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124703] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4710), 1, - anon_sym_STAR, - ACTIONS(4712), 1, - anon_sym_AMP_AMP, - ACTIONS(4714), 1, - anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(4319), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, - sym_scoped_field_identifier, - STATE(5110), 1, - sym_ms_based_modifier, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(53), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [124767] = 22, + [77618] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(3931), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5527), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124841] = 22, + [77692] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5529), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5569), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124915] = 22, + [77766] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5571), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [124989] = 22, + [77840] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + STATE(4103), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(53), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [77904] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3909), 1, + anon_sym_RBRACK, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, - anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, + ACTIONS(4855), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5533), 1, - anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4899), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4901), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4903), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [125063] = 22, + [77978] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - ACTIONS(5227), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5535), 1, - anon_sym_COLON, - STATE(2451), 1, + ACTIONS(5573), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [125137] = 22, + [78052] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5537), 1, + ACTIONS(5575), 1, anon_sym_SEMI, - STATE(2451), 1, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [125211] = 22, + [78126] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4310), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4312), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(4801), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(4803), 1, - anon_sym_AMP, - ACTIONS(4813), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4815), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4817), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(4819), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(4821), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(4823), 1, + ACTIONS(4845), 1, + anon_sym_AMP, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, anon_sym_QMARK, - ACTIONS(5539), 1, - anon_sym_RPAREN, - STATE(2451), 1, + ACTIONS(5577), 1, + anon_sym_SEMI, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4797), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4799), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4805), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4807), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4809), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4811), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [125285] = 20, + [78200] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, + ACTIONS(4189), 1, anon_sym_LPAREN2, - ACTIONS(4302), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4309), 1, anon_sym_DOT, - ACTIONS(4628), 1, + ACTIONS(4311), 1, anon_sym_DASH_GT, - ACTIONS(5201), 1, + ACTIONS(4835), 1, anon_sym_SLASH, - ACTIONS(5207), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5209), 1, + ACTIONS(4839), 1, anon_sym_AMP_AMP, - ACTIONS(5211), 1, + ACTIONS(4841), 1, anon_sym_PIPE, - ACTIONS(5213), 1, + ACTIONS(4843), 1, anon_sym_CARET, - ACTIONS(5215), 1, + ACTIONS(4845), 1, anon_sym_AMP, - STATE(2451), 1, + ACTIONS(4855), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4863), 1, + anon_sym_QMARK, + ACTIONS(5579), 1, + anon_sym_RPAREN, + STATE(2519), 1, sym_argument_list, - ACTIONS(4791), 2, + ACTIONS(4821), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5197), 2, + ACTIONS(4831), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5199), 2, + ACTIONS(4833), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5217), 2, + ACTIONS(4847), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5219), 2, + ACTIONS(4849), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5221), 2, + ACTIONS(4851), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5223), 2, + ACTIONS(4853), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4417), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [125355] = 11, + [78274] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(5068), 1, anon_sym_AMP, - ACTIONS(5407), 1, + ACTIONS(5375), 1, anon_sym_const, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(3802), 1, + STATE(3841), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4731), 14, + ACTIONS(5373), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_EQ, @@ -372095,32 +387048,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [125406] = 11, + [78325] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(5068), 1, anon_sym_AMP, - ACTIONS(5301), 1, + ACTIONS(5241), 1, anon_sym_const, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(3805), 1, + STATE(3824), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5299), 14, + ACTIONS(5239), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_EQ, @@ -372135,72 +387088,72 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [125457] = 11, + [78376] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5026), 1, - anon_sym_STAR, - ACTIONS(5028), 1, - anon_sym_AMP_AMP, - ACTIONS(5030), 1, - anon_sym_AMP, - ACTIONS(5235), 1, + ACTIONS(4875), 1, anon_sym_const, - STATE(3659), 1, - sym_parameter_list, - STATE(3808), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5233), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(5583), 1, + anon_sym___attribute__, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3720), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [125508] = 11, + STATE(3617), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5581), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [78427] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5127), 1, + ACTIONS(5199), 1, anon_sym_STAR, - ACTIONS(5129), 1, + ACTIONS(5201), 1, anon_sym_AMP_AMP, - ACTIONS(5131), 1, + ACTIONS(5203), 1, anon_sym_AMP, - ACTIONS(5301), 1, + ACTIONS(5375), 1, anon_sym_const, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(3807), 1, + STATE(3840), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5299), 14, + ACTIONS(5373), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -372215,32 +387168,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [125559] = 11, + [78478] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5127), 1, + ACTIONS(5199), 1, anon_sym_STAR, - ACTIONS(5129), 1, + ACTIONS(5201), 1, anon_sym_AMP_AMP, - ACTIONS(5131), 1, + ACTIONS(5203), 1, anon_sym_AMP, - ACTIONS(5235), 1, + ACTIONS(5241), 1, anon_sym_const, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(3820), 1, + STATE(3833), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5233), 14, + ACTIONS(5239), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -372255,39 +387208,39 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [125610] = 11, + [78529] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, + ACTIONS(4875), 1, anon_sym_const, - ACTIONS(5543), 1, + ACTIONS(5583), 1, anon_sym___attribute__, - ACTIONS(5545), 1, + ACTIONS(5585), 1, anon_sym_DASH_GT, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - STATE(3703), 2, + STATE(3510), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(4904), 5, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3604), 6, + STATE(3635), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - ACTIONS(5541), 7, + ACTIONS(5591), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -372295,32 +387248,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [125661] = 11, + [78580] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5127), 1, + ACTIONS(5199), 1, anon_sym_STAR, - ACTIONS(5129), 1, + ACTIONS(5201), 1, anon_sym_AMP_AMP, - ACTIONS(5131), 1, + ACTIONS(5203), 1, anon_sym_AMP, - ACTIONS(5407), 1, + ACTIONS(5505), 1, anon_sym_const, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(3811), 1, + STATE(3836), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4731), 14, + ACTIONS(4771), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -372335,32 +387288,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [125712] = 11, + [78631] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5301), 1, + ACTIONS(5505), 1, anon_sym_const, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3818), 1, + STATE(3831), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5299), 14, + ACTIONS(4771), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -372375,32 +387328,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [125763] = 11, + [78682] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5235), 1, + ACTIONS(5375), 1, anon_sym_const, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(3821), 1, + STATE(3827), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5233), 14, + ACTIONS(5373), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -372415,35 +387368,34 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [125814] = 11, + [78733] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(5068), 1, anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5407), 1, + ACTIONS(5505), 1, anon_sym_const, - STATE(3661), 1, + STATE(3678), 1, sym_parameter_list, - STATE(3814), 1, + STATE(3838), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4731), 14, + ACTIONS(4771), 14, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -372453,176 +387405,227 @@ static 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, - [125865] = 11, + [78784] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(2213), 1, + anon_sym_STAR, + ACTIONS(2215), 1, + anon_sym_AMP_AMP, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5241), 1, anon_sym_const, - ACTIONS(5543), 1, - anon_sym___attribute__, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3491), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(4904), 5, + STATE(3689), 1, + sym_parameter_list, + STATE(3832), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5239), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3618), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5551), 7, - anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [78835] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + ACTIONS(5593), 1, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5595), 1, anon_sym_EQ, + ACTIONS(5597), 1, anon_sym_COLON, - [125916] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3379), 1, - anon_sym_class, - ACTIONS(3381), 1, - anon_sym_struct, - ACTIONS(3383), 1, - anon_sym_union, - ACTIONS(4761), 1, - sym_identifier, - ACTIONS(5289), 1, - anon_sym_enum, - ACTIONS(5291), 1, - anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2233), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(3878), 1, + sym__field_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(2997), 1, - sym__type_specifier, - STATE(5098), 1, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5374), 1, + sym_bitfield_clause, + STATE(5383), 1, + sym_initializer_list, + STATE(5129), 2, + sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, - sym_primitive_type, - sym_auto, - ACTIONS(3373), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1318), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [125978] = 17, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [78905] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2943), 1, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(5283), 1, - anon_sym_enum, - ACTIONS(5285), 1, - anon_sym_typename, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(836), 1, - sym__type_specifier, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + ACTIONS(5597), 1, + anon_sym_COLON, + ACTIONS(5599), 1, + anon_sym_SEMI, + ACTIONS(5601), 1, + anon_sym_EQ, + STATE(3873), 1, + sym__field_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5305), 1, + sym_initializer_list, + STATE(5387), 1, + sym_bitfield_clause, + STATE(5129), 2, + sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2931), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [126040] = 17, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [78975] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(3855), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4218), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + ACTIONS(5611), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3575), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3825), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5609), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [79031] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4769), 1, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(5309), 1, + ACTIONS(5391), 1, anon_sym_enum, - ACTIONS(5311), 1, + ACTIONS(5393), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(2211), 1, + STATE(2229), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3035), 1, + STATE(2398), 1, sym__type_specifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372630,44 +387633,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126102] = 17, + [79093] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5337), 1, anon_sym_decltype, - ACTIONS(4767), 1, + ACTIONS(5613), 1, anon_sym_enum, - ACTIONS(4769), 1, + ACTIONS(5615), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(5617), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(5619), 1, anon_sym_union, - ACTIONS(4775), 1, + ACTIONS(5621), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1014), 1, sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2342), 1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(2605), 1, sym__type_specifier, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372675,44 +387678,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126164] = 17, + [79155] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(4761), 1, + ACTIONS(5347), 1, sym_identifier, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5553), 1, + ACTIONS(5353), 1, anon_sym_enum, - ACTIONS(5555), 1, + ACTIONS(5355), 1, anon_sym_class, - ACTIONS(5557), 1, + ACTIONS(5357), 1, anon_sym_struct, - ACTIONS(5559), 1, + ACTIONS(5359), 1, anon_sym_union, - ACTIONS(5561), 1, + ACTIONS(5361), 1, + anon_sym_decltype, + ACTIONS(5363), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2221), 1, + STATE(2262), 1, aux_sym_sized_type_specifier_repeat1, + STATE(2478), 1, + sym__type_specifier, STATE(2567), 1, + sym_template_type, + STATE(2590), 1, sym_scoped_type_identifier, - STATE(2629), 1, - sym__type_specifier, - STATE(5098), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(5351), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(5349), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2761), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372720,44 +387723,93 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126226] = 17, + [79217] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(5387), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + ACTIONS(5597), 1, + anon_sym_COLON, + ACTIONS(5623), 1, + anon_sym_SEMI, + ACTIONS(5625), 1, + anon_sym_EQ, + STATE(3864), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5291), 1, + sym_bitfield_clause, + STATE(5300), 1, + sym_initializer_list, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [79287] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_enum, - ACTIONS(5449), 1, + ACTIONS(2893), 1, anon_sym_typename, - STATE(2189), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(1248), 1, sym_template_type, - STATE(2398), 1, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3518), 1, sym__type_specifier, - STATE(5221), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372765,44 +387817,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126288] = 17, + [79349] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(2345), 1, + ACTIONS(4795), 1, sym_identifier, - ACTIONS(2351), 1, + ACTIONS(5337), 1, + anon_sym_decltype, + ACTIONS(5613), 1, anon_sym_enum, - ACTIONS(2355), 1, + ACTIONS(5615), 1, + anon_sym_class, + ACTIONS(5617), 1, anon_sym_struct, - ACTIONS(2357), 1, + ACTIONS(5619), 1, anon_sym_union, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(2899), 1, - anon_sym_class, - ACTIONS(2901), 1, + ACTIONS(5621), 1, anon_sym_typename, - STATE(1018), 1, + STATE(1014), 1, sym_template_type, - STATE(1335), 1, - sym__type_specifier, - STATE(1446), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1504), 1, + STATE(2569), 1, sym_scoped_type_identifier, - STATE(5098), 1, + STATE(5076), 1, + sym__type_specifier, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(2347), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372810,44 +387862,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126350] = 17, + [79411] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(4761), 1, + ACTIONS(5347), 1, sym_identifier, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5553), 1, + ACTIONS(5353), 1, anon_sym_enum, - ACTIONS(5555), 1, + ACTIONS(5355), 1, anon_sym_class, - ACTIONS(5557), 1, + ACTIONS(5357), 1, anon_sym_struct, - ACTIONS(5559), 1, + ACTIONS(5359), 1, anon_sym_union, - ACTIONS(5561), 1, + ACTIONS(5361), 1, + anon_sym_decltype, + ACTIONS(5363), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2221), 1, + STATE(2262), 1, aux_sym_sized_type_specifier_repeat1, + STATE(2469), 1, + sym__type_specifier, STATE(2567), 1, + sym_template_type, + STATE(2590), 1, sym_scoped_type_identifier, - STATE(4805), 1, - sym__type_specifier, - STATE(5098), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(5351), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(5349), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2761), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372855,44 +387907,83 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126412] = 17, + [79473] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(3517), 1, + anon_sym___attribute__, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5627), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3690), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5581), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3659), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [79523] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3379), 1, - anon_sym_class, - ACTIONS(3381), 1, - anon_sym_struct, - ACTIONS(3383), 1, - anon_sym_union, - ACTIONS(4761), 1, + ACTIONS(5283), 1, sym_identifier, ACTIONS(5289), 1, anon_sym_enum, ACTIONS(5291), 1, + anon_sym_class, + ACTIONS(5293), 1, + anon_sym_struct, + ACTIONS(5295), 1, + anon_sym_union, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5299), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(1335), 1, - sym__type_specifier, - STATE(2233), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(2247), 1, + sym__type_specifier, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(5098), 1, + STATE(2305), 1, + sym_template_type, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372900,44 +387991,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126474] = 17, + [79585] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(5387), 1, + ACTIONS(2353), 1, sym_identifier, - ACTIONS(5393), 1, + ACTIONS(2359), 1, anon_sym_enum, - ACTIONS(5395), 1, - anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(2363), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(2365), 1, anon_sym_union, - ACTIONS(5401), 1, + ACTIONS(2367), 1, anon_sym_decltype, - ACTIONS(5403), 1, + ACTIONS(2925), 1, + anon_sym_class, + ACTIONS(2927), 1, anon_sym_typename, - STATE(2189), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(1014), 1, sym_template_type, - STATE(2398), 1, + STATE(1330), 1, sym__type_specifier, - STATE(5221), 1, + STATE(1617), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1670), 1, + sym_scoped_type_identifier, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(2357), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(2355), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(1352), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372945,44 +388036,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126536] = 17, + [79647] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(4761), 1, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5553), 1, + ACTIONS(5289), 1, anon_sym_enum, - ACTIONS(5555), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(5557), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(5559), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(5561), 1, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5299), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2221), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(4984), 1, + STATE(2305), 1, + sym_template_type, + STATE(2457), 1, sym__type_specifier, - STATE(5098), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -372990,93 +388081,93 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126598] = 21, + [79709] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5563), 1, + ACTIONS(5597), 1, + anon_sym_COLON, + ACTIONS(5629), 1, anon_sym_SEMI, - ACTIONS(5565), 1, + ACTIONS(5631), 1, anon_sym_EQ, - ACTIONS(5567), 1, - anon_sym_COLON, - STATE(3842), 1, + STATE(3875), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5333), 1, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5408), 1, sym_bitfield_clause, - STATE(5337), 1, + STATE(5409), 1, sym_initializer_list, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [126668] = 17, + [79779] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(5237), 1, - sym_identifier, - ACTIONS(5243), 1, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3157), 1, anon_sym_enum, - ACTIONS(5245), 1, + ACTIONS(3159), 1, anon_sym_class, - ACTIONS(5247), 1, + ACTIONS(3161), 1, anon_sym_struct, - ACTIONS(5249), 1, + ACTIONS(3163), 1, anon_sym_union, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5253), 1, + ACTIONS(3177), 1, anon_sym_typename, - STATE(2221), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2559), 1, + ACTIONS(4795), 1, + sym_identifier, + STATE(1014), 1, sym_template_type, - STATE(2561), 1, - sym_scoped_type_identifier, - STATE(2629), 1, + STATE(1330), 1, sym__type_specifier, - STATE(5388), 1, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(2357), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(3153), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(1352), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373084,44 +388175,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126730] = 17, + [79841] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(4739), 1, - sym_identifier, - ACTIONS(4745), 1, - anon_sym_enum, - ACTIONS(4747), 1, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3159), 1, anon_sym_class, - ACTIONS(4749), 1, + ACTIONS(3161), 1, anon_sym_struct, - ACTIONS(4751), 1, + ACTIONS(3163), 1, anon_sym_union, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(4755), 1, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5341), 1, + anon_sym_enum, + ACTIONS(5343), 1, anon_sym_typename, - STATE(1134), 1, + STATE(1014), 1, sym_template_type, - STATE(2342), 1, + STATE(1330), 1, sym__type_specifier, - STATE(3923), 1, + STATE(2242), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4190), 1, + STATE(2569), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(2357), 2, sym_primitive_type, sym_auto, - ACTIONS(4741), 4, + ACTIONS(3153), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(1352), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373129,44 +388220,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126792] = 17, + [79903] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(5315), 1, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5319), 1, + ACTIONS(5289), 1, anon_sym_enum, - ACTIONS(5321), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(5323), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(5325), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(5327), 1, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5299), 1, anon_sym_typename, - STATE(2865), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2967), 1, + STATE(2263), 1, sym__type_specifier, - STATE(3069), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(3070), 1, + STATE(2305), 1, sym_template_type, - STATE(5302), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(5317), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373174,93 +388265,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126854] = 21, + [79965] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_COLON, - ACTIONS(5569), 1, - anon_sym_SEMI, - ACTIONS(5571), 1, - anon_sym_EQ, - STATE(3844), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5277), 1, - sym_bitfield_clause, - STATE(5278), 1, - sym_initializer_list, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [126924] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2933), 1, + ACTIONS(4803), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(4811), 1, anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3494), 1, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2398), 1, sym__type_specifier, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373268,135 +388310,93 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [126986] = 21, + [80027] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5573), 1, + ACTIONS(5633), 1, anon_sym_SEMI, - ACTIONS(5575), 1, + ACTIONS(5635), 1, anon_sym_EQ, - STATE(3848), 1, + STATE(3879), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5146), 1, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5310), 1, sym_initializer_list, - STATE(5148), 1, + STATE(5312), 1, sym_bitfield_clause, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [127056] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, - sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(3829), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4209), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - ACTIONS(5585), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3816), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3817), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5583), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [127112] = 17, + [80097] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(2359), 1, + ACTIONS(2367), 1, anon_sym_decltype, - ACTIONS(3377), 1, + ACTIONS(3157), 1, anon_sym_enum, - ACTIONS(3379), 1, + ACTIONS(3159), 1, anon_sym_class, - ACTIONS(3381), 1, + ACTIONS(3161), 1, anon_sym_struct, - ACTIONS(3383), 1, + ACTIONS(3163), 1, anon_sym_union, - ACTIONS(3397), 1, + ACTIONS(3177), 1, anon_sym_typename, - ACTIONS(4761), 1, + ACTIONS(4795), 1, sym_identifier, - STATE(1018), 1, + STATE(1014), 1, sym_template_type, - STATE(2233), 1, + STATE(2242), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(2569), 1, sym_scoped_type_identifier, - STATE(3488), 1, + STATE(3509), 1, sym__type_specifier, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(2357), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + ACTIONS(3153), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(1352), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373404,128 +388404,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127174] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(3355), 1, - anon_sym___attribute__, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5587), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3525), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5551), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3637), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [127224] = 17, + [80159] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4753), 1, + ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(4767), 1, - anon_sym_enum, - ACTIONS(4769), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(4775), 1, - anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3272), 1, - sym__type_specifier, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(4743), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4765), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2331), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [127286] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(2359), 1, - anon_sym_decltype, - ACTIONS(3377), 1, + ACTIONS(5319), 1, anon_sym_enum, - ACTIONS(3379), 1, - anon_sym_class, - ACTIONS(3381), 1, - anon_sym_struct, - ACTIONS(3383), 1, - anon_sym_union, - ACTIONS(3397), 1, + ACTIONS(5321), 1, anon_sym_typename, - ACTIONS(4761), 1, - sym_identifier, - STATE(1018), 1, - sym_template_type, - STATE(1335), 1, - sym__type_specifier, - STATE(2233), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(998), 1, + sym__type_specifier, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373533,44 +388449,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127348] = 17, + [80221] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(2935), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4779), 1, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5469), 1, anon_sym_enum, - ACTIONS(4781), 1, + ACTIONS(5471), 1, anon_sym_typename, - STATE(808), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(3490), 1, + STATE(2247), 1, sym__type_specifier, - STATE(5400), 1, + STATE(2294), 1, + sym_scoped_type_identifier, + STATE(2305), 1, + sym_template_type, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373578,177 +388494,142 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127410] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, - sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(3829), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4209), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - ACTIONS(5585), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3529), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3816), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5583), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [127466] = 14, + [80283] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, anon_sym_STAR, - STATE(3829), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4203), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - ACTIONS(5585), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3515), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3804), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5583), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [127522] = 21, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + ACTIONS(5597), 1, + anon_sym_COLON, + ACTIONS(5637), 1, + anon_sym_SEMI, + ACTIONS(5639), 1, + anon_sym_EQ, + STATE(3868), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5196), 1, + sym_bitfield_clause, + STATE(5227), 1, + sym_initializer_list, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [80353] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5589), 1, + ACTIONS(5641), 1, anon_sym_SEMI, - ACTIONS(5591), 1, + ACTIONS(5643), 1, anon_sym_EQ, - STATE(3841), 1, + STATE(3877), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5122), 1, + STATE(5131), 1, sym_initializer_list, - STATE(5124), 1, + STATE(5132), 1, sym_bitfield_clause, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [127592] = 17, + [80423] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - ACTIONS(5237), 1, + ACTIONS(5323), 1, sym_identifier, - ACTIONS(5243), 1, + ACTIONS(5329), 1, anon_sym_enum, - ACTIONS(5245), 1, + ACTIONS(5331), 1, anon_sym_class, - ACTIONS(5247), 1, + ACTIONS(5333), 1, anon_sym_struct, - ACTIONS(5249), 1, + ACTIONS(5335), 1, anon_sym_union, - ACTIONS(5251), 1, + ACTIONS(5337), 1, anon_sym_decltype, - ACTIONS(5253), 1, + ACTIONS(5339), 1, anon_sym_typename, - STATE(2221), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2515), 1, + STATE(2474), 1, sym__type_specifier, - STATE(2559), 1, - sym_template_type, - STATE(2561), 1, + STATE(2563), 1, sym_scoped_type_identifier, - STATE(5388), 1, + STATE(2564), 1, + sym_template_type, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373756,132 +388637,142 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127654] = 11, + [80485] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(3355), 1, - anon_sym___attribute__, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5587), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3664), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5541), 6, - anon_sym_COMMA, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + ACTIONS(5597), 1, + anon_sym_COLON, + ACTIONS(5645), 1, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(5647), 1, anon_sym_EQ, - STATE(3639), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [127704] = 21, + STATE(3867), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5205), 1, + sym_bitfield_clause, + STATE(5210), 1, + sym_initializer_list, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [80555] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5593), 1, + ACTIONS(5649), 1, anon_sym_SEMI, - ACTIONS(5595), 1, + ACTIONS(5651), 1, anon_sym_EQ, - STATE(3843), 1, + STATE(3865), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5272), 1, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5215), 1, sym_bitfield_clause, - STATE(5274), 1, + STATE(5232), 1, sym_initializer_list, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [127774] = 17, + [80625] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5393), 1, + ACTIONS(59), 1, anon_sym_enum, - ACTIONS(5395), 1, + ACTIONS(61), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(63), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(65), 1, anon_sym_union, - ACTIONS(5401), 1, + ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(5403), 1, + ACTIONS(109), 1, anon_sym_typename, - STATE(2189), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2216), 1, + ACTIONS(2207), 1, + sym_identifier, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + STATE(998), 1, sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(1014), 1, sym_template_type, - STATE(5221), 1, + STATE(1594), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1628), 1, + sym_scoped_type_identifier, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(55), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373889,44 +388780,89 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127836] = 17, + [80687] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(5237), 1, - sym_identifier, - ACTIONS(5243), 1, - anon_sym_enum, - ACTIONS(5245), 1, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3159), 1, anon_sym_class, - ACTIONS(5247), 1, + ACTIONS(3161), 1, anon_sym_struct, - ACTIONS(5249), 1, + ACTIONS(3163), 1, anon_sym_union, - ACTIONS(5251), 1, - anon_sym_decltype, - ACTIONS(5253), 1, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5341), 1, + anon_sym_enum, + ACTIONS(5343), 1, anon_sym_typename, - STATE(2221), 1, + STATE(1014), 1, + sym_template_type, + STATE(2242), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2472), 1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3018), 1, sym__type_specifier, - STATE(2559), 1, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [80749] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4805), 1, + anon_sym_class, + ACTIONS(4807), 1, + anon_sym_struct, + ACTIONS(4809), 1, + anon_sym_union, + ACTIONS(5391), 1, + anon_sym_enum, + ACTIONS(5393), 1, + anon_sym_typename, + STATE(1248), 1, sym_template_type, - STATE(2561), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5388), 1, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3066), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(5241), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(5239), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2646), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -373934,86 +388870,83 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [127898] = 14, + [80811] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, - sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(3829), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4181), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - ACTIONS(5585), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3812), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3817), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5583), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(1004), 6, + ACTIONS(53), 1, anon_sym_const, + ACTIONS(3517), 1, + anon_sym___attribute__, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5627), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3529), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [127954] = 17, + ACTIONS(5591), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3656), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [80861] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2933), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4803), 1, anon_sym_enum, - ACTIONS(2935), 1, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(2941), 1, + ACTIONS(4811), 1, anon_sym_typename, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(836), 1, - sym__type_specifier, - STATE(1134), 1, + STATE(1248), 1, sym_template_type, - STATE(1315), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3285), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374021,44 +388954,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128016] = 17, + [80923] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4805), 1, anon_sym_class, - ACTIONS(63), 1, + ACTIONS(4807), 1, anon_sym_struct, - ACTIONS(65), 1, + ACTIONS(4809), 1, anon_sym_union, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(109), 1, + ACTIONS(5391), 1, + anon_sym_enum, + ACTIONS(5393), 1, anon_sym_typename, - ACTIONS(2199), 1, - sym_identifier, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - STATE(836), 1, - sym__type_specifier, - STATE(1018), 1, + STATE(1248), 1, sym_template_type, - STATE(1430), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1465), 1, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(5098), 1, + STATE(2229), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3072), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(55), 4, + ACTIONS(4801), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374066,44 +388999,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128078] = 17, + [80985] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(5315), 1, + ACTIONS(5323), 1, sym_identifier, - ACTIONS(5319), 1, + ACTIONS(5329), 1, anon_sym_enum, - ACTIONS(5321), 1, + ACTIONS(5331), 1, anon_sym_class, - ACTIONS(5323), 1, + ACTIONS(5333), 1, anon_sym_struct, - ACTIONS(5325), 1, + ACTIONS(5335), 1, anon_sym_union, - ACTIONS(5327), 1, + ACTIONS(5337), 1, + anon_sym_decltype, + ACTIONS(5339), 1, anon_sym_typename, - STATE(2342), 1, - sym__type_specifier, - STATE(2865), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3069), 1, + STATE(2563), 1, sym_scoped_type_identifier, - STATE(3070), 1, + STATE(2564), 1, sym_template_type, - STATE(5302), 1, + STATE(2605), 1, + sym__type_specifier, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(5317), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374111,7 +389044,7 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128140] = 17, + [81047] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, @@ -374122,23 +389055,23 @@ static uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(1382), 1, + ACTIONS(1852), 1, anon_sym_enum, - ACTIONS(1386), 1, + ACTIONS(1856), 1, anon_sym_typename, - ACTIONS(2199), 1, + ACTIONS(2207), 1, sym_identifier, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - STATE(836), 1, + STATE(998), 1, sym__type_specifier, - STATE(1018), 1, + STATE(1014), 1, sym_template_type, - STATE(1430), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1465), 1, + STATE(1628), 1, sym_scoped_type_identifier, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, ACTIONS(107), 2, sym_primitive_type, @@ -374148,7 +389081,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374156,93 +389089,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128202] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_COLON, - ACTIONS(5597), 1, - anon_sym_SEMI, - ACTIONS(5599), 1, - anon_sym_EQ, - STATE(3852), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5401), 1, - sym_bitfield_clause, - STATE(5403), 1, - sym_initializer_list, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [128272] = 17, + [81109] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(5425), 1, + ACTIONS(4795), 1, sym_identifier, - ACTIONS(5431), 1, + ACTIONS(5337), 1, + anon_sym_decltype, + ACTIONS(5613), 1, anon_sym_enum, - ACTIONS(5433), 1, + ACTIONS(5615), 1, anon_sym_class, - ACTIONS(5435), 1, + ACTIONS(5617), 1, anon_sym_struct, - ACTIONS(5437), 1, + ACTIONS(5619), 1, anon_sym_union, - ACTIONS(5439), 1, - anon_sym_decltype, - ACTIONS(5441), 1, + ACTIONS(5621), 1, anon_sym_typename, - STATE(2244), 1, + STATE(1014), 1, + sym_template_type, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2542), 1, + STATE(2569), 1, sym_scoped_type_identifier, - STATE(2544), 1, - sym_template_type, - STATE(2733), 1, + STATE(4902), 1, sym__type_specifier, - STATE(5350), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(5429), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(5427), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2644), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374250,44 +389134,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128334] = 17, + [81171] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5393), 1, - anon_sym_enum, - ACTIONS(5395), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5403), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 1, + anon_sym_enum, + ACTIONS(5321), 1, anon_sym_typename, - STATE(2189), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2245), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(1248), 1, sym_template_type, - STATE(5221), 1, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(2925), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374295,44 +389179,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128396] = 17, + [81233] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(5425), 1, + ACTIONS(5283), 1, sym_identifier, - ACTIONS(5431), 1, - anon_sym_enum, - ACTIONS(5433), 1, + ACTIONS(5291), 1, anon_sym_class, - ACTIONS(5435), 1, + ACTIONS(5293), 1, anon_sym_struct, - ACTIONS(5437), 1, + ACTIONS(5295), 1, anon_sym_union, - ACTIONS(5439), 1, + ACTIONS(5297), 1, anon_sym_decltype, - ACTIONS(5441), 1, + ACTIONS(5469), 1, + anon_sym_enum, + ACTIONS(5471), 1, anon_sym_typename, - STATE(2244), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2444), 1, - sym__type_specifier, - STATE(2542), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(2544), 1, + STATE(2305), 1, sym_template_type, - STATE(5350), 1, + STATE(2457), 1, + sym__type_specifier, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(5429), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(5427), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2644), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374340,44 +389224,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128458] = 17, + [81295] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, - anon_sym_decltype, - ACTIONS(5315), 1, + ACTIONS(4773), 1, sym_identifier, - ACTIONS(5319), 1, + ACTIONS(4779), 1, anon_sym_enum, - ACTIONS(5321), 1, + ACTIONS(4781), 1, anon_sym_class, - ACTIONS(5323), 1, + ACTIONS(4783), 1, anon_sym_struct, - ACTIONS(5325), 1, + ACTIONS(4785), 1, anon_sym_union, - ACTIONS(5327), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(4789), 1, anon_sym_typename, - STATE(2865), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2979), 1, + STATE(1248), 1, + sym_template_type, + STATE(2398), 1, sym__type_specifier, - STATE(3069), 1, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4235), 1, sym_scoped_type_identifier, - STATE(3070), 1, - sym_template_type, - STATE(5302), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(5317), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374385,44 +389269,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128520] = 17, + [81357] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2359), 1, + ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(3379), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(3381), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(3383), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(4761), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(5289), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 1, anon_sym_enum, - ACTIONS(5291), 1, + ACTIONS(5321), 1, anon_sym_typename, - STATE(1018), 1, - sym_template_type, - STATE(2233), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2567), 1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, sym_scoped_type_identifier, - STATE(3022), 1, + STATE(2924), 1, sym__type_specifier, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(2349), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(3373), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1318), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374430,142 +389314,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128582] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_COLON, - ACTIONS(5601), 1, - anon_sym_SEMI, - ACTIONS(5603), 1, - anon_sym_EQ, - STATE(3845), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5128), 1, - sym_initializer_list, - STATE(5136), 1, - sym_bitfield_clause, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [128652] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_COLON, - ACTIONS(5605), 1, - anon_sym_SEMI, - ACTIONS(5607), 1, - anon_sym_EQ, - STATE(3858), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5103), 1, - sym_initializer_list, - STATE(5104), 1, - sym_bitfield_clause, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [128722] = 17, + [81419] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(4753), 1, + ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(4769), 1, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(5309), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4813), 1, anon_sym_enum, - ACTIONS(5311), 1, + ACTIONS(4815), 1, anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3045), 1, + STATE(998), 1, sym__type_specifier, - STATE(5400), 1, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374573,44 +389359,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128784] = 17, + [81481] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(5387), 1, - sym_identifier, - ACTIONS(5395), 1, + ACTIONS(101), 1, + anon_sym_decltype, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(5401), 1, - anon_sym_decltype, - ACTIONS(5447), 1, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(4813), 1, anon_sym_enum, - ACTIONS(5449), 1, + ACTIONS(4815), 1, anon_sym_typename, - STATE(2189), 1, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2245), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(1248), 1, sym_template_type, - STATE(5221), 1, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(3512), 1, + sym__type_specifier, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(107), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(1013), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374618,122 +389404,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [128846] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(3355), 1, - anon_sym___attribute__, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3545), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5551), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3635), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [128896] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(3355), 1, - anon_sym___attribute__, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3664), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5541), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3638), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [128946] = 17, + [81543] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - ACTIONS(5425), 1, + ACTIONS(5323), 1, sym_identifier, - ACTIONS(5431), 1, + ACTIONS(5329), 1, anon_sym_enum, - ACTIONS(5433), 1, + ACTIONS(5331), 1, anon_sym_class, - ACTIONS(5435), 1, + ACTIONS(5333), 1, anon_sym_struct, - ACTIONS(5437), 1, + ACTIONS(5335), 1, anon_sym_union, - ACTIONS(5439), 1, + ACTIONS(5337), 1, anon_sym_decltype, - ACTIONS(5441), 1, + ACTIONS(5339), 1, anon_sym_typename, - STATE(2244), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2458), 1, + STATE(2541), 1, sym__type_specifier, - STATE(2542), 1, + STATE(2563), 1, sym_scoped_type_identifier, - STATE(2544), 1, + STATE(2564), 1, sym_template_type, - STATE(5350), 1, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(5429), 2, + ACTIONS(5327), 2, sym_primitive_type, sym_auto, - ACTIONS(5427), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2644), 7, + STATE(2663), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374741,44 +389449,44 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [129008] = 17, + [81605] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2943), 1, + ACTIONS(3701), 1, anon_sym_COLON_COLON, - ACTIONS(4753), 1, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(4769), 1, + ACTIONS(5415), 1, + sym_identifier, + ACTIONS(5419), 1, + anon_sym_enum, + ACTIONS(5421), 1, anon_sym_class, - ACTIONS(4771), 1, + ACTIONS(5423), 1, anon_sym_struct, - ACTIONS(4773), 1, + ACTIONS(5425), 1, anon_sym_union, - ACTIONS(5309), 1, - anon_sym_enum, - ACTIONS(5311), 1, + ACTIONS(5427), 1, anon_sym_typename, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, - sym_scoped_type_identifier, - STATE(2211), 1, + STATE(2893), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2342), 1, + STATE(2985), 1, sym__type_specifier, - STATE(5400), 1, + STATE(3097), 1, + sym_template_type, + STATE(3098), 1, + sym_scoped_type_identifier, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(4743), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(4765), 4, + ACTIONS(5417), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2331), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374786,142 +389494,187 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [129070] = 21, + [81667] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5611), 1, + ACTIONS(5653), 1, anon_sym_SEMI, - ACTIONS(5613), 1, + ACTIONS(5655), 1, anon_sym_EQ, - STATE(3856), 1, + STATE(3876), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5141), 1, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5540), 1, sym_initializer_list, - STATE(5142), 1, + STATE(5571), 1, sym_bitfield_clause, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [129140] = 21, + [81737] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2367), 1, + anon_sym_decltype, + ACTIONS(3159), 1, + anon_sym_class, + ACTIONS(3161), 1, + anon_sym_struct, + ACTIONS(3163), 1, + anon_sym_union, + ACTIONS(4795), 1, + sym_identifier, + ACTIONS(5341), 1, + anon_sym_enum, + ACTIONS(5343), 1, + anon_sym_typename, + STATE(1014), 1, + sym_template_type, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2569), 1, + sym_scoped_type_identifier, + STATE(3029), 1, + sym__type_specifier, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(2357), 2, + sym_primitive_type, + sym_auto, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1352), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [81799] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5615), 1, + ACTIONS(5657), 1, anon_sym_SEMI, - ACTIONS(5617), 1, + ACTIONS(5659), 1, anon_sym_EQ, - STATE(3849), 1, + STATE(3863), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5239), 1, - sym_bitfield_clause, - STATE(5240), 1, - sym_initializer_list, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - STATE(5099), 2, + STATE(5572), 1, + sym_initializer_list, + STATE(5577), 1, + sym_bitfield_clause, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [129210] = 17, + [81869] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(5387), 1, + ACTIONS(5347), 1, sym_identifier, - ACTIONS(5395), 1, + ACTIONS(5353), 1, + anon_sym_enum, + ACTIONS(5355), 1, anon_sym_class, - ACTIONS(5397), 1, + ACTIONS(5357), 1, anon_sym_struct, - ACTIONS(5399), 1, + ACTIONS(5359), 1, anon_sym_union, - ACTIONS(5401), 1, + ACTIONS(5361), 1, anon_sym_decltype, - ACTIONS(5447), 1, - anon_sym_enum, - ACTIONS(5449), 1, + ACTIONS(5363), 1, anon_sym_typename, - STATE(2189), 1, + STATE(2262), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2216), 1, - sym__type_specifier, - STATE(2292), 1, - sym_scoped_type_identifier, - STATE(2293), 1, + STATE(2567), 1, sym_template_type, - STATE(5221), 1, + STATE(2590), 1, + sym_scoped_type_identifier, + STATE(2707), 1, + sym__type_specifier, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(5391), 2, + ACTIONS(5351), 2, sym_primitive_type, sym_auto, - ACTIONS(5389), 4, + ACTIONS(5349), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2310), 7, + STATE(2761), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -374929,93 +389682,177 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [129272] = 21, + [81931] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5597), 1, anon_sym_COLON, - ACTIONS(5619), 1, + ACTIONS(5661), 1, anon_sym_SEMI, - ACTIONS(5621), 1, + ACTIONS(5663), 1, anon_sym_EQ, - STATE(3846), 1, + STATE(3880), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - STATE(5563), 1, + STATE(5306), 1, sym_bitfield_clause, - STATE(5564), 1, + STATE(5322), 1, sym_initializer_list, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [129342] = 17, + [82001] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(3517), 1, + anon_sym___attribute__, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3690), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5581), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3650), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [82051] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + ACTIONS(4787), 1, anon_sym_decltype, - ACTIONS(2929), 1, + ACTIONS(5415), 1, sym_identifier, - ACTIONS(2935), 1, + ACTIONS(5419), 1, + anon_sym_enum, + ACTIONS(5421), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(5423), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(5425), 1, anon_sym_union, - ACTIONS(2943), 1, + ACTIONS(5427), 1, + anon_sym_typename, + STATE(2893), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3032), 1, + sym__type_specifier, + STATE(3097), 1, + sym_template_type, + STATE(3098), 1, + sym_scoped_type_identifier, + STATE(5333), 1, + sym_scoped_namespace_identifier, + ACTIONS(4777), 2, + sym_primitive_type, + sym_auto, + ACTIONS(5417), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2323), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [82113] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3701), 1, anon_sym_COLON_COLON, - ACTIONS(5283), 1, + ACTIONS(4787), 1, + anon_sym_decltype, + ACTIONS(5415), 1, + sym_identifier, + ACTIONS(5419), 1, anon_sym_enum, - ACTIONS(5285), 1, + ACTIONS(5421), 1, + anon_sym_class, + ACTIONS(5423), 1, + anon_sym_struct, + ACTIONS(5425), 1, + anon_sym_union, + ACTIONS(5427), 1, anon_sym_typename, - STATE(808), 1, + STATE(2398), 1, + sym__type_specifier, + STATE(2893), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, + STATE(3097), 1, sym_template_type, - STATE(1315), 1, + STATE(3098), 1, sym_scoped_type_identifier, - STATE(2880), 1, - sym__type_specifier, - STATE(5400), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(4777), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(5417), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2323), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -375023,44 +389860,254 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [129404] = 17, + [82175] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(101), 1, anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2935), 1, + ACTIONS(2885), 1, + anon_sym_enum, + ACTIONS(2887), 1, anon_sym_class, - ACTIONS(2937), 1, + ACTIONS(2889), 1, anon_sym_struct, - ACTIONS(2939), 1, + ACTIONS(2891), 1, anon_sym_union, - ACTIONS(2943), 1, + ACTIONS(2893), 1, + anon_sym_typename, + ACTIONS(2997), 1, + sym_identifier, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(4779), 1, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(998), 1, + sym__type_specifier, + STATE(1248), 1, + sym_template_type, + STATE(1354), 1, + sym_scoped_type_identifier, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(107), 2, + sym_primitive_type, + sym_auto, + ACTIONS(2883), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1013), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [82237] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(3855), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4229), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + ACTIONS(5611), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3574), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3839), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5609), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [82293] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(3855), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4163), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + ACTIONS(5611), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3830), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3834), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5609), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [82349] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(3855), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4229), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + ACTIONS(5611), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3830), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3839), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5609), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(1009), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [82405] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(3517), 1, + anon_sym___attribute__, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3569), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5591), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3662), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [82455] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 1, + sym_identifier, + ACTIONS(5291), 1, + anon_sym_class, + ACTIONS(5293), 1, + anon_sym_struct, + ACTIONS(5295), 1, + anon_sym_union, + ACTIONS(5297), 1, + anon_sym_decltype, + ACTIONS(5469), 1, anon_sym_enum, - ACTIONS(4781), 1, + ACTIONS(5471), 1, anon_sym_typename, - STATE(808), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(836), 1, + STATE(2263), 1, sym__type_specifier, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, + STATE(2294), 1, sym_scoped_type_identifier, - STATE(5400), 1, + STATE(2305), 1, + sym_template_type, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(107), 2, + ACTIONS(5287), 2, sym_primitive_type, sym_auto, - ACTIONS(2931), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, + STATE(2456), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -375068,137 +390115,165 @@ static uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [129466] = 21, + [82517] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4649), 1, anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_COLON, - ACTIONS(5623), 1, - anon_sym_SEMI, - ACTIONS(5625), 1, - anon_sym_EQ, - STATE(3853), 1, - sym__field_declarator, - STATE(4795), 1, + STATE(3963), 1, + sym__declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4545), 1, + sym_init_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5201), 1, - sym_initializer_list, - STATE(5202), 1, - sym_bitfield_clause, - STATE(5556), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5099), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [129536] = 17, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [82580] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_decltype, - ACTIONS(2929), 1, - sym_identifier, - ACTIONS(2935), 1, - anon_sym_class, - ACTIONS(2937), 1, - anon_sym_struct, - ACTIONS(2939), 1, - anon_sym_union, - ACTIONS(2943), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(133), 1, + sym_operator_name, + ACTIONS(1840), 1, + anon_sym_LPAREN2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(5283), 1, - anon_sym_enum, - ACTIONS(5285), 1, - anon_sym_typename, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1134), 1, - sym_template_type, - STATE(1315), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, + anon_sym_STAR, + ACTIONS(4647), 1, + anon_sym_AMP_AMP, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(3935), 1, + sym__declarator, + STATE(4065), 1, + sym_scoped_identifier, + STATE(4723), 1, + sym_init_declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(2881), 1, - sym__type_specifier, - STATE(5400), 1, + STATE(5117), 1, + sym_ms_based_modifier, + STATE(5331), 2, + sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(107), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2931), 4, + STATE(4055), 8, + sym_parenthesized_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + [82643] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3580), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4039), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(5667), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4037), 14, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(961), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [129598] = 18, + 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, + [82680] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3936), 1, + STATE(3932), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4620), 1, + STATE(4748), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375207,43 +390282,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [129661] = 18, + [82743] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3978), 1, + STATE(4022), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4679), 1, + STATE(4723), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375252,81 +390327,114 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [129724] = 11, + [82806] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 1, + anon_sym_AMP, + ACTIONS(5670), 1, + anon_sym_const, + STATE(3583), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5673), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4039), 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_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [82845] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(3355), 1, + ACTIONS(3517), 1, anon_sym___attribute__, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - STATE(3664), 2, + STATE(3600), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5541), 5, + ACTIONS(5591), 5, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - STATE(3666), 6, + STATE(3688), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [129773] = 18, + [82894] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3911), 1, + STATE(3957), 1, sym__declarator, - STATE(4028), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375335,43 +390443,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [129836] = 18, + [82957] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3964), 1, + STATE(3936), 1, sym__declarator, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4566), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375380,43 +390488,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [129899] = 18, + [83020] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3913), 1, + STATE(3945), 1, sym__declarator, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4550), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375425,43 +390533,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [129962] = 18, + [83083] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4004), 1, + STATE(3954), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4684), 1, + STATE(4649), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375470,43 +390578,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130025] = 18, + [83146] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3939), 1, + STATE(4001), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4554), 1, + STATE(4658), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375515,43 +390623,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130088] = 18, + [83209] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3957), 1, + STATE(3990), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4706), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375560,43 +390668,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130151] = 18, + [83272] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3927), 1, + STATE(3946), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4719), 1, + STATE(4757), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375605,43 +390713,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130214] = 18, + [83335] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3926), 1, + STATE(3987), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4564), 1, + STATE(4550), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375650,81 +390758,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130277] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(3355), 1, - anon_sym___attribute__, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5627), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - STATE(3558), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5551), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3660), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [130326] = 18, + [83398] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3997), 1, + STATE(3974), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4652), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375733,75 +390803,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130389] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3569), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4495), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(5629), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4493), 14, - anon_sym___based, - 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, - [130426] = 18, + [83461] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3983), 1, + STATE(3964), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4620), 1, + STATE(4686), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375810,43 +390848,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130489] = 18, + [83524] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3915), 1, + STATE(3991), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4722), 1, + STATE(4717), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375855,43 +390893,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130552] = 18, + [83587] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4005), 1, + STATE(3951), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4719), 1, + STATE(4664), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375900,43 +390938,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130615] = 18, + [83650] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3952), 1, + STATE(3942), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4572), 1, + STATE(4670), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375945,43 +390983,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130678] = 18, + [83713] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4025), 1, + STATE(3984), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4808), 1, + STATE(4593), 1, sym_init_declarator, - STATE(5133), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -375990,43 +391028,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130741] = 18, + [83776] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3922), 1, + STATE(3939), 1, sym__declarator, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4679), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376035,88 +391073,81 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130804] = 18, + [83839] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(3517), 1, + anon_sym___attribute__, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5676), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + STATE(3690), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5581), 5, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, - anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, - anon_sym_AMP, - STATE(3971), 1, - sym__declarator, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4654), 1, - sym_init_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5133), 1, - sym_ms_based_modifier, - STATE(5300), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [130867] = 18, + anon_sym_EQ, + anon_sym_GT2, + STATE(3692), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [83888] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3938), 1, + STATE(3949), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4628), 1, + STATE(4694), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376125,43 +391156,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130930] = 18, + [83951] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3956), 1, + STATE(3952), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4633), 1, + STATE(4595), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376170,43 +391201,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [130993] = 18, + [84014] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3934), 1, + STATE(3933), 1, sym__declarator, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4590), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376215,43 +391246,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131056] = 18, + [84077] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3925), 1, + STATE(4024), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4739), 1, + STATE(4602), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376260,43 +391291,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131119] = 18, + [84140] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3933), 1, + STATE(3948), 1, sym__declarator, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4566), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376305,43 +391336,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131182] = 18, + [84203] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4008), 1, + STATE(3998), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4631), 1, + STATE(4545), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376350,43 +391381,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131245] = 18, + [84266] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(3935), 1, + STATE(3940), 1, sym__declarator, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4633), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376395,43 +391426,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131308] = 18, + [84329] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3914), 1, + STATE(3938), 1, sym__declarator, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4768), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376440,14 +391471,14 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131371] = 5, + [84392] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - STATE(849), 1, + STATE(928), 1, sym_template_argument_list, - ACTIONS(2623), 10, + ACTIONS(2635), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -376458,7 +391489,7 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DASH_GT, - ACTIONS(2621), 13, + ACTIONS(2633), 13, anon_sym_AMP, anon_sym___based, anon_sym_const, @@ -376472,43 +391503,43 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [131408] = 18, + [84429] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3998), 1, + STATE(3944), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4628), 1, + STATE(4593), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376517,43 +391548,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131471] = 18, + [84492] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3910), 1, + STATE(3968), 1, sym__declarator, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4602), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376562,43 +391593,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131534] = 18, + [84555] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3912), 1, + STATE(4005), 1, sym__declarator, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4649), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376607,43 +391638,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131597] = 18, + [84618] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3921), 1, + STATE(4000), 1, sym__declarator, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4654), 1, + STATE(4742), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376652,43 +391683,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131660] = 18, + [84681] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3929), 1, - sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4684), 1, - sym_init_declarator, - STATE(4795), 1, + STATE(4066), 1, + sym__declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(4941), 1, + sym_init_declarator, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376697,43 +391728,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131723] = 18, + [84744] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3960), 1, + STATE(4031), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4564), 1, + STATE(4595), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376742,76 +391773,43 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131786] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(5632), 1, - anon_sym_const, - STATE(3592), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5635), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4495), 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_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [131825] = 18, + [84807] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(3947), 1, + STATE(4011), 1, sym__declarator, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4567), 1, + STATE(4757), 1, sym_init_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376820,43 +391818,76 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131888] = 18, + [84870] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + anon_sym_const, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4877), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3623), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5678), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [84914] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4107), 1, sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(4117), 1, + anon_sym_COLON_COLON, ACTIONS(4601), 1, anon_sym_STAR, ACTIONS(4603), 1, anon_sym_AMP_AMP, ACTIONS(4605), 1, anon_sym_AMP, - STATE(3916), 1, - sym__declarator, - STATE(4045), 1, + STATE(4155), 1, sym_scoped_identifier, - STATE(4584), 1, - sym_init_declarator, - STATE(4795), 1, + STATE(4170), 1, + sym__declarator, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5325), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5379), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376865,41 +391896,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [131951] = 17, + [84974] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4261), 1, + STATE(4309), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376908,41 +391939,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132011] = 17, + [85034] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4118), 1, + STATE(4246), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -376951,76 +391982,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132071] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5640), 1, - anon_sym_const, - ACTIONS(5646), 1, - anon_sym_DASH_GT, - ACTIONS(5652), 1, - anon_sym_noexcept, - ACTIONS(5655), 1, - anon_sym_throw, - ACTIONS(5649), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5643), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3597), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5638), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [132115] = 17, + [85094] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4238), 1, + STATE(4293), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377029,41 +392025,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132175] = 17, + [85154] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4282), 1, + STATE(4261), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377072,74 +392068,76 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132235] = 7, + [85214] = 9, ACTIONS(3), 1, sym_comment, - STATE(3680), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(5665), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3600), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5662), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(5660), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(5658), 10, - anon_sym_AMP, - anon_sym___based, + ACTIONS(5682), 1, anon_sym_const, + ACTIONS(5688), 1, + anon_sym_DASH_GT, + ACTIONS(5694), 1, + anon_sym_noexcept, + ACTIONS(5697), 1, + anon_sym_throw, + ACTIONS(5691), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5685), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - sym_identifier, - sym_operator_name, - [132275] = 17, + STATE(3623), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5680), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [85258] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4631), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4633), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4635), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4070), 1, sym_scoped_identifier, - STATE(4244), 1, + STATE(4072), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5241), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377148,41 +392146,76 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132335] = 17, + [85318] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + anon_sym_const, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4877), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3648), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5700), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [85362] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4232), 1, + STATE(4260), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377191,7 +392224,7 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132395] = 17, + [85422] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -377200,32 +392233,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(1846), 1, anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4480), 1, + STATE(4333), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377234,42 +392267,7 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132455] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4902), 1, - anon_sym_const, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3597), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5668), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [132499] = 17, + [85482] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -377278,32 +392276,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(1846), 1, anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4121), 1, + STATE(4471), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377312,41 +392310,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132559] = 17, + [85542] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4285), 1, + STATE(4265), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377355,150 +392353,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132619] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5672), 1, - anon_sym_const, - ACTIONS(5678), 1, - anon_sym_noexcept, - ACTIONS(5681), 1, - anon_sym_throw, - STATE(3607), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5675), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5670), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [132659] = 17, + [85602] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - STATE(4045), 1, - sym_scoped_identifier, - STATE(4479), 1, - sym__declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5518), 1, - sym_ms_based_modifier, - STATE(5425), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4034), 8, - sym_parenthesized_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - [132719] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3062), 1, - anon_sym_LBRACE, - ACTIONS(5684), 1, - anon_sym_COLON, - STATE(1334), 1, - sym_enumerator_list, - STATE(1454), 1, - sym__enum_base_clause, - ACTIONS(3107), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3109), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [132759] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(133), 1, - sym_operator_name, - ACTIONS(1370), 1, - anon_sym_LPAREN2, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4076), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4587), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4589), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4591), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4121), 1, + STATE(4301), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5345), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377507,41 +392396,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132819] = 17, + [85662] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, - sym_identifier, - ACTIONS(4601), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(4603), 1, - anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(1846), 1, anon_sym_AMP, - STATE(4045), 1, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + STATE(4065), 1, sym_scoped_identifier, - STATE(4275), 1, + STATE(4486), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377550,41 +392439,74 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132879] = 17, + [85722] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(5702), 1, + anon_sym_COLON, + STATE(1336), 1, + sym_enumerator_list, + STATE(1616), 1, + sym__enum_base_clause, + ACTIONS(3443), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3445), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [85762] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4607), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4609), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4611), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4086), 1, + STATE(4257), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5211), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377593,41 +392515,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132939] = 17, + [85822] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4283), 1, + STATE(4144), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377636,41 +392558,76 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [132999] = 17, + [85882] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + anon_sym_const, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4877), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3623), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5581), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [85926] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4230), 1, + STATE(4284), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377679,41 +392636,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133059] = 17, + [85986] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(2197), 1, - anon_sym_LBRACK, - ACTIONS(4064), 1, - sym_identifier, - ACTIONS(4066), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(4074), 1, - anon_sym_COLON_COLON, - ACTIONS(4593), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(4595), 1, - anon_sym_AMP_AMP, - ACTIONS(4597), 1, + ACTIONS(1846), 1, anon_sym_AMP, - STATE(4122), 1, + ACTIONS(2205), 1, + anon_sym_LBRACK, + ACTIONS(4103), 1, + sym_identifier, + ACTIONS(4105), 1, + anon_sym_COLON_COLON, + STATE(4065), 1, sym_scoped_identifier, - STATE(4186), 1, + STATE(4441), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5294), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5348), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377722,7 +392679,40 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133119] = 17, + [86046] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(5702), 1, + anon_sym_COLON, + STATE(1331), 1, + sym_enumerator_list, + STATE(1612), 1, + sym__enum_base_clause, + ACTIONS(3449), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(3451), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [86086] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -377731,32 +392721,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(1846), 1, anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4412), 1, + STATE(4142), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377765,41 +392755,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133179] = 17, + [86146] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, - anon_sym_STAR, - ACTIONS(1376), 1, - anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, - sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + ACTIONS(4629), 1, + sym_identifier, + ACTIONS(4645), 1, + anon_sym_STAR, + ACTIONS(4647), 1, + anon_sym_AMP_AMP, + ACTIONS(4649), 1, + anon_sym_AMP, + STATE(4065), 1, sym_scoped_identifier, - STATE(4348), 1, + STATE(4262), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5425), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377808,146 +392798,74 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133239] = 9, + [86206] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, + ACTIONS(5706), 1, anon_sym_const, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, + ACTIONS(5712), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5715), 1, anon_sym_throw, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3597), 6, + STATE(3641), 4, sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5541), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [133283] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4902), 1, - anon_sym_const, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4904), 5, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5709), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3597), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5686), 7, + ACTIONS(5704), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - [133327] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4902), 1, - anon_sym_const, - ACTIONS(5545), 1, anon_sym_DASH_GT, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(2849), 2, anon_sym_final, anon_sym_override, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3619), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - ACTIONS(5688), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [133371] = 17, + anon_sym_GT2, + [86246] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4222), 1, + STATE(4288), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377956,41 +392874,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133431] = 17, + [86306] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4281), 1, + STATE(4303), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -377999,41 +392917,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133491] = 17, + [86366] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4250), 1, + STATE(4295), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -378042,74 +392960,74 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133551] = 7, + [86426] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3062), 1, - anon_sym_LBRACE, - ACTIONS(5684), 1, - anon_sym_COLON, - STATE(1327), 1, - sym_enumerator_list, - STATE(1453), 1, - sym__enum_base_clause, - ACTIONS(3113), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3115), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(3709), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(5725), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3645), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(5722), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(5720), 6, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_COLON_COLON, + ACTIONS(5718), 10, + anon_sym_AMP, + anon_sym___based, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [133591] = 17, + sym_identifier, + sym_operator_name, + [86466] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, - anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4078), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4090), 1, + anon_sym_COLON_COLON, + ACTIONS(4639), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4641), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4643), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4242), 1, + STATE(4142), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5376), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -378118,41 +393036,41 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133651] = 17, + [86526] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4084), 1, + ACTIONS(4090), 1, anon_sym_COLON_COLON, - ACTIONS(4599), 1, + ACTIONS(4629), 1, sym_identifier, - ACTIONS(4601), 1, + ACTIONS(4645), 1, anon_sym_STAR, - ACTIONS(4603), 1, + ACTIONS(4647), 1, anon_sym_AMP_AMP, - ACTIONS(4605), 1, + ACTIONS(4649), 1, anon_sym_AMP, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4258), 1, + STATE(4304), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5133), 1, + STATE(5117), 1, sym_ms_based_modifier, - STATE(5300), 2, + STATE(5331), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -378161,7 +393079,42 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133711] = 17, + [86586] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + anon_sym_const, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4877), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3623), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + ACTIONS(5728), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + [86630] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -378170,32 +393123,32 @@ static uint16_t ts_small_parse_table[] = { anon_sym___based, ACTIONS(133), 1, sym_operator_name, - ACTIONS(1370), 1, + ACTIONS(1840), 1, anon_sym_LPAREN2, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(1374), 1, + ACTIONS(1844), 1, anon_sym_STAR, - ACTIONS(1376), 1, + ACTIONS(1846), 1, anon_sym_AMP, - ACTIONS(2197), 1, + ACTIONS(2205), 1, anon_sym_LBRACK, - ACTIONS(4047), 1, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4053), 1, + ACTIONS(4105), 1, anon_sym_COLON_COLON, - STATE(4045), 1, + STATE(4065), 1, sym_scoped_identifier, - STATE(4324), 1, + STATE(4316), 1, sym__declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5518), 1, + STATE(5549), 1, sym_ms_based_modifier, - STATE(5425), 2, + STATE(5459), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4034), 8, + STATE(4055), 8, sym_parenthesized_declarator, sym_pointer_declarator, sym_function_declarator, @@ -378204,69 +393157,99 @@ static uint16_t ts_small_parse_table[] = { sym_structured_binding_declarator, sym_template_function, sym_destructor_name, - [133771] = 13, + [86690] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(2205), 1, - anon_sym_STAR, - ACTIONS(2207), 1, - anon_sym_AMP_AMP, - ACTIONS(2209), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - STATE(3661), 1, - sym_parameter_list, - STATE(4199), 1, - sym__abstract_declarator, - STATE(3592), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5690), 3, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5678), 6, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(3359), 5, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3672), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [86733] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + anon_sym_const, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + STATE(3723), 1, + sym_trailing_return_type, + STATE(3685), 4, + sym_type_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [133822] = 9, + ACTIONS(5730), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + [86776] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, + ACTIONS(4875), 1, anon_sym_const, - ACTIONS(5545), 1, + ACTIONS(5585), 1, anon_sym_DASH_GT, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - STATE(3702), 1, + STATE(3722), 1, sym_trailing_return_type, - STATE(3673), 4, + STATE(3663), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(4904), 5, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5692), 9, + ACTIONS(5732), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -378276,120 +393259,160 @@ static uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_final, anon_sym_override, - [133865] = 6, + [86819] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3123), 1, - anon_sym_COLON, - STATE(819), 1, - sym_enumerator_list, - STATE(846), 1, - sym__enum_base_clause, - ACTIONS(3107), 2, - anon_sym_AMP, + ACTIONS(53), 1, anon_sym_const, - ACTIONS(3109), 18, - anon_sym_COMMA, + ACTIONS(2211), 1, anon_sym_LPAREN2, + ACTIONS(2213), 1, anon_sym_STAR, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - anon_sym_EQ, + STATE(3689), 1, + sym_parameter_list, + STATE(4219), 1, + sym__abstract_declarator, + STATE(3583), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5734), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [133902] = 13, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [86870] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(2217), 1, anon_sym_AMP, - STATE(3659), 1, + ACTIONS(4873), 1, + anon_sym_LBRACK, + STATE(3689), 1, sym_parameter_list, - STATE(4165), 1, + STATE(4223), 1, sym__abstract_declarator, - STATE(3645), 2, + STATE(3653), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5694), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(5736), 3, anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(3359), 5, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [133953] = 9, + [86921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, + ACTIONS(3461), 1, + anon_sym_COLON, + STATE(813), 1, + sym__enum_base_clause, + STATE(853), 1, + sym_enumerator_list, + ACTIONS(3443), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5545), 1, + ACTIONS(3445), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DASH_GT, - ACTIONS(5547), 1, + anon_sym_final, + anon_sym_override, anon_sym_noexcept, - ACTIONS(5549), 1, anon_sym_throw, - STATE(3676), 1, - sym_trailing_return_type, - STATE(3636), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(4904), 5, + [86958] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5627), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5696), 9, + ACTIONS(5581), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [133996] = 5, + STATE(3660), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [87001] = 6, ACTIONS(3), 1, sym_comment, - STATE(2357), 1, + ACTIONS(3461), 1, + anon_sym_COLON, + STATE(927), 1, sym_enumerator_list, - STATE(3669), 1, + STATE(993), 1, sym__enum_base_clause, - ACTIONS(3107), 2, + ACTIONS(3449), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3109), 19, + ACTIONS(3451), 18, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -378403,374 +393426,278 @@ static uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [134031] = 13, + [87038] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(4213), 1, + STATE(4206), 1, sym__abstract_declarator, - STATE(3592), 2, + STATE(3583), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5698), 3, + ACTIONS(5738), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [134082] = 9, + [87089] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5609), 1, + ACTIONS(5627), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5541), 6, + ACTIONS(5678), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - STATE(3641), 6, + STATE(3660), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [134125] = 9, + [87132] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4902), 1, - anon_sym_const, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, + ACTIONS(5694), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5697), 1, anon_sym_throw, - STATE(3682), 1, - sym_trailing_return_type, - STATE(3673), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5700), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [134168] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, + ACTIONS(5740), 1, anon_sym_const, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5587), 1, + ACTIONS(5746), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(5691), 2, anon_sym_final, anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(5743), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5541), 6, + ACTIONS(5680), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - STATE(3640), 6, + STATE(3660), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [134211] = 9, + [87175] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5064), 1, + anon_sym_STAR, + ACTIONS(5066), 1, + anon_sym_AMP_AMP, + ACTIONS(5068), 1, + anon_sym_AMP, + STATE(3678), 1, + sym_parameter_list, + STATE(4198), 1, + sym__abstract_declarator, + STATE(3666), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5749), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5668), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3641), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [134254] = 9, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87226] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5587), 1, + ACTIONS(5665), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5668), 6, + ACTIONS(5581), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - STATE(3640), 6, + STATE(3672), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [134297] = 9, + [87269] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5652), 1, - anon_sym_noexcept, - ACTIONS(5655), 1, - anon_sym_throw, - ACTIONS(5702), 1, + ACTIONS(4875), 1, anon_sym_const, - ACTIONS(5708), 1, + ACTIONS(5585), 1, anon_sym_DASH_GT, - ACTIONS(5649), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5705), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5638), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3640), 6, - sym_type_qualifier, - sym_virtual_specifier, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + STATE(3696), 1, sym_trailing_return_type, + STATE(3685), 4, + sym_type_qualifier, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [134340] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5652), 1, - anon_sym_noexcept, - ACTIONS(5655), 1, - anon_sym_throw, - ACTIONS(5702), 1, - anon_sym_const, - ACTIONS(5711), 1, - anon_sym_DASH_GT, - ACTIONS(5649), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5705), 5, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5638), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - STATE(3641), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [134383] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3123), 1, - anon_sym_COLON, - STATE(863), 1, - sym__enum_base_clause, - STATE(930), 1, - sym_enumerator_list, - ACTIONS(3113), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3115), 18, + ACTIONS(5751), 9, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, + anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [134420] = 13, + [87312] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - STATE(3661), 1, + STATE(3689), 1, sym_parameter_list, - STATE(4143), 1, + STATE(4239), 1, sym__abstract_declarator, - STATE(3628), 2, + STATE(3658), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5694), 3, + ACTIONS(5749), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [134471] = 6, + [87363] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4493), 1, + ACTIONS(4037), 1, anon_sym_AMP, - ACTIONS(5714), 1, + ACTIONS(5753), 1, anon_sym_const, - STATE(3644), 2, + STATE(3665), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5717), 5, + ACTIONS(5756), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4495), 14, + ACTIONS(4039), 14, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -378785,165 +393712,131 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [134508] = 13, + [87400] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(5068), 1, anon_sym_AMP, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(4198), 1, + STATE(4222), 1, sym__abstract_declarator, - STATE(3592), 2, + STATE(3583), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5690), 3, + ACTIONS(5738), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [134559] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4902), 1, - anon_sym_const, - ACTIONS(5545), 1, - anon_sym_DASH_GT, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - STATE(3698), 1, - sym_trailing_return_type, - STATE(3629), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(4904), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5720), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [134602] = 13, + [87451] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(5068), 1, anon_sym_AMP, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(4195), 1, + STATE(4174), 1, sym__abstract_declarator, - STATE(3648), 2, + STATE(3583), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5722), 3, + ACTIONS(5734), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [134653] = 13, + [87502] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5026), 1, + ACTIONS(5064), 1, anon_sym_STAR, - ACTIONS(5028), 1, + ACTIONS(5066), 1, anon_sym_AMP_AMP, - ACTIONS(5030), 1, + ACTIONS(5068), 1, anon_sym_AMP, - STATE(3659), 1, + STATE(3678), 1, sym_parameter_list, - STATE(4144), 1, + STATE(4221), 1, sym__abstract_declarator, - STATE(3592), 2, + STATE(3667), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5698), 3, + ACTIONS(5736), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [134704] = 5, + [87553] = 5, ACTIONS(3), 1, sym_comment, - STATE(2379), 1, + STATE(2391), 1, sym_enumerator_list, - STATE(3667), 1, + STATE(3686), 1, sym__enum_base_clause, - ACTIONS(3113), 2, + ACTIONS(3449), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3115), 19, + ACTIONS(3451), 19, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -378963,102 +393856,129 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [134739] = 13, + [87588] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, + STATE(2448), 1, + sym_enumerator_list, + STATE(3683), 1, + sym__enum_base_clause, + ACTIONS(3443), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(2203), 1, + ACTIONS(3445), 19, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(2205), 1, anon_sym_STAR, - ACTIONS(2207), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - STATE(3661), 1, - sym_parameter_list, - STATE(4185), 1, - sym__abstract_declarator, - STATE(3634), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5722), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(3359), 5, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [134790] = 9, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [87623] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, + ACTIONS(4875), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5585), 1, + anon_sym_DASH_GT, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, - anon_sym_DASH_GT, - STATE(3698), 1, + STATE(3703), 1, sym_trailing_return_type, - STATE(3655), 4, + STATE(3651), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(4877), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5720), 8, - anon_sym_DOT_DOT_DOT, + ACTIONS(5759), 9, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [134832] = 9, + [87666] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5694), 1, + anon_sym_noexcept, + ACTIONS(5697), 1, + anon_sym_throw, + ACTIONS(5740), 1, + anon_sym_const, + ACTIONS(5761), 1, + anon_sym_DASH_GT, + ACTIONS(5691), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5743), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5680), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + STATE(3672), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [87709] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5587), 1, + ACTIONS(5627), 1, anon_sym_DASH_GT, - STATE(3698), 1, + STATE(3723), 1, sym_trailing_return_type, - STATE(3656), 4, + STATE(3641), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5720), 8, + ACTIONS(5730), 8, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -379067,12 +393987,45 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [134874] = 3, + [87751] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5694), 1, + anon_sym_noexcept, + ACTIONS(5697), 1, + anon_sym_throw, + ACTIONS(5740), 1, + anon_sym_const, + ACTIONS(5764), 1, + anon_sym_DASH_GT, + ACTIONS(5691), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5680), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5743), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3674), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [87793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5726), 1, + ACTIONS(3552), 1, anon_sym_const, - ACTIONS(5724), 21, + ACTIONS(3550), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379094,31 +394047,31 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [134904] = 9, + [87823] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5609), 1, + ACTIONS(5665), 1, anon_sym_DASH_GT, - STATE(3702), 1, + STATE(3723), 1, sym_trailing_return_type, - STATE(3607), 4, + STATE(3641), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5692), 8, + ACTIONS(5730), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -379127,31 +394080,31 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [134946] = 9, + [87865] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - STATE(3702), 1, + STATE(3723), 1, sym_trailing_return_type, - STATE(3607), 4, + STATE(3641), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5692), 8, + ACTIONS(5730), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -379160,84 +394113,261 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [134988] = 9, + [87907] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5676), 1, + anon_sym_DASH_GT, + STATE(3722), 1, + sym_trailing_return_type, + STATE(3695), 4, + sym_type_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5732), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [87949] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5769), 1, + anon_sym_LPAREN2, + STATE(3785), 1, + sym_preproc_argument_list, + ACTIONS(5771), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5767), 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, + [87983] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3548), 1, + anon_sym_const, + ACTIONS(3546), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + 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, + [88013] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + STATE(3696), 1, + sym_trailing_return_type, + STATE(3641), 4, + sym_type_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5751), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [88055] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, anon_sym_DASH_GT, - STATE(3702), 1, + STATE(3703), 1, sym_trailing_return_type, - STATE(3607), 4, + STATE(3676), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5759), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [88097] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2389), 1, + sym_enumerator_list, + ACTIONS(2393), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(2395), 19, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5692), 8, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [88129] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5775), 1, + anon_sym_const, + ACTIONS(5773), 21, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, 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, - [135030] = 9, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [88159] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5712), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5715), 1, anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - STATE(3682), 1, - sym_trailing_return_type, - STATE(3607), 4, + ACTIONS(5777), 1, + anon_sym_const, + STATE(3685), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(5780), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5700), 8, + ACTIONS(5704), 10, 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_DASH_GT, anon_sym_final, anon_sym_override, - [135072] = 3, + [88197] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3446), 1, + STATE(2354), 1, + sym_enumerator_list, + ACTIONS(2801), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(3444), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(2803), 19, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -379250,100 +394380,99 @@ static 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, - [135102] = 9, + [88229] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, ACTIONS(5627), 1, anon_sym_DASH_GT, - STATE(3676), 1, + STATE(3703), 1, sym_trailing_return_type, - STATE(3670), 4, + STATE(3673), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5696), 8, - anon_sym_DOT_DOT_DOT, + ACTIONS(5759), 8, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [135144] = 9, + [88271] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5541), 5, + ACTIONS(5581), 5, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - STATE(3663), 6, + STATE(3674), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [135186] = 9, + [88313] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5609), 1, + ACTIONS(5665), 1, anon_sym_DASH_GT, - STATE(3676), 1, + STATE(3722), 1, sym_trailing_return_type, - STATE(3657), 4, + STATE(3681), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5696), 8, + ACTIONS(5732), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -379352,83 +394481,17 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_final, anon_sym_override, - [135228] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5587), 1, - anon_sym_DASH_GT, - STATE(3676), 1, - sym_trailing_return_type, - STATE(3671), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5696), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [135270] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5652), 1, - anon_sym_noexcept, - ACTIONS(5655), 1, - anon_sym_throw, - ACTIONS(5702), 1, - anon_sym_const, - ACTIONS(5728), 1, - anon_sym_DASH_GT, - ACTIONS(5649), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5638), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5705), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3663), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [135312] = 5, + [88355] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5733), 1, + ACTIONS(5785), 1, anon_sym___attribute__, - ACTIONS(5736), 1, + ACTIONS(5788), 1, anon_sym_const, - STATE(3664), 2, + STATE(3690), 2, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(5731), 18, + ACTIONS(5783), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -379447,180 +394510,130 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135346] = 3, + [88389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(53), 1, anon_sym_const, - ACTIONS(3452), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5627), 1, + anon_sym_DASH_GT, + STATE(3722), 1, + sym_trailing_return_type, + STATE(3693), 4, + sym_type_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(5732), 8, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, 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, - [135376] = 9, + [88431] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - ACTIONS(2849), 2, + ACTIONS(2855), 2, anon_sym_final, anon_sym_override, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5668), 5, + ACTIONS(5678), 5, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - STATE(3663), 6, + STATE(3674), 6, sym_type_qualifier, sym_virtual_specifier, sym_trailing_return_type, sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [135418] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2407), 1, - sym_enumerator_list, - ACTIONS(2501), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(2503), 19, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - 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, - [135450] = 9, + [88473] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5609), 1, + ACTIONS(5627), 1, anon_sym_DASH_GT, - STATE(3698), 1, + STATE(3696), 1, sym_trailing_return_type, - STATE(3654), 4, + STATE(3641), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5720), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [135492] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2382), 1, - sym_enumerator_list, - ACTIONS(2445), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(2447), 19, + ACTIONS(5751), 8, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - 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, - [135524] = 9, + [88515] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5627), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - STATE(3682), 1, + STATE(3703), 1, sym_trailing_return_type, - STATE(3607), 4, + STATE(3677), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5700), 8, + ACTIONS(5759), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -379629,105 +394642,45 @@ static uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [135566] = 9, + [88557] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(5547), 1, + ACTIONS(5587), 1, anon_sym_noexcept, - ACTIONS(5549), 1, + ACTIONS(5589), 1, anon_sym_throw, - ACTIONS(5587), 1, + ACTIONS(5676), 1, anon_sym_DASH_GT, - STATE(3682), 1, + STATE(3696), 1, sym_trailing_return_type, - STATE(3607), 4, - sym_type_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5700), 8, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - [135608] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5740), 1, - anon_sym_LPAREN2, - STATE(3716), 1, - sym_preproc_argument_list, - ACTIONS(5742), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5738), 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, - [135642] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5678), 1, - anon_sym_noexcept, - ACTIONS(5681), 1, - anon_sym_throw, - ACTIONS(5744), 1, - anon_sym_const, - STATE(3673), 4, + STATE(3641), 4, sym_type_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5747), 5, + ACTIONS(3521), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5670), 10, + ACTIONS(5751), 8, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [135680] = 3, + anon_sym_GT2, + [88599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5752), 1, + ACTIONS(5792), 1, anon_sym_const, - ACTIONS(5750), 20, + ACTIONS(5790), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379748,12 +394701,51 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135709] = 3, + [88628] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5794), 1, + anon_sym_COMMA, + ACTIONS(5796), 1, + anon_sym_RPAREN, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5804), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5806), 1, + anon_sym_AMP_AMP, + ACTIONS(5808), 1, + anon_sym_PIPE, + ACTIONS(5810), 1, + anon_sym_CARET, + ACTIONS(5812), 1, + anon_sym_AMP, + STATE(4635), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(5798), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5814), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [88683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5756), 1, + ACTIONS(5824), 1, anon_sym_const, - ACTIONS(5754), 20, + ACTIONS(5822), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379774,12 +394766,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135738] = 3, + [88712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 1, + ACTIONS(5828), 1, anon_sym_const, - ACTIONS(5700), 20, + ACTIONS(5826), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379800,12 +394792,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135767] = 3, + [88741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5762), 1, + ACTIONS(5832), 1, anon_sym_const, - ACTIONS(5760), 20, + ACTIONS(5830), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379826,12 +394818,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135796] = 3, + [88770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5836), 1, anon_sym_const, - ACTIONS(5764), 20, + ACTIONS(5834), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379852,103 +394844,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135825] = 16, - ACTIONS(3), 1, + [88799] = 5, + ACTIONS(5767), 1, + anon_sym_LF, + ACTIONS(5838), 1, + anon_sym_LPAREN2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5768), 1, - anon_sym_COMMA, - ACTIONS(5770), 1, - anon_sym_RPAREN, - ACTIONS(5776), 1, + STATE(3796), 1, + sym_preproc_argument_list, + ACTIONS(5771), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5778), 1, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(5780), 1, anon_sym_AMP_AMP, - ACTIONS(5782), 1, anon_sym_PIPE, - ACTIONS(5784), 1, anon_sym_CARET, - ACTIONS(5786), 1, anon_sym_AMP, - STATE(4526), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(5772), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5790), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5794), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [135880] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5798), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(5796), 15, - 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, - sym_operator_name, - [135909] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5802), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_COLON_COLON, - ACTIONS(5800), 15, - 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, - sym_operator_name, - [135938] = 3, + [88832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5806), 1, + ACTIONS(5842), 1, anon_sym_const, - ACTIONS(5804), 20, + ACTIONS(5730), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379969,12 +394898,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135967] = 3, + [88861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5810), 1, + ACTIONS(5846), 1, anon_sym_const, - ACTIONS(5808), 20, + ACTIONS(5844), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379995,12 +394924,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [135996] = 3, + [88890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5814), 1, + ACTIONS(5850), 1, anon_sym_const, - ACTIONS(5812), 20, + ACTIONS(5848), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380021,12 +394950,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136025] = 3, + [88919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5818), 1, + ACTIONS(5854), 1, anon_sym_const, - ACTIONS(5816), 20, + ACTIONS(5852), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380047,79 +394976,51 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136054] = 16, + [88948] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5768), 1, + ACTIONS(5794), 1, anon_sym_COMMA, - ACTIONS(5776), 1, + ACTIONS(5802), 1, anon_sym_SLASH, - ACTIONS(5778), 1, + ACTIONS(5804), 1, anon_sym_PIPE_PIPE, - ACTIONS(5780), 1, + ACTIONS(5806), 1, anon_sym_AMP_AMP, - ACTIONS(5782), 1, + ACTIONS(5808), 1, anon_sym_PIPE, - ACTIONS(5784), 1, + ACTIONS(5810), 1, anon_sym_CARET, - ACTIONS(5786), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(5820), 1, + ACTIONS(5856), 1, anon_sym_RPAREN, - STATE(4543), 1, + STATE(4701), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(5772), 2, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, + ACTIONS(5800), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5788), 2, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5790), 2, + ACTIONS(5816), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5792), 2, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5794), 2, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [136109] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3687), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4493), 4, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - sym_operator_name, - ACTIONS(5632), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4495), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - anon_sym_COLON_COLON, - [136142] = 3, + [89003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5824), 1, + ACTIONS(5860), 1, anon_sym_const, - ACTIONS(5822), 20, + ACTIONS(5858), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380140,49 +395041,43 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136171] = 10, + [89032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, - sym_identifier, - ACTIONS(5828), 1, - anon_sym_RPAREN, - ACTIONS(5830), 1, + ACTIONS(5864), 6, anon_sym_LPAREN2, - ACTIONS(5832), 1, - anon_sym_defined, - ACTIONS(5838), 1, - sym_number_literal, - ACTIONS(5834), 2, - anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5840), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3686), 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, - [136214] = 3, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(5862), 15, + 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, + sym_operator_name, + [89061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5844), 1, + ACTIONS(5868), 1, + anon_sym_LPAREN2, + ACTIONS(5870), 1, anon_sym_const, - ACTIONS(5842), 20, + ACTIONS(5866), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, @@ -380199,17 +395094,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136243] = 3, + [89092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2885), 2, - anon_sym_AMP, + ACTIONS(5874), 1, anon_sym_const, - ACTIONS(2887), 19, + ACTIONS(5872), 20, + 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, @@ -380223,42 +395117,41 @@ static 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, - [136272] = 5, - ACTIONS(5738), 1, - anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_LPAREN2, - ACTIONS(5848), 1, + [89121] = 3, + ACTIONS(3), 1, sym_comment, - STATE(3779), 1, - sym_preproc_argument_list, - ACTIONS(5742), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5878), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, 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_LBRACK, + anon_sym_COLON_COLON, + ACTIONS(5876), 15, 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, - [136305] = 3, + 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, + sym_operator_name, + [89150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5852), 1, + ACTIONS(5882), 1, anon_sym_const, - ACTIONS(5850), 20, + ACTIONS(5880), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380279,45 +395172,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136334] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5826), 1, - sym_identifier, - ACTIONS(5830), 1, - anon_sym_LPAREN2, - ACTIONS(5832), 1, - anon_sym_defined, - ACTIONS(5854), 1, - anon_sym_RPAREN, - ACTIONS(5856), 1, - sym_number_literal, - ACTIONS(5834), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5836), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5840), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3679), 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, - [136377] = 3, + [89179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5860), 1, + ACTIONS(5886), 1, anon_sym_const, - ACTIONS(5858), 20, + ACTIONS(5884), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380338,17 +395198,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136406] = 4, + [89208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5864), 1, - anon_sym_LPAREN2, - ACTIONS(5866), 1, + ACTIONS(5890), 1, anon_sym_const, - ACTIONS(5862), 19, + ACTIONS(5888), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, @@ -380365,12 +395224,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136437] = 3, + [89237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5870), 1, + ACTIONS(5894), 1, anon_sym_const, - ACTIONS(5868), 20, + ACTIONS(5892), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380391,12 +395250,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136466] = 3, + [89266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5872), 1, + ACTIONS(5898), 1, anon_sym_const, - ACTIONS(5692), 20, + ACTIONS(5896), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380417,38 +395276,40 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136495] = 3, + [89295] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5876), 1, + STATE(3718), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4037), 4, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + sym_operator_name, + ACTIONS(5670), 6, anon_sym_const, - ACTIONS(5874), 20, - 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_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + ACTIONS(4039), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [136524] = 3, + anon_sym_COLON_COLON, + [89328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5880), 1, + ACTIONS(5902), 1, anon_sym_const, - ACTIONS(5878), 20, + ACTIONS(5900), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380469,15 +395330,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136553] = 3, + [89357] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5884), 1, + ACTIONS(5788), 1, anon_sym_const, - ACTIONS(5882), 20, - anon_sym_DOT_DOT_DOT, + ACTIONS(5904), 1, + anon_sym___attribute__, + STATE(3720), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5783), 17, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, @@ -380492,15 +395356,47 @@ static 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, - [136582] = 3, + [89390] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5909), 1, + anon_sym_RPAREN, + ACTIONS(5911), 1, + anon_sym_LPAREN2, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(5919), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3697), 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, + [89433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5888), 1, + ACTIONS(5923), 1, anon_sym_const, - ACTIONS(5886), 20, + ACTIONS(5751), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380521,18 +395417,15 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [136611] = 5, + [89462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, + ACTIONS(5927), 1, anon_sym_const, - ACTIONS(5890), 1, - anon_sym___attribute__, - STATE(3703), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(5731), 17, + ACTIONS(5925), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, @@ -380547,57 +395440,35 @@ static 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, - [136644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5895), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5893), 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, - [136672] = 9, + [89491] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5907), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5897), 1, + ACTIONS(5929), 1, + anon_sym_RPAREN, + ACTIONS(5931), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3737), 7, + STATE(3707), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -380605,15 +395476,17 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [136712] = 3, + [89534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5901), 1, + ACTIONS(2921), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5899), 19, + ACTIONS(2923), 19, 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, @@ -380627,50 +395500,52 @@ static 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, - [136740] = 9, + [89563] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, - sym_identifier, - ACTIONS(5830), 1, - anon_sym_LPAREN2, - ACTIONS(5832), 1, - anon_sym_defined, - ACTIONS(5903), 1, - sym_number_literal, - ACTIONS(5834), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5810), 1, + anon_sym_CARET, + ACTIONS(5812), 1, + anon_sym_AMP, + ACTIONS(5935), 1, + anon_sym_PIPE, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3718), 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, - [136780] = 3, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5814), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5933), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [89609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4439), 5, + ACTIONS(5939), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4437), 15, + ACTIONS(5937), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -380686,328 +395561,234 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [136808] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5915), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3798), 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, - [136848] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5919), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3771), 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, - [136888] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5921), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3791), 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, - [136928] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5923), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3777), 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, - [136968] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5826), 1, - sym_identifier, - ACTIONS(5830), 1, - anon_sym_LPAREN2, - ACTIONS(5832), 1, - anon_sym_defined, - ACTIONS(5925), 1, - sym_number_literal, - ACTIONS(5834), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5836), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5840), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3799), 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, - [137008] = 9, + [89637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5927), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5935), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5933), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3793), 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, - [137048] = 15, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_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, + [89665] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - ACTIONS(4723), 1, + ACTIONS(4752), 1, anon_sym_STAR, - ACTIONS(4725), 1, + ACTIONS(4754), 1, anon_sym_AMP_AMP, - ACTIONS(4727), 1, + ACTIONS(4756), 1, anon_sym_AMP, - STATE(4096), 1, + STATE(4092), 1, sym__field_declarator, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5057), 1, + STATE(5058), 1, sym_scoped_field_identifier, - STATE(5556), 1, + STATE(5186), 1, sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [137100] = 3, + [89717] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5931), 5, + ACTIONS(5802), 1, anon_sym_SLASH, + ACTIONS(5804), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5806), 1, + anon_sym_AMP_AMP, + ACTIONS(5808), 1, anon_sym_PIPE, + ACTIONS(5810), 1, + anon_sym_CARET, + ACTIONS(5812), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5929), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5800), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [137128] = 3, + ACTIONS(5941), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [89767] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5935), 5, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, + anon_sym_LPAREN2, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + ACTIONS(4752), 1, + anon_sym_STAR, + ACTIONS(4754), 1, + anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_AMP, + STATE(4129), 1, + sym__field_declarator, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5058), 1, + sym_scoped_field_identifier, + STATE(5186), 1, + sym_ms_based_modifier, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [89819] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5802), 1, anon_sym_SLASH, + ACTIONS(5806), 1, + anon_sym_AMP_AMP, + ACTIONS(5808), 1, anon_sym_PIPE, + ACTIONS(5810), 1, + anon_sym_CARET, + ACTIONS(5812), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5933), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5800), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [137156] = 3, + ACTIONS(5933), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [89867] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5939), 5, + ACTIONS(5802), 1, anon_sym_SLASH, + ACTIONS(5808), 1, anon_sym_PIPE, + ACTIONS(5810), 1, + anon_sym_CARET, + ACTIONS(5812), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5937), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5800), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [137184] = 9, + ACTIONS(5933), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [89913] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5907), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5941), 1, + ACTIONS(5953), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3795), 7, + STATE(3792), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381015,92 +395796,155 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137224] = 9, + [89953] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, - ACTIONS(5943), 1, - sym_number_literal, - ACTIONS(5911), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5812), 1, + anon_sym_AMP, + ACTIONS(5935), 1, + anon_sym_PIPE, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3792), 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, - [137264] = 9, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5814), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5933), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [89997] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, - sym_identifier, - ACTIONS(5830), 1, - anon_sym_LPAREN2, - ACTIONS(5832), 1, - anon_sym_defined, - ACTIONS(5945), 1, - sym_number_literal, - ACTIONS(5834), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3775), 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, - [137304] = 9, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5814), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5935), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5933), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [90039] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5798), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5816), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5935), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(5933), 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, + [90079] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5798), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5820), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5935), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5933), 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, + [90115] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5907), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, - anon_sym_defined, ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(5957), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3772), 7, + STATE(3787), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381108,30 +395952,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137344] = 9, + [90155] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5907), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5949), 1, + ACTIONS(5959), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3774), 7, + STATE(3816), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381139,30 +395983,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137384] = 9, + [90195] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5951), 1, + ACTIONS(5961), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3739), 7, + STATE(3818), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381170,30 +396014,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137424] = 9, + [90235] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5953), 1, + ACTIONS(5963), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3740), 7, + STATE(3813), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381201,104 +396045,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137464] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4710), 1, - anon_sym_STAR, - ACTIONS(4712), 1, - anon_sym_AMP_AMP, - ACTIONS(4714), 1, - anon_sym_AMP, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - STATE(4325), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, - sym_scoped_field_identifier, - STATE(5110), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [137516] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(4706), 1, - sym_identifier, - ACTIONS(4708), 1, - anon_sym_LPAREN2, - ACTIONS(4716), 1, - anon_sym_COLON_COLON, - ACTIONS(4718), 1, - sym_operator_name, - ACTIONS(4723), 1, - anon_sym_STAR, - ACTIONS(4725), 1, - anon_sym_AMP_AMP, - ACTIONS(4727), 1, - anon_sym_AMP, - STATE(4055), 1, - sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5057), 1, - sym_scoped_field_identifier, - STATE(5556), 1, - sym_ms_based_modifier, - STATE(5099), 2, - sym_template_type, - sym_scoped_namespace_identifier, - STATE(4079), 6, - sym_parenthesized_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [137568] = 9, + [90275] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5955), 1, + ACTIONS(5965), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3749), 7, + STATE(3812), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381306,30 +396076,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137608] = 9, + [90315] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5957), 1, + ACTIONS(5967), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3754), 7, + STATE(3788), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381337,30 +396107,58 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137648] = 9, + [90355] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5798), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5935), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5933), 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, + [90389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5959), 1, + ACTIONS(5969), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3756), 7, + STATE(3810), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381368,30 +396166,55 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137688] = 9, + [90429] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5973), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5971), 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, + [90457] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5961), 1, + ACTIONS(5975), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3757), 7, + STATE(3809), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381399,30 +396222,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137728] = 9, + [90497] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5963), 1, + ACTIONS(5977), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3764), 7, + STATE(3801), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381430,30 +396253,57 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137768] = 9, + [90537] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5802), 1, + anon_sym_SLASH, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5935), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5933), 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, + [90569] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5965), 1, + ACTIONS(5979), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3759), 7, + STATE(3800), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381461,30 +396311,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137808] = 9, + [90609] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5967), 1, + ACTIONS(5981), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3758), 7, + STATE(3797), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381492,16 +396342,16 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137848] = 3, + [90649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 5, + ACTIONS(5985), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5969), 15, + ACTIONS(5983), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -381517,16 +396367,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [137876] = 3, + [90677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5975), 5, + ACTIONS(5989), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5973), 15, + ACTIONS(5987), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -381542,24 +396392,22 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [137904] = 5, + [90705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(4469), 5, anon_sym_SLASH, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5979), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5977), 13, + ACTIONS(4467), 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, @@ -381569,30 +396417,61 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [137936] = 9, + [90733] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5728), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3672), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [90773] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5907), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5981), 1, + ACTIONS(5991), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3785), 7, + STATE(3822), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381600,16 +396479,47 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [137976] = 3, + [90813] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(5587), 1, + anon_sym_noexcept, + ACTIONS(5589), 1, + anon_sym_throw, + ACTIONS(5665), 1, + anon_sym_DASH_GT, + ACTIONS(2855), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5700), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK, + ACTIONS(3521), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3756), 6, + sym_type_qualifier, + sym_virtual_specifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [90853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5979), 5, + ACTIONS(5995), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5977), 15, + ACTIONS(5993), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -381625,96 +396535,92 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [138004] = 13, + [90881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(5999), 5, anon_sym_SLASH, - ACTIONS(5780), 1, - anon_sym_AMP_AMP, - ACTIONS(5782), 1, anon_sym_PIPE, - ACTIONS(5784), 1, - anon_sym_CARET, - ACTIONS(5786), 1, anon_sym_AMP, - ACTIONS(5772), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5997), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5788), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5794), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5977), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [138052] = 9, + [90909] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5686), 3, - anon_sym_RPAREN, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(4738), 1, + sym_identifier, + ACTIONS(4740), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3641), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [138092] = 9, + ACTIONS(4742), 1, + anon_sym_STAR, + ACTIONS(4744), 1, + anon_sym_AMP_AMP, + ACTIONS(4746), 1, + anon_sym_AMP, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(4750), 1, + sym_operator_name, + STATE(4404), 1, + sym__field_declarator, + STATE(4827), 1, + sym_scoped_field_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, + sym_ms_based_modifier, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + STATE(4096), 6, + sym_parenthesized_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [90961] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5826), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5830), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5832), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(5983), 1, + ACTIONS(6001), 1, sym_number_literal, - ACTIONS(5834), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5836), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5840), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3745), 7, + STATE(3823), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381722,55 +396628,61 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138132] = 3, + [91001] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5987), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5985), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5943), 1, + sym_identifier, + ACTIONS(5945), 1, + anon_sym_LPAREN2, + ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(6003), 1, + sym_number_literal, + ACTIONS(5949), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [138160] = 9, + ACTIONS(5955), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3795), 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, + [91041] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5989), 1, + ACTIONS(6005), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3794), 7, + STATE(3745), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381778,66 +396690,61 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138200] = 14, + [91081] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5778), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5780), 1, - anon_sym_AMP_AMP, - ACTIONS(5782), 1, - anon_sym_PIPE, - ACTIONS(5784), 1, - anon_sym_CARET, - ACTIONS(5786), 1, - anon_sym_AMP, - ACTIONS(5772), 2, + ACTIONS(5943), 1, + sym_identifier, + ACTIONS(5945), 1, + anon_sym_LPAREN2, + ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(6007), 1, + sym_number_literal, + ACTIONS(5949), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5991), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [138250] = 9, + ACTIONS(5955), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3791), 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, + [91121] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5993), 1, + ACTIONS(6009), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3801), 7, + STATE(3738), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381845,30 +396752,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138290] = 9, + [91161] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5995), 1, + ACTIONS(6011), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3768), 7, + STATE(3737), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381876,95 +396783,92 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138330] = 9, + [91201] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(5547), 1, - anon_sym_noexcept, - ACTIONS(5549), 1, - anon_sym_throw, - ACTIONS(5609), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5688), 3, - anon_sym_RPAREN, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - ACTIONS(3359), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3741), 6, - sym_type_qualifier, - sym_virtual_specifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [138370] = 12, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(6013), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3730), 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, + [91241] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5782), 1, - anon_sym_PIPE, - ACTIONS(5784), 1, - anon_sym_CARET, - ACTIONS(5786), 1, - anon_sym_AMP, - ACTIONS(5772), 2, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, + anon_sym_LPAREN2, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(6015), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5977), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [138416] = 9, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3736), 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, + [91281] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5997), 1, + ACTIONS(6017), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3796), 7, + STATE(3735), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -381972,30 +396876,61 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138456] = 9, + [91321] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, + ACTIONS(5945), 1, + anon_sym_LPAREN2, + ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(6019), 1, + sym_number_literal, + ACTIONS(5949), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5951), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5955), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3804), 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, + [91361] = 9, + ACTIONS(3), 1, + sym_comment, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(5999), 1, + ACTIONS(6021), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3800), 7, + STATE(3726), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382003,126 +396938,67 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138496] = 15, + [91401] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(4706), 1, + ACTIONS(4738), 1, sym_identifier, - ACTIONS(4708), 1, + ACTIONS(4740), 1, anon_sym_LPAREN2, - ACTIONS(4710), 1, + ACTIONS(4742), 1, anon_sym_STAR, - ACTIONS(4712), 1, + ACTIONS(4744), 1, anon_sym_AMP_AMP, - ACTIONS(4714), 1, + ACTIONS(4746), 1, anon_sym_AMP, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(4718), 1, + ACTIONS(4750), 1, sym_operator_name, - STATE(4290), 1, + STATE(4347), 1, sym__field_declarator, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(4916), 1, + STATE(4827), 1, sym_scoped_field_identifier, - STATE(5110), 1, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5140), 1, sym_ms_based_modifier, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - STATE(4079), 6, + STATE(4096), 6, sym_parenthesized_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [138548] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6003), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(6001), 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, - [138576] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5784), 1, - anon_sym_CARET, - ACTIONS(5786), 1, - anon_sym_AMP, - ACTIONS(5979), 1, - anon_sym_PIPE, - ACTIONS(5772), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5977), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [138622] = 9, + [91453] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(6005), 1, + ACTIONS(6023), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3770), 7, + STATE(3733), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382130,152 +397006,123 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138662] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5786), 1, - anon_sym_AMP, - ACTIONS(5979), 1, - anon_sym_PIPE, - ACTIONS(5772), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5977), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [138706] = 10, + [91493] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5772), 2, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, + anon_sym_LPAREN2, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(6025), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5979), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5977), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [138748] = 6, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3793), 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, + [91533] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5772), 2, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, + anon_sym_LPAREN2, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(6027), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5979), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5977), 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, - [138782] = 7, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3732), 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, + [91573] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5772), 2, + ACTIONS(5943), 1, + sym_identifier, + ACTIONS(5945), 1, + anon_sym_LPAREN2, + ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(6029), 1, + sym_number_literal, + ACTIONS(5949), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5979), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5977), 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, - [138818] = 9, + ACTIONS(5955), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3821), 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, + [91613] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(6007), 1, + ACTIONS(6031), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3784), 7, + STATE(3799), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382283,30 +397130,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138858] = 9, + [91653] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(6009), 1, + ACTIONS(6033), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3776), 7, + STATE(3728), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382314,30 +397161,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138898] = 9, + [91693] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, - sym_identifier, ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5913), 1, anon_sym_defined, - ACTIONS(6011), 1, + ACTIONS(6035), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5915), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5921), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3780), 7, + STATE(3784), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382345,30 +397192,30 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138938] = 9, + [91733] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(5943), 1, sym_identifier, - ACTIONS(5907), 1, + ACTIONS(5945), 1, anon_sym_LPAREN2, - ACTIONS(5909), 1, + ACTIONS(5947), 1, anon_sym_defined, - ACTIONS(6013), 1, + ACTIONS(6037), 1, sym_number_literal, - ACTIONS(5911), 2, + ACTIONS(5949), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5913), 2, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5917), 5, + ACTIONS(5955), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3786), 7, + STATE(3808), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -382376,47 +397223,47 @@ static uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [138978] = 9, + [91773] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5772), 2, + ACTIONS(5907), 1, + sym_identifier, + ACTIONS(5911), 1, + anon_sym_LPAREN2, + ACTIONS(5913), 1, + anon_sym_defined, + ACTIONS(6039), 1, + sym_number_literal, + ACTIONS(5915), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5917), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5790), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5979), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5977), 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, - [139018] = 3, + ACTIONS(5921), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3750), 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, + [91813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, + ACTIONS(6043), 1, anon_sym_const, - ACTIONS(2897), 18, + ACTIONS(6041), 19, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -382429,180 +397276,182 @@ static 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, - [139045] = 6, + [91841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6021), 1, - anon_sym_const, - STATE(3646), 1, - sym_parameter_list, - ACTIONS(6015), 15, + ACTIONS(6047), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6045), 15, anon_sym_COMMA, - anon_sym_SEMI, - 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, - [139078] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(5973), 1, - anon_sym_LF, - ACTIONS(5975), 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, - [139105] = 7, - ACTIONS(5848), 1, + [91869] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(5977), 1, - anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6051), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6049), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6025), 3, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5979), 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, - [139140] = 3, - ACTIONS(5848), 1, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [91897] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(5893), 1, - anon_sym_LF, - ACTIONS(5895), 18, + ACTIONS(5943), 1, + sym_identifier, + ACTIONS(5945), 1, + anon_sym_LPAREN2, + ACTIONS(5947), 1, + anon_sym_defined, + ACTIONS(6053), 1, + sym_number_literal, + ACTIONS(5949), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(5951), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(5955), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(3794), 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, + [91937] = 12, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(6055), 1, + anon_sym_LF, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, + ACTIONS(6063), 1, anon_sym_AMP_AMP, + ACTIONS(6065), 1, anon_sym_PIPE, + ACTIONS(6067), 1, anon_sym_CARET, + ACTIONS(6069), 1, anon_sym_AMP, + ACTIONS(6057), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [139167] = 9, - ACTIONS(5848), 1, + [91982] = 8, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5979), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139206] = 12, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6035), 1, - anon_sym_LF, - ACTIONS(6037), 1, + ACTIONS(5935), 5, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, anon_sym_PIPE, - ACTIONS(6043), 1, anon_sym_CARET, - ACTIONS(6023), 2, + anon_sym_AMP, + [92019] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(5983), 1, + anon_sym_LF, + ACTIONS(5985), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6025), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 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, - [139251] = 3, - ACTIONS(5848), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [92046] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5993), 1, anon_sym_LF, - ACTIONS(5939), 18, + ACTIONS(5995), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382621,17 +397470,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139278] = 3, - ACTIONS(5848), 1, + [92073] = 4, + ACTIONS(5840), 1, sym_comment, ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(5935), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5935), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -382645,137 +397495,113 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139305] = 12, - ACTIONS(5848), 1, + [92102] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, + ACTIONS(6063), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(6043), 1, + ACTIONS(6067), 1, anon_sym_CARET, - ACTIONS(6045), 1, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6077), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139350] = 14, + [92147] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5776), 1, + ACTIONS(5802), 1, anon_sym_SLASH, - ACTIONS(5778), 1, + ACTIONS(5804), 1, anon_sym_PIPE_PIPE, - ACTIONS(5780), 1, + ACTIONS(5806), 1, anon_sym_AMP_AMP, - ACTIONS(5782), 1, + ACTIONS(5808), 1, anon_sym_PIPE, - ACTIONS(5784), 1, + ACTIONS(5810), 1, anon_sym_CARET, - ACTIONS(5786), 1, + ACTIONS(5812), 1, anon_sym_AMP, - ACTIONS(6047), 1, + ACTIONS(6079), 1, anon_sym_RPAREN, - ACTIONS(5772), 2, + ACTIONS(5798), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, + ACTIONS(5800), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5788), 2, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5790), 2, + ACTIONS(5816), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5792), 2, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5794), 2, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [139399] = 3, - ACTIONS(5848), 1, + [92196] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, - anon_sym_LF, - ACTIONS(5979), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, + ACTIONS(6063), 1, anon_sym_AMP_AMP, + ACTIONS(6065), 1, anon_sym_PIPE, + ACTIONS(6067), 1, anon_sym_CARET, + ACTIONS(6069), 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, - [139426] = 12, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, - anon_sym_AMP_AMP, - ACTIONS(6041), 1, - anon_sym_PIPE, - ACTIONS(6043), 1, - anon_sym_CARET, - ACTIONS(6049), 1, + ACTIONS(6081), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139471] = 3, - ACTIONS(5848), 1, + [92241] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6001), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6003), 18, + ACTIONS(5935), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382794,12 +397620,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139498] = 3, - ACTIONS(5848), 1, + [92268] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5929), 1, + ACTIONS(6049), 1, anon_sym_LF, - ACTIONS(5931), 18, + ACTIONS(6051), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382818,78 +397644,54 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139525] = 12, - ACTIONS(5848), 1, + [92295] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(5979), 1, + ACTIONS(5935), 1, anon_sym_PIPE_PIPE, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6039), 1, + ACTIONS(6063), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(6043), 1, + ACTIONS(6067), 1, anon_sym_CARET, - ACTIONS(6023), 2, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6027), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [139570] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6053), 1, - anon_sym_const, - STATE(3646), 1, - sym_parameter_list, - ACTIONS(6051), 15, - anon_sym_COMMA, - anon_sym_SEMI, - 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, - [139603] = 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6073), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [92340] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 1, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6089), 1, anon_sym_const, - ACTIONS(2893), 18, + STATE(3671), 1, + sym_parameter_list, + ACTIONS(6083), 15, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -382902,138 +397704,116 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [139630] = 3, - ACTIONS(5848), 1, + [92373] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5969), 1, - anon_sym_LF, - ACTIONS(5971), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(5802), 1, anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(5804), 1, anon_sym_PIPE_PIPE, + ACTIONS(5806), 1, anon_sym_AMP_AMP, + ACTIONS(5808), 1, anon_sym_PIPE, + ACTIONS(5810), 1, anon_sym_CARET, + ACTIONS(5812), 1, anon_sym_AMP, + ACTIONS(6091), 1, + anon_sym_RPAREN, + ACTIONS(5798), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5800), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(5814), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5816), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(5818), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(5820), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [139657] = 10, - ACTIONS(5848), 1, + [92422] = 11, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6043), 1, - anon_sym_CARET, - ACTIONS(6023), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5979), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(6025), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6027), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [139698] = 12, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6031), 1, + ACTIONS(6067), 1, + anon_sym_CARET, + ACTIONS(6069), 1, anon_sym_AMP, - ACTIONS(6037), 1, + ACTIONS(5935), 2, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, - anon_sym_PIPE, - ACTIONS(6043), 1, - anon_sym_CARET, - ACTIONS(6055), 1, - anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139743] = 11, - ACTIONS(5848), 1, + [92465] = 10, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6041), 1, - anon_sym_PIPE, - ACTIONS(6043), 1, + ACTIONS(6067), 1, anon_sym_CARET, - ACTIONS(5979), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(6023), 2, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5935), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139786] = 6, + [92506] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6059), 1, + ACTIONS(6095), 1, anon_sym_const, - STATE(3646), 1, + STATE(3671), 1, sym_parameter_list, - ACTIONS(6057), 15, + ACTIONS(6093), 15, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -383049,12 +397829,69 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [139819] = 3, - ACTIONS(5848), 1, + [92539] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(5971), 1, + anon_sym_LF, + ACTIONS(5973), 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, + [92566] = 12, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(6061), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6063), 1, + anon_sym_AMP_AMP, + ACTIONS(6065), 1, + anon_sym_PIPE, + ACTIONS(6067), 1, + anon_sym_CARET, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6097), 1, + anon_sym_LF, + ACTIONS(6057), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6073), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [92611] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5985), 1, + ACTIONS(5987), 1, anon_sym_LF, - ACTIONS(5987), 18, + ACTIONS(5989), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383073,18 +397910,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139846] = 6, + [92638] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6063), 1, + ACTIONS(6101), 1, anon_sym_const, - STATE(3646), 1, + STATE(3671), 1, sym_parameter_list, - ACTIONS(6061), 15, + ACTIONS(6099), 15, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -383100,12 +397937,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [139879] = 3, - ACTIONS(4437), 1, - anon_sym_LF, - ACTIONS(5848), 1, + [92671] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(4439), 18, + ACTIONS(5997), 1, + anon_sym_LF, + ACTIONS(5999), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383124,118 +397961,113 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [139906] = 12, - ACTIONS(5848), 1, + [92698] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, + ACTIONS(6063), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(6043), 1, + ACTIONS(6067), 1, anon_sym_CARET, - ACTIONS(6065), 1, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6103), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139951] = 12, - ACTIONS(5848), 1, + [92743] = 9, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, - anon_sym_AMP_AMP, - ACTIONS(6041), 1, - anon_sym_PIPE, - ACTIONS(6043), 1, - anon_sym_CARET, - ACTIONS(6067), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(5935), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [139996] = 12, - ACTIONS(5848), 1, + [92782] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, + ACTIONS(6063), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(6043), 1, + ACTIONS(6067), 1, anon_sym_CARET, ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6105), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [140041] = 5, - ACTIONS(5848), 1, + [92827] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5937), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(5939), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6025), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5979), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -383249,80 +398081,97 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [140072] = 12, - ACTIONS(5848), 1, + [92854] = 7, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, - anon_sym_AMP_AMP, - ACTIONS(6041), 1, - anon_sym_PIPE, - ACTIONS(6043), 1, - anon_sym_CARET, - ACTIONS(6071), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, + ACTIONS(6075), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6033), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [140117] = 8, - ACTIONS(5848), 1, + ACTIONS(5935), 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, + [92889] = 6, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(5933), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, + ACTIONS(6075), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6033), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6025), 3, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5979), 5, + ACTIONS(5935), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - [140154] = 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [92922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, + ACTIONS(2917), 1, anon_sym_const, - ACTIONS(6017), 1, + ACTIONS(2919), 18, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6019), 1, + anon_sym_SEMI, + anon_sym___attribute__, + 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_noexcept, + anon_sym_throw, + [92949] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5241), 1, + anon_sym_const, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6087), 1, anon_sym_LBRACK, - STATE(3646), 1, + STATE(3671), 1, sym_parameter_list, - ACTIONS(5233), 15, + ACTIONS(5239), 15, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -383338,86 +398187,151 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140187] = 12, - ACTIONS(5848), 1, + [92982] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6031), 1, - anon_sym_AMP, - ACTIONS(6037), 1, + ACTIONS(5933), 1, + anon_sym_LF, + ACTIONS(6057), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(5935), 13, anon_sym_PIPE_PIPE, - ACTIONS(6039), 1, anon_sym_AMP_AMP, - ACTIONS(6041), 1, anon_sym_PIPE, - ACTIONS(6043), 1, anon_sym_CARET, - ACTIONS(6073), 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, + [93013] = 3, + ACTIONS(4467), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(4469), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6033), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6025), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6027), 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, - [140232] = 14, - ACTIONS(3), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [93040] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5776), 1, - anon_sym_SLASH, - ACTIONS(5778), 1, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, - ACTIONS(5780), 1, + ACTIONS(6063), 1, anon_sym_AMP_AMP, - ACTIONS(5782), 1, + ACTIONS(6065), 1, anon_sym_PIPE, - ACTIONS(5784), 1, + ACTIONS(6067), 1, anon_sym_CARET, - ACTIONS(5786), 1, + ACTIONS(6069), 1, anon_sym_AMP, - ACTIONS(6075), 1, - anon_sym_RPAREN, - ACTIONS(5772), 2, + ACTIONS(6107), 1, + anon_sym_LF, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5788), 2, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5790), 2, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6073), 4, anon_sym_GT, - anon_sym_LT, - ACTIONS(5792), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5794), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [140281] = 4, - ACTIONS(5848), 1, + anon_sym_LT, + [93085] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6111), 1, + anon_sym_const, + STATE(3671), 1, + sym_parameter_list, + ACTIONS(6109), 15, + anon_sym_COMMA, + anon_sym_SEMI, + 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, + [93118] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2913), 1, + anon_sym_const, + ACTIONS(2915), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + 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_noexcept, + anon_sym_throw, + [93145] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(6045), 1, anon_sym_LF, - ACTIONS(6025), 3, + ACTIONS(6047), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5979), 15, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -383431,45 +398345,84 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [140310] = 6, - ACTIONS(5848), 1, + [93172] = 12, + ACTIONS(5840), 1, sym_comment, - ACTIONS(5977), 1, + ACTIONS(6061), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6063), 1, + anon_sym_AMP_AMP, + ACTIONS(6065), 1, + anon_sym_PIPE, + ACTIONS(6067), 1, + anon_sym_CARET, + ACTIONS(6069), 1, + anon_sym_AMP, + ACTIONS(6113), 1, anon_sym_LF, - ACTIONS(6023), 2, + ACTIONS(6057), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6029), 2, + ACTIONS(6071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6075), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6025), 3, + ACTIONS(6059), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5979), 11, + ACTIONS(6073), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [93217] = 12, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(6061), 1, anon_sym_PIPE_PIPE, + ACTIONS(6063), 1, anon_sym_AMP_AMP, + ACTIONS(6065), 1, anon_sym_PIPE, + ACTIONS(6067), 1, anon_sym_CARET, + ACTIONS(6069), 1, anon_sym_AMP, + ACTIONS(6115), 1, + anon_sym_LF, + ACTIONS(6057), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6071), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(6075), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6059), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6073), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [140343] = 6, + [93262] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6059), 1, + ACTIONS(6089), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6057), 14, + ACTIONS(6083), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_EQ, @@ -383484,103 +398437,51 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [140375] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6021), 1, - anon_sym_const, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3652), 1, - sym_parameter_list, - ACTIONS(6015), 14, - anon_sym_COMMA, - anon_sym_SEMI, - 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, - [140407] = 10, + [93294] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4209), 1, + STATE(4229), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [140447] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5235), 1, + ACTIONS(1009), 6, anon_sym_const, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3651), 1, - sym_parameter_list, - ACTIONS(5233), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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, - [140479] = 7, + [93334] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, + ACTIONS(3361), 1, anon_sym_LBRACE, - ACTIONS(6079), 1, + ACTIONS(6119), 1, anon_sym_LT, - STATE(2346), 1, + STATE(2442), 1, sym_template_argument_list, - STATE(3330), 1, + STATE(3352), 1, sym_initializer_list, - ACTIONS(2713), 2, + ACTIONS(2837), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(2715), 12, + ACTIONS(2839), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383593,18 +398494,44 @@ static uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [140513] = 6, + [93368] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, + ACTIONS(5241), 1, anon_sym_const, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3682), 1, + sym_parameter_list, + ACTIONS(5239), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + 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, + [93400] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6111), 1, + anon_sym_const, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3687), 1, sym_parameter_list, - ACTIONS(5233), 14, + ACTIONS(6109), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -383619,18 +398546,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140545] = 6, + [93432] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6053), 1, + ACTIONS(6111), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6051), 14, + ACTIONS(6109), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_EQ, @@ -383645,20 +398572,48 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [140577] = 6, + [93464] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + STATE(3855), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(5720), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(6124), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3830), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(6121), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(5718), 8, + anon_sym___based, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_identifier, + [93498] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6021), 1, + ACTIONS(6101), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6015), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(6099), 14, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383668,21 +398623,20 @@ static 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, - [140609] = 6, + [93530] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6063), 1, + ACTIONS(6089), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6061), 14, + ACTIONS(6083), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -383697,18 +398651,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140641] = 6, + [93562] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6059), 1, + ACTIONS(6089), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3687), 1, sym_parameter_list, - ACTIONS(6057), 14, + ACTIONS(6083), 14, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -383723,51 +398677,51 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140673] = 10, + [93594] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4151), 1, + STATE(4238), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(1004), 6, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [140713] = 6, + [93634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6021), 1, + ACTIONS(6095), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3687), 1, sym_parameter_list, - ACTIONS(6015), 14, + ACTIONS(6093), 14, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383779,21 +398733,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140745] = 6, + [93666] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6059), 1, + ACTIONS(6101), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3687), 1, sym_parameter_list, - ACTIONS(6057), 14, + ACTIONS(6099), 14, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383805,21 +398759,21 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140777] = 6, + [93698] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6063), 1, + ACTIONS(6095), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6061), 14, + ACTIONS(6093), 14, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383831,78 +398785,77 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140809] = 10, + [93730] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6101), 1, + anon_sym_const, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3694), 1, + sym_parameter_list, + ACTIONS(6099), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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, + [93762] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4181), 1, + STATE(4163), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(3569), 2, + STATE(3580), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(1004), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [140849] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(3829), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(5660), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(6084), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3817), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(6081), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(5658), 8, - anon_sym___based, + ACTIONS(1009), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - sym_identifier, - [140883] = 6, + [93802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, + ACTIONS(5241), 1, anon_sym_const, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3687), 1, sym_parameter_list, - ACTIONS(5233), 14, + ACTIONS(5239), 14, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383914,18 +398867,18 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [140915] = 6, + [93834] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6063), 1, + ACTIONS(5241), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6061), 14, + ACTIONS(5239), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_EQ, @@ -383940,21 +398893,20 @@ static uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [140947] = 6, + [93866] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6053), 1, + ACTIONS(6095), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6051), 14, + ACTIONS(6093), 14, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -383964,20 +398916,21 @@ static 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, - [140979] = 6, + [93898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6053), 1, + ACTIONS(6111), 1, anon_sym_const, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6051), 14, + ACTIONS(6109), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -383992,19 +398945,19 @@ static uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [141011] = 6, + [93930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, + ACTIONS(3361), 1, anon_sym_LBRACE, - ACTIONS(6087), 1, + ACTIONS(6127), 1, anon_sym_COLON_COLON, - STATE(3330), 1, + STATE(3352), 1, sym_initializer_list, - ACTIONS(2713), 2, + ACTIONS(2837), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(2715), 12, + ACTIONS(2839), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384017,177 +398970,261 @@ static uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [141042] = 15, + [93961] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3667), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(970), 1, + sym_field_declaration_list, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(2266), 1, + STATE(1627), 1, + sym_template_type, + STATE(1644), 1, sym__class_name, - STATE(2341), 1, - sym_field_declaration_list, - STATE(3885), 1, + STATE(3899), 1, sym_ms_declspec_modifier, - STATE(4425), 1, + STATE(4461), 1, sym_virtual_specifier, - STATE(4770), 1, + STATE(4935), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141089] = 15, + [94008] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5878), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(5876), 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, + [94031] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3489), 1, + ACTIONS(3685), 1, sym_identifier, - ACTIONS(3491), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2266), 1, + STATE(2268), 1, sym__class_name, - STATE(2341), 1, + STATE(2556), 1, + sym_template_type, + STATE(2697), 1, sym_field_declaration_list, - STATE(3883), 1, + STATE(3898), 1, sym_ms_declspec_modifier, - STATE(3987), 1, + STATE(4076), 1, sym_scoped_type_identifier, - STATE(4043), 1, - sym_template_type, - STATE(4425), 1, + STATE(4426), 1, sym_virtual_specifier, - STATE(4770), 1, + STATE(4811), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141136] = 15, + [94078] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3667), 1, sym_identifier, - STATE(848), 1, + STATE(970), 1, sym_field_declaration_list, - STATE(1447), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(1627), 1, sym_template_type, - STATE(1473), 1, + STATE(1652), 1, sym__class_name, - STATE(3878), 1, + STATE(3899), 1, sym_ms_declspec_modifier, - STATE(4436), 1, + STATE(4461), 1, sym_virtual_specifier, - STATE(4773), 1, + STATE(4935), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141183] = 15, + [94125] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3511), 1, + ACTIONS(3679), 1, sym_identifier, - ACTIONS(3513), 1, + STATE(2279), 1, + sym__class_name, + STATE(2395), 1, + sym_field_declaration_list, + STATE(3909), 1, + sym_ms_declspec_modifier, + STATE(4008), 1, + sym_scoped_type_identifier, + STATE(4045), 1, + sym_template_type, + STATE(4432), 1, + sym_virtual_specifier, + STATE(4960), 1, + sym_base_class_clause, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(3307), 2, + anon_sym_final, + anon_sym_override, + [94172] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym___declspec, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - STATE(2341), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + ACTIONS(3685), 1, + sym_identifier, + STATE(1345), 1, sym_field_declaration_list, - STATE(2874), 1, + STATE(2374), 1, + sym__class_name, + STATE(2548), 1, + sym_scoped_type_identifier, + STATE(2556), 1, + sym_template_type, + STATE(3892), 1, + sym_ms_declspec_modifier, + STATE(4373), 1, + sym_virtual_specifier, + STATE(4932), 1, + sym_base_class_clause, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(3307), 2, + anon_sym_final, + anon_sym_override, + [94219] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym___declspec, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3687), 1, + anon_sym_LBRACE, + ACTIONS(3689), 1, + sym_identifier, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + STATE(2268), 1, sym__class_name, - STATE(2960), 1, + STATE(2355), 1, sym_template_type, - STATE(2961), 1, + STATE(2356), 1, sym_scoped_type_identifier, - STATE(3862), 1, + STATE(2697), 1, + sym_field_declaration_list, + STATE(3886), 1, sym_ms_declspec_modifier, - STATE(4425), 1, + STATE(4426), 1, sym_virtual_specifier, - STATE(4770), 1, + STATE(4811), 1, sym_base_class_clause, - STATE(5302), 1, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141230] = 15, + [94266] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3505), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(848), 1, + STATE(970), 1, sym_field_declaration_list, - STATE(1289), 1, + STATE(1064), 1, sym__class_name, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(3891), 1, + STATE(1349), 1, + sym_template_type, + STATE(3882), 1, sym_ms_declspec_modifier, - STATE(4436), 1, + STATE(4461), 1, sym_virtual_specifier, - STATE(4773), 1, + STATE(4935), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141277] = 5, + [94313] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6129), 1, anon_sym_LPAREN2, - STATE(2799), 1, + STATE(2822), 1, sym_argument_list, - ACTIONS(2713), 2, + ACTIONS(2837), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(2715), 11, + ACTIONS(2839), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -384199,97 +399236,45 @@ static uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [141304] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5798), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(5796), 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, - [141327] = 15, + [94340] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3493), 1, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2274), 1, - sym__class_name, - STATE(2531), 1, - sym_template_type, - STATE(2667), 1, - sym_field_declaration_list, - STATE(3872), 1, - sym_ms_declspec_modifier, - STATE(4072), 1, - sym_scoped_type_identifier, - STATE(4298), 1, - sym_virtual_specifier, - STATE(4794), 1, - sym_base_class_clause, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - [141374] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym___declspec, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2845), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3497), 1, - sym_identifier, - STATE(848), 1, - sym_field_declaration_list, - STATE(1438), 1, - sym__class_name, - STATE(1447), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(1349), 1, sym_template_type, - STATE(3878), 1, + STATE(2279), 1, + sym__class_name, + STATE(2395), 1, + sym_field_declaration_list, + STATE(3897), 1, sym_ms_declspec_modifier, - STATE(4436), 1, + STATE(4432), 1, sym_virtual_specifier, - STATE(4773), 1, + STATE(4960), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141421] = 3, + [94387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5802), 2, + ACTIONS(5864), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(5800), 13, + ACTIONS(5862), 13, anon_sym___based, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, @@ -384303,1723 +399288,1691 @@ static uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, sym_identifier, - [141444] = 15, + [94410] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6132), 1, + anon_sym_COLON_COLON, + STATE(3026), 1, + sym_initializer_list, + ACTIONS(2837), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(2839), 10, + 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, + [94439] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3675), 1, + anon_sym_LBRACE, + ACTIONS(3699), 1, sym_identifier, - STATE(848), 1, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + STATE(2395), 1, sym_field_declaration_list, - STATE(1447), 1, + STATE(2914), 1, + sym__class_name, + STATE(2963), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(2964), 1, sym_template_type, - STATE(1480), 1, - sym__class_name, - STATE(3878), 1, + STATE(3907), 1, sym_ms_declspec_modifier, - STATE(4436), 1, + STATE(4432), 1, sym_virtual_specifier, - STATE(4773), 1, + STATE(4960), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141491] = 15, + [94486] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3565), 1, + ACTIONS(3693), 1, sym_identifier, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - ACTIONS(3569), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - STATE(2199), 1, + STATE(2286), 1, sym__class_name, - STATE(2227), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2231), 1, + STATE(2413), 1, sym_template_type, - STATE(2400), 1, + STATE(2721), 1, sym_field_declaration_list, - STATE(3889), 1, + STATE(3911), 1, sym_ms_declspec_modifier, - STATE(4385), 1, + STATE(4491), 1, sym_virtual_specifier, - STATE(4991), 1, + STATE(5025), 1, sym_base_class_clause, - STATE(5221), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141538] = 15, + [94533] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3661), 1, sym_identifier, - STATE(848), 1, - sym_field_declaration_list, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(1462), 1, - sym_template_type, - STATE(1491), 1, + ACTIONS(3663), 1, + anon_sym_LBRACE, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + STATE(2213), 1, sym__class_name, - STATE(3878), 1, + STATE(2237), 1, + sym_template_type, + STATE(2238), 1, + sym_scoped_type_identifier, + STATE(2449), 1, + sym_field_declaration_list, + STATE(3887), 1, sym_ms_declspec_modifier, - STATE(4436), 1, + STATE(4453), 1, sym_virtual_specifier, - STATE(4773), 1, + STATE(4983), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141585] = 15, + [94580] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3667), 1, sym_identifier, - STATE(1356), 1, + STATE(970), 1, sym_field_declaration_list, - STATE(2332), 1, - sym__class_name, - STATE(2527), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(2531), 1, + STATE(1627), 1, sym_template_type, - STATE(3867), 1, + STATE(1637), 1, + sym__class_name, + STATE(3899), 1, sym_ms_declspec_modifier, - STATE(4343), 1, + STATE(4461), 1, sym_virtual_specifier, - STATE(4847), 1, + STATE(4935), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141632] = 15, + [94627] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3515), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3667), 1, sym_identifier, - STATE(1356), 1, + STATE(970), 1, sym_field_declaration_list, - STATE(1448), 1, + STATE(1608), 1, sym__class_name, - STATE(1460), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(1479), 1, + STATE(1627), 1, sym_template_type, - STATE(3876), 1, + STATE(3899), 1, sym_ms_declspec_modifier, - STATE(4343), 1, + STATE(4461), 1, sym_virtual_specifier, - STATE(4847), 1, + STATE(4935), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141679] = 15, + [94674] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym___declspec, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3483), 1, - sym_identifier, - ACTIONS(3485), 1, - anon_sym_LBRACE, - ACTIONS(3487), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - STATE(2265), 1, - sym__class_name, - STATE(2422), 1, - sym_scoped_type_identifier, - STATE(2423), 1, - sym_template_type, - STATE(2716), 1, - sym_field_declaration_list, - STATE(3877), 1, - sym_ms_declspec_modifier, - STATE(4450), 1, - sym_virtual_specifier, - STATE(4988), 1, - sym_base_class_clause, - STATE(5350), 1, - sym_scoped_namespace_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - [141726] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym___declspec, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - ACTIONS(3507), 1, + ACTIONS(3703), 1, sym_identifier, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - STATE(2274), 1, + STATE(1345), 1, + sym_field_declaration_list, + STATE(1610), 1, sym__class_name, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, + STATE(1623), 1, sym_scoped_type_identifier, - STATE(2667), 1, - sym_field_declaration_list, - STATE(3881), 1, + STATE(1655), 1, + sym_template_type, + STATE(3900), 1, sym_ms_declspec_modifier, - STATE(4298), 1, + STATE(4373), 1, sym_virtual_specifier, - STATE(4794), 1, + STATE(4932), 1, sym_base_class_clause, - STATE(5388), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [141773] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6092), 1, - anon_sym_COLON_COLON, - STATE(3012), 1, - sym_initializer_list, - ACTIONS(2713), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(2715), 10, - 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, - [141802] = 15, + [94721] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6096), 1, + ACTIONS(6136), 1, anon_sym_SEMI, - ACTIONS(6098), 1, + ACTIONS(6138), 1, anon_sym_LBRACE, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6102), 1, + ACTIONS(6142), 1, anon_sym_EQ, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - STATE(1124), 1, + STATE(1123), 1, sym_compound_statement, - STATE(1127), 1, + STATE(1126), 1, sym_default_method_clause, - STATE(1128), 1, + STATE(1127), 1, sym_delete_method_clause, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4081), 1, + STATE(4119), 1, aux_sym_field_declaration_repeat1, - STATE(5391), 1, + STATE(5385), 1, sym_bitfield_clause, - STATE(5395), 1, + STATE(5389), 1, sym_initializer_list, - [141848] = 15, + [94767] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6106), 1, + ACTIONS(6146), 1, anon_sym_SEMI, - ACTIONS(6108), 1, + ACTIONS(6148), 1, anon_sym_LBRACE, - ACTIONS(6110), 1, + ACTIONS(6150), 1, anon_sym_EQ, - STATE(1025), 1, + STATE(1147), 1, sym_delete_method_clause, - STATE(1026), 1, + STATE(1148), 1, sym_default_method_clause, - STATE(1027), 1, + STATE(1149), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4063), 1, + STATE(4109), 1, aux_sym_field_declaration_repeat1, - STATE(5385), 1, - sym_bitfield_clause, - STATE(5387), 1, + STATE(5349), 1, sym_initializer_list, - [141894] = 15, + STATE(5373), 1, + sym_bitfield_clause, + [94813] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6108), 1, - anon_sym_LBRACE, - ACTIONS(6112), 1, + ACTIONS(6152), 1, anon_sym_SEMI, - ACTIONS(6114), 1, + ACTIONS(6154), 1, + anon_sym_LBRACE, + ACTIONS(6156), 1, anon_sym_EQ, - STATE(1061), 1, + STATE(932), 1, sym_delete_method_clause, - STATE(1062), 1, - sym_default_method_clause, - STATE(1063), 1, + STATE(936), 1, sym_compound_statement, - STATE(3620), 1, + STATE(940), 1, + sym_default_method_clause, + STATE(3625), 1, sym_parameter_list, - STATE(4066), 1, + STATE(4089), 1, aux_sym_field_declaration_repeat1, - STATE(5322), 1, + STATE(5363), 1, sym_bitfield_clause, - STATE(5328), 1, + STATE(5372), 1, sym_initializer_list, - [141940] = 15, + [94859] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(2213), 1, + anon_sym_STAR, + ACTIONS(2215), 1, + anon_sym_AMP_AMP, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6108), 1, + ACTIONS(6158), 1, anon_sym_LBRACE, - ACTIONS(6116), 1, - anon_sym_SEMI, - ACTIONS(6118), 1, - anon_sym_EQ, - STATE(1054), 1, - sym_delete_method_clause, - STATE(1056), 1, - sym_default_method_clause, - STATE(1057), 1, + STATE(3469), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4084), 1, - aux_sym_field_declaration_repeat1, - STATE(5331), 1, - sym_bitfield_clause, - STATE(5332), 1, - sym_initializer_list, - [141986] = 15, + STATE(4488), 1, + sym_abstract_function_declarator, + STATE(4556), 1, + sym__abstract_declarator, + STATE(3719), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [94899] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6098), 1, - anon_sym_LBRACE, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6120), 1, + ACTIONS(6154), 1, + anon_sym_LBRACE, + ACTIONS(6160), 1, anon_sym_SEMI, - ACTIONS(6122), 1, + ACTIONS(6162), 1, anon_sym_EQ, - STATE(1112), 1, + STATE(918), 1, sym_compound_statement, - STATE(1115), 1, + STATE(920), 1, sym_default_method_clause, - STATE(1116), 1, + STATE(923), 1, sym_delete_method_clause, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4109), 1, + STATE(4074), 1, aux_sym_field_declaration_repeat1, - STATE(5373), 1, + STATE(5338), 1, sym_bitfield_clause, - STATE(5377), 1, + STATE(5347), 1, sym_initializer_list, - [142032] = 15, + [94945] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6098), 1, + ACTIONS(6138), 1, anon_sym_LBRACE, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6124), 1, + ACTIONS(6164), 1, anon_sym_SEMI, - ACTIONS(6126), 1, + ACTIONS(6166), 1, anon_sym_EQ, - STATE(1166), 1, + STATE(1069), 1, sym_delete_method_clause, - STATE(1169), 1, + STATE(1073), 1, sym_default_method_clause, - STATE(1173), 1, + STATE(1075), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4076), 1, + STATE(4088), 1, aux_sym_field_declaration_repeat1, - STATE(5137), 1, + STATE(5578), 1, sym_initializer_list, - STATE(5138), 1, + STATE(5582), 1, sym_bitfield_clause, - [142078] = 12, + [94991] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(3289), 1, - anon_sym_LBRACE, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - STATE(2986), 1, + ACTIONS(6168), 1, + anon_sym_LBRACE, + STATE(2808), 1, sym_compound_statement, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4342), 1, + STATE(4416), 1, sym_abstract_function_declarator, - STATE(4650), 1, + STATE(4556), 1, sym__abstract_declarator, - STATE(3690), 4, + STATE(3719), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [142118] = 15, + [95031] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(2213), 1, + anon_sym_STAR, + ACTIONS(2215), 1, + anon_sym_AMP_AMP, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6128), 1, - anon_sym_SEMI, - ACTIONS(6130), 1, + ACTIONS(6170), 1, anon_sym_LBRACE, - ACTIONS(6132), 1, - anon_sym_EQ, - STATE(828), 1, - sym_delete_method_clause, - STATE(830), 1, - sym_default_method_clause, - STATE(834), 1, + STATE(2483), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4104), 1, - aux_sym_field_declaration_repeat1, - STATE(5109), 1, - sym_initializer_list, - STATE(5111), 1, - sym_bitfield_clause, - [142164] = 15, + STATE(4418), 1, + sym_abstract_function_declarator, + STATE(4556), 1, + sym__abstract_declarator, + STATE(3719), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [95071] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(2213), 1, + anon_sym_STAR, + ACTIONS(2215), 1, + anon_sym_AMP_AMP, + ACTIONS(2217), 1, + anon_sym_AMP, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6108), 1, + ACTIONS(6172), 1, anon_sym_LBRACE, - ACTIONS(6134), 1, - anon_sym_SEMI, - ACTIONS(6136), 1, - anon_sym_EQ, - STATE(1095), 1, - sym_delete_method_clause, - STATE(1096), 1, - sym_default_method_clause, - STATE(1097), 1, + STATE(2763), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4065), 1, - aux_sym_field_declaration_repeat1, - STATE(5267), 1, - sym_bitfield_clause, - STATE(5269), 1, - sym_initializer_list, - [142210] = 12, + STATE(4481), 1, + sym_abstract_function_declarator, + STATE(4556), 1, + sym__abstract_declarator, + STATE(3719), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [95111] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(6138), 1, + ACTIONS(6174), 1, anon_sym_LBRACE, - STATE(2746), 1, + STATE(3351), 1, sym_compound_statement, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4433), 1, + STATE(4402), 1, sym_abstract_function_declarator, - STATE(4650), 1, + STATE(4556), 1, sym__abstract_declarator, - STATE(3690), 4, + STATE(3719), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [142250] = 12, + [95151] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6140), 1, + anon_sym_LBRACK, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6148), 1, + anon_sym_LBRACE, + ACTIONS(6176), 1, + anon_sym_SEMI, + ACTIONS(6178), 1, + anon_sym_EQ, + STATE(1204), 1, + sym_delete_method_clause, + STATE(1205), 1, + sym_default_method_clause, + STATE(1219), 1, + sym_compound_statement, + STATE(3625), 1, + sym_parameter_list, + STATE(4120), 1, + aux_sym_field_declaration_repeat1, + STATE(5273), 1, + sym_bitfield_clause, + STATE(5287), 1, + sym_initializer_list, + [95197] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(2213), 1, anon_sym_STAR, - ACTIONS(2207), 1, + ACTIONS(2215), 1, anon_sym_AMP_AMP, - ACTIONS(2209), 1, + ACTIONS(2217), 1, anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(6140), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(3329), 1, + ACTIONS(4873), 1, + anon_sym_LBRACK, + STATE(3013), 1, sym_compound_statement, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4373), 1, + STATE(4417), 1, sym_abstract_function_declarator, - STATE(4650), 1, + STATE(4556), 1, sym__abstract_declarator, - STATE(3690), 4, + STATE(3719), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [142290] = 15, + [95237] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6098), 1, + ACTIONS(6138), 1, anon_sym_LBRACE, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6142), 1, + ACTIONS(6180), 1, anon_sym_SEMI, - ACTIONS(6144), 1, + ACTIONS(6182), 1, anon_sym_EQ, - STATE(1222), 1, + STATE(1236), 1, sym_compound_statement, - STATE(1225), 1, + STATE(1239), 1, sym_default_method_clause, - STATE(1226), 1, + STATE(1240), 1, sym_delete_method_clause, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4080), 1, + STATE(4115), 1, aux_sym_field_declaration_repeat1, - STATE(5437), 1, + STATE(5460), 1, sym_bitfield_clause, - STATE(5438), 1, + STATE(5461), 1, sym_initializer_list, - [142336] = 15, + [95283] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6138), 1, + anon_sym_LBRACE, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6130), 1, - anon_sym_LBRACE, - ACTIONS(6146), 1, + ACTIONS(6184), 1, anon_sym_SEMI, - ACTIONS(6148), 1, + ACTIONS(6186), 1, anon_sym_EQ, - STATE(1003), 1, - sym_delete_method_clause, - STATE(1009), 1, - sym_default_method_clause, - STATE(1013), 1, + STATE(1135), 1, sym_compound_statement, - STATE(3620), 1, + STATE(1138), 1, + sym_default_method_clause, + STATE(1139), 1, + sym_delete_method_clause, + STATE(3625), 1, sym_parameter_list, - STATE(4070), 1, + STATE(4124), 1, aux_sym_field_declaration_repeat1, - STATE(5153), 1, - sym_initializer_list, - STATE(5155), 1, + STATE(5397), 1, sym_bitfield_clause, - [142382] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(2205), 1, - anon_sym_STAR, - ACTIONS(2207), 1, - anon_sym_AMP_AMP, - ACTIONS(2209), 1, - anon_sym_AMP, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(6150), 1, - anon_sym_LBRACE, - STATE(2747), 1, - sym_compound_statement, - STATE(3662), 1, - sym_parameter_list, - STATE(4304), 1, - sym_abstract_function_declarator, - STATE(4650), 1, - sym__abstract_declarator, - STATE(3690), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [142422] = 12, + STATE(5401), 1, + sym_initializer_list, + [95329] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, - anon_sym_STAR, - ACTIONS(2207), 1, - anon_sym_AMP_AMP, - ACTIONS(2209), 1, - anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6152), 1, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6154), 1, anon_sym_LBRACE, - STATE(3414), 1, + ACTIONS(6188), 1, + anon_sym_SEMI, + ACTIONS(6190), 1, + anon_sym_EQ, + STATE(991), 1, sym_compound_statement, - STATE(3662), 1, + STATE(994), 1, + sym_default_method_clause, + STATE(996), 1, + sym_delete_method_clause, + STATE(3625), 1, sym_parameter_list, - STATE(4403), 1, - sym_abstract_function_declarator, - STATE(4650), 1, - sym__abstract_declarator, - STATE(3690), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [142462] = 15, + STATE(4106), 1, + aux_sym_field_declaration_repeat1, + STATE(5202), 1, + sym_bitfield_clause, + STATE(5203), 1, + sym_initializer_list, + [95375] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6130), 1, - anon_sym_LBRACE, ACTIONS(6154), 1, + anon_sym_LBRACE, + ACTIONS(6192), 1, anon_sym_SEMI, - ACTIONS(6156), 1, + ACTIONS(6194), 1, anon_sym_EQ, - STATE(817), 1, - sym_compound_statement, - STATE(843), 1, + STATE(811), 1, sym_default_method_clause, - STATE(932), 1, + STATE(892), 1, sym_delete_method_clause, - STATE(3620), 1, + STATE(944), 1, + sym_compound_statement, + STATE(3625), 1, sym_parameter_list, - STATE(4097), 1, + STATE(4118), 1, aux_sym_field_declaration_repeat1, - STATE(5105), 1, - sym_initializer_list, - STATE(5106), 1, + STATE(5496), 1, sym_bitfield_clause, - [142508] = 12, + STATE(5498), 1, + sym_initializer_list, + [95421] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(2205), 1, - anon_sym_STAR, - ACTIONS(2207), 1, - anon_sym_AMP_AMP, - ACTIONS(2209), 1, - anon_sym_AMP, - ACTIONS(4900), 1, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6158), 1, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6148), 1, anon_sym_LBRACE, - STATE(2487), 1, + ACTIONS(6196), 1, + anon_sym_SEMI, + ACTIONS(6198), 1, + anon_sym_EQ, + STATE(1029), 1, + sym_delete_method_clause, + STATE(1030), 1, + sym_default_method_clause, + STATE(1032), 1, sym_compound_statement, - STATE(3662), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4390), 1, - sym_abstract_function_declarator, - STATE(4650), 1, - sym__abstract_declarator, - STATE(3690), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [142548] = 15, + STATE(4113), 1, + aux_sym_field_declaration_repeat1, + STATE(5208), 1, + sym_initializer_list, + STATE(5216), 1, + sym_bitfield_clause, + [95467] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6130), 1, + ACTIONS(6148), 1, anon_sym_LBRACE, - ACTIONS(6160), 1, + ACTIONS(6200), 1, anon_sym_SEMI, - ACTIONS(6162), 1, + ACTIONS(6202), 1, anon_sym_EQ, - STATE(942), 1, + STATE(1134), 1, sym_delete_method_clause, - STATE(946), 1, + STATE(1136), 1, sym_default_method_clause, - STATE(957), 1, + STATE(1137), 1, sym_compound_statement, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - STATE(4052), 1, + STATE(4132), 1, aux_sym_field_declaration_repeat1, - STATE(5072), 1, + STATE(5329), 1, sym_initializer_list, - STATE(5073), 1, + STATE(5330), 1, sym_bitfield_clause, - [142594] = 13, + [95513] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3489), 1, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2269), 1, - sym__class_name, - STATE(2368), 1, - sym_field_declaration_list, - STATE(3987), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(4043), 1, + STATE(1349), 1, sym_template_type, - STATE(4359), 1, - sym_virtual_specifier, - STATE(4850), 1, - sym_base_class_clause, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(3041), 2, - anon_sym_final, - anon_sym_override, - [142635] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - ACTIONS(3507), 1, - sym_identifier, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - STATE(2261), 1, + STATE(2283), 1, sym__class_name, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, - sym_scoped_type_identifier, - STATE(2588), 1, + STATE(2427), 1, sym_field_declaration_list, - STATE(4327), 1, + STATE(4411), 1, sym_virtual_specifier, - STATE(4758), 1, + STATE(5013), 1, sym_base_class_clause, - STATE(5388), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142676] = 13, + [95554] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - ACTIONS(3515), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(1355), 1, + STATE(840), 1, sym_field_declaration_list, - STATE(1451), 1, + STATE(1050), 1, sym__class_name, - STATE(1460), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(1479), 1, + STATE(1349), 1, sym_template_type, - STATE(4398), 1, + STATE(4325), 1, sym_virtual_specifier, - STATE(4921), 1, + STATE(5054), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142717] = 13, + [95595] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - ACTIONS(3511), 1, + ACTIONS(3661), 1, sym_identifier, - ACTIONS(3513), 1, + ACTIONS(3663), 1, + anon_sym_LBRACE, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - STATE(2370), 1, - sym_field_declaration_list, - STATE(2869), 1, + STATE(2216), 1, sym__class_name, - STATE(2960), 1, + STATE(2237), 1, sym_template_type, - STATE(2961), 1, + STATE(2238), 1, sym_scoped_type_identifier, - STATE(4355), 1, + STATE(2416), 1, + sym_field_declaration_list, + STATE(4508), 1, sym_virtual_specifier, - STATE(4853), 1, + STATE(4914), 1, sym_base_class_clause, - STATE(5302), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142758] = 13, + [95636] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3685), 1, sym_identifier, - STATE(822), 1, - sym_field_declaration_list, - STATE(1436), 1, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2290), 1, sym__class_name, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(1462), 1, + STATE(2556), 1, sym_template_type, - STATE(4387), 1, + STATE(2600), 1, + sym_field_declaration_list, + STATE(4076), 1, + sym_scoped_type_identifier, + STATE(4412), 1, sym_virtual_specifier, - STATE(5055), 1, + STATE(4787), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142799] = 13, + [95677] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3661), 1, sym_identifier, - STATE(950), 1, - sym_field_declaration_list, - STATE(1440), 1, + ACTIONS(3663), 1, + anon_sym_LBRACE, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + STATE(2222), 1, sym__class_name, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(1462), 1, + STATE(2237), 1, sym_template_type, - STATE(4295), 1, + STATE(2238), 1, + sym_scoped_type_identifier, + STATE(2412), 1, + sym_field_declaration_list, + STATE(4506), 1, sym_virtual_specifier, - STATE(5045), 1, + STATE(4898), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142840] = 13, + [95718] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(3515), 1, + ACTIONS(3689), 1, sym_identifier, - STATE(1326), 1, - sym_field_declaration_list, - STATE(1456), 1, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + STATE(2270), 1, sym__class_name, - STATE(1460), 1, - sym_scoped_type_identifier, - STATE(1479), 1, + STATE(2355), 1, sym_template_type, - STATE(4394), 1, + STATE(2356), 1, + sym_scoped_type_identifier, + STATE(2618), 1, + sym_field_declaration_list, + STATE(4407), 1, sym_virtual_specifier, - STATE(4919), 1, + STATE(4794), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142881] = 13, + [95759] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3493), 1, + ACTIONS(3661), 1, sym_identifier, - ACTIONS(3495), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2259), 1, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + STATE(2223), 1, sym__class_name, - STATE(2531), 1, + STATE(2237), 1, sym_template_type, - STATE(2736), 1, - sym_field_declaration_list, - STATE(4072), 1, + STATE(2238), 1, sym_scoped_type_identifier, - STATE(4332), 1, + STATE(2411), 1, + sym_field_declaration_list, + STATE(4505), 1, sym_virtual_specifier, - STATE(4762), 1, + STATE(4859), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142922] = 13, + [95800] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3689), 1, sym_identifier, - STATE(1310), 1, - sym_field_declaration_list, - STATE(2322), 1, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + STATE(2290), 1, sym__class_name, - STATE(2527), 1, - sym_scoped_type_identifier, - STATE(2531), 1, + STATE(2355), 1, sym_template_type, - STATE(4399), 1, + STATE(2356), 1, + sym_scoped_type_identifier, + STATE(2600), 1, + sym_field_declaration_list, + STATE(4412), 1, sym_virtual_specifier, - STATE(4923), 1, + STATE(4787), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [142963] = 13, + [95841] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3667), 1, sym_identifier, - STATE(1355), 1, + STATE(827), 1, sym_field_declaration_list, - STATE(2324), 1, + STATE(1605), 1, sym__class_name, - STATE(2527), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(2531), 1, + STATE(1627), 1, sym_template_type, - STATE(4398), 1, + STATE(4322), 1, sym_virtual_specifier, - STATE(4921), 1, + STATE(5044), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143004] = 13, + [95882] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3679), 1, sym_identifier, - STATE(1326), 1, - sym_field_declaration_list, - STATE(2325), 1, + STATE(2288), 1, sym__class_name, - STATE(2527), 1, + STATE(2436), 1, + sym_field_declaration_list, + STATE(4008), 1, sym_scoped_type_identifier, - STATE(2531), 1, + STATE(4045), 1, sym_template_type, - STATE(4394), 1, + STATE(4385), 1, sym_virtual_specifier, - STATE(4919), 1, + STATE(5005), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143045] = 13, + [95923] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(3511), 1, + ACTIONS(3689), 1, sym_identifier, - ACTIONS(3513), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - STATE(2362), 1, - sym_field_declaration_list, - STATE(2883), 1, + STATE(2291), 1, sym__class_name, - STATE(2960), 1, + STATE(2355), 1, sym_template_type, - STATE(2961), 1, + STATE(2356), 1, sym_scoped_type_identifier, - STATE(4361), 1, + STATE(2603), 1, + sym_field_declaration_list, + STATE(4410), 1, sym_virtual_specifier, - STATE(4846), 1, + STATE(4791), 1, sym_base_class_clause, - STATE(5302), 1, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143086] = 13, + [95964] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3493), 1, - sym_identifier, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2261), 1, - sym__class_name, - STATE(2531), 1, - sym_template_type, - STATE(2588), 1, + ACTIONS(3685), 1, + sym_identifier, + STATE(1339), 1, sym_field_declaration_list, - STATE(4072), 1, + STATE(2440), 1, + sym__class_name, + STATE(2548), 1, sym_scoped_type_identifier, - STATE(4327), 1, + STATE(2556), 1, + sym_template_type, + STATE(4428), 1, sym_virtual_specifier, - STATE(4758), 1, + STATE(4821), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143127] = 13, + [96005] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3493), 1, - sym_identifier, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2258), 1, - sym__class_name, - STATE(2531), 1, - sym_template_type, - STATE(2734), 1, + ACTIONS(3685), 1, + sym_identifier, + STATE(1309), 1, sym_field_declaration_list, - STATE(4072), 1, + STATE(2431), 1, + sym__class_name, + STATE(2548), 1, sym_scoped_type_identifier, - STATE(4334), 1, + STATE(2556), 1, + sym_template_type, + STATE(4427), 1, sym_virtual_specifier, - STATE(4765), 1, + STATE(4802), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143168] = 13, + [96046] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3505), 1, + ACTIONS(3317), 1, + anon_sym_LBRACE, + ACTIONS(3685), 1, sym_identifier, - STATE(822), 1, + STATE(1342), 1, sym_field_declaration_list, - STATE(1284), 1, + STATE(2422), 1, sym__class_name, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(2548), 1, sym_scoped_type_identifier, - STATE(4387), 1, + STATE(2556), 1, + sym_template_type, + STATE(4423), 1, sym_virtual_specifier, - STATE(5055), 1, + STATE(4785), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143209] = 13, + [96087] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3511), 1, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3667), 1, sym_identifier, - ACTIONS(3513), 1, - anon_sym_COLON_COLON, - STATE(2368), 1, + STATE(822), 1, sym_field_declaration_list, - STATE(2870), 1, + STATE(1600), 1, sym__class_name, - STATE(2960), 1, - sym_template_type, - STATE(2961), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(4359), 1, + STATE(1627), 1, + sym_template_type, + STATE(4324), 1, sym_virtual_specifier, - STATE(4850), 1, + STATE(5051), 1, sym_base_class_clause, - STATE(5302), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143250] = 13, + [96128] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3489), 1, + ACTIONS(3685), 1, sym_identifier, - ACTIONS(3491), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2272), 1, + STATE(2291), 1, sym__class_name, - STATE(2362), 1, + STATE(2556), 1, + sym_template_type, + STATE(2603), 1, sym_field_declaration_list, - STATE(3987), 1, + STATE(4076), 1, sym_scoped_type_identifier, - STATE(4043), 1, - sym_template_type, - STATE(4361), 1, + STATE(4410), 1, sym_virtual_specifier, - STATE(4846), 1, + STATE(4791), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143291] = 13, + [96169] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - ACTIONS(3515), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(1310), 1, - sym_field_declaration_list, - STATE(1449), 1, - sym__class_name, - STATE(1460), 1, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(1479), 1, + STATE(1349), 1, sym_template_type, - STATE(4399), 1, + STATE(2282), 1, + sym__class_name, + STATE(2423), 1, + sym_field_declaration_list, + STATE(4312), 1, sym_virtual_specifier, - STATE(4923), 1, + STATE(5017), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143332] = 13, + [96210] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3483), 1, + ACTIONS(3685), 1, sym_identifier, - ACTIONS(3485), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(3487), 1, - anon_sym_COLON_COLON, - STATE(2252), 1, + STATE(2270), 1, sym__class_name, - STATE(2422), 1, - sym_scoped_type_identifier, - STATE(2423), 1, + STATE(2556), 1, sym_template_type, - STATE(2668), 1, + STATE(2618), 1, sym_field_declaration_list, - STATE(4410), 1, + STATE(4076), 1, + sym_scoped_type_identifier, + STATE(4407), 1, sym_virtual_specifier, - STATE(4933), 1, + STATE(4794), 1, sym_base_class_clause, - STATE(5350), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143373] = 13, + [96251] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3497), 1, + ACTIONS(3667), 1, sym_identifier, - STATE(891), 1, + STATE(840), 1, sym_field_declaration_list, - STATE(1445), 1, + STATE(1602), 1, sym__class_name, - STATE(1447), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(1627), 1, sym_template_type, - STATE(4314), 1, + STATE(4325), 1, sym_virtual_specifier, - STATE(5056), 1, + STATE(5054), 1, sym_base_class_clause, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143414] = 13, + [96292] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - ACTIONS(3507), 1, + ACTIONS(3703), 1, sym_identifier, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - STATE(2259), 1, + STATE(1339), 1, + sym_field_declaration_list, + STATE(1619), 1, sym__class_name, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, + STATE(1623), 1, sym_scoped_type_identifier, - STATE(2736), 1, - sym_field_declaration_list, - STATE(4332), 1, + STATE(1655), 1, + sym_template_type, + STATE(4428), 1, sym_virtual_specifier, - STATE(4762), 1, + STATE(4821), 1, sym_base_class_clause, - STATE(5388), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143455] = 13, + [96333] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3505), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(950), 1, - sym_field_declaration_list, - STATE(1285), 1, - sym__class_name, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(4295), 1, + STATE(1349), 1, + sym_template_type, + STATE(2288), 1, + sym__class_name, + STATE(2436), 1, + sym_field_declaration_list, + STATE(4385), 1, sym_virtual_specifier, - STATE(5045), 1, + STATE(5005), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143496] = 13, + [96374] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - ACTIONS(3507), 1, + ACTIONS(3693), 1, sym_identifier, - ACTIONS(3509), 1, + ACTIONS(3695), 1, + anon_sym_LBRACE, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - STATE(2258), 1, + STATE(2264), 1, sym__class_name, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2734), 1, + STATE(2413), 1, + sym_template_type, + STATE(2648), 1, sym_field_declaration_list, - STATE(4334), 1, + STATE(4475), 1, sym_virtual_specifier, - STATE(4765), 1, + STATE(5096), 1, sym_base_class_clause, - STATE(5388), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143537] = 13, + [96415] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3703), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(2272), 1, - sym__class_name, - STATE(2362), 1, + STATE(1309), 1, sym_field_declaration_list, - STATE(4361), 1, + STATE(1611), 1, + sym__class_name, + STATE(1623), 1, + sym_scoped_type_identifier, + STATE(1655), 1, + sym_template_type, + STATE(4427), 1, sym_virtual_specifier, - STATE(4846), 1, + STATE(4802), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143578] = 13, + [96456] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3489), 1, - sym_identifier, - ACTIONS(3491), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2251), 1, - sym__class_name, - STATE(2370), 1, + ACTIONS(3703), 1, + sym_identifier, + STATE(1342), 1, sym_field_declaration_list, - STATE(3987), 1, + STATE(1613), 1, + sym__class_name, + STATE(1623), 1, sym_scoped_type_identifier, - STATE(4043), 1, + STATE(1655), 1, sym_template_type, - STATE(4355), 1, + STATE(4423), 1, sym_virtual_specifier, - STATE(4853), 1, + STATE(4785), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143619] = 13, + [96497] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(2269), 1, - sym__class_name, - STATE(2368), 1, + STATE(827), 1, sym_field_declaration_list, - STATE(4359), 1, + STATE(1077), 1, + sym__class_name, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(4322), 1, sym_virtual_specifier, - STATE(4850), 1, + STATE(5044), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143660] = 13, + [96538] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3699), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(2251), 1, - sym__class_name, - STATE(2370), 1, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + STATE(2427), 1, sym_field_declaration_list, - STATE(4355), 1, + STATE(2917), 1, + sym__class_name, + STATE(2963), 1, + sym_scoped_type_identifier, + STATE(2964), 1, + sym_template_type, + STATE(4411), 1, sym_virtual_specifier, - STATE(4853), 1, + STATE(5013), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143701] = 13, + [96579] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3565), 1, - sym_identifier, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3569), 1, + ACTIONS(3699), 1, + sym_identifier, + ACTIONS(3701), 1, anon_sym_COLON_COLON, - STATE(2196), 1, + STATE(2423), 1, + sym_field_declaration_list, + STATE(2916), 1, sym__class_name, - STATE(2227), 1, + STATE(2963), 1, sym_scoped_type_identifier, - STATE(2231), 1, + STATE(2964), 1, sym_template_type, - STATE(2363), 1, - sym_field_declaration_list, - STATE(4423), 1, + STATE(4312), 1, sym_virtual_specifier, - STATE(4940), 1, + STATE(5017), 1, sym_base_class_clause, - STATE(5221), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143742] = 13, + [96620] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3565), 1, - sym_identifier, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - STATE(2195), 1, + ACTIONS(3679), 1, + sym_identifier, + STATE(2283), 1, sym__class_name, - STATE(2227), 1, + STATE(2427), 1, + sym_field_declaration_list, + STATE(4008), 1, sym_scoped_type_identifier, - STATE(2231), 1, + STATE(4045), 1, sym_template_type, - STATE(2359), 1, + STATE(4411), 1, + sym_virtual_specifier, + STATE(5013), 1, + sym_base_class_clause, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(3307), 2, + anon_sym_final, + anon_sym_override, + [96661] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3305), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + ACTIONS(3679), 1, + sym_identifier, + STATE(2282), 1, + sym__class_name, + STATE(2423), 1, sym_field_declaration_list, - STATE(4434), 1, + STATE(4008), 1, + sym_scoped_type_identifier, + STATE(4045), 1, + sym_template_type, + STATE(4312), 1, sym_virtual_specifier, - STATE(4938), 1, + STATE(5017), 1, sym_base_class_clause, - STATE(5221), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143783] = 13, + [96702] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3483), 1, + ACTIONS(3693), 1, sym_identifier, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - ACTIONS(3487), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - STATE(2255), 1, + STATE(2289), 1, sym__class_name, - STATE(2422), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2423), 1, + STATE(2413), 1, sym_template_type, - STATE(2672), 1, + STATE(2646), 1, sym_field_declaration_list, - STATE(4413), 1, + STATE(4472), 1, sym_virtual_specifier, - STATE(4947), 1, + STATE(5083), 1, sym_base_class_clause, - STATE(5350), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143824] = 13, + [96743] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3565), 1, + ACTIONS(3693), 1, sym_identifier, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - ACTIONS(3569), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - STATE(2194), 1, + STATE(2265), 1, sym__class_name, - STATE(2227), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2231), 1, + STATE(2413), 1, sym_template_type, - STATE(2356), 1, + STATE(2645), 1, sym_field_declaration_list, - STATE(4435), 1, + STATE(4470), 1, sym_virtual_specifier, - STATE(4936), 1, + STATE(5075), 1, sym_base_class_clause, - STATE(5221), 1, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143865] = 13, + [96784] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3483), 1, - sym_identifier, - ACTIONS(3485), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - ACTIONS(3487), 1, + ACTIONS(3699), 1, + sym_identifier, + ACTIONS(3701), 1, anon_sym_COLON_COLON, - STATE(2256), 1, + STATE(2436), 1, + sym_field_declaration_list, + STATE(2918), 1, sym__class_name, - STATE(2422), 1, + STATE(2963), 1, sym_scoped_type_identifier, - STATE(2423), 1, + STATE(2964), 1, sym_template_type, - STATE(2693), 1, - sym_field_declaration_list, - STATE(4417), 1, + STATE(4385), 1, sym_virtual_specifier, - STATE(4950), 1, + STATE(5005), 1, sym_base_class_clause, - STATE(5350), 1, + STATE(5333), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143906] = 13, + [96825] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3039), 1, + ACTIONS(3305), 1, anon_sym_COLON, - ACTIONS(3505), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(891), 1, + STATE(822), 1, sym_field_declaration_list, - STATE(1283), 1, + STATE(1055), 1, sym__class_name, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(4314), 1, + STATE(1349), 1, + sym_template_type, + STATE(4324), 1, sym_virtual_specifier, - STATE(5056), 1, + STATE(5051), 1, sym_base_class_clause, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(3041), 2, + ACTIONS(3307), 2, anon_sym_final, anon_sym_override, - [143947] = 3, + [96866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6166), 1, + ACTIONS(3501), 1, anon_sym_COLON_COLON, - ACTIONS(6164), 11, + ACTIONS(2248), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386031,12 +400984,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [143967] = 3, + [96886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6168), 1, + ACTIONS(6204), 1, anon_sym_COLON_COLON, - ACTIONS(4060), 11, + ACTIONS(4536), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386048,35 +401001,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [143987] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5127), 1, - anon_sym_STAR, - ACTIONS(5129), 1, - anon_sym_AMP_AMP, - ACTIONS(5131), 1, - anon_sym_AMP, - STATE(3662), 1, - sym_parameter_list, - STATE(4192), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [144019] = 3, + [96906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6166), 1, + ACTIONS(6206), 1, anon_sym_COLON_COLON, - ACTIONS(6170), 11, + ACTIONS(4414), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386088,35 +401018,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144039] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2203), 1, - anon_sym_LPAREN2, - ACTIONS(4900), 1, - anon_sym_LBRACK, - ACTIONS(5127), 1, - anon_sym_STAR, - ACTIONS(5129), 1, - anon_sym_AMP_AMP, - ACTIONS(5131), 1, - anon_sym_AMP, - STATE(3662), 1, - sym_parameter_list, - STATE(4206), 1, - sym__abstract_declarator, - STATE(3690), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [144071] = 3, + [96926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6174), 1, + ACTIONS(3499), 1, anon_sym_COLON_COLON, - ACTIONS(6172), 11, + ACTIONS(2248), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386128,12 +401035,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144091] = 3, + [96946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6176), 1, + ACTIONS(6210), 1, anon_sym_COLON_COLON, - ACTIONS(4502), 11, + ACTIONS(6208), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386145,52 +401052,58 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144111] = 9, + [96966] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5127), 1, + ACTIONS(5199), 1, anon_sym_STAR, - ACTIONS(5129), 1, + ACTIONS(5201), 1, anon_sym_AMP_AMP, - ACTIONS(5131), 1, + ACTIONS(5203), 1, anon_sym_AMP, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4205), 1, + STATE(4178), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [144143] = 3, + [96998] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3267), 1, - anon_sym_COLON_COLON, - ACTIONS(2240), 11, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [144163] = 3, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5199), 1, + anon_sym_STAR, + ACTIONS(5201), 1, + anon_sym_AMP_AMP, + ACTIONS(5203), 1, + anon_sym_AMP, + STATE(3691), 1, + sym_parameter_list, + STATE(4173), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [97030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6180), 1, + ACTIONS(6204), 1, anon_sym_COLON_COLON, - ACTIONS(6178), 11, + ACTIONS(2248), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386202,12 +401115,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144183] = 3, + [97050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6182), 1, + ACTIONS(6214), 1, anon_sym_COLON_COLON, - ACTIONS(4352), 11, + ACTIONS(6212), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386219,12 +401132,35 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144203] = 3, + [97070] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6176), 1, + ACTIONS(2211), 1, + anon_sym_LPAREN2, + ACTIONS(4873), 1, + anon_sym_LBRACK, + ACTIONS(5199), 1, + anon_sym_STAR, + ACTIONS(5201), 1, + anon_sym_AMP_AMP, + ACTIONS(5203), 1, + anon_sym_AMP, + STATE(3691), 1, + sym_parameter_list, + STATE(4183), 1, + sym__abstract_declarator, + STATE(3719), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [97102] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6127), 1, anon_sym_COLON_COLON, - ACTIONS(2240), 11, + ACTIONS(4099), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386236,12 +401172,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144223] = 3, + [97122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6087), 1, + ACTIONS(6216), 1, anon_sym_COLON_COLON, - ACTIONS(4060), 11, + ACTIONS(4099), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386253,12 +401189,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144243] = 3, + [97142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6092), 1, + ACTIONS(6204), 1, anon_sym_COLON_COLON, - ACTIONS(2240), 11, + ACTIONS(4292), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386270,12 +401206,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144263] = 3, + [97162] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6176), 1, + ACTIONS(6132), 1, anon_sym_COLON_COLON, - ACTIONS(4263), 11, + ACTIONS(2248), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386287,35 +401223,35 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144283] = 9, + [97182] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2203), 1, + ACTIONS(2211), 1, anon_sym_LPAREN2, - ACTIONS(4900), 1, + ACTIONS(4873), 1, anon_sym_LBRACK, - ACTIONS(5127), 1, + ACTIONS(5199), 1, anon_sym_STAR, - ACTIONS(5129), 1, + ACTIONS(5201), 1, anon_sym_AMP_AMP, - ACTIONS(5131), 1, + ACTIONS(5203), 1, anon_sym_AMP, - STATE(3662), 1, + STATE(3691), 1, sym_parameter_list, - STATE(4142), 1, + STATE(4191), 1, sym__abstract_declarator, - STATE(3690), 5, + STATE(3719), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [144315] = 3, + [97214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 1, + ACTIONS(6214), 1, anon_sym_COLON_COLON, - ACTIONS(2240), 11, + ACTIONS(6218), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386327,12 +401263,12 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144335] = 3, + [97234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 1, + ACTIONS(3487), 1, anon_sym_COLON_COLON, - ACTIONS(2240), 11, + ACTIONS(2248), 11, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386344,721 +401280,688 @@ static uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [144355] = 11, + [97254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6186), 1, - anon_sym_LPAREN2, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6222), 1, + anon_sym_COLON_COLON, + ACTIONS(6220), 11, anon_sym_EQ, - ACTIONS(6194), 1, - anon_sym_COLON, - STATE(3496), 1, - sym_parameter_list, - STATE(4586), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [144390] = 11, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [97274] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(6138), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6186), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(6188), 1, + ACTIONS(6228), 1, anon_sym_SEMI, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6196), 1, - anon_sym_COLON, - STATE(3496), 1, + STATE(1061), 1, + sym_compound_statement, + STATE(3550), 1, sym_parameter_list, - STATE(4586), 1, + STATE(4732), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144425] = 11, + [97309] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6186), 1, - anon_sym_LPAREN2, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6198), 1, - anon_sym_COLON, - STATE(3496), 1, - sym_parameter_list, - STATE(4586), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [144460] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6186), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6188), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6200), 1, + ACTIONS(6238), 1, anon_sym_COLON, - STATE(3496), 1, + STATE(3513), 1, sym_parameter_list, - STATE(4586), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144495] = 11, + [97344] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6186), 1, + ACTIONS(2903), 1, + anon_sym_COLON_COLON, + ACTIONS(6119), 1, + anon_sym_LT, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(2897), 3, anon_sym_LPAREN2, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6202), 1, + anon_sym_STAR, + anon_sym_LBRACE, + ACTIONS(2899), 5, + anon_sym___based, anon_sym_COLON, - STATE(3496), 1, - sym_parameter_list, - STATE(4586), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [144530] = 11, + sym_identifier, + anon_sym_final, + anon_sym_override, + [97369] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6098), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(6206), 1, - anon_sym_SEMI, - STATE(1287), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - STATE(4694), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [144565] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6130), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6208), 1, + ACTIONS(6240), 1, anon_sym_SEMI, - STATE(832), 1, + ACTIONS(6242), 1, + anon_sym_LBRACE, + STATE(620), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4575), 1, + STATE(4643), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144600] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(6210), 1, - sym_identifier, - STATE(1421), 1, - sym_scoped_type_identifier, - STATE(2221), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2620), 1, - sym_sized_type_specifier, - STATE(5098), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(5239), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [144629] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3513), 1, - anon_sym_COLON_COLON, - ACTIONS(6212), 1, - sym_identifier, - STATE(2380), 1, - sym_sized_type_specifier, - STATE(2865), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3068), 1, - sym_scoped_type_identifier, - STATE(5302), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(5317), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [144658] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - ACTIONS(6214), 1, - sym_identifier, - STATE(2221), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2562), 1, - sym_scoped_type_identifier, - STATE(2620), 1, - sym_sized_type_specifier, - STATE(5388), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(5239), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [144687] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(6210), 1, - sym_identifier, - STATE(1320), 1, - sym_sized_type_specifier, - STATE(1421), 1, - sym_scoped_type_identifier, - STATE(2233), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(5098), 2, - sym_template_type, - sym_scoped_namespace_identifier, - ACTIONS(3373), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [144716] = 11, + [97404] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6186), 1, - anon_sym_LPAREN2, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6216), 1, - anon_sym_COLON, - STATE(3496), 1, - sym_parameter_list, - STATE(4586), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [144751] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6218), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - ACTIONS(6220), 1, - anon_sym_LBRACE, - STATE(606), 1, - sym_compound_statement, - STATE(3517), 1, + ACTIONS(6244), 1, + anon_sym_COLON, + STATE(3513), 1, sym_parameter_list, - STATE(4544), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144786] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2375), 1, - anon_sym___based, - ACTIONS(4122), 1, - sym_primitive_type, - ACTIONS(6222), 1, - sym_identifier, - STATE(796), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2373), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACE, - ACTIONS(2377), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [144813] = 8, + [97439] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6225), 1, + ACTIONS(6246), 1, sym_identifier, - STATE(2244), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2554), 1, - sym_scoped_type_identifier, - STATE(2599), 1, + STATE(925), 1, sym_sized_type_specifier, - STATE(5350), 2, + STATE(1585), 1, + sym_scoped_type_identifier, + STATE(1594), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5106), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(5427), 4, + ACTIONS(55), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [144842] = 11, + [97468] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6098), 1, + ACTIONS(6138), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6227), 1, + ACTIONS(6248), 1, anon_sym_SEMI, - STATE(1034), 1, + STATE(1079), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4726), 1, + STATE(4750), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144877] = 11, + [97503] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6229), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(664), 1, - sym_compound_statement, - STATE(3517), 1, + ACTIONS(6250), 1, + anon_sym_COLON, + STATE(3513), 1, sym_parameter_list, - STATE(4608), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144912] = 11, + [97538] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6233), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - ACTIONS(6235), 1, - anon_sym_LBRACE, - STATE(650), 1, - sym_compound_statement, - STATE(3517), 1, + ACTIONS(6252), 1, + anon_sym_COLON, + STATE(3513), 1, sym_parameter_list, - STATE(4651), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [144947] = 8, + [97573] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6210), 1, + ACTIONS(6246), 1, sym_identifier, - STATE(933), 1, + STATE(1321), 1, sym_sized_type_specifier, - STATE(1421), 1, + STATE(1585), 1, sym_scoped_type_identifier, - STATE(1430), 1, + STATE(1617), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5098), 2, + STATE(5106), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(55), 4, + ACTIONS(2355), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [144976] = 11, + [97602] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6148), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(6237), 1, + ACTIONS(6254), 1, anon_sym_SEMI, - STATE(516), 1, + STATE(1252), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4547), 1, + STATE(4666), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145011] = 8, + [97637] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6239), 1, + ACTIONS(6246), 1, sym_identifier, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(933), 1, + STATE(1321), 1, sym_sized_type_specifier, - STATE(1421), 1, + STATE(1585), 1, sym_scoped_type_identifier, - STATE(5400), 2, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5106), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(2931), 4, + ACTIONS(3153), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145040] = 8, + [97666] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6256), 1, + anon_sym_SEMI, + ACTIONS(6258), 1, + anon_sym_LBRACE, + STATE(630), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4637), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [97701] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6260), 1, + anon_sym_SEMI, + ACTIONS(6262), 1, + anon_sym_LBRACE, + STATE(625), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4579), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [97736] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6264), 1, + anon_sym_SEMI, + ACTIONS(6266), 1, + anon_sym_LBRACE, + STATE(211), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4596), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [97771] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(6210), 1, + ACTIONS(6268), 1, sym_identifier, - STATE(1320), 1, + STATE(807), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(925), 1, sym_sized_type_specifier, - STATE(1421), 1, + STATE(2927), 1, sym_scoped_type_identifier, - STATE(1446), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(5098), 2, + STATE(5432), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(2347), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145069] = 6, + [97800] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2877), 1, - anon_sym_COLON_COLON, - ACTIONS(6079), 1, - anon_sym_LT, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2871), 3, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(2873), 5, - anon_sym___based, - anon_sym_COLON, - sym_identifier, - anon_sym_final, - anon_sym_override, - [145094] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6241), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - ACTIONS(6243), 1, - anon_sym_LBRACE, - STATE(233), 1, - sym_compound_statement, - STATE(3517), 1, + ACTIONS(6270), 1, + anon_sym_COLON, + STATE(3513), 1, sym_parameter_list, - STATE(4601), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145129] = 11, + [97835] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6130), 1, + ACTIONS(6154), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6245), 1, + ACTIONS(6272), 1, anon_sym_SEMI, - STATE(969), 1, + STATE(866), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4588), 1, + STATE(4691), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145164] = 11, + [97870] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + ACTIONS(6274), 1, + sym_identifier, + STATE(2390), 1, + sym_sized_type_specifier, + STATE(2893), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3100), 1, + sym_scoped_type_identifier, + STATE(5333), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(5417), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [97899] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6148), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6235), 1, - anon_sym_LBRACE, - ACTIONS(6247), 1, + ACTIONS(6276), 1, anon_sym_SEMI, - STATE(530), 1, + STATE(1161), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4533), 1, + STATE(4660), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145199] = 11, + [97934] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6231), 1, + ACTIONS(6262), 1, anon_sym_LBRACE, - ACTIONS(6249), 1, + ACTIONS(6278), 1, anon_sym_SEMI, - STATE(582), 1, + STATE(566), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4655), 1, + STATE(4626), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145234] = 8, + [97969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(6251), 1, + ACTIONS(6280), 1, sym_identifier, - STATE(808), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(933), 1, + STATE(2390), 1, sym_sized_type_specifier, - STATE(2929), 1, + STATE(3609), 1, sym_scoped_type_identifier, - STATE(5400), 2, + STATE(3960), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5432), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(2931), 4, + ACTIONS(4775), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145263] = 11, + [97998] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6243), 1, + ACTIONS(6258), 1, anon_sym_LBRACE, - ACTIONS(6253), 1, + ACTIONS(6282), 1, anon_sym_SEMI, - STATE(230), 1, + STATE(643), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4671), 1, + STATE(4684), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145298] = 11, + [98033] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(4269), 1, + anon_sym_COLON_COLON, + ACTIONS(6286), 1, + anon_sym_COLON, + STATE(2296), 1, + sym_template_argument_list, + ACTIONS(6284), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [98058] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(6288), 1, + sym_identifier, + STATE(1321), 1, + sym_sized_type_specifier, + STATE(2242), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3088), 1, + sym_scoped_type_identifier, + STATE(5106), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(3153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [98087] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(6234), 1, anon_sym_LPAREN2, - ACTIONS(6255), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - STATE(1234), 1, - sym_compound_statement, - STATE(3517), 1, + ACTIONS(6290), 1, + anon_sym_COLON, + STATE(3513), 1, sym_parameter_list, - STATE(4550), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145333] = 8, + [98122] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - ACTIONS(6257), 1, + ACTIONS(6292), 1, sym_identifier, - STATE(2380), 1, - sym_sized_type_specifier, - STATE(3585), 1, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2577), 1, sym_scoped_type_identifier, - STATE(3923), 1, + STATE(2754), 1, + sym_sized_type_specifier, + STATE(5419), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(5325), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [98151] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(6294), 1, + sym_identifier, + STATE(807), 1, aux_sym_sized_type_specifier_repeat1, - STATE(5400), 2, + STATE(925), 1, + sym_sized_type_specifier, + STATE(1585), 1, + sym_scoped_type_identifier, + STATE(5432), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(4741), 4, + ACTIONS(2883), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145362] = 5, + [98180] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2258), 1, + ACTIONS(2383), 1, + anon_sym___based, + ACTIONS(4147), 1, + sym_primitive_type, + ACTIONS(6296), 1, + sym_identifier, + STATE(797), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2381), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACE, + ACTIONS(2385), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [98207] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2274), 1, anon_sym_LT, - ACTIONS(2263), 1, + ACTIONS(2279), 1, anon_sym_COLON, - ACTIONS(2270), 1, + ACTIONS(2286), 1, anon_sym_COLON_COLON, - ACTIONS(2256), 8, + ACTIONS(2272), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -387067,55 +401970,106 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [145385] = 5, + [98230] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2276), 1, - anon_sym_LT, - ACTIONS(2281), 1, - anon_sym_COLON, - ACTIONS(2288), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(2274), 8, + ACTIONS(6299), 1, + sym_identifier, + STATE(2262), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2571), 1, + sym_scoped_type_identifier, + STATE(2595), 1, + sym_sized_type_specifier, + STATE(5381), 2, + sym_template_type, + sym_scoped_namespace_identifier, + ACTIONS(5349), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [98259] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6226), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6242), 1, + anon_sym_LBRACE, + ACTIONS(6301), 1, anon_sym_SEMI, + STATE(519), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4652), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [98294] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6154), 1, anon_sym_LBRACE, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, + ACTIONS(6232), 1, anon_sym_EQ, - anon_sym_GT2, - [145408] = 8, + ACTIONS(6303), 1, + anon_sym_SEMI, + STATE(868), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4679), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [98329] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(6259), 1, + ACTIONS(6305), 1, sym_identifier, - STATE(2189), 1, + STATE(2199), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2289), 1, + STATE(2301), 1, sym_scoped_type_identifier, - STATE(2317), 1, + STATE(2366), 1, sym_sized_type_specifier, - STATE(5221), 2, + STATE(5251), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(5389), 4, + ACTIONS(5285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145437] = 5, + [98358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2304), 1, + ACTIONS(2292), 1, anon_sym_LT, - ACTIONS(2309), 1, + ACTIONS(2297), 1, anon_sym_COLON, - ACTIONS(2316), 1, + ACTIONS(2304), 1, anon_sym_COLON_COLON, - ACTIONS(2302), 8, + ACTIONS(2290), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -387124,18 +402078,16 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [145460] = 6, + [98381] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(2312), 1, anon_sym_LT, - ACTIONS(4228), 1, - anon_sym_COLON_COLON, - ACTIONS(6263), 1, + ACTIONS(2317), 1, anon_sym_COLON, - STATE(2287), 1, - sym_template_argument_list, - ACTIONS(6261), 7, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(2310), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -387143,271 +402095,457 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [145485] = 8, + anon_sym_GT2, + [98404] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6266), 1, + anon_sym_LBRACE, + ACTIONS(6307), 1, + anon_sym_SEMI, + STATE(234), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + STATE(4698), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [98439] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6265), 1, + ACTIONS(6246), 1, sym_identifier, - STATE(1320), 1, - sym_sized_type_specifier, - STATE(2233), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3106), 1, + STATE(1585), 1, sym_scoped_type_identifier, - STATE(5098), 2, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2754), 1, + sym_sized_type_specifier, + STATE(5106), 2, sym_template_type, sym_scoped_namespace_identifier, - ACTIONS(3373), 4, + ACTIONS(5325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [145514] = 11, + [98468] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6108), 1, + ACTIONS(3699), 1, + sym_identifier, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + STATE(2388), 1, + sym_enumerator_list, + STATE(2963), 1, + sym_scoped_type_identifier, + STATE(2964), 1, + sym_template_type, + STATE(3040), 1, + sym__class_name, + STATE(5333), 1, + sym_scoped_namespace_identifier, + ACTIONS(6311), 2, + anon_sym_class, + anon_sym_struct, + [98500] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(3685), 1, + sym_identifier, + STATE(1355), 1, + sym_enumerator_list, + STATE(2548), 1, + sym_scoped_type_identifier, + STATE(2556), 1, + sym_template_type, + STATE(3021), 1, + sym__class_name, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(6313), 2, + anon_sym_class, + anon_sym_struct, + [98532] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(562), 1, + anon_sym_LBRACE, + ACTIONS(6315), 1, + anon_sym_SEMI, + ACTIONS(6317), 1, + anon_sym_EQ, + ACTIONS(6319), 1, + anon_sym_COLON, + STATE(507), 1, + sym_compound_statement, + STATE(4307), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(494), 2, + sym_default_method_clause, + sym_delete_method_clause, + [98562] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4193), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [98590] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6267), 1, + ACTIONS(6236), 1, anon_sym_SEMI, - STATE(1143), 1, - sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4556), 1, + STATE(4700), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145549] = 8, + [98622] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(3685), 1, + sym_identifier, + STATE(1355), 1, + sym_enumerator_list, + STATE(2548), 1, + sym_scoped_type_identifier, + STATE(2556), 1, + sym_template_type, + STATE(3632), 1, + sym__class_name, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(6321), 2, + anon_sym_class, + anon_sym_struct, + [98654] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4210), 1, + STATE(4213), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [145577] = 8, + [98682] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6323), 1, + anon_sym_SEMI, + ACTIONS(6325), 1, + anon_sym_LBRACE, + ACTIONS(6327), 1, + anon_sym_EQ, + STATE(1122), 1, + sym_compound_statement, + STATE(4308), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(1120), 2, + sym_default_method_clause, + sym_delete_method_clause, + [98712] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + sym_identifier, + ACTIONS(4552), 1, + sym_raw_string_literal, + ACTIONS(6329), 1, + anon_sym_RPAREN, + STATE(2560), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [98736] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4189), 1, + STATE(4181), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [145605] = 8, + [98764] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4135), 1, + STATE(4208), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [145633] = 9, + [98792] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6269), 1, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6331), 1, anon_sym_SEMI, - ACTIONS(6271), 1, + ACTIONS(6333), 1, anon_sym_LBRACE, - ACTIONS(6273), 1, + ACTIONS(6335), 1, anon_sym_EQ, - ACTIONS(6275), 1, - anon_sym_COLON, - STATE(999), 1, + STATE(833), 1, sym_compound_statement, - STATE(4228), 1, + STATE(4286), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(1000), 2, + STATE(838), 2, sym_default_method_clause, sym_delete_method_clause, - [145663] = 10, + [98822] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6277), 1, - anon_sym_SEMI, - STATE(3517), 1, - sym_parameter_list, - STATE(4519), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [145695] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6279), 1, + ACTIONS(6337), 1, anon_sym_SEMI, - ACTIONS(6281), 1, - anon_sym_LBRACE, - ACTIONS(6283), 1, + ACTIONS(6339), 1, anon_sym_EQ, - STATE(1105), 1, + STATE(565), 1, sym_compound_statement, - STATE(4271), 1, + STATE(4292), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(1106), 2, + STATE(567), 2, sym_default_method_clause, sym_delete_method_clause, - [145725] = 9, + [98852] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4205), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [98880] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6285), 1, - anon_sym_SEMI, - ACTIONS(6287), 1, - anon_sym_EQ, - STATE(264), 1, - sym_compound_statement, - STATE(4269), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(268), 2, - sym_default_method_clause, - sym_delete_method_clause, - [145755] = 9, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6256), 1, + anon_sym_SEMI, + STATE(3550), 1, + sym_parameter_list, + STATE(4637), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [98912] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6289), 1, + ACTIONS(6341), 1, anon_sym_SEMI, - ACTIONS(6291), 1, + ACTIONS(6343), 1, anon_sym_EQ, - STATE(635), 1, + STATE(257), 1, sym_compound_statement, - STATE(4245), 1, + STATE(4255), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(634), 2, + STATE(256), 2, sym_default_method_clause, sym_delete_method_clause, - [145785] = 10, + [98942] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(3667), 1, + sym_identifier, + STATE(939), 1, + sym_enumerator_list, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(1627), 1, + sym_template_type, + STATE(1633), 1, + sym__class_name, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(6345), 2, + anon_sym_class, + anon_sym_struct, + [98974] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6247), 1, + ACTIONS(6260), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4533), 1, + STATE(4579), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145817] = 10, + [99006] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6347), 1, + anon_sym_COLON, + ACTIONS(6349), 1, + anon_sym_COLON_COLON, + STATE(4052), 1, + sym_template_argument_list, + ACTIONS(3466), 6, anon_sym_COMMA, - ACTIONS(6188), 1, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(6190), 1, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6192), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - STATE(3517), 1, - sym_parameter_list, - STATE(4586), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [145849] = 6, + [99030] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, + ACTIONS(4550), 1, sym_identifier, - ACTIONS(4508), 1, + ACTIONS(4552), 1, sym_raw_string_literal, - ACTIONS(6293), 1, + ACTIONS(6351), 1, anon_sym_RPAREN, - STATE(2566), 2, + STATE(2560), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(97), 5, @@ -387416,724 +402554,603 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [145873] = 9, + [99054] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6295), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6299), 1, - anon_sym_EQ, - STATE(1147), 1, - sym_compound_statement, - STATE(4225), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(1148), 2, - sym_default_method_clause, - sym_delete_method_clause, - [145903] = 10, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6353), 1, + anon_sym_SEMI, + STATE(3550), 1, + sym_parameter_list, + STATE(4702), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [99086] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6229), 1, + ACTIONS(6355), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4608), 1, + STATE(4708), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [145935] = 8, + [99118] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4328), 1, + STATE(4207), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [145963] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6281), 1, - anon_sym_LBRACE, - ACTIONS(6283), 1, - anon_sym_EQ, - ACTIONS(6301), 1, - anon_sym_SEMI, - STATE(1157), 1, - sym_compound_statement, - STATE(4287), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(1160), 2, - sym_default_method_clause, - sym_delete_method_clause, - [145993] = 6, + [99146] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(4508), 1, - sym_raw_string_literal, - ACTIONS(6303), 1, - anon_sym_RPAREN, - STATE(2566), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [146017] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, - anon_sym_EQ, - ACTIONS(6204), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(6241), 1, - anon_sym_SEMI, - STATE(3517), 1, - sym_parameter_list, - STATE(4601), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [146049] = 9, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4196), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [99174] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6297), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6299), 1, - anon_sym_EQ, - ACTIONS(6305), 1, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6357), 1, anon_sym_SEMI, - STATE(1205), 1, + ACTIONS(6359), 1, + anon_sym_EQ, + STATE(547), 1, sym_compound_statement, - STATE(4264), 1, + STATE(4258), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(1207), 2, + STATE(508), 2, sym_default_method_clause, sym_delete_method_clause, - [146079] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3062), 1, - anon_sym_LBRACE, - ACTIONS(3493), 1, - sym_identifier, - STATE(1344), 1, - sym_enumerator_list, - STATE(2527), 1, - sym_scoped_type_identifier, - STATE(2531), 1, - sym_template_type, - STATE(3609), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(6307), 2, - anon_sym_class, - anon_sym_struct, - [146111] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4506), 1, - sym_identifier, - ACTIONS(4508), 1, - sym_raw_string_literal, - ACTIONS(6309), 1, - anon_sym_RPAREN, - STATE(2566), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [146135] = 10, + [99204] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3493), 1, + ACTIONS(3685), 1, sym_identifier, - ACTIONS(6311), 1, + ACTIONS(6361), 1, anon_sym_LBRACE, - STATE(2531), 1, + STATE(2556), 1, sym_template_type, - STATE(2686), 1, + STATE(2593), 1, sym_enumerator_list, - STATE(4072), 1, + STATE(4076), 1, sym_scoped_type_identifier, - STATE(4139), 1, + STATE(4171), 1, sym__class_name, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - ACTIONS(6313), 2, + ACTIONS(6363), 2, anon_sym_class, anon_sym_struct, - [146167] = 9, + [99236] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6271), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6273), 1, - anon_sym_EQ, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6315), 1, + ACTIONS(6359), 1, + anon_sym_EQ, + ACTIONS(6365), 1, anon_sym_SEMI, - STATE(850), 1, + STATE(628), 1, sym_compound_statement, - STATE(4265), 1, + STATE(4253), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(851), 2, + STATE(578), 2, sym_default_method_clause, sym_delete_method_clause, - [146197] = 8, + [99266] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4183), 1, + STATE(4192), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [146225] = 11, + [99294] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6204), 1, + ACTIONS(6226), 1, anon_sym_LPAREN2, - ACTIONS(6317), 1, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, anon_sym_EQ, - STATE(3517), 1, + ACTIONS(6301), 1, + anon_sym_SEMI, + STATE(3550), 1, sym_parameter_list, - STATE(4502), 1, - sym_initializer_list, - STATE(4586), 1, + STATE(4652), 1, aux_sym_declaration_repeat1, - STATE(4961), 1, + STATE(4996), 2, sym_argument_list, - [146259] = 8, + sym_initializer_list, + [99326] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4177), 1, + STATE(4240), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [146287] = 10, + [99354] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(3505), 1, - sym_identifier, - STATE(856), 1, - sym_enumerator_list, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(2875), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(6319), 2, - anon_sym_class, - anon_sym_struct, - [146319] = 10, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6236), 1, + anon_sym_SEMI, + ACTIONS(6367), 1, + anon_sym_EQ, + STATE(3550), 1, + sym_parameter_list, + STATE(4689), 1, + sym_initializer_list, + STATE(4700), 1, + aux_sym_declaration_repeat1, + STATE(4996), 1, + sym_argument_list, + [99388] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3507), 1, - sym_identifier, - ACTIONS(3509), 1, - anon_sym_COLON_COLON, - ACTIONS(6311), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, - sym_scoped_type_identifier, - STATE(2463), 1, - sym__class_name, - STATE(2686), 1, - sym_enumerator_list, - STATE(5388), 1, - sym_scoped_namespace_identifier, - ACTIONS(6321), 2, - anon_sym_class, - anon_sym_struct, - [146351] = 10, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + ACTIONS(6369), 1, + anon_sym_SEMI, + STATE(3550), 1, + sym_parameter_list, + STATE(4552), 1, + aux_sym_declaration_repeat1, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [99420] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(3497), 1, + ACTIONS(3679), 1, sym_identifier, - STATE(856), 1, + ACTIONS(6309), 1, + anon_sym_LBRACE, + STATE(2388), 1, sym_enumerator_list, - STATE(1447), 1, + STATE(4008), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(4045), 1, sym_template_type, - STATE(1464), 1, + STATE(4130), 1, sym__class_name, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(6323), 2, + ACTIONS(6371), 2, anon_sym_class, anon_sym_struct, - [146383] = 10, + [99452] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, sym_identifier, - STATE(856), 1, - sym_enumerator_list, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(3630), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(6325), 2, - anon_sym_class, - anon_sym_struct, - [146415] = 10, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4162), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [99480] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3489), 1, + ACTIONS(3689), 1, sym_identifier, - ACTIONS(6327), 1, + ACTIONS(3691), 1, + anon_sym_COLON_COLON, + ACTIONS(6361), 1, anon_sym_LBRACE, - STATE(2337), 1, - sym_enumerator_list, - STATE(3987), 1, - sym_scoped_type_identifier, - STATE(4043), 1, + STATE(2355), 1, sym_template_type, - STATE(4083), 1, + STATE(2356), 1, + sym_scoped_type_identifier, + STATE(2504), 1, sym__class_name, - STATE(5400), 1, + STATE(2593), 1, + sym_enumerator_list, + STATE(5419), 1, sym_scoped_namespace_identifier, - ACTIONS(6329), 2, + ACTIONS(6373), 2, anon_sym_class, anon_sym_struct, - [146447] = 10, + [99512] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6218), 1, + ACTIONS(6282), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4544), 1, + STATE(4684), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [146479] = 8, + [99544] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4170), 1, + STATE(4242), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [146507] = 9, + [99572] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6291), 1, - anon_sym_EQ, - ACTIONS(6331), 1, - anon_sym_SEMI, - STATE(671), 1, - sym_compound_statement, - STATE(4257), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3673), 1, + sym_identifier, + STATE(939), 1, + sym_enumerator_list, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(3655), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(6375), 2, + anon_sym_class, + anon_sym_struct, + [99604] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6119), 1, + anon_sym_LT, + STATE(2442), 1, + sym_template_argument_list, + ACTIONS(2907), 4, anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(675), 2, - sym_default_method_clause, - sym_delete_method_clause, - [146537] = 9, + anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_COLON, + ACTIONS(2909), 4, + anon_sym___based, + sym_identifier, + anon_sym_final, + anon_sym_override, + [99626] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6333), 1, - anon_sym_SEMI, - ACTIONS(6335), 1, + ACTIONS(6343), 1, anon_sym_EQ, - STATE(515), 1, + ACTIONS(6377), 1, + anon_sym_SEMI, + STATE(201), 1, sym_compound_statement, - STATE(4233), 1, + STATE(4272), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(657), 2, + STATE(225), 2, sym_default_method_clause, sym_delete_method_clause, - [146567] = 10, + [99656] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(3505), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(856), 1, - sym_enumerator_list, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + ACTIONS(6309), 1, + anon_sym_LBRACE, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(1478), 1, + STATE(1349), 1, + sym_template_type, + STATE(2388), 1, + sym_enumerator_list, + STATE(3670), 1, sym__class_name, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(6337), 2, + ACTIONS(6379), 2, anon_sym_class, anon_sym_struct, - [146599] = 10, + [99688] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6249), 1, + ACTIONS(6264), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4655), 1, + STATE(4596), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [146631] = 10, + [99720] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3505), 1, - sym_identifier, - ACTIONS(6327), 1, - anon_sym_LBRACE, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, - sym_scoped_type_identifier, - STATE(2337), 1, - sym_enumerator_list, - STATE(3633), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(6339), 2, - anon_sym_class, - anon_sym_struct, - [146663] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4506), 1, - sym_identifier, - ACTIONS(4508), 1, - sym_raw_string_literal, - ACTIONS(6341), 1, - anon_sym_RPAREN, - STATE(2566), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [146687] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6343), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6345), 1, - anon_sym_COLON_COLON, - STATE(4022), 1, - sym_template_argument_list, - ACTIONS(3134), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(6325), 1, anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(6327), 1, anon_sym_EQ, - [146711] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6079), 1, - anon_sym_LT, - STATE(2346), 1, - sym_template_argument_list, - ACTIONS(2881), 4, + ACTIONS(6381), 1, + anon_sym_SEMI, + STATE(1157), 1, + sym_compound_statement, + STATE(4291), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_COLON, - ACTIONS(2883), 4, - anon_sym___based, - sym_identifier, - anon_sym_final, - anon_sym_override, - [146733] = 8, + anon_sym_LBRACK, + STATE(1109), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99750] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4219), 1, + STATE(4158), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [146761] = 10, + [99778] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3062), 1, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6383), 1, + anon_sym_SEMI, + ACTIONS(6385), 1, anon_sym_LBRACE, - ACTIONS(3515), 1, - sym_identifier, - STATE(1344), 1, - sym_enumerator_list, - STATE(1460), 1, - sym_scoped_type_identifier, - STATE(1479), 1, - sym_template_type, - STATE(1487), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(6347), 2, - anon_sym_class, - anon_sym_struct, - [146793] = 8, + ACTIONS(6387), 1, + anon_sym_EQ, + STATE(1181), 1, + sym_compound_statement, + STATE(4285), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(1182), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99808] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4145), 1, + STATE(4237), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [146821] = 10, + [99836] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3505), 1, + ACTIONS(3693), 1, sym_identifier, - ACTIONS(6327), 1, + ACTIONS(3697), 1, + anon_sym_COLON_COLON, + ACTIONS(6389), 1, anon_sym_LBRACE, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2337), 1, - sym_enumerator_list, - STATE(3059), 1, + STATE(2413), 1, + sym_template_type, + STATE(2466), 1, sym__class_name, - STATE(5400), 1, + STATE(2727), 1, + sym_enumerator_list, + STATE(5381), 1, sym_scoped_namespace_identifier, - ACTIONS(6349), 2, + ACTIONS(6391), 2, anon_sym_class, anon_sym_struct, - [146853] = 8, + [99868] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(4550), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4180), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [146881] = 6, + ACTIONS(4552), 1, + sym_raw_string_literal, + ACTIONS(6393), 1, + anon_sym_RPAREN, + STATE(2560), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [99892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, + ACTIONS(4550), 1, sym_identifier, - ACTIONS(4508), 1, + ACTIONS(4552), 1, sym_raw_string_literal, - ACTIONS(6351), 1, + ACTIONS(6395), 1, anon_sym_RPAREN, - STATE(2566), 2, + STATE(2560), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(97), 5, @@ -388142,141 +403159,165 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [146905] = 8, + [99916] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(3703), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4156), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [146933] = 8, + STATE(1355), 1, + sym_enumerator_list, + STATE(1623), 1, + sym_scoped_type_identifier, + STATE(1654), 1, + sym__class_name, + STATE(1655), 1, + sym_template_type, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(6397), 2, + anon_sym_class, + anon_sym_struct, + [99948] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3297), 1, + anon_sym_LBRACE, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4239), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [146961] = 9, + STATE(939), 1, + sym_enumerator_list, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(1650), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(6399), 2, + anon_sym_class, + anon_sym_struct, + [99980] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6287), 1, + ACTIONS(6333), 1, + anon_sym_LBRACE, + ACTIONS(6335), 1, anon_sym_EQ, - ACTIONS(6353), 1, + ACTIONS(6401), 1, anon_sym_SEMI, - STATE(243), 1, + STATE(821), 1, sym_compound_statement, - STATE(4253), 1, + STATE(4282), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(244), 2, + STATE(818), 2, sym_default_method_clause, sym_delete_method_clause, - [146991] = 10, + [100010] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6355), 1, + ACTIONS(6240), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4638), 1, + STATE(4643), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [147023] = 10, + [100042] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, + sym_identifier, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4267), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [100070] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6253), 1, + ACTIONS(6307), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4671), 1, + STATE(4698), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [147055] = 8, + [100102] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4134), 1, + STATE(4166), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [147083] = 6, + [100130] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, + ACTIONS(4550), 1, sym_identifier, - ACTIONS(4508), 1, + ACTIONS(4552), 1, sym_raw_string_literal, - ACTIONS(6357), 1, + ACTIONS(6403), 1, anon_sym_RPAREN, - STATE(2566), 2, + STATE(2560), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(97), 5, @@ -388285,408 +403326,333 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [147107] = 10, + [100154] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3483), 1, + ACTIONS(43), 1, + anon_sym___based, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(3487), 1, - anon_sym_COLON_COLON, - ACTIONS(6359), 1, - anon_sym_LBRACE, - STATE(2422), 1, - sym_scoped_type_identifier, - STATE(2423), 1, - sym_template_type, - STATE(2461), 1, - sym__class_name, - STATE(2698), 1, - sym_enumerator_list, - STATE(5350), 1, - sym_scoped_namespace_identifier, - ACTIONS(6361), 2, - anon_sym_class, - anon_sym_struct, - [147139] = 10, + ACTIONS(5605), 1, + anon_sym_LPAREN2, + ACTIONS(5607), 1, + anon_sym_STAR, + STATE(4204), 1, + sym__type_declarator, + STATE(5191), 1, + sym_ms_based_modifier, + STATE(4305), 4, + sym_parenthesized_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [100182] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3511), 1, + ACTIONS(4550), 1, sym_identifier, - ACTIONS(3513), 1, + ACTIONS(4552), 1, + sym_raw_string_literal, + ACTIONS(6405), 1, + anon_sym_RPAREN, + STATE(2560), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [100206] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3661), 1, + sym_identifier, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(6327), 1, + ACTIONS(6407), 1, anon_sym_LBRACE, - STATE(2337), 1, - sym_enumerator_list, - STATE(2960), 1, + STATE(2237), 1, sym_template_type, - STATE(2961), 1, + STATE(2238), 1, sym_scoped_type_identifier, - STATE(2991), 1, + STATE(2277), 1, sym__class_name, - STATE(5302), 1, + STATE(2444), 1, + sym_enumerator_list, + STATE(5251), 1, sym_scoped_namespace_identifier, - ACTIONS(6363), 2, + ACTIONS(6409), 2, anon_sym_class, anon_sym_struct, - [147171] = 10, + [100238] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(3497), 1, + ACTIONS(4550), 1, sym_identifier, - STATE(856), 1, - sym_enumerator_list, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(1462), 1, - sym_template_type, - STATE(1515), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - ACTIONS(6365), 2, - anon_sym_class, - anon_sym_struct, - [147203] = 10, + ACTIONS(4552), 1, + sym_raw_string_literal, + ACTIONS(6411), 1, + anon_sym_RPAREN, + STATE(2560), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [100262] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(6190), 1, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6232), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6237), 1, + ACTIONS(6278), 1, anon_sym_SEMI, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - STATE(4547), 1, + STATE(4626), 1, aux_sym_declaration_repeat1, - STATE(4961), 2, + STATE(4996), 2, sym_argument_list, sym_initializer_list, - [147235] = 10, + [100294] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6339), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6233), 1, + ACTIONS(6413), 1, anon_sym_SEMI, - STATE(3517), 1, - sym_parameter_list, - STATE(4651), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [147267] = 8, + STATE(603), 1, + sym_compound_statement, + STATE(4287), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(631), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100324] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4188), 1, + STATE(4442), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [147295] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3565), 1, - sym_identifier, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(6367), 1, - anon_sym_LBRACE, - STATE(2227), 1, - sym_scoped_type_identifier, - STATE(2231), 1, - sym_template_type, - STATE(2253), 1, - sym__class_name, - STATE(2411), 1, - sym_enumerator_list, - STATE(5221), 1, - sym_scoped_namespace_identifier, - ACTIONS(6369), 2, - anon_sym_class, - anon_sym_struct, - [147327] = 10, + [100352] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6192), 1, + ACTIONS(6317), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - ACTIONS(6371), 1, - anon_sym_SEMI, - STATE(3517), 1, - sym_parameter_list, - STATE(4612), 1, - aux_sym_declaration_repeat1, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [147359] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3565), 1, - sym_identifier, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(6367), 1, - anon_sym_LBRACE, - STATE(2227), 1, - sym_scoped_type_identifier, - STATE(2231), 1, - sym_template_type, - STATE(2411), 1, - sym_enumerator_list, - STATE(2551), 1, - sym__class_name, - STATE(5221), 1, - sym_scoped_namespace_identifier, - ACTIONS(6373), 2, - anon_sym_class, - anon_sym_struct, - [147391] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(706), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6375), 1, + ACTIONS(6415), 1, anon_sym_SEMI, - ACTIONS(6377), 1, - anon_sym_EQ, - STATE(595), 1, + STATE(569), 1, sym_compound_statement, - STATE(4266), 1, + STATE(4278), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(593), 2, + STATE(586), 2, sym_default_method_clause, sym_delete_method_clause, - [147421] = 9, + [100382] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6335), 1, + ACTIONS(6385), 1, + anon_sym_LBRACE, + ACTIONS(6387), 1, anon_sym_EQ, - ACTIONS(6379), 1, + ACTIONS(6417), 1, anon_sym_SEMI, - STATE(557), 1, + STATE(1238), 1, sym_compound_statement, - STATE(4276), 1, + STATE(4259), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(559), 2, + STATE(1265), 2, sym_default_method_clause, sym_delete_method_clause, - [147451] = 8, + [100412] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(3661), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4154), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [147479] = 10, + ACTIONS(3665), 1, + anon_sym_COLON_COLON, + ACTIONS(6407), 1, + anon_sym_LBRACE, + STATE(2237), 1, + sym_template_type, + STATE(2238), 1, + sym_scoped_type_identifier, + STATE(2444), 1, + sym_enumerator_list, + STATE(2573), 1, + sym__class_name, + STATE(5251), 1, + sym_scoped_namespace_identifier, + ACTIONS(6419), 2, + anon_sym_class, + anon_sym_struct, + [100444] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3062), 1, - anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3673), 1, sym_identifier, - STATE(1344), 1, - sym_enumerator_list, - STATE(2527), 1, + ACTIONS(6309), 1, + anon_sym_LBRACE, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(2531), 1, + STATE(1349), 1, sym_template_type, - STATE(3003), 1, + STATE(2388), 1, + sym_enumerator_list, + STATE(3110), 1, sym__class_name, - STATE(5098), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - ACTIONS(6381), 2, + ACTIONS(6421), 2, anon_sym_class, anon_sym_struct, - [147511] = 9, + [100476] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6377), 1, - anon_sym_EQ, - ACTIONS(6383), 1, - anon_sym_SEMI, - STATE(532), 1, - sym_compound_statement, - STATE(4236), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(533), 2, - sym_default_method_clause, - sym_delete_method_clause, - [147541] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4220), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [147569] = 8, + STATE(939), 1, + sym_enumerator_list, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(2904), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(6423), 2, + anon_sym_class, + anon_sym_struct, + [100508] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(5603), 1, sym_identifier, - ACTIONS(5579), 1, + ACTIONS(5605), 1, anon_sym_LPAREN2, - ACTIONS(5581), 1, + ACTIONS(5607), 1, anon_sym_STAR, - STATE(4212), 1, + STATE(4195), 1, sym__type_declarator, - STATE(5158), 1, + STATE(5191), 1, sym_ms_based_modifier, - STATE(4277), 4, + STATE(4305), 4, sym_parenthesized_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [147597] = 8, + [100536] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___based, - ACTIONS(5577), 1, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3297), 1, + anon_sym_LBRACE, + ACTIONS(3667), 1, sym_identifier, - ACTIONS(5579), 1, - anon_sym_LPAREN2, - ACTIONS(5581), 1, - anon_sym_STAR, - STATE(4182), 1, - sym__type_declarator, - STATE(5158), 1, - sym_ms_based_modifier, - STATE(4277), 4, - sym_parenthesized_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [147625] = 6, + STATE(939), 1, + sym_enumerator_list, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(1627), 1, + sym_template_type, + STATE(1684), 1, + sym__class_name, + STATE(5106), 1, + sym_scoped_namespace_identifier, + ACTIONS(6425), 2, + anon_sym_class, + anon_sym_struct, + [100568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, - sym_identifier, - ACTIONS(4508), 1, - sym_raw_string_literal, - ACTIONS(6385), 1, + ACTIONS(6427), 9, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(2566), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [147649] = 8, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [100583] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6287), 1, + ACTIONS(6343), 1, anon_sym_EQ, - STATE(243), 1, + STATE(201), 1, sym_compound_statement, - STATE(4253), 1, + STATE(4272), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(244), 2, + STATE(225), 2, sym_default_method_clause, sym_delete_method_clause, - [147676] = 2, + [100610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6387), 9, + ACTIONS(6429), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388696,228 +403662,174 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [147691] = 2, + [100625] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6389), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(562), 1, anon_sym_LBRACE, - anon_sym_LBRACK, + ACTIONS(6317), 1, anon_sym_EQ, + ACTIONS(6319), 1, anon_sym_COLON, - anon_sym_GT2, - [147706] = 4, + STATE(569), 1, + sym_compound_statement, + STATE(4278), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(586), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(2877), 1, anon_sym_COLON_COLON, - ACTIONS(2908), 1, + ACTIONS(2907), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACE, + ACTIONS(2909), 5, + anon_sym___based, anon_sym_COLON, - ACTIONS(2903), 7, + sym_identifier, + anon_sym_final, + anon_sym_override, + [100671] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6431), 9, 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, - [147725] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3505), 1, - sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(4310), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(6391), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [147752] = 8, + [100686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6291), 1, - anon_sym_EQ, - STATE(671), 1, - sym_compound_statement, - STATE(4257), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(6433), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(675), 2, - sym_default_method_clause, - sym_delete_method_clause, - [147779] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(6190), 1, anon_sym_LBRACK, - ACTIONS(6192), 1, anon_sym_EQ, - ACTIONS(6204), 1, - anon_sym_LPAREN2, - STATE(3517), 1, - sym_parameter_list, - ACTIONS(6393), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(4961), 2, - sym_argument_list, - sym_initializer_list, - [147806] = 5, + anon_sym_COLON, + anon_sym_GT2, + [100701] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6395), 1, + ACTIONS(6435), 1, sym_identifier, - ACTIONS(6399), 1, + ACTIONS(6439), 1, sym_system_lib_string, - STATE(5166), 2, + STATE(5537), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(6397), 5, + ACTIONS(6437), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [147827] = 5, + [100722] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6401), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(6403), 1, + STATE(1349), 1, + sym_template_type, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(4320), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(6441), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [100749] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6443), 1, + sym_identifier, + ACTIONS(6445), 1, sym_system_lib_string, - STATE(5366), 2, + STATE(5223), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(6397), 5, + ACTIONS(6437), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [147848] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6405), 1, - anon_sym_LT, - STATE(2928), 1, - sym_template_argument_list, - ACTIONS(3134), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [147867] = 8, + [100770] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6377), 1, + ACTIONS(6343), 1, anon_sym_EQ, - STATE(532), 1, + STATE(257), 1, sym_compound_statement, - STATE(4236), 1, + STATE(4255), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(533), 2, + STATE(256), 2, sym_default_method_clause, sym_delete_method_clause, - [147894] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6407), 1, - sym_identifier, - ACTIONS(6409), 1, - sym_system_lib_string, - STATE(5457), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6397), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [147915] = 2, + [100797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6411), 9, + ACTIONS(2845), 1, + anon_sym_COLON_COLON, + ACTIONS(2934), 1, + anon_sym_COLON, + ACTIONS(2929), 7, 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, - [147930] = 8, + [100816] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(6413), 1, + ACTIONS(6447), 1, sym_identifier, - ACTIONS(6415), 1, + ACTIONS(6449), 1, anon_sym_TILDE, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(4898), 1, + STATE(4975), 1, sym_scoped_field_identifier, - STATE(2829), 2, + STATE(2484), 2, sym_template_method, sym_destructor_name, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - [147957] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(557), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_COLON, - ACTIONS(6291), 1, - anon_sym_EQ, - STATE(635), 1, - sym_compound_statement, - STATE(4245), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(634), 2, - sym_default_method_clause, - sym_delete_method_clause, - [147984] = 2, + [100843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3134), 9, + ACTIONS(6451), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388927,10 +403839,10 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [147999] = 2, + [100858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6417), 9, + ACTIONS(3466), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388940,29 +403852,99 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [148014] = 8, + [100873] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(927), 1, + anon_sym_LBRACE, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6359), 1, + anon_sym_EQ, + STATE(628), 1, + sym_compound_statement, + STATE(4253), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(578), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100900] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4748), 1, + anon_sym_COLON_COLON, + ACTIONS(6453), 1, + sym_identifier, + ACTIONS(6455), 1, + anon_sym_TILDE, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(4982), 1, + sym_scoped_field_identifier, + STATE(2798), 2, + sym_template_method, + sym_destructor_name, + STATE(5129), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [100927] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6457), 1, + sym_identifier, + ACTIONS(6459), 1, + sym_system_lib_string, + STATE(5531), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(6437), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [100948] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6461), 1, + sym_identifier, + ACTIONS(6463), 1, + sym_system_lib_string, + STATE(5378), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(6437), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [100969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(6419), 1, + ACTIONS(6447), 1, sym_identifier, - ACTIONS(6421), 1, + ACTIONS(6449), 1, anon_sym_TILDE, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(4901), 1, + STATE(4930), 1, sym_scoped_field_identifier, - STATE(2453), 2, + STATE(2484), 2, sym_template_method, sym_destructor_name, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - [148041] = 2, + [100996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6423), 9, + ACTIONS(6465), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -388972,67 +403954,65 @@ static uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [148056] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(3505), 1, - sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(4498), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - ACTIONS(6425), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [148083] = 8, + [101011] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6319), 1, anon_sym_COLON, - ACTIONS(6335), 1, + ACTIONS(6339), 1, anon_sym_EQ, - STATE(557), 1, + STATE(603), 1, sym_compound_statement, - STATE(4276), 1, + STATE(4287), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(559), 2, + STATE(631), 2, sym_default_method_clause, sym_delete_method_clause, - [148110] = 8, + [101038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(6467), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(6275), 1, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(6377), 1, + anon_sym_GT2, + [101053] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(562), 1, + anon_sym_LBRACE, + ACTIONS(6317), 1, anon_sym_EQ, - STATE(595), 1, + ACTIONS(6319), 1, + anon_sym_COLON, + STATE(507), 1, sym_compound_statement, - STATE(4266), 1, + STATE(4307), 1, sym_field_initializer_list, - ACTIONS(3134), 2, + ACTIONS(3466), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - STATE(593), 2, + STATE(494), 2, sym_default_method_clause, sym_delete_method_clause, - [148137] = 2, + [101080] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6427), 9, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(2938), 1, + sym_template_argument_list, + ACTIONS(3466), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389040,281 +404020,355 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - [148152] = 5, + [101099] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6429), 1, - sym_identifier, - ACTIONS(6431), 1, - sym_system_lib_string, - STATE(5499), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6397), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [148173] = 4, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6226), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6232), 1, + anon_sym_EQ, + STATE(3550), 1, + sym_parameter_list, + ACTIONS(6469), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(4996), 2, + sym_argument_list, + sym_initializer_list, + [101126] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2839), 1, - anon_sym_COLON_COLON, - ACTIONS(2881), 3, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(6319), 1, + anon_sym_COLON, + ACTIONS(6339), 1, + anon_sym_EQ, + STATE(565), 1, + sym_compound_statement, + STATE(4292), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, anon_sym_LPAREN2, - anon_sym_STAR, + anon_sym_LBRACK, + STATE(567), 2, + sym_default_method_clause, + sym_delete_method_clause, + [101153] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(2883), 5, - anon_sym___based, + ACTIONS(6319), 1, anon_sym_COLON, - sym_identifier, - anon_sym_final, - anon_sym_override, - [148192] = 8, + ACTIONS(6359), 1, + anon_sym_EQ, + STATE(547), 1, + sym_compound_statement, + STATE(4258), 1, + sym_field_initializer_list, + ACTIONS(3466), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + STATE(508), 2, + sym_default_method_clause, + sym_delete_method_clause, + [101180] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4716), 1, + ACTIONS(4748), 1, anon_sym_COLON_COLON, - ACTIONS(6419), 1, + ACTIONS(6471), 1, sym_identifier, - ACTIONS(6421), 1, + ACTIONS(6473), 1, anon_sym_TILDE, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(4870), 1, + STATE(5036), 1, sym_scoped_field_identifier, - STATE(2453), 2, + STATE(2772), 2, sym_template_method, sym_destructor_name, - STATE(5099), 2, + STATE(5129), 2, sym_template_type, sym_scoped_namespace_identifier, - [148219] = 4, + [101207] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(6475), 1, anon_sym_LT, - STATE(2928), 1, + STATE(2938), 1, sym_template_argument_list, - ACTIONS(3134), 7, + ACTIONS(3466), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - [148238] = 2, + anon_sym_COLON, + [101226] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6433), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(3673), 1, + sym_identifier, + STATE(1349), 1, + sym_template_type, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(4725), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + ACTIONS(6477), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [101253] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6085), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3513), 1, + sym_parameter_list, + ACTIONS(6479), 5, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - [148253] = 8, + [101273] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4716), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(6435), 1, + ACTIONS(3297), 1, + anon_sym_LBRACE, + ACTIONS(6481), 1, sym_identifier, - ACTIONS(6437), 1, - anon_sym_TILDE, - STATE(4795), 1, + STATE(859), 1, + sym_enumerator_list, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(4957), 1, - sym_scoped_field_identifier, - STATE(2784), 2, - sym_template_method, - sym_destructor_name, - STATE(5099), 2, + STATE(1349), 1, sym_template_type, + STATE(3657), 1, + sym__class_name, + STATE(5432), 1, sym_scoped_namespace_identifier, - [148280] = 8, + [101301] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6275), 1, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6335), 1, + ACTIONS(6483), 1, + anon_sym_SEMI, + ACTIONS(6485), 1, anon_sym_EQ, - STATE(515), 1, - sym_compound_statement, - STATE(4233), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5454), 1, + sym_bitfield_clause, + STATE(5463), 1, + sym_initializer_list, + [101329] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6487), 8, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(657), 2, - sym_default_method_clause, - sym_delete_method_clause, - [148307] = 8, + anon_sym_EQ, + anon_sym_COLON, + [101343] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(6119), 1, + anon_sym_LT, + STATE(2442), 1, + sym_template_argument_list, + ACTIONS(2907), 6, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6275), 1, anon_sym_COLON, - ACTIONS(6287), 1, - anon_sym_EQ, - STATE(264), 1, - sym_compound_statement, - STATE(4269), 1, - sym_field_initializer_list, - ACTIONS(3134), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - STATE(268), 2, - sym_default_method_clause, - sym_delete_method_clause, - [148334] = 9, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [101361] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6439), 1, + ACTIONS(6481), 1, sym_identifier, - STATE(839), 1, + STATE(859), 1, sym_enumerator_list, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(2888), 1, + STATE(1349), 1, + sym_template_type, + STATE(2907), 1, sym__class_name, - STATE(5400), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - [148362] = 5, + [101389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(4236), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - ACTIONS(3134), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - [148382] = 9, + ACTIONS(3297), 1, + anon_sym_LBRACE, + ACTIONS(6481), 1, + sym_identifier, + STATE(859), 1, + sym_enumerator_list, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(1658), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + [101417] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + STATE(3625), 1, + sym_parameter_list, + ACTIONS(6489), 5, anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6441), 1, anon_sym_SEMI, - ACTIONS(6443), 1, + anon_sym_LBRACE, anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5118), 1, - sym_bitfield_clause, - STATE(5120), 1, - sym_initializer_list, - [148410] = 9, + anon_sym_COLON, + [101437] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3513), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6327), 1, + ACTIONS(3319), 1, anon_sym_LBRACE, - ACTIONS(6445), 1, + ACTIONS(6491), 1, sym_identifier, - STATE(2355), 1, + STATE(1358), 1, sym_enumerator_list, - STATE(2960), 1, - sym_template_type, - STATE(2961), 1, + STATE(2548), 1, sym_scoped_type_identifier, - STATE(3000), 1, + STATE(2556), 1, + sym_template_type, + STATE(3638), 1, sym__class_name, - STATE(5302), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - [148438] = 7, + [101465] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6327), 1, - anon_sym_LBRACE, - ACTIONS(6447), 1, - anon_sym_COLON, - STATE(2379), 1, - sym_enumerator_list, - STATE(4153), 1, - sym__enum_base_clause, - ACTIONS(3113), 2, - anon_sym___based, - sym_identifier, - ACTIONS(3115), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [148462] = 5, + ACTIONS(6493), 1, + sym_raw_string_literal, + STATE(4018), 1, + sym_string_literal, + STATE(5410), 1, + sym_concatenated_string, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [101485] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6349), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(3466), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6100), 1, anon_sym_LBRACK, - STATE(3620), 1, - sym_parameter_list, - ACTIONS(6449), 5, + anon_sym_EQ, + [101505] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6495), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148482] = 5, + [101519] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - STATE(3620), 1, - sym_parameter_list, - ACTIONS(6451), 5, + ACTIONS(6497), 1, + sym_raw_string_literal, + STATE(4030), 1, + sym_string_literal, + STATE(5366), 1, + sym_concatenated_string, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [101539] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6499), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148502] = 5, + [101553] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6100), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3620), 1, + STATE(3513), 1, sym_parameter_list, - ACTIONS(6453), 5, + ACTIONS(6501), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [148522] = 2, + [101573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6455), 8, + ACTIONS(6503), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -389323,391 +404377,394 @@ static uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148536] = 6, + [101587] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2877), 1, - anon_sym_COLON_COLON, - ACTIONS(2959), 1, - anon_sym_LT, - STATE(1178), 1, - sym_template_argument_list, - ACTIONS(2955), 2, - anon_sym___based, - sym_identifier, - ACTIONS(2957), 3, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(1368), 1, anon_sym_LBRACE, - [148558] = 2, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6505), 1, + anon_sym_SEMI, + ACTIONS(6507), 1, + anon_sym_EQ, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5357), 1, + sym_bitfield_clause, + STATE(5365), 1, + sym_initializer_list, + [101615] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6457), 8, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6134), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6509), 1, + anon_sym_SEMI, + ACTIONS(6511), 1, + anon_sym_EQ, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5470), 1, + sym_bitfield_clause, + STATE(5487), 1, + sym_initializer_list, + [101643] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6085), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3513), 1, + sym_parameter_list, + ACTIONS(6513), 5, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148572] = 2, + [101663] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6459), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6515), 1, + sym_raw_string_literal, + STATE(3989), 1, + sym_string_literal, + STATE(5464), 1, + sym_concatenated_string, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [101683] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6085), 1, anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + STATE(3625), 1, + sym_parameter_list, + ACTIONS(6517), 5, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148586] = 5, + [101703] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6100), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3620), 1, + STATE(3513), 1, sym_parameter_list, - ACTIONS(6461), 5, + ACTIONS(6519), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [148606] = 9, + [101723] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + STATE(3625), 1, + sym_parameter_list, + ACTIONS(6521), 5, anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6463), 1, anon_sym_SEMI, - ACTIONS(6465), 1, + anon_sym_LBRACE, anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5399), 1, - sym_bitfield_clause, - STATE(5404), 1, - sym_initializer_list, - [148634] = 9, + anon_sym_COLON, + [101743] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(6359), 1, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6467), 1, + ACTIONS(6523), 1, sym_identifier, - STATE(2422), 1, + STATE(2450), 1, + sym_enumerator_list, + STATE(4008), 1, sym_scoped_type_identifier, - STATE(2423), 1, + STATE(4045), 1, sym_template_type, - STATE(2460), 1, + STATE(4097), 1, sym__class_name, - STATE(2714), 1, - sym_enumerator_list, - STATE(5350), 1, + STATE(5432), 1, sym_scoped_namespace_identifier, - [148662] = 9, + [101771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6525), 8, anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6469), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(6471), 1, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5312), 1, - sym_bitfield_clause, - STATE(5313), 1, - sym_initializer_list, - [148690] = 9, + anon_sym_COLON, + [101785] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6527), 1, anon_sym_COLON, - ACTIONS(6473), 1, - anon_sym_SEMI, - ACTIONS(6475), 1, - anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5362), 1, - sym_bitfield_clause, - STATE(5364), 1, - sym_initializer_list, - [148718] = 2, + STATE(2391), 1, + sym_enumerator_list, + STATE(4186), 1, + sym__enum_base_clause, + ACTIONS(3449), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3451), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [101809] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6477), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6531), 1, + anon_sym_AMP, + ACTIONS(6533), 2, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(6529), 5, anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [148732] = 9, + [101827] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(6309), 1, + anon_sym_LBRACE, + ACTIONS(6481), 1, + sym_identifier, + STATE(1335), 1, + sym_scoped_type_identifier, + STATE(1349), 1, + sym_template_type, + STATE(2450), 1, + sym_enumerator_list, + STATE(3082), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + [101855] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2221), 1, + anon_sym_COLON_COLON, + ACTIONS(3319), 1, + anon_sym_LBRACE, + ACTIONS(6535), 1, + sym_identifier, + STATE(1358), 1, + sym_enumerator_list, + STATE(1623), 1, + sym_scoped_type_identifier, + STATE(1638), 1, + sym__class_name, + STATE(1655), 1, + sym_template_type, + STATE(5106), 1, + sym_scoped_namespace_identifier, + [101883] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(6407), 1, anon_sym_LBRACE, - ACTIONS(6439), 1, + ACTIONS(6537), 1, sym_identifier, - STATE(839), 1, - sym_enumerator_list, - STATE(1312), 1, + STATE(2237), 1, sym_template_type, - STATE(1345), 1, + STATE(2238), 1, sym_scoped_type_identifier, - STATE(1485), 1, + STATE(2281), 1, sym__class_name, - STATE(5400), 1, + STATE(2426), 1, + sym_enumerator_list, + STATE(5251), 1, sym_scoped_namespace_identifier, - [148760] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6479), 1, - sym_raw_string_literal, - STATE(3985), 1, - sym_string_literal, - STATE(5271), 1, - sym_concatenated_string, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [148780] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6481), 1, - anon_sym_SEMI, - ACTIONS(6483), 1, - anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5114), 1, - sym_initializer_list, - STATE(5115), 1, - sym_bitfield_clause, - [148808] = 9, + [101911] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3062), 1, + ACTIONS(6361), 1, anon_sym_LBRACE, - ACTIONS(6485), 1, + ACTIONS(6491), 1, sym_identifier, - STATE(1332), 1, + STATE(2556), 1, + sym_template_type, + STATE(2660), 1, sym_enumerator_list, - STATE(1460), 1, + STATE(4076), 1, sym_scoped_type_identifier, - STATE(1476), 1, + STATE(4169), 1, sym__class_name, - STATE(1479), 1, - sym_template_type, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - [148836] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6079), 1, - anon_sym_LT, - STATE(2346), 1, - sym_template_argument_list, - ACTIONS(2881), 6, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [148854] = 5, + [101939] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - STATE(3496), 1, + STATE(3625), 1, sym_parameter_list, - ACTIONS(6487), 5, + ACTIONS(6539), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [148874] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6489), 1, - sym_raw_string_literal, - STATE(3963), 1, - sym_string_literal, - STATE(5335), 1, - sym_concatenated_string, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [148894] = 5, + [101959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3496), 1, - sym_parameter_list, - ACTIONS(6491), 5, + ACTIONS(6541), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - [148914] = 9, + [101973] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(6119), 1, + anon_sym_LT, + ACTIONS(6543), 1, + anon_sym_COLON_COLON, + STATE(4052), 1, + sym_template_argument_list, + ACTIONS(3466), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [101993] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6493), 1, + ACTIONS(6545), 1, anon_sym_SEMI, - ACTIONS(6495), 1, + ACTIONS(6547), 1, anon_sym_EQ, - STATE(4162), 1, + STATE(4212), 1, aux_sym_field_declaration_repeat1, - STATE(5367), 1, + STATE(5327), 1, sym_bitfield_clause, - STATE(5369), 1, + STATE(5328), 1, sym_initializer_list, - [148942] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(6327), 1, - anon_sym_LBRACE, - ACTIONS(6497), 1, - sym_identifier, - STATE(2355), 1, - sym_enumerator_list, - STATE(3987), 1, - sym_scoped_type_identifier, - STATE(4043), 1, - sym_template_type, - STATE(4054), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - [148970] = 5, + [102021] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - STATE(3496), 1, + STATE(3625), 1, sym_parameter_list, - ACTIONS(6499), 5, + ACTIONS(6549), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [148990] = 2, + [102041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6501), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [149004] = 9, + ACTIONS(6551), 1, + sym_raw_string_literal, + STATE(4026), 1, + sym_string_literal, + STATE(5166), 1, + sym_concatenated_string, + ACTIONS(97), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [102061] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6503), 1, + ACTIONS(6553), 1, anon_sym_SEMI, - ACTIONS(6505), 1, + ACTIONS(6555), 1, anon_sym_EQ, - STATE(4162), 1, + STATE(4212), 1, aux_sym_field_declaration_repeat1, - STATE(5454), 1, - sym_bitfield_clause, - STATE(5456), 1, + STATE(5238), 1, sym_initializer_list, - [149032] = 9, + STATE(5243), 1, + sym_bitfield_clause, + [102089] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6104), 1, - anon_sym_COLON, - ACTIONS(6507), 1, - anon_sym_SEMI, - ACTIONS(6509), 1, - anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5432), 1, - sym_bitfield_clause, - STATE(5435), 1, - sym_initializer_list, - [149060] = 5, + ACTIONS(6557), 1, + sym_identifier, + STATE(2450), 1, + sym_enumerator_list, + STATE(2963), 1, + sym_scoped_type_identifier, + STATE(2964), 1, + sym_template_type, + STATE(3035), 1, + sym__class_name, + STATE(5333), 1, + sym_scoped_namespace_identifier, + [102117] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6511), 1, + ACTIONS(6559), 1, sym_raw_string_literal, - STATE(3967), 1, + STATE(4017), 1, sym_string_literal, - STATE(5379), 1, + STATE(5302), 1, sym_concatenated_string, ACTIONS(97), 5, anon_sym_L_DQUOTE, @@ -389715,50 +404772,49 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [149080] = 7, + [102137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6327), 1, - anon_sym_LBRACE, - ACTIONS(6447), 1, - anon_sym_COLON, - STATE(2357), 1, - sym_enumerator_list, - STATE(4148), 1, - sym__enum_base_clause, - ACTIONS(3107), 2, + ACTIONS(2903), 1, + anon_sym_COLON_COLON, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(1083), 1, + sym_template_argument_list, + ACTIONS(3231), 2, anon_sym___based, sym_identifier, - ACTIONS(3109), 2, + ACTIONS(3233), 3, anon_sym_LPAREN2, anon_sym_STAR, - [149104] = 9, + anon_sym_LBRACE, + [102159] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6513), 1, + ACTIONS(6561), 1, anon_sym_SEMI, - ACTIONS(6515), 1, + ACTIONS(6563), 1, anon_sym_EQ, - STATE(4162), 1, + STATE(4212), 1, aux_sym_field_declaration_repeat1, - STATE(5374), 1, - sym_bitfield_clause, - STATE(5381), 1, + STATE(5160), 1, sym_initializer_list, - [149132] = 5, + STATE(5169), 1, + sym_bitfield_clause, + [102187] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6517), 1, + ACTIONS(6565), 1, sym_raw_string_literal, - STATE(3993), 1, + STATE(3978), 1, sym_string_literal, - STATE(5415), 1, + STATE(5446), 1, sym_concatenated_string, ACTIONS(97), 5, anon_sym_L_DQUOTE, @@ -389766,267 +404822,253 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [149152] = 5, + [102207] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6567), 1, + anon_sym_SEMI, + ACTIONS(6569), 1, + anon_sym_EQ, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5481), 1, + sym_bitfield_clause, + STATE(5483), 1, + sym_initializer_list, + [102235] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3496), 1, + STATE(3513), 1, sym_parameter_list, - ACTIONS(6519), 5, + ACTIONS(6571), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [149172] = 9, + [102255] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(3691), 1, anon_sym_COLON_COLON, - ACTIONS(3062), 1, + ACTIONS(6361), 1, anon_sym_LBRACE, - ACTIONS(6521), 1, + ACTIONS(6573), 1, sym_identifier, - STATE(1332), 1, - sym_enumerator_list, - STATE(2527), 1, - sym_scoped_type_identifier, - STATE(2531), 1, + STATE(2355), 1, sym_template_type, - STATE(3002), 1, + STATE(2356), 1, + sym_scoped_type_identifier, + STATE(2500), 1, sym__class_name, - STATE(5098), 1, + STATE(2660), 1, + sym_enumerator_list, + STATE(5419), 1, sym_scoped_namespace_identifier, - [149200] = 4, + [102283] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 1, - anon_sym_AMP, - ACTIONS(6527), 2, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6575), 1, + anon_sym_SEMI, + ACTIONS(6577), 1, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(6523), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5511), 1, + sym_bitfield_clause, + STATE(5592), 1, + sym_initializer_list, + [102311] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - [149218] = 9, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6579), 1, + anon_sym_SEMI, + ACTIONS(6581), 1, + anon_sym_EQ, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5451), 1, + sym_bitfield_clause, + STATE(5452), 1, + sym_initializer_list, + [102339] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6529), 1, - sym_identifier, - STATE(839), 1, - sym_enumerator_list, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(1462), 1, - sym_template_type, - STATE(1517), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - [149246] = 9, + ACTIONS(6134), 1, + anon_sym_COMMA, + ACTIONS(6144), 1, + anon_sym_COLON, + ACTIONS(6583), 1, + anon_sym_SEMI, + ACTIONS(6585), 1, + anon_sym_EQ, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + STATE(5390), 1, + sym_initializer_list, + STATE(5394), 1, + sym_bitfield_clause, + [102367] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3665), 1, anon_sym_COLON_COLON, - ACTIONS(6327), 1, + ACTIONS(6407), 1, anon_sym_LBRACE, - ACTIONS(6439), 1, + ACTIONS(6537), 1, sym_identifier, - STATE(1312), 1, + STATE(2237), 1, sym_template_type, - STATE(1345), 1, + STATE(2238), 1, sym_scoped_type_identifier, - STATE(2355), 1, + STATE(2426), 1, sym_enumerator_list, - STATE(3649), 1, + STATE(2561), 1, sym__class_name, - STATE(5400), 1, + STATE(5251), 1, sym_scoped_namespace_identifier, - [149274] = 9, + [102395] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2213), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6529), 1, + ACTIONS(6587), 1, sym_identifier, - STATE(839), 1, + STATE(859), 1, sym_enumerator_list, - STATE(1447), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(1462), 1, + STATE(1627), 1, sym_template_type, - STATE(1466), 1, + STATE(1635), 1, sym__class_name, - STATE(5098), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - [149302] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6531), 1, - sym_raw_string_literal, - STATE(4000), 1, - sym_string_literal, - STATE(5235), 1, - sym_concatenated_string, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [149322] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6533), 1, - sym_raw_string_literal, - STATE(4018), 1, - sym_string_literal, - STATE(5433), 1, - sym_concatenated_string, - ACTIONS(97), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [149342] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3496), 1, - sym_parameter_list, - ACTIONS(6535), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [149362] = 9, + [102423] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3569), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(6367), 1, + ACTIONS(3319), 1, anon_sym_LBRACE, - ACTIONS(6537), 1, + ACTIONS(6491), 1, sym_identifier, - STATE(2227), 1, + STATE(1358), 1, + sym_enumerator_list, + STATE(2548), 1, sym_scoped_type_identifier, - STATE(2231), 1, + STATE(2556), 1, sym_template_type, - STATE(2268), 1, + STATE(2994), 1, sym__class_name, - STATE(2369), 1, - sym_enumerator_list, - STATE(5221), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - [149390] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - STATE(3620), 1, - sym_parameter_list, - ACTIONS(6539), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [149410] = 9, + [102451] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6541), 1, + ACTIONS(6589), 1, anon_sym_SEMI, - ACTIONS(6543), 1, + ACTIONS(6591), 1, anon_sym_EQ, - STATE(4162), 1, + STATE(4212), 1, aux_sym_field_declaration_repeat1, - STATE(5075), 1, - sym_initializer_list, - STATE(5079), 1, + STATE(5456), 1, sym_bitfield_clause, - [149438] = 2, + STATE(5457), 1, + sym_initializer_list, + [102479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6545), 8, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(4249), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(3466), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - [149452] = 9, + [102499] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(2221), 1, anon_sym_COLON_COLON, - ACTIONS(3027), 1, + ACTIONS(3297), 1, anon_sym_LBRACE, - ACTIONS(6439), 1, + ACTIONS(6587), 1, sym_identifier, - STATE(839), 1, + STATE(859), 1, sym_enumerator_list, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(1614), 1, sym_scoped_type_identifier, - STATE(3642), 1, + STATE(1627), 1, + sym_template_type, + STATE(1682), 1, sym__class_name, - STATE(5400), 1, + STATE(5106), 1, sym_scoped_namespace_identifier, - [149480] = 9, + [102527] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3697), 1, anon_sym_COLON_COLON, - ACTIONS(6327), 1, + ACTIONS(6389), 1, anon_sym_LBRACE, - ACTIONS(6439), 1, + ACTIONS(6593), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1345), 1, + STATE(2408), 1, sym_scoped_type_identifier, - STATE(2355), 1, - sym_enumerator_list, - STATE(3061), 1, + STATE(2413), 1, + sym_template_type, + STATE(2462), 1, sym__class_name, - STATE(5400), 1, + STATE(2653), 1, + sym_enumerator_list, + STATE(5381), 1, sym_scoped_namespace_identifier, - [149508] = 5, + [102555] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6547), 1, + ACTIONS(6595), 1, sym_raw_string_literal, - STATE(3958), 1, + STATE(4028), 1, sym_string_literal, - STATE(5126), 1, + STATE(5156), 1, sym_concatenated_string, ACTIONS(97), 5, anon_sym_L_DQUOTE, @@ -390034,3162 +405076,2811 @@ static uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [149528] = 5, + [102575] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, + ACTIONS(6085), 1, anon_sym_LPAREN2, - ACTIONS(6100), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - STATE(3620), 1, + STATE(3625), 1, sym_parameter_list, - ACTIONS(6549), 5, + ACTIONS(6597), 5, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [149548] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3569), 1, - anon_sym_COLON_COLON, - ACTIONS(6367), 1, - anon_sym_LBRACE, - ACTIONS(6537), 1, - sym_identifier, - STATE(2227), 1, - sym_scoped_type_identifier, - STATE(2231), 1, - sym_template_type, - STATE(2369), 1, - sym_enumerator_list, - STATE(2553), 1, - sym__class_name, - STATE(5221), 1, - sym_scoped_namespace_identifier, - [149576] = 9, + [102595] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, - anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6527), 1, anon_sym_COLON, - ACTIONS(6551), 1, - anon_sym_SEMI, - ACTIONS(6553), 1, - anon_sym_EQ, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - STATE(5081), 1, - sym_initializer_list, - STATE(5083), 1, - sym_bitfield_clause, - [149604] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(3062), 1, - anon_sym_LBRACE, - ACTIONS(6521), 1, - sym_identifier, - STATE(1332), 1, + STATE(2448), 1, sym_enumerator_list, - STATE(2527), 1, - sym_scoped_type_identifier, - STATE(2531), 1, - sym_template_type, - STATE(3624), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - [149632] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6345), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - ACTIONS(3134), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_EQ, - [149652] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6079), 1, - anon_sym_LT, - ACTIONS(6555), 1, - anon_sym_COLON_COLON, - STATE(4022), 1, - sym_template_argument_list, - ACTIONS(3134), 5, - anon_sym_COMMA, + STATE(4200), 1, + sym__enum_base_clause, + ACTIONS(3443), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3445), 2, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [149672] = 9, + anon_sym_STAR, + [102619] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3509), 1, + ACTIONS(2999), 1, anon_sym_COLON_COLON, - ACTIONS(6311), 1, + ACTIONS(6309), 1, anon_sym_LBRACE, - ACTIONS(6557), 1, + ACTIONS(6481), 1, sym_identifier, - STATE(2335), 1, - sym_template_type, - STATE(2336), 1, + STATE(1335), 1, sym_scoped_type_identifier, - STATE(2462), 1, - sym__class_name, - STATE(2724), 1, + STATE(1349), 1, + sym_template_type, + STATE(2450), 1, sym_enumerator_list, - STATE(5388), 1, + STATE(3669), 1, + sym__class_name, + STATE(5432), 1, sym_scoped_namespace_identifier, - [149700] = 9, + [102647] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - ACTIONS(6094), 1, + ACTIONS(6134), 1, anon_sym_COMMA, - ACTIONS(6104), 1, + ACTIONS(6144), 1, anon_sym_COLON, - ACTIONS(6559), 1, + ACTIONS(6599), 1, anon_sym_SEMI, - ACTIONS(6561), 1, + ACTIONS(6601), 1, anon_sym_EQ, - STATE(4162), 1, + STATE(4212), 1, aux_sym_field_declaration_repeat1, - STATE(5428), 1, + STATE(5225), 1, sym_bitfield_clause, - STATE(5429), 1, + STATE(5367), 1, sym_initializer_list, - [149728] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - anon_sym_COLON_COLON, - ACTIONS(6311), 1, - anon_sym_LBRACE, - ACTIONS(6521), 1, - sym_identifier, - STATE(2531), 1, - sym_template_type, - STATE(2724), 1, - sym_enumerator_list, - STATE(4072), 1, - sym_scoped_type_identifier, - STATE(4138), 1, - sym__class_name, - STATE(5098), 1, - sym_scoped_namespace_identifier, - [149756] = 5, + [102675] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3544), 1, + STATE(3576), 1, sym_parameter_list, - ACTIONS(6491), 4, + ACTIONS(6513), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_EQ, - [149775] = 7, + [102694] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6563), 1, + ACTIONS(6603), 1, sym_identifier, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6567), 1, + ACTIONS(6607), 1, anon_sym_namespace, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5549), 1, + STATE(5621), 1, sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [149798] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6569), 1, - sym_identifier, - ACTIONS(6571), 1, - anon_sym_COLON_COLON, - STATE(4446), 1, - sym_scoped_field_identifier, - STATE(4686), 1, - sym_field_initializer, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5208), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [149821] = 5, + [102717] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3517), 1, + STATE(3576), 1, sym_parameter_list, - ACTIONS(6499), 4, + ACTIONS(6571), 4, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, - [149840] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, - ACTIONS(6573), 1, - sym_identifier, - ACTIONS(6575), 1, - anon_sym_namespace, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5489), 1, - sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [149863] = 5, + [102736] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - ACTIONS(6491), 4, + ACTIONS(6501), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [149882] = 5, + [102755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - ACTIONS(6487), 4, + ACTIONS(6571), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [149901] = 5, + [102774] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, ACTIONS(6519), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - [149920] = 5, + [102793] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3517), 1, - sym_parameter_list, - ACTIONS(6535), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [149939] = 5, + ACTIONS(6609), 1, + sym_identifier, + ACTIONS(6611), 1, + anon_sym_COLON_COLON, + STATE(4363), 1, + sym_field_initializer, + STATE(4371), 1, + sym_scoped_field_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5321), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [102816] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3544), 1, + STATE(3576), 1, sym_parameter_list, - ACTIONS(6487), 4, + ACTIONS(6519), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_EQ, - [149958] = 5, + [102835] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6605), 1, + anon_sym_COLON_COLON, + ACTIONS(6613), 1, + sym_identifier, + ACTIONS(6615), 1, + anon_sym_namespace, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5174), 1, + sym_scoped_identifier, + STATE(5249), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [102858] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3544), 1, + STATE(3576), 1, sym_parameter_list, - ACTIONS(6519), 4, + ACTIONS(6479), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_EQ, - [149977] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6079), 1, - anon_sym_LT, - STATE(3225), 1, - sym_template_argument_list, - ACTIONS(3134), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [149994] = 7, + [102877] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6577), 1, + ACTIONS(6617), 1, sym_identifier, - ACTIONS(6579), 1, + ACTIONS(6619), 1, anon_sym_namespace, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5390), 1, + STATE(5501), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [150017] = 7, + [102900] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6569), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3550), 1, + sym_parameter_list, + ACTIONS(6479), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [102919] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6609), 1, sym_identifier, - ACTIONS(6571), 1, + ACTIONS(6611), 1, anon_sym_COLON_COLON, - STATE(4439), 1, - sym_field_initializer, - STATE(4446), 1, + STATE(4371), 1, sym_scoped_field_identifier, - STATE(4795), 1, + STATE(4563), 1, + sym_field_initializer, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5208), 2, + STATE(5321), 2, sym_template_type, sym_scoped_namespace_identifier, - [150040] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6581), 1, - sym_identifier, - ACTIONS(6583), 1, - anon_sym_operator, - ACTIONS(6585), 1, - anon_sym_delete, - ACTIONS(6587), 1, - anon_sym_new, - ACTIONS(6589), 1, - sym_operator_name, - STATE(2930), 1, - sym_destructor_name, - [150065] = 7, + [102942] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, - ACTIONS(6591), 1, - sym_identifier, - ACTIONS(6593), 1, - anon_sym_namespace, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5276), 1, - sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [150088] = 6, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3550), 1, + sym_parameter_list, + ACTIONS(6513), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [102961] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2877), 1, + ACTIONS(2903), 1, anon_sym_COLON_COLON, - ACTIONS(6079), 1, + ACTIONS(6119), 1, anon_sym_LT, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - ACTIONS(2215), 2, + ACTIONS(2223), 2, anon_sym___based, sym_identifier, - ACTIONS(2223), 2, + ACTIONS(2231), 2, anon_sym_LPAREN2, anon_sym_STAR, - [150109] = 7, + [102982] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - ACTIONS(6595), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - STATE(1178), 1, - sym_template_argument_list, - STATE(4487), 2, - sym_argument_list, - sym_initializer_list, - [150132] = 7, + ACTIONS(6621), 1, + sym_identifier, + ACTIONS(6623), 1, + anon_sym_namespace, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5431), 1, + sym_scoped_identifier, + STATE(5249), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [103005] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6597), 1, + ACTIONS(6625), 1, sym_identifier, - ACTIONS(6599), 1, + ACTIONS(6627), 1, anon_sym_namespace, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5220), 1, + STATE(5290), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [150155] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3544), 1, - sym_parameter_list, - ACTIONS(6499), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [150174] = 7, + [103028] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6601), 1, + ACTIONS(6629), 1, sym_identifier, - ACTIONS(6603), 1, + ACTIONS(6631), 1, anon_sym_namespace, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5306), 1, + STATE(5135), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [150197] = 5, + [103051] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(1368), 1, + anon_sym_LBRACE, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(4765), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3544), 1, - sym_parameter_list, - ACTIONS(6535), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [150216] = 7, + ACTIONS(6633), 1, + anon_sym_COLON_COLON, + STATE(1083), 1, + sym_template_argument_list, + STATE(4310), 2, + sym_argument_list, + sym_initializer_list, + [103074] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, ACTIONS(6605), 1, + anon_sym_COLON_COLON, + ACTIONS(6635), 1, sym_identifier, - ACTIONS(6607), 1, + ACTIONS(6637), 1, anon_sym_namespace, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5183), 1, + STATE(5308), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [150239] = 7, + [103097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6613), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(4229), 1, + STATE(3576), 1, sym_parameter_list, - STATE(4674), 1, - aux_sym_type_definition_repeat2, - [150261] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6501), 4, anon_sym_COMMA, - ACTIONS(6613), 1, - anon_sym_LBRACK, - ACTIONS(6615), 1, - anon_sym_SEMI, - STATE(4229), 1, - sym_parameter_list, - STATE(4658), 1, - aux_sym_type_definition_repeat2, - [150283] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(6617), 1, + anon_sym_RPAREN, anon_sym_SEMI, - ACTIONS(6619), 1, anon_sym_EQ, - STATE(676), 1, - sym_compound_statement, - STATE(679), 2, - sym_default_method_clause, - sym_delete_method_clause, - [150303] = 7, + [103116] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6621), 1, - sym_identifier, - ACTIONS(6623), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6625), 1, + ACTIONS(6639), 1, + sym_identifier, + ACTIONS(6641), 1, + anon_sym_operator, + ACTIONS(6643), 1, anon_sym_delete, - ACTIONS(6627), 1, + ACTIONS(6645), 1, anon_sym_new, - ACTIONS(6629), 1, + ACTIONS(6647), 1, sym_operator_name, - STATE(3318), 1, + STATE(2947), 1, sym_destructor_name, - [150325] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6311), 1, - anon_sym_LBRACE, - ACTIONS(6631), 1, - anon_sym_COLON, - STATE(2625), 1, - sym_enumerator_list, - STATE(4482), 1, - sym__enum_base_clause, - ACTIONS(3115), 2, - anon_sym_COMMA, - anon_sym_GT2, - [150345] = 6, + [103141] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6311), 1, - anon_sym_LBRACE, - ACTIONS(6631), 1, - anon_sym_COLON, - STATE(2615), 1, - sym_enumerator_list, - STATE(4411), 1, - sym__enum_base_clause, - ACTIONS(3109), 2, + ACTIONS(6119), 1, + anon_sym_LT, + STATE(3252), 1, + sym_template_argument_list, + ACTIONS(3466), 5, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_GT2, - [150365] = 7, + [103158] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(6633), 1, + ACTIONS(6649), 1, sym_identifier, - ACTIONS(6635), 1, + ACTIONS(6651), 1, anon_sym_delete, - ACTIONS(6637), 1, + ACTIONS(6653), 1, anon_sym_new, - ACTIONS(6639), 1, + ACTIONS(6655), 1, sym_operator_name, - STATE(3222), 1, + STATE(3250), 1, sym_destructor_name, - [150387] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6643), 1, - anon_sym_EQ, - STATE(3544), 1, - sym_parameter_list, - ACTIONS(6641), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [150407] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3652), 1, - sym_parameter_list, - ACTIONS(6645), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [150425] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3668), 1, - sym_parameter_list, - ACTIONS(6647), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [150443] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3651), 1, - sym_parameter_list, - ACTIONS(6649), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [150461] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6613), 1, - anon_sym_LBRACK, - ACTIONS(6651), 1, - anon_sym_SEMI, - STATE(4229), 1, - sym_parameter_list, - STATE(4666), 1, - aux_sym_type_definition_repeat2, - [150483] = 7, + [103180] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6581), 1, + ACTIONS(6639), 1, sym_identifier, - ACTIONS(6585), 1, + ACTIONS(6643), 1, anon_sym_delete, - ACTIONS(6587), 1, + ACTIONS(6645), 1, anon_sym_new, - ACTIONS(6589), 1, + ACTIONS(6647), 1, sym_operator_name, - STATE(2930), 1, + STATE(2947), 1, sym_destructor_name, - [150505] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6525), 1, - anon_sym_AMP, - ACTIONS(6523), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - [150519] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6327), 1, - anon_sym_LBRACE, - STATE(2382), 1, - sym_enumerator_list, - ACTIONS(2445), 2, - anon_sym___based, - sym_identifier, - ACTIONS(2447), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [150537] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(6439), 1, - sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(4469), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - [150559] = 5, + [103202] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3567), 1, - sym_parameter_list, - ACTIONS(6499), 3, + ACTIONS(6657), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_GT2, - [150577] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6613), 1, + ACTIONS(6659), 1, + anon_sym_SEMI, + ACTIONS(6661), 1, anon_sym_LBRACK, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - ACTIONS(6653), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [150595] = 6, + STATE(4634), 1, + aux_sym_type_definition_repeat2, + [103224] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6655), 1, + ACTIONS(6663), 1, sym_identifier, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5237), 1, + STATE(5152), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [150615] = 5, + [103244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6327), 1, + ACTIONS(6665), 1, + anon_sym_LBRACK, + ACTIONS(6668), 1, + anon_sym_EQ, + ACTIONS(6670), 1, + anon_sym_DOT, + STATE(4160), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [103262] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6385), 1, anon_sym_LBRACE, - STATE(2407), 1, - sym_enumerator_list, - ACTIONS(2501), 2, - anon_sym___based, - sym_identifier, - ACTIONS(2503), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [150633] = 7, + ACTIONS(6673), 1, + anon_sym_SEMI, + ACTIONS(6675), 1, + anon_sym_EQ, + STATE(1278), 1, + sym_compound_statement, + STATE(1279), 2, + sym_default_method_clause, + sym_delete_method_clause, + [103282] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6657), 1, + ACTIONS(6677), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4607), 1, + STATE(4519), 1, aux_sym_type_definition_repeat2, - [150655] = 6, + [103304] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6661), 1, + anon_sym_LBRACK, + STATE(4263), 1, + sym_parameter_list, + ACTIONS(6679), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [103322] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6659), 1, + ACTIONS(6681), 1, anon_sym_SEMI, - ACTIONS(6661), 1, + ACTIONS(6683), 1, anon_sym_EQ, - STATE(589), 1, + STATE(570), 1, sym_compound_statement, - STATE(581), 2, + STATE(571), 2, sym_default_method_clause, sym_delete_method_clause, - [150675] = 7, + [103342] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6687), 1, + anon_sym_EQ, + STATE(3576), 1, + sym_parameter_list, + ACTIONS(6685), 2, anon_sym_COMMA, - ACTIONS(6613), 1, + anon_sym_RPAREN, + [103362] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6663), 1, + ACTIONS(6689), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4630), 1, + STATE(4572), 1, aux_sym_type_definition_repeat2, - [150697] = 6, + [103384] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, - ACTIONS(6665), 1, - sym_identifier, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5324), 1, - sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [150717] = 7, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3584), 1, + sym_parameter_list, + ACTIONS(6513), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_GT2, + [103402] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6589), 1, - sym_operator_name, - ACTIONS(6667), 1, - sym_identifier, - ACTIONS(6669), 1, + ACTIONS(6643), 1, anon_sym_delete, - ACTIONS(6671), 1, + ACTIONS(6645), 1, anon_sym_new, - STATE(2930), 1, + ACTIONS(6647), 1, + sym_operator_name, + ACTIONS(6691), 1, + sym_identifier, + STATE(2947), 1, sym_destructor_name, - [150739] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3767), 1, - anon_sym_AMP, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - [150753] = 6, + [103424] = 6, ACTIONS(3), 1, - sym_comment, - ACTIONS(6281), 1, - anon_sym_LBRACE, - ACTIONS(6673), 1, - anon_sym_SEMI, - ACTIONS(6675), 1, - anon_sym_EQ, - STATE(1020), 1, - sym_compound_statement, - STATE(1163), 2, - sym_default_method_clause, - sym_delete_method_clause, - [150773] = 5, + sym_comment, + ACTIONS(6361), 1, + anon_sym_LBRACE, + ACTIONS(6693), 1, + anon_sym_COLON, + STATE(2756), 1, + sym_enumerator_list, + STATE(4377), 1, + sym__enum_base_clause, + ACTIONS(3451), 2, + anon_sym_COMMA, + anon_sym_GT2, + [103444] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3567), 1, + STATE(3584), 1, sym_parameter_list, - ACTIONS(6491), 3, + ACTIONS(6479), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_GT2, - [150791] = 4, + [103462] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6677), 1, - anon_sym_COMMA, - STATE(4162), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(6680), 4, - anon_sym_SEMI, + ACTIONS(6361), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6693), 1, anon_sym_COLON, - [150807] = 6, + STATE(2596), 1, + sym_enumerator_list, + STATE(4500), 1, + sym__enum_base_clause, + ACTIONS(3445), 2, + anon_sym_COMMA, + anon_sym_GT2, + [103482] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, - anon_sym_LBRACE, - ACTIONS(6682), 1, - anon_sym_SEMI, - ACTIONS(6684), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6695), 1, anon_sym_EQ, - STATE(578), 1, - sym_compound_statement, - STATE(604), 2, - sym_default_method_clause, - sym_delete_method_clause, - [150827] = 5, + STATE(3584), 1, + sym_parameter_list, + ACTIONS(6685), 2, + anon_sym_COMMA, + anon_sym_GT2, + [103502] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - STATE(3567), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3687), 1, sym_parameter_list, - ACTIONS(6487), 3, - anon_sym_COMMA, + ACTIONS(6697), 3, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [150845] = 5, + [103520] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6647), 3, + ACTIONS(6699), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [150863] = 7, + [103538] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6585), 1, - anon_sym_delete, - ACTIONS(6587), 1, + ACTIONS(6645), 1, anon_sym_new, - ACTIONS(6589), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(6667), 1, + ACTIONS(6701), 1, sym_identifier, - STATE(2930), 1, + ACTIONS(6703), 1, + anon_sym_delete, + STATE(2947), 1, sym_destructor_name, - [150885] = 6, + [103560] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, - ACTIONS(6686), 1, - sym_identifier, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5515), 1, - sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [150905] = 7, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(6705), 1, + anon_sym_SEMI, + ACTIONS(6707), 1, + anon_sym_EQ, + STATE(638), 1, + sym_compound_statement, + STATE(642), 2, + sym_default_method_clause, + sym_delete_method_clause, + [103580] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(6455), 1, anon_sym_TILDE, - ACTIONS(6585), 1, + ACTIONS(6649), 1, + sym_identifier, + ACTIONS(6709), 1, anon_sym_delete, - ACTIONS(6587), 1, + ACTIONS(6711), 1, anon_sym_new, - ACTIONS(6589), 1, + ACTIONS(6713), 1, sym_operator_name, - ACTIONS(6688), 1, - sym_identifier, - STATE(2930), 1, + STATE(2775), 1, sym_destructor_name, - [150927] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6565), 1, - anon_sym_COLON_COLON, - ACTIONS(6690), 1, - sym_identifier, - STATE(4795), 1, - sym_scoped_type_identifier, - STATE(5252), 1, - sym_scoped_identifier, - STATE(5219), 2, - sym_template_type, - sym_scoped_namespace_identifier, - [150947] = 7, + [103602] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6692), 1, - anon_sym_SEMI, - STATE(4229), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3687), 1, sym_parameter_list, - STATE(4496), 1, - aux_sym_type_definition_repeat2, - [150969] = 5, + ACTIONS(6715), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [103620] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6694), 1, - anon_sym_LBRACK, - ACTIONS(6696), 1, + ACTIONS(562), 1, + anon_sym_LBRACE, + ACTIONS(6717), 1, + anon_sym_SEMI, + ACTIONS(6719), 1, anon_sym_EQ, - ACTIONS(6698), 1, - anon_sym_DOT, - STATE(4214), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [150987] = 6, + STATE(646), 1, + sym_compound_statement, + STATE(639), 2, + sym_default_method_clause, + sym_delete_method_clause, + [103640] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(6385), 1, anon_sym_LBRACE, - ACTIONS(6700), 1, + ACTIONS(6721), 1, anon_sym_SEMI, - ACTIONS(6702), 1, + ACTIONS(6723), 1, anon_sym_EQ, - STATE(551), 1, + STATE(1185), 1, sym_compound_statement, - STATE(554), 2, + STATE(1186), 2, sym_default_method_clause, sym_delete_method_clause, - [151007] = 3, + [103660] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6706), 1, - anon_sym_AMP, - ACTIONS(6704), 5, + ACTIONS(6117), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, anon_sym_LBRACK, - [151021] = 6, + ACTIONS(6725), 1, + anon_sym_SEMI, + STATE(4263), 1, + sym_parameter_list, + STATE(4722), 1, + aux_sym_type_definition_repeat2, + [103682] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6271), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6708), 1, + ACTIONS(6727), 1, anon_sym_SEMI, - ACTIONS(6710), 1, + ACTIONS(6729), 1, anon_sym_EQ, - STATE(1004), 1, + STATE(536), 1, sym_compound_statement, - STATE(1011), 2, + STATE(524), 2, sym_default_method_clause, sym_delete_method_clause, - [151041] = 6, + [103702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6271), 1, - anon_sym_LBRACE, - ACTIONS(6712), 1, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3687), 1, + sym_parameter_list, + ACTIONS(6731), 3, anon_sym_SEMI, - ACTIONS(6714), 1, + anon_sym_LBRACE, anon_sym_EQ, - STATE(876), 1, - sym_compound_statement, - STATE(877), 2, - sym_default_method_clause, - sym_delete_method_clause, - [151061] = 7, + [103720] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6605), 1, + anon_sym_COLON_COLON, + ACTIONS(6733), 1, + sym_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5199), 1, + sym_scoped_identifier, + STATE(5249), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [103740] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6585), 1, - anon_sym_delete, - ACTIONS(6587), 1, - anon_sym_new, - ACTIONS(6589), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(6716), 1, + ACTIONS(6701), 1, sym_identifier, - STATE(2930), 1, + ACTIONS(6735), 1, + anon_sym_delete, + ACTIONS(6737), 1, + anon_sym_new, + STATE(2947), 1, sym_destructor_name, - [151083] = 7, + [103762] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6309), 1, + anon_sym_LBRACE, + STATE(2354), 1, + sym_enumerator_list, + ACTIONS(2801), 2, + anon_sym___based, + sym_identifier, + ACTIONS(2803), 2, anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6613), 1, + anon_sym_STAR, + [103780] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6741), 1, + anon_sym_AMP, + ACTIONS(6739), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6718), 1, - anon_sym_SEMI, - STATE(4229), 1, - sym_parameter_list, - STATE(4622), 1, - aux_sym_type_definition_repeat2, - [151105] = 6, + [103794] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6473), 1, + anon_sym_TILDE, + ACTIONS(6743), 1, + sym_identifier, + ACTIONS(6745), 1, + anon_sym_delete, + ACTIONS(6747), 1, + anon_sym_new, + ACTIONS(6749), 1, + sym_operator_name, + STATE(2764), 1, + sym_destructor_name, + [103816] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6751), 1, + anon_sym_LBRACK, + ACTIONS(6753), 1, + anon_sym_EQ, + ACTIONS(6755), 1, + anon_sym_DOT, + STATE(4160), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [103834] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6281), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6720), 1, + ACTIONS(6757), 1, anon_sym_SEMI, - ACTIONS(6722), 1, + ACTIONS(6759), 1, anon_sym_EQ, - STATE(1136), 1, + STATE(220), 1, sym_compound_statement, - STATE(1137), 2, + STATE(219), 2, sym_default_method_clause, sym_delete_method_clause, - [151125] = 6, + [103854] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LBRACE, - ACTIONS(6724), 1, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3687), 1, + sym_parameter_list, + ACTIONS(6761), 3, anon_sym_SEMI, - ACTIONS(6726), 1, + anon_sym_LBRACE, anon_sym_EQ, - STATE(1153), 1, - sym_compound_statement, - STATE(1154), 2, - sym_default_method_clause, - sym_delete_method_clause, - [151145] = 7, + [103872] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6728), 1, + ACTIONS(6763), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4524), 1, + STATE(4674), 1, aux_sym_type_definition_repeat2, - [151167] = 5, + [103894] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6613), 1, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, anon_sym_LBRACK, - STATE(4229), 1, + ACTIONS(6765), 1, + anon_sym_SEMI, + STATE(4263), 1, sym_parameter_list, - ACTIONS(6730), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(4597), 1, + aux_sym_type_definition_repeat2, + [103916] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(927), 1, + anon_sym_LBRACE, + ACTIONS(6767), 1, anon_sym_SEMI, - [151185] = 7, + ACTIONS(6769), 1, + anon_sym_EQ, + STATE(505), 1, + sym_compound_statement, + STATE(626), 2, + sym_default_method_clause, + sym_delete_method_clause, + [103936] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6732), 1, + ACTIONS(6771), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4582), 1, + STATE(4651), 1, aux_sym_type_definition_repeat2, - [151207] = 7, + [103958] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6734), 1, + ACTIONS(6773), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4720), 1, + STATE(4683), 1, aux_sym_type_definition_repeat2, - [151229] = 6, + [103980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6736), 1, + ACTIONS(6775), 1, sym_identifier, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5529), 1, + STATE(5224), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [151249] = 5, + [104000] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6738), 3, + ACTIONS(6777), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [151267] = 5, + anon_sym_GT2, + [104018] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3567), 1, + STATE(3584), 1, sym_parameter_list, ACTIONS(6519), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_GT2, - [151285] = 5, + [104036] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6309), 1, + anon_sym_LBRACE, + STATE(2389), 1, + sym_enumerator_list, + ACTIONS(2393), 2, + anon_sym___based, + sym_identifier, + ACTIONS(2395), 2, anon_sym_LPAREN2, - ACTIONS(6190), 1, + anon_sym_STAR, + [104054] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(6651), 1, + anon_sym_delete, + ACTIONS(6653), 1, + anon_sym_new, + ACTIONS(6655), 1, + sym_operator_name, + ACTIONS(6779), 1, + sym_identifier, + STATE(3250), 1, + sym_destructor_name, + [104076] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6783), 1, + anon_sym_AMP, + ACTIONS(6781), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(3567), 1, - sym_parameter_list, - ACTIONS(6535), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_GT2, - [151303] = 7, + [104090] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6605), 1, + anon_sym_COLON_COLON, + ACTIONS(6785), 1, + sym_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5428), 1, + sym_scoped_identifier, + STATE(5249), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [104110] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6740), 1, + ACTIONS(6787), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4571), 1, + STATE(4687), 1, aux_sym_type_definition_repeat2, - [151325] = 7, + [104132] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6742), 1, + ACTIONS(6789), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4634), 1, + STATE(4696), 1, aux_sym_type_definition_repeat2, - [151347] = 5, + [104154] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6079), 1, - anon_sym_LT, - STATE(2346), 1, - sym_template_argument_list, - ACTIONS(2713), 2, - anon_sym___based, - sym_identifier, - ACTIONS(2715), 2, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, anon_sym_LPAREN2, - anon_sym_STAR, - [151365] = 6, + STATE(3682), 1, + sym_parameter_list, + ACTIONS(6791), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [104172] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, - anon_sym_LBRACE, - ACTIONS(6744), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, + anon_sym_LBRACK, + ACTIONS(6793), 1, anon_sym_SEMI, - ACTIONS(6746), 1, - anon_sym_EQ, - STATE(632), 1, - sym_compound_statement, - STATE(631), 2, - sym_default_method_clause, - sym_delete_method_clause, - [151385] = 5, + STATE(4263), 1, + sym_parameter_list, + STATE(4762), 1, + aux_sym_type_definition_repeat2, + [104194] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, - sym_parameter_list, - ACTIONS(6748), 3, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, + anon_sym_LBRACK, + ACTIONS(6795), 1, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [151403] = 7, + STATE(4263), 1, + sym_parameter_list, + STATE(4705), 1, + aux_sym_type_definition_repeat2, + [104216] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6621), 1, - sym_identifier, - ACTIONS(6750), 1, + ACTIONS(6643), 1, anon_sym_delete, - ACTIONS(6752), 1, + ACTIONS(6645), 1, anon_sym_new, - ACTIONS(6754), 1, + ACTIONS(6647), 1, sym_operator_name, - STATE(2769), 1, - sym_destructor_name, - [151425] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2943), 1, - anon_sym_COLON_COLON, - ACTIONS(6439), 1, + ACTIONS(6701), 1, sym_identifier, - STATE(1312), 1, - sym_template_type, - STATE(1447), 1, - sym_scoped_type_identifier, - STATE(4727), 1, - sym__class_name, - STATE(5400), 1, - sym_scoped_namespace_identifier, - [151447] = 5, + STATE(2947), 1, + sym_destructor_name, + [104238] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3651), 1, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3584), 1, sym_parameter_list, - ACTIONS(6738), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(6571), 3, anon_sym_COMMA, + anon_sym_EQ, anon_sym_GT2, - [151465] = 6, + [104256] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(6325), 1, anon_sym_LBRACE, - ACTIONS(6756), 1, + ACTIONS(6797), 1, anon_sym_SEMI, - ACTIONS(6758), 1, + ACTIONS(6799), 1, anon_sym_EQ, - STATE(273), 1, + STATE(1112), 1, sym_compound_statement, - STATE(274), 2, + STATE(1110), 2, sym_default_method_clause, sym_delete_method_clause, - [151485] = 7, + [104276] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6801), 1, + anon_sym_COMMA, + STATE(4212), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(6804), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [104292] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, + anon_sym_LBRACK, + ACTIONS(6806), 1, + anon_sym_SEMI, + STATE(4263), 1, + sym_parameter_list, + STATE(4640), 1, + aux_sym_type_definition_repeat2, + [104314] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6587), 1, + ACTIONS(6643), 1, + anon_sym_delete, + ACTIONS(6645), 1, anon_sym_new, - ACTIONS(6589), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(6667), 1, + ACTIONS(6808), 1, sym_identifier, - ACTIONS(6760), 1, - anon_sym_delete, - STATE(2930), 1, + STATE(2947), 1, sym_destructor_name, - [151507] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3651), 1, - sym_parameter_list, - ACTIONS(6762), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [151525] = 5, + [104336] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3668), 1, - sym_parameter_list, - ACTIONS(6762), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6325), 1, + anon_sym_LBRACE, + ACTIONS(6810), 1, anon_sym_SEMI, - [151543] = 3, + ACTIONS(6812), 1, + anon_sym_EQ, + STATE(1037), 1, + sym_compound_statement, + STATE(1027), 2, + sym_default_method_clause, + sym_delete_method_clause, + [104356] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6766), 1, - anon_sym_AMP, - ACTIONS(6764), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(562), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - [151557] = 6, + ACTIONS(6814), 1, + anon_sym_SEMI, + ACTIONS(6816), 1, + anon_sym_EQ, + STATE(600), 1, + sym_compound_statement, + STATE(562), 2, + sym_default_method_clause, + sym_delete_method_clause, + [104376] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6768), 1, + ACTIONS(6818), 1, sym_identifier, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5213), 1, + STATE(5145), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [151577] = 3, + [104396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6772), 1, - anon_sym_AMP, - ACTIONS(6770), 5, + ACTIONS(6117), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(6661), 1, anon_sym_LBRACK, - [151591] = 5, + STATE(4263), 1, + sym_parameter_list, + ACTIONS(6820), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [104414] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6613), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - STATE(4229), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6774), 3, + ACTIONS(6699), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [151609] = 6, + [104432] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6449), 1, + anon_sym_TILDE, + ACTIONS(6701), 1, + sym_identifier, + ACTIONS(6822), 1, + anon_sym_delete, + ACTIONS(6824), 1, + anon_sym_new, + ACTIONS(6826), 1, + sym_operator_name, + STATE(2518), 1, + sym_destructor_name, + [104454] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6776), 1, - anon_sym_EQ, - STATE(3567), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6641), 2, + ACTIONS(6828), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [151629] = 5, + [104472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6778), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [151647] = 5, + ACTIONS(6791), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [104490] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3652), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6780), 3, + ACTIONS(6828), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [151665] = 6, + [104508] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(6333), 1, anon_sym_LBRACE, - ACTIONS(6782), 1, + ACTIONS(6830), 1, anon_sym_SEMI, - ACTIONS(6784), 1, + ACTIONS(6832), 1, anon_sym_EQ, - STATE(562), 1, + STATE(887), 1, sym_compound_statement, - STATE(563), 2, + STATE(903), 2, sym_default_method_clause, sym_delete_method_clause, - [151685] = 7, + [104528] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(6743), 1, + sym_identifier, + ACTIONS(6834), 1, anon_sym_TILDE, - ACTIONS(6635), 1, + ACTIONS(6836), 1, anon_sym_delete, - ACTIONS(6637), 1, + ACTIONS(6838), 1, anon_sym_new, - ACTIONS(6639), 1, + ACTIONS(6840), 1, sym_operator_name, - ACTIONS(6786), 1, - sym_identifier, - STATE(3222), 1, + STATE(3491), 1, sym_destructor_name, - [151707] = 5, + [104550] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6613), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(4229), 1, + STATE(3584), 1, sym_parameter_list, - ACTIONS(6788), 3, + ACTIONS(6501), 3, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + [104568] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(261), 1, + anon_sym_LBRACE, + ACTIONS(6842), 1, anon_sym_SEMI, - [151725] = 7, + ACTIONS(6844), 1, + anon_sym_EQ, + STATE(253), 1, + sym_compound_statement, + STATE(252), 2, + sym_default_method_clause, + sym_delete_method_clause, + [104588] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(6481), 1, + sym_identifier, + STATE(1349), 1, + sym_template_type, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(4501), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + [104610] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6790), 1, - anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4565), 1, - aux_sym_type_definition_repeat2, - [151747] = 7, + ACTIONS(6846), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [104628] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6421), 1, + ACTIONS(6449), 1, anon_sym_TILDE, - ACTIONS(6667), 1, + ACTIONS(6701), 1, sym_identifier, - ACTIONS(6792), 1, + ACTIONS(6826), 1, + sym_operator_name, + ACTIONS(6848), 1, anon_sym_delete, - ACTIONS(6794), 1, + ACTIONS(6850), 1, anon_sym_new, - ACTIONS(6796), 1, - sym_operator_name, - STATE(2477), 1, + STATE(2518), 1, sym_destructor_name, - [151769] = 7, + [104650] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6605), 1, + anon_sym_COLON_COLON, + ACTIONS(6852), 1, + sym_identifier, + STATE(4895), 1, + sym_scoped_type_identifier, + STATE(5598), 1, + sym_scoped_identifier, + STATE(5249), 2, + sym_template_type, + sym_scoped_namespace_identifier, + [104670] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6531), 1, + anon_sym_AMP, + ACTIONS(6529), 5, anon_sym_LPAREN2, - ACTIONS(6609), 1, - anon_sym_COMMA, - ACTIONS(6613), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6798), 1, - anon_sym_SEMI, - STATE(4229), 1, - sym_parameter_list, - STATE(4610), 1, - aux_sym_type_definition_repeat2, - [151791] = 5, + [104684] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(3785), 1, + anon_sym_AMP, + ACTIONS(3783), 5, anon_sym_LPAREN2, - STATE(3668), 1, - sym_parameter_list, - ACTIONS(6649), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [151809] = 5, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [104698] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6800), 1, - anon_sym_LBRACK, - ACTIONS(6803), 1, - anon_sym_EQ, - ACTIONS(6805), 1, - anon_sym_DOT, - STATE(4214), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [151827] = 7, + ACTIONS(2999), 1, + anon_sym_COLON_COLON, + ACTIONS(6481), 1, + sym_identifier, + STATE(1349), 1, + sym_template_type, + STATE(1614), 1, + sym_scoped_type_identifier, + STATE(4533), 1, + sym__class_name, + STATE(5432), 1, + sym_scoped_namespace_identifier, + [104720] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6421), 1, - anon_sym_TILDE, - ACTIONS(6667), 1, + ACTIONS(6119), 1, + anon_sym_LT, + STATE(2442), 1, + sym_template_argument_list, + ACTIONS(2837), 2, + anon_sym___based, sym_identifier, - ACTIONS(6796), 1, - sym_operator_name, - ACTIONS(6808), 1, - anon_sym_delete, - ACTIONS(6810), 1, - anon_sym_new, - STATE(2477), 1, - sym_destructor_name, - [151849] = 6, + ACTIONS(2839), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [104738] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, + ACTIONS(6333), 1, anon_sym_LBRACE, - ACTIONS(6812), 1, + ACTIONS(6854), 1, anon_sym_SEMI, - ACTIONS(6814), 1, + ACTIONS(6856), 1, anon_sym_EQ, - STATE(1217), 1, + STATE(812), 1, sym_compound_statement, - STATE(1221), 2, + STATE(988), 2, sym_default_method_clause, sym_delete_method_clause, - [151869] = 6, + [104758] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, - anon_sym_LBRACE, - ACTIONS(6816), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, + anon_sym_LBRACK, + ACTIONS(6858), 1, anon_sym_SEMI, - ACTIONS(6818), 1, - anon_sym_EQ, - STATE(249), 1, - sym_compound_statement, - STATE(250), 2, - sym_default_method_clause, - sym_delete_method_clause, - [151889] = 7, + STATE(4263), 1, + sym_parameter_list, + STATE(4747), 1, + aux_sym_type_definition_repeat2, + [104780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6437), 1, - anon_sym_TILDE, - ACTIONS(6786), 1, - sym_identifier, - ACTIONS(6820), 1, - anon_sym_delete, - ACTIONS(6822), 1, - anon_sym_new, - ACTIONS(6824), 1, - sym_operator_name, - STATE(2845), 1, - sym_destructor_name, - [151911] = 7, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6661), 1, + anon_sym_LBRACK, + STATE(4263), 1, + sym_parameter_list, + ACTIONS(6860), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [104798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6609), 1, + STATE(3682), 1, + sym_parameter_list, + ACTIONS(6777), 3, anon_sym_COMMA, - ACTIONS(6613), 1, + anon_sym_RPAREN, + anon_sym_SEMI, + [104816] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6826), 1, + ACTIONS(6862), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4688), 1, + STATE(4695), 1, aux_sym_type_definition_repeat2, - [151933] = 7, + [104838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6866), 1, + anon_sym_AMP, + ACTIONS(6864), 5, anon_sym_LPAREN2, - ACTIONS(6609), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [104852] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(6613), 1, + ACTIONS(6661), 1, anon_sym_LBRACK, - ACTIONS(6828), 1, + ACTIONS(6868), 1, anon_sym_SEMI, - STATE(4229), 1, + STATE(4263), 1, sym_parameter_list, - STATE(4515), 1, + STATE(4728), 1, aux_sym_type_definition_repeat2, - [151955] = 6, + [104874] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6565), 1, + ACTIONS(6605), 1, anon_sym_COLON_COLON, - ACTIONS(6830), 1, + ACTIONS(6870), 1, sym_identifier, - STATE(4795), 1, + STATE(4895), 1, sym_scoped_type_identifier, - STATE(5167), 1, + STATE(5402), 1, sym_scoped_identifier, - STATE(5219), 2, + STATE(5249), 2, sym_template_type, sym_scoped_namespace_identifier, - [151975] = 6, + [104894] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6872), 1, + sym_identifier, + ACTIONS(6874), 1, + anon_sym_operator, + ACTIONS(6876), 1, + sym_operator_name, + STATE(2944), 1, + sym_destructor_name, + [104913] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6297), 1, + STATE(3576), 1, + sym_parameter_list, + ACTIONS(6878), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [104930] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(927), 1, anon_sym_LBRACE, - STATE(1237), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(607), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [151994] = 6, + [104949] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(6832), 1, + ACTIONS(6880), 1, anon_sym_SEMI, - ACTIONS(6834), 1, + ACTIONS(6882), 1, anon_sym_EQ, - ACTIONS(6836), 1, + ACTIONS(6884), 1, anon_sym_COLON_COLON, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - [152013] = 6, + [104968] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(6836), 1, + ACTIONS(6884), 1, anon_sym_COLON_COLON, - ACTIONS(6838), 1, + ACTIONS(6886), 1, anon_sym_SEMI, - ACTIONS(6840), 1, + ACTIONS(6888), 1, anon_sym_EQ, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - [152032] = 5, + [104987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LBRACE, - ACTIONS(6299), 1, - anon_sym_EQ, - STATE(1185), 1, - sym_compound_statement, - STATE(1189), 2, - sym_default_method_clause, - sym_delete_method_clause, - [152049] = 6, + ACTIONS(6890), 1, + anon_sym_catch, + ACTIONS(1402), 2, + anon_sym_else, + anon_sym_while, + STATE(4249), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [105002] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6893), 1, + anon_sym_catch, + ACTIONS(1396), 2, + anon_sym_else, + anon_sym_while, + STATE(4249), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [105017] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6583), 1, + ACTIONS(6895), 1, + sym_identifier, + ACTIONS(6897), 1, anon_sym_operator, - ACTIONS(6589), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(6842), 1, - sym_identifier, - STATE(2930), 1, + STATE(2955), 1, sym_destructor_name, - [152068] = 6, + [105036] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6844), 1, - sym_identifier, - ACTIONS(6846), 1, + ACTIONS(6641), 1, anon_sym_operator, - ACTIONS(6848), 1, + ACTIONS(6647), 1, sym_operator_name, - STATE(2911), 1, + ACTIONS(6901), 1, + sym_identifier, + STATE(2947), 1, sym_destructor_name, - [152087] = 5, + [105055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6271), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6273), 1, + ACTIONS(6359), 1, anon_sym_EQ, - STATE(903), 1, + STATE(609), 1, sym_compound_statement, - STATE(837), 2, + STATE(614), 2, sym_default_method_clause, sym_delete_method_clause, - [152104] = 2, + [105072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6850), 5, + ACTIONS(6903), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK, - [152115] = 6, + [105083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6271), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - STATE(845), 1, + ACTIONS(6343), 1, + anon_sym_EQ, + STATE(232), 1, sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [152134] = 6, + STATE(231), 2, + sym_default_method_clause, + sym_delete_method_clause, + [105100] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6852), 1, - sym_identifier, - ACTIONS(6854), 1, + ACTIONS(6874), 1, anon_sym_operator, - ACTIONS(6856), 1, + ACTIONS(6876), 1, sym_operator_name, - STATE(2938), 1, + ACTIONS(6905), 1, + sym_identifier, + STATE(2944), 1, sym_destructor_name, - [152153] = 6, + [105119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6271), 1, + ACTIONS(6385), 1, anon_sym_LBRACE, - STATE(920), 1, + STATE(1098), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [152172] = 5, + [105138] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6335), 1, + ACTIONS(6359), 1, anon_sym_EQ, - STATE(537), 1, + STATE(552), 1, sym_compound_statement, - STATE(538), 2, + STATE(618), 2, sym_default_method_clause, sym_delete_method_clause, - [152189] = 5, + [105155] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6858), 1, - anon_sym_COLON_COLON, - STATE(2887), 1, - sym_template_argument_list, - ACTIONS(3134), 2, + ACTIONS(6385), 1, + anon_sym_LBRACE, + ACTIONS(6387), 1, + anon_sym_EQ, + STATE(1299), 1, + sym_compound_statement, + STATE(1297), 2, + sym_default_method_clause, + sym_delete_method_clause, + [105172] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(6117), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - [152206] = 2, + STATE(636), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + [105191] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6860), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6117), 1, anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(6230), 1, anon_sym_LBRACK, - [152217] = 5, + ACTIONS(6385), 1, + anon_sym_LBRACE, + STATE(1096), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + [105210] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - ACTIONS(6377), 1, - anon_sym_EQ, - STATE(665), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(651), 1, sym_compound_statement, - STATE(668), 2, - sym_default_method_clause, - sym_delete_method_clause, - [152234] = 6, + STATE(3550), 1, + sym_parameter_list, + [105229] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6907), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + [105240] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6583), 1, + ACTIONS(6874), 1, anon_sym_operator, - ACTIONS(6589), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(6667), 1, + ACTIONS(6909), 1, sym_identifier, - STATE(2930), 1, + STATE(2944), 1, sym_destructor_name, - [152253] = 6, + [105259] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(540), 1, + STATE(230), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [152272] = 5, + [105278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6911), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6613), 1, + anon_sym_SEMI, anon_sym_LBRACK, - STATE(4229), 1, + [105289] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6661), 1, + anon_sym_LBRACK, + STATE(4263), 1, sym_parameter_list, - ACTIONS(6862), 2, + ACTIONS(6913), 2, anon_sym_COMMA, anon_sym_SEMI, - [152289] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6846), 1, - anon_sym_operator, - ACTIONS(6848), 1, - sym_operator_name, - ACTIONS(6864), 1, - sym_identifier, - STATE(2911), 1, - sym_destructor_name, - [152308] = 2, + [105306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 5, + ACTIONS(6915), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK, - [152319] = 6, + [105317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, - anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6917), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6190), 1, + anon_sym_SEMI, anon_sym_LBRACK, - STATE(549), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [152338] = 3, + [105328] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6868), 2, - anon_sym_class, - anon_sym_typename, - STATE(4964), 3, - sym_type_parameter_declaration, - sym_variadic_type_parameter_declaration, - sym_optional_type_parameter_declaration, - [152351] = 6, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(6919), 1, + anon_sym_SEMI, + ACTIONS(6921), 1, + anon_sym_EQ, + STATE(1083), 1, + sym_template_argument_list, + [105347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6923), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6190), 1, + anon_sym_SEMI, anon_sym_LBRACK, - STATE(640), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [152370] = 5, + [105358] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - ACTIONS(6291), 1, + ACTIONS(6343), 1, anon_sym_EQ, - STATE(536), 1, + STATE(207), 1, sym_compound_statement, - STATE(535), 2, + STATE(208), 2, sym_default_method_clause, sym_delete_method_clause, - [152387] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6854), 1, - anon_sym_operator, - ACTIONS(6856), 1, - sym_operator_name, - ACTIONS(6870), 1, - sym_identifier, - STATE(2938), 1, - sym_destructor_name, - [152406] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3651), 1, - sym_parameter_list, - ACTIONS(6641), 2, - anon_sym_COMMA, - anon_sym_GT2, - [152423] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3651), 1, - sym_parameter_list, - ACTIONS(6872), 2, - anon_sym_COMMA, - anon_sym_GT2, - [152440] = 6, + [105375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6854), 1, + ACTIONS(6874), 1, anon_sym_operator, - ACTIONS(6856), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(6874), 1, + ACTIONS(6925), 1, sym_identifier, - STATE(2938), 1, + STATE(2944), 1, sym_destructor_name, - [152459] = 6, + [105394] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LBRACE, - STATE(1303), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [152478] = 6, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(6927), 1, + anon_sym_SEMI, + ACTIONS(6929), 1, + anon_sym_EQ, + STATE(1083), 1, + sym_template_argument_list, + [105413] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(6836), 1, + ACTIONS(6884), 1, anon_sym_COLON_COLON, - ACTIONS(6876), 1, + ACTIONS(6931), 1, anon_sym_SEMI, - ACTIONS(6878), 1, + ACTIONS(6933), 1, anon_sym_EQ, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - [152497] = 5, + [105432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6935), 1, + anon_sym_COLON_COLON, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(3466), 2, anon_sym_LPAREN2, - ACTIONS(6190), 1, anon_sym_LBRACK, - STATE(3567), 1, - sym_parameter_list, - ACTIONS(6872), 2, - anon_sym_COMMA, - anon_sym_GT2, - [152514] = 5, + [105449] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6641), 1, + anon_sym_operator, + ACTIONS(6647), 1, + sym_operator_name, + ACTIONS(6701), 1, + sym_identifier, + STATE(2947), 1, + sym_destructor_name, + [105468] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - ACTIONS(6287), 1, + ACTIONS(6317), 1, anon_sym_EQ, - STATE(252), 1, + STATE(595), 1, sym_compound_statement, - STATE(257), 2, + STATE(576), 2, sym_default_method_clause, sym_delete_method_clause, - [152531] = 6, + [105485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6583), 1, + ACTIONS(6641), 1, anon_sym_operator, - ACTIONS(6589), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(6880), 1, + ACTIONS(6937), 1, sym_identifier, - STATE(2930), 1, + STATE(2947), 1, sym_destructor_name, - [152550] = 6, + [105504] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6846), 1, + ACTIONS(6897), 1, anon_sym_operator, - ACTIONS(6848), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(6882), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(2911), 1, + STATE(2955), 1, sym_destructor_name, - [152569] = 6, + [105523] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6846), 1, + ACTIONS(6897), 1, anon_sym_operator, - ACTIONS(6848), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(6884), 1, + ACTIONS(6941), 1, sym_identifier, - STATE(2911), 1, + STATE(2955), 1, sym_destructor_name, - [152588] = 5, + [105542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(6333), 1, anon_sym_LBRACE, - ACTIONS(6291), 1, + ACTIONS(6335), 1, anon_sym_EQ, - STATE(647), 1, + STATE(830), 1, sym_compound_statement, - STATE(646), 2, + STATE(819), 2, sym_default_method_clause, sym_delete_method_clause, - [152605] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(259), 1, - anon_sym_LBRACE, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(277), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [152624] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(6886), 1, - anon_sym_SEMI, - ACTIONS(6888), 1, - anon_sym_EQ, - STATE(1178), 1, - sym_template_argument_list, - [152643] = 6, + [105559] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6854), 1, + ACTIONS(6897), 1, anon_sym_operator, - ACTIONS(6856), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(6890), 1, + ACTIONS(6943), 1, sym_identifier, - STATE(2938), 1, + STATE(2955), 1, sym_destructor_name, - [152662] = 6, + [105578] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, - anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(574), 1, + ACTIONS(6333), 1, + anon_sym_LBRACE, + STATE(831), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [152681] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6892), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - [152692] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6894), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - [152703] = 5, + [105597] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, + ACTIONS(6385), 1, anon_sym_LBRACE, - ACTIONS(6299), 1, + ACTIONS(6387), 1, anon_sym_EQ, - STATE(1242), 1, + STATE(1253), 1, sym_compound_statement, - STATE(1243), 2, + STATE(1254), 2, sym_default_method_clause, sym_delete_method_clause, - [152720] = 5, + [105614] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6271), 1, + ACTIONS(6333), 1, anon_sym_LBRACE, - ACTIONS(6273), 1, + ACTIONS(6335), 1, anon_sym_EQ, - STATE(981), 1, + STATE(857), 1, sym_compound_statement, - STATE(989), 2, + STATE(858), 2, sym_default_method_clause, sym_delete_method_clause, - [152737] = 5, + [105631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6377), 1, + ACTIONS(6339), 1, anon_sym_EQ, - STATE(523), 1, + STATE(544), 1, sym_compound_statement, - STATE(525), 2, + STATE(545), 2, sym_default_method_clause, sym_delete_method_clause, - [152754] = 6, + [105648] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(6333), 1, + anon_sym_LBRACE, + STATE(824), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + [105667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(6836), 1, + ACTIONS(6884), 1, anon_sym_COLON_COLON, - ACTIONS(6896), 1, + ACTIONS(6945), 1, anon_sym_SEMI, - ACTIONS(6898), 1, + ACTIONS(6947), 1, anon_sym_EQ, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - [152773] = 6, + [105686] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(6836), 1, + ACTIONS(6884), 1, anon_sym_COLON_COLON, - ACTIONS(6900), 1, + ACTIONS(6949), 1, anon_sym_SEMI, - ACTIONS(6902), 1, + ACTIONS(6951), 1, anon_sym_EQ, - STATE(1178), 1, + STATE(1083), 1, sym_template_argument_list, - [152792] = 5, + [105705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(6325), 1, anon_sym_LBRACE, - ACTIONS(6287), 1, + ACTIONS(6327), 1, anon_sym_EQ, - STATE(241), 1, + STATE(1225), 1, sym_compound_statement, - STATE(240), 2, + STATE(1191), 2, sym_default_method_clause, sym_delete_method_clause, - [152809] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(6904), 1, - anon_sym_SEMI, - ACTIONS(6906), 1, - anon_sym_EQ, - STATE(1178), 1, - sym_template_argument_list, - [152828] = 5, + [105722] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6281), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(6283), 1, + ACTIONS(6339), 1, anon_sym_EQ, - STATE(1150), 1, + STATE(591), 1, sym_compound_statement, - STATE(1151), 2, + STATE(592), 2, sym_default_method_clause, sym_delete_method_clause, - [152845] = 5, + [105739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(3544), 1, + ACTIONS(6325), 1, + anon_sym_LBRACE, + STATE(1115), 1, + sym_compound_statement, + STATE(3550), 1, sym_parameter_list, - ACTIONS(6872), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [152862] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6908), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - [152873] = 5, + [105758] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3694), 1, sym_parameter_list, - ACTIONS(6872), 2, + ACTIONS(6685), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [152890] = 6, + anon_sym_GT2, + [105775] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, - anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(621), 1, + ACTIONS(6325), 1, + anon_sym_LBRACE, + STATE(1194), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [152909] = 5, + [105794] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(6335), 1, + ACTIONS(3637), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3641), 1, anon_sym_EQ, - STATE(613), 1, - sym_compound_statement, - STATE(610), 2, - sym_default_method_clause, - sym_delete_method_clause, - [152926] = 2, + ACTIONS(6953), 1, + sym_identifier, + ACTIONS(3639), 2, + anon_sym_COMMA, + anon_sym_GT2, + [105811] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3694), 1, + sym_parameter_list, + ACTIONS(6878), 2, + anon_sym_COMMA, + anon_sym_GT2, + [105828] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6910), 5, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(3682), 1, + sym_parameter_list, + ACTIONS(6685), 2, anon_sym_COMMA, anon_sym_RPAREN, + [105845] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(6230), 1, anon_sym_LBRACK, - [152937] = 4, + STATE(3584), 1, + sym_parameter_list, + ACTIONS(6878), 2, + anon_sym_COMMA, + anon_sym_GT2, + [105862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, - anon_sym_catch, - ACTIONS(1716), 2, - anon_sym_else, - anon_sym_while, - STATE(4280), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [152952] = 2, + ACTIONS(6955), 2, + anon_sym_class, + anon_sym_typename, + STATE(5080), 3, + sym_type_parameter_declaration, + sym_variadic_type_parameter_declaration, + sym_optional_type_parameter_declaration, + [105875] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(511), 1, + sym_compound_statement, + STATE(3550), 1, + sym_parameter_list, + [105894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6914), 5, + ACTIONS(6957), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK, - [152963] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6916), 1, - anon_sym_catch, - ACTIONS(1722), 2, - anon_sym_else, - anon_sym_while, - STATE(4280), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [152978] = 6, + [105905] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - STATE(586), 1, + STATE(598), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [152997] = 6, + [105924] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(261), 1, + anon_sym_LBRACE, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6281), 1, - anon_sym_LBRACE, - STATE(1270), 1, + STATE(233), 1, sym_compound_statement, - STATE(3517), 1, + STATE(3550), 1, sym_parameter_list, - [153016] = 6, + [105943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6959), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6190), 1, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(6281), 1, - anon_sym_LBRACE, - STATE(1190), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [153035] = 5, + [105954] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6019), 1, + ACTIONS(6087), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(3668), 1, + STATE(3682), 1, sym_parameter_list, - ACTIONS(6641), 2, + ACTIONS(6878), 2, anon_sym_COMMA, anon_sym_RPAREN, - [153052] = 6, + [105971] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(262), 1, - sym_compound_statement, - STATE(3517), 1, - sym_parameter_list, - [153071] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3475), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3479), 1, + ACTIONS(6317), 1, anon_sym_EQ, - ACTIONS(6919), 1, - sym_identifier, - ACTIONS(3477), 2, - anon_sym_COMMA, - anon_sym_GT2, - [153088] = 5, + STATE(577), 1, + sym_compound_statement, + STATE(575), 2, + sym_default_method_clause, + sym_delete_method_clause, + [105988] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6281), 1, + ACTIONS(6325), 1, anon_sym_LBRACE, - ACTIONS(6283), 1, + ACTIONS(6327), 1, anon_sym_EQ, - STATE(1232), 1, + STATE(1090), 1, sym_compound_statement, - STATE(1233), 2, + STATE(1104), 2, sym_default_method_clause, sym_delete_method_clause, - [153105] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(6921), 1, - sym_identifier, - ACTIONS(6923), 1, - sym_operator_name, - STATE(3232), 1, - sym_destructor_name, - [153121] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6856), 1, - sym_operator_name, - ACTIONS(6890), 1, - sym_identifier, - STATE(2938), 1, - sym_destructor_name, - [153137] = 5, + [106005] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(562), 1, + anon_sym_LBRACE, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6100), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(6539), 1, - anon_sym_RPAREN, - STATE(3748), 1, + STATE(650), 1, + sym_compound_statement, + STATE(3550), 1, sym_parameter_list, - [153153] = 5, + [106024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - ACTIONS(6549), 1, - anon_sym_RPAREN, - STATE(3748), 1, - sym_parameter_list, - [153169] = 5, + ACTIONS(6961), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6963), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [106036] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(983), 1, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2737), 1, sym_field_declaration_list, - STATE(5031), 1, + STATE(4833), 1, sym_base_class_clause, - [153185] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6925), 1, - anon_sym_DQUOTE, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [153201] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - ACTIONS(6451), 1, - anon_sym_RPAREN, - STATE(3748), 1, - sym_parameter_list, - [153217] = 5, + [106052] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(995), 1, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2378), 1, sym_field_declaration_list, - STATE(5029), 1, + STATE(5090), 1, sym_base_class_clause, - [153233] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6931), 1, - sym_identifier, - ACTIONS(6933), 1, - sym_operator_name, - STATE(4709), 1, - sym_destructor_name, - [153249] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6935), 1, - sym_identifier, - ACTIONS(6937), 1, - sym_operator_name, - STATE(4682), 1, - sym_destructor_name, - [153265] = 5, + [106068] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2734), 1, + STATE(2432), 1, sym_field_declaration_list, - STATE(4765), 1, + STATE(5093), 1, sym_base_class_clause, - [153281] = 5, + [106084] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6848), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(6864), 1, + ACTIONS(6909), 1, sym_identifier, - STATE(2911), 1, + STATE(2944), 1, sym_destructor_name, - [153297] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2736), 1, - sym_field_declaration_list, - STATE(4762), 1, - sym_base_class_clause, - [153313] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6939), 1, - anon_sym_DQUOTE, - ACTIONS(6941), 1, - aux_sym_string_literal_token1, - ACTIONS(6944), 1, - sym_escape_sequence, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [153329] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2408), 1, - sym_field_declaration_list, - STATE(5062), 1, - sym_base_class_clause, - [153345] = 5, + [106100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2588), 1, - sym_field_declaration_list, - STATE(4758), 1, - sym_base_class_clause, - [153361] = 4, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6967), 1, + anon_sym_GT2, + STATE(4618), 1, + aux_sym_template_argument_list_repeat1, + [106116] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6150), 1, - anon_sym_LBRACE, - STATE(2834), 1, - sym_compound_statement, - ACTIONS(5842), 2, + ACTIONS(6117), 1, anon_sym_LPAREN2, + ACTIONS(6230), 1, anon_sym_LBRACK, - [153375] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2847), 1, - anon_sym_COLON, - STATE(1002), 1, - sym_field_declaration_list, - STATE(5030), 1, - sym_base_class_clause, - [153391] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(6949), 1, - anon_sym_COMMA, - ACTIONS(6951), 1, - anon_sym_RBRACE, - STATE(4734), 1, - sym_enumerator, - [153407] = 5, + ACTIONS(6969), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [106132] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6856), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(6870), 1, + ACTIONS(6941), 1, sym_identifier, - STATE(2938), 1, + STATE(2955), 1, sym_destructor_name, - [153423] = 5, + [106148] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - ACTIONS(3209), 1, - anon_sym_LBRACE, - STATE(849), 1, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(6971), 1, + anon_sym_SEMI, + STATE(1083), 1, sym_template_argument_list, - STATE(2820), 1, - sym_initializer_list, - [153439] = 5, - ACTIONS(5848), 1, + [106164] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6953), 1, - anon_sym_DQUOTE, - ACTIONS(6955), 1, - aux_sym_string_literal_token1, - ACTIONS(6957), 1, - sym_escape_sequence, - STATE(4354), 1, - aux_sym_string_literal_repeat1, - [153455] = 5, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6973), 1, + sym_identifier, + ACTIONS(6975), 1, + sym_operator_name, + STATE(4512), 1, + sym_destructor_name, + [106180] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6959), 1, + ACTIONS(6977), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6961), 1, + ACTIONS(6979), 1, anon_sym_COMMA, - ACTIONS(6963), 1, + ACTIONS(6981), 1, anon_sym_LBRACE, - STATE(4509), 1, + STATE(4538), 1, aux_sym_base_class_clause_repeat1, - [153471] = 5, + [106196] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(960), 1, + STATE(894), 1, sym_field_declaration_list, - STATE(4969), 1, + STATE(4921), 1, sym_base_class_clause, - [153487] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6965), 1, - anon_sym_LF, - ACTIONS(6967), 1, - anon_sym_LPAREN, - ACTIONS(6969), 1, - sym_preproc_arg, - STATE(4745), 1, - sym_preproc_params, - [153503] = 5, + [106212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2409), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(850), 1, sym_field_declaration_list, - STATE(5038), 1, + STATE(4830), 1, sym_base_class_clause, - [153519] = 5, + [106228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(964), 1, + STATE(885), 1, sym_field_declaration_list, - STATE(4825), 1, + STATE(4809), 1, sym_base_class_clause, - [153535] = 5, + [106244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + STATE(882), 1, + sym_field_declaration_list, + STATE(4971), 1, + sym_base_class_clause, + [106260] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2421), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(875), 1, sym_field_declaration_list, - STATE(5037), 1, + STATE(4968), 1, sym_base_class_clause, - [153551] = 5, + [106276] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6437), 1, - anon_sym_TILDE, - ACTIONS(6971), 1, - sym_identifier, - ACTIONS(6973), 1, - sym_operator_name, - STATE(2821), 1, - sym_destructor_name, - [153567] = 5, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(874), 1, + sym_field_declaration_list, + STATE(5049), 1, + sym_base_class_clause, + [106292] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6623), 1, - anon_sym_TILDE, - ACTIONS(6975), 1, - sym_identifier, - ACTIONS(6977), 1, - sym_operator_name, - STATE(3377), 1, - sym_destructor_name, - [153583] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2349), 1, + sym_field_declaration_list, + STATE(5015), 1, + sym_base_class_clause, + [106308] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2387), 1, + STATE(2343), 1, sym_field_declaration_list, - STATE(4945), 1, + STATE(5012), 1, sym_base_class_clause, - [153599] = 5, + [106324] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - ACTIONS(6453), 1, - anon_sym_RPAREN, - STATE(3748), 1, - sym_parameter_list, - [153615] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2340), 1, + sym_field_declaration_list, + STATE(4871), 1, + sym_base_class_clause, + [106340] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6623), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6979), 1, + ACTIONS(6983), 1, sym_identifier, - ACTIONS(6981), 1, + ACTIONS(6985), 1, sym_operator_name, - STATE(3356), 1, + STATE(4567), 1, sym_destructor_name, - [153631] = 5, - ACTIONS(5848), 1, + [106356] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6967), 1, - anon_sym_LPAREN, - ACTIONS(6983), 1, - anon_sym_LF, - ACTIONS(6985), 1, - sym_preproc_arg, - STATE(4894), 1, - sym_preproc_params, - [153647] = 5, + ACTIONS(6987), 1, + anon_sym_DQUOTE, + ACTIONS(6989), 1, + aux_sym_string_literal_token1, + ACTIONS(6992), 1, + sym_escape_sequence, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [106372] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(6987), 1, + ACTIONS(6965), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6989), 1, + ACTIONS(6995), 1, anon_sym_GT2, - STATE(4669), 1, + STATE(4721), 1, aux_sym_template_argument_list_repeat1, - [153663] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6991), 1, - anon_sym_DQUOTE, - ACTIONS(6993), 1, - aux_sym_string_literal_token1, - ACTIONS(6995), 1, - sym_escape_sequence, - STATE(4293), 1, - aux_sym_string_literal_repeat1, - [153679] = 5, + [106388] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, ACTIONS(6997), 1, anon_sym_SEMI, - STATE(3544), 1, + STATE(3576), 1, sym_parameter_list, - [153695] = 5, + [106404] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6985), 1, + sym_operator_name, ACTIONS(6999), 1, - anon_sym_RPAREN, - STATE(3748), 1, - sym_parameter_list, - [153711] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2617), 1, - sym_field_declaration_list, - STATE(4800), 1, - sym_base_class_clause, - [153727] = 5, + sym_identifier, + STATE(4567), 1, + sym_destructor_name, + [106420] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2616), 1, + STATE(2364), 1, sym_field_declaration_list, - STATE(4803), 1, + STATE(4949), 1, sym_base_class_clause, - [153743] = 5, + [106436] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6613), 1, - anon_sym_LBRACK, + ACTIONS(1842), 1, + anon_sym_TILDE, ACTIONS(7001), 1, - anon_sym_RPAREN, - STATE(4229), 1, - sym_parameter_list, - [153759] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(3243), 1, - anon_sym_LBRACE, - STATE(849), 1, - sym_template_argument_list, - STATE(2743), 1, - sym_initializer_list, - [153775] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2612), 1, - sym_field_declaration_list, - STATE(4804), 1, - sym_base_class_clause, - [153791] = 5, + sym_identifier, + ACTIONS(7003), 1, + sym_operator_name, + STATE(4562), 1, + sym_destructor_name, + [106452] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6589), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(7003), 1, + ACTIONS(7005), 1, sym_identifier, - STATE(2930), 1, + STATE(2955), 1, sym_destructor_name, - [153807] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2611), 1, - sym_field_declaration_list, - STATE(4807), 1, - sym_base_class_clause, - [153823] = 5, + [106468] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6848), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(7005), 1, + ACTIONS(7007), 1, sym_identifier, - STATE(2911), 1, + STATE(2944), 1, sym_destructor_name, - [153839] = 5, + [106484] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2608), 1, - sym_field_declaration_list, - STATE(4810), 1, - sym_base_class_clause, - [153855] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7007), 1, - sym_identifier, - ACTIONS(7009), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [153867] = 5, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7009), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [106500] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, + ACTIONS(4109), 1, + anon_sym_TILDE, ACTIONS(7011), 1, - anon_sym_COMMA, + sym_identifier, ACTIONS(7013), 1, - anon_sym_RBRACE, - STATE(4615), 1, - sym_enumerator, - [153883] = 5, + sym_operator_name, + STATE(3275), 1, + sym_destructor_name, + [106516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(6856), 1, - sym_operator_name, ACTIONS(7015), 1, sym_identifier, - STATE(2938), 1, + ACTIONS(7017), 1, + sym_operator_name, + STATE(3258), 1, sym_destructor_name, - [153899] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2607), 1, - sym_field_declaration_list, - STATE(4811), 1, - sym_base_class_clause, - [153915] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1326), 1, - sym_field_declaration_list, - STATE(4919), 1, - sym_base_class_clause, - [153931] = 5, + [106532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(6455), 1, anon_sym_TILDE, - ACTIONS(7017), 1, - sym_identifier, ACTIONS(7019), 1, + sym_identifier, + ACTIONS(7021), 1, sym_operator_name, - STATE(4627), 1, + STATE(2768), 1, sym_destructor_name, - [153947] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1355), 1, - sym_field_declaration_list, - STATE(4921), 1, - sym_base_class_clause, - [153963] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(2994), 1, - sym_compound_statement, - ACTIONS(5842), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [153977] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1310), 1, - sym_field_declaration_list, - STATE(4923), 1, - sym_base_class_clause, - [153993] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7021), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [154009] = 5, + [106548] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(6455), 1, anon_sym_TILDE, ACTIONS(7023), 1, sym_identifier, ACTIONS(7025), 1, sym_operator_name, - STATE(3247), 1, + STATE(2869), 1, sym_destructor_name, - [154025] = 5, - ACTIONS(5848), 1, + [106564] = 5, + ACTIONS(5840), 1, sym_comment, ACTIONS(7027), 1, anon_sym_DQUOTE, @@ -393197,12482 +407888,12461 @@ static uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, ACTIONS(7031), 1, sym_escape_sequence, - STATE(4392), 1, + STATE(4383), 1, aux_sym_string_literal_repeat1, - [154041] = 5, + [106580] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7033), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [154057] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2362), 1, + sym_field_declaration_list, + STATE(4952), 1, + sym_base_class_clause, + [106596] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(7035), 1, - anon_sym_SEMI, - STATE(3544), 1, + ACTIONS(6521), 1, + anon_sym_RPAREN, + STATE(3758), 1, sym_parameter_list, - [154073] = 5, + [106612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7037), 1, - anon_sym_GT2, - STATE(4701), 1, - aux_sym_template_argument_list_repeat1, - [154089] = 5, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + ACTIONS(6517), 1, + anon_sym_RPAREN, + STATE(3758), 1, + sym_parameter_list, + [106628] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7039), 1, - anon_sym_GT2, - STATE(4558), 1, - aux_sym_template_argument_list_repeat1, - [154105] = 5, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(7013), 1, + sym_operator_name, + ACTIONS(7019), 1, + sym_identifier, + STATE(3275), 1, + sym_destructor_name, + [106644] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(6923), 1, + ACTIONS(7017), 1, sym_operator_name, - ACTIONS(7041), 1, + ACTIONS(7023), 1, sym_identifier, - STATE(3232), 1, + STATE(3258), 1, sym_destructor_name, - [154121] = 5, + [106660] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6100), 1, - anon_sym_LBRACK, - ACTIONS(6461), 1, - anon_sym_RPAREN, - STATE(3748), 1, - sym_parameter_list, - [154137] = 5, + ACTIONS(6473), 1, + anon_sym_TILDE, + ACTIONS(7033), 1, + sym_identifier, + ACTIONS(7035), 1, + sym_operator_name, + STATE(2812), 1, + sym_destructor_name, + [106676] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym_field_declaration_list, - STATE(4963), 1, - sym_base_class_clause, - [154153] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - ACTIONS(7043), 1, - anon_sym_DQUOTE, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [154169] = 5, + ACTIONS(6473), 1, + anon_sym_TILDE, + ACTIONS(7037), 1, + sym_identifier, + ACTIONS(7039), 1, + sym_operator_name, + STATE(2867), 1, + sym_destructor_name, + [106692] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2392), 1, + STATE(2358), 1, sym_field_declaration_list, - STATE(4962), 1, + STATE(5027), 1, sym_base_class_clause, - [154185] = 5, + [106708] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7045), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [154201] = 5, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7041), 1, + anon_sym_GT2, + STATE(4662), 1, + aux_sym_template_argument_list_repeat1, + [106724] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(7047), 1, - anon_sym_SEMI, - STATE(3544), 1, - sym_parameter_list, - [154217] = 5, - ACTIONS(5848), 1, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(7013), 1, + sym_operator_name, + ACTIONS(7043), 1, + sym_identifier, + STATE(3275), 1, + sym_destructor_name, + [106740] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6967), 1, + ACTIONS(7045), 1, + anon_sym_LF, + ACTIONS(7047), 1, anon_sym_LPAREN, ACTIONS(7049), 1, - anon_sym_LF, - ACTIONS(7051), 1, sym_preproc_arg, - STATE(4966), 1, + STATE(4807), 1, sym_preproc_params, - [154233] = 5, + [106756] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2388), 1, - sym_field_declaration_list, - STATE(4952), 1, - sym_base_class_clause, - [154249] = 5, + ACTIONS(4109), 1, + anon_sym_TILDE, + ACTIONS(7017), 1, + sym_operator_name, + ACTIONS(7051), 1, + sym_identifier, + STATE(3258), 1, + sym_destructor_name, + [106772] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(6987), 1, + ACTIONS(6965), 1, anon_sym_DOT_DOT_DOT, ACTIONS(7053), 1, anon_sym_GT2, - STATE(4663), 1, + STATE(4681), 1, aux_sym_template_argument_list_repeat1, - [154265] = 5, + [106788] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2385), 1, - sym_field_declaration_list, - STATE(4943), 1, - sym_base_class_clause, - [154281] = 5, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + ACTIONS(6489), 1, + anon_sym_RPAREN, + STATE(3758), 1, + sym_parameter_list, + [106804] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2384), 1, - sym_field_declaration_list, - STATE(4941), 1, - sym_base_class_clause, - [154297] = 5, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6899), 1, + sym_operator_name, + ACTIONS(7055), 1, + sym_identifier, + STATE(2955), 1, + sym_destructor_name, + [106820] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6437), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6921), 1, - sym_identifier, - ACTIONS(7055), 1, + ACTIONS(6876), 1, sym_operator_name, - STATE(2766), 1, + ACTIONS(7057), 1, + sym_identifier, + STATE(2944), 1, sym_destructor_name, - [154313] = 5, + [106836] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6971), 1, - sym_identifier, - ACTIONS(7025), 1, + ACTIONS(6975), 1, sym_operator_name, - STATE(3247), 1, + ACTIONS(7059), 1, + sym_identifier, + STATE(4512), 1, sym_destructor_name, - [154329] = 4, + [106852] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2307), 1, - anon_sym_LT, - ACTIONS(2316), 1, - anon_sym_COLON_COLON, - ACTIONS(7057), 2, - anon_sym_LPAREN2, + ACTIONS(3049), 1, anon_sym_LBRACE, - [154343] = 4, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(928), 1, + sym_template_argument_list, + STATE(2850), 1, + sym_initializer_list, + [106868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7059), 1, + ACTIONS(7061), 1, anon_sym_COMMA, - STATE(4370), 1, + STATE(4443), 1, aux_sym_field_initializer_list_repeat1, - ACTIONS(7061), 2, + ACTIONS(7063), 2, anon_sym_LBRACE, anon_sym_EQ, - [154357] = 5, + [106882] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2700), 1, - sym_field_declaration_list, - STATE(4831), 1, - sym_base_class_clause, - [154373] = 5, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6647), 1, + sym_operator_name, + ACTIONS(7065), 1, + sym_identifier, + STATE(2947), 1, + sym_destructor_name, + [106898] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7067), 1, + anon_sym_DQUOTE, + ACTIONS(7069), 1, + aux_sym_string_literal_token1, + ACTIONS(7071), 1, + sym_escape_sequence, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [106914] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(3543), 1, - anon_sym_LBRACE, - STATE(849), 1, - sym_template_argument_list, - STATE(3419), 1, - sym_initializer_list, - [154389] = 5, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7073), 1, + anon_sym_GT2, + STATE(4605), 1, + aux_sym_template_argument_list_repeat1, + [106930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2695), 1, - sym_field_declaration_list, - STATE(4832), 1, - sym_base_class_clause, - [154405] = 4, + ACTIONS(7075), 1, + sym_identifier, + ACTIONS(7077), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [106942] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7063), 1, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7081), 1, anon_sym_COMMA, - STATE(4370), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7066), 2, - anon_sym_LBRACE, - anon_sym_EQ, - [154419] = 5, + ACTIONS(7083), 1, + anon_sym_RBRACE, + STATE(4765), 1, + sym_enumerator, + [106958] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7085), 1, + anon_sym_DQUOTE, + ACTIONS(7087), 1, + aux_sym_string_literal_token1, + ACTIONS(7089), 1, + sym_escape_sequence, + STATE(4365), 1, + aux_sym_string_literal_repeat1, + [106974] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2692), 1, + STATE(1342), 1, sym_field_declaration_list, - STATE(4833), 1, + STATE(4785), 1, sym_base_class_clause, - [154435] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6589), 1, - sym_operator_name, - ACTIONS(7068), 1, - sym_identifier, - STATE(2930), 1, - sym_destructor_name, - [154451] = 4, + [106990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6140), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(3292), 1, - sym_compound_statement, - ACTIONS(5842), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [154465] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2261), 1, - anon_sym_LT, - ACTIONS(2270), 1, - anon_sym_COLON_COLON, - ACTIONS(7070), 2, + ACTIONS(4765), 1, anon_sym_LPAREN2, - anon_sym_LBRACE, - [154479] = 5, + STATE(4467), 2, + sym_argument_list, + sym_initializer_list, + [107004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2632), 1, + STATE(1309), 1, sym_field_declaration_list, - STATE(4872), 1, + STATE(4802), 1, sym_base_class_clause, - [154495] = 5, + [107020] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2604), 1, + STATE(1339), 1, sym_field_declaration_list, - STATE(4873), 1, + STATE(4821), 1, sym_base_class_clause, - [154511] = 5, + [107036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(2295), 1, + anon_sym_LT, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + ACTIONS(7091), 2, + anon_sym_LPAREN2, anon_sym_LBRACE, - STATE(2586), 1, - sym_field_declaration_list, - STATE(4878), 1, - sym_base_class_clause, - [154527] = 5, + [107050] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7072), 1, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7093), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [107066] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7095), 1, + anon_sym_DQUOTE, + ACTIONS(7097), 1, + aux_sym_string_literal_token1, + ACTIONS(7099), 1, + sym_escape_sequence, + STATE(4489), 1, + aux_sym_string_literal_repeat1, + [107082] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6361), 1, + anon_sym_LBRACE, + STATE(2652), 1, + sym_enumerator_list, + ACTIONS(2803), 2, anon_sym_COMMA, - ACTIONS(7074), 1, - anon_sym_RBRACE, - STATE(4585), 1, - sym_enumerator, - [154543] = 5, + anon_sym_GT2, + [107096] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7101), 1, + anon_sym_DQUOTE, + ACTIONS(7103), 1, + aux_sym_string_literal_token1, + ACTIONS(7105), 1, + sym_escape_sequence, + STATE(4451), 1, + aux_sym_string_literal_repeat1, + [107112] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7107), 1, + anon_sym_GT2, + STATE(4511), 1, + aux_sym_template_argument_list_repeat1, + [107128] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(7109), 1, + anon_sym_RPAREN, + STATE(3682), 1, + sym_parameter_list, + [107144] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6856), 1, + ACTIONS(6899), 1, sym_operator_name, - ACTIONS(7076), 1, + ACTIONS(7011), 1, sym_identifier, - STATE(2938), 1, + STATE(2955), 1, sym_destructor_name, - [154559] = 5, + [107160] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6848), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(7078), 1, + ACTIONS(7015), 1, sym_identifier, - STATE(2911), 1, + STATE(2944), 1, sym_destructor_name, - [154575] = 5, + [107176] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7069), 1, + aux_sym_string_literal_token1, + ACTIONS(7071), 1, + sym_escape_sequence, + ACTIONS(7111), 1, + anon_sym_DQUOTE, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [107192] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2363), 1, + STATE(2382), 1, sym_field_declaration_list, - STATE(4940), 1, + STATE(5071), 1, sym_base_class_clause, - [154591] = 5, + [107208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2359), 1, + STATE(2384), 1, sym_field_declaration_list, - STATE(4938), 1, + STATE(5067), 1, sym_base_class_clause, - [154607] = 5, + [107224] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, - anon_sym_TILDE, - ACTIONS(6979), 1, - sym_identifier, - ACTIONS(7080), 1, - sym_operator_name, - STATE(2744), 1, - sym_destructor_name, - [154623] = 5, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7113), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [107240] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(7082), 1, - anon_sym_SEMI, - STATE(3544), 1, + ACTIONS(6549), 1, + anon_sym_RPAREN, + STATE(3758), 1, sym_parameter_list, - [154639] = 5, + [107256] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7069), 1, + aux_sym_string_literal_token1, + ACTIONS(7071), 1, + sym_escape_sequence, + ACTIONS(7115), 1, + anon_sym_DQUOTE, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [107272] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7117), 1, + anon_sym_LF, + ACTIONS(7119), 1, + sym_preproc_arg, + STATE(4911), 1, + sym_preproc_params, + [107288] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7121), 1, + anon_sym_DQUOTE, + ACTIONS(7123), 1, + aux_sym_string_literal_token1, + ACTIONS(7125), 1, + sym_escape_sequence, + STATE(4388), 1, + aux_sym_string_literal_repeat1, + [107304] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6140), 1, + anon_sym_LBRACK, + ACTIONS(6539), 1, + anon_sym_RPAREN, + STATE(3758), 1, + sym_parameter_list, + [107320] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2356), 1, + STATE(2385), 1, sym_field_declaration_list, - STATE(4936), 1, + STATE(5016), 1, sym_base_class_clause, - [154655] = 5, + [107336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6848), 1, - sym_operator_name, - ACTIONS(6884), 1, - sym_identifier, - STATE(2911), 1, - sym_destructor_name, - [154671] = 5, + ACTIONS(7127), 1, + anon_sym_COMMA, + STATE(4393), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7130), 2, + anon_sym_LBRACE, + anon_sym_EQ, + [107350] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, + STATE(2629), 1, + sym_field_declaration_list, + STATE(4862), 1, + sym_base_class_clause, + [107366] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(976), 1, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2635), 1, sym_field_declaration_list, - STATE(5020), 1, + STATE(4861), 1, sym_base_class_clause, - [154687] = 5, + [107382] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, - anon_sym_TILDE, - ACTIONS(6975), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2638), 1, + sym_field_declaration_list, + STATE(4860), 1, + sym_base_class_clause, + [107398] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 1, + anon_sym_LT, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(7132), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [107412] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7084), 1, + ACTIONS(7134), 1, + anon_sym_COMMA, + ACTIONS(7136), 1, + anon_sym_RBRACE, + STATE(4561), 1, + sym_enumerator, + [107428] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2277), 1, + anon_sym_LT, + ACTIONS(2286), 1, + anon_sym_COLON_COLON, + ACTIONS(7138), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [107442] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6899), 1, sym_operator_name, - STATE(2757), 1, + ACTIONS(6939), 1, + sym_identifier, + STATE(2955), 1, sym_destructor_name, - [154703] = 5, + [107458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7086), 1, - anon_sym_GT2, - STATE(4552), 1, - aux_sym_template_argument_list_repeat1, - [154719] = 4, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6876), 1, + sym_operator_name, + ACTIONS(6925), 1, + sym_identifier, + STATE(2944), 1, + sym_destructor_name, + [107474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6158), 1, + ACTIONS(6174), 1, anon_sym_LBRACE, - STATE(2510), 1, + STATE(3318), 1, sym_compound_statement, - ACTIONS(5842), 2, + ACTIONS(5900), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [154733] = 5, + [107488] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1337), 1, - sym_field_declaration_list, - STATE(4973), 1, - sym_base_class_clause, - [154749] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - ACTIONS(7088), 1, - anon_sym_DQUOTE, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [154765] = 5, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7140), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [107504] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6140), 1, anon_sym_LBRACK, - ACTIONS(7090), 1, - anon_sym_SEMI, - STATE(3544), 1, + ACTIONS(7142), 1, + anon_sym_RPAREN, + STATE(3758), 1, sym_parameter_list, - [154781] = 5, + [107520] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7144), 1, + anon_sym_GT2, + STATE(4738), 1, + aux_sym_template_argument_list_repeat1, + [107536] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(1308), 1, + STATE(2729), 1, sym_field_declaration_list, - STATE(4976), 1, + STATE(4840), 1, sym_base_class_clause, - [154797] = 5, + [107552] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(1316), 1, + STATE(2732), 1, sym_field_declaration_list, - STATE(4980), 1, + STATE(4839), 1, sym_base_class_clause, - [154813] = 5, + [107568] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(7025), 1, + ACTIONS(6876), 1, sym_operator_name, - ACTIONS(7092), 1, + ACTIONS(7146), 1, sym_identifier, - STATE(3247), 1, + STATE(2944), 1, sym_destructor_name, - [154829] = 5, + [107584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7094), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [154845] = 5, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6899), 1, + sym_operator_name, + ACTIONS(7148), 1, + sym_identifier, + STATE(2955), 1, + sym_destructor_name, + [107600] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(1317), 1, + STATE(2736), 1, sym_field_declaration_list, - STATE(4983), 1, + STATE(4836), 1, sym_base_class_clause, - [154861] = 5, + [107616] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1328), 1, + STATE(2381), 1, sym_field_declaration_list, - STATE(4997), 1, + STATE(5085), 1, sym_base_class_clause, - [154877] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4066), 1, - anon_sym_TILDE, - ACTIONS(6923), 1, - sym_operator_name, - ACTIONS(7096), 1, - sym_identifier, - STATE(3232), 1, - sym_destructor_name, - [154893] = 5, + [107632] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(1329), 1, + STATE(2742), 1, sym_field_declaration_list, - STATE(5002), 1, + STATE(4832), 1, sym_base_class_clause, - [154909] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7098), 1, - anon_sym_GT2, - STATE(4647), 1, - aux_sym_template_argument_list_repeat1, - [154925] = 4, + [107648] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6152), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(3348), 1, - sym_compound_statement, - ACTIONS(5842), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [154939] = 5, + STATE(2743), 1, + sym_field_declaration_list, + STATE(4829), 1, + sym_base_class_clause, + [107664] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6421), 1, + ACTIONS(6834), 1, anon_sym_TILDE, - ACTIONS(6890), 1, + ACTIONS(7033), 1, sym_identifier, - ACTIONS(7100), 1, + ACTIONS(7150), 1, sym_operator_name, - STATE(2495), 1, + STATE(3396), 1, sym_destructor_name, - [154955] = 5, + [107680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6421), 1, + ACTIONS(6834), 1, anon_sym_TILDE, - ACTIONS(6884), 1, + ACTIONS(7037), 1, sym_identifier, - ACTIONS(7102), 1, + ACTIONS(7152), 1, sym_operator_name, - STATE(2507), 1, + STATE(3402), 1, sym_destructor_name, - [154971] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - ACTIONS(7104), 1, - anon_sym_DQUOTE, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [154987] = 5, + [107696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(6168), 1, anon_sym_LBRACE, - STATE(2671), 1, - sym_field_declaration_list, - STATE(4895), 1, - sym_base_class_clause, - [155003] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7106), 1, - anon_sym_GT2, - STATE(4579), 1, - aux_sym_template_argument_list_repeat1, - [155019] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7108), 1, - anon_sym_GT2, - STATE(4529), 1, - aux_sym_template_argument_list_repeat1, - [155035] = 5, + STATE(2767), 1, + sym_compound_statement, + ACTIONS(5900), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [107710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(2665), 1, - sym_field_declaration_list, - STATE(4896), 1, - sym_base_class_clause, - [155051] = 4, + STATE(3022), 1, + sym_compound_statement, + ACTIONS(5900), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [107724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6311), 1, + ACTIONS(6170), 1, anon_sym_LBRACE, - STATE(2619), 1, - sym_enumerator_list, - ACTIONS(2447), 2, - anon_sym_COMMA, - anon_sym_GT2, - [155065] = 5, + STATE(2523), 1, + sym_compound_statement, + ACTIONS(5900), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [107738] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(7110), 1, + ACTIONS(7154), 1, anon_sym_SEMI, - STATE(3544), 1, + STATE(3576), 1, sym_parameter_list, - [155081] = 5, + [107754] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2654), 1, + STATE(1340), 1, sym_field_declaration_list, - STATE(4902), 1, + STATE(5081), 1, sym_base_class_clause, - [155097] = 5, - ACTIONS(3), 1, + [107770] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(7112), 1, - anon_sym_SEMI, - STATE(3544), 1, - sym_parameter_list, - [155113] = 5, - ACTIONS(3), 1, + ACTIONS(7069), 1, + aux_sym_string_literal_token1, + ACTIONS(7071), 1, + sym_escape_sequence, + ACTIONS(7156), 1, + anon_sym_DQUOTE, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [107786] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7114), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [155129] = 5, + ACTIONS(7158), 1, + anon_sym_DQUOTE, + ACTIONS(7160), 1, + aux_sym_string_literal_token1, + ACTIONS(7162), 1, + sym_escape_sequence, + STATE(4462), 1, + aux_sym_string_literal_repeat1, + [107802] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2653), 1, + STATE(1353), 1, sym_field_declaration_list, - STATE(4906), 1, + STATE(5087), 1, sym_base_class_clause, - [155145] = 5, + [107818] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2647), 1, + STATE(1314), 1, sym_field_declaration_list, - STATE(4908), 1, + STATE(5095), 1, sym_base_class_clause, - [155161] = 5, - ACTIONS(5848), 1, + [107834] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7116), 1, - anon_sym_DQUOTE, - ACTIONS(7118), 1, + ACTIONS(7069), 1, aux_sym_string_literal_token1, - ACTIONS(7120), 1, + ACTIONS(7071), 1, sym_escape_sequence, - STATE(4438), 1, + ACTIONS(7164), 1, + anon_sym_DQUOTE, + STATE(4331), 1, aux_sym_string_literal_repeat1, - [155177] = 5, + [107850] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2630), 1, + STATE(2618), 1, sym_field_declaration_list, - STATE(4910), 1, + STATE(4794), 1, sym_base_class_clause, - [155193] = 5, - ACTIONS(5848), 1, + [107866] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - ACTIONS(7122), 1, - anon_sym_DQUOTE, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [155209] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1315), 1, + sym_field_declaration_list, + STATE(5053), 1, + sym_base_class_clause, + [107882] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2314), 1, + STATE(1319), 1, sym_field_declaration_list, - STATE(4888), 1, + STATE(5041), 1, sym_base_class_clause, - [155225] = 5, + [107898] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6848), 1, - sym_operator_name, - ACTIONS(7124), 1, - sym_identifier, - STATE(2911), 1, - sym_destructor_name, - [155241] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(2603), 1, + sym_field_declaration_list, + STATE(4791), 1, + sym_base_class_clause, + [107914] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2313), 1, + STATE(1320), 1, sym_field_declaration_list, - STATE(4885), 1, + STATE(5037), 1, sym_base_class_clause, - [155257] = 5, + [107930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2311), 1, + STATE(2600), 1, sym_field_declaration_list, - STATE(4884), 1, + STATE(4787), 1, sym_base_class_clause, - [155273] = 5, + [107946] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2370), 1, + STATE(2423), 1, sym_field_declaration_list, - STATE(4853), 1, + STATE(5017), 1, sym_base_class_clause, - [155289] = 5, - ACTIONS(5848), 1, + [107962] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6967), 1, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7166), 1, + anon_sym_COMMA, + ACTIONS(7168), 1, + anon_sym_RBRACE, + STATE(4760), 1, + sym_enumerator, + [107978] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3011), 1, + anon_sym_LBRACE, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(928), 1, + sym_template_argument_list, + STATE(2807), 1, + sym_initializer_list, + [107994] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7047), 1, anon_sym_LPAREN, - ACTIONS(7126), 1, + ACTIONS(7170), 1, anon_sym_LF, - ACTIONS(7128), 1, + ACTIONS(7172), 1, sym_preproc_arg, - STATE(4882), 1, + STATE(4773), 1, sym_preproc_params, - [155305] = 5, - ACTIONS(3), 1, + [108010] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6848), 1, - sym_operator_name, - ACTIONS(7130), 1, - sym_identifier, - STATE(2911), 1, - sym_destructor_name, - [155321] = 5, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7174), 1, + anon_sym_LF, + ACTIONS(7176), 1, + sym_preproc_arg, + STATE(5034), 1, + sym_preproc_params, + [108026] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2368), 1, + STATE(2427), 1, sym_field_declaration_list, - STATE(4850), 1, + STATE(5013), 1, sym_base_class_clause, - [155337] = 5, + [108042] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6856), 1, - sym_operator_name, - ACTIONS(7132), 1, - sym_identifier, - STATE(2938), 1, - sym_destructor_name, - [155353] = 5, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7178), 1, + anon_sym_GT2, + STATE(4577), 1, + aux_sym_template_argument_list_repeat1, + [108058] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7180), 1, + anon_sym_DQUOTE, + ACTIONS(7182), 1, + aux_sym_string_literal_token1, + ACTIONS(7184), 1, + sym_escape_sequence, + STATE(4421), 1, + aux_sym_string_literal_repeat1, + [108074] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3491), 1, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7186), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [108090] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7188), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [108106] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6661), 1, + anon_sym_LBRACK, + ACTIONS(7190), 1, + anon_sym_RPAREN, + STATE(4263), 1, + sym_parameter_list, + [108122] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7061), 1, + anon_sym_COMMA, + STATE(4393), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7192), 2, anon_sym_LBRACE, - STATE(2362), 1, - sym_field_declaration_list, - STATE(4846), 1, - sym_base_class_clause, - [155369] = 5, + anon_sym_EQ, + [108136] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(7019), 1, - sym_operator_name, - ACTIONS(7134), 1, - sym_identifier, - STATE(4627), 1, - sym_destructor_name, - [155385] = 5, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7194), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [108152] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(3379), 1, + anon_sym_LBRACE, + STATE(928), 1, + sym_template_argument_list, + STATE(3472), 1, + sym_initializer_list, + [108168] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6856), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(7136), 1, + ACTIONS(7196), 1, sym_identifier, - STATE(2938), 1, + STATE(2947), 1, sym_destructor_name, - [155401] = 4, + [108184] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6138), 1, - anon_sym_LBRACE, - STATE(2839), 1, - sym_compound_statement, - ACTIONS(5842), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [155415] = 5, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7198), 1, + anon_sym_COMMA, + ACTIONS(7200), 1, + anon_sym_RBRACE, + STATE(4566), 1, + sym_enumerator, + [108200] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2308), 1, + STATE(2416), 1, sym_field_declaration_list, - STATE(4880), 1, + STATE(4914), 1, sym_base_class_clause, - [155431] = 5, + [108216] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2305), 1, + STATE(2436), 1, sym_field_declaration_list, - STATE(4877), 1, + STATE(5005), 1, sym_base_class_clause, - [155447] = 5, + [108232] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(891), 1, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2412), 1, sym_field_declaration_list, - STATE(5056), 1, + STATE(4898), 1, sym_base_class_clause, - [155463] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7138), 1, - anon_sym_COMMA, - ACTIONS(7140), 1, - anon_sym_RBRACE, - STATE(4695), 1, - sym_enumerator, - [155479] = 5, - ACTIONS(5848), 1, + [108248] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6927), 1, + ACTIONS(7069), 1, aux_sym_string_literal_token1, - ACTIONS(6929), 1, + ACTIONS(7071), 1, sym_escape_sequence, - ACTIONS(7142), 1, + ACTIONS(7202), 1, anon_sym_DQUOTE, - STATE(4301), 1, + STATE(4331), 1, aux_sym_string_literal_repeat1, - [155495] = 4, + [108264] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7059), 1, - anon_sym_COMMA, - STATE(4366), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7144), 2, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6647), 1, + sym_operator_name, + ACTIONS(7204), 1, + sym_identifier, + STATE(2947), 1, + sym_destructor_name, + [108280] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, anon_sym_LBRACE, - anon_sym_EQ, - [155509] = 5, + STATE(2411), 1, + sym_field_declaration_list, + STATE(4859), 1, + sym_base_class_clause, + [108296] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6589), 1, + ACTIONS(7003), 1, sym_operator_name, - ACTIONS(7146), 1, + ACTIONS(7206), 1, sym_identifier, - STATE(2930), 1, + STATE(4562), 1, sym_destructor_name, - [155525] = 5, + [108312] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(3162), 1, + ACTIONS(2963), 1, anon_sym_LBRACE, - STATE(849), 1, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(928), 1, sym_template_argument_list, - STATE(2486), 1, + STATE(2494), 1, sym_initializer_list, - [155541] = 5, + [108328] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(822), 1, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2724), 1, sym_field_declaration_list, - STATE(5055), 1, + STATE(4977), 1, sym_base_class_clause, - [155557] = 5, + [108344] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2304), 1, + STATE(2619), 1, sym_field_declaration_list, - STATE(4875), 1, + STATE(4978), 1, sym_base_class_clause, - [155573] = 5, + [108360] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7208), 1, + anon_sym_LF, + ACTIONS(7210), 1, + sym_preproc_arg, + STATE(4986), 1, + sym_preproc_params, + [108376] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1348), 1, + STATE(2681), 1, sym_field_declaration_list, - STATE(5032), 1, + STATE(4979), 1, sym_base_class_clause, - [155589] = 5, - ACTIONS(5848), 1, + [108392] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6927), 1, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7212), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [108408] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(840), 1, + sym_field_declaration_list, + STATE(5054), 1, + sym_base_class_clause, + [108424] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7069), 1, aux_sym_string_literal_token1, - ACTIONS(6929), 1, + ACTIONS(7071), 1, sym_escape_sequence, - ACTIONS(7148), 1, + ACTIONS(7214), 1, anon_sym_DQUOTE, - STATE(4301), 1, + STATE(4331), 1, aux_sym_string_literal_repeat1, - [155605] = 4, + [108440] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(4735), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(822), 1, + sym_field_declaration_list, + STATE(5051), 1, + sym_base_class_clause, + [108456] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7216), 1, + anon_sym_DQUOTE, + ACTIONS(7218), 1, + aux_sym_string_literal_token1, + ACTIONS(7220), 1, + sym_escape_sequence, + STATE(4425), 1, + aux_sym_string_literal_repeat1, + [108472] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, + anon_sym_LT, + ACTIONS(6884), 1, + anon_sym_COLON_COLON, + ACTIONS(7222), 1, + anon_sym_SEMI, + STATE(1083), 1, + sym_template_argument_list, + [108488] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, anon_sym_LPAREN2, - STATE(4472), 2, - sym_argument_list, - sym_initializer_list, - [155619] = 5, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7224), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [108504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(7226), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7228), 3, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(2847), 1, + anon_sym_EQ, + [108516] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7230), 1, + anon_sym_GT2, + STATE(4676), 1, + aux_sym_template_argument_list_repeat1, + [108532] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(950), 1, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2709), 1, sym_field_declaration_list, - STATE(5045), 1, + STATE(5002), 1, sym_base_class_clause, - [155635] = 5, + [108548] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1311), 1, + STATE(2708), 1, sym_field_declaration_list, - STATE(4937), 1, + STATE(5003), 1, sym_base_class_clause, - [155651] = 5, - ACTIONS(5848), 1, + [108564] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6967), 1, - anon_sym_LPAREN, - ACTIONS(7150), 1, - anon_sym_LF, - ACTIONS(7152), 1, - sym_preproc_arg, - STATE(4799), 1, - sym_preproc_params, - [155667] = 5, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7232), 1, + anon_sym_SEMI, + STATE(3576), 1, + sym_parameter_list, + [108580] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2668), 1, + STATE(2693), 1, sym_field_declaration_list, - STATE(4933), 1, + STATE(5006), 1, sym_base_class_clause, - [155683] = 5, + [108596] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3060), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(1324), 1, + STATE(1346), 1, sym_field_declaration_list, - STATE(5064), 1, + STATE(4928), 1, sym_base_class_clause, - [155699] = 5, + [108612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2672), 1, + STATE(2686), 1, sym_field_declaration_list, - STATE(4947), 1, + STATE(5009), 1, sym_base_class_clause, - [155715] = 5, + [108628] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2693), 1, + STATE(2640), 1, sym_field_declaration_list, - STATE(4950), 1, + STATE(5010), 1, sym_base_class_clause, - [155731] = 4, + [108644] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, - anon_sym_LT, - ACTIONS(2288), 1, - anon_sym_COLON_COLON, - ACTIONS(7154), 2, - anon_sym_LPAREN2, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, anon_sym_LBRACE, - [155745] = 5, + STATE(2622), 1, + sym_field_declaration_list, + STATE(5014), 1, + sym_base_class_clause, + [108660] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7156), 1, - anon_sym_COMMA, - ACTIONS(7158), 1, - anon_sym_RBRACE, - STATE(4580), 1, - sym_enumerator, - [155761] = 5, - ACTIONS(5848), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1326), 1, + sym_field_declaration_list, + STATE(4900), 1, + sym_base_class_clause, + [108676] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6927), 1, - aux_sym_string_literal_token1, - ACTIONS(6929), 1, - sym_escape_sequence, - ACTIONS(7160), 1, - anon_sym_DQUOTE, - STATE(4301), 1, - aux_sym_string_literal_repeat1, - [155777] = 5, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6899), 1, + sym_operator_name, + ACTIONS(7234), 1, + sym_identifier, + STATE(2955), 1, + sym_destructor_name, + [108692] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(1842), 1, + anon_sym_TILDE, + ACTIONS(6876), 1, + sym_operator_name, + ACTIONS(7236), 1, sym_identifier, - ACTIONS(7162), 1, - anon_sym_COMMA, - ACTIONS(7164), 1, - anon_sym_RBRACE, - STATE(4504), 1, - sym_enumerator, - [155793] = 5, + STATE(2944), 1, + sym_destructor_name, + [108708] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1333), 1, + sym_field_declaration_list, + STATE(4903), 1, + sym_base_class_clause, + [108724] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6172), 1, + anon_sym_LBRACE, + STATE(2801), 1, + sym_compound_statement, + ACTIONS(5900), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [108738] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(956), 1, + STATE(827), 1, sym_field_declaration_list, - STATE(5043), 1, + STATE(5044), 1, sym_base_class_clause, - [155809] = 5, + [108754] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7238), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, + anon_sym_RBRACE, + STATE(4590), 1, + sym_enumerator, + [108770] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4066), 1, + ACTIONS(1842), 1, anon_sym_TILDE, - ACTIONS(6639), 1, + ACTIONS(6647), 1, sym_operator_name, - ACTIONS(7003), 1, + ACTIONS(6701), 1, sym_identifier, - STATE(3222), 1, + STATE(2947), 1, sym_destructor_name, - [155825] = 5, + [108786] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(3501), 1, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(849), 1, + ACTIONS(3229), 1, + anon_sym_LT, + STATE(928), 1, sym_template_argument_list, - STATE(3330), 1, + STATE(3026), 1, sym_initializer_list, - [155841] = 5, - ACTIONS(5848), 1, + [108802] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(7166), 1, - anon_sym_DQUOTE, - ACTIONS(7168), 1, - aux_sym_string_literal_token1, - ACTIONS(7170), 1, - sym_escape_sequence, - STATE(4420), 1, - aux_sym_string_literal_repeat1, - [155857] = 5, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + ACTIONS(7242), 1, + anon_sym_RPAREN, + STATE(3576), 1, + sym_parameter_list, + [108818] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2410), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(964), 1, sym_field_declaration_list, - STATE(4824), 1, + STATE(4961), 1, sym_base_class_clause, - [155873] = 5, + [108834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, - anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(6158), 1, anon_sym_LBRACE, - STATE(2399), 1, - sym_field_declaration_list, - STATE(4837), 1, - sym_base_class_clause, - [155889] = 5, - ACTIONS(5848), 1, + STATE(3388), 1, + sym_compound_statement, + ACTIONS(5900), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [108848] = 5, + ACTIONS(5840), 1, sym_comment, - ACTIONS(6967), 1, - anon_sym_LPAREN, - ACTIONS(7172), 1, - anon_sym_LF, - ACTIONS(7174), 1, - sym_preproc_arg, - STATE(4965), 1, - sym_preproc_params, - [155905] = 5, + ACTIONS(7069), 1, + aux_sym_string_literal_token1, + ACTIONS(7071), 1, + sym_escape_sequence, + ACTIONS(7244), 1, + anon_sym_DQUOTE, + STATE(4331), 1, + aux_sym_string_literal_repeat1, + [108864] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(6449), 1, anon_sym_TILDE, - ACTIONS(6856), 1, - sym_operator_name, - ACTIONS(7041), 1, + ACTIONS(6925), 1, sym_identifier, - STATE(2938), 1, - sym_destructor_name, - [155921] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6848), 1, + ACTIONS(7246), 1, sym_operator_name, - ACTIONS(7023), 1, - sym_identifier, - STATE(2911), 1, + STATE(2495), 1, sym_destructor_name, - [155937] = 5, + [108880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2374), 1, + STATE(2645), 1, sym_field_declaration_list, - STATE(4839), 1, + STATE(5075), 1, sym_base_class_clause, - [155953] = 5, + [108896] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7176), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [155969] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2646), 1, + sym_field_declaration_list, + STATE(5083), 1, + sym_base_class_clause, + [108912] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, - anon_sym_COMMA, - ACTIONS(7178), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7180), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(4499), 1, - aux_sym_base_class_clause_repeat1, - [155985] = 5, + STATE(2648), 1, + sym_field_declaration_list, + STATE(5096), 1, + sym_base_class_clause, + [108928] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(6449), 1, anon_sym_TILDE, - ACTIONS(6933), 1, - sym_operator_name, - ACTIONS(7182), 1, + ACTIONS(6939), 1, sym_identifier, - STATE(4709), 1, + ACTIONS(7248), 1, + sym_operator_name, + STATE(2522), 1, sym_destructor_name, - [156001] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7184), 1, - anon_sym_DQUOTE, - ACTIONS(7186), 1, - aux_sym_string_literal_token1, - ACTIONS(7188), 1, - sym_escape_sequence, - STATE(4445), 1, - aux_sym_string_literal_repeat1, - [156017] = 3, + [108944] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7190), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7192), 3, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7250), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [156029] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(7194), 1, - anon_sym_RPAREN, - STATE(3668), 1, - sym_parameter_list, - [156045] = 5, + ACTIONS(7252), 1, + anon_sym_RBRACE, + STATE(4609), 1, + sym_enumerator, + [108960] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, + ACTIONS(4109), 1, anon_sym_TILDE, - ACTIONS(6589), 1, + ACTIONS(6655), 1, sym_operator_name, - ACTIONS(6667), 1, + ACTIONS(7065), 1, sym_identifier, - STATE(2930), 1, + STATE(3250), 1, sym_destructor_name, - [156061] = 5, + [108976] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_LBRACE, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - STATE(849), 1, + ACTIONS(3361), 1, + anon_sym_LBRACE, + STATE(928), 1, sym_template_argument_list, - STATE(3012), 1, + STATE(3352), 1, sym_initializer_list, - [156077] = 5, + [108992] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7254), 1, + anon_sym_LF, + ACTIONS(7256), 1, + sym_preproc_arg, + STATE(5043), 1, + sym_preproc_params, + [109008] = 5, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7047), 1, + anon_sym_LPAREN, + ACTIONS(7258), 1, + anon_sym_LF, + ACTIONS(7260), 1, + sym_preproc_arg, + STATE(4993), 1, + sym_preproc_params, + [109024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6361), 1, + anon_sym_LBRACE, + STATE(2751), 1, + sym_enumerator_list, + ACTIONS(2395), 2, anon_sym_COMMA, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7196), 1, anon_sym_GT2, - STATE(4621), 1, - aux_sym_template_argument_list_repeat1, - [156093] = 5, + [109038] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(6979), 1, + anon_sym_COMMA, + ACTIONS(7262), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7264), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, - anon_sym_COLON, - STATE(953), 1, - sym_field_declaration_list, - STATE(5051), 1, - sym_base_class_clause, - [156109] = 5, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7198), 1, - anon_sym_DQUOTE, - ACTIONS(7200), 1, - aux_sym_string_literal_token1, - ACTIONS(7202), 1, - sym_escape_sequence, - STATE(4406), 1, - aux_sym_string_literal_repeat1, - [156125] = 5, + STATE(4726), 1, + aux_sym_base_class_clause_repeat1, + [109054] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(6190), 1, + ACTIONS(6230), 1, anon_sym_LBRACK, - ACTIONS(7204), 1, - anon_sym_RPAREN, - STATE(3544), 1, + ACTIONS(6685), 1, + anon_sym_COMMA, + STATE(3576), 1, sym_parameter_list, - [156141] = 5, + [109070] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - ACTIONS(7206), 1, - anon_sym_SEMI, - STATE(3544), 1, - sym_parameter_list, - [156157] = 5, + ACTIONS(2851), 1, + anon_sym_LBRACE, + ACTIONS(2853), 1, + anon_sym_COLON, + STATE(961), 1, + sym_field_declaration_list, + STATE(4909), 1, + sym_base_class_clause, + [109086] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1372), 1, - anon_sym_TILDE, - ACTIONS(6937), 1, - sym_operator_name, - ACTIONS(7208), 1, - sym_identifier, - STATE(4682), 1, - sym_destructor_name, - [156173] = 4, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2329), 1, + sym_field_declaration_list, + STATE(5092), 1, + sym_base_class_clause, + [109102] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6311), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2722), 1, - sym_enumerator_list, - ACTIONS(2503), 2, - anon_sym_COMMA, - anon_sym_GT2, - [156187] = 5, - ACTIONS(5848), 1, + STATE(2331), 1, + sym_field_declaration_list, + STATE(5091), 1, + sym_base_class_clause, + [109118] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6967), 1, - anon_sym_LPAREN, - ACTIONS(7210), 1, - anon_sym_LF, - ACTIONS(7212), 1, - sym_preproc_arg, - STATE(5035), 1, - sym_preproc_params, - [156203] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2336), 1, + sym_field_declaration_list, + STATE(5055), 1, + sym_base_class_clause, + [109134] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - ACTIONS(6836), 1, - anon_sym_COLON_COLON, - ACTIONS(7214), 1, - anon_sym_SEMI, - STATE(1178), 1, - sym_template_argument_list, - [156219] = 5, - ACTIONS(5848), 1, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2345), 1, + sym_field_declaration_list, + STATE(5032), 1, + sym_base_class_clause, + [109150] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(7216), 1, - anon_sym_DQUOTE, - ACTIONS(7218), 1, - aux_sym_string_literal_token1, - ACTIONS(7220), 1, - sym_escape_sequence, - STATE(4456), 1, - aux_sym_string_literal_repeat1, - [156235] = 5, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2348), 1, + sym_field_declaration_list, + STATE(5029), 1, + sym_base_class_clause, + [109166] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - ACTIONS(2847), 1, + ACTIONS(2853), 1, anon_sym_COLON, - STATE(949), 1, + STATE(957), 1, sym_field_declaration_list, - STATE(5066), 1, + STATE(4868), 1, sym_base_class_clause, - [156251] = 3, + [109182] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7222), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7224), 3, - anon_sym_COMMA, + ACTIONS(2853), 1, + anon_sym_COLON, + ACTIONS(3663), 1, anon_sym_LBRACE, - anon_sym_EQ, - [156263] = 4, + STATE(2351), 1, + sym_field_declaration_list, + STATE(4990), 1, + sym_base_class_clause, + [109198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7226), 1, + ACTIONS(7266), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [156276] = 4, + [109211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2298), 1, + ACTIONS(7268), 3, + anon_sym_LPAREN2, + anon_sym_LT, anon_sym_LBRACE, - ACTIONS(7228), 1, - sym_identifier, - STATE(655), 1, - sym_declaration_list, - [156289] = 4, + [109220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4829), 1, - anon_sym_RBRACE, - ACTIONS(4946), 1, - anon_sym_COMMA, - STATE(4629), 1, - aux_sym_initializer_list_repeat1, - [156302] = 4, + ACTIONS(2290), 1, + anon_sym_SEMI, + ACTIONS(2295), 1, + anon_sym_LT, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + [109233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2302), 1, + ACTIONS(2272), 1, anon_sym_SEMI, - ACTIONS(2307), 1, + ACTIONS(2277), 1, anon_sym_LT, - ACTIONS(2316), 1, + ACTIONS(2286), 1, anon_sym_COLON_COLON, - [156315] = 4, + [109246] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, - anon_sym_COMMA, - ACTIONS(7232), 1, - anon_sym_RPAREN, - STATE(4494), 1, - aux_sym_alone_macro_call_repeat1, - [156328] = 4, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + ACTIONS(7272), 1, + anon_sym_constexpr, + STATE(1428), 1, + sym_condition_clause, + [109259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 1, + ACTIONS(2306), 1, + anon_sym_LBRACE, + ACTIONS(7274), 1, + sym_identifier, + STATE(502), 1, + sym_declaration_list, + [109272] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6085), 1, + anon_sym_LPAREN2, + ACTIONS(6230), 1, + anon_sym_LBRACK, + STATE(3513), 1, + sym_parameter_list, + [109285] = 4, + ACTIONS(5838), 1, + anon_sym_LPAREN2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7276), 1, + anon_sym_LF, + STATE(3796), 1, + sym_preproc_argument_list, + [109298] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(7278), 1, anon_sym_SEMI, - ACTIONS(2279), 1, - anon_sym_LT, - ACTIONS(2288), 1, - anon_sym_COLON_COLON, - [156341] = 4, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [109311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7234), 1, + ACTIONS(7282), 1, anon_sym_RPAREN, - STATE(4614), 1, + STATE(4581), 1, aux_sym_alone_macro_call_repeat1, - [156354] = 4, + [109324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(7236), 1, - anon_sym_GT2, - STATE(4670), 1, - aux_sym_template_argument_list_repeat1, - [156367] = 4, + ACTIONS(1425), 3, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + [109333] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7238), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [156380] = 4, + ACTIONS(4973), 1, + anon_sym_RPAREN, + STATE(4555), 1, + aux_sym_argument_list_repeat1, + [109346] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 1, - anon_sym_COMMA, - ACTIONS(7243), 1, - anon_sym_LBRACE, - STATE(4497), 1, - aux_sym_base_class_clause_repeat1, - [156393] = 3, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7284), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [109359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7245), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7243), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [156404] = 4, + ACTIONS(2310), 1, + anon_sym_SEMI, + ACTIONS(2315), 1, + anon_sym_LT, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + [109372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, + ACTIONS(5191), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(7286), 1, anon_sym_COMMA, - ACTIONS(7247), 1, + STATE(4525), 1, + aux_sym_attribute_repeat1, + [109385] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1368), 1, anon_sym_LBRACE, - STATE(4497), 1, - aux_sym_base_class_clause_repeat1, - [156417] = 4, + ACTIONS(6204), 1, + anon_sym_COLON_COLON, + STATE(3026), 1, + sym_initializer_list, + [109398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, + ACTIONS(7289), 1, anon_sym_COMMA, - ACTIONS(7247), 1, - anon_sym_LBRACE, - STATE(4729), 1, - aux_sym_base_class_clause_repeat1, - [156430] = 4, + ACTIONS(7292), 1, + anon_sym_RPAREN, + STATE(4527), 1, + aux_sym_throw_specifier_repeat1, + [109411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7249), 1, + ACTIONS(7294), 1, anon_sym_COMMA, - ACTIONS(7251), 1, + ACTIONS(7296), 1, anon_sym_GT2, - STATE(4702), 1, + STATE(4608), 1, aux_sym_template_parameter_list_repeat1, - [156443] = 3, + [109424] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7255), 1, - anon_sym_RPAREN, - ACTIONS(7253), 2, + ACTIONS(7298), 1, anon_sym_COMMA, - anon_sym_SEMI, - [156454] = 4, + ACTIONS(7300), 1, + anon_sym_RPAREN, + STATE(4527), 1, + aux_sym_throw_specifier_repeat1, + [109437] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7257), 1, - anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [156467] = 4, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(7302), 1, + anon_sym_RPAREN, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [109450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3365), 2, anon_sym_COMMA, - ACTIONS(7261), 1, - anon_sym_RBRACE, - STATE(4600), 1, - aux_sym_enumerator_list_repeat1, - [156480] = 3, + anon_sym_GT2, + [109461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7265), 1, + ACTIONS(6533), 3, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(7263), 2, + anon_sym_DOT, + [109470] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7304), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7306), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [156491] = 4, + anon_sym_LBRACE, + [109481] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, + ACTIONS(6979), 1, anon_sym_COMMA, - ACTIONS(7267), 1, - anon_sym_RBRACK, - STATE(4577), 1, - aux_sym_attribute_repeat1, - [156504] = 4, + ACTIONS(7308), 1, + anon_sym_LBRACE, + STATE(4724), 1, + aux_sym_base_class_clause_repeat1, + [109494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, + ACTIONS(4959), 1, anon_sym_COMMA, - ACTIONS(7272), 1, + ACTIONS(4961), 1, anon_sym_RBRACE, - STATE(4507), 1, - aux_sym_enumerator_list_repeat1, - [156517] = 4, + STATE(4611), 1, + aux_sym_initializer_list_repeat1, + [109507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4256), 1, - anon_sym_COMMA, - ACTIONS(7274), 1, - anon_sym_RBRACK, - STATE(4618), 1, - aux_sym_structured_binding_declarator_repeat1, - [156530] = 4, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + ACTIONS(7310), 1, + anon_sym_constexpr, + STATE(1430), 1, + sym_condition_clause, + [109520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, - anon_sym_COMMA, - ACTIONS(7180), 1, + ACTIONS(2262), 1, anon_sym_LBRACE, - STATE(4497), 1, - aux_sym_base_class_clause_repeat1, - [156543] = 4, + ACTIONS(7312), 1, + sym_identifier, + STATE(558), 1, + sym_declaration_list, + [109533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(6979), 1, anon_sym_COMMA, - ACTIONS(4962), 1, - anon_sym_RPAREN, - STATE(4643), 1, - aux_sym_argument_list_repeat1, - [156556] = 4, + ACTIONS(7264), 1, + anon_sym_LBRACE, + STATE(4724), 1, + aux_sym_base_class_clause_repeat1, + [109546] = 4, + ACTIONS(5838), 1, + anon_sym_LPAREN2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7314), 1, + anon_sym_LF, + STATE(3796), 1, + sym_preproc_argument_list, + [109559] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - ACTIONS(7278), 1, + ACTIONS(7316), 1, anon_sym_constexpr, - STATE(1565), 1, + STATE(1483), 1, sym_condition_clause, - [156569] = 4, + [109572] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, ACTIONS(7280), 1, - anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [156582] = 4, + anon_sym_COMMA, + ACTIONS(7318), 1, + anon_sym_RPAREN, + STATE(4581), 1, + aux_sym_alone_macro_call_repeat1, + [109585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7282), 1, - anon_sym_RBRACK, - STATE(4577), 1, - aux_sym_attribute_repeat1, - [156595] = 4, + ACTIONS(7320), 1, + anon_sym_RPAREN, + STATE(4541), 1, + aux_sym_alone_macro_call_repeat1, + [109598] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + anon_sym_LBRACE, + ACTIONS(6214), 1, + anon_sym_COLON_COLON, + STATE(2494), 1, + sym_initializer_list, + [109611] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7322), 1, + anon_sym_catch, + STATE(119), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [109622] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7324), 1, + anon_sym_SEMI, + STATE(4656), 1, + aux_sym_declaration_repeat1, + [109635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5139), 1, + ACTIONS(7326), 1, + anon_sym_COMMA, + ACTIONS(7329), 1, anon_sym_RPAREN, - ACTIONS(7284), 1, + STATE(4546), 1, + aux_sym_preproc_params_repeat1, + [109648] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6979), 1, anon_sym_COMMA, - STATE(4514), 1, - aux_sym_argument_list_repeat1, - [156608] = 4, + ACTIONS(7264), 1, + anon_sym_LBRACE, + STATE(4726), 1, + aux_sym_base_class_clause_repeat1, + [109661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7287), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [156621] = 4, + ACTIONS(7331), 1, + anon_sym_RPAREN, + STATE(4581), 1, + aux_sym_alone_macro_call_repeat1, + [109674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - ACTIONS(7289), 1, - anon_sym_constexpr, - STATE(1616), 1, - sym_condition_clause, - [156634] = 4, + ACTIONS(7333), 1, + anon_sym_catch, + STATE(113), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [109685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7291), 1, + ACTIONS(7335), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4580), 1, aux_sym_declaration_repeat1, - [156647] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6961), 1, - anon_sym_COMMA, - ACTIONS(7180), 1, - anon_sym_LBRACE, - STATE(4499), 1, - aux_sym_base_class_clause_repeat1, - [156660] = 4, + [109698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7293), 1, + ACTIONS(7337), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [156673] = 4, + [109711] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7295), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7298), 1, + ACTIONS(7339), 1, anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [156686] = 4, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [109724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 1, - anon_sym_RBRACE, - ACTIONS(7300), 1, + ACTIONS(5941), 1, + anon_sym_RPAREN, + ACTIONS(7341), 1, anon_sym_COMMA, - STATE(4521), 1, - aux_sym_initializer_list_repeat1, - [156699] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7303), 1, - anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [156712] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2294), 1, - anon_sym_LBRACE, - ACTIONS(7305), 1, - sym_identifier, - STATE(239), 1, - sym_declaration_list, - [156725] = 4, + STATE(4553), 1, + aux_sym_preproc_argument_list_repeat1, + [109737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7307), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [156738] = 4, + ACTIONS(7344), 1, + anon_sym_RPAREN, + STATE(4548), 1, + aux_sym_alone_macro_call_repeat1, + [109750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4256), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7309), 1, - anon_sym_RBRACK, - STATE(4508), 1, - aux_sym_structured_binding_declarator_repeat1, - [156751] = 4, + ACTIONS(7346), 1, + anon_sym_RPAREN, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [109763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5768), 1, - anon_sym_COMMA, - ACTIONS(7311), 1, - anon_sym_RPAREN, - STATE(4723), 1, - aux_sym_preproc_argument_list_repeat1, - [156764] = 4, - ACTIONS(5846), 1, + ACTIONS(6087), 1, + anon_sym_LBRACK, + ACTIONS(6117), 1, anon_sym_LPAREN2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7313), 1, - anon_sym_LF, - STATE(3779), 1, - sym_preproc_argument_list, - [156777] = 4, + STATE(3687), 1, + sym_parameter_list, + [109776] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7315), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [156790] = 4, + ACTIONS(4949), 1, + anon_sym_RPAREN, + STATE(4715), 1, + aux_sym_argument_list_repeat1, + [109789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(7348), 3, anon_sym_COMMA, - ACTIONS(7317), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [156803] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [109798] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3501), 1, + ACTIONS(3361), 1, anon_sym_LBRACE, - ACTIONS(6168), 1, + ACTIONS(6216), 1, anon_sym_COLON_COLON, - STATE(3330), 1, + STATE(3352), 1, sym_initializer_list, - [156816] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(7319), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [156829] = 4, + [109811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7350), 1, anon_sym_COMMA, - ACTIONS(7321), 1, + ACTIONS(7353), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [156842] = 4, + [109824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7355), 1, anon_sym_COMMA, - ACTIONS(7323), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [156855] = 4, + ACTIONS(7357), 1, + anon_sym_RBRACE, + STATE(4601), 1, + aux_sym_enumerator_list_repeat1, + [109837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, - anon_sym_COMMA, - ACTIONS(7327), 1, - anon_sym_RPAREN, - STATE(4665), 1, - aux_sym_parameter_list_repeat1, - [156868] = 4, + ACTIONS(7359), 3, + anon_sym_LPAREN2, + anon_sym_LT, + anon_sym_LBRACE, + [109846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 1, - anon_sym_RBRACE, - ACTIONS(7329), 1, + ACTIONS(7130), 3, anon_sym_COMMA, - STATE(4521), 1, - aux_sym_initializer_list_repeat1, - [156881] = 3, + anon_sym_LBRACE, + anon_sym_EQ, + [109855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6987), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7331), 2, + ACTIONS(7361), 3, anon_sym_COMMA, - anon_sym_GT2, - [156892] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [109864] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(7363), 1, anon_sym_COMMA, - ACTIONS(7335), 1, + ACTIONS(7365), 1, anon_sym_RPAREN, - STATE(4724), 1, - aux_sym_preproc_params_repeat1, - [156905] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - ACTIONS(7337), 1, - anon_sym_constexpr, - STATE(1595), 1, - sym_condition_clause, - [156918] = 4, + STATE(4574), 1, + aux_sym_parameter_list_repeat1, + [109877] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(7367), 1, anon_sym_COMMA, - ACTIONS(7339), 1, - anon_sym_RBRACK_RBRACK, - STATE(4696), 1, - aux_sym_attribute_repeat1, - [156931] = 4, + ACTIONS(7369), 1, + anon_sym_RBRACE, + STATE(4712), 1, + aux_sym_enumerator_list_repeat1, + [109890] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3543), 1, + ACTIONS(7371), 3, + anon_sym_LPAREN2, + anon_sym_LT, anon_sym_LBRACE, - ACTIONS(6182), 1, - anon_sym_COLON_COLON, - STATE(3419), 1, - sym_initializer_list, - [156944] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7341), 1, - anon_sym_COMMA, - ACTIONS(7344), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [156957] = 4, + [109899] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(7298), 1, anon_sym_COMMA, - ACTIONS(7346), 1, + ACTIONS(7373), 1, anon_sym_RPAREN, - STATE(4710), 1, - aux_sym_alone_macro_call_repeat1, - [156970] = 4, + STATE(4529), 1, + aux_sym_throw_specifier_repeat1, + [109912] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5768), 1, + ACTIONS(4963), 1, anon_sym_COMMA, - ACTIONS(7348), 1, - anon_sym_RPAREN, - STATE(4723), 1, - aux_sym_preproc_argument_list_repeat1, - [156983] = 4, + ACTIONS(4965), 1, + anon_sym_RBRACE, + STATE(4615), 1, + aux_sym_initializer_list_repeat1, + [109925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(7350), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [156996] = 4, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [109938] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7352), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157009] = 4, + ACTIONS(7377), 1, + anon_sym_GT2, + STATE(4619), 1, + aux_sym_template_argument_list_repeat1, + [109951] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7354), 1, + ACTIONS(7379), 1, anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157022] = 4, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [109964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7356), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157035] = 4, + ACTIONS(7381), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [109977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, + ACTIONS(7383), 1, anon_sym_COMMA, - ACTIONS(7358), 1, + ACTIONS(7386), 1, anon_sym_RPAREN, - STATE(4677), 1, + STATE(4574), 1, aux_sym_parameter_list_repeat1, - [157048] = 4, + [109990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7360), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157061] = 4, + ACTIONS(4989), 1, + anon_sym_RPAREN, + STATE(4598), 1, + aux_sym_argument_list_repeat1, + [110003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4285), 1, anon_sym_COMMA, - ACTIONS(7362), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157074] = 4, + ACTIONS(7388), 1, + anon_sym_RBRACK, + STATE(4586), 1, + aux_sym_structured_binding_declarator_repeat1, + [110016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7364), 1, + ACTIONS(7390), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157087] = 4, + [110029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7366), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157100] = 4, + ACTIONS(5051), 1, + anon_sym_RPAREN, + STATE(4530), 1, + aux_sym_argument_list_repeat1, + [110042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7368), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157113] = 4, + ACTIONS(7392), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [110055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7370), 1, + ACTIONS(7394), 1, anon_sym_SEMI, - STATE(4549), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157126] = 4, + [110068] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7396), 1, anon_sym_COMMA, - ACTIONS(7372), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157139] = 4, + ACTIONS(7399), 1, + anon_sym_RPAREN, + STATE(4581), 1, + aux_sym_alone_macro_call_repeat1, + [110081] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7374), 1, + ACTIONS(7401), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157152] = 4, + [110094] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(7363), 1, anon_sym_COMMA, - ACTIONS(7376), 1, - anon_sym_GT2, - STATE(4488), 1, - aux_sym_template_argument_list_repeat1, - [157165] = 4, + ACTIONS(7403), 1, + anon_sym_RPAREN, + STATE(4625), 1, + aux_sym_parameter_list_repeat1, + [110107] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7378), 1, + ACTIONS(7405), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157178] = 4, + [110120] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(5049), 1, + anon_sym_RPAREN, + STATE(4672), 1, + aux_sym_argument_list_repeat1, + [110133] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4285), 1, + anon_sym_COMMA, + ACTIONS(7407), 1, + anon_sym_RBRACK, + STATE(4647), 1, + aux_sym_structured_binding_declarator_repeat1, + [110146] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7409), 1, + anon_sym_RBRACK, + STATE(4636), 1, + aux_sym_attribute_repeat1, + [110159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7380), 1, + ACTIONS(7413), 1, + anon_sym_EQ, + ACTIONS(7411), 2, anon_sym_COMMA, - ACTIONS(7382), 1, anon_sym_RBRACE, - STATE(4507), 1, - aux_sym_enumerator_list_repeat1, - [157191] = 4, + [110170] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7382), 1, + ACTIONS(3655), 1, anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [157204] = 3, + ACTIONS(7415), 1, + anon_sym_COMMA, + STATE(4642), 1, + aux_sym_initializer_list_repeat1, + [110183] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6912), 1, - anon_sym_catch, - STATE(4278), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [157215] = 3, + ACTIONS(7417), 1, + anon_sym_COMMA, + ACTIONS(7419), 1, + anon_sym_RBRACE, + STATE(4629), 1, + aux_sym_enumerator_list_repeat1, + [110196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7384), 1, + ACTIONS(7421), 1, anon_sym_catch, - STATE(151), 2, + STATE(121), 2, sym_catch_clause, aux_sym_try_statement_repeat1, - [157226] = 4, + [110207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(7386), 1, + ACTIONS(7425), 1, anon_sym_RPAREN, - STATE(4514), 1, - aux_sym_argument_list_repeat1, - [157239] = 4, + ACTIONS(7423), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [110218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7388), 1, + ACTIONS(7427), 1, anon_sym_SEMI, - STATE(4609), 1, + STATE(4638), 1, aux_sym_declaration_repeat1, - [157252] = 4, + [110231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7390), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [157265] = 4, + ACTIONS(7429), 1, + anon_sym_GT2, + STATE(4603), 1, + aux_sym_template_argument_list_repeat1, + [110244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7392), 1, + ACTIONS(7431), 1, anon_sym_SEMI, - STATE(4603), 1, + STATE(4628), 1, aux_sym_declaration_repeat1, - [157278] = 4, + [110257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7394), 1, + ACTIONS(7433), 1, anon_sym_SEMI, - STATE(4555), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157291] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(7396), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157304] = 4, + [110270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3669), 1, - anon_sym_RBRACE, - ACTIONS(7398), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - STATE(4521), 1, - aux_sym_initializer_list_repeat1, - [157317] = 4, + ACTIONS(7435), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [110283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(5016), 1, + ACTIONS(7437), 1, anon_sym_RPAREN, - STATE(4635), 1, + STATE(4763), 1, aux_sym_argument_list_repeat1, - [157330] = 4, + [110296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7400), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [157343] = 4, + ACTIONS(7439), 1, + anon_sym_RPAREN, + STATE(4581), 1, + aux_sym_alone_macro_call_repeat1, + [110309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(7402), 1, - anon_sym_SEMI, - STATE(4517), 1, - aux_sym_declaration_repeat1, - [157356] = 4, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7441), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [110322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7441), 1, + anon_sym_RBRACE, + ACTIONS(7443), 1, anon_sym_COMMA, - ACTIONS(7404), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157369] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2292), 1, - anon_sym_LBRACE, - ACTIONS(7406), 1, - sym_identifier, - STATE(642), 1, - sym_declaration_list, - [157382] = 4, + STATE(4752), 1, + aux_sym_enumerator_list_repeat1, + [110335] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7408), 1, + ACTIONS(7445), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4709), 1, aux_sym_declaration_repeat1, - [157395] = 4, + [110348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7410), 1, + ACTIONS(7447), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157408] = 4, + [110361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5048), 1, - anon_sym_RBRACK, - ACTIONS(7412), 1, - anon_sym_COMMA, - STATE(4577), 1, - aux_sym_attribute_repeat1, - [157421] = 4, + ACTIONS(6893), 1, + anon_sym_catch, + STATE(4250), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [110372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(4833), 1, - anon_sym_RPAREN, - STATE(4624), 1, - aux_sym_argument_list_repeat1, - [157434] = 4, + ACTIONS(7449), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [110385] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7415), 1, + ACTIONS(7451), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157447] = 4, + [110398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7417), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7419), 1, - anon_sym_RBRACE, - STATE(4626), 1, - aux_sym_enumerator_list_repeat1, - [157460] = 4, + ACTIONS(4975), 1, + anon_sym_RPAREN, + STATE(4653), 1, + aux_sym_argument_list_repeat1, + [110411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(7453), 1, anon_sym_COMMA, - ACTIONS(7421), 1, + ACTIONS(7456), 1, anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157473] = 4, + STATE(4608), 1, + aux_sym_template_parameter_list_repeat1, + [110424] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(7458), 1, anon_sym_COMMA, - ACTIONS(7423), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [157486] = 4, + ACTIONS(7460), 1, + anon_sym_RBRACE, + STATE(4655), 1, + aux_sym_enumerator_list_repeat1, + [110437] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7425), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157499] = 4, + ACTIONS(7462), 1, + anon_sym_RPAREN, + STATE(4599), 1, + aux_sym_alone_macro_call_repeat1, + [110450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(3653), 1, + anon_sym_RBRACE, + ACTIONS(7464), 1, anon_sym_COMMA, - ACTIONS(7427), 1, - anon_sym_SEMI, - STATE(4573), 1, - aux_sym_declaration_repeat1, - [157512] = 4, + STATE(4642), 1, + aux_sym_initializer_list_repeat1, + [110463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7429), 1, - anon_sym_COMMA, - ACTIONS(7431), 1, + ACTIONS(4861), 1, anon_sym_RBRACE, - STATE(4639), 1, - aux_sym_enumerator_list_repeat1, - [157525] = 4, + ACTIONS(4985), 1, + anon_sym_COMMA, + STATE(4756), 1, + aux_sym_initializer_list_repeat1, + [110476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7466), 3, anon_sym_COMMA, - ACTIONS(7433), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157538] = 4, + anon_sym_RPAREN, + anon_sym_GT2, + [110485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7468), 3, anon_sym_COMMA, - ACTIONS(7435), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157551] = 4, + anon_sym_RPAREN, + anon_sym_GT2, + [110494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(3633), 1, + anon_sym_RBRACE, + ACTIONS(7470), 1, anon_sym_COMMA, - ACTIONS(7437), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157564] = 4, + STATE(4642), 1, + aux_sym_initializer_list_repeat1, + [110507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7439), 1, + ACTIONS(7472), 1, anon_sym_GT2, - STATE(4576), 1, + STATE(4718), 1, aux_sym_template_argument_list_repeat1, - [157577] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(7441), 1, - anon_sym_SEMI, - STATE(4587), 1, - aux_sym_declaration_repeat1, - [157590] = 2, + [110520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 3, + ACTIONS(4913), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7474), 1, anon_sym_GT2, - [157599] = 4, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [110533] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5018), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(5020), 1, - anon_sym_RBRACE, - STATE(4660), 1, - aux_sym_initializer_list_repeat1, - [157612] = 4, + ACTIONS(7476), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [110546] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7445), 1, + ACTIONS(7478), 1, anon_sym_GT2, - STATE(4528), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157625] = 2, + [110559] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7447), 3, + ACTIONS(7294), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7480), 1, anon_sym_GT2, - [157634] = 4, + STATE(4528), 1, + aux_sym_template_parameter_list_repeat1, + [110572] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(7482), 1, anon_sym_COMMA, - ACTIONS(7449), 1, + ACTIONS(7485), 1, anon_sym_GT2, - STATE(4664), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [157647] = 4, + [110585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7451), 1, + ACTIONS(7487), 1, anon_sym_COMMA, - ACTIONS(7453), 1, + ACTIONS(7489), 1, anon_sym_RBRACE, - STATE(4507), 1, + STATE(4752), 1, aux_sym_enumerator_list_repeat1, - [157660] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5004), 1, - anon_sym_COMMA, - ACTIONS(5006), 1, - anon_sym_RBRACE, - STATE(4535), 1, - aux_sym_initializer_list_repeat1, - [157673] = 4, + [110598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6965), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7491), 2, anon_sym_COMMA, - ACTIONS(4881), 1, - anon_sym_RBRACE, - STATE(4644), 1, - aux_sym_initializer_list_repeat1, - [157686] = 4, + anon_sym_GT2, + [110609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6017), 1, - anon_sym_LPAREN2, - ACTIONS(6190), 1, - anon_sym_LBRACK, - STATE(3496), 1, - sym_parameter_list, - [157699] = 4, + ACTIONS(2266), 1, + anon_sym_LBRACE, + ACTIONS(7493), 1, + sym_identifier, + STATE(258), 1, + sym_declaration_list, + [110622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7455), 1, + ACTIONS(7363), 1, anon_sym_COMMA, - ACTIONS(7457), 1, - anon_sym_RBRACE, - STATE(4507), 1, - aux_sym_enumerator_list_repeat1, - [157712] = 4, + ACTIONS(7495), 1, + anon_sym_RPAREN, + STATE(4574), 1, + aux_sym_parameter_list_repeat1, + [110635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7459), 1, + ACTIONS(7497), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157725] = 4, + [110648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4969), 1, anon_sym_COMMA, - ACTIONS(7461), 1, - anon_sym_GT2, - STATE(4648), 1, - aux_sym_template_argument_list_repeat1, - [157738] = 4, + ACTIONS(4971), 1, + anon_sym_RBRACE, + STATE(4673), 1, + aux_sym_initializer_list_repeat1, + [110661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7463), 1, + ACTIONS(7499), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157751] = 4, + [110674] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7457), 1, + ACTIONS(7501), 1, + anon_sym_COMMA, + ACTIONS(7503), 1, anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [157764] = 4, + STATE(4752), 1, + aux_sym_enumerator_list_repeat1, + [110687] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7453), 1, + ACTIONS(7489), 1, anon_sym_RBRACE, - STATE(5026), 1, + STATE(4797), 1, sym_enumerator, - [157777] = 4, + [110700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7465), 1, + ACTIONS(7505), 1, + anon_sym_GT2, + STATE(4677), 1, + aux_sym_template_argument_list_repeat1, + [110713] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(7507), 1, anon_sym_RPAREN, - STATE(4514), 1, + STATE(4763), 1, aux_sym_argument_list_repeat1, - [157790] = 4, + [110726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7503), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [110739] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7467), 1, + ACTIONS(7509), 1, anon_sym_SEMI, - STATE(4520), 1, + STATE(4755), 1, aux_sym_type_definition_repeat2, - [157803] = 4, + [110752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(5794), 1, anon_sym_COMMA, - ACTIONS(7469), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157816] = 4, + ACTIONS(7511), 1, + anon_sym_RPAREN, + STATE(4553), 1, + aux_sym_preproc_argument_list_repeat1, + [110765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(5191), 1, + anon_sym_RBRACK, + ACTIONS(7513), 1, anon_sym_COMMA, - ACTIONS(7471), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157829] = 4, + STATE(4636), 1, + aux_sym_attribute_repeat1, + [110778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7473), 1, + ACTIONS(7516), 1, anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [157842] = 4, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [110791] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7475), 1, + ACTIONS(7518), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [157855] = 4, + [110804] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + ACTIONS(7520), 1, + anon_sym_constexpr, + STATE(1541), 1, + sym_condition_clause, + [110817] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7477), 1, + ACTIONS(7522), 1, anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [157868] = 3, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [110830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7481), 1, - anon_sym_RPAREN, - ACTIONS(7479), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(7079), 1, sym_identifier, - [157879] = 4, + ACTIONS(7524), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [110843] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7483), 1, + ACTIONS(5056), 1, + anon_sym_RBRACE, + ACTIONS(7526), 1, anon_sym_COMMA, - ACTIONS(7486), 1, - anon_sym_RPAREN, - STATE(4614), 1, - aux_sym_alone_macro_call_repeat1, - [157892] = 4, + STATE(4642), 1, + aux_sym_initializer_list_repeat1, + [110856] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7488), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7490), 1, - anon_sym_RBRACE, - STATE(4559), 1, - aux_sym_enumerator_list_repeat1, - [157905] = 4, + ACTIONS(7529), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [110869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(2264), 1, + anon_sym_LBRACE, + ACTIONS(7531), 1, + sym_identifier, + STATE(515), 1, + sym_declaration_list, + [110882] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5011), 1, anon_sym_COMMA, - ACTIONS(7492), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157918] = 4, + ACTIONS(7533), 1, + anon_sym_RBRACK_RBRACK, + STATE(4525), 1, + aux_sym_attribute_repeat1, + [110895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(7535), 3, anon_sym_COMMA, - ACTIONS(4883), 1, anon_sym_RPAREN, - STATE(4563), 1, - aux_sym_argument_list_repeat1, - [157931] = 4, + anon_sym_GT2, + [110904] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7494), 1, + ACTIONS(7537), 1, anon_sym_COMMA, - ACTIONS(7497), 1, + ACTIONS(7540), 1, anon_sym_RBRACK, - STATE(4618), 1, + STATE(4647), 1, aux_sym_structured_binding_declarator_repeat1, - [157944] = 2, + [110917] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7499), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [157953] = 4, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7542), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [110930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7501), 1, + ACTIONS(7544), 1, anon_sym_SEMI, - STATE(4656), 1, + STATE(4685), 1, aux_sym_declaration_repeat1, - [157966] = 4, + [110943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(7280), 1, anon_sym_COMMA, - ACTIONS(7503), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [157979] = 4, + ACTIONS(7546), 1, + anon_sym_RPAREN, + STATE(4520), 1, + aux_sym_alone_macro_call_repeat1, + [110956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7505), 1, + ACTIONS(7548), 1, anon_sym_SEMI, - STATE(4520), 1, + STATE(4755), 1, aux_sym_type_definition_repeat2, - [157992] = 4, + [110969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7507), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [158005] = 4, + ACTIONS(7550), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [110982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7509), 1, + ACTIONS(7552), 1, anon_sym_RPAREN, - STATE(4514), 1, + STATE(4763), 1, aux_sym_argument_list_repeat1, - [158018] = 4, + [110995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7511), 1, + ACTIONS(7554), 1, anon_sym_RBRACE, - STATE(5026), 1, + STATE(4797), 1, sym_enumerator, - [158031] = 4, + [111008] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7511), 1, + ACTIONS(7554), 1, anon_sym_RBRACE, - ACTIONS(7513), 1, + ACTIONS(7556), 1, anon_sym_COMMA, - STATE(4507), 1, + STATE(4752), 1, aux_sym_enumerator_list_repeat1, - [158044] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7515), 3, - anon_sym_LPAREN2, - anon_sym_LT, - anon_sym_LBRACE, - [158053] = 4, + [111021] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7517), 1, + ACTIONS(7558), 1, anon_sym_SEMI, - STATE(4672), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158066] = 4, + [111034] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 1, - anon_sym_RBRACE, - ACTIONS(7519), 1, + ACTIONS(7363), 1, anon_sym_COMMA, - STATE(4521), 1, - aux_sym_initializer_list_repeat1, - [158079] = 4, + ACTIONS(7560), 1, + anon_sym_RPAREN, + STATE(4565), 1, + aux_sym_parameter_list_repeat1, + [111047] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7521), 1, + ACTIONS(7562), 1, anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [158092] = 4, + STATE(4551), 1, + aux_sym_declaration_repeat1, + [111060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7523), 1, + ACTIONS(7564), 1, anon_sym_SEMI, - STATE(4611), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158105] = 4, + [111073] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7525), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7528), 1, - anon_sym_GT2, - STATE(4632), 1, - aux_sym_template_parameter_list_repeat1, - [158118] = 4, + ACTIONS(7566), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7530), 1, - anon_sym_SEMI, - STATE(4532), 1, - aux_sym_declaration_repeat1, - [158131] = 4, + ACTIONS(7568), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7532), 1, - anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [158144] = 4, + ACTIONS(7570), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7534), 1, - anon_sym_RPAREN, - STATE(4514), 1, - aux_sym_argument_list_repeat1, - [158157] = 4, + ACTIONS(7572), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7536), 1, - anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [158170] = 4, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7574), 1, + anon_sym_SEMI, + STATE(4659), 1, + aux_sym_declaration_repeat1, + [111138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7538), 1, + ACTIONS(7576), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158183] = 4, + [111151] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7540), 1, + ACTIONS(7578), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158196] = 4, + [111164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7536), 1, - anon_sym_RBRACE, - ACTIONS(7542), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - STATE(4507), 1, - aux_sym_enumerator_list_repeat1, - [158209] = 4, - ACTIONS(5846), 1, + ACTIONS(7580), 1, + anon_sym_GT2, + STATE(4661), 1, + aux_sym_template_argument_list_repeat1, + [111177] = 4, + ACTIONS(5838), 1, anon_sym_LPAREN2, - ACTIONS(5848), 1, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7544), 1, + ACTIONS(7582), 1, anon_sym_LF, - STATE(3779), 1, + STATE(3796), 1, sym_preproc_argument_list, - [158222] = 4, + [111190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, + ACTIONS(7535), 3, anon_sym_COMMA, - ACTIONS(7546), 1, anon_sym_RPAREN, - STATE(4534), 1, - aux_sym_parameter_list_repeat1, - [158235] = 4, + anon_sym_GT2, + [111199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7548), 1, + ACTIONS(7584), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4665), 1, aux_sym_declaration_repeat1, - [158248] = 4, + [111212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7550), 1, + ACTIONS(4991), 1, anon_sym_RPAREN, - STATE(4514), 1, + STATE(4720), 1, aux_sym_argument_list_repeat1, - [158261] = 4, + [111225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3675), 1, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(7586), 1, + anon_sym_RPAREN, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [111238] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3645), 1, anon_sym_RBRACE, - ACTIONS(7552), 1, + ACTIONS(7588), 1, anon_sym_COMMA, - STATE(4521), 1, + STATE(4642), 1, aux_sym_initializer_list_repeat1, - [158274] = 4, + [111251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7554), 1, - anon_sym_GT2, - STATE(4616), 1, - aux_sym_template_argument_list_repeat1, - [158287] = 4, + ACTIONS(7590), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [111264] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7556), 1, + ACTIONS(7592), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158300] = 4, + [111277] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7558), 1, + ACTIONS(7594), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158313] = 4, + [111290] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7560), 1, + ACTIONS(7596), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158326] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1744), 3, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - [158335] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6019), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(3652), 1, - sym_parameter_list, - [158348] = 4, + [111303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7562), 1, + ACTIONS(7598), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158361] = 4, + [111316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7564), 1, + ACTIONS(7600), 1, anon_sym_SEMI, - STATE(4637), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158374] = 4, + [111329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7566), 1, + ACTIONS(7602), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158387] = 4, + [111342] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7568), 1, + ACTIONS(7604), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111355] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(7606), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(7608), 1, anon_sym_SEMI, - STATE(4583), 1, - aux_sym_declaration_repeat1, - [158400] = 4, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [111381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7570), 1, + ACTIONS(7610), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158413] = 4, + [111394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7572), 1, + ACTIONS(7612), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158426] = 3, + [111407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7574), 1, - anon_sym_catch, - STATE(142), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [158437] = 4, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7614), 1, + anon_sym_SEMI, + STATE(4678), 1, + aux_sym_declaration_repeat1, + [111420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7576), 1, + ACTIONS(7616), 1, anon_sym_SEMI, - STATE(4520), 1, + STATE(4755), 1, aux_sym_type_definition_repeat2, - [158450] = 4, + [111433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7578), 1, + ACTIONS(7618), 1, anon_sym_RBRACE, - STATE(5026), 1, + STATE(4797), 1, sym_enumerator, - [158463] = 4, + [111446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 1, - anon_sym_RBRACE, - ACTIONS(7580), 1, + ACTIONS(7622), 1, + anon_sym_RPAREN, + ACTIONS(7620), 2, anon_sym_COMMA, - STATE(4521), 1, - aux_sym_initializer_list_repeat1, - [158476] = 4, + anon_sym_SEMI, + [111457] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7582), 1, - anon_sym_RPAREN, - STATE(4678), 1, - aux_sym_alone_macro_call_repeat1, - [158489] = 4, + ACTIONS(7624), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7584), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [158502] = 4, + ACTIONS(7626), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7586), 1, + ACTIONS(7628), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4680), 1, aux_sym_template_argument_list_repeat1, - [158515] = 4, + [111496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(3049), 1, + anon_sym_LBRACE, + ACTIONS(6210), 1, + anon_sym_COLON_COLON, + STATE(2850), 1, + sym_initializer_list, + [111509] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7588), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [158528] = 4, + ACTIONS(7630), 1, + anon_sym_SEMI, + STATE(4690), 1, + aux_sym_declaration_repeat1, + [111522] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7590), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7593), 1, - anon_sym_RPAREN, - STATE(4665), 1, - aux_sym_parameter_list_repeat1, - [158541] = 4, + ACTIONS(7632), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [111535] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7595), 1, + ACTIONS(7634), 1, anon_sym_SEMI, - STATE(4520), 1, + STATE(4755), 1, aux_sym_type_definition_repeat2, - [158554] = 4, + [111548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7597), 1, - anon_sym_GT2, - STATE(4551), 1, - aux_sym_template_argument_list_repeat1, - [158567] = 4, + ACTIONS(7636), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111561] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4954), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(4956), 1, - anon_sym_RBRACE, - STATE(4569), 1, - aux_sym_initializer_list_repeat1, - [158580] = 4, + ACTIONS(7638), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111574] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7640), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111587] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7642), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111600] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5794), 1, + anon_sym_COMMA, + ACTIONS(7644), 1, + anon_sym_RPAREN, + STATE(4553), 1, + aux_sym_preproc_argument_list_repeat1, + [111613] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7646), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111626] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7599), 1, + ACTIONS(7648), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158593] = 4, + [111639] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7601), 1, + ACTIONS(7650), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158606] = 4, + [111652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7603), 1, + ACTIONS(7652), 1, anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [158619] = 4, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [111665] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7605), 1, + ACTIONS(7654), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4697), 1, aux_sym_declaration_repeat1, - [158632] = 4, + [111678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7656), 1, anon_sym_SEMI, - ACTIONS(2261), 1, - anon_sym_LT, - ACTIONS(2270), 1, - anon_sym_COLON_COLON, - [158645] = 4, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7607), 1, + ACTIONS(7658), 1, anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [158658] = 4, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - ACTIONS(7609), 1, - anon_sym_RBRACE, - STATE(5026), 1, - sym_enumerator, - [158671] = 3, + ACTIONS(6224), 1, + anon_sym_COMMA, + ACTIONS(7660), 1, + anon_sym_SEMI, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [111717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7611), 1, + ACTIONS(7662), 1, sym_identifier, - ACTIONS(7613), 2, + ACTIONS(7664), 2, anon_sym_COMMA, anon_sym_GT2, - [158682] = 4, + [111728] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, + ACTIONS(7666), 1, anon_sym_COMMA, - ACTIONS(7615), 1, + ACTIONS(7668), 1, anon_sym_RPAREN, - STATE(4665), 1, - aux_sym_parameter_list_repeat1, - [158695] = 4, + STATE(4546), 1, + aux_sym_preproc_params_repeat1, + [111741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(7670), 1, + anon_sym_COMMA, + ACTIONS(7672), 1, + anon_sym_RBRACE, + STATE(4752), 1, + aux_sym_enumerator_list_repeat1, + [111754] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(7674), 1, + anon_sym_GT2, + STATE(4703), 1, + aux_sym_template_argument_list_repeat1, + [111767] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7672), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [111780] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7617), 1, + ACTIONS(7676), 1, anon_sym_RPAREN, - STATE(4614), 1, - aux_sym_alone_macro_call_repeat1, - [158708] = 4, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [111793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(3379), 1, + anon_sym_LBRACE, + ACTIONS(6206), 1, + anon_sym_COLON_COLON, + STATE(3472), 1, + sym_initializer_list, + [111806] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7619), 1, + ACTIONS(7678), 1, anon_sym_SEMI, - STATE(4546), 1, + STATE(4707), 1, aux_sym_declaration_repeat1, - [158721] = 2, + [111819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7621), 3, + ACTIONS(4913), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7680), 1, anon_sym_GT2, - [158730] = 4, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111832] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + ACTIONS(7682), 1, + anon_sym_constexpr, + STATE(1528), 1, + sym_condition_clause, + [111845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7623), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7625), 1, + ACTIONS(7684), 1, anon_sym_RPAREN, - STATE(4711), 1, - aux_sym_throw_specifier_repeat1, - [158743] = 2, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [111858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7627), 3, - anon_sym_LPAREN2, - anon_sym_LT, - anon_sym_LBRACE, - [158752] = 3, + ACTIONS(4913), 1, + anon_sym_COMMA, + ACTIONS(7686), 1, + anon_sym_GT2, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [111871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7629), 1, - anon_sym_catch, - STATE(150), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [158763] = 4, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(7688), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [111884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7631), 1, + ACTIONS(7690), 1, anon_sym_SEMI, - STATE(4545), 1, + STATE(4648), 1, aux_sym_declaration_repeat1, - [158776] = 2, + [111897] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7692), 1, + anon_sym_COMMA, + ACTIONS(7695), 1, + anon_sym_LBRACE, + STATE(4724), 1, + aux_sym_base_class_clause_repeat1, + [111910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7633), 3, + ACTIONS(7697), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7695), 2, anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_EQ, - [158785] = 2, + [111921] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7066), 3, + ACTIONS(6979), 1, anon_sym_COMMA, + ACTIONS(7699), 1, anon_sym_LBRACE, - anon_sym_EQ, - [158794] = 4, + STATE(4724), 1, + aux_sym_base_class_clause_repeat1, + [111934] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7635), 1, + ACTIONS(7701), 1, anon_sym_RBRACE, - STATE(5026), 1, + STATE(4797), 1, sym_enumerator, - [158807] = 4, + [111947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7637), 1, + ACTIONS(7703), 1, anon_sym_SEMI, - STATE(4520), 1, + STATE(4755), 1, aux_sym_type_definition_repeat2, - [158820] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3243), 1, - anon_sym_LBRACE, - ACTIONS(6180), 1, - anon_sym_COLON_COLON, - STATE(2743), 1, - sym_initializer_list, - [158833] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - ACTIONS(7639), 1, - anon_sym_constexpr, - STATE(1607), 1, - sym_condition_clause, - [158846] = 4, + [111960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7641), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7644), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [158859] = 2, + ACTIONS(7705), 1, + anon_sym_GT2, + STATE(4573), 1, + aux_sym_template_argument_list_repeat1, + [111973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7621), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [158868] = 4, + ACTIONS(7707), 1, + anon_sym_catch, + STATE(111), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [111984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7646), 1, + ACTIONS(7709), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158881] = 4, + [111997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7648), 1, + ACTIONS(7711), 1, anon_sym_SEMI, - STATE(4691), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [158894] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7650), 1, - anon_sym_COMMA, - ACTIONS(7652), 1, - anon_sym_RBRACE, - STATE(4596), 1, - aux_sym_enumerator_list_repeat1, - [158907] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5048), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(7654), 1, - anon_sym_COMMA, - STATE(4696), 1, - aux_sym_attribute_repeat1, - [158920] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_COMMA, - ACTIONS(4948), 1, - anon_sym_RPAREN, - STATE(4606), 1, - aux_sym_argument_list_repeat1, - [158933] = 4, - ACTIONS(5846), 1, + [112010] = 4, + ACTIONS(5838), 1, anon_sym_LPAREN2, - ACTIONS(5848), 1, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7657), 1, + ACTIONS(7713), 1, anon_sym_LF, - STATE(3779), 1, + STATE(3796), 1, sym_preproc_argument_list, - [158946] = 4, + [112023] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(6979), 1, + anon_sym_COMMA, + ACTIONS(7699), 1, + anon_sym_LBRACE, + STATE(4534), 1, + aux_sym_base_class_clause_repeat1, + [112036] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7659), 1, + ACTIONS(7715), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [158959] = 4, + [112049] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(6176), 1, + ACTIONS(6222), 1, anon_sym_COLON_COLON, - STATE(3012), 1, + STATE(2807), 1, sym_initializer_list, - [158972] = 4, + [112062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(5003), 1, anon_sym_COMMA, - ACTIONS(7661), 1, - anon_sym_GT2, - STATE(4541), 1, - aux_sym_template_argument_list_repeat1, - [158985] = 4, + ACTIONS(5005), 1, + anon_sym_RBRACE, + STATE(4589), 1, + aux_sym_initializer_list_repeat1, + [112075] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7249), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7663), 1, + ACTIONS(7717), 1, anon_sym_GT2, - STATE(4632), 1, - aux_sym_template_parameter_list_repeat1, - [158998] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7665), 1, - anon_sym_COMMA, - ACTIONS(7668), 1, - anon_sym_RPAREN, - STATE(4703), 1, - aux_sym_throw_specifier_repeat1, - [159011] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2290), 1, - anon_sym_LBRACE, - ACTIONS(7670), 1, - sym_identifier, - STATE(609), 1, - sym_declaration_list, - [159024] = 4, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [112088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - ACTIONS(7672), 1, + ACTIONS(7719), 1, anon_sym_GT2, - STATE(4541), 1, + STATE(4621), 1, aux_sym_template_argument_list_repeat1, - [159037] = 4, + [112101] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3657), 1, anon_sym_RBRACE, - ACTIONS(7674), 1, + ACTIONS(7721), 1, anon_sym_COMMA, - STATE(4521), 1, + STATE(4642), 1, aux_sym_initializer_list_repeat1, - [159050] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3209), 1, - anon_sym_LBRACE, - ACTIONS(6174), 1, - anon_sym_COLON_COLON, - STATE(2820), 1, - sym_initializer_list, - [159063] = 4, + [112114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(7666), 1, anon_sym_COMMA, - ACTIONS(7676), 1, + ACTIONS(7723), 1, anon_sym_RPAREN, - STATE(4537), 1, + STATE(4711), 1, aux_sym_preproc_params_repeat1, - [159076] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7678), 3, - anon_sym_LPAREN2, - anon_sym_LT, - anon_sym_LBRACE, - [159085] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7230), 1, - anon_sym_COMMA, - ACTIONS(7680), 1, - anon_sym_RPAREN, - STATE(4614), 1, - aux_sym_alone_macro_call_repeat1, - [159098] = 4, + [112127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7623), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7682), 1, - anon_sym_RPAREN, - STATE(4703), 1, - aux_sym_throw_specifier_repeat1, - [159111] = 3, + ACTIONS(7725), 1, + anon_sym_SEMI, + STATE(4699), 1, + aux_sym_declaration_repeat1, + [112140] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3068), 1, - anon_sym_EQ, - ACTIONS(3064), 2, + ACTIONS(4913), 1, anon_sym_COMMA, + ACTIONS(7727), 1, anon_sym_GT2, - [159122] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7684), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [159131] = 4, + STATE(4621), 1, + aux_sym_template_argument_list_repeat1, + [112153] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7686), 1, + ACTIONS(7729), 1, anon_sym_COMMA, - ACTIONS(7688), 1, + ACTIONS(7731), 1, anon_sym_RBRACE, - STATE(4507), 1, + STATE(4752), 1, aux_sym_enumerator_list_repeat1, - [159144] = 4, + [112166] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, + ACTIONS(7079), 1, sym_identifier, - ACTIONS(7688), 1, + ACTIONS(7731), 1, anon_sym_RBRACE, - STATE(5026), 1, + STATE(4797), 1, sym_enumerator, - [159157] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6527), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [159166] = 4, + [112179] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(7690), 1, + ACTIONS(7733), 1, anon_sym_RPAREN, - STATE(4514), 1, + STATE(4763), 1, aux_sym_argument_list_repeat1, - [159179] = 4, + [112192] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - ACTIONS(7692), 1, - anon_sym_constexpr, - STATE(1597), 1, - sym_condition_clause, - [159192] = 4, + ACTIONS(6657), 1, + anon_sym_COMMA, + ACTIONS(7735), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [112205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7694), 1, + ACTIONS(7737), 1, anon_sym_SEMI, - STATE(4642), 1, + STATE(4731), 1, aux_sym_declaration_repeat1, - [159205] = 4, + [112218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6609), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7696), 1, + ACTIONS(7739), 1, anon_sym_SEMI, - STATE(4520), 1, - aux_sym_type_definition_repeat2, - [159218] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7698), 1, - anon_sym_catch, - STATE(145), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [159229] = 4, + STATE(4560), 1, + aux_sym_declaration_repeat1, + [112231] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7700), 1, + ACTIONS(7741), 1, anon_sym_SEMI, - STATE(4693), 1, + STATE(4560), 1, aux_sym_declaration_repeat1, - [159242] = 4, + [112244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5991), 1, - anon_sym_RPAREN, - ACTIONS(7702), 1, + ACTIONS(4913), 1, anon_sym_COMMA, - STATE(4723), 1, - aux_sym_preproc_argument_list_repeat1, - [159255] = 4, + ACTIONS(7743), 1, + anon_sym_GT2, + STATE(4735), 1, + aux_sym_template_argument_list_repeat1, + [112257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7705), 1, + ACTIONS(7745), 1, anon_sym_COMMA, - ACTIONS(7708), 1, - anon_sym_RPAREN, - STATE(4724), 1, - aux_sym_preproc_params_repeat1, - [159268] = 4, + ACTIONS(7748), 1, + anon_sym_RBRACE, + STATE(4752), 1, + aux_sym_enumerator_list_repeat1, + [112270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(4995), 1, anon_sym_COMMA, - ACTIONS(7710), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [159281] = 4, + ACTIONS(4997), 1, + anon_sym_RBRACE, + STATE(4740), 1, + aux_sym_initializer_list_repeat1, + [112283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, - anon_sym_COMMA, - ACTIONS(7712), 1, - anon_sym_SEMI, - STATE(4691), 1, - aux_sym_declaration_repeat1, - [159294] = 3, + ACTIONS(7079), 1, + sym_identifier, + ACTIONS(7750), 1, + anon_sym_RBRACE, + STATE(4797), 1, + sym_enumerator, + [112296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7714), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7716), 2, + ACTIONS(7752), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [159305] = 4, + ACTIONS(7755), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [112309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(3611), 1, + anon_sym_RBRACE, + ACTIONS(7757), 1, anon_sym_COMMA, - ACTIONS(7718), 1, - anon_sym_RPAREN, - STATE(4731), 1, - aux_sym_alone_macro_call_repeat1, - [159318] = 4, + STATE(4642), 1, + aux_sym_initializer_list_repeat1, + [112322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6961), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7720), 1, - anon_sym_LBRACE, - STATE(4497), 1, - aux_sym_base_class_clause_repeat1, - [159331] = 4, + ACTIONS(7759), 1, + anon_sym_SEMI, + STATE(4582), 1, + aux_sym_declaration_repeat1, + [112335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_COMMA, - ACTIONS(7722), 1, - anon_sym_GT2, - STATE(4699), 1, - aux_sym_template_argument_list_repeat1, - [159344] = 4, + ACTIONS(7761), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [112344] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7724), 1, - anon_sym_RPAREN, - STATE(4614), 1, - aux_sym_alone_macro_call_repeat1, - [159357] = 4, + ACTIONS(7763), 1, + anon_sym_RBRACK, + STATE(4636), 1, + aux_sym_attribute_repeat1, + [112357] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5010), 1, + ACTIONS(7765), 1, anon_sym_COMMA, - ACTIONS(5012), 1, + ACTIONS(7767), 1, anon_sym_RBRACE, - STATE(4706), 1, - aux_sym_initializer_list_repeat1, - [159370] = 4, + STATE(4744), 1, + aux_sym_enumerator_list_repeat1, + [112370] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_LBRACE, - ACTIONS(6166), 1, - anon_sym_COLON_COLON, - STATE(2486), 1, - sym_initializer_list, - [159383] = 4, + ACTIONS(4947), 1, + anon_sym_COMMA, + ACTIONS(5007), 1, + anon_sym_RPAREN, + STATE(4746), 1, + aux_sym_argument_list_repeat1, + [112383] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7726), 1, + ACTIONS(6657), 1, anon_sym_COMMA, - ACTIONS(7728), 1, - anon_sym_RBRACE, - STATE(4714), 1, - aux_sym_enumerator_list_repeat1, - [159396] = 4, + ACTIONS(7769), 1, + anon_sym_SEMI, + STATE(4755), 1, + aux_sym_type_definition_repeat2, + [112396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - ACTIONS(7730), 1, - anon_sym_constexpr, - STATE(1648), 1, - sym_condition_clause, - [159409] = 4, + ACTIONS(5165), 1, + anon_sym_RPAREN, + ACTIONS(7771), 1, + anon_sym_COMMA, + STATE(4763), 1, + aux_sym_argument_list_repeat1, + [112409] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4947), 1, anon_sym_COMMA, - ACTIONS(5014), 1, + ACTIONS(4983), 1, anon_sym_RPAREN, - STATE(4717), 1, + STATE(4632), 1, aux_sym_argument_list_repeat1, - [159422] = 3, + [112422] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(7776), 1, + anon_sym_RBRACE, + STATE(4622), 1, + aux_sym_enumerator_list_repeat1, + [112435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7732), 1, + ACTIONS(7778), 1, anon_sym_catch, STATE(691), 2, sym_catch_clause, aux_sym_try_statement_repeat1, - [159433] = 4, - ACTIONS(5846), 1, - anon_sym_LPAREN2, - ACTIONS(5848), 1, + [112446] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7734), 1, - anon_sym_LF, - STATE(3779), 1, - sym_preproc_argument_list, - [159446] = 4, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + ACTIONS(7780), 1, + anon_sym_constexpr, + STATE(1488), 1, + sym_condition_clause, + [112459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6184), 1, + ACTIONS(6224), 1, anon_sym_COMMA, - ACTIONS(7736), 1, + ACTIONS(7782), 1, anon_sym_SEMI, - STATE(4725), 1, + STATE(4749), 1, aux_sym_declaration_repeat1, - [159459] = 3, + [112472] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7784), 2, + anon_sym_COMMA, + anon_sym_GT2, + [112480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(7306), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2604), 1, - sym_field_declaration_list, - [159469] = 2, + [112488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1896), 2, + ACTIONS(1442), 2, anon_sym_else, anon_sym_while, - [159477] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7738), 1, - anon_sym_LPAREN2, - STATE(4792), 1, - sym_condition_clause, - [159487] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3795), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [159495] = 3, + [112496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4944), 1, - anon_sym_RBRACK, - ACTIONS(7740), 1, - anon_sym_COMMA, - [159505] = 3, - ACTIONS(5848), 1, + ACTIONS(1474), 2, + anon_sym_else, + anon_sym_while, + [112504] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7742), 1, + ACTIONS(7786), 1, anon_sym_LF, - ACTIONS(7744), 1, + ACTIONS(7788), 1, sym_preproc_arg, - [159515] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(4889), 1, - sym_parameter_list, - [159525] = 3, + [112514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7746), 1, - anon_sym_default, - ACTIONS(7748), 1, - anon_sym_delete, - [159535] = 3, - ACTIONS(3), 1, + ACTIONS(1478), 2, + anon_sym_else, + anon_sym_while, + [112522] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7750), 1, - sym_identifier, - ACTIONS(7752), 1, - anon_sym_LPAREN2, - [159545] = 3, + ACTIONS(7790), 1, + anon_sym_LF, + ACTIONS(7792), 1, + sym_preproc_arg, + [112532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, - anon_sym_LPAREN2, - STATE(5500), 1, - sym_parenthesized_expression, - [159555] = 3, + ACTIONS(1482), 2, + anon_sym_else, + anon_sym_while, + [112540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(683), 1, - sym_template_parameter_list, - [159565] = 3, + ACTIONS(5165), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [112548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(4737), 1, - sym_compound_statement, - [159575] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(950), 1, + STATE(1340), 1, sym_field_declaration_list, - [159585] = 3, + [112566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(1646), 1, + STATE(1486), 1, sym_condition_clause, - [159595] = 3, + [112576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7756), 1, - anon_sym_default, - ACTIONS(7758), 1, - anon_sym_delete, - [159605] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_LPAREN2, - STATE(2825), 1, - sym_argument_list, - [159615] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112592] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7794), 1, + anon_sym_LF, + ACTIONS(7796), 1, + sym_preproc_arg, + [112602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7760), 1, - anon_sym_default, - ACTIONS(7762), 1, - anon_sym_delete, - [159625] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2617), 1, + STATE(1353), 1, sym_field_declaration_list, - [159635] = 3, + [112620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2616), 1, + STATE(2743), 1, sym_field_declaration_list, - [159645] = 3, + [112630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(822), 1, + STATE(2742), 1, sym_field_declaration_list, - [159655] = 3, + [112640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(4562), 1, - sym_compound_statement, - [159665] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112656] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2612), 1, + STATE(2737), 1, sym_field_declaration_list, - [159675] = 3, + [112666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2611), 1, + STATE(2736), 1, sym_field_declaration_list, - [159685] = 3, + [112676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6947), 1, - sym_identifier, - STATE(5026), 1, - sym_enumerator, - [159695] = 2, - ACTIONS(5848), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112684] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7764), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [159703] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2608), 1, + STATE(2732), 1, sym_field_declaration_list, - [159713] = 3, + [112702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2362), 1, - sym_field_declaration_list, - [159723] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2607), 1, + STATE(2729), 1, sym_field_declaration_list, - [159733] = 3, + [112720] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, - anon_sym_LPAREN2, - STATE(4985), 1, - sym_condition_clause, - [159743] = 3, + ACTIONS(7748), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [112728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112736] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2368), 1, + STATE(1314), 1, sym_field_declaration_list, - [159753] = 3, + [112754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2370), 1, + STATE(1315), 1, sym_field_declaration_list, - [159763] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7766), 1, - anon_sym_LF, - ACTIONS(7768), 1, - sym_preproc_arg, - [159773] = 3, + [112772] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, + ACTIONS(4765), 1, anon_sym_LPAREN2, - STATE(1593), 1, - sym_condition_clause, - [159783] = 3, + STATE(5425), 1, + sym_argument_list, + [112782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(1303), 1, anon_sym_LBRACE, - STATE(891), 1, - sym_field_declaration_list, - [159793] = 3, + STATE(742), 1, + sym_compound_statement, + [112792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(687), 1, - sym_template_parameter_list, - [159803] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - STATE(5152), 1, - sym_argument_list, - [159813] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112808] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7798), 1, + anon_sym_LF, + ACTIONS(7800), 1, + sym_preproc_arg, + [112818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1561), 1, - sym_condition_clause, - [159823] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(388), 1, - sym_compound_statement, - [159833] = 3, + STATE(960), 1, + sym_field_declaration_list, + [112836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(5297), 1, - sym_parenthesized_expression, - [159843] = 3, + STATE(1531), 1, + sym_condition_clause, + [112846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(434), 1, - sym_compound_statement, - [159853] = 3, + STATE(2618), 1, + sym_field_declaration_list, + [112856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(7802), 1, anon_sym_LPAREN2, - STATE(5015), 1, - sym_parameter_list, - [159863] = 3, + STATE(4942), 1, + sym_condition_clause, + [112866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(4823), 1, - sym_parameter_list, - [159873] = 2, + STATE(1516), 1, + sym_condition_clause, + [112876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7716), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [159881] = 3, - ACTIONS(5848), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112884] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7770), 1, - anon_sym_LF, - ACTIONS(7772), 1, - sym_preproc_arg, - [159891] = 2, - ACTIONS(5848), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112892] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7774), 2, - anon_sym_LF, - sym_preproc_arg, - [159899] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112900] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7804), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [112908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(5565), 1, - sym_parenthesized_expression, - [159909] = 3, + STATE(1493), 1, + sym_condition_clause, + [112918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(686), 1, - sym_template_parameter_list, - [159919] = 2, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7708), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [159927] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(290), 1, - sym_compound_statement, - [159937] = 3, + STATE(1319), 1, + sym_field_declaration_list, + [112944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7776), 1, - anon_sym_default, - ACTIONS(7778), 1, - anon_sym_delete, - [159947] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2298), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(659), 1, - sym_declaration_list, - [159957] = 3, + STATE(2603), 1, + sym_field_declaration_list, + [112962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7780), 1, - anon_sym_RPAREN, - ACTIONS(7782), 1, - aux_sym_alone_macro_call_token1, - [159967] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [112970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1334), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(738), 1, - sym_compound_statement, - [159977] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1611), 1, - sym_condition_clause, - [159987] = 3, + STATE(1320), 1, + sym_field_declaration_list, + [112980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2734), 1, + STATE(2600), 1, sym_field_declaration_list, - [159997] = 3, + [112990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, + ACTIONS(3229), 1, anon_sym_LT, - STATE(849), 1, + STATE(2341), 1, sym_template_argument_list, - [160007] = 3, + [113000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, - anon_sym_LBRACE, - STATE(2736), 1, - sym_field_declaration_list, - [160017] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2588), 1, + STATE(2639), 1, sym_field_declaration_list, - [160027] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1626), 1, - sym_condition_clause, - [160037] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7784), 1, - anon_sym_LF, - ACTIONS(7786), 1, - sym_preproc_arg, - [160047] = 3, + [113018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2712), 1, + STATE(959), 1, sym_field_declaration_list, - [160057] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7788), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [160065] = 3, + [113028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2700), 1, + STATE(2638), 1, sym_field_declaration_list, - [160075] = 3, + [113038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2699), 1, + STATE(2637), 1, sym_field_declaration_list, - [160085] = 3, + [113048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2696), 1, + STATE(2636), 1, sym_field_declaration_list, - [160095] = 2, + [113058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7790), 2, - anon_sym_COMMA, - anon_sym_GT2, - [160103] = 3, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2695), 1, + STATE(2635), 1, sym_field_declaration_list, - [160113] = 3, + [113076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2694), 1, + STATE(2633), 1, sym_field_declaration_list, - [160123] = 2, + [113086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6393), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [160131] = 3, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(4544), 1, + sym_compound_statement, + [113096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2692), 1, + STATE(2629), 1, sym_field_declaration_list, - [160141] = 3, + [113106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2690), 1, + STATE(2628), 1, sym_field_declaration_list, - [160151] = 3, + [113116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2689), 1, + STATE(2626), 1, sym_field_declaration_list, - [160161] = 2, + [113126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1884), 2, + ACTIONS(1442), 2, anon_sym_else, anon_sym_while, - [160169] = 3, + [113134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, - anon_sym_LBRACE, - STATE(4657), 1, - sym_compound_statement, - [160179] = 2, - ACTIONS(5848), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113142] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7792), 2, + ACTIONS(7806), 2, anon_sym_LF, sym_preproc_arg, - [160187] = 2, - ACTIONS(5848), 1, + [113150] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7794), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [160195] = 2, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4908), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [160203] = 2, - ACTIONS(5848), 1, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113166] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7796), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [160211] = 2, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7798), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [160219] = 2, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7668), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [160227] = 2, + ACTIONS(1442), 2, + anon_sym_else, + anon_sym_while, + [113190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1776), 2, + ACTIONS(1586), 2, anon_sym_else, anon_sym_while, - [160235] = 3, + [113198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4138), 1, - anon_sym_LPAREN2, - STATE(2448), 1, - sym_argument_list, - [160245] = 3, + ACTIONS(1582), 2, + anon_sym_else, + anon_sym_while, + [113206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, - anon_sym_LPAREN2, - STATE(4855), 1, - sym_condition_clause, - [160255] = 3, + ACTIONS(1578), 2, + anon_sym_else, + anon_sym_while, + [113214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1334), 1, + ACTIONS(1303), 1, anon_sym_LBRACE, STATE(693), 1, sym_compound_statement, - [160265] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2343), 1, - sym_field_declaration_list, - [160275] = 3, + [113224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(958), 1, - sym_field_declaration_list, - [160285] = 3, + ACTIONS(1574), 2, + anon_sym_else, + anon_sym_while, + [113232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, - anon_sym_COLON_COLON, - ACTIONS(7800), 1, - anon_sym_LT, - [160295] = 3, + ACTIONS(1570), 2, + anon_sym_else, + anon_sym_while, + [113240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2316), 1, - anon_sym_COLON_COLON, - ACTIONS(7803), 1, - anon_sym_LT, - [160305] = 3, + ACTIONS(1566), 2, + anon_sym_else, + anon_sym_while, + [113248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 1, - anon_sym_COLON_COLON, - ACTIONS(7806), 1, - anon_sym_LT, - [160315] = 3, + ACTIONS(1562), 2, + anon_sym_else, + anon_sym_while, + [113256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1609), 1, - sym_condition_clause, - [160325] = 2, + ACTIONS(1554), 2, + anon_sym_else, + anon_sym_while, + [113264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 2, + ACTIONS(1550), 2, anon_sym_else, anon_sym_while, - [160333] = 3, + [113272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2594), 1, + STATE(2331), 1, sym_field_declaration_list, - [160343] = 3, + [113282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2595), 1, + STATE(2611), 1, sym_field_declaration_list, - [160353] = 3, + [113292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3495), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(2596), 1, + STATE(2612), 1, sym_field_declaration_list, - [160363] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1772), 2, - anon_sym_else, - anon_sym_while, - [160371] = 3, + [113302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2292), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(529), 1, - sym_declaration_list, - [160381] = 3, + STATE(2613), 1, + sym_field_declaration_list, + [113312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2314), 1, - sym_field_declaration_list, - [160391] = 3, + ACTIONS(1546), 2, + anon_sym_else, + anon_sym_while, + [113320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2434), 1, - sym_field_declaration_list, - [160401] = 3, + ACTIONS(7808), 1, + sym_identifier, + ACTIONS(7810), 1, + anon_sym_LPAREN2, + [113330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(684), 1, - sym_template_parameter_list, - [160411] = 3, + ACTIONS(1542), 2, + anon_sym_else, + anon_sym_while, + [113338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2438), 1, - sym_field_declaration_list, - [160421] = 3, + ACTIONS(1538), 2, + anon_sym_else, + anon_sym_while, + [113346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1326), 1, - sym_field_declaration_list, - [160431] = 3, + ACTIONS(1526), 1, + anon_sym_while, + ACTIONS(7812), 1, + anon_sym_else, + [113356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(1355), 1, + STATE(848), 1, sym_field_declaration_list, - [160441] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7809), 1, - anon_sym_LF, - ACTIONS(7811), 1, - sym_preproc_arg, - [160451] = 2, + [113366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1864), 2, + ACTIONS(1514), 2, anon_sym_else, anon_sym_while, - [160459] = 3, + [113374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7813), 1, - anon_sym_RPAREN, - ACTIONS(7815), 1, - aux_sym_alone_macro_call_token1, - [160469] = 3, + ACTIONS(1506), 2, + anon_sym_else, + anon_sym_while, + [113382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2384), 1, + STATE(2318), 1, sym_field_declaration_list, - [160479] = 3, + [113392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2385), 1, - sym_field_declaration_list, - [160489] = 3, + ACTIONS(1494), 2, + anon_sym_else, + anon_sym_while, + [113400] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(2329), 1, sym_field_declaration_list, - [160499] = 2, + [113410] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1788), 2, + ACTIONS(1486), 2, anon_sym_else, anon_sym_while, - [160507] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2387), 1, - sym_field_declaration_list, - [160517] = 3, + [113418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2388), 1, - sym_field_declaration_list, - [160527] = 3, + ACTIONS(1470), 2, + anon_sym_else, + anon_sym_while, + [113426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7817), 1, - anon_sym_default, - ACTIONS(7819), 1, - anon_sym_delete, - [160537] = 2, + ACTIONS(1436), 1, + anon_sym_while, + ACTIONS(7814), 1, + anon_sym_else, + [113436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1800), 2, + ACTIONS(1466), 2, anon_sym_else, anon_sym_while, - [160545] = 3, + [113444] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2392), 1, - sym_field_declaration_list, - [160555] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7821), 1, - anon_sym_LF, - ACTIONS(7823), 1, - sym_preproc_arg, - [160565] = 3, + ACTIONS(1462), 2, + anon_sym_else, + anon_sym_while, + [113452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, - anon_sym_LBRACE, - STATE(225), 1, - sym_compound_statement, - [160575] = 3, + ACTIONS(1446), 2, + anon_sym_else, + anon_sym_while, + [113460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym_field_declaration_list, - [160585] = 3, + ACTIONS(1458), 2, + anon_sym_else, + anon_sym_while, + [113468] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1908), 1, - anon_sym_while, - ACTIONS(7825), 1, + ACTIONS(1454), 2, anon_sym_else, - [160595] = 2, + anon_sym_while, + [113476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1904), 2, + ACTIONS(1450), 2, anon_sym_else, anon_sym_while, - [160603] = 3, + [113484] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7816), 1, + anon_sym_LF, + ACTIONS(7818), 1, + sym_preproc_arg, + [113494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4950), 1, - anon_sym_RPAREN, - ACTIONS(4952), 1, - anon_sym_SEMI, - [160613] = 2, + ACTIONS(2324), 1, + anon_sym_COLON_COLON, + ACTIONS(7820), 1, + anon_sym_LT, + [113504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1872), 2, - anon_sym_else, - anon_sym_while, - [160621] = 2, + ACTIONS(2304), 1, + anon_sym_COLON_COLON, + ACTIONS(7823), 1, + anon_sym_LT, + [113514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1856), 2, - anon_sym_else, - anon_sym_while, - [160629] = 2, + ACTIONS(2286), 1, + anon_sym_COLON_COLON, + ACTIONS(7826), 1, + anon_sym_LT, + [113524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1848), 2, - anon_sym_else, - anon_sym_while, - [160637] = 3, + ACTIONS(4189), 1, + anon_sym_LPAREN2, + STATE(2508), 1, + sym_argument_list, + [113534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(4649), 1, - sym_compound_statement, - [160647] = 2, + STATE(957), 1, + sym_field_declaration_list, + [113544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1828), 2, - anon_sym_else, - anon_sym_while, - [160655] = 2, + ACTIONS(2264), 1, + anon_sym_LBRACE, + STATE(624), 1, + sym_declaration_list, + [113554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 2, - anon_sym_COMMA, - anon_sym_GT2, - [160663] = 2, + ACTIONS(1490), 2, + anon_sym_else, + anon_sym_while, + [113562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7593), 2, + ACTIONS(7292), 2, anon_sym_COMMA, anon_sym_RPAREN, - [160671] = 2, + [113570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5066), 2, + ACTIONS(7829), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [160679] = 2, - ACTIONS(3), 1, + anon_sym_GT2, + [113578] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1824), 2, - anon_sym_else, - anon_sym_while, - [160687] = 3, + ACTIONS(7831), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [113586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2290), 1, + ACTIONS(7833), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(666), 1, - sym_declaration_list, - [160697] = 3, + [113594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7829), 1, + ACTIONS(3229), 1, anon_sym_LT, - STATE(2318), 1, + STATE(928), 1, sym_template_argument_list, - [160707] = 2, + [113604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1812), 2, - anon_sym_else, - anon_sym_while, - [160715] = 3, + ACTIONS(7835), 1, + anon_sym_default, + ACTIONS(7837), 1, + anon_sym_delete, + [113614] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7839), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [113622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2683), 1, + STATE(2336), 1, sym_field_declaration_list, - [160725] = 3, + [113632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2678), 1, + STATE(2345), 1, sym_field_declaration_list, - [160735] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(4863), 1, - sym_parameter_list, - [160745] = 3, + [113642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2415), 1, + STATE(1347), 1, sym_field_declaration_list, - [160755] = 2, + [113652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7486), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [160763] = 3, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(4852), 1, + sym_parameter_list, + [113662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2413), 1, - sym_field_declaration_list, - [160773] = 3, + ACTIONS(7841), 2, + anon_sym_COMMA, + anon_sym_GT2, + [113670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(2676), 1, + STATE(1351), 1, sym_field_declaration_list, - [160783] = 3, + [113680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2410), 1, - sym_field_declaration_list, - [160793] = 3, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + STATE(1529), 1, + sym_condition_clause, + [113690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2402), 1, - sym_field_declaration_list, - [160803] = 3, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + STATE(5183), 1, + sym_argument_list, + [113700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, + ACTIONS(7843), 1, anon_sym_LPAREN2, - STATE(5249), 1, + STATE(5564), 1, sym_parenthesized_expression, - [160813] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7831), 1, - anon_sym_LF, - ACTIONS(7833), 1, - sym_preproc_arg, - [160823] = 3, + [113710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2399), 1, - sym_field_declaration_list, - [160833] = 3, + ACTIONS(4319), 1, + anon_sym_LPAREN2, + STATE(2822), 1, + sym_argument_list, + [113720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2397), 1, - sym_field_declaration_list, - [160843] = 3, + ACTIONS(2203), 1, + anon_sym_LT, + STATE(689), 1, + sym_template_parameter_list, + [113730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2375), 1, + STATE(845), 1, sym_field_declaration_list, - [160853] = 3, + [113740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2374), 1, - sym_field_declaration_list, - [160863] = 2, + ACTIONS(7845), 1, + anon_sym_default, + ACTIONS(7847), 1, + anon_sym_delete, + [113750] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7849), 1, + anon_sym_LF, + ACTIONS(7851), 1, + sym_preproc_arg, + [113760] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1840), 2, - anon_sym_else, - anon_sym_while, - [160871] = 3, + ACTIONS(3795), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [113768] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7853), 1, + anon_sym_LF, + ACTIONS(7855), 1, + sym_preproc_arg, + [113778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2373), 1, + STATE(2348), 1, sym_field_declaration_list, - [160881] = 3, + [113788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(235), 1, + STATE(4766), 1, sym_compound_statement, - [160891] = 3, - ACTIONS(3), 1, + [113798] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7835), 1, - sym_identifier, - ACTIONS(7837), 1, - anon_sym_LPAREN2, - [160901] = 3, - ACTIONS(3), 1, + ACTIONS(7857), 1, + anon_sym_LF, + ACTIONS(7859), 1, + sym_preproc_arg, + [113808] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1792), 1, - anon_sym_while, - ACTIONS(7839), 1, - anon_sym_else, - [160911] = 3, + ACTIONS(7861), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [113816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(685), 1, - sym_template_parameter_list, - [160921] = 2, + ACTIONS(7802), 1, + anon_sym_LPAREN2, + STATE(4804), 1, + sym_condition_clause, + [113826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7497), 2, - anon_sym_COMMA, + ACTIONS(4987), 1, anon_sym_RBRACK, - [160929] = 3, - ACTIONS(5848), 1, + ACTIONS(7863), 1, + anon_sym_COMMA, + [113836] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7841), 1, + ACTIONS(7865), 1, anon_sym_LF, - ACTIONS(7843), 1, + ACTIONS(7867), 1, sym_preproc_arg, - [160939] = 3, + [113846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2650), 1, + STATE(956), 1, sym_field_declaration_list, - [160949] = 3, + [113856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + STATE(1514), 1, + sym_condition_clause, + [113866] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(4985), 1, + sym_parameter_list, + [113876] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7843), 1, + anon_sym_LPAREN2, + STATE(5231), 1, + sym_parenthesized_expression, + [113886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2643), 1, + STATE(827), 1, sym_field_declaration_list, - [160959] = 3, + [113896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - STATE(2632), 1, - sym_field_declaration_list, - [160969] = 3, + STATE(130), 1, + sym_compound_statement, + [113906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7829), 1, + ACTIONS(2203), 1, anon_sym_LT, - STATE(2765), 1, - sym_template_argument_list, - [160979] = 3, + STATE(685), 1, + sym_template_parameter_list, + [113916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7845), 1, - anon_sym_default, - ACTIONS(7847), 1, - anon_sym_delete, - [160989] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1344), 1, + sym_field_declaration_list, + [113926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1760), 2, - anon_sym_else, - anon_sym_while, - [160997] = 3, + ACTIONS(7869), 1, + anon_sym_default, + ACTIONS(7871), 1, + anon_sym_delete, + [113936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7849), 1, + ACTIONS(7873), 1, anon_sym_LT, - STATE(2318), 1, + STATE(2341), 1, sym_template_argument_list, - [161007] = 3, + [113946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2601), 1, + STATE(822), 1, sym_field_declaration_list, - [161017] = 3, + [113956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, - anon_sym_default, - ACTIONS(7853), 1, - anon_sym_delete, - [161027] = 3, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1339), 1, + sym_field_declaration_list, + [113966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7855), 1, - anon_sym_RPAREN, - ACTIONS(7857), 1, - aux_sym_alone_macro_call_token1, - [161037] = 2, - ACTIONS(5848), 1, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(4591), 1, + sym_compound_statement, + [113976] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7859), 2, + ACTIONS(7875), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [161045] = 3, + [113984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2727), 1, + STATE(840), 1, sym_field_declaration_list, - [161055] = 3, + [113994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4735), 1, + ACTIONS(7802), 1, anon_sym_LPAREN2, - STATE(5193), 1, - sym_argument_list, - [161065] = 3, + STATE(5030), 1, + sym_condition_clause, + [114004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2579), 1, - sym_field_declaration_list, - [161075] = 3, + ACTIONS(7877), 1, + sym_identifier, + ACTIONS(7879), 1, + anon_sym_LPAREN2, + [114014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2586), 1, - sym_field_declaration_list, - [161085] = 3, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + STATE(1460), 1, + sym_condition_clause, + [114024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2660), 1, - sym_field_declaration_list, - [161095] = 2, - ACTIONS(3), 1, + ACTIONS(7270), 1, + anon_sym_LPAREN2, + STATE(1482), 1, + sym_condition_clause, + [114034] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1900), 2, - anon_sym_else, - anon_sym_while, - [161103] = 2, + ACTIONS(7881), 2, + anon_sym_LF, + sym_preproc_arg, + [114042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1892), 2, - anon_sym_else, - anon_sym_while, - [161111] = 2, + ACTIONS(6469), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [114050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161119] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(437), 1, + sym_compound_statement, + [114060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1880), 2, - anon_sym_else, - anon_sym_while, - [161127] = 3, + ACTIONS(4335), 1, + anon_sym_LPAREN2, + STATE(2849), 1, + sym_argument_list, + [114070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1337), 1, - sym_field_declaration_list, - [161137] = 3, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(5000), 1, + sym_parameter_list, + [114080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_LT, - STATE(2318), 1, - sym_template_argument_list, - [161147] = 2, + ACTIONS(7843), 1, + anon_sym_LPAREN2, + STATE(5170), 1, + sym_parenthesized_expression, + [114090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1876), 2, - anon_sym_else, - anon_sym_while, - [161155] = 2, + ACTIONS(7883), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [114098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1836), 2, - anon_sym_else, - anon_sym_while, - [161163] = 3, + ACTIONS(2203), 1, + anon_sym_LT, + STATE(687), 1, + sym_template_parameter_list, + [114108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - STATE(1308), 1, - sym_field_declaration_list, - [161173] = 3, + STATE(239), 1, + sym_compound_statement, + [114118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(1316), 1, + STATE(2438), 1, sym_field_declaration_list, - [161183] = 3, + [114128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, - anon_sym_LBRACE, - STATE(1317), 1, - sym_field_declaration_list, - [161193] = 2, + ACTIONS(7885), 1, + anon_sym_default, + ACTIONS(7887), 1, + anon_sym_delete, + [114138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1820), 2, - anon_sym_else, - anon_sym_while, - [161201] = 3, + ACTIONS(7889), 1, + anon_sym_RPAREN, + ACTIONS(7891), 1, + aux_sym_alone_macro_call_token1, + [114148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(1328), 1, + STATE(2441), 1, sym_field_declaration_list, - [161211] = 2, + [114158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 2, + ACTIONS(4953), 2, anon_sym_RPAREN, anon_sym_SEMI, - [161219] = 3, + [114166] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1309), 1, + sym_field_declaration_list, + [114176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1329), 1, + STATE(2436), 1, sym_field_declaration_list, - [161229] = 2, + [114186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161237] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1342), 1, + sym_field_declaration_list, + [114196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7528), 2, - anon_sym_COMMA, - anon_sym_GT2, - [161245] = 2, + ACTIONS(7079), 1, + sym_identifier, + STATE(4797), 1, + sym_enumerator, + [114206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161253] = 3, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2427), 1, + sym_field_declaration_list, + [114216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(4561), 1, + STATE(4730), 1, sym_compound_statement, - [161263] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161271] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7861), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [161279] = 3, + [114226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2671), 1, + STATE(2423), 1, sym_field_declaration_list, - [161289] = 3, + [114236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2665), 1, + STATE(844), 1, sym_field_declaration_list, - [161299] = 3, + [114246] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7893), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [114254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(4989), 1, + STATE(1499), 1, sym_condition_clause, - [161309] = 3, + [114264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2304), 1, - sym_field_declaration_list, - [161319] = 3, + ACTIONS(7802), 1, + anon_sym_LPAREN2, + STATE(4926), 1, + sym_condition_clause, + [114274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(2306), 1, anon_sym_LBRACE, - STATE(2305), 1, - sym_field_declaration_list, - [161329] = 3, + STATE(500), 1, + sym_declaration_list, + [114284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(1342), 1, + STATE(2416), 1, sym_field_declaration_list, - [161339] = 3, + [114294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - STATE(2308), 1, - sym_field_declaration_list, - [161349] = 3, + STATE(326), 1, + sym_compound_statement, + [114304] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2311), 1, + STATE(966), 1, sym_field_declaration_list, - [161359] = 3, + [114314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_LBRACE, - STATE(2313), 1, - sym_field_declaration_list, - [161369] = 3, + ACTIONS(7895), 1, + anon_sym_RPAREN, + ACTIONS(7897), 1, + aux_sym_alone_macro_call_token1, + [114324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2418), 1, - sym_field_declaration_list, - [161379] = 3, + ACTIONS(7899), 1, + anon_sym_default, + ACTIONS(7901), 1, + anon_sym_delete, + [114334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2408), 1, + STATE(963), 1, sym_field_declaration_list, - [161389] = 3, + [114344] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7903), 2, + anon_sym_LF, + sym_preproc_arg, + [114352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(2262), 1, anon_sym_LBRACE, - STATE(2435), 1, - sym_field_declaration_list, - [161399] = 2, + STATE(594), 1, + sym_declaration_list, + [114362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161407] = 3, + ACTIONS(7329), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [114370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(7905), 1, + anon_sym_LT, + STATE(2341), 1, + sym_template_argument_list, + [114380] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2429), 1, + STATE(2412), 1, sym_field_declaration_list, - [161417] = 3, + [114390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2421), 1, + STATE(2694), 1, sym_field_declaration_list, - [161427] = 3, + [114400] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2654), 1, + STATE(2696), 1, sym_field_declaration_list, - [161437] = 3, + [114410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2653), 1, + STATE(2758), 1, sym_field_declaration_list, - [161447] = 2, + [114420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161455] = 3, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(5045), 1, + sym_parameter_list, + [114430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2647), 1, - sym_field_declaration_list, - [161465] = 3, + ACTIONS(7843), 1, + anon_sym_LPAREN2, + STATE(5108), 1, + sym_parenthesized_expression, + [114440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, - anon_sym_LBRACE, - STATE(2630), 1, - sym_field_declaration_list, - [161475] = 3, + ACTIONS(7907), 1, + anon_sym_LT, + STATE(2841), 1, + sym_template_argument_list, + [114450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2414), 1, + STATE(2411), 1, sym_field_declaration_list, - [161485] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161493] = 3, + [114460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(1634), 1, + STATE(1447), 1, sym_condition_clause, - [161503] = 3, + [114470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - STATE(4683), 1, + STATE(213), 1, sym_compound_statement, - [161513] = 2, - ACTIONS(3), 1, + [114480] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161521] = 3, + ACTIONS(7909), 1, + anon_sym_LF, + ACTIONS(7911), 1, + sym_preproc_arg, + [114490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, + ACTIONS(2203), 1, anon_sym_LT, - STATE(2762), 1, - sym_template_argument_list, - [161531] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161539] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161547] = 3, + STATE(683), 1, + sym_template_parameter_list, + [114500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, - anon_sym_LBRACE, - STATE(2409), 1, - sym_field_declaration_list, - [161557] = 2, + ACTIONS(7913), 1, + anon_sym_default, + ACTIONS(7915), 1, + anon_sym_delete, + [114510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7253), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [161565] = 3, + ACTIONS(7917), 1, + anon_sym_RPAREN, + ACTIONS(7919), 1, + aux_sym_alone_macro_call_token1, + [114520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2439), 1, + STATE(2352), 1, sym_field_declaration_list, - [161575] = 3, + [114530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(2436), 1, + STATE(2351), 1, sym_field_declaration_list, - [161585] = 2, + [114540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7865), 2, - anon_sym_COMMA, - anon_sym_GT2, - [161593] = 3, - ACTIONS(5848), 1, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + STATE(5270), 1, + sym_argument_list, + [114550] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7867), 1, + ACTIONS(7921), 1, anon_sym_LF, - ACTIONS(7869), 1, + ACTIONS(7923), 1, sym_preproc_arg, - [161603] = 3, - ACTIONS(5848), 1, + [114560] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7871), 1, - anon_sym_LF, - ACTIONS(7873), 1, - sym_preproc_arg, - [161613] = 2, + ACTIONS(2203), 1, + anon_sym_LT, + STATE(688), 1, + sym_template_parameter_list, + [114570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161621] = 2, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(4604), 1, + sym_compound_statement, + [114580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161629] = 3, + ACTIONS(7620), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [114588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(959), 1, - sym_field_declaration_list, - [161639] = 2, - ACTIONS(3), 1, + STATE(4875), 1, + sym_compound_statement, + [114598] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161647] = 2, + ACTIONS(7925), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [114606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161655] = 3, + ACTIONS(7802), 1, + anon_sym_LPAREN2, + STATE(4997), 1, + sym_condition_clause, + [114616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2294), 1, + ACTIONS(261), 1, anon_sym_LBRACE, - STATE(287), 1, - sym_declaration_list, - [161665] = 3, + STATE(118), 1, + sym_compound_statement, + [114626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1354), 1, + STATE(2385), 1, sym_field_declaration_list, - [161675] = 3, + [114636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1348), 1, + STATE(2762), 1, sym_field_declaration_list, - [161685] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7875), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [161693] = 3, + [114646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1314), 1, + STATE(2760), 1, sym_field_declaration_list, - [161703] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161711] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161719] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161727] = 3, + [114656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1353), 1, + STATE(2724), 1, sym_field_declaration_list, - [161737] = 3, + [114666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1311), 1, + STATE(2384), 1, sym_field_declaration_list, - [161747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1581), 1, - sym_condition_clause, - [161757] = 3, + [114676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(1309), 1, + STATE(2689), 1, sym_field_declaration_list, - [161767] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7877), 2, - anon_sym_COMMA, - anon_sym_GT2, - [161775] = 3, + [114686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(706), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(482), 1, - sym_compound_statement, - [161785] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7879), 2, - anon_sym_COMMA, - anon_sym_GT2, - [161793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1618), 1, - sym_condition_clause, - [161803] = 3, + STATE(2619), 1, + sym_field_declaration_list, + [114696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2668), 1, + STATE(2382), 1, sym_field_declaration_list, - [161813] = 3, + [114706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(4858), 1, - sym_compound_statement, - [161823] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1653), 1, - sym_condition_clause, - [161833] = 3, + STATE(2599), 1, + sym_field_declaration_list, + [114716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2356), 1, + STATE(2606), 1, sym_field_declaration_list, - [161843] = 3, + [114726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2359), 1, + STATE(2681), 1, sym_field_declaration_list, - [161853] = 3, + [114736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3567), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2363), 1, + STATE(2317), 1, sym_field_declaration_list, - [161863] = 3, + [114746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1324), 1, + STATE(2381), 1, sym_field_declaration_list, - [161873] = 3, + [114756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(2672), 1, + STATE(2683), 1, sym_field_declaration_list, - [161883] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7881), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [161891] = 3, + [114766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1347), 1, + STATE(2316), 1, sym_field_declaration_list, - [161901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7883), 2, - anon_sym_COMMA, - anon_sym_GT2, - [161909] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7885), 2, - anon_sym_LF, - sym_preproc_arg, - [161917] = 3, + [114776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(557), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(261), 1, - sym_compound_statement, - [161927] = 3, + STATE(2350), 1, + sym_field_declaration_list, + [114786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3485), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2693), 1, + STATE(2378), 1, sym_field_declaration_list, - [161937] = 3, + [114796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(1322), 1, + STATE(2432), 1, sym_field_declaration_list, - [161947] = 3, + [114806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, - anon_sym_LPAREN2, - STATE(4779), 1, - sym_condition_clause, - [161957] = 3, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2358), 1, + sym_field_declaration_list, + [114816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_LPAREN2, - STATE(2799), 1, - sym_argument_list, - [161967] = 3, + ACTIONS(4999), 1, + anon_sym_RPAREN, + ACTIONS(5001), 1, + anon_sym_SEMI, + [114826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, - anon_sym_LPAREN2, - STATE(4788), 1, - sym_parameter_list, - [161977] = 2, + ACTIONS(5001), 1, + anon_sym_SEMI, + ACTIONS(5043), 1, + anon_sym_RPAREN, + [114836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [161985] = 3, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2648), 1, + sym_field_declaration_list, + [114846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3695), 1, anon_sym_LBRACE, - STATE(956), 1, + STATE(2646), 1, sym_field_declaration_list, - [161995] = 2, + [114856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162003] = 2, + ACTIONS(7399), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [114864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162011] = 3, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2645), 1, + sym_field_declaration_list, + [114874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4735), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(5393), 1, - sym_argument_list, - [162021] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162029] = 2, + STATE(1451), 1, + sym_condition_clause, + [114884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162037] = 2, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2443), 1, + sym_field_declaration_list, + [114894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162045] = 2, + ACTIONS(7386), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [114902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162053] = 3, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2360), 1, + sym_field_declaration_list, + [114912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(259), 1, + ACTIONS(927), 1, anon_sym_LBRACE, - STATE(149), 1, + STATE(369), 1, sym_compound_statement, - [162063] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162071] = 2, + [114922] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162079] = 3, + ACTIONS(5045), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [114930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1610), 1, - sym_condition_clause, - [162089] = 2, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2361), 1, + sym_field_declaration_list, + [114940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4888), 2, + ACTIONS(5056), 2, anon_sym_COMMA, anon_sym_RBRACE, - [162097] = 3, + [114948] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7927), 1, + anon_sym_LF, + ACTIONS(7929), 1, + sym_preproc_arg, + [114958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(955), 1, + STATE(964), 1, sym_field_declaration_list, - [162107] = 2, + [114968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162115] = 2, + ACTIONS(7905), 1, + anon_sym_LT, + STATE(2874), 1, + sym_template_argument_list, + [114978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5139), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [162123] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1337), 1, + sym_field_declaration_list, + [114988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162131] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7887), 1, - anon_sym_LF, - ACTIONS(7889), 1, - sym_preproc_arg, - [162141] = 2, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(4948), 1, + sym_parameter_list, + [114998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162149] = 2, + ACTIONS(2203), 1, + anon_sym_LT, + STATE(684), 1, + sym_template_parameter_list, + [115008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 2, + ACTIONS(5090), 2, anon_sym_COMMA, anon_sym_RBRACE, - [162157] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7276), 1, - anon_sym_LPAREN2, - STATE(1570), 1, - sym_condition_clause, - [162167] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162175] = 3, + [115016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(951), 1, + STATE(1334), 1, sym_field_declaration_list, - [162185] = 3, + [115026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(948), 1, + STATE(894), 1, sym_field_declaration_list, - [162195] = 3, + [115036] = 3, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7931), 1, + anon_sym_LF, + ACTIONS(7933), 1, + sym_preproc_arg, + [115046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(952), 1, + STATE(850), 1, sym_field_declaration_list, - [162205] = 3, + [115056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1307), 1, - sym_field_declaration_list, - [162215] = 3, + STATE(4521), 1, + sym_compound_statement, + [115066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7738), 1, + ACTIONS(7270), 1, anon_sym_LPAREN2, - STATE(4777), 1, + STATE(1524), 1, sym_condition_clause, - [162225] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7891), 1, - anon_sym_LF, - ACTIONS(7893), 1, - sym_preproc_arg, - [162235] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7895), 1, - anon_sym_LF, - ACTIONS(7897), 1, - sym_preproc_arg, - [162245] = 2, - ACTIONS(5848), 1, + [115076] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [162253] = 3, + ACTIONS(7540), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [115084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2432), 1, + STATE(885), 1, sym_field_declaration_list, - [162263] = 3, + [115094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(2430), 1, + STATE(967), 1, sym_field_declaration_list, - [162273] = 3, + [115104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(4721), 1, - sym_compound_statement, - [162283] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(689), 1, - sym_template_parameter_list, - [162293] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162301] = 3, + STATE(1333), 1, + sym_field_declaration_list, + [115114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(953), 1, + STATE(882), 1, sym_field_declaration_list, - [162311] = 3, + [115124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(938), 1, + STATE(2362), 1, sym_field_declaration_list, - [162321] = 3, + [115134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3317), 1, anon_sym_LBRACE, - STATE(1002), 1, + STATE(1328), 1, sym_field_declaration_list, - [162331] = 3, + [115144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(995), 1, + STATE(875), 1, sym_field_declaration_list, - [162341] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2195), 1, - anon_sym_LT, - STATE(4243), 1, - sym_template_parameter_list, - [162351] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1756), 2, - anon_sym_else, - anon_sym_while, - [162359] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1804), 2, - anon_sym_else, - anon_sym_while, - [162367] = 3, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7901), 1, - anon_sym_LF, - ACTIONS(7903), 1, - sym_preproc_arg, - [162377] = 3, + [115154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3663), 1, anon_sym_LBRACE, - STATE(949), 1, + STATE(2363), 1, sym_field_declaration_list, - [162387] = 3, + [115164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2851), 1, anon_sym_LBRACE, - STATE(939), 1, + STATE(874), 1, sym_field_declaration_list, - [162397] = 2, + [115174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1808), 2, - anon_sym_else, - anon_sym_while, - [162405] = 2, + ACTIONS(7456), 2, + anon_sym_COMMA, + anon_sym_GT2, + [115182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1816), 2, - anon_sym_else, - anon_sym_while, - [162413] = 3, + ACTIONS(6475), 1, + anon_sym_LT, + STATE(2341), 1, + sym_template_argument_list, + [115192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(2266), 1, anon_sym_LBRACE, - STATE(983), 1, - sym_field_declaration_list, - [162423] = 3, + STATE(238), 1, + sym_declaration_list, + [115202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(976), 1, - sym_field_declaration_list, - [162433] = 3, + ACTIONS(6117), 1, + anon_sym_LPAREN2, + STATE(5069), 1, + sym_parameter_list, + [115212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, - anon_sym_LBRACE, - STATE(964), 1, - sym_field_declaration_list, - [162443] = 3, + ACTIONS(7935), 2, + anon_sym_COMMA, + anon_sym_GT2, + [115220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6405), 1, - anon_sym_LT, - STATE(2318), 1, - sym_template_argument_list, - [162453] = 2, + ACTIONS(7802), 1, + anon_sym_LPAREN2, + STATE(4967), 1, + sym_condition_clause, + [115230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1888), 2, - anon_sym_else, - anon_sym_while, - [162461] = 3, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2709), 1, + sym_field_declaration_list, + [115240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(960), 1, + STATE(2349), 1, sym_field_declaration_list, - [162471] = 3, - ACTIONS(3), 1, + [115250] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(4735), 1, - anon_sym_LPAREN2, - STATE(5291), 1, - sym_argument_list, - [162481] = 3, + ACTIONS(7937), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [115258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6077), 1, + ACTIONS(7843), 1, anon_sym_LPAREN2, - STATE(5000), 1, - sym_parameter_list, - [162491] = 3, + STATE(5195), 1, + sym_parenthesized_expression, + [115268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(2433), 1, + STATE(2346), 1, sym_field_declaration_list, - [162501] = 3, + [115278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4952), 1, - anon_sym_SEMI, - ACTIONS(4960), 1, - anon_sym_RPAREN, - [162511] = 3, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(4549), 1, + sym_compound_statement, + [115288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3060), 1, + ACTIONS(562), 1, anon_sym_LBRACE, - STATE(1339), 1, - sym_field_declaration_list, - [162521] = 3, + STATE(237), 1, + sym_compound_statement, + [115298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 1, + ACTIONS(7843), 1, anon_sym_LPAREN2, - STATE(5528), 1, + STATE(5421), 1, sym_parenthesized_expression, - [162531] = 3, + [115308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2845), 1, + ACTIONS(3675), 1, anon_sym_LBRACE, - STATE(940), 1, + STATE(2344), 1, sym_field_declaration_list, - [162541] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7754), 1, - anon_sym_LPAREN2, - STATE(5188), 1, - sym_parenthesized_expression, - [162551] = 3, + [115318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7905), 1, - anon_sym_RPAREN, - ACTIONS(7907), 1, - aux_sym_alone_macro_call_token1, - [162561] = 3, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1326), 1, + sym_field_declaration_list, + [115328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2195), 1, + ACTIONS(2203), 1, anon_sym_LT, - STATE(688), 1, + STATE(686), 1, sym_template_parameter_list, - [162571] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5141), 1, - anon_sym_RPAREN, - [162578] = 2, + [115338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7909), 1, - sym_identifier, - [162585] = 2, + ACTIONS(2851), 1, + anon_sym_LBRACE, + STATE(961), 1, + sym_field_declaration_list, + [115348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7911), 1, - anon_sym_SEMI, - [162592] = 2, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2708), 1, + sym_field_declaration_list, + [115358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7913), 1, - anon_sym_SEMI, - [162599] = 2, - ACTIONS(3), 1, + ACTIONS(7939), 2, + anon_sym_COMMA, + anon_sym_GT2, + [115366] = 3, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7915), 1, - anon_sym_SEMI, - [162606] = 2, + ACTIONS(7941), 1, + anon_sym_LF, + ACTIONS(7943), 1, + sym_preproc_arg, + [115376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7917), 1, - anon_sym_SEMI, - [162613] = 2, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2364), 1, + sym_field_declaration_list, + [115386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7919), 1, - sym_identifier, - [162620] = 2, + ACTIONS(2203), 1, + anon_sym_LT, + STATE(4300), 1, + sym_template_parameter_list, + [115396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4829), 1, - anon_sym_RBRACE, - [162627] = 2, + ACTIONS(7945), 2, + anon_sym_COMMA, + anon_sym_GT2, + [115404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 1, - anon_sym_COLON_COLON, - [162634] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1310), 1, + sym_field_declaration_list, + [115414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7921), 1, - anon_sym_SEMI, - [162641] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1346), 1, + sym_field_declaration_list, + [115424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7923), 1, - anon_sym_SEMI, - [162648] = 2, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2693), 1, + sym_field_declaration_list, + [115434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7925), 1, - anon_sym_SEMI, - [162655] = 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2343), 1, + sym_field_declaration_list, + [115444] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7927), 1, - sym_identifier, - [162662] = 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2342), 1, + sym_field_declaration_list, + [115454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7929), 1, - anon_sym_SEMI, - [162669] = 2, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2686), 1, + sym_field_declaration_list, + [115464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7931), 1, - anon_sym_SEMI, - [162676] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1323), 1, + sym_field_declaration_list, + [115474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7933), 1, - anon_sym_SEMI, - [162683] = 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2340), 1, + sym_field_declaration_list, + [115484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7935), 1, - sym_identifier, - [162690] = 2, + ACTIONS(4765), 1, + anon_sym_LPAREN2, + STATE(5258), 1, + sym_argument_list, + [115494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5106), 1, - anon_sym_SEMI, - [162697] = 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2337), 1, + sym_field_declaration_list, + [115504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7937), 1, - aux_sym_preproc_if_token2, - [162704] = 2, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2367), 1, + sym_field_declaration_list, + [115514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7939), 1, - anon_sym_SEMI, - [162711] = 2, + ACTIONS(3663), 1, + anon_sym_LBRACE, + STATE(2371), 1, + sym_field_declaration_list, + [115524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7941), 1, - anon_sym_LPAREN2, - [162718] = 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(2335), 1, + sym_field_declaration_list, + [115534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4960), 1, - anon_sym_RPAREN, - [162725] = 2, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2622), 1, + sym_field_declaration_list, + [115544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7943), 1, - aux_sym_preproc_if_token2, - [162732] = 2, + ACTIONS(3317), 1, + anon_sym_LBRACE, + STATE(1325), 1, + sym_field_declaration_list, + [115554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7945), 1, - sym_identifier, - [162739] = 2, + ACTIONS(3695), 1, + anon_sym_LBRACE, + STATE(2640), 1, + sym_field_declaration_list, + [115564] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7947), 1, anon_sym_RPAREN, - [162746] = 2, - ACTIONS(3), 1, - sym_comment, ACTIONS(7949), 1, - anon_sym_RPAREN, - [162753] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5121), 1, - anon_sym_RPAREN, - [162760] = 2, + aux_sym_alone_macro_call_token1, + [115574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7951), 1, - sym_identifier, - [162767] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2837), 1, - anon_sym_COLON_COLON, - [162774] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_default, ACTIONS(7953), 1, - anon_sym_COLON_COLON, - [162781] = 2, - ACTIONS(3), 1, + anon_sym_delete, + [115584] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(7955), 1, - anon_sym_SEMI, - [162788] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5088), 1, - anon_sym_RPAREN, - [162795] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5086), 1, - anon_sym_RPAREN, - [162802] = 2, + anon_sym_LF, + [115591] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7957), 1, - anon_sym_SEMI, - [162809] = 2, + aux_sym_preproc_if_token2, + [115598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7959), 1, - anon_sym_SEMI, - [162816] = 2, + sym_identifier, + [115605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7961), 1, - anon_sym_SEMI, - [162823] = 2, + sym_identifier, + [115612] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3513), 1, + anon_sym_COLON_COLON, + [115619] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7963), 1, - anon_sym_SEMI, - [162830] = 2, + anon_sym_RPAREN, + [115626] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7965), 1, - anon_sym_SEMI, - [162837] = 2, + sym_identifier, + [115633] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2841), 1, + anon_sym_COLON_COLON, + [115640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7967), 1, - anon_sym_SEMI, - [162844] = 2, + sym_identifier, + [115647] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7969), 1, anon_sym_SEMI, - [162851] = 2, + [115654] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7971), 1, - anon_sym_STAR, - [162858] = 2, + anon_sym_RPAREN, + [115661] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3495), 1, + anon_sym_COLON_COLON, + [115668] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7973), 1, - anon_sym_SEMI, - [162865] = 2, + sym_identifier, + [115675] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7975), 1, anon_sym_SEMI, - [162872] = 2, + [115682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7977), 1, - anon_sym_SEMI, - [162879] = 2, + ACTIONS(4861), 1, + anon_sym_RBRACE, + [115689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7979), 1, + ACTIONS(5074), 1, anon_sym_SEMI, - [162886] = 2, + [115696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7981), 1, + ACTIONS(7977), 1, anon_sym_SEMI, - [162893] = 2, + [115703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 1, - anon_sym_COLON_COLON, - [162900] = 2, + ACTIONS(7979), 1, + aux_sym_preproc_if_token2, + [115710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6888), 1, - anon_sym_EQ, - [162907] = 2, - ACTIONS(3), 1, + ACTIONS(7981), 1, + anon_sym_STAR, + [115717] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(7983), 1, - anon_sym_SEMI, - [162914] = 2, + anon_sym_LF, + [115724] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7985), 1, - anon_sym_SEMI, - [162921] = 2, + sym_identifier, + [115731] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7987), 1, - anon_sym_SEMI, - [162928] = 2, + anon_sym_LPAREN2, + [115738] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5043), 1, + anon_sym_RPAREN, + [115745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7989), 1, - anon_sym_SEMI, - [162935] = 2, + sym_identifier, + [115752] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7991), 1, - anon_sym_SEMI, - [162942] = 2, + sym_identifier, + [115759] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7993), 1, - aux_sym_preproc_if_token2, - [162949] = 2, + anon_sym_RPAREN, + [115766] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(4971), 1, + anon_sym_RBRACE, + [115773] = 2, + ACTIONS(5840), 1, + sym_comment, ACTIONS(7995), 1, - anon_sym_SEMI, - [162956] = 2, + anon_sym_LF, + [115780] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7997), 1, - aux_sym_preproc_if_token2, - [162963] = 2, + sym_identifier, + [115787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6293), 1, - anon_sym_RPAREN, - [162970] = 2, - ACTIONS(5848), 1, - sym_comment, ACTIONS(7999), 1, - anon_sym_LF, - [162977] = 2, + anon_sym_COMMA, + [115794] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8001), 1, - anon_sym_SEMI, - [162984] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5078), 1, - anon_sym_RPAREN, - [162991] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5074), 1, - anon_sym_RPAREN, - [162998] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5072), 1, - anon_sym_RPAREN, - [163005] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5068), 1, - anon_sym_RPAREN, - [163012] = 2, + anon_sym_COLON_COLON, + [115801] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8003), 1, - anon_sym_STAR, - [163019] = 2, + sym_identifier, + [115808] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8005), 1, - anon_sym_COLON, - [163026] = 2, + anon_sym_SEMI, + [115815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8007), 1, - sym_identifier, - [163033] = 2, + anon_sym_SEMI, + [115822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8009), 1, - anon_sym_SEMI, - [163040] = 2, + sym_identifier, + [115829] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8011), 1, anon_sym_SEMI, - [163047] = 2, + [115836] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6880), 1, + anon_sym_SEMI, + [115843] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8013), 1, anon_sym_SEMI, - [163054] = 2, + [115850] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7460), 1, + anon_sym_RBRACE, + [115857] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8015), 1, - aux_sym_preproc_if_token2, - [163061] = 2, + anon_sym_SEMI, + [115864] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8017), 1, - sym_identifier, - [163068] = 2, + anon_sym_RPAREN, + [115871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8019), 1, - anon_sym_SEMI, - [163075] = 2, + anon_sym_STAR, + [115878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8021), 1, - anon_sym_SEMI, - [163082] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8023), 1, sym_identifier, - [163089] = 2, + [115885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7261), 1, - anon_sym_RBRACE, - [163096] = 2, + ACTIONS(8023), 1, + anon_sym_SEMI, + [115892] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8025), 1, anon_sym_SEMI, - [163103] = 2, + [115899] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8027), 1, - anon_sym_SEMI, - [163110] = 2, + sym_identifier, + [115906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5104), 1, - anon_sym_RPAREN, - [163117] = 2, + ACTIONS(7222), 1, + anon_sym_SEMI, + [115913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8029), 1, - anon_sym_SEMI, - [163124] = 2, + aux_sym_preproc_if_token2, + [115920] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6933), 1, + anon_sym_EQ, + [115927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8031), 1, - sym_identifier, - [163131] = 2, + aux_sym_preproc_if_token2, + [115934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8033), 1, - sym_identifier, - [163138] = 2, + anon_sym_COLON, + [115941] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(3859), 1, + anon_sym_SEMI, + [115948] = 2, + ACTIONS(5840), 1, + sym_comment, ACTIONS(8035), 1, - anon_sym_RPAREN, - [163145] = 2, + anon_sym_LF, + [115955] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7009), 1, + anon_sym_SEMI, + [115962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8037), 1, - anon_sym_RPAREN, - [163152] = 2, + anon_sym_SEMI, + [115969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8039), 1, anon_sym_SEMI, - [163159] = 2, - ACTIONS(3), 1, + [115976] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8041), 1, - sym_identifier, - [163166] = 2, + anon_sym_LF, + [115983] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6405), 1, + anon_sym_RPAREN, + [115990] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8043), 1, - anon_sym_SEMI, - [163173] = 2, + aux_sym_preproc_if_token2, + [115997] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8045), 1, anon_sym_SEMI, - [163180] = 2, + [116004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8047), 1, - sym_identifier, - [163187] = 2, + aux_sym_preproc_if_token2, + [116011] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8049), 1, - anon_sym_STAR, - [163194] = 2, + anon_sym_SEMI, + [116018] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8051), 1, - anon_sym_COLON, - [163201] = 2, + aux_sym_preproc_if_token2, + [116025] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8053), 1, - aux_sym_preproc_if_token2, - [163208] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [116032] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8055), 1, - anon_sym_SEMI, - [163215] = 2, + anon_sym_LF, + [116039] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8057), 1, - anon_sym_SEMI, - [163222] = 2, + aux_sym_preproc_if_token2, + [116046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8059), 1, - aux_sym_preproc_if_token2, - [163229] = 2, + anon_sym_COLON, + [116053] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6403), 1, + anon_sym_RPAREN, + [116060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8061), 1, + anon_sym_SEMI, + [116067] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8063), 1, sym_identifier, - [163236] = 2, + [116074] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5145), 1, + ACTIONS(8065), 1, anon_sym_SEMI, - [163243] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7313), 1, - anon_sym_LF, - [163250] = 2, + [116081] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(8067), 1, anon_sym_SEMI, - [163257] = 2, - ACTIONS(5848), 1, + [116088] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(8063), 1, + ACTIONS(8069), 1, anon_sym_LF, - [163264] = 2, + [116095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 1, - anon_sym_RPAREN, - [163271] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8065), 1, - anon_sym_LF, - [163278] = 2, + ACTIONS(6921), 1, + anon_sym_EQ, + [116102] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8067), 1, - anon_sym_RPAREN, - [163285] = 2, + ACTIONS(8071), 1, + anon_sym_SQUOTE, + [116109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8069), 1, + ACTIONS(6886), 1, anon_sym_SEMI, - [163292] = 2, + [116116] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8071), 1, - anon_sym_SEMI, - [163299] = 2, + ACTIONS(7419), 1, + anon_sym_RBRACE, + [116123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8073), 1, - anon_sym_SEMI, - [163306] = 2, + anon_sym_RPAREN, + [116130] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8075), 1, - sym_identifier, - [163313] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [116137] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8077), 1, anon_sym_LF, - [163320] = 2, + [116144] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3901), 1, + anon_sym_SEMI, + [116151] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8079), 1, sym_identifier, - [163327] = 2, - ACTIONS(3), 1, + [116158] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8081), 1, - aux_sym_preproc_if_token2, - [163334] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5163), 1, - anon_sym_SEMI, - [163341] = 2, + anon_sym_LF, + [116165] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8083), 1, - anon_sym_SEMI, - [163348] = 2, + anon_sym_RPAREN, + [116172] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8085), 1, - anon_sym_SQUOTE, - [163355] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8087), 1, anon_sym_RPAREN, - [163362] = 2, + [116179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6876), 1, + ACTIONS(8087), 1, anon_sym_SEMI, - [163369] = 2, + [116186] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8089), 1, - anon_sym_RPAREN, - [163376] = 2, - ACTIONS(5848), 1, + sym_identifier, + [116193] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8091), 1, - anon_sym_LF, - [163383] = 2, + anon_sym_STAR, + [116200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8093), 1, - aux_sym_preproc_if_token2, - [163390] = 2, + anon_sym_SQUOTE, + [116207] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8095), 1, - anon_sym_RPAREN, - [163397] = 2, + anon_sym_SEMI, + [116214] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8097), 1, anon_sym_SEMI, - [163404] = 2, + [116221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5052), 1, - anon_sym_RPAREN, - [163411] = 2, + ACTIONS(5193), 1, + anon_sym_SEMI, + [116228] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8099), 1, - sym_identifier, - [163418] = 2, + anon_sym_STAR, + [116235] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8101), 1, - aux_sym_preproc_if_token2, - [163425] = 2, + anon_sym_SEMI, + [116242] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8103), 1, - anon_sym_LPAREN2, - [163432] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [116249] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8105), 1, - anon_sym_RPAREN, - [163439] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7431), 1, - anon_sym_RBRACE, - [163446] = 2, + anon_sym_LF, + [116256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8107), 1, anon_sym_SEMI, - [163453] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3871), 1, - anon_sym_SEMI, - [163460] = 2, + [116263] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8109), 1, - anon_sym_COLON, - [163467] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [116270] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8111), 1, - sym_identifier, - [163474] = 2, + anon_sym_LF, + [116277] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8113), 1, - sym_identifier, - [163481] = 2, + anon_sym_SEMI, + [116284] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6971), 1, + anon_sym_SEMI, + [116291] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8115), 1, - sym_identifier, - [163488] = 2, + anon_sym_SEMI, + [116298] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5215), 1, + anon_sym_RPAREN, + [116305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8117), 1, anon_sym_SEMI, - [163495] = 2, + [116312] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8119), 1, anon_sym_SEMI, - [163502] = 2, + [116319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8121), 1, - anon_sym_RPAREN, - [163509] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5020), 1, - anon_sym_RBRACE, - [163516] = 2, + anon_sym_COMMA, + [116326] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8123), 1, - sym_identifier, - [163523] = 2, + anon_sym_SEMI, + [116333] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8125), 1, - anon_sym_SQUOTE, - [163530] = 2, + anon_sym_SEMI, + [116340] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8127), 1, - anon_sym_SEMI, - [163537] = 2, + anon_sym_RPAREN, + [116347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8129), 1, - anon_sym_COLON_COLON, - [163544] = 2, + anon_sym_SEMI, + [116354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8131), 1, - anon_sym_RPAREN, - [163551] = 2, + aux_sym_preproc_if_token2, + [116361] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8133), 1, - anon_sym_RPAREN, - [163558] = 2, + anon_sym_SEMI, + [116368] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4965), 1, + anon_sym_RBRACE, + [116375] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8135), 1, - anon_sym_STAR, - [163565] = 2, + anon_sym_RPAREN, + [116382] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8137), 1, - sym_identifier, - [163572] = 2, + ACTIONS(4999), 1, + anon_sym_RPAREN, + [116389] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7176), 1, + ACTIONS(5231), 1, + anon_sym_SEMI, + [116396] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8137), 1, anon_sym_SEMI, - [163579] = 2, - ACTIONS(5848), 1, + [116403] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8139), 1, - anon_sym_LF, - [163586] = 2, + anon_sym_SEMI, + [116410] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8141), 1, + anon_sym_RPAREN, + [116417] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5189), 1, anon_sym_SEMI, - [163593] = 2, + [116424] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8143), 1, anon_sym_SEMI, - [163600] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8145), 1, - anon_sym_LF, - [163607] = 2, + [116431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3847), 1, + ACTIONS(8145), 1, anon_sym_SEMI, - [163614] = 2, + [116438] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8147), 1, - anon_sym_COLON_COLON, - [163621] = 2, + aux_sym_preproc_if_token2, + [116445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6904), 1, - anon_sym_SEMI, - [163628] = 2, - ACTIONS(3), 1, + ACTIONS(8149), 1, + sym_identifier, + [116452] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(4171), 1, - anon_sym_COLON_COLON, - [163635] = 2, + ACTIONS(7582), 1, + anon_sym_LF, + [116459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8149), 1, + ACTIONS(7212), 1, anon_sym_SEMI, - [163642] = 2, - ACTIONS(5848), 1, + [116466] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8151), 1, - anon_sym_LF, - [163649] = 2, + anon_sym_SEMI, + [116473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8153), 1, - aux_sym_preproc_if_token2, - [163656] = 2, + anon_sym_SEMI, + [116480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8155), 1, - anon_sym_RPAREN, - [163663] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [116487] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8157), 1, anon_sym_LF, - [163670] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8159), 1, - anon_sym_LF, - [163677] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8161), 1, - aux_sym_preproc_if_token2, - [163684] = 2, + [116494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8163), 1, - aux_sym_preproc_if_token2, - [163691] = 2, + ACTIONS(8159), 1, + sym_identifier, + [116501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 1, - anon_sym_SEMI, - [163698] = 2, + ACTIONS(8161), 1, + sym_identifier, + [116508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3951), 1, + ACTIONS(8163), 1, anon_sym_SEMI, - [163705] = 2, + [116515] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8165), 1, anon_sym_SEMI, - [163712] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3440), 1, - anon_sym_COLON_COLON, - [163719] = 2, + [116522] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8167), 1, anon_sym_SEMI, - [163726] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6357), 1, - anon_sym_RPAREN, - [163733] = 2, + [116529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8169), 1, sym_identifier, - [163740] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_SEMI, - [163747] = 2, + [116536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8171), 1, - anon_sym_SEMI, - [163754] = 2, - ACTIONS(3), 1, + sym_identifier, + [116543] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8173), 1, - anon_sym_SEMI, - [163761] = 2, + anon_sym_LF, + [116550] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8175), 1, - anon_sym_SEMI, - [163768] = 2, + sym_identifier, + [116557] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8177), 1, + anon_sym_SEMI, + [116564] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5094), 1, + anon_sym_RPAREN, + [116571] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5096), 1, anon_sym_RPAREN, - [163775] = 2, - ACTIONS(5848), 1, + [116578] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8179), 1, - anon_sym_LF, - [163782] = 2, - ACTIONS(5848), 1, + anon_sym_STAR, + [116585] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8181), 1, - anon_sym_LF, - [163789] = 2, + anon_sym_COLON, + [116592] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8183), 1, - sym_identifier, - [163796] = 2, + anon_sym_SEMI, + [116599] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8185), 1, - anon_sym_COLON_COLON, - [163803] = 2, - ACTIONS(5848), 1, + sym_identifier, + [116606] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8187), 1, - anon_sym_LF, - [163810] = 2, - ACTIONS(3), 1, + sym_identifier, + [116613] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8189), 1, - aux_sym_alone_macro_call_token1, - [163817] = 2, + anon_sym_LF, + [116620] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5102), 1, + anon_sym_RPAREN, + [116627] = 2, + ACTIONS(5840), 1, + sym_comment, ACTIONS(8191), 1, - aux_sym_preproc_if_token2, - [163824] = 2, + anon_sym_LF, + [116634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8193), 1, - anon_sym_SEMI, - [163831] = 2, + anon_sym_COLON_COLON, + [116641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8195), 1, - anon_sym_RPAREN, - [163838] = 2, + ACTIONS(7357), 1, + anon_sym_RBRACE, + [116648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8197), 1, - anon_sym_SQUOTE, - [163845] = 2, + ACTIONS(4161), 1, + anon_sym_COLON_COLON, + [116655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7033), 1, - anon_sym_SEMI, - [163852] = 2, + ACTIONS(5104), 1, + anon_sym_RPAREN, + [116662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8199), 1, + ACTIONS(8195), 1, anon_sym_SEMI, - [163859] = 2, + [116669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8201), 1, - anon_sym_RPAREN, - [163866] = 2, + ACTIONS(8197), 1, + anon_sym_LPAREN2, + [116676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8203), 1, + ACTIONS(3961), 1, anon_sym_SEMI, - [163873] = 2, + [116683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8205), 1, + ACTIONS(8199), 1, anon_sym_RPAREN, - [163880] = 2, - ACTIONS(5848), 1, + [116690] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(8207), 1, + ACTIONS(8201), 1, anon_sym_LF, - [163887] = 2, + [116697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4956), 1, - anon_sym_RBRACE, - [163894] = 2, + ACTIONS(8203), 1, + anon_sym_RPAREN, + [116704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4950), 1, + ACTIONS(8205), 1, anon_sym_RPAREN, - [163901] = 2, - ACTIONS(5848), 1, + [116711] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8209), 1, - anon_sym_LF, - [163908] = 2, + ACTIONS(8207), 1, + sym_identifier, + [116718] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8211), 1, - aux_sym_preproc_if_token2, - [163915] = 2, + ACTIONS(8209), 1, + sym_identifier, + [116725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8213), 1, - aux_sym_preproc_if_token2, - [163922] = 2, + ACTIONS(8211), 1, + anon_sym_SEMI, + [116732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - anon_sym_EQ, - [163929] = 2, + ACTIONS(3540), 1, + anon_sym_COLON_COLON, + [116739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 1, - anon_sym_RPAREN, - [163936] = 2, + ACTIONS(8213), 1, + anon_sym_SEMI, + [116746] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8215), 1, - anon_sym_SEMI, - [163943] = 2, + aux_sym_preproc_if_token2, + [116753] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8217), 1, - anon_sym_SEMI, - [163950] = 2, + sym_identifier, + [116760] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8219), 1, anon_sym_SEMI, - [163957] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5189), 1, - anon_sym_RPAREN, - [163964] = 2, + [116767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8221), 1, - anon_sym_SEMI, - [163971] = 2, + aux_sym_preproc_if_token2, + [116774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8223), 1, - anon_sym_RPAREN, - [163978] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6341), 1, - anon_sym_RPAREN, - [163985] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8225), 1, anon_sym_SEMI, - [163992] = 2, + [116781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 1, + ACTIONS(8225), 1, anon_sym_RPAREN, - [163999] = 2, + [116788] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8227), 1, - anon_sym_SEMI, - [164006] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5171), 1, - anon_sym_RPAREN, - [164013] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6838), 1, - anon_sym_SEMI, - [164020] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [116795] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8229), 1, - anon_sym_SEMI, - [164027] = 2, + anon_sym_LF, + [116802] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8231), 1, anon_sym_SEMI, - [164034] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5161), 1, - anon_sym_RPAREN, - [164041] = 2, + [116809] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8233), 1, - anon_sym_COLON, - [164048] = 2, + sym_identifier, + [116816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5159), 1, + ACTIONS(8235), 1, anon_sym_RPAREN, - [164055] = 2, + [116823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8235), 1, - sym_identifier, - [164062] = 2, + ACTIONS(8237), 1, + anon_sym_SEMI, + [116830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8237), 1, - sym_identifier, - [164069] = 2, + ACTIONS(8239), 1, + aux_sym_preproc_if_token2, + [116837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 1, - anon_sym_RPAREN, - [164076] = 2, + ACTIONS(8241), 1, + anon_sym_COLON_COLON, + [116844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7652), 1, + ACTIONS(7369), 1, anon_sym_RBRACE, - [164083] = 2, + [116851] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5155), 1, - anon_sym_RPAREN, - [164090] = 2, + ACTIONS(8243), 1, + anon_sym_COMMA, + [116858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8239), 1, + ACTIONS(8245), 1, anon_sym_SEMI, - [164097] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8241), 1, - sym_identifier, - [164104] = 2, + [116865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8243), 1, - anon_sym_SEMI, - [164111] = 2, + ACTIONS(8247), 1, + aux_sym_alone_macro_call_token1, + [116872] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8245), 1, + ACTIONS(5161), 1, anon_sym_RPAREN, - [164118] = 2, - ACTIONS(3), 1, + [116879] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(8247), 1, - anon_sym_RPAREN, - [164125] = 2, + ACTIONS(8249), 1, + anon_sym_LF, + [116886] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8249), 1, + ACTIONS(8251), 1, anon_sym_RPAREN, - [164132] = 2, + [116893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8251), 1, - sym_identifier, - [164139] = 2, + ACTIONS(3893), 1, + anon_sym_SEMI, + [116900] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8253), 1, - anon_sym_STAR, - [164146] = 2, + anon_sym_SEMI, + [116907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8255), 1, - sym_identifier, - [164153] = 2, - ACTIONS(5848), 1, + anon_sym_RPAREN, + [116914] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5197), 1, + anon_sym_SEMI, + [116921] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6931), 1, + anon_sym_SEMI, + [116928] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8257), 1, - anon_sym_LF, - [164160] = 2, + anon_sym_SEMI, + [116935] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8259), 1, anon_sym_SEMI, - [164167] = 2, + [116942] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8261), 1, - aux_sym_preproc_if_token2, - [164174] = 2, - ACTIONS(5848), 1, + anon_sym_RPAREN, + [116949] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6882), 1, + anon_sym_EQ, + [116956] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8263), 1, - anon_sym_LF, - [164181] = 2, + anon_sym_COLON, + [116963] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8265), 1, - anon_sym_COLON_COLON, - [164188] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8267), 1, - anon_sym_LF, - [164195] = 2, + aux_sym_preproc_if_token2, + [116970] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4777), 1, - anon_sym_COLON_COLON, - [164202] = 2, + ACTIONS(8267), 1, + anon_sym_RPAREN, + [116977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8269), 1, aux_sym_preproc_if_token2, - [164209] = 2, + [116984] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5142), 1, + anon_sym_RPAREN, + [116991] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8271), 1, - anon_sym_SQUOTE, - [164216] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [116998] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8273), 1, - anon_sym_LF, - [164223] = 2, + ACTIONS(5138), 1, + anon_sym_RPAREN, + [117005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6886), 1, - anon_sym_SEMI, - [164230] = 2, - ACTIONS(5848), 1, + ACTIONS(6393), 1, + anon_sym_RPAREN, + [117012] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5217), 1, + anon_sym_RPAREN, + [117019] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8273), 1, + anon_sym_SQUOTE, + [117026] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8275), 1, - anon_sym_LF, - [164237] = 2, + anon_sym_SEMI, + [117033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8277), 1, - aux_sym_preproc_if_token2, - [164244] = 2, + anon_sym_SEMI, + [117040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8279), 1, anon_sym_SEMI, - [164251] = 2, + [117047] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6919), 1, + anon_sym_SEMI, + [117054] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8281), 1, - anon_sym_LPAREN2, - [164258] = 2, + anon_sym_SEMI, + [117061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8283), 1, anon_sym_SEMI, - [164265] = 2, + [117068] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5092), 1, + anon_sym_SEMI, + [117075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8285), 1, anon_sym_SEMI, - [164272] = 2, + [117082] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8287), 1, - anon_sym_SEMI, - [164279] = 2, + sym_identifier, + [117089] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8289), 1, - anon_sym_RPAREN, - [164286] = 2, + sym_identifier, + [117096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5054), 1, - anon_sym_SEMI, - [164293] = 2, + ACTIONS(5187), 1, + anon_sym_RPAREN, + [117103] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8291), 1, - anon_sym_SEMI, - [164300] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3851), 1, - anon_sym_SEMI, - [164307] = 2, + sym_identifier, + [117110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8293), 1, - anon_sym_while, - [164314] = 2, + sym_identifier, + [117117] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8295), 1, - sym_identifier, - [164321] = 2, + anon_sym_SEMI, + [117124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8297), 1, - anon_sym_SEMI, - [164328] = 2, + sym_identifier, + [117131] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8299), 1, - aux_sym_preproc_if_token2, - [164335] = 2, + anon_sym_SQUOTE, + [117138] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8301), 1, - anon_sym_SEMI, - [164342] = 2, + anon_sym_COLON_COLON, + [117145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8303), 1, - aux_sym_preproc_if_token2, - [164349] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7045), 1, anon_sym_SEMI, - [164356] = 2, + [117152] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8305), 1, - anon_sym_SQUOTE, - [164363] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8307), 1, anon_sym_SEMI, - [164370] = 2, + [117159] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5060), 1, - anon_sym_SEMI, - [164377] = 2, + ACTIONS(8307), 1, + anon_sym_RPAREN, + [117166] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8309), 1, - anon_sym_SEMI, - [164384] = 2, + anon_sym_STAR, + [117173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8311), 1, - anon_sym_SEMI, - [164391] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6834), 1, - anon_sym_EQ, - [164398] = 2, + aux_sym_preproc_if_token2, + [117180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8313), 1, anon_sym_SEMI, - [164405] = 2, + [117187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8315), 1, anon_sym_SEMI, - [164412] = 2, + [117194] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8317), 1, anon_sym_SEMI, - [164419] = 2, + [117201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8319), 1, - anon_sym_RPAREN, - [164426] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6303), 1, - anon_sym_RPAREN, - [164433] = 2, + anon_sym_SEMI, + [117208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8321), 1, - sym_identifier, - [164440] = 2, + anon_sym_COLON_COLON, + [117215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8323), 1, - anon_sym_SEMI, - [164447] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5012), 1, - anon_sym_RBRACE, - [164454] = 2, + aux_sym_preproc_if_token2, + [117222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5143), 1, - anon_sym_RPAREN, - [164461] = 2, + ACTIONS(4799), 1, + anon_sym_COLON_COLON, + [117229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8325), 1, - sym_identifier, - [164468] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [117236] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8327), 1, - anon_sym_LF, - [164475] = 2, + anon_sym_SEMI, + [117243] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8329), 1, - anon_sym_RPAREN, - [164482] = 2, + aux_sym_preproc_if_token2, + [117250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5133), 1, - anon_sym_RPAREN, - [164489] = 2, + ACTIONS(4859), 1, + anon_sym_SEMI, + [117257] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8331), 1, - aux_sym_preproc_if_token2, - [164496] = 2, + anon_sym_SEMI, + [117264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8333), 1, - anon_sym_STAR, - [164503] = 2, + sym_identifier, + [117271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8335), 1, - sym_identifier, - [164510] = 2, + anon_sym_SEMI, + [117278] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8337), 1, - aux_sym_preproc_if_token2, - [164517] = 2, + anon_sym_SQUOTE, + [117285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8339), 1, - anon_sym_COLON_COLON, - [164524] = 2, + anon_sym_LPAREN2, + [117292] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5185), 1, + anon_sym_RPAREN, + [117299] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8341), 1, sym_identifier, - [164531] = 2, + [117306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - anon_sym_COLON_COLON, - [164538] = 2, + ACTIONS(5183), 1, + anon_sym_RPAREN, + [117313] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8343), 1, - sym_identifier, - [164545] = 2, + anon_sym_SEMI, + [117320] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8345), 1, - sym_identifier, - [164552] = 2, + anon_sym_SEMI, + [117327] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5108), 1, + anon_sym_SEMI, + [117334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8347), 1, anon_sym_SEMI, - [164559] = 2, + [117341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8349), 1, - aux_sym_preproc_if_token2, - [164566] = 2, + sym_identifier, + [117348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8351), 1, - anon_sym_SEMI, - [164573] = 2, + anon_sym_while, + [117355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8353), 1, anon_sym_SEMI, - [164580] = 2, + [117362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8355), 1, anon_sym_SEMI, - [164587] = 2, + [117369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8357), 1, - anon_sym_RPAREN, - [164594] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5070), 1, - anon_sym_RPAREN, - [164601] = 2, + anon_sym_SEMI, + [117376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7728), 1, + ACTIONS(4961), 1, anon_sym_RBRACE, - [164608] = 2, - ACTIONS(5848), 1, + [117383] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8359), 1, - anon_sym_LF, - [164615] = 2, + anon_sym_SEMI, + [117390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8361), 1, anon_sym_SEMI, - [164622] = 2, + [117397] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8363), 1, - sym_identifier, - [164629] = 2, + anon_sym_RPAREN, + [117404] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5116), 1, + anon_sym_RPAREN, + [117411] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5181), 1, + anon_sym_RPAREN, + [117418] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6947), 1, + anon_sym_EQ, + [117425] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8365), 1, anon_sym_SEMI, - [164636] = 2, + [117432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8367), 1, - sym_identifier, - [164643] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [117439] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7734), 1, + ACTIONS(8369), 1, anon_sym_LF, - [164650] = 2, + [117446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8369), 1, + ACTIONS(8371), 1, anon_sym_SEMI, - [164657] = 2, + [117453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8371), 1, - sym_identifier, - [164664] = 2, + ACTIONS(6411), 1, + anon_sym_RPAREN, + [117460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8373), 1, anon_sym_SEMI, - [164671] = 2, + [117467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4827), 1, - anon_sym_SEMI, - [164678] = 2, + ACTIONS(5076), 1, + anon_sym_RPAREN, + [117474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8375), 1, - anon_sym_SEMI, - [164685] = 2, + sym_identifier, + [117481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8377), 1, - anon_sym_SEMI, - [164692] = 2, + sym_identifier, + [117488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8379), 1, - anon_sym_SEMI, - [164699] = 2, + sym_identifier, + [117495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8381), 1, anon_sym_SEMI, - [164706] = 2, + [117502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6902), 1, - anon_sym_EQ, - [164713] = 2, - ACTIONS(5848), 1, - sym_comment, ACTIONS(8383), 1, - anon_sym_LF, - [164720] = 2, + anon_sym_SEMI, + [117509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8385), 1, anon_sym_SEMI, - [164727] = 2, + [117516] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8387), 1, - anon_sym_SEMI, - [164734] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6309), 1, - anon_sym_RPAREN, - [164741] = 2, + anon_sym_COLON, + [117523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8389), 1, - sym_identifier, - [164748] = 2, + anon_sym_STAR, + [117530] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8391), 1, anon_sym_SEMI, - [164755] = 2, + [117537] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7314), 1, + anon_sym_LF, + [117544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8393), 1, - sym_identifier, - [164762] = 2, + anon_sym_COLON_COLON, + [117551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8395), 1, anon_sym_SEMI, - [164769] = 2, + [117558] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4297), 1, + anon_sym_COLON_COLON, + [117565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8397), 1, - anon_sym_SEMI, - [164776] = 2, + sym_identifier, + [117572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8399), 1, anon_sym_SEMI, - [164783] = 2, + [117579] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8401), 1, - anon_sym_SEMI, - [164790] = 2, + aux_sym_preproc_if_token2, + [117586] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8403), 1, anon_sym_SEMI, - [164797] = 2, + [117593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 1, - anon_sym_COLON_COLON, - [164804] = 2, + ACTIONS(5106), 1, + anon_sym_RPAREN, + [117600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8405), 1, - anon_sym_COLON, - [164811] = 2, + anon_sym_SEMI, + [117607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6896), 1, + ACTIONS(3897), 1, anon_sym_SEMI, - [164818] = 2, + [117614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8407), 1, anon_sym_SEMI, - [164825] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5113), 1, - anon_sym_RPAREN, - [164832] = 2, + [117621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8409), 1, - anon_sym_STAR, - [164839] = 2, + anon_sym_SEMI, + [117628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8411), 1, - sym_identifier, - [164846] = 2, + anon_sym_SEMI, + [117635] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5179), 1, + anon_sym_RPAREN, + [117642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8413), 1, anon_sym_SEMI, - [164853] = 2, + [117649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8415), 1, anon_sym_SEMI, - [164860] = 2, + [117656] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8417), 1, anon_sym_SEMI, - [164867] = 2, + [117663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8419), 1, - anon_sym_SEMI, - [164874] = 2, + sym_identifier, + [117670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8421), 1, anon_sym_SEMI, - [164881] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2839), 1, - anon_sym_COLON_COLON, - [164888] = 2, + [117677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8423), 1, anon_sym_SEMI, - [164895] = 2, + [117684] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5114), 1, + anon_sym_RPAREN, + [117691] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8425), 1, - sym_identifier, - [164902] = 2, + anon_sym_SEMI, + [117698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8427), 1, anon_sym_SEMI, - [164909] = 2, + [117705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8429), 1, + ACTIONS(7093), 1, anon_sym_SEMI, - [164916] = 2, + [117712] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8429), 1, + anon_sym_COLON, + [117719] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5177), 1, + anon_sym_RPAREN, + [117726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8431), 1, - anon_sym_SQUOTE, - [164923] = 2, + anon_sym_SEMI, + [117733] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6888), 1, + anon_sym_EQ, + [117740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8433), 1, sym_identifier, - [164930] = 2, + [117747] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8435), 1, anon_sym_SEMI, - [164937] = 2, + [117754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5084), 1, + ACTIONS(8437), 1, anon_sym_SEMI, - [164944] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5098), 1, - anon_sym_RPAREN, - [164951] = 2, + [117761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8437), 1, + ACTIONS(6395), 1, anon_sym_RPAREN, - [164958] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6898), 1, - anon_sym_EQ, - [164965] = 2, + [117768] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8439), 1, - anon_sym_SEMI, - [164972] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5102), 1, - anon_sym_RPAREN, - [164979] = 2, + sym_identifier, + [117775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8441), 1, + ACTIONS(5233), 1, anon_sym_SEMI, - [164986] = 2, + [117782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6351), 1, - anon_sym_RPAREN, - [164993] = 2, + ACTIONS(8441), 1, + sym_identifier, + [117789] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8443), 1, - sym_identifier, - [165000] = 2, + anon_sym_SEMI, + [117796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8445), 1, - anon_sym_COLON, - [165007] = 2, + anon_sym_RPAREN, + [117803] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8447), 1, - anon_sym_SEMI, - [165014] = 2, + anon_sym_RPAREN, + [117810] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5118), 1, + anon_sym_RPAREN, + [117817] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8449), 1, - anon_sym_SEMI, - [165021] = 2, + anon_sym_SQUOTE, + [117824] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(4283), 1, + anon_sym_COLON_COLON, + [117831] = 2, + ACTIONS(5840), 1, + sym_comment, ACTIONS(8451), 1, - anon_sym_SEMI, - [165028] = 2, + anon_sym_LF, + [117838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8453), 1, - aux_sym_preproc_if_token2, - [165035] = 2, + anon_sym_SEMI, + [117845] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5167), 1, + anon_sym_RPAREN, + [117852] = 2, + ACTIONS(5840), 1, + sym_comment, ACTIONS(8455), 1, - aux_sym_preproc_if_token2, - [165042] = 2, + anon_sym_LF, + [117859] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5136), 1, + anon_sym_RPAREN, + [117866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8457), 1, - anon_sym_SEMI, - [165049] = 2, + anon_sym_STAR, + [117873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8459), 1, - aux_sym_preproc_if_token2, - [165056] = 2, + anon_sym_RPAREN, + [117880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6176), 1, - anon_sym_COLON_COLON, - [165063] = 2, + ACTIONS(5140), 1, + anon_sym_RPAREN, + [117887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, + ACTIONS(7194), 1, anon_sym_SEMI, - [165070] = 2, + [117894] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8461), 1, + sym_identifier, + [117901] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8463), 1, anon_sym_SEMI, - [165077] = 2, + [117908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8465), 1, + ACTIONS(6949), 1, anon_sym_SEMI, - [165084] = 2, + [117915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8467), 1, - anon_sym_SEMI, - [165091] = 2, + ACTIONS(2877), 1, + anon_sym_COLON_COLON, + [117922] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8469), 1, - anon_sym_SEMI, - [165098] = 2, + ACTIONS(8465), 1, + sym_identifier, + [117929] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6906), 1, - anon_sym_EQ, - [165105] = 2, + ACTIONS(8467), 1, + aux_sym_preproc_if_token2, + [117936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8471), 1, - anon_sym_SEMI, - [165112] = 2, + ACTIONS(8469), 1, + aux_sym_preproc_if_token2, + [117943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6385), 1, - anon_sym_RPAREN, - [165119] = 2, + ACTIONS(8471), 1, + anon_sym_SEMI, + [117950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8473), 1, - sym_identifier, - [165126] = 2, + anon_sym_SEMI, + [117957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8475), 1, anon_sym_SEMI, - [165133] = 2, + [117964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8477), 1, - anon_sym_SEMI, - [165140] = 2, + anon_sym_SQUOTE, + [117971] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5205), 1, + anon_sym_RPAREN, + [117978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8479), 1, - anon_sym_SEMI, - [165147] = 2, + sym_identifier, + [117985] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6929), 1, + anon_sym_EQ, + [117992] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8481), 1, - anon_sym_SEMI, - [165154] = 2, + aux_sym_preproc_if_token2, + [117999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8483), 1, - sym_identifier, - [165161] = 2, + anon_sym_SEMI, + [118006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5123), 1, - anon_sym_RPAREN, - [165168] = 2, + ACTIONS(8485), 1, + aux_sym_preproc_if_token2, + [118013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8485), 1, - anon_sym_LPAREN2, - [165175] = 2, + ACTIONS(6329), 1, + anon_sym_RPAREN, + [118020] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8487), 1, - anon_sym_LPAREN2, - [165182] = 2, + sym_identifier, + [118027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8489), 1, - anon_sym_LPAREN2, - [165189] = 2, + anon_sym_SEMI, + [118034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8491), 1, - anon_sym_LPAREN2, - [165196] = 2, + anon_sym_SEMI, + [118041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8493), 1, - sym_identifier, - [165203] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_EQ, - [165210] = 2, + anon_sym_SEMI, + [118048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8495), 1, - anon_sym_RPAREN, - [165217] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [118055] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8497), 1, - anon_sym_LF, - [165224] = 2, + anon_sym_SEMI, + [118062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8499), 1, - anon_sym_while, - [165231] = 2, + anon_sym_SEMI, + [118069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8501), 1, anon_sym_SEMI, - [165238] = 2, + [118076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8503), 1, - anon_sym_LPAREN2, - [165245] = 2, + anon_sym_RPAREN, + [118083] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8505), 1, anon_sym_SEMI, - [165252] = 2, + [118090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8507), 1, anon_sym_SEMI, - [165259] = 2, + [118097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8509), 1, anon_sym_SEMI, - [165266] = 2, + [118104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5050), 1, - anon_sym_SEMI, - [165273] = 2, + ACTIONS(6204), 1, + anon_sym_COLON_COLON, + [118111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8511), 1, anon_sym_SEMI, - [165280] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(7657), 1, - anon_sym_LF, - [165287] = 2, + [118118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8513), 1, - anon_sym_LPAREN2, - [165294] = 2, + anon_sym_SEMI, + [118125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5100), 1, - anon_sym_RPAREN, - [165301] = 2, + ACTIONS(6951), 1, + anon_sym_EQ, + [118132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5125), 1, + ACTIONS(8515), 1, anon_sym_SEMI, - [165308] = 2, + [118139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8515), 1, - sym_identifier, - [165315] = 2, - ACTIONS(3), 1, + ACTIONS(6351), 1, + anon_sym_RPAREN, + [118146] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8517), 1, - anon_sym_SEMI, - [165322] = 2, - ACTIONS(3045), 1, anon_sym_LF, - ACTIONS(5848), 1, - sym_comment, - [165329] = 2, + [118153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8519), 1, - aux_sym_preproc_if_token2, - [165336] = 2, - ACTIONS(3053), 1, - anon_sym_LF, - ACTIONS(5848), 1, - sym_comment, - [165343] = 2, + ACTIONS(5159), 1, + anon_sym_RPAREN, + [118160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5040), 1, + ACTIONS(8519), 1, anon_sym_SEMI, - [165350] = 2, + [118167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4110), 1, - anon_sym_LBRACE, - [165357] = 2, - ACTIONS(5848), 1, - sym_comment, ACTIONS(8521), 1, - anon_sym_LF, - [165364] = 2, + anon_sym_SEMI, + [118174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8523), 1, + ACTIONS(5100), 1, anon_sym_RPAREN, - [165371] = 2, + [118181] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8525), 1, + ACTIONS(8523), 1, anon_sym_SEMI, - [165378] = 2, + [118188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4106), 1, - anon_sym_LBRACE, - [165385] = 2, + ACTIONS(8525), 1, + anon_sym_SEMI, + [118195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8527), 1, - anon_sym_SEMI, - [165392] = 2, + anon_sym_LPAREN2, + [118202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8529), 1, - sym_identifier, - [165399] = 2, + anon_sym_LPAREN2, + [118209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8531), 1, - anon_sym_RPAREN, - [165406] = 2, + anon_sym_LPAREN2, + [118216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, - anon_sym_RPAREN, - [165413] = 2, - ACTIONS(5848), 1, - sym_comment, ACTIONS(8533), 1, - anon_sym_LF, - [165420] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5042), 1, - anon_sym_RPAREN, - [165427] = 2, + anon_sym_LPAREN2, + [118223] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8535), 1, - anon_sym_SEMI, - [165434] = 2, + sym_identifier, + [118230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 1, + ACTIONS(5221), 1, anon_sym_RPAREN, - [165441] = 2, + [118237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8537), 1, - anon_sym_RPAREN, - [165448] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8539), 1, - anon_sym_LF, - [165455] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5024), 1, - anon_sym_RPAREN, - [165462] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5032), 1, anon_sym_SEMI, - [165469] = 2, + [118244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5034), 1, - anon_sym_RPAREN, - [165476] = 2, + ACTIONS(8539), 1, + anon_sym_SEMI, + [118251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8541), 1, - anon_sym_SEMI, - [165483] = 2, + anon_sym_while, + [118258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8543), 1, - anon_sym_SQUOTE, - [165490] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5036), 1, - anon_sym_RPAREN, - [165497] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5038), 1, - anon_sym_RPAREN, - [165504] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6832), 1, anon_sym_SEMI, - [165511] = 2, + [118265] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8545), 1, anon_sym_LPAREN2, - [165518] = 2, + [118272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8547), 1, - anon_sym_LPAREN2, - [165525] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [118279] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8549), 1, - anon_sym_LPAREN2, - [165532] = 2, - ACTIONS(5848), 1, + anon_sym_LF, + [118286] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8551), 1, - anon_sym_LF, - [165539] = 2, + aux_sym_preproc_if_token2, + [118293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8553), 1, anon_sym_SEMI, - [165546] = 2, + [118300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8555), 1, anon_sym_SEMI, - [165553] = 2, + [118307] = 2, + ACTIONS(3295), 1, + anon_sym_LF, + ACTIONS(5840), 1, + sym_comment, + [118314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8557), 1, - anon_sym_while, - [165560] = 2, + anon_sym_SEMI, + [118321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8559), 1, - anon_sym_RPAREN, - [165567] = 2, + anon_sym_LPAREN2, + [118328] = 2, + ACTIONS(3301), 1, + anon_sym_LF, + ACTIONS(5840), 1, + sym_comment, + [118335] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5195), 1, + anon_sym_SEMI, + [118342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8561), 1, - anon_sym_LPAREN2, - [165574] = 2, - ACTIONS(5848), 1, + sym_identifier, + [118349] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7544), 1, - anon_sym_LF, - [165581] = 2, + ACTIONS(5207), 1, + anon_sym_RPAREN, + [118356] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4031), 1, + anon_sym_LBRACE, + [118363] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8563), 1, anon_sym_SEMI, - [165588] = 2, + [118370] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4035), 1, + anon_sym_LBRACE, + [118377] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8565), 1, + anon_sym_SEMI, + [118384] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5120), 1, + anon_sym_RPAREN, + [118391] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5122), 1, anon_sym_RPAREN, - [165595] = 2, + [118398] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, + anon_sym_SEMI, + [118405] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8567), 1, - aux_sym_preproc_if_token2, - [165602] = 2, + anon_sym_SEMI, + [118412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8569), 1, - anon_sym_LPAREN2, - [165609] = 2, + anon_sym_SEMI, + [118419] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8571), 1, - sym_identifier, - [165616] = 2, + ACTIONS(5124), 1, + anon_sym_RPAREN, + [118426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5187), 1, + ACTIONS(8571), 1, anon_sym_SEMI, - [165623] = 2, + [118433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8573), 1, - sym_identifier, - [165630] = 2, + anon_sym_RPAREN, + [118440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8575), 1, - sym_identifier, - [165637] = 2, + anon_sym_RPAREN, + [118447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5167), 1, - anon_sym_RPAREN, - [165644] = 2, + ACTIONS(8577), 1, + anon_sym_SEMI, + [118454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7490), 1, - anon_sym_RBRACE, - [165651] = 2, + ACTIONS(5130), 1, + anon_sym_RPAREN, + [118461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3891), 1, - anon_sym_SEMI, - [165658] = 2, + ACTIONS(8579), 1, + aux_sym_preproc_if_token2, + [118468] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5183), 1, + ACTIONS(8581), 1, anon_sym_SEMI, - [165665] = 2, + [118475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8577), 1, - anon_sym_LPAREN2, - [165672] = 2, + ACTIONS(5132), 1, + anon_sym_RPAREN, + [118482] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8583), 1, + anon_sym_LF, + [118489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8579), 1, - anon_sym_LPAREN2, - [165679] = 2, + ACTIONS(5219), 1, + anon_sym_RPAREN, + [118496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8581), 1, + ACTIONS(8585), 1, anon_sym_SEMI, - [165686] = 2, + [118503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, - anon_sym_SEMI, - [165693] = 2, + ACTIONS(5098), 1, + anon_sym_RPAREN, + [118510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5006), 1, - anon_sym_RBRACE, - [165700] = 2, + ACTIONS(5134), 1, + anon_sym_RPAREN, + [118517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8583), 1, - anon_sym_while, - [165707] = 2, + ACTIONS(8587), 1, + anon_sym_RPAREN, + [118524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_STAR, - [165714] = 2, + ACTIONS(8589), 1, + anon_sym_RPAREN, + [118531] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8587), 1, - anon_sym_LPAREN2, - [165721] = 2, + ACTIONS(5175), 1, + anon_sym_RPAREN, + [118538] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8589), 1, + ACTIONS(5209), 1, anon_sym_RPAREN, - [165728] = 2, + [118545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8591), 1, - ts_builtin_sym_end, - [165735] = 2, + anon_sym_LPAREN2, + [118552] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8593), 1, anon_sym_LPAREN2, - [165742] = 2, + [118559] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8595), 1, anon_sym_LPAREN2, - [165749] = 2, + [118566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_RBRACE, - [165756] = 2, + ACTIONS(5144), 1, + anon_sym_RPAREN, + [118573] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8597), 1, + anon_sym_LF, + [118580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5179), 1, + ACTIONS(5173), 1, anon_sym_SEMI, - [165763] = 2, + [118587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8597), 1, - sym_identifier, - [165770] = 2, + ACTIONS(8599), 1, + anon_sym_while, + [118594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8599), 1, + ACTIONS(5211), 1, anon_sym_RPAREN, - [165777] = 2, + [118601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8601), 1, - anon_sym_SEMI, - [165784] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [118608] = 2, + ACTIONS(5840), 1, sym_comment, - ACTIONS(7114), 1, - anon_sym_SEMI, - [165791] = 2, + ACTIONS(7276), 1, + anon_sym_LF, + [118615] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8603), 1, - anon_sym_LPAREN2, - [165798] = 2, - ACTIONS(5848), 1, + anon_sym_SEMI, + [118622] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8605), 1, - anon_sym_LF, - [165805] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [118629] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8607), 1, - anon_sym_SEMI, - [165812] = 2, + anon_sym_LF, + [118636] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8609), 1, - anon_sym_LPAREN2, - [165819] = 2, + anon_sym_RPAREN, + [118643] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8611), 1, - anon_sym_while, - [165826] = 2, + anon_sym_LPAREN2, + [118650] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(7713), 1, + anon_sym_LF, + [118657] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7419), 1, - anon_sym_RBRACE, - [165833] = 2, + ACTIONS(5062), 1, + anon_sym_SEMI, + [118664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8613), 1, - anon_sym_LPAREN2, - [165840] = 2, + sym_identifier, + [118671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8615), 1, - sym_identifier, - [165847] = 2, + anon_sym_SEMI, + [118678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8617), 1, - sym_identifier, - [165854] = 2, + anon_sym_SEMI, + [118685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5064), 1, - anon_sym_RPAREN, - [165861] = 2, + ACTIONS(5229), 1, + anon_sym_SEMI, + [118692] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8619), 1, - anon_sym_LPAREN2, - [165868] = 2, - ACTIONS(5848), 1, - sym_comment, - ACTIONS(8621), 1, - anon_sym_LF, - [165875] = 2, + anon_sym_SEMI, + [118699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5175), 1, - anon_sym_SEMI, - [165882] = 2, + ACTIONS(8621), 1, + sym_identifier, + [118706] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8623), 1, - sym_identifier, - [165889] = 2, - ACTIONS(5848), 1, + anon_sym_LPAREN2, + [118713] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8625), 1, - anon_sym_LF, - [165896] = 2, + anon_sym_LPAREN2, + [118720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8627), 1, - aux_sym_preproc_if_token2, - [165903] = 2, - ACTIONS(3), 1, + sym_identifier, + [118727] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8629), 1, - anon_sym_LPAREN2, - [165910] = 2, + anon_sym_LF, + [118734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8631), 1, - anon_sym_LPAREN2, - [165917] = 2, + anon_sym_STAR, + [118741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8633), 1, - aux_sym_preproc_if_token2, - [165924] = 2, + anon_sym_while, + [118748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6900), 1, + ACTIONS(5171), 1, anon_sym_SEMI, - [165931] = 2, + [118755] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8635), 1, - sym_identifier, - [165938] = 2, + anon_sym_LPAREN2, + [118762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8637), 1, - anon_sym_while, - [165945] = 2, + ts_builtin_sym_end, + [118769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8639), 1, - anon_sym_SEMI, - [165952] = 2, + anon_sym_LPAREN2, + [118776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8641), 1, anon_sym_LPAREN2, - [165959] = 2, + [118783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8643), 1, - anon_sym_SEMI, - [165966] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8645), 1, anon_sym_LPAREN2, - [165973] = 2, + [118790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8647), 1, - anon_sym_STAR, - [165980] = 2, + ACTIONS(8645), 1, + anon_sym_RPAREN, + [118797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 1, + ACTIONS(5227), 1, anon_sym_SEMI, - [165987] = 2, + [118804] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8649), 1, + ACTIONS(8647), 1, sym_identifier, - [165994] = 2, + [118811] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8651), 1, - anon_sym_SQUOTE, - [166001] = 2, + ACTIONS(8649), 1, + anon_sym_RPAREN, + [118818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8653), 1, + ACTIONS(3977), 1, anon_sym_SEMI, - [166008] = 2, + [118825] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8651), 1, + anon_sym_LF, + [118832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5076), 1, - anon_sym_SEMI, - [166015] = 2, + ACTIONS(8653), 1, + anon_sym_LPAREN2, + [118839] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8655), 1, - anon_sym_COLON, - [166022] = 2, + anon_sym_SEMI, + [118846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8657), 1, - anon_sym_SEMI, - [166029] = 2, + aux_sym_preproc_if_token2, + [118853] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8659), 1, - anon_sym_SEMI, - [166036] = 2, + anon_sym_LPAREN2, + [118860] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8661), 1, - anon_sym_SEMI, - [166043] = 2, + anon_sym_while, + [118867] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8663), 1, anon_sym_SEMI, - [166050] = 2, + [118874] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8665), 1, - sym_identifier, - [166057] = 2, + anon_sym_LPAREN2, + [118881] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5005), 1, + anon_sym_RBRACE, + [118888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8667), 1, - sym_identifier, - [166064] = 2, + anon_sym_SEMI, + [118895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8669), 1, - anon_sym_RPAREN, - [166071] = 2, + anon_sym_SEMI, + [118902] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8671), 1, anon_sym_LPAREN2, - [166078] = 2, - ACTIONS(3), 1, + [118909] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8673), 1, - anon_sym_LPAREN2, - [166085] = 2, + anon_sym_LF, + [118916] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5225), 1, + anon_sym_SEMI, + [118923] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8675), 1, - anon_sym_LPAREN2, - [166092] = 2, + sym_identifier, + [118930] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8677), 1, - anon_sym_LPAREN2, - [166099] = 2, + anon_sym_SEMI, + [118937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8679), 1, - sym_identifier, - [166106] = 2, + anon_sym_SEMI, + [118944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8681), 1, - anon_sym_RPAREN, - [166113] = 2, + anon_sym_LPAREN2, + [118951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8683), 1, - anon_sym_SEMI, - [166120] = 2, - ACTIONS(5848), 1, + anon_sym_LPAREN2, + [118958] = 2, + ACTIONS(5840), 1, sym_comment, ACTIONS(8685), 1, anon_sym_LF, - [166127] = 2, + [118965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8687), 1, anon_sym_SEMI, - [166134] = 2, - ACTIONS(5848), 1, + [118972] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8689), 1, - anon_sym_LF, - [166141] = 2, + sym_identifier, + [118979] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8691), 1, + anon_sym_while, + [118986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5115), 1, + ACTIONS(8693), 1, anon_sym_SEMI, - [166148] = 2, + [118993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8691), 1, + ACTIONS(8695), 1, + anon_sym_LPAREN2, + [119000] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8697), 1, anon_sym_SEMI, - [166155] = 2, + [119007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8693), 1, + ACTIONS(8699), 1, + anon_sym_LPAREN2, + [119014] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8701), 1, + anon_sym_RPAREN, + [119021] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5223), 1, + anon_sym_SEMI, + [119028] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8703), 1, + sym_identifier, + [119035] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8705), 1, anon_sym_SEMI, - [166162] = 2, + [119042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3857), 1, + ACTIONS(3865), 1, anon_sym_SEMI, - [166169] = 2, + [119049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8695), 1, + ACTIONS(8707), 1, + anon_sym_SEMI, + [119056] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8709), 1, anon_sym_COLON, - [166176] = 2, + [119063] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8711), 1, + anon_sym_LF, + [119070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5151), 1, - anon_sym_RPAREN, - [166183] = 2, + ACTIONS(8713), 1, + aux_sym_preproc_if_token2, + [119077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5191), 1, - anon_sym_RPAREN, - [166190] = 2, + ACTIONS(7140), 1, + anon_sym_SEMI, + [119084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5137), 1, + ACTIONS(8715), 1, anon_sym_RPAREN, - [166197] = 2, + [119091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8697), 1, + ACTIONS(8717), 1, + sym_identifier, + [119098] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8719), 1, + aux_sym_preproc_if_token2, + [119105] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8721), 1, + aux_sym_preproc_if_token2, + [119112] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8723), 1, anon_sym_LPAREN2, - [166204] = 2, + [119119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8699), 1, + ACTIONS(8725), 1, anon_sym_LPAREN2, - [166211] = 2, + [119126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8701), 1, + ACTIONS(8727), 1, + anon_sym_LPAREN2, + [119133] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8729), 1, + anon_sym_LPAREN2, + [119140] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8731), 1, + anon_sym_LPAREN2, + [119147] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8733), 1, + anon_sym_RPAREN, + [119154] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5169), 1, anon_sym_SEMI, - [166218] = 2, + [119161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8703), 1, + ACTIONS(4997), 1, + anon_sym_RBRACE, + [119168] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8735), 1, + anon_sym_LF, + [119175] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8737), 1, + anon_sym_SEMI, + [119182] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8739), 1, sym_identifier, - [166225] = 2, + [119189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8705), 1, + ACTIONS(8741), 1, + anon_sym_SQUOTE, + [119196] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8743), 1, + sym_identifier, + [119203] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8745), 1, + anon_sym_SEMI, + [119210] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8747), 1, + anon_sym_SEMI, + [119217] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7767), 1, + anon_sym_RBRACE, + [119224] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8749), 1, + sym_identifier, + [119231] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8751), 1, + sym_identifier, + [119238] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_SEMI, + [119245] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8753), 1, anon_sym_LPAREN2, - [166232] = 2, + [119252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8707), 1, + ACTIONS(8755), 1, anon_sym_LPAREN2, - [166239] = 2, + [119259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 1, - anon_sym_RPAREN, - [166246] = 2, + ACTIONS(8757), 1, + anon_sym_LPAREN2, + [119266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8709), 1, - anon_sym_RPAREN, - [166253] = 2, + ACTIONS(7776), 1, + anon_sym_RBRACE, + [119273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8711), 1, + ACTIONS(8759), 1, + sym_identifier, + [119280] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8761), 1, anon_sym_LPAREN2, - [166260] = 2, + [119287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8713), 1, + ACTIONS(8763), 1, anon_sym_LPAREN2, - [166267] = 2, + [119294] = 2, + ACTIONS(5840), 1, + sym_comment, + ACTIONS(8765), 1, + anon_sym_LF, + [119301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8715), 1, + ACTIONS(8767), 1, aux_sym_preproc_if_token2, - [166274] = 2, + [119308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8717), 1, + ACTIONS(8769), 1, + anon_sym_LPAREN2, + [119315] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8771), 1, + anon_sym_LPAREN2, + [119322] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8773), 1, + anon_sym_COLON, + [119329] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8775), 1, sym_identifier, - [166281] = 2, + [119336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8719), 1, + ACTIONS(8777), 1, anon_sym_LPAREN2, - [166288] = 2, + [119343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8721), 1, + ACTIONS(8779), 1, anon_sym_LPAREN2, - [166295] = 2, + [119350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 1, + ACTIONS(5213), 1, anon_sym_RPAREN, - [166302] = 2, + [119357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8723), 1, + ACTIONS(8781), 1, anon_sym_LPAREN2, }; static uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1781)] = 0, - [SMALL_STATE(1782)] = 125, - [SMALL_STATE(1783)] = 252, - [SMALL_STATE(1784)] = 379, - [SMALL_STATE(1785)] = 504, - [SMALL_STATE(1786)] = 629, - [SMALL_STATE(1787)] = 754, - [SMALL_STATE(1788)] = 879, - [SMALL_STATE(1789)] = 1006, - [SMALL_STATE(1790)] = 1133, - [SMALL_STATE(1791)] = 1260, - [SMALL_STATE(1792)] = 1385, - [SMALL_STATE(1793)] = 1512, - [SMALL_STATE(1794)] = 1637, - [SMALL_STATE(1795)] = 1762, - [SMALL_STATE(1796)] = 1889, - [SMALL_STATE(1797)] = 2016, - [SMALL_STATE(1798)] = 2143, - [SMALL_STATE(1799)] = 2268, - [SMALL_STATE(1800)] = 2395, - [SMALL_STATE(1801)] = 2520, - [SMALL_STATE(1802)] = 2647, - [SMALL_STATE(1803)] = 2774, - [SMALL_STATE(1804)] = 2901, - [SMALL_STATE(1805)] = 3026, - [SMALL_STATE(1806)] = 3151, - [SMALL_STATE(1807)] = 3278, - [SMALL_STATE(1808)] = 3405, - [SMALL_STATE(1809)] = 3532, - [SMALL_STATE(1810)] = 3659, - [SMALL_STATE(1811)] = 3784, - [SMALL_STATE(1812)] = 3911, - [SMALL_STATE(1813)] = 4038, - [SMALL_STATE(1814)] = 4165, - [SMALL_STATE(1815)] = 4292, - [SMALL_STATE(1816)] = 4419, - [SMALL_STATE(1817)] = 4544, - [SMALL_STATE(1818)] = 4669, - [SMALL_STATE(1819)] = 4794, - [SMALL_STATE(1820)] = 4919, - [SMALL_STATE(1821)] = 5044, - [SMALL_STATE(1822)] = 5166, - [SMALL_STATE(1823)] = 5288, - [SMALL_STATE(1824)] = 5404, - [SMALL_STATE(1825)] = 5526, - [SMALL_STATE(1826)] = 5648, - [SMALL_STATE(1827)] = 5770, - [SMALL_STATE(1828)] = 5892, - [SMALL_STATE(1829)] = 6014, - [SMALL_STATE(1830)] = 6136, - [SMALL_STATE(1831)] = 6252, - [SMALL_STATE(1832)] = 6368, - [SMALL_STATE(1833)] = 6490, - [SMALL_STATE(1834)] = 6612, - [SMALL_STATE(1835)] = 6734, - [SMALL_STATE(1836)] = 6856, - [SMALL_STATE(1837)] = 6978, - [SMALL_STATE(1838)] = 7100, - [SMALL_STATE(1839)] = 7222, - [SMALL_STATE(1840)] = 7344, - [SMALL_STATE(1841)] = 7466, - [SMALL_STATE(1842)] = 7588, - [SMALL_STATE(1843)] = 7710, - [SMALL_STATE(1844)] = 7832, - [SMALL_STATE(1845)] = 7954, - [SMALL_STATE(1846)] = 8076, - [SMALL_STATE(1847)] = 8192, - [SMALL_STATE(1848)] = 8314, - [SMALL_STATE(1849)] = 8436, - [SMALL_STATE(1850)] = 8552, - [SMALL_STATE(1851)] = 8668, - [SMALL_STATE(1852)] = 8790, - [SMALL_STATE(1853)] = 8912, - [SMALL_STATE(1854)] = 9028, - [SMALL_STATE(1855)] = 9150, - [SMALL_STATE(1856)] = 9272, - [SMALL_STATE(1857)] = 9394, - [SMALL_STATE(1858)] = 9516, - [SMALL_STATE(1859)] = 9638, - [SMALL_STATE(1860)] = 9760, - [SMALL_STATE(1861)] = 9882, - [SMALL_STATE(1862)] = 10004, - [SMALL_STATE(1863)] = 10126, - [SMALL_STATE(1864)] = 10242, - [SMALL_STATE(1865)] = 10364, - [SMALL_STATE(1866)] = 10480, - [SMALL_STATE(1867)] = 10596, - [SMALL_STATE(1868)] = 10718, - [SMALL_STATE(1869)] = 10834, - [SMALL_STATE(1870)] = 10956, - [SMALL_STATE(1871)] = 11078, - [SMALL_STATE(1872)] = 11200, - [SMALL_STATE(1873)] = 11322, - [SMALL_STATE(1874)] = 11442, - [SMALL_STATE(1875)] = 11564, - [SMALL_STATE(1876)] = 11686, - [SMALL_STATE(1877)] = 11808, - [SMALL_STATE(1878)] = 11930, - [SMALL_STATE(1879)] = 12052, - [SMALL_STATE(1880)] = 12174, - [SMALL_STATE(1881)] = 12290, - [SMALL_STATE(1882)] = 12412, - [SMALL_STATE(1883)] = 12528, - [SMALL_STATE(1884)] = 12644, - [SMALL_STATE(1885)] = 12766, - [SMALL_STATE(1886)] = 12888, - [SMALL_STATE(1887)] = 13010, - [SMALL_STATE(1888)] = 13132, - [SMALL_STATE(1889)] = 13254, - [SMALL_STATE(1890)] = 13376, - [SMALL_STATE(1891)] = 13498, - [SMALL_STATE(1892)] = 13620, - [SMALL_STATE(1893)] = 13742, - [SMALL_STATE(1894)] = 13864, - [SMALL_STATE(1895)] = 13986, - [SMALL_STATE(1896)] = 14108, - [SMALL_STATE(1897)] = 14224, - [SMALL_STATE(1898)] = 14346, - [SMALL_STATE(1899)] = 14462, - [SMALL_STATE(1900)] = 14584, - [SMALL_STATE(1901)] = 14706, - [SMALL_STATE(1902)] = 14828, - [SMALL_STATE(1903)] = 14950, - [SMALL_STATE(1904)] = 15072, - [SMALL_STATE(1905)] = 15194, - [SMALL_STATE(1906)] = 15316, - [SMALL_STATE(1907)] = 15438, - [SMALL_STATE(1908)] = 15560, - [SMALL_STATE(1909)] = 15682, - [SMALL_STATE(1910)] = 15804, - [SMALL_STATE(1911)] = 15926, - [SMALL_STATE(1912)] = 16048, - [SMALL_STATE(1913)] = 16170, - [SMALL_STATE(1914)] = 16286, - [SMALL_STATE(1915)] = 16408, - [SMALL_STATE(1916)] = 16524, - [SMALL_STATE(1917)] = 16646, - [SMALL_STATE(1918)] = 16768, - [SMALL_STATE(1919)] = 16890, - [SMALL_STATE(1920)] = 17009, - [SMALL_STATE(1921)] = 17128, - [SMALL_STATE(1922)] = 17247, - [SMALL_STATE(1923)] = 17366, - [SMALL_STATE(1924)] = 17485, - [SMALL_STATE(1925)] = 17604, - [SMALL_STATE(1926)] = 17723, - [SMALL_STATE(1927)] = 17842, - [SMALL_STATE(1928)] = 17961, - [SMALL_STATE(1929)] = 18080, - [SMALL_STATE(1930)] = 18199, - [SMALL_STATE(1931)] = 18318, - [SMALL_STATE(1932)] = 18437, - [SMALL_STATE(1933)] = 18556, - [SMALL_STATE(1934)] = 18675, - [SMALL_STATE(1935)] = 18794, - [SMALL_STATE(1936)] = 18913, - [SMALL_STATE(1937)] = 19032, - [SMALL_STATE(1938)] = 19151, - [SMALL_STATE(1939)] = 19270, - [SMALL_STATE(1940)] = 19389, - [SMALL_STATE(1941)] = 19508, - [SMALL_STATE(1942)] = 19627, - [SMALL_STATE(1943)] = 19746, - [SMALL_STATE(1944)] = 19865, - [SMALL_STATE(1945)] = 19984, - [SMALL_STATE(1946)] = 20103, - [SMALL_STATE(1947)] = 20222, - [SMALL_STATE(1948)] = 20341, - [SMALL_STATE(1949)] = 20460, - [SMALL_STATE(1950)] = 20579, - [SMALL_STATE(1951)] = 20698, - [SMALL_STATE(1952)] = 20817, - [SMALL_STATE(1953)] = 20936, - [SMALL_STATE(1954)] = 21055, - [SMALL_STATE(1955)] = 21174, - [SMALL_STATE(1956)] = 21293, - [SMALL_STATE(1957)] = 21412, - [SMALL_STATE(1958)] = 21531, - [SMALL_STATE(1959)] = 21650, - [SMALL_STATE(1960)] = 21769, - [SMALL_STATE(1961)] = 21888, - [SMALL_STATE(1962)] = 22007, - [SMALL_STATE(1963)] = 22126, - [SMALL_STATE(1964)] = 22245, - [SMALL_STATE(1965)] = 22364, - [SMALL_STATE(1966)] = 22483, - [SMALL_STATE(1967)] = 22602, - [SMALL_STATE(1968)] = 22721, - [SMALL_STATE(1969)] = 22840, - [SMALL_STATE(1970)] = 22959, - [SMALL_STATE(1971)] = 23078, - [SMALL_STATE(1972)] = 23197, - [SMALL_STATE(1973)] = 23316, - [SMALL_STATE(1974)] = 23435, - [SMALL_STATE(1975)] = 23554, - [SMALL_STATE(1976)] = 23673, - [SMALL_STATE(1977)] = 23792, - [SMALL_STATE(1978)] = 23911, - [SMALL_STATE(1979)] = 24030, - [SMALL_STATE(1980)] = 24149, - [SMALL_STATE(1981)] = 24268, - [SMALL_STATE(1982)] = 24387, - [SMALL_STATE(1983)] = 24506, - [SMALL_STATE(1984)] = 24625, - [SMALL_STATE(1985)] = 24744, - [SMALL_STATE(1986)] = 24863, - [SMALL_STATE(1987)] = 24982, - [SMALL_STATE(1988)] = 25101, - [SMALL_STATE(1989)] = 25217, - [SMALL_STATE(1990)] = 25333, - [SMALL_STATE(1991)] = 25449, - [SMALL_STATE(1992)] = 25565, - [SMALL_STATE(1993)] = 25681, - [SMALL_STATE(1994)] = 25797, - [SMALL_STATE(1995)] = 25913, - [SMALL_STATE(1996)] = 26029, - [SMALL_STATE(1997)] = 26145, - [SMALL_STATE(1998)] = 26261, - [SMALL_STATE(1999)] = 26377, - [SMALL_STATE(2000)] = 26493, - [SMALL_STATE(2001)] = 26609, - [SMALL_STATE(2002)] = 26725, - [SMALL_STATE(2003)] = 26841, - [SMALL_STATE(2004)] = 26957, - [SMALL_STATE(2005)] = 27073, - [SMALL_STATE(2006)] = 27189, - [SMALL_STATE(2007)] = 27305, - [SMALL_STATE(2008)] = 27421, - [SMALL_STATE(2009)] = 27537, - [SMALL_STATE(2010)] = 27653, - [SMALL_STATE(2011)] = 27769, - [SMALL_STATE(2012)] = 27885, - [SMALL_STATE(2013)] = 28001, - [SMALL_STATE(2014)] = 28117, - [SMALL_STATE(2015)] = 28233, - [SMALL_STATE(2016)] = 28349, - [SMALL_STATE(2017)] = 28465, - [SMALL_STATE(2018)] = 28581, - [SMALL_STATE(2019)] = 28697, - [SMALL_STATE(2020)] = 28813, - [SMALL_STATE(2021)] = 28929, - [SMALL_STATE(2022)] = 29045, - [SMALL_STATE(2023)] = 29161, - [SMALL_STATE(2024)] = 29277, - [SMALL_STATE(2025)] = 29393, - [SMALL_STATE(2026)] = 29509, - [SMALL_STATE(2027)] = 29625, - [SMALL_STATE(2028)] = 29741, - [SMALL_STATE(2029)] = 29857, - [SMALL_STATE(2030)] = 29973, - [SMALL_STATE(2031)] = 30089, - [SMALL_STATE(2032)] = 30205, - [SMALL_STATE(2033)] = 30321, - [SMALL_STATE(2034)] = 30437, - [SMALL_STATE(2035)] = 30553, - [SMALL_STATE(2036)] = 30669, - [SMALL_STATE(2037)] = 30785, - [SMALL_STATE(2038)] = 30901, - [SMALL_STATE(2039)] = 31017, - [SMALL_STATE(2040)] = 31133, - [SMALL_STATE(2041)] = 31249, - [SMALL_STATE(2042)] = 31365, - [SMALL_STATE(2043)] = 31481, - [SMALL_STATE(2044)] = 31597, - [SMALL_STATE(2045)] = 31713, - [SMALL_STATE(2046)] = 31829, - [SMALL_STATE(2047)] = 31945, - [SMALL_STATE(2048)] = 32061, - [SMALL_STATE(2049)] = 32177, - [SMALL_STATE(2050)] = 32293, - [SMALL_STATE(2051)] = 32409, - [SMALL_STATE(2052)] = 32525, - [SMALL_STATE(2053)] = 32641, - [SMALL_STATE(2054)] = 32757, - [SMALL_STATE(2055)] = 32873, - [SMALL_STATE(2056)] = 32989, - [SMALL_STATE(2057)] = 33105, - [SMALL_STATE(2058)] = 33221, - [SMALL_STATE(2059)] = 33337, - [SMALL_STATE(2060)] = 33453, - [SMALL_STATE(2061)] = 33569, - [SMALL_STATE(2062)] = 33685, - [SMALL_STATE(2063)] = 33801, - [SMALL_STATE(2064)] = 33917, - [SMALL_STATE(2065)] = 34033, - [SMALL_STATE(2066)] = 34149, - [SMALL_STATE(2067)] = 34265, - [SMALL_STATE(2068)] = 34381, - [SMALL_STATE(2069)] = 34497, - [SMALL_STATE(2070)] = 34613, - [SMALL_STATE(2071)] = 34729, - [SMALL_STATE(2072)] = 34845, - [SMALL_STATE(2073)] = 34961, - [SMALL_STATE(2074)] = 35077, - [SMALL_STATE(2075)] = 35193, - [SMALL_STATE(2076)] = 35309, - [SMALL_STATE(2077)] = 35425, - [SMALL_STATE(2078)] = 35541, - [SMALL_STATE(2079)] = 35657, - [SMALL_STATE(2080)] = 35773, - [SMALL_STATE(2081)] = 35889, - [SMALL_STATE(2082)] = 36005, - [SMALL_STATE(2083)] = 36121, - [SMALL_STATE(2084)] = 36237, - [SMALL_STATE(2085)] = 36353, - [SMALL_STATE(2086)] = 36469, - [SMALL_STATE(2087)] = 36585, - [SMALL_STATE(2088)] = 36701, - [SMALL_STATE(2089)] = 36817, - [SMALL_STATE(2090)] = 36933, - [SMALL_STATE(2091)] = 37049, - [SMALL_STATE(2092)] = 37165, - [SMALL_STATE(2093)] = 37281, - [SMALL_STATE(2094)] = 37397, - [SMALL_STATE(2095)] = 37513, - [SMALL_STATE(2096)] = 37629, - [SMALL_STATE(2097)] = 37745, - [SMALL_STATE(2098)] = 37861, - [SMALL_STATE(2099)] = 37977, - [SMALL_STATE(2100)] = 38093, - [SMALL_STATE(2101)] = 38209, - [SMALL_STATE(2102)] = 38325, - [SMALL_STATE(2103)] = 38441, - [SMALL_STATE(2104)] = 38557, - [SMALL_STATE(2105)] = 38673, - [SMALL_STATE(2106)] = 38789, - [SMALL_STATE(2107)] = 38905, - [SMALL_STATE(2108)] = 39021, - [SMALL_STATE(2109)] = 39137, - [SMALL_STATE(2110)] = 39253, - [SMALL_STATE(2111)] = 39369, - [SMALL_STATE(2112)] = 39485, - [SMALL_STATE(2113)] = 39601, - [SMALL_STATE(2114)] = 39717, - [SMALL_STATE(2115)] = 39833, - [SMALL_STATE(2116)] = 39949, - [SMALL_STATE(2117)] = 40065, - [SMALL_STATE(2118)] = 40181, - [SMALL_STATE(2119)] = 40297, - [SMALL_STATE(2120)] = 40413, - [SMALL_STATE(2121)] = 40529, - [SMALL_STATE(2122)] = 40645, - [SMALL_STATE(2123)] = 40761, - [SMALL_STATE(2124)] = 40877, - [SMALL_STATE(2125)] = 40993, - [SMALL_STATE(2126)] = 41109, - [SMALL_STATE(2127)] = 41225, - [SMALL_STATE(2128)] = 41341, - [SMALL_STATE(2129)] = 41457, - [SMALL_STATE(2130)] = 41573, - [SMALL_STATE(2131)] = 41689, - [SMALL_STATE(2132)] = 41805, - [SMALL_STATE(2133)] = 41921, - [SMALL_STATE(2134)] = 42037, - [SMALL_STATE(2135)] = 42153, - [SMALL_STATE(2136)] = 42269, - [SMALL_STATE(2137)] = 42385, - [SMALL_STATE(2138)] = 42501, - [SMALL_STATE(2139)] = 42617, - [SMALL_STATE(2140)] = 42733, - [SMALL_STATE(2141)] = 42849, - [SMALL_STATE(2142)] = 42965, - [SMALL_STATE(2143)] = 43081, - [SMALL_STATE(2144)] = 43197, - [SMALL_STATE(2145)] = 43313, - [SMALL_STATE(2146)] = 43429, - [SMALL_STATE(2147)] = 43545, - [SMALL_STATE(2148)] = 43661, - [SMALL_STATE(2149)] = 43777, - [SMALL_STATE(2150)] = 43893, - [SMALL_STATE(2151)] = 44009, - [SMALL_STATE(2152)] = 44125, - [SMALL_STATE(2153)] = 44241, - [SMALL_STATE(2154)] = 44357, - [SMALL_STATE(2155)] = 44473, - [SMALL_STATE(2156)] = 44589, - [SMALL_STATE(2157)] = 44705, - [SMALL_STATE(2158)] = 44821, - [SMALL_STATE(2159)] = 44937, - [SMALL_STATE(2160)] = 45053, - [SMALL_STATE(2161)] = 45169, - [SMALL_STATE(2162)] = 45285, - [SMALL_STATE(2163)] = 45401, - [SMALL_STATE(2164)] = 45517, - [SMALL_STATE(2165)] = 45633, - [SMALL_STATE(2166)] = 45749, - [SMALL_STATE(2167)] = 45865, - [SMALL_STATE(2168)] = 45981, - [SMALL_STATE(2169)] = 46097, - [SMALL_STATE(2170)] = 46213, - [SMALL_STATE(2171)] = 46329, - [SMALL_STATE(2172)] = 46445, - [SMALL_STATE(2173)] = 46561, - [SMALL_STATE(2174)] = 46677, - [SMALL_STATE(2175)] = 46793, - [SMALL_STATE(2176)] = 46909, - [SMALL_STATE(2177)] = 47025, - [SMALL_STATE(2178)] = 47141, - [SMALL_STATE(2179)] = 47257, - [SMALL_STATE(2180)] = 47373, - [SMALL_STATE(2181)] = 47489, - [SMALL_STATE(2182)] = 47605, - [SMALL_STATE(2183)] = 47721, - [SMALL_STATE(2184)] = 47837, - [SMALL_STATE(2185)] = 47953, - [SMALL_STATE(2186)] = 48069, - [SMALL_STATE(2187)] = 48137, - [SMALL_STATE(2188)] = 48205, - [SMALL_STATE(2189)] = 48273, - [SMALL_STATE(2190)] = 48340, - [SMALL_STATE(2191)] = 48403, - [SMALL_STATE(2192)] = 48461, - [SMALL_STATE(2193)] = 48519, - [SMALL_STATE(2194)] = 48598, - [SMALL_STATE(2195)] = 48667, - [SMALL_STATE(2196)] = 48736, - [SMALL_STATE(2197)] = 48805, - [SMALL_STATE(2198)] = 48910, - [SMALL_STATE(2199)] = 48989, - [SMALL_STATE(2200)] = 49058, - [SMALL_STATE(2201)] = 49127, - [SMALL_STATE(2202)] = 49196, - [SMALL_STATE(2203)] = 49301, - [SMALL_STATE(2204)] = 49382, - [SMALL_STATE(2205)] = 49487, - [SMALL_STATE(2206)] = 49551, - [SMALL_STATE(2207)] = 49615, - [SMALL_STATE(2208)] = 49671, - [SMALL_STATE(2209)] = 49727, - [SMALL_STATE(2210)] = 49791, - [SMALL_STATE(2211)] = 49855, - [SMALL_STATE(2212)] = 49919, - [SMALL_STATE(2213)] = 49983, - [SMALL_STATE(2214)] = 50045, - [SMALL_STATE(2215)] = 50109, - [SMALL_STATE(2216)] = 50176, - [SMALL_STATE(2217)] = 50241, - [SMALL_STATE(2218)] = 50296, - [SMALL_STATE(2219)] = 50351, - [SMALL_STATE(2220)] = 50410, - [SMALL_STATE(2221)] = 50465, - [SMALL_STATE(2222)] = 50528, - [SMALL_STATE(2223)] = 50587, - [SMALL_STATE(2224)] = 50644, - [SMALL_STATE(2225)] = 50709, - [SMALL_STATE(2226)] = 50766, - [SMALL_STATE(2227)] = 50821, - [SMALL_STATE(2228)] = 50880, - [SMALL_STATE(2229)] = 50935, - [SMALL_STATE(2230)] = 50994, - [SMALL_STATE(2231)] = 51049, - [SMALL_STATE(2232)] = 51106, - [SMALL_STATE(2233)] = 51161, - [SMALL_STATE(2234)] = 51224, - [SMALL_STATE(2235)] = 51291, - [SMALL_STATE(2236)] = 51356, - [SMALL_STATE(2237)] = 51411, - [SMALL_STATE(2238)] = 51466, - [SMALL_STATE(2239)] = 51533, - [SMALL_STATE(2240)] = 51588, - [SMALL_STATE(2241)] = 51645, - [SMALL_STATE(2242)] = 51700, - [SMALL_STATE(2243)] = 51755, - [SMALL_STATE(2244)] = 51820, - [SMALL_STATE(2245)] = 51883, - [SMALL_STATE(2246)] = 51948, - [SMALL_STATE(2247)] = 52002, - [SMALL_STATE(2248)] = 52062, - [SMALL_STATE(2249)] = 52116, - [SMALL_STATE(2250)] = 52174, - [SMALL_STATE(2251)] = 52234, - [SMALL_STATE(2252)] = 52300, - [SMALL_STATE(2253)] = 52366, - [SMALL_STATE(2254)] = 52426, - [SMALL_STATE(2255)] = 52492, - [SMALL_STATE(2256)] = 52558, - [SMALL_STATE(2257)] = 52624, - [SMALL_STATE(2258)] = 52690, - [SMALL_STATE(2259)] = 52756, - [SMALL_STATE(2260)] = 52822, - [SMALL_STATE(2261)] = 52882, - [SMALL_STATE(2262)] = 52948, - [SMALL_STATE(2263)] = 53014, - [SMALL_STATE(2264)] = 53080, - [SMALL_STATE(2265)] = 53146, - [SMALL_STATE(2266)] = 53212, - [SMALL_STATE(2267)] = 53278, - [SMALL_STATE(2268)] = 53332, - [SMALL_STATE(2269)] = 53392, - [SMALL_STATE(2270)] = 53458, - [SMALL_STATE(2271)] = 53524, - [SMALL_STATE(2272)] = 53584, - [SMALL_STATE(2273)] = 53650, - [SMALL_STATE(2274)] = 53710, - [SMALL_STATE(2275)] = 53776, - [SMALL_STATE(2276)] = 53830, - [SMALL_STATE(2277)] = 53891, - [SMALL_STATE(2278)] = 53952, - [SMALL_STATE(2279)] = 54013, - [SMALL_STATE(2280)] = 54068, - [SMALL_STATE(2281)] = 54123, - [SMALL_STATE(2282)] = 54188, - [SMALL_STATE(2283)] = 54247, - [SMALL_STATE(2284)] = 54304, - [SMALL_STATE(2285)] = 54373, - [SMALL_STATE(2286)] = 54440, - [SMALL_STATE(2287)] = 54499, - [SMALL_STATE(2288)] = 54554, - [SMALL_STATE(2289)] = 54613, - [SMALL_STATE(2290)] = 54668, - [SMALL_STATE(2291)] = 54733, - [SMALL_STATE(2292)] = 54788, - [SMALL_STATE(2293)] = 54845, - [SMALL_STATE(2294)] = 54900, - [SMALL_STATE(2295)] = 54968, - [SMALL_STATE(2296)] = 55020, - [SMALL_STATE(2297)] = 55088, - [SMALL_STATE(2298)] = 55142, - [SMALL_STATE(2299)] = 55196, - [SMALL_STATE(2300)] = 55264, - [SMALL_STATE(2301)] = 55316, - [SMALL_STATE(2302)] = 55368, - [SMALL_STATE(2303)] = 55420, - [SMALL_STATE(2304)] = 55472, - [SMALL_STATE(2305)] = 55524, - [SMALL_STATE(2306)] = 55576, - [SMALL_STATE(2307)] = 55628, - [SMALL_STATE(2308)] = 55680, - [SMALL_STATE(2309)] = 55732, - [SMALL_STATE(2310)] = 55800, - [SMALL_STATE(2311)] = 55852, - [SMALL_STATE(2312)] = 55904, - [SMALL_STATE(2313)] = 55956, - [SMALL_STATE(2314)] = 56008, - [SMALL_STATE(2315)] = 56060, - [SMALL_STATE(2316)] = 56112, - [SMALL_STATE(2317)] = 56164, - [SMALL_STATE(2318)] = 56216, - [SMALL_STATE(2319)] = 56268, - [SMALL_STATE(2320)] = 56336, - [SMALL_STATE(2321)] = 56388, - [SMALL_STATE(2322)] = 56440, - [SMALL_STATE(2323)] = 56504, - [SMALL_STATE(2324)] = 56572, - [SMALL_STATE(2325)] = 56636, - [SMALL_STATE(2326)] = 56700, - [SMALL_STATE(2327)] = 56752, - [SMALL_STATE(2328)] = 56804, - [SMALL_STATE(2329)] = 56856, - [SMALL_STATE(2330)] = 56908, - [SMALL_STATE(2331)] = 56960, - [SMALL_STATE(2332)] = 57012, - [SMALL_STATE(2333)] = 57076, - [SMALL_STATE(2334)] = 57148, - [SMALL_STATE(2335)] = 57212, - [SMALL_STATE(2336)] = 57266, - [SMALL_STATE(2337)] = 57322, - [SMALL_STATE(2338)] = 57374, - [SMALL_STATE(2339)] = 57438, - [SMALL_STATE(2340)] = 57490, - [SMALL_STATE(2341)] = 57542, - [SMALL_STATE(2342)] = 57594, - [SMALL_STATE(2343)] = 57646, - [SMALL_STATE(2344)] = 57698, - [SMALL_STATE(2345)] = 57750, - [SMALL_STATE(2346)] = 57802, - [SMALL_STATE(2347)] = 57854, - [SMALL_STATE(2348)] = 57906, - [SMALL_STATE(2349)] = 57958, - [SMALL_STATE(2350)] = 58010, - [SMALL_STATE(2351)] = 58062, - [SMALL_STATE(2352)] = 58114, - [SMALL_STATE(2353)] = 58166, - [SMALL_STATE(2354)] = 58218, - [SMALL_STATE(2355)] = 58270, - [SMALL_STATE(2356)] = 58322, - [SMALL_STATE(2357)] = 58374, - [SMALL_STATE(2358)] = 58426, - [SMALL_STATE(2359)] = 58478, - [SMALL_STATE(2360)] = 58530, - [SMALL_STATE(2361)] = 58582, - [SMALL_STATE(2362)] = 58634, - [SMALL_STATE(2363)] = 58686, - [SMALL_STATE(2364)] = 58738, - [SMALL_STATE(2365)] = 58790, - [SMALL_STATE(2366)] = 58842, - [SMALL_STATE(2367)] = 58894, - [SMALL_STATE(2368)] = 58966, - [SMALL_STATE(2369)] = 59018, - [SMALL_STATE(2370)] = 59070, - [SMALL_STATE(2371)] = 59122, - [SMALL_STATE(2372)] = 59174, - [SMALL_STATE(2373)] = 59226, - [SMALL_STATE(2374)] = 59278, - [SMALL_STATE(2375)] = 59330, - [SMALL_STATE(2376)] = 59382, - [SMALL_STATE(2377)] = 59434, - [SMALL_STATE(2378)] = 59486, - [SMALL_STATE(2379)] = 59538, - [SMALL_STATE(2380)] = 59590, - [SMALL_STATE(2381)] = 59642, - [SMALL_STATE(2382)] = 59694, - [SMALL_STATE(2383)] = 59746, - [SMALL_STATE(2384)] = 59798, - [SMALL_STATE(2385)] = 59850, - [SMALL_STATE(2386)] = 59902, - [SMALL_STATE(2387)] = 59954, - [SMALL_STATE(2388)] = 60006, - [SMALL_STATE(2389)] = 60058, - [SMALL_STATE(2390)] = 60110, - [SMALL_STATE(2391)] = 60162, - [SMALL_STATE(2392)] = 60214, - [SMALL_STATE(2393)] = 60266, - [SMALL_STATE(2394)] = 60318, - [SMALL_STATE(2395)] = 60370, - [SMALL_STATE(2396)] = 60422, - [SMALL_STATE(2397)] = 60474, - [SMALL_STATE(2398)] = 60526, - [SMALL_STATE(2399)] = 60578, - [SMALL_STATE(2400)] = 60630, - [SMALL_STATE(2401)] = 60682, - [SMALL_STATE(2402)] = 60734, - [SMALL_STATE(2403)] = 60786, - [SMALL_STATE(2404)] = 60838, - [SMALL_STATE(2405)] = 60892, - [SMALL_STATE(2406)] = 60944, - [SMALL_STATE(2407)] = 60996, - [SMALL_STATE(2408)] = 61048, - [SMALL_STATE(2409)] = 61100, - [SMALL_STATE(2410)] = 61152, - [SMALL_STATE(2411)] = 61204, - [SMALL_STATE(2412)] = 61256, - [SMALL_STATE(2413)] = 61308, - [SMALL_STATE(2414)] = 61360, - [SMALL_STATE(2415)] = 61412, - [SMALL_STATE(2416)] = 61464, - [SMALL_STATE(2417)] = 61516, - [SMALL_STATE(2418)] = 61568, - [SMALL_STATE(2419)] = 61620, - [SMALL_STATE(2420)] = 61672, - [SMALL_STATE(2421)] = 61724, - [SMALL_STATE(2422)] = 61776, - [SMALL_STATE(2423)] = 61832, - [SMALL_STATE(2424)] = 61886, - [SMALL_STATE(2425)] = 61938, - [SMALL_STATE(2426)] = 61992, - [SMALL_STATE(2427)] = 62046, - [SMALL_STATE(2428)] = 62098, - [SMALL_STATE(2429)] = 62150, - [SMALL_STATE(2430)] = 62202, - [SMALL_STATE(2431)] = 62254, - [SMALL_STATE(2432)] = 62308, - [SMALL_STATE(2433)] = 62360, - [SMALL_STATE(2434)] = 62412, - [SMALL_STATE(2435)] = 62464, - [SMALL_STATE(2436)] = 62516, - [SMALL_STATE(2437)] = 62568, - [SMALL_STATE(2438)] = 62620, - [SMALL_STATE(2439)] = 62672, - [SMALL_STATE(2440)] = 62724, - [SMALL_STATE(2441)] = 62776, - [SMALL_STATE(2442)] = 62828, - [SMALL_STATE(2443)] = 62917, - [SMALL_STATE(2444)] = 63002, - [SMALL_STATE(2445)] = 63063, - [SMALL_STATE(2446)] = 63124, - [SMALL_STATE(2447)] = 63175, - [SMALL_STATE(2448)] = 63238, - [SMALL_STATE(2449)] = 63289, - [SMALL_STATE(2450)] = 63350, - [SMALL_STATE(2451)] = 63411, - [SMALL_STATE(2452)] = 63462, - [SMALL_STATE(2453)] = 63513, - [SMALL_STATE(2454)] = 63564, - [SMALL_STATE(2455)] = 63615, - [SMALL_STATE(2456)] = 63680, - [SMALL_STATE(2457)] = 63731, - [SMALL_STATE(2458)] = 63788, - [SMALL_STATE(2459)] = 63849, - [SMALL_STATE(2460)] = 63914, - [SMALL_STATE(2461)] = 63971, - [SMALL_STATE(2462)] = 64028, - [SMALL_STATE(2463)] = 64085, - [SMALL_STATE(2464)] = 64142, - [SMALL_STATE(2465)] = 64203, - [SMALL_STATE(2466)] = 64264, - [SMALL_STATE(2467)] = 64315, - [SMALL_STATE(2468)] = 64366, - [SMALL_STATE(2469)] = 64417, - [SMALL_STATE(2470)] = 64468, - [SMALL_STATE(2471)] = 64529, - [SMALL_STATE(2472)] = 64584, - [SMALL_STATE(2473)] = 64645, - [SMALL_STATE(2474)] = 64710, - [SMALL_STATE(2475)] = 64773, - [SMALL_STATE(2476)] = 64842, - [SMALL_STATE(2477)] = 64893, - [SMALL_STATE(2478)] = 64944, - [SMALL_STATE(2479)] = 64995, - [SMALL_STATE(2480)] = 65080, - [SMALL_STATE(2481)] = 65131, - [SMALL_STATE(2482)] = 65182, - [SMALL_STATE(2483)] = 65233, - [SMALL_STATE(2484)] = 65318, - [SMALL_STATE(2485)] = 65369, - [SMALL_STATE(2486)] = 65420, - [SMALL_STATE(2487)] = 65471, - [SMALL_STATE(2488)] = 65522, - [SMALL_STATE(2489)] = 65573, - [SMALL_STATE(2490)] = 65624, - [SMALL_STATE(2491)] = 65675, - [SMALL_STATE(2492)] = 65726, - [SMALL_STATE(2493)] = 65787, - [SMALL_STATE(2494)] = 65838, - [SMALL_STATE(2495)] = 65925, - [SMALL_STATE(2496)] = 65976, - [SMALL_STATE(2497)] = 66061, - [SMALL_STATE(2498)] = 66112, - [SMALL_STATE(2499)] = 66177, - [SMALL_STATE(2500)] = 66240, - [SMALL_STATE(2501)] = 66323, - [SMALL_STATE(2502)] = 66404, - [SMALL_STATE(2503)] = 66483, - [SMALL_STATE(2504)] = 66560, - [SMALL_STATE(2505)] = 66635, - [SMALL_STATE(2506)] = 66708, - [SMALL_STATE(2507)] = 66777, - [SMALL_STATE(2508)] = 66828, - [SMALL_STATE(2509)] = 66895, - [SMALL_STATE(2510)] = 66946, - [SMALL_STATE(2511)] = 66997, - [SMALL_STATE(2512)] = 67060, - [SMALL_STATE(2513)] = 67111, - [SMALL_STATE(2514)] = 67162, - [SMALL_STATE(2515)] = 67213, - [SMALL_STATE(2516)] = 67274, - [SMALL_STATE(2517)] = 67325, - [SMALL_STATE(2518)] = 67376, - [SMALL_STATE(2519)] = 67427, - [SMALL_STATE(2520)] = 67478, - [SMALL_STATE(2521)] = 67534, - [SMALL_STATE(2522)] = 67588, - [SMALL_STATE(2523)] = 67644, - [SMALL_STATE(2524)] = 67698, - [SMALL_STATE(2525)] = 67754, - [SMALL_STATE(2526)] = 67810, - [SMALL_STATE(2527)] = 67866, - [SMALL_STATE(2528)] = 67920, - [SMALL_STATE(2529)] = 67976, - [SMALL_STATE(2530)] = 68032, - [SMALL_STATE(2531)] = 68086, - [SMALL_STATE(2532)] = 68138, - [SMALL_STATE(2533)] = 68194, - [SMALL_STATE(2534)] = 68250, - [SMALL_STATE(2535)] = 68306, - [SMALL_STATE(2536)] = 68362, - [SMALL_STATE(2537)] = 68418, - [SMALL_STATE(2538)] = 68482, - [SMALL_STATE(2539)] = 68571, - [SMALL_STATE(2540)] = 68622, - [SMALL_STATE(2541)] = 68679, - [SMALL_STATE(2542)] = 68736, - [SMALL_STATE(2543)] = 68789, - [SMALL_STATE(2544)] = 68846, - [SMALL_STATE(2545)] = 68897, - [SMALL_STATE(2546)] = 68950, - [SMALL_STATE(2547)] = 69001, - [SMALL_STATE(2548)] = 69058, - [SMALL_STATE(2549)] = 69115, - [SMALL_STATE(2550)] = 69172, - [SMALL_STATE(2551)] = 69229, - [SMALL_STATE(2552)] = 69282, - [SMALL_STATE(2553)] = 69333, - [SMALL_STATE(2554)] = 69386, - [SMALL_STATE(2555)] = 69437, - [SMALL_STATE(2556)] = 69488, - [SMALL_STATE(2557)] = 69577, - [SMALL_STATE(2558)] = 69632, - [SMALL_STATE(2559)] = 69689, - [SMALL_STATE(2560)] = 69740, - [SMALL_STATE(2561)] = 69791, - [SMALL_STATE(2562)] = 69844, - [SMALL_STATE(2563)] = 69895, - [SMALL_STATE(2564)] = 69984, - [SMALL_STATE(2565)] = 70037, - [SMALL_STATE(2566)] = 70088, - [SMALL_STATE(2567)] = 70145, - [SMALL_STATE(2568)] = 70198, - [SMALL_STATE(2569)] = 70253, - [SMALL_STATE(2570)] = 70306, - [SMALL_STATE(2571)] = 70357, - [SMALL_STATE(2572)] = 70405, - [SMALL_STATE(2573)] = 70481, - [SMALL_STATE(2574)] = 70529, - [SMALL_STATE(2575)] = 70611, - [SMALL_STATE(2576)] = 70659, - [SMALL_STATE(2577)] = 70707, - [SMALL_STATE(2578)] = 70755, - [SMALL_STATE(2579)] = 70803, - [SMALL_STATE(2580)] = 70851, - [SMALL_STATE(2581)] = 70899, - [SMALL_STATE(2582)] = 70949, - [SMALL_STATE(2583)] = 70997, - [SMALL_STATE(2584)] = 71059, - [SMALL_STATE(2585)] = 71145, - [SMALL_STATE(2586)] = 71233, - [SMALL_STATE(2587)] = 71281, - [SMALL_STATE(2588)] = 71369, - [SMALL_STATE(2589)] = 71417, - [SMALL_STATE(2590)] = 71477, - [SMALL_STATE(2591)] = 71537, - [SMALL_STATE(2592)] = 71625, - [SMALL_STATE(2593)] = 71713, - [SMALL_STATE(2594)] = 71761, - [SMALL_STATE(2595)] = 71809, - [SMALL_STATE(2596)] = 71857, - [SMALL_STATE(2597)] = 71905, - [SMALL_STATE(2598)] = 71953, - [SMALL_STATE(2599)] = 72041, - [SMALL_STATE(2600)] = 72089, - [SMALL_STATE(2601)] = 72177, - [SMALL_STATE(2602)] = 72225, - [SMALL_STATE(2603)] = 72273, - [SMALL_STATE(2604)] = 72361, - [SMALL_STATE(2605)] = 72409, - [SMALL_STATE(2606)] = 72457, - [SMALL_STATE(2607)] = 72537, - [SMALL_STATE(2608)] = 72585, - [SMALL_STATE(2609)] = 72633, - [SMALL_STATE(2610)] = 72681, - [SMALL_STATE(2611)] = 72729, - [SMALL_STATE(2612)] = 72777, - [SMALL_STATE(2613)] = 72825, - [SMALL_STATE(2614)] = 72873, - [SMALL_STATE(2615)] = 72921, - [SMALL_STATE(2616)] = 72969, - [SMALL_STATE(2617)] = 73017, - [SMALL_STATE(2618)] = 73065, - [SMALL_STATE(2619)] = 73113, - [SMALL_STATE(2620)] = 73161, - [SMALL_STATE(2621)] = 73209, - [SMALL_STATE(2622)] = 73257, - [SMALL_STATE(2623)] = 73345, - [SMALL_STATE(2624)] = 73393, - [SMALL_STATE(2625)] = 73441, - [SMALL_STATE(2626)] = 73489, - [SMALL_STATE(2627)] = 73571, - [SMALL_STATE(2628)] = 73619, - [SMALL_STATE(2629)] = 73667, - [SMALL_STATE(2630)] = 73715, - [SMALL_STATE(2631)] = 73763, - [SMALL_STATE(2632)] = 73811, - [SMALL_STATE(2633)] = 73859, - [SMALL_STATE(2634)] = 73947, - [SMALL_STATE(2635)] = 74035, - [SMALL_STATE(2636)] = 74123, - [SMALL_STATE(2637)] = 74205, - [SMALL_STATE(2638)] = 74293, - [SMALL_STATE(2639)] = 74377, - [SMALL_STATE(2640)] = 74459, - [SMALL_STATE(2641)] = 74525, - [SMALL_STATE(2642)] = 74585, - [SMALL_STATE(2643)] = 74669, - [SMALL_STATE(2644)] = 74717, - [SMALL_STATE(2645)] = 74765, - [SMALL_STATE(2646)] = 74827, - [SMALL_STATE(2647)] = 74875, - [SMALL_STATE(2648)] = 74923, - [SMALL_STATE(2649)] = 75011, - [SMALL_STATE(2650)] = 75099, - [SMALL_STATE(2651)] = 75147, - [SMALL_STATE(2652)] = 75227, - [SMALL_STATE(2653)] = 75305, - [SMALL_STATE(2654)] = 75353, - [SMALL_STATE(2655)] = 75401, - [SMALL_STATE(2656)] = 75449, - [SMALL_STATE(2657)] = 75497, - [SMALL_STATE(2658)] = 75545, - [SMALL_STATE(2659)] = 75593, - [SMALL_STATE(2660)] = 75667, - [SMALL_STATE(2661)] = 75715, - [SMALL_STATE(2662)] = 75773, - [SMALL_STATE(2663)] = 75821, - [SMALL_STATE(2664)] = 75895, - [SMALL_STATE(2665)] = 75947, - [SMALL_STATE(2666)] = 75995, - [SMALL_STATE(2667)] = 76065, - [SMALL_STATE(2668)] = 76113, - [SMALL_STATE(2669)] = 76161, - [SMALL_STATE(2670)] = 76209, - [SMALL_STATE(2671)] = 76257, - [SMALL_STATE(2672)] = 76305, - [SMALL_STATE(2673)] = 76353, - [SMALL_STATE(2674)] = 76401, - [SMALL_STATE(2675)] = 76473, - [SMALL_STATE(2676)] = 76543, - [SMALL_STATE(2677)] = 76591, - [SMALL_STATE(2678)] = 76657, - [SMALL_STATE(2679)] = 76705, - [SMALL_STATE(2680)] = 76783, - [SMALL_STATE(2681)] = 76847, - [SMALL_STATE(2682)] = 76895, - [SMALL_STATE(2683)] = 76955, - [SMALL_STATE(2684)] = 77003, - [SMALL_STATE(2685)] = 77051, - [SMALL_STATE(2686)] = 77115, - [SMALL_STATE(2687)] = 77163, - [SMALL_STATE(2688)] = 77223, - [SMALL_STATE(2689)] = 77299, - [SMALL_STATE(2690)] = 77347, - [SMALL_STATE(2691)] = 77395, - [SMALL_STATE(2692)] = 77455, - [SMALL_STATE(2693)] = 77503, - [SMALL_STATE(2694)] = 77551, - [SMALL_STATE(2695)] = 77599, - [SMALL_STATE(2696)] = 77647, - [SMALL_STATE(2697)] = 77695, - [SMALL_STATE(2698)] = 77761, - [SMALL_STATE(2699)] = 77809, - [SMALL_STATE(2700)] = 77857, - [SMALL_STATE(2701)] = 77905, - [SMALL_STATE(2702)] = 77987, - [SMALL_STATE(2703)] = 78039, - [SMALL_STATE(2704)] = 78097, - [SMALL_STATE(2705)] = 78145, - [SMALL_STATE(2706)] = 78227, - [SMALL_STATE(2707)] = 78275, - [SMALL_STATE(2708)] = 78323, - [SMALL_STATE(2709)] = 78371, - [SMALL_STATE(2710)] = 78419, - [SMALL_STATE(2711)] = 78501, - [SMALL_STATE(2712)] = 78587, - [SMALL_STATE(2713)] = 78635, - [SMALL_STATE(2714)] = 78683, - [SMALL_STATE(2715)] = 78731, - [SMALL_STATE(2716)] = 78779, - [SMALL_STATE(2717)] = 78827, - [SMALL_STATE(2718)] = 78887, - [SMALL_STATE(2719)] = 78975, - [SMALL_STATE(2720)] = 79023, - [SMALL_STATE(2721)] = 79089, - [SMALL_STATE(2722)] = 79177, - [SMALL_STATE(2723)] = 79225, - [SMALL_STATE(2724)] = 79273, - [SMALL_STATE(2725)] = 79321, - [SMALL_STATE(2726)] = 79369, - [SMALL_STATE(2727)] = 79457, - [SMALL_STATE(2728)] = 79505, - [SMALL_STATE(2729)] = 79553, - [SMALL_STATE(2730)] = 79601, - [SMALL_STATE(2731)] = 79649, - [SMALL_STATE(2732)] = 79697, - [SMALL_STATE(2733)] = 79785, - [SMALL_STATE(2734)] = 79833, - [SMALL_STATE(2735)] = 79881, - [SMALL_STATE(2736)] = 79941, - [SMALL_STATE(2737)] = 79989, - [SMALL_STATE(2738)] = 80039, - [SMALL_STATE(2739)] = 80087, - [SMALL_STATE(2740)] = 80169, - [SMALL_STATE(2741)] = 80257, - [SMALL_STATE(2742)] = 80329, - [SMALL_STATE(2743)] = 80417, - [SMALL_STATE(2744)] = 80464, - [SMALL_STATE(2745)] = 80511, - [SMALL_STATE(2746)] = 80558, - [SMALL_STATE(2747)] = 80605, - [SMALL_STATE(2748)] = 80652, - [SMALL_STATE(2749)] = 80699, - [SMALL_STATE(2750)] = 80746, - [SMALL_STATE(2751)] = 80793, - [SMALL_STATE(2752)] = 80840, - [SMALL_STATE(2753)] = 80887, - [SMALL_STATE(2754)] = 80934, - [SMALL_STATE(2755)] = 80981, - [SMALL_STATE(2756)] = 81028, - [SMALL_STATE(2757)] = 81075, - [SMALL_STATE(2758)] = 81122, - [SMALL_STATE(2759)] = 81169, - [SMALL_STATE(2760)] = 81216, - [SMALL_STATE(2761)] = 81263, - [SMALL_STATE(2762)] = 81314, - [SMALL_STATE(2763)] = 81361, - [SMALL_STATE(2764)] = 81408, - [SMALL_STATE(2765)] = 81455, - [SMALL_STATE(2766)] = 81502, - [SMALL_STATE(2767)] = 81549, - [SMALL_STATE(2768)] = 81596, - [SMALL_STATE(2769)] = 81643, - [SMALL_STATE(2770)] = 81690, - [SMALL_STATE(2771)] = 81749, - [SMALL_STATE(2772)] = 81796, - [SMALL_STATE(2773)] = 81855, - [SMALL_STATE(2774)] = 81902, - [SMALL_STATE(2775)] = 81949, - [SMALL_STATE(2776)] = 81996, - [SMALL_STATE(2777)] = 82043, - [SMALL_STATE(2778)] = 82090, - [SMALL_STATE(2779)] = 82141, - [SMALL_STATE(2780)] = 82188, - [SMALL_STATE(2781)] = 82235, - [SMALL_STATE(2782)] = 82282, - [SMALL_STATE(2783)] = 82329, - [SMALL_STATE(2784)] = 82376, - [SMALL_STATE(2785)] = 82423, - [SMALL_STATE(2786)] = 82470, - [SMALL_STATE(2787)] = 82517, - [SMALL_STATE(2788)] = 82574, - [SMALL_STATE(2789)] = 82621, - [SMALL_STATE(2790)] = 82668, - [SMALL_STATE(2791)] = 82715, - [SMALL_STATE(2792)] = 82766, - [SMALL_STATE(2793)] = 82849, - [SMALL_STATE(2794)] = 82896, - [SMALL_STATE(2795)] = 82943, - [SMALL_STATE(2796)] = 83024, - [SMALL_STATE(2797)] = 83085, - [SMALL_STATE(2798)] = 83132, - [SMALL_STATE(2799)] = 83179, - [SMALL_STATE(2800)] = 83226, - [SMALL_STATE(2801)] = 83273, - [SMALL_STATE(2802)] = 83320, - [SMALL_STATE(2803)] = 83367, - [SMALL_STATE(2804)] = 83418, - [SMALL_STATE(2805)] = 83465, - [SMALL_STATE(2806)] = 83544, - [SMALL_STATE(2807)] = 83621, - [SMALL_STATE(2808)] = 83696, - [SMALL_STATE(2809)] = 83755, - [SMALL_STATE(2810)] = 83836, - [SMALL_STATE(2811)] = 83909, - [SMALL_STATE(2812)] = 83956, - [SMALL_STATE(2813)] = 84027, - [SMALL_STATE(2814)] = 84096, - [SMALL_STATE(2815)] = 84143, - [SMALL_STATE(2816)] = 84190, - [SMALL_STATE(2817)] = 84237, - [SMALL_STATE(2818)] = 84284, - [SMALL_STATE(2819)] = 84331, - [SMALL_STATE(2820)] = 84378, - [SMALL_STATE(2821)] = 84425, - [SMALL_STATE(2822)] = 84472, - [SMALL_STATE(2823)] = 84531, - [SMALL_STATE(2824)] = 84578, - [SMALL_STATE(2825)] = 84625, - [SMALL_STATE(2826)] = 84672, - [SMALL_STATE(2827)] = 84719, - [SMALL_STATE(2828)] = 84766, - [SMALL_STATE(2829)] = 84813, - [SMALL_STATE(2830)] = 84860, - [SMALL_STATE(2831)] = 84925, - [SMALL_STATE(2832)] = 84988, - [SMALL_STATE(2833)] = 85035, - [SMALL_STATE(2834)] = 85082, - [SMALL_STATE(2835)] = 85129, - [SMALL_STATE(2836)] = 85176, - [SMALL_STATE(2837)] = 85223, - [SMALL_STATE(2838)] = 85270, - [SMALL_STATE(2839)] = 85335, - [SMALL_STATE(2840)] = 85382, - [SMALL_STATE(2841)] = 85429, - [SMALL_STATE(2842)] = 85510, - [SMALL_STATE(2843)] = 85557, - [SMALL_STATE(2844)] = 85638, - [SMALL_STATE(2845)] = 85685, - [SMALL_STATE(2846)] = 85732, - [SMALL_STATE(2847)] = 85779, - [SMALL_STATE(2848)] = 85864, - [SMALL_STATE(2849)] = 85914, - [SMALL_STATE(2850)] = 86003, - [SMALL_STATE(2851)] = 86056, - [SMALL_STATE(2852)] = 86109, - [SMALL_STATE(2853)] = 86162, - [SMALL_STATE(2854)] = 86251, - [SMALL_STATE(2855)] = 86304, - [SMALL_STATE(2856)] = 86357, - [SMALL_STATE(2857)] = 86410, - [SMALL_STATE(2858)] = 86490, - [SMALL_STATE(2859)] = 86570, - [SMALL_STATE(2860)] = 86618, - [SMALL_STATE(2861)] = 86698, - [SMALL_STATE(2862)] = 86750, - [SMALL_STATE(2863)] = 86830, - [SMALL_STATE(2864)] = 86910, - [SMALL_STATE(2865)] = 86990, - [SMALL_STATE(2866)] = 87042, - [SMALL_STATE(2867)] = 87122, - [SMALL_STATE(2868)] = 87202, - [SMALL_STATE(2869)] = 87282, - [SMALL_STATE(2870)] = 87337, - [SMALL_STATE(2871)] = 87392, - [SMALL_STATE(2872)] = 87475, - [SMALL_STATE(2873)] = 87530, - [SMALL_STATE(2874)] = 87585, - [SMALL_STATE(2875)] = 87640, - [SMALL_STATE(2876)] = 87689, - [SMALL_STATE(2877)] = 87732, - [SMALL_STATE(2878)] = 87785, - [SMALL_STATE(2879)] = 87828, - [SMALL_STATE(2880)] = 87905, - [SMALL_STATE(2881)] = 87958, - [SMALL_STATE(2882)] = 88011, - [SMALL_STATE(2883)] = 88054, - [SMALL_STATE(2884)] = 88109, - [SMALL_STATE(2885)] = 88192, - [SMALL_STATE(2886)] = 88269, - [SMALL_STATE(2887)] = 88312, - [SMALL_STATE(2888)] = 88357, - [SMALL_STATE(2889)] = 88406, - [SMALL_STATE(2890)] = 88483, - [SMALL_STATE(2891)] = 88560, - [SMALL_STATE(2892)] = 88613, - [SMALL_STATE(2893)] = 88656, - [SMALL_STATE(2894)] = 88733, - [SMALL_STATE(2895)] = 88810, - [SMALL_STATE(2896)] = 88887, - [SMALL_STATE(2897)] = 88964, - [SMALL_STATE(2898)] = 89011, - [SMALL_STATE(2899)] = 89054, - [SMALL_STATE(2900)] = 89096, - [SMALL_STATE(2901)] = 89138, - [SMALL_STATE(2902)] = 89180, - [SMALL_STATE(2903)] = 89222, - [SMALL_STATE(2904)] = 89264, - [SMALL_STATE(2905)] = 89338, - [SMALL_STATE(2906)] = 89412, - [SMALL_STATE(2907)] = 89486, - [SMALL_STATE(2908)] = 89560, - [SMALL_STATE(2909)] = 89634, - [SMALL_STATE(2910)] = 89708, - [SMALL_STATE(2911)] = 89782, - [SMALL_STATE(2912)] = 89824, - [SMALL_STATE(2913)] = 89898, - [SMALL_STATE(2914)] = 89972, - [SMALL_STATE(2915)] = 90014, - [SMALL_STATE(2916)] = 90056, - [SMALL_STATE(2917)] = 90130, - [SMALL_STATE(2918)] = 90204, - [SMALL_STATE(2919)] = 90246, - [SMALL_STATE(2920)] = 90320, - [SMALL_STATE(2921)] = 90394, - [SMALL_STATE(2922)] = 90436, - [SMALL_STATE(2923)] = 90484, - [SMALL_STATE(2924)] = 90526, - [SMALL_STATE(2925)] = 90568, - [SMALL_STATE(2926)] = 90642, - [SMALL_STATE(2927)] = 90690, - [SMALL_STATE(2928)] = 90738, - [SMALL_STATE(2929)] = 90780, - [SMALL_STATE(2930)] = 90824, - [SMALL_STATE(2931)] = 90866, - [SMALL_STATE(2932)] = 90914, - [SMALL_STATE(2933)] = 90960, - [SMALL_STATE(2934)] = 91008, - [SMALL_STATE(2935)] = 91082, - [SMALL_STATE(2936)] = 91156, - [SMALL_STATE(2937)] = 91230, - [SMALL_STATE(2938)] = 91272, - [SMALL_STATE(2939)] = 91314, - [SMALL_STATE(2940)] = 91356, - [SMALL_STATE(2941)] = 91430, - [SMALL_STATE(2942)] = 91471, - [SMALL_STATE(2943)] = 91512, - [SMALL_STATE(2944)] = 91553, - [SMALL_STATE(2945)] = 91596, - [SMALL_STATE(2946)] = 91637, - [SMALL_STATE(2947)] = 91678, - [SMALL_STATE(2948)] = 91751, - [SMALL_STATE(2949)] = 91792, - [SMALL_STATE(2950)] = 91869, - [SMALL_STATE(2951)] = 91910, - [SMALL_STATE(2952)] = 91951, - [SMALL_STATE(2953)] = 92024, - [SMALL_STATE(2954)] = 92065, - [SMALL_STATE(2955)] = 92142, - [SMALL_STATE(2956)] = 92183, - [SMALL_STATE(2957)] = 92256, - [SMALL_STATE(2958)] = 92297, - [SMALL_STATE(2959)] = 92340, - [SMALL_STATE(2960)] = 92417, - [SMALL_STATE(2961)] = 92460, - [SMALL_STATE(2962)] = 92505, - [SMALL_STATE(2963)] = 92546, - [SMALL_STATE(2964)] = 92619, - [SMALL_STATE(2965)] = 92696, - [SMALL_STATE(2966)] = 92773, - [SMALL_STATE(2967)] = 92816, - [SMALL_STATE(2968)] = 92866, - [SMALL_STATE(2969)] = 92906, - [SMALL_STATE(2970)] = 92956, - [SMALL_STATE(2971)] = 92996, - [SMALL_STATE(2972)] = 93036, - [SMALL_STATE(2973)] = 93076, - [SMALL_STATE(2974)] = 93148, - [SMALL_STATE(2975)] = 93198, - [SMALL_STATE(2976)] = 93270, - [SMALL_STATE(2977)] = 93342, - [SMALL_STATE(2978)] = 93414, - [SMALL_STATE(2979)] = 93454, - [SMALL_STATE(2980)] = 93504, - [SMALL_STATE(2981)] = 93544, - [SMALL_STATE(2982)] = 93616, - [SMALL_STATE(2983)] = 93688, - [SMALL_STATE(2984)] = 93728, - [SMALL_STATE(2985)] = 93780, - [SMALL_STATE(2986)] = 93852, - [SMALL_STATE(2987)] = 93892, - [SMALL_STATE(2988)] = 93932, - [SMALL_STATE(2989)] = 93982, - [SMALL_STATE(2990)] = 94022, - [SMALL_STATE(2991)] = 94066, - [SMALL_STATE(2992)] = 94112, - [SMALL_STATE(2993)] = 94152, - [SMALL_STATE(2994)] = 94202, - [SMALL_STATE(2995)] = 94242, - [SMALL_STATE(2996)] = 94282, - [SMALL_STATE(2997)] = 94334, - [SMALL_STATE(2998)] = 94384, - [SMALL_STATE(2999)] = 94456, - [SMALL_STATE(3000)] = 94496, - [SMALL_STATE(3001)] = 94542, - [SMALL_STATE(3002)] = 94614, - [SMALL_STATE(3003)] = 94660, - [SMALL_STATE(3004)] = 94706, - [SMALL_STATE(3005)] = 94746, - [SMALL_STATE(3006)] = 94818, - [SMALL_STATE(3007)] = 94858, - [SMALL_STATE(3008)] = 94930, - [SMALL_STATE(3009)] = 95002, - [SMALL_STATE(3010)] = 95042, - [SMALL_STATE(3011)] = 95114, - [SMALL_STATE(3012)] = 95154, - [SMALL_STATE(3013)] = 95194, - [SMALL_STATE(3014)] = 95244, - [SMALL_STATE(3015)] = 95284, - [SMALL_STATE(3016)] = 95324, - [SMALL_STATE(3017)] = 95376, - [SMALL_STATE(3018)] = 95416, - [SMALL_STATE(3019)] = 95456, - [SMALL_STATE(3020)] = 95496, - [SMALL_STATE(3021)] = 95568, - [SMALL_STATE(3022)] = 95640, - [SMALL_STATE(3023)] = 95690, - [SMALL_STATE(3024)] = 95730, - [SMALL_STATE(3025)] = 95775, - [SMALL_STATE(3026)] = 95824, - [SMALL_STATE(3027)] = 95891, - [SMALL_STATE(3028)] = 95968, - [SMALL_STATE(3029)] = 96017, - [SMALL_STATE(3030)] = 96086, - [SMALL_STATE(3031)] = 96155, - [SMALL_STATE(3032)] = 96214, - [SMALL_STATE(3033)] = 96259, - [SMALL_STATE(3034)] = 96304, - [SMALL_STATE(3035)] = 96375, - [SMALL_STATE(3036)] = 96424, - [SMALL_STATE(3037)] = 96497, - [SMALL_STATE(3038)] = 96562, - [SMALL_STATE(3039)] = 96635, - [SMALL_STATE(3040)] = 96680, - [SMALL_STATE(3041)] = 96735, - [SMALL_STATE(3042)] = 96798, - [SMALL_STATE(3043)] = 96873, - [SMALL_STATE(3044)] = 96932, - [SMALL_STATE(3045)] = 97005, - [SMALL_STATE(3046)] = 97054, - [SMALL_STATE(3047)] = 97111, - [SMALL_STATE(3048)] = 97154, - [SMALL_STATE(3049)] = 97195, - [SMALL_STATE(3050)] = 97268, - [SMALL_STATE(3051)] = 97313, - [SMALL_STATE(3052)] = 97356, - [SMALL_STATE(3053)] = 97401, - [SMALL_STATE(3054)] = 97446, - [SMALL_STATE(3055)] = 97491, - [SMALL_STATE(3056)] = 97532, - [SMALL_STATE(3057)] = 97577, - [SMALL_STATE(3058)] = 97622, - [SMALL_STATE(3059)] = 97705, - [SMALL_STATE(3060)] = 97747, - [SMALL_STATE(3061)] = 97827, - [SMALL_STATE(3062)] = 97869, - [SMALL_STATE(3063)] = 97951, - [SMALL_STATE(3064)] = 98033, - [SMALL_STATE(3065)] = 98111, - [SMALL_STATE(3066)] = 98151, - [SMALL_STATE(3067)] = 98223, - [SMALL_STATE(3068)] = 98303, - [SMALL_STATE(3069)] = 98343, - [SMALL_STATE(3070)] = 98385, - [SMALL_STATE(3071)] = 98425, - [SMALL_STATE(3072)] = 98467, - [SMALL_STATE(3073)] = 98547, - [SMALL_STATE(3074)] = 98627, - [SMALL_STATE(3075)] = 98709, - [SMALL_STATE(3076)] = 98767, - [SMALL_STATE(3077)] = 98849, - [SMALL_STATE(3078)] = 98893, - [SMALL_STATE(3079)] = 98951, - [SMALL_STATE(3080)] = 99029, - [SMALL_STATE(3081)] = 99109, - [SMALL_STATE(3082)] = 99191, - [SMALL_STATE(3083)] = 99231, - [SMALL_STATE(3084)] = 99271, - [SMALL_STATE(3085)] = 99351, - [SMALL_STATE(3086)] = 99431, - [SMALL_STATE(3087)] = 99511, - [SMALL_STATE(3088)] = 99591, - [SMALL_STATE(3089)] = 99631, - [SMALL_STATE(3090)] = 99711, - [SMALL_STATE(3091)] = 99793, - [SMALL_STATE(3092)] = 99873, - [SMALL_STATE(3093)] = 99953, - [SMALL_STATE(3094)] = 100035, - [SMALL_STATE(3095)] = 100115, - [SMALL_STATE(3096)] = 100159, - [SMALL_STATE(3097)] = 100203, - [SMALL_STATE(3098)] = 100285, - [SMALL_STATE(3099)] = 100329, - [SMALL_STATE(3100)] = 100409, - [SMALL_STATE(3101)] = 100489, - [SMALL_STATE(3102)] = 100571, - [SMALL_STATE(3103)] = 100651, - [SMALL_STATE(3104)] = 100731, - [SMALL_STATE(3105)] = 100771, - [SMALL_STATE(3106)] = 100813, - [SMALL_STATE(3107)] = 100853, - [SMALL_STATE(3108)] = 100933, - [SMALL_STATE(3109)] = 101013, - [SMALL_STATE(3110)] = 101070, - [SMALL_STATE(3111)] = 101141, - [SMALL_STATE(3112)] = 101200, - [SMALL_STATE(3113)] = 101255, - [SMALL_STATE(3114)] = 101328, - [SMALL_STATE(3115)] = 101385, - [SMALL_STATE(3116)] = 101438, - [SMALL_STATE(3117)] = 101513, - [SMALL_STATE(3118)] = 101584, - [SMALL_STATE(3119)] = 101653, - [SMALL_STATE(3120)] = 101722, - [SMALL_STATE(3121)] = 101789, - [SMALL_STATE(3122)] = 101854, - [SMALL_STATE(3123)] = 101931, - [SMALL_STATE(3124)] = 102008, - [SMALL_STATE(3125)] = 102045, - [SMALL_STATE(3126)] = 102102, - [SMALL_STATE(3127)] = 102179, - [SMALL_STATE(3128)] = 102254, - [SMALL_STATE(3129)] = 102331, - [SMALL_STATE(3130)] = 102408, - [SMALL_STATE(3131)] = 102485, - [SMALL_STATE(3132)] = 102556, - [SMALL_STATE(3133)] = 102633, - [SMALL_STATE(3134)] = 102710, - [SMALL_STATE(3135)] = 102767, - [SMALL_STATE(3136)] = 102844, - [SMALL_STATE(3137)] = 102919, - [SMALL_STATE(3138)] = 102990, - [SMALL_STATE(3139)] = 103067, - [SMALL_STATE(3140)] = 103144, - [SMALL_STATE(3141)] = 103215, - [SMALL_STATE(3142)] = 103292, - [SMALL_STATE(3143)] = 103369, - [SMALL_STATE(3144)] = 103426, - [SMALL_STATE(3145)] = 103503, - [SMALL_STATE(3146)] = 103558, - [SMALL_STATE(3147)] = 103619, - [SMALL_STATE(3148)] = 103682, - [SMALL_STATE(3149)] = 103747, - [SMALL_STATE(3150)] = 103814, - [SMALL_STATE(3151)] = 103881, - [SMALL_STATE(3152)] = 103950, - [SMALL_STATE(3153)] = 104003, - [SMALL_STATE(3154)] = 104080, - [SMALL_STATE(3155)] = 104157, - [SMALL_STATE(3156)] = 104228, - [SMALL_STATE(3157)] = 104303, - [SMALL_STATE(3158)] = 104378, - [SMALL_STATE(3159)] = 104451, - [SMALL_STATE(3160)] = 104524, - [SMALL_STATE(3161)] = 104601, - [SMALL_STATE(3162)] = 104678, - [SMALL_STATE(3163)] = 104755, - [SMALL_STATE(3164)] = 104832, - [SMALL_STATE(3165)] = 104909, - [SMALL_STATE(3166)] = 104986, - [SMALL_STATE(3167)] = 105063, - [SMALL_STATE(3168)] = 105140, - [SMALL_STATE(3169)] = 105189, - [SMALL_STATE(3170)] = 105266, - [SMALL_STATE(3171)] = 105343, - [SMALL_STATE(3172)] = 105414, - [SMALL_STATE(3173)] = 105491, - [SMALL_STATE(3174)] = 105568, - [SMALL_STATE(3175)] = 105645, - [SMALL_STATE(3176)] = 105722, - [SMALL_STATE(3177)] = 105799, - [SMALL_STATE(3178)] = 105856, - [SMALL_STATE(3179)] = 105933, - [SMALL_STATE(3180)] = 106010, - [SMALL_STATE(3181)] = 106087, - [SMALL_STATE(3182)] = 106164, - [SMALL_STATE(3183)] = 106205, - [SMALL_STATE(3184)] = 106252, - [SMALL_STATE(3185)] = 106329, - [SMALL_STATE(3186)] = 106406, - [SMALL_STATE(3187)] = 106463, - [SMALL_STATE(3188)] = 106540, - [SMALL_STATE(3189)] = 106577, - [SMALL_STATE(3190)] = 106654, - [SMALL_STATE(3191)] = 106731, - [SMALL_STATE(3192)] = 106768, - [SMALL_STATE(3193)] = 106817, - [SMALL_STATE(3194)] = 106894, - [SMALL_STATE(3195)] = 106951, - [SMALL_STATE(3196)] = 107028, - [SMALL_STATE(3197)] = 107103, - [SMALL_STATE(3198)] = 107180, - [SMALL_STATE(3199)] = 107255, - [SMALL_STATE(3200)] = 107332, - [SMALL_STATE(3201)] = 107405, - [SMALL_STATE(3202)] = 107482, - [SMALL_STATE(3203)] = 107559, - [SMALL_STATE(3204)] = 107608, - [SMALL_STATE(3205)] = 107685, - [SMALL_STATE(3206)] = 107760, - [SMALL_STATE(3207)] = 107837, - [SMALL_STATE(3208)] = 107914, - [SMALL_STATE(3209)] = 107989, - [SMALL_STATE(3210)] = 108066, - [SMALL_STATE(3211)] = 108141, - [SMALL_STATE(3212)] = 108218, - [SMALL_STATE(3213)] = 108255, - [SMALL_STATE(3214)] = 108330, - [SMALL_STATE(3215)] = 108407, - [SMALL_STATE(3216)] = 108484, - [SMALL_STATE(3217)] = 108531, - [SMALL_STATE(3218)] = 108572, - [SMALL_STATE(3219)] = 108649, - [SMALL_STATE(3220)] = 108726, - [SMALL_STATE(3221)] = 108775, - [SMALL_STATE(3222)] = 108834, - [SMALL_STATE(3223)] = 108871, - [SMALL_STATE(3224)] = 108944, - [SMALL_STATE(3225)] = 109021, - [SMALL_STATE(3226)] = 109058, - [SMALL_STATE(3227)] = 109095, - [SMALL_STATE(3228)] = 109172, - [SMALL_STATE(3229)] = 109249, - [SMALL_STATE(3230)] = 109312, - [SMALL_STATE(3231)] = 109385, - [SMALL_STATE(3232)] = 109442, - [SMALL_STATE(3233)] = 109479, - [SMALL_STATE(3234)] = 109550, - [SMALL_STATE(3235)] = 109627, - [SMALL_STATE(3236)] = 109680, - [SMALL_STATE(3237)] = 109729, - [SMALL_STATE(3238)] = 109798, - [SMALL_STATE(3239)] = 109865, - [SMALL_STATE(3240)] = 109932, - [SMALL_STATE(3241)] = 109997, - [SMALL_STATE(3242)] = 110060, - [SMALL_STATE(3243)] = 110137, - [SMALL_STATE(3244)] = 110198, - [SMALL_STATE(3245)] = 110255, - [SMALL_STATE(3246)] = 110310, - [SMALL_STATE(3247)] = 110387, - [SMALL_STATE(3248)] = 110424, - [SMALL_STATE(3249)] = 110473, - [SMALL_STATE(3250)] = 110550, - [SMALL_STATE(3251)] = 110627, - [SMALL_STATE(3252)] = 110704, - [SMALL_STATE(3253)] = 110781, - [SMALL_STATE(3254)] = 110858, - [SMALL_STATE(3255)] = 110935, - [SMALL_STATE(3256)] = 111012, - [SMALL_STATE(3257)] = 111049, - [SMALL_STATE(3258)] = 111126, - [SMALL_STATE(3259)] = 111201, - [SMALL_STATE(3260)] = 111272, - [SMALL_STATE(3261)] = 111349, - [SMALL_STATE(3262)] = 111423, - [SMALL_STATE(3263)] = 111477, - [SMALL_STATE(3264)] = 111551, - [SMALL_STATE(3265)] = 111625, - [SMALL_STATE(3266)] = 111699, - [SMALL_STATE(3267)] = 111735, - [SMALL_STATE(3268)] = 111771, - [SMALL_STATE(3269)] = 111807, - [SMALL_STATE(3270)] = 111881, - [SMALL_STATE(3271)] = 111917, - [SMALL_STATE(3272)] = 111991, - [SMALL_STATE(3273)] = 112043, - [SMALL_STATE(3274)] = 112079, - [SMALL_STATE(3275)] = 112149, - [SMALL_STATE(3276)] = 112185, - [SMALL_STATE(3277)] = 112221, - [SMALL_STATE(3278)] = 112289, - [SMALL_STATE(3279)] = 112325, - [SMALL_STATE(3280)] = 112361, - [SMALL_STATE(3281)] = 112397, - [SMALL_STATE(3282)] = 112433, - [SMALL_STATE(3283)] = 112469, - [SMALL_STATE(3284)] = 112543, - [SMALL_STATE(3285)] = 112617, - [SMALL_STATE(3286)] = 112653, - [SMALL_STATE(3287)] = 112689, - [SMALL_STATE(3288)] = 112763, - [SMALL_STATE(3289)] = 112837, - [SMALL_STATE(3290)] = 112873, - [SMALL_STATE(3291)] = 112909, - [SMALL_STATE(3292)] = 112983, - [SMALL_STATE(3293)] = 113019, - [SMALL_STATE(3294)] = 113093, - [SMALL_STATE(3295)] = 113129, - [SMALL_STATE(3296)] = 113203, - [SMALL_STATE(3297)] = 113239, - [SMALL_STATE(3298)] = 113313, - [SMALL_STATE(3299)] = 113387, - [SMALL_STATE(3300)] = 113461, - [SMALL_STATE(3301)] = 113535, - [SMALL_STATE(3302)] = 113571, - [SMALL_STATE(3303)] = 113645, - [SMALL_STATE(3304)] = 113681, - [SMALL_STATE(3305)] = 113755, - [SMALL_STATE(3306)] = 113829, - [SMALL_STATE(3307)] = 113903, - [SMALL_STATE(3308)] = 113949, - [SMALL_STATE(3309)] = 113985, - [SMALL_STATE(3310)] = 114059, - [SMALL_STATE(3311)] = 114133, - [SMALL_STATE(3312)] = 114169, - [SMALL_STATE(3313)] = 114243, - [SMALL_STATE(3314)] = 114299, - [SMALL_STATE(3315)] = 114335, - [SMALL_STATE(3316)] = 114403, - [SMALL_STATE(3317)] = 114477, - [SMALL_STATE(3318)] = 114513, - [SMALL_STATE(3319)] = 114549, - [SMALL_STATE(3320)] = 114597, - [SMALL_STATE(3321)] = 114665, - [SMALL_STATE(3322)] = 114739, - [SMALL_STATE(3323)] = 114775, - [SMALL_STATE(3324)] = 114811, - [SMALL_STATE(3325)] = 114885, - [SMALL_STATE(3326)] = 114959, - [SMALL_STATE(3327)] = 114995, - [SMALL_STATE(3328)] = 115069, - [SMALL_STATE(3329)] = 115121, - [SMALL_STATE(3330)] = 115157, - [SMALL_STATE(3331)] = 115193, - [SMALL_STATE(3332)] = 115229, - [SMALL_STATE(3333)] = 115303, - [SMALL_STATE(3334)] = 115339, - [SMALL_STATE(3335)] = 115375, - [SMALL_STATE(3336)] = 115449, - [SMALL_STATE(3337)] = 115523, - [SMALL_STATE(3338)] = 115559, - [SMALL_STATE(3339)] = 115627, - [SMALL_STATE(3340)] = 115663, - [SMALL_STATE(3341)] = 115737, - [SMALL_STATE(3342)] = 115811, - [SMALL_STATE(3343)] = 115879, - [SMALL_STATE(3344)] = 115953, - [SMALL_STATE(3345)] = 116027, - [SMALL_STATE(3346)] = 116101, - [SMALL_STATE(3347)] = 116137, - [SMALL_STATE(3348)] = 116211, - [SMALL_STATE(3349)] = 116247, - [SMALL_STATE(3350)] = 116321, - [SMALL_STATE(3351)] = 116395, - [SMALL_STATE(3352)] = 116469, - [SMALL_STATE(3353)] = 116537, - [SMALL_STATE(3354)] = 116611, - [SMALL_STATE(3355)] = 116647, - [SMALL_STATE(3356)] = 116715, - [SMALL_STATE(3357)] = 116751, - [SMALL_STATE(3358)] = 116825, - [SMALL_STATE(3359)] = 116861, - [SMALL_STATE(3360)] = 116935, - [SMALL_STATE(3361)] = 117009, - [SMALL_STATE(3362)] = 117045, - [SMALL_STATE(3363)] = 117119, - [SMALL_STATE(3364)] = 117193, - [SMALL_STATE(3365)] = 117267, - [SMALL_STATE(3366)] = 117341, - [SMALL_STATE(3367)] = 117415, - [SMALL_STATE(3368)] = 117489, - [SMALL_STATE(3369)] = 117563, - [SMALL_STATE(3370)] = 117631, - [SMALL_STATE(3371)] = 117705, - [SMALL_STATE(3372)] = 117779, - [SMALL_STATE(3373)] = 117853, - [SMALL_STATE(3374)] = 117927, - [SMALL_STATE(3375)] = 118001, - [SMALL_STATE(3376)] = 118075, - [SMALL_STATE(3377)] = 118123, - [SMALL_STATE(3378)] = 118159, - [SMALL_STATE(3379)] = 118233, - [SMALL_STATE(3380)] = 118307, - [SMALL_STATE(3381)] = 118371, - [SMALL_STATE(3382)] = 118441, - [SMALL_STATE(3383)] = 118505, - [SMALL_STATE(3384)] = 118579, - [SMALL_STATE(3385)] = 118631, - [SMALL_STATE(3386)] = 118705, - [SMALL_STATE(3387)] = 118773, - [SMALL_STATE(3388)] = 118847, - [SMALL_STATE(3389)] = 118921, - [SMALL_STATE(3390)] = 118995, - [SMALL_STATE(3391)] = 119063, - [SMALL_STATE(3392)] = 119131, - [SMALL_STATE(3393)] = 119197, - [SMALL_STATE(3394)] = 119263, - [SMALL_STATE(3395)] = 119337, - [SMALL_STATE(3396)] = 119405, - [SMALL_STATE(3397)] = 119457, - [SMALL_STATE(3398)] = 119531, - [SMALL_STATE(3399)] = 119605, - [SMALL_STATE(3400)] = 119641, - [SMALL_STATE(3401)] = 119715, - [SMALL_STATE(3402)] = 119789, - [SMALL_STATE(3403)] = 119853, - [SMALL_STATE(3404)] = 119927, - [SMALL_STATE(3405)] = 119989, - [SMALL_STATE(3406)] = 120025, - [SMALL_STATE(3407)] = 120099, - [SMALL_STATE(3408)] = 120135, - [SMALL_STATE(3409)] = 120195, - [SMALL_STATE(3410)] = 120259, - [SMALL_STATE(3411)] = 120333, - [SMALL_STATE(3412)] = 120369, - [SMALL_STATE(3413)] = 120443, - [SMALL_STATE(3414)] = 120517, - [SMALL_STATE(3415)] = 120553, - [SMALL_STATE(3416)] = 120621, - [SMALL_STATE(3417)] = 120695, - [SMALL_STATE(3418)] = 120731, - [SMALL_STATE(3419)] = 120767, - [SMALL_STATE(3420)] = 120803, - [SMALL_STATE(3421)] = 120877, - [SMALL_STATE(3422)] = 120945, - [SMALL_STATE(3423)] = 120981, - [SMALL_STATE(3424)] = 121055, - [SMALL_STATE(3425)] = 121111, - [SMALL_STATE(3426)] = 121159, - [SMALL_STATE(3427)] = 121223, - [SMALL_STATE(3428)] = 121297, - [SMALL_STATE(3429)] = 121371, - [SMALL_STATE(3430)] = 121445, - [SMALL_STATE(3431)] = 121513, - [SMALL_STATE(3432)] = 121587, - [SMALL_STATE(3433)] = 121661, - [SMALL_STATE(3434)] = 121735, - [SMALL_STATE(3435)] = 121803, - [SMALL_STATE(3436)] = 121877, - [SMALL_STATE(3437)] = 121951, - [SMALL_STATE(3438)] = 122025, - [SMALL_STATE(3439)] = 122065, - [SMALL_STATE(3440)] = 122139, - [SMALL_STATE(3441)] = 122213, - [SMALL_STATE(3442)] = 122281, - [SMALL_STATE(3443)] = 122355, - [SMALL_STATE(3444)] = 122429, - [SMALL_STATE(3445)] = 122503, - [SMALL_STATE(3446)] = 122577, - [SMALL_STATE(3447)] = 122651, - [SMALL_STATE(3448)] = 122725, - [SMALL_STATE(3449)] = 122799, - [SMALL_STATE(3450)] = 122873, - [SMALL_STATE(3451)] = 122947, - [SMALL_STATE(3452)] = 123021, - [SMALL_STATE(3453)] = 123057, - [SMALL_STATE(3454)] = 123131, - [SMALL_STATE(3455)] = 123205, - [SMALL_STATE(3456)] = 123241, - [SMALL_STATE(3457)] = 123315, - [SMALL_STATE(3458)] = 123389, - [SMALL_STATE(3459)] = 123425, - [SMALL_STATE(3460)] = 123499, - [SMALL_STATE(3461)] = 123573, - [SMALL_STATE(3462)] = 123647, - [SMALL_STATE(3463)] = 123717, - [SMALL_STATE(3464)] = 123791, - [SMALL_STATE(3465)] = 123863, - [SMALL_STATE(3466)] = 123937, - [SMALL_STATE(3467)] = 124011, - [SMALL_STATE(3468)] = 124085, - [SMALL_STATE(3469)] = 124159, - [SMALL_STATE(3470)] = 124233, - [SMALL_STATE(3471)] = 124297, - [SMALL_STATE(3472)] = 124371, - [SMALL_STATE(3473)] = 124445, - [SMALL_STATE(3474)] = 124519, - [SMALL_STATE(3475)] = 124593, - [SMALL_STATE(3476)] = 124629, - [SMALL_STATE(3477)] = 124703, - [SMALL_STATE(3478)] = 124767, - [SMALL_STATE(3479)] = 124841, - [SMALL_STATE(3480)] = 124915, - [SMALL_STATE(3481)] = 124989, - [SMALL_STATE(3482)] = 125063, - [SMALL_STATE(3483)] = 125137, - [SMALL_STATE(3484)] = 125211, - [SMALL_STATE(3485)] = 125285, - [SMALL_STATE(3486)] = 125355, - [SMALL_STATE(3487)] = 125406, - [SMALL_STATE(3488)] = 125457, - [SMALL_STATE(3489)] = 125508, - [SMALL_STATE(3490)] = 125559, - [SMALL_STATE(3491)] = 125610, - [SMALL_STATE(3492)] = 125661, - [SMALL_STATE(3493)] = 125712, - [SMALL_STATE(3494)] = 125763, - [SMALL_STATE(3495)] = 125814, - [SMALL_STATE(3496)] = 125865, - [SMALL_STATE(3497)] = 125916, - [SMALL_STATE(3498)] = 125978, - [SMALL_STATE(3499)] = 126040, - [SMALL_STATE(3500)] = 126102, - [SMALL_STATE(3501)] = 126164, - [SMALL_STATE(3502)] = 126226, - [SMALL_STATE(3503)] = 126288, - [SMALL_STATE(3504)] = 126350, - [SMALL_STATE(3505)] = 126412, - [SMALL_STATE(3506)] = 126474, - [SMALL_STATE(3507)] = 126536, - [SMALL_STATE(3508)] = 126598, - [SMALL_STATE(3509)] = 126668, - [SMALL_STATE(3510)] = 126730, - [SMALL_STATE(3511)] = 126792, - [SMALL_STATE(3512)] = 126854, - [SMALL_STATE(3513)] = 126924, - [SMALL_STATE(3514)] = 126986, - [SMALL_STATE(3515)] = 127056, - [SMALL_STATE(3516)] = 127112, - [SMALL_STATE(3517)] = 127174, - [SMALL_STATE(3518)] = 127224, - [SMALL_STATE(3519)] = 127286, - [SMALL_STATE(3520)] = 127348, - [SMALL_STATE(3521)] = 127410, - [SMALL_STATE(3522)] = 127466, - [SMALL_STATE(3523)] = 127522, - [SMALL_STATE(3524)] = 127592, - [SMALL_STATE(3525)] = 127654, - [SMALL_STATE(3526)] = 127704, - [SMALL_STATE(3527)] = 127774, - [SMALL_STATE(3528)] = 127836, - [SMALL_STATE(3529)] = 127898, - [SMALL_STATE(3530)] = 127954, - [SMALL_STATE(3531)] = 128016, - [SMALL_STATE(3532)] = 128078, - [SMALL_STATE(3533)] = 128140, - [SMALL_STATE(3534)] = 128202, - [SMALL_STATE(3535)] = 128272, - [SMALL_STATE(3536)] = 128334, - [SMALL_STATE(3537)] = 128396, - [SMALL_STATE(3538)] = 128458, - [SMALL_STATE(3539)] = 128520, - [SMALL_STATE(3540)] = 128582, - [SMALL_STATE(3541)] = 128652, - [SMALL_STATE(3542)] = 128722, - [SMALL_STATE(3543)] = 128784, - [SMALL_STATE(3544)] = 128846, - [SMALL_STATE(3545)] = 128896, - [SMALL_STATE(3546)] = 128946, - [SMALL_STATE(3547)] = 129008, - [SMALL_STATE(3548)] = 129070, - [SMALL_STATE(3549)] = 129140, - [SMALL_STATE(3550)] = 129210, - [SMALL_STATE(3551)] = 129272, - [SMALL_STATE(3552)] = 129342, - [SMALL_STATE(3553)] = 129404, - [SMALL_STATE(3554)] = 129466, - [SMALL_STATE(3555)] = 129536, - [SMALL_STATE(3556)] = 129598, - [SMALL_STATE(3557)] = 129661, - [SMALL_STATE(3558)] = 129724, - [SMALL_STATE(3559)] = 129773, - [SMALL_STATE(3560)] = 129836, - [SMALL_STATE(3561)] = 129899, - [SMALL_STATE(3562)] = 129962, - [SMALL_STATE(3563)] = 130025, - [SMALL_STATE(3564)] = 130088, - [SMALL_STATE(3565)] = 130151, - [SMALL_STATE(3566)] = 130214, - [SMALL_STATE(3567)] = 130277, - [SMALL_STATE(3568)] = 130326, - [SMALL_STATE(3569)] = 130389, - [SMALL_STATE(3570)] = 130426, - [SMALL_STATE(3571)] = 130489, - [SMALL_STATE(3572)] = 130552, - [SMALL_STATE(3573)] = 130615, - [SMALL_STATE(3574)] = 130678, - [SMALL_STATE(3575)] = 130741, - [SMALL_STATE(3576)] = 130804, - [SMALL_STATE(3577)] = 130867, - [SMALL_STATE(3578)] = 130930, - [SMALL_STATE(3579)] = 130993, - [SMALL_STATE(3580)] = 131056, - [SMALL_STATE(3581)] = 131119, - [SMALL_STATE(3582)] = 131182, - [SMALL_STATE(3583)] = 131245, - [SMALL_STATE(3584)] = 131308, - [SMALL_STATE(3585)] = 131371, - [SMALL_STATE(3586)] = 131408, - [SMALL_STATE(3587)] = 131471, - [SMALL_STATE(3588)] = 131534, - [SMALL_STATE(3589)] = 131597, - [SMALL_STATE(3590)] = 131660, - [SMALL_STATE(3591)] = 131723, - [SMALL_STATE(3592)] = 131786, - [SMALL_STATE(3593)] = 131825, - [SMALL_STATE(3594)] = 131888, - [SMALL_STATE(3595)] = 131951, - [SMALL_STATE(3596)] = 132011, - [SMALL_STATE(3597)] = 132071, - [SMALL_STATE(3598)] = 132115, - [SMALL_STATE(3599)] = 132175, - [SMALL_STATE(3600)] = 132235, - [SMALL_STATE(3601)] = 132275, - [SMALL_STATE(3602)] = 132335, - [SMALL_STATE(3603)] = 132395, - [SMALL_STATE(3604)] = 132455, - [SMALL_STATE(3605)] = 132499, - [SMALL_STATE(3606)] = 132559, - [SMALL_STATE(3607)] = 132619, - [SMALL_STATE(3608)] = 132659, - [SMALL_STATE(3609)] = 132719, - [SMALL_STATE(3610)] = 132759, - [SMALL_STATE(3611)] = 132819, - [SMALL_STATE(3612)] = 132879, - [SMALL_STATE(3613)] = 132939, - [SMALL_STATE(3614)] = 132999, - [SMALL_STATE(3615)] = 133059, - [SMALL_STATE(3616)] = 133119, - [SMALL_STATE(3617)] = 133179, - [SMALL_STATE(3618)] = 133239, - [SMALL_STATE(3619)] = 133283, - [SMALL_STATE(3620)] = 133327, - [SMALL_STATE(3621)] = 133371, - [SMALL_STATE(3622)] = 133431, - [SMALL_STATE(3623)] = 133491, - [SMALL_STATE(3624)] = 133551, - [SMALL_STATE(3625)] = 133591, - [SMALL_STATE(3626)] = 133651, - [SMALL_STATE(3627)] = 133711, - [SMALL_STATE(3628)] = 133771, - [SMALL_STATE(3629)] = 133822, - [SMALL_STATE(3630)] = 133865, - [SMALL_STATE(3631)] = 133902, - [SMALL_STATE(3632)] = 133953, - [SMALL_STATE(3633)] = 133996, - [SMALL_STATE(3634)] = 134031, - [SMALL_STATE(3635)] = 134082, - [SMALL_STATE(3636)] = 134125, - [SMALL_STATE(3637)] = 134168, - [SMALL_STATE(3638)] = 134211, - [SMALL_STATE(3639)] = 134254, - [SMALL_STATE(3640)] = 134297, - [SMALL_STATE(3641)] = 134340, - [SMALL_STATE(3642)] = 134383, - [SMALL_STATE(3643)] = 134420, - [SMALL_STATE(3644)] = 134471, - [SMALL_STATE(3645)] = 134508, - [SMALL_STATE(3646)] = 134559, - [SMALL_STATE(3647)] = 134602, - [SMALL_STATE(3648)] = 134653, - [SMALL_STATE(3649)] = 134704, - [SMALL_STATE(3650)] = 134739, - [SMALL_STATE(3651)] = 134790, - [SMALL_STATE(3652)] = 134832, - [SMALL_STATE(3653)] = 134874, - [SMALL_STATE(3654)] = 134904, - [SMALL_STATE(3655)] = 134946, - [SMALL_STATE(3656)] = 134988, - [SMALL_STATE(3657)] = 135030, - [SMALL_STATE(3658)] = 135072, - [SMALL_STATE(3659)] = 135102, - [SMALL_STATE(3660)] = 135144, - [SMALL_STATE(3661)] = 135186, - [SMALL_STATE(3662)] = 135228, - [SMALL_STATE(3663)] = 135270, - [SMALL_STATE(3664)] = 135312, - [SMALL_STATE(3665)] = 135346, - [SMALL_STATE(3666)] = 135376, - [SMALL_STATE(3667)] = 135418, - [SMALL_STATE(3668)] = 135450, - [SMALL_STATE(3669)] = 135492, - [SMALL_STATE(3670)] = 135524, - [SMALL_STATE(3671)] = 135566, - [SMALL_STATE(3672)] = 135608, - [SMALL_STATE(3673)] = 135642, - [SMALL_STATE(3674)] = 135680, - [SMALL_STATE(3675)] = 135709, - [SMALL_STATE(3676)] = 135738, - [SMALL_STATE(3677)] = 135767, - [SMALL_STATE(3678)] = 135796, - [SMALL_STATE(3679)] = 135825, - [SMALL_STATE(3680)] = 135880, - [SMALL_STATE(3681)] = 135909, - [SMALL_STATE(3682)] = 135938, - [SMALL_STATE(3683)] = 135967, - [SMALL_STATE(3684)] = 135996, - [SMALL_STATE(3685)] = 136025, - [SMALL_STATE(3686)] = 136054, - [SMALL_STATE(3687)] = 136109, - [SMALL_STATE(3688)] = 136142, - [SMALL_STATE(3689)] = 136171, - [SMALL_STATE(3690)] = 136214, - [SMALL_STATE(3691)] = 136243, - [SMALL_STATE(3692)] = 136272, - [SMALL_STATE(3693)] = 136305, - [SMALL_STATE(3694)] = 136334, - [SMALL_STATE(3695)] = 136377, - [SMALL_STATE(3696)] = 136406, - [SMALL_STATE(3697)] = 136437, - [SMALL_STATE(3698)] = 136466, - [SMALL_STATE(3699)] = 136495, - [SMALL_STATE(3700)] = 136524, - [SMALL_STATE(3701)] = 136553, - [SMALL_STATE(3702)] = 136582, - [SMALL_STATE(3703)] = 136611, - [SMALL_STATE(3704)] = 136644, - [SMALL_STATE(3705)] = 136672, - [SMALL_STATE(3706)] = 136712, - [SMALL_STATE(3707)] = 136740, - [SMALL_STATE(3708)] = 136780, - [SMALL_STATE(3709)] = 136808, - [SMALL_STATE(3710)] = 136848, - [SMALL_STATE(3711)] = 136888, - [SMALL_STATE(3712)] = 136928, - [SMALL_STATE(3713)] = 136968, - [SMALL_STATE(3714)] = 137008, - [SMALL_STATE(3715)] = 137048, - [SMALL_STATE(3716)] = 137100, - [SMALL_STATE(3717)] = 137128, - [SMALL_STATE(3718)] = 137156, - [SMALL_STATE(3719)] = 137184, - [SMALL_STATE(3720)] = 137224, - [SMALL_STATE(3721)] = 137264, - [SMALL_STATE(3722)] = 137304, - [SMALL_STATE(3723)] = 137344, - [SMALL_STATE(3724)] = 137384, - [SMALL_STATE(3725)] = 137424, - [SMALL_STATE(3726)] = 137464, - [SMALL_STATE(3727)] = 137516, - [SMALL_STATE(3728)] = 137568, - [SMALL_STATE(3729)] = 137608, - [SMALL_STATE(3730)] = 137648, - [SMALL_STATE(3731)] = 137688, - [SMALL_STATE(3732)] = 137728, - [SMALL_STATE(3733)] = 137768, - [SMALL_STATE(3734)] = 137808, - [SMALL_STATE(3735)] = 137848, - [SMALL_STATE(3736)] = 137876, - [SMALL_STATE(3737)] = 137904, - [SMALL_STATE(3738)] = 137936, - [SMALL_STATE(3739)] = 137976, - [SMALL_STATE(3740)] = 138004, - [SMALL_STATE(3741)] = 138052, - [SMALL_STATE(3742)] = 138092, - [SMALL_STATE(3743)] = 138132, - [SMALL_STATE(3744)] = 138160, - [SMALL_STATE(3745)] = 138200, - [SMALL_STATE(3746)] = 138250, - [SMALL_STATE(3747)] = 138290, - [SMALL_STATE(3748)] = 138330, - [SMALL_STATE(3749)] = 138370, - [SMALL_STATE(3750)] = 138416, - [SMALL_STATE(3751)] = 138456, - [SMALL_STATE(3752)] = 138496, - [SMALL_STATE(3753)] = 138548, - [SMALL_STATE(3754)] = 138576, - [SMALL_STATE(3755)] = 138622, - [SMALL_STATE(3756)] = 138662, - [SMALL_STATE(3757)] = 138706, - [SMALL_STATE(3758)] = 138748, - [SMALL_STATE(3759)] = 138782, - [SMALL_STATE(3760)] = 138818, - [SMALL_STATE(3761)] = 138858, - [SMALL_STATE(3762)] = 138898, - [SMALL_STATE(3763)] = 138938, - [SMALL_STATE(3764)] = 138978, - [SMALL_STATE(3765)] = 139018, - [SMALL_STATE(3766)] = 139045, - [SMALL_STATE(3767)] = 139078, - [SMALL_STATE(3768)] = 139105, - [SMALL_STATE(3769)] = 139140, - [SMALL_STATE(3770)] = 139167, - [SMALL_STATE(3771)] = 139206, - [SMALL_STATE(3772)] = 139251, - [SMALL_STATE(3773)] = 139278, - [SMALL_STATE(3774)] = 139305, - [SMALL_STATE(3775)] = 139350, - [SMALL_STATE(3776)] = 139399, - [SMALL_STATE(3777)] = 139426, - [SMALL_STATE(3778)] = 139471, - [SMALL_STATE(3779)] = 139498, - [SMALL_STATE(3780)] = 139525, - [SMALL_STATE(3781)] = 139570, - [SMALL_STATE(3782)] = 139603, - [SMALL_STATE(3783)] = 139630, - [SMALL_STATE(3784)] = 139657, - [SMALL_STATE(3785)] = 139698, - [SMALL_STATE(3786)] = 139743, - [SMALL_STATE(3787)] = 139786, - [SMALL_STATE(3788)] = 139819, - [SMALL_STATE(3789)] = 139846, - [SMALL_STATE(3790)] = 139879, - [SMALL_STATE(3791)] = 139906, - [SMALL_STATE(3792)] = 139951, - [SMALL_STATE(3793)] = 139996, - [SMALL_STATE(3794)] = 140041, - [SMALL_STATE(3795)] = 140072, - [SMALL_STATE(3796)] = 140117, - [SMALL_STATE(3797)] = 140154, - [SMALL_STATE(3798)] = 140187, - [SMALL_STATE(3799)] = 140232, - [SMALL_STATE(3800)] = 140281, - [SMALL_STATE(3801)] = 140310, - [SMALL_STATE(3802)] = 140343, - [SMALL_STATE(3803)] = 140375, - [SMALL_STATE(3804)] = 140407, - [SMALL_STATE(3805)] = 140447, - [SMALL_STATE(3806)] = 140479, - [SMALL_STATE(3807)] = 140513, - [SMALL_STATE(3808)] = 140545, - [SMALL_STATE(3809)] = 140577, - [SMALL_STATE(3810)] = 140609, - [SMALL_STATE(3811)] = 140641, - [SMALL_STATE(3812)] = 140673, - [SMALL_STATE(3813)] = 140713, - [SMALL_STATE(3814)] = 140745, - [SMALL_STATE(3815)] = 140777, - [SMALL_STATE(3816)] = 140809, - [SMALL_STATE(3817)] = 140849, - [SMALL_STATE(3818)] = 140883, - [SMALL_STATE(3819)] = 140915, - [SMALL_STATE(3820)] = 140947, - [SMALL_STATE(3821)] = 140979, - [SMALL_STATE(3822)] = 141011, - [SMALL_STATE(3823)] = 141042, - [SMALL_STATE(3824)] = 141089, - [SMALL_STATE(3825)] = 141136, - [SMALL_STATE(3826)] = 141183, - [SMALL_STATE(3827)] = 141230, - [SMALL_STATE(3828)] = 141277, - [SMALL_STATE(3829)] = 141304, - [SMALL_STATE(3830)] = 141327, - [SMALL_STATE(3831)] = 141374, - [SMALL_STATE(3832)] = 141421, - [SMALL_STATE(3833)] = 141444, - [SMALL_STATE(3834)] = 141491, - [SMALL_STATE(3835)] = 141538, - [SMALL_STATE(3836)] = 141585, - [SMALL_STATE(3837)] = 141632, - [SMALL_STATE(3838)] = 141679, - [SMALL_STATE(3839)] = 141726, - [SMALL_STATE(3840)] = 141773, - [SMALL_STATE(3841)] = 141802, - [SMALL_STATE(3842)] = 141848, - [SMALL_STATE(3843)] = 141894, - [SMALL_STATE(3844)] = 141940, - [SMALL_STATE(3845)] = 141986, - [SMALL_STATE(3846)] = 142032, - [SMALL_STATE(3847)] = 142078, - [SMALL_STATE(3848)] = 142118, - [SMALL_STATE(3849)] = 142164, - [SMALL_STATE(3850)] = 142210, - [SMALL_STATE(3851)] = 142250, - [SMALL_STATE(3852)] = 142290, - [SMALL_STATE(3853)] = 142336, - [SMALL_STATE(3854)] = 142382, - [SMALL_STATE(3855)] = 142422, - [SMALL_STATE(3856)] = 142462, - [SMALL_STATE(3857)] = 142508, - [SMALL_STATE(3858)] = 142548, - [SMALL_STATE(3859)] = 142594, - [SMALL_STATE(3860)] = 142635, - [SMALL_STATE(3861)] = 142676, - [SMALL_STATE(3862)] = 142717, - [SMALL_STATE(3863)] = 142758, - [SMALL_STATE(3864)] = 142799, - [SMALL_STATE(3865)] = 142840, - [SMALL_STATE(3866)] = 142881, - [SMALL_STATE(3867)] = 142922, - [SMALL_STATE(3868)] = 142963, - [SMALL_STATE(3869)] = 143004, - [SMALL_STATE(3870)] = 143045, - [SMALL_STATE(3871)] = 143086, - [SMALL_STATE(3872)] = 143127, - [SMALL_STATE(3873)] = 143168, - [SMALL_STATE(3874)] = 143209, - [SMALL_STATE(3875)] = 143250, - [SMALL_STATE(3876)] = 143291, - [SMALL_STATE(3877)] = 143332, - [SMALL_STATE(3878)] = 143373, - [SMALL_STATE(3879)] = 143414, - [SMALL_STATE(3880)] = 143455, - [SMALL_STATE(3881)] = 143496, - [SMALL_STATE(3882)] = 143537, - [SMALL_STATE(3883)] = 143578, - [SMALL_STATE(3884)] = 143619, - [SMALL_STATE(3885)] = 143660, - [SMALL_STATE(3886)] = 143701, - [SMALL_STATE(3887)] = 143742, - [SMALL_STATE(3888)] = 143783, - [SMALL_STATE(3889)] = 143824, - [SMALL_STATE(3890)] = 143865, - [SMALL_STATE(3891)] = 143906, - [SMALL_STATE(3892)] = 143947, - [SMALL_STATE(3893)] = 143967, - [SMALL_STATE(3894)] = 143987, - [SMALL_STATE(3895)] = 144019, - [SMALL_STATE(3896)] = 144039, - [SMALL_STATE(3897)] = 144071, - [SMALL_STATE(3898)] = 144091, - [SMALL_STATE(3899)] = 144111, - [SMALL_STATE(3900)] = 144143, - [SMALL_STATE(3901)] = 144163, - [SMALL_STATE(3902)] = 144183, - [SMALL_STATE(3903)] = 144203, - [SMALL_STATE(3904)] = 144223, - [SMALL_STATE(3905)] = 144243, - [SMALL_STATE(3906)] = 144263, - [SMALL_STATE(3907)] = 144283, - [SMALL_STATE(3908)] = 144315, - [SMALL_STATE(3909)] = 144335, - [SMALL_STATE(3910)] = 144355, - [SMALL_STATE(3911)] = 144390, - [SMALL_STATE(3912)] = 144425, - [SMALL_STATE(3913)] = 144460, - [SMALL_STATE(3914)] = 144495, - [SMALL_STATE(3915)] = 144530, - [SMALL_STATE(3916)] = 144565, - [SMALL_STATE(3917)] = 144600, - [SMALL_STATE(3918)] = 144629, - [SMALL_STATE(3919)] = 144658, - [SMALL_STATE(3920)] = 144687, - [SMALL_STATE(3921)] = 144716, - [SMALL_STATE(3922)] = 144751, - [SMALL_STATE(3923)] = 144786, - [SMALL_STATE(3924)] = 144813, - [SMALL_STATE(3925)] = 144842, - [SMALL_STATE(3926)] = 144877, - [SMALL_STATE(3927)] = 144912, - [SMALL_STATE(3928)] = 144947, - [SMALL_STATE(3929)] = 144976, - [SMALL_STATE(3930)] = 145011, - [SMALL_STATE(3931)] = 145040, - [SMALL_STATE(3932)] = 145069, - [SMALL_STATE(3933)] = 145094, - [SMALL_STATE(3934)] = 145129, - [SMALL_STATE(3935)] = 145164, - [SMALL_STATE(3936)] = 145199, - [SMALL_STATE(3937)] = 145234, - [SMALL_STATE(3938)] = 145263, - [SMALL_STATE(3939)] = 145298, - [SMALL_STATE(3940)] = 145333, - [SMALL_STATE(3941)] = 145362, - [SMALL_STATE(3942)] = 145385, - [SMALL_STATE(3943)] = 145408, - [SMALL_STATE(3944)] = 145437, - [SMALL_STATE(3945)] = 145460, - [SMALL_STATE(3946)] = 145485, - [SMALL_STATE(3947)] = 145514, - [SMALL_STATE(3948)] = 145549, - [SMALL_STATE(3949)] = 145577, - [SMALL_STATE(3950)] = 145605, - [SMALL_STATE(3951)] = 145633, - [SMALL_STATE(3952)] = 145663, - [SMALL_STATE(3953)] = 145695, - [SMALL_STATE(3954)] = 145725, - [SMALL_STATE(3955)] = 145755, - [SMALL_STATE(3956)] = 145785, - [SMALL_STATE(3957)] = 145817, - [SMALL_STATE(3958)] = 145849, - [SMALL_STATE(3959)] = 145873, - [SMALL_STATE(3960)] = 145903, - [SMALL_STATE(3961)] = 145935, - [SMALL_STATE(3962)] = 145963, - [SMALL_STATE(3963)] = 145993, - [SMALL_STATE(3964)] = 146017, - [SMALL_STATE(3965)] = 146049, - [SMALL_STATE(3966)] = 146079, - [SMALL_STATE(3967)] = 146111, - [SMALL_STATE(3968)] = 146135, - [SMALL_STATE(3969)] = 146167, - [SMALL_STATE(3970)] = 146197, - [SMALL_STATE(3971)] = 146225, - [SMALL_STATE(3972)] = 146259, - [SMALL_STATE(3973)] = 146287, - [SMALL_STATE(3974)] = 146319, - [SMALL_STATE(3975)] = 146351, - [SMALL_STATE(3976)] = 146383, - [SMALL_STATE(3977)] = 146415, - [SMALL_STATE(3978)] = 146447, - [SMALL_STATE(3979)] = 146479, - [SMALL_STATE(3980)] = 146507, - [SMALL_STATE(3981)] = 146537, - [SMALL_STATE(3982)] = 146567, - [SMALL_STATE(3983)] = 146599, - [SMALL_STATE(3984)] = 146631, - [SMALL_STATE(3985)] = 146663, - [SMALL_STATE(3986)] = 146687, - [SMALL_STATE(3987)] = 146711, - [SMALL_STATE(3988)] = 146733, - [SMALL_STATE(3989)] = 146761, - [SMALL_STATE(3990)] = 146793, - [SMALL_STATE(3991)] = 146821, - [SMALL_STATE(3992)] = 146853, - [SMALL_STATE(3993)] = 146881, - [SMALL_STATE(3994)] = 146905, - [SMALL_STATE(3995)] = 146933, - [SMALL_STATE(3996)] = 146961, - [SMALL_STATE(3997)] = 146991, - [SMALL_STATE(3998)] = 147023, - [SMALL_STATE(3999)] = 147055, - [SMALL_STATE(4000)] = 147083, - [SMALL_STATE(4001)] = 147107, - [SMALL_STATE(4002)] = 147139, - [SMALL_STATE(4003)] = 147171, - [SMALL_STATE(4004)] = 147203, - [SMALL_STATE(4005)] = 147235, - [SMALL_STATE(4006)] = 147267, - [SMALL_STATE(4007)] = 147295, - [SMALL_STATE(4008)] = 147327, - [SMALL_STATE(4009)] = 147359, - [SMALL_STATE(4010)] = 147391, - [SMALL_STATE(4011)] = 147421, - [SMALL_STATE(4012)] = 147451, - [SMALL_STATE(4013)] = 147479, - [SMALL_STATE(4014)] = 147511, - [SMALL_STATE(4015)] = 147541, - [SMALL_STATE(4016)] = 147569, - [SMALL_STATE(4017)] = 147597, - [SMALL_STATE(4018)] = 147625, - [SMALL_STATE(4019)] = 147649, - [SMALL_STATE(4020)] = 147676, - [SMALL_STATE(4021)] = 147691, - [SMALL_STATE(4022)] = 147706, - [SMALL_STATE(4023)] = 147725, - [SMALL_STATE(4024)] = 147752, - [SMALL_STATE(4025)] = 147779, - [SMALL_STATE(4026)] = 147806, - [SMALL_STATE(4027)] = 147827, - [SMALL_STATE(4028)] = 147848, - [SMALL_STATE(4029)] = 147867, - [SMALL_STATE(4030)] = 147894, - [SMALL_STATE(4031)] = 147915, - [SMALL_STATE(4032)] = 147930, - [SMALL_STATE(4033)] = 147957, - [SMALL_STATE(4034)] = 147984, - [SMALL_STATE(4035)] = 147999, - [SMALL_STATE(4036)] = 148014, - [SMALL_STATE(4037)] = 148041, - [SMALL_STATE(4038)] = 148056, - [SMALL_STATE(4039)] = 148083, - [SMALL_STATE(4040)] = 148110, - [SMALL_STATE(4041)] = 148137, - [SMALL_STATE(4042)] = 148152, - [SMALL_STATE(4043)] = 148173, - [SMALL_STATE(4044)] = 148192, - [SMALL_STATE(4045)] = 148219, - [SMALL_STATE(4046)] = 148238, - [SMALL_STATE(4047)] = 148253, - [SMALL_STATE(4048)] = 148280, - [SMALL_STATE(4049)] = 148307, - [SMALL_STATE(4050)] = 148334, - [SMALL_STATE(4051)] = 148362, - [SMALL_STATE(4052)] = 148382, - [SMALL_STATE(4053)] = 148410, - [SMALL_STATE(4054)] = 148438, - [SMALL_STATE(4055)] = 148462, - [SMALL_STATE(4056)] = 148482, - [SMALL_STATE(4057)] = 148502, - [SMALL_STATE(4058)] = 148522, - [SMALL_STATE(4059)] = 148536, - [SMALL_STATE(4060)] = 148558, - [SMALL_STATE(4061)] = 148572, - [SMALL_STATE(4062)] = 148586, - [SMALL_STATE(4063)] = 148606, - [SMALL_STATE(4064)] = 148634, - [SMALL_STATE(4065)] = 148662, - [SMALL_STATE(4066)] = 148690, - [SMALL_STATE(4067)] = 148718, - [SMALL_STATE(4068)] = 148732, - [SMALL_STATE(4069)] = 148760, - [SMALL_STATE(4070)] = 148780, - [SMALL_STATE(4071)] = 148808, - [SMALL_STATE(4072)] = 148836, - [SMALL_STATE(4073)] = 148854, - [SMALL_STATE(4074)] = 148874, - [SMALL_STATE(4075)] = 148894, - [SMALL_STATE(4076)] = 148914, - [SMALL_STATE(4077)] = 148942, - [SMALL_STATE(4078)] = 148970, - [SMALL_STATE(4079)] = 148990, - [SMALL_STATE(4080)] = 149004, - [SMALL_STATE(4081)] = 149032, - [SMALL_STATE(4082)] = 149060, - [SMALL_STATE(4083)] = 149080, - [SMALL_STATE(4084)] = 149104, - [SMALL_STATE(4085)] = 149132, - [SMALL_STATE(4086)] = 149152, - [SMALL_STATE(4087)] = 149172, - [SMALL_STATE(4088)] = 149200, - [SMALL_STATE(4089)] = 149218, - [SMALL_STATE(4090)] = 149246, - [SMALL_STATE(4091)] = 149274, - [SMALL_STATE(4092)] = 149302, - [SMALL_STATE(4093)] = 149322, - [SMALL_STATE(4094)] = 149342, - [SMALL_STATE(4095)] = 149362, - [SMALL_STATE(4096)] = 149390, - [SMALL_STATE(4097)] = 149410, - [SMALL_STATE(4098)] = 149438, - [SMALL_STATE(4099)] = 149452, - [SMALL_STATE(4100)] = 149480, - [SMALL_STATE(4101)] = 149508, - [SMALL_STATE(4102)] = 149528, - [SMALL_STATE(4103)] = 149548, - [SMALL_STATE(4104)] = 149576, - [SMALL_STATE(4105)] = 149604, - [SMALL_STATE(4106)] = 149632, - [SMALL_STATE(4107)] = 149652, - [SMALL_STATE(4108)] = 149672, - [SMALL_STATE(4109)] = 149700, - [SMALL_STATE(4110)] = 149728, - [SMALL_STATE(4111)] = 149756, - [SMALL_STATE(4112)] = 149775, - [SMALL_STATE(4113)] = 149798, - [SMALL_STATE(4114)] = 149821, - [SMALL_STATE(4115)] = 149840, - [SMALL_STATE(4116)] = 149863, - [SMALL_STATE(4117)] = 149882, - [SMALL_STATE(4118)] = 149901, - [SMALL_STATE(4119)] = 149920, - [SMALL_STATE(4120)] = 149939, - [SMALL_STATE(4121)] = 149958, - [SMALL_STATE(4122)] = 149977, - [SMALL_STATE(4123)] = 149994, - [SMALL_STATE(4124)] = 150017, - [SMALL_STATE(4125)] = 150040, - [SMALL_STATE(4126)] = 150065, - [SMALL_STATE(4127)] = 150088, - [SMALL_STATE(4128)] = 150109, - [SMALL_STATE(4129)] = 150132, - [SMALL_STATE(4130)] = 150155, - [SMALL_STATE(4131)] = 150174, - [SMALL_STATE(4132)] = 150197, - [SMALL_STATE(4133)] = 150216, - [SMALL_STATE(4134)] = 150239, - [SMALL_STATE(4135)] = 150261, - [SMALL_STATE(4136)] = 150283, - [SMALL_STATE(4137)] = 150303, - [SMALL_STATE(4138)] = 150325, - [SMALL_STATE(4139)] = 150345, - [SMALL_STATE(4140)] = 150365, - [SMALL_STATE(4141)] = 150387, - [SMALL_STATE(4142)] = 150407, - [SMALL_STATE(4143)] = 150425, - [SMALL_STATE(4144)] = 150443, - [SMALL_STATE(4145)] = 150461, - [SMALL_STATE(4146)] = 150483, - [SMALL_STATE(4147)] = 150505, - [SMALL_STATE(4148)] = 150519, - [SMALL_STATE(4149)] = 150537, - [SMALL_STATE(4150)] = 150559, - [SMALL_STATE(4151)] = 150577, - [SMALL_STATE(4152)] = 150595, - [SMALL_STATE(4153)] = 150615, - [SMALL_STATE(4154)] = 150633, - [SMALL_STATE(4155)] = 150655, - [SMALL_STATE(4156)] = 150675, - [SMALL_STATE(4157)] = 150697, - [SMALL_STATE(4158)] = 150717, - [SMALL_STATE(4159)] = 150739, - [SMALL_STATE(4160)] = 150753, - [SMALL_STATE(4161)] = 150773, - [SMALL_STATE(4162)] = 150791, - [SMALL_STATE(4163)] = 150807, - [SMALL_STATE(4164)] = 150827, - [SMALL_STATE(4165)] = 150845, - [SMALL_STATE(4166)] = 150863, - [SMALL_STATE(4167)] = 150885, - [SMALL_STATE(4168)] = 150905, - [SMALL_STATE(4169)] = 150927, - [SMALL_STATE(4170)] = 150947, - [SMALL_STATE(4171)] = 150969, - [SMALL_STATE(4172)] = 150987, - [SMALL_STATE(4173)] = 151007, - [SMALL_STATE(4174)] = 151021, - [SMALL_STATE(4175)] = 151041, - [SMALL_STATE(4176)] = 151061, - [SMALL_STATE(4177)] = 151083, - [SMALL_STATE(4178)] = 151105, - [SMALL_STATE(4179)] = 151125, - [SMALL_STATE(4180)] = 151145, - [SMALL_STATE(4181)] = 151167, - [SMALL_STATE(4182)] = 151185, - [SMALL_STATE(4183)] = 151207, - [SMALL_STATE(4184)] = 151229, - [SMALL_STATE(4185)] = 151249, - [SMALL_STATE(4186)] = 151267, - [SMALL_STATE(4187)] = 151285, - [SMALL_STATE(4188)] = 151303, - [SMALL_STATE(4189)] = 151325, - [SMALL_STATE(4190)] = 151347, - [SMALL_STATE(4191)] = 151365, - [SMALL_STATE(4192)] = 151385, - [SMALL_STATE(4193)] = 151403, - [SMALL_STATE(4194)] = 151425, - [SMALL_STATE(4195)] = 151447, - [SMALL_STATE(4196)] = 151465, - [SMALL_STATE(4197)] = 151485, - [SMALL_STATE(4198)] = 151507, - [SMALL_STATE(4199)] = 151525, - [SMALL_STATE(4200)] = 151543, - [SMALL_STATE(4201)] = 151557, - [SMALL_STATE(4202)] = 151577, - [SMALL_STATE(4203)] = 151591, - [SMALL_STATE(4204)] = 151609, - [SMALL_STATE(4205)] = 151629, - [SMALL_STATE(4206)] = 151647, - [SMALL_STATE(4207)] = 151665, - [SMALL_STATE(4208)] = 151685, - [SMALL_STATE(4209)] = 151707, - [SMALL_STATE(4210)] = 151725, - [SMALL_STATE(4211)] = 151747, - [SMALL_STATE(4212)] = 151769, - [SMALL_STATE(4213)] = 151791, - [SMALL_STATE(4214)] = 151809, - [SMALL_STATE(4215)] = 151827, - [SMALL_STATE(4216)] = 151849, - [SMALL_STATE(4217)] = 151869, - [SMALL_STATE(4218)] = 151889, - [SMALL_STATE(4219)] = 151911, - [SMALL_STATE(4220)] = 151933, - [SMALL_STATE(4221)] = 151955, - [SMALL_STATE(4222)] = 151975, - [SMALL_STATE(4223)] = 151994, - [SMALL_STATE(4224)] = 152013, - [SMALL_STATE(4225)] = 152032, - [SMALL_STATE(4226)] = 152049, - [SMALL_STATE(4227)] = 152068, - [SMALL_STATE(4228)] = 152087, - [SMALL_STATE(4229)] = 152104, - [SMALL_STATE(4230)] = 152115, - [SMALL_STATE(4231)] = 152134, - [SMALL_STATE(4232)] = 152153, - [SMALL_STATE(4233)] = 152172, - [SMALL_STATE(4234)] = 152189, - [SMALL_STATE(4235)] = 152206, - [SMALL_STATE(4236)] = 152217, - [SMALL_STATE(4237)] = 152234, - [SMALL_STATE(4238)] = 152253, - [SMALL_STATE(4239)] = 152272, - [SMALL_STATE(4240)] = 152289, - [SMALL_STATE(4241)] = 152308, - [SMALL_STATE(4242)] = 152319, - [SMALL_STATE(4243)] = 152338, - [SMALL_STATE(4244)] = 152351, - [SMALL_STATE(4245)] = 152370, - [SMALL_STATE(4246)] = 152387, - [SMALL_STATE(4247)] = 152406, - [SMALL_STATE(4248)] = 152423, - [SMALL_STATE(4249)] = 152440, - [SMALL_STATE(4250)] = 152459, - [SMALL_STATE(4251)] = 152478, - [SMALL_STATE(4252)] = 152497, - [SMALL_STATE(4253)] = 152514, - [SMALL_STATE(4254)] = 152531, - [SMALL_STATE(4255)] = 152550, - [SMALL_STATE(4256)] = 152569, - [SMALL_STATE(4257)] = 152588, - [SMALL_STATE(4258)] = 152605, - [SMALL_STATE(4259)] = 152624, - [SMALL_STATE(4260)] = 152643, - [SMALL_STATE(4261)] = 152662, - [SMALL_STATE(4262)] = 152681, - [SMALL_STATE(4263)] = 152692, - [SMALL_STATE(4264)] = 152703, - [SMALL_STATE(4265)] = 152720, - [SMALL_STATE(4266)] = 152737, - [SMALL_STATE(4267)] = 152754, - [SMALL_STATE(4268)] = 152773, - [SMALL_STATE(4269)] = 152792, - [SMALL_STATE(4270)] = 152809, - [SMALL_STATE(4271)] = 152828, - [SMALL_STATE(4272)] = 152845, - [SMALL_STATE(4273)] = 152862, - [SMALL_STATE(4274)] = 152873, - [SMALL_STATE(4275)] = 152890, - [SMALL_STATE(4276)] = 152909, - [SMALL_STATE(4277)] = 152926, - [SMALL_STATE(4278)] = 152937, - [SMALL_STATE(4279)] = 152952, - [SMALL_STATE(4280)] = 152963, - [SMALL_STATE(4281)] = 152978, - [SMALL_STATE(4282)] = 152997, - [SMALL_STATE(4283)] = 153016, - [SMALL_STATE(4284)] = 153035, - [SMALL_STATE(4285)] = 153052, - [SMALL_STATE(4286)] = 153071, - [SMALL_STATE(4287)] = 153088, - [SMALL_STATE(4288)] = 153105, - [SMALL_STATE(4289)] = 153121, - [SMALL_STATE(4290)] = 153137, - [SMALL_STATE(4291)] = 153153, - [SMALL_STATE(4292)] = 153169, - [SMALL_STATE(4293)] = 153185, - [SMALL_STATE(4294)] = 153201, - [SMALL_STATE(4295)] = 153217, - [SMALL_STATE(4296)] = 153233, - [SMALL_STATE(4297)] = 153249, - [SMALL_STATE(4298)] = 153265, - [SMALL_STATE(4299)] = 153281, - [SMALL_STATE(4300)] = 153297, - [SMALL_STATE(4301)] = 153313, - [SMALL_STATE(4302)] = 153329, - [SMALL_STATE(4303)] = 153345, - [SMALL_STATE(4304)] = 153361, - [SMALL_STATE(4305)] = 153375, - [SMALL_STATE(4306)] = 153391, - [SMALL_STATE(4307)] = 153407, - [SMALL_STATE(4308)] = 153423, - [SMALL_STATE(4309)] = 153439, - [SMALL_STATE(4310)] = 153455, - [SMALL_STATE(4311)] = 153471, - [SMALL_STATE(4312)] = 153487, - [SMALL_STATE(4313)] = 153503, - [SMALL_STATE(4314)] = 153519, - [SMALL_STATE(4315)] = 153535, - [SMALL_STATE(4316)] = 153551, - [SMALL_STATE(4317)] = 153567, - [SMALL_STATE(4318)] = 153583, - [SMALL_STATE(4319)] = 153599, - [SMALL_STATE(4320)] = 153615, - [SMALL_STATE(4321)] = 153631, - [SMALL_STATE(4322)] = 153647, - [SMALL_STATE(4323)] = 153663, - [SMALL_STATE(4324)] = 153679, - [SMALL_STATE(4325)] = 153695, - [SMALL_STATE(4326)] = 153711, - [SMALL_STATE(4327)] = 153727, - [SMALL_STATE(4328)] = 153743, - [SMALL_STATE(4329)] = 153759, - [SMALL_STATE(4330)] = 153775, - [SMALL_STATE(4331)] = 153791, - [SMALL_STATE(4332)] = 153807, - [SMALL_STATE(4333)] = 153823, - [SMALL_STATE(4334)] = 153839, - [SMALL_STATE(4335)] = 153855, - [SMALL_STATE(4336)] = 153867, - [SMALL_STATE(4337)] = 153883, - [SMALL_STATE(4338)] = 153899, - [SMALL_STATE(4339)] = 153915, - [SMALL_STATE(4340)] = 153931, - [SMALL_STATE(4341)] = 153947, - [SMALL_STATE(4342)] = 153963, - [SMALL_STATE(4343)] = 153977, - [SMALL_STATE(4344)] = 153993, - [SMALL_STATE(4345)] = 154009, - [SMALL_STATE(4346)] = 154025, - [SMALL_STATE(4347)] = 154041, - [SMALL_STATE(4348)] = 154057, - [SMALL_STATE(4349)] = 154073, - [SMALL_STATE(4350)] = 154089, - [SMALL_STATE(4351)] = 154105, - [SMALL_STATE(4352)] = 154121, - [SMALL_STATE(4353)] = 154137, - [SMALL_STATE(4354)] = 154153, - [SMALL_STATE(4355)] = 154169, - [SMALL_STATE(4356)] = 154185, - [SMALL_STATE(4357)] = 154201, - [SMALL_STATE(4358)] = 154217, - [SMALL_STATE(4359)] = 154233, - [SMALL_STATE(4360)] = 154249, - [SMALL_STATE(4361)] = 154265, - [SMALL_STATE(4362)] = 154281, - [SMALL_STATE(4363)] = 154297, - [SMALL_STATE(4364)] = 154313, - [SMALL_STATE(4365)] = 154329, - [SMALL_STATE(4366)] = 154343, - [SMALL_STATE(4367)] = 154357, - [SMALL_STATE(4368)] = 154373, - [SMALL_STATE(4369)] = 154389, - [SMALL_STATE(4370)] = 154405, - [SMALL_STATE(4371)] = 154419, - [SMALL_STATE(4372)] = 154435, - [SMALL_STATE(4373)] = 154451, - [SMALL_STATE(4374)] = 154465, - [SMALL_STATE(4375)] = 154479, - [SMALL_STATE(4376)] = 154495, - [SMALL_STATE(4377)] = 154511, - [SMALL_STATE(4378)] = 154527, - [SMALL_STATE(4379)] = 154543, - [SMALL_STATE(4380)] = 154559, - [SMALL_STATE(4381)] = 154575, - [SMALL_STATE(4382)] = 154591, - [SMALL_STATE(4383)] = 154607, - [SMALL_STATE(4384)] = 154623, - [SMALL_STATE(4385)] = 154639, - [SMALL_STATE(4386)] = 154655, - [SMALL_STATE(4387)] = 154671, - [SMALL_STATE(4388)] = 154687, - [SMALL_STATE(4389)] = 154703, - [SMALL_STATE(4390)] = 154719, - [SMALL_STATE(4391)] = 154733, - [SMALL_STATE(4392)] = 154749, - [SMALL_STATE(4393)] = 154765, - [SMALL_STATE(4394)] = 154781, - [SMALL_STATE(4395)] = 154797, - [SMALL_STATE(4396)] = 154813, - [SMALL_STATE(4397)] = 154829, - [SMALL_STATE(4398)] = 154845, - [SMALL_STATE(4399)] = 154861, - [SMALL_STATE(4400)] = 154877, - [SMALL_STATE(4401)] = 154893, - [SMALL_STATE(4402)] = 154909, - [SMALL_STATE(4403)] = 154925, - [SMALL_STATE(4404)] = 154939, - [SMALL_STATE(4405)] = 154955, - [SMALL_STATE(4406)] = 154971, - [SMALL_STATE(4407)] = 154987, - [SMALL_STATE(4408)] = 155003, - [SMALL_STATE(4409)] = 155019, - [SMALL_STATE(4410)] = 155035, - [SMALL_STATE(4411)] = 155051, - [SMALL_STATE(4412)] = 155065, - [SMALL_STATE(4413)] = 155081, - [SMALL_STATE(4414)] = 155097, - [SMALL_STATE(4415)] = 155113, - [SMALL_STATE(4416)] = 155129, - [SMALL_STATE(4417)] = 155145, - [SMALL_STATE(4418)] = 155161, - [SMALL_STATE(4419)] = 155177, - [SMALL_STATE(4420)] = 155193, - [SMALL_STATE(4421)] = 155209, - [SMALL_STATE(4422)] = 155225, - [SMALL_STATE(4423)] = 155241, - [SMALL_STATE(4424)] = 155257, - [SMALL_STATE(4425)] = 155273, - [SMALL_STATE(4426)] = 155289, - [SMALL_STATE(4427)] = 155305, - [SMALL_STATE(4428)] = 155321, - [SMALL_STATE(4429)] = 155337, - [SMALL_STATE(4430)] = 155353, - [SMALL_STATE(4431)] = 155369, - [SMALL_STATE(4432)] = 155385, - [SMALL_STATE(4433)] = 155401, - [SMALL_STATE(4434)] = 155415, - [SMALL_STATE(4435)] = 155431, - [SMALL_STATE(4436)] = 155447, - [SMALL_STATE(4437)] = 155463, - [SMALL_STATE(4438)] = 155479, - [SMALL_STATE(4439)] = 155495, - [SMALL_STATE(4440)] = 155509, - [SMALL_STATE(4441)] = 155525, - [SMALL_STATE(4442)] = 155541, - [SMALL_STATE(4443)] = 155557, - [SMALL_STATE(4444)] = 155573, - [SMALL_STATE(4445)] = 155589, - [SMALL_STATE(4446)] = 155605, - [SMALL_STATE(4447)] = 155619, - [SMALL_STATE(4448)] = 155635, - [SMALL_STATE(4449)] = 155651, - [SMALL_STATE(4450)] = 155667, - [SMALL_STATE(4451)] = 155683, - [SMALL_STATE(4452)] = 155699, - [SMALL_STATE(4453)] = 155715, - [SMALL_STATE(4454)] = 155731, - [SMALL_STATE(4455)] = 155745, - [SMALL_STATE(4456)] = 155761, - [SMALL_STATE(4457)] = 155777, - [SMALL_STATE(4458)] = 155793, - [SMALL_STATE(4459)] = 155809, - [SMALL_STATE(4460)] = 155825, - [SMALL_STATE(4461)] = 155841, - [SMALL_STATE(4462)] = 155857, - [SMALL_STATE(4463)] = 155873, - [SMALL_STATE(4464)] = 155889, - [SMALL_STATE(4465)] = 155905, - [SMALL_STATE(4466)] = 155921, - [SMALL_STATE(4467)] = 155937, - [SMALL_STATE(4468)] = 155953, - [SMALL_STATE(4469)] = 155969, - [SMALL_STATE(4470)] = 155985, - [SMALL_STATE(4471)] = 156001, - [SMALL_STATE(4472)] = 156017, - [SMALL_STATE(4473)] = 156029, - [SMALL_STATE(4474)] = 156045, - [SMALL_STATE(4475)] = 156061, - [SMALL_STATE(4476)] = 156077, - [SMALL_STATE(4477)] = 156093, - [SMALL_STATE(4478)] = 156109, - [SMALL_STATE(4479)] = 156125, - [SMALL_STATE(4480)] = 156141, - [SMALL_STATE(4481)] = 156157, - [SMALL_STATE(4482)] = 156173, - [SMALL_STATE(4483)] = 156187, - [SMALL_STATE(4484)] = 156203, - [SMALL_STATE(4485)] = 156219, - [SMALL_STATE(4486)] = 156235, - [SMALL_STATE(4487)] = 156251, - [SMALL_STATE(4488)] = 156263, - [SMALL_STATE(4489)] = 156276, - [SMALL_STATE(4490)] = 156289, - [SMALL_STATE(4491)] = 156302, - [SMALL_STATE(4492)] = 156315, - [SMALL_STATE(4493)] = 156328, - [SMALL_STATE(4494)] = 156341, - [SMALL_STATE(4495)] = 156354, - [SMALL_STATE(4496)] = 156367, - [SMALL_STATE(4497)] = 156380, - [SMALL_STATE(4498)] = 156393, - [SMALL_STATE(4499)] = 156404, - [SMALL_STATE(4500)] = 156417, - [SMALL_STATE(4501)] = 156430, - [SMALL_STATE(4502)] = 156443, - [SMALL_STATE(4503)] = 156454, - [SMALL_STATE(4504)] = 156467, - [SMALL_STATE(4505)] = 156480, - [SMALL_STATE(4506)] = 156491, - [SMALL_STATE(4507)] = 156504, - [SMALL_STATE(4508)] = 156517, - [SMALL_STATE(4509)] = 156530, - [SMALL_STATE(4510)] = 156543, - [SMALL_STATE(4511)] = 156556, - [SMALL_STATE(4512)] = 156569, - [SMALL_STATE(4513)] = 156582, - [SMALL_STATE(4514)] = 156595, - [SMALL_STATE(4515)] = 156608, - [SMALL_STATE(4516)] = 156621, - [SMALL_STATE(4517)] = 156634, - [SMALL_STATE(4518)] = 156647, - [SMALL_STATE(4519)] = 156660, - [SMALL_STATE(4520)] = 156673, - [SMALL_STATE(4521)] = 156686, - [SMALL_STATE(4522)] = 156699, - [SMALL_STATE(4523)] = 156712, - [SMALL_STATE(4524)] = 156725, - [SMALL_STATE(4525)] = 156738, - [SMALL_STATE(4526)] = 156751, - [SMALL_STATE(4527)] = 156764, - [SMALL_STATE(4528)] = 156777, - [SMALL_STATE(4529)] = 156790, - [SMALL_STATE(4530)] = 156803, - [SMALL_STATE(4531)] = 156816, - [SMALL_STATE(4532)] = 156829, - [SMALL_STATE(4533)] = 156842, - [SMALL_STATE(4534)] = 156855, - [SMALL_STATE(4535)] = 156868, - [SMALL_STATE(4536)] = 156881, - [SMALL_STATE(4537)] = 156892, - [SMALL_STATE(4538)] = 156905, - [SMALL_STATE(4539)] = 156918, - [SMALL_STATE(4540)] = 156931, - [SMALL_STATE(4541)] = 156944, - [SMALL_STATE(4542)] = 156957, - [SMALL_STATE(4543)] = 156970, - [SMALL_STATE(4544)] = 156983, - [SMALL_STATE(4545)] = 156996, - [SMALL_STATE(4546)] = 157009, - [SMALL_STATE(4547)] = 157022, - [SMALL_STATE(4548)] = 157035, - [SMALL_STATE(4549)] = 157048, - [SMALL_STATE(4550)] = 157061, - [SMALL_STATE(4551)] = 157074, - [SMALL_STATE(4552)] = 157087, - [SMALL_STATE(4553)] = 157100, - [SMALL_STATE(4554)] = 157113, - [SMALL_STATE(4555)] = 157126, - [SMALL_STATE(4556)] = 157139, - [SMALL_STATE(4557)] = 157152, - [SMALL_STATE(4558)] = 157165, - [SMALL_STATE(4559)] = 157178, - [SMALL_STATE(4560)] = 157191, - [SMALL_STATE(4561)] = 157204, - [SMALL_STATE(4562)] = 157215, - [SMALL_STATE(4563)] = 157226, - [SMALL_STATE(4564)] = 157239, - [SMALL_STATE(4565)] = 157252, - [SMALL_STATE(4566)] = 157265, - [SMALL_STATE(4567)] = 157278, - [SMALL_STATE(4568)] = 157291, - [SMALL_STATE(4569)] = 157304, - [SMALL_STATE(4570)] = 157317, - [SMALL_STATE(4571)] = 157330, - [SMALL_STATE(4572)] = 157343, - [SMALL_STATE(4573)] = 157356, - [SMALL_STATE(4574)] = 157369, - [SMALL_STATE(4575)] = 157382, - [SMALL_STATE(4576)] = 157395, - [SMALL_STATE(4577)] = 157408, - [SMALL_STATE(4578)] = 157421, - [SMALL_STATE(4579)] = 157434, - [SMALL_STATE(4580)] = 157447, - [SMALL_STATE(4581)] = 157460, - [SMALL_STATE(4582)] = 157473, - [SMALL_STATE(4583)] = 157486, - [SMALL_STATE(4584)] = 157499, - [SMALL_STATE(4585)] = 157512, - [SMALL_STATE(4586)] = 157525, - [SMALL_STATE(4587)] = 157538, - [SMALL_STATE(4588)] = 157551, - [SMALL_STATE(4589)] = 157564, - [SMALL_STATE(4590)] = 157577, - [SMALL_STATE(4591)] = 157590, - [SMALL_STATE(4592)] = 157599, - [SMALL_STATE(4593)] = 157612, - [SMALL_STATE(4594)] = 157625, - [SMALL_STATE(4595)] = 157634, - [SMALL_STATE(4596)] = 157647, - [SMALL_STATE(4597)] = 157660, - [SMALL_STATE(4598)] = 157673, - [SMALL_STATE(4599)] = 157686, - [SMALL_STATE(4600)] = 157699, - [SMALL_STATE(4601)] = 157712, - [SMALL_STATE(4602)] = 157725, - [SMALL_STATE(4603)] = 157738, - [SMALL_STATE(4604)] = 157751, - [SMALL_STATE(4605)] = 157764, - [SMALL_STATE(4606)] = 157777, - [SMALL_STATE(4607)] = 157790, - [SMALL_STATE(4608)] = 157803, - [SMALL_STATE(4609)] = 157816, - [SMALL_STATE(4610)] = 157829, - [SMALL_STATE(4611)] = 157842, - [SMALL_STATE(4612)] = 157855, - [SMALL_STATE(4613)] = 157868, - [SMALL_STATE(4614)] = 157879, - [SMALL_STATE(4615)] = 157892, - [SMALL_STATE(4616)] = 157905, - [SMALL_STATE(4617)] = 157918, - [SMALL_STATE(4618)] = 157931, - [SMALL_STATE(4619)] = 157944, - [SMALL_STATE(4620)] = 157953, - [SMALL_STATE(4621)] = 157966, - [SMALL_STATE(4622)] = 157979, - [SMALL_STATE(4623)] = 157992, - [SMALL_STATE(4624)] = 158005, - [SMALL_STATE(4625)] = 158018, - [SMALL_STATE(4626)] = 158031, - [SMALL_STATE(4627)] = 158044, - [SMALL_STATE(4628)] = 158053, - [SMALL_STATE(4629)] = 158066, - [SMALL_STATE(4630)] = 158079, - [SMALL_STATE(4631)] = 158092, - [SMALL_STATE(4632)] = 158105, - [SMALL_STATE(4633)] = 158118, - [SMALL_STATE(4634)] = 158131, - [SMALL_STATE(4635)] = 158144, - [SMALL_STATE(4636)] = 158157, - [SMALL_STATE(4637)] = 158170, - [SMALL_STATE(4638)] = 158183, - [SMALL_STATE(4639)] = 158196, - [SMALL_STATE(4640)] = 158209, - [SMALL_STATE(4641)] = 158222, - [SMALL_STATE(4642)] = 158235, - [SMALL_STATE(4643)] = 158248, - [SMALL_STATE(4644)] = 158261, - [SMALL_STATE(4645)] = 158274, - [SMALL_STATE(4646)] = 158287, - [SMALL_STATE(4647)] = 158300, - [SMALL_STATE(4648)] = 158313, - [SMALL_STATE(4649)] = 158326, - [SMALL_STATE(4650)] = 158335, - [SMALL_STATE(4651)] = 158348, - [SMALL_STATE(4652)] = 158361, - [SMALL_STATE(4653)] = 158374, - [SMALL_STATE(4654)] = 158387, - [SMALL_STATE(4655)] = 158400, - [SMALL_STATE(4656)] = 158413, - [SMALL_STATE(4657)] = 158426, - [SMALL_STATE(4658)] = 158437, - [SMALL_STATE(4659)] = 158450, - [SMALL_STATE(4660)] = 158463, - [SMALL_STATE(4661)] = 158476, - [SMALL_STATE(4662)] = 158489, - [SMALL_STATE(4663)] = 158502, - [SMALL_STATE(4664)] = 158515, - [SMALL_STATE(4665)] = 158528, - [SMALL_STATE(4666)] = 158541, - [SMALL_STATE(4667)] = 158554, - [SMALL_STATE(4668)] = 158567, - [SMALL_STATE(4669)] = 158580, - [SMALL_STATE(4670)] = 158593, - [SMALL_STATE(4671)] = 158606, - [SMALL_STATE(4672)] = 158619, - [SMALL_STATE(4673)] = 158632, - [SMALL_STATE(4674)] = 158645, - [SMALL_STATE(4675)] = 158658, - [SMALL_STATE(4676)] = 158671, - [SMALL_STATE(4677)] = 158682, - [SMALL_STATE(4678)] = 158695, - [SMALL_STATE(4679)] = 158708, - [SMALL_STATE(4680)] = 158721, - [SMALL_STATE(4681)] = 158730, - [SMALL_STATE(4682)] = 158743, - [SMALL_STATE(4683)] = 158752, - [SMALL_STATE(4684)] = 158763, - [SMALL_STATE(4685)] = 158776, - [SMALL_STATE(4686)] = 158785, - [SMALL_STATE(4687)] = 158794, - [SMALL_STATE(4688)] = 158807, - [SMALL_STATE(4689)] = 158820, - [SMALL_STATE(4690)] = 158833, - [SMALL_STATE(4691)] = 158846, - [SMALL_STATE(4692)] = 158859, - [SMALL_STATE(4693)] = 158868, - [SMALL_STATE(4694)] = 158881, - [SMALL_STATE(4695)] = 158894, - [SMALL_STATE(4696)] = 158907, - [SMALL_STATE(4697)] = 158920, - [SMALL_STATE(4698)] = 158933, - [SMALL_STATE(4699)] = 158946, - [SMALL_STATE(4700)] = 158959, - [SMALL_STATE(4701)] = 158972, - [SMALL_STATE(4702)] = 158985, - [SMALL_STATE(4703)] = 158998, - [SMALL_STATE(4704)] = 159011, - [SMALL_STATE(4705)] = 159024, - [SMALL_STATE(4706)] = 159037, - [SMALL_STATE(4707)] = 159050, - [SMALL_STATE(4708)] = 159063, - [SMALL_STATE(4709)] = 159076, - [SMALL_STATE(4710)] = 159085, - [SMALL_STATE(4711)] = 159098, - [SMALL_STATE(4712)] = 159111, - [SMALL_STATE(4713)] = 159122, - [SMALL_STATE(4714)] = 159131, - [SMALL_STATE(4715)] = 159144, - [SMALL_STATE(4716)] = 159157, - [SMALL_STATE(4717)] = 159166, - [SMALL_STATE(4718)] = 159179, - [SMALL_STATE(4719)] = 159192, - [SMALL_STATE(4720)] = 159205, - [SMALL_STATE(4721)] = 159218, - [SMALL_STATE(4722)] = 159229, - [SMALL_STATE(4723)] = 159242, - [SMALL_STATE(4724)] = 159255, - [SMALL_STATE(4725)] = 159268, - [SMALL_STATE(4726)] = 159281, - [SMALL_STATE(4727)] = 159294, - [SMALL_STATE(4728)] = 159305, - [SMALL_STATE(4729)] = 159318, - [SMALL_STATE(4730)] = 159331, - [SMALL_STATE(4731)] = 159344, - [SMALL_STATE(4732)] = 159357, - [SMALL_STATE(4733)] = 159370, - [SMALL_STATE(4734)] = 159383, - [SMALL_STATE(4735)] = 159396, - [SMALL_STATE(4736)] = 159409, - [SMALL_STATE(4737)] = 159422, - [SMALL_STATE(4738)] = 159433, - [SMALL_STATE(4739)] = 159446, - [SMALL_STATE(4740)] = 159459, - [SMALL_STATE(4741)] = 159469, - [SMALL_STATE(4742)] = 159477, - [SMALL_STATE(4743)] = 159487, - [SMALL_STATE(4744)] = 159495, - [SMALL_STATE(4745)] = 159505, - [SMALL_STATE(4746)] = 159515, - [SMALL_STATE(4747)] = 159525, - [SMALL_STATE(4748)] = 159535, - [SMALL_STATE(4749)] = 159545, - [SMALL_STATE(4750)] = 159555, - [SMALL_STATE(4751)] = 159565, - [SMALL_STATE(4752)] = 159575, - [SMALL_STATE(4753)] = 159585, - [SMALL_STATE(4754)] = 159595, - [SMALL_STATE(4755)] = 159605, - [SMALL_STATE(4756)] = 159615, - [SMALL_STATE(4757)] = 159625, - [SMALL_STATE(4758)] = 159635, - [SMALL_STATE(4759)] = 159645, - [SMALL_STATE(4760)] = 159655, - [SMALL_STATE(4761)] = 159665, - [SMALL_STATE(4762)] = 159675, - [SMALL_STATE(4763)] = 159685, - [SMALL_STATE(4764)] = 159695, - [SMALL_STATE(4765)] = 159703, - [SMALL_STATE(4766)] = 159713, - [SMALL_STATE(4767)] = 159723, - [SMALL_STATE(4768)] = 159733, - [SMALL_STATE(4769)] = 159743, - [SMALL_STATE(4770)] = 159753, - [SMALL_STATE(4771)] = 159763, - [SMALL_STATE(4772)] = 159773, - [SMALL_STATE(4773)] = 159783, - [SMALL_STATE(4774)] = 159793, - [SMALL_STATE(4775)] = 159803, - [SMALL_STATE(4776)] = 159813, - [SMALL_STATE(4777)] = 159823, - [SMALL_STATE(4778)] = 159833, - [SMALL_STATE(4779)] = 159843, - [SMALL_STATE(4780)] = 159853, - [SMALL_STATE(4781)] = 159863, - [SMALL_STATE(4782)] = 159873, - [SMALL_STATE(4783)] = 159881, - [SMALL_STATE(4784)] = 159891, - [SMALL_STATE(4785)] = 159899, - [SMALL_STATE(4786)] = 159909, - [SMALL_STATE(4787)] = 159919, - [SMALL_STATE(4788)] = 159927, - [SMALL_STATE(4789)] = 159937, - [SMALL_STATE(4790)] = 159947, - [SMALL_STATE(4791)] = 159957, - [SMALL_STATE(4792)] = 159967, - [SMALL_STATE(4793)] = 159977, - [SMALL_STATE(4794)] = 159987, - [SMALL_STATE(4795)] = 159997, - [SMALL_STATE(4796)] = 160007, - [SMALL_STATE(4797)] = 160017, - [SMALL_STATE(4798)] = 160027, - [SMALL_STATE(4799)] = 160037, - [SMALL_STATE(4800)] = 160047, - [SMALL_STATE(4801)] = 160057, - [SMALL_STATE(4802)] = 160065, - [SMALL_STATE(4803)] = 160075, - [SMALL_STATE(4804)] = 160085, - [SMALL_STATE(4805)] = 160095, - [SMALL_STATE(4806)] = 160103, - [SMALL_STATE(4807)] = 160113, - [SMALL_STATE(4808)] = 160123, - [SMALL_STATE(4809)] = 160131, - [SMALL_STATE(4810)] = 160141, - [SMALL_STATE(4811)] = 160151, - [SMALL_STATE(4812)] = 160161, - [SMALL_STATE(4813)] = 160169, - [SMALL_STATE(4814)] = 160179, - [SMALL_STATE(4815)] = 160187, - [SMALL_STATE(4816)] = 160195, - [SMALL_STATE(4817)] = 160203, - [SMALL_STATE(4818)] = 160211, - [SMALL_STATE(4819)] = 160219, - [SMALL_STATE(4820)] = 160227, - [SMALL_STATE(4821)] = 160235, - [SMALL_STATE(4822)] = 160245, - [SMALL_STATE(4823)] = 160255, - [SMALL_STATE(4824)] = 160265, - [SMALL_STATE(4825)] = 160275, - [SMALL_STATE(4826)] = 160285, - [SMALL_STATE(4827)] = 160295, - [SMALL_STATE(4828)] = 160305, - [SMALL_STATE(4829)] = 160315, - [SMALL_STATE(4830)] = 160325, - [SMALL_STATE(4831)] = 160333, - [SMALL_STATE(4832)] = 160343, - [SMALL_STATE(4833)] = 160353, - [SMALL_STATE(4834)] = 160363, - [SMALL_STATE(4835)] = 160371, - [SMALL_STATE(4836)] = 160381, - [SMALL_STATE(4837)] = 160391, - [SMALL_STATE(4838)] = 160401, - [SMALL_STATE(4839)] = 160411, - [SMALL_STATE(4840)] = 160421, - [SMALL_STATE(4841)] = 160431, - [SMALL_STATE(4842)] = 160441, - [SMALL_STATE(4843)] = 160451, - [SMALL_STATE(4844)] = 160459, - [SMALL_STATE(4845)] = 160469, - [SMALL_STATE(4846)] = 160479, - [SMALL_STATE(4847)] = 160489, - [SMALL_STATE(4848)] = 160499, - [SMALL_STATE(4849)] = 160507, - [SMALL_STATE(4850)] = 160517, - [SMALL_STATE(4851)] = 160527, - [SMALL_STATE(4852)] = 160537, - [SMALL_STATE(4853)] = 160545, - [SMALL_STATE(4854)] = 160555, - [SMALL_STATE(4855)] = 160565, - [SMALL_STATE(4856)] = 160575, - [SMALL_STATE(4857)] = 160585, - [SMALL_STATE(4858)] = 160595, - [SMALL_STATE(4859)] = 160603, - [SMALL_STATE(4860)] = 160613, - [SMALL_STATE(4861)] = 160621, - [SMALL_STATE(4862)] = 160629, - [SMALL_STATE(4863)] = 160637, - [SMALL_STATE(4864)] = 160647, - [SMALL_STATE(4865)] = 160655, - [SMALL_STATE(4866)] = 160663, - [SMALL_STATE(4867)] = 160671, - [SMALL_STATE(4868)] = 160679, - [SMALL_STATE(4869)] = 160687, - [SMALL_STATE(4870)] = 160697, - [SMALL_STATE(4871)] = 160707, - [SMALL_STATE(4872)] = 160715, - [SMALL_STATE(4873)] = 160725, - [SMALL_STATE(4874)] = 160735, - [SMALL_STATE(4875)] = 160745, - [SMALL_STATE(4876)] = 160755, - [SMALL_STATE(4877)] = 160763, - [SMALL_STATE(4878)] = 160773, - [SMALL_STATE(4879)] = 160783, - [SMALL_STATE(4880)] = 160793, - [SMALL_STATE(4881)] = 160803, - [SMALL_STATE(4882)] = 160813, - [SMALL_STATE(4883)] = 160823, - [SMALL_STATE(4884)] = 160833, - [SMALL_STATE(4885)] = 160843, - [SMALL_STATE(4886)] = 160853, - [SMALL_STATE(4887)] = 160863, - [SMALL_STATE(4888)] = 160871, - [SMALL_STATE(4889)] = 160881, - [SMALL_STATE(4890)] = 160891, - [SMALL_STATE(4891)] = 160901, - [SMALL_STATE(4892)] = 160911, - [SMALL_STATE(4893)] = 160921, - [SMALL_STATE(4894)] = 160929, - [SMALL_STATE(4895)] = 160939, - [SMALL_STATE(4896)] = 160949, - [SMALL_STATE(4897)] = 160959, - [SMALL_STATE(4898)] = 160969, - [SMALL_STATE(4899)] = 160979, - [SMALL_STATE(4900)] = 160989, - [SMALL_STATE(4901)] = 160997, - [SMALL_STATE(4902)] = 161007, - [SMALL_STATE(4903)] = 161017, - [SMALL_STATE(4904)] = 161027, - [SMALL_STATE(4905)] = 161037, - [SMALL_STATE(4906)] = 161045, - [SMALL_STATE(4907)] = 161055, - [SMALL_STATE(4908)] = 161065, - [SMALL_STATE(4909)] = 161075, - [SMALL_STATE(4910)] = 161085, - [SMALL_STATE(4911)] = 161095, - [SMALL_STATE(4912)] = 161103, - [SMALL_STATE(4913)] = 161111, - [SMALL_STATE(4914)] = 161119, - [SMALL_STATE(4915)] = 161127, - [SMALL_STATE(4916)] = 161137, - [SMALL_STATE(4917)] = 161147, - [SMALL_STATE(4918)] = 161155, - [SMALL_STATE(4919)] = 161163, - [SMALL_STATE(4920)] = 161173, - [SMALL_STATE(4921)] = 161183, - [SMALL_STATE(4922)] = 161193, - [SMALL_STATE(4923)] = 161201, - [SMALL_STATE(4924)] = 161211, - [SMALL_STATE(4925)] = 161219, - [SMALL_STATE(4926)] = 161229, - [SMALL_STATE(4927)] = 161237, - [SMALL_STATE(4928)] = 161245, - [SMALL_STATE(4929)] = 161253, - [SMALL_STATE(4930)] = 161263, - [SMALL_STATE(4931)] = 161271, - [SMALL_STATE(4932)] = 161279, - [SMALL_STATE(4933)] = 161289, - [SMALL_STATE(4934)] = 161299, - [SMALL_STATE(4935)] = 161309, - [SMALL_STATE(4936)] = 161319, - [SMALL_STATE(4937)] = 161329, - [SMALL_STATE(4938)] = 161339, - [SMALL_STATE(4939)] = 161349, - [SMALL_STATE(4940)] = 161359, - [SMALL_STATE(4941)] = 161369, - [SMALL_STATE(4942)] = 161379, - [SMALL_STATE(4943)] = 161389, - [SMALL_STATE(4944)] = 161399, - [SMALL_STATE(4945)] = 161407, - [SMALL_STATE(4946)] = 161417, - [SMALL_STATE(4947)] = 161427, - [SMALL_STATE(4948)] = 161437, - [SMALL_STATE(4949)] = 161447, - [SMALL_STATE(4950)] = 161455, - [SMALL_STATE(4951)] = 161465, - [SMALL_STATE(4952)] = 161475, - [SMALL_STATE(4953)] = 161485, - [SMALL_STATE(4954)] = 161493, - [SMALL_STATE(4955)] = 161503, - [SMALL_STATE(4956)] = 161513, - [SMALL_STATE(4957)] = 161521, - [SMALL_STATE(4958)] = 161531, - [SMALL_STATE(4959)] = 161539, - [SMALL_STATE(4960)] = 161547, - [SMALL_STATE(4961)] = 161557, - [SMALL_STATE(4962)] = 161565, - [SMALL_STATE(4963)] = 161575, - [SMALL_STATE(4964)] = 161585, - [SMALL_STATE(4965)] = 161593, - [SMALL_STATE(4966)] = 161603, - [SMALL_STATE(4967)] = 161613, - [SMALL_STATE(4968)] = 161621, - [SMALL_STATE(4969)] = 161629, - [SMALL_STATE(4970)] = 161639, - [SMALL_STATE(4971)] = 161647, - [SMALL_STATE(4972)] = 161655, - [SMALL_STATE(4973)] = 161665, - [SMALL_STATE(4974)] = 161675, - [SMALL_STATE(4975)] = 161685, - [SMALL_STATE(4976)] = 161693, - [SMALL_STATE(4977)] = 161703, - [SMALL_STATE(4978)] = 161711, - [SMALL_STATE(4979)] = 161719, - [SMALL_STATE(4980)] = 161727, - [SMALL_STATE(4981)] = 161737, - [SMALL_STATE(4982)] = 161747, - [SMALL_STATE(4983)] = 161757, - [SMALL_STATE(4984)] = 161767, - [SMALL_STATE(4985)] = 161775, - [SMALL_STATE(4986)] = 161785, - [SMALL_STATE(4987)] = 161793, - [SMALL_STATE(4988)] = 161803, - [SMALL_STATE(4989)] = 161813, - [SMALL_STATE(4990)] = 161823, - [SMALL_STATE(4991)] = 161833, - [SMALL_STATE(4992)] = 161843, - [SMALL_STATE(4993)] = 161853, - [SMALL_STATE(4994)] = 161863, - [SMALL_STATE(4995)] = 161873, - [SMALL_STATE(4996)] = 161883, - [SMALL_STATE(4997)] = 161891, - [SMALL_STATE(4998)] = 161901, - [SMALL_STATE(4999)] = 161909, - [SMALL_STATE(5000)] = 161917, - [SMALL_STATE(5001)] = 161927, - [SMALL_STATE(5002)] = 161937, - [SMALL_STATE(5003)] = 161947, - [SMALL_STATE(5004)] = 161957, - [SMALL_STATE(5005)] = 161967, - [SMALL_STATE(5006)] = 161977, - [SMALL_STATE(5007)] = 161985, - [SMALL_STATE(5008)] = 161995, - [SMALL_STATE(5009)] = 162003, - [SMALL_STATE(5010)] = 162011, - [SMALL_STATE(5011)] = 162021, - [SMALL_STATE(5012)] = 162029, - [SMALL_STATE(5013)] = 162037, - [SMALL_STATE(5014)] = 162045, - [SMALL_STATE(5015)] = 162053, - [SMALL_STATE(5016)] = 162063, - [SMALL_STATE(5017)] = 162071, - [SMALL_STATE(5018)] = 162079, - [SMALL_STATE(5019)] = 162089, - [SMALL_STATE(5020)] = 162097, - [SMALL_STATE(5021)] = 162107, - [SMALL_STATE(5022)] = 162115, - [SMALL_STATE(5023)] = 162123, - [SMALL_STATE(5024)] = 162131, - [SMALL_STATE(5025)] = 162141, - [SMALL_STATE(5026)] = 162149, - [SMALL_STATE(5027)] = 162157, - [SMALL_STATE(5028)] = 162167, - [SMALL_STATE(5029)] = 162175, - [SMALL_STATE(5030)] = 162185, - [SMALL_STATE(5031)] = 162195, - [SMALL_STATE(5032)] = 162205, - [SMALL_STATE(5033)] = 162215, - [SMALL_STATE(5034)] = 162225, - [SMALL_STATE(5035)] = 162235, - [SMALL_STATE(5036)] = 162245, - [SMALL_STATE(5037)] = 162253, - [SMALL_STATE(5038)] = 162263, - [SMALL_STATE(5039)] = 162273, - [SMALL_STATE(5040)] = 162283, - [SMALL_STATE(5041)] = 162293, - [SMALL_STATE(5042)] = 162301, - [SMALL_STATE(5043)] = 162311, - [SMALL_STATE(5044)] = 162321, - [SMALL_STATE(5045)] = 162331, - [SMALL_STATE(5046)] = 162341, - [SMALL_STATE(5047)] = 162351, - [SMALL_STATE(5048)] = 162359, - [SMALL_STATE(5049)] = 162367, - [SMALL_STATE(5050)] = 162377, - [SMALL_STATE(5051)] = 162387, - [SMALL_STATE(5052)] = 162397, - [SMALL_STATE(5053)] = 162405, - [SMALL_STATE(5054)] = 162413, - [SMALL_STATE(5055)] = 162423, - [SMALL_STATE(5056)] = 162433, - [SMALL_STATE(5057)] = 162443, - [SMALL_STATE(5058)] = 162453, - [SMALL_STATE(5059)] = 162461, - [SMALL_STATE(5060)] = 162471, - [SMALL_STATE(5061)] = 162481, - [SMALL_STATE(5062)] = 162491, - [SMALL_STATE(5063)] = 162501, - [SMALL_STATE(5064)] = 162511, - [SMALL_STATE(5065)] = 162521, - [SMALL_STATE(5066)] = 162531, - [SMALL_STATE(5067)] = 162541, - [SMALL_STATE(5068)] = 162551, - [SMALL_STATE(5069)] = 162561, - [SMALL_STATE(5070)] = 162571, - [SMALL_STATE(5071)] = 162578, - [SMALL_STATE(5072)] = 162585, - [SMALL_STATE(5073)] = 162592, - [SMALL_STATE(5074)] = 162599, - [SMALL_STATE(5075)] = 162606, - [SMALL_STATE(5076)] = 162613, - [SMALL_STATE(5077)] = 162620, - [SMALL_STATE(5078)] = 162627, - [SMALL_STATE(5079)] = 162634, - [SMALL_STATE(5080)] = 162641, - [SMALL_STATE(5081)] = 162648, - [SMALL_STATE(5082)] = 162655, - [SMALL_STATE(5083)] = 162662, - [SMALL_STATE(5084)] = 162669, - [SMALL_STATE(5085)] = 162676, - [SMALL_STATE(5086)] = 162683, - [SMALL_STATE(5087)] = 162690, - [SMALL_STATE(5088)] = 162697, - [SMALL_STATE(5089)] = 162704, - [SMALL_STATE(5090)] = 162711, - [SMALL_STATE(5091)] = 162718, - [SMALL_STATE(5092)] = 162725, - [SMALL_STATE(5093)] = 162732, - [SMALL_STATE(5094)] = 162739, - [SMALL_STATE(5095)] = 162746, - [SMALL_STATE(5096)] = 162753, - [SMALL_STATE(5097)] = 162760, - [SMALL_STATE(5098)] = 162767, - [SMALL_STATE(5099)] = 162774, - [SMALL_STATE(5100)] = 162781, - [SMALL_STATE(5101)] = 162788, - [SMALL_STATE(5102)] = 162795, - [SMALL_STATE(5103)] = 162802, - [SMALL_STATE(5104)] = 162809, - [SMALL_STATE(5105)] = 162816, - [SMALL_STATE(5106)] = 162823, - [SMALL_STATE(5107)] = 162830, - [SMALL_STATE(5108)] = 162837, - [SMALL_STATE(5109)] = 162844, - [SMALL_STATE(5110)] = 162851, - [SMALL_STATE(5111)] = 162858, - [SMALL_STATE(5112)] = 162865, - [SMALL_STATE(5113)] = 162872, - [SMALL_STATE(5114)] = 162879, - [SMALL_STATE(5115)] = 162886, - [SMALL_STATE(5116)] = 162893, - [SMALL_STATE(5117)] = 162900, - [SMALL_STATE(5118)] = 162907, - [SMALL_STATE(5119)] = 162914, - [SMALL_STATE(5120)] = 162921, - [SMALL_STATE(5121)] = 162928, - [SMALL_STATE(5122)] = 162935, - [SMALL_STATE(5123)] = 162942, - [SMALL_STATE(5124)] = 162949, - [SMALL_STATE(5125)] = 162956, - [SMALL_STATE(5126)] = 162963, - [SMALL_STATE(5127)] = 162970, - [SMALL_STATE(5128)] = 162977, - [SMALL_STATE(5129)] = 162984, - [SMALL_STATE(5130)] = 162991, - [SMALL_STATE(5131)] = 162998, - [SMALL_STATE(5132)] = 163005, - [SMALL_STATE(5133)] = 163012, - [SMALL_STATE(5134)] = 163019, - [SMALL_STATE(5135)] = 163026, - [SMALL_STATE(5136)] = 163033, - [SMALL_STATE(5137)] = 163040, - [SMALL_STATE(5138)] = 163047, - [SMALL_STATE(5139)] = 163054, - [SMALL_STATE(5140)] = 163061, - [SMALL_STATE(5141)] = 163068, - [SMALL_STATE(5142)] = 163075, - [SMALL_STATE(5143)] = 163082, - [SMALL_STATE(5144)] = 163089, - [SMALL_STATE(5145)] = 163096, - [SMALL_STATE(5146)] = 163103, - [SMALL_STATE(5147)] = 163110, - [SMALL_STATE(5148)] = 163117, - [SMALL_STATE(5149)] = 163124, - [SMALL_STATE(5150)] = 163131, - [SMALL_STATE(5151)] = 163138, - [SMALL_STATE(5152)] = 163145, - [SMALL_STATE(5153)] = 163152, - [SMALL_STATE(5154)] = 163159, - [SMALL_STATE(5155)] = 163166, - [SMALL_STATE(5156)] = 163173, - [SMALL_STATE(5157)] = 163180, - [SMALL_STATE(5158)] = 163187, - [SMALL_STATE(5159)] = 163194, - [SMALL_STATE(5160)] = 163201, - [SMALL_STATE(5161)] = 163208, - [SMALL_STATE(5162)] = 163215, - [SMALL_STATE(5163)] = 163222, - [SMALL_STATE(5164)] = 163229, - [SMALL_STATE(5165)] = 163236, - [SMALL_STATE(5166)] = 163243, - [SMALL_STATE(5167)] = 163250, - [SMALL_STATE(5168)] = 163257, - [SMALL_STATE(5169)] = 163264, - [SMALL_STATE(5170)] = 163271, - [SMALL_STATE(5171)] = 163278, - [SMALL_STATE(5172)] = 163285, - [SMALL_STATE(5173)] = 163292, - [SMALL_STATE(5174)] = 163299, - [SMALL_STATE(5175)] = 163306, - [SMALL_STATE(5176)] = 163313, - [SMALL_STATE(5177)] = 163320, - [SMALL_STATE(5178)] = 163327, - [SMALL_STATE(5179)] = 163334, - [SMALL_STATE(5180)] = 163341, - [SMALL_STATE(5181)] = 163348, - [SMALL_STATE(5182)] = 163355, - [SMALL_STATE(5183)] = 163362, - [SMALL_STATE(5184)] = 163369, - [SMALL_STATE(5185)] = 163376, - [SMALL_STATE(5186)] = 163383, - [SMALL_STATE(5187)] = 163390, - [SMALL_STATE(5188)] = 163397, - [SMALL_STATE(5189)] = 163404, - [SMALL_STATE(5190)] = 163411, - [SMALL_STATE(5191)] = 163418, - [SMALL_STATE(5192)] = 163425, - [SMALL_STATE(5193)] = 163432, - [SMALL_STATE(5194)] = 163439, - [SMALL_STATE(5195)] = 163446, - [SMALL_STATE(5196)] = 163453, - [SMALL_STATE(5197)] = 163460, - [SMALL_STATE(5198)] = 163467, - [SMALL_STATE(5199)] = 163474, - [SMALL_STATE(5200)] = 163481, - [SMALL_STATE(5201)] = 163488, - [SMALL_STATE(5202)] = 163495, - [SMALL_STATE(5203)] = 163502, - [SMALL_STATE(5204)] = 163509, - [SMALL_STATE(5205)] = 163516, - [SMALL_STATE(5206)] = 163523, - [SMALL_STATE(5207)] = 163530, - [SMALL_STATE(5208)] = 163537, - [SMALL_STATE(5209)] = 163544, - [SMALL_STATE(5210)] = 163551, - [SMALL_STATE(5211)] = 163558, - [SMALL_STATE(5212)] = 163565, - [SMALL_STATE(5213)] = 163572, - [SMALL_STATE(5214)] = 163579, - [SMALL_STATE(5215)] = 163586, - [SMALL_STATE(5216)] = 163593, - [SMALL_STATE(5217)] = 163600, - [SMALL_STATE(5218)] = 163607, - [SMALL_STATE(5219)] = 163614, - [SMALL_STATE(5220)] = 163621, - [SMALL_STATE(5221)] = 163628, - [SMALL_STATE(5222)] = 163635, - [SMALL_STATE(5223)] = 163642, - [SMALL_STATE(5224)] = 163649, - [SMALL_STATE(5225)] = 163656, - [SMALL_STATE(5226)] = 163663, - [SMALL_STATE(5227)] = 163670, - [SMALL_STATE(5228)] = 163677, - [SMALL_STATE(5229)] = 163684, - [SMALL_STATE(5230)] = 163691, - [SMALL_STATE(5231)] = 163698, - [SMALL_STATE(5232)] = 163705, - [SMALL_STATE(5233)] = 163712, - [SMALL_STATE(5234)] = 163719, - [SMALL_STATE(5235)] = 163726, - [SMALL_STATE(5236)] = 163733, - [SMALL_STATE(5237)] = 163740, - [SMALL_STATE(5238)] = 163747, - [SMALL_STATE(5239)] = 163754, - [SMALL_STATE(5240)] = 163761, - [SMALL_STATE(5241)] = 163768, - [SMALL_STATE(5242)] = 163775, - [SMALL_STATE(5243)] = 163782, - [SMALL_STATE(5244)] = 163789, - [SMALL_STATE(5245)] = 163796, - [SMALL_STATE(5246)] = 163803, - [SMALL_STATE(5247)] = 163810, - [SMALL_STATE(5248)] = 163817, - [SMALL_STATE(5249)] = 163824, - [SMALL_STATE(5250)] = 163831, - [SMALL_STATE(5251)] = 163838, - [SMALL_STATE(5252)] = 163845, - [SMALL_STATE(5253)] = 163852, - [SMALL_STATE(5254)] = 163859, - [SMALL_STATE(5255)] = 163866, - [SMALL_STATE(5256)] = 163873, - [SMALL_STATE(5257)] = 163880, - [SMALL_STATE(5258)] = 163887, - [SMALL_STATE(5259)] = 163894, - [SMALL_STATE(5260)] = 163901, - [SMALL_STATE(5261)] = 163908, - [SMALL_STATE(5262)] = 163915, - [SMALL_STATE(5263)] = 163922, - [SMALL_STATE(5264)] = 163929, - [SMALL_STATE(5265)] = 163936, - [SMALL_STATE(5266)] = 163943, - [SMALL_STATE(5267)] = 163950, - [SMALL_STATE(5268)] = 163957, - [SMALL_STATE(5269)] = 163964, - [SMALL_STATE(5270)] = 163971, - [SMALL_STATE(5271)] = 163978, - [SMALL_STATE(5272)] = 163985, - [SMALL_STATE(5273)] = 163992, - [SMALL_STATE(5274)] = 163999, - [SMALL_STATE(5275)] = 164006, - [SMALL_STATE(5276)] = 164013, - [SMALL_STATE(5277)] = 164020, - [SMALL_STATE(5278)] = 164027, - [SMALL_STATE(5279)] = 164034, - [SMALL_STATE(5280)] = 164041, - [SMALL_STATE(5281)] = 164048, - [SMALL_STATE(5282)] = 164055, - [SMALL_STATE(5283)] = 164062, - [SMALL_STATE(5284)] = 164069, - [SMALL_STATE(5285)] = 164076, - [SMALL_STATE(5286)] = 164083, - [SMALL_STATE(5287)] = 164090, - [SMALL_STATE(5288)] = 164097, - [SMALL_STATE(5289)] = 164104, - [SMALL_STATE(5290)] = 164111, - [SMALL_STATE(5291)] = 164118, - [SMALL_STATE(5292)] = 164125, - [SMALL_STATE(5293)] = 164132, - [SMALL_STATE(5294)] = 164139, - [SMALL_STATE(5295)] = 164146, - [SMALL_STATE(5296)] = 164153, - [SMALL_STATE(5297)] = 164160, - [SMALL_STATE(5298)] = 164167, - [SMALL_STATE(5299)] = 164174, - [SMALL_STATE(5300)] = 164181, - [SMALL_STATE(5301)] = 164188, - [SMALL_STATE(5302)] = 164195, - [SMALL_STATE(5303)] = 164202, - [SMALL_STATE(5304)] = 164209, - [SMALL_STATE(5305)] = 164216, - [SMALL_STATE(5306)] = 164223, - [SMALL_STATE(5307)] = 164230, - [SMALL_STATE(5308)] = 164237, - [SMALL_STATE(5309)] = 164244, - [SMALL_STATE(5310)] = 164251, - [SMALL_STATE(5311)] = 164258, - [SMALL_STATE(5312)] = 164265, - [SMALL_STATE(5313)] = 164272, - [SMALL_STATE(5314)] = 164279, - [SMALL_STATE(5315)] = 164286, - [SMALL_STATE(5316)] = 164293, - [SMALL_STATE(5317)] = 164300, - [SMALL_STATE(5318)] = 164307, - [SMALL_STATE(5319)] = 164314, - [SMALL_STATE(5320)] = 164321, - [SMALL_STATE(5321)] = 164328, - [SMALL_STATE(5322)] = 164335, - [SMALL_STATE(5323)] = 164342, - [SMALL_STATE(5324)] = 164349, - [SMALL_STATE(5325)] = 164356, - [SMALL_STATE(5326)] = 164363, - [SMALL_STATE(5327)] = 164370, - [SMALL_STATE(5328)] = 164377, - [SMALL_STATE(5329)] = 164384, - [SMALL_STATE(5330)] = 164391, - [SMALL_STATE(5331)] = 164398, - [SMALL_STATE(5332)] = 164405, - [SMALL_STATE(5333)] = 164412, - [SMALL_STATE(5334)] = 164419, - [SMALL_STATE(5335)] = 164426, - [SMALL_STATE(5336)] = 164433, - [SMALL_STATE(5337)] = 164440, - [SMALL_STATE(5338)] = 164447, - [SMALL_STATE(5339)] = 164454, - [SMALL_STATE(5340)] = 164461, - [SMALL_STATE(5341)] = 164468, - [SMALL_STATE(5342)] = 164475, - [SMALL_STATE(5343)] = 164482, - [SMALL_STATE(5344)] = 164489, - [SMALL_STATE(5345)] = 164496, - [SMALL_STATE(5346)] = 164503, - [SMALL_STATE(5347)] = 164510, - [SMALL_STATE(5348)] = 164517, - [SMALL_STATE(5349)] = 164524, - [SMALL_STATE(5350)] = 164531, - [SMALL_STATE(5351)] = 164538, - [SMALL_STATE(5352)] = 164545, - [SMALL_STATE(5353)] = 164552, - [SMALL_STATE(5354)] = 164559, - [SMALL_STATE(5355)] = 164566, - [SMALL_STATE(5356)] = 164573, - [SMALL_STATE(5357)] = 164580, - [SMALL_STATE(5358)] = 164587, - [SMALL_STATE(5359)] = 164594, - [SMALL_STATE(5360)] = 164601, - [SMALL_STATE(5361)] = 164608, - [SMALL_STATE(5362)] = 164615, - [SMALL_STATE(5363)] = 164622, - [SMALL_STATE(5364)] = 164629, - [SMALL_STATE(5365)] = 164636, - [SMALL_STATE(5366)] = 164643, - [SMALL_STATE(5367)] = 164650, - [SMALL_STATE(5368)] = 164657, - [SMALL_STATE(5369)] = 164664, - [SMALL_STATE(5370)] = 164671, - [SMALL_STATE(5371)] = 164678, - [SMALL_STATE(5372)] = 164685, - [SMALL_STATE(5373)] = 164692, - [SMALL_STATE(5374)] = 164699, - [SMALL_STATE(5375)] = 164706, - [SMALL_STATE(5376)] = 164713, - [SMALL_STATE(5377)] = 164720, - [SMALL_STATE(5378)] = 164727, - [SMALL_STATE(5379)] = 164734, - [SMALL_STATE(5380)] = 164741, - [SMALL_STATE(5381)] = 164748, - [SMALL_STATE(5382)] = 164755, - [SMALL_STATE(5383)] = 164762, - [SMALL_STATE(5384)] = 164769, - [SMALL_STATE(5385)] = 164776, - [SMALL_STATE(5386)] = 164783, - [SMALL_STATE(5387)] = 164790, - [SMALL_STATE(5388)] = 164797, - [SMALL_STATE(5389)] = 164804, - [SMALL_STATE(5390)] = 164811, - [SMALL_STATE(5391)] = 164818, - [SMALL_STATE(5392)] = 164825, - [SMALL_STATE(5393)] = 164832, - [SMALL_STATE(5394)] = 164839, - [SMALL_STATE(5395)] = 164846, - [SMALL_STATE(5396)] = 164853, - [SMALL_STATE(5397)] = 164860, - [SMALL_STATE(5398)] = 164867, - [SMALL_STATE(5399)] = 164874, - [SMALL_STATE(5400)] = 164881, - [SMALL_STATE(5401)] = 164888, - [SMALL_STATE(5402)] = 164895, - [SMALL_STATE(5403)] = 164902, - [SMALL_STATE(5404)] = 164909, - [SMALL_STATE(5405)] = 164916, - [SMALL_STATE(5406)] = 164923, - [SMALL_STATE(5407)] = 164930, - [SMALL_STATE(5408)] = 164937, - [SMALL_STATE(5409)] = 164944, - [SMALL_STATE(5410)] = 164951, - [SMALL_STATE(5411)] = 164958, - [SMALL_STATE(5412)] = 164965, - [SMALL_STATE(5413)] = 164972, - [SMALL_STATE(5414)] = 164979, - [SMALL_STATE(5415)] = 164986, - [SMALL_STATE(5416)] = 164993, - [SMALL_STATE(5417)] = 165000, - [SMALL_STATE(5418)] = 165007, - [SMALL_STATE(5419)] = 165014, - [SMALL_STATE(5420)] = 165021, - [SMALL_STATE(5421)] = 165028, - [SMALL_STATE(5422)] = 165035, - [SMALL_STATE(5423)] = 165042, - [SMALL_STATE(5424)] = 165049, - [SMALL_STATE(5425)] = 165056, - [SMALL_STATE(5426)] = 165063, - [SMALL_STATE(5427)] = 165070, - [SMALL_STATE(5428)] = 165077, - [SMALL_STATE(5429)] = 165084, - [SMALL_STATE(5430)] = 165091, - [SMALL_STATE(5431)] = 165098, - [SMALL_STATE(5432)] = 165105, - [SMALL_STATE(5433)] = 165112, - [SMALL_STATE(5434)] = 165119, - [SMALL_STATE(5435)] = 165126, - [SMALL_STATE(5436)] = 165133, - [SMALL_STATE(5437)] = 165140, - [SMALL_STATE(5438)] = 165147, - [SMALL_STATE(5439)] = 165154, - [SMALL_STATE(5440)] = 165161, - [SMALL_STATE(5441)] = 165168, - [SMALL_STATE(5442)] = 165175, - [SMALL_STATE(5443)] = 165182, - [SMALL_STATE(5444)] = 165189, - [SMALL_STATE(5445)] = 165196, - [SMALL_STATE(5446)] = 165203, - [SMALL_STATE(5447)] = 165210, - [SMALL_STATE(5448)] = 165217, - [SMALL_STATE(5449)] = 165224, - [SMALL_STATE(5450)] = 165231, - [SMALL_STATE(5451)] = 165238, - [SMALL_STATE(5452)] = 165245, - [SMALL_STATE(5453)] = 165252, - [SMALL_STATE(5454)] = 165259, - [SMALL_STATE(5455)] = 165266, - [SMALL_STATE(5456)] = 165273, - [SMALL_STATE(5457)] = 165280, - [SMALL_STATE(5458)] = 165287, - [SMALL_STATE(5459)] = 165294, - [SMALL_STATE(5460)] = 165301, - [SMALL_STATE(5461)] = 165308, - [SMALL_STATE(5462)] = 165315, - [SMALL_STATE(5463)] = 165322, - [SMALL_STATE(5464)] = 165329, - [SMALL_STATE(5465)] = 165336, - [SMALL_STATE(5466)] = 165343, - [SMALL_STATE(5467)] = 165350, - [SMALL_STATE(5468)] = 165357, - [SMALL_STATE(5469)] = 165364, - [SMALL_STATE(5470)] = 165371, - [SMALL_STATE(5471)] = 165378, - [SMALL_STATE(5472)] = 165385, - [SMALL_STATE(5473)] = 165392, - [SMALL_STATE(5474)] = 165399, - [SMALL_STATE(5475)] = 165406, - [SMALL_STATE(5476)] = 165413, - [SMALL_STATE(5477)] = 165420, - [SMALL_STATE(5478)] = 165427, - [SMALL_STATE(5479)] = 165434, - [SMALL_STATE(5480)] = 165441, - [SMALL_STATE(5481)] = 165448, - [SMALL_STATE(5482)] = 165455, - [SMALL_STATE(5483)] = 165462, - [SMALL_STATE(5484)] = 165469, - [SMALL_STATE(5485)] = 165476, - [SMALL_STATE(5486)] = 165483, - [SMALL_STATE(5487)] = 165490, - [SMALL_STATE(5488)] = 165497, - [SMALL_STATE(5489)] = 165504, - [SMALL_STATE(5490)] = 165511, - [SMALL_STATE(5491)] = 165518, - [SMALL_STATE(5492)] = 165525, - [SMALL_STATE(5493)] = 165532, - [SMALL_STATE(5494)] = 165539, - [SMALL_STATE(5495)] = 165546, - [SMALL_STATE(5496)] = 165553, - [SMALL_STATE(5497)] = 165560, - [SMALL_STATE(5498)] = 165567, - [SMALL_STATE(5499)] = 165574, - [SMALL_STATE(5500)] = 165581, - [SMALL_STATE(5501)] = 165588, - [SMALL_STATE(5502)] = 165595, - [SMALL_STATE(5503)] = 165602, - [SMALL_STATE(5504)] = 165609, - [SMALL_STATE(5505)] = 165616, - [SMALL_STATE(5506)] = 165623, - [SMALL_STATE(5507)] = 165630, - [SMALL_STATE(5508)] = 165637, - [SMALL_STATE(5509)] = 165644, - [SMALL_STATE(5510)] = 165651, - [SMALL_STATE(5511)] = 165658, - [SMALL_STATE(5512)] = 165665, - [SMALL_STATE(5513)] = 165672, - [SMALL_STATE(5514)] = 165679, - [SMALL_STATE(5515)] = 165686, - [SMALL_STATE(5516)] = 165693, - [SMALL_STATE(5517)] = 165700, - [SMALL_STATE(5518)] = 165707, - [SMALL_STATE(5519)] = 165714, - [SMALL_STATE(5520)] = 165721, - [SMALL_STATE(5521)] = 165728, - [SMALL_STATE(5522)] = 165735, - [SMALL_STATE(5523)] = 165742, - [SMALL_STATE(5524)] = 165749, - [SMALL_STATE(5525)] = 165756, - [SMALL_STATE(5526)] = 165763, - [SMALL_STATE(5527)] = 165770, - [SMALL_STATE(5528)] = 165777, - [SMALL_STATE(5529)] = 165784, - [SMALL_STATE(5530)] = 165791, - [SMALL_STATE(5531)] = 165798, - [SMALL_STATE(5532)] = 165805, - [SMALL_STATE(5533)] = 165812, - [SMALL_STATE(5534)] = 165819, - [SMALL_STATE(5535)] = 165826, - [SMALL_STATE(5536)] = 165833, - [SMALL_STATE(5537)] = 165840, - [SMALL_STATE(5538)] = 165847, - [SMALL_STATE(5539)] = 165854, - [SMALL_STATE(5540)] = 165861, - [SMALL_STATE(5541)] = 165868, - [SMALL_STATE(5542)] = 165875, - [SMALL_STATE(5543)] = 165882, - [SMALL_STATE(5544)] = 165889, - [SMALL_STATE(5545)] = 165896, - [SMALL_STATE(5546)] = 165903, - [SMALL_STATE(5547)] = 165910, - [SMALL_STATE(5548)] = 165917, - [SMALL_STATE(5549)] = 165924, - [SMALL_STATE(5550)] = 165931, - [SMALL_STATE(5551)] = 165938, - [SMALL_STATE(5552)] = 165945, - [SMALL_STATE(5553)] = 165952, - [SMALL_STATE(5554)] = 165959, - [SMALL_STATE(5555)] = 165966, - [SMALL_STATE(5556)] = 165973, - [SMALL_STATE(5557)] = 165980, - [SMALL_STATE(5558)] = 165987, - [SMALL_STATE(5559)] = 165994, - [SMALL_STATE(5560)] = 166001, - [SMALL_STATE(5561)] = 166008, - [SMALL_STATE(5562)] = 166015, - [SMALL_STATE(5563)] = 166022, - [SMALL_STATE(5564)] = 166029, - [SMALL_STATE(5565)] = 166036, - [SMALL_STATE(5566)] = 166043, - [SMALL_STATE(5567)] = 166050, - [SMALL_STATE(5568)] = 166057, - [SMALL_STATE(5569)] = 166064, - [SMALL_STATE(5570)] = 166071, - [SMALL_STATE(5571)] = 166078, - [SMALL_STATE(5572)] = 166085, - [SMALL_STATE(5573)] = 166092, - [SMALL_STATE(5574)] = 166099, - [SMALL_STATE(5575)] = 166106, - [SMALL_STATE(5576)] = 166113, - [SMALL_STATE(5577)] = 166120, - [SMALL_STATE(5578)] = 166127, - [SMALL_STATE(5579)] = 166134, - [SMALL_STATE(5580)] = 166141, - [SMALL_STATE(5581)] = 166148, - [SMALL_STATE(5582)] = 166155, - [SMALL_STATE(5583)] = 166162, - [SMALL_STATE(5584)] = 166169, - [SMALL_STATE(5585)] = 166176, - [SMALL_STATE(5586)] = 166183, - [SMALL_STATE(5587)] = 166190, - [SMALL_STATE(5588)] = 166197, - [SMALL_STATE(5589)] = 166204, - [SMALL_STATE(5590)] = 166211, - [SMALL_STATE(5591)] = 166218, - [SMALL_STATE(5592)] = 166225, - [SMALL_STATE(5593)] = 166232, - [SMALL_STATE(5594)] = 166239, - [SMALL_STATE(5595)] = 166246, - [SMALL_STATE(5596)] = 166253, - [SMALL_STATE(5597)] = 166260, - [SMALL_STATE(5598)] = 166267, - [SMALL_STATE(5599)] = 166274, - [SMALL_STATE(5600)] = 166281, - [SMALL_STATE(5601)] = 166288, - [SMALL_STATE(5602)] = 166295, - [SMALL_STATE(5603)] = 166302, + [SMALL_STATE(2194)] = 0, + [SMALL_STATE(2195)] = 71, + [SMALL_STATE(2196)] = 136, + [SMALL_STATE(2197)] = 204, + [SMALL_STATE(2198)] = 272, + [SMALL_STATE(2199)] = 340, + [SMALL_STATE(2200)] = 407, + [SMALL_STATE(2201)] = 466, + [SMALL_STATE(2202)] = 525, + [SMALL_STATE(2203)] = 584, + [SMALL_STATE(2204)] = 643, + [SMALL_STATE(2205)] = 702, + [SMALL_STATE(2206)] = 761, + [SMALL_STATE(2207)] = 820, + [SMALL_STATE(2208)] = 879, + [SMALL_STATE(2209)] = 942, + [SMALL_STATE(2210)] = 1000, + [SMALL_STATE(2211)] = 1058, + [SMALL_STATE(2212)] = 1116, + [SMALL_STATE(2213)] = 1174, + [SMALL_STATE(2214)] = 1243, + [SMALL_STATE(2215)] = 1348, + [SMALL_STATE(2216)] = 1417, + [SMALL_STATE(2217)] = 1486, + [SMALL_STATE(2218)] = 1565, + [SMALL_STATE(2219)] = 1646, + [SMALL_STATE(2220)] = 1725, + [SMALL_STATE(2221)] = 1794, + [SMALL_STATE(2222)] = 1899, + [SMALL_STATE(2223)] = 1968, + [SMALL_STATE(2224)] = 2037, + [SMALL_STATE(2225)] = 2142, + [SMALL_STATE(2226)] = 2206, + [SMALL_STATE(2227)] = 2270, + [SMALL_STATE(2228)] = 2334, + [SMALL_STATE(2229)] = 2398, + [SMALL_STATE(2230)] = 2462, + [SMALL_STATE(2231)] = 2526, + [SMALL_STATE(2232)] = 2590, + [SMALL_STATE(2233)] = 2652, + [SMALL_STATE(2234)] = 2707, + [SMALL_STATE(2235)] = 2762, + [SMALL_STATE(2236)] = 2817, + [SMALL_STATE(2237)] = 2872, + [SMALL_STATE(2238)] = 2929, + [SMALL_STATE(2239)] = 2988, + [SMALL_STATE(2240)] = 3051, + [SMALL_STATE(2241)] = 3106, + [SMALL_STATE(2242)] = 3173, + [SMALL_STATE(2243)] = 3236, + [SMALL_STATE(2244)] = 3295, + [SMALL_STATE(2245)] = 3350, + [SMALL_STATE(2246)] = 3409, + [SMALL_STATE(2247)] = 3464, + [SMALL_STATE(2248)] = 3529, + [SMALL_STATE(2249)] = 3586, + [SMALL_STATE(2250)] = 3645, + [SMALL_STATE(2251)] = 3700, + [SMALL_STATE(2252)] = 3767, + [SMALL_STATE(2253)] = 3824, + [SMALL_STATE(2254)] = 3881, + [SMALL_STATE(2255)] = 3946, + [SMALL_STATE(2256)] = 4001, + [SMALL_STATE(2257)] = 4066, + [SMALL_STATE(2258)] = 4133, + [SMALL_STATE(2259)] = 4188, + [SMALL_STATE(2260)] = 4243, + [SMALL_STATE(2261)] = 4298, + [SMALL_STATE(2262)] = 4363, + [SMALL_STATE(2263)] = 4426, + [SMALL_STATE(2264)] = 4491, + [SMALL_STATE(2265)] = 4557, + [SMALL_STATE(2266)] = 4623, + [SMALL_STATE(2267)] = 4683, + [SMALL_STATE(2268)] = 4737, + [SMALL_STATE(2269)] = 4803, + [SMALL_STATE(2270)] = 4863, + [SMALL_STATE(2271)] = 4929, + [SMALL_STATE(2272)] = 4983, + [SMALL_STATE(2273)] = 5049, + [SMALL_STATE(2274)] = 5103, + [SMALL_STATE(2275)] = 5163, + [SMALL_STATE(2276)] = 5223, + [SMALL_STATE(2277)] = 5289, + [SMALL_STATE(2278)] = 5349, + [SMALL_STATE(2279)] = 5409, + [SMALL_STATE(2280)] = 5475, + [SMALL_STATE(2281)] = 5533, + [SMALL_STATE(2282)] = 5593, + [SMALL_STATE(2283)] = 5659, + [SMALL_STATE(2284)] = 5725, + [SMALL_STATE(2285)] = 5791, + [SMALL_STATE(2286)] = 5845, + [SMALL_STATE(2287)] = 5911, + [SMALL_STATE(2288)] = 5977, + [SMALL_STATE(2289)] = 6043, + [SMALL_STATE(2290)] = 6109, + [SMALL_STATE(2291)] = 6175, + [SMALL_STATE(2292)] = 6241, + [SMALL_STATE(2293)] = 6307, + [SMALL_STATE(2294)] = 6373, + [SMALL_STATE(2295)] = 6430, + [SMALL_STATE(2296)] = 6495, + [SMALL_STATE(2297)] = 6550, + [SMALL_STATE(2298)] = 6605, + [SMALL_STATE(2299)] = 6666, + [SMALL_STATE(2300)] = 6727, + [SMALL_STATE(2301)] = 6794, + [SMALL_STATE(2302)] = 6849, + [SMALL_STATE(2303)] = 6918, + [SMALL_STATE(2304)] = 6983, + [SMALL_STATE(2305)] = 7038, + [SMALL_STATE(2306)] = 7093, + [SMALL_STATE(2307)] = 7150, + [SMALL_STATE(2308)] = 7209, + [SMALL_STATE(2309)] = 7270, + [SMALL_STATE(2310)] = 7325, + [SMALL_STATE(2311)] = 7384, + [SMALL_STATE(2312)] = 7443, + [SMALL_STATE(2313)] = 7495, + [SMALL_STATE(2314)] = 7547, + [SMALL_STATE(2315)] = 7599, + [SMALL_STATE(2316)] = 7651, + [SMALL_STATE(2317)] = 7703, + [SMALL_STATE(2318)] = 7755, + [SMALL_STATE(2319)] = 7807, + [SMALL_STATE(2320)] = 7875, + [SMALL_STATE(2321)] = 7927, + [SMALL_STATE(2322)] = 7979, + [SMALL_STATE(2323)] = 8031, + [SMALL_STATE(2324)] = 8083, + [SMALL_STATE(2325)] = 8135, + [SMALL_STATE(2326)] = 8187, + [SMALL_STATE(2327)] = 8239, + [SMALL_STATE(2328)] = 8291, + [SMALL_STATE(2329)] = 8343, + [SMALL_STATE(2330)] = 8395, + [SMALL_STATE(2331)] = 8447, + [SMALL_STATE(2332)] = 8499, + [SMALL_STATE(2333)] = 8551, + [SMALL_STATE(2334)] = 8603, + [SMALL_STATE(2335)] = 8671, + [SMALL_STATE(2336)] = 8723, + [SMALL_STATE(2337)] = 8775, + [SMALL_STATE(2338)] = 8827, + [SMALL_STATE(2339)] = 8881, + [SMALL_STATE(2340)] = 8933, + [SMALL_STATE(2341)] = 8985, + [SMALL_STATE(2342)] = 9037, + [SMALL_STATE(2343)] = 9089, + [SMALL_STATE(2344)] = 9141, + [SMALL_STATE(2345)] = 9193, + [SMALL_STATE(2346)] = 9245, + [SMALL_STATE(2347)] = 9297, + [SMALL_STATE(2348)] = 9349, + [SMALL_STATE(2349)] = 9401, + [SMALL_STATE(2350)] = 9453, + [SMALL_STATE(2351)] = 9505, + [SMALL_STATE(2352)] = 9557, + [SMALL_STATE(2353)] = 9609, + [SMALL_STATE(2354)] = 9661, + [SMALL_STATE(2355)] = 9713, + [SMALL_STATE(2356)] = 9767, + [SMALL_STATE(2357)] = 9823, + [SMALL_STATE(2358)] = 9875, + [SMALL_STATE(2359)] = 9927, + [SMALL_STATE(2360)] = 9979, + [SMALL_STATE(2361)] = 10031, + [SMALL_STATE(2362)] = 10083, + [SMALL_STATE(2363)] = 10135, + [SMALL_STATE(2364)] = 10187, + [SMALL_STATE(2365)] = 10239, + [SMALL_STATE(2366)] = 10291, + [SMALL_STATE(2367)] = 10343, + [SMALL_STATE(2368)] = 10395, + [SMALL_STATE(2369)] = 10447, + [SMALL_STATE(2370)] = 10499, + [SMALL_STATE(2371)] = 10551, + [SMALL_STATE(2372)] = 10603, + [SMALL_STATE(2373)] = 10667, + [SMALL_STATE(2374)] = 10731, + [SMALL_STATE(2375)] = 10795, + [SMALL_STATE(2376)] = 10847, + [SMALL_STATE(2377)] = 10899, + [SMALL_STATE(2378)] = 10951, + [SMALL_STATE(2379)] = 11003, + [SMALL_STATE(2380)] = 11055, + [SMALL_STATE(2381)] = 11107, + [SMALL_STATE(2382)] = 11159, + [SMALL_STATE(2383)] = 11211, + [SMALL_STATE(2384)] = 11263, + [SMALL_STATE(2385)] = 11315, + [SMALL_STATE(2386)] = 11367, + [SMALL_STATE(2387)] = 11439, + [SMALL_STATE(2388)] = 11491, + [SMALL_STATE(2389)] = 11543, + [SMALL_STATE(2390)] = 11595, + [SMALL_STATE(2391)] = 11647, + [SMALL_STATE(2392)] = 11699, + [SMALL_STATE(2393)] = 11751, + [SMALL_STATE(2394)] = 11803, + [SMALL_STATE(2395)] = 11855, + [SMALL_STATE(2396)] = 11907, + [SMALL_STATE(2397)] = 11975, + [SMALL_STATE(2398)] = 12027, + [SMALL_STATE(2399)] = 12079, + [SMALL_STATE(2400)] = 12131, + [SMALL_STATE(2401)] = 12183, + [SMALL_STATE(2402)] = 12235, + [SMALL_STATE(2403)] = 12287, + [SMALL_STATE(2404)] = 12359, + [SMALL_STATE(2405)] = 12411, + [SMALL_STATE(2406)] = 12479, + [SMALL_STATE(2407)] = 12531, + [SMALL_STATE(2408)] = 12585, + [SMALL_STATE(2409)] = 12641, + [SMALL_STATE(2410)] = 12695, + [SMALL_STATE(2411)] = 12747, + [SMALL_STATE(2412)] = 12799, + [SMALL_STATE(2413)] = 12851, + [SMALL_STATE(2414)] = 12905, + [SMALL_STATE(2415)] = 12959, + [SMALL_STATE(2416)] = 13011, + [SMALL_STATE(2417)] = 13063, + [SMALL_STATE(2418)] = 13115, + [SMALL_STATE(2419)] = 13183, + [SMALL_STATE(2420)] = 13235, + [SMALL_STATE(2421)] = 13287, + [SMALL_STATE(2422)] = 13339, + [SMALL_STATE(2423)] = 13403, + [SMALL_STATE(2424)] = 13455, + [SMALL_STATE(2425)] = 13507, + [SMALL_STATE(2426)] = 13561, + [SMALL_STATE(2427)] = 13613, + [SMALL_STATE(2428)] = 13665, + [SMALL_STATE(2429)] = 13717, + [SMALL_STATE(2430)] = 13771, + [SMALL_STATE(2431)] = 13823, + [SMALL_STATE(2432)] = 13887, + [SMALL_STATE(2433)] = 13939, + [SMALL_STATE(2434)] = 13991, + [SMALL_STATE(2435)] = 14043, + [SMALL_STATE(2436)] = 14095, + [SMALL_STATE(2437)] = 14147, + [SMALL_STATE(2438)] = 14199, + [SMALL_STATE(2439)] = 14251, + [SMALL_STATE(2440)] = 14303, + [SMALL_STATE(2441)] = 14367, + [SMALL_STATE(2442)] = 14419, + [SMALL_STATE(2443)] = 14471, + [SMALL_STATE(2444)] = 14523, + [SMALL_STATE(2445)] = 14575, + [SMALL_STATE(2446)] = 14627, + [SMALL_STATE(2447)] = 14679, + [SMALL_STATE(2448)] = 14731, + [SMALL_STATE(2449)] = 14783, + [SMALL_STATE(2450)] = 14835, + [SMALL_STATE(2451)] = 14887, + [SMALL_STATE(2452)] = 14939, + [SMALL_STATE(2453)] = 14991, + [SMALL_STATE(2454)] = 15043, + [SMALL_STATE(2455)] = 15095, + [SMALL_STATE(2456)] = 15163, + [SMALL_STATE(2457)] = 15215, + [SMALL_STATE(2458)] = 15267, + [SMALL_STATE(2459)] = 15319, + [SMALL_STATE(2460)] = 15371, + [SMALL_STATE(2461)] = 15434, + [SMALL_STATE(2462)] = 15485, + [SMALL_STATE(2463)] = 15542, + [SMALL_STATE(2464)] = 15593, + [SMALL_STATE(2465)] = 15654, + [SMALL_STATE(2466)] = 15705, + [SMALL_STATE(2467)] = 15762, + [SMALL_STATE(2468)] = 15813, + [SMALL_STATE(2469)] = 15864, + [SMALL_STATE(2470)] = 15925, + [SMALL_STATE(2471)] = 15976, + [SMALL_STATE(2472)] = 16027, + [SMALL_STATE(2473)] = 16078, + [SMALL_STATE(2474)] = 16129, + [SMALL_STATE(2475)] = 16190, + [SMALL_STATE(2476)] = 16241, + [SMALL_STATE(2477)] = 16326, + [SMALL_STATE(2478)] = 16377, + [SMALL_STATE(2479)] = 16438, + [SMALL_STATE(2480)] = 16489, + [SMALL_STATE(2481)] = 16540, + [SMALL_STATE(2482)] = 16597, + [SMALL_STATE(2483)] = 16648, + [SMALL_STATE(2484)] = 16699, + [SMALL_STATE(2485)] = 16750, + [SMALL_STATE(2486)] = 16801, + [SMALL_STATE(2487)] = 16862, + [SMALL_STATE(2488)] = 16951, + [SMALL_STATE(2489)] = 17002, + [SMALL_STATE(2490)] = 17067, + [SMALL_STATE(2491)] = 17118, + [SMALL_STATE(2492)] = 17169, + [SMALL_STATE(2493)] = 17220, + [SMALL_STATE(2494)] = 17307, + [SMALL_STATE(2495)] = 17358, + [SMALL_STATE(2496)] = 17409, + [SMALL_STATE(2497)] = 17494, + [SMALL_STATE(2498)] = 17545, + [SMALL_STATE(2499)] = 17596, + [SMALL_STATE(2500)] = 17647, + [SMALL_STATE(2501)] = 17704, + [SMALL_STATE(2502)] = 17765, + [SMALL_STATE(2503)] = 17828, + [SMALL_STATE(2504)] = 17911, + [SMALL_STATE(2505)] = 17968, + [SMALL_STATE(2506)] = 18049, + [SMALL_STATE(2507)] = 18128, + [SMALL_STATE(2508)] = 18205, + [SMALL_STATE(2509)] = 18256, + [SMALL_STATE(2510)] = 18307, + [SMALL_STATE(2511)] = 18358, + [SMALL_STATE(2512)] = 18433, + [SMALL_STATE(2513)] = 18506, + [SMALL_STATE(2514)] = 18557, + [SMALL_STATE(2515)] = 18626, + [SMALL_STATE(2516)] = 18693, + [SMALL_STATE(2517)] = 18758, + [SMALL_STATE(2518)] = 18843, + [SMALL_STATE(2519)] = 18894, + [SMALL_STATE(2520)] = 18945, + [SMALL_STATE(2521)] = 19006, + [SMALL_STATE(2522)] = 19057, + [SMALL_STATE(2523)] = 19108, + [SMALL_STATE(2524)] = 19159, + [SMALL_STATE(2525)] = 19224, + [SMALL_STATE(2526)] = 19275, + [SMALL_STATE(2527)] = 19330, + [SMALL_STATE(2528)] = 19391, + [SMALL_STATE(2529)] = 19442, + [SMALL_STATE(2530)] = 19505, + [SMALL_STATE(2531)] = 19556, + [SMALL_STATE(2532)] = 19607, + [SMALL_STATE(2533)] = 19670, + [SMALL_STATE(2534)] = 19721, + [SMALL_STATE(2535)] = 19782, + [SMALL_STATE(2536)] = 19833, + [SMALL_STATE(2537)] = 19902, + [SMALL_STATE(2538)] = 19963, + [SMALL_STATE(2539)] = 20048, + [SMALL_STATE(2540)] = 20099, + [SMALL_STATE(2541)] = 20164, + [SMALL_STATE(2542)] = 20225, + [SMALL_STATE(2543)] = 20281, + [SMALL_STATE(2544)] = 20337, + [SMALL_STATE(2545)] = 20393, + [SMALL_STATE(2546)] = 20449, + [SMALL_STATE(2547)] = 20505, + [SMALL_STATE(2548)] = 20561, + [SMALL_STATE(2549)] = 20615, + [SMALL_STATE(2550)] = 20671, + [SMALL_STATE(2551)] = 20727, + [SMALL_STATE(2552)] = 20781, + [SMALL_STATE(2553)] = 20835, + [SMALL_STATE(2554)] = 20891, + [SMALL_STATE(2555)] = 20955, + [SMALL_STATE(2556)] = 21011, + [SMALL_STATE(2557)] = 21063, + [SMALL_STATE(2558)] = 21119, + [SMALL_STATE(2559)] = 21175, + [SMALL_STATE(2560)] = 21226, + [SMALL_STATE(2561)] = 21283, + [SMALL_STATE(2562)] = 21336, + [SMALL_STATE(2563)] = 21391, + [SMALL_STATE(2564)] = 21444, + [SMALL_STATE(2565)] = 21495, + [SMALL_STATE(2566)] = 21584, + [SMALL_STATE(2567)] = 21641, + [SMALL_STATE(2568)] = 21692, + [SMALL_STATE(2569)] = 21749, + [SMALL_STATE(2570)] = 21802, + [SMALL_STATE(2571)] = 21857, + [SMALL_STATE(2572)] = 21908, + [SMALL_STATE(2573)] = 21959, + [SMALL_STATE(2574)] = 22012, + [SMALL_STATE(2575)] = 22063, + [SMALL_STATE(2576)] = 22114, + [SMALL_STATE(2577)] = 22165, + [SMALL_STATE(2578)] = 22216, + [SMALL_STATE(2579)] = 22273, + [SMALL_STATE(2580)] = 22324, + [SMALL_STATE(2581)] = 22381, + [SMALL_STATE(2582)] = 22434, + [SMALL_STATE(2583)] = 22491, + [SMALL_STATE(2584)] = 22580, + [SMALL_STATE(2585)] = 22669, + [SMALL_STATE(2586)] = 22726, + [SMALL_STATE(2587)] = 22777, + [SMALL_STATE(2588)] = 22834, + [SMALL_STATE(2589)] = 22887, + [SMALL_STATE(2590)] = 22940, + [SMALL_STATE(2591)] = 22993, + [SMALL_STATE(2592)] = 23050, + [SMALL_STATE(2593)] = 23116, + [SMALL_STATE(2594)] = 23164, + [SMALL_STATE(2595)] = 23212, + [SMALL_STATE(2596)] = 23260, + [SMALL_STATE(2597)] = 23308, + [SMALL_STATE(2598)] = 23356, + [SMALL_STATE(2599)] = 23404, + [SMALL_STATE(2600)] = 23452, + [SMALL_STATE(2601)] = 23500, + [SMALL_STATE(2602)] = 23548, + [SMALL_STATE(2603)] = 23630, + [SMALL_STATE(2604)] = 23678, + [SMALL_STATE(2605)] = 23738, + [SMALL_STATE(2606)] = 23786, + [SMALL_STATE(2607)] = 23834, + [SMALL_STATE(2608)] = 23882, + [SMALL_STATE(2609)] = 23942, + [SMALL_STATE(2610)] = 24030, + [SMALL_STATE(2611)] = 24078, + [SMALL_STATE(2612)] = 24126, + [SMALL_STATE(2613)] = 24174, + [SMALL_STATE(2614)] = 24222, + [SMALL_STATE(2615)] = 24310, + [SMALL_STATE(2616)] = 24392, + [SMALL_STATE(2617)] = 24440, + [SMALL_STATE(2618)] = 24490, + [SMALL_STATE(2619)] = 24538, + [SMALL_STATE(2620)] = 24586, + [SMALL_STATE(2621)] = 24634, + [SMALL_STATE(2622)] = 24682, + [SMALL_STATE(2623)] = 24730, + [SMALL_STATE(2624)] = 24778, + [SMALL_STATE(2625)] = 24826, + [SMALL_STATE(2626)] = 24874, + [SMALL_STATE(2627)] = 24922, + [SMALL_STATE(2628)] = 24970, + [SMALL_STATE(2629)] = 25018, + [SMALL_STATE(2630)] = 25066, + [SMALL_STATE(2631)] = 25114, + [SMALL_STATE(2632)] = 25162, + [SMALL_STATE(2633)] = 25250, + [SMALL_STATE(2634)] = 25298, + [SMALL_STATE(2635)] = 25386, + [SMALL_STATE(2636)] = 25434, + [SMALL_STATE(2637)] = 25482, + [SMALL_STATE(2638)] = 25530, + [SMALL_STATE(2639)] = 25578, + [SMALL_STATE(2640)] = 25626, + [SMALL_STATE(2641)] = 25674, + [SMALL_STATE(2642)] = 25722, + [SMALL_STATE(2643)] = 25804, + [SMALL_STATE(2644)] = 25892, + [SMALL_STATE(2645)] = 25940, + [SMALL_STATE(2646)] = 25988, + [SMALL_STATE(2647)] = 26036, + [SMALL_STATE(2648)] = 26084, + [SMALL_STATE(2649)] = 26132, + [SMALL_STATE(2650)] = 26180, + [SMALL_STATE(2651)] = 26228, + [SMALL_STATE(2652)] = 26276, + [SMALL_STATE(2653)] = 26324, + [SMALL_STATE(2654)] = 26372, + [SMALL_STATE(2655)] = 26420, + [SMALL_STATE(2656)] = 26468, + [SMALL_STATE(2657)] = 26516, + [SMALL_STATE(2658)] = 26580, + [SMALL_STATE(2659)] = 26646, + [SMALL_STATE(2660)] = 26716, + [SMALL_STATE(2661)] = 26764, + [SMALL_STATE(2662)] = 26852, + [SMALL_STATE(2663)] = 26940, + [SMALL_STATE(2664)] = 26988, + [SMALL_STATE(2665)] = 27072, + [SMALL_STATE(2666)] = 27120, + [SMALL_STATE(2667)] = 27168, + [SMALL_STATE(2668)] = 27240, + [SMALL_STATE(2669)] = 27288, + [SMALL_STATE(2670)] = 27336, + [SMALL_STATE(2671)] = 27410, + [SMALL_STATE(2672)] = 27486, + [SMALL_STATE(2673)] = 27574, + [SMALL_STATE(2674)] = 27662, + [SMALL_STATE(2675)] = 27720, + [SMALL_STATE(2676)] = 27772, + [SMALL_STATE(2677)] = 27860, + [SMALL_STATE(2678)] = 27920, + [SMALL_STATE(2679)] = 27968, + [SMALL_STATE(2680)] = 28056, + [SMALL_STATE(2681)] = 28144, + [SMALL_STATE(2682)] = 28192, + [SMALL_STATE(2683)] = 28240, + [SMALL_STATE(2684)] = 28288, + [SMALL_STATE(2685)] = 28336, + [SMALL_STATE(2686)] = 28424, + [SMALL_STATE(2687)] = 28472, + [SMALL_STATE(2688)] = 28522, + [SMALL_STATE(2689)] = 28582, + [SMALL_STATE(2690)] = 28630, + [SMALL_STATE(2691)] = 28710, + [SMALL_STATE(2692)] = 28758, + [SMALL_STATE(2693)] = 28840, + [SMALL_STATE(2694)] = 28888, + [SMALL_STATE(2695)] = 28936, + [SMALL_STATE(2696)] = 28984, + [SMALL_STATE(2697)] = 29032, + [SMALL_STATE(2698)] = 29080, + [SMALL_STATE(2699)] = 29168, + [SMALL_STATE(2700)] = 29250, + [SMALL_STATE(2701)] = 29298, + [SMALL_STATE(2702)] = 29376, + [SMALL_STATE(2703)] = 29464, + [SMALL_STATE(2704)] = 29512, + [SMALL_STATE(2705)] = 29600, + [SMALL_STATE(2706)] = 29648, + [SMALL_STATE(2707)] = 29728, + [SMALL_STATE(2708)] = 29776, + [SMALL_STATE(2709)] = 29824, + [SMALL_STATE(2710)] = 29872, + [SMALL_STATE(2711)] = 29934, + [SMALL_STATE(2712)] = 29994, + [SMALL_STATE(2713)] = 30060, + [SMALL_STATE(2714)] = 30120, + [SMALL_STATE(2715)] = 30168, + [SMALL_STATE(2716)] = 30216, + [SMALL_STATE(2717)] = 30276, + [SMALL_STATE(2718)] = 30324, + [SMALL_STATE(2719)] = 30412, + [SMALL_STATE(2720)] = 30476, + [SMALL_STATE(2721)] = 30562, + [SMALL_STATE(2722)] = 30610, + [SMALL_STATE(2723)] = 30680, + [SMALL_STATE(2724)] = 30728, + [SMALL_STATE(2725)] = 30776, + [SMALL_STATE(2726)] = 30824, + [SMALL_STATE(2727)] = 30872, + [SMALL_STATE(2728)] = 30920, + [SMALL_STATE(2729)] = 31006, + [SMALL_STATE(2730)] = 31054, + [SMALL_STATE(2731)] = 31142, + [SMALL_STATE(2732)] = 31214, + [SMALL_STATE(2733)] = 31262, + [SMALL_STATE(2734)] = 31310, + [SMALL_STATE(2735)] = 31370, + [SMALL_STATE(2736)] = 31418, + [SMALL_STATE(2737)] = 31466, + [SMALL_STATE(2738)] = 31514, + [SMALL_STATE(2739)] = 31562, + [SMALL_STATE(2740)] = 31628, + [SMALL_STATE(2741)] = 31680, + [SMALL_STATE(2742)] = 31754, + [SMALL_STATE(2743)] = 31802, + [SMALL_STATE(2744)] = 31850, + [SMALL_STATE(2745)] = 31912, + [SMALL_STATE(2746)] = 31970, + [SMALL_STATE(2747)] = 32046, + [SMALL_STATE(2748)] = 32124, + [SMALL_STATE(2749)] = 32206, + [SMALL_STATE(2750)] = 32294, + [SMALL_STATE(2751)] = 32382, + [SMALL_STATE(2752)] = 32430, + [SMALL_STATE(2753)] = 32514, + [SMALL_STATE(2754)] = 32596, + [SMALL_STATE(2755)] = 32644, + [SMALL_STATE(2756)] = 32726, + [SMALL_STATE(2757)] = 32774, + [SMALL_STATE(2758)] = 32822, + [SMALL_STATE(2759)] = 32870, + [SMALL_STATE(2760)] = 32918, + [SMALL_STATE(2761)] = 32966, + [SMALL_STATE(2762)] = 33014, + [SMALL_STATE(2763)] = 33062, + [SMALL_STATE(2764)] = 33109, + [SMALL_STATE(2765)] = 33156, + [SMALL_STATE(2766)] = 33207, + [SMALL_STATE(2767)] = 33254, + [SMALL_STATE(2768)] = 33301, + [SMALL_STATE(2769)] = 33348, + [SMALL_STATE(2770)] = 33395, + [SMALL_STATE(2771)] = 33442, + [SMALL_STATE(2772)] = 33501, + [SMALL_STATE(2773)] = 33548, + [SMALL_STATE(2774)] = 33605, + [SMALL_STATE(2775)] = 33652, + [SMALL_STATE(2776)] = 33699, + [SMALL_STATE(2777)] = 33746, + [SMALL_STATE(2778)] = 33793, + [SMALL_STATE(2779)] = 33840, + [SMALL_STATE(2780)] = 33887, + [SMALL_STATE(2781)] = 33934, + [SMALL_STATE(2782)] = 33981, + [SMALL_STATE(2783)] = 34028, + [SMALL_STATE(2784)] = 34075, + [SMALL_STATE(2785)] = 34122, + [SMALL_STATE(2786)] = 34169, + [SMALL_STATE(2787)] = 34216, + [SMALL_STATE(2788)] = 34299, + [SMALL_STATE(2789)] = 34346, + [SMALL_STATE(2790)] = 34427, + [SMALL_STATE(2791)] = 34474, + [SMALL_STATE(2792)] = 34521, + [SMALL_STATE(2793)] = 34586, + [SMALL_STATE(2794)] = 34647, + [SMALL_STATE(2795)] = 34726, + [SMALL_STATE(2796)] = 34773, + [SMALL_STATE(2797)] = 34850, + [SMALL_STATE(2798)] = 34897, + [SMALL_STATE(2799)] = 34944, + [SMALL_STATE(2800)] = 34991, + [SMALL_STATE(2801)] = 35050, + [SMALL_STATE(2802)] = 35097, + [SMALL_STATE(2803)] = 35144, + [SMALL_STATE(2804)] = 35219, + [SMALL_STATE(2805)] = 35292, + [SMALL_STATE(2806)] = 35339, + [SMALL_STATE(2807)] = 35420, + [SMALL_STATE(2808)] = 35467, + [SMALL_STATE(2809)] = 35514, + [SMALL_STATE(2810)] = 35585, + [SMALL_STATE(2811)] = 35632, + [SMALL_STATE(2812)] = 35701, + [SMALL_STATE(2813)] = 35748, + [SMALL_STATE(2814)] = 35813, + [SMALL_STATE(2815)] = 35876, + [SMALL_STATE(2816)] = 35923, + [SMALL_STATE(2817)] = 35974, + [SMALL_STATE(2818)] = 36021, + [SMALL_STATE(2819)] = 36080, + [SMALL_STATE(2820)] = 36139, + [SMALL_STATE(2821)] = 36220, + [SMALL_STATE(2822)] = 36267, + [SMALL_STATE(2823)] = 36314, + [SMALL_STATE(2824)] = 36361, + [SMALL_STATE(2825)] = 36408, + [SMALL_STATE(2826)] = 36489, + [SMALL_STATE(2827)] = 36574, + [SMALL_STATE(2828)] = 36621, + [SMALL_STATE(2829)] = 36668, + [SMALL_STATE(2830)] = 36715, + [SMALL_STATE(2831)] = 36762, + [SMALL_STATE(2832)] = 36809, + [SMALL_STATE(2833)] = 36856, + [SMALL_STATE(2834)] = 36903, + [SMALL_STATE(2835)] = 36950, + [SMALL_STATE(2836)] = 36997, + [SMALL_STATE(2837)] = 37044, + [SMALL_STATE(2838)] = 37091, + [SMALL_STATE(2839)] = 37138, + [SMALL_STATE(2840)] = 37185, + [SMALL_STATE(2841)] = 37236, + [SMALL_STATE(2842)] = 37283, + [SMALL_STATE(2843)] = 37330, + [SMALL_STATE(2844)] = 37377, + [SMALL_STATE(2845)] = 37424, + [SMALL_STATE(2846)] = 37471, + [SMALL_STATE(2847)] = 37518, + [SMALL_STATE(2848)] = 37565, + [SMALL_STATE(2849)] = 37612, + [SMALL_STATE(2850)] = 37659, + [SMALL_STATE(2851)] = 37706, + [SMALL_STATE(2852)] = 37753, + [SMALL_STATE(2853)] = 37800, + [SMALL_STATE(2854)] = 37847, + [SMALL_STATE(2855)] = 37894, + [SMALL_STATE(2856)] = 37941, + [SMALL_STATE(2857)] = 37988, + [SMALL_STATE(2858)] = 38035, + [SMALL_STATE(2859)] = 38082, + [SMALL_STATE(2860)] = 38129, + [SMALL_STATE(2861)] = 38176, + [SMALL_STATE(2862)] = 38223, + [SMALL_STATE(2863)] = 38270, + [SMALL_STATE(2864)] = 38317, + [SMALL_STATE(2865)] = 38364, + [SMALL_STATE(2866)] = 38411, + [SMALL_STATE(2867)] = 38458, + [SMALL_STATE(2868)] = 38505, + [SMALL_STATE(2869)] = 38552, + [SMALL_STATE(2870)] = 38599, + [SMALL_STATE(2871)] = 38646, + [SMALL_STATE(2872)] = 38697, + [SMALL_STATE(2873)] = 38744, + [SMALL_STATE(2874)] = 38791, + [SMALL_STATE(2875)] = 38838, + [SMALL_STATE(2876)] = 38885, + [SMALL_STATE(2877)] = 38935, + [SMALL_STATE(2878)] = 38988, + [SMALL_STATE(2879)] = 39041, + [SMALL_STATE(2880)] = 39130, + [SMALL_STATE(2881)] = 39183, + [SMALL_STATE(2882)] = 39236, + [SMALL_STATE(2883)] = 39289, + [SMALL_STATE(2884)] = 39378, + [SMALL_STATE(2885)] = 39431, + [SMALL_STATE(2886)] = 39511, + [SMALL_STATE(2887)] = 39591, + [SMALL_STATE(2888)] = 39671, + [SMALL_STATE(2889)] = 39751, + [SMALL_STATE(2890)] = 39831, + [SMALL_STATE(2891)] = 39911, + [SMALL_STATE(2892)] = 39963, + [SMALL_STATE(2893)] = 40043, + [SMALL_STATE(2894)] = 40095, + [SMALL_STATE(2895)] = 40175, + [SMALL_STATE(2896)] = 40223, + [SMALL_STATE(2897)] = 40303, + [SMALL_STATE(2898)] = 40346, + [SMALL_STATE(2899)] = 40423, + [SMALL_STATE(2900)] = 40476, + [SMALL_STATE(2901)] = 40519, + [SMALL_STATE(2902)] = 40596, + [SMALL_STATE(2903)] = 40639, + [SMALL_STATE(2904)] = 40716, + [SMALL_STATE(2905)] = 40765, + [SMALL_STATE(2906)] = 40808, + [SMALL_STATE(2907)] = 40891, + [SMALL_STATE(2908)] = 40940, + [SMALL_STATE(2909)] = 40983, + [SMALL_STATE(2910)] = 41060, + [SMALL_STATE(2911)] = 41105, + [SMALL_STATE(2912)] = 41182, + [SMALL_STATE(2913)] = 41237, + [SMALL_STATE(2914)] = 41292, + [SMALL_STATE(2915)] = 41347, + [SMALL_STATE(2916)] = 41390, + [SMALL_STATE(2917)] = 41445, + [SMALL_STATE(2918)] = 41500, + [SMALL_STATE(2919)] = 41555, + [SMALL_STATE(2920)] = 41632, + [SMALL_STATE(2921)] = 41715, + [SMALL_STATE(2922)] = 41762, + [SMALL_STATE(2923)] = 41839, + [SMALL_STATE(2924)] = 41916, + [SMALL_STATE(2925)] = 41969, + [SMALL_STATE(2926)] = 42022, + [SMALL_STATE(2927)] = 42075, + [SMALL_STATE(2928)] = 42119, + [SMALL_STATE(2929)] = 42161, + [SMALL_STATE(2930)] = 42235, + [SMALL_STATE(2931)] = 42309, + [SMALL_STATE(2932)] = 42383, + [SMALL_STATE(2933)] = 42457, + [SMALL_STATE(2934)] = 42531, + [SMALL_STATE(2935)] = 42605, + [SMALL_STATE(2936)] = 42653, + [SMALL_STATE(2937)] = 42727, + [SMALL_STATE(2938)] = 42801, + [SMALL_STATE(2939)] = 42843, + [SMALL_STATE(2940)] = 42885, + [SMALL_STATE(2941)] = 42933, + [SMALL_STATE(2942)] = 42981, + [SMALL_STATE(2943)] = 43055, + [SMALL_STATE(2944)] = 43129, + [SMALL_STATE(2945)] = 43171, + [SMALL_STATE(2946)] = 43245, + [SMALL_STATE(2947)] = 43319, + [SMALL_STATE(2948)] = 43361, + [SMALL_STATE(2949)] = 43435, + [SMALL_STATE(2950)] = 43509, + [SMALL_STATE(2951)] = 43551, + [SMALL_STATE(2952)] = 43599, + [SMALL_STATE(2953)] = 43641, + [SMALL_STATE(2954)] = 43715, + [SMALL_STATE(2955)] = 43789, + [SMALL_STATE(2956)] = 43831, + [SMALL_STATE(2957)] = 43877, + [SMALL_STATE(2958)] = 43951, + [SMALL_STATE(2959)] = 43999, + [SMALL_STATE(2960)] = 44073, + [SMALL_STATE(2961)] = 44115, + [SMALL_STATE(2962)] = 44158, + [SMALL_STATE(2963)] = 44235, + [SMALL_STATE(2964)] = 44280, + [SMALL_STATE(2965)] = 44323, + [SMALL_STATE(2966)] = 44364, + [SMALL_STATE(2967)] = 44437, + [SMALL_STATE(2968)] = 44480, + [SMALL_STATE(2969)] = 44523, + [SMALL_STATE(2970)] = 44596, + [SMALL_STATE(2971)] = 44673, + [SMALL_STATE(2972)] = 44714, + [SMALL_STATE(2973)] = 44791, + [SMALL_STATE(2974)] = 44832, + [SMALL_STATE(2975)] = 44905, + [SMALL_STATE(2976)] = 44946, + [SMALL_STATE(2977)] = 44987, + [SMALL_STATE(2978)] = 45028, + [SMALL_STATE(2979)] = 45105, + [SMALL_STATE(2980)] = 45182, + [SMALL_STATE(2981)] = 45223, + [SMALL_STATE(2982)] = 45264, + [SMALL_STATE(2983)] = 45305, + [SMALL_STATE(2984)] = 45378, + [SMALL_STATE(2985)] = 45419, + [SMALL_STATE(2986)] = 45469, + [SMALL_STATE(2987)] = 45509, + [SMALL_STATE(2988)] = 45549, + [SMALL_STATE(2989)] = 45589, + [SMALL_STATE(2990)] = 45639, + [SMALL_STATE(2991)] = 45691, + [SMALL_STATE(2992)] = 45731, + [SMALL_STATE(2993)] = 45803, + [SMALL_STATE(2994)] = 45855, + [SMALL_STATE(2995)] = 45901, + [SMALL_STATE(2996)] = 45973, + [SMALL_STATE(2997)] = 46013, + [SMALL_STATE(2998)] = 46057, + [SMALL_STATE(2999)] = 46107, + [SMALL_STATE(3000)] = 46179, + [SMALL_STATE(3001)] = 46251, + [SMALL_STATE(3002)] = 46291, + [SMALL_STATE(3003)] = 46363, + [SMALL_STATE(3004)] = 46435, + [SMALL_STATE(3005)] = 46475, + [SMALL_STATE(3006)] = 46515, + [SMALL_STATE(3007)] = 46587, + [SMALL_STATE(3008)] = 46637, + [SMALL_STATE(3009)] = 46677, + [SMALL_STATE(3010)] = 46753, + [SMALL_STATE(3011)] = 46803, + [SMALL_STATE(3012)] = 46843, + [SMALL_STATE(3013)] = 46883, + [SMALL_STATE(3014)] = 46923, + [SMALL_STATE(3015)] = 46963, + [SMALL_STATE(3016)] = 47015, + [SMALL_STATE(3017)] = 47055, + [SMALL_STATE(3018)] = 47095, + [SMALL_STATE(3019)] = 47145, + [SMALL_STATE(3020)] = 47195, + [SMALL_STATE(3021)] = 47235, + [SMALL_STATE(3022)] = 47281, + [SMALL_STATE(3023)] = 47321, + [SMALL_STATE(3024)] = 47361, + [SMALL_STATE(3025)] = 47433, + [SMALL_STATE(3026)] = 47473, + [SMALL_STATE(3027)] = 47513, + [SMALL_STATE(3028)] = 47585, + [SMALL_STATE(3029)] = 47657, + [SMALL_STATE(3030)] = 47707, + [SMALL_STATE(3031)] = 47779, + [SMALL_STATE(3032)] = 47851, + [SMALL_STATE(3033)] = 47901, + [SMALL_STATE(3034)] = 47941, + [SMALL_STATE(3035)] = 47981, + [SMALL_STATE(3036)] = 48027, + [SMALL_STATE(3037)] = 48067, + [SMALL_STATE(3038)] = 48107, + [SMALL_STATE(3039)] = 48147, + [SMALL_STATE(3040)] = 48219, + [SMALL_STATE(3041)] = 48265, + [SMALL_STATE(3042)] = 48337, + [SMALL_STATE(3043)] = 48409, + [SMALL_STATE(3044)] = 48482, + [SMALL_STATE(3045)] = 48565, + [SMALL_STATE(3046)] = 48640, + [SMALL_STATE(3047)] = 48699, + [SMALL_STATE(3048)] = 48744, + [SMALL_STATE(3049)] = 48809, + [SMALL_STATE(3050)] = 48866, + [SMALL_STATE(3051)] = 48911, + [SMALL_STATE(3052)] = 48956, + [SMALL_STATE(3053)] = 48997, + [SMALL_STATE(3054)] = 49046, + [SMALL_STATE(3055)] = 49119, + [SMALL_STATE(3056)] = 49186, + [SMALL_STATE(3057)] = 49231, + [SMALL_STATE(3058)] = 49300, + [SMALL_STATE(3059)] = 49345, + [SMALL_STATE(3060)] = 49408, + [SMALL_STATE(3061)] = 49451, + [SMALL_STATE(3062)] = 49492, + [SMALL_STATE(3063)] = 49565, + [SMALL_STATE(3064)] = 49624, + [SMALL_STATE(3065)] = 49669, + [SMALL_STATE(3066)] = 49714, + [SMALL_STATE(3067)] = 49763, + [SMALL_STATE(3068)] = 49840, + [SMALL_STATE(3069)] = 49913, + [SMALL_STATE(3070)] = 49958, + [SMALL_STATE(3071)] = 50001, + [SMALL_STATE(3072)] = 50046, + [SMALL_STATE(3073)] = 50095, + [SMALL_STATE(3074)] = 50150, + [SMALL_STATE(3075)] = 50199, + [SMALL_STATE(3076)] = 50244, + [SMALL_STATE(3077)] = 50315, + [SMALL_STATE(3078)] = 50384, + [SMALL_STATE(3079)] = 50442, + [SMALL_STATE(3080)] = 50522, + [SMALL_STATE(3081)] = 50602, + [SMALL_STATE(3082)] = 50684, + [SMALL_STATE(3083)] = 50726, + [SMALL_STATE(3084)] = 50768, + [SMALL_STATE(3085)] = 50848, + [SMALL_STATE(3086)] = 50926, + [SMALL_STATE(3087)] = 50966, + [SMALL_STATE(3088)] = 51048, + [SMALL_STATE(3089)] = 51088, + [SMALL_STATE(3090)] = 51170, + [SMALL_STATE(3091)] = 51250, + [SMALL_STATE(3092)] = 51292, + [SMALL_STATE(3093)] = 51372, + [SMALL_STATE(3094)] = 51454, + [SMALL_STATE(3095)] = 51534, + [SMALL_STATE(3096)] = 51614, + [SMALL_STATE(3097)] = 51694, + [SMALL_STATE(3098)] = 51734, + [SMALL_STATE(3099)] = 51776, + [SMALL_STATE(3100)] = 51848, + [SMALL_STATE(3101)] = 51888, + [SMALL_STATE(3102)] = 51928, + [SMALL_STATE(3103)] = 52010, + [SMALL_STATE(3104)] = 52092, + [SMALL_STATE(3105)] = 52172, + [SMALL_STATE(3106)] = 52252, + [SMALL_STATE(3107)] = 52332, + [SMALL_STATE(3108)] = 52376, + [SMALL_STATE(3109)] = 52416, + [SMALL_STATE(3110)] = 52496, + [SMALL_STATE(3111)] = 52538, + [SMALL_STATE(3112)] = 52618, + [SMALL_STATE(3113)] = 52658, + [SMALL_STATE(3114)] = 52740, + [SMALL_STATE(3115)] = 52784, + [SMALL_STATE(3116)] = 52864, + [SMALL_STATE(3117)] = 52944, + [SMALL_STATE(3118)] = 53024, + [SMALL_STATE(3119)] = 53104, + [SMALL_STATE(3120)] = 53184, + [SMALL_STATE(3121)] = 53264, + [SMALL_STATE(3122)] = 53342, + [SMALL_STATE(3123)] = 53382, + [SMALL_STATE(3124)] = 53440, + [SMALL_STATE(3125)] = 53520, + [SMALL_STATE(3126)] = 53600, + [SMALL_STATE(3127)] = 53680, + [SMALL_STATE(3128)] = 53724, + [SMALL_STATE(3129)] = 53768, + [SMALL_STATE(3130)] = 53850, + [SMALL_STATE(3131)] = 53932, + [SMALL_STATE(3132)] = 53999, + [SMALL_STATE(3133)] = 54076, + [SMALL_STATE(3134)] = 54131, + [SMALL_STATE(3135)] = 54204, + [SMALL_STATE(3136)] = 54279, + [SMALL_STATE(3137)] = 54332, + [SMALL_STATE(3138)] = 54407, + [SMALL_STATE(3139)] = 54478, + [SMALL_STATE(3140)] = 54547, + [SMALL_STATE(3141)] = 54616, + [SMALL_STATE(3142)] = 54683, + [SMALL_STATE(3143)] = 54748, + [SMALL_STATE(3144)] = 54811, + [SMALL_STATE(3145)] = 54848, + [SMALL_STATE(3146)] = 54923, + [SMALL_STATE(3147)] = 54990, + [SMALL_STATE(3148)] = 55047, + [SMALL_STATE(3149)] = 55124, + [SMALL_STATE(3150)] = 55199, + [SMALL_STATE(3151)] = 55276, + [SMALL_STATE(3152)] = 55333, + [SMALL_STATE(3153)] = 55410, + [SMALL_STATE(3154)] = 55481, + [SMALL_STATE(3155)] = 55538, + [SMALL_STATE(3156)] = 55615, + [SMALL_STATE(3157)] = 55692, + [SMALL_STATE(3158)] = 55763, + [SMALL_STATE(3159)] = 55840, + [SMALL_STATE(3160)] = 55911, + [SMALL_STATE(3161)] = 55988, + [SMALL_STATE(3162)] = 56045, + [SMALL_STATE(3163)] = 56120, + [SMALL_STATE(3164)] = 56197, + [SMALL_STATE(3165)] = 56274, + [SMALL_STATE(3166)] = 56351, + [SMALL_STATE(3167)] = 56428, + [SMALL_STATE(3168)] = 56483, + [SMALL_STATE(3169)] = 56540, + [SMALL_STATE(3170)] = 56601, + [SMALL_STATE(3171)] = 56664, + [SMALL_STATE(3172)] = 56729, + [SMALL_STATE(3173)] = 56806, + [SMALL_STATE(3174)] = 56875, + [SMALL_STATE(3175)] = 56928, + [SMALL_STATE(3176)] = 57005, + [SMALL_STATE(3177)] = 57082, + [SMALL_STATE(3178)] = 57153, + [SMALL_STATE(3179)] = 57230, + [SMALL_STATE(3180)] = 57303, + [SMALL_STATE(3181)] = 57380, + [SMALL_STATE(3182)] = 57453, + [SMALL_STATE(3183)] = 57530, + [SMALL_STATE(3184)] = 57607, + [SMALL_STATE(3185)] = 57684, + [SMALL_STATE(3186)] = 57761, + [SMALL_STATE(3187)] = 57818, + [SMALL_STATE(3188)] = 57895, + [SMALL_STATE(3189)] = 57972, + [SMALL_STATE(3190)] = 58049, + [SMALL_STATE(3191)] = 58126, + [SMALL_STATE(3192)] = 58203, + [SMALL_STATE(3193)] = 58280, + [SMALL_STATE(3194)] = 58351, + [SMALL_STATE(3195)] = 58428, + [SMALL_STATE(3196)] = 58505, + [SMALL_STATE(3197)] = 58582, + [SMALL_STATE(3198)] = 58659, + [SMALL_STATE(3199)] = 58736, + [SMALL_STATE(3200)] = 58793, + [SMALL_STATE(3201)] = 58842, + [SMALL_STATE(3202)] = 58919, + [SMALL_STATE(3203)] = 58996, + [SMALL_STATE(3204)] = 59037, + [SMALL_STATE(3205)] = 59074, + [SMALL_STATE(3206)] = 59121, + [SMALL_STATE(3207)] = 59198, + [SMALL_STATE(3208)] = 59275, + [SMALL_STATE(3209)] = 59352, + [SMALL_STATE(3210)] = 59429, + [SMALL_STATE(3211)] = 59506, + [SMALL_STATE(3212)] = 59581, + [SMALL_STATE(3213)] = 59656, + [SMALL_STATE(3214)] = 59693, + [SMALL_STATE(3215)] = 59742, + [SMALL_STATE(3216)] = 59819, + [SMALL_STATE(3217)] = 59896, + [SMALL_STATE(3218)] = 59973, + [SMALL_STATE(3219)] = 60050, + [SMALL_STATE(3220)] = 60127, + [SMALL_STATE(3221)] = 60204, + [SMALL_STATE(3222)] = 60277, + [SMALL_STATE(3223)] = 60354, + [SMALL_STATE(3224)] = 60431, + [SMALL_STATE(3225)] = 60508, + [SMALL_STATE(3226)] = 60557, + [SMALL_STATE(3227)] = 60634, + [SMALL_STATE(3228)] = 60711, + [SMALL_STATE(3229)] = 60788, + [SMALL_STATE(3230)] = 60863, + [SMALL_STATE(3231)] = 60940, + [SMALL_STATE(3232)] = 61017, + [SMALL_STATE(3233)] = 61092, + [SMALL_STATE(3234)] = 61169, + [SMALL_STATE(3235)] = 61206, + [SMALL_STATE(3236)] = 61283, + [SMALL_STATE(3237)] = 61340, + [SMALL_STATE(3238)] = 61415, + [SMALL_STATE(3239)] = 61492, + [SMALL_STATE(3240)] = 61569, + [SMALL_STATE(3241)] = 61644, + [SMALL_STATE(3242)] = 61721, + [SMALL_STATE(3243)] = 61798, + [SMALL_STATE(3244)] = 61845, + [SMALL_STATE(3245)] = 61886, + [SMALL_STATE(3246)] = 61963, + [SMALL_STATE(3247)] = 62040, + [SMALL_STATE(3248)] = 62117, + [SMALL_STATE(3249)] = 62166, + [SMALL_STATE(3250)] = 62225, + [SMALL_STATE(3251)] = 62262, + [SMALL_STATE(3252)] = 62335, + [SMALL_STATE(3253)] = 62372, + [SMALL_STATE(3254)] = 62429, + [SMALL_STATE(3255)] = 62466, + [SMALL_STATE(3256)] = 62543, + [SMALL_STATE(3257)] = 62620, + [SMALL_STATE(3258)] = 62693, + [SMALL_STATE(3259)] = 62730, + [SMALL_STATE(3260)] = 62801, + [SMALL_STATE(3261)] = 62854, + [SMALL_STATE(3262)] = 62903, + [SMALL_STATE(3263)] = 62972, + [SMALL_STATE(3264)] = 63039, + [SMALL_STATE(3265)] = 63106, + [SMALL_STATE(3266)] = 63183, + [SMALL_STATE(3267)] = 63248, + [SMALL_STATE(3268)] = 63311, + [SMALL_STATE(3269)] = 63388, + [SMALL_STATE(3270)] = 63449, + [SMALL_STATE(3271)] = 63506, + [SMALL_STATE(3272)] = 63561, + [SMALL_STATE(3273)] = 63610, + [SMALL_STATE(3274)] = 63681, + [SMALL_STATE(3275)] = 63752, + [SMALL_STATE(3276)] = 63789, + [SMALL_STATE(3277)] = 63866, + [SMALL_STATE(3278)] = 63941, + [SMALL_STATE(3279)] = 63978, + [SMALL_STATE(3280)] = 64055, + [SMALL_STATE(3281)] = 64132, + [SMALL_STATE(3282)] = 64191, + [SMALL_STATE(3283)] = 64268, + [SMALL_STATE(3284)] = 64342, + [SMALL_STATE(3285)] = 64416, + [SMALL_STATE(3286)] = 64468, + [SMALL_STATE(3287)] = 64542, + [SMALL_STATE(3288)] = 64616, + [SMALL_STATE(3289)] = 64690, + [SMALL_STATE(3290)] = 64726, + [SMALL_STATE(3291)] = 64762, + [SMALL_STATE(3292)] = 64836, + [SMALL_STATE(3293)] = 64910, + [SMALL_STATE(3294)] = 64984, + [SMALL_STATE(3295)] = 65058, + [SMALL_STATE(3296)] = 65126, + [SMALL_STATE(3297)] = 65200, + [SMALL_STATE(3298)] = 65236, + [SMALL_STATE(3299)] = 65272, + [SMALL_STATE(3300)] = 65346, + [SMALL_STATE(3301)] = 65382, + [SMALL_STATE(3302)] = 65418, + [SMALL_STATE(3303)] = 65492, + [SMALL_STATE(3304)] = 65566, + [SMALL_STATE(3305)] = 65634, + [SMALL_STATE(3306)] = 65670, + [SMALL_STATE(3307)] = 65706, + [SMALL_STATE(3308)] = 65742, + [SMALL_STATE(3309)] = 65778, + [SMALL_STATE(3310)] = 65852, + [SMALL_STATE(3311)] = 65926, + [SMALL_STATE(3312)] = 65962, + [SMALL_STATE(3313)] = 65998, + [SMALL_STATE(3314)] = 66072, + [SMALL_STATE(3315)] = 66146, + [SMALL_STATE(3316)] = 66220, + [SMALL_STATE(3317)] = 66256, + [SMALL_STATE(3318)] = 66322, + [SMALL_STATE(3319)] = 66358, + [SMALL_STATE(3320)] = 66432, + [SMALL_STATE(3321)] = 66500, + [SMALL_STATE(3322)] = 66536, + [SMALL_STATE(3323)] = 66604, + [SMALL_STATE(3324)] = 66640, + [SMALL_STATE(3325)] = 66708, + [SMALL_STATE(3326)] = 66744, + [SMALL_STATE(3327)] = 66818, + [SMALL_STATE(3328)] = 66886, + [SMALL_STATE(3329)] = 66960, + [SMALL_STATE(3330)] = 67034, + [SMALL_STATE(3331)] = 67108, + [SMALL_STATE(3332)] = 67144, + [SMALL_STATE(3333)] = 67180, + [SMALL_STATE(3334)] = 67216, + [SMALL_STATE(3335)] = 67252, + [SMALL_STATE(3336)] = 67288, + [SMALL_STATE(3337)] = 67362, + [SMALL_STATE(3338)] = 67436, + [SMALL_STATE(3339)] = 67488, + [SMALL_STATE(3340)] = 67534, + [SMALL_STATE(3341)] = 67570, + [SMALL_STATE(3342)] = 67606, + [SMALL_STATE(3343)] = 67680, + [SMALL_STATE(3344)] = 67716, + [SMALL_STATE(3345)] = 67752, + [SMALL_STATE(3346)] = 67826, + [SMALL_STATE(3347)] = 67900, + [SMALL_STATE(3348)] = 67974, + [SMALL_STATE(3349)] = 68048, + [SMALL_STATE(3350)] = 68084, + [SMALL_STATE(3351)] = 68132, + [SMALL_STATE(3352)] = 68168, + [SMALL_STATE(3353)] = 68204, + [SMALL_STATE(3354)] = 68240, + [SMALL_STATE(3355)] = 68314, + [SMALL_STATE(3356)] = 68350, + [SMALL_STATE(3357)] = 68424, + [SMALL_STATE(3358)] = 68464, + [SMALL_STATE(3359)] = 68532, + [SMALL_STATE(3360)] = 68606, + [SMALL_STATE(3361)] = 68674, + [SMALL_STATE(3362)] = 68748, + [SMALL_STATE(3363)] = 68822, + [SMALL_STATE(3364)] = 68896, + [SMALL_STATE(3365)] = 68970, + [SMALL_STATE(3366)] = 69044, + [SMALL_STATE(3367)] = 69118, + [SMALL_STATE(3368)] = 69192, + [SMALL_STATE(3369)] = 69266, + [SMALL_STATE(3370)] = 69340, + [SMALL_STATE(3371)] = 69376, + [SMALL_STATE(3372)] = 69450, + [SMALL_STATE(3373)] = 69486, + [SMALL_STATE(3374)] = 69554, + [SMALL_STATE(3375)] = 69622, + [SMALL_STATE(3376)] = 69658, + [SMALL_STATE(3377)] = 69694, + [SMALL_STATE(3378)] = 69768, + [SMALL_STATE(3379)] = 69842, + [SMALL_STATE(3380)] = 69916, + [SMALL_STATE(3381)] = 69990, + [SMALL_STATE(3382)] = 70038, + [SMALL_STATE(3383)] = 70074, + [SMALL_STATE(3384)] = 70148, + [SMALL_STATE(3385)] = 70184, + [SMALL_STATE(3386)] = 70252, + [SMALL_STATE(3387)] = 70288, + [SMALL_STATE(3388)] = 70362, + [SMALL_STATE(3389)] = 70398, + [SMALL_STATE(3390)] = 70472, + [SMALL_STATE(3391)] = 70546, + [SMALL_STATE(3392)] = 70610, + [SMALL_STATE(3393)] = 70678, + [SMALL_STATE(3394)] = 70752, + [SMALL_STATE(3395)] = 70826, + [SMALL_STATE(3396)] = 70900, + [SMALL_STATE(3397)] = 70936, + [SMALL_STATE(3398)] = 71004, + [SMALL_STATE(3399)] = 71052, + [SMALL_STATE(3400)] = 71088, + [SMALL_STATE(3401)] = 71162, + [SMALL_STATE(3402)] = 71198, + [SMALL_STATE(3403)] = 71234, + [SMALL_STATE(3404)] = 71308, + [SMALL_STATE(3405)] = 71382, + [SMALL_STATE(3406)] = 71456, + [SMALL_STATE(3407)] = 71530, + [SMALL_STATE(3408)] = 71604, + [SMALL_STATE(3409)] = 71668, + [SMALL_STATE(3410)] = 71742, + [SMALL_STATE(3411)] = 71816, + [SMALL_STATE(3412)] = 71890, + [SMALL_STATE(3413)] = 71954, + [SMALL_STATE(3414)] = 72028, + [SMALL_STATE(3415)] = 72102, + [SMALL_STATE(3416)] = 72176, + [SMALL_STATE(3417)] = 72246, + [SMALL_STATE(3418)] = 72320, + [SMALL_STATE(3419)] = 72388, + [SMALL_STATE(3420)] = 72462, + [SMALL_STATE(3421)] = 72536, + [SMALL_STATE(3422)] = 72610, + [SMALL_STATE(3423)] = 72684, + [SMALL_STATE(3424)] = 72758, + [SMALL_STATE(3425)] = 72832, + [SMALL_STATE(3426)] = 72906, + [SMALL_STATE(3427)] = 72978, + [SMALL_STATE(3428)] = 73052, + [SMALL_STATE(3429)] = 73108, + [SMALL_STATE(3430)] = 73182, + [SMALL_STATE(3431)] = 73218, + [SMALL_STATE(3432)] = 73292, + [SMALL_STATE(3433)] = 73366, + [SMALL_STATE(3434)] = 73440, + [SMALL_STATE(3435)] = 73510, + [SMALL_STATE(3436)] = 73546, + [SMALL_STATE(3437)] = 73620, + [SMALL_STATE(3438)] = 73672, + [SMALL_STATE(3439)] = 73740, + [SMALL_STATE(3440)] = 73814, + [SMALL_STATE(3441)] = 73880, + [SMALL_STATE(3442)] = 73954, + [SMALL_STATE(3443)] = 74028, + [SMALL_STATE(3444)] = 74080, + [SMALL_STATE(3445)] = 74154, + [SMALL_STATE(3446)] = 74190, + [SMALL_STATE(3447)] = 74264, + [SMALL_STATE(3448)] = 74338, + [SMALL_STATE(3449)] = 74374, + [SMALL_STATE(3450)] = 74448, + [SMALL_STATE(3451)] = 74512, + [SMALL_STATE(3452)] = 74574, + [SMALL_STATE(3453)] = 74634, + [SMALL_STATE(3454)] = 74708, + [SMALL_STATE(3455)] = 74782, + [SMALL_STATE(3456)] = 74818, + [SMALL_STATE(3457)] = 74886, + [SMALL_STATE(3458)] = 74950, + [SMALL_STATE(3459)] = 75006, + [SMALL_STATE(3460)] = 75080, + [SMALL_STATE(3461)] = 75154, + [SMALL_STATE(3462)] = 75228, + [SMALL_STATE(3463)] = 75302, + [SMALL_STATE(3464)] = 75376, + [SMALL_STATE(3465)] = 75430, + [SMALL_STATE(3466)] = 75504, + [SMALL_STATE(3467)] = 75578, + [SMALL_STATE(3468)] = 75652, + [SMALL_STATE(3469)] = 75726, + [SMALL_STATE(3470)] = 75762, + [SMALL_STATE(3471)] = 75836, + [SMALL_STATE(3472)] = 75910, + [SMALL_STATE(3473)] = 75946, + [SMALL_STATE(3474)] = 76020, + [SMALL_STATE(3475)] = 76094, + [SMALL_STATE(3476)] = 76158, + [SMALL_STATE(3477)] = 76228, + [SMALL_STATE(3478)] = 76264, + [SMALL_STATE(3479)] = 76338, + [SMALL_STATE(3480)] = 76374, + [SMALL_STATE(3481)] = 76410, + [SMALL_STATE(3482)] = 76484, + [SMALL_STATE(3483)] = 76554, + [SMALL_STATE(3484)] = 76590, + [SMALL_STATE(3485)] = 76664, + [SMALL_STATE(3486)] = 76738, + [SMALL_STATE(3487)] = 76812, + [SMALL_STATE(3488)] = 76886, + [SMALL_STATE(3489)] = 76960, + [SMALL_STATE(3490)] = 77034, + [SMALL_STATE(3491)] = 77108, + [SMALL_STATE(3492)] = 77144, + [SMALL_STATE(3493)] = 77218, + [SMALL_STATE(3494)] = 77254, + [SMALL_STATE(3495)] = 77328, + [SMALL_STATE(3496)] = 77402, + [SMALL_STATE(3497)] = 77476, + [SMALL_STATE(3498)] = 77544, + [SMALL_STATE(3499)] = 77618, + [SMALL_STATE(3500)] = 77692, + [SMALL_STATE(3501)] = 77766, + [SMALL_STATE(3502)] = 77840, + [SMALL_STATE(3503)] = 77904, + [SMALL_STATE(3504)] = 77978, + [SMALL_STATE(3505)] = 78052, + [SMALL_STATE(3506)] = 78126, + [SMALL_STATE(3507)] = 78200, + [SMALL_STATE(3508)] = 78274, + [SMALL_STATE(3509)] = 78325, + [SMALL_STATE(3510)] = 78376, + [SMALL_STATE(3511)] = 78427, + [SMALL_STATE(3512)] = 78478, + [SMALL_STATE(3513)] = 78529, + [SMALL_STATE(3514)] = 78580, + [SMALL_STATE(3515)] = 78631, + [SMALL_STATE(3516)] = 78682, + [SMALL_STATE(3517)] = 78733, + [SMALL_STATE(3518)] = 78784, + [SMALL_STATE(3519)] = 78835, + [SMALL_STATE(3520)] = 78905, + [SMALL_STATE(3521)] = 78975, + [SMALL_STATE(3522)] = 79031, + [SMALL_STATE(3523)] = 79093, + [SMALL_STATE(3524)] = 79155, + [SMALL_STATE(3525)] = 79217, + [SMALL_STATE(3526)] = 79287, + [SMALL_STATE(3527)] = 79349, + [SMALL_STATE(3528)] = 79411, + [SMALL_STATE(3529)] = 79473, + [SMALL_STATE(3530)] = 79523, + [SMALL_STATE(3531)] = 79585, + [SMALL_STATE(3532)] = 79647, + [SMALL_STATE(3533)] = 79709, + [SMALL_STATE(3534)] = 79779, + [SMALL_STATE(3535)] = 79841, + [SMALL_STATE(3536)] = 79903, + [SMALL_STATE(3537)] = 79965, + [SMALL_STATE(3538)] = 80027, + [SMALL_STATE(3539)] = 80097, + [SMALL_STATE(3540)] = 80159, + [SMALL_STATE(3541)] = 80221, + [SMALL_STATE(3542)] = 80283, + [SMALL_STATE(3543)] = 80353, + [SMALL_STATE(3544)] = 80423, + [SMALL_STATE(3545)] = 80485, + [SMALL_STATE(3546)] = 80555, + [SMALL_STATE(3547)] = 80625, + [SMALL_STATE(3548)] = 80687, + [SMALL_STATE(3549)] = 80749, + [SMALL_STATE(3550)] = 80811, + [SMALL_STATE(3551)] = 80861, + [SMALL_STATE(3552)] = 80923, + [SMALL_STATE(3553)] = 80985, + [SMALL_STATE(3554)] = 81047, + [SMALL_STATE(3555)] = 81109, + [SMALL_STATE(3556)] = 81171, + [SMALL_STATE(3557)] = 81233, + [SMALL_STATE(3558)] = 81295, + [SMALL_STATE(3559)] = 81357, + [SMALL_STATE(3560)] = 81419, + [SMALL_STATE(3561)] = 81481, + [SMALL_STATE(3562)] = 81543, + [SMALL_STATE(3563)] = 81605, + [SMALL_STATE(3564)] = 81667, + [SMALL_STATE(3565)] = 81737, + [SMALL_STATE(3566)] = 81799, + [SMALL_STATE(3567)] = 81869, + [SMALL_STATE(3568)] = 81931, + [SMALL_STATE(3569)] = 82001, + [SMALL_STATE(3570)] = 82051, + [SMALL_STATE(3571)] = 82113, + [SMALL_STATE(3572)] = 82175, + [SMALL_STATE(3573)] = 82237, + [SMALL_STATE(3574)] = 82293, + [SMALL_STATE(3575)] = 82349, + [SMALL_STATE(3576)] = 82405, + [SMALL_STATE(3577)] = 82455, + [SMALL_STATE(3578)] = 82517, + [SMALL_STATE(3579)] = 82580, + [SMALL_STATE(3580)] = 82643, + [SMALL_STATE(3581)] = 82680, + [SMALL_STATE(3582)] = 82743, + [SMALL_STATE(3583)] = 82806, + [SMALL_STATE(3584)] = 82845, + [SMALL_STATE(3585)] = 82894, + [SMALL_STATE(3586)] = 82957, + [SMALL_STATE(3587)] = 83020, + [SMALL_STATE(3588)] = 83083, + [SMALL_STATE(3589)] = 83146, + [SMALL_STATE(3590)] = 83209, + [SMALL_STATE(3591)] = 83272, + [SMALL_STATE(3592)] = 83335, + [SMALL_STATE(3593)] = 83398, + [SMALL_STATE(3594)] = 83461, + [SMALL_STATE(3595)] = 83524, + [SMALL_STATE(3596)] = 83587, + [SMALL_STATE(3597)] = 83650, + [SMALL_STATE(3598)] = 83713, + [SMALL_STATE(3599)] = 83776, + [SMALL_STATE(3600)] = 83839, + [SMALL_STATE(3601)] = 83888, + [SMALL_STATE(3602)] = 83951, + [SMALL_STATE(3603)] = 84014, + [SMALL_STATE(3604)] = 84077, + [SMALL_STATE(3605)] = 84140, + [SMALL_STATE(3606)] = 84203, + [SMALL_STATE(3607)] = 84266, + [SMALL_STATE(3608)] = 84329, + [SMALL_STATE(3609)] = 84392, + [SMALL_STATE(3610)] = 84429, + [SMALL_STATE(3611)] = 84492, + [SMALL_STATE(3612)] = 84555, + [SMALL_STATE(3613)] = 84618, + [SMALL_STATE(3614)] = 84681, + [SMALL_STATE(3615)] = 84744, + [SMALL_STATE(3616)] = 84807, + [SMALL_STATE(3617)] = 84870, + [SMALL_STATE(3618)] = 84914, + [SMALL_STATE(3619)] = 84974, + [SMALL_STATE(3620)] = 85034, + [SMALL_STATE(3621)] = 85094, + [SMALL_STATE(3622)] = 85154, + [SMALL_STATE(3623)] = 85214, + [SMALL_STATE(3624)] = 85258, + [SMALL_STATE(3625)] = 85318, + [SMALL_STATE(3626)] = 85362, + [SMALL_STATE(3627)] = 85422, + [SMALL_STATE(3628)] = 85482, + [SMALL_STATE(3629)] = 85542, + [SMALL_STATE(3630)] = 85602, + [SMALL_STATE(3631)] = 85662, + [SMALL_STATE(3632)] = 85722, + [SMALL_STATE(3633)] = 85762, + [SMALL_STATE(3634)] = 85822, + [SMALL_STATE(3635)] = 85882, + [SMALL_STATE(3636)] = 85926, + [SMALL_STATE(3637)] = 85986, + [SMALL_STATE(3638)] = 86046, + [SMALL_STATE(3639)] = 86086, + [SMALL_STATE(3640)] = 86146, + [SMALL_STATE(3641)] = 86206, + [SMALL_STATE(3642)] = 86246, + [SMALL_STATE(3643)] = 86306, + [SMALL_STATE(3644)] = 86366, + [SMALL_STATE(3645)] = 86426, + [SMALL_STATE(3646)] = 86466, + [SMALL_STATE(3647)] = 86526, + [SMALL_STATE(3648)] = 86586, + [SMALL_STATE(3649)] = 86630, + [SMALL_STATE(3650)] = 86690, + [SMALL_STATE(3651)] = 86733, + [SMALL_STATE(3652)] = 86776, + [SMALL_STATE(3653)] = 86819, + [SMALL_STATE(3654)] = 86870, + [SMALL_STATE(3655)] = 86921, + [SMALL_STATE(3656)] = 86958, + [SMALL_STATE(3657)] = 87001, + [SMALL_STATE(3658)] = 87038, + [SMALL_STATE(3659)] = 87089, + [SMALL_STATE(3660)] = 87132, + [SMALL_STATE(3661)] = 87175, + [SMALL_STATE(3662)] = 87226, + [SMALL_STATE(3663)] = 87269, + [SMALL_STATE(3664)] = 87312, + [SMALL_STATE(3665)] = 87363, + [SMALL_STATE(3666)] = 87400, + [SMALL_STATE(3667)] = 87451, + [SMALL_STATE(3668)] = 87502, + [SMALL_STATE(3669)] = 87553, + [SMALL_STATE(3670)] = 87588, + [SMALL_STATE(3671)] = 87623, + [SMALL_STATE(3672)] = 87666, + [SMALL_STATE(3673)] = 87709, + [SMALL_STATE(3674)] = 87751, + [SMALL_STATE(3675)] = 87793, + [SMALL_STATE(3676)] = 87823, + [SMALL_STATE(3677)] = 87865, + [SMALL_STATE(3678)] = 87907, + [SMALL_STATE(3679)] = 87949, + [SMALL_STATE(3680)] = 87983, + [SMALL_STATE(3681)] = 88013, + [SMALL_STATE(3682)] = 88055, + [SMALL_STATE(3683)] = 88097, + [SMALL_STATE(3684)] = 88129, + [SMALL_STATE(3685)] = 88159, + [SMALL_STATE(3686)] = 88197, + [SMALL_STATE(3687)] = 88229, + [SMALL_STATE(3688)] = 88271, + [SMALL_STATE(3689)] = 88313, + [SMALL_STATE(3690)] = 88355, + [SMALL_STATE(3691)] = 88389, + [SMALL_STATE(3692)] = 88431, + [SMALL_STATE(3693)] = 88473, + [SMALL_STATE(3694)] = 88515, + [SMALL_STATE(3695)] = 88557, + [SMALL_STATE(3696)] = 88599, + [SMALL_STATE(3697)] = 88628, + [SMALL_STATE(3698)] = 88683, + [SMALL_STATE(3699)] = 88712, + [SMALL_STATE(3700)] = 88741, + [SMALL_STATE(3701)] = 88770, + [SMALL_STATE(3702)] = 88799, + [SMALL_STATE(3703)] = 88832, + [SMALL_STATE(3704)] = 88861, + [SMALL_STATE(3705)] = 88890, + [SMALL_STATE(3706)] = 88919, + [SMALL_STATE(3707)] = 88948, + [SMALL_STATE(3708)] = 89003, + [SMALL_STATE(3709)] = 89032, + [SMALL_STATE(3710)] = 89061, + [SMALL_STATE(3711)] = 89092, + [SMALL_STATE(3712)] = 89121, + [SMALL_STATE(3713)] = 89150, + [SMALL_STATE(3714)] = 89179, + [SMALL_STATE(3715)] = 89208, + [SMALL_STATE(3716)] = 89237, + [SMALL_STATE(3717)] = 89266, + [SMALL_STATE(3718)] = 89295, + [SMALL_STATE(3719)] = 89328, + [SMALL_STATE(3720)] = 89357, + [SMALL_STATE(3721)] = 89390, + [SMALL_STATE(3722)] = 89433, + [SMALL_STATE(3723)] = 89462, + [SMALL_STATE(3724)] = 89491, + [SMALL_STATE(3725)] = 89534, + [SMALL_STATE(3726)] = 89563, + [SMALL_STATE(3727)] = 89609, + [SMALL_STATE(3728)] = 89637, + [SMALL_STATE(3729)] = 89665, + [SMALL_STATE(3730)] = 89717, + [SMALL_STATE(3731)] = 89767, + [SMALL_STATE(3732)] = 89819, + [SMALL_STATE(3733)] = 89867, + [SMALL_STATE(3734)] = 89913, + [SMALL_STATE(3735)] = 89953, + [SMALL_STATE(3736)] = 89997, + [SMALL_STATE(3737)] = 90039, + [SMALL_STATE(3738)] = 90079, + [SMALL_STATE(3739)] = 90115, + [SMALL_STATE(3740)] = 90155, + [SMALL_STATE(3741)] = 90195, + [SMALL_STATE(3742)] = 90235, + [SMALL_STATE(3743)] = 90275, + [SMALL_STATE(3744)] = 90315, + [SMALL_STATE(3745)] = 90355, + [SMALL_STATE(3746)] = 90389, + [SMALL_STATE(3747)] = 90429, + [SMALL_STATE(3748)] = 90457, + [SMALL_STATE(3749)] = 90497, + [SMALL_STATE(3750)] = 90537, + [SMALL_STATE(3751)] = 90569, + [SMALL_STATE(3752)] = 90609, + [SMALL_STATE(3753)] = 90649, + [SMALL_STATE(3754)] = 90677, + [SMALL_STATE(3755)] = 90705, + [SMALL_STATE(3756)] = 90733, + [SMALL_STATE(3757)] = 90773, + [SMALL_STATE(3758)] = 90813, + [SMALL_STATE(3759)] = 90853, + [SMALL_STATE(3760)] = 90881, + [SMALL_STATE(3761)] = 90909, + [SMALL_STATE(3762)] = 90961, + [SMALL_STATE(3763)] = 91001, + [SMALL_STATE(3764)] = 91041, + [SMALL_STATE(3765)] = 91081, + [SMALL_STATE(3766)] = 91121, + [SMALL_STATE(3767)] = 91161, + [SMALL_STATE(3768)] = 91201, + [SMALL_STATE(3769)] = 91241, + [SMALL_STATE(3770)] = 91281, + [SMALL_STATE(3771)] = 91321, + [SMALL_STATE(3772)] = 91361, + [SMALL_STATE(3773)] = 91401, + [SMALL_STATE(3774)] = 91453, + [SMALL_STATE(3775)] = 91493, + [SMALL_STATE(3776)] = 91533, + [SMALL_STATE(3777)] = 91573, + [SMALL_STATE(3778)] = 91613, + [SMALL_STATE(3779)] = 91653, + [SMALL_STATE(3780)] = 91693, + [SMALL_STATE(3781)] = 91733, + [SMALL_STATE(3782)] = 91773, + [SMALL_STATE(3783)] = 91813, + [SMALL_STATE(3784)] = 91841, + [SMALL_STATE(3785)] = 91869, + [SMALL_STATE(3786)] = 91897, + [SMALL_STATE(3787)] = 91937, + [SMALL_STATE(3788)] = 91982, + [SMALL_STATE(3789)] = 92019, + [SMALL_STATE(3790)] = 92046, + [SMALL_STATE(3791)] = 92073, + [SMALL_STATE(3792)] = 92102, + [SMALL_STATE(3793)] = 92147, + [SMALL_STATE(3794)] = 92196, + [SMALL_STATE(3795)] = 92241, + [SMALL_STATE(3796)] = 92268, + [SMALL_STATE(3797)] = 92295, + [SMALL_STATE(3798)] = 92340, + [SMALL_STATE(3799)] = 92373, + [SMALL_STATE(3800)] = 92422, + [SMALL_STATE(3801)] = 92465, + [SMALL_STATE(3802)] = 92506, + [SMALL_STATE(3803)] = 92539, + [SMALL_STATE(3804)] = 92566, + [SMALL_STATE(3805)] = 92611, + [SMALL_STATE(3806)] = 92638, + [SMALL_STATE(3807)] = 92671, + [SMALL_STATE(3808)] = 92698, + [SMALL_STATE(3809)] = 92743, + [SMALL_STATE(3810)] = 92782, + [SMALL_STATE(3811)] = 92827, + [SMALL_STATE(3812)] = 92854, + [SMALL_STATE(3813)] = 92889, + [SMALL_STATE(3814)] = 92922, + [SMALL_STATE(3815)] = 92949, + [SMALL_STATE(3816)] = 92982, + [SMALL_STATE(3817)] = 93013, + [SMALL_STATE(3818)] = 93040, + [SMALL_STATE(3819)] = 93085, + [SMALL_STATE(3820)] = 93118, + [SMALL_STATE(3821)] = 93145, + [SMALL_STATE(3822)] = 93172, + [SMALL_STATE(3823)] = 93217, + [SMALL_STATE(3824)] = 93262, + [SMALL_STATE(3825)] = 93294, + [SMALL_STATE(3826)] = 93334, + [SMALL_STATE(3827)] = 93368, + [SMALL_STATE(3828)] = 93400, + [SMALL_STATE(3829)] = 93432, + [SMALL_STATE(3830)] = 93464, + [SMALL_STATE(3831)] = 93498, + [SMALL_STATE(3832)] = 93530, + [SMALL_STATE(3833)] = 93562, + [SMALL_STATE(3834)] = 93594, + [SMALL_STATE(3835)] = 93634, + [SMALL_STATE(3836)] = 93666, + [SMALL_STATE(3837)] = 93698, + [SMALL_STATE(3838)] = 93730, + [SMALL_STATE(3839)] = 93762, + [SMALL_STATE(3840)] = 93802, + [SMALL_STATE(3841)] = 93834, + [SMALL_STATE(3842)] = 93866, + [SMALL_STATE(3843)] = 93898, + [SMALL_STATE(3844)] = 93930, + [SMALL_STATE(3845)] = 93961, + [SMALL_STATE(3846)] = 94008, + [SMALL_STATE(3847)] = 94031, + [SMALL_STATE(3848)] = 94078, + [SMALL_STATE(3849)] = 94125, + [SMALL_STATE(3850)] = 94172, + [SMALL_STATE(3851)] = 94219, + [SMALL_STATE(3852)] = 94266, + [SMALL_STATE(3853)] = 94313, + [SMALL_STATE(3854)] = 94340, + [SMALL_STATE(3855)] = 94387, + [SMALL_STATE(3856)] = 94410, + [SMALL_STATE(3857)] = 94439, + [SMALL_STATE(3858)] = 94486, + [SMALL_STATE(3859)] = 94533, + [SMALL_STATE(3860)] = 94580, + [SMALL_STATE(3861)] = 94627, + [SMALL_STATE(3862)] = 94674, + [SMALL_STATE(3863)] = 94721, + [SMALL_STATE(3864)] = 94767, + [SMALL_STATE(3865)] = 94813, + [SMALL_STATE(3866)] = 94859, + [SMALL_STATE(3867)] = 94899, + [SMALL_STATE(3868)] = 94945, + [SMALL_STATE(3869)] = 94991, + [SMALL_STATE(3870)] = 95031, + [SMALL_STATE(3871)] = 95071, + [SMALL_STATE(3872)] = 95111, + [SMALL_STATE(3873)] = 95151, + [SMALL_STATE(3874)] = 95197, + [SMALL_STATE(3875)] = 95237, + [SMALL_STATE(3876)] = 95283, + [SMALL_STATE(3877)] = 95329, + [SMALL_STATE(3878)] = 95375, + [SMALL_STATE(3879)] = 95421, + [SMALL_STATE(3880)] = 95467, + [SMALL_STATE(3881)] = 95513, + [SMALL_STATE(3882)] = 95554, + [SMALL_STATE(3883)] = 95595, + [SMALL_STATE(3884)] = 95636, + [SMALL_STATE(3885)] = 95677, + [SMALL_STATE(3886)] = 95718, + [SMALL_STATE(3887)] = 95759, + [SMALL_STATE(3888)] = 95800, + [SMALL_STATE(3889)] = 95841, + [SMALL_STATE(3890)] = 95882, + [SMALL_STATE(3891)] = 95923, + [SMALL_STATE(3892)] = 95964, + [SMALL_STATE(3893)] = 96005, + [SMALL_STATE(3894)] = 96046, + [SMALL_STATE(3895)] = 96087, + [SMALL_STATE(3896)] = 96128, + [SMALL_STATE(3897)] = 96169, + [SMALL_STATE(3898)] = 96210, + [SMALL_STATE(3899)] = 96251, + [SMALL_STATE(3900)] = 96292, + [SMALL_STATE(3901)] = 96333, + [SMALL_STATE(3902)] = 96374, + [SMALL_STATE(3903)] = 96415, + [SMALL_STATE(3904)] = 96456, + [SMALL_STATE(3905)] = 96497, + [SMALL_STATE(3906)] = 96538, + [SMALL_STATE(3907)] = 96579, + [SMALL_STATE(3908)] = 96620, + [SMALL_STATE(3909)] = 96661, + [SMALL_STATE(3910)] = 96702, + [SMALL_STATE(3911)] = 96743, + [SMALL_STATE(3912)] = 96784, + [SMALL_STATE(3913)] = 96825, + [SMALL_STATE(3914)] = 96866, + [SMALL_STATE(3915)] = 96886, + [SMALL_STATE(3916)] = 96906, + [SMALL_STATE(3917)] = 96926, + [SMALL_STATE(3918)] = 96946, + [SMALL_STATE(3919)] = 96966, + [SMALL_STATE(3920)] = 96998, + [SMALL_STATE(3921)] = 97030, + [SMALL_STATE(3922)] = 97050, + [SMALL_STATE(3923)] = 97070, + [SMALL_STATE(3924)] = 97102, + [SMALL_STATE(3925)] = 97122, + [SMALL_STATE(3926)] = 97142, + [SMALL_STATE(3927)] = 97162, + [SMALL_STATE(3928)] = 97182, + [SMALL_STATE(3929)] = 97214, + [SMALL_STATE(3930)] = 97234, + [SMALL_STATE(3931)] = 97254, + [SMALL_STATE(3932)] = 97274, + [SMALL_STATE(3933)] = 97309, + [SMALL_STATE(3934)] = 97344, + [SMALL_STATE(3935)] = 97369, + [SMALL_STATE(3936)] = 97404, + [SMALL_STATE(3937)] = 97439, + [SMALL_STATE(3938)] = 97468, + [SMALL_STATE(3939)] = 97503, + [SMALL_STATE(3940)] = 97538, + [SMALL_STATE(3941)] = 97573, + [SMALL_STATE(3942)] = 97602, + [SMALL_STATE(3943)] = 97637, + [SMALL_STATE(3944)] = 97666, + [SMALL_STATE(3945)] = 97701, + [SMALL_STATE(3946)] = 97736, + [SMALL_STATE(3947)] = 97771, + [SMALL_STATE(3948)] = 97800, + [SMALL_STATE(3949)] = 97835, + [SMALL_STATE(3950)] = 97870, + [SMALL_STATE(3951)] = 97899, + [SMALL_STATE(3952)] = 97934, + [SMALL_STATE(3953)] = 97969, + [SMALL_STATE(3954)] = 97998, + [SMALL_STATE(3955)] = 98033, + [SMALL_STATE(3956)] = 98058, + [SMALL_STATE(3957)] = 98087, + [SMALL_STATE(3958)] = 98122, + [SMALL_STATE(3959)] = 98151, + [SMALL_STATE(3960)] = 98180, + [SMALL_STATE(3961)] = 98207, + [SMALL_STATE(3962)] = 98230, + [SMALL_STATE(3963)] = 98259, + [SMALL_STATE(3964)] = 98294, + [SMALL_STATE(3965)] = 98329, + [SMALL_STATE(3966)] = 98358, + [SMALL_STATE(3967)] = 98381, + [SMALL_STATE(3968)] = 98404, + [SMALL_STATE(3969)] = 98439, + [SMALL_STATE(3970)] = 98468, + [SMALL_STATE(3971)] = 98500, + [SMALL_STATE(3972)] = 98532, + [SMALL_STATE(3973)] = 98562, + [SMALL_STATE(3974)] = 98590, + [SMALL_STATE(3975)] = 98622, + [SMALL_STATE(3976)] = 98654, + [SMALL_STATE(3977)] = 98682, + [SMALL_STATE(3978)] = 98712, + [SMALL_STATE(3979)] = 98736, + [SMALL_STATE(3980)] = 98764, + [SMALL_STATE(3981)] = 98792, + [SMALL_STATE(3982)] = 98822, + [SMALL_STATE(3983)] = 98852, + [SMALL_STATE(3984)] = 98880, + [SMALL_STATE(3985)] = 98912, + [SMALL_STATE(3986)] = 98942, + [SMALL_STATE(3987)] = 98974, + [SMALL_STATE(3988)] = 99006, + [SMALL_STATE(3989)] = 99030, + [SMALL_STATE(3990)] = 99054, + [SMALL_STATE(3991)] = 99086, + [SMALL_STATE(3992)] = 99118, + [SMALL_STATE(3993)] = 99146, + [SMALL_STATE(3994)] = 99174, + [SMALL_STATE(3995)] = 99204, + [SMALL_STATE(3996)] = 99236, + [SMALL_STATE(3997)] = 99266, + [SMALL_STATE(3998)] = 99294, + [SMALL_STATE(3999)] = 99326, + [SMALL_STATE(4000)] = 99354, + [SMALL_STATE(4001)] = 99388, + [SMALL_STATE(4002)] = 99420, + [SMALL_STATE(4003)] = 99452, + [SMALL_STATE(4004)] = 99480, + [SMALL_STATE(4005)] = 99512, + [SMALL_STATE(4006)] = 99544, + [SMALL_STATE(4007)] = 99572, + [SMALL_STATE(4008)] = 99604, + [SMALL_STATE(4009)] = 99626, + [SMALL_STATE(4010)] = 99656, + [SMALL_STATE(4011)] = 99688, + [SMALL_STATE(4012)] = 99720, + [SMALL_STATE(4013)] = 99750, + [SMALL_STATE(4014)] = 99778, + [SMALL_STATE(4015)] = 99808, + [SMALL_STATE(4016)] = 99836, + [SMALL_STATE(4017)] = 99868, + [SMALL_STATE(4018)] = 99892, + [SMALL_STATE(4019)] = 99916, + [SMALL_STATE(4020)] = 99948, + [SMALL_STATE(4021)] = 99980, + [SMALL_STATE(4022)] = 100010, + [SMALL_STATE(4023)] = 100042, + [SMALL_STATE(4024)] = 100070, + [SMALL_STATE(4025)] = 100102, + [SMALL_STATE(4026)] = 100130, + [SMALL_STATE(4027)] = 100154, + [SMALL_STATE(4028)] = 100182, + [SMALL_STATE(4029)] = 100206, + [SMALL_STATE(4030)] = 100238, + [SMALL_STATE(4031)] = 100262, + [SMALL_STATE(4032)] = 100294, + [SMALL_STATE(4033)] = 100324, + [SMALL_STATE(4034)] = 100352, + [SMALL_STATE(4035)] = 100382, + [SMALL_STATE(4036)] = 100412, + [SMALL_STATE(4037)] = 100444, + [SMALL_STATE(4038)] = 100476, + [SMALL_STATE(4039)] = 100508, + [SMALL_STATE(4040)] = 100536, + [SMALL_STATE(4041)] = 100568, + [SMALL_STATE(4042)] = 100583, + [SMALL_STATE(4043)] = 100610, + [SMALL_STATE(4044)] = 100625, + [SMALL_STATE(4045)] = 100652, + [SMALL_STATE(4046)] = 100671, + [SMALL_STATE(4047)] = 100686, + [SMALL_STATE(4048)] = 100701, + [SMALL_STATE(4049)] = 100722, + [SMALL_STATE(4050)] = 100749, + [SMALL_STATE(4051)] = 100770, + [SMALL_STATE(4052)] = 100797, + [SMALL_STATE(4053)] = 100816, + [SMALL_STATE(4054)] = 100843, + [SMALL_STATE(4055)] = 100858, + [SMALL_STATE(4056)] = 100873, + [SMALL_STATE(4057)] = 100900, + [SMALL_STATE(4058)] = 100927, + [SMALL_STATE(4059)] = 100948, + [SMALL_STATE(4060)] = 100969, + [SMALL_STATE(4061)] = 100996, + [SMALL_STATE(4062)] = 101011, + [SMALL_STATE(4063)] = 101038, + [SMALL_STATE(4064)] = 101053, + [SMALL_STATE(4065)] = 101080, + [SMALL_STATE(4066)] = 101099, + [SMALL_STATE(4067)] = 101126, + [SMALL_STATE(4068)] = 101153, + [SMALL_STATE(4069)] = 101180, + [SMALL_STATE(4070)] = 101207, + [SMALL_STATE(4071)] = 101226, + [SMALL_STATE(4072)] = 101253, + [SMALL_STATE(4073)] = 101273, + [SMALL_STATE(4074)] = 101301, + [SMALL_STATE(4075)] = 101329, + [SMALL_STATE(4076)] = 101343, + [SMALL_STATE(4077)] = 101361, + [SMALL_STATE(4078)] = 101389, + [SMALL_STATE(4079)] = 101417, + [SMALL_STATE(4080)] = 101437, + [SMALL_STATE(4081)] = 101465, + [SMALL_STATE(4082)] = 101485, + [SMALL_STATE(4083)] = 101505, + [SMALL_STATE(4084)] = 101519, + [SMALL_STATE(4085)] = 101539, + [SMALL_STATE(4086)] = 101553, + [SMALL_STATE(4087)] = 101573, + [SMALL_STATE(4088)] = 101587, + [SMALL_STATE(4089)] = 101615, + [SMALL_STATE(4090)] = 101643, + [SMALL_STATE(4091)] = 101663, + [SMALL_STATE(4092)] = 101683, + [SMALL_STATE(4093)] = 101703, + [SMALL_STATE(4094)] = 101723, + [SMALL_STATE(4095)] = 101743, + [SMALL_STATE(4096)] = 101771, + [SMALL_STATE(4097)] = 101785, + [SMALL_STATE(4098)] = 101809, + [SMALL_STATE(4099)] = 101827, + [SMALL_STATE(4100)] = 101855, + [SMALL_STATE(4101)] = 101883, + [SMALL_STATE(4102)] = 101911, + [SMALL_STATE(4103)] = 101939, + [SMALL_STATE(4104)] = 101959, + [SMALL_STATE(4105)] = 101973, + [SMALL_STATE(4106)] = 101993, + [SMALL_STATE(4107)] = 102021, + [SMALL_STATE(4108)] = 102041, + [SMALL_STATE(4109)] = 102061, + [SMALL_STATE(4110)] = 102089, + [SMALL_STATE(4111)] = 102117, + [SMALL_STATE(4112)] = 102137, + [SMALL_STATE(4113)] = 102159, + [SMALL_STATE(4114)] = 102187, + [SMALL_STATE(4115)] = 102207, + [SMALL_STATE(4116)] = 102235, + [SMALL_STATE(4117)] = 102255, + [SMALL_STATE(4118)] = 102283, + [SMALL_STATE(4119)] = 102311, + [SMALL_STATE(4120)] = 102339, + [SMALL_STATE(4121)] = 102367, + [SMALL_STATE(4122)] = 102395, + [SMALL_STATE(4123)] = 102423, + [SMALL_STATE(4124)] = 102451, + [SMALL_STATE(4125)] = 102479, + [SMALL_STATE(4126)] = 102499, + [SMALL_STATE(4127)] = 102527, + [SMALL_STATE(4128)] = 102555, + [SMALL_STATE(4129)] = 102575, + [SMALL_STATE(4130)] = 102595, + [SMALL_STATE(4131)] = 102619, + [SMALL_STATE(4132)] = 102647, + [SMALL_STATE(4133)] = 102675, + [SMALL_STATE(4134)] = 102694, + [SMALL_STATE(4135)] = 102717, + [SMALL_STATE(4136)] = 102736, + [SMALL_STATE(4137)] = 102755, + [SMALL_STATE(4138)] = 102774, + [SMALL_STATE(4139)] = 102793, + [SMALL_STATE(4140)] = 102816, + [SMALL_STATE(4141)] = 102835, + [SMALL_STATE(4142)] = 102858, + [SMALL_STATE(4143)] = 102877, + [SMALL_STATE(4144)] = 102900, + [SMALL_STATE(4145)] = 102919, + [SMALL_STATE(4146)] = 102942, + [SMALL_STATE(4147)] = 102961, + [SMALL_STATE(4148)] = 102982, + [SMALL_STATE(4149)] = 103005, + [SMALL_STATE(4150)] = 103028, + [SMALL_STATE(4151)] = 103051, + [SMALL_STATE(4152)] = 103074, + [SMALL_STATE(4153)] = 103097, + [SMALL_STATE(4154)] = 103116, + [SMALL_STATE(4155)] = 103141, + [SMALL_STATE(4156)] = 103158, + [SMALL_STATE(4157)] = 103180, + [SMALL_STATE(4158)] = 103202, + [SMALL_STATE(4159)] = 103224, + [SMALL_STATE(4160)] = 103244, + [SMALL_STATE(4161)] = 103262, + [SMALL_STATE(4162)] = 103282, + [SMALL_STATE(4163)] = 103304, + [SMALL_STATE(4164)] = 103322, + [SMALL_STATE(4165)] = 103342, + [SMALL_STATE(4166)] = 103362, + [SMALL_STATE(4167)] = 103384, + [SMALL_STATE(4168)] = 103402, + [SMALL_STATE(4169)] = 103424, + [SMALL_STATE(4170)] = 103444, + [SMALL_STATE(4171)] = 103462, + [SMALL_STATE(4172)] = 103482, + [SMALL_STATE(4173)] = 103502, + [SMALL_STATE(4174)] = 103520, + [SMALL_STATE(4175)] = 103538, + [SMALL_STATE(4176)] = 103560, + [SMALL_STATE(4177)] = 103580, + [SMALL_STATE(4178)] = 103602, + [SMALL_STATE(4179)] = 103620, + [SMALL_STATE(4180)] = 103640, + [SMALL_STATE(4181)] = 103660, + [SMALL_STATE(4182)] = 103682, + [SMALL_STATE(4183)] = 103702, + [SMALL_STATE(4184)] = 103720, + [SMALL_STATE(4185)] = 103740, + [SMALL_STATE(4186)] = 103762, + [SMALL_STATE(4187)] = 103780, + [SMALL_STATE(4188)] = 103794, + [SMALL_STATE(4189)] = 103816, + [SMALL_STATE(4190)] = 103834, + [SMALL_STATE(4191)] = 103854, + [SMALL_STATE(4192)] = 103872, + [SMALL_STATE(4193)] = 103894, + [SMALL_STATE(4194)] = 103916, + [SMALL_STATE(4195)] = 103936, + [SMALL_STATE(4196)] = 103958, + [SMALL_STATE(4197)] = 103980, + [SMALL_STATE(4198)] = 104000, + [SMALL_STATE(4199)] = 104018, + [SMALL_STATE(4200)] = 104036, + [SMALL_STATE(4201)] = 104054, + [SMALL_STATE(4202)] = 104076, + [SMALL_STATE(4203)] = 104090, + [SMALL_STATE(4204)] = 104110, + [SMALL_STATE(4205)] = 104132, + [SMALL_STATE(4206)] = 104154, + [SMALL_STATE(4207)] = 104172, + [SMALL_STATE(4208)] = 104194, + [SMALL_STATE(4209)] = 104216, + [SMALL_STATE(4210)] = 104238, + [SMALL_STATE(4211)] = 104256, + [SMALL_STATE(4212)] = 104276, + [SMALL_STATE(4213)] = 104292, + [SMALL_STATE(4214)] = 104314, + [SMALL_STATE(4215)] = 104336, + [SMALL_STATE(4216)] = 104356, + [SMALL_STATE(4217)] = 104376, + [SMALL_STATE(4218)] = 104396, + [SMALL_STATE(4219)] = 104414, + [SMALL_STATE(4220)] = 104432, + [SMALL_STATE(4221)] = 104454, + [SMALL_STATE(4222)] = 104472, + [SMALL_STATE(4223)] = 104490, + [SMALL_STATE(4224)] = 104508, + [SMALL_STATE(4225)] = 104528, + [SMALL_STATE(4226)] = 104550, + [SMALL_STATE(4227)] = 104568, + [SMALL_STATE(4228)] = 104588, + [SMALL_STATE(4229)] = 104610, + [SMALL_STATE(4230)] = 104628, + [SMALL_STATE(4231)] = 104650, + [SMALL_STATE(4232)] = 104670, + [SMALL_STATE(4233)] = 104684, + [SMALL_STATE(4234)] = 104698, + [SMALL_STATE(4235)] = 104720, + [SMALL_STATE(4236)] = 104738, + [SMALL_STATE(4237)] = 104758, + [SMALL_STATE(4238)] = 104780, + [SMALL_STATE(4239)] = 104798, + [SMALL_STATE(4240)] = 104816, + [SMALL_STATE(4241)] = 104838, + [SMALL_STATE(4242)] = 104852, + [SMALL_STATE(4243)] = 104874, + [SMALL_STATE(4244)] = 104894, + [SMALL_STATE(4245)] = 104913, + [SMALL_STATE(4246)] = 104930, + [SMALL_STATE(4247)] = 104949, + [SMALL_STATE(4248)] = 104968, + [SMALL_STATE(4249)] = 104987, + [SMALL_STATE(4250)] = 105002, + [SMALL_STATE(4251)] = 105017, + [SMALL_STATE(4252)] = 105036, + [SMALL_STATE(4253)] = 105055, + [SMALL_STATE(4254)] = 105072, + [SMALL_STATE(4255)] = 105083, + [SMALL_STATE(4256)] = 105100, + [SMALL_STATE(4257)] = 105119, + [SMALL_STATE(4258)] = 105138, + [SMALL_STATE(4259)] = 105155, + [SMALL_STATE(4260)] = 105172, + [SMALL_STATE(4261)] = 105191, + [SMALL_STATE(4262)] = 105210, + [SMALL_STATE(4263)] = 105229, + [SMALL_STATE(4264)] = 105240, + [SMALL_STATE(4265)] = 105259, + [SMALL_STATE(4266)] = 105278, + [SMALL_STATE(4267)] = 105289, + [SMALL_STATE(4268)] = 105306, + [SMALL_STATE(4269)] = 105317, + [SMALL_STATE(4270)] = 105328, + [SMALL_STATE(4271)] = 105347, + [SMALL_STATE(4272)] = 105358, + [SMALL_STATE(4273)] = 105375, + [SMALL_STATE(4274)] = 105394, + [SMALL_STATE(4275)] = 105413, + [SMALL_STATE(4276)] = 105432, + [SMALL_STATE(4277)] = 105449, + [SMALL_STATE(4278)] = 105468, + [SMALL_STATE(4279)] = 105485, + [SMALL_STATE(4280)] = 105504, + [SMALL_STATE(4281)] = 105523, + [SMALL_STATE(4282)] = 105542, + [SMALL_STATE(4283)] = 105559, + [SMALL_STATE(4284)] = 105578, + [SMALL_STATE(4285)] = 105597, + [SMALL_STATE(4286)] = 105614, + [SMALL_STATE(4287)] = 105631, + [SMALL_STATE(4288)] = 105648, + [SMALL_STATE(4289)] = 105667, + [SMALL_STATE(4290)] = 105686, + [SMALL_STATE(4291)] = 105705, + [SMALL_STATE(4292)] = 105722, + [SMALL_STATE(4293)] = 105739, + [SMALL_STATE(4294)] = 105758, + [SMALL_STATE(4295)] = 105775, + [SMALL_STATE(4296)] = 105794, + [SMALL_STATE(4297)] = 105811, + [SMALL_STATE(4298)] = 105828, + [SMALL_STATE(4299)] = 105845, + [SMALL_STATE(4300)] = 105862, + [SMALL_STATE(4301)] = 105875, + [SMALL_STATE(4302)] = 105894, + [SMALL_STATE(4303)] = 105905, + [SMALL_STATE(4304)] = 105924, + [SMALL_STATE(4305)] = 105943, + [SMALL_STATE(4306)] = 105954, + [SMALL_STATE(4307)] = 105971, + [SMALL_STATE(4308)] = 105988, + [SMALL_STATE(4309)] = 106005, + [SMALL_STATE(4310)] = 106024, + [SMALL_STATE(4311)] = 106036, + [SMALL_STATE(4312)] = 106052, + [SMALL_STATE(4313)] = 106068, + [SMALL_STATE(4314)] = 106084, + [SMALL_STATE(4315)] = 106100, + [SMALL_STATE(4316)] = 106116, + [SMALL_STATE(4317)] = 106132, + [SMALL_STATE(4318)] = 106148, + [SMALL_STATE(4319)] = 106164, + [SMALL_STATE(4320)] = 106180, + [SMALL_STATE(4321)] = 106196, + [SMALL_STATE(4322)] = 106212, + [SMALL_STATE(4323)] = 106228, + [SMALL_STATE(4324)] = 106244, + [SMALL_STATE(4325)] = 106260, + [SMALL_STATE(4326)] = 106276, + [SMALL_STATE(4327)] = 106292, + [SMALL_STATE(4328)] = 106308, + [SMALL_STATE(4329)] = 106324, + [SMALL_STATE(4330)] = 106340, + [SMALL_STATE(4331)] = 106356, + [SMALL_STATE(4332)] = 106372, + [SMALL_STATE(4333)] = 106388, + [SMALL_STATE(4334)] = 106404, + [SMALL_STATE(4335)] = 106420, + [SMALL_STATE(4336)] = 106436, + [SMALL_STATE(4337)] = 106452, + [SMALL_STATE(4338)] = 106468, + [SMALL_STATE(4339)] = 106484, + [SMALL_STATE(4340)] = 106500, + [SMALL_STATE(4341)] = 106516, + [SMALL_STATE(4342)] = 106532, + [SMALL_STATE(4343)] = 106548, + [SMALL_STATE(4344)] = 106564, + [SMALL_STATE(4345)] = 106580, + [SMALL_STATE(4346)] = 106596, + [SMALL_STATE(4347)] = 106612, + [SMALL_STATE(4348)] = 106628, + [SMALL_STATE(4349)] = 106644, + [SMALL_STATE(4350)] = 106660, + [SMALL_STATE(4351)] = 106676, + [SMALL_STATE(4352)] = 106692, + [SMALL_STATE(4353)] = 106708, + [SMALL_STATE(4354)] = 106724, + [SMALL_STATE(4355)] = 106740, + [SMALL_STATE(4356)] = 106756, + [SMALL_STATE(4357)] = 106772, + [SMALL_STATE(4358)] = 106788, + [SMALL_STATE(4359)] = 106804, + [SMALL_STATE(4360)] = 106820, + [SMALL_STATE(4361)] = 106836, + [SMALL_STATE(4362)] = 106852, + [SMALL_STATE(4363)] = 106868, + [SMALL_STATE(4364)] = 106882, + [SMALL_STATE(4365)] = 106898, + [SMALL_STATE(4366)] = 106914, + [SMALL_STATE(4367)] = 106930, + [SMALL_STATE(4368)] = 106942, + [SMALL_STATE(4369)] = 106958, + [SMALL_STATE(4370)] = 106974, + [SMALL_STATE(4371)] = 106990, + [SMALL_STATE(4372)] = 107004, + [SMALL_STATE(4373)] = 107020, + [SMALL_STATE(4374)] = 107036, + [SMALL_STATE(4375)] = 107050, + [SMALL_STATE(4376)] = 107066, + [SMALL_STATE(4377)] = 107082, + [SMALL_STATE(4378)] = 107096, + [SMALL_STATE(4379)] = 107112, + [SMALL_STATE(4380)] = 107128, + [SMALL_STATE(4381)] = 107144, + [SMALL_STATE(4382)] = 107160, + [SMALL_STATE(4383)] = 107176, + [SMALL_STATE(4384)] = 107192, + [SMALL_STATE(4385)] = 107208, + [SMALL_STATE(4386)] = 107224, + [SMALL_STATE(4387)] = 107240, + [SMALL_STATE(4388)] = 107256, + [SMALL_STATE(4389)] = 107272, + [SMALL_STATE(4390)] = 107288, + [SMALL_STATE(4391)] = 107304, + [SMALL_STATE(4392)] = 107320, + [SMALL_STATE(4393)] = 107336, + [SMALL_STATE(4394)] = 107350, + [SMALL_STATE(4395)] = 107366, + [SMALL_STATE(4396)] = 107382, + [SMALL_STATE(4397)] = 107398, + [SMALL_STATE(4398)] = 107412, + [SMALL_STATE(4399)] = 107428, + [SMALL_STATE(4400)] = 107442, + [SMALL_STATE(4401)] = 107458, + [SMALL_STATE(4402)] = 107474, + [SMALL_STATE(4403)] = 107488, + [SMALL_STATE(4404)] = 107504, + [SMALL_STATE(4405)] = 107520, + [SMALL_STATE(4406)] = 107536, + [SMALL_STATE(4407)] = 107552, + [SMALL_STATE(4408)] = 107568, + [SMALL_STATE(4409)] = 107584, + [SMALL_STATE(4410)] = 107600, + [SMALL_STATE(4411)] = 107616, + [SMALL_STATE(4412)] = 107632, + [SMALL_STATE(4413)] = 107648, + [SMALL_STATE(4414)] = 107664, + [SMALL_STATE(4415)] = 107680, + [SMALL_STATE(4416)] = 107696, + [SMALL_STATE(4417)] = 107710, + [SMALL_STATE(4418)] = 107724, + [SMALL_STATE(4419)] = 107738, + [SMALL_STATE(4420)] = 107754, + [SMALL_STATE(4421)] = 107770, + [SMALL_STATE(4422)] = 107786, + [SMALL_STATE(4423)] = 107802, + [SMALL_STATE(4424)] = 107818, + [SMALL_STATE(4425)] = 107834, + [SMALL_STATE(4426)] = 107850, + [SMALL_STATE(4427)] = 107866, + [SMALL_STATE(4428)] = 107882, + [SMALL_STATE(4429)] = 107898, + [SMALL_STATE(4430)] = 107914, + [SMALL_STATE(4431)] = 107930, + [SMALL_STATE(4432)] = 107946, + [SMALL_STATE(4433)] = 107962, + [SMALL_STATE(4434)] = 107978, + [SMALL_STATE(4435)] = 107994, + [SMALL_STATE(4436)] = 108010, + [SMALL_STATE(4437)] = 108026, + [SMALL_STATE(4438)] = 108042, + [SMALL_STATE(4439)] = 108058, + [SMALL_STATE(4440)] = 108074, + [SMALL_STATE(4441)] = 108090, + [SMALL_STATE(4442)] = 108106, + [SMALL_STATE(4443)] = 108122, + [SMALL_STATE(4444)] = 108136, + [SMALL_STATE(4445)] = 108152, + [SMALL_STATE(4446)] = 108168, + [SMALL_STATE(4447)] = 108184, + [SMALL_STATE(4448)] = 108200, + [SMALL_STATE(4449)] = 108216, + [SMALL_STATE(4450)] = 108232, + [SMALL_STATE(4451)] = 108248, + [SMALL_STATE(4452)] = 108264, + [SMALL_STATE(4453)] = 108280, + [SMALL_STATE(4454)] = 108296, + [SMALL_STATE(4455)] = 108312, + [SMALL_STATE(4456)] = 108328, + [SMALL_STATE(4457)] = 108344, + [SMALL_STATE(4458)] = 108360, + [SMALL_STATE(4459)] = 108376, + [SMALL_STATE(4460)] = 108392, + [SMALL_STATE(4461)] = 108408, + [SMALL_STATE(4462)] = 108424, + [SMALL_STATE(4463)] = 108440, + [SMALL_STATE(4464)] = 108456, + [SMALL_STATE(4465)] = 108472, + [SMALL_STATE(4466)] = 108488, + [SMALL_STATE(4467)] = 108504, + [SMALL_STATE(4468)] = 108516, + [SMALL_STATE(4469)] = 108532, + [SMALL_STATE(4470)] = 108548, + [SMALL_STATE(4471)] = 108564, + [SMALL_STATE(4472)] = 108580, + [SMALL_STATE(4473)] = 108596, + [SMALL_STATE(4474)] = 108612, + [SMALL_STATE(4475)] = 108628, + [SMALL_STATE(4476)] = 108644, + [SMALL_STATE(4477)] = 108660, + [SMALL_STATE(4478)] = 108676, + [SMALL_STATE(4479)] = 108692, + [SMALL_STATE(4480)] = 108708, + [SMALL_STATE(4481)] = 108724, + [SMALL_STATE(4482)] = 108738, + [SMALL_STATE(4483)] = 108754, + [SMALL_STATE(4484)] = 108770, + [SMALL_STATE(4485)] = 108786, + [SMALL_STATE(4486)] = 108802, + [SMALL_STATE(4487)] = 108818, + [SMALL_STATE(4488)] = 108834, + [SMALL_STATE(4489)] = 108848, + [SMALL_STATE(4490)] = 108864, + [SMALL_STATE(4491)] = 108880, + [SMALL_STATE(4492)] = 108896, + [SMALL_STATE(4493)] = 108912, + [SMALL_STATE(4494)] = 108928, + [SMALL_STATE(4495)] = 108944, + [SMALL_STATE(4496)] = 108960, + [SMALL_STATE(4497)] = 108976, + [SMALL_STATE(4498)] = 108992, + [SMALL_STATE(4499)] = 109008, + [SMALL_STATE(4500)] = 109024, + [SMALL_STATE(4501)] = 109038, + [SMALL_STATE(4502)] = 109054, + [SMALL_STATE(4503)] = 109070, + [SMALL_STATE(4504)] = 109086, + [SMALL_STATE(4505)] = 109102, + [SMALL_STATE(4506)] = 109118, + [SMALL_STATE(4507)] = 109134, + [SMALL_STATE(4508)] = 109150, + [SMALL_STATE(4509)] = 109166, + [SMALL_STATE(4510)] = 109182, + [SMALL_STATE(4511)] = 109198, + [SMALL_STATE(4512)] = 109211, + [SMALL_STATE(4513)] = 109220, + [SMALL_STATE(4514)] = 109233, + [SMALL_STATE(4515)] = 109246, + [SMALL_STATE(4516)] = 109259, + [SMALL_STATE(4517)] = 109272, + [SMALL_STATE(4518)] = 109285, + [SMALL_STATE(4519)] = 109298, + [SMALL_STATE(4520)] = 109311, + [SMALL_STATE(4521)] = 109324, + [SMALL_STATE(4522)] = 109333, + [SMALL_STATE(4523)] = 109346, + [SMALL_STATE(4524)] = 109359, + [SMALL_STATE(4525)] = 109372, + [SMALL_STATE(4526)] = 109385, + [SMALL_STATE(4527)] = 109398, + [SMALL_STATE(4528)] = 109411, + [SMALL_STATE(4529)] = 109424, + [SMALL_STATE(4530)] = 109437, + [SMALL_STATE(4531)] = 109450, + [SMALL_STATE(4532)] = 109461, + [SMALL_STATE(4533)] = 109470, + [SMALL_STATE(4534)] = 109481, + [SMALL_STATE(4535)] = 109494, + [SMALL_STATE(4536)] = 109507, + [SMALL_STATE(4537)] = 109520, + [SMALL_STATE(4538)] = 109533, + [SMALL_STATE(4539)] = 109546, + [SMALL_STATE(4540)] = 109559, + [SMALL_STATE(4541)] = 109572, + [SMALL_STATE(4542)] = 109585, + [SMALL_STATE(4543)] = 109598, + [SMALL_STATE(4544)] = 109611, + [SMALL_STATE(4545)] = 109622, + [SMALL_STATE(4546)] = 109635, + [SMALL_STATE(4547)] = 109648, + [SMALL_STATE(4548)] = 109661, + [SMALL_STATE(4549)] = 109674, + [SMALL_STATE(4550)] = 109685, + [SMALL_STATE(4551)] = 109698, + [SMALL_STATE(4552)] = 109711, + [SMALL_STATE(4553)] = 109724, + [SMALL_STATE(4554)] = 109737, + [SMALL_STATE(4555)] = 109750, + [SMALL_STATE(4556)] = 109763, + [SMALL_STATE(4557)] = 109776, + [SMALL_STATE(4558)] = 109789, + [SMALL_STATE(4559)] = 109798, + [SMALL_STATE(4560)] = 109811, + [SMALL_STATE(4561)] = 109824, + [SMALL_STATE(4562)] = 109837, + [SMALL_STATE(4563)] = 109846, + [SMALL_STATE(4564)] = 109855, + [SMALL_STATE(4565)] = 109864, + [SMALL_STATE(4566)] = 109877, + [SMALL_STATE(4567)] = 109890, + [SMALL_STATE(4568)] = 109899, + [SMALL_STATE(4569)] = 109912, + [SMALL_STATE(4570)] = 109925, + [SMALL_STATE(4571)] = 109938, + [SMALL_STATE(4572)] = 109951, + [SMALL_STATE(4573)] = 109964, + [SMALL_STATE(4574)] = 109977, + [SMALL_STATE(4575)] = 109990, + [SMALL_STATE(4576)] = 110003, + [SMALL_STATE(4577)] = 110016, + [SMALL_STATE(4578)] = 110029, + [SMALL_STATE(4579)] = 110042, + [SMALL_STATE(4580)] = 110055, + [SMALL_STATE(4581)] = 110068, + [SMALL_STATE(4582)] = 110081, + [SMALL_STATE(4583)] = 110094, + [SMALL_STATE(4584)] = 110107, + [SMALL_STATE(4585)] = 110120, + [SMALL_STATE(4586)] = 110133, + [SMALL_STATE(4587)] = 110146, + [SMALL_STATE(4588)] = 110159, + [SMALL_STATE(4589)] = 110170, + [SMALL_STATE(4590)] = 110183, + [SMALL_STATE(4591)] = 110196, + [SMALL_STATE(4592)] = 110207, + [SMALL_STATE(4593)] = 110218, + [SMALL_STATE(4594)] = 110231, + [SMALL_STATE(4595)] = 110244, + [SMALL_STATE(4596)] = 110257, + [SMALL_STATE(4597)] = 110270, + [SMALL_STATE(4598)] = 110283, + [SMALL_STATE(4599)] = 110296, + [SMALL_STATE(4600)] = 110309, + [SMALL_STATE(4601)] = 110322, + [SMALL_STATE(4602)] = 110335, + [SMALL_STATE(4603)] = 110348, + [SMALL_STATE(4604)] = 110361, + [SMALL_STATE(4605)] = 110372, + [SMALL_STATE(4606)] = 110385, + [SMALL_STATE(4607)] = 110398, + [SMALL_STATE(4608)] = 110411, + [SMALL_STATE(4609)] = 110424, + [SMALL_STATE(4610)] = 110437, + [SMALL_STATE(4611)] = 110450, + [SMALL_STATE(4612)] = 110463, + [SMALL_STATE(4613)] = 110476, + [SMALL_STATE(4614)] = 110485, + [SMALL_STATE(4615)] = 110494, + [SMALL_STATE(4616)] = 110507, + [SMALL_STATE(4617)] = 110520, + [SMALL_STATE(4618)] = 110533, + [SMALL_STATE(4619)] = 110546, + [SMALL_STATE(4620)] = 110559, + [SMALL_STATE(4621)] = 110572, + [SMALL_STATE(4622)] = 110585, + [SMALL_STATE(4623)] = 110598, + [SMALL_STATE(4624)] = 110609, + [SMALL_STATE(4625)] = 110622, + [SMALL_STATE(4626)] = 110635, + [SMALL_STATE(4627)] = 110648, + [SMALL_STATE(4628)] = 110661, + [SMALL_STATE(4629)] = 110674, + [SMALL_STATE(4630)] = 110687, + [SMALL_STATE(4631)] = 110700, + [SMALL_STATE(4632)] = 110713, + [SMALL_STATE(4633)] = 110726, + [SMALL_STATE(4634)] = 110739, + [SMALL_STATE(4635)] = 110752, + [SMALL_STATE(4636)] = 110765, + [SMALL_STATE(4637)] = 110778, + [SMALL_STATE(4638)] = 110791, + [SMALL_STATE(4639)] = 110804, + [SMALL_STATE(4640)] = 110817, + [SMALL_STATE(4641)] = 110830, + [SMALL_STATE(4642)] = 110843, + [SMALL_STATE(4643)] = 110856, + [SMALL_STATE(4644)] = 110869, + [SMALL_STATE(4645)] = 110882, + [SMALL_STATE(4646)] = 110895, + [SMALL_STATE(4647)] = 110904, + [SMALL_STATE(4648)] = 110917, + [SMALL_STATE(4649)] = 110930, + [SMALL_STATE(4650)] = 110943, + [SMALL_STATE(4651)] = 110956, + [SMALL_STATE(4652)] = 110969, + [SMALL_STATE(4653)] = 110982, + [SMALL_STATE(4654)] = 110995, + [SMALL_STATE(4655)] = 111008, + [SMALL_STATE(4656)] = 111021, + [SMALL_STATE(4657)] = 111034, + [SMALL_STATE(4658)] = 111047, + [SMALL_STATE(4659)] = 111060, + [SMALL_STATE(4660)] = 111073, + [SMALL_STATE(4661)] = 111086, + [SMALL_STATE(4662)] = 111099, + [SMALL_STATE(4663)] = 111112, + [SMALL_STATE(4664)] = 111125, + [SMALL_STATE(4665)] = 111138, + [SMALL_STATE(4666)] = 111151, + [SMALL_STATE(4667)] = 111164, + [SMALL_STATE(4668)] = 111177, + [SMALL_STATE(4669)] = 111190, + [SMALL_STATE(4670)] = 111199, + [SMALL_STATE(4671)] = 111212, + [SMALL_STATE(4672)] = 111225, + [SMALL_STATE(4673)] = 111238, + [SMALL_STATE(4674)] = 111251, + [SMALL_STATE(4675)] = 111264, + [SMALL_STATE(4676)] = 111277, + [SMALL_STATE(4677)] = 111290, + [SMALL_STATE(4678)] = 111303, + [SMALL_STATE(4679)] = 111316, + [SMALL_STATE(4680)] = 111329, + [SMALL_STATE(4681)] = 111342, + [SMALL_STATE(4682)] = 111355, + [SMALL_STATE(4683)] = 111368, + [SMALL_STATE(4684)] = 111381, + [SMALL_STATE(4685)] = 111394, + [SMALL_STATE(4686)] = 111407, + [SMALL_STATE(4687)] = 111420, + [SMALL_STATE(4688)] = 111433, + [SMALL_STATE(4689)] = 111446, + [SMALL_STATE(4690)] = 111457, + [SMALL_STATE(4691)] = 111470, + [SMALL_STATE(4692)] = 111483, + [SMALL_STATE(4693)] = 111496, + [SMALL_STATE(4694)] = 111509, + [SMALL_STATE(4695)] = 111522, + [SMALL_STATE(4696)] = 111535, + [SMALL_STATE(4697)] = 111548, + [SMALL_STATE(4698)] = 111561, + [SMALL_STATE(4699)] = 111574, + [SMALL_STATE(4700)] = 111587, + [SMALL_STATE(4701)] = 111600, + [SMALL_STATE(4702)] = 111613, + [SMALL_STATE(4703)] = 111626, + [SMALL_STATE(4704)] = 111639, + [SMALL_STATE(4705)] = 111652, + [SMALL_STATE(4706)] = 111665, + [SMALL_STATE(4707)] = 111678, + [SMALL_STATE(4708)] = 111691, + [SMALL_STATE(4709)] = 111704, + [SMALL_STATE(4710)] = 111717, + [SMALL_STATE(4711)] = 111728, + [SMALL_STATE(4712)] = 111741, + [SMALL_STATE(4713)] = 111754, + [SMALL_STATE(4714)] = 111767, + [SMALL_STATE(4715)] = 111780, + [SMALL_STATE(4716)] = 111793, + [SMALL_STATE(4717)] = 111806, + [SMALL_STATE(4718)] = 111819, + [SMALL_STATE(4719)] = 111832, + [SMALL_STATE(4720)] = 111845, + [SMALL_STATE(4721)] = 111858, + [SMALL_STATE(4722)] = 111871, + [SMALL_STATE(4723)] = 111884, + [SMALL_STATE(4724)] = 111897, + [SMALL_STATE(4725)] = 111910, + [SMALL_STATE(4726)] = 111921, + [SMALL_STATE(4727)] = 111934, + [SMALL_STATE(4728)] = 111947, + [SMALL_STATE(4729)] = 111960, + [SMALL_STATE(4730)] = 111973, + [SMALL_STATE(4731)] = 111984, + [SMALL_STATE(4732)] = 111997, + [SMALL_STATE(4733)] = 112010, + [SMALL_STATE(4734)] = 112023, + [SMALL_STATE(4735)] = 112036, + [SMALL_STATE(4736)] = 112049, + [SMALL_STATE(4737)] = 112062, + [SMALL_STATE(4738)] = 112075, + [SMALL_STATE(4739)] = 112088, + [SMALL_STATE(4740)] = 112101, + [SMALL_STATE(4741)] = 112114, + [SMALL_STATE(4742)] = 112127, + [SMALL_STATE(4743)] = 112140, + [SMALL_STATE(4744)] = 112153, + [SMALL_STATE(4745)] = 112166, + [SMALL_STATE(4746)] = 112179, + [SMALL_STATE(4747)] = 112192, + [SMALL_STATE(4748)] = 112205, + [SMALL_STATE(4749)] = 112218, + [SMALL_STATE(4750)] = 112231, + [SMALL_STATE(4751)] = 112244, + [SMALL_STATE(4752)] = 112257, + [SMALL_STATE(4753)] = 112270, + [SMALL_STATE(4754)] = 112283, + [SMALL_STATE(4755)] = 112296, + [SMALL_STATE(4756)] = 112309, + [SMALL_STATE(4757)] = 112322, + [SMALL_STATE(4758)] = 112335, + [SMALL_STATE(4759)] = 112344, + [SMALL_STATE(4760)] = 112357, + [SMALL_STATE(4761)] = 112370, + [SMALL_STATE(4762)] = 112383, + [SMALL_STATE(4763)] = 112396, + [SMALL_STATE(4764)] = 112409, + [SMALL_STATE(4765)] = 112422, + [SMALL_STATE(4766)] = 112435, + [SMALL_STATE(4767)] = 112446, + [SMALL_STATE(4768)] = 112459, + [SMALL_STATE(4769)] = 112472, + [SMALL_STATE(4770)] = 112480, + [SMALL_STATE(4771)] = 112488, + [SMALL_STATE(4772)] = 112496, + [SMALL_STATE(4773)] = 112504, + [SMALL_STATE(4774)] = 112514, + [SMALL_STATE(4775)] = 112522, + [SMALL_STATE(4776)] = 112532, + [SMALL_STATE(4777)] = 112540, + [SMALL_STATE(4778)] = 112548, + [SMALL_STATE(4779)] = 112556, + [SMALL_STATE(4780)] = 112566, + [SMALL_STATE(4781)] = 112576, + [SMALL_STATE(4782)] = 112584, + [SMALL_STATE(4783)] = 112592, + [SMALL_STATE(4784)] = 112602, + [SMALL_STATE(4785)] = 112610, + [SMALL_STATE(4786)] = 112620, + [SMALL_STATE(4787)] = 112630, + [SMALL_STATE(4788)] = 112640, + [SMALL_STATE(4789)] = 112648, + [SMALL_STATE(4790)] = 112656, + [SMALL_STATE(4791)] = 112666, + [SMALL_STATE(4792)] = 112676, + [SMALL_STATE(4793)] = 112684, + [SMALL_STATE(4794)] = 112692, + [SMALL_STATE(4795)] = 112702, + [SMALL_STATE(4796)] = 112710, + [SMALL_STATE(4797)] = 112720, + [SMALL_STATE(4798)] = 112728, + [SMALL_STATE(4799)] = 112736, + [SMALL_STATE(4800)] = 112744, + [SMALL_STATE(4801)] = 112754, + [SMALL_STATE(4802)] = 112762, + [SMALL_STATE(4803)] = 112772, + [SMALL_STATE(4804)] = 112782, + [SMALL_STATE(4805)] = 112792, + [SMALL_STATE(4806)] = 112800, + [SMALL_STATE(4807)] = 112808, + [SMALL_STATE(4808)] = 112818, + [SMALL_STATE(4809)] = 112826, + [SMALL_STATE(4810)] = 112836, + [SMALL_STATE(4811)] = 112846, + [SMALL_STATE(4812)] = 112856, + [SMALL_STATE(4813)] = 112866, + [SMALL_STATE(4814)] = 112876, + [SMALL_STATE(4815)] = 112884, + [SMALL_STATE(4816)] = 112892, + [SMALL_STATE(4817)] = 112900, + [SMALL_STATE(4818)] = 112908, + [SMALL_STATE(4819)] = 112918, + [SMALL_STATE(4820)] = 112926, + [SMALL_STATE(4821)] = 112934, + [SMALL_STATE(4822)] = 112944, + [SMALL_STATE(4823)] = 112952, + [SMALL_STATE(4824)] = 112962, + [SMALL_STATE(4825)] = 112970, + [SMALL_STATE(4826)] = 112980, + [SMALL_STATE(4827)] = 112990, + [SMALL_STATE(4828)] = 113000, + [SMALL_STATE(4829)] = 113008, + [SMALL_STATE(4830)] = 113018, + [SMALL_STATE(4831)] = 113028, + [SMALL_STATE(4832)] = 113038, + [SMALL_STATE(4833)] = 113048, + [SMALL_STATE(4834)] = 113058, + [SMALL_STATE(4835)] = 113066, + [SMALL_STATE(4836)] = 113076, + [SMALL_STATE(4837)] = 113086, + [SMALL_STATE(4838)] = 113096, + [SMALL_STATE(4839)] = 113106, + [SMALL_STATE(4840)] = 113116, + [SMALL_STATE(4841)] = 113126, + [SMALL_STATE(4842)] = 113134, + [SMALL_STATE(4843)] = 113142, + [SMALL_STATE(4844)] = 113150, + [SMALL_STATE(4845)] = 113158, + [SMALL_STATE(4846)] = 113166, + [SMALL_STATE(4847)] = 113174, + [SMALL_STATE(4848)] = 113182, + [SMALL_STATE(4849)] = 113190, + [SMALL_STATE(4850)] = 113198, + [SMALL_STATE(4851)] = 113206, + [SMALL_STATE(4852)] = 113214, + [SMALL_STATE(4853)] = 113224, + [SMALL_STATE(4854)] = 113232, + [SMALL_STATE(4855)] = 113240, + [SMALL_STATE(4856)] = 113248, + [SMALL_STATE(4857)] = 113256, + [SMALL_STATE(4858)] = 113264, + [SMALL_STATE(4859)] = 113272, + [SMALL_STATE(4860)] = 113282, + [SMALL_STATE(4861)] = 113292, + [SMALL_STATE(4862)] = 113302, + [SMALL_STATE(4863)] = 113312, + [SMALL_STATE(4864)] = 113320, + [SMALL_STATE(4865)] = 113330, + [SMALL_STATE(4866)] = 113338, + [SMALL_STATE(4867)] = 113346, + [SMALL_STATE(4868)] = 113356, + [SMALL_STATE(4869)] = 113366, + [SMALL_STATE(4870)] = 113374, + [SMALL_STATE(4871)] = 113382, + [SMALL_STATE(4872)] = 113392, + [SMALL_STATE(4873)] = 113400, + [SMALL_STATE(4874)] = 113410, + [SMALL_STATE(4875)] = 113418, + [SMALL_STATE(4876)] = 113426, + [SMALL_STATE(4877)] = 113436, + [SMALL_STATE(4878)] = 113444, + [SMALL_STATE(4879)] = 113452, + [SMALL_STATE(4880)] = 113460, + [SMALL_STATE(4881)] = 113468, + [SMALL_STATE(4882)] = 113476, + [SMALL_STATE(4883)] = 113484, + [SMALL_STATE(4884)] = 113494, + [SMALL_STATE(4885)] = 113504, + [SMALL_STATE(4886)] = 113514, + [SMALL_STATE(4887)] = 113524, + [SMALL_STATE(4888)] = 113534, + [SMALL_STATE(4889)] = 113544, + [SMALL_STATE(4890)] = 113554, + [SMALL_STATE(4891)] = 113562, + [SMALL_STATE(4892)] = 113570, + [SMALL_STATE(4893)] = 113578, + [SMALL_STATE(4894)] = 113586, + [SMALL_STATE(4895)] = 113594, + [SMALL_STATE(4896)] = 113604, + [SMALL_STATE(4897)] = 113614, + [SMALL_STATE(4898)] = 113622, + [SMALL_STATE(4899)] = 113632, + [SMALL_STATE(4900)] = 113642, + [SMALL_STATE(4901)] = 113652, + [SMALL_STATE(4902)] = 113662, + [SMALL_STATE(4903)] = 113670, + [SMALL_STATE(4904)] = 113680, + [SMALL_STATE(4905)] = 113690, + [SMALL_STATE(4906)] = 113700, + [SMALL_STATE(4907)] = 113710, + [SMALL_STATE(4908)] = 113720, + [SMALL_STATE(4909)] = 113730, + [SMALL_STATE(4910)] = 113740, + [SMALL_STATE(4911)] = 113750, + [SMALL_STATE(4912)] = 113760, + [SMALL_STATE(4913)] = 113768, + [SMALL_STATE(4914)] = 113778, + [SMALL_STATE(4915)] = 113788, + [SMALL_STATE(4916)] = 113798, + [SMALL_STATE(4917)] = 113808, + [SMALL_STATE(4918)] = 113816, + [SMALL_STATE(4919)] = 113826, + [SMALL_STATE(4920)] = 113836, + [SMALL_STATE(4921)] = 113846, + [SMALL_STATE(4922)] = 113856, + [SMALL_STATE(4923)] = 113866, + [SMALL_STATE(4924)] = 113876, + [SMALL_STATE(4925)] = 113886, + [SMALL_STATE(4926)] = 113896, + [SMALL_STATE(4927)] = 113906, + [SMALL_STATE(4928)] = 113916, + [SMALL_STATE(4929)] = 113926, + [SMALL_STATE(4930)] = 113936, + [SMALL_STATE(4931)] = 113946, + [SMALL_STATE(4932)] = 113956, + [SMALL_STATE(4933)] = 113966, + [SMALL_STATE(4934)] = 113976, + [SMALL_STATE(4935)] = 113984, + [SMALL_STATE(4936)] = 113994, + [SMALL_STATE(4937)] = 114004, + [SMALL_STATE(4938)] = 114014, + [SMALL_STATE(4939)] = 114024, + [SMALL_STATE(4940)] = 114034, + [SMALL_STATE(4941)] = 114042, + [SMALL_STATE(4942)] = 114050, + [SMALL_STATE(4943)] = 114060, + [SMALL_STATE(4944)] = 114070, + [SMALL_STATE(4945)] = 114080, + [SMALL_STATE(4946)] = 114090, + [SMALL_STATE(4947)] = 114098, + [SMALL_STATE(4948)] = 114108, + [SMALL_STATE(4949)] = 114118, + [SMALL_STATE(4950)] = 114128, + [SMALL_STATE(4951)] = 114138, + [SMALL_STATE(4952)] = 114148, + [SMALL_STATE(4953)] = 114158, + [SMALL_STATE(4954)] = 114166, + [SMALL_STATE(4955)] = 114176, + [SMALL_STATE(4956)] = 114186, + [SMALL_STATE(4957)] = 114196, + [SMALL_STATE(4958)] = 114206, + [SMALL_STATE(4959)] = 114216, + [SMALL_STATE(4960)] = 114226, + [SMALL_STATE(4961)] = 114236, + [SMALL_STATE(4962)] = 114246, + [SMALL_STATE(4963)] = 114254, + [SMALL_STATE(4964)] = 114264, + [SMALL_STATE(4965)] = 114274, + [SMALL_STATE(4966)] = 114284, + [SMALL_STATE(4967)] = 114294, + [SMALL_STATE(4968)] = 114304, + [SMALL_STATE(4969)] = 114314, + [SMALL_STATE(4970)] = 114324, + [SMALL_STATE(4971)] = 114334, + [SMALL_STATE(4972)] = 114344, + [SMALL_STATE(4973)] = 114352, + [SMALL_STATE(4974)] = 114362, + [SMALL_STATE(4975)] = 114370, + [SMALL_STATE(4976)] = 114380, + [SMALL_STATE(4977)] = 114390, + [SMALL_STATE(4978)] = 114400, + [SMALL_STATE(4979)] = 114410, + [SMALL_STATE(4980)] = 114420, + [SMALL_STATE(4981)] = 114430, + [SMALL_STATE(4982)] = 114440, + [SMALL_STATE(4983)] = 114450, + [SMALL_STATE(4984)] = 114460, + [SMALL_STATE(4985)] = 114470, + [SMALL_STATE(4986)] = 114480, + [SMALL_STATE(4987)] = 114490, + [SMALL_STATE(4988)] = 114500, + [SMALL_STATE(4989)] = 114510, + [SMALL_STATE(4990)] = 114520, + [SMALL_STATE(4991)] = 114530, + [SMALL_STATE(4992)] = 114540, + [SMALL_STATE(4993)] = 114550, + [SMALL_STATE(4994)] = 114560, + [SMALL_STATE(4995)] = 114570, + [SMALL_STATE(4996)] = 114580, + [SMALL_STATE(4997)] = 114588, + [SMALL_STATE(4998)] = 114598, + [SMALL_STATE(4999)] = 114606, + [SMALL_STATE(5000)] = 114616, + [SMALL_STATE(5001)] = 114626, + [SMALL_STATE(5002)] = 114636, + [SMALL_STATE(5003)] = 114646, + [SMALL_STATE(5004)] = 114656, + [SMALL_STATE(5005)] = 114666, + [SMALL_STATE(5006)] = 114676, + [SMALL_STATE(5007)] = 114686, + [SMALL_STATE(5008)] = 114696, + [SMALL_STATE(5009)] = 114706, + [SMALL_STATE(5010)] = 114716, + [SMALL_STATE(5011)] = 114726, + [SMALL_STATE(5012)] = 114736, + [SMALL_STATE(5013)] = 114746, + [SMALL_STATE(5014)] = 114756, + [SMALL_STATE(5015)] = 114766, + [SMALL_STATE(5016)] = 114776, + [SMALL_STATE(5017)] = 114786, + [SMALL_STATE(5018)] = 114796, + [SMALL_STATE(5019)] = 114806, + [SMALL_STATE(5020)] = 114816, + [SMALL_STATE(5021)] = 114826, + [SMALL_STATE(5022)] = 114836, + [SMALL_STATE(5023)] = 114846, + [SMALL_STATE(5024)] = 114856, + [SMALL_STATE(5025)] = 114864, + [SMALL_STATE(5026)] = 114874, + [SMALL_STATE(5027)] = 114884, + [SMALL_STATE(5028)] = 114894, + [SMALL_STATE(5029)] = 114902, + [SMALL_STATE(5030)] = 114912, + [SMALL_STATE(5031)] = 114922, + [SMALL_STATE(5032)] = 114930, + [SMALL_STATE(5033)] = 114940, + [SMALL_STATE(5034)] = 114948, + [SMALL_STATE(5035)] = 114958, + [SMALL_STATE(5036)] = 114968, + [SMALL_STATE(5037)] = 114978, + [SMALL_STATE(5038)] = 114988, + [SMALL_STATE(5039)] = 114998, + [SMALL_STATE(5040)] = 115008, + [SMALL_STATE(5041)] = 115016, + [SMALL_STATE(5042)] = 115026, + [SMALL_STATE(5043)] = 115036, + [SMALL_STATE(5044)] = 115046, + [SMALL_STATE(5045)] = 115056, + [SMALL_STATE(5046)] = 115066, + [SMALL_STATE(5047)] = 115076, + [SMALL_STATE(5048)] = 115084, + [SMALL_STATE(5049)] = 115094, + [SMALL_STATE(5050)] = 115104, + [SMALL_STATE(5051)] = 115114, + [SMALL_STATE(5052)] = 115124, + [SMALL_STATE(5053)] = 115134, + [SMALL_STATE(5054)] = 115144, + [SMALL_STATE(5055)] = 115154, + [SMALL_STATE(5056)] = 115164, + [SMALL_STATE(5057)] = 115174, + [SMALL_STATE(5058)] = 115182, + [SMALL_STATE(5059)] = 115192, + [SMALL_STATE(5060)] = 115202, + [SMALL_STATE(5061)] = 115212, + [SMALL_STATE(5062)] = 115220, + [SMALL_STATE(5063)] = 115230, + [SMALL_STATE(5064)] = 115240, + [SMALL_STATE(5065)] = 115250, + [SMALL_STATE(5066)] = 115258, + [SMALL_STATE(5067)] = 115268, + [SMALL_STATE(5068)] = 115278, + [SMALL_STATE(5069)] = 115288, + [SMALL_STATE(5070)] = 115298, + [SMALL_STATE(5071)] = 115308, + [SMALL_STATE(5072)] = 115318, + [SMALL_STATE(5073)] = 115328, + [SMALL_STATE(5074)] = 115338, + [SMALL_STATE(5075)] = 115348, + [SMALL_STATE(5076)] = 115358, + [SMALL_STATE(5077)] = 115366, + [SMALL_STATE(5078)] = 115376, + [SMALL_STATE(5079)] = 115386, + [SMALL_STATE(5080)] = 115396, + [SMALL_STATE(5081)] = 115404, + [SMALL_STATE(5082)] = 115414, + [SMALL_STATE(5083)] = 115424, + [SMALL_STATE(5084)] = 115434, + [SMALL_STATE(5085)] = 115444, + [SMALL_STATE(5086)] = 115454, + [SMALL_STATE(5087)] = 115464, + [SMALL_STATE(5088)] = 115474, + [SMALL_STATE(5089)] = 115484, + [SMALL_STATE(5090)] = 115494, + [SMALL_STATE(5091)] = 115504, + [SMALL_STATE(5092)] = 115514, + [SMALL_STATE(5093)] = 115524, + [SMALL_STATE(5094)] = 115534, + [SMALL_STATE(5095)] = 115544, + [SMALL_STATE(5096)] = 115554, + [SMALL_STATE(5097)] = 115564, + [SMALL_STATE(5098)] = 115574, + [SMALL_STATE(5099)] = 115584, + [SMALL_STATE(5100)] = 115591, + [SMALL_STATE(5101)] = 115598, + [SMALL_STATE(5102)] = 115605, + [SMALL_STATE(5103)] = 115612, + [SMALL_STATE(5104)] = 115619, + [SMALL_STATE(5105)] = 115626, + [SMALL_STATE(5106)] = 115633, + [SMALL_STATE(5107)] = 115640, + [SMALL_STATE(5108)] = 115647, + [SMALL_STATE(5109)] = 115654, + [SMALL_STATE(5110)] = 115661, + [SMALL_STATE(5111)] = 115668, + [SMALL_STATE(5112)] = 115675, + [SMALL_STATE(5113)] = 115682, + [SMALL_STATE(5114)] = 115689, + [SMALL_STATE(5115)] = 115696, + [SMALL_STATE(5116)] = 115703, + [SMALL_STATE(5117)] = 115710, + [SMALL_STATE(5118)] = 115717, + [SMALL_STATE(5119)] = 115724, + [SMALL_STATE(5120)] = 115731, + [SMALL_STATE(5121)] = 115738, + [SMALL_STATE(5122)] = 115745, + [SMALL_STATE(5123)] = 115752, + [SMALL_STATE(5124)] = 115759, + [SMALL_STATE(5125)] = 115766, + [SMALL_STATE(5126)] = 115773, + [SMALL_STATE(5127)] = 115780, + [SMALL_STATE(5128)] = 115787, + [SMALL_STATE(5129)] = 115794, + [SMALL_STATE(5130)] = 115801, + [SMALL_STATE(5131)] = 115808, + [SMALL_STATE(5132)] = 115815, + [SMALL_STATE(5133)] = 115822, + [SMALL_STATE(5134)] = 115829, + [SMALL_STATE(5135)] = 115836, + [SMALL_STATE(5136)] = 115843, + [SMALL_STATE(5137)] = 115850, + [SMALL_STATE(5138)] = 115857, + [SMALL_STATE(5139)] = 115864, + [SMALL_STATE(5140)] = 115871, + [SMALL_STATE(5141)] = 115878, + [SMALL_STATE(5142)] = 115885, + [SMALL_STATE(5143)] = 115892, + [SMALL_STATE(5144)] = 115899, + [SMALL_STATE(5145)] = 115906, + [SMALL_STATE(5146)] = 115913, + [SMALL_STATE(5147)] = 115920, + [SMALL_STATE(5148)] = 115927, + [SMALL_STATE(5149)] = 115934, + [SMALL_STATE(5150)] = 115941, + [SMALL_STATE(5151)] = 115948, + [SMALL_STATE(5152)] = 115955, + [SMALL_STATE(5153)] = 115962, + [SMALL_STATE(5154)] = 115969, + [SMALL_STATE(5155)] = 115976, + [SMALL_STATE(5156)] = 115983, + [SMALL_STATE(5157)] = 115990, + [SMALL_STATE(5158)] = 115997, + [SMALL_STATE(5159)] = 116004, + [SMALL_STATE(5160)] = 116011, + [SMALL_STATE(5161)] = 116018, + [SMALL_STATE(5162)] = 116025, + [SMALL_STATE(5163)] = 116032, + [SMALL_STATE(5164)] = 116039, + [SMALL_STATE(5165)] = 116046, + [SMALL_STATE(5166)] = 116053, + [SMALL_STATE(5167)] = 116060, + [SMALL_STATE(5168)] = 116067, + [SMALL_STATE(5169)] = 116074, + [SMALL_STATE(5170)] = 116081, + [SMALL_STATE(5171)] = 116088, + [SMALL_STATE(5172)] = 116095, + [SMALL_STATE(5173)] = 116102, + [SMALL_STATE(5174)] = 116109, + [SMALL_STATE(5175)] = 116116, + [SMALL_STATE(5176)] = 116123, + [SMALL_STATE(5177)] = 116130, + [SMALL_STATE(5178)] = 116137, + [SMALL_STATE(5179)] = 116144, + [SMALL_STATE(5180)] = 116151, + [SMALL_STATE(5181)] = 116158, + [SMALL_STATE(5182)] = 116165, + [SMALL_STATE(5183)] = 116172, + [SMALL_STATE(5184)] = 116179, + [SMALL_STATE(5185)] = 116186, + [SMALL_STATE(5186)] = 116193, + [SMALL_STATE(5187)] = 116200, + [SMALL_STATE(5188)] = 116207, + [SMALL_STATE(5189)] = 116214, + [SMALL_STATE(5190)] = 116221, + [SMALL_STATE(5191)] = 116228, + [SMALL_STATE(5192)] = 116235, + [SMALL_STATE(5193)] = 116242, + [SMALL_STATE(5194)] = 116249, + [SMALL_STATE(5195)] = 116256, + [SMALL_STATE(5196)] = 116263, + [SMALL_STATE(5197)] = 116270, + [SMALL_STATE(5198)] = 116277, + [SMALL_STATE(5199)] = 116284, + [SMALL_STATE(5200)] = 116291, + [SMALL_STATE(5201)] = 116298, + [SMALL_STATE(5202)] = 116305, + [SMALL_STATE(5203)] = 116312, + [SMALL_STATE(5204)] = 116319, + [SMALL_STATE(5205)] = 116326, + [SMALL_STATE(5206)] = 116333, + [SMALL_STATE(5207)] = 116340, + [SMALL_STATE(5208)] = 116347, + [SMALL_STATE(5209)] = 116354, + [SMALL_STATE(5210)] = 116361, + [SMALL_STATE(5211)] = 116368, + [SMALL_STATE(5212)] = 116375, + [SMALL_STATE(5213)] = 116382, + [SMALL_STATE(5214)] = 116389, + [SMALL_STATE(5215)] = 116396, + [SMALL_STATE(5216)] = 116403, + [SMALL_STATE(5217)] = 116410, + [SMALL_STATE(5218)] = 116417, + [SMALL_STATE(5219)] = 116424, + [SMALL_STATE(5220)] = 116431, + [SMALL_STATE(5221)] = 116438, + [SMALL_STATE(5222)] = 116445, + [SMALL_STATE(5223)] = 116452, + [SMALL_STATE(5224)] = 116459, + [SMALL_STATE(5225)] = 116466, + [SMALL_STATE(5226)] = 116473, + [SMALL_STATE(5227)] = 116480, + [SMALL_STATE(5228)] = 116487, + [SMALL_STATE(5229)] = 116494, + [SMALL_STATE(5230)] = 116501, + [SMALL_STATE(5231)] = 116508, + [SMALL_STATE(5232)] = 116515, + [SMALL_STATE(5233)] = 116522, + [SMALL_STATE(5234)] = 116529, + [SMALL_STATE(5235)] = 116536, + [SMALL_STATE(5236)] = 116543, + [SMALL_STATE(5237)] = 116550, + [SMALL_STATE(5238)] = 116557, + [SMALL_STATE(5239)] = 116564, + [SMALL_STATE(5240)] = 116571, + [SMALL_STATE(5241)] = 116578, + [SMALL_STATE(5242)] = 116585, + [SMALL_STATE(5243)] = 116592, + [SMALL_STATE(5244)] = 116599, + [SMALL_STATE(5245)] = 116606, + [SMALL_STATE(5246)] = 116613, + [SMALL_STATE(5247)] = 116620, + [SMALL_STATE(5248)] = 116627, + [SMALL_STATE(5249)] = 116634, + [SMALL_STATE(5250)] = 116641, + [SMALL_STATE(5251)] = 116648, + [SMALL_STATE(5252)] = 116655, + [SMALL_STATE(5253)] = 116662, + [SMALL_STATE(5254)] = 116669, + [SMALL_STATE(5255)] = 116676, + [SMALL_STATE(5256)] = 116683, + [SMALL_STATE(5257)] = 116690, + [SMALL_STATE(5258)] = 116697, + [SMALL_STATE(5259)] = 116704, + [SMALL_STATE(5260)] = 116711, + [SMALL_STATE(5261)] = 116718, + [SMALL_STATE(5262)] = 116725, + [SMALL_STATE(5263)] = 116732, + [SMALL_STATE(5264)] = 116739, + [SMALL_STATE(5265)] = 116746, + [SMALL_STATE(5266)] = 116753, + [SMALL_STATE(5267)] = 116760, + [SMALL_STATE(5268)] = 116767, + [SMALL_STATE(5269)] = 116774, + [SMALL_STATE(5270)] = 116781, + [SMALL_STATE(5271)] = 116788, + [SMALL_STATE(5272)] = 116795, + [SMALL_STATE(5273)] = 116802, + [SMALL_STATE(5274)] = 116809, + [SMALL_STATE(5275)] = 116816, + [SMALL_STATE(5276)] = 116823, + [SMALL_STATE(5277)] = 116830, + [SMALL_STATE(5278)] = 116837, + [SMALL_STATE(5279)] = 116844, + [SMALL_STATE(5280)] = 116851, + [SMALL_STATE(5281)] = 116858, + [SMALL_STATE(5282)] = 116865, + [SMALL_STATE(5283)] = 116872, + [SMALL_STATE(5284)] = 116879, + [SMALL_STATE(5285)] = 116886, + [SMALL_STATE(5286)] = 116893, + [SMALL_STATE(5287)] = 116900, + [SMALL_STATE(5288)] = 116907, + [SMALL_STATE(5289)] = 116914, + [SMALL_STATE(5290)] = 116921, + [SMALL_STATE(5291)] = 116928, + [SMALL_STATE(5292)] = 116935, + [SMALL_STATE(5293)] = 116942, + [SMALL_STATE(5294)] = 116949, + [SMALL_STATE(5295)] = 116956, + [SMALL_STATE(5296)] = 116963, + [SMALL_STATE(5297)] = 116970, + [SMALL_STATE(5298)] = 116977, + [SMALL_STATE(5299)] = 116984, + [SMALL_STATE(5300)] = 116991, + [SMALL_STATE(5301)] = 116998, + [SMALL_STATE(5302)] = 117005, + [SMALL_STATE(5303)] = 117012, + [SMALL_STATE(5304)] = 117019, + [SMALL_STATE(5305)] = 117026, + [SMALL_STATE(5306)] = 117033, + [SMALL_STATE(5307)] = 117040, + [SMALL_STATE(5308)] = 117047, + [SMALL_STATE(5309)] = 117054, + [SMALL_STATE(5310)] = 117061, + [SMALL_STATE(5311)] = 117068, + [SMALL_STATE(5312)] = 117075, + [SMALL_STATE(5313)] = 117082, + [SMALL_STATE(5314)] = 117089, + [SMALL_STATE(5315)] = 117096, + [SMALL_STATE(5316)] = 117103, + [SMALL_STATE(5317)] = 117110, + [SMALL_STATE(5318)] = 117117, + [SMALL_STATE(5319)] = 117124, + [SMALL_STATE(5320)] = 117131, + [SMALL_STATE(5321)] = 117138, + [SMALL_STATE(5322)] = 117145, + [SMALL_STATE(5323)] = 117152, + [SMALL_STATE(5324)] = 117159, + [SMALL_STATE(5325)] = 117166, + [SMALL_STATE(5326)] = 117173, + [SMALL_STATE(5327)] = 117180, + [SMALL_STATE(5328)] = 117187, + [SMALL_STATE(5329)] = 117194, + [SMALL_STATE(5330)] = 117201, + [SMALL_STATE(5331)] = 117208, + [SMALL_STATE(5332)] = 117215, + [SMALL_STATE(5333)] = 117222, + [SMALL_STATE(5334)] = 117229, + [SMALL_STATE(5335)] = 117236, + [SMALL_STATE(5336)] = 117243, + [SMALL_STATE(5337)] = 117250, + [SMALL_STATE(5338)] = 117257, + [SMALL_STATE(5339)] = 117264, + [SMALL_STATE(5340)] = 117271, + [SMALL_STATE(5341)] = 117278, + [SMALL_STATE(5342)] = 117285, + [SMALL_STATE(5343)] = 117292, + [SMALL_STATE(5344)] = 117299, + [SMALL_STATE(5345)] = 117306, + [SMALL_STATE(5346)] = 117313, + [SMALL_STATE(5347)] = 117320, + [SMALL_STATE(5348)] = 117327, + [SMALL_STATE(5349)] = 117334, + [SMALL_STATE(5350)] = 117341, + [SMALL_STATE(5351)] = 117348, + [SMALL_STATE(5352)] = 117355, + [SMALL_STATE(5353)] = 117362, + [SMALL_STATE(5354)] = 117369, + [SMALL_STATE(5355)] = 117376, + [SMALL_STATE(5356)] = 117383, + [SMALL_STATE(5357)] = 117390, + [SMALL_STATE(5358)] = 117397, + [SMALL_STATE(5359)] = 117404, + [SMALL_STATE(5360)] = 117411, + [SMALL_STATE(5361)] = 117418, + [SMALL_STATE(5362)] = 117425, + [SMALL_STATE(5363)] = 117432, + [SMALL_STATE(5364)] = 117439, + [SMALL_STATE(5365)] = 117446, + [SMALL_STATE(5366)] = 117453, + [SMALL_STATE(5367)] = 117460, + [SMALL_STATE(5368)] = 117467, + [SMALL_STATE(5369)] = 117474, + [SMALL_STATE(5370)] = 117481, + [SMALL_STATE(5371)] = 117488, + [SMALL_STATE(5372)] = 117495, + [SMALL_STATE(5373)] = 117502, + [SMALL_STATE(5374)] = 117509, + [SMALL_STATE(5375)] = 117516, + [SMALL_STATE(5376)] = 117523, + [SMALL_STATE(5377)] = 117530, + [SMALL_STATE(5378)] = 117537, + [SMALL_STATE(5379)] = 117544, + [SMALL_STATE(5380)] = 117551, + [SMALL_STATE(5381)] = 117558, + [SMALL_STATE(5382)] = 117565, + [SMALL_STATE(5383)] = 117572, + [SMALL_STATE(5384)] = 117579, + [SMALL_STATE(5385)] = 117586, + [SMALL_STATE(5386)] = 117593, + [SMALL_STATE(5387)] = 117600, + [SMALL_STATE(5388)] = 117607, + [SMALL_STATE(5389)] = 117614, + [SMALL_STATE(5390)] = 117621, + [SMALL_STATE(5391)] = 117628, + [SMALL_STATE(5392)] = 117635, + [SMALL_STATE(5393)] = 117642, + [SMALL_STATE(5394)] = 117649, + [SMALL_STATE(5395)] = 117656, + [SMALL_STATE(5396)] = 117663, + [SMALL_STATE(5397)] = 117670, + [SMALL_STATE(5398)] = 117677, + [SMALL_STATE(5399)] = 117684, + [SMALL_STATE(5400)] = 117691, + [SMALL_STATE(5401)] = 117698, + [SMALL_STATE(5402)] = 117705, + [SMALL_STATE(5403)] = 117712, + [SMALL_STATE(5404)] = 117719, + [SMALL_STATE(5405)] = 117726, + [SMALL_STATE(5406)] = 117733, + [SMALL_STATE(5407)] = 117740, + [SMALL_STATE(5408)] = 117747, + [SMALL_STATE(5409)] = 117754, + [SMALL_STATE(5410)] = 117761, + [SMALL_STATE(5411)] = 117768, + [SMALL_STATE(5412)] = 117775, + [SMALL_STATE(5413)] = 117782, + [SMALL_STATE(5414)] = 117789, + [SMALL_STATE(5415)] = 117796, + [SMALL_STATE(5416)] = 117803, + [SMALL_STATE(5417)] = 117810, + [SMALL_STATE(5418)] = 117817, + [SMALL_STATE(5419)] = 117824, + [SMALL_STATE(5420)] = 117831, + [SMALL_STATE(5421)] = 117838, + [SMALL_STATE(5422)] = 117845, + [SMALL_STATE(5423)] = 117852, + [SMALL_STATE(5424)] = 117859, + [SMALL_STATE(5425)] = 117866, + [SMALL_STATE(5426)] = 117873, + [SMALL_STATE(5427)] = 117880, + [SMALL_STATE(5428)] = 117887, + [SMALL_STATE(5429)] = 117894, + [SMALL_STATE(5430)] = 117901, + [SMALL_STATE(5431)] = 117908, + [SMALL_STATE(5432)] = 117915, + [SMALL_STATE(5433)] = 117922, + [SMALL_STATE(5434)] = 117929, + [SMALL_STATE(5435)] = 117936, + [SMALL_STATE(5436)] = 117943, + [SMALL_STATE(5437)] = 117950, + [SMALL_STATE(5438)] = 117957, + [SMALL_STATE(5439)] = 117964, + [SMALL_STATE(5440)] = 117971, + [SMALL_STATE(5441)] = 117978, + [SMALL_STATE(5442)] = 117985, + [SMALL_STATE(5443)] = 117992, + [SMALL_STATE(5444)] = 117999, + [SMALL_STATE(5445)] = 118006, + [SMALL_STATE(5446)] = 118013, + [SMALL_STATE(5447)] = 118020, + [SMALL_STATE(5448)] = 118027, + [SMALL_STATE(5449)] = 118034, + [SMALL_STATE(5450)] = 118041, + [SMALL_STATE(5451)] = 118048, + [SMALL_STATE(5452)] = 118055, + [SMALL_STATE(5453)] = 118062, + [SMALL_STATE(5454)] = 118069, + [SMALL_STATE(5455)] = 118076, + [SMALL_STATE(5456)] = 118083, + [SMALL_STATE(5457)] = 118090, + [SMALL_STATE(5458)] = 118097, + [SMALL_STATE(5459)] = 118104, + [SMALL_STATE(5460)] = 118111, + [SMALL_STATE(5461)] = 118118, + [SMALL_STATE(5462)] = 118125, + [SMALL_STATE(5463)] = 118132, + [SMALL_STATE(5464)] = 118139, + [SMALL_STATE(5465)] = 118146, + [SMALL_STATE(5466)] = 118153, + [SMALL_STATE(5467)] = 118160, + [SMALL_STATE(5468)] = 118167, + [SMALL_STATE(5469)] = 118174, + [SMALL_STATE(5470)] = 118181, + [SMALL_STATE(5471)] = 118188, + [SMALL_STATE(5472)] = 118195, + [SMALL_STATE(5473)] = 118202, + [SMALL_STATE(5474)] = 118209, + [SMALL_STATE(5475)] = 118216, + [SMALL_STATE(5476)] = 118223, + [SMALL_STATE(5477)] = 118230, + [SMALL_STATE(5478)] = 118237, + [SMALL_STATE(5479)] = 118244, + [SMALL_STATE(5480)] = 118251, + [SMALL_STATE(5481)] = 118258, + [SMALL_STATE(5482)] = 118265, + [SMALL_STATE(5483)] = 118272, + [SMALL_STATE(5484)] = 118279, + [SMALL_STATE(5485)] = 118286, + [SMALL_STATE(5486)] = 118293, + [SMALL_STATE(5487)] = 118300, + [SMALL_STATE(5488)] = 118307, + [SMALL_STATE(5489)] = 118314, + [SMALL_STATE(5490)] = 118321, + [SMALL_STATE(5491)] = 118328, + [SMALL_STATE(5492)] = 118335, + [SMALL_STATE(5493)] = 118342, + [SMALL_STATE(5494)] = 118349, + [SMALL_STATE(5495)] = 118356, + [SMALL_STATE(5496)] = 118363, + [SMALL_STATE(5497)] = 118370, + [SMALL_STATE(5498)] = 118377, + [SMALL_STATE(5499)] = 118384, + [SMALL_STATE(5500)] = 118391, + [SMALL_STATE(5501)] = 118398, + [SMALL_STATE(5502)] = 118405, + [SMALL_STATE(5503)] = 118412, + [SMALL_STATE(5504)] = 118419, + [SMALL_STATE(5505)] = 118426, + [SMALL_STATE(5506)] = 118433, + [SMALL_STATE(5507)] = 118440, + [SMALL_STATE(5508)] = 118447, + [SMALL_STATE(5509)] = 118454, + [SMALL_STATE(5510)] = 118461, + [SMALL_STATE(5511)] = 118468, + [SMALL_STATE(5512)] = 118475, + [SMALL_STATE(5513)] = 118482, + [SMALL_STATE(5514)] = 118489, + [SMALL_STATE(5515)] = 118496, + [SMALL_STATE(5516)] = 118503, + [SMALL_STATE(5517)] = 118510, + [SMALL_STATE(5518)] = 118517, + [SMALL_STATE(5519)] = 118524, + [SMALL_STATE(5520)] = 118531, + [SMALL_STATE(5521)] = 118538, + [SMALL_STATE(5522)] = 118545, + [SMALL_STATE(5523)] = 118552, + [SMALL_STATE(5524)] = 118559, + [SMALL_STATE(5525)] = 118566, + [SMALL_STATE(5526)] = 118573, + [SMALL_STATE(5527)] = 118580, + [SMALL_STATE(5528)] = 118587, + [SMALL_STATE(5529)] = 118594, + [SMALL_STATE(5530)] = 118601, + [SMALL_STATE(5531)] = 118608, + [SMALL_STATE(5532)] = 118615, + [SMALL_STATE(5533)] = 118622, + [SMALL_STATE(5534)] = 118629, + [SMALL_STATE(5535)] = 118636, + [SMALL_STATE(5536)] = 118643, + [SMALL_STATE(5537)] = 118650, + [SMALL_STATE(5538)] = 118657, + [SMALL_STATE(5539)] = 118664, + [SMALL_STATE(5540)] = 118671, + [SMALL_STATE(5541)] = 118678, + [SMALL_STATE(5542)] = 118685, + [SMALL_STATE(5543)] = 118692, + [SMALL_STATE(5544)] = 118699, + [SMALL_STATE(5545)] = 118706, + [SMALL_STATE(5546)] = 118713, + [SMALL_STATE(5547)] = 118720, + [SMALL_STATE(5548)] = 118727, + [SMALL_STATE(5549)] = 118734, + [SMALL_STATE(5550)] = 118741, + [SMALL_STATE(5551)] = 118748, + [SMALL_STATE(5552)] = 118755, + [SMALL_STATE(5553)] = 118762, + [SMALL_STATE(5554)] = 118769, + [SMALL_STATE(5555)] = 118776, + [SMALL_STATE(5556)] = 118783, + [SMALL_STATE(5557)] = 118790, + [SMALL_STATE(5558)] = 118797, + [SMALL_STATE(5559)] = 118804, + [SMALL_STATE(5560)] = 118811, + [SMALL_STATE(5561)] = 118818, + [SMALL_STATE(5562)] = 118825, + [SMALL_STATE(5563)] = 118832, + [SMALL_STATE(5564)] = 118839, + [SMALL_STATE(5565)] = 118846, + [SMALL_STATE(5566)] = 118853, + [SMALL_STATE(5567)] = 118860, + [SMALL_STATE(5568)] = 118867, + [SMALL_STATE(5569)] = 118874, + [SMALL_STATE(5570)] = 118881, + [SMALL_STATE(5571)] = 118888, + [SMALL_STATE(5572)] = 118895, + [SMALL_STATE(5573)] = 118902, + [SMALL_STATE(5574)] = 118909, + [SMALL_STATE(5575)] = 118916, + [SMALL_STATE(5576)] = 118923, + [SMALL_STATE(5577)] = 118930, + [SMALL_STATE(5578)] = 118937, + [SMALL_STATE(5579)] = 118944, + [SMALL_STATE(5580)] = 118951, + [SMALL_STATE(5581)] = 118958, + [SMALL_STATE(5582)] = 118965, + [SMALL_STATE(5583)] = 118972, + [SMALL_STATE(5584)] = 118979, + [SMALL_STATE(5585)] = 118986, + [SMALL_STATE(5586)] = 118993, + [SMALL_STATE(5587)] = 119000, + [SMALL_STATE(5588)] = 119007, + [SMALL_STATE(5589)] = 119014, + [SMALL_STATE(5590)] = 119021, + [SMALL_STATE(5591)] = 119028, + [SMALL_STATE(5592)] = 119035, + [SMALL_STATE(5593)] = 119042, + [SMALL_STATE(5594)] = 119049, + [SMALL_STATE(5595)] = 119056, + [SMALL_STATE(5596)] = 119063, + [SMALL_STATE(5597)] = 119070, + [SMALL_STATE(5598)] = 119077, + [SMALL_STATE(5599)] = 119084, + [SMALL_STATE(5600)] = 119091, + [SMALL_STATE(5601)] = 119098, + [SMALL_STATE(5602)] = 119105, + [SMALL_STATE(5603)] = 119112, + [SMALL_STATE(5604)] = 119119, + [SMALL_STATE(5605)] = 119126, + [SMALL_STATE(5606)] = 119133, + [SMALL_STATE(5607)] = 119140, + [SMALL_STATE(5608)] = 119147, + [SMALL_STATE(5609)] = 119154, + [SMALL_STATE(5610)] = 119161, + [SMALL_STATE(5611)] = 119168, + [SMALL_STATE(5612)] = 119175, + [SMALL_STATE(5613)] = 119182, + [SMALL_STATE(5614)] = 119189, + [SMALL_STATE(5615)] = 119196, + [SMALL_STATE(5616)] = 119203, + [SMALL_STATE(5617)] = 119210, + [SMALL_STATE(5618)] = 119217, + [SMALL_STATE(5619)] = 119224, + [SMALL_STATE(5620)] = 119231, + [SMALL_STATE(5621)] = 119238, + [SMALL_STATE(5622)] = 119245, + [SMALL_STATE(5623)] = 119252, + [SMALL_STATE(5624)] = 119259, + [SMALL_STATE(5625)] = 119266, + [SMALL_STATE(5626)] = 119273, + [SMALL_STATE(5627)] = 119280, + [SMALL_STATE(5628)] = 119287, + [SMALL_STATE(5629)] = 119294, + [SMALL_STATE(5630)] = 119301, + [SMALL_STATE(5631)] = 119308, + [SMALL_STATE(5632)] = 119315, + [SMALL_STATE(5633)] = 119322, + [SMALL_STATE(5634)] = 119329, + [SMALL_STATE(5635)] = 119336, + [SMALL_STATE(5636)] = 119343, + [SMALL_STATE(5637)] = 119350, + [SMALL_STATE(5638)] = 119357, }; static TSParseActionEntry ts_parse_actions[] = { @@ -405680,4138 +420350,4166 @@ static TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5599), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5571), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5570), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4058), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4803), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5552), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5550), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4515), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4812), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4813), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5583), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5579), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5533), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4034), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5522), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4735), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5572), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5444), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4026), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4798), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5589), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4813), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 64), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 64), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(782), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4026), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5199), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3723), - [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5200), - [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5024), - [371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1444), - [374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2011), - [377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2105), - [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2011), - [383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1705), - [386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3605), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1743), - [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(189), - [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2920), - [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1417), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5571), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5570), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5010), - [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1514), - [413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(29), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1782), - [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1403), - [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1358), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1430), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1509), - [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3975), - [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1716), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1714), - [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3831), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4718), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4822), - [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2090), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5417), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4798), - [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1533), - [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5592), - [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1779), - [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5419), - [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5423), - [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5288), - [476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2145), - [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1954), - [482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2968), - [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4975), - [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4478), - [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2968), - [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5546), - [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1419), - [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1589), - [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(961), - [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3531), - [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(769), - [512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4125), - [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1393), - [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2133), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1964), - [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4523), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4133), - [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5589), - [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4813), - [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2120), - [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3369), - [542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4034), - [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), - [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5492), - [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1361), - [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2543), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(775), - [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4027), - [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5157), - [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3711), - [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5150), - [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4771), - [595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(430), - [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2936), - [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1416), - [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(54), - [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4735), - [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5033), - [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2168), - [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5389), - [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4753), - [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1606), - [627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5572), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1775), - [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5384), - [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5378), - [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5140), - [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(772), - [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1942), - [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4489), - [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4131), - [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5573), - [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5039), - [660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(36), - [663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5444), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), - [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5283), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5584), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5582), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5340), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4704), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5597), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(780), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4042), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5599), - [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3709), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5591), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5049), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(502), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2904), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1418), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(58), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4538), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5003), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2152), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5562), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4982), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1532), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5555), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1776), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5554), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5552), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5550), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(771), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1985), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4574), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4126), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5533), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4955), - [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(57), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5522), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(779), - [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4030), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5336), - [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3719), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5283), - [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5034), - [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(301), - [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2913), - [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1415), - [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(53), - [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4511), - [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4768), - [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1993), - [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5584), - [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5027), - [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1575), - [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5596), - [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1780), - [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5582), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5581), - [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5340), - [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(770), - [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1969), - [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4704), - [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4112), - [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5597), - [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4760), - [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(68), - [977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5513), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5523), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(776), - [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1689), - [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2011), - [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2011), - [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2082), - [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2082), - [1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(189), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2920), - [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1522), - [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5441), - [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5570), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(29), - [1056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1807), - [1059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1500), - [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1430), - [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1509), - [1068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3975), - [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1716), - [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1714), - [1077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3831), - [1080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4718), - [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4822), - [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4798), - [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1533), - [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5523), - [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1779), - [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5419), - [1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5423), - [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5288), - [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2145), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1954), - [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2968), - [1116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4975), - [1119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4478), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2968), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5546), - [1128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(961), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3531), - [1134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4176), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2133), - [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2120), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3369), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1475), - [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2543), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(777), - [1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(430), - [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2936), - [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(54), - [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4735), - [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5033), - [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4753), - [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1606), - [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5458), - [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1775), - [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5384), - [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5378), - [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5140), - [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5540), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), - [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(783), - [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(502), - [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2904), - [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(58), - [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4538), - [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5003), - [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4982), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1532), - [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5090), - [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1776), - [1241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5554), - [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5552), - [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5550), - [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(784), - [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(301), - [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2913), - [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(53), - [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4511), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4768), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5027), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1575), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5540), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1780), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5582), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5581), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5340), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(778), - [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(706), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2910), - [1298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), - [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4690), - [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4742), - [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4829), - [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1548), - [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5503), - [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1777), - [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5472), - [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5470), - [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5382), - [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4690), - [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4742), - [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), - [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5503), - [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), - [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), - [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), - [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5380), - [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), - [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), - [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5346), - [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), - [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5601), - [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 64), - [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 64), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1512), - [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5380), - [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3712), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5086), - [1440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4842), - [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3608), - [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5445), - [1449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2648), - [1452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3605), - [1455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3605), - [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2908), - [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1403), - [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5571), - [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5570), - [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5010), - [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5346), - [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1358), - [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1430), - [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(961), - [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4003), - [1488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1716), - [1491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1714), - [1494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3831), - [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5546), - [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1419), - [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1589), - [1506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5280), - [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3533), - [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4786), - [1515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4226), - [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1393), - [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(798), - [1524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4123), - [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5601), - [1530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2120), - [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4034), - [1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1007), - [1539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1361), - [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [1544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), - [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), - [1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), - [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [1554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), - [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), - [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), - [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), - [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), - [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4774), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [1590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5416), - [1593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3720), - [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5236), - [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4854), - [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2906), - [1605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5197), - [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4774), - [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(794), - [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4129), - [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5603), - [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1146), - [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5282), - [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3710), - [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5135), - [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4783), - [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2917), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5134), - [1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5040), - [1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(797), - [1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4115), - [1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5593), - [1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1180), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), - [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 7), - [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 7), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4780), - [1727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4746), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), - [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(5005), - [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [1739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(5061), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 125), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 125), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 167), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 167), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 139), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 139), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, .production_id = 136), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, .production_id = 136), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 89), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 89), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 168), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 168), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 169), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 169), - [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 112), - [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 112), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 173), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 173), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 166), - [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 166), - [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 50), - [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 50), - [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 165), - [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 165), - [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 113), - [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 113), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 83), - [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 83), - [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 39), - [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 39), - [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 103), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 103), - [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 37), - [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 37), - [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 48), - [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 48), - [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 46), - [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 46), - [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 36), - [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 36), - [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 146), - [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 146), - [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 157), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 157), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 156), - [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 156), - [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 145), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 145), - [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 155), - [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 155), - [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 146), - [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 146), - [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 154), - [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 154), - [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 36), - [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 36), - [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 35), - [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 35), - [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 99), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 99), - [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 91), - [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 91), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 100), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 100), - [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 64), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 64), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 51), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 51), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 101), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 101), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 3), - [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 7), - [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 7), - [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 5), - [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 5), - [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 97), - [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 97), - [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 96), - [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 96), - [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 158), - [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 158), - [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), - [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), - [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), - [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), - [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 5), - [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 53), - [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 53), - [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), - [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 25), - [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 25), - [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 8), - [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 8), - [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 8), - [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 8), - [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 26), - [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 26), - [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 29), - [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 29), - [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 123), - [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 123), - [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), - [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 5), - [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 124), - [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 124), - [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 5), - [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 5), - [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 133), - [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 133), - [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), - [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 5), - [2060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 5), - [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 5), - [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 62), - [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 62), - [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 63), - [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 63), - [2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 137), - [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 137), - [2080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 64), - [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 64), - [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 4), - [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 4), - [2088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), - [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 5), - [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 65), - [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 65), - [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 138), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 138), - [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 8), - [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 8), - [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 46), - [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 46), - [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 33), - [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 33), - [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), - [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 6), - [2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 6), - [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5543), - [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), - [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), - [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), - [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5558), - [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), - [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), - [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), - [2188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4781), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), - [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2219] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1666), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 59), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 58), - [2258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 58), REDUCE(sym_scoped_type_identifier, 3, .production_id = 59), - [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 59), - [2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 58), - [2265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 58), REDUCE(sym_scoped_type_identifier, 3, .production_id = 59), - [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 60), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 60), - [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 13), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, .production_id = 8), - [2276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, .production_id = 8), REDUCE(sym_scoped_type_identifier, 2, .production_id = 13), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 13), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, .production_id = 8), - [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, .production_id = 8), REDUCE(sym_scoped_type_identifier, 2, .production_id = 13), - [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 2, .production_id = 14), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 2, .production_id = 14), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 41), - [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 40), - [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 40), REDUCE(sym_scoped_type_identifier, 3, .production_id = 41), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 41), - [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 40), - [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 40), REDUCE(sym_scoped_type_identifier, 3, .production_id = 41), - [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 42), - [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 42), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), - [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(796), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), - [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), - [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), - [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 1), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 1), - [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 138), - [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 138), - [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 101), - [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 101), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 4, .production_id = 91), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 4, .production_id = 91), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 33), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 33), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 33), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 33), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 46), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 46), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 31), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 31), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 141), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 141), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 148), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 148), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 80), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 80), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 4, .production_id = 46), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 4, .production_id = 46), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 31), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 31), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 33), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 33), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 89), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 89), - [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), - [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), - [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 164), - [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 164), - [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 7), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 7), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 140), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 140), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 50), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 50), - [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 24), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 24), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 163), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 163), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 81), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 81), - [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), - [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 119), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 119), - [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 162), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 162), - [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), - [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 161), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 161), - [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 136), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 136), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 160), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 160), - [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 8), - [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 8), - [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 8), - [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 8), - [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 31), - [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 31), - [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 64), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 64), - [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 105), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 105), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 8, .production_id = 174), - [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 8, .production_id = 174), - [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 65), - [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 65), - [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 159), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 159), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 172), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 172), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 64), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 64), - [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), - [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), - [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), - [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), - [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 164), - [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 164), - [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 171), - [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 171), - [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 153), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 153), - [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 89), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 89), - [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 143), - [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 143), - [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 143), - [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 143), - [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 143), - [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 143), - [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 142), - [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 142), - [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 5, .production_id = 81), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 5, .production_id = 81), - [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), - [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), - [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 170), - [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 170), - [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 108), - [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 108), - [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 31), - [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 31), - [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 109), - [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 109), - [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 108), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 108), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 109), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 109), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 108), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 108), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 5, .production_id = 137), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 5, .production_id = 137), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 109), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 109), - [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 81), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 81), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 136), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 136), - [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 50), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 50), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 150), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 150), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 80), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 80), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 152), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 152), - [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 33), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 33), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 46), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 46), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 151), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 151), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 142), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 142), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 106), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 106), - [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 100), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 100), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_statement, 1), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_statement, 1), - [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 51), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 51), - [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 11), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 11), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 32), - [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 32), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 32), - [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 32), - [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 32), - [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 32), - [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 8), - [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 8), - [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), - [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), - [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), - [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_annotation, 1), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_annotation, 1), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 12), - [2905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 11), REDUCE(sym_template_function, 2, .production_id = 12), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 12), - [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 11), REDUCE(sym_template_function, 2, .production_id = 12), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), - [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), - [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), - [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), - [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), - [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [2975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), - [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), - [2985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(2120), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1427), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1403), - [3002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5571), - [3005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5442), - [3008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1358), - [3011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1361), - [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(860), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), - [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), - [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), - [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), - [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4), - [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1338), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 79), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [3070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1522), - [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5441), - [3076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5570), - [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1500), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1475), - [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 2), - [3089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1403), - [3092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(5571), - [3095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1358), - [3098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1419), - [3101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1589), - [3104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1361), - [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 32), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 32), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [3131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), - [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 45), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 45), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), - [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1781), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4934), - [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), - [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4929), - [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), - [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), - [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [3425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1403), - [3428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5571), - [3431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5570), - [3434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1358), - [3437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1361), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [3446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), - [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), - [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), - [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [3575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [3633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), - [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5566), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4916), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5605), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5606), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5475), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), + [245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 65), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5627), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5524), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 65), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(781), + [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4048), + [359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5229), + [362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3771), + [365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5230), + [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4783), + [373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1304), + [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2183), + [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1999), + [382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2183), + [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1582), + [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3639), + [391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1712), + [394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(124), + [397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2949), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1422), + [403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5604), + [406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5603), + [409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4803), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1679), + [415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(31), + [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1823), + [421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1396), + [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1365), + [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1594), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1669), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3986), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1756), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1757), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3861), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4639), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4964), + [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2056), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5149), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5046), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1437), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5627), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1753), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5158), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5167), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5319), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2024), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1953), + [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3037), + [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4817), + [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4378), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3037), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5579), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1583), + [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1697), + [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1013), + [508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3547), + [511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(770), + [514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4154), + [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1411), + [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2035), + [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1934), + [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4624), + [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4150), + [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5623), + [535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4959), + [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2041), + [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3320), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4055), + [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), + [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5524), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5554), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1363), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2580), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(776), + [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4058), + [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5634), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3757), + [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5626), + [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4775), + [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(271), + [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2942), + [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1424), + [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(58), + [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4515), + [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4812), + [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2008), + [609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5595), + [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4813), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1434), + [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5588), + [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1762), + [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5587), + [627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5585), + [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5583), + [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(771), + [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1949), + [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4516), + [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4152), + [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5566), + [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4837), + [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(30), + [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5555), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(777), + [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4050), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5222), + [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3786), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5314), + [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4913), + [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(327), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2929), + [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1423), + [686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(60), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4540), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4936), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2147), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5375), + [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4939), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1487), + [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5631), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1752), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5352), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5307), + [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5371), + [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(769), + [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1965), + [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4644), + [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4141), + [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5632), + [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4933), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(32), + [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5546), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(775), + [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4059), + [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5133), + [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3746), + [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5130), + [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4916), + [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(270), + [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2934), + [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1425), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(43), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4536), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5062), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2064), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5403), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4922), + [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1485), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5605), + [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1765), + [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5400), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5398), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5123), + [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(772), + [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1992), + [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4537), + [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4149), + [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5606), + [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5068), + [897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(59), + [900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5475), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), + [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5314), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5375), + [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5352), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4644), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), + [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 10), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 10), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5556), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(783), + [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1572), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2183), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2183), + [1031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2166), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2166), + [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(124), + [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2949), + [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1687), + [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5472), + [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5603), + [1054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(31), + [1057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1816), + [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1662), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1594), + [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1669), + [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3986), + [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1756), + [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1757), + [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3861), + [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4639), + [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4964), + [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5046), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1437), + [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5556), + [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1753), + [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5158), + [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5167), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5319), + [1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2024), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1953), + [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3037), + [1117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4817), + [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4378), + [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3037), + [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5579), + [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1013), + [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3547), + [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4214), + [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2035), + [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2041), + [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3320), + [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5554), + [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1651), + [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2580), + [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 10), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 10), + [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), + [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), + [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(782), + [1179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(327), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2929), + [1185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(60), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4540), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4936), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4939), + [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1487), + [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5573), + [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1752), + [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5352), + [1209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5307), + [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5371), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(780), + [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(271), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2942), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(58), + [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4515), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4812), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4813), + [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1434), + [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5120), + [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1762), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5587), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5585), + [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5583), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(779), + [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(270), + [1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2934), + [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(43), + [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4536), + [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5062), + [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4922), + [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1485), + [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5490), + [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1765), + [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5400), + [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5398), + [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5123), + [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4719), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4904), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5536), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5437), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), + [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(784), + [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(743), + [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2959), + [1332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(50), + [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4719), + [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4918), + [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4904), + [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1456), + [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5536), + [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1779), + [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5436), + [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5437), + [1359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5413), + [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, .production_id = 8), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, .production_id = 8), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), + [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), + [1404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4944), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), + [1409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4923), + [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(5060), + [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 126), + [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 126), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), + [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(5038), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), + [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 36), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 36), + [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 171), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 171), + [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), + [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 37), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 37), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 177), + [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 177), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 173), + [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 173), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 172), + [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 172), + [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 37), + [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 37), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 38), + [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 38), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 141), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 141), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 51), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 51), + [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 40), + [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 40), + [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, .production_id = 138), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, .production_id = 138), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 84), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 84), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 104), + [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 104), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 78), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 78), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 47), + [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 47), + [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 113), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 113), + [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 114), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 114), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 147), + [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 147), + [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), + [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 148), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 148), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 90), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 90), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 157), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 157), + [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 158), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 158), + [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 159), + [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 159), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 160), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 160), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 148), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 148), + [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 169), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 169), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 170), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 170), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 49), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 49), + [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 5), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 5), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 97), + [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 97), + [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 4), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 4), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 9), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 58), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 58), + [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), + [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), + [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), + [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 66), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 66), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 135), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 135), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 98), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 98), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 47), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 47), + [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), + [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), + [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 92), + [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 92), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 64), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 64), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 100), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 100), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), + [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 19), + [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 101), + [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 101), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 63), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 63), + [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 6), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 6), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 58), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 58), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), + [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), + [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 65), + [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 65), + [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 102), + [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 102), + [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 124), + [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 124), + [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), + [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), + [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 161), + [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 161), + [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 125), + [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 125), + [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 65), + [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 65), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 19), + [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 19), + [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 54), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 54), + [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 139), + [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 139), + [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 52), + [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 52), + [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 140), + [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 140), + [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), + [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), + [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 34), + [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 34), + [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 6), + [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 6), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 45), + [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 45), + [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), + [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), + [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 30), + [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 30), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 27), + [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 27), + [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), + [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 9), + [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 9), + [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 9), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 26), + [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 26), + [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 19), + [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 19), + [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), + [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 18), + [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), + [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 19), + [1792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 19), + [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), + [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 8), + [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), + [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), + [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), + [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), + [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), + [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), + [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 65), + [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 65), + [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [1896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1677), + [1899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5411), + [1902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3762), + [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5111), + [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4920), + [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3631), + [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5382), + [1919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2614), + [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3639), + [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3639), + [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2945), + [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1396), + [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5604), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5603), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4803), + [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5476), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1365), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1594), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1013), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4040), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1756), + [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1757), + [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3861), + [1967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5579), + [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1583), + [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1697), + [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5242), + [1979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3554), + [1982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4947), + [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4279), + [1988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1411), + [1991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(795), + [1994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4134), + [1997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5636), + [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2041), + [2003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4055), + [2006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(916), + [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1363), + [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5447), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5266), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5295), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4908), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5638), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), + [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [2074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5447), + [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3781), + [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5266), + [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4883), + [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2932), + [2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5295), + [2092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4908), + [2095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(800), + [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4148), + [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5638), + [2104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1247), + [2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5313), + [2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3741), + [2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5168), + [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5077), + [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2937), + [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5165), + [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5039), + [2130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(798), + [2133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4143), + [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5628), + [2139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1173), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5539), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5559), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5576), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), + [2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4901), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), + [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2227] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), + [2241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1554), + [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 14), + [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, .production_id = 9), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, .production_id = 9), REDUCE(sym_scoped_type_identifier, 2, .production_id = 14), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 14), + [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, .production_id = 9), + [2281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, .production_id = 9), REDUCE(sym_scoped_type_identifier, 2, .production_id = 14), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 2, .production_id = 15), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 2, .production_id = 15), + [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 41), + [2292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 41), REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 41), + [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 41), REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), + [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 43), + [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 43), + [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 60), + [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), + [2312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), REDUCE(sym_scoped_type_identifier, 3, .production_id = 60), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 60), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), + [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, .production_id = 59), REDUCE(sym_scoped_type_identifier, 3, .production_id = 60), + [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 61), + [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_namespace_identifier, 3, .production_id = 61), + [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(797), + [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5545), + [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 1), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 1), + [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 5, .production_id = 82), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 5, .production_id = 82), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 143), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 143), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 32), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 32), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 144), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 144), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 34), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 34), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 32), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 32), + [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 81), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 81), + [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 32), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 32), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 16), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 16), + [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), + [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 145), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 145), + [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 145), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 168), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 168), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), + [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 145), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 145), + [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 77), + [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 77), + [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 34), + [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 34), + [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), + [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), + [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), + [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 167), + [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 167), + [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 82), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 82), + [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 32), + [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 32), + [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 166), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 166), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 142), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 142), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 90), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 90), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 25), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 25), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 165), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 165), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 77), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 77), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 70), + [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 70), + [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 138), + [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 138), + [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 70), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 70), + [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 153), + [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 153), + [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 77), + [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 77), + [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), + [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), + [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 70), + [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 70), + [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), + [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 9), + [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 175), + [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 175), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), + [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 44), + [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 44), + [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 164), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 164), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 106), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 106), + [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 47), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 47), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_statement, 1), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_statement, 1), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 163), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 163), + [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 4, .production_id = 92), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 4, .production_id = 92), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 4, .production_id = 47), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 4, .production_id = 47), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 8, .production_id = 178), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 8, .production_id = 178), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 140), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 74), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 74), + [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 73), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 73), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), + [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), + [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 156), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 156), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 144), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 144), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 90), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 90), + [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 5, .production_id = 139), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 5, .production_id = 139), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 8), + [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 8), + [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 82), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 82), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 138), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 138), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 155), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 155), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 108), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 108), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 109), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 109), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 47), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 47), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 110), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 110), + [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 108), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 108), + [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 109), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 109), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 154), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 154), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 110), + [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 110), + [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 109), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 109), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 110), + [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 110), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 108), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 108), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 101), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 101), + [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 65), + [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 102), + [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 102), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 150), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 150), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 65), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 65), + [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 66), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 66), + [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 176), + [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 176), + [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 168), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 168), + [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 51), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 51), + [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 120), + [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 120), + [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), + [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 9), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), + [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 51), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 51), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 52), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 52), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, .production_id = 174), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, .production_id = 174), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 71), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 71), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 51), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 51), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), + [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 44), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 44), + [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), + [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 107), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 107), + [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 81), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 81), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), + [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 33), + [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 33), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 33), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 33), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 33), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 33), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), + [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), + [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_annotation, 1), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_annotation, 1), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 13), + [2931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), + [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 13), + [2936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 12), REDUCE(sym_template_function, 2, .production_id = 13), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 46), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 46), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4907), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [3069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5607), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), + [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), + [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), + [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5617), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5616), + [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), + [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5635), + [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), + [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), + [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), + [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), + [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), + [3221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), + [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2), + [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), + [3241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(2041), + [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [3248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1396), + [3251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5604), + [3254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5473), + [3257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1365), + [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1363), + [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5473), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 16), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 16), + [3273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1591), + [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 16), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 16), + [3280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), + [3284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(865), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), + [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), + [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), + [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4), + [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), + [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1350), + [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [3342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1687), + [3345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5472), + [3348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5603), + [3351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1662), + [3354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1651), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 80), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__constructor_specifiers, 2), + [3425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1396), + [3428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(5604), + [3431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1365), + [3434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1583), + [3437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1697), + [3440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__constructor_specifiers, 2), SHIFT_REPEAT(1363), + [3443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), + [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 33), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 33), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [3463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1806), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), + [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1396), + [3528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5604), + [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5603), + [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1365), + [3537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1363), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), + [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), - [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), - [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [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(1568), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), + [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [3745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), + [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5594), + [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), + [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), - [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5514), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), - [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [4011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [4023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2188), - [4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4346), - [4033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2188), - [4036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [4042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2190), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [4047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), - [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), - [4055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1674), - [4058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4106), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [4086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2205), - [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4485), - [4092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2205), - [4095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2206), - [4098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4418), - [4101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2206), - [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 110), - [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 110), - [4108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 9), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 9), - [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), - [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [4132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 84), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 84), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [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(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2219), - [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [4157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2222), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [4168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2229), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [4177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1671), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 45), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 45), - [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), - [4192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 49), - [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 49), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 87), - [4202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 87), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 122), - [4208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 122), - [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 83), - [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 83), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), SHIFT(1671), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 126), - [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 126), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 95), - [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 95), - [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 12), - [4254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 12), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [4258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(4020), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [4267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5149), - [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 126), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 126), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 132), - [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [4304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 132), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), - [4316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [4324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 4), - [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 6), - [4328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 6), - [4330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1665), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [4337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 56), - [4341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 56), - [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 94), - [4345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 94), - [4347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1677), - [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), - [4364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1667), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 149), - [4375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 149), - [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [4379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [4383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 4), - [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [4387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 4), - [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [4391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 10), - [4395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 10), - [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 127), - [4399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 127), - [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), - [4403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 120), - [4415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 120), - [4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), - [4419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), - [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 115), - [4423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 115), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [4427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 22), - [4435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 22), - [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [4439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), - [4443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 38), - [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 38), - [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), - [4451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), - [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 54), - [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 54), - [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), - [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 61), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 67), - [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 67), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 67), - [4475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 67), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [4479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 85), - [4487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 85), - [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 86), - [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 86), - [4493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2706), - [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [4510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), SHIFT(1665), - [4513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2558), - [4516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4478), - [4519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2558), - [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [4526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), SHIFT(1667), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [4621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1669), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [4630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [4656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [4672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2852), - [4675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4323), - [4678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2852), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [4691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2855), - [4694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4471), - [4697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2855), - [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [4714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [4718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), - [4720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2859), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [4731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), - [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), - [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), - [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), - [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5443), - [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), - [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [4763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 80), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), - [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), - [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), - [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), - [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [4843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 38), - [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [4885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1959), - [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), - [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 88), - [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 144), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [5022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 119), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [5048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), - [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [5062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 114), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [5108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 148), - [5110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1675), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 104), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [5139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [5197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [5201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [5211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [5233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 3), - [5235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 3), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), - [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), - [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5547), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), - [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [5299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), - [5301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [5309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), - [5311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [5319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), - [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), - [5327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), - [5389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [5393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), - [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [5397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [5399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), - [5401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5491), - [5403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [5407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [5421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [5425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [5429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), - [5431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [5433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [5435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [5437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), - [5439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5530), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [5447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), - [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [5541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 16), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [5551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 16), - [5553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [5559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), - [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [5567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [5583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), - [5585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [5629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1500), - [5632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1358), - [5635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1358), - [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [5640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3691), - [5643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3691), - [5646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2952), - [5649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3706), - [5652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3696), - [5655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(5192), - [5658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3680), - [5665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3681), - [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 16), - [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [5672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1358), - [5675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1358), - [5678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3696), - [5681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5192), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [5686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .production_id = 16), - [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 16), - [5690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 23), - [5698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 15), - [5700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 23), - [5702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1358), - [5705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1358), - [5708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2963), - [5711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2956), - [5714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3691), - [5717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3691), - [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), - [5722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 15), - [5724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), - [5726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), - [5728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2947), - [5731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5571), - [5736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [5742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [5744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3691), - [5747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3691), - [5750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 23), - [5760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 98), - [5762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 98), - [5764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), - [5766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), - [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [5796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [5798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [5800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 23), - [5806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 23), - [5808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [5810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), - [5812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), - [5814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), - [5816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), - [5818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [5822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), - [5824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [5842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [5844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), - [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), - [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [5850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 135), - [5852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 135), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [5858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), - [5860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), - [5862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [5866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), - [5868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 129), - [5870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 129), - [5872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 92), - [5876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 92), - [5878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [5880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), - [5882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5490), - [5893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [5895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [5899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), - [5901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [5905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [5929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 6), - [5931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 6), - [5933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [5935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [5937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [5939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 4), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [5969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [5971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [5973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 54), - [5979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 54), - [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [5985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [5987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [5991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [6001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [6003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [6015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 28), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [6021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 28), - [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), - [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), - [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [6031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), - [6033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [6037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), - [6039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), - [6041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [6051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 4), - [6053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 4), - [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [6057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), - [6059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2), - [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [6063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [6081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3829), - [6084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3832), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [6089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1787), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [6222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(2350), - [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [6239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [6257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), - [6259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [6261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), - [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4077), - [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), - [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), - [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), - [6343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), - [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), - [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), - [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), - [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), - [6387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [6389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), - [6393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 5), - [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), - [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [6401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4738), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [6417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 18), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), - [6423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 92), - [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), - [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 129), - [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4640), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), - [6433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 18), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [6449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 5), - [6451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 28), - [6453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 128), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), - [6457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 92), - [6459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 129), - [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 68), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [6477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [6487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 28), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [6491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 68), - [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [6499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 128), - [6501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [6519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [6523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), - [6525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), - [6527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [6535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [6539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [6545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [6549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), - [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), - [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3315), - [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4224), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), - [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4259), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4251), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), - [6641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 50), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [6645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 5, .production_id = 116), - [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 27), - [6649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 102), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [6653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 128), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [6677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 90), SHIFT_REPEAT(3727), - [6680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 90), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [6688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [6704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), - [6706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [6716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 68), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [6738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 48), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 4, .production_id = 81), - [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [6752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [6754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [6760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [6762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 66), - [6764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), - [6766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), - [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), - [6772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), - [6774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 5), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [6778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 5, .production_id = 134), - [6780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 46), - [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [6786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), - [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 28), - [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [6792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [6796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [6800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(2097), - [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [6805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(5076), - [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [6822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), - [6824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [6844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [6848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), - [6852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [6856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [6860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [6862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 5), - [6864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [6870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [6872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 46), - [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [6880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [6884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [6890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), - [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 92), - [6894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), - [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [6908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 129), - [6910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [6914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [6916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4874), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [6921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [6923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [6929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), - [6931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), - [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), - [6935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4827), - [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4682), - [6939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [6941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4301), - [6944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4301), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4354), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), - [6965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [6969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [6971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), - [6973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), - [6975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), - [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), - [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [7003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), - [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [7009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4826), - [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), - [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [7041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), - [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [7057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 130), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [7061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), - [7063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(4113), - [7066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), - [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [7070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 131), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [7080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [7084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), - [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [7096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), - [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [7116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [7120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4438), - [7122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), - [7124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [7126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [7128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), - [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), - [7132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [7134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), - [7136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [7144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), - [7146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), - [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [7152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), - [7154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 93), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [7166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), - [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [7174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5544), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [7180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), - [7182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), - [7184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [7188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), - [7192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [7202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [7208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), - [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [7216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), - [7224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 74), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [7240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(4038), - [7243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [7247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [7253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 52), - [7255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 111), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [7263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 30), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [7269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(4763), - [7272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [7284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1887), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [7295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 90), SHIFT_REPEAT(3995), - [7298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 90), - [7300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1774), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [7331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [7341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(1685), - [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(2142), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [7443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [7447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [7483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), SHIFT_REPEAT(5247), - [7486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [7494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(5149), - [7497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), - [7499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 78), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [7515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 8), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [7525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(806), - [7528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [7590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(1306), - [7593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [7613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [7621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 50), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [7627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 40), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [7633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 74), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [7641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 90), SHIFT_REPEAT(3574), - [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 90), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [7654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(2163), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [7665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(2896), - [7668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), - [7678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 58), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [7684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), - [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [7702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(3742), - [7705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(4996), - [7708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [7716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), - [7720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), - [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), - [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5559), - [7766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), - [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), - [7774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [7784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), - [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), - [7790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 147), - [7792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [7794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), - [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5486), - [7798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), - [7800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 93), REDUCE(sym_scoped_type_identifier, 2, .production_id = 13), - [7803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 130), REDUCE(sym_scoped_type_identifier, 3, .production_id = 41), - [7806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 131), REDUCE(sym_scoped_type_identifier, 3, .production_id = 59), - [7809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [7811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5257), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [7827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 19), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [7843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5541), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), - [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [7865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 44), - [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), - [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), - [7877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 118), - [7879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 117), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), - [7883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), - [7885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5296), - [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5325), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5481), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), - [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [8299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 100), - [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [8337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 100), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [8409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [8455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 138), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [8519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 138), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [8591] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), + [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5184), + [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5233), + [3935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [4029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 10), + [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 10), + [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 111), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 111), + [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [4041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(2195), + [4044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2196), + [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [4051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4422), + [4054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2196), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [4071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [4075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2208), + [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), + [4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [4094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1559), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [4119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2225), + [4122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4390), + [4125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2225), + [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [4132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2227), + [4135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4369), + [4138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2227), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [4145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [4177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2243), + [4180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [4184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2245), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 85), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 85), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [4195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2249), + [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 16), + [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 16), + [4202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1557), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 46), + [4213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 46), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), + [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), + [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), + [4221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 50), + [4223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 50), + [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 88), + [4227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 88), + [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 49), + [4231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 49), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 84), + [4235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 84), + [4237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 123), + [4239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 123), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [4243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 96), + [4247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 96), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [4251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 127), + [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 127), + [4258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 56), + [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 56), + [4266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 56), SHIFT(1557), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 127), + [4277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 127), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 13), + [4281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 13), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), + [4287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(4054), + [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [4294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5180), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 68), + [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 68), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 87), + [4315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 87), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 128), + [4325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 128), + [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 122), + [4329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 122), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 162), + [4333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 162), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [4341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [4343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), + [4347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), + [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [4363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [4373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), + [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [4377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 152), + [4381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 152), + [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), + [4387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 57), + [4391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 57), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 11), + [4395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 11), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 134), + [4401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 134), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 151), + [4407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 151), + [4409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1560), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 116), + [4420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 116), + [4422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 39), + [4426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 39), + [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 22), + [4430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 22), + [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), + [4434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), + [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 48), + [4438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 48), + [4440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [4442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 95), + [4446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 95), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [4450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1561), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 55), + [4457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 55), + [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 7), + [4461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 7), + [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 21), + [4465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 21), + [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [4469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 20), + [4473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 20), + [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), + [4477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [4481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), + [4485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 62), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 1, .production_id = 3), + [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 1, .production_id = 3), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 86), + [4495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 86), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [4499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 68), + [4503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 68), + [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [4507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [4509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 129), + [4511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 129), + [4513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [4515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), + [4519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 10), + [4521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1562), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), + [4526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), + [4528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), + [4530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 83), + [4532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 83), + [4534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [4542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 56), SHIFT(1561), + [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [4547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 56), SHIFT(1562), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [4554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2587), + [4557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4378), + [4560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2587), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [4585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), + [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1558), + [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [4672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [4676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [4688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2877), + [4691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4439), + [4694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2877), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [4703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 44), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [4715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2881), + [4718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(4376), + [4721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2881), + [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [4730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [4734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [4738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [4750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [4756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [4762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2895), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [4771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), + [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), + [4797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 81), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), + [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [4809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [4811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), + [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [4815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [4831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [4835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [4871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [4881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [4895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [4925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [4933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [4939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [4953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 39), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [5017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [5027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 89), + [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 146), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [5053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1945), + [5056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [5068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), + [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 120), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [5084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [5090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 115), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [5146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1555), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [5153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 150), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [5163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 105), + [5165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [5191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [5239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 3), + [5241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 3), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), + [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), + [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5523), + [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [5319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), + [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), + [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [5327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), + [5331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [5333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [5335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), + [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5580), + [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [5347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [5353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [5355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [5357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [5359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [5361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5563), + [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [5373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), + [5375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [5393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [5415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [5417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), + [5421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [5425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [5469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), + [5471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [5505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [5547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [5581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [5591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [5597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [5609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [5611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [5613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3995), + [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [5667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1662), + [5670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1365), + [5673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1365), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [5678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 17), + [5680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), + [5682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3725), + [5685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3725), + [5688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2966), + [5691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3783), + [5694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3710), + [5697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(5254), + [5700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 17), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [5704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), + [5706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1365), + [5709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1365), + [5712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3710), + [5715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5254), + [5718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [5722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3709), + [5725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3712), + [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 17), + [5730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), + [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), + [5734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 16), + [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 16), + [5738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), + [5740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1365), + [5743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1365), + [5746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2974), + [5749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), + [5751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), + [5753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3725), + [5756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3725), + [5759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 17), + [5761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2983), + [5764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2969), + [5767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [5771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [5773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), + [5775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), + [5777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3725), + [5780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3725), + [5783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [5785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5604), + [5788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), + [5790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), + [5792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [5822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [5824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), + [5826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), + [5828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), + [5830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 99), + [5832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 99), + [5834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [5836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), + [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [5842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 17), + [5844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), + [5846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 19), + [5848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 93), + [5850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 93), + [5852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), + [5854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [5858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), + [5860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 137), + [5862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [5864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [5866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [5870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), + [5872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [5874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), + [5876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [5878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [5880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), + [5882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), + [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), + [5886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), + [5888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), + [5890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 19), + [5892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), + [5894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), + [5896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 131), + [5898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 131), + [5900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [5902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), + [5904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5522), + [5907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), + [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), + [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), + [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [5923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), + [5925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), + [5927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 17), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [5933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 55), + [5935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 55), + [5937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [5939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [5941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [5971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [5973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [5983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [5985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [5987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [5989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [5993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [5995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [5997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [5999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [6041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), + [6043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), + [6045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [6047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [6049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), + [6051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 7), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), + [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), + [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [6067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), + [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [6083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 4), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [6089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 4), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [6099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), + [6101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 29), + [6111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 29), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [6121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3855), + [6124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3846), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [6129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1809), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 75), + [6286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 75), + [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [6296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(2453), + [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), + [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), + [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), + [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4117), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4073), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), + [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), + [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4077), + [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), + [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [6429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 19), + [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 19), + [6433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 93), + [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [6451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), + [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 131), + [6467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), + [6469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 6), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), + [6479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [6487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 19), + [6489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 29), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [6495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 19), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [6499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [6501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 130), + [6503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 93), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [6517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), + [6519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 29), + [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [6525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [6529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), + [6531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), + [6533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [6539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 130), + [6541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 131), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [6549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 69), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [6571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 69), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 6), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4274), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4231), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4248), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4217), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), + [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4275), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4247), + [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), + [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), + [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [6665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(2185), + [6668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [6670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(5102), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [6679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 69), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [6685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 51), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [6697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 47), + [6699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 103), + [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), + [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), + [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), + [6715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 5, .production_id = 117), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [6731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 4, .production_id = 82), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [6739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), + [6741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), + [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [6747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), + [6749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 5, .production_id = 136), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [6777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 28), + [6779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), + [6783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [6791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 67), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [6801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 91), SHIFT_REPEAT(3731), + [6804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 91), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [6820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 6), + [6822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [6824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), + [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 49), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [6846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 29), + [6848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [6860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 130), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), + [6866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [6872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [6876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [6878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 47), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [6890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4980), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), + [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [6903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 131), + [6905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [6907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 17), + [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [6911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [6913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 6), + [6915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 19), + [6917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 19), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [6923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 93), + [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [6957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [6959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 75), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [6973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [6975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [6981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), + [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4567), + [6987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [6989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4331), + [6992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(4331), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), + [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), + [7003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), + [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [7007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), + [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), + [7037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), + [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [7063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), + [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [7077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [7089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), + [7091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 132), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), + [7101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), + [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4388), + [7127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(4145), + [7130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), + [7132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 133), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [7138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 94), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [7146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), + [7152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), + [7158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), + [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5491), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5629), + [7174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [7176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [7180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [7184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [7192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [7196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [7202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [7204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [7206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [7208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [7214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [7216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), + [7228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [7234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [7236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [7248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [7254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [7256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), + [7258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [7260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [7264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [7268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 9), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [7286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(2114), + [7289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(2901), + [7292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [7306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), + [7308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [7326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(4946), + [7329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [7341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(3768), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [7348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), + [7350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 91), SHIFT_REPEAT(3614), + [7353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 91), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [7359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 59), + [7361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 75), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 41), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [7383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(1308), + [7386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [7396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), SHIFT_REPEAT(5282), + [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [7411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 31), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [7453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(810), + [7456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [7466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), + [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [7482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(1571), + [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [7491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [7513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(2031), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [7526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1749), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [7535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 51), + [7537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(5180), + [7540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [7620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 53), + [7622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 112), + [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [7664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [7692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(4071), + [7695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [7699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [7745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(4957), + [7748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [7752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 91), SHIFT_REPEAT(4023), + [7755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 91), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [7761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 79), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [7771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1887), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [7784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 118), + [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [7790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [7792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), + [7794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), + [7798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [7800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [7804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), + [7806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [7816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [7818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), + [7820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 133), REDUCE(sym_scoped_type_identifier, 3, .production_id = 60), + [7823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 3, .production_id = 132), REDUCE(sym_scoped_type_identifier, 3, .production_id = 42), + [7826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_field_identifier, 2, .production_id = 94), REDUCE(sym_scoped_type_identifier, 2, .production_id = 14), + [7829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 20), + [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [7833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [7839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5439), + [7841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 149), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5284), + [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5364), + [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5534), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [7881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [7903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [7921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [7923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), + [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5173), + [7927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), + [7931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [7933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), + [7935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), + [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), + [7939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 119), + [7941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [7943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), + [7945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 45), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), + [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [8269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 101), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 101), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [8457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [8481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 140), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [8551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 140), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [8637] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), }; #ifdef __cplusplus